@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";
@import "https://fonts.googleapis.com/css?family=Exo:400,500,600,700";
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-blackPearl: #171f26;
  --color-venetianRed: #dd0617;
  --color-navyBlue: #0281cf;
  --color-linkDarkBlue: #005587;
  --color-linkDarkBlue: #1a4091;
  --color-lightGrey: #cccccc;
  --color-whiteSmoke: #efefef;
  --color-charcoal: #4a4a4a;
  --box-shadow-card: 0px 0.5px 1.2px rgba(0, 0, 0, 0.042),
    0px 1.3px 2.9px rgba(0, 0, 0, 0.061), 0px 2.4px 5.5px rgba(0, 0, 0, 0.075),
    0px 4.2px 9.8px rgba(0, 0, 0, 0.089), 0px 7.9px 18.4px rgba(0, 0, 0, 0.108),
    0px 19px 44px rgba(0, 0, 0, 0.15);
  --font-primary: "Inter", "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  --font-secondary: "Gill Sans MT W01 Bold", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-secondary-med: GillSansStdMedium, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-main: var(--font-primary);
  --font-code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --font-pre: "Courier 10 Pitch", Courier, monospace;
  --letter-sp-lg: 1.024px;
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-xs: 0.75rem;
    --font-size-base: clamped(18px, 20px);
    --font-size-sm: clamped(16px, 18px);
    --font-size-md: clamped(22px, 28px);
    --font-size-lg: clamped(24px, 36px);
    --font-size-xl: clamped(28px, 40px);
    --font-size-2xl: clamped(30px, 48px);
    --font-size-3xl: clamped(36px, 58px);
    --font-size-4xl: clamped(42px, 72px);
  }
}
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-base: 1.125rem;
    --font-size-sm: 1rem;
    --font-size-md: 1.375rem;
    --font-size-lg: 1.5rem;
    --font-size-xl: 1.75rem;
    --font-size-2xl: 1.875rem;
    --font-size-3xl: 2.25rem;
    --font-size-4xl: 2.625rem;
  }
  @media screen and (min-width: 834px) {
    :root {
      --font-size-base: 1.25rem;
      --font-size-sm: 1.125rem;
      --font-size-md: 1.75rem;
      --font-size-lg: 2.25rem;
      --font-size-xl: 2.5rem;
      --font-size-2xl: 3rem;
      --font-size-3xl: 3.625rem;
      --font-size-4xl: 4.5rem;
    }
  }
}
:root {
  --space-s: 16px;
  --space-m: clamped(16px, 24px);
  --space-l: clamped(24px, 36px);
  --space-xl: clamped(36px, 52px);
  --space-2xl: clamped(36px, 60px);
  --space-3xl: clamped(52px, 76px);
}
#twexternal :root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-blackPearl: #171f26;
  --color-venetianRed: #dd0617;
  --color-navyBlue: #0281cf;
  --color-linkDarkBlue: #005587;
  --color-linkDarkBlue: #1a4091;
  --color-lightGrey: #cccccc;
  --color-whiteSmoke: #efefef;
  --color-charcoal: #4a4a4a;
  --box-shadow-card: 0px 0.5px 1.2px rgba(0, 0, 0, 0.042),
    0px 1.3px 2.9px rgba(0, 0, 0, 0.061), 0px 2.4px 5.5px rgba(0, 0, 0, 0.075),
    0px 4.2px 9.8px rgba(0, 0, 0, 0.089), 0px 7.9px 18.4px rgba(0, 0, 0, 0.108),
    0px 19px 44px rgba(0, 0, 0, 0.15);
  --font-primary: "Inter", "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  --font-secondary: "Gill Sans MT W01 Bold", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-secondary-med: GillSansStdMedium, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-main: var(--font-primary);
  --font-code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --font-pre: "Courier 10 Pitch", Courier, monospace;
  --letter-sp-lg: 1.024px;
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  #twexternal :root {
    --font-size-xs: 0.75rem;
    --font-size-base: clamp(1.13rem, 0.24vw + 1.07rem, 1.25rem);
    --font-size-sm: clamp(1rem, 0.24vw + 0.94rem, 1.13rem);
    --font-size-md: clamp(1.38rem, 0.73vw + 1.2rem, 1.75rem);
    --font-size-lg: clamp(1.5rem, 1.46vw + 1.15rem, 2.25rem);
    --font-size-xl: clamp(1.75rem, 1.46vw + 1.4rem, 2.5rem);
    --font-size-2xl: clamp(1.88rem, 2.2vw + 1.35rem, 3rem);
    --font-size-3xl: clamp(2.25rem, 2.68vw + 1.61rem, 3.63rem);
    --font-size-4xl: clamp(2.63rem, 3.66vw + 1.76rem, 4.5rem);
  }
}
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  #twexternal :root {
    --font-size-base: 1.125rem;
    --font-size-sm: 1rem;
    --font-size-md: 1.375rem;
    --font-size-lg: 1.5rem;
    --font-size-xl: 1.75rem;
    --font-size-2xl: 1.875rem;
    --font-size-3xl: 2.25rem;
    --font-size-4xl: 2.625rem;
  }
  @media screen and (min-width: 834px) {
    #twexternal :root {
      --font-size-base: 1.25rem;
      --font-size-sm: 1.125rem;
      --font-size-md: 1.75rem;
      --font-size-lg: 2.25rem;
      --font-size-xl: 2.5rem;
      --font-size-2xl: 3rem;
      --font-size-3xl: 3.625rem;
      --font-size-4xl: 4.5rem;
    }
  }
}
#twexternal :root {
  --space-s: 16px;
  --space-m: clamp(1rem, 0.98vw + 0.77rem, 1.5rem);
  --space-l: clamp(1.5rem, 1.46vw + 1.15rem, 2.25rem);
  --space-xl: clamp(2.25rem, 1.95vw + 1.79rem, 3.25rem);
  --space-2xl: clamp(2.25rem, 2.93vw + 1.55rem, 3.75rem);
  --space-3xl: clamp(3.25rem, 2.93vw + 2.55rem, 4.75rem);
  --icon-size: 100px;
}
#twexternal .hero {
  position: relative;
  --icon-size: 100px;
  overflow: hidden;
}
#twexternal .hero--fullHeight .hero__content {
  padding: 42% 0 0;
}
@media (max-width: 768px) {
  #twexternal .hero--fullHeight .hero__content {
    height: 100%;
    padding: 0;
  }
}
#twexternal .hero--fullHeight .hero__videoCta {
  margin-top: 0;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  #twexternal .hero--fullHeight .hero__videoCta {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin-bottom: 0;
  }
}
#twexternal .hero--centerAlignment .hero__content {
  align-items: center;
  text-align: center;
}
#twexternal .hero--centerAlignment .hero__title,
#twexternal .hero--centerAlignment .hero__body {
  width: 100%;
  max-width: 800px;
  margin-bottom: 10px;
}
#twexternal .hero--videoCenter .hero__videoCta {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
#twexternal .hero--darkOverlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0006;
  z-index: 1;
}
#twexternal .hero--darkOverlay .hero__content {
  z-index: 20;
}
#twexternal .hero_x_overlay {
  position: absolute;
  z-index: 10;
  top: calc(-50vw - 475px);
  left: 0;
  width: calc(100vw + 1200px);
  fill: #003085;
  opacity: 0.8;
}
@media screen and (max-width: 2500px) {
  #twexternal .hero_x_overlay {
    top: calc(-50vw - 375px);
    left: -100px;
  }
}
@media screen and (max-width: 1500px) {
  #twexternal .hero_x_overlay {
    top: calc(-50vw - 325px);
    left: -200px;
  }
}
@media screen and (max-width: 1200px) {
  #twexternal .hero_x_overlay {
    top: calc(-50vw - 410px);
    left: -100px;
    width: 200vw;
  }
}
@media screen and (max-width: 870px) {
  #twexternal .hero_x_overlay {
    top: calc(-50vw - 80px);
    left: 0;
    width: 166.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #twexternal .hero_x_overlay {
    top: calc(-50vw - 220px);
    left: 0;
    width: 230vw;
  }
}
#twexternal .hero__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#twexternal .hero__imageMobile {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#twexternal .hero__video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#twexternal .hero__videoPause {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%);
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}
#twexternal .hero:hover .hero__videoPause,
#twexternal .hero:focus .hero__videoPause {
  visibility: visible;
  opacity: 1;
}
#twexternal .hero__content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  padding: clamp(4rem, 11.59vw + 1.25rem, 9.94rem)
    clamp(2rem, 2.8vw + 1.33rem, 3.44rem);
}
#twexternal .hero__title {
  color: #fff;
  font-family: Exo;
  font-size: clamp(2.813rem, 1.473rem + 3.571vw, 4.688rem);
  line-height: 1.1;
  margin-bottom: clamp(1rem, 0.4643rem + 2.1429vi, 2.125rem);
  margin-top: 20px;
  font-weight: 500;
  width: 50%;
}
#twexternal .hero__body {
  width: 40%;
}
#twexternal .hero__body p {
  font-size: clamp(0.9375rem, 0.4315rem + 2.0238vi, 2rem) !important;
  font-weight: 500;
  font-family: Exo;
  color: #fff;
  margin: 0;
}
#twexternal .hero__videoCta {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: var(--icon-size);
  margin-top: clamp(1rem, 0.2857rem + 2.8571vi, 2.5rem);
}
#twexternal .hero__videoCta:hover .playIcon__bg,
#twexternal .hero__videoCta:focus .playIcon__bg {
  opacity: 1;
}
#twexternal .hero__videoCta .playIcon__bg {
  opacity: 0;
  transition: opacity 0.24s ease-in;
}
#twexternal .hero__cta {
  margin-top: clamp(1rem, 0.4643rem + 2.1429vi, 2.125rem);
}
#twexternal .hero__videoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#twexternal .hero__videoModal--active {
  display: flex;
}
#twexternal .hero__videoModalContent {
  position: absolute;
  max-width: 940px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#twexternal .hero__videoModalContent iframe {
  width: 100%;
  height: 100%;
}
#twexternal .hero__videoModalContentWrapper {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
}
#twexternal .hero__videoModalContentPlayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#twexternal .hero__videoModalClose {
  position: absolute;
  top: -38px;
  right: -38px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
@media (max-width: 768px) {
  #twexternal .hero__videoModalClose {
    top: -60px;
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  #twexternal .hero__title,
  #twexternal .hero__body {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  #twexternal .hero {
    height: 610px;
  }
  #twexternal .hero__title {
    margin-top: 0;
  }
  #twexternal .hero__title,
  #twexternal .hero__body {
    width: 60%;
  }
  #twexternal .hero__imageMobile {
    display: block;
    background-position: bottom;
  }
  #twexternal .hero__image {
    display: none;
  }
  #twexternal .hero__videoModalContent {
    width: 90%;
  }
}
#twexternal .infoHero {
  position: relative;
}
#twexternal .infoHero__title {
  color: #fff;
  font-family: Exo;
  font-size: clamp(2.8125rem, 1.2946rem + 6.0714vi, 6rem);
  line-height: 1.1;
  margin-bottom: clamp(1rem, 0.4643rem + 2.1429vi, 2.125rem);
  font-weight: 500;
  margin-right: 64px;
  margin-top: 0;
  width: calc(50% - 64px);
}
#twexternal .infoHero__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#twexternal .infoHero__body {
  font-size: clamp(0.9375rem, 0.4315rem + 2.0238vi, 2rem);
  font-weight: 500;
  font-family: Exo;
  color: #fff;
  margin-top: auto;
}
#twexternal .infoHero__body h2 {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  font-weight: 500;
}
#twexternal .infoHero__body p {
  font-size: clamp(0.8125rem, 0.6042rem + 0.8333vi, 1.25rem);
  font-weight: 300;
}
#twexternal .infoHero__container {
  position: relative;
  padding-top: clamp(2rem, -0.3214rem + 9.2857vi, 6.875rem);
  padding-bottom: clamp(2rem, -0.3214rem + 9.2857vi, 6.875rem);
}
#twexternal .infoHero__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#twexternal .infoHero__contentColumn {
  display: flex;
  flex-direction: column;
}
#twexternal .infoHero__contentColumn:first-of-type {
  margin-right: 64px;
}
#twexternal .infoHero__contentColumn:last-of-type {
  margin-left: 64px;
}
#twexternal .infoHero__videoCtaContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: clamp(1rem, 0.2857rem + 2.8571vi, 2.5rem);
}
#twexternal .infoHero__videoCtaContainer--mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: clamp(1rem, 0.2857rem + 2.8571vi, 2.5rem);
}
#twexternal .infoHero__videoCtaContainer h3,
#twexternal .infoHero__videoCtaContainer--mobile h3 {
  color: #fff;
  font-family: Exo;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  width: 65%;
}
#twexternal .infoHero__card {
  position: relative;
  background-color: #fff;
  padding: clamp(1rem, 0.7619rem + 0.9524vi, 1.5rem);
  margin-top: clamp(2rem, 1.7619rem + 0.9524vi, 2.5rem);
}
#twexternal .infoHero__card a {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  left: 0;
  top: 0;
}
#twexternal .infoHero__card h3 {
  color: #000;
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  font-family: Exo;
  margin: 0;
}
#twexternal .infoHero__card h4 {
  color: #0281cf;
  margin-top: clamp(2rem, -1.75rem + 15vi, 9.875rem);
  font-size: clamp(0.625rem, 0.2381rem + 1.5476vi, 1.4375rem);
  font-weight: 700;
  font-family: Exo;
  margin-bottom: 0;
  text-transform: uppercase;
}
#twexternal .infoHero__card span {
  position: absolute;
  right: clamp(1rem, 0.7619rem + 0.9524vi, 1.5rem);
  bottom: clamp(1rem, 0.7619rem + 0.9524vi, 1.5rem);
  font-size: clamp(0.75rem, 0.4524rem + 1.1905vi, 1.375rem);
  color: #0281cf;
  font-weight: 400;
}
#twexternal .infoHero__secondaryCta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0281cf;
  color: #fff;
  padding: clamp(1rem, 0.7619rem + 0.9524vi, 1.5rem);
  font-size: clamp(0.625rem, 0.2381rem + 1.5476vi, 1.4375rem);
  font-family: Exo;
  text-decoration: none;
  font-weight: 700;
  margin-top: clamp(1rem, 0.881rem + 0.4762vi, 1.25rem);
  text-transform: uppercase;
}
#twexternal .infoHero__secondaryCta .fa-solid {
  font-size: clamp(0.75rem, 0.4524rem + 1.1905vi, 1.375rem);
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #twexternal .infoHero__content {
    display: grid;
    grid-template-columns: 1fr;
  }
  #twexternal .infoHero__videoCtaContainer--mobile {
    display: flex;
  }
  #twexternal .infoHero__videoCtaContainer {
    display: none;
  }
  #twexternal .infoHero__contentColumn:first-of-type,
  #twexternal .infoHero__contentColumn:last-of-type {
    margin-right: 0;
    margin-left: 0;
  }
}
#twexternal .splitContent {
  display: flex;
  flex-direction: column;
  padding-top: clamp(2rem, 3.41vw + 1.19rem, 3.75rem);
  padding-bottom: clamp(2rem, 2.8vw + 1.33rem, 3.44rem);
}
#twexternal .splitContent--imgLeft .splitContent__wrapper {
  flex-direction: row-reverse;
}
#twexternal .splitContent--dark {
  background-color: var(--color-black);
  color: var(--color-white);
}
#twexternal .splitContent--dark a {
  color: var(--color-white);
}
#twexternal .splitContent .container {
  flex-direction: column;
}
#twexternal .splitContent__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #twexternal .splitContent__wrapper {
    flex-direction: column-reverse !important;
  }
}
#twexternal .splitContent__introTitle {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  font-family: Exo, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
#twexternal .splitContent__introSubtitle {
  font-family: Exo;
  font-size: clamp(1rem, 0.49vw + 0.88rem, 1.25rem);
  font-weight: 500;
  margin: 0 0 12px;
}
#twexternal .splitContent__image,
#twexternal .splitContent__video {
  width: 50%;
}
#twexternal .splitContent__image img,
#twexternal .splitContent__video img {
  width: 100%;
}
@media (max-width: 768px) {
  #twexternal .splitContent__image,
  #twexternal .splitContent__video {
    width: 100%;
    margin-bottom: 18px;
  }
}
#twexternal .splitContent__video {
  position: relative;
}
#twexternal .splitContent__video iframe {
  display: none;
  width: 100%;
  height: 100%;
  transition: opacity 0.26s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .splitContent__video--playing .splitContent__videoTarget,
#twexternal .splitContent__video--playing .splitContent__playButton {
  display: none;
}
#twexternal .splitContent__video--playing iframe {
  display: block;
}
#twexternal .splitContent__video--playing img {
  display: none;
}
#twexternal .splitContent__videoWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#twexternal .splitContent__playButton {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: var(--icon-size);
}
#twexternal .splitContent__playButton:hover .playIcon__bg,
#twexternal .splitContent__playButton:focus .playIcon__bg {
  opacity: 1;
}
#twexternal .splitContent__playButton .playIcon__bg {
  opacity: 0;
  transition: opacity 0.24s ease-in;
}
#twexternal .splitContent__videoTarget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
#twexternal
  .splitContent__videoTarget:hover
  ~ .splitContent__playButton
  .playIcon__bg,
#twexternal
  .splitContent__videoTarget:focus
  ~ .splitContent__playButton
  .playIcon__bg {
  opacity: 1;
}
#twexternal .splitContent__content {
  width: 43%;
  position: relative;
}
#twexternal .splitContent__contentInner {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #twexternal .splitContent__contentInner {
    padding: 0 !important;
  }
}
#twexternal .splitContent__title {
  font-family: Exo;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: clamp(1.5rem, 0.98vw + 1.27rem, 2rem);
  font-weight: 500;
}
#twexternal .splitContent__title .nowrap {
  white-space: nowrap;
}
#twexternal h2.splitContent__title {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
}
#twexternal h3.splitContent__title {
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
}
#twexternal .splitContent__body p {
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  margin-top: 0;
  line-height: 1.4;
}
#twexternal .splitContent__body h1,
#twexternal .splitContent__body h2,
#twexternal .splitContent__body h3,
#twexternal .splitContent__body h4,
#twexternal .splitContent__body h5,
#twexternal .splitContent__body h6 {
  font-family: Exo, sans-serif;
  font-weight: 500;
}
#twexternal .splitContent__body h2 {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
}
#twexternal .splitContent__body h3 {
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  margin-bottom: 6px;
}
#twexternal .splitContent__cta {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #twexternal .splitContent__content {
    width: 100%;
    padding: 0;
  }
  #twexternal .splitContent--imgLeft > .splitContent__content {
    padding-right: 0;
    padding-left: 0;
  }
}
#twexternal .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#twexternal .videoModule {
  aspect-ratio: 1/1;
  display: grid;
  width: 50%;
}
@media (max-width: 768px) {
  #twexternal .videoModule {
    width: 100%;
    margin-bottom: 18px;
  }
}
#twexternal .videoModule__target {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  grid-area: 1/1;
  z-index: 4;
}
#twexternal .videoModule__target:hover ~ .videoModule__icon .playIcon__bg,
#twexternal .videoModule__target:focus ~ .videoModule__icon .playIcon__bg {
  opacity: 1;
}
#twexternal .videoModule__target[aria-hidden="true"] {
  display: none;
}
#twexternal .videoModule__image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: 1/1;
  z-index: 2;
  transition: all 0.24s ease-in;
}
#twexternal .videoModule__image[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}
#twexternal .videoModule__videoCover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#twexternal .videoModule__icon {
  grid-area: 1/1;
  margin: 20px auto auto 20px;
  width: 100px;
  z-index: 3;
}
@media (max-width: 768px) {
  #twexternal .videoModule__icon {
    width: 50px;
  }
}
#twexternal .videoModule__icon--bottomRight {
  margin: auto 20px 20px auto;
  place-self: end;
}
#twexternal .videoModule__icon--bottomLeft {
  align-self: end;
  justify-self: start;
  margin: auto auto 20px 20px;
}
#twexternal .videoModule__icon--topRight {
  align-self: start;
  justify-self: end;
  margin: 20px 20px auto auto;
}
#twexternal .videoModule__icon[aria-hidden="true"] {
  display: none;
}
#twexternal .videoModule__icon .playIcon__bg {
  opacity: 0;
  transition: opacity 0.24s ease-in;
}
#twexternal .videoModule__video {
  grid-area: 1/1;
  place-self: center;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
#twexternal .featuredCards {
  padding-top: clamp(3.75rem, 2.4457rem + 6.5217vw, 7.5rem);
  padding-bottom: clamp(3.75rem, 2.4457rem + 6.5217vw, 7.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#twexternal .featuredCards--noTopPadding {
  padding-top: 0 !important;
}
#twexternal .featuredCards--light,
#twexternal .featuredCards--light .featuredCard__cta {
  color: var(--color-white);
}
#twexternal .featuredCards--dark,
#twexternal .featuredCards--dark .featuredCard__cta {
  color: var(--color-black);
}
#twexternal .featuredCards .swiper-button-prev,
#twexternal .featuredCards .swiper-button-next {
  border: 1px solid var(--color-navyBlue);
  background-color: var(--color-navyBlue);
  padding: 8px;
  font-size: 2rem;
  color: var(--color-white);
  transition: 0.1s;
  position: relative;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  width: auto;
  height: auto;
}
#twexternal .featuredCards .swiper-button-prev:hover,
#twexternal .featuredCards .swiper-button-next:hover {
  background-color: var(--color-linkDarkBlue);
  color: var(--color-white);
}
#twexternal .featuredCards .swiper-button-prev span {
  transform: rotate(90deg);
  margin-left: 5px;
}
#twexternal .featuredCards .swiper-button-prev:after {
  content: "";
}
#twexternal .featuredCards .swiper-button-next span {
  transform: rotate(90deg);
  margin-right: 5px;
}
#twexternal .featuredCards .swiper-button-next:after {
  content: "";
}
#twexternal .featuredCards .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
#twexternal .featuredCards .swiper-slide .featuredCard__content,
#twexternal .featuredCards .swiper-slide .featuredCard {
  flex-grow: 2;
}
#twexternal .featuredCards .swiper-pagination-bullets {
  margin-block-start: 1.875rem;
  position: relative;
  inset: auto;
}
#twexternal .featuredCards .swiper-button-disabled {
  background-color: gray;
  border-color: gray;
}
#twexternal .featuredCards .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#twexternal .featuredCards .carousel-container {
  position: relative;
  padding: 0 20px;
  max-width: 1300px;
  margin: auto;
  overflow: visible;
}
@media (max-width: 1422px) {
  #twexternal .featuredCards .carousel-container {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #twexternal .featuredCards .carousel-container {
    padding: 0 20px;
  }
}
#twexternal .featuredCards--noTopPadding .carousel-container {
  padding-top: 8px;
  margin-top: clamp(-2rem, -2.8vw - 1.33rem, -3.44rem);
}
@media (max-width: 768px) {
  #twexternal .featuredCards--noTopPadding .carousel-container {
    margin-top: auto;
  }
}
#twexternal
  .featuredCards--noTopPadding
  .carousel-container
  .featuredCards__intro--noBody {
  margin-bottom: 12px;
}
#twexternal .featuredCards__navButtons {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  width: 100%;
}
#twexternal .featuredCards__intro {
  display: block;
  width: 100%;
  margin-bottom: clamp(1.5rem, 0.98vw + 1.27rem, 2rem);
}
#twexternal .featuredCards__sectionTitle {
  font-family: Exo;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  font-weight: 500;
  line-height: 1.3;
  width: 60%;
  margin: 0;
}
@media (max-width: 768px) {
  #twexternal .featuredCards__sectionTitle {
    width: 100%;
  }
}
#twexternal .featuredCards__sectionBody {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  width: 60%;
}
#twexternal .featuredCards__sectionBody p {
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  #twexternal .featuredCards__sectionBody {
    width: 100%;
  }
}
#twexternal .featuredCards__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
#twexternal .featuredCards__wrapper--twoColumns {
  grid-template-columns: repeat(2, 1fr);
}
#twexternal .featuredCards__wrapper--oneColumn {
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  #twexternal .featuredCards__wrapper {
    grid-template-columns: 1fr;
  }
}
#twexternal .featuredCard {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #cccccc;
  background-color: var(--color-white);
  color: var(--color-black);
}
@media (min-width: 1025px) {
  #twexternal .featuredCard:nth-of-type(2n),
  #twexternal .featuredCard:nth-of-type(3n) {
    border-left: 0;
  }
}
@media (max-width: 1024px) {
  #twexternal .featuredCard:nth-of-type(2n),
  #twexternal .featuredCard:nth-of-type(3n) {
    border-top: 0;
  }
}
#twexternal .featuredCard__image {
  width: 100%;
  min-height: clamp(10rem, 7.3214rem + 10.7143vi, 15.625rem);
  background-position: center;
  background-size: cover;
}
#twexternal .featuredCard__content {
  display: flex;
  flex-direction: column;
  padding: clamp(1rem, -0.1607rem + 4.6429vi, 3.4375rem);
  height: 100%;
}
#twexternal .featuredCard__subtitle {
  font-family: Exo;
  font-size: clamp(0.625rem, 0.4762rem + 0.5952vi, 0.9375rem);
  font-weight: 600;
  color: #a1a1a1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
}
#twexternal .featuredCard__title {
  font-family: Exo;
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  font-weight: 500;
  margin: 0;
  margin-bottom: clamp(0.75rem, 0.49vw + 0.63rem, 1rem);
}
#twexternal .featuredCard__body {
  font-size: 16px;
  margin: 1em 0 28px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
#twexternal .featuredCard__body p {
  margin: 0;
}
#twexternal .featuredCard__cta a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #0281cf;
  font-family: Open Sans, sans-serif;
  font-size: clamp(0.75rem, 0.73vw + 0.58rem, 1.13rem);
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
#twexternal .featuredCard__cta a:before {
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "";
  margin-left: 8px;
  position: absolute;
  top: 4px;
  right: -10px;
  height: auto;
  width: auto;
  background-color: transparent;
  bottom: auto;
  transform-origin: unset;
  font-family: "Font Awesome 6 Pro";
  transform: translate(0);
  transition: all 0.3s ease-in-out;
}
#twexternal .featuredCard__cta a:hover:before,
#twexternal .featuredCard__cta a:focus:before {
  transform: translate(10px);
}
#twexternal .featuredCard__ctaTarget {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
#twexternal
  .featuredCard__ctaTarget:hover
  ~ .featuredCard__content
  > .featuredCard__cta:before,
#twexternal
  .featuredCard__ctaTarget:focus
  ~ .featuredCard__content
  > .featuredCard__cta:before {
  transform: translate(4px) translateY(-50%);
}
#twexternal a.floatingDL--text-cta-arrow {
  display: inline-block !important;
  padding: 20px;
  box-shadow: 3px 3px 10px #17191933 !important;
  transition: transform 0.3sease-in-out !important;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
#twexternal a.floatingDL--text-cta-arrow .fa-long-arrow-right {
  margin-left: 10px;
  transform: translate(0);
  transition: transform 0.26s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#twexternal .generalContent {
  padding-top: clamp(3.75rem, 2.4457rem + 6.5217vw, 7.5rem);
  padding-bottom: clamp(3.75rem, 2.4457rem + 6.5217vw, 7.5rem);
}
#twexternal .generalContent--smPadding {
  padding-top: clamp(1.875rem, 1.2228rem + 3.2609vw, 3.75rem);
  padding-bottom: clamp(1.875rem, 1.2228rem + 3.2609vw, 3.75rem);
}
#twexternal .generalContent--noTopPadding {
  padding-top: 0 !important;
}
#twexternal .generalContent--noBottomPadding {
  padding-bottom: 0 !important;
}
#twexternal .generalContent .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#twexternal .generalContent--darkText .generalContent__title,
#twexternal .generalContent--darkText .generalContent__body {
  color: var(--color-black);
}
#twexternal .generalContent--left .container {
  align-items: flex-start;
}
#twexternal .generalContent--left .generalContent__body p {
  text-align: left;
}
#twexternal .generalContent--center .container {
  align-items: center;
}
#twexternal .generalContent--center .generalContent__title,
#twexternal .generalContent--center .generalContent__body p {
  text-align: center;
}
#twexternal .generalContent--right .container {
  align-items: flex-end;
}
#twexternal .generalContent--right .generalContent__body p {
  text-align: right;
}
#twexternal .generalContent__title {
  font-family: Exo;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  line-height: 1.3;
  font-weight: 500;
  margin: 0.5rem 0;
  color: var(--color-white);
}
#twexternal .generalContent__body {
  color: var(--color-white);
  width: 100%;
}
#twexternal .generalContent__body h1,
#twexternal .generalContent__body h2,
#twexternal .generalContent__body h3,
#twexternal .generalContent__body h4,
#twexternal .generalContent__body h5,
#twexternal .generalContent__body h6 {
  font-family: Exo;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}
#twexternal .generalContent__body h2 {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
}
#twexternal .generalContent__body h3 {
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  margin-bottom: 6px;
}
#twexternal .generalContent__body h4 {
  font-size: clamp(1.13rem, 0.73vw + 0.95rem, 1.5rem);
}
#twexternal .generalContent__body p {
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  margin-top: 0;
  line-height: 1.4;
}
#twexternal .twoColumnText {
  padding-top: clamp(1rem, -0.1607rem + 4.6429vi, 3.4375rem);
  padding-bottom: clamp(1rem, -0.1607rem + 4.6429vi, 3.4375rem);
}
#twexternal .twoColumnText .twoColumnText__body a {
  color: var(--color-navyBlue);
  text-decoration: none;
}
#twexternal .twoColumnText .twoColumnText__body a:hover,
#twexternal .twoColumnText .twoColumnText__body a:focus {
  color: var(--color-linkDarkBlue);
}
#twexternal .twoColumnText .twoColumnText__body a:hover:before,
#twexternal .twoColumnText .twoColumnText__body a:focus:before {
  background-color: var(--color-linkDarkBlue);
}
#twexternal .twoColumnText .twoColumnText__body a:before {
  background-color: var(--color-navyBlue);
}
#twexternal .twoColumnText--darkText .twoColumnText__intro,
#twexternal .twoColumnText--darkText .twoColumnText__content,
#twexternal .twoColumnText--darkText .twoColumnText__body,
#twexternal .twoColumnText--darkText .twoColumnText__intro p,
#twexternal .twoColumnText--darkText .twoColumnText__content p,
#twexternal .twoColumnText--darkText .twoColumnText__body p {
  color: var(--color-black);
}
#twexternal .twoColumnText__wrapper {
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #twexternal .twoColumnText__wrapper {
    flex-direction: column;
  }
}
#twexternal h2 {
  width: 100%;
  margin-bottom: clamp(0.5rem, 0.98vw + 0.27rem, 1rem);
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  font-family: Exo, sans-serif;
  font-weight: 500;
}
#twexternal .twoColumnText__sectionSubTitle {
  font-size: 16px;
  font-family: Exo, sans-serif;
  margin-bottom: clamp(0.5rem, 0.98vw + 0.27rem, 1rem);
}
#twexternal .twoColumnText__intro {
  font-family: Exo;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  line-height: 1.3;
  width: 66%;
  color: var(--color-white);
  margin-top: 0;
}
@media (max-width: 768px) {
  #twexternal .twoColumnText__intro {
    width: 100%;
  }
}
#twexternal .twoColumnText__content {
  width: 43%;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #twexternal .twoColumnText__content {
    width: 100%;
    margin-right: 0 !important;
  }
}
#twexternal .twoColumnText__body {
  font-size: 16px;
  margin: 0 0 8px;
  font-family: Open Sans, sans-serif;
  line-height: 1.4;
  color: var(--color-white);
}
#twexternal .twoColumnText__body > p {
  margin-bottom: 0;
}
#twexternal .twoColumnText__cta {
  margin-top: 20px;
}
#twexternal .twoColumnText__body h2,
#twexternal .twoColumnText__body h3,
#twexternal .twoColumnText__body h4,
#twexternal .twoColumnText__body h5,
#twexternal .twoColumnText__body h6 {
  font-family: Exo;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}
#twexternal .twoColumnText__body h2 {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
}
#twexternal .twoColumnText__body h3 {
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
}
#twexternal .twoColumnText__body h4 {
  font-size: clamp(1.13rem, 0.73vw + 0.95rem, 1.5rem);
}
#twexternal .twoPanelVisual {
  padding-top: clamp(1rem, -0.1607rem + 4.6429vi, 3.4375rem);
  padding-bottom: clamp(1rem, -0.1607rem + 4.6429vi, 3.4375rem);
}
#twexternal .twoPanelVisual .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#twexternal .twoPanelVisual__media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: clamp(21.5rem, 11.1726rem + 41.3095vi, 43.1875rem);
}
#twexternal .twoPanelVisual__media img,
#twexternal .twoPanelVisual__media video {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #twexternal .twoPanelVisual {
    display: flex;
    flex-direction: column;
  }
  #twexternal .twoPanelVisual--rightFirst {
    flex-direction: column-reverse;
  }
  #twexternal .twoPanelVisual__media.mobileHidden {
    display: none;
  }
}
#twexternal .videoCallout {
  padding-top: clamp(5rem, -4.88vw + 6.16rem, 2.5rem);
  padding-bottom: clamp(5rem, -4.88vw + 6.16rem, 2.5rem);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#twexternal .videoCallout--hasBackground .videoCallout__title,
#twexternal .videoCallout--hasBackground .videoCallout__subtitle,
#twexternal .videoCallout--hasBackground .videoCallout__button {
  color: var(--color-white);
  border-color: var(--color-white);
}
#twexternal .videoCallout__videoWrapper {
  display: none;
}
#twexternal .videoCallout__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
#twexternal .videoCallout__video {
  position: relative;
  width: 100%;
  max-width: 680px;
}
#twexternal .videoCallout__video img {
  width: 100%;
}
#twexternal .videoCallout__video button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#twexternal .videoCallout__video--active .videoCallout__videoThumbnail,
#twexternal .videoCallout__video--active .videoCallout__videoTarget,
#twexternal .videoCallout__video--active .videoCallout__videoIcon {
  display: none;
}
#twexternal .videoCallout__video--active .videoCallout__videoWrapper {
  display: block;
  width: 100%;
  height: 100%;
}
#twexternal .videoCallout__video:hover .videoCallout__videoIcon .playIcon__bg,
#twexternal .videoCallout__video:focus .videoCallout__videoIcon .playIcon__bg {
  opacity: 1;
}
#twexternal .videoCallout__title {
  font-family: Exo;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  text-align: center;
  font-weight: 500;
  margin-bottom: clamp(1.88rem, 2.93vw + 1.18rem, 3.38rem);
}
#twexternal .videoCallout__subtitle {
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 42px;
}
#twexternal .videoCallout__videoIcon {
  position: absolute;
  top: 12px;
  right: 12px;
  grid-area: 1/1;
  width: clamp(3.13rem, 3.66vw + 2.26rem, 5rem);
  z-index: 3;
  cursor: pointer;
}
#twexternal .videoCallout__videoIcon--alt {
  margin: auto 20px 20px auto;
  place-self: end;
}
#twexternal .videoCallout__videoIcon[aria-hidden="true"] {
  display: none;
}
#twexternal .videoCallout__videoIcon .playIcon__bg {
  opacity: 0;
  transition: opacity 0.24s ease-in;
}
#twexternal .videoCallout__videoIcon svg path {
  transition: all 0.24s ease-in;
}
#twexternal .videoCallout__videoTarget {
  z-index: 4;
}
#twexternal .videoCallout__button {
  margin-top: 16px;
}
#twexternal .highlightTwoColumn {
  background-color: #f4f4f4;
}
#twexternal .highlightTwoColumn--imgLeft {
  flex-direction: row-reverse;
}
#twexternal .highlightTwoColumn__wrapper {
  padding-top: clamp(1rem, -0.1607rem + 4.6429vi, 3.4375rem);
  padding-bottom: clamp(1rem, -0.1607rem + 4.6429vi, 3.4375rem);
  display: flex;
  justify-content: space-between;
}
#twexternal .highlightTwoColumn__image {
  height: clamp(18.5rem, 22.2vw + 13.23rem, 29.88rem);
}
#twexternal .highlightTwoColumn__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#twexternal .highlightTwoColumn__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 43%;
  margin-top: clamp(2.25rem, 3.17vw + 1.5rem, 3.88rem);
}
#twexternal .highlightTwoColumn__subtitle {
  font-family: Exo;
  font-size: clamp(1rem, 0.98vw + 0.77rem, 1.5rem);
  font-weight: 700;
  color: #0281cf;
  margin: 0;
  text-transform: uppercase;
}
#twexternal .highlightTwoColumn__media {
  width: 50%;
  padding-left: 0;
  position: relative;
}
#twexternal .highlightTwoColumn__title {
  font-family: Exo;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  margin: 22px 0;
  font-weight: 500;
  line-height: 1.3;
}
#twexternal .highlightTwoColumn__body p {
  font-family: Open Sans, sans-serif;
  margin: 0;
  margin-bottom: clamp(0.88rem, 1.71vw + 0.47rem, 1.75rem);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
#twexternal .highlightTwoColumn__cta {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: clamp(1rem, 0.7619rem + 0.9524vi, 1.5rem);
  font-family: Exo;
  font-size: clamp(0.625rem, 0.2381rem + 1.5476vi, 1.4375rem);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #0281cf;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#twexternal .highlightTwoColumn__cta .fa-solid {
  font-weight: 500;
}
#twexternal .highlightTwoColumn__cta:before {
  display: none;
}
@media only screen and (max-width: 900px) {
  #twexternal .highlightTwoColumn__wrapper {
    flex-direction: column;
  }
  #twexternal .highlightTwoColumn__image {
    width: 100%;
    margin-bottom: 18px;
  }
  #twexternal .highlightTwoColumn__content,
  #twexternal .highlightTwoColumn__media {
    width: 100%;
    padding: 0;
  }
  #twexternal .highlightTwoColumn__content {
    margin-top: 0;
    padding: 16px;
  }
  #twexternal .highlightTwoColumn__media {
    margin-top: 20px;
  }
  #twexternal .highlightTwoColumn--imgLeft > .highlightTwoColumn__content {
    padding-right: 0;
    padding-left: 0;
  }
}
#twexternal .twoColumnAccordion {
  padding-top: clamp(1rem, 4.76vw + -0.13rem, 3.44rem);
  padding-bottom: clamp(1rem, 4.76vw + -0.13rem, 3.44rem);
}
#twexternal .twoColumnAccordion__wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #twexternal .twoColumnAccordion__wrapper {
    flex-direction: column;
  }
}
#twexternal .twoColumnAccordion__column {
  position: relative;
  padding: clamp(1.5rem, 3.78vw + 0.6rem, 3.44rem);
  border: 1px solid var(--color-lightGrey);
  overflow: hidden;
}
#twexternal .twoColumnAccordion__column:first-of-type {
  border-right: none;
}
@media (max-width: 768px) {
  #twexternal .twoColumnAccordion__column {
    border: 1px solid var(--color-lightGrey) !important;
  }
  #twexternal .twoColumnAccordion__column:first-of-type {
    border-bottom: none !important;
  }
}
#twexternal .twoColumnAccordion__column--open:first-of-type {
  border-right: 1px solid var(--color-lightGrey);
}
#twexternal
  .twoColumnAccordion__column--open:first-of-type
  ~ .twoColumnAccordion__column {
  border-left: none;
}
#twexternal .twoColumnAccordion__column--open .twoColumnAccordion__title {
  padding-bottom: clamp(1.5rem, 1.34vw + 1.18rem, 2.19rem);
}
#twexternal .twoColumnAccordion__column--open .twoColumnAccordion__body {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
#twexternal .twoColumnAccordion__column--open .fa-plus-large {
  display: none !important;
}
#twexternal .twoColumnAccordion__column--open .fa-minus {
  display: block !important;
}
#twexternal .twoColumnAccordion__icon {
  width: clamp(2.81rem, 4.88vw + 1.65rem, 5.31rem);
  margin-bottom: 100px;
}
#twexternal .twoColumnAccordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-family: Exo;
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
#twexternal .twoColumnAccordion__title .fa-plus-large {
  display: block;
}
#twexternal .twoColumnAccordion__title .fa-minus {
  display: none;
}
#twexternal .twoColumnAccordion__body {
  max-height: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  font-size: clamp(0.81rem, 0.85vw + 0.61rem, 1.25rem);
  font-family: Open Sans, sans-serif;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
}
#twexternal .twoColumnAccordion__body p {
  margin: 0;
}
#twexternal .twoColumnAccordion__columnTarget {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  padding: 0;
}
#twexternal .statsBoxes {
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: clamp(2rem, 5.85vw + 0.61rem, 5rem);
  padding-bottom: clamp(2rem, 5.85vw + 0.61rem, 5rem);
}
#twexternal .statsBoxes--darkText .statsBoxes__title,
#twexternal .statsBoxes--darkText .statBox {
  color: var(--color-black);
}
@media (max-width: 768px) {
  #twexternal .statsBoxes--darkText .statBox:not(:last-child) {
    border-color: var(--color-black);
  }
}
#twexternal .statsBoxes--darkText .stat span {
  color: var(--color-linkDarkBlue);
}
#twexternal .statsBoxes--noTopPadding {
  padding-top: 0 !important;
}
#twexternal .statsBoxes--noTopPadding .statsBoxes__title {
  margin-top: 0;
}
#twexternal .statsBoxes--noBottomPadding {
  padding-bottom: 0 !important;
}
#twexternal .statsBoxes__title {
  width: 100%;
  text-align: center;
  color: var(--color-white);
  font-family: Exo, sans-serif;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 42px;
}
#twexternal .statsBoxes__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#twexternal .statBox {
  width: 20%;
  padding: 0 20px;
  margin-bottom: 0;
  color: var(--color-white);
}
#twexternal .statBox p {
  font-family: Open Sans, sans-serif;
  font-size: clamp(0.81rem, 0.85vw + 0.61rem, 1.25rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #twexternal .statBox {
    width: 100%;
  }
  #twexternal .statBox:not(:last-child) {
    border-bottom: 1px solid var(--color-white);
  }
  #twexternal .statBox:not(:last-child) p {
    margin-bottom: 26px;
  }
  #twexternal .statBox:not(:first-child) .stat {
    margin-top: 28px;
  }
  #twexternal .statBox:last-child p {
    margin-bottom: 0;
  }
}
#twexternal .stat {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: clamp(2.25rem, 1.71vw + 1.84rem, 3.13rem);
  font-family: Exo;
  font-weight: 500;
}
#twexternal .iconicBoxes {
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: clamp(2rem, 5.85vw + 0.61rem, 5rem);
  padding-bottom: clamp(2rem, 5.85vw + 0.61rem, 5rem);
}
#twexternal .iconicBoxes--noTopPadding {
  padding-top: 0 !important;
}
#twexternal .iconicBoxes--lightText,
#twexternal .iconicBoxes--lightText h5,
#twexternal .iconicBoxes--lightText .iconBox__cta {
  color: var(--color-white);
}
#twexternal .iconBox {
  position: relative;
  display: flex;
  flex-direction: column;
}
#twexternal .iconBox__image {
  width: 100%;
  text-align: center;
  margin-bottom: clamp(0.75rem, 0.49vw + 0.63rem, 1rem);
}
#twexternal .iconBox__image img {
  width: 100%;
}
#twexternal .iconicBoxes__intro {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  margin-bottom: clamp(1.5rem, 0.98vw + 1.27rem, 2rem);
}
#twexternal .iconicBoxes__title {
  font-family: Exo;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  font-weight: 500;
  line-height: 1.3;
  width: 50%;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  #twexternal .iconicBoxes__title {
    width: 100%;
  }
}
#twexternal .iconicBoxes__sectionBody {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  width: 50%;
}
#twexternal .iconicBoxes__sectionBody p {
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  #twexternal .iconicBoxes__sectionBody {
    width: 100%;
  }
}
#twexternal .iconicBoxes__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 2%;
}
#twexternal .iconicBoxes__wrapper--1 {
  width: 40%;
  grid-template-columns: 1fr;
}
#twexternal .iconicBoxes__wrapper--1.container {
  width: 40%;
}
#twexternal .iconicBoxes__wrapper--1 .iconBox__image img {
  width: 30%;
}
#twexternal .iconicBoxes__wrapper--2 {
  width: 40%;
  grid-template-columns: repeat(2, 1fr);
}
#twexternal .iconicBoxes__wrapper--2.container,
#twexternal .iconicBoxes__wrapper--2 .iconBox__image img {
  width: 40%;
}
@media (max-width: 480px) {
  #twexternal .iconicBoxes__wrapper--2 {
    grid-template-columns: 1fr;
  }
}
#twexternal .iconicBoxes__wrapper--3 {
  width: 60%;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  #twexternal .iconicBoxes__wrapper--3 {
    width: 80%;
  }
}
@media (max-width: 835px) {
  #twexternal .iconicBoxes__wrapper--3 {
    width: 60%;
  }
}
#twexternal .iconicBoxes__wrapper--3.container {
  width: 60%;
}
@media (max-width: 1024px) {
  #twexternal .iconicBoxes__wrapper--3.container {
    width: 80%;
  }
}
@media (max-width: 835px) {
  #twexternal .iconicBoxes__wrapper--3.container {
    width: 60%;
  }
}
#twexternal .iconicBoxes__wrapper--3 .iconBox__image img {
  max-width: 100px;
}
@media (max-width: 835px) {
  #twexternal .iconicBoxes__wrapper--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #twexternal .iconicBoxes__wrapper--3 {
    grid-template-columns: 1fr;
  }
}
#twexternal .iconicBoxes__wrapper--4 {
  width: 80%;
  grid-template-columns: repeat(4, 1fr);
}
#twexternal .iconicBoxes__wrapper--4.container,
#twexternal .iconicBoxes__wrapper--4 .iconBox__image img {
  width: 80%;
}
@media (max-width: 835px) {
  #twexternal .iconicBoxes__wrapper--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #twexternal .iconicBoxes__wrapper--4 {
    grid-template-columns: 1fr;
  }
}
#twexternal .iconicBoxes__wrapper--5 {
  width: calc(100% - 40px);
  grid-template-columns: repeat(5, 1fr);
}
#twexternal .iconicBoxes__wrapper--5.container {
  width: calc(100% - 40px);
}
#twexternal .iconicBoxes__wrapper--5 .iconBox__image img {
  width: 100%;
}
@media (max-width: 835px) {
  #twexternal .iconicBoxes__wrapper--5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  #twexternal .iconicBoxes__wrapper--5 {
    grid-template-columns: 1fr;
  }
}
#twexternal .iconBox__content {
  display: flex;
  flex-direction: column;
  padding: clamp(1rem, -0.1607rem + 4.6429vi, 3.4375rem);
  height: 100%;
}
#twexternal .iconBox__subtitle {
  font-family: Exo;
  font-size: clamp(0.625rem, 0.4762rem + 0.5952vi, 0.9375rem);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: clamp(0.75rem, 0.49vw + 0.63rem, 1rem);
  text-align: center;
}
#twexternal .iconBox__title {
  font-family: Exo;
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  font-weight: 500;
  margin: 0;
  margin-bottom: clamp(0.75rem, 0.49vw + 0.63rem, 1rem);
  text-align: center;
}
#twexternal .iconBox__body {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: clamp(0.75rem, 0.49vw + 0.63rem, 1rem);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
#twexternal .iconBox__body p {
  margin: 0;
}
#twexternal .iconBox__cta a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  color: #0281cf;
  font-family: Open Sans, sans-serif;
  font-size: clamp(0.75rem, 1.46vw + 0.4rem, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
#twexternal .iconBox__cta a:before {
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "";
  margin-left: 8px;
  position: absolute;
  top: 4px;
  right: -10px;
  height: auto;
  width: auto;
  background-color: transparent;
  bottom: auto;
  transform-origin: unset;
  font-family: "Font Awesome 6 Pro";
  transform: translate(0);
  transition: all 0.3s ease-in-out;
}
#twexternal .iconBox__cta a:hover:before,
#twexternal .iconBox__cta a:focus:before {
  transform: translate(10px);
}
#twexternal .iconBox__ctaTarget {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
#twexternal
  .iconBox__ctaTarget:hover
  ~ .iconBox__content
  > .iconBox__cta:before,
#twexternal
  .iconBox__ctaTarget:focus
  ~ .iconBox__content
  > .iconBox__cta:before {
  transform: translate(4px) translateY(-50%);
}
#twexternal .grid {
  padding-bottom: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  padding-top: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
}
#twexternal .grid--darkText .grid__intro,
#twexternal .grid--darkText .gridItem__text {
  color: var(--color-black);
}
#twexternal .grid--darkText .gridItem--border,
#twexternal .grid--darkText .gridItem--link {
  border-color: var(--color-black);
}
#twexternal .grid--darkText .gridItem__cta {
  color: var(--color-navyBlue);
  text-decoration: none;
  font-family: Exo, sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
}
#twexternal .grid--darkText .gridItem__cta:hover,
#twexternal .grid--darkText .gridItem__cta:focus {
  color: var(--color-linkDarkBlue);
}
#twexternal .grid--darkText .gridItem__cta:before {
  display: none;
}
#twexternal .grid--darkText .gridItem__cta sup {
  font-size: 15px;
  top: 0.3em;
  left: 0;
  vertical-align: top;
}
@media (max-width: 768px) {
  #twexternal .grid--darkText .gridItem--link:not(:last-child) {
    border-bottom: 1px solid var(--color-black) !important;
  }
}
#twexternal .grid__intro {
  color: var(--color-white);
}
#twexternal .grid__intro h2 {
  width: 100%;
  margin-bottom: clamp(0.5rem, 0.98vw + 0.27rem, 1rem);
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  font-family: Exo, sans-serif;
  font-weight: 500;
}
#twexternal .grid__intro h2 sup {
  font-size: 40%;
  top: -1em;
}
#twexternal .grid__intro .grid__sectionSubTitle {
  font-size: 16px;
  font-family: Exo, sans-serif;
  margin-bottom: 0;
}
#twexternal .grid__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 16%;
  column-gap: 16%;
}
@media (max-width: 768px) {
  #twexternal .grid__wrapper {
    grid-template-columns: 1fr;
  }
}
#twexternal .gridItem {
  width: 100%;
  padding: clamp(0.75rem, 2.2vw + 0.23rem, 1.88rem) 0;
}
#twexternal .gridItem--border {
  border-bottom: 1px solid var(--color-white);
}
@media (max-width: 768px) {
  #twexternal .gridItem.gridItem--link:not(:last-child) {
    border-bottom: 1px solid var(--color-white);
  }
}
#twexternal .gridItem__cta {
  font-family: Exo, sans-serif;
  text-decoration: none;
  color: var(--color-white);
  font-size: 20px;
  text-decoration: underline;
}
#twexternal .gridItem__text {
  color: var(--color-white);
}
#twexternal .gridItem__text h3 {
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  font-family: Exo, sans-serif;
  font-weight: 500;
  margin-bottom: 0.4em;
  margin-top: 0;
}
#twexternal .gridItem__text p {
  font-size: 16px;
  font-family: Exo, sans-serif;
  margin-bottom: 0;
}
#twexternal .gridItem__text .gridItem__cta {
  display: block;
  margin-top: 18px;
}
#twexternal .customHtml {
  padding-top: clamp(2rem, 3.41vw + 1.19rem, 3.75rem);
  padding-bottom: clamp(2rem, 3.41vw + 1.19rem, 3.75rem);
}
#twexternal .customHtml p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
#twexternal .customHtml h2 {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
}
#twexternal .customHtml h2,
#twexternal .customHtml h3,
#twexternal .customHtml h4,
#twexternal .customHtml h5,
#twexternal .customHtml h6 {
  font-family: Exo, sans-serif;
  font-weight: 500;
}
#twexternal .customHtml .featuredCards__navButtons {
  margin-bottom: 10px;
  padding-right: 7px;
}
#twexternal .customHtml .swiper-button-prev,
#twexternal .customHtml .swiper-button-next {
  border: 1px solid var(--color-navyBlue);
  background-color: var(--color-navyBlue);
  padding: 8px;
  font-size: 2rem;
  color: var(--color-white);
  transition: 0.1s;
  position: relative;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  width: auto;
  height: auto;
}
#twexternal .customHtml .swiper-button-prev:hover,
#twexternal .customHtml .swiper-button-next:hover {
  background-color: var(--color-linkDarkBlue);
  color: var(--color-white);
}
#twexternal .customHtml .swiper-button-prev span {
  transform: rotate(90deg);
  margin-left: 5px;
}
#twexternal .customHtml .swiper-button-prev:after {
  content: "";
}
#twexternal .customHtml .swiper-button-next span {
  transform: rotate(90deg);
  margin-right: 5px;
}
#twexternal .customHtml .swiper-button-next:after {
  content: "";
}
#twexternal .customHtml .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
#twexternal .customHtml .swiper-slide .featuredCard__content,
#twexternal .customHtml .swiper-slide .featuredCard {
  flex-grow: 2;
}
#twexternal .customHtml .swiper-pagination-bullets {
  margin-block-start: 1.875rem;
  position: relative;
  inset: auto;
}
#twexternal .customHtml .swiper-button-disabled {
  background-color: gray;
  border-color: gray;
}
#twexternal
  .customHtml
  .stepCardItems-four
  .swiper-slide:nth-child(1)
  .stepCard
  .stepCard__progressBar {
  width: 25%;
}
#twexternal
  .customHtml
  .stepCardItems-four
  .swiper-slide:nth-child(2)
  .stepCard
  .stepCard__progressBar {
  width: 50%;
}
#twexternal
  .customHtml
  .stepCardItems-four
  .swiper-slide:nth-child(3)
  .stepCard
  .stepCard__progressBar {
  width: 75%;
}
#twexternal
  .customHtml
  .stepCardItems-four
  .swiper-slide:nth-child(4)
  .stepCard
  .stepCard__progressBar {
  width: 100%;
}
#twexternal
  .customHtml
  .stepCardItems-five
  .swiper-slide:nth-child(1)
  .stepCard
  .stepCard__progressBar {
  width: 20%;
}
#twexternal
  .customHtml
  .stepCardItems-five
  .swiper-slide:nth-child(2)
  .stepCard
  .stepCard__progressBar {
  width: 40%;
}
#twexternal
  .customHtml
  .stepCardItems-five
  .swiper-slide:nth-child(3)
  .stepCard
  .stepCard__progressBar {
  width: 60%;
}
#twexternal
  .customHtml
  .stepCardItems-five
  .swiper-slide:nth-child(4)
  .stepCard
  .stepCard__progressBar {
  width: 80%;
}
#twexternal
  .customHtml
  .stepCardItems-five
  .swiper-slide:nth-child(5)
  .stepCard
  .stepCard__progressBar {
  width: 100%;
}
#twexternal .basicHero {
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: clamp(1.69rem, 3.29vw + 0.91rem, 3.38rem);
  padding-bottom: clamp(1.69rem, 3.29vw + 0.91rem, 3.38rem);
}
#twexternal .basicHero--darkText .basicHero__title,
#twexternal .basicHero--darkText .basicHero__subtitle {
  color: var(--color-black);
}
#twexternal .basicHero__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  color: var(--color-white);
  margin: 0 auto;
  position: relative;
}
#twexternal .basicHero__title {
  margin: 0;
  font-family: Exo, sans-serif;
  font-weight: 500;
  font-size: clamp(2.38rem, 4.15vw + 1.39rem, 4.5rem);
  width: 60%;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #twexternal .basicHero__title {
    width: 90%;
  }
}
#twexternal .basicHero__subtitle {
  font-size: 18px;
  font-family: Exo, sans-serif;
  width: 60%;
}
@media (max-width: 768px) {
  #twexternal .basicHero__subtitle {
    width: 90%;
  }
}
#twexternal .ctaCallout {
  padding-top: clamp(3.75rem, 4.88vw + 2.59rem, 6.25rem);
  padding-bottom: clamp(3.75rem, 4.88vw + 2.59rem, 6.25rem);
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#twexternal .ctaCallout--darkText .ctaCallout__content {
  color: var(--color-black);
}
#twexternal .ctaCallout__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-white);
  max-width: 650px !important;
  padding: 0 40px;
}
#twexternal .ctaCallout__content h2 {
  font-family: Exo, sans-serif;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
#twexternal .ctaCallout__content h3 {
  font-family: Exo, sans-serif;
  font-size: clamp(1.5rem, 0.49vw + 1.38rem, 1.75rem);
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
#twexternal .ctaCallout__content p {
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  margin-top: 0;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  #twexternal .ctaCallout__content img {
    max-width: 100%;
  }
}
#twexternal .ctaCallout__cta {
  margin-top: 30px;
}
#twexternal .systemIssueBlock {
  display: flex;
  align-items: center;
  background-color: var(--color-whiteSmoke);
  padding-top: 80px;
  padding-bottom: 80px;
}
#twexternal .systemIssueBlock__content {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-linkDarkBlue);
  width: 100%;
}
#twexternal .systemIssueBlock__content p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
#twexternal .systemIssueBlock__content h2 {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
}
#twexternal .systemIssueBlock__content h1,
#twexternal .systemIssueBlock__content h2,
#twexternal .systemIssueBlock__content h3,
#twexternal .systemIssueBlock__content h4,
#twexternal .systemIssueBlock__content h5,
#twexternal .systemIssueBlock__content h6 {
  font-family: Exo, sans-serif;
  text-transform: none;
  font-weight: 500;
}
#twexternal .nestedLinks {
  padding-top: clamp(2.5rem, 2.44vw + 1.92rem, 3.75rem);
  padding-bottom: clamp(2.5rem, 2.44vw + 1.92rem, 3.75rem);
}
#twexternal .nestedLinks--multipleBlocks .nestedLinks__block:not(:last-child) {
  margin-bottom: clamp(1.5rem, 2.93vw + 0.8rem, 3rem);
}
#twexternal .nestedLinks .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #twexternal .nestedLinks .container {
    flex-direction: column-reverse;
  }
}
#twexternal .nestedLinks__column {
  display: flex;
  flex-direction: column;
  width: 48%;
}
@media (max-width: 768px) {
  #twexternal .nestedLinks__column {
    width: 100%;
  }
  #twexternal .nestedLinks__column:last-of-type {
    margin-bottom: 40px;
  }
}
#twexternal .nestedLinks__title {
  margin-top: 0;
  margin-bottom: 0.4em;
  font-family: Exo, sans-serif;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  line-height: 1.3;
  text-transform: none;
  font-weight: 500;
}
#twexternal .nestedLinks__list {
  font-size: 1rem;
  line-height: 1.4;
}
#twexternal .nestedLinks__link {
  margin-bottom: 8px;
}
#twexternal .nestedLinks__link a {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  color: var(--color-linkDarkBlue);
  text-decoration: none;
  font-size: 1rem;
  font-family: Open Sans, sans-serif;
  outline: 2px dotted transparent;
  transition: color 0.26s cubic-bezier(0.4, 0, 0.2, 1),
    outline 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .nestedLinks__link a:hover:before {
  transform: scaleX(1);
  transform-origin: 0 100%;
}
#twexternal .nestedLinks__link a:focus {
  outline: 2px dotted var(--color-charcoal);
}
#twexternal .nestedLinks__link a:before {
  content: "";
  background-color: var(--color-linkDarkBlue);
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .nestedLinks__link a:after {
  position: absolute !important;
  right: -24px !important;
  top: 3px !important;
}
#twexternal .nestedLinks__link span {
  display: inline-block;
  margin-left: 6px;
  color: var(--color-linkDarkBlue);
  font-size: 1rem;
}
#twexternal .nestedLinks__columnTitle {
  font-family: Exo, sans-serif;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  text-transform: none;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.3em;
  margin-top: 0;
}
#twexternal .nestedLinks__columnSubtitle {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 3px 0 1em;
}
#twexternal .nestedLinks__columnCta {
  display: flex;
  position: relative;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px;
  background-color: var(--color-white);
  color: var(--color-linkDarkBlue);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid var(--color-linkDarkBlue);
  margin-top: 12px;
  transition: color 0.26s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .nestedLinks__columnCta:after {
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "";
  height: auto;
  width: auto;
  background-color: transparent;
  bottom: auto;
  font-family: "Font Awesome 6 Pro";
  margin-left: 8px;
  margin-top: 2px;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .nestedLinks__columnCta:hover:after,
#twexternal .nestedLinks__columnCta:focus:after {
  transform: translate(4px);
}
#twexternal .splitBullets .twoColumnText__content {
  width: 46%;
}
@media (max-width: 768px) {
  #twexternal .splitBullets .twoColumnText__content {
    width: 100%;
    margin-right: 0 !important;
  }
  #twexternal .splitBullets .twoColumnText__content:first-child {
    margin-bottom: 28px;
  }
}
#twexternal .splitBullets .twoColumnText__cta {
  margin-top: 20px;
}
#twexternal .splitBullets--darkText .splitBullets__title,
#twexternal .splitBullets--darkText .splitBullets__subtitle,
#twexternal .splitBullets--darkText .twoColumnText__body {
  color: var(--color-black);
}
#twexternal .splitBullets--darkText .twoColumnText__body p {
  color: var(--color-black) !important;
}
#twexternal .splitBullets--darkText .bulletItem {
  border-color: var(--color-black);
}
#twexternal .splitBullets--darkText .bulletItem h4,
#twexternal .splitBullets--darkText .bulletItem .bulletItem__body {
  color: var(--color-black);
}
#twexternal .splitBullets .twoColumnText__body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 28px;
  color: var(--color-white);
}
#twexternal .splitBullets .twoColumnText__body p {
  color: var(--color-white);
}
#twexternal .splitBullets .twoColumnText__body p:first-child {
  margin-top: 0.5em;
}
#twexternal .splitBullets__title {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  font-family: Exo, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--color-white);
}
#twexternal .splitBullets__subtitle {
  font-family: Exo;
  font-size: clamp(1.25rem, 0.49vw + 1.13rem, 1.5rem);
  font-weight: 500;
  margin: 0;
  color: var(--color-white);
}
#twexternal .bulletItem {
  border-bottom: 1px solid var(--color-white);
}
#twexternal .bulletItem--noBorder {
  border-bottom: none;
}
#twexternal .bulletItem:last-child {
  border-bottom: none;
}
#twexternal .bulletItem:not(:first-child) h4 {
  margin-top: 0.9em;
}
#twexternal .bulletItem h4 {
  font-family: Exo;
  font-size: clamp(1.25rem, 0.49vw + 1.13rem, 1.5rem);
  font-weight: 500;
  color: var(--color-white);
}
#twexternal .bulletItem .bulletItem__body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-white);
}
#twexternal .bulletItem .bulletItem__body ul {
  margin: 0;
}
#twexternal .bulletItem .bulletItem__body p {
  margin-top: 0.5em;
}
#twexternal .testimonialCardGrid {
  padding-bottom: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  padding-top: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
}
#twexternal .testimonialCardGrid--noTopPadding {
  padding-top: 0 !important;
}
#twexternal .testimonialCardGrid--noBottomPadding {
  padding-bottom: 0 !important;
}
#twexternal .testimonialCardGrid--darkText .testimonialCard__testimonial,
#twexternal .testimonialCardGrid--darkText .testimonialCard__credit {
  color: var(--color-black);
}
#twexternal
  .testimonialCardGrid--darkText
  .testimonialCard__testimonial:before {
  color: var(--color-black);
}
#twexternal .featuredCards__wrapper--oneColumn .testimonialCard__image {
  height: 200px;
  width: 200px;
  min-width: 200px;
}
#twexternal .featuredCards__wrapper--oneColumn .testimonialCard {
  padding: 30px;
}
#twexternal .featuredCards__wrapper--oneColumn .testimonialCard__content {
  padding-left: 36px;
}
#twexternal .featuredCards__wrapper--twoColumns .testimonialCard__image {
  height: 200px;
  width: 200px;
  min-width: 200px;
}
#twexternal .featuredCards__wrapper--twoColumns .testimonialCard__content {
  padding-left: 28px;
}
#twexternal .testimonialCard {
  display: flex;
  gap: 20px;
}
@media (max-width: 640px) {
  #twexternal .testimonialCard {
    flex-direction: column;
    align-items: center;
  }
  #twexternal .testimonialCard .testimonialCard__image {
    display: block;
    margin-bottom: 20px;
  }
}
#twexternal .testimonialCard__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 150px;
  min-width: 150px;
}
#twexternal .testimonialCard__content {
  display: flex;
  flex-direction: column;
  width: auto;
  padding-left: 20px;
  padding-right: 30px;
}
#twexternal .testimonialCard__testimonial {
  margin-top: 0;
  margin-bottom: 0.4em;
  font-family: Exo, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  position: relative;
}
#twexternal .testimonialCard__testimonial:before {
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-weight: 600;
  height: auto;
  width: auto;
  background-color: transparent;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: -24px;
  top: -6px;
}
#twexternal .testimonialCard__credit {
  color: #4a4a4a;
  font-family: Exo, sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
#twexternal .logoBar {
  padding-bottom: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  padding-top: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
}
#twexternal .logoBar__intro {
  display: flex;
  flex-direction: column;
}
#twexternal .logoBar__title {
  font-family: Exo;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 12px;
}
#twexternal .logoBar__body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
}
#twexternal .logoBar__images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
  padding-top: 16px;
}
@media (max-width: 920px) {
  #twexternal .logoBar__images {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  #twexternal .logoBar__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #twexternal .logoBar__images {
    grid-template-columns: 1fr;
  }
}
#twexternal .logoBar__images.logoBar__imagecount_6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 920px) {
  #twexternal .logoBar__images.logoBar__imagecount_6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #twexternal .logoBar__images.logoBar__imagecount_6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #twexternal .logoBar__images.logoBar__imagecount_6 {
    grid-template-columns: 1fr;
  }
}
#twexternal .logoBar__image {
  position: relative;
}
#twexternal .logoBar__image img {
  width: 100%;
}
#twexternal .contentGrid {
  padding-bottom: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  padding-top: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#twexternal .contentGrid--lightText .contentGrid__title,
#twexternal .contentGrid--lightText .contentGrid__body,
#twexternal .contentGrid--lightText .contentGridItem__title,
#twexternal .contentGrid--lightText .contentGridItem__subtitle,
#twexternal .contentGrid--lightText .contentGridItem__body {
  color: var(--color-white);
}
#twexternal .contentGrid--careersResourceGroup {
  color: var(--color-white);
  padding: 20px;
  text-align: center;
}
#twexternal .contentGrid--careersResourceGroup a {
  color: var(--color-white);
}
#twexternal .contentGrid--centerVertically .contentGrid__wrapper {
  align-items: center;
}
#twexternal .contentGrid--widerGap .contentGrid__wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
#twexternal .contentGrid__intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
#twexternal .contentGrid__intro--left {
  text-align: left;
}
#twexternal .contentGrid__intro--center {
  text-align: center;
}
#twexternal .contentGrid__intro--right {
  text-align: right;
}
#twexternal .contentGrid__title {
  font-family: Exo;
  font-weight: 500;
  line-height: 1.3;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  margin-bottom: clamp(1.5rem, 0.98vw + 1.27rem, 2rem);
}
#twexternal .contentGrid__body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
}
#twexternal .contentGrid__wrapper {
  justify-content: space-between;
  display: grid;
  --card-grid-min-size: 25rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--card-grid-min-size), 1fr)
  );
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
@media (max-width: 640px) {
  #twexternal .contentGrid__wrapper {
    --card-grid-min-size: 18rem;
  }
}
#twexternal .contentGrid.contentGrid--cols-4 .contentGrid__wrapper {
  --card-grid-min-size: 16rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--card-grid-min-size), 1fr)
  );
}
@media (max-width: 1240px) {
  #twexternal .contentGrid.contentGrid--cols-4 .contentGrid__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  }
}
#twexternal .contentGrid.contentGrid--cols-2 .contentGrid__wrapper {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  #twexternal .contentGrid.contentGrid--cols-2 .contentGrid__wrapper {
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--card-grid-min-size), 1fr)
    );
  }
}
#twexternal .contentGridItem--imageFullWidth .contentGridItem__image {
  margin-top: 24px;
}
#twexternal .contentGridItem--imageFullWidth .contentGridItem__image img {
  max-width: 90%;
  width: 90%;
}
#twexternal .contentGridItem--greyBackground {
  background-color: #efefef;
}
#twexternal .contentGridItem--centerAll {
  text-align: center;
}
#twexternal .contentGridItem--withBgColor {
  padding: 20px;
}
#twexternal .contentGridItem--redCareersBg {
  background-color: #ab0a3d;
  color: #fff;
}
#twexternal .contentGridItem--redCareersBg a {
  color: #fff;
  text-decoration: underline;
}
#twexternal .contentGridItem--greenCareersBg {
  background-color: #76b34d;
  color: #fff;
}
#twexternal .contentGridItem--greenCareersBg a {
  color: #fff;
  text-decoration: underline;
}
#twexternal .contentGridItem--blueCareersBg {
  background-color: #31006f;
  color: #fff;
}
#twexternal .contentGridItem--blueCareersBg a {
  color: #fff;
  text-decoration: underline;
}
#twexternal .contentGridItem__image {
  margin-bottom: 10px;
}
#twexternal .contentGridItem__image img {
  display: block;
  max-width: 90%;
}
#twexternal .contentGridItem__image--center img {
  margin: auto;
}
#twexternal .contentGridItem__image--left img {
  width: auto;
}
#twexternal .contentGridItem__content {
  display: flex;
  flex-direction: column;
}
#twexternal .contentGridItem__title {
  font-family: Exo;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
  margin-top: 0;
}
#twexternal h2.contentGridItem__title {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
}
#twexternal h3.contentGridItem__title {
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
}
#twexternal .contentGridItem__subtitle {
  font-family: Exo;
  font-size: clamp(1rem, 0.49vw + 0.88rem, 1.25rem);
  margin: 0 0 12px;
  font-weight: 500;
}
#twexternal .contentGridItem__body p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
}
#twexternal .contentGridItem__body li p {
  margin-bottom: 12px;
}
#twexternal .contentGridItem__body h2 {
  font-family: Exo;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 26px;
}
#twexternal .contentGridItem__body h3 {
  font-family: Exo;
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12px;
}
#twexternal .contentGridItem__cta {
  margin-top: 16px;
}
#twexternal .singleColumnAccordion {
  padding-bottom: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  padding-top: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
}
#twexternal .singleColumnAccordion--noTopPadding {
  padding-top: 0 !important;
}
#twexternal .singleColumnAccordion--noTopPadding .singleColumnAccordion__title {
  margin-top: 0 !important;
}
#twexternal .singleColumnAccordion--noBottomPadding {
  padding-bottom: 0 !important;
}
#twexternal .singleColumnAccordion__wrapper {
  display: flex;
  flex-direction: column;
}
#twexternal .singleColumnAccordion__intro {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 30px;
}
#twexternal .singleColumnAccordion__title {
  font-family: Exo;
  font-weight: 500;
  line-height: 1.3;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
}
#twexternal .singleColumnAccordion__body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
}
#twexternal .singleColumnAccordion__accordions,
#twexternal .singleAccordionItem {
  display: flex;
  flex-direction: column;
}
#twexternal .singleAccordionItem--open .singleAccordionItem__content {
  opacity: 1;
  max-height: 700px;
  margin-top: 16px;
  margin-bottom: 30px;
}
#twexternal .singleAccordionItem--open .singleAccordionItem__title h3:after {
  transform: rotate(45deg);
}
#twexternal .singleAccordionItem__title {
  width: 100%;
  border-top: 1px solid #e4e5e6;
  cursor: pointer;
  position: relative;
  padding: 0.8em 0;
}
#twexternal .singleAccordionItem__title h3 {
  font-size: 1.25rem;
  font-family: Exo;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
#twexternal .singleAccordionItem__title h3:after {
  content: "";
  background-color: transparent;
  border-right: 1px solid #414142;
  border-bottom: 1px solid #414142;
  display: block;
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  height: 13px;
  width: 13px;
}
#twexternal .singleAccordionItem__content {
  opacity: 0;
  max-height: 0;
  margin: 0;
  transition: opacity 0.26s cubic-bezier(0.4, 0, 0.2, 1),
    max-height 0.26s cubic-bezier(0.4, 0, 0.2, 1),
    margin 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .singleAccordionItem__content p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
}
#twexternal .singleAccordionItem__ctas {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#twexternal .singleAccordionItem__cta {
  margin-top: 16px;
}
#twexternal .iconStatGrid {
  padding-bottom: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  padding-top: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
}
#twexternal .iconStatGrid--noTopPadding {
  padding-top: 0;
}
#twexternal .iconStatGrid--centerTitle {
  text-align: center;
}
#twexternal .iconStatGrid .iconStat {
  text-align: left;
  flex: 1;
}
@media (max-width: 768px) {
  #twexternal .iconStatGrid .iconStat {
    width: 48%;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 560px) {
  #twexternal .iconStatGrid .iconStat {
    width: 100%;
  }
}
#twexternal .iconStatGrid__title {
  font-family: Exo;
  font-weight: 500;
  line-height: 1.3;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  margin-top: 0;
  margin-bottom: 26px;
}
#twexternal .iconStatGrid__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
}
#twexternal .iconStat__image {
  margin-bottom: 8px;
}
#twexternal .iconStat__image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
#twexternal .iconStat__title {
  font-family: Exo;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
  margin: 0 0 6px;
}
#twexternal .iconStat__subtitle {
  font-family: Exo;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
  color: var(--color-linkDarkBlue);
  margin: 0;
}
#twexternal .iconStat__topSection {
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
}
#twexternal .iconStat__bottomSection {
  padding-top: 8px;
}
#twexternal .linkGrid {
  padding-bottom: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  padding-top: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#twexternal .linkGrid--noTopPadding {
  padding-top: 0;
}
#twexternal .linkGrid--noBottomPadding {
  padding-bottom: 0;
}
#twexternal .linkGrid--lightText .splitContent__cta {
  color: var(--color-white) !important;
}
#twexternal .linkGrid--lightText .splitContent__cta--button {
  border-color: var(--color-white) !important;
}
#twexternal .linkGrid--lightText .linkGrid__title {
  color: var(--color-white);
}
#twexternal .linkGrid__title {
  font-family: Exo;
  font-weight: 500;
  line-height: 1.3;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  margin-top: 0;
  margin-bottom: 26px;
}
#twexternal .linkGrid__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#twexternal .linkGrid__wrapper .splitContent__cta {
  width: 44%;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: transparent;
  color: var(--color-black);
}
#twexternal .linkGrid__wrapper .splitContent__cta--button {
  font-size: 1rem;
  border: 2px solid var(--color-black);
}
@media (max-width: 768px) {
  #twexternal .linkGrid__wrapper .splitContent__cta {
    width: 100%;
  }
}
#twexternal .backgroundVideo {
  position: relative;
  overflow: hidden;
}
#twexternal .backgroundVideo__video {
  width: 100%;
  display: block;
}
#twexternal .backgroundVideo__video--iframe {
  min-height: clamp(18.75rem, 53.66vw + 6.01rem, 46.25rem);
}
#twexternal .backgroundVideo__video:hover + .backgroundVideo__videoPause,
#twexternal .backgroundVideo__video:focus + .backgroundVideo__videoPause {
  visibility: visible;
  opacity: 1;
}
#twexternal .backgroundVideo__videoPause {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%);
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}
#twexternal .backgroundVideo__videoPause:hover,
#twexternal .backgroundVideo__videoPause:focus {
  visibility: visible;
  opacity: 1;
}
#twexternal .splitVideoCallout {
  padding-top: clamp(1.69rem, 3.29vw + 0.91rem, 3.38rem);
  padding-bottom: clamp(1.69rem, 3.29vw + 0.91rem, 3.38rem);
}
#twexternal .splitVideoCallout .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #twexternal .splitVideoCallout .container {
    flex-direction: column-reverse !important;
  }
}
#twexternal .splitVideoCallout--left .container {
  flex-direction: row-reverse;
}
#twexternal .splitVideoCallout--left .splitVideoCallout__content {
  padding-left: 64px;
  padding-right: 0;
}
#twexternal .splitVideoCallout--lightText,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__title,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__body,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__body p,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__body h1,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__body h2,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__body h3,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__body h4,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__body h5,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__body h6,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__body a,
#twexternal .splitVideoCallout--lightText .splitVideoCallout__content .cta {
  color: #fff;
}
#twexternal .splitVideoCallout__content {
  width: 50%;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 0.98vw + 1.27rem, 2rem);
}
@media (max-width: 768px) {
  #twexternal .splitVideoCallout__content {
    width: 100%;
    padding: 36px 0 !important;
  }
}
#twexternal .splitVideoCallout__title {
  font-family: Exo;
  line-height: 1.3;
  margin-top: 0;
  font-weight: 500;
}
#twexternal .splitVideoCallout__title .nowrap {
  white-space: nowrap;
}
#twexternal .splitVideoCallout__body p {
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  margin-top: 0;
  line-height: 1.4;
}
#twexternal .splitVideoCallout__body h1,
#twexternal .splitVideoCallout__body h2,
#twexternal .splitVideoCallout__body h3,
#twexternal .splitVideoCallout__body h4,
#twexternal .splitVideoCallout__body h5,
#twexternal .splitVideoCallout__body h6 {
  font-family: Exo, sans-serif;
  font-weight: 500;
}
#twexternal .splitVideoCallout__body h2 {
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
}
#twexternal .splitVideoCallout__body h3 {
  font-size: clamp(1.25rem, 0.98vw + 1.02rem, 1.75rem);
  margin-bottom: 6px;
}
#twexternal .splitVideoCallout__video {
  width: 50%;
  min-width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  #twexternal .splitVideoCallout__video {
    width: 100%;
  }
}
#twexternal .splitVideoCallout__video--video {
  width: 100%;
}
@media (max-width: 768px) {
  #twexternal .splitVideoCallout__video--iframe {
    padding: 56.5% 0 0 !important;
  }
}
#twexternal .splitVideoCallout__video--iframe .splitVideoCallout__videoPause {
  display: none;
}
#twexternal .splitVideoCallout__video:hover .splitVideoCallout__videoPause,
#twexternal .splitVideoCallout__video:focus .splitVideoCallout__videoPause {
  visibility: visible;
  opacity: 1;
}
#twexternal .splitVideoCallout__videoPause {
  position: absolute;
  bottom: 12px;
  right: 12px;
  transform: translate(-50%);
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}
#twexternal .splitVideoCallout__videoPause:hover,
#twexternal .splitVideoCallout__videoPause:focus {
  visibility: visible;
  opacity: 1;
}
#twexternal .doubleVideo {
  position: relative;
  --icon-size: 100px;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
#twexternal .doubleVideo .video-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  cursor: pointer;
}
#twexternal .doubleVideo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#twexternal .doubleVideo .doubleVideo__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
#twexternal .doubleVideo .doubleVideo__title {
  color: var(--color-white);
  font-family: Exo, sans-serif;
  font-size: clamp(2rem, 1.22vw + 1.71rem, 2.63rem);
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
#twexternal .doubleVideo .doubleVideo__body p {
  font-size: 20px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  line-height: 1.4;
  max-width: 640px;
  text-align: left;
  color: var(--color-white);
  margin: 0;
}
#twexternal .doubleVideo__video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#twexternal .doubleVideo__videoPause {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%);
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}
#twexternal .doubleVideo:hover .doubleVideo__videoPause,
#twexternal .doubleVideo:focus .doubleVideo__videoPause {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  #twexternal .doubleVideo__title,
  #twexternal .doubleVideo__body {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  #twexternal .doubleVideo {
    height: 610px;
  }
  #twexternal .doubleVideo__title {
    margin-top: 0;
  }
  #twexternal .doubleVideo__title,
  #twexternal .doubleVideo__body {
    width: 60%;
  }
}
#twexternal .inlineDealerColumn {
  flex: 1 0 25%;
  border: 1px solid #000;
  margin-bottom: 5%;
  display: flex;
  flex-direction: column;
}
#twexternal .inlineDealerColumn + #twexternal .inlineDealerColumn {
  border-left: 0;
}
@media (max-width: 920px) {
  #twexternal .inlineDealerColumn {
    flex: 0 0 50%;
  }
  #twexternal .inlineDealerColumn:nth-child(odd) {
    border-left: 1px solid #000;
  }
}
@media (max-width: 480px) {
  #twexternal .inlineDealerColumn {
    flex: 0 0 100%;
  }
  #twexternal .inlineDealerColumn + #twexternal .inlineDealerColumn {
    border-left: 1px solid #000;
  }
}
#twexternal .inlineDealerColumn__title {
  height: 100%;
  background-color: var(--color-navyBlue);
  color: var(--color-white);
  padding: 15px 5%;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: parseInt(16px) / 16rem;
}
#twexternal .inlineDealerColumn__items {
  padding: 0;
  flex-direction: column;
}
#twexternal .inlineDealerColumn .inlineDealerItem {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 4%;
}
#twexternal
  .inlineDealerColumn
  .inlineDealerItem
  + #twexternal
  .inlineDealerColumn
  .inlineDealerItem {
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  #twexternal .inlineDealerColumn .inlineDealerItem {
    flex: 0 0 48%;
  }
}
#twexternal .inlineDealerColumn .inlineDealerItem__count {
  position: absolute;
  top: 45%;
  left: 4%;
  margin: 0;
}
#twexternal .inlineDealerRow {
  margin: 0 auto;
  display: block;
  padding: 40px 0;
  text-align: center;
}
#twexternal .inlineDealerRow__inner {
  display: inline-block;
  text-align: left;
}
#twexternal .inlineDealerRow__title {
  color: inherit;
}
#twexternal .inlineDealerRow__items {
  padding: 0 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 768px) {
  #twexternal .inlineDealerRow__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  #twexternal .inlineDealerRow__items {
    display: block;
  }
}
#twexternal .inlineDealerItem {
  width: 150px;
  margin: 0 5px;
  border-bottom: 1px solid #efefef;
  height: 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #twexternal .inlineDealerItem {
    flex: 0 0 48%;
    margin: 0 auto 2%;
  }
}
@media (max-width: 480px) {
  #twexternal .inlineDealerItem {
    margin-bottom: 10px;
  }
}
#twexternal .inlineDealerItem__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
}
#twexternal .inlineDealerItem__logo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#twexternal .inlineDealerItem__logo a {
  text-decoration: none;
}
#twexternal .inlineDealerItem__logo a:after {
  display: none !important;
}
#twexternal .inlineDealerItem__logo img {
  pointer-events: none;
  max-width: 150px;
  height: auto;
  margin-top: -90px;
}
#twexternal .inlineDealerItem__count {
  margin: 10px auto 0;
  text-align: center;
  color: inherit;
  font-family: Exo, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 480px) {
  #twexternal .inlineDealerItem__count {
    font-size: calc(-0.6944444444vw + 21.3333333333px);
  }
}
@media (min-width: 768px) {
  #twexternal .inlineDealerItem__count {
    font-size: calc(-0.462962963vw + 19.5555555556px);
  }
}
@media (min-width: 1200px) {
  #twexternal .inlineDealerItem__count {
    font-size: 14px;
  }
}
#twexternal .inlineDealerPage {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#twexternal .inlineDealerPage--horizontal .inlineDealerItem__count {
  display: none;
}
#twexternal .knowledgeCenterItems {
  padding-top: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  padding-bottom: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
}
#twexternal .knowledgeCenterItems--noTopPadding {
  padding-top: 0 !important;
}
#twexternal .knowledgeCenterItems--noBottomPadding {
  padding-bottom: 0 !important;
}
#twexternal .knowledgeCenterItems__intro {
  margin-bottom: 2rem;
}
#twexternal .knowledgeCenterItems__sectionTitle {
  margin-bottom: 0.5rem;
}
#twexternal .knowledgeCenterItems .knowledgeCenter__main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #ccc;
  padding-bottom: 0;
}
@media (max-width: 920px) {
  #twexternal .knowledgeCenterItems .knowledgeCenter__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  #twexternal .knowledgeCenterItems .knowledgeCenter__main {
    grid-template-columns: 1fr;
  }
}
#twexternal .knowledgeCenterItems .knowledgeCenter__main article {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border: none;
  background-color: var(--color-white, #ffffff);
  color: var(--color-black, #000000);
}
#twexternal .knowledgeCenterItems .knowledgeCenter__main article h3 {
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 640px) {
  #twexternal .knowledgeCenterItems .knowledgeCenter__main article h3 {
    font-size: 1.375rem;
  }
}
#twexternal .knowledgeCenterItems a.knowledgeCenter__articleImage {
  display: block;
}
#twexternal .knowledgeCenterItems a.knowledgeCenter__articleImage img {
  width: 100%;
  height: auto;
  display: block;
}
#twexternal .knowledgeCenterItems .knowledgeCenter__articleText {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 55px;
}
#twexternal .knowledgeCenterItems .articleSubtitle {
  margin-top: 0;
  color: #999;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
#twexternal .knowledgeCenterItems .articleExcerpt {
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #4a4a4a;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22.4px;
  -webkit-hyphens: none;
  hyphens: none;
  flex-grow: 1;
}
#twexternal .knowledgeCenterItems .articleExcerpt p {
  color: #4a4a4a;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#twexternal .knowledgeCenterItems a.text-cta {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #0281cf;
  font-family: Exo, sans-serif;
  font-size: clamp(0.75rem, 0.73vw + 0.58rem, 1.13rem);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  display: flex !important;
  align-items: flex-start;
  height: auto !important;
  margin-top: 20px !important;
}
#twexternal .knowledgeCenterItems a.text-cta:before {
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "";
  margin-left: 8px;
  position: absolute;
  top: 4px;
  right: -10px;
  height: auto;
  width: auto;
  background-color: transparent;
  bottom: auto;
  transform-origin: unset;
  font-family: "Font Awesome 6 Pro";
  transform: translate(0);
  transition: all 0.3s ease-in-out;
}
#twexternal .knowledgeCenterItems a.text-cta:after {
  display: none;
}
#twexternal .knowledgeCenterItems a.text-cta:hover:before,
#twexternal .knowledgeCenterItems a.text-cta:focus:before {
  transform: translate(10px);
}
#twexternal .knowledgeCenterItems .kc__articleLink,
#twexternal .knowledgeCenterItems .kc__pdfLink,
#twexternal .knowledgeCenterItems .kc__videoLink {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding-right: 24px;
  margin-right: 50px;
  color: #0281cf;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
#twexternal .knowledgeCenterItems .kc__articleLink:focus:after,
#twexternal .knowledgeCenterItems .kc__articleLink:hover:after,
#twexternal .knowledgeCenterItems .kc__pdfLink:focus:after,
#twexternal .knowledgeCenterItems .kc__pdfLink:hover:after,
#twexternal .knowledgeCenterItems .kc__videoLink:focus:after,
#twexternal .knowledgeCenterItems .kc__videoLink:hover:after {
  transform: translate(4px);
}
#twexternal .knowledgeCenterItems .kc__articleLink {
  align-items: center;
  gap: 0.5rem;
}
#twexternal .knowledgeCenterItems .kc__articleLink:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "";
  margin-left: 8px;
  position: absolute;
  transform: translate(0);
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .knowledgeCenterItems .kc__pdfLink {
  align-items: center;
  gap: 0.5rem;
}
#twexternal .knowledgeCenterItems .kc__pdfLink:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "";
  margin-left: 8px;
  position: absolute;
  transform: translate(0);
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .knowledgeCenterItems .kc__videoLink:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "";
  margin-left: 8px;
  position: absolute;
  transform: translate(0);
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .knowledgeCenterItems .kcpost__keywords {
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
  padding-top: 20px;
}
#twexternal .knowledgeCenterItems .kcpost__keywords--no-top-border {
  border-top: 0;
}
@media (max-width: 640px) {
  #twexternal .knowledgeCenterItems .kcpost__keywords {
    display: none;
  }
}
#twexternal .knowledgeCenterItems .kcpost__keyword {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #63666a;
  background-color: #63666a;
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 8px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.26s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
#twexternal .knowledgeCenterItems .kcpost__keyword:hover {
  background-color: transparent;
  color: #63666a;
  text-decoration: none;
}
#twexternal .darkMode {
  background-color: #000;
  color: #fff;
}
#twexternal
  .darkMode
  .contentGridItem__content
  .contentGridItem__cta.singleAccordionItem__cta--button {
  color: #000;
}
#twexternal
  .darkMode
  .contentGridItem__content
  .contentGridItem__cta.singleAccordionItem__cta--button:after {
  color: #000;
}
#twexternal
  .darkMode
  .contentGridItem__content
  .contentGridItem__cta.singleAccordionItem__cta--button:hover {
  color: #fff;
}
#twexternal
  .darkMode
  .contentGridItem__content
  .contentGridItem__cta.singleAccordionItem__cta--button:hover:after {
  color: #fff;
}
#twexternal .darkMode .contentGridItem__subtitle {
  color: var(--color-navyBlue);
}
#twexternal .darkMode .linkGrid__wrapper .splitContent__cta {
  color: var(--color-white);
}
#twexternal .articleBody {
  display: block;
  max-width: 52.5rem;
  margin: 0 auto;
  padding-bottom: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
  padding-top: clamp(2.5rem, 3.41vw + 1.69rem, 4.25rem);
}
#twexternal .articleBody h1,
#twexternal .articleBody h2,
#twexternal .articleBody h3,
#twexternal .articleBody h4,
#twexternal .articleBody h5,
#twexternal .articleBody h6 {
  color: #000;
  text-transform: none;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 0.4em;
  font-family: Exo, sans-serif;
  margin-top: 0;
}
#twexternal .articleBody h1 {
  font-size: 36px;
}
#twexternal .articleBody h2 {
  font-size: 28px;
}
#twexternal .articleBody h3 {
  font-size: 1.25rem;
}
#twexternal .articleBody h4 {
  font-size: 1.125rem;
}
#twexternal .articleBody h5 {
  font-size: 1.0625rem;
  font-weight: 600;
}
#twexternal .articleBody h6 {
  font-size: 0.875rem;
}
#twexternal .articleBody p {
  font-size: 1rem;
  line-height: 1.4;
  font-family: Open Sans, sans-serif;
}
#twexternal .whatsNew {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#twexternal .whatsNew__column {
  flex: 0 0 48%;
}
#twexternal .whatsNew h1,
#twexternal .whatsNew h2,
#twexternal .whatsNew h3,
#twexternal .whatsNew h4,
#twexternal .whatsNew h5,
#twexternal .whatsNew h6 {
  color: inherit;
  text-transform: none;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 0.4em;
  font-family: Exo, sans-serif;
  margin-top: 0;
}
#twexternal .whatsNew h1 {
  font-size: 36px;
}
#twexternal .whatsNew h2 {
  font-size: 28px;
}
#twexternal .whatsNew h3 {
  font-size: 1.25rem;
}
#twexternal .whatsNew h4 {
  font-size: 1.125rem;
}
#twexternal .whatsNew h5 {
  font-size: 1rem;
}
#twexternal .whatsNew h6 {
  font-size: 0.875rem;
}
#twexternal .whatsNew p {
  font-size: 1rem;
  line-height: 1.4;
  font-family: Open Sans, sans-serif;
}
#twexternal .whatsNew ul,
#twexternal .whatsNew ol {
  font-family: Open Sans, sans-serif;
}
#twexternal .whatsNew__cta {
  margin-top: 16px;
}
#twexternal .cta {
  display: flex;
  align-items: flex-start;
  font-family: Exo;
  font-weight: 700;
  color: var(--color-navyBlue);
  text-decoration: none;
  font-size: clamp(0.88rem, 0.98vw + 0.64rem, 1.38rem);
  position: relative;
  text-transform: uppercase;
  padding: 0;
  background-color: transparent;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
#twexternal .cta--white {
  color: var(--color-white);
}
#twexternal .cta:after {
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "";
  height: auto;
  width: auto;
  background-color: transparent;
  bottom: auto;
  transform-origin: unset;
  font-family: "Font Awesome 6 Pro";
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
  margin-top: 2px;
}
#twexternal .cta:before {
  display: none;
}
#twexternal .cta--alt:before {
  display: none;
  content: "";
  right: -44px;
}
@media (max-width: 768px) {
  #twexternal .cta--alt:before {
    right: -22px;
  }
}
#twexternal .cta--pdf:after {
  right: 0 !important;
}
#twexternal .cta--newTab:after {
  content: "";
}
#twexternal .cta:hover:after,
#twexternal .cta:focus:after {
  transform: translate(4px);
}
@media (max-width: 768px) {
  #twexternal .cta:after {
    right: -22px;
  }
}



/* Base button styling you already have */
#twexternal .ctaButton {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: auto;
  padding: 14px;
  background-color: var(--color-navyBlue);
  color: var(--color-white);
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: clamp(0.88rem, 0.98vw + 0.64rem, 1.38rem);
  transition: background-color 0.3s ease-in-out;
  position: relative; /* needed for ::after positioning */
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("/fonts/183f1c8f71f9b21737cb79caea0f6c3d.woff2") format("woff2")
}



/* Arrow after the button text */
#twexternal .ctaButton::after {
  content: ""; /* Font Awesome Pro right arrow */
  font-family: "Font Awesome 6 Pro"; /* match your local font */
  font-weight: 900; /* solid style */
  display: inline-block;
  margin-left: 8px; /* spacing from text */
  font-size: 1em; /* matches button text size */
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}

/* Optional: rotate arrow on hover */
#twexternal .ctaButton:hover::after,
#twexternal .ctaButton:focus::after {
  transform: translateX(4px);
}

/* Hover background color */
#twexternal .ctaButton:hover,
#twexternal .ctaButton:focus {
  background-color: var(--color-linkDarkBlue);
}





#twexternal .ctaButton--wideButton {
  width: 100%;
}
#twexternal .ctaButton--text {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#twexternal .ctaButton:after {
  right: 20px !important;
}
#twexternal .ctaButton:before {
  display: none;
}
#twexternal .ctaButton:hover,
#twexternal .ctaButton:focus {
  background-color: var(--color-linkDarkBlue);
}
#twexternal .ctaButton--green {
  background-color: #619619;
}
#twexternal .ctaButton--green:hover,
#twexternal .ctaButton--green:focus {
  background-color: #3d7306;
}
#twexternal .ctaButton--red {
  background-color: #b71e48;
}
#twexternal .ctaButton--red:hover,
#twexternal .ctaButton--red:focus {
  background-color: #971a2f;
}
@media (max-width: 768px) {
  #twexternal .ctaButton {
    width: auto;
  }
}
#twexternal .green-page a.cta {
  color: #619619;
}
#twexternal .green-page a.cta:hover,
#twexternal .green-page a.cta:focus {
  color: #3d7306;
}
#twexternal .green-page a.cta.ctaButton {
  background-color: #619619;
  color: #fff;
}
#twexternal .green-page a.cta.ctaButton:hover,
#twexternal .green-page a.cta.ctaButton:focus {
  background-color: #3d7306;
}
#twexternal .red-page .featuredCard__cta a {
  color: #b71e48;
}
#twexternal .red-page .featuredCard__cta a:hover,
#twexternal .red-page .featuredCard__cta a:focus {
  color: #971a2f;
}
#twexternal .red-page .swiper-button-next {
  background-color: #b71e48;
}
#twexternal .red-page .swiper-button-next:hover,
#twexternal .red-page .swiper-button-next:focus {
  background-color: #971a2f;
}
#twexternal .red-page .swiper-button-prev {
  background-color: #b71e48;
}
#twexternal .red-page .swiper-button-prev:hover,
#twexternal .red-page .swiper-button-prev:focus {
  background-color: #971a2f;
}
#twexternal .red-page .swiper-pagination-bullet-active {
  background-color: #b71e48;
}
#twexternal .red-page .swiper-pagination-bullet-active:hover,
#twexternal .red-page .swiper-pagination-bullet-active:focus {
  background-color: #971a2f;
}
#twexternal .red-page a.cta {
  color: #b71e48;
}
#twexternal .red-page a.cta:hover,
#twexternal .red-page a.cta:focus {
  color: #971a2f;
}
#twexternal .red-page a.cta.ctaButton {
  background-color: #b71e48;
  color: #fff;
}
#twexternal .red-page a.cta.ctaButton:hover,
#twexternal .red-page a.cta.ctaButton:focus {
  background-color: #971a2f;
}
#twexternal .container {
  max-width: 1300px;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
#twexternal .featuredCard__content {
  display: grid !important;
}
#twexternal .featuredCard__content--rows-1 {
  grid-auto-rows: 1fr;
  row-gap: 20px;
}
#twexternal .featuredCard__content--rows-2 {
  grid-auto-rows: 2fr 1fr;
  row-gap: 60px;
}
@media (max-width: 768px) {
  #twexternal .featuredCard__content--rows-2 {
    row-gap: 20px;
  }
}
#twexternal .featuredCard__content--rows-3 {
  grid-auto-rows: 0fr 2fr 1fr;
  row-gap: 20px;
}
#twexternal .featuredCard__content--rows-4 {
  grid-auto-rows: 0fr 1fr 2fr 1fr;
  row-gap: 20px;
}
#twexternal .featuredCard__content .featuredCard__title {
  margin: 0;
}
#twexternal .featuredCard__content .featuredCard__cta a {
  font-family: Exo, sans-serif;
  font-weight: 700;
  display: flex !important;
  align-items: flex-start;
  height: auto !important;
  margin-top: 0 !important;
}
#twexternal .featuredCard__content .featuredCard__cta a:before {
  display: inline-flex;
  order: 3;
}
#twexternal .featuredCard__content .featuredCard__cta a:after {
  margin-top: 4px;
  display: inline-flex;
  order: -1;
}
#twexternal .contentGrid__intro {
  margin-bottom: 24px;
}
