.main-module:last-child {
  margin-bottom: 0;
}

.learn-more {
  padding: 60px 0;
  margin:80px 0;

  figure {
    max-width: 350px;
  }

  h4 {
    font-size: 1.875rem;
    line-height: 1.375em;
    margin-bottom: 0.8em;
  }
  
  .hover-container a:hover {
    color: var(--color-sg800);;
  }

  .hover-container a > i {
    color: var(--color-gMain);
    font-size: 0.8em;
  }

  .hover-container:hover a > i {
    color: var(--color-sg800);
  }
}

.learn-more:last-child {
  margin-bottom: var(--spacing-negative-lg);
}

.article-box {
  h3 {
    margin-bottom: 13px;
  }
  time {
    display: block;
    margin-bottom: 5px;
  }
  .image-window {
    margin-bottom: 20px;
    height: 180px;
    width: 100%;
    background-position:center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  &.featured-box .image-window {
    border-radius: 8px;
  }
}
.article-box:not(:last-child) {
  margin-bottom: 4.4rem;
}
.article-box-section .article-box {
  padding-bottom: 10px;
  border-radius: 10px;
  .image-window {
    height: 120px;
  }
  .post-tag {
    font-size: 0.6rem;
  }
  h4 {
    margin-bottom: 0.6em;
  }
}

.info-banner {
  padding: 2rem 2.1rem;
  border-radius: 0.8em;
  gap: 3%;
  .sub-text-1 {
    font-weight: 700;
  }
  h5 {
    margin:10px 0;
  }
  >div {
    max-width: 75%;
  }
  >div:nth-child(2) {
    min-width: 210px;
  }
}

.article-heading {
  h1 {
    margin-bottom: 20px;
  }
}

.article-listing.block .article-listing-item {
  margin-bottom: 3%;
  h2 {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
  .image {
    width: 100%;
    max-width: 33%;
    margin-right: 3%;
    padding: 10px;
    flex-shrink: 0;
    img {
      width: auto;
      max-height: 180px;
      min-height: 120px;
      aspect-ratio: 16 / 9;
    }
  }
}

.article-listing.block .article-listing-item.wide {
  h2 {
    font-size: 1.9rem;
  }
}

.article-listing.basic {
  .featured {
    padding:90px 2rem 40px 2rem;
    border-radius: 8px;
    background: var(--Gradient-Bg, linear-gradient(100deg, rgba(255, 255, 255, 0.05) 30.04%, rgba(152, 128, 181, 0.10) 80.58%, rgba(128, 240, 192, 0.10) 100.55%));
    box-shadow: 0px 2px 14px 0px rgba(128, 135, 144, 0.18);

    .post-tag {
      top:35px;
      padding-left: 2rem;
    }

    h2 {
      color: var(--color-agMain);
    }
  }
  .article-listing-item {
    margin:0 0;
    padding:40px 2rem;
    border-bottom: 1px solid var(--color-section-border);
    time {
      display: inline-block;
      margin-bottom: 6px;
    }
  }
}
.announcement-bar {
  background-color: var(--color-dp400);
  color: #fff;
  padding: 1.2rem 0;
  position: relative;
}

.main-hero-area {
  &.offset-bottom-lg {
    padding-bottom: calc((var(--block-padding) * 3));
  }
  .text {
    max-width: 750px;
    >div:nth-child(1) {
      margin-bottom: 20px;
    }
  }
}

.default-swiper {
  width: calc(100% + 10px);
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 50px;
  position: relative;
  .swiper-slide {
    width: 100%;
  }
  .swiper-slide:first-child {
    padding-left: 0;
  }
  .swiper-slide:last-child {
    padding-right: 0;
  }
  .swiper-wrapper {
    position: relative;
  }
  .swiper-scrollbar {
    width: calc(100% - 110px);
    background-color: var(--color-n300);
    height: 6px;
    left: 0;
    bottom: 13px;
    .swiper-scrollbar-drag {
      height: 6px;
      background-color: var(--color-ag200);
    }
  }
  .iss-swiper-buttons {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    .iss-swiper-button-next,
    .iss-swiper-button-prev {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      align-content: center;
      border-radius: 100%;
      font-size: 14px;
      font-weight: 700;
      width:32px;
      height:32px;
      color: rgba(255,255,255, 1);
      background-color: var(--color-agMain);
      cursor: pointer;
    }
    .iss-swiper-button-prev{
      margin-right: 10px;
    }
    .iss-swiper-button-next:not(.swiper-button-disabled):hover,
    .iss-swiper-button-prev:not(.swiper-button-disabled):hover {
      color: rgba(255,255,255, 1);
    }
    .swiper-button-disabled {
      color: rgba(255,255,255, 0.5);
    }
    &.disabled {
      display: none !important;
    }
  }
}

.interactive-map {
  .map {
    position: relative;
    img {
      width:100%;
    }
    div[class*="overlay"] {
      z-index: 2000;
      cursor: pointer;
    }
    .overlay-americas.americas-1 {
      position: absolute;
      width: 14%;
      height: 10%;
      top: 34%;
      left: 14%;
      >div:nth-child(1) {
        position: absolute;
        width: 34%;
        height: 48%;
        top: 4%;
        left: 100%;
      }
      >div:nth-child(2) {
        position: absolute;
        width: 28%;
        height: 33%;
        top: 41%;
        left: 96%;
        transform: rotate(-30deg);
      }
      >div:nth-child(3) {
        position: absolute;
        width: 90%;
        height: 43%;
        top: 100%;
        left: 6%;
      }
      >div:nth-child(4) {
        position: absolute;
        width: 45%;
        height: 58%;
        top: 147%;
        left: 26%;
        transform: rotate(45deg);
      }
      >div:nth-child(5) {
        position: absolute;
        width: 45%;
        height: 28%;
        top: 231%;
        left: 57%;
        transform: rotate(41deg);
      }
      >div:nth-child(6) {
        position: absolute;
        width: 74%;
        height: 29%;
        top: -29%;
        left: -12%;
      }
      >div:nth-child(7) {
        position: absolute;
        width: 17%;
        height: 17%;
        top: -16%;
        left: 62%;
      }
      >div:nth-child(8) {
        position: absolute;
        width: 35%;
        height: 69%;
        top: -65%;
        left: 88%;
      }
      >div:nth-child(9) {
        position: absolute;
        width: 9%;
        height: 29%;
        top: 143%;
        left: 78%;
      }
    }
    .overlay-americas.americas-2 {
      position: absolute;
      width: 20%;
      height: 12%;
      top: 20%;
      left: 3%;
      >div:nth-child(1) {
        position: absolute;
        width: 39%;
        height: 62%;
        top: 0%;
        left: 100%;
      }
      >div:nth-child(2) {
        position: absolute;
        width: 63%;
        height: 62%;
        top: -62%;
        left: 57%;
      }
      >div:nth-child(3) {
        position: absolute;
        width: 63%;
        height: 33%;
        top: -95%;
        left: 71%;
      }
      >div:nth-child(4) {
        position: absolute;
        width: 106%;
        height: 33%;
        top: -128%;
        left: 96%;
      }
    }
    .overlay-americas.americas-3 {
      position: absolute;
      width: 10%;
      height: 15%;
      top: 8%;
      left: 32%;
      >div:nth-child(1) {
        position: absolute;
        width: 22%;
        height: 45%;
        top: 4%;
        left: -22%;
      }
      >div:nth-child(2) {
        position: absolute;
        width: 34%;
        height: 45%;
        top: 100%;
        left: 7%;
      }
      >div:nth-child(3) {
        position: absolute;
        width: 24%;
        height: 16%;
        top: 100%;
        left: 41%;     
      }
    }
    .overlay-americas.americas-4 {
      position: absolute;
      width: 7%;
      height: 11%;
      top: 61%;
      left: 27%;
      >div:nth-child(1) {
        position: absolute;
        width: 19%;
        height: 58%;
        top: 15%;
        left: -18%;
      }
      >div:nth-child(2) {
        position: absolute;
        width: 70%;
        height: 25%;
        top: -24%;
        left: 0%;
      }
      >div:nth-child(3) {
        position: absolute;
        width: 40%;
        height: 101%;
        top: 27%;
        left: 100%;
      }
      >div:nth-child(4) {
        position: absolute;
        width: 14%;
        height: 42%;
        top: 39%;
        left: 140%;
      }
      >div:nth-child(5) {
        position: absolute;
        width: 84%;
        height: 82%;
        top: 100%;
        left: 16%;
      }
      >div:nth-child(6) {
        position: absolute;
        width: 42%;
        height: 123%;
        top: 182%;
        left: 3%;
      }
      >div:nth-child(7) {
        position: absolute;
        width: 27%;
        height: 21%;
        top: 182%;
        left: 45%;
      }
    }
    .overlay-emea.emea-1 {
      position: absolute;
      width: 6%;
      height: 31%;
      left: 50%;
      top: 49%;
      >div:first-child {
        position: absolute;
        width: 130%;
        height: 40%;
        top: 0%;
        left: -125%;
      }
      >div:nth-child(2) {
        position: absolute;
        width: 63%;
        height: 43%;
        top: 1%;
        left: 100%;
      }
      >div:nth-child(3) {
        position: absolute;
        width: 27%;
        height: 32%;
        top: 44%;
        left: 100%;
      }
      >div:nth-child(4) {
        position: absolute;
        width: 27%;
        height: 23%;
        top: 65%;
        left: 135%;
      }
      >div:nth-child(5) {
        position: absolute;
        width: 107%;
        height: 13%;
        top: -13%;
        left: -96%;
      }
      >div:nth-child(6) {
        position: absolute;
        width: 179%;
        height: 8%;
        top: -6%;
        left: 30%;
      }
      >div:nth-child(7) {
        position: absolute;
        width: 36%;
        height: 25%;
        top: -1%;
        left: 168%;
        transform: rotate(45deg);
      }
      >div:nth-child(8) {
        position: absolute;
        width: 18%;
        height: 15%;
        top: 39%;
        left: -17%;
      }
    }
    .overlay-emea.emea-2 {
      position: absolute;
      width: 23%;
      height: 12%;
      left: 59%;
      top: 22%;
      >div:nth-child(1) {
        position: absolute;
        width: 69%;
        height: 40%;
        top: -37%;
        left: 23%;
      }
      >div:nth-child(2) {
        position: absolute;
        width: 33%;
        height: 40%;
        top: -77%;
        left: 43%;
      }
      >div:nth-child(3) {
        position: absolute;
        width: 29%;
        height: 93%;
        top: -22%;
        left: 91%;
        >div:nth-child(1) {
          position: absolute;
          width: 107%;
          height: 84%;
          top: 9%;
          left: 91%;
          >div:nth-child(1) {
            position: absolute;
            width: 54%;
            height: 42%;
            top: 27%;
            left: 91%;
          }
        }
      }
      >div:nth-child(4) {
        position: absolute;
        width: 16%;
        height: 73%;
        top: 21%;
        left: 91%;
        transform: rotate(45deg);
      }
      >div:nth-child(5) {
        position: absolute;
        width: 49%;
        height: 28%;
        top: 100%;
        left: 34%;
      }
      >div:nth-child(6) {
        position: absolute;
        width: 22%;
        height: 64%;
        top: 100%;
        left: 88%;
      }
      >div:nth-child(7) {
        position: absolute;
        width: 18%;
        height: 23%;
        top: 100%;
        left: 0%;
      }
      >div:nth-child(8) {
        position: absolute;
        width: 30%;
        height: 50%;
        top: 21%;
        left: -29%;
      }
      >div:nth-child(9) {
        position: absolute;
        width: 9%;
        height: 63%;
        top: 53%;
        left: 123%;
        transform: rotate(45deg);
      }
      >div:nth-child(10) {
        position: absolute;
        width: 16%;
        height: 37%;
        top: -120%;
        left: 50%;
      }
      >div:nth-child(11) {
        position: absolute;
        width: 16%;
        height: 44%;
        top: -66%;
        left: 100%;
      }
    }
    .overlay-emea.emea-3 {
      position: absolute;
      width: 6%;
      height: 18%;
      left: 53%;
      top: 30%;
      >div:nth-child(1) {
        position: absolute;
        width: 65%;
        height: 18%;
        left: 91%;
        top: 78%;      
      }
      >div:nth-child(2) {
        position: absolute;
        width: 65%;
        height: 66%;
        left: -65%;
        top: 11%;   
      }
      >div:nth-child(3) {
        position: absolute;
        width: 65%;
        height: 36%;
        left: -126%;
        top: 26%;
      }
      >div:nth-child(4) {
        position: absolute;
        width: 58%;
        height: 23%;
        left: -147%;
        top: 61%;        
      }
      >div:nth-child(5) {
        position: absolute;
        width: 145%;
        height: 23%;
        left: -44%;
        top: -53%;
      }
      >div:nth-child(6) {
        position: absolute;
        width: 75%;
        height: 41%;
        left: -85%;
        top: -30%;
      }
      >div:nth-child(7) {
        position: absolute;
        width: 37%;
        height: 31%;
        left: -148%;
        top: 4%;
      }
    }
    .overlay-emea.emea-4 {
      position: absolute;
      width: 6%;
      height: 6%;
      left: 49%;
      top: 8%;
      >div:nth-child(1) {
        position: absolute;
        width: 100%;
        height: 62%;
        left: 153%;
        top: -23%;
      }
      >div:nth-child(2) {
        position: absolute;
        width: 50%;
        height: 53%;
        left: -144%;
        top: 269%;
      }
      >div:nth-child(3) {
        position: absolute;
        width: 100%;
        height: 45%;
        left: 165%;
        top: 116%;
        transform: rotate(-45deg);
      }
      >div:nth-child(4) {
        position: absolute;
        width: 47%;
        height: 28%;
        left: 199%;
        top: 204%;
        transform: rotate(30deg);
      }
    }
    .overlay-asia.asia-1 {
      position: absolute;
      width: 17%;
      height: 14%;
      left: 62%;
      top: 37%;
      >div:nth-child(1) {
        position: absolute;
        width: 18%;
        height: 17%;
        left: -18%;
        top: -2%;
      }
      >div:nth-child(2) {
        position: absolute;
        width: 9%;
        height: 37%;
        left: -9%;
        top: 15%;
      }
      >div:nth-child(3) {
        position: absolute;
        width: 85%;
        height: 19%;
        left: 11%;
        top: 100%;
      }
      >div:nth-child(4) {
        position: absolute;
        width: 15%;
        height: 54%;
        left: 21%;
        top: 118%;
      }
      >div:nth-child(5) {
        position: absolute;
        width: 15%;
        height: 41%;
        left: 62%;
        top: 118%;
      }
      >div:nth-child(6) {
        position: absolute;
        width: 10%;
        height: 19%;
        left: 52%;
        top: 118%;
      }
      >div:nth-child(7) {
        position: absolute;
        width: 8%;
        height: 32%;
        left: 100%;
        top: 34%;
      }
      >div:nth-child(8) {
        position: absolute;
        width: 23%;
        height: 23%;
        left: 6%;
        top: -22%;
      }
      >div:nth-child(9) {
        position: absolute;
        width: 8%;
        height: 57%;
        left: 114%;
        top: 33%;
        transform: rotate(45deg);
      }
      >div:nth-child(10) {
        position: absolute;
        width: 11%;
        height: 57%;
        left: 91%;
        top: 126%;
      }
    }
    .overlay-asia.asia-2 {
      position: absolute;
      width: 11%;
      height: 7%;
      left: 76%;
      top: 73%;
      >div:nth-child(1) {
        position: absolute;
        width: 30%;
        height: 42%;
        left: 60%;
        top: 100%;
      }
      >div:nth-child(2) {
        position: absolute;
        width: 11%;
        height: 32%;
        left: 74%;
        top: 159%;
      }
      >div:nth-child(3) {
        position: absolute;
        width: 59%;
        height: 54%;
        left: 20%;
        top: -53%;
      }
      >div:nth-child(4) {
        position: absolute;
        width: 44%;
        height: 54%;
        left: 43%;
        top: -125%;
      }
      >div:nth-child(5) {
        position: absolute;
        width: 44%;
        height: 54%;
        left: -44%;
        top: -153%;
        transform: rotate(45deg);
      }
      >div:nth-child(6) {
        position: absolute;
        width: 26%;
        height: 54%;
        left: -11%;
        top: -174%;
      }
      >div:nth-child(7) {
        position: absolute;
        width: 38%;
        height: 42%;
        left: 122%;
        top: 153%;
        transform: rotate(-45deg);
      }
      >div:nth-child(8) {
        position: absolute;
        width: 29%;
        height: 96%;
        left: 14%;
        top: -149%;
      }
    }
  }
  .map-americas,
  .map-emea,
  .map-asia {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1500;
    &.active {
      opacity: 1;
    }
  }
  .hover-out {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600;
  }
}

/* map accordion */
.map-sidebar {
  position: fixed;
  max-width: 380px;
  right: -390px;
  top: 80px;
  z-index: 9000;
  &.is-active {
    right: 0;
  }
  .close {
    font-size: 1.8em;
    margin-bottom: 0.8em;
    cursor: pointer;
  }
  .content {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }
  .accordion-container {
    .iss-ac h2 {
        margin: 0;
        cursor: pointer;
    }
    .iss-ac-panel {
      max-height: calc(100vh - 430px);
      overflow-y: auto;
      scrollbar-width: thin;

    }
    /* Need both to overwrite */
    .iss-ac,
    .iss-ac:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--color-section-border);
    }
    .iss-ac-header .iss-ac-trigger {
      color: var(--color-g200);
      width: 100%;
      justify-content: space-between;
      transition: none !important;
    }
    .is-active .iss-ac-header .iss-ac-trigger {
      color: var(--color-dpMain);
    }
    li:not(:last-child) {
      margin-bottom: 20px;
    }
  }
}

.esg-gateway {
  iframe {
    border:none;
    outline: none;
  }
  /* Removed background squares as per request
  .esg-header {
    background-image: url('../../images/background-squares-br.png');
    background-position: bottom right;
    background-repeat: no-repeat;
  } */
  .esg-intro {
    padding: var(--spacing-xl) 0;
    &.active {
      padding: calc(var(--spacing-xl) * 2) 0;
    }
  }
  .inner-spacing {
    padding: 0 !important;
  }
}

/* Phone Breakpoint (phone & tablet) */
@media (min-width: 0px) AND (max-width: 992px) {
  .announcement-bar {
    flex-direction: column;
    padding: 1.5em 2.5em;
    text-align: center;
    >a {
      margin-top: 5px;
    }
  }
  .learn-more {
    margin-top: 30px;
    padding-top: 30px;
  }
  .article-listing.basic {
    .article-listing-item {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .article-box-section {
    .article-box {
      .image-window {
        height: 180px;
      }
      .post-tag {
        font-size: 0.8rem;
      }
    }
  }

  .featured-box.article-box {
    .image-window {
      height: 130px;
    }
  }
}

/* Phone (phone ONLY) */
@media (min-width: 0px) AND (max-width: 767px) {
  .interactive-map {
    display: flex;
    justify-content: center;
  }
  .interactive-map > .container {
    display: none !important;
  }
  .map-sidebar {
    display: block !important;
    position: relative;
    top: 0;
    right: 0;
    .accordion-container {
      .iss-ac-panel {
        max-height: 100%;
        overflow-y: visible;
      }
    }
  }
  .article-listing.block .article-listing-item {
    .image {
      max-width: 100%;
    }
  } 
}
