/*©2024, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.*/

/** 
  * Ansys corporate theme
  * 
  * @theme corp
  * @auto-scaling true
  * @size 16:9 1920px 1080px
*/

@import url(https://static.ansysapis.com/ansys/marp/highlight.css);

:root {
  --color-ansys_white: #ffffff;
  --color-ansys_black: #000000;
  --color-ansys_gold: #ffb71b;
  --color-ansys_silver: #D9D8D6;
  --color-ansys_steel: #898A8D;
  --color-ansys_lead: #373A36;
  --color-ansys_bronze: #C89211;

  --color-ansys_ink: #222222;
  --color-ansys_charcoal: #313131;
  --color-ansys_darkgrey: #565656;
  --color-ansys_mediumgrey: #999999;
  --color-ansys_mediumgrey2: #cbcbcb;
  --color-ansys_mediumgrey3: #dddddd;
  --color-ansys_lightgrey: #eeeeee;
  --color-ansys_lightgrey2: #f9f9f9;

  --color-ansys_code: #282C34;

  --color-highlight:  var(--color-ansys_bronze);
  --color-dimmed: var(--color-ansys_gold);
  /* --color-background: #FF0; */
  --color-foreground: var(--color-ansys_black);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0 0;
  color: var(--color-ansys_black);
}

h1 strong, 
h2 strong, 
h3 strong, 
h4 strong, 
h5 strong, 
h6 strong {
  font-weight: inherit;
}

h1::part(auto-scaling),
h2::part(auto-scaling), 
h3::part(auto-scaling), 
h4::part(auto-scaling), 
h5::part(auto-scaling), 
h6::part(auto-scaling) {
  max-height: 580px;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.5em;
  padding: 0;
  position: absolute;
  top: 36px;
  left: 100px;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
}

p, 
blockquote {
  margin: 1em 0 0;
}

ul > li, 
ol > li {
  margin: 0.3em 0 0;
}

ul > li > p, 
ol > li > p {
  margin: 0.6em 0 0;
}

code {
  display: inline-block;
  font-family: 'FiraCode Nerd Font', monospace;
  font-size: 0.8em;
  letter-spacing: 0;
  margin: -0.1em 0.15em;
  padding: 0.1em 0.2em;
  vertical-align: baseline;
}

pre {
  display: block;
  margin: 1em 0 0;
  overflow: visible;
  background: var(--color-ansys_charcoal);
  }

pre code {
  box-sizing: border-box;
  margin: 0;
  min-width: 100%;
  padding: 0.5em;
  font-size: 0.6em;
  color: var(--color-ansys_white);
}

pre::part(auto-scaling) {
  max-height: calc(580px - 1em);
}

blockquote {
  margin: 1em 0 0;
  padding: 0 1em;
  position: relative;
}

blockquote::after, 
blockquote::before {
  content: '“';
  display: block;
  font-family: 'Segoe UI', serif;
  font-weight: bold;
  position: absolute;
  color: var(--color-ansys_bronze)
}

blockquote::before {
  top: 0;
  left: 0;
}

blockquote::after {
  right: 0;
  bottom: 0;
  content: '';
}

blockquote > *:first-child {
  margin-top: 0;
}

mark {
  background: transparent;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1em 0 0;
}

table th, 
table td {
  padding: 0.2em 0.4em;
  border-width: 1px;
  border-style: solid;
}

header, 
footer, 
section::after {
  box-sizing: border-box;
  font-size: 80%;
  height: 70px;
  line-height: 50px;
  overflow: hidden;
  padding: 10px 25px;
  position: absolute;
}

header {
  left: 0;
  right: 0;
  top: 0;
}

footer {
  left: 60px;
  right: 0;
  bottom: 20px;
  padding: 30px;
  color: var(--color-ansys_mediumgrey)
}

section {
  background-image: url('https://static.ansysapis.com/ansys/marp/background.png');
  font-size: 24px;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.35;
  letter-spacing: 1.25px;
  padding: 100px;
  word-wrap: break-word;
  }

section::after {
  left: 0;
  font-size: 80%;
  color: var(--color-ansys_mediumgrey)
}

section a, 
section mark {
  color: var(--color-highlight);
}

section code {
  background: var(--color-dimmed);
  color: var(--color-background);
}

section h1 strong, 
section h2 strong, 
section h3 strong, 
section h4 strong, 
section h5 strong, 
section h6 strong {
  color: var(--color-highlight);
}

section pre {
  background: var(--color-ansys_code);
}

section pre > code {
  background:transparent;
}

section header, 
section footer, 
section section::after {
  color: var(--color-ansys_mediumgrey2);
}

table {
  width: 100%;
  border-collapse: collapse;
}

section table thead th {
  color: var(--color-ansys_black);
  border-bottom: 1px solid var(--color-ansys_silver);

  border-top: 1px solid var(--color-ansys_silver);
  border-bottom: 2px solid var(--color-ansys_charcoal);
  border-right: 1px solid var(--color-ansys_bronze);
  border-left: 1px solid var(--color-ansys_bronze);
}

section table td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid var(--color-ansys_silver);
  border-right: 1px solid var(--color-ansys_bronze);
  border-left: 1px solid var(--color-ansys_bronze);
}

section table thead th {
  background: transparent;
}

section table tbody > tr:nth-child(odd) td, 
section table tbody > tr:nth-child(odd) th {
  background: var(--color-ansys_lightgrey2, transparent);
}

section > *:first-child, section > header:first-child + * {
  margin-top: 0;
}

section:where(.lead) {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

section:where(.lead) h1, 
section:where(.lead) h2, 
section:where(.lead) h3, 
section:where(.lead) h4, 
section:where(.lead) h5, 
section:where(.lead) h6 {
  text-align: center;
  /* stylelint-disable-next-line no-descending-specificity */
}

section:where(.lead) p {
  text-align: center;
}

section:where(.lead) blockquote > h1, 
section:where(.lead) blockquote > h2, 
section:where(.lead) blockquote > h3, 
section:where(.lead) blockquote > h4, 
section:where(.lead) blockquote > h5, 
section:where(.lead) blockquote > h6, 
section:where(.lead) blockquote > p {
  text-align: left;
}

section:where(.lead) ul > li > p, section:where(.lead) ol > li > p {
  text-align: left;
}

section:where(.lead) table {
  margin-left: auto;
  margin-right: auto;
}

img[alt~="center"] {
  display: block;
  margin: 0 auto;
}

/* columns2 */
.columns2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

/* columns3 */
.columns3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.columns3 > :nth-child(1),
.columns3 > :nth-child(2),
.columns3 > :nth-child(3) {
  text-align: center;
}

/* columns4 */
.columns4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.columns4 > :nth-child(1),
.columns4 > :nth-child(2),
.columns4 > :nth-child(3),
.columns4 > :nth-child(4) {
  text-align: center;
}

/* section.cover */
section.cover {
  background-image: url('https://static.ansysapis.com/ansys/marp/cover.png');
}

section.cover::after {
  visibility: hidden;
}

section.cover footer {
  left: 0px;
  text-align: center;
}

section.cover h1 {
  color: var(--color-ansys_black);
  text-align: center;
  margin-top: 35%;
}

section.cover h4 {
  color: var(--color-ansys_black);
  text-align: center;
}

/* section.divider */
section.divider {
  background-image: url('https://static.ansysapis.com/ansys/marp/divider.png');
}

section.divider > h1 {
  text-align: center;
  margin-top: 30%;
}

section.divider > h4 {
  text-align: center;
}

section.divider::after {
  visibility: hidden;
}

section.divider > footer {
  left: 0px;
  text-align: center;
}

/* section.presenter */
section.presenter {
  background-image: url('https://static.ansysapis.com/ansys/marp/presenter.png');
}

section.presenter > h1 {
  text-align: center;
  margin-top: 30%;
}

section.presenter > h4 {
  text-align: center;
}

section.presenter::after {
  visibility: hidden;
}

section.presenter > footer {
  left: 0px;
  text-align: center;
}

/* section.closing */
section.closing {
  background-image: url('https://static.ansysapis.com/ansys/marp/closing.png');
}

section.closing::after {
  visibility: hidden;
}

section.closing > footer {
  visibility: hidden;
}