.title-hero-2 {
  --eyebrownText: #fff;
  --titleText: #fff;
  --descriptionText: #fff;
}
.title-hero-2.main {
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: -webkit-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
  background-image: -o-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
  background-image: linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
  padding: 160px 2px 60px;
}

@media only screen and (min-width: 768px) {
  .title-hero-2.main {
    padding: 160px 2px 60px;
  }
}
@media only screen and (min-width: 1248px) {
  .title-hero-2.main {
    padding: 180px 2px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .title-hero-2.main {
    padding: 180px 48px 80px;
  }
}
@media only screen and (min-width: 1248px) {
  .title-hero-2.main {
    padding: 180px 64px 80px;
  }
}

.landing-page .title-hero-2.main:not(.title-hero-2--media-background), .strategy-page .title-hero-2.main:not(.title-hero-2--media-background) {
  padding: 198px 20px 60px;
}
@media only screen and (min-width: 1248px) {
  .landing-page .title-hero-2.main:not(.title-hero-2--media-background), .strategy-page .title-hero-2.main:not(.title-hero-2--media-background) {
    padding: 184px 64px 80px;
  }
}



@media only screen and (min-width: 768px) {
  .landing-page .title-hero-2.main:not(.title-hero-2--media-background), .strategy-page .title-hero-2.main:not(.title-hero-2--media-background) {
    padding: 154px 48px 80px;
  }
}



.d-flex {
  display: flex;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
}
.title-hero-2__container {
  overflow: hidden;
}
@media only screen and (min-width: 1248px) {
  .title-hero-2__container {
    max-width: 1120px;
    margin: 0 auto;
  }
}



.title-hero-2__inner {
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .title-hero-2__inner {
    margin-right: 48px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1248px) {
  .title-hero-2__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1248px) {
  :not(.title-hero-2--media-background) .title-hero-2__inner {
    margin-right: 96px;
  }
}
@media only screen and (min-width: 768px) {
  .title-hero-2__header {
    width: 100%;
  }
}

.title-hero-2__picture{
  flex: 1;
}
.title-hero-2__picture img{
  width: 100%;
}
.title-hero-2__eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--eyebrownText);
}
@media only screen and (min-width: 1248px) {
  .title-hero-2__eyebrow {
    margin-bottom: 16px;
  }
}




.title-hero-2__title {
  font-family: InvescoEditor, Arial, sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 16px;
  font-weight: 400;
  color: var(--titleText);
}
@media only screen and (min-width: 768px) {
  .title-hero-2__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1248px) {
  .title-hero-2__title {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 56px;
  }
}

.title-hero-2__content {
  float: left;
  margin-left: 0;
  width: 100%;
}
.title-hero-2__cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}


.title-hero-2__cta {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  margin: 0;
  padding: 16px 32px;
  border: solid 1px #5ff0ff;
  color: var(--ctaText);
  background-color: #5ff0ff;
  appearance: none;
  text-transform: inherit;
  text-decoration: none;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  transition: background-color .3s, border-color .3s, color .3s;
}
@media only screen and (min-width: 1248px) {
  .title-hero-2__cta {
    font-size: 14px;
  }
}
.title-hero-2__cta__primary {
  --ctaText: #000;
  --ctaBorder: #5ff0ff;
  --ctaBackground: #5ff0ff;
  --ctaTextHover: #000;
  --ctaBorderHover: transparent;
  --ctaBackgroundHover: rgba(95, 240, 255, 0.8)
;
}


.content-cards-section__wrapper {
  margin-right: 12px;
  margin-left: 12px;
  max-width: 1184px;
}
@media only screen and (min-width: 768px) {
  .content-cards-section__wrapper {
    margin-right: 24px;
    margin-left: 24px;
  }
}@media only screen and (min-width: 1248px) {
  .content-cards-section__wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
.content-cards-section__cards {
  width: 100%;
}
.content-cards-section__cards .custom-event-card {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .content-cards-section__cards {
    display: flex;
    flex-wrap: wrap;
  }
}

.content-cards-section .content-card {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
}
@media only screen and (min-width: 0) {
  .content-cards-section .content-card {
    width: calc(100% - 16px);
    float: left;
    margin-left: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .content-cards-section .content-card {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .content-cards-section .content-card {
    width: calc(100% - 64px);
    float: left;
    margin-left: 32px;
  }
}

.content-cards-section .content-card.videoCard-event-card {
  overflow: hidden;
}


.content-cards-section .content-card__image-link {
  display: block;
  text-decoration: none;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .content-cards-section .content-card__image-link {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .cards-1 .content-cards-section .content-card__image-link {
    justify-content: space-between;
  }
}
.content-cards-section .content-card__video-wrapper {
  display: none;
  position: relative;
  background-color: rgba(10, 19, 49, .75);
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .content-cards-section .content-card__video-wrapper {
    margin-bottom: 0;
    position: fixed;
    z-index: 1100;
    inset: 0;
  }
}
.content-cards-section .content-card__video-wrapper-container {
  position: relative;
  margin: auto;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .content-cards-section .content-card__video-wrapper-container {
    width: 75%;
    height: auto;
    max-width: 936px;
    min-width: 672px;
    max-height: 85%;
    display: flex;
    flex-direction: column;
  }
}
.content-cards-section .content-card__video-wrapper-container-close {
  display: none;
  position: absolute;
  right: -28px;
  top: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  outline: none;
  font-size: 14px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .content-cards-section .content-card__video-wrapper-container-close {
    display: block;
  }
}
.content-cards-section .content-card__video-wrapper-container-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.content-cards-section .content-card__video-wrapper-container-content iframe, .content-cards-section .content-card__video-wrapper-container-content video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-cards-section .content-card__video-thumbnail {
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
  height: auto;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cards-1 .content-cards-section .content-card__video-thumbnail {
    width: calc(50% - 12px);
    padding-top: 27.084%;
  }
}
@media only screen and (min-width: 1248px) {
  .cards-1 .content-cards-section .content-card__video-thumbnail {
    width: calc(60% - 26px);
    padding-top: 32.4114%;
  }
}

.content-cards-section .content-card__video-thumbnail-image {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-cards-section .content-card__content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .cards-1 .content-cards-section .content-card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(50% - 12px);
  }
}

@media only screen and (min-width: 1248px) {
  .cards-1 .content-cards-section .content-card__content {
    width: calc(40% - 16px);
  }
}
.content-cards-section .content-card__headline {
  color: #000;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .content-cards-section .content-card__headline {
    line-height: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .content-cards-section .content-card__headline {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .cards-1 .content-cards-section .content-card__headline {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1248px) {
  .cards-1 .content-cards-section .content-card__headline {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
    font-weight: 500;
  }
}

.content-cards-section .content-card__video-container .content-card__headline {
  cursor: pointer;
}


.content-cards-section .content-card.videoCard-event-card .content-card__headline {
  cursor: pointer;
}

.content-cards-section__cards .content-card__content .content-card__container.content-card__nodetails *:last-child {
  margin-bottom: 0;
}

.flexible-card-grid__header {
  margin-right: 12px;
  margin-left: 12px;
  max-width: 1184px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .flexible-card-grid__header {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .flexible-card-grid__header {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .flexible-card-grid__header {
    margin-bottom: 48px;
  }
}@media only screen and (min-width: 1248px) {
  .flexible-card-grid__header {
    margin-bottom: 60px;
  }
}
.flexible-card-grid__sub-title {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .flexible-card-grid__sub-title {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    margin-top: 24px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1248px) {
  .flexible-card-grid__sub-title {
    width: calc(100% - 64px);
    float: left;
    margin-left: 32px;
    margin-top: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
.flexible-card-grid__sub-title.top-margin-0 {
  margin-top: 0;
}

.flexible-card-grid__list {
  margin-right: 12px;
  margin-left: 12px;
  max-width: 1184px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .flexible-card-grid__list {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .flexible-card-grid__list {
    margin-right: auto;
    margin-left: auto;
  }
}
.flexible-card-grid__list.article, .flexible-card-grid__list.event, .flexible-card-grid__list.custom {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .flexible-card-grid__list.article, .flexible-card-grid__list.event, .flexible-card-grid__list.custom {
    margin-top: 16px;
  }
}

.people-team-card {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .people-team-card {
    width: calc(50% - 36px);
    float: left;
    margin-left: 24px;
    margin-top: 36px;
  }
}

@media only screen and (min-width: 1248px) {
  .people-team-card {
    width: calc(50% - 48px);
    float: left;
    margin-left: 32px;
    margin-top: 36px;
  }
}

.flexible-card-grid .people-team-card {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .flexible-card-grid .people-team-card {
    width: calc(50% - 36px);
    float: left;
    margin-left: 24px;
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1248px) {
  .flexible-card-grid .people-team-card {
    width: calc(50% - 48px);
    float: left;
    margin-left: 32px;
    margin-top: 36px;
  }
}
.flexible-card-grid .people-team-card.article, .flexible-card-grid .people-team-card.event, .flexible-card-grid .people-team-card.custom {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .flexible-card-grid.card-with-image .people-team-card, .flexible-card-grid--grey.card-with-image .people-team-card {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 1248px) {
  .flexible-card-grid.card-with-image .people-team-card, .flexible-card-grid--grey.card-with-image .people-team-card {
    margin-left: 32px;
  }
}

.people-team-card__container {
  display: block;
  height: 100%;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .people-team-card__container {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .flexible-card-grid .people-team-card__container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1248px) {
  .flexible-card-grid .people-team-card__container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 0) {
  .person .people-team-card__container, .team .people-team-card__container, .landingpage .people-team-card__container, .custom .people-team-card__container {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .person .people-team-card__container, .team .people-team-card__container, .landingpage .people-team-card__container, .custom .people-team-card__container {
    display: flex;
    flex-direction: row;
  }
}@media only screen and (min-width: 1248px) {
  .person .people-team-card__container, .team .people-team-card__container, .landingpage .people-team-card__container, .custom .people-team-card__container {
    display: flex;
    flex-direction: row;
  }
}

.people-team-card__image {
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}

.flexible-card-grid .people-team-card__image {
  width: 92px;
}

@media only screen and (min-width: 768px) {
  .flexible-card-grid .people-team-card__image {
    width: 47%;
  }
}
.people-team-card__image.custom-image, .people-team-card__image.landingpage-image {
  width: auto;
}


.people-team-card__image img {
  height: 92px;
  object-fit: cover;
  transition: transform .2s;
}

@media only screen and (min-width: 768px) {
  .people-team-card__image img {
    height: auto;
  }
}


.people-team-card__content {
  padding-bottom: 10px;
}
.flexible-card-grid .people-team-card__content {
  padding: 0;
  border: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
.flexible-card-grid .people-team-card.article .people-team-card__content, .flexible-card-grid .people-team-card.event .people-team-card__content, .flexible-card-grid .people-team-card.custom .people-team-card__content {
  padding-bottom: 24px;
  margin: 0;
}
.flexible-card-grid.card-with-image .people-team-card .people-team-card__content, .flexible-card-grid--grey.card-with-image .people-team-card .people-team-card__content {
  border-bottom: none;
  padding-bottom: 0;
  margin-left: 16px;
}
@media only screen and (min-width: 1248px) {
  .flexible-card-grid.card-with-image .people-team-card .people-team-card__content, .flexible-card-grid--grey.card-with-image .people-team-card .people-team-card__content {
    margin-left: 32px;
  }
}


.rich-text-editor h2{
  font-size: 32px;
}

.rich-text-editor, .coral-RichText-editable, .richtext.cq-Editable-dom.is-edited {
  margin-bottom: 60px;
  margin-right: 12px;
  margin-left: 12px;
  max-width: 1184px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .rich-text-editor, .coral-RichText-editable, .richtext.cq-Editable-dom.is-edited {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1248px) {
  .rich-text-editor, .coral-RichText-editable, .richtext.cq-Editable-dom.is-edited {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .rich-text-editor, .coral-RichText-editable, .richtext.cq-Editable-dom.is-edited {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .rich-text-editor, .coral-RichText-editable, .richtext.cq-Editable-dom.is-edited {
    margin-right: auto;
    margin-left: auto;
  }
}
.inline-image-video__inner {
  text-align: center;
}
.inline-image-video__inner img{
  width: 100%;
}

.key-takeaways__inner {
  min-width: 335px;
  margin: auto;
  background-color: #fff;
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  .key-takeaways__inner {
    min-width: 672px;
  }
}

@media only screen and (min-width: 1248px) {
  .key-takeaways__inner {
    width: 927px;
    padding-left: 0;
  }
}
.key-takeaways__label {
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
  margin-top: 7px;
  width: auto;
  margin-right: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .key-takeaways__label {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1248px) {
  .key-takeaways__label {
    margin-right: 0;
  }
}
.key-takeaways__list {
  margin: 0 auto;
  display: flex;
  margin-top: 24px;
  flex-direction: row;
  padding-bottom: 24px;
  margin-right: 24px;
}

@media only screen and (max-width: 768px) {
  .key-takeaways__list {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .key-takeaways__list {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1248px) {
  .key-takeaways__list {
    margin-right: 0;
  }
}
.key-takeaways__item {
  min-width: 287px;
  margin-right: 33px;
}
.full-width-image__inner img{
  width: 100%;
}



.title-description {
  margin-bottom: 60px;
  margin-right: 12px;
  margin-left: 12px;
  max-width: 1184px;
  position: relative;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .title-description {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1248px) {
  .title-description {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .title-description {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .title-description {
    margin-right: auto;
    margin-left: auto;
  }
}


@media only screen and (min-width: 1248px) {
  .cmp-titleWithDescription-gray .title-description__inner, .cmp-titleWithDescription-blue .title-description__inner, .cmp-titleWithDescription-light-blue .title-description__inner {
    padding: 4.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .cmp-titleWithDescription-gray .title-description__inner, .cmp-titleWithDescription-blue .title-description__inner, .cmp-titleWithDescription-light-blue .title-description__inner {
    padding: 4rem;
  }
}
.cmp-titleWithDescription-gray .title-description__inner, .cmp-titleWithDescription-blue .title-description__inner, .cmp-titleWithDescription-light-blue .title-description__inner {
  padding: 2.4rem;
}
.cmp-titleWithDescription-blue .title-description__inner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background-image: -webkit-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
  background-image: -o-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
  background-image: linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);


}
.cmp-titleWithDescription-blue .title-description__inner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background-image: -webkit-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
  background-image: -o-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
  background-image: linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);


}
@media only screen and (min-width: 1248px) {
  .title-description__inner {
    width: calc(100% - 64px);
    float: left;
    margin-left: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .title-description__inner {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 0) {
  .title-description__inner {
    width: calc(100% - 16px);
    float: left;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1248px) {
  .title-description__inner {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .title-description__inner {
    margin-right: 24px;
    margin-left: 24px;
  }
}
.title-description__inner {
  margin-right: 12px;
  margin-left: 12px;
  max-width: 1184px;
  background-color: #fff;
}

.column-layout__column {
  flex: 1;
  min-width: 0;
}
.column-layout-container--two-columns .column-layout__column, .column-layout-container--three-columns .column-layout__column {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.column-layout-container--two-columns .column-layout__column {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .column-layout-container--two-columns .column-layout__column {
    flex-basis: calc(50% - 3.2rem);
  }
}
@media only screen and (min-width: 1248px) {
  .column-layout-container--two-columns .column-layout__column {
    flex-basis: calc(50% - 4rem);
  }
}
