:root {
  --shadow-level-2: rgba(0, 0, 0, 0.3) 0px 2px 6px;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

a {
  text-decoration: none !important;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

header {
  /* Rectangle 1 */

  position: absolute;
  width: 100%;
  height: 96px;
  left: 0px;
  top: 0px;

  /* base/ui_background_dark */

  background: #000912;
}

.page-title {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
  /* identical to box height, or 116% */
  text-align: center;
  letter-spacing: -0.25px;
  color: #000000;
  margin-top: 80px;
}

.underlined-text {
  text-decoration: underline;
}

.msi-logo {
  /* MSI Logo-02 1 */

  position: absolute;
  width: 480px;
  height: 65.75px;
  left: 24px;
  top: 15px;
}

.ic_notification {
  position: absolute;
  right: 3.33%;
  top: 28px;
  width: 38px;
  height: 38px;
  bottom: 16.67%;
}

.pdf-cards-section {
  margin-top: 20rem;
}

.user-guide-section-title {
  display: flex;
  margin-top: 5rem;
  justify-content: center;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  /* identical to box height, or 118% */

  text-align: center;
  letter-spacing: -0.2px;

  color: #000000;
}

.user-guide-section-sub-title {
  font-family: Public Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 1.25rem;
  /* identical to box height, or 150% */

  text-align: center;

  /* primary-dark/ui-primary-dark-65 */

  color: rgba(0, 0, 0, 0.65);
}

.card-grid {
  margin-top: 20rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 200px));
  gap: 1rem;
  align-items: flex-start;
  min-height: 168px;
}

.card {
  --padding: 1rem;
  background: white;
  border: 1px solid #777;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: 200ms transform ease-in-out;
}

.card.card-shadow {
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.card-header {
  font-family: Public Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  padding: var(--padding);
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-header.card-image {
  padding: 0;
  overflow: hidden;
}

.card-body {
  width: 200px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cccccc;
}

.card-header.card-image > img {
  display: block;
  width: 100%;
  max-height: 200px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transition: 200ms transform ease-in-out;
}

.card:hover > .card-header.card-image > img {
  transform: scale(1.025);
}

.card-body {
  font-size: 0.9rem;
}

.card-footer {
  margin-top: 1rem;
  padding: var(--padding);
  padding-top: 0;
}

.user-guides-section {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 2rem;
}

.card-link + .card-link {
  margin-left: 4.25rem;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

.section-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  /* identical to box height, or 118% */

  text-align: center;
  letter-spacing: -0.2px;

  color: #000000;
}
.card:hover {
  transform: scale(1.12);
  cursor: pointer;
}

.section-title-small {
  font-size: 20px;
  margin-top: 2rem;
}

.section-content-small {
  font-family: Public Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 1.25rem !important;
}

.highlight-text-color {
  color: #007aaa;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 566px;
  justify-content: center;
}

.flex-column > div {
  margin-top: 1.25rem;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 0.25rem;
}

p.small-bold-highlighted-text {
  font-family: Public Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #007aaa;
}

.ic_open_small {
  height: 15px;
  width: 15px;
}

.presales-support-section {
  display: flex;
  flex-direction: column;
}

.presales-support-section > div {
  margin-top: 1.25rem;
}

.presales-support-section > div.flex-row > div.flex-row {
  align-items: center;
  margin-left: 5.25rem;
  gap: 0.25rem;
}

footer {
  height: 96px;
  background: #f5f6f7;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
  color: rgba(0, 0, 0, 0.4);
}

.section-separator {
  margin-left: 5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 5rem;
}
