.staticPDLanding .headSection {
  padding: 64px 0;
}

.ctaLink a:visited span {
  color: #003057 !important;
}
.ctaLink a:focus {
  text-decoration: none;
  outline: 1px dashed var(--Action-Link-active, #1054c9) !important;
}
.ctaLink a:focus span {
  color: #1054C9 !important;
}
.ctaLink a:hover {
  border-bottom: none !important;
}
.ctaLink a:hover span {
  color: #1054C9 !important;
}
.ctaLink a:hover span:first-child {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: from-font;
  text-underline-offset: 5px;
  color: #1054C9 !important;
}

.staticPDLanding .flexBlock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 20px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(21, 25, 27, 0.1), 0px 0px 4px 0px rgba(21, 25, 27, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(21, 25, 27, 0.1), 0px 0px 4px 0px rgba(21, 25, 27, 0.2);
}

.staticPDLanding .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.staticPDLanding .padding-right-for-icon {
  margin-right: 12px;
}

.staticPDLanding .ctaLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 258px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.staticPDLanding .width-cta {
  width: calc(100% - 106px);
}

.bodyCopy {
  margin-bottom: 40px;
}

.containerTitle {
  margin-bottom: 24px;
}

.sectionHeader {
  margin-bottom: 16px;
}

.centre-of-excellence .card-width {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 64px;
}
.centre-of-excellence.column-four-layout .flexBlock {
  width: 100%;
}

.staticPDLanding .centre-of-excellence .flexBlock {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .staticPDLanding .iconWithCTA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .staticPDLanding .flexBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 56px;
    padding: 20px 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .staticPDLanding .icon {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-c-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .staticPDLanding .padding-right-for-icon {
    margin-right: 0px !important;
    width: 20px;
    height: 17px;
  }
  .staticPDLanding .centre-of-excellence .ctaLink .ctaLinkUrl {
    max-width: 300px;
  }
  .staticPDLanding .centre-of-excellence .ctaLink .ctaLinkUrl .icon-F001:before {
    content: "\f001";
    vertical-align: middle !important;
  }
  .staticPDLanding .ctaLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
  }
  .staticPDLanding .new-width-cta-Link {
    width: calc(100% - 25px);
  }
  .staticPDLanding .headSection {
    padding: 40px 0;
  }
  .staticPDLanding .bg-py-0 {
    background-color: white;
  }
  .bodyCopy {
    margin-bottom: 24px;
  }
  .sectionHeader {
    margin-bottom: 8px;
  }
  .iconWithCTA .region {
    margin-bottom: 0;
  }
  .iconWithCTA .flexGapSmallGlass {
    gap: 20px;
  }
  .centre-of-excellence .card-width {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .staticPDLanding .centre-of-excellence .flexBlock {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .staticPDLanding .iconWithCTA {
    width: auto;
  }
  .staticPDLanding .flexBlock {
    width: auto;
    height: auto;
  }
  .staticPDLanding .icon {
    width: 56px;
    height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .staticPDLanding .ctaLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 118px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}