/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--thl-font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .resize {
    resize: both;
  }
  .rounded-thl-lg {
    border-radius: var(--thl-radius-lg);
  }
  .bg-thl-primary {
    background-color: var(--thl-color-primary);
  }
  .bg-thl-primary-container {
    background-color: var(--thl-color-primary-container);
  }
  .bg-thl-surface {
    background-color: var(--thl-color-surface);
  }
  .bg-thl-surface-white {
    background-color: var(--thl-color-surface-white);
  }
  .font-sans {
    font-family: var(--thl-font-sans);
  }
  .text-thl-ink {
    color: var(--thl-color-text);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-thl-card {
    --tw-shadow: var(--thl-shadow-card);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
* {
  box-sizing: border-box;
}
html {
  min-width: 1280px;
  scroll-behavior: smooth;
}
body {
  min-width: 1280px;
  margin: 0;
  background: #fff;
  color: var(--thl-color-text);
  font-family: var(--thl-font-sans);
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: inherit;
}
.dp-shell {
  width: 1200px;
  margin-inline: auto;
}
.dp-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
}
.dp-brand b {
  color: var(--thl-color-primary);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
}
.dp-brand span {
  color: var(--thl-color-accent);
  font-size: 14px;
  font-weight: 800;
}
.dp-button {
  display: inline-block;
  padding: 13px 20px;
  background: var(--thl-color-primary);
  border: 0;
  border-radius: var(--thl-radius-sm);
  color: white;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.dp-hero {
  position: relative;
  height: 570px;
  color: white;
  background-position: center;
  background-size: cover;
}
.dp-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(3 39 59 / 94%), rgb(3 52 78 / 70%) 56%, rgb(3 52 78 / 15%));
  content: "";
}
.dp-hero-services {
  background-image: url("../assets/images/services-hero.jpg");
}
.dp-hero-monthly {
  background-image: url("../assets/images/monthly-hero.jpg");
}
.dp-hero-case {
  background-image: url("../assets/images/case-hero.jpg");
}
.dp-hero-careers {
  background-image: url("../assets/images/careers-hero.jpg");
}
.dp-hero-careers::before {
  background: linear-gradient(90deg, rgb(3 39 59 / 95%), rgb(3 52 78 / 58%), rgb(3 52 78 / 10%));
}
.dp-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 12px;
}
.dp-breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  color: rgb(255 255 255 / 70%);
  font-size: 12px;
}
.dp-breadcrumb a {
  text-decoration: none;
}
.dp-kicker, .dp-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--thl-color-blue-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
}
.dp-hero h1 {
  max-width: 850px;
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.18;
  letter-spacing: -.03em;
}
.dp-hero h1 em {
  color: var(--thl-color-blue-300);
  font-style: normal;
}
.dp-hero p {
  max-width: 770px;
  margin: 0 0 25px;
  color: rgb(255 255 255 / 82%);
  font-size: 17px;
}
.dp-button-light {
  background: white;
  color: var(--thl-color-primary);
}
.dp-section {
  padding-block: 92px;
}
.dp-soft {
  background: var(--thl-color-surface-subtle);
}
.dp-dark {
  background: var(--thl-color-primary);
  color: white;
}
.dp-section-heading {
  max-width: 780px;
  margin-bottom: 52px;
}
.dp-section-heading > span {
  display: block;
  margin-bottom: 9px;
  color: var(--thl-color-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.dp-section-heading h2, .dp-split h2, .dp-contact-grid h2 {
  margin: 0;
  color: var(--thl-color-primary);
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: -.025em;
}
.dp-section-heading i, .dp-line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 17px 0 23px;
  background: var(--thl-color-accent);
}
.dp-section-heading p {
  margin: 0;
  color: var(--thl-color-text-muted);
}
.dp-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.dp-centered i {
  margin-right: auto;
  margin-left: auto;
}
.dp-heading-light h2 {
  color: white;
}
.dp-heading-light p {
  color: rgb(255 255 255 / 70%);
}
.dp-service-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 70px;
  border-bottom: 1px solid var(--thl-color-border);
}
.dp-service-tabs a {
  padding: 22px;
  color: var(--thl-color-primary);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  border-bottom: 3px solid var(--thl-color-accent);
}
.dp-service-tabs a + a {
  color: var(--thl-color-text-muted);
  border-bottom-color: var(--thl-color-border);
}
.dp-service-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
  margin-bottom: 94px;
}
.dp-service-feature-reverse img {
  order: 2;
}
.dp-service-feature img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
  box-shadow: var(--thl-shadow-floating);
}
.dp-service-feature div > span {
  color: var(--thl-color-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.dp-service-feature h2 {
  margin: 10px 0 18px;
  color: var(--thl-color-primary);
  font-size: 34px;
  line-height: 1.3;
}
.dp-service-feature p {
  color: var(--thl-color-text-muted);
}
.dp-service-feature ul, .dp-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.dp-service-feature li, .dp-check-list li {
  position: relative;
  padding-left: 26px;
}
.dp-service-feature li::before, .dp-check-list li::before {
  position: absolute;
  left: 0;
  color: var(--thl-color-accent);
  content: "✓";
  font-weight: 800;
}
.dp-service-feature blockquote {
  margin: 26px 0;
  padding: 18px 22px;
  background: var(--thl-color-surface-subtle);
  border-left: 3px solid var(--thl-color-accent);
  color: var(--thl-color-primary);
  font-weight: 700;
}
.dp-text-link {
  color: var(--thl-color-accent);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.dp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
.dp-split p {
  color: var(--thl-color-text-muted);
}
.dp-split-image {
  display: block;
  width: 100%;
  height: 490px;
  object-fit: cover;
  box-shadow: var(--thl-shadow-floating);
}
.dp-risk-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.dp-risk-grid article {
  padding: 28px 21px;
  background: white;
  border-top: 3px solid var(--thl-color-accent);
  box-shadow: var(--thl-shadow-card);
}
.dp-risk-grid b {
  color: var(--thl-color-accent);
  font-size: 30px;
}
.dp-risk-grid h3 {
  margin: 12px 0 6px;
  color: var(--thl-color-primary);
  font-size: 16px;
}
.dp-risk-grid p {
  margin: 0;
  color: var(--thl-color-text-muted);
  font-size: 13px;
}
.dp-quote {
  max-width: 940px;
  margin: 45px auto 0;
  padding: 28px 34px;
  background: white;
  border-left: 4px solid var(--thl-color-accent);
  color: var(--thl-color-text-muted);
  text-align: center;
}
.dp-quote strong {
  display: block;
  margin-top: 10px;
  color: var(--thl-color-primary);
}
.dp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.dp-benefit-grid article {
  padding: 30px 23px;
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 14%);
  text-align: center;
}
.dp-benefit-grid b {
  display: grid;
  width: 56px;
  height: 56px;
  margin: auto;
  place-items: center;
  border: 1px solid var(--thl-color-blue-300);
  color: var(--thl-color-blue-300);
  font-size: 24px;
}
.dp-benefit-grid h3 {
  margin: 15px 0 8px;
  font-size: 16px;
}
.dp-benefit-grid p {
  margin: 0;
  color: rgb(255 255 255 / 68%);
  font-size: 12px;
}
.dp-process {
  background: white;
}
.dp-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.dp-process-grid article {
  position: relative;
  min-height: 230px;
  padding: 31px 28px;
  background: var(--thl-color-surface-subtle);
  border-bottom: 3px solid var(--thl-color-accent);
}
.dp-process-grid article > b {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgb(0 100 149 / 12%);
  font-size: 52px;
  line-height: 1;
}
.dp-process-grid article > span {
  color: var(--thl-color-accent);
  font-size: 32px;
}
.dp-process-grid h3 {
  margin: 14px 0 7px;
  color: var(--thl-color-primary);
  font-size: 18px;
}
.dp-process-grid p {
  margin: 0;
  color: var(--thl-color-text-muted);
  font-size: 13px;
}
.dp-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.dp-problem-grid article {
  padding: 31px 28px;
  border: 1px solid var(--thl-color-border);
  box-shadow: var(--thl-shadow-card);
}
.dp-problem-grid b {
  color: var(--thl-color-accent);
  font-size: 32px;
}
.dp-problem-grid h3 {
  margin: 12px 0 7px;
  color: var(--thl-color-primary);
  font-size: 18px;
}
.dp-problem-grid p {
  margin: 0;
  color: var(--thl-color-text-muted);
  font-size: 13px;
}
.dp-cta {
  padding-block: 82px;
  background: linear-gradient(110deg, var(--thl-color-primary), #075b82);
  color: white;
  text-align: center;
}
.dp-cta > div > span {
  color: var(--thl-color-blue-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.dp-cta h2 {
  margin: 10px 0;
  font-size: 38px;
  line-height: 1.3;
}
.dp-cta p {
  margin: 0 0 26px;
  color: rgb(255 255 255 / 72%);
}
.dp-cta a {
  display: inline-block;
  margin: 0 6px;
  padding: 14px 22px;
  background: white;
  color: var(--thl-color-primary);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.dp-cta .dp-cta-secondary {
  background: transparent;
  color: white;
  border: 1px solid rgb(255 255 255 / 50%);
}
.dp-page-banner {
  padding-block: 78px;
  background: linear-gradient(125deg, var(--thl-color-primary), #0a638d);
  color: white;
}
.dp-page-banner .dp-breadcrumb {
  margin-bottom: 17px;
}
.dp-page-banner h1 {
  margin: 0 0 10px;
  font-size: 44px;
}
.dp-page-banner p {
  max-width: 760px;
  margin: 0;
  color: rgb(255 255 255 / 73%);
}
.dp-news-layout {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 50px;
}
.dp-news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.dp-news-grid article {
  overflow: hidden;
  border: 1px solid var(--thl-color-border);
  background: white;
  box-shadow: var(--thl-shadow-card);
}
.dp-news-grid article:first-child {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
}
.dp-news-grid img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.dp-news-grid article:first-child img {
  height: 100%;
  min-height: 320px;
}
.dp-news-grid article > div {
  padding: 25px;
}
.dp-news-grid span {
  padding: 5px 9px;
  background: var(--thl-color-surface-subtle);
  color: var(--thl-color-accent);
  font-size: 10px;
  font-weight: 800;
}
.dp-news-grid small {
  margin-left: 12px;
  color: var(--thl-color-text-muted);
}
.dp-news-grid h2 {
  margin: 15px 0 10px;
  color: var(--thl-color-primary);
  font-size: 20px;
  line-height: 1.4;
}
.dp-news-grid p {
  color: var(--thl-color-text-muted);
  font-size: 13px;
}
.dp-news-grid a {
  color: var(--thl-color-accent);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.dp-news-sidebar {
  display: grid;
  align-content: start;
  gap: 28px;
}
.dp-news-sidebar form, .dp-news-sidebar > section, .dp-sidebar-cta {
  padding: 25px;
  border: 1px solid var(--thl-color-border);
}
.dp-news-sidebar label, .dp-news-sidebar h2 {
  display: block;
  margin: 0 0 14px;
  color: var(--thl-color-primary);
  font-size: 17px;
  font-weight: 800;
}
.dp-news-sidebar form div {
  display: flex;
}
.dp-news-sidebar input {
  width: 100%;
  min-width: 0;
  padding: 11px;
  border: 1px solid var(--thl-color-border);
}
.dp-news-sidebar button {
  width: 42px;
  background: var(--thl-color-primary);
  border: 0;
  color: white;
}
.dp-news-sidebar section a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: var(--thl-color-text-muted);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid var(--thl-color-border);
}
.dp-news-sidebar section b {
  color: var(--thl-color-accent);
}
.dp-sidebar-cta {
  background: var(--thl-color-primary);
  color: white;
}
.dp-sidebar-cta span {
  color: var(--thl-color-blue-300);
  font-size: 10px;
  font-weight: 800;
}
.dp-sidebar-cta h2 {
  margin: 8px 0 18px;
  color: white;
  font-size: 22px;
}
.dp-sidebar-cta a {
  display: inline-block;
  padding: 10px 13px;
  background: white;
  color: var(--thl-color-primary);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}
.dp-pagination {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 36px;
}
.dp-pagination a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--thl-color-border);
  text-decoration: none;
}
.dp-pagination a.is-current {
  background: var(--thl-color-primary);
  color: white;
}
.dp-career-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.dp-career-benefits article {
  padding: 30px 26px;
  background: white;
  border-top: 3px solid var(--thl-color-accent);
  box-shadow: var(--thl-shadow-card);
}
.dp-career-benefits b {
  color: var(--thl-color-accent);
  font-size: 30px;
}
.dp-career-benefits h3 {
  margin: 12px 0 8px;
  color: var(--thl-color-primary);
  font-size: 15px;
}
.dp-career-benefits p {
  margin: 0;
  color: var(--thl-color-text-muted);
  font-size: 13px;
}
.dp-jobs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.dp-jobs article {
  padding: 30px;
  background: white;
  box-shadow: var(--thl-shadow-card);
  border: 1px solid var(--thl-color-border);
}
.dp-job-meta {
  display: flex;
  gap: 7px;
}
.dp-job-meta span {
  padding: 5px 9px;
  background: var(--thl-color-surface-subtle);
  color: var(--thl-color-accent);
  font-size: 10px;
  font-weight: 700;
}
.dp-jobs h3 {
  margin: 19px 0 10px;
  color: var(--thl-color-primary);
  font-size: 21px;
}
.dp-jobs p {
  color: var(--thl-color-text-muted);
  font-size: 13px;
}
.dp-jobs ul {
  display: grid;
  gap: 7px;
  padding: 0;
  list-style: none;
}
.dp-jobs li {
  position: relative;
  padding-left: 19px;
  font-size: 12px;
}
.dp-jobs li::before {
  position: absolute;
  left: 0;
  color: var(--thl-color-accent);
  content: "✓";
}
.dp-jobs article > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.dp-jobs article > div:last-child > a:first-child {
  color: var(--thl-color-accent);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.dp-contact-intro {
  padding-block: 82px;
  background: linear-gradient(120deg, var(--thl-color-primary), #075c84);
  color: white;
  text-align: center;
}
.dp-contact-intro span {
  color: var(--thl-color-blue-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.dp-contact-intro h1 {
  margin: 10px 0;
  font-size: 44px;
}
.dp-contact-intro p {
  max-width: 760px;
  margin: auto;
  color: rgb(255 255 255 / 73%);
}
.dp-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
}
.dp-contact-info article {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--thl-color-border);
}
.dp-contact-info article > b {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  background: var(--thl-color-surface-subtle);
  color: var(--thl-color-accent);
}
.dp-contact-info h3 {
  margin: 0;
  color: var(--thl-color-primary);
  font-size: 15px;
}
.dp-contact-info p, .dp-contact-info a {
  margin: 3px 0 0;
  color: var(--thl-color-text-muted);
  font-size: 13px;
  text-decoration: none;
}
.dp-contact-info img {
  width: 100%;
  height: 210px;
  margin-top: 24px;
  object-fit: cover;
}
.dp-contact-form {
  padding: 38px;
  background: var(--thl-color-surface-subtle);
}
.dp-contact-form h2 {
  margin-bottom: 7px;
}
.dp-contact-form > p {
  margin: 0 0 22px;
  color: var(--thl-color-text-muted);
}
.dp-contact-form label {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  color: var(--thl-color-primary);
  font-size: 12px;
  font-weight: 700;
}
.dp-contact-form input, .dp-contact-form select, .dp-contact-form textarea {
  width: 100%;
  padding: 12px;
  background: white;
  border: 1px solid var(--thl-color-border);
  font: inherit;
}
.dp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.dp-map {
  position: relative;
  height: 390px;
  background: var(--thl-color-surface-subtle);
}
.dp-map > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.65);
}
.dp-map > div {
  position: absolute;
  top: 60px;
  left: calc(50% - 600px);
  width: 340px;
  padding: 29px;
  background: white;
  box-shadow: var(--thl-shadow-floating);
}
.dp-map span {
  color: var(--thl-color-accent);
  font-size: 10px;
  font-weight: 800;
}
.dp-map h2 {
  margin: 8px 0 0;
  color: var(--thl-color-primary);
  font-size: 25px;
}
.dp-map p {
  margin: 0 0 16px;
  color: var(--thl-color-text-muted);
}
.dp-map a {
  color: var(--thl-color-accent);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.dp-footer {
  padding-top: 62px;
  background: var(--thl-color-footer);
  color: white;
}
.dp-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr .7fr 1fr;
  gap: 60px;
  padding-bottom: 42px;
}
.dp-brand-light b, .dp-brand-light span {
  color: white;
}
.dp-footer h3 {
  margin: 0 0 14px;
  font-size: 13px;
  text-transform: uppercase;
}
.dp-footer p, .dp-footer section > a:not(.dp-brand) {
  display: block;
  margin: 7px 0;
  color: rgb(255 255 255 / 62%);
  font-size: 12px;
  text-decoration: none;
}
.dp-copyright {
  padding-block: 18px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  color: rgb(255 255 255 / 38%);
  font-size: 11px;
}
.dp-training-banner {
  padding-block: 67px 72px;
  background: linear-gradient(100deg, rgb(3 43 65 / 98%), rgb(4 76 106 / 87%)), url("../assets/images/news-tax.jpg") center 43% / cover;
}
.dp-training-banner .dp-eyebrow {
  margin-bottom: 8px;
}
.dp-training-banner h1 {
  max-width: 720px;
  font-size: 48px;
  line-height: 1.16;
  letter-spacing: -.03em;
}
.dp-training-banner p {
  margin-bottom: 25px;
  font-size: 16px;
}
.dp-training-intro .dp-check-list {
  margin-top: 25px;
}
.dp-training-stat-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  padding: 42px 48px;
  background: var(--thl-color-primary);
  color: white;
  box-shadow: var(--thl-shadow-floating);
}
.dp-training-stat-panel > span {
  grid-column: 1 / -1;
  margin-bottom: 18px;
  color: var(--thl-color-blue-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.dp-training-stat-panel strong {
  color: var(--thl-color-blue-300);
  font-size: 58px;
  line-height: 1.15;
}
.dp-training-stat-panel p {
  margin: 0;
  color: rgb(255 255 255 / 72%);
}
.dp-training-courses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.dp-training-courses article {
  overflow: hidden;
  background: white;
  border: 1px solid var(--thl-color-border);
  box-shadow: var(--thl-shadow-card);
}
.dp-training-courses img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.dp-training-courses article > div {
  padding: 28px;
}
.dp-training-courses div > span {
  color: var(--thl-color-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.dp-training-courses h3 {
  min-height: 57px;
  margin: 10px 0;
  color: var(--thl-color-primary);
  font-size: 20px;
  line-height: 1.4;
}
.dp-training-courses p {
  min-height: 67px;
  margin: 0 0 20px;
  color: var(--thl-color-text-muted);
  font-size: 13px;
}
.dp-training-courses dl {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  margin: 0 0 22px;
  padding: 14px 0;
  border-block: 1px solid var(--thl-color-border);
}
.dp-training-courses dl div + div {
  padding-left: 16px;
  border-left: 1px solid var(--thl-color-border);
}
.dp-training-courses dt {
  color: var(--thl-color-text-muted);
  font-size: 10px;
}
.dp-training-courses dd {
  margin: 1px 0 0;
  color: var(--thl-color-primary);
  font-size: 11px;
  font-weight: 700;
}
.dp-training-courses a {
  color: var(--thl-color-accent);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}
.dp-training-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dp-training-benefits article {
  padding: 30px 26px;
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 14%);
  border-top: 3px solid var(--thl-color-blue-300);
}
.dp-training-benefits b {
  color: var(--thl-color-blue-300);
  font-size: 30px;
}
.dp-training-benefits h3 {
  margin: 13px 0 7px;
  font-size: 17px;
}
.dp-training-benefits p {
  margin: 0;
  color: rgb(255 255 255 / 66%);
  font-size: 12px;
}
.dp-training-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.dp-training-steps article {
  position: relative;
  padding: 28px 30px 30px;
  border-top: 2px solid var(--thl-color-border);
}
.dp-training-steps article::before {
  position: absolute;
  top: -7px;
  left: 30px;
  width: 12px;
  height: 12px;
  background: var(--thl-color-accent);
  border-radius: 50%;
  content: "";
}
.dp-training-steps b {
  color: var(--thl-color-accent);
  font-size: 13px;
}
.dp-training-steps h3 {
  margin: 11px 0 6px;
  color: var(--thl-color-primary);
  font-size: 17px;
}
.dp-training-steps p {
  margin: 0;
  color: var(--thl-color-text-muted);
  font-size: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 80px;
  border-bottom: 1px solid var(--thl-color-border);
  background: var(--thl-color-surface-white);
  box-shadow: 0 1px 3px rgb(18 28 42 / 8%);
}
.site-header .container {
  width: 1200px;
  margin-inline: auto;
}
.nav-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 100%;
}
.site-header .brand {
  color: var(--thl-color-primary);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
  white-space: nowrap;
}
.site-header .brand span {
  color: var(--thl-color-accent);
  font-size: 0.72em;
  letter-spacing: -0.03em;
}
.desktop-nav {
  display: flex;
  align-items: stretch;
  gap: 31px;
  height: 100%;
  margin-left: auto;
}
.desktop-nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 8px;
  color: var(--thl-color-text-muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--thl-transition);
}
.desktop-nav a:hover, .desktop-nav a.is-active {
  color: var(--thl-color-accent);
}
.desktop-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--thl-color-accent);
  content: "";
}
.site-header .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  border: 1px solid transparent;
  border-radius: var(--thl-radius-md);
  font: 500 14px var(--thl-font-sans);
  text-decoration: none;
  transition: background-color var(--thl-transition), color var(--thl-transition);
}
.site-header .button-primary {
  background: var(--thl-color-primary);
  color: white;
}
.site-header .button-primary:hover {
  background: var(--thl-color-primary-container);
}
.site-header .nav-cta {
  margin-left: 4px;
  padding-inline: 24px;
}
:root {
  --thl-color-navy-950: #0b2a3e;
  --thl-color-navy-900: #003756;
  --thl-color-navy-700: #164e73;
  --thl-color-blue-600: #006495;
  --thl-color-blue-500: #126a9c;
  --thl-color-blue-300: #83c8ff;
  --thl-color-blue-100: #cbe6ff;
  --thl-color-primary: var(--thl-color-navy-900);
  --thl-color-primary-container: var(--thl-color-navy-700);
  --thl-color-accent: var(--thl-color-blue-600);
  --thl-color-accent-soft: var(--thl-color-blue-300);
  --thl-color-surface: #f9f9ff;
  --thl-color-surface-subtle: #eff3ff;
  --thl-color-surface-white: #ffffff;
  --thl-color-text: #121c2a;
  --thl-color-text-muted: #41474e;
  --thl-color-border: #e5e7eb;
  --thl-color-footer: var(--thl-color-navy-950);
  --thl-font-sans: "Be Vietnam Pro", sans-serif;
  --thl-text-body: 1rem;
  --thl-text-body-leading: 1.6;
  --thl-text-heading-xl: 3rem;
  --thl-text-heading-xl-leading: 1.2;
  --thl-text-heading-lg: 2rem;
  --thl-text-heading-lg-leading: 1.3;
  --thl-container: 75rem;
  --thl-gutter: 1.5rem;
  --thl-section-space: 5rem;
  --thl-section-space-mobile: 3rem;
  --thl-radius-sm: 0.25rem;
  --thl-radius-md: 0.5rem;
  --thl-radius-lg: 1rem;
  --thl-radius-pill: 9999px;
  --thl-shadow-card: 0 4px 20px rgb(22 78 115 / 5%);
  --thl-shadow-floating: 0 8px 30px rgb(0 0 0 / 12%);
  --thl-transition: 200ms ease-out;
  --navy: var(--thl-color-primary);
  --blue: var(--thl-color-accent);
  --blue-light: var(--thl-color-accent-soft);
  --paper: var(--thl-color-surface);
  --ink: var(--thl-color-text);
  --muted: var(--thl-color-text-muted);
  --line: var(--thl-color-border);
  --dark: var(--thl-color-footer);
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
