@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
  --color-brand: #244a45!important;
}
.Header__header {
  	background: #244A45;
	background: radial-gradient(at top left, rgba(50, 50, 50, 1) 1%, rgba(36, 74, 69, 1) 20%, rgba(36, 74, 69, 1) 70%, rgba(240, 204, 150, 1) 95%, rgba(178, 207, 222, 1) 100%);
}
.html, h1, h2, h3 {
  font-family: "DM Sans", sans-serif!important;
  font-optical-sizing: auto;
}
h2.Header__searchTitle {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.2rem;
  background: -webkit-linear-gradient(295deg, #F0CC96, #B2CFDE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-shadow: none;
}
p.Header__description {
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #fff;
}
.SearchContainer__downArrow {
    border-top-color: #244a45;
}
.Icon__greyShade70 {
  color: var(--color-brand);
}
.ContentBox__headerMid, .ContentBox__headerMid a {
  font-weight: 800;
  color: var(--color-brand);
  font-size: 1.8rem;
}
.Header__logo img {
    max-height: 2.4rem;
    max-width: 9.5rem;
}
.SearchContainer__globalSearch {
  border-radius: 8px;
}
.ArticleDetail_description a {
  text-decoration: underline!important;
}
.KbSubCategoryContainer__contentList {
  padding: 12px 20px;
  border: 1px solid var(--color-border1);
  border-radius: 8px;
  margin-bottom: 12px;
}
.commonStyle__detailHeader, .ListHeader__header1 .commonStyle__zt3Link {
  color: var(--color-brand);
}
.KbDetailLtContainer__userSocialIcon {
  display: none;
}
.Tag__tag {
  background: #f0cc96;
}
