@import '../_fonts/stylesheet.css';
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* apply a natural box layout model to all elements */
.box-size {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

main:focus {
  outline: none !important;
}

.replace {
  color: #CE16AB !important;
}

/* Make fonts look nice */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

/* Screen reader only class */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
a,
span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

sup,
sub {
  font-size: 50%;
  line-height: 0;
}

ul {
  list-style-type: none;
}

.list {
  list-style-position: outside;
  margin-left: 26px;
}

ul.list {
  list-style-type: disc;
}

strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

.link {
  color: #0000EE;
  text-decoration: underline;
}

main * + * {
  margin-top: 20px;
}

.floatLeft {
  float: left;
  margin-top: 25px;
  margin-right: 20px;
}
.floatLeft.push {
  margin-left: -80px;
}
.floatLeft + p {
  margin-top: 20px;
}

.floatRight {
  float: right;
  margin-top: 25px;
  margin-left: 20px;
}
.floatRight.push {
  margin-right: -80px;
}
.floatRight + p {
  margin-top: 20px;
}

.clear {
  clear: both;
}

.flex {
  display: flex;
}
.flex--bot {
  align-items: flex-end;
}
.flex--top {
  align-items: flex-start;
}
.flex--center {
  align-items: center;
}
.flex--right {
  justify-content: flex-end;
}
.flex--mid {
  justify-content: center;
}
.flex--between {
  justify-content: space-between;
}
.flex--reverse {
  flex-direction: row-reverse;
}
.flex--wrap {
  flex-wrap: wrap;
}

.flex > * + *,
.row > * + * {
  margin-left: 20px;
  margin-top: 0;
}

.flex--reverse > * + *,
.row--reverse > * + * {
  margin-left: 0;
  margin-right: 20px;
}

.flexCol {
  display: flex;
  flex-direction: column;
}
.flexCol--bot {
  justify-content: flex-end;
}
.flexCol--top {
  justify-content: flex-start;
}
.flexCol--center {
  justify-content: center;
}
.flexCol--between {
  justify-content: space-between;
}
.flexCol--left {
  align-items: flex-start;
}
.flexCol--right {
  align-items: flex-end;
}
.flexCol--mid {
  align-items: center;
}
.flexCol--reverse {
  flex-direction: column-reverse;
}
.flexCol--wrap {
  flex-wrap: wrap;
}

.flexImage {
  flex-shrink: 0;
}

br {
  margin-top: 0;
}

.noScroll {
  overflow: hidden !important;
}

.pushRight {
  margin-right: -80px;
}

.pushLeft {
  margin-left: -80px;
}

.pushRight2x {
  margin-right: -160px;
}

.pushLeft2x {
  margin-left: -160px;
}

.container {
  position: relative;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.fullContainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  width: 100%;
  position: relative;
  display: flex;
}
.row--bot {
  align-items: flex-end;
}
.row--top {
  align-items: flex-start;
}
.row--center {
  align-items: center;
}
.row--right {
  justify-content: flex-end;
}
.row--mid {
  justify-content: center;
}
.row--between {
  justify-content: space-between;
}
.row--reverse {
  flex-direction: row-reverse;
}
.row--wrap {
  flex-wrap: wrap;
}

.rowCol {
  width: 100%;
  clear: both;
  position: relative;
  display: flex;
  flex-direction: column;
}
.rowCol--bot {
  justify-content: flex-end;
}
.rowCol--top {
  justify-content: flex-start;
}
.rowCol--center {
  justify-content: center;
}
.rowCol--between {
  justify-content: space-between;
}
.rowCol--left {
  align-items: flex-start;
}
.rowCol--right {
  align-items: flex-end;
}
.rowCol--mid {
  align-items: center;
}
.rowCol--reverse {
  flex-direction: column-reverse;
}
.rowCol--wrap {
  flex-wrap: wrap;
}

body {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  font-family: "TWK Everett";
}

main {
  width: 100%;
  overflow: hidden;
}

main:focus {
  outline: none !important;
}

/* FOR ANALYTICS TRACKING - DO NOT EDIT
- add "vidClick" class to all videos
- do not add custom styles to .vidClick */
.vidClick * {
  pointer-events: none;
}

main {
  padding-top: 115px;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 999;
  min-height: 115px;
  background: linear-gradient(270deg, #2D9F88 0%, #1F6C5C 50%, #103931 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 70px;
}
.header__skip {
  display: inline-block;
  position: absolute;
  top: -105%;
  left: 0;
  width: auto;
  height: auto;
  padding: 10px 12px;
  background-color: #f2f2f2;
  z-index: 999;
  overflow: visible;
  clip: initial;
  font-size: 15px;
  font-weight: 600;
  transition: top 0.3s ease-in-out;
  color: #000;
  outline: none;
  outline: 3px solid #000;
}
.header__skip:focus {
  top: 0;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

footer {
  background-color: #2D9F88;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.scroll--1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  z-index: 50;
  margin: 0;
}

.intro {
  width: 100%;
  height: calc(100vh - 115px);
  background-image: url("../_images/2025/hero.jpg");
  background-size: cover;
  background-position: center bottom;
  padding-top: 65px;
  padding-left: 125px;
  position: relative;
}

.introHeading {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  max-width: 370px;
}

.reportName {
  font-size: 28px;
  line-height: 1.3;
  max-width: 315px;
  color: #fff;
}

.headerDownload {
  display: flex;
  align-items: center;
}
.headerDownload span {
  color: #fff;
  font-size: 25px;
  line-height: 1;
}
.headerDownload:hover span {
  text-decoration: underline;
}
.headerDownload.active .headerArrow .mid {
  transform: scaleX(0);
}
.headerDownload.active .headerArrow .top {
  right: 35px;
  top: 25px;
}
.headerDownload.active .headerArrow .bot {
  right: 35px;
  bottom: 25px;
}

.headerArrow {
  position: relative;
  width: 56px;
  height: 56px;
  margin-top: 0;
  margin-left: 30px;
}
.headerArrow .mid {
  width: 45px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background-color: #fff;
  transition: all 0.25s ease;
  transform-origin: center left;
}
.headerArrow .top {
  width: 35px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(45deg);
  transform-origin: center center;
  background-color: #fff;
  transition: all 0.3s ease;
}
.headerArrow .bot {
  width: 35px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 14px;
  transform: rotate(-45deg);
  transform-origin: center center;
  background-color: #fff;
  transition: all 0.3s ease;
}

.headerDownloadPopup {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  height: calc(100vh - 115px);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 500;
  padding-top: 90px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.headerDownloadPopup.active {
  opacity: 1;
  visibility: visible;
}

.headerDownloadPopup__text {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.pastDownloads li {
  text-align: center;
  color: #000;
  font-size: 22px;
}
.pastDownloads li + * {
  margin-top: 10px;
}
.pastDownloads li a {
  color: #000;
  text-decoration: underline;
}

body.hidden {
  overflow: hidden;
}

.slides {
  width: 100%;
  height: calc(100vh - 115px);
  display: flex;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.slides__left {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("../_images/2025/image1.jpg");
  background-position: center left;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.slides__right {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 0;
  overflow: hidden;
}

.slides__track {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.slides__slide {
  width: 100%;
  flex-shrink: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.slides__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  transform: translateY(-35%);
}
.slides__image--1 {
  background-image: url("../_images/2025/slide1.jpg");
  transform: translateY(0);
}
.slides__image--2 {
  background-image: url("../_images/2025/slide2.jpg");
}
.slides__image--3 {
  background-image: url("../_images/2025/slide3.jpg");
}

.slides__circle {
  height: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: rgba(0, 87, 88, 0.8);
  mix-blend-mode: multiply;
  margin: 0;
  z-index: 10;
  min-height: 1000px;
}

.slides__textWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.slides__text {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  width: 400px;
  margin-top: 0;
}
.slides__text--right {
  position: absolute;
  top: 0;
  left: 0;
}
.slides__text--right--2, .slides__text--right--3 {
  opacity: 0;
}

.slides__text__rightWrap {
  position: relative;
  width: 400px;
  margin-top: 0;
  margin-left: 65px;
}

.ceoQuote {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #F0F0F0;
  margin-top: 0;
  position: relative;
}

.ceoImage {
  border-radius: 20px;
  transform: translateX(-80px);
  opacity: 0;
}

.ceoQuote__quote {
  font-size: 32px;
  color: #1C3152;
  line-height: 1.7;
}

.ceoQuoteAnim {
  opacity: 0;
  transform: translateX(80px);
}

.ceoQuote__name {
  font-size: 18px;
  color: #000;
}
.ceoQuote__name .name {
  font-size: 24px;
  font-weight: 500;
  color: #005758;
}

.complex {
  background-color: #005758;
  margin-top: 0;
  padding-top: 80px;
}

.complexPin {
  width: 100%;
  height: calc(100vh - 115px);
  padding-top: 20px;
}

.complex__heading {
  font-size: 34px;
  color: #CCD82A;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 5;
}
.complex__heading + * {
  margin-top: 0;
}

.complex__graphic {
  width: 640px;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.complex__graphic svg {
  overflow: visible !important;
}

@media screen and (max-height: 700px) {
  .complex__graphic {
    width: 450px;
    height: 450px;
  }
  .complex__graphic svg {
    width: 350px;
    height: auto;
  }
}
.complex__textWrap {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

.complex__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
}
.complex__text--1 {
  opacity: 1;
}
.complex__text p,
.complex__text .list li {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}
.complex__text li + * {
  margin-top: 0;
}

.complex__subHeading {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  line-height: 1;
  margin-top: 0;
}

@media screen and (max-height: 615px) {
  .complex__text p, .complex__text .list li {
    font-size: 16px;
  }
  .complex__subHeading {
    font-size: 32px;
  }
  .complex__textWrap {
    margin-top: 25px;
  }
}
.sdgSection {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 170px;
  background-color: #F0F0F0;
  margin-top: 0;
  position: relative;
}
.sdgSection p {
  color: #005758;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
}

.sdgSection__heading {
  text-align: center;
  color: #005758;
  font-size: 52px;
  font-weight: 700;
}

.sdgSection__icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 45px;
  margin-top: 70px;
}
.sdgSection__icons * {
  margin: 0;
}

.sdgIcon {
  opacity: 0;
  transform: translateX(-65px);
  width: 215px;
  height: 215px;
  perspective: 500px;
  position: relative;
  z-index: 10;
}
.sdgIcon img {
  width: 100%;
  height: auto;
}
.sdgIcon.active .sdgIcon__content {
  transform: rotateY(180deg);
}
.sdgIcon.active .sdgIcon__back p {
  display: block;
}
.sdgIcon.active .sdgIcon__button i {
  opacity: 0;
}

.sdgIcon__button {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.sdgIcon__button i {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  background-color: #005758;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  transition: all 0.25s ease;
}

.sdgIcon__content {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}

.sdgIcon__front,
.sdgIcon__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.sdgIcon__back {
  background-color: #005758;
  transform: rotateY(180deg);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdgIcon__back p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: none;
}

.pillars {
  width: 100%;
  margin-top: 0;
  padding-top: 120px;
  background-color: #923A7F;
  position: relative;
}

.pillars__heading {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}

.pillars__intro {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}

.pillars__small {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}

.pillars__graphic {
  position: relative;
  margin: 0 auto;
  margin-top: 195px;
  width: 1005px;
}

.pillars__button {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #fff;
  border: 10px solid #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.pillars__button--1 {
  bottom: 100px;
  left: -65px;
}
.pillars__button--1 img {
  margin-left: -11px;
  margin-top: -6px;
}
.pillars__button--2 {
  bottom: 274px;
  left: 90px;
}
.pillars__button--3 {
  bottom: 409px;
  left: 295px;
}
.pillars__button--4 {
  bottom: 409px;
  right: 295px;
}
.pillars__button--5 {
  bottom: 274px;
  right: 90px;
}
.pillars__button--6 {
  bottom: 100px;
  right: -65px;
}
.pillars__button:hover, .pillars__button.active {
  border-color: #08BED5;
}

.pillars__content {
  width: 590px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 185px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.pillars__content p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.pillars__content.active {
  opacity: 1;
  visibility: visible;
}

.pillars__subHeading {
  color: #CCD82A;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.commitments {
  width: 100%;
  background-color: #1C3152;
  margin-top: 0;
  position: relative;
}

.commitments__top {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 85px;
  overflow: hidden;
}

.commitments__heading {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

.commitments__icon {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  z-index: 5;
}

.commitments__subHeading {
  font-size: 34px;
  color: #CCD82A;
  font-weight: 700;
  position: relative;
  z-index: 5;
  text-align: center;
}
.commitments__subHeading--small {
  font-size: 29px;
}

.commitments__intro {
  max-width: 670px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  z-index: 5;
  text-align: center;
}
.commitments__intro--full {
  max-width: 100%;
}
.commitments__intro--social {
  max-width: 945px;
}

.commitments__circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #005758;
}

.sbti {
  width: 100%;
  margin-top: 10px;
}

.sbtiPin {
  padding-top: 20px;
  height: calc(100vh - 115px);
  width: 100%;
}

.scroll--2 {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.sbti__scroll {
  position: relative;
  margin-top: 0;
}

.sbti__scroll__line {
  width: 1340px;
  height: 1px;
  background-color: #08BED5;
  position: absolute;
  top: 0;
  left: 0;
}
.sbti__scroll__line + * {
  margin-left: 0;
}

.sbtiItems {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.sbtiItems > * + * {
  margin-top: 0;
  margin-left: 35px;
}

.sbtiItem {
  width: 400px;
  margin-top: 0;
  flex-shrink: 0;
}
.sbtiItem .list {
  margin-left: 20px;
}
.sbtiItem .list li,
.sbtiItem p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.sbtiItem .list li + *,
.sbtiItem p + * {
  margin-top: 5px;
  margin-left: 0;
}
.sbtiItem--2 {
  width: 420px;
}
.sbtiItem--4 {
  width: 555px;
}

.sbtiDot {
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #08BED5;
}

.sbtiDate {
  font-size: 27px;
  font-weight: 700;
  color: #08BED5;
}
.sbtiDate + * {
  margin-top: 5px;
}

.sbtiGoal {
  font-size: 28px;
  font-weight: 700;
  color: #CCD82A;
  line-height: 1.25;
}

.social .social__circle {
  margin: 0;
  width: 140%;
  position: absolute;
  z-index: 1;
  left: -20%;
  top: 0;
  background-color: #1C3152;
  mix-blend-mode: multiply;
  opacity: 0.2;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.social {
  width: 100%;
  padding-top: 40px;
  text-align: center;
  position: relative;
}
.social * {
  position: relative;
  z-index: 5;
}

.socialPin {
  width: 100%;
  position: relative;
  z-index: 5;
  height: calc(100vh - 115px);
  padding-top: 20px;
}

.socialScroll {
  position: relative;
  margin-top: 0;
}

.socialScroll__line {
  width: 1385px;
  height: 1px;
  background-color: #08BED5;
  position: absolute;
  top: 0;
  left: 0;
}
.socialScroll__line + * {
  margin-left: 0;
}

.socialItem {
  width: 380px;
  text-align: left;
  flex-shrink: 0;
}
.socialItem .list {
  margin-left: 20px;
}
.socialItem .list li,
.socialItem p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.socialItem .list li + *,
.socialItem p + * {
  margin-top: 5px;
  margin-left: 0;
}
.socialItem + * {
  margin-left: 330px;
  margin-top: 0;
}
.socialItem--2 {
  width: 330px;
}
.socialItem--3 {
  width: 460px;
}
.socialItem .sbtiDate {
  color: #CCD82A;
}

.socialItem__image {
  margin-left: -268px;
}

.socialItems {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

@media screen and (max-height: 620px) {
  .sbtiItem .list li,
  .sbtiItem p,
  .socialItem .list li,
  .socialItem p {
    font-size: 16px;
  }
  .sbtiGoal {
    font-size: 20px;
  }
  .sbtiItem img {
    width: 50px;
    height: auto;
  }
  .socialItem__image {
    width: 200px;
    height: auto;
    margin-left: -225px;
  }
}
.leading {
  width: 100%;
  background-color: #1F728B;
  padding-top: 90px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.leading__heading {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
}

.leading__intro {
  max-width: 1030px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
}

.leadingItem {
  width: 1200px;
  min-height: 300px;
  border-radius: 150px;
  margin: 0 auto;
  margin-top: 45px;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 60px;
}
.leadingItem p {
  font-size: 22px;
  color: #fff;
  line-height: 1.55;
}
.leadingItem > * + * {
  margin-top: 0;
  margin-left: 30px;
}
.leadingItem--1 {
  background-color: #1C3152;
}
.leadingItem--2 {
  background-color: #005758;
}
.leadingItem--3 {
  background-color: #923A7F;
}
.leadingItem--4 {
  background-color: #003031;
}
.leadingItem--5 {
  background-color: #1C3152;
}

.leadingItem__heading {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

.leadingItem__button {
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #2D9F88;
  right: -30px;
  top: 50%;
  margin-top: -40px;
  flex-shrink: 0;
}
.leadingItem__button::before {
  content: "";
  width: 33px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -16.5px;
}
.leadingItem__button::after {
  content: "";
  width: 4px;
  height: 33px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -16.5px;
  transition: all 0.25s ease;
  transform-origin: center center;
}
.leadingItem__button.active::after {
  transform: scaleY(0);
}

.leadingItem__popup {
  width: 100%;
  height: 100%;
  border-radius: 150px;
  background-color: #08BED5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.leadingItem__popup.active {
  opacity: 1;
  visibility: visible;
}
.leadingItem__popup p,
.leadingItem__popup .list li {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #1C3152;
}
.leadingItem__popup p + *,
.leadingItem__popup .list li + * {
  margin-top: 5px;
}
.leadingItem__popup p + .flex,
.leadingItem__popup .list li + .flex {
  margin-top: 20px;
}

.leading__bot {
  width: 100%;
  position: relative;
  padding-top: 125px;
  padding-bottom: 75px;
  margin-top: 150px;
}
.leading__bot p {
  text-align: center;
  max-width: 945px;
  margin: 0 auto;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  z-index: 5;
}
.leading__bot .scroll--1 {
  bottom: auto;
  top: -60px;
}

.leading__bot__circle {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #005758;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.leadingItem__link {
  width: 245px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #1C3152;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.leadingItem__link + * {
  margin-left: 30px;
}

.botSlides {
  width: 100%;
  height: calc(100vh - 115px);
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.botSlides__left {
  width: 55%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}

.botSlides__right {
  width: 45%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.botSlides__leftTrack {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.botSlides__slide {
  width: 100%;
  flex-shrink: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.botSlides__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  transform: translateY(-35%);
}
.botSlides__image--1 {
  background-image: url("../_images/2025/slide4.jpg");
  transform: translateY(0);
}
.botSlides__image--2 {
  background-image: url("../_images/2025/slide5.jpg");
}
.botSlides__image--3 {
  background-image: url("../_images/2025/slide6.jpg");
}

.botSlides__content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.botSlides__content * {
  position: relative;
  z-index: 5;
}
.botSlides__content::before {
  content: "";
  height: 110%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -5%;
  left: -50%;
  border-radius: 50%;
}
.botSlides__content--1 {
  background-color: #1C3152;
}
.botSlides__content--1::before {
  background-color: #1C3152;
}
.botSlides__content--2 {
  background-color: #1F728B;
  opacity: 0;
}
.botSlides__content--2::before {
  background-color: #1F728B;
}
.botSlides__content--3 {
  background-color: #5A2D3F;
  opacity: 0;
}
.botSlides__content--3::before {
  background-color: #5A2D3F;
}
.botSlides__content .list {
  margin-top: 0;
  margin-left: 100px;
  max-width: 410px;
}
.botSlides__content .list li {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.botSlides__content .list li + * {
  margin-top: 10px;
}

.botSlides__heading {
  max-width: 310px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1.15;
  margin-left: -310px;
}

.download {
  margin-top: 0;
  width: 100%;
  position: relative;
  background-color: #005758;
  padding-top: 60px;
  padding-bottom: 60px;
}

.download__heading {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.download__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: #1C3152;
  border-radius: 30px;
}

.footnotes {
  margin-top: 35px;
}
.footnotes li {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  list-style-type: none;
}
.footnotes li + * {
  margin-top: 5px;
}

.circle {
  position: absolute;
  background-color: #1C3152;
  mix-blend-mode: multiply;
  opacity: 0.1;
  border-radius: 50%;
  margin: 0;
  z-index: 50;
}
.circle--1 {
  width: 290px;
  height: 290px;
  top: -145px;
  right: -145px;
}
.circle--2 {
  width: 480px;
  height: 480px;
  bottom: -240px;
  left: -155px;
}
.circle--3 {
  width: 200px;
  height: 200px;
  top: 125px;
  left: -80px;
}
.circle--4 {
  width: 200px;
  height: 200px;
  top: 125px;
  right: -100px;
}
.circle--5 {
  width: 440px;
  height: 440px;
  top: 260px;
  right: -220px;
}
.circle--6 {
  width: 264px;
  height: 264px;
  top: 660px;
  right: -130px;
}
.circle--7 {
  width: 440px;
  height: 440px;
  top: -220px;
  left: -96px;
}
.circle--8 {
  width: 230px;
  height: 230px;
  top: 150px;
  left: -110px;
}
.circle--9 {
  width: 355px;
  height: 355px;
  bottom: 20px;
  right: -105px;
}
.circle--10 {
  width: 440px;
  height: 440px;
  top: -66px;
  left: -66px;
}
.circle--11 {
  width: 255px;
  height: 255px;
  top: 150px;
  left: 195px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.mr-125 {
  margin-right: 125px;
}

.mt-125 {
  margin-top: 125px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mx-125 {
  margin-left: 125px;
  margin-right: 125px;
}

.my-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.pl-125 {
  padding-left: 125px;
}

.pr-125 {
  padding-right: 125px;
}

.pt-125 {
  padding-top: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.mr-135 {
  margin-right: 135px;
}

.mt-135 {
  margin-top: 135px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mx-135 {
  margin-left: 135px;
  margin-right: 135px;
}

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.pl-135 {
  padding-left: 135px;
}

.pr-135 {
  padding-right: 135px;
}

.pt-135 {
  padding-top: 135px;
}

.pb-135 {
  padding-bottom: 135px;
}

.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.mr-145 {
  margin-right: 145px;
}

.mt-145 {
  margin-top: 145px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mx-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.pl-145 {
  padding-left: 145px;
}

.pr-145 {
  padding-right: 145px;
}

.pt-145 {
  padding-top: 145px;
}

.pb-145 {
  padding-bottom: 145px;
}

.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.mr-155 {
  margin-right: 155px;
}

.mt-155 {
  margin-top: 155px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mx-155 {
  margin-left: 155px;
  margin-right: 155px;
}

.my-155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.pl-155 {
  padding-left: 155px;
}

.pr-155 {
  padding-right: 155px;
}

.pt-155 {
  padding-top: 155px;
}

.pb-155 {
  padding-bottom: 155px;
}

.px-155 {
  padding-left: 155px;
  padding-right: 155px;
}

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mx-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.mr-165 {
  margin-right: 165px;
}

.mt-165 {
  margin-top: 165px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mx-165 {
  margin-left: 165px;
  margin-right: 165px;
}

.my-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.pl-165 {
  padding-left: 165px;
}

.pr-165 {
  padding-right: 165px;
}

.pt-165 {
  padding-top: 165px;
}

.pb-165 {
  padding-bottom: 165px;
}

.px-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mx-170 {
  margin-left: 170px;
  margin-right: 170px;
}

.my-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.pl-170 {
  padding-left: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.mr-175 {
  margin-right: 175px;
}

.mt-175 {
  margin-top: 175px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mx-175 {
  margin-left: 175px;
  margin-right: 175px;
}

.my-175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

.pl-175 {
  padding-left: 175px;
}

.pr-175 {
  padding-right: 175px;
}

.pt-175 {
  padding-top: 175px;
}

.pb-175 {
  padding-bottom: 175px;
}

.px-175 {
  padding-left: 175px;
  padding-right: 175px;
}

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mx-180 {
  margin-left: 180px;
  margin-right: 180px;
}

.my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.mr-185 {
  margin-right: 185px;
}

.mt-185 {
  margin-top: 185px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mx-185 {
  margin-left: 185px;
  margin-right: 185px;
}

.my-185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

.pl-185 {
  padding-left: 185px;
}

.pr-185 {
  padding-right: 185px;
}

.pt-185 {
  padding-top: 185px;
}

.pb-185 {
  padding-bottom: 185px;
}

.px-185 {
  padding-left: 185px;
  padding-right: 185px;
}

.py-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.mr-190 {
  margin-right: 190px;
}

.mt-190 {
  margin-top: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mx-190 {
  margin-left: 190px;
  margin-right: 190px;
}

.my-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.pl-190 {
  padding-left: 190px;
}

.pr-190 {
  padding-right: 190px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.px-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.mr-195 {
  margin-right: 195px;
}

.mt-195 {
  margin-top: 195px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mx-195 {
  margin-left: 195px;
  margin-right: 195px;
}

.my-195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

.pl-195 {
  padding-left: 195px;
}

.pr-195 {
  padding-right: 195px;
}

.pt-195 {
  padding-top: 195px;
}

.pb-195 {
  padding-bottom: 195px;
}

.px-195 {
  padding-left: 195px;
  padding-right: 195px;
}

.py-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.mobile-only {
  display: none;
}

.touch .mobile-only {
  display: inline;
}
.touch .desktop-only {
  display: none;
}

@media screen and (max-width: 1300px) {
  .ceoImage {
    width: 400px;
    height: auto;
  }
  .ceoQuote__quote {
    font-size: 24px;
  }
  .complex__graphic {
    width: 450px;
    height: 450px;
  }
  .complex__graphic svg {
    width: 350px;
    height: auto;
  }
  .leading {
    padding-left: 30px;
    padding-right: 30px;
  }
  .leadingItem {
    max-width: 100%;
  }
  .leadingItem br {
    display: none;
  }
  .leadingItem__button {
    right: -20px;
  }
  .leadingItem__popup p, .leadingItem__popup .list li {
    font-size: 16px;
  }
  .botSlides__image {
    background-position: center;
  }
  .botSlides__content .list {
    margin-left: 40px;
  }
  .botSlides__heading {
    margin-left: -200px;
  }
  .botSlides__content {
    padding-right: 20px;
  }
  .botSlides__content .list li {
    font-size: 16px;
  }
  .intro {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .pillars__graphic {
    width: 900px;
  }
  .pillars__graphic img {
    max-width: 100%;
    height: auto;
  }
  .pillars__button--3 {
    bottom: 365px;
    left: 270px;
  }
  .pillars__button--4 {
    bottom: 365px;
    right: 270px;
  }
  .sbtiItem--4 {
    width: 510px;
  }
  .introHeading {
    font-size: 60px;
  }
  .complex__text {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .blockLand {
    display: block;
  }
  .blockLand > * + * {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .floatLeftLand {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .floatRightLand {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .wrapLand {
    flex-wrap: wrap;
  }
  .wrapLand > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
}
.slides__text--mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .blockPort {
    display: block;
  }
  .blockPort > * + * {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .floatLeftPort {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .floatRightPort {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .wrapPort {
    flex-wrap: wrap;
  }
  .wrapPort > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
  .slides {
    height: auto;
    display: block;
  }
  .slides__textWrap {
    position: static;
    background-color: #005758;
    padding: 40px;
    width: 100%;
    margin: 0;
    transform: translateX(0) translateY(0);
    display: block;
    padding-top: 80px;
    display: none;
  }
  .slides__text {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    font-size: 28px;
  }
  .slides__text + * {
    margin-top: 20px;
  }
  .slides__circle {
    display: none;
  }
  .slides__text__rightWrap {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .slides__left {
    height: 400px;
  }
  .slides__right {
    height: auto;
  }
  .slides__track {
    display: block;
    height: 100%;
  }
  .slides__slide {
    height: 400px !important;
    flex-shrink: 1;
    position: relative;
  }
  .slides__image {
    transform: translateY(0) !important;
    background-position: center top;
  }
  .slides__text--mobile {
    font-size: 22px;
    padding: 20px;
    background-color: rgba(0, 87, 88, 0.8);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .slides__text--left {
    font-size: 32px;
  }
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .introHeading {
    font-size: 42px;
    max-width: 220px;
  }
  .reportName {
    font-size: 22px;
    max-width: 220px;
  }
  .intro {
    padding-top: 30px;
  }
  .ceoQuote .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ceoImage {
    width: auto;
    max-width: 100%;
    opacity: 1;
    transform: translateX(0);
  }
  .ceoQuoteAnim {
    opacity: 1;
    transform: translateX(0);
    margin-left: 0;
    margin-top: 20px;
  }
  .complexPin {
    height: auto;
  }
  .complex__graphic {
    width: 640px;
    height: 580px;
  }
  .complex__graphic svg {
    width: 350px;
    height: auto;
  }
  .complex {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .complex .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .complex__textWrap {
    margin-left: 0;
  }
  .complex__text {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .complex__text + * {
    margin-top: 40px;
  }
  .sdgSection__icons {
    gap: 30px 40px;
  }
  .pillars__backdrop {
    display: none;
  }
  .pillars__graphic {
    width: 100%;
    margin-top: 40px;
  }
  .pillars__button {
    position: static;
    margin: 0 auto;
    pointer-events: none;
  }
  .pillars__content {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .pillars__content + * {
    margin-top: 40px;
  }
  .pillars {
    padding: 20px;
    padding-top: 85px;
    padding-bottom: 60px;
  }
  .circle {
    display: none;
  }
  .pillars__small {
    display: none;
  }
  .commitments__circle {
    display: none;
  }
  .commitments__top {
    background-color: #005758;
    padding: 40px;
  }
  .sbti {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sbtiPin {
    padding: 0;
    height: auto;
  }
  .scroll--2 {
    display: none;
  }
  .sbti__scroll__line {
    display: none;
  }
  .sbtiItems {
    display: block;
  }
  .sbtiItem {
    width: 100%;
    flex-shrink: 1;
    margin-left: 0;
  }
  .sbtiItem + * {
    margin-top: 40px;
  }
  .sbtiDot {
    display: none;
  }
  .social {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 85px;
  }
  .socialPin {
    height: auto;
  }
  .socialItems {
    display: block;
  }
  .socialItem {
    width: 100%;
    flex-shrink: 1;
  }
  .socialItem + * {
    margin-left: 0;
    margin-top: 40px;
  }
  .socialItem .flex {
    align-items: flex-start;
  }
  .socialItem__image {
    margin-left: 0;
  }
  .sbtiDate {
    margin-top: 0;
  }
  .socialScroll__line {
    display: none;
  }
  .leadingItem {
    border-radius: 20px;
    padding-right: 75px;
  }
  .leadingItem p {
    font-size: 18px;
  }
  .leadingItem br {
    display: none;
  }
  .leadingItem__heading {
    font-size: 24px;
  }
  .leadingItem img {
    width: 200px;
    height: auto;
  }
  .leading__bot .scroll--1 {
    display: none;
  }
  .leading__bot {
    padding-top: 0;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .leadingItem__popup {
    border-radius: 0;
    padding: 20px;
    padding-right: 75px;
  }
  .leadingItem__popup p {
    font-size: 16px;
  }
  .leadingItem__popup .flex {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .leadingItem__link {
    margin: 0;
  }
  .scroll--1 {
    display: none;
  }
  .intro .scroll--1 {
    display: block;
  }
  .botSlides {
    height: auto;
  }
  .botSlides__left {
    display: none;
  }
  .botSlides__right {
    display: block;
    width: 100%;
    height: auto;
  }
  .botSlides__content {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
    padding-bottom: 40px;
  }
  .botSlides__content::before {
    position: static;
    top: 0;
    left: 0;
    aspect-ratio: auto;
    border-radius: 0;
    height: 350px;
    width: 100%;
    background-size: cover;
    margin-bottom: 20px;
  }
  .botSlides__content--1::before {
    background-image: url("../_images/2025/slide4.jpg");
  }
  .botSlides__content--2::before {
    background-image: url("../_images/2025/slide5.jpg");
  }
  .botSlides__content--3::before {
    background-image: url("../_images/2025/slide6.jpg");
  }
  .botSlides__content .list {
    max-width: 100%;
    margin-left: 26px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .botSlides__heading {
    margin-left: 0;
    max-width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .botSlides__heading + * {
    margin-top: 20px;
  }
  .complex__textWrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flex,
  .row {
    flex-wrap: wrap;
  }
  .flex > * + *,
  .row > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
  .flex--reverse > * + *,
  .row--reverse > * + * {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .floatLeft,
  .floatRight,
  .floatLeftPort,
  .floatRightPort,
  .floatLeftLand,
  .floatRightLand {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .noWrapPhone {
    flex-wrap: nowrap;
  }
  .noWrapPhone * + * {
    margin-left: 20px;
    margin-top: 0;
  }
  .header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .headerDownload {
    margin-top: -5px;
  }
  .headerDownload span {
    font-size: 16px;
    margin-left: 45px;
    text-decoration: none !important;
  }
  .headerDownload .headerArrow {
    transform: scale(0.5);
    transform-origin: center;
    margin-left: 0px;
  }
  .header__logo {
    width: 175px;
    height: auto;
    margin-top: 10px;
  }
  .headerDownloadPopup {
    padding: 20px;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .pastDownloads li {
    font-size: 18px;
  }
  .intro {
    padding: 20px;
    min-height: 300px;
  }
  .introHeading {
    max-width: 100%;
    color: #000;
    font-size: 32px;
  }
  .reportName {
    max-width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }
  .slides__text--left {
    font-size: 26px;
  }
  .slides__image {
    background-position: right top;
  }
  .complex__graphic {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .complex__graphic svg {
    max-width: 100%;
    height: auto;
  }
  .complex {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .complex__textWrap {
    margin-top: 30px;
  }
  .sdgLogo {
    max-width: 100%;
    height: auto;
  }
  .sdgSection__heading,
  .pillars__heading,
  .commitments__heading,
  .leading__heading,
  .complex__heading {
    font-size: 32px;
  }
  p.sdgSection__text,
  .pillars__intro,
  .commitments__intro,
  .leading__intro,
  .leading__bot p {
    font-size: 18px;
  }
  .pillars__subHeading,
  .commitments__subHeading,
  .botSlides__heading,
  .complex__subHeading,
  .sbtiDate {
    font-size: 24px;
  }
  .commitments__subHeading--small {
    font-size: 20px;
  }
  .pillars__content p {
    font-size: 16px;
  }
  .commitments__top {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sbtiItem .list li, .sbtiItem p,
  .socialItem .list li, .socialItem p,
  .complex__text p, .complex__text .list li {
    font-size: 16px;
  }
  .sbtiGoal {
    font-size: 18px;
  }
  .sbtiIcon {
    width: 65px;
    height: auto;
  }
  .social__circle {
    display: none;
  }
  .socialItem .flex {
    align-items: center;
    justify-content: center;
  }
  .leading {
    padding-top: 60px;
  }
  .leadingItem {
    flex-direction: column;
    padding: 0px;
    padding-top: 20px;
  }
  .leadingItem .flexText {
    padding: 20px;
  }
  .leadingItem br {
    display: none;
  }
  .leadingItem__button {
    display: none;
  }
  .leadingItem__popup {
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .leadingItem > * + * {
    margin-left: 0;
  }
  .leadingItem__popup .flex * + * {
    margin-top: 0;
  }
  .botSlides__content::before {
    height: 275px;
  }
  .ceoQuote {
    padding-bottom: 60px;
  }
  .sdgSection,
  .pillars {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .social {
    background-color: #172947;
  }
}
@media screen and (max-width: 320px) {
  .sdgIcon {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=main.css.map */