@charset "UTF-8";
.rh-image-embed--component > :last-child, .rh-image-embed-container:last-child {
  margin-bottom: 0;
}

.rh-image-embed-container {
  margin: 0 0 16px;
}

[data-rh-align~=left].rh-image-embed-caption {
  list-style-position: outside;
  text-align: left;
}

[data-rh-align~=right].rh-image-embed-caption {
  text-align: right;
  list-style-position: inside;
}

[data-rh-align~=center].rh-image-embed-caption {
  text-align: center;
  list-style-position: inside;
}
[data-rh-align~=center].rh-image-embed-caption > ul {
  padding-left: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  [data-rh-align~=left-mobile].rh-image-embed-caption {
    list-style-position: outside;
    text-align: left;
  }
  [data-rh-align~=right-mobile].rh-image-embed-caption {
    text-align: right;
    list-style-position: inside;
  }
  [data-rh-align~=center-mobile].rh-image-embed-caption {
    text-align: center;
    list-style-position: inside;
  }
  [data-rh-align~=center-mobile].rh-image-embed-caption > ul {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  [data-rh-align=left-desktop].rh-image-embed-caption {
    list-style-position: outside;
    text-align: left;
  }
  [data-rh-align=right-desktop].rh-image-embed-caption {
    text-align: right;
    list-style-position: inside;
  }
}

[data-rh-align=bleed] .rh-image-embed-container, [data-rh-align~=bleed] .rh-image-embed-container:first-child {
  margin-left: calc(32px * -1);
  margin-left: calc(var(--pfe-card--PaddingLeft, 32px) * -1);
  margin-right: calc(32px * -1);
  margin-right: calc(var(--pfe-card--PaddingRight, 32px) * -1);
}
[data-eq-state~=sm-form] [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] [data-eq-state~=sm-form] .rh-image-embed-container, [data-eq-state~=sm-form] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] [data-eq-state~=sm-form] .rh-image-embed-container:first-child, [data-eq-state~=xxs-group] [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] [data-eq-state~=xxs-group] .rh-image-embed-container, [data-eq-state~=xxs-group] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] [data-eq-state~=xxs-group] .rh-image-embed-container:first-child, [data-eq-state~=xxs-box] [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] [data-eq-state~=xxs-box] .rh-image-embed-container, [data-eq-state~=xxs-box] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] [data-eq-state~=xxs-box] .rh-image-embed-container:first-child {
  margin-left: calc(16px * -1);
  margin-left: calc(var(--pfe-card--PaddingLeft, 16px) * -1);
  margin-right: calc(16px * -1);
  margin-right: calc(var(--pfe-card--PaddingRight, 16px) * -1);
}

[data-eq-state~=box-edges] [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] [data-eq-state~=box-edges] .rh-image-embed-container, [data-eq-state~=box-edges] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] [data-eq-state~=box-edges] .rh-image-embed-container:first-child, [data-eq-state~=lg-form] [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] [data-eq-state~=lg-form] .rh-image-embed-container, [data-eq-state~=lg-form] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] [data-eq-state~=lg-form] .rh-image-embed-container:first-child, [data-eq-state~=sm-aside] [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] [data-eq-state~=sm-aside] .rh-image-embed-container, [data-eq-state~=sm-aside] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] [data-eq-state~=sm-aside] .rh-image-embed-container:first-child, [data-eq-state~=sm-group] [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] [data-eq-state~=sm-group] .rh-image-embed-container, [data-eq-state~=sm-group] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] [data-eq-state~=sm-group] .rh-image-embed-container:first-child, [data-eq-state~=sm-box] [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] [data-eq-state~=sm-box] .rh-image-embed-container, [data-eq-state~=sm-box] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] [data-eq-state~=sm-box] .rh-image-embed-container:first-child {
  margin-left: calc(32px * -1);
  margin-left: calc(var(--pfe-card--PaddingLeft, 32px) * -1);
  margin-right: calc(32px * -1);
  margin-right: calc(var(--pfe-card--PaddingRight, 32px) * -1);
}

[data-rh-align~=bleed] .rh-image-embed-container:first-child {
  margin-top: calc(32px * -1);
  margin-top: calc(var(--pfe-card--PaddingTop, 32px) * -1);
}

.rh-generic--component[data-rh-align=center] ol {
  padding-left: 0;
}
.rh-generic--component[data-rh-align=center] ol li {
  text-align: left;
}
.rh-generic--component[data-rh-align=center] ol .pfe-list--primary li {
  text-align: left;
}
.rh-generic--component[data-rh-align=center] ul:not([class]) li {
  text-align: left;
}

[data-rh-media-type=video] .rh-image-embed-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.rh-image-embed-caption {
  font-family: "Red Hat Text", "RedHatText", "Overpass", Overpass, Arial, sans-serif;
  font-family: var(--pfe-theme--font-family, "Red Hat Text", "RedHatText", "Overpass", Overpass, Arial, sans-serif);
  line-height: 1.5;
  line-height: var(--pfe-theme--line-height, 1.5);
}
html:lang(ko) .rh-image-embed-caption {
  font-family: "Noto Sans KR", "Red Hat Text", RedHatText, Arial, sans-serif;
}
html:lang(ja) .rh-image-embed-caption {
  font-family: "Noto Sans JP", "Red Hat Text", RedHatText, Arial, sans-serif;
}
html:lang(zh) .rh-image-embed-caption {
  font-family: "Noto Sans SC", "Red Hat Text", RedHatText, Arial, sans-serif;
}

.rh-image-embed-caption {
  font-size: 0.875rem;
  font-size: var(--pf-global--FontSize--sm, 0.875rem);
}
.rh-image-embed-caption {
  color: #707070;
}

[data-rh-theme^=dark] .rh-image-embed-caption {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-image-embed-caption {
  color: #707070;
}

.rh-image-embed-caption a {
  text-decoration: none;
}
.rh-image-embed-caption a {
  color: #06c;
}

[data-rh-theme^=dark] .rh-image-embed-caption a {
  color: #73bcf7;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-caption a {
  color: #fff;
}

[data-rh-theme^=light] .rh-image-embed-caption a {
  color: #06c;
}

.rh-image-embed-caption a:active, .rh-image-embed-caption a:hover {
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.rh-image-embed-caption a:active, .rh-image-embed-caption a:hover {
  color: #004080;
}

[data-rh-theme^=dark] .rh-image-embed-caption a:active, [data-rh-theme^=dark] .rh-image-embed-caption a:hover {
  color: #2b9af3;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-caption a:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-caption a:hover {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-image-embed-caption a:active, [data-rh-theme^=light] .rh-image-embed-caption a:hover {
  color: #004080;
}

.rh-image-embed-caption a:active, .rh-image-embed-caption a:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-image-embed-caption a:active, .rh-image-embed-caption a:focus {
  outline-color: #06c;
}

[data-rh-theme^=dark] .rh-image-embed-caption a:active, [data-rh-theme^=dark] .rh-image-embed-caption a:focus {
  outline-color: #73bcf7;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-caption a:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-caption a:focus {
  outline-color: #fff;
}

[data-rh-theme^=light] .rh-image-embed-caption a:active, [data-rh-theme^=light] .rh-image-embed-caption a:focus {
  outline-color: #06c;
}

[data-rh-theme~=desaturated] .rh-image-embed-caption a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.rh-image-embed-img a {
  text-decoration: none;
}
.rh-image-embed-img a {
  color: #06c;
}

[data-rh-theme^=dark] .rh-image-embed-img a, .rh-image-embed-img [data-rh-theme^=dark] a {
  color: #73bcf7;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-img a, .rh-image-embed-img [data-rh-theme^="dark desaturated"] a {
  color: #fff;
}

[data-rh-theme^=light] .rh-image-embed-img a, .rh-image-embed-img [data-rh-theme^=light] a {
  color: #06c;
}

.rh-image-embed-img a:active, .rh-image-embed-img a:hover {
  text-decoration: none;
  cursor: pointer;
}
.rh-image-embed-img a:active, .rh-image-embed-img a:hover {
  color: #004080;
}

[data-rh-theme^=dark] .rh-image-embed-img a:active, .rh-image-embed-img [data-rh-theme^=dark] a:active, [data-rh-theme^=dark] .rh-image-embed-img a:hover, .rh-image-embed-img [data-rh-theme^=dark] a:hover {
  color: #2b9af3;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-img a:active, .rh-image-embed-img [data-rh-theme^="dark desaturated"] a:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-img a:hover, .rh-image-embed-img [data-rh-theme^="dark desaturated"] a:hover {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-image-embed-img a:active, .rh-image-embed-img [data-rh-theme^=light] a:active, [data-rh-theme^=light] .rh-image-embed-img a:hover, .rh-image-embed-img [data-rh-theme^=light] a:hover {
  color: #004080;
}

.rh-image-embed-img a:active, .rh-image-embed-img a:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-image-embed-img a:active, .rh-image-embed-img a:focus {
  outline-color: #06c;
}

[data-rh-theme^=dark] .rh-image-embed-img a:active, .rh-image-embed-img [data-rh-theme^=dark] a:active, [data-rh-theme^=dark] .rh-image-embed-img a:focus, .rh-image-embed-img [data-rh-theme^=dark] a:focus {
  outline-color: #73bcf7;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-img a:active, .rh-image-embed-img [data-rh-theme^="dark desaturated"] a:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-img a:focus, .rh-image-embed-img [data-rh-theme^="dark desaturated"] a:focus {
  outline-color: #fff;
}

[data-rh-theme^=light] .rh-image-embed-img a:active, .rh-image-embed-img [data-rh-theme^=light] a:active, [data-rh-theme^=light] .rh-image-embed-img a:focus, .rh-image-embed-img [data-rh-theme^=light] a:focus {
  outline-color: #06c;
}

[data-rh-theme~=desaturated] .rh-image-embed-img a, .rh-image-embed-img [data-rh-theme~=desaturated] a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.rh-image-embed-img a:active, .rh-image-embed-img a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
[data-rh-theme~=desaturated] .rh-image-embed-img a, .rh-image-embed-img [data-rh-theme~=desaturated] a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

[data-rh-media-type=video] .rh-image-embed-caption {
  background-color: #151515;
  background-color: var(--pfe-theme--surface--darkest, #151515);
  color: #fff;
  color: var(--pfe-theme--color--text--on-dark, #fff);
  --theme: dark;
  font-style: normal;
  padding: 4.5px 9px;
}

[data-rh-ratio=circle] .rh-image-embed-container {
  position: relative;
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  overflow: hidden;
}
[data-rh-ratio=circle] .rh-image-embed-container * {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-rh-align~=full] .rh-image-embed-img, [data-rh-align~=bleed] .rh-image-embed-img {
  width: 100%;
  height: auto;
  display: block;
}

[data-rh-misc~=solp-logo] .rh-image-embed-img {
  margin-bottom: 80px;
}

.rh-image-embed-img {
  font-size: 1.125rem;
  font-size: var(--pf-c-text--m-lg--FontSize, 1.125rem);
  font-family: "Red Hat Text", "RedHatText", "Overpass", Overpass, Arial, sans-serif;
  font-family: var(--pfe-theme--font-family, "Red Hat Text", "RedHatText", "Overpass", Overpass, Arial, sans-serif);
  line-height: 1.5;
  line-height: var(--pfe-theme--line-height, 1.5);
  font-weight: 400;
  font-weight: var(--pfe-theme--font-weight--normal, 400);
  text-transform: none;
}
.rh-image-embed-img:not(:last-child):not(:empty) {
  margin-bottom: 0.5rem;
  margin-bottom: var(--pfe-theme--content-spacer--body--sm, 0.5rem);
}
.rh-image-embed-img {
  color: #151515;
}

[data-rh-theme^=dark] .rh-image-embed-img {
  color: #fff;
}

[data-rh-theme^=light] .rh-image-embed-img {
  color: #151515;
}

.rh-image-embed-img {
  max-width: 100%;
  display: block;
}
[data-rh-align~=bleed-band] .rh-image-embed-img {
  width: 100%;
}
@media (min-width: 992px) {
  [data-rh-align~=bleed-band] .rh-image-embed-img {
    margin-top: calc(-1 * 64px);
    margin-top: calc(-1 * var(--pfe-band--PaddingTop, 64px));
  }
}

[data-rh-align~=left] .rh-image-embed-img, [data-rh-align~=center] .rh-image-embed-img {
  margin-right: auto;
}

[data-rh-align~=right] .rh-image-embed-img, [data-rh-align~=center] .rh-image-embed-img {
  margin-left: auto;
}

[data-rh-align~=reduced] .rh-image-embed-img {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: auto;
}
[data-rh-layout~=left] [data-rh-align~=reduced] .rh-image-embed-img, [data-rh-align~=reduced] [data-rh-layout~=left] .rh-image-embed-img {
  margin: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

[data-rh-align~=bottom-center] .rh-image-embed-img {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

[data-rh-align~=logo-short] .rh-image-embed-img {
  height: 52px;
  height: var(--webrh--height-logo-short, 52px);
}
[data-eq-state~=xs-box] [data-rh-align~=logo-short] .rh-image-embed-img, [data-rh-align~=logo-short] [data-eq-state~=xs-box] .rh-image-embed-img {
  height: 40px;
  height: var(--webrh--height-logo-short, 40px);
}

[data-eq-state~=sm-box] [data-rh-align~=logo-short] .rh-image-embed-img, [data-rh-align~=logo-short] [data-eq-state~=sm-box] .rh-image-embed-img {
  height: 52px;
  height: var(--webrh--height-logo-short, 52px);
}

[data-rh-align~=logo-tall] .rh-image-embed-img {
  height: 75px;
  height: var(--webrh--height-logo-tall, 75px);
}
[data-rh-headshot=true] [data-rh-align~=logo-tall] .rh-image-embed-img, [data-rh-align~=logo-tall] [data-rh-headshot=true] .rh-image-embed-img {
  height: 80px;
  width: 80px;
}
[data-eq-state~=xs-box] [data-rh-align~=logo-tall] .rh-image-embed-img, [data-rh-align~=logo-tall] [data-eq-state~=xs-box] .rh-image-embed-img {
  height: 58px;
  height: var(--webrh--height-logo-tall, 58px);
}

[data-eq-state~=sm-box] [data-rh-align~=logo-tall] .rh-image-embed-img, [data-rh-align~=logo-tall] [data-eq-state~=sm-box] .rh-image-embed-img {
  height: 75px;
  height: var(--webrh--height-logo-tall, 75px);
}

[data-rh-align~=logo-center] .rh-image-embed-img {
  height: 63.5px;
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 767px) {
  [data-rh-align~=left-mobile] .rh-image-embed-img {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  [data-rh-align~=right-mobile] .rh-image-embed-img {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  [data-rh-align~=center-mobile] .rh-image-embed-img {
    margin: 0 auto;
  }
}

[data-rh-align~=left-mobile-center-desktop] .rh-image-embed-img {
  margin: 0;
}
[data-eq-state~=md-box] [data-rh-align~=left-mobile-center-desktop] .rh-image-embed-img, [data-rh-align~=left-mobile-center-desktop] [data-eq-state~=md-box] .rh-image-embed-img {
  margin: 0 auto;
}

[data-rh-img-image_border=white] .rh-image-embed-img {
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-image_border=black] .rh-image-embed-img {
  border-color: #292929;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-image_border=rich-black] .rh-image-embed-img {
  border-color: #151515;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-image_border=red] .rh-image-embed-img {
  border-color: #c00;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-image_border=gray] .rh-image-embed-img {
  border-color: #c7c7c7;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-image_border=teal] .rh-image-embed-img {
  border-color: #006069;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-image_border=blue] .rh-image-embed-img {
  border-color: #06c;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-hover] .rh-image-embed-img {
  transition: all 0.3s ease;
}

[data-rh-img-hover=bw-color] .rh-image-embed-img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

[data-rh-img-hover=bw-color] .rh-image-embed-img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

[data-rh-img-hover=color-bw] .rh-image-embed-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

[data-rh-img-hover=color-bw] .rh-image-embed-img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

[data-rh-img-hover=brightness] .rh-image-embed-img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

[data-rh-img-hover=brightness] .rh-image-embed-img:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

[data-rh-img-hover=drop-shadow] .rh-image-embed-img {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

[data-rh-img-hover=drop-shadow] .rh-image-embed-img:hover {
  -webkit-filter: drop-shadow(2px 2px 5px rgba(163, 163, 163, 0.5));
          filter: drop-shadow(2px 2px 5px rgba(163, 163, 163, 0.5));
}

[data-rh-embed-logo=redhat] .rh-image-embed-img {
  background: transparent url("../images/redhat-logo-white.png") no-repeat left top;
  background: transparent var(--pfe-theme--logo--png--on-dark, url("../images/redhat-logo-white.png")) no-repeat left top;
  background-size: 100%;
  width: 110px;
  height: 35px;
}
@media print {
  [data-rh-embed-logo=redhat] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: url("../images/redhat-logo-dark.png");
  }
}

[data-rh-embed-logo=events] .rh-image-embed-img {
  max-width: 250px;
}
@media (min-width: 992px) {
  [data-rh-embed-logo=events] .rh-image-embed-img {
    max-width: 100%;
  }
}

[data-rh-ratio] .rh-image-embed-img {
  max-height: 100%;
  width: auto;
}

[data-rh-misc~=redhat-logo-nav] .rh-image-embed-img {
  background: transparent url("../images/redhat-logo-dark.png") no-repeat left top;
  background-size: 100%;
  width: 138px;
  height: 35px;
}
[data-rh-theme~=dark] [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img, [data-rh-misc~=redhat-logo-nav] [data-rh-theme~=dark] .rh-image-embed-img {
  background-image: url("../images/redhat-logo-white.png");
  background-image: var(--pfe-theme--logo--png--on-dark, url("../images/redhat-logo-white.png"));
}
@media print {
  [data-rh-theme~=dark] [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img, [data-rh-misc~=redhat-logo-nav] [data-rh-theme~=dark] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: url("../images/redhat-store-logo-dark.png");
  }
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-rh-theme~=dark] [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img, [data-rh-misc~=redhat-logo-nav] [data-rh-theme~=dark] .rh-image-embed-img {
    background-image: var(--pfe-theme--logo--png--on-dark);
  }
}

@media print {
  [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: var(--pfe-theme--logo--png--on-dark);
  }
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img {
    background-image: url("../images/redhat-logo-retina.png");
  }
}

@media (min-width: 480px) {
  [data-rh-misc~=solp-logo] [data-rh-custom-logo=false].rh-image-embed-img {
    width: auto;
    height: 52px;
    margin-bottom: 64px;
    margin-bottom: var(--pfe-band--Padding, 64px);
  }
}
@media print {
  [data-rh-misc~=solp-logo] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: url("../images/redhat-logo-retina.png");
  }
}

[data-rh-misc~=redhat-logo-store] .rh-image-embed-img {
  background: transparent url("../images/redhat-store-logo-dark.png") no-repeat left top;
  background-size: contain;
  width: 148px;
  height: 24px;
}
@media (min-width: 768px) {
  [data-rh-misc~=redhat-logo-store] .rh-image-embed-img {
    width: 170px;
    height: 26px;
  }
}
@media (min-width: 992px) {
  [data-rh-misc~=redhat-logo-store] .rh-image-embed-img {
    width: 200px;
    height: 31px;
  }
}
@media (min-width: 1200px) {
  [data-rh-misc~=redhat-logo-store] .rh-image-embed-img {
    width: 215px;
    height: 33px;
  }
}
[data-rh-theme~=dark] [data-rh-misc~=redhat-logo-store] .rh-image-embed-img, [data-rh-misc~=redhat-logo-store] [data-rh-theme~=dark] .rh-image-embed-img {
  background-image: url("../images/redhat-store-logo-light.png");
}
@media print {
  [data-rh-theme~=dark] [data-rh-misc~=redhat-logo-store] .rh-image-embed-img, [data-rh-misc~=redhat-logo-store] [data-rh-theme~=dark] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: url("../images/redhat-store-logo-dark.png");
  }
}

[data-rh-max-height=footer] .rh-image-embed-img {
  max-height: 35px;
}

[data-rh-emphasis~=background] .rh-image-embed-img {
  opacity: 0.5;
}

[data-rh-lf-article-hero] .rh-image-embed-img {
  max-height: calc(1rem * 17.778);
  max-height: calc(var(--pf-c-content--FontSize, 1rem) * 17.778);
}

[data-rh-headshot=true] .rh-image-embed-img {
  border-radius: 50%;
}
[data-rh-menu-context=top-mobile] .rh-image-embed--component {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.no-flexbox [data-rh-menu-context=top-mobile] .rh-image-embed--component, [data-rh-menu-context=top-mobile] .no-flexbox .rh-image-embed--component {
  display: inline-block;
}
.no-flexbox [data-rh-menu-context=top-mobile] .rh-image-embed--component > *, [data-rh-menu-context=top-mobile] .no-flexbox .rh-image-embed--component > * {
  float: left;
}
@media (min-width: 0) and (max-width: 479px) {
  .rh-image-embed--component[data-rh-hidden~=xxs], .rh-image-embed--component[aria-hidden~=xxs] {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .rh-image-embed--component[data-rh-hidden~=xs], .rh-image-embed--component[aria-hidden~=xs] {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rh-image-embed--component[data-rh-hidden~=sm], .rh-image-embed--component[aria-hidden~=sm] {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rh-image-embed--component[data-rh-hidden~=md], .rh-image-embed--component[aria-hidden~=md] {
    display: none;
  }
}
@media (min-width: 1200px) {
  .rh-image-embed--component[data-rh-hidden~=lg], .rh-image-embed--component[aria-hidden~=lg] {
    display: none;
  }
}
.rh-image-embed--component[data-rh-ratio=square] {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.rh-image-embed--component[data-rh-ratio="16x9"] {
  position: relative;
  padding-bottom: 54.3%;
  height: 0;
}

.rh-image-embed--component[data-rh-media-type=video] {
  position: relative;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.rh-image-embed--component[data-rh-custom-logo] .rh-image-embed-img {
  background-size: 100%;
  max-height: 40px;
  margin-bottom: 64px;
  margin-bottom: var(--pfe-band--Padding, 64px);
  width: auto;
}
[data-rh-card-header=image] .rh-image-embed--component[data-rh-align=bottom-center] {
  margin-bottom: -32px;
}
.rh-image-embed-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
[data-rh-image-embed$=speaker] .rh-image-embed-container {
  width: 100px;
  height: 100px;
  border: 1px solid #c7c7c7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
[data-rh-image-embed$=speaker] .rh-image-embed-container {
  border-color: #c7c7c7;
}

[data-rh-theme^=dark] [data-rh-image-embed$=speaker] .rh-image-embed-container, [data-rh-image-embed$=speaker] [data-rh-theme^=dark] .rh-image-embed-container {
  border-color: rgba(255, 255, 255, 0.6);
}

[data-rh-theme^=light] [data-rh-image-embed$=speaker] .rh-image-embed-container, [data-rh-image-embed$=speaker] [data-rh-theme^=light] .rh-image-embed-container {
  border-color: #c7c7c7;
}

[data-rh-theme$=polar] [data-rh-image-embed$=speaker] .rh-image-embed-container, [data-rh-image-embed$=speaker] [data-rh-theme$=polar] .rh-image-embed-container {
  border-color: rgba(242, 242, 242, 0.3);
}

[data-rh-image-embed$=speaker] .rh-image-embed-container > * {
  align-self: center;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  max-height: 100%;
  margin: auto;
}

[data-rh-image-embed~=no-speaker] .rh-image-embed-container {
  background: transparent url("../images/speaker-200x200.png") no-repeat left top;
  background-size: 100%;
}

.card-flex--subpattern [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] .card-flex--subpattern .rh-image-embed-container {
  margin-bottom: 0;
}

[data-rh-img-background=white] .rh-image-embed-container {
  background-color: #fff;
}

[data-rh-img-background=black] .rh-image-embed-container {
  background-color: #292929;
}

[data-rh-img-background=rich-black] .rh-image-embed-container {
  background-color: #151515;
}

[data-rh-img-background=red] .rh-image-embed-container {
  background-color: #a30000;
}

[data-rh-img-background=gray] .rh-image-embed-container {
  background-color: #f2f2f2;
}

[data-rh-img-background=green] .rh-image-embed-container {
  background-color: #479b2e;
}

[data-rh-img-background=dark-gray] .rh-image-embed-container {
  background-color: #e0e0e0;
}

[data-rh-img-background=teal] .rh-image-embed-container {
  background-color: #006069;
}

[data-rh-img-background=blue] .rh-image-embed-container {
  background-color: #06c;
}

[data-rh-img-background=medium-blue] .rh-image-embed-container {
  background-color: #497cb7;
}

[data-rh-img-background=accent-teal-dark] .rh-image-embed-container {
  background-color: #033d43;
}

[data-rh-img-background=dark-red] .rh-image-embed-container {
  background-color: #87171a;
}

[data-rh-img-container_border=white] .rh-image-embed-container {
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-container_border=black] .rh-image-embed-container {
  border-color: #292929;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-container_border=rich-black] .rh-image-embed-container {
  border-color: #151515;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-container_border=red] .rh-image-embed-container {
  border-color: #c00;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-container_border=gray] .rh-image-embed-container {
  border-color: #c7c7c7;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-container_border=teal] .rh-image-embed-container {
  border-color: #006069;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-img-container_border=blue] .rh-image-embed-container {
  border-color: #06c;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: var(--pfe-theme--surface--border-radius, 3px);
}

[data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .rh-image-embed-container {
  display: flex;
  align-items: center;
}
.no-flexbox [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .rh-image-embed-container, [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .no-flexbox .rh-image-embed-container {
  display: inline-block;
}
.no-flexbox [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .rh-image-embed-container > *, [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .no-flexbox .rh-image-embed-container > * {
  float: left;
}
.no-flexbox [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .rh-image-embed-container > *, [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .no-flexbox .rh-image-embed-container > * {
  margin-right: auto;
  margin-left: auto;
}

@media print {
  .rh-image-embed-container {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background: inherit;
  }
}
[data-rh-ratio=square] .rh-image-embed-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.no-flexbox [data-rh-ratio=square] .rh-image-embed-container, [data-rh-ratio=square] .no-flexbox .rh-image-embed-container {
  display: inline-block;
}
.no-flexbox [data-rh-ratio=square] .rh-image-embed-container > *, [data-rh-ratio=square] .no-flexbox .rh-image-embed-container > * {
  float: left;
}
.no-flexbox [data-rh-ratio=square] .rh-image-embed-container > *, [data-rh-ratio=square] .no-flexbox .rh-image-embed-container > * {
  margin-right: auto;
  margin-left: auto;
}

[data-rh-ratio*=x] .rh-image-embed-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.no-flexbox [data-rh-ratio*=x] .rh-image-embed-container, [data-rh-ratio*=x] .no-flexbox .rh-image-embed-container {
  display: inline-block;
}
.no-flexbox [data-rh-ratio*=x] .rh-image-embed-container > *, [data-rh-ratio*=x] .no-flexbox .rh-image-embed-container > * {
  float: left;
}
.no-flexbox [data-rh-ratio*=x] .rh-image-embed-container > *, [data-rh-ratio*=x] .no-flexbox .rh-image-embed-container > * {
  margin-right: auto;
  margin-left: auto;
}

.rh-image-embed-span {
  display: contents;
  background-repeat: no-repeat;
}
.rh-image-embed-link {
  display: block;
  position: relative;
}
.rh-image-embed-link:active, .rh-image-embed-link:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-image-embed-link:active, .rh-image-embed-link:focus {
  outline-color: #06c;
}

[data-rh-theme^=dark] .rh-image-embed-link:active, [data-rh-theme^=dark] .rh-image-embed-link:focus {
  outline-color: #73bcf7;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-link:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-link:focus {
  outline-color: #fff;
}

[data-rh-theme^=light] .rh-image-embed-link:active, [data-rh-theme^=light] .rh-image-embed-link:focus {
  outline-color: #06c;
}

@media print {
  .rh-image-embed-link::after {
    content: none !important;
  }
}
.rh-image-embed-link-button-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(41, 41, 41, 0.7);
  height: 64px;
  width: 64px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.rh-image-embed-link-button-inner {
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-width: 12px 0 10px 21px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
}
.rh-image-embed-link:hover .rh-image-embed-link-button-outer, .rh-image-embed-link:focus .rh-image-embed-link-button-outer {
  background-color: #292929;
  cursor: pointer;
}
[data-rh-media-type=video] .rh-image-embed-caption {
  position: absolute;
  bottom: 0;
  font-size: 0.6em;
}