:root {
color-scheme: light;
--hc-navy: #0e1e3d;
--hc-title: #0f2440;
--hc-ink: #1c2430;
--hc-text: #1d2b36;
--hc-soft: #304d72;
--hc-muted: #5b6b88;
--hc-line: #e3e8f0;
--hc-line-2: #dbe3ef;
--hc-brand: #009ef5;
--hc-link: #195fe9;
--hc-wash: #f6f8fb;
--hc-font: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
background: #fff;
text-rendering: optimizeLegibility;
scroll-padding-top: 84px;
}
body {
margin: 0;
background: #fff;
color: var(--hc-ink);
font: 17px/1.8 var(--hc-font);
-webkit-font-smoothing: antialiased;
}
a {
color: inherit;
}
img {
max-width: 100%;
}
summary {
cursor: pointer;
list-style: none;
}
summary::-webkit-details-marker {
display: none;
}
.hc-sr-only {
position: absolute !important;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
border: 0;
}
.hc-skip-link {
position: fixed;
top: 8px;
left: 8px;
z-index: 100;
border-radius: 8px;
background: #fff;
color: var(--hc-navy);
padding: 10px 14px;
text-decoration: none;
transform: translateY(-150%);
}
.hc-skip-link:focus {
transform: translateY(0);
}
:focus-visible {
outline: 3px solid rgb(0 158 245 / 45%);
outline-offset: 2px;
}
.hc-header {
position: sticky;
top: 0;
z-index: 40;
background: rgb(255 255 255 / 97%);
box-shadow: 0 1px 0 #e8edf5, 0 6px 18px rgb(14 30 61 / 5%);
}
.hc-header-bar {
display: flex;
min-height: 64px;
align-items: center;
gap: 18px;
padding: 8px 16px 8px 22px;
}
.hc-logo {
display: flex;
flex: 0 0 auto;
}
.hc-logo img {
display: block;
width: 166px;
height: auto;
}
.hc-pills ul {
display: flex;
margin: 0;
padding: 0;
gap: 10px;
list-style: none;
}
.hc-pills {
margin: 0 auto;
}
.hc-pill {
display: inline-flex;
min-height: 38px;
align-items: center;
gap: 6px;
border: 1px solid #edf0f4;
border-radius: 999px;
background: #f3f5f8;
color: var(--hc-ink);
padding: 0 14px;
font-size: 14px;
font-weight: 700;
line-height: 1;
text-decoration: none;
white-space: nowrap;
}
.hc-pill:hover {
background: #e9eef5;
}
.hc-chev {
width: 0;
height: 0;
border-top: 4px solid currentColor;
border-right: 3.5px solid transparent;
border-left: 3.5px solid transparent;
opacity: 0.7;
}
.hc-drop {
position: relative;
}
.hc-drop-menu {
position: absolute;
top: calc(100% + 8px);
left: 0;
z-index: 45;
display: grid;
width: 290px;
border: 1px solid #e3e8f0;
border-radius: 14px;
background: #fff;
box-shadow: 0 18px 40px rgb(14 30 61 / 16%);
padding: 8px;
opacity: 0;
pointer-events: none;
transform: translateY(-4px);
transition: opacity 0.15s ease, transform 0.15s ease, visibility 0s linear 0.15s;
visibility: hidden;
}
.hc-drop-menu::before {
position: absolute;
inset: -10px 0 auto;
height: 10px;
content: "";
}
.hc-drop-end .hc-drop-menu {
right: 0;
left: auto;
}
.hc-drop:hover .hc-drop-menu,
.hc-drop:focus-within .hc-drop-menu {
opacity: 1;
pointer-events: auto;
transform: none;
transition-delay: 0s;
visibility: visible;
}
.hc-drop-menu a {
display: grid;
gap: 2px;
border-radius: 10px;
color: var(--hc-ink);
padding: 8px 10px;
text-decoration: none;
line-height: 1.3;
}
.hc-drop-menu a:hover,
.hc-drop-menu a:focus-visible {
background: #f1f6fd;
}
.hc-drop-menu b {
font-size: 14px;
}
.hc-drop-menu span {
color: var(--hc-muted);
font-size: 12.5px;
}
.hc-search {
position: relative;
}
.hc-search::before {
position: absolute;
top: 50%;
left: 14px;
width: 11px;
height: 11px;
border: 2px solid #8a97ab;
border-radius: 50%;
content: "";
transform: translateY(-62%);
pointer-events: none;
}
.hc-search::after {
position: absolute;
top: 50%;
left: 24px;
width: 6px;
height: 2px;
background: #8a97ab;
content: "";
transform: translateY(3px) rotate(45deg);
pointer-events: none;
}
.hc-search input {
width: 100%;
height: 40px;
border: 1px solid #dfe5ee;
border-radius: 999px;
background: #fff;
color: var(--hc-ink);
padding: 0 16px 0 38px;
font: 15px var(--hc-font);
}
.hc-search input::placeholder {
color: #7d889b;
}
.hc-header-search {
flex: 0 1 280px;
min-width: 170px;
}
.hc-page-home .hc-header-search {
display: none;
}
.hc-header-actions {
display: flex;
align-items: center;
gap: 10px;
}
.hc-cta,
.hc-menu-cta {
display: inline-flex;
min-height: 44px;
align-items: center;
border-radius: 10px;
background: #0a9ef5;
color: #fff;
padding: 0 18px;
font-size: 16px;
font-weight: 800;
text-decoration: none;
white-space: nowrap;
}
.hc-cta:hover,
.hc-menu-cta:hover {
background: #008bd8;
}
.hc-menu {
position: relative;
display: none;
}
.hc-menu > summary {
display: flex;
min-height: 42px;
align-items: center;
gap: 8px;
border: 1px solid #e3e8f0;
border-radius: 12px;
color: var(--hc-navy);
padding: 0 14px;
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
}
.hc-menu-icon,
.hc-toc-icon {
width: 16px;
height: 12px;
background:
linear-gradient(currentColor 0 0) 0 0 / 100% 2px no-repeat,
linear-gradient(currentColor 0 0) 0 50% / 100% 2px no-repeat,
linear-gradient(currentColor 0 0) 0 100% / 100% 2px no-repeat;
}
.hc-menu-panel {
position: absolute;
top: calc(100% + 8px);
right: 0;
z-index: 45;
display: grid;
width: min(320px, calc(100vw - 32px));
max-height: calc(100vh - 90px);
overflow: auto;
border: 1px solid #e3e8f0;
border-radius: 16px;
background: #fff;
box-shadow: 0 18px 40px rgb(14 30 61 / 18%);
padding: 10px;
}
.hc-menu-panel a {
border-radius: 10px;
color: var(--hc-ink);
padding: 9px 12px;
font-size: 15px;
font-weight: 700;
line-height: 1.35;
text-decoration: none;
}
.hc-menu-panel a:hover {
background: #f1f6fd;
}
.hc-menu-panel .hc-menu-cta {
justify-content: center;
margin: 8px 0 4px;
color: #fff;
}
main {
display: block;
min-height: 60vh;
padding: 0 16px 56px;
}
main:focus {
outline: none;
}
.hc-breadcrumbs {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px 8px;
margin: 0 0 18px;
color: var(--hc-muted);
font-size: 13px;
line-height: 1.5;
}
.hc-breadcrumbs > * + *::before {
margin-right: 8px;
color: #a4afc0;
content: "/";
}
.hc-breadcrumbs a {
color: #405372;
text-decoration: none;
}
.hc-breadcrumbs a:hover {
color: var(--hc-link);
text-decoration: underline;
}
.hc-empty {
border: 1px dashed #d9e1ec;
border-radius: 14px;
color: var(--hc-muted);
padding: 24px;
text-align: center;
}
.hc-hero {
width: min(760px, 100%);
margin: 26px auto 36px;
}
.hc-hero-search input {
height: 56px;
border-color: #e1e7f0;
border-radius: 12px;
box-shadow: 0 8px 22px rgb(14 30 61 / 7%);
padding-left: 48px;
font-size: 16px;
}
.hc-hero-search::before {
left: 18px;
width: 14px;
height: 14px;
}
.hc-hero-search::after {
left: 31px;
width: 7px;
transform: translateY(4px) rotate(45deg);
}
.hc-grid {
display: grid;
width: min(1120px, 100%);
margin: 0 auto;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
}
.hc-collection-card {
display: flex;
min-height: 260px;
flex-direction: column;
border: 1px solid #e3e6ea;
border-radius: 3px;
background: #fff;
color: var(--hc-ink);
padding: 16px 13px 12px;
text-decoration: none;
transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.hc-collection-card:hover {
border-color: #cfd8e5;
box-shadow: 0 10px 24px rgb(14 30 61 / 8%);
}
.hc-collection-icon {
display: block;
width: 26px;
height: 26px;
margin-bottom: 18px;
object-fit: contain;
}
.hc-collection-name {
font-size: 15px;
font-weight: 800;
line-height: 1.6;
}
.hc-collection-text {
margin: 8px 0 18px;
color: #3b4452;
font-size: 15px;
line-height: 1.5;
}
.hc-collection-count {
margin-top: auto;
color: #8b95a3;
font-size: 14px;
}
.hc-collection-page,
.hc-results {
width: min(1120px, 100%);
margin: 26px auto 0;
}
.hc-collection-head {
margin-bottom: 24px;
}
.hc-collection-head h1 {
margin: 0 0 6px;
color: var(--hc-navy);
font-size: 28px;
font-weight: 800;
line-height: 1.25;
}
.hc-collection-head p {
margin: 0 0 12px;
color: #535d6b;
font-size: 16px;
line-height: 1.55;
}
.hc-link-list {
margin: 0 0 20px;
border: 1px solid #e3e6ea;
border-radius: 3px;
background: #fff;
padding: 14px 32px;
}
.hc-link-list h2 {
margin: 12px 0 14px;
border-bottom: 1px solid #e7eaee;
padding-bottom: 16px;
font-size: 22px;
font-weight: 800;
line-height: 1.3;
}
.hc-link-list h2 a {
color: var(--hc-navy);
text-decoration: none;
}
.hc-link-row {
position: relative;
display: block;
color: #262b33;
padding: 10px 28px 10px 0;
font-size: 15px;
line-height: 1.45;
text-decoration: none;
}
.hc-link-row::after {
position: absolute;
top: 50%;
right: 6px;
width: 7px;
height: 7px;
border-top: 2px solid #3b4452;
border-right: 2px solid #3b4452;
content: "";
transform: translateY(-50%) rotate(45deg);
}
.hc-link-row:hover {
color: var(--hc-link);
}
.hc-link-row small {
display: block;
margin-top: 2px;
color: var(--hc-muted);
font-size: 13.5px;
}
.hc-results h2 {
margin: 0 0 6px;
color: var(--hc-navy);
font-size: 22px;
font-weight: 500;
}
.hc-results-summary {
margin: 0 0 16px;
color: var(--hc-muted);
font-size: 14px;
}
.hc-not-found {
width: min(640px, 100%);
margin: 60px auto;
text-align: center;
}
.hc-not-found h1 {
color: var(--hc-navy);
font-size: 30px;
line-height: 1.2;
}
.hc-not-found p {
color: var(--hc-muted);
}
.hc-not-found a {
color: var(--hc-link);
font-weight: 700;
}
.hc-not-found .hc-search {
margin: 26px 0;
text-align: left;
}
.hc-article {
display: grid;
grid-template-columns: minmax(0, 860px);
justify-content: center;
}
.hc-article-head {
padding: 26px 0 24px;
}
.hc-article h1 {
margin: 0;
color: var(--hc-title);
font-size: clamp(34px, 5.2vw, 64px);
font-weight: 900;
letter-spacing: -0.03em;
line-height: 1.02;
}
.hc-subtitle {
max-width: 840px;
margin: 26px 0 0;
color: #3f5471;
font-size: clamp(18px, 1.6vw, 21.6px);
line-height: 1.58;
}
.hc-related {
margin: 28px 0 8px;
border: 1px solid #dce5f2;
border-radius: 14px;
background: #f8fbff;
padding: 12px 14px;
}
.hc-related h2 {
margin: 0 0 8px;
color: var(--hc-navy);
font-size: 14px;
font-weight: 800;
line-height: 1.33;
}
.hc-related ul {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0;
padding: 0;
list-style: none;
}
.hc-related a {
display: inline-flex;
min-height: 30px;
align-items: center;
border: 1px solid #cfdcf0;
border-radius: 999px;
background: #fff;
color: #16396a;
padding: 4px 10px;
font-size: 13px;
font-weight: 700;
line-height: 1;
text-decoration: none;
}
.hc-related a:hover {
border-color: #9fc1ea;
background: #eef6ff;
}
.hc-toc {
margin: 0 0 16px;
}
.hc-toc-dock {
display: flex;
min-height: 44px;
align-items: center;
gap: 14px;
border-radius: 14px;
background: var(--hc-navy);
box-shadow: 0 8px 20px rgb(14 30 61 / 28%);
color: #fff;
padding: 0 22px;
font-size: 15px;
font-weight: 900;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.hc-toc-panel {
margin-top: 8px;
max-height: min(70vh, 640px);
overflow: auto;
overscroll-behavior: contain;
border: 1px solid #dbe3ee;
border-radius: 14px;
background: #fff;
box-shadow: 0 10px 26px rgb(28 39 63 / 14%);
padding: 8px 10px;
}
.hc-toc-panel ul {
margin: 0;
padding: 0;
list-style: none;
}
.hc-toc-panel ul ul {
margin-left: 8px;
border-left: 1px solid #e1e7ef;
padding-left: 9px;
}
.hc-toc-panel li {
position: relative;
margin: 1px 0;
}
.hc-toc-panel a {
display: block;
border-left: 3px solid transparent;
border-radius: 8px;
color: var(--hc-text);
padding: 7px 9px 7px 30px;
font-size: 13px;
line-height: 1.3;
text-decoration: none;
}
.hc-toc-panel .hc-toc-d0 > a {
color: var(--hc-navy);
font-size: 13.5px;
font-weight: 760;
}
.hc-toc-panel .hc-toc-d2 > a,
.hc-toc-panel .hc-toc-d3 > a {
font-size: 12.5px;
}
.hc-toc-panel a:hover {
background: #f2f6fb;
}
.hc-toc-panel a.is-active {
border-left-color: var(--hc-brand);
background: rgb(0 158 245 / 12%);
color: var(--hc-navy);
font-weight: 760;
}
.hc-toc-expander {
position: absolute;
top: 3px;
left: 0;
width: 28px;
height: 28px;
border: 0;
border-radius: 8px;
background: transparent;
color: var(--hc-muted);
cursor: pointer;
padding: 0;
}
.hc-toc-expander::before {
display: inline-block;
border-top: 5px solid currentColor;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
transition: transform 0.15s ease;
}
.hc-toc-expander[aria-expanded="false"]::before {
transform: rotate(-90deg);
}
.hc-toc-expander:hover {
background: #eef3f9;
}
.hc-toc-quick {
display: none;
}
@media (min-width: 1201px) {
.hc-page-article main {
padding-top: 0;
}
.hc-article {
grid-template-columns: minmax(0, 1fr) minmax(0, 860px) minmax(0, 1fr);
column-gap: 16px;
}
.hc-article > * {
grid-column: 2;
}
.hc-article > .hc-toc {
z-index: 30;
grid-column: 1;
grid-row: 2 / span 2;
justify-self: end;
width: 44px;
margin: 0;
}
.hc-article > .hc-body {
grid-row: 2;
}
.hc-toc-dock {
position: sticky;
top: 80px;
width: 44px;
min-height: 164px;
flex-direction: column;
justify-content: center;
gap: 12px;
padding: 12px 0;
font-size: 15px;
letter-spacing: 0.06em;
}
.hc-toc-label {
transform: rotate(180deg);
writing-mode: vertical-rl;
}
.hc-toc[open] > .hc-toc-dock {
position: fixed;
top: 80px;
left: calc(var(--hc-toc-width) - 26px);
z-index: 2;
width: 32px;
min-height: 32px;
border-radius: 10px;
box-shadow: none;
padding: 0;
}
.hc-toc[open] > .hc-toc-dock > * {
display: none;
}
.hc-toc[open] > .hc-toc-dock::before {
font-size: 18px;
content: "\2715";
}
.hc-toc {
--hc-toc-width: clamp(230px, calc((100vw - 860px) / 2 - 48px), 336px);
}
.hc-toc-panel {
position: fixed;
top: 72px;
left: 16px;
width: var(--hc-toc-width);
max-height: calc(100vh - 84px);
margin: 0;
padding-top: 44px;
}
.hc-toc-quick {
z-index: 20;
display: block;
grid-column: 3;
grid-row: 2 / span 2;
justify-self: start;
}
.hc-toc-quick > div {
position: sticky;
top: 80px;
display: grid;
gap: 6px;
}
.hc-toc-quick button {
position: relative;
width: 44px;
height: 34px;
border: 1px solid var(--hc-navy);
border-radius: 10px;
background: var(--hc-navy);
box-shadow: 0 4px 10px rgb(14 30 61 / 12%);
cursor: pointer;
}
.hc-toc-quick button::before {
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
border-radius: 2px;
content: "";
transform: translate(-50%, -30%) rotate(-135deg);
}
.hc-toc-quick button + button::before {
transform: translate(-50%, -70%) rotate(45deg);
}
}
[data-tip] {
position: relative;
}
[data-tip]::after {
position: absolute;
top: 50%;
right: calc(100% + 8px);
z-index: 12;
border-radius: 8px;
background: rgb(14 30 61 / 93%);
box-shadow: 0 6px 16px rgb(14 30 61 / 22%);
color: #fff;
padding: 6px 10px;
font: 700 12px/1 var(--hc-font);
content: attr(data-tip);
opacity: 0;
pointer-events: none;
text-transform: none;
transform: translate(3px, -50%);
transition: opacity 0.14s ease, transform 0.14s ease;
white-space: nowrap;
}
[data-tip]:hover::after,
[data-tip]:focus-visible::after {
opacity: 1;
transform: translate(0, -50%);
}
.hc-body {
color: #52585b;
font-size: 17px;
line-height: 1.8;
overflow-wrap: break-word;
}
.hc-body > :not(details):not(figure) {
content-visibility: auto;
contain-intrinsic-size: auto 120px;
}
.hc-body p {
margin: 0 0 17px;
color: var(--hc-text);
font-size: 15px;
line-height: 1.62;
}
.hc-body li {
margin: 0 0 10px 20px;
color: var(--hc-text);
font-size: 15px;
line-height: 1.62;
}
.hc-body ul,
.hc-body ol {
margin: 0 0 17px;
padding-left: 20px;
}
.hc-body li > ul,
.hc-body li > ol {
margin: 10px 0 0;
}
.hc-body h2 {
position: relative;
margin: 32px 0 12px;
padding-bottom: 8px;
color: var(--hc-navy);
font-size: 24px;
font-weight: 900;
letter-spacing: -0.01em;
line-height: 1.36;
}
.hc-body h2::after {
position: absolute;
bottom: 0;
left: 0;
width: 36px;
height: 4px;
border-radius: 3px;
background: var(--hc-brand);
content: "";
}
.hc-body h3 {
margin: 28px 0 10px;
color: var(--hc-navy);
font-size: 20px;
font-weight: 800;
letter-spacing: -0.01em;
line-height: 1.42;
}
.hc-body h4 {
margin: 20px 0 8px;
color: var(--hc-navy);
font-size: 18px;
font-weight: 800;
letter-spacing: 0.12em;
line-height: 1.46;
text-transform: uppercase;
}
.hc-body a {
color: var(--hc-link);
text-underline-offset: 0.14em;
}
.hc-body strong {
font-weight: 800;
}
.hc-body img {
height: auto;
border-radius: 6px;
vertical-align: middle;
}
.hc-body .hc-media {
display: inline-block;
max-width: 100%;
}
.hc-body .hc-float-left {
float: left;
margin: 4px 16px 8px 0;
}
.hc-body .hc-float-right {
float: right;
margin: 4px 0 8px 16px;
}
.hc-body hr {
margin: 28px 0;
border: 0;
border-top: 1px solid var(--hc-line);
}
.hc-body pre {
max-width: 100%;
overflow: auto;
border-radius: 10px;
background: #0b1830;
color: #e8f1ff;
padding: 14px;
}
.hc-body table,
.hc-table {
display: block;
width: 100%;
max-width: 100%;
margin: 0 0 17px;
overflow-x: auto;
border: 1px solid rgb(28 54 74 / 8%);
border-collapse: collapse;
border-radius: 5px;
background: #fff;
}
.hc-body th,
.hc-body td {
min-width: 120px;
border: 1px solid rgb(28 54 74 / 8%);
padding: 12px 15px;
font-size: 15px;
line-height: 1.6;
text-align: left;
vertical-align: top;
}
.hc-body th {
background: #e6e6e6;
color: var(--hc-ink);
font-weight: 700;
text-align: center;
}
.hc-body blockquote,
.hc-body .plx-calloutQuote {
position: relative;
margin: 30px 0;
border-left: 4px solid var(--hc-link);
background: rgb(175 187 193 / 18%);
color: #52585b;
padding: 20px 40px;
font-size: 18px;
line-height: 2;
}
.hc-body blockquote {
font-style: italic;
}
.hc-body blockquote > :last-child {
margin-bottom: 0;
}
.hc-body blockquote:is(.hc-note, .hc-tips, .hc-warning) {
margin: 12px 0;
border-left-color: #415a80;
background: #eeeff2;
color: #383647;
padding: 24px 32px;
font-size: 16px;
font-style: normal;
line-height: 1.88;
}
.hc-body blockquote.hc-tips {
border-left-color: #0154e4;
background: #eff5ff;
}
.hc-body blockquote.hc-warning {
border-left-color: #ff8d2a;
background: #fefaf6;
}
.hc-body blockquote:is(.hc-note, .hc-tips, .hc-warning) p {
margin: 0;
}
.hc-body h2.hc-h1 {
margin: 18px 0 16px;
font-size: 32px;
line-height: 1.28;
}
.hc-body figure {
margin: 0 0 17px;
}
.hc-body figcaption,
.hc-body .plx-step-figcaption {
border-top: 1px solid #e2e9f2;
background: #f5f8fc;
color: #4f6179;
padding: 6px 12px 7px;
font-size: 13px;
font-weight: 700;
line-height: 1.45;
}
.hc-body .plx-step-figure {
margin: 8px 0 22px;
overflow: hidden;
border: 1px solid var(--hc-line-2);
border-radius: 12px;
background: #fff;
}
.hc-body .plx-step-figure img {
display: block;
width: 100%;
margin: 0;
border-radius: 0;
}
.hc-body .hc-checklist,
.hc-body .froala-checkbox-list {
margin: 10px 0 0;
padding-left: 22px;
}
.hc-body .hc-checklist > li {
margin: 6px 0;
}
.hc-body .hc-align-center {
text-align: center;
}
.hc-body .hc-align-right {
text-align: right;
}
.hc-body .hc-text-strong {
font-weight: 700;
}
.hc-body .hc-text-italic {
font-style: italic;
}
.hc-hidden {
display: none;
}
.hc-body .hc-media-row {
display: flex;
align-items: flex-start;
gap: 14px;
}
.hc-disclosure:not(.plx-accordion):not(.plx-sub-accordion) {
margin: 12px 0;
border: 1px solid var(--hc-line);
border-radius: 12px;
background: #fff;
padding: 12px 14px;
}
.hc-disclosure:not(.plx-accordion):not(.plx-sub-accordion) > summary {
color: var(--hc-ink);
font-weight: 700;
}
.hc-body :is(.plx-cardSoft, .plx-cardShadow, .plx-card, .hc-content-card) {
margin: 18px 0;
border: 1px solid rgb(0 0 0 / 8%);
border-radius: 20px;
background: linear-gradient(135deg, #fff 0%, #f8fafc 55%, #fff 100%);
box-shadow: 0 12px 26px rgb(2 6 23 / 6%);
padding: 16px;
}
.hc-body .plx-cardShadow {
border-radius: 16px;
background: #fff;
box-shadow: 0 10px 22px rgb(2 6 23 / 5%);
}
.hc-body :is(.plx-cardSoft, .plx-cardShadow, .plx-card) > :last-child {
margin-bottom: 0;
}
.hc-body :is(.plx-cardSoft, .plx-cardShadow, .plx-card) h3 {
margin: 0 0 10px;
}
.hc-body .plx-calloutWhy,
.hc-body .hc-callout {
margin: 24px 0 17px;
border: 1px solid #cce3f8;
border-left: 5px solid var(--hc-brand);
border-radius: 10px;
background: #eaf4fd;
color: var(--hc-navy);
padding: 16px 20px;
font-size: 16px;
line-height: 1.6;
}
.hc-body .hc-callout:not(.plx-calloutWhy) {
border-left-width: 1px;
border-color: #d6e1ed;
background: #f6f9fc;
}
.hc-body :is(.plx-calloutWhy, .hc-callout) > :last-child {
margin-bottom: 0;
}
.hc-body .plx-calloutTip {
margin: 20px 0;
border: 1px solid #d6efe4;
border-radius: 12px;
background: #f2fbf6;
padding: 14px 18px;
}
.hc-body .hc-quote {
background: rgb(175 187 193 / 18%);
}
.hc-body .plx-muted,
.hc-body .hc-muted {
color: #959595;
font-size: 14px;
font-weight: 700;
}
.hc-body .plx-lead {
margin: 10px 0;
font-size: 18px;
line-height: 1.75;
}
.hc-body .plx-chiprow {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 10px 0 14px;
}
.hc-body :is(.plx-chip, .plx-tag) {
display: inline-flex;
align-items: center;
gap: 8px;
border: 1px solid #e5e7eb;
border-radius: 999px;
background: #fff;
color: #0f172a;
padding: 6px 10px;
font-size: 12px;
font-weight: 800;
line-height: 1.2;
white-space: nowrap;
}
.hc-body .plx-tag {
border-color: var(--hc-line);
background: #f6f8fb;
font-size: 13px;
}
.hc-body .plx-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.hc-body .plx-testimonial {
display: flex;
align-items: flex-start;
gap: 12px;
}
.hc-body .plx-stars {
color: var(--hc-navy);
font-size: 13px;
font-weight: 900;
white-space: nowrap;
}
.hc-body .plx-table-wrap {
max-width: 100%;
overflow-x: auto;
}
.hc-body :is(.plx-page-actions, .plx-ctaRow, .hc-actions) {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 24px 0 0;
}
.hc-body .plx-ctaRow {
margin-top: 14px;
}
.hc-body :is(.plx-page-btn, .hc-button) {
display: inline-flex;
min-height: 46px;
align-items: center;
justify-content: center;
border: 1px solid #c8d7ea;
border-radius: 999px;
background: #fff;
color: #1f3a60;
padding: 11px 18px;
font-size: 14px;
font-weight: 800;
line-height: 1;
text-align: center;
text-decoration: none;
}
.hc-body :is(.plx-page-btn-primary, .hc-button-primary) {
border-color: var(--hc-navy);
background: var(--hc-navy);
box-shadow: 0 8px 18px rgb(14 30 61 / 20%);
color: #fff;
}
.hc-body :is(.plx-page-btn-primary, .hc-button-primary):hover {
background: #183463;
}
.hc-body :is(.plx-page-btn-secondary, .hc-button-secondary):hover {
border-color: #9fc1ea;
background: #f4f9ff;
}
.hc-body :is(.plx-btn, .plx-btnPrimary) {
display: inline-flex;
min-height: 44px;
align-items: center;
justify-content: center;
gap: 8px;
border: 1px solid var(--hc-brand);
border-radius: 12px;
background: var(--hc-brand);
color: #fff;
padding: 10px 16px;
font-size: 15px;
font-weight: 800;
line-height: 1.4;
text-decoration: none;
}
.hc-body :is(.plx-btn, .plx-btnPrimary):hover {
background: #008bd8;
}
.hc-body .kb-cta-link-btn {
display: inline-block;
max-width: 100%;
border-radius: 4px;
background: var(--hc-brand);
color: #fff;
padding: 12px 21px;
font-size: 16px;
line-height: 1.3;
text-align: center;
text-decoration: none;
word-break: break-word;
}
.hc-body .kb-cta-link-btn:hover {
background: #008bd8;
}
.hc-body .plx-intro-hero {
margin: 0 0 24px;
}
.hc-body .plx-intro-tldr-plain {
position: relative;
margin: 0 0 10px;
border-radius: 14px;
background: linear-gradient(rgb(233 244 255 / 82%), rgb(233 244 255 / 0%));
padding: 14px 12px 12px;
}
.hc-body .plx-intro-tldr-plain::before {
position: absolute;
top: 0;
left: 12px;
width: 76px;
height: 4px;
border-radius: 999px;
background: linear-gradient(90deg, var(--hc-brand), var(--hc-navy));
content: "";
}
.hc-body .plx-intro-overline {
margin: 20px 0 8px;
font-size: 18px;
letter-spacing: 0.12em;
}
.hc-body .plx-intro-context-copy {
color: var(--hc-soft);
font-size: 15px;
line-height: 1.68;
}
.hc-body .plx-intro-overview-copy {
margin: 8px 0 0;
color: #415675;
font-size: 15px;
}
.hc-body .plx-intro-block {
margin: 28px 0 10px;
}
.hc-body :is(.plx-intro-block, .plx-intro-overview) h3 {
margin: 0 0 10px;
}
.hc-body .plx-intro-grid {
display: grid;
margin: 14px 0 0;
align-items: start;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.hc-body .plx-intro-card {
display: flex;
min-height: 100%;
flex-direction: column;
border: 1px solid #e2e9f4;
border-radius: 16px;
background: #fff;
padding: 18px;
}
.hc-body .plx-intro-card-title {
margin: 0 0 4px;
color: var(--hc-ink);
font-size: 17px;
font-weight: 800;
letter-spacing: -0.01em;
}
.hc-body .plx-intro-list {
margin: 10px 0;
padding-left: 22px;
color: var(--hc-muted);
}
.hc-body .plx-intro-list li {
margin: 6px 0;
color: #415675;
font-size: 13px;
line-height: 1.5;
}
.hc-body .plx-intro-hero-image {
margin: 10px 0;
text-align: center;
}
.hc-body .plx-intro-actions {
margin-top: 24px;
}
.hc-body .plx-video-wrap,
.hc-body .plx-video {
position: relative;
margin: 14px 0 8px;
overflow: hidden;
border-radius: 10px;
background: var(--hc-navy);
}
.hc-video,
.hc-body .hc-video {
position: relative;
display: block;
overflow: hidden;
margin: 14px 0 8px;
aspect-ratio: 16 / 9;
border-radius: 10px;
background: #0f0f0f;
color: #fff;
text-decoration: none;
}
.hc-body .plx-video-wrap > .hc-video {
margin: 0;
border-radius: 0;
}
.hc-body .hc-video img {
display: block;
width: 100%;
height: 100%;
border-radius: 0;
object-fit: cover;
}
.hc-video::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
width: 68px;
height: 48px;
border-radius: 14px;
background: #f00;
box-shadow: 0 4px 14px rgb(0 0 0 / 28%);
content: "";
transform: translate(-50%, -50%);
transition: transform 0.15s ease, background-color 0.15s ease;
}
.hc-video::after {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 17px solid #fff;
content: "";
transform: translate(-38%, -50%);
}
.hc-video-vimeo::before {
width: 64px;
height: 40px;
border-radius: 6px;
background: #1ab7ea;
}
.hc-video:hover::before,
.hc-video:focus-visible::before {
transform: translate(-50%, -50%) scale(1.06);
}
.hc-video-youtube:hover::before {
background: #c00;
}
.hc-video-label {
position: absolute;
inset: 0 0 auto;
z-index: 1;
padding: 14px 18px 36px;
background: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 0%));
color: #fff;
font-size: 17px;
font-weight: 500;
line-height: 1.35;
text-align: left;
text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
}
.hc-video-label-empty {
display: none;
}
.hc-video:focus-visible {
outline: 3px solid var(--hc-brand);
outline-offset: 3px;
}
.hc-video-frame {
display: block;
width: 100%;
min-height: min(56vw, 430px);
border: 0;
border-radius: 10px;
}
.hc-body .plx-video-wrap > .hc-video-frame,
.hc-body .hc-video-frame.is-playing {
aspect-ratio: 16 / 9;
min-height: 0;
height: auto;
border-radius: 0;
}
.hc-body details.plx-accordion {
position: relative;
margin: 16px 0 28px;
overflow: hidden;
border: 1px solid #dce6f4;
border-radius: 22px;
background: #fff;
box-shadow: 0 10px 28px rgb(14 30 61 / 8%);
--band: #6f7f91;
--band-width: 8px;
}
.hc-body details.plx-accordion::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index: 3;
width: var(--band-width);
border-radius: 14px 0 0 14px;
background: var(--band);
content: "";
pointer-events: none;
}
.hc-body details.plx-accordion details.plx-accordion {
margin: 16px 0;
border-color: var(--hc-line);
--band-width: 6px;
}
.hc-body details.plx-accordion[data-acc="assignment"] {
border-color: #dbeaff;
--band: #66ae8a;
}
.hc-body details.plx-accordion[data-acc="step"] {
--band: #a9b8c4;
--band-width: 5px;
}
.hc-body details.plx-accordion[data-acc="instructor"] {
background: #f7f9ff;
--band: #3b4da8;
}
.hc-body details.plx-accordion > summary {
position: relative;
z-index: 2;
display: flex;
min-height: 63px;
align-items: center;
gap: 8px 12px;
color: var(--hc-ink);
padding: 14px 68px 14px 58px;
font-size: 16px;
font-weight: 700;
line-height: 1.45;
-webkit-tap-highlight-color: transparent;
user-select: none;
}
.hc-body > details.plx-accordion > summary {
min-height: 75px;
padding: 20px 68px 20px 66px;
font-size: 17px;
font-weight: 800;
}
.hc-body details.plx-accordion[data-acc] > summary {
padding-left: 94px;
}
.hc-body > details.plx-accordion[data-acc] > summary {
padding-left: 102px;
}
.hc-body > details.plx-accordion > summary::after {
left: 28px;
}
.hc-body > details:is(.plx-acc-orientation, .plx-acc-workflow, .plx-acc-assessment) > summary {
min-height: 92px;
font-size: 24px;
line-height: 1.16;
}
.hc-body details.plx-accordion[data-acc="step"] > summary {
font-size: 15px;
}
.hc-body details.plx-accordion[data-acc="assignment"] > summary {
font-size: 17px;
}
.hc-body details.plx-accordion > summary:hover {
background: #fbfdff;
}
.hc-body details.plx-accordion > summary:hover > span:first-child {
text-decoration: underline;
text-underline-offset: 3px;
}
.hc-body details.plx-accordion > summary:focus-visible {
outline: 3px solid rgb(0 158 245 / 25%);
outline-offset: -3px;
}
.hc-body details.plx-accordion > summary::after {
position: absolute;
top: 50%;
left: 24px;
width: 12px;
height: 12px;
border-right: 3px solid #5a6f8c;
border-bottom: 3px solid #5a6f8c;
border-radius: 2px;
content: "";
transform: translateY(-58%) rotate(-45deg);
transition: transform 0.18s ease;
}
.hc-body details.plx-accordion[open] > summary::after {
border-color: #2b3f5a;
transform: translateY(-70%) rotate(45deg);
}
.hc-body details.plx-accordion[open] > summary {
background: linear-gradient(var(--hc-line-2), var(--hc-line-2)) no-repeat 58px 100% / calc(100% - 58px) 1px;
}
.hc-body details.plx-accordion:is([data-acc="assignment"], [data-acc="step"], [data-acc="steps"], [data-acc="reference"]) > summary::before {
display: inline-flex;
height: 24px;
align-items: center;
border: 1px solid var(--hc-line);
border-radius: 999px;
background: #fff;
color: var(--hc-ink);
padding: 0 10px;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.08em;
line-height: 1;
content: "Steps";
text-transform: uppercase;
}
.hc-body details.plx-accordion[data-acc="assignment"] > summary::before {
border-color: #d6f3e0;
background: #f2fbf6;
color: #0b3a7a;
content: "Assignment";
}
.hc-body details.plx-accordion[data-acc="reference"] > summary::before {
border-color: #eadcff;
background: #f3efff;
color: #3b2a7a;
content: "Reference";
}
.hc-body details.plx-accordion > summary > span:first-child {
min-width: 0;
flex: 0 1 auto;
}
.hc-body details.plx-accordion > summary .plx-chiprow {
flex: 0 0 auto;
max-width: 50%;
margin: 0 0 0 auto;
justify-content: flex-end;
}
.hc-body details.plx-accordion > .plx-wrap,
.hc-body details.plx-accordion > div {
position: relative;
z-index: 2;
padding: 18px 32px 32px;
}
.hc-body details.plx-accordion details.plx-accordion > .plx-wrap,
.hc-body details.plx-accordion details.plx-accordion > div {
padding: 16px 24px 24px;
}
.hc-body details.plx-accordion > .plx-wrap > :last-child {
margin-bottom: 0;
}
.hc-body .plx-acc-check {
position: absolute;
top: 50%;
left: 58px;
display: inline-flex;
width: 24px;
height: 24px;
align-items: center;
justify-content: center;
border: 1px solid #d6e3f3;
border-radius: 999px;
background: #fff;
box-shadow: 0 1px 2px rgb(14 30 61 / 6%);
color: #fff;
cursor: pointer;
padding: 0;
transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.hc-body .plx-acc-check::before {
width: 9px;
height: 5px;
border-bottom: 2px solid currentColor;
border-left: 2px solid currentColor;
content: "";
transform: translateY(-1px) rotate(-45deg) scale(0);
transition: transform 0.14s ease;
}
.hc-body .plx-acc-check,
.hc-body .plx-acc-copylink {
transform: translateY(-50%);
}
.hc-body > details > summary > .plx-acc-check {
left: 66px;
}
.hc-body .plx-acc-check:hover {
border-color: #99bbdf;
box-shadow: 0 3px 8px rgb(14 30 61 / 12%);
}
.hc-body .plx-acc-check.is-checked {
border-color: var(--hc-brand);
background: var(--hc-brand);
box-shadow: 0 0 0 3px rgb(0 158 245 / 14%);
}
.hc-body .plx-acc-check.is-checked::before {
transform: translateY(-1px) rotate(-45deg) scale(1);
}
.hc-body details.is-plx-checked > summary > span:first-child {
color: var(--hc-navy);
}
.hc-body .plx-acc-copylink {
position: absolute;
top: 50%;
right: 22px;
display: inline-flex;
width: 34px;
height: 34px;
align-items: center;
justify-content: center;
border: 1px solid #b8cbe4;
border-radius: 999px;
background: #fff;
box-shadow: 0 2px 6px rgb(14 30 61 / 10%);
color: #1f3553;
cursor: pointer;
padding: 0;
}
.hc-body .plx-acc-copylink svg {
display: block;
width: 18px;
height: 18px;
}
.hc-body .plx-acc-copylink:hover {
border-color: #99bbdf;
background: #eef6ff;
color: var(--hc-navy);
}
.hc-body .plx-acc-copylink.is-copied {
border-color: var(--hc-brand);
background: var(--hc-brand);
color: #fff;
}
.hc-snackbar {
position: fixed;
bottom: 20px;
left: 50%;
z-index: 60;
max-width: min(92vw, 420px);
border: 1px solid rgb(255 255 255 / 18%);
border-radius: 12px;
background: rgb(14 30 61 / 94%);
box-shadow: 0 8px 20px rgb(14 30 61 / 30%);
color: #fff;
padding: 10px 14px;
font-size: 13px;
font-weight: 700;
line-height: 1.25;
opacity: 0;
pointer-events: none;
text-align: center;
transform: translate(-50%, 18px);
transition: opacity 0.18s ease, transform 0.18s ease;
}
.hc-snackbar.is-visible {
opacity: 1;
transform: translate(-50%, 0);
}
.hc-body .plx-sub-accordion {
margin: 12px 0 0;
overflow: hidden;
border: 1px solid var(--hc-line);
border-radius: 12px;
background: #fbfdff;
}
.hc-body .plx-sub-accordion > summary {
position: relative;
border-bottom: 1px solid transparent;
background: #f7faff;
color: var(--hc-ink);
padding: 12px 14px 12px 44px;
font-weight: 700;
}
.hc-body .plx-sub-accordion > summary::after {
position: absolute;
top: 50%;
left: 16px;
width: 10px;
height: 10px;
border-right: 3px solid #5a6f8c;
border-bottom: 3px solid #5a6f8c;
border-radius: 2px;
content: "";
transform: translateY(-58%) rotate(-45deg);
transition: transform 0.15s ease;
}
.hc-body .plx-sub-accordion[open] > summary {
border-bottom-color: var(--hc-line);
background: #eef4fd;
}
.hc-body .plx-sub-accordion[open] > summary::after {
transform: translateY(-70%) rotate(45deg);
}
.hc-body .plx-sub-accordion-body {
padding: 14px 20px;
}
.hc-body .kb-section-hero {
margin: 20px 0 0;
border: 1px solid #dbeaff;
border-radius: 26px;
background: #eaf3ff;
color: var(--hc-ink);
padding: 22px 18px;
}
.hc-body .kb-section-hero[data-tone="coral"] {
border-color: #ffd6ce;
background: #ffece8;
}
.hc-body .kb-section-hero[data-tone="mint"] {
border-color: #d6efe4;
background: #eaf7f1;
}
.hc-body .kb-section-hero[data-tone="violet"] {
border-color: #e2d7ff;
background: #f3edff;
}
.hc-body .kb-section-hero[data-tone="indigo"] {
border-color: #dfe2ff;
background: #f1f2ff;
}
.hc-body .kb-section-hero h2 {
margin: 0 0 10px;
color: var(--hc-ink);
font-size: clamp(28px, 3.2vw, 42px);
letter-spacing: -0.02em;
line-height: 1.08;
}
.hc-body .kb-section-hero p {
margin: 0 0 12px;
color: var(--hc-muted);
font-size: 16px;
line-height: 1.6;
}
.hc-body .kb-highlight-card {
border: 1px solid #dbeaff;
border-radius: 14px;
background: #f4f9ff;
padding: 14px;
}
.hc-body .kb-highlight-card[data-tone="coral"] {
border-color: #ffd6ce;
background: #fff2ef;
}
.hc-body .kb-highlight-card[data-tone="mint"] {
border-color: #d6efe4;
background: #f2fbf6;
}
.hc-body .kb-highlight-card[data-tone="violet"] {
border-color: #e2d7ff;
background: #f5f1ff;
}
.hc-body .kb-response-card {
border: 1px solid #eceeff;
border-radius: 18px;
background: #fbfbff;
padding: 14px;
}
.hc-body .kb-level-card {
border: 1px solid #d6f3e0;
border-radius: 14px;
background: #f2fbf6;
padding: 12px;
}
.hc-body .kb-level-card[data-level="merit"] {
border-color: #cfe9ff;
background: #f0f8ff;
}
.hc-body .kb-level-card[data-level="pass"] {
border-color: #fde4c8;
background: #fff7ed;
}
.hc-body .kb-level-card[data-level="fail"] {
border-color: #ffd6ce;
background: #fff1f2;
}
.hc-body .kb-level-title {
color: #14532d;
font-weight: 900;
letter-spacing: -0.01em;
}
.hc-body .kb-level-title[data-level="merit"] {
color: #0b3a7a;
}
.hc-body .kb-level-title[data-level="pass"] {
color: #7c2d12;
}
.hc-body .kb-level-title[data-level="fail"] {
color: #7a1c10;
}
.hc-body .kb-level-list {
margin: 0;
padding-left: 18px;
color: #2a4f38;
list-style: none;
}
.hc-body .kb-level-list li {
margin: 0 0 4px;
margin-left: 0;
color: inherit;
font-size: 13px;
line-height: 1.55;
}
.hc-body .kb-level-list[data-level="merit"] {
color: #1f436e;
}
.hc-body .kb-level-list[data-level="pass"] {
color: #6f3a19;
}
.hc-body .kb-level-list[data-level="fail"] {
color: #6a2832;
}
.hc-body .plx-assignment-flow {
position: relative;
margin: 12px 0 0;
}
.hc-body .plx-assignment-flow-line {
position: absolute;
top: 6px;
bottom: 6px;
left: 15px;
width: 2px;
border-radius: 2px;
background: var(--hc-line);
}
.hc-body .plx-assignment-flow-item {
position: relative;
padding-left: 44px;
cursor: default;
}
.hc-body .plx-assignment-flow-item[tabindex] {
cursor: pointer;
}
.hc-body .plx-assignment-flow-dot {
position: absolute;
top: 6px;
left: 16px;
width: 16px;
height: 16px;
border: 2px solid #cfe1ff;
border-radius: 999px;
background: #fff;
transform: translateX(-50%);
}
.hc-body .plx-assignment-flow-card {
border: 1px solid var(--hc-line);
border-radius: 14px;
background: #fff;
padding: 14px;
transition: border-color 0.16s ease, background-color 0.16s ease;
}
.hc-body .plx-assignment-flow-item.is-active .plx-assignment-flow-dot {
border-color: var(--hc-brand);
background: var(--hc-brand);
box-shadow: 0 0 0 3px rgb(0 158 245 / 16%);
}
.hc-body .plx-assignment-flow-item.is-active .plx-assignment-flow-card {
border-color: var(--hc-brand);
background: #f5fbff;
}
.hc-body .plx-assignment-nav-card {
cursor: pointer;
border-color: #d9e4f3;
transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}
.hc-body .plx-assignment-nav-card:hover {
border-color: #9fc1ea;
background: #f6faff;
transform: translateY(-1px);
}
.hc-body .plx-assignment-nav-card.is-active-assignment-nav {
border-color: #0d2f6d;
background: #edf4ff;
box-shadow: inset 0 0 0 1px #0d2f6d;
}
.hc-body .plx-reflection-warning {
display: flex;
align-items: flex-start;
gap: 14px;
margin: 16px 0 0;
border: 2px solid #f5c451;
border-radius: 20px;
background: #fff6db;
padding: 16px 14px;
}
.hc-body .plx-reflection-warning-icon {
font-size: 26px;
line-height: 1;
}
.hc-body .plx-reflection-warning-title {
margin: 0 0 6px;
color: #7a5200;
font-size: 17px;
font-weight: 900;
}
.hc-body .plx-reflection-warning-body,
.hc-body .plx-reflection-warning-body :is(p, li) {
color: #5b4a1a;
font-size: 14px;
line-height: 1.6;
}
.hc-body .plx-reflection-hero {
margin: 20px 0 0;
border: 1px solid #dfe2ff;
border-radius: 26px;
background: #f1f2ff;
padding: 26px 18px;
}
.hc-body .plx-printField {
display: block;
width: 100%;
min-height: 96px;
margin: 10px 0 0;
border: 1px solid #cfd8e5;
border-radius: 12px;
background: #fff;
color: var(--hc-ink);
padding: 10px 12px;
font: 15px/1.5 var(--hc-font);
resize: vertical;
}
.hc-body .plx-printField:focus {
border-color: var(--hc-brand);
outline: 3px solid rgb(0 158 245 / 18%);
}
.hc-body .plx-support-intro {
margin: 12px 0 0;
color: var(--hc-muted);
font-size: 14px;
font-weight: 500;
}
.hc-body .plx-support-inline-image {
display: inline-block;
width: auto;
max-height: 28px;
vertical-align: middle;
}
.hc-body .plx-iso-timeline {
max-width: 900px;
margin: 40px 0 46px;
}
.hc-body .plx-iso-timeline-row {
position: relative;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 8px;
margin-top: 34px;
}
.hc-body .plx-iso-timeline-line {
position: absolute;
top: 18px;
right: 0;
left: 0;
height: 4px;
background: #d8dbe0;
}
.hc-body .plx-iso-timeline-milestone {
position: relative;
flex: 1 1 0;
text-align: center;
}
.hc-body .plx-iso-timeline-dot {
width: 16px;
height: 16px;
margin: 12px auto 0;
border-radius: 50%;
background: #1f4e79;
}
.hc-body .plx-iso-timeline-label {
margin: 8px 0 0;
color: #1f2b3d;
font-size: 14px;
line-height: 1.45;
}
.hc-body .plx-u-m0 { margin: 0; }
.hc-body .plx-u-mt0 { margin-top: 0; }
.hc-body .plx-u-mt4 { margin-top: 4px; }
.hc-body .plx-u-mt8 { margin-top: 8px; }
.hc-body .plx-u-mt10 { margin-top: 10px; }
.hc-body .plx-u-mt12 { margin-top: 12px; }
.hc-body .plx-u-mt14 { margin-top: 14px; }
.hc-body .plx-u-mt18 { margin-top: 18px; }
.hc-body .plx-u-mb0 { margin-bottom: 0; }
.hc-body .plx-u-mb10 { margin-bottom: 10px; }
.hc-body .plx-u-m10-0-0 { margin: 10px 0 0; }
.hc-body .plx-u-mt12-mb0 { margin: 12px 0 0; }
.hc-body .plx-u-p12 { padding: 12px; }
.hc-body .plx-u-minw0 { min-width: 0; }
.hc-body .plx-u-grid-gap10 { display: grid; gap: 10px; }
.hc-body .plx-u-grid-gap12 { display: grid; gap: 12px; }
.hc-body .plx-u-grid-gap14 { display: grid; gap: 14px; }
.hc-body .plx-u-grid-2-gap12 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hc-body .plx-u-grid-3-gap12 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.hc-body .plx-u-grid-4-gap8 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.hc-body .plx-u-grid-4-gap10 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.hc-body .plx-u-flex-10-center-mb8 { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.hc-body .plx-u-flex-10-start { display: flex; align-items: flex-start; gap: 10px; }
.hc-body .plx-u-flex-wrap-10-mt14 { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.hc-body .plx-u-flex-wrap-gap8-mt12 { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.hc-body .plx-u-flex-wrap-center-10 { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.hc-body :is(.plx-u-flex-wrap-between-mb10, .plx-u-flex-between-wrap) { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.hc-body .plx-u-flex-wrap-between-mb10 { margin-bottom: 10px; }
.hc-body :is(.plx-u-text-wrap, .plx-u-text-wrap-fw400, .plx-u-text-wrap-plain, .plx-u-text-wrap-mt18) { margin: 0 auto; color: var(--hc-ink); }
.hc-body .plx-u-text-wrap-fw400 { font-weight: 400; }
.hc-body .plx-u-text-wrap-mt18 { margin-top: 18px; }
.hc-body .plx-u-pad-12x14-bb { border-bottom: 1px solid var(--hc-line); padding: 12px 14px; }
.hc-body .plx-u-box-soft-mt18 { margin-top: 18px; overflow: hidden; border: 1px solid var(--hc-line); border-radius: 18px; background: var(--hc-wash); }
.hc-body .plx-u-box-white-mt10 { margin-top: 10px; border: 1px solid #e8eef6; border-radius: 16px; background: #fff; padding: 12px 14px; }
.hc-body .plx-u-box-white-22 { margin-top: 18px; border: 1px solid var(--hc-line); border-radius: 22px; background: #fff; padding: 18px; }
.hc-body .plx-u-card-mini { border: 1px solid var(--hc-line); border-radius: 14px; background: #fff; padding: 10px 12px; }
.hc-body .plx-u-card-soft16 { border: 1px solid var(--hc-line); border-radius: 16px; background: #fbfdff; padding: 12px; }
.hc-body .plx-u-card-soft16-pad12-mt12 { margin-top: 12px; border: 1px solid var(--hc-line); border-radius: 16px; background: #fbfdff; padding: 12px; }
.hc-body :is(.plx-u-card-soft18, .plx-u-card-soft18-edf) { border: 1px solid var(--hc-line); border-radius: 18px; background: #fbfdff; padding: 14px; }
.hc-body .plx-u-card-soft18-edf { border-color: #edf2f8; }
.hc-body :is(.plx-u-card-white18-mt10, .plx-u-card-white18-mt12) { margin-top: 10px; border: 1px solid var(--hc-line); border-radius: 18px; background: #fff; padding: 14px; }
.hc-body .plx-u-card-white18-mt12 { margin-top: 12px; }
.hc-body .plx-u-card-panel18-mt12 { margin-top: 12px; overflow: hidden; border: 1px solid var(--hc-line); border-radius: 18px; background: var(--hc-wash); }
.hc-body :is(.plx-u-note-dashed-blue, .plx-u-note-dashed-coral) { margin-top: 12px; border: 1px dashed #cfe1ff; border-radius: 16px; background: #fff; color: var(--hc-ink); padding: 12px 14px; font-weight: 900; }
.hc-body .plx-u-note-dashed-coral { border-color: #ffd6ce; }
.hc-body .plx-u-guidance-box { margin-top: 10px; border: 1px dashed #dfe2ff; border-radius: 14px; background: #fff; color: var(--hc-muted); padding: 10px 12px; font-size: 13px; }
.hc-body .plx-u-callout-decision { margin-top: 10px; border: 1px solid #dbeaff; border-radius: 12px; background: #f4f9ff; color: #25456f; padding: 10px 12px; font-size: 14px; font-weight: 600; line-height: 1.5; }
.hc-body .plx-u-label-iso { margin-bottom: 6px; color: var(--hc-muted); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.hc-body :is(.plx-u-h700-ink, .plx-u-h700-mb6, .plx-u-ink-750) { color: var(--hc-ink); font-weight: 700; }
.hc-body .plx-u-h700-mb6 { margin-bottom: 6px; }
.hc-body :is(.plx-u-h950, .plx-u-h950-ink, .plx-u-h950-mb6, .plx-u-ink-950, .plx-u-title-950-tight, .plx-u-title-950-mb4, .plx-u-title-950-mb8, .plx-u-text-ink-950-15) { color: var(--hc-ink); font-weight: 900; }
.hc-body :is(.plx-u-title-950-tight, .plx-u-title-950-mb4, .plx-u-title-950-mb8) { letter-spacing: -0.01em; }
.hc-body .plx-u-h950-mb6 { margin-bottom: 6px; }
.hc-body .plx-u-title-950-mb4 { margin-bottom: 4px; }
.hc-body .plx-u-title-950-mb8 { margin-bottom: 8px; }
.hc-body .plx-u-text-ink-950-15 { font-size: 15px; line-height: 1.5; }
.hc-body .plx-u-ink { color: var(--hc-ink); }
.hc-body .plx-u-h3-card { margin: 0 0 10px; color: var(--hc-ink); font-size: 18px; font-weight: 900; letter-spacing: -0.01em; }
.hc-body .plx-u-title-900-18-m0 { margin: 0; color: var(--hc-ink); font-size: 18px; font-weight: 900; }
.hc-body .plx-u-h2-hero { margin: 0 0 10px; color: var(--hc-ink); font-size: clamp(28px, 3.2vw, 42px); font-weight: 900; letter-spacing: -0.02em; line-height: 1.08; }
.hc-body :is([class*="plx-u-muted"], .plx-u-mt10-muted) { color: var(--hc-muted); }
.hc-body .plx-u-muted16 { font-size: 16px; line-height: 1.6; }
.hc-body :is(.plx-u-muted-sm-750-mt4, .plx-u-muted-sm-mt4, .plx-u-muted-14-mt4) { margin-top: 4px; font-size: 14px; line-height: 1.55; }
.hc-body .plx-u-muted-sm-750-mt4 { font-weight: 750; }
.hc-body :is(.plx-u-muted-sm-mt6, .plx-u-muted-sm-400-mt6) { margin-top: 6px; font-size: 14px; line-height: 1.55; }
.hc-body .plx-u-muted-850-13 { font-size: 13px; font-weight: 850; }
.hc-body .plx-u-muted-700 { font-weight: 700; }
.hc-body .plx-u-muted-m0 { margin: 0; }
.hc-body .plx-u-muted-mb10 { margin: 0 0 10px; }
.hc-body .plx-u-muted-m12-0-0 { margin: 12px 0 0; }
.hc-body .plx-u-muted-mt12-14 { margin-top: 12px; font-size: 14px; font-weight: 500; line-height: 1.55; }
.hc-body :is(.plx-u-muted-mt10-lh155, .plx-u-mt10-muted) { margin-top: 10px; line-height: 1.55; }
.hc-body .plx-u-muted-lh16 { line-height: 1.6; }
.hc-body .plx-u-muted-strong14 { font-size: 14px; font-weight: 750; line-height: 1.6; }
.hc-body .plx-u-muted-m10-500 { margin: 10px 0 0; font-weight: 500; line-height: 1.65; }
.hc-body .plx-u-text-14-lh15-mt6 { margin-top: 6px; font-size: 14px; line-height: 1.5; }
.hc-body .plx-u-list-m10-pad18 { margin: 10px 0 0; padding-left: 18px; }
.hc-body .plx-u-list-muted-m10 { margin: 10px 0 0; padding-left: 22px; color: var(--hc-muted); line-height: 1.6; }
.hc-body :is(.plx-u-list-muted-m0, .plx-u-muted-16-m0, .plx-u-list-muted-strong) { margin: 0; padding-left: 22px; color: var(--hc-muted); line-height: 1.6; }
.hc-body .plx-u-list-muted-strong { font-size: 14px; font-weight: 750; }
.hc-body :is(.plx-u-pill, .plx-u-chip-tag, .plx-u-chip-mini) { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #dbeaff; border-radius: 999px; background: #fff; color: var(--hc-navy); padding: 8px 12px; font-size: 13px; font-weight: 900; line-height: 1.4; }
.hc-body .plx-u-pill[data-tone="coral"] { border-color: #ffd6ce; }
.hc-body .plx-u-pill[data-tone="mint"] { border-color: #d6efe4; }
.hc-body .plx-u-pill[data-tone="violet"] { border-color: #e2d7ff; }
.hc-body .plx-u-pill[data-tone="indigo"] { border-color: #dfe2ff; }
.hc-body .plx-u-chip-tag { background: #eaf3ff; color: #0b3a7a; padding: 8px 14px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.hc-body .plx-u-chip-tag[data-tone="coral"] { border-color: #ffd6ce; background: #ffece8; color: #7a1c10; }
.hc-body .plx-u-chip-tag[data-tone="indigo"] { border-color: #dfe2ff; background: #f1f2ff; color: #2c2f7a; }
.hc-body .plx-u-chip-mini { gap: 8px; border-color: #d6f3e0; background: #f2fbf6; color: #14532d; padding: 8px 10px; font-size: 12px; }
.hc-body .plx-u-chip-mini[data-tone="blue"] { border-color: #cfe9ff; background: #f0f9ff; color: #0b3a7a; }
.hc-body :is(.plx-u-chip-mini, .plx-u-chip-tag)[data-tone="orange"] { border-color: #fde4c8; background: #fff7ed; color: #7c2d12; }
.hc-body .plx-u-chip-mini[data-tone="red"] { border-color: #ffd6ce; background: #fff1f2; color: #7a1c10; }
.hc-body :is(.plx-u-fr-img-24, .plx-u-fr-img-28, .plx-u-fr-img-53, .plx-u-fr-img-fixed) { max-width: 100%; }
.hc-body .plx-u-fr-p-muted { margin: 0 0 10px; color: #5f5f5f; font-size: 14px; }
.hc-footer {
border-top: 1px solid #eef1f5;
background: #fff;
}
.hc-courses {
padding: 64px 0 36px;
}
.hc-courses-head {
width: min(1120px, calc(100% - 32px));
margin: 0 auto 36px;
text-align: center;
}
.hc-courses-head h2 {
margin: 0;
color: var(--hc-navy);
font-size: clamp(28px, 3.4vw, 42px);
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.15;
}
.hc-courses-head p {
margin: 10px 0 0;
color: #53678a;
font-size: clamp(16px, 1.6vw, 21px);
font-weight: 700;
}
.hc-courses-rail {
position: relative;
}
.hc-courses-track {
display: grid;
margin: 0;
overflow-x: auto;
grid-auto-columns: min(330px, 82vw);
grid-auto-flow: column;
gap: 22px;
list-style: none;
padding: 4px 28px 20px;
scroll-padding: 0 28px;
scroll-snap-type: x mandatory;
scrollbar-width: thin;
}
.hc-course {
display: flex;
flex-direction: column;
overflow: hidden;
border: 1px solid #e3e8f0;
border-radius: 18px;
background: #fff;
box-shadow: 0 10px 24px rgb(14 30 61 / 9%);
scroll-snap-align: start;
padding-bottom: 14px;
}
.hc-course-banner {
margin: 0;
background: #1a9bff;
color: #fff;
padding: 7px 10px;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.04em;
text-align: center;
text-transform: uppercase;
}
.hc-course-paid .hc-course-banner {
background: var(--hc-navy);
}
.hc-course-image img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 1200 / 682;
object-fit: cover;
border-bottom: 1px solid #eef1f5;
}
.hc-course h3 {
margin: 12px 14px 4px;
font-size: 18px;
font-weight: 800;
line-height: 1.3;
}
.hc-course h3 a {
color: var(--hc-navy);
text-decoration: none;
}
.hc-course > p {
margin: 0 14px;
color: #53678a;
font-size: 15px;
line-height: 1.4;
}
.hc-course .hc-course-meta {
display: flex;
justify-content: space-between;
gap: 10px;
margin: 8px 14px 12px;
color: var(--hc-navy);
font-size: 13.5px;
font-weight: 700;
}
.hc-stars {
color: #f5b301;
letter-spacing: 1px;
}
.hc-course-button,
.hc-course-share {
display: flex;
min-height: 38px;
align-items: center;
justify-content: center;
margin: auto 14px 0;
border: 1px solid #1a9bff;
border-radius: 8px;
background: #1a9bff;
color: #fff;
font: 800 14px/1.2 var(--hc-font);
text-decoration: none;
}
.hc-course-share {
visibility: hidden;
margin-top: 8px;
border-color: #dfe5ee;
background: #fff;
color: var(--hc-navy);
cursor: pointer;
}
.hc-course-share.is-ready {
visibility: visible;
}
.hc-course-paid .hc-course-button {
border-color: var(--hc-navy);
background: var(--hc-navy);
}
.hc-courses-arrow {
position: absolute;
top: 38%;
width: 56px;
height: 56px;
border: 1px solid #e3e8f0;
border-radius: 50%;
background: #fff;
box-shadow: 0 6px 16px rgb(14 30 61 / 16%);
cursor: pointer;
}
.hc-courses-arrow::before {
position: absolute;
top: 50%;
left: 50%;
width: 11px;
height: 11px;
border-top: 2.5px solid var(--hc-navy);
border-right: 2.5px solid var(--hc-navy);
content: "";
transform: translate(-65%, -50%) rotate(45deg);
}
.hc-courses-prev {
left: 8px;
}
.hc-courses-prev::before {
transform: translate(-35%, -50%) rotate(-135deg);
}
.hc-courses-next {
right: 8px;
}
.hc-courses-arrow:disabled {
opacity: 0.35;
cursor: default;
}
.hc-footer-base {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 18px 32px;
border-top: 1px solid #e3e8f0;
background: #f8fafc;
padding: 24px max(24px, calc((100% - 1392px) / 2));
}
.hc-footer-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
margin: 0 0 10px;
color: #53678a;
font-size: 15px;
}
.hc-footer-meta b {
color: var(--hc-navy);
}
.hc-iso-pill {
border: 1px solid #dfe5ee;
border-radius: 999px;
background: #fff;
color: var(--hc-navy);
padding: 3px 10px;
font-size: 12.5px;
font-weight: 800;
}
.hc-footer-title {
margin: 0;
color: var(--hc-navy);
font-size: 20px;
font-weight: 700;
line-height: 1.3;
}
.hc-footer-links {
display: grid;
justify-items: end;
gap: 10px;
}
.hc-footer-nav {
display: flex;
gap: 16px;
font-size: 14px;
}
.hc-footer-nav a {
color: var(--hc-link);
font-weight: 700;
text-underline-offset: 0.14em;
}
.hc-community {
display: flex;
align-items: center;
gap: 10px;
margin: 0;
color: #53678a;
font-size: 14px;
font-weight: 700;
}
.hc-community a {
display: inline-flex;
width: 38px;
height: 38px;
align-items: center;
justify-content: center;
border: 1px solid #1a73e8;
border-radius: 10px;
background: #fff;
}
.hc-community a:hover {
background: #eef6ff;
}
@media (max-width: 1200px) {
.hc-pills {
display: none;
}
.hc-menu {
display: block;
}
.hc-header-search {
flex: 1 1 auto;
max-width: 420px;
margin-left: auto;
}
.hc-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 980px) {
.hc-header {
position: static;
}
.hc-header-bar {
flex-wrap: wrap;
gap: 10px;
padding: 12px 16px;
}
.hc-logo {
margin-right: auto;
}
.hc-logo img {
width: 150px;
}
.hc-drop-end,
.hc-cta {
display: none;
}
.hc-header-search {
order: 5;
width: 100%;
max-width: none;
flex-basis: 100%;
}
html {
scroll-padding-top: 16px;
}
.hc-footer-links {
justify-items: start;
}
}
@media (max-width: 768px) {
body {
font-size: 16px;
}
main {
padding: 0 16px 40px;
}
.hc-page-article .hc-breadcrumbs {
display: none;
}
.hc-courses-head {
width: calc(100% - 32px);
}
.hc-courses-track {
padding: 4px 16px 20px;
scroll-padding: 0 16px;
gap: 16px;
}
.hc-footer-base {
padding: 20px 16px;
}
.hc-body ul,
.hc-body ol {
padding-left: 18px;
}
.hc-body li {
margin-left: 2px;
}
.hc-body :is(.plx-cardSoft, .plx-cardShadow, .plx-card, .hc-content-card) {
margin: 14px 0;
padding: 14px;
}
.hc-body .plx-calloutWhy,
.hc-body .hc-callout {
padding: 12px 14px;
}
.hc-body .plx-sub-accordion > summary {
padding: 12px 12px 12px 40px;
}
.hc-body .plx-sub-accordion-body {
padding: 12px;
}
.hc-body .plx-reflection-warning {
display: block;
padding: 14px;
}
.hc-body .plx-reflection-warning-icon {
margin-bottom: 6px;
}
.hc-body .plx-reflection-hero {
padding: 18px 14px;
}
.hc-body blockquote,
.hc-body .plx-calloutQuote {
padding: 14px 16px;
font-size: 16px;
line-height: 1.7;
}
.hc-body .kb-cta-link-btn {
display: block;
}
.hc-grid {
grid-template-columns: 1fr;
}
.hc-collection-card {
min-height: 0;
}
.hc-link-list {
padding: 8px 16px;
}
.hc-article-head {
padding-top: 18px;
}
.hc-subtitle {
margin-top: 16px;
}
.hc-body .plx-intro-grid,
.hc-body :is(.plx-u-grid-2-gap12, .plx-u-grid-3-gap12, .plx-u-grid-4-gap8, .plx-u-grid-4-gap10) {
grid-template-columns: 1fr;
}
.hc-body details.plx-accordion > summary {
padding: 12px 14px 12px 46px;
}
.hc-body > details.plx-accordion > summary {
min-height: 60px;
padding: 14px 14px 14px 48px;
font-size: 16px;
}
.hc-body details.plx-accordion[data-acc] > summary {
padding-left: 80px;
}
.hc-body > details.plx-accordion[data-acc] > summary {
padding-left: 82px;
}
.hc-body .plx-acc-check {
left: 46px;
}
.hc-body > details > summary > .plx-acc-check {
left: 48px;
}
.hc-body details.plx-accordion > summary::before,
.hc-body details.plx-accordion > summary .plx-chiprow,
.hc-body .plx-acc-copylink {
display: none !important;
}
.hc-body details.plx-accordion > summary > span:first-child {
flex: 1 1 auto;
}
.hc-body > details:is(.plx-acc-orientation, .plx-acc-workflow, .plx-acc-assessment) > summary {
font-size: 20px;
}
.hc-body details.plx-accordion > summary::after {
left: 18px;
}
.hc-body details.plx-accordion[open] > summary {
background-position: 46px 100%;
}
.hc-body details.plx-accordion > .plx-wrap,
.hc-body details.plx-accordion > div {
padding: 12px 10px 16px 18px;
}
.hc-body details.plx-accordion details.plx-accordion {
margin: 10px 0;
}
.hc-body details.plx-accordion details.plx-accordion > .plx-wrap,
.hc-body details.plx-accordion details.plx-accordion > div {
padding: 10px 8px 14px 14px;
}
.hc-body .kb-section-hero {
border-radius: 20px;
padding: 16px 14px;
}
.hc-body .kb-section-hero h2 {
font-size: 26px;
}
.hc-video-label {
padding: 10px 12px 26px;
font-size: 14px;
}
.hc-video::before {
width: 56px;
height: 40px;
border-radius: 11px;
}
.hc-body .hc-media-row,
.hc-body .plx-testimonial {
display: block;
}
.hc-body :is(.plx-page-actions, .hc-actions) > a {
width: 100%;
}
.hc-body :is(.hc-float-left, .hc-float-right) {
float: none;
margin: 8px 0;
}
.hc-footer-base {
display: grid;
}
.hc-community {
flex-wrap: wrap;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
}
@media print {
.hc-header,
.hc-footer,
.hc-toc,
.hc-toc-quick,
.plx-acc-copylink {
display: none !important;
}
.hc-article {
display: block;
}
}
.hc-body img {
cursor: zoom-in;
}
.hc-body a img {
cursor: pointer;
}
.hc-lightbox {
position: fixed;
inset: 0;
z-index: 70;
display: flex;
align-items: center;
justify-content: center;
background: rgb(8 16 32 / 86%);
cursor: zoom-out;
padding: 24px;
}
.hc-lightbox img {
max-width: 100%;
max-height: 100%;
border-radius: 8px;
background: #fff;
box-shadow: 0 20px 60px rgb(0 0 0 / 45%);
}
.hc-lightbox-close {
position: absolute;
top: 16px;
right: 16px;
width: 40px;
height: 40px;
border: 0;
border-radius: 10px;
background: #fff;
color: var(--hc-navy);
cursor: pointer;
font-size: 18px;
font-weight: 700;
}
