/*
Theme Name: TTD Flatsome Recode
Description: Clean Flatsome child theme for rebuilding TTD with UX Builder native elements.
Author: TTD
Template: flatsome
Version: 2.11.43
Text Domain: ttd-flatsome-recode
*/

:root {
  --ttd-container-width: 1280px;
  --ttd-builder-row-width: calc(var(--ttd-container-width) + 30px);
  --ttd-builder-row-large-width: calc(var(--ttd-container-width) + 60px);
  --ttd-primary: #005cbc;
  --ttd-primary-strong: #0a6dd9;
  --ttd-heading: #005cbc;
  --ttd-text: #485468;
  --ttd-page-bg: #f5f7fc;
  --ttd-glass-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(238, 245, 255, 0.34));
  --ttd-glass-bg-strong: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(238, 245, 255, 0.46));
  --ttd-glass-border: rgba(255, 255, 255, 0.72);
  --ttd-glass-border-soft: rgba(211, 227, 249, 0.58);
  --ttd-shadow-glass: 0 24px 56px rgba(48, 88, 146, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  --ttd-radius-card: 12px;
  --ttd-radius-control: 6px;
  --ttd-space-xs: 6px;
  --ttd-space-sm: 12px;
  --ttd-space-md: 24px;
  --ttd-space-lg: 32px;
  --ttd-font-family: "Inter", "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  --ttd-font-size-body: 16px;
  --ttd-font-size-nav: 16px;
  --ttd-font-size-label: 14px;
  --ttd-font-size-control: 14px;
  --ttd-font-size-input-base: 16px;
  --ttd-font-size-button: 14px;
  --ttd-font-size-footer-company: 16px;
  --ttd-font-size-caption: 14px;
  --ttd-line-height-body: 1.5;
  --ttd-line-height-control: 1.5;
  --ttd-weight-regular: 400;
  --ttd-weight-medium: 500;
  --ttd-weight-semibold: 600;
  --ttd-weight-bold: 700;
  --ttd-page-lead-size: 18px;
  --ttd-page-lead-line: 1.6;
}

body {
  background:
    radial-gradient(circle at 7% 4%, rgba(28, 126, 255, 0.24), transparent 34%),
    radial-gradient(circle at 88% 36%, rgba(37, 145, 255, 0.14), transparent 25%),
    radial-gradient(circle at 90% 92%, rgba(20, 115, 241, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(232, 240, 252, 0.28)),
    var(--ttd-page-bg);
  font-family: var(--ttd-font-family);
  font-size: var(--ttd-font-size-body);
  line-height: var(--ttd-line-height-body);
  position: relative;
}

body #wrapper,
body #main {
  background: transparent;
}

body:before,
body:after {
  border-radius: 50%;
  content: "";
  filter: blur(48px);
  opacity: 0.45;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

body:before {
  background: radial-gradient(circle, rgba(22, 130, 255, 0.46) 0%, rgba(22, 130, 255, 0.2) 48%, rgba(22, 130, 255, 0) 78%);
  height: 720px;
  left: -260px;
  top: -160px;
  width: 720px;
}

body:after {
  background: radial-gradient(circle, rgba(32, 137, 255, 0.38) 0%, rgba(32, 137, 255, 0.17) 46%, rgba(32, 137, 255, 0) 78%);
  bottom: -230px;
  height: 620px;
  right: -220px;
  width: 620px;
}

body #wrapper {
  position: relative;
  z-index: 1;
}

.header-wrapper {
  background: transparent;
  left: 0;
  padding: 14px 16px 12px;
  right: 0;
  z-index: 1000;
}

.header-wrapper.stuck {
  background: transparent;
  box-shadow: none;
  padding: 14px 16px 12px;
}

.header-wrapper .header-main {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(232, 240, 252, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(41, 86, 153, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  margin: 0 auto;
  max-width: var(--ttd-container-width);
  min-height: 74px;
  transition: box-shadow 0.28s ease, background-color 0.28s ease, transform 0.28s ease;
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
}

.header-wrapper.stuck .header-main {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(236, 244, 255, 0.58));
  box-shadow: 0 16px 38px rgba(23, 62, 121, 0.22);
  transform: translateY(-2px);
}

body.admin-bar .header-wrapper.stuck {
  top: 32px;
}

.header-wrapper .header-bottom,
.header-wrapper .header-bg-container {
  display: none;
}

.header-wrapper .header-nav-main.nav > li > a {
  border-radius: 12px;
  color: #475569;
  font-family: var(--ttd-font-family);
  font-size: var(--ttd-font-size-nav);
  font-weight: var(--ttd-weight-medium);
  line-height: 24px;
  letter-spacing: 0;
  padding: 8px 12px;
  text-transform: none;
  transition: color 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.header-wrapper .header-nav-main.nav > li.active > a,
.header-wrapper .header-nav-main.nav > li.current-menu-item > a,
.header-wrapper .header-nav-main.nav > li > a:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 18px rgba(29, 68, 126, 0.16);
  color: #0b4d9f;
}

.header-wrapper .header-nav-main.nav > li > a:hover {
  transform: translateY(-1px);
}

@media (min-width: 850px) {
  .header-wrapper .header-inner {
    position: relative;
  }

  .header-wrapper .header-inner > .logo {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .header-wrapper .header-inner > .flex-left {
    flex: 0 0 0;
    width: 0;
  }

  .header-wrapper .header-inner > .flex-right,
  .header-wrapper .header-nav-main.nav-right {
    justify-content: center;
    width: 100%;
  }

  .header-wrapper .header-nav-main.nav-right {
    position: static;
  }

  .header-wrapper .header-nav-main .html_topbar_left {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-wrapper .html_topbar_left .button {
    margin-left: 0;
  }
}

@media (min-width: 850px) and (max-width: 1080px) {
  .header-wrapper .hide-for-medium {
    display: none !important;
  }

  .header-wrapper .show-for-medium {
    display: flex !important;
  }

  .header-wrapper .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .header-wrapper .header-inner > .logo {
    position: static;
    transform: none;
  }

  .header-wrapper .header-inner > .flex-left {
    flex: 0 0 auto;
    width: auto;
  }

  .header-wrapper .header-inner > .flex-right {
    flex: 0 0 auto;
    justify-content: flex-end;
    width: auto;
  }

  .header-wrapper .mobile-nav {
    align-items: center;
    display: flex;
  }
}

.header-wrapper .html_topbar_left .button {
  font-family: var(--ttd-font-family);
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  line-height: 21px;
  margin: 0 0 0 14px;
  min-height: 45px;
  padding: 12px 22px;
  white-space: nowrap;
}

.header-wrapper .header-nav-main.nav > li.html_topbar_left > a.button {
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  line-height: 21px;
  padding: 12px 22px;
}

.header-wrapper .html_topbar_left .button,
.ttd-hero-banner .button.primary,
.ttd-footer a[href*="/contact/"].button {
  background: var(--ttd-primary-strong);
  border: 0;
  box-shadow: 0 8px 14px rgba(18, 116, 231, 0.34);
  color: #fff;
  font-weight: 600;
}

.header-wrapper .html_topbar_left .button:hover,
.ttd-hero-banner .button.primary:hover,
.ttd-footer a[href*="/contact/"].button:hover {
  background: #1274e7;
  box-shadow: 0 12px 18px rgba(18, 116, 231, 0.38);
  color: #fff;
}

.header-wrapper .html_topbar_left .button,
.header-wrapper .html_topbar_left .button span {
  color: #fff !important;
}

@media (max-width: 1080px) {
  .header-wrapper .mobile-nav .nav-icon {
    margin: 0;
  }

  .header-wrapper .mobile-nav .nav-icon > a {
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    border: 0;
    border-radius: 12px;
    color: #20426c;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 0;
    width: 44px;
    box-shadow: none;
  }

  .header-wrapper .mobile-nav .nav-icon > a i {
    color: #1f4f93;
    font-size: 22px;
    line-height: 1;
  }

  html.has-off-canvas-left .mfp-bg.main-menu-overlay {
    background: transparent;
    opacity: 1;
  }

  html.has-off-canvas-left .mfp-wrap.off-canvas-left .mfp-content {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(239, 246, 255, 0.62));
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(41, 86, 153, 0.18);
    bottom: auto;
    height: fit-content;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
    max-height: calc(100vh - 112px);
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 90px;
    transform: none !important;
    width: calc(100% - 32px);
    max-width: var(--ttd-container-width);
    backdrop-filter: blur(18px) saturate(1.3);
    -webkit-backdrop-filter: blur(18px) saturate(1.3);
  }

  html.has-off-canvas-left .mfp-wrap.off-canvas-left .mfp-close {
    display: none;
  }

  html.has-off-canvas-left #main-menu.mobile-sidebar {
    background: transparent;
    height: auto;
    max-height: calc(100vh - 100px);
    min-height: 0;
    overflow-y: auto;
    padding: 6px 12px 8px;
    width: 100%;
  }

  html.has-off-canvas-left #main-menu.mobile-sidebar .sidebar-menu {
    padding: 0 !important;
  }

  html.has-off-canvas-left #main-menu .nav-sidebar {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  html.has-off-canvas-left #main-menu .nav-sidebar > li > a {
    border: 0;
    border-radius: 12px;
    color: #475569;
    font-family: var(--ttd-font-family);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
    margin: 0;
    padding: 6px 12px;
    text-transform: none;
  }

  html.has-off-canvas-left #main-menu .nav-sidebar > li.active > a,
  html.has-off-canvas-left #main-menu .nav-sidebar > li.current-menu-item > a {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 18px rgba(29, 68, 126, 0.14);
    color: #0b4d9f;
  }
}

@media (min-width: 1081px) {
  html.has-off-canvas-left,
  html.has-off-canvas-left body {
    overflow: auto !important;
  }

  html.has-off-canvas-left .mfp-bg.main-menu-overlay,
  html.has-off-canvas-left .mfp-wrap.off-canvas-left {
    display: none !important;
  }
}

.ttd-home {
  background: transparent;
  overflow: hidden;
  position: relative;
}

.ttd-home:before,
.ttd-home:after {
  content: none;
}

.ttd-home > .section-content {
  position: relative;
  z-index: 1;
}

.ttd-home > .section-content > .row {
  max-width: var(--ttd-container-width);
  width: calc(100% - 32px);
}

.ttd-contact-page > .section-content > .row,
.ttd-footer > .section-content > .row {
  max-width: var(--ttd-builder-row-width);
  width: calc(100% - 32px);
}

.ttd-footer > .section-content > .row.row-large {
  max-width: var(--ttd-builder-row-large-width);
  width: calc(100% - 32px);
}

.ttd-glass {
  background: var(--ttd-glass-bg);
  border: 1px solid var(--ttd-glass-border);
  border-radius: 22px;
  box-shadow: var(--ttd-shadow-glass);
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
}

.ttd-glass:before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.04) 36%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.52), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ttd-glass > * {
  position: relative;
  z-index: 1;
}

.ttd-hero-banner {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  box-shadow: 0 26px 64px rgba(32, 88, 165, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  overflow: hidden;
  position: relative;
}

.ttd-hero-banner:after,
.ttd-hero-banner .overlay {
  background:
    linear-gradient(90deg, rgba(239, 242, 247, 0.98) 0%, rgba(239, 242, 247, 0.95) 42%, rgba(239, 242, 247, 0.78) 58%, rgba(239, 242, 247, 0.32) 76%, rgba(239, 242, 247, 0) 100%),
    radial-gradient(620px 340px at 24% 56%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 68%);
}

.ttd-hero-banner:after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ttd-hero-banner .banner-layers {
  z-index: 2;
}

@media (min-width: 768px) {
  .ttd-home-hero .ttd-hero-banner .text-box {
    margin-left: -20px;
  }
}

.ttd-hero-banner .ttd-title {
  color: var(--ttd-primary);
  margin-bottom: 16px;
  max-width: 620px;
}

.ttd-hero-banner .ttd-title .section-title-main {
  color: var(--ttd-primary) !important;
  font-size: clamp(36px, 3.6vw, 48px);
  font-weight: 800;
  line-height: 1.3;
}

.ttd-hero-banner .ttd-title .section-title-main > span {
  color: #4a6296;
}

.ttd-hero-banner .banner-bg img {
  object-position: right center;
}

.ttd-hero-banner .ttd-body {
  color: #4a5261;
  font-size: clamp(1rem, 1.2vw, 1.05rem);
  font-weight: 500;
  line-height: 1.62;
  margin-bottom: 24px;
  max-width: 620px;
}

.ttd-hero-banner .button {
  border-radius: 999px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  height: 52px;
  letter-spacing: 0;
  line-height: 21px;
  min-height: 52px;
  min-width: 200px;
  padding: 14.5px 24px;
  text-transform: none;
  transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.ttd-hero-banner .button.primary:not(.is-outline) {
  background: #1274e7;
}

.ttd-hero-banner .button:hover {
  transform: translateY(-2px);
}

.ttd-hero-banner .button.is-outline {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(235, 243, 255, 0.58));
  border: 1px solid rgba(200, 214, 236, 0.95);
  box-shadow: 0 8px 18px rgba(157, 178, 214, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -1px 0 rgba(143, 174, 219, 0.14);
  color: #052c65;
  backdrop-filter: blur(14px) saturate(1.28);
  -webkit-backdrop-filter: blur(14px) saturate(1.28);
}

.ttd-hero-banner .button.is-outline:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 247, 255, 0.76));
  box-shadow: 0 12px 24px rgba(107, 144, 199, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  color: var(--ttd-primary);
}

.ttd-kicker {
  color: #4f6797;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ttd-title {
  color: var(--ttd-heading);
  font-weight: 800;
  letter-spacing: 0;
}

.ttd-title .section-title,
.ttd-page-heading .section-title,
.ttd-panel-heading .section-title,
.ttd-footer-heading .section-title,
.ttd-careers-heading .section-title {
  border: 0;
  margin: 0;
}

.ttd-title .section-title b,
.ttd-page-heading .section-title b,
.ttd-panel-heading .section-title b,
.ttd-footer-heading .section-title b,
.ttd-careers-heading .section-title b {
  display: none;
}

.ttd-title .section-title-main,
.ttd-page-heading .section-title-main,
.ttd-panel-heading .section-title-main,
.ttd-footer-heading .section-title-main,
.ttd-careers-heading .section-title-main {
  border: 0;
  color: inherit !important;
  padding: 0;
  text-transform: none;
}

.ttd-contact-page .ttd-page-heading,
.ttd-contact-page .ttd-page-heading .section-title,
.ttd-contact-page .ttd-page-heading .section-title-main,
.ttd-careers-section-heading,
.ttd-careers-section-heading .section-title,
.ttd-careers-section-heading .section-title-main,
.ttd-careers-benefit .ttd-careers-heading,
.ttd-careers-benefit .ttd-careers-heading .section-title,
.ttd-careers-benefit .ttd-careers-heading .section-title-main,
.ttd-careers-apply-title,
.ttd-careers-apply-title .section-title,
.ttd-careers-apply-title .section-title-main {
  justify-content: center;
  text-align: center;
  width: 100%;
}

.ttd-title span {
  color: #4a6296;
}

.ttd-body {
  color: var(--ttd-text);
  line-height: 1.62;
}

.ttd-line {
  display: inline-block;
  width: 100px;
  height: 6px;
  border-radius: 999px;
  background: #5b76a8;
}

.ttd-image-round img,
.ttd-image-round .img-inner {
  border-radius: 16px;
}

.ttd-solution-card,
.ttd-news-card {
  height: 100%;
  padding: 34px 30px;
}

.ttd-home-intro > .section-content > .row.ttd-glass {
  box-sizing: border-box;
  padding-bottom: 33.6px;
  padding-top: 33.6px;
}

.ttd-home-intro .button.is-link {
  border: 0;
  box-shadow: none;
  color: #4f6797;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 24px;
  min-height: 0;
  padding: 0;
  text-transform: none;
}

.ttd-home-solutions .col > .col-inner > a.plain {
  display: flex;
  height: 100%;
}

.ttd-home-solutions .ttd-solution-card {
  height: 100%;
  min-height: 346.5px;
  padding: 40px 34px;
}

.ttd-home-solutions .ttd-solution-card .icon-box-img {
  margin: 0 0 28px;
}

.ttd-home-solutions .ttd-solution-card .icon-inner,
.ttd-home-solutions .ttd-solution-card .icon-inner img {
  border-radius: 22px;
}

.ttd-home-solutions .ttd-solution-card .ttd-title .section-title-main {
  color: var(--ttd-primary) !important;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.ttd-home-intro .ttd-title .section-title-main,
.ttd-home-solutions > .section-content > .row:first-child .ttd-title .section-title-main,
.ttd-home-projects > .section-content > .row:first-child .ttd-title .section-title-main,
.ttd-home-news > .section-content > .row:first-child .ttd-title .section-title-main {
  color: var(--ttd-primary) !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.ttd-home-solutions > .section-content > .row:first-child .section-title,
.ttd-home-news > .section-content > .row:first-child .section-title {
  justify-content: center;
  text-align: center;
}

.ttd-solution-icon {
  align-items: center;
  background: #dfe6f6;
  border-radius: 22px;
  color: #12a8e0;
  display: inline-flex;
  font-size: 38px;
  height: 104px;
  justify-content: center;
  margin-bottom: 24px;
  width: 104px;
}

.ttd-solution-icon.is-warm {
  background: #f0dfd2;
}

.ttd-project-card {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(32, 88, 165, 0.26);
  overflow: hidden;
}

.ttd-project-card .banner-bg:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(6, 46, 104, 0) 34%, rgba(5, 71, 158, 0.74) 100%);
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.ttd-home-projects > .section-content > .row:first-child .button.is-outline {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: #f8f9fa;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: var(--ttd-primary);
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 20px;
  min-height: 45px;
  min-width: 220px;
  padding: 12px 24px;
  text-transform: none;
}

.ttd-home-projects > .section-content > .row:first-child .button.is-outline:hover {
  background: #e9f2ff;
  box-shadow: 0 10px 24px rgba(32, 88, 165, 0.16);
  color: #0b58b8;
  transform: translateY(-1px);
}

.ttd-home-projects .ttd-project-card .ttd-title,
.ttd-home-projects .ttd-project-card .ttd-title .section-title-main,
.ttd-home-projects .ttd-project-card .ttd-body {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 31, 78, 0.38);
}

.ttd-home-projects .ttd-project-card-lg {
  padding-top: 49.71% !important;
}

.ttd-home-projects .ttd-project-card-sm {
  padding-top: 48.02% !important;
}

.ttd-home-projects .ttd-project-card .ttd-title .section-title-main {
  font-size: 28.8px;
  font-weight: 500;
  line-height: 1.2;
}

.ttd-home-projects .ttd-project-card .ttd-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.ttd-home-projects .ttd-project-card .ttd-chip {
  font-size: 16px;
}

.ttd-projects-page > .section-content > .row {
  max-width: var(--ttd-builder-row-width);
}

.ttd-projects-hero .ttd-page-lead {
  max-width: 860px;
}

.ttd-projects-hero .ttd-page-heading,
.ttd-projects-hero .ttd-page-heading .section-title-main {
  color: #0b58b8;
  font-weight: var(--ttd-weight-medium);
}

.ttd-projects-hero .ttd-page-heading,
.ttd-projects-hero .ttd-page-heading .section-title {
  justify-content: center;
  text-align: center;
  width: 100%;
}

.ttd-projects-hero .ttd-page-heading .section-title-main {
  color: #0b58b8 !important;
}

.ttd-project-block-grid {
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--ttd-container-width) + 24px) !important;
}

.ttd-project-block-grid > .col {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

.ttd-project-block-card {
  display: flex;
}

.ttd-project-block-card > .col-inner,
.ttd-project-ux-card {
  height: 100%;
  width: 100%;
}

.ttd-project-ux-card {
  background: var(--ttd-glass-bg);
  border: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: 0 20px 30px -14px rgba(95, 119, 166, 0.16);
  isolation: isolate;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
}

.ttd-project-ux-card:before {
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72), rgba(189, 217, 255, 0.34) 22%, rgba(141, 186, 255, 0.2) 40%, rgba(141, 186, 255, 0) 62%);
  content: "";
  filter: blur(26px);
  inset: -28%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.26s ease;
  z-index: 0;
}

.ttd-project-ux-card:hover:before {
  opacity: 1;
}

.ttd-project-ux-card > * {
  position: relative;
  z-index: 1;
}

.ttd-project-ux-card .box-image img {
  object-fit: cover;
}

.ttd-project-ux-card .box-text {
  padding: 24px;
}

.ttd-project-ux-card h3,
.ttd-project-ux-card .section-title-main {
  color: #181c23;
  font-weight: var(--ttd-weight-medium);
  line-height: 1.35;
  text-transform: none;
}

.ttd-project-ux-card .section-title {
  border: 0;
  margin-bottom: 12px;
}

.ttd-project-ux-card .section-title b {
  display: none;
}

.ttd-project-ux-card .section-title-main {
  border: 0;
  padding-bottom: 0;
}

.ttd-project-meta,
.ttd-project-meta p {
  color: #414754;
  line-height: 1.5;
  margin: 0;
}

.ttd-project-meta + .ttd-project-meta {
  margin-top: 12px;
}

.ttd-project-insight > .col-inner {
  background: var(--ttd-glass-bg);
  border: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: var(--ttd-shadow-glass);
  padding: 32px;
  backdrop-filter: blur(16px) saturate(1.22);
  -webkit-backdrop-filter: blur(16px) saturate(1.22);
}

.ttd-project-insight .ttd-panel-heading,
.ttd-project-insight .ttd-panel-heading .section-title,
.ttd-project-insight .ttd-panel-heading .section-title-main {
  justify-content: flex-start;
  text-align: left;
}

.ttd-project-insight .ttd-panel-heading .section-title-main {
  color: #0b58b8 !important;
  font-weight: var(--ttd-weight-medium);
}

.ttd-project-insight .ttd-kicker,
.ttd-project-insight .ttd-kicker p {
  color: var(--ttd-primary);
  font-size: 14px;
  font-weight: var(--ttd-weight-bold);
  letter-spacing: 0.32em;
  line-height: 1.5;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ttd-project-insight .ttd-body,
.ttd-project-insight .ttd-body p {
  color: #414754;
  font-size: var(--ttd-font-size-body);
  font-weight: var(--ttd-weight-regular);
  line-height: 1.5;
  margin-bottom: 0;
}

.ttd-project-insight .button {
  background: transparent;
  border: 1px solid rgba(114, 119, 133, 0.7);
  color: #222e40;
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  line-height: 1.2;
  margin-top: 14px;
  padding: 0.74rem 1.35rem;
  text-transform: none;
}

.ttd-chip {
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 10px;
  color: #0d57b8;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 9px 14px;
}

.ttd-news-card {
  overflow: hidden;
  padding: 0;
}

.ttd-news-card .box-image img {
  aspect-ratio: 387 / 192;
  object-fit: cover;
}

.ttd-news-card .box-text {
  padding: 22px 22px 26px;
}

.ttd-home-news .ttd-news-card .box-text,
.ttd-home-news .ttd-news-card .box-text-inner {
  position: static;
  text-align: left;
}

.ttd-home-news .ttd-news-card {
  position: relative;
}

.ttd-home-news .ttd-news-card .ttd-chip {
  left: 16px;
  position: absolute;
  top: 16px;
  z-index: 3;
}

.ttd-home-news .ttd-news-card .ttd-title .section-title-main {
  color: #0e5dbf !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .ttd-home-news > .section-content > .row:nth-child(2) {
    justify-content: center;
  }

  .ttd-home-news > .section-content > .row:nth-child(2) > .col {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .ttd-home-news .ttd-news-card .ttd-title .section-title-main {
    font-size: 22px;
    line-height: 1.28;
  }

  .ttd-home-news .ttd-news-card .ttd-body {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 767px) {
  .ttd-home-news > .section-content > .row:nth-child(2) > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-home-news .ttd-news-card .box-text {
    padding: 22px 18px 24px;
  }

  .ttd-home-news .ttd-news-card .ttd-chip {
    left: 14px;
    top: 14px;
  }

  .ttd-home-news .ttd-news-card .ttd-title .section-title-main {
    font-size: 22px;
    line-height: 1.28;
  }
}

.ttd-news-page > .section-content > .row,
.ttd-news-detail .ttd-news-row {
  max-width: var(--ttd-builder-row-width);
}

.ttd-news-page .ttd-page-heading,
.ttd-news-page .ttd-page-heading .section-title,
.ttd-news-page .ttd-page-heading .section-title-main {
  justify-content: center;
  text-align: center;
  width: 100%;
}

.ttd-news-page .ttd-page-heading .section-title-main {
  color: #0b58b8 !important;
  font-weight: var(--ttd-weight-bold);
}

.ttd-news-shell,
.ttd-news-shell > .col-inner,
.ttd-news-feature-card,
.ttd-news-related-item,
.ttd-news-guide-card,
.ttd-news-newsletter,
.ttd-news-detail-hero-card,
.ttd-news-detail-card,
.ttd-news-related-stack {
  background: rgba(245, 247, 252, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--ttd-radius-card);
  box-shadow: 0 24px 48px -24px rgba(73, 98, 140, 0.24);
}

.ttd-news-shell,
.ttd-news-shell > .col-inner {
  padding: 22px;
}

.ttd-news-shell {
  max-width: var(--ttd-builder-row-width);
  width: calc(100% - 32px);
}

.ttd-news-feature-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ttd-news-section-title,
.ttd-news-section-title .section-title-main {
  color: #0b58b8 !important;
  font-weight: var(--ttd-weight-bold);
  line-height: 1.2;
  text-transform: none;
}

.ttd-news-section-title .section-title {
  border: 0;
  margin: 0;
}

.ttd-news-section-title.section-title-container .section-title {
  border: 0;
}

.ttd-news-section-title .section-title b {
  display: none;
}

.ttd-news-section-title.section-title-container .section-title b {
  display: none;
}

.ttd-news-section-title .section-title-main,
.ttd-news-section-title.section-title-container .section-title-main {
  border: 0 !important;
  padding-bottom: 0;
}

.ttd-about-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--ttd-builder-row-width);
  width: calc(100% - 32px);
}

.ttd-about-page .ttd-about-heading,
.ttd-about-page .ttd-about-heading .section-title-main {
  color: #0b58b8 !important;
  font-weight: var(--ttd-weight-bold);
  line-height: 1.2;
  text-transform: none;
}

.ttd-about-page .ttd-about-heading.section-title-container .section-title,
.ttd-about-page .ttd-about-heading .section-title {
  border: 0;
  justify-content: inherit;
  margin: 0;
}

.ttd-about-page .ttd-about-heading.section-title-container .section-title b,
.ttd-about-page .ttd-about-heading .section-title b {
  display: none;
}

.ttd-about-page .ttd-about-heading.section-title-container .section-title-main,
.ttd-about-page .ttd-about-heading .section-title-main {
  border: 0 !important;
  padding-bottom: 0;
}

.ttd-about-centered-heading,
.ttd-about-centered-heading .section-title {
  justify-content: center !important;
  text-align: center;
  width: 100%;
}

.ttd-about-hero .ttd-page-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.ttd-about-content-card > .col-inner,
.ttd-about-image-card > .col-inner,
.ttd-about-value-card > .col-inner,
.ttd-about-cert-card > .col-inner,
.ttd-about-leader-card > .col-inner {
  background: var(--ttd-glass-bg);
  border: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: var(--ttd-shadow-card);
  height: 100%;
  overflow: hidden;
}

.ttd-about-content-card > .col-inner {
  padding: 32px;
}

.ttd-about-copy p {
  color: #414754;
  font-size: var(--ttd-font-size-body);
  line-height: 1.72;
  margin-bottom: 14px;
}

.ttd-about-copy:last-child p {
  margin-bottom: 0;
}

.ttd-about-image-card > .col-inner {
  display: flex;
}

.ttd-about-feature-image,
.ttd-about-feature-image .img-inner,
.ttd-about-feature-image img {
  height: 100%;
  min-height: 0;
  width: 100%;
}

.ttd-about-feature-image img {
  object-fit: cover;
}

.ttd-about-values-section {
  background: rgba(226, 236, 252, 0.52);
}

.ttd-about-history-row,
.ttd-about-dovlon-row {
  align-items: start;
}

.ttd-about-history-row .ttd-about-content-card > .col-inner,
.ttd-about-dovlon-row .ttd-about-content-card > .col-inner {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 18px 0 0;
  scrollbar-width: none;
}

.ttd-about-history-row .ttd-about-content-card > .col-inner::-webkit-scrollbar,
.ttd-about-dovlon-row .ttd-about-content-card > .col-inner::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.ttd-about-content-card {
  position: relative;
}

.ttd-about-vertical-scrollbar {
  background: rgba(120, 135, 158, 0.12);
  border-radius: 999px;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 2;
}

.ttd-about-history-row .ttd-about-vertical-scrollbar {
  right: 15px;
}

.ttd-about-dovlon-row .ttd-about-vertical-scrollbar {
  left: 15px;
}

.ttd-about-vertical-scrollbar-thumb {
  background: rgba(75, 91, 116, 0.52);
  border-radius: 999px;
  left: 0;
  min-height: 34px;
  position: absolute;
  top: 0;
  width: 4px;
}

.ttd-about-dovlon-row .ttd-about-content-card > .col-inner {
  direction: rtl;
  padding: 0 0 0 18px;
}

.ttd-about-dovlon-row .ttd-about-content-card > .col-inner > * {
  direction: ltr;
}

.ttd-about-history-row .ttd-about-content-card > .col-inner,
.ttd-about-history-image-card > .col-inner,
.ttd-about-history-image-card .ttd-about-feature-image,
.ttd-about-history-image-card .ttd-about-feature-image .img-inner,
.ttd-about-history-image-card .ttd-about-feature-image img {
  height: 360px;
  max-height: 360px;
}

.ttd-about-dovlon-row .ttd-about-content-card > .col-inner,
.ttd-about-dovlon-row .ttd-about-image-card > .col-inner,
.ttd-about-dovlon-row .ttd-about-feature-image,
.ttd-about-dovlon-row .ttd-about-feature-image .img-inner,
.ttd-about-dovlon-row .ttd-about-feature-image img {
  height: 353px;
  max-height: 353px;
}

.ttd-about-history-image-card > .col-inner,
.ttd-about-dovlon-row .ttd-about-image-card > .col-inner {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ttd-about-history-image-card .ttd-about-feature-image .img-inner,
.ttd-about-dovlon-row .ttd-about-feature-image .img-inner {
  border-radius: var(--ttd-radius-card);
  overflow: hidden;
}

.ttd-about-cert-section {
  background: #f1f3fe;
}

.ttd-about-value-card > .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px 24px 28px;
}

.ttd-about-value-icon {
  align-items: center;
  background: #dbeafe;
  border-radius: 999px;
  color: var(--ttd-primary-strong);
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 60px;
}

.ttd-about-value-icon span {
  background: currentColor;
  display: block;
  height: 24px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}

.ttd-about-value-icon-vision span {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.ttd-about-value-icon-target span {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");
}

.ttd-about-value-icon-mission span {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z'/%3E%3Cpath d='M4 22v-7'/%3E%3C/svg%3E");
}

.ttd-about-card-heading,
.ttd-about-card-heading .section-title,
.ttd-about-card-heading .section-title-main {
  color: #0b58b8 !important;
  justify-content: center;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.ttd-about-card-heading.section-title-container .section-title,
.ttd-about-card-heading .section-title,
.ttd-about-leader-name.section-title-container .section-title,
.ttd-about-leader-name .section-title {
  border: 0;
}

.ttd-about-card-heading.section-title-container .section-title b,
.ttd-about-card-heading .section-title b,
.ttd-about-leader-name.section-title-container .section-title b,
.ttd-about-leader-name .section-title b {
  display: none;
}

.ttd-about-card-heading.section-title-container .section-title-main,
.ttd-about-card-heading .section-title-main,
.ttd-about-leader-name.section-title-container .section-title-main,
.ttd-about-leader-name .section-title-main {
  border: 0 !important;
  padding-bottom: 0;
  text-transform: none;
}

.ttd-about-list ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.ttd-about-list li {
  color: #414754;
  display: block;
  line-height: 1.65;
  list-style: none;
  margin: 0 auto 14px !important;
  max-width: 94%;
  padding-left: 0;
  text-align: justify;
  text-align-last: center;
}

.ttd-about-list li::marker {
  content: "";
}

.ttd-about-cert-card > .col-inner {
  padding: 18px;
}

.ttd-about-cert-scroller {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ttd-about-cert-scroller::-webkit-scrollbar {
  display: none;
  height: 0;
}

.ttd-about-cert-scrollbar {
  background: rgba(129, 140, 160, 0.26);
  border-radius: 999px;
  display: block;
  height: 4px;
  margin: 10px auto 0;
  max-width: 420px;
  overflow: hidden;
  position: relative;
  width: 42%;
}

.ttd-about-cert-scrollbar-thumb {
  background: rgba(98, 109, 128, 0.82);
  border-radius: inherit;
  display: block;
  height: 100%;
  left: 0;
  min-width: 34px;
  position: absolute;
  top: 0;
  transition: transform 0.18s ease, width 0.18s ease;
  width: 25%;
}

.ttd-about-cert-scroller > .ttd-about-cert-card {
  flex: 0 0 calc((100% - 66px) / 4);
  max-width: calc((100% - 66px) / 4);
  padding-left: 0;
  padding-right: 0;
  scroll-snap-align: start;
}

.ttd-about-cert-card > .col-inner {
  background: rgba(255, 255, 255, 0.72);
}

.ttd-about-cert-image,
.ttd-about-cert-image .img-inner,
.ttd-about-cert-image img {
  width: 100%;
}

.ttd-about-cert-image img {
  aspect-ratio: 1414 / 2000;
  background: rgba(248, 251, 255, 0.95);
  border: 1px solid rgba(193, 198, 214, 0.36);
  border-radius: 10px;
  object-fit: contain;
  padding: 0;
}

.ttd-about-cert-title p {
  align-items: center;
  color: #111827;
  display: flex;
  font-size: 15px;
  justify-content: center;
  line-height: 1.45;
  margin: 14px 0 0;
  min-height: 44px;
  text-align: center;
}

.ttd-about-leader-card > .col-inner {
  padding: 0 0 22px;
}

.ttd-about-leader-image,
.ttd-about-leader-image .img-inner,
.ttd-about-leader-image img {
  aspect-ratio: 556 / 640;
  width: 100%;
}

.ttd-about-leader-image img {
  object-fit: cover;
  object-position: center 38%;
}

.ttd-about-leader-name,
.ttd-about-leader-name .section-title-main {
  color: #0b58b8 !important;
  font-weight: var(--ttd-weight-bold);
  justify-content: center;
  line-height: 1.25;
  margin-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.ttd-about-leader-name.section-title-container,
.ttd-about-leader-name .section-title,
.ttd-about-leader-name .section-title-main,
.ttd-about-leader-role,
.ttd-about-leader-role p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center !important;
  width: 100%;
}

.ttd-about-leader-name .section-title-main {
  margin-top: 0;
}

.ttd-about-leader-role {
  padding-left: 16px;
  padding-right: 16px;
}

.ttd-about-leader-role p {
  color: #5c6678;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 849px) {
  .ttd-about-vertical-scrollbar {
    display: none;
  }
  .ttd-about-history-row .ttd-about-image-card,
  .ttd-about-dovlon-row .ttd-about-image-card {
    order: 1;
  }

  .ttd-about-history-row .ttd-about-content-card,
  .ttd-about-dovlon-row .ttd-about-content-card {
    order: 2;
  }

  .ttd-about-history-image-card .ttd-about-feature-image,
  .ttd-about-history-image-card .ttd-about-feature-image .img-inner,
  .ttd-about-history-image-card .ttd-about-feature-image img,
  .ttd-about-dovlon-row .ttd-about-feature-image,
  .ttd-about-dovlon-row .ttd-about-feature-image .img-inner,
  .ttd-about-dovlon-row .ttd-about-feature-image img {
    height: auto;
    max-height: none;
  }

  .ttd-about-history-row .ttd-about-content-card > .col-inner,
  .ttd-about-dovlon-row .ttd-about-content-card > .col-inner {
    direction: ltr;
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 24px;
  }

  .ttd-about-history-image-card > .col-inner,
  .ttd-about-dovlon-row .ttd-about-image-card > .col-inner {
    height: auto;
    max-height: none;
  }

  .ttd-about-history-image-card .ttd-about-feature-image img,
  .ttd-about-dovlon-row .ttd-about-feature-image img {
    aspect-ratio: 16 / 9;
  }

  .ttd-about-cert-scroller {
    gap: 16px;
  }

  .ttd-about-cert-scroller > .ttd-about-cert-card {
    flex-basis: min(76vw, 300px);
    max-width: min(76vw, 300px);
  }
}

@media (min-width: 850px) and (max-width: 1080px) {
  .ttd-footer > .section-content > .row > .col {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .ttd-footer > .section-content > .row > .col:nth-child(3),
  .ttd-footer > .section-content > .row > .col:nth-child(4),
  .ttd-footer > .section-content > .row > .col.large-12,
  .ttd-footer > .section-content > .row > .col.ttd-footer-copyright {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-footer > .section-content > .row > .col:nth-child(3) > .col-inner {
    max-width: 560px;
  }

  .ttd-footer-input {
    max-width: 560px;
  }
}

.ttd-news-section-link {
  color: #0ea5e9;
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  text-decoration: none;
}

.ttd-news-feature-card {
  overflow: hidden;
}

.ttd-news-feature-media {
  display: block;
  position: relative;
}

.ttd-news-feature-media img,
.ttd-news-detail-cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.ttd-news-badge {
  align-items: center;
  background: linear-gradient(135deg, #15a7ef, #0d8fdb);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: var(--ttd-weight-bold);
  justify-content: center;
  left: 14px;
  letter-spacing: 0.09em;
  padding: 3px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}

.ttd-news-feature-body {
  padding: 24px;
}

.ttd-news-date {
  color: #727785;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.ttd-news-feature-body h3 {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: var(--ttd-weight-bold);
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  text-transform: none;
}

.ttd-news-feature-body h3 a {
  color: #181c23;
  text-decoration: none;
}

.ttd-news-feature-body p {
  color: #414754;
  line-height: 1.7;
  margin: 10px 0 0;
}

.ttd-news-readmore {
  align-items: center;
  color: #0ea5e9;
  display: inline-flex;
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  gap: 8px;
  margin-top: 14px;
  text-decoration: none;
}

.ttd-news-related-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ttd-news-related-item {
  align-items: center;
  display: flex;
  gap: 14px;
  padding: 16px;
  text-decoration: none;
}

.ttd-news-related-item img {
  border-radius: 8px;
  flex: 0 0 124px;
  height: 96px;
  object-fit: cover;
  width: 124px;
}

.ttd-news-related-item small {
  color: #727785;
  font-size: 10px;
  font-weight: var(--ttd-weight-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttd-news-related-item h3 {
  color: #1f2937;
  font-size: 19px;
  font-weight: var(--ttd-weight-bold);
  line-height: 1.28;
  margin: 4px 0 0;
  text-transform: none;
}

.ttd-news-related-item p {
  color: #727785;
  font-size: var(--ttd-font-size-caption);
  margin: 6px 0 0;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .ttd-news-feature-section .ttd-news-shell > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-news-detail .ttd-news-row > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-news-detail-sidebar-col > .col-inner {
    position: static;
  }

  .ttd-news-feature-section .ttd-news-related-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttd-news-detail .ttd-news-related-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttd-news-feature-section .ttd-news-related-item,
  .ttd-news-detail .ttd-news-related-item {
    align-items: flex-start;
    height: 100%;
  }

  .ttd-news-feature-section .ttd-news-related-item h3,
  .ttd-news-detail .ttd-news-related-item h3 {
    font-size: 17px;
    line-height: 1.32;
  }
}

.ttd-news-guide-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ttd-news-guide-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px;
}

.ttd-news-guide-icon {
  align-items: center;
  background: #f0f9ff;
  border-radius: 8px;
  color: #0ea5e9;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.ttd-news-guide-icon:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}

.ttd-news-guide-icon-tools:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230ea5e9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.1-3.1a6 6 0 0 1-7.9 7.9l-5.7 5.7a2.1 2.1 0 0 1-3-3l5.7-5.7a6 6 0 0 1 7.9-7.9l-3.1 3.1Z'/%3E%3C/svg%3E");
}

.ttd-news-guide-icon-file:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230ea5e9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E");
}

.ttd-news-guide-icon-diagram:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230ea5e9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3Cpath d='M10 6.5h4'/%3E%3Cpath d='M17.5 10v4'/%3E%3Cpath d='M7 10v3a4 4 0 0 0 4 4h3'/%3E%3C/svg%3E");
}

.ttd-news-guide-card h3 {
  color: #181c23;
  font-size: 24px;
  font-weight: var(--ttd-weight-bold);
  letter-spacing: 0;
  line-height: 1.28;
  margin: 16px 0 0;
  text-transform: none;
}

.ttd-news-guide-card p {
  color: #414754;
  line-height: 1.6;
  margin: 10px 0 0;
}

.ttd-news-guide-meta {
  align-items: center;
  border-top: 1px solid rgba(193, 198, 214, 0.45);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
}

.ttd-news-guide-meta span {
  color: #727785;
  font-size: 12px;
}

.ttd-news-guide-meta a {
  color: #0ea5e9;
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  text-decoration: none;
}

.ttd-news-newsletter {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  overflow: hidden;
  padding: 30px 38px;
  position: relative;
}

.ttd-news-newsletter:before {
  background: radial-gradient(circle at 100% 0%, #38bdf8 0%, transparent 48%);
  content: "";
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
}

.ttd-news-newsletter > * {
  position: relative;
  z-index: 1;
}

.ttd-news-newsletter h3 {
  color: #0b58b8;
  font-size: clamp(1.75rem, 2.2vw, 2rem);
  font-weight: var(--ttd-weight-bold);
  line-height: 1.2;
  margin: 0;
  text-transform: none;
}

.ttd-news-newsletter p {
  color: #414754;
  margin: 10px 0 0;
}

.ttd-news-newsletter small {
  color: #727785;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.ttd-news-guides-section {
  padding-bottom: 8px !important;
}

.ttd-news-newsletter-section {
  padding-bottom: 96px !important;
  padding-top: 0 !important;
}

.ttd-news-inline-form {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

.ttd-news-inline-form input {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #c1c6d6;
  border-radius: 8px;
  color: #1f2937;
  flex: 1 1 auto;
  font-size: var(--ttd-font-size-input-base);
  height: 46px;
  margin: 0;
  min-width: 0;
  padding: 10px 12px;
}

.ttd-news-inline-form .button {
  background: var(--ttd-primary-strong);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 8px 14px rgba(18, 116, 231, 0.34);
  color: #fff;
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  line-height: 1.2;
  margin: 0;
  min-height: 46px;
  min-width: 92px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
  white-space: nowrap;
}

.ttd-news-detail-hero-section {
  padding-bottom: 28px;
  padding-top: 28px;
}

.ttd-news-detail-body-section {
  padding-bottom: 60px;
  padding-top: 0;
}

.ttd-news-breadcrumb {
  align-items: center;
  color: #667085;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px;
  margin-bottom: 28px;
}

.ttd-news-breadcrumb a {
  color: #4b5563;
  text-decoration: none;
}

.ttd-news-detail-hero-card {
  padding: 28px;
}

.ttd-news-detail-hero-card h1 {
  color: #48629a;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

.ttd-news-detail-hero-card > p:not(.ttd-news-date) {
  color: #414754;
  line-height: 1.7;
  margin: 10px 0 0;
}

.ttd-news-detail-card {
  overflow: hidden;
}

.ttd-news-detail-content {
  padding: 28px;
}

.ttd-news-detail-content h2 {
  color: #181c23;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: var(--ttd-weight-bold);
  letter-spacing: 0;
  line-height: 1.25;
  margin: 22px 0 0;
  text-transform: none;
}

.ttd-news-detail-content p {
  color: #414754;
  line-height: 1.75;
  margin: 14px 0 0;
}

.ttd-news-detail-content ul {
  color: #414754;
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 1.15rem;
}

.ttd-news-detail-content blockquote {
  background: rgba(14, 165, 233, 0.08);
  border-left: 4px solid #0ea5e9;
  border-radius: 0 10px 10px 0;
  color: #1f2937;
  margin: 20px 0 0;
  padding: 18px 18px 18px 20px;
}

.ttd-news-download {
  align-items: center;
  border: 1px solid rgba(193, 198, 214, 0.5);
  border-radius: var(--ttd-radius-card);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 22px;
  padding: 16px;
}

.ttd-news-download strong {
  color: #111827;
  display: block;
}

.ttd-news-download p {
  font-size: var(--ttd-font-size-caption);
  margin: 4px 0 0;
}

.ttd-news-download .button {
  background: var(--ttd-primary-strong);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 14px rgba(18, 116, 231, 0.34);
  color: #fff;
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  line-height: 1.2;
  margin: 0;
  min-height: 46px;
  padding: 0.74rem 1.35rem;
  text-transform: none;
  white-space: nowrap;
}

.ttd-news-detail-sidebar-col > .col-inner {
  position: sticky;
  top: 110px;
}

.ttd-news-related-stack {
  padding: 18px;
}

.ttd-news-related-stack > h3 {
  color: #48629a;
  font-size: 18px;
  font-weight: var(--ttd-weight-bold);
  margin: 0 0 12px;
  text-transform: none;
}

.ttd-footer {
  background: linear-gradient(135deg, rgba(247, 250, 255, 0.7), rgba(226, 237, 252, 0.46));
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  color: #526075;
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.ttd-footer h3,
.ttd-footer h4 {
  color: #09a5e4;
  font-weight: var(--ttd-weight-bold);
  margin-bottom: 18px;
  text-transform: none;
}

.ttd-footer-heading {
  margin-bottom: 0;
}

.ttd-footer-heading h3 {
  border: 0;
  padding: 0;
}

.ttd-footer .ttd-footer-company {
  color: #354052;
  font-size: var(--ttd-font-size-footer-company);
  font-weight: var(--ttd-weight-bold);
  line-height: 1.5;
  margin-bottom: 19px;
}

.ttd-footer .col:first-child .ttd-footer-company ~ .ttd-body {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  gap: 0.8rem;
  line-height: 1.35;
  margin-bottom: 10px;
}

.ttd-footer .col:first-child .ttd-footer-company ~ .ttd-body:before {
  color: #0ea5e9;
  flex: 0 0 1.2rem;
  font-family: "fl-icons";
  font-size: 1.2em;
  line-height: 1.35;
  text-align: center;
}

.ttd-footer .col:first-child .ttd-footer-company + .ttd-body:before {
  content: "\e009";
}

.ttd-footer .col:first-child .ttd-footer-company + .ttd-body + .ttd-body:before {
  content: "\e600";
}

.ttd-footer .col:first-child .ttd-footer-company + .ttd-body + .ttd-body + .ttd-body:before {
  content: "\e003";
}

.ttd-footer .col:nth-child(2) .ttd-body {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 13px;
}

.ttd-footer a {
  color: #526075;
  text-decoration: none;
}

.ttd-footer a:hover {
  color: var(--ttd-primary);
}

.ttd-footer .col:last-child > .col-inner > a.button:nth-of-type(-n+2) {
  background-color: rgba(255, 255, 255, 0.54);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 18px rgba(29, 68, 126, 0.12);
  height: 44px;
  margin: 0 8px 18px 0;
  min-height: 44px;
  padding: 0;
  width: 44px;
}

.ttd-footer .col:last-child > .col-inner > a.button:nth-of-type(1) {
  background-image: url("assets/img/facebook-icon.svg");
}

.ttd-footer .col:last-child > .col-inner > a.button:nth-of-type(2) {
  background-image: url("assets/img/tiktok-icon.svg");
}

.ttd-footer .col:last-child > .col-inner > a.button:nth-of-type(-n+2) span {
  display: none;
}

.ttd-footer .col:last-child > .col-inner > a.button:nth-of-type(-n+2):hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(29, 68, 126, 0.18);
  transform: translateY(-1px);
}

.ttd-footer-input {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 14px;
  margin-bottom: 12px;
  max-width: 460px;
}

.ttd-footer-input input {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-color: #cbd5e1;
  border-radius: 12px;
  flex: 1 1 auto;
  font-family: var(--ttd-font-family);
  font-size: var(--ttd-font-size-input-base);
  font-weight: var(--ttd-weight-regular);
  line-height: var(--ttd-line-height-control);
  height: 48px;
  margin: 0;
  min-height: 48px;
  min-width: 0;
  padding: 12px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.ttd-footer-input .button {
  background: var(--ttd-primary-strong);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 14px rgba(18, 116, 231, 0.28);
  color: #fff;
  flex: 0 0 auto;
  font-family: var(--ttd-font-family);
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  line-height: 21px;
  height: 48px;
  margin: 0;
  min-height: 48px;
  padding-left: 18px;
  padding-right: 18px;
  white-space: nowrap;
}

.ttd-footer-input .button:hover {
  background: #1274e7;
  box-shadow: 0 10px 18px rgba(18, 116, 231, 0.34);
  color: #fff;
}

@media (min-width: 850px) {
  .ttd-footer .ttd-footer-company {
    white-space: nowrap;
  }
}

.ttd-footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  color: #68758a;
  margin-top: 28px;
  padding-top: 22px;
  text-align: center;
}

.ttd-footer-copyright p {
  font-size: var(--ttd-font-size-caption);
  margin-bottom: 0;
}

@media (max-width: 849px) {
  .ttd-footer-input {
    max-width: 560px;
  }

  .ttd-footer > .section-content > .row > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-footer > .section-content > .row > .col > .col-inner {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .ttd-footer-heading h3,
  .ttd-footer-heading .section-title-main {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .ttd-footer .ttd-body,
  .ttd-footer a {
    font-size: 14px;
    line-height: 1.7;
  }

  .ttd-footer .col:nth-child(2) .ttd-body {
    margin-bottom: 10px;
  }

  .ttd-footer .ttd-footer-company {
    white-space: normal;
  }

  .ttd-footer-copyright {
    margin-top: 18px;
    padding-top: 18px;
  }

  .ttd-footer-copyright > .col-inner {
    max-width: 100% !important;
  }
}

@media (max-width: 549px) {
  .ttd-footer-input {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .ttd-footer > .section-content > .row > .col > .col-inner {
    max-width: 100%;
  }

  .ttd-footer-input input,
  .ttd-footer-input .button {
    width: 100% !important;
  }
}

.ttd-contact-page {
  background: transparent;
}

.ttd-contact-page .ttd-contact-panel {
  align-self: stretch;
  display: flex;
  height: auto;
}

.ttd-contact-page .ttd-contact-panel > .col-inner {
  background: var(--ttd-glass-bg);
  border: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: var(--ttd-shadow-glass);
  height: 100%;
  overflow: hidden;
  padding: var(--ttd-space-lg);
  position: relative;
  width: 100%;
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
}

.ttd-contact-page .ttd-contact-panel > .col-inner:before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.04) 36%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.52), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ttd-contact-page .ttd-contact-panel > .col-inner > * {
  position: relative;
  z-index: 1;
}

.ttd-contact-page h1 {
  color: var(--ttd-heading);
  margin: 0 auto 14px;
  max-width: var(--ttd-container-width);
  text-transform: none;
}

.ttd-page-heading {
  margin-bottom: 0;
}

.ttd-page-lead {
  margin: 0 auto;
  max-width: 1040px;
}

.ttd-page-lead p {
  color: var(--ttd-text);
  font-size: var(--ttd-page-lead-size);
  line-height: var(--ttd-page-lead-line);
  margin-bottom: 0;
}

.ttd-contact-page .ttd-contact-media img,
.ttd-contact-page .ttd-contact-media .img-inner {
  border-radius: var(--ttd-radius-card);
}

.ttd-contact-page .ttd-contact-media {
  margin-bottom: var(--ttd-space-md);
}

.ttd-contact-page .ttd-contact-media .img-inner {
  height: 320px;
}

.ttd-contact-page .ttd-contact-media img {
  height: 100%;
  object-fit: cover;
}

.ttd-contact-page .ttd-contact-panel h3 {
  border: 0;
  color: var(--ttd-heading);
  margin-bottom: var(--ttd-space-sm);
  padding: 0;
  text-transform: none;
}

.ttd-panel-heading {
  margin-bottom: 0;
}

.ttd-contact-page .ttd-contact-info p {
  line-height: 1.6;
  margin-bottom: 0;
}

.ttd-contact-page .ttd-contact-info + .ttd-contact-info {
  margin-top: var(--ttd-space-sm);
}

.ttd-shared-form label {
  color: #354052;
  display: block;
  font-family: var(--ttd-font-family);
  font-size: var(--ttd-font-size-label);
  font-weight: var(--ttd-weight-medium);
  letter-spacing: 0.02em;
  margin-bottom: var(--ttd-space-sm);
}

.ttd-shared-form input:not([type="submit"]),
.ttd-shared-form select,
.ttd-shared-form textarea {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(211, 227, 249, 0.86);
  border-radius: var(--ttd-radius-control);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #354052;
  margin: var(--ttd-space-xs) 0 0;
  min-height: 48px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  width: 100%;
}

.ttd-shared-form input:not([type="submit"]),
.ttd-shared-form select,
.ttd-shared-form textarea {
  font-family: var(--ttd-font-family);
  font-size: var(--ttd-font-size-control);
  font-weight: var(--ttd-weight-medium);
  line-height: var(--ttd-line-height-control);
  padding: 11px 13px;
}

.ttd-shared-form textarea {
  min-height: 132px;
  resize: vertical;
}

.ttd-shared-form input:not([type="submit"]):focus,
.ttd-shared-form select:focus,
.ttd-shared-form textarea:focus {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(10, 109, 217, 0.56);
  box-shadow: 0 0 0 3px rgba(10, 109, 217, 0.1);
}

.ttd-shared-form .wpcf7-submit {
  background: var(--ttd-primary-strong);
  border: 0;
  border-radius: 99px;
  box-shadow: 0 8px 14px rgba(18, 116, 231, 0.28);
  font-family: var(--ttd-font-family);
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  line-height: 21px;
  margin: 4px 0 0;
  min-height: 48px;
  padding: 0 26px;
}

.ttd-shared-form .wpcf7-submit:hover {
  background: #1274e7;
  box-shadow: 0 12px 18px rgba(18, 116, 231, 0.34);
  transform: translateY(-1px);
}

.ttd-shared-form .wpcf7-not-valid-tip {
  font-size: var(--ttd-font-size-caption);
  margin-top: 6px;
}

.ttd-shared-form .wpcf7-response-output {
  border-radius: var(--ttd-radius-control);
  margin: 18px 0 0;
  padding: 12px 14px;
}

.ttd-careers-page {
  background: transparent;
  overflow: hidden;
}

.ttd-careers-hero-image-section {
  padding-top: 24px;
}

.ttd-careers-page > .section-content > .row,
.ttd-careers-page + .ttd-careers-page > .section-content > .row,
.ttd-careers-page .ttd-careers-row {
  max-width: var(--ttd-builder-row-width);
}

.ttd-careers-hero-image {
  margin-bottom: 0;
}

.ttd-careers-hero-image .img-inner {
  border-radius: var(--ttd-radius-card);
  height: 392px;
  overflow: hidden;
}

.ttd-careers-hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ttd-careers-hero-copy {
  margin: 0 auto 32px;
  max-width: 900px;
}

.ttd-careers-page.careers-v2-hero-native {
  background: linear-gradient(180deg, #e7f0ff 0%, #f9f9ff 100%);
  padding-top: 55px !important;
  padding-bottom: 80px !important;
}

.ttd-careers-page.careers-v2-hero-native .ttd-native-col > .col-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.careers-v2-hero-copy-native,
.careers-v2-hero-copy-native.section-heading-kicker,
.careers-v2-hero-copy-native.section-heading-title,
.careers-v2-hero-copy-native.section-heading-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 896px;
  text-align: center;
  width: min(100% - 64px, 896px);
}

.careers-v2-hero-copy-native.section-heading-kicker {
  margin-bottom: 16px;
}

.careers-v2-hero-copy-native.section-heading-body {
  margin-top: 0;
}

.careers-v2-hero-copy-native.section-heading-body p {
  color: #3c4a42;
  font-size: 18px;
  line-height: 1.6;
  margin: 8px auto 0;
  max-width: 720px;
}

.ttd-careers-heading {
  color: var(--ttd-heading);
}

.ttd-careers-heading .section-title {
  color: var(--ttd-heading) !important;
}

.ttd-careers-benefit .ttd-careers-heading,
.ttd-careers-job .ttd-careers-heading,
.ttd-careers-apply .ttd-careers-heading {
  color: #111c2d;
}

.ttd-careers-benefit .ttd-careers-heading .section-title,
.ttd-careers-job .ttd-careers-heading .section-title,
.ttd-careers-apply .ttd-careers-heading .section-title {
  color: #111c2d !important;
}

.ttd-careers-job .ttd-careers-heading,
.ttd-careers-job .ttd-careers-heading .section-title,
.ttd-careers-job .ttd-careers-heading .section-title-main,
.ttd-careers-jobs-title,
.ttd-careers-jobs-title .section-title,
.ttd-careers-jobs-title .section-title-main,
.ttd-careers-form-subheading,
.ttd-careers-form-subheading .section-title,
.ttd-careers-form-subheading .section-title-main {
  justify-content: flex-start;
  text-align: left;
}

.ttd-careers-page .button:not(.is-outline) {
  background: var(--ttd-primary-strong);
  border: 0;
  box-shadow: 0 8px 14px rgba(18, 116, 231, 0.28);
  color: #fff;
}

.ttd-careers-page .careers-v2-hero-button,
.ttd-careers-page .careers-v2-hero-button.button {
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: var(--ttd-weight-regular);
  justify-content: center;
  line-height: 24px;
  margin: 18px auto 0;
  min-height: 48px;
  min-width: 228px;
  padding: 12px 32px;
  text-align: center;
  text-transform: none;
}

.ttd-careers-page .button:not(.is-outline):hover {
  background: #1274e7;
  box-shadow: 0 12px 18px rgba(18, 116, 231, 0.34);
  color: #fff;
  transform: translateY(-1px);
}

.careers-v2-gallery-native {
  display: block !important;
  height: 432px !important;
  left: 50%;
  margin: 15px auto 0 !important;
  max-width: none !important;
  min-height: 432px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  transform: translateX(-50%);
  width: min(100vw, 1358px) !important;
}

.careers-v2-gallery-card {
  flex: none !important;
  max-width: none !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: absolute !important;
}

.careers-v2-gallery-card > .col-inner {
  height: 100% !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
}

.careers-v2-gallery-card .img {
  height: 100% !important;
  inset: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  position: absolute !important;
  width: 100% !important;
}

.careers-v2-gallery-card .img-inner {
  background: #dbe6f7;
  border-radius: 10px;
  height: 100% !important;
  overflow: hidden;
  width: 100% !important;
}

.careers-v2-gallery-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.careers-v2-gallery-native > .careers-v2-gallery-item-1 {
  left: 0 !important;
  top: 41.6% !important;
  width: 15.05% !important;
  z-index: 1;
}

.careers-v2-gallery-native > .careers-v2-gallery-item-2 {
  left: 16.82% !important;
  top: 16.82% !important;
  width: 17.57% !important;
  z-index: 2;
}

.careers-v2-gallery-native > .careers-v2-gallery-item-3 {
  left: 36.16% !important;
  top: 0 !important;
  width: 24.27% !important;
  z-index: 5;
}

.careers-v2-gallery-native > .careers-v2-gallery-item-4 {
  left: 62.19% !important;
  top: 25.69% !important;
  width: 17.46% !important;
  z-index: 2;
}

.careers-v2-gallery-native > .careers-v2-gallery-item-5 {
  left: 81.42% !important;
  top: 19.96% !important;
  width: 18.51% !important;
  z-index: 1;
}

.careers-v2-gallery-item-1 .img-inner {
  aspect-ratio: 204 / 252;
}

.careers-v2-gallery-native > .careers-v2-gallery-item-1 {
  aspect-ratio: 204 / 252;
}

.careers-v2-gallery-item-2 .img-inner {
  aspect-ratio: 239 / 295;
}

.careers-v2-gallery-native > .careers-v2-gallery-item-2 {
  aspect-ratio: 239 / 295;
}

.careers-v2-gallery-item-3 .img-inner {
  aspect-ratio: 330 / 432;
  box-shadow: 0 16px 20px -4px rgba(0, 0, 0, 0.1), 0 6px 8px -5px rgba(0, 0, 0, 0.1);
}

.careers-v2-gallery-native > .careers-v2-gallery-item-3 {
  aspect-ratio: 330 / 432;
}

.careers-v2-gallery-item-4 .img-inner {
  aspect-ratio: 237 / 295;
}

.careers-v2-gallery-native > .careers-v2-gallery-item-4 {
  aspect-ratio: 237 / 295;
}

.careers-v2-gallery-item-5 .img-inner {
  aspect-ratio: 251 / 168;
}

.careers-v2-gallery-native > .careers-v2-gallery-item-5 {
  aspect-ratio: 251 / 168;
}

.ttd-careers-gallery {
  min-height: 430px;
  position: relative;
}

.ttd-careers-gallery .col {
  position: absolute;
}

.ttd-careers-gallery .col-inner,
.ttd-careers-gallery .img,
.ttd-careers-gallery .img-inner,
.ttd-careers-gallery img {
  height: 100%;
}

.ttd-careers-gallery .img-inner {
  border-radius: 10px;
  overflow: hidden;
}

.ttd-careers-gallery img {
  object-fit: cover;
  width: 100%;
}

.ttd-careers-gallery .ttd-career-shot-1 {
  left: 0;
  top: 42%;
  width: 15%;
}

.ttd-careers-gallery .ttd-career-shot-2 {
  left: 16.8%;
  top: 17%;
  width: 17.6%;
}

.ttd-careers-gallery .ttd-career-shot-3 {
  left: 36.2%;
  top: 0;
  width: 24.3%;
}

.ttd-careers-gallery .ttd-career-shot-4 {
  left: 62.2%;
  top: 25.7%;
  width: 17.5%;
}

.ttd-careers-gallery .ttd-career-shot-5 {
  left: 81.4%;
  top: 20%;
  width: 18.5%;
}

.ttd-careers-gallery .ttd-career-shot-1 .img-inner {
  aspect-ratio: 204.35 / 252.19;
}

.ttd-careers-gallery .ttd-career-shot-2 .img-inner {
  aspect-ratio: 238.65 / 294.52;
}

.ttd-careers-gallery .ttd-career-shot-3 .img-inner {
  aspect-ratio: 329.64 / 431.81;
  box-shadow: 0 16px 20px -4px rgba(0, 0, 0, 0.12), 0 6px 8px -5px rgba(0, 0, 0, 0.1);
}

.ttd-careers-gallery .ttd-career-shot-4 .img-inner {
  aspect-ratio: 237.06 / 295.32;
}

.ttd-careers-gallery .ttd-career-shot-5 .img-inner {
  aspect-ratio: 251.42 / 167.62;
}

.ttd-careers-benefit > .col-inner,
.ttd-careers-job > .col-inner,
.ttd-careers-apply > .col-inner {
  background: var(--ttd-glass-bg);
  border-left: 1px solid var(--ttd-glass-border);
  border-top: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: 0 8px 32px rgba(29, 68, 126, 0.08);
  padding: 28px 24px;
  backdrop-filter: blur(16px) saturate(1.22);
  -webkit-backdrop-filter: blur(16px) saturate(1.22);
}

.ttd-careers-benefit > .col-inner,
.ttd-careers-job > .col-inner {
  height: 100%;
}

.ttd-careers-benefit > .col-inner {
  min-height: 278px;
  text-align: center;
}

.ttd-careers-icon {
  align-items: center;
  background: #dee8ff;
  border-radius: 999px;
  color: var(--ttd-primary-strong);
  display: inline-flex;
  font-size: 24px;
  height: 64px;
  justify-content: center;
  margin-bottom: 28px;
  width: 64px;
}

.ttd-careers-icon:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 28px;
  width: 28px;
}

.ttd-careers-icon p {
  display: none;
}

.ttd-careers-icon-briefcase:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6dd9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cpath d='M3 13h18'/%3E%3C/svg%3E");
}

.ttd-careers-icon-training:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6dd9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10 12 5 2 10l10 5 10-5Z'/%3E%3Cpath d='M6 12v5c3 2 9 2 12 0v-5'/%3E%3Cpath d='M22 10v6'/%3E%3C/svg%3E");
}

.ttd-careers-icon-award:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6dd9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='m8.5 12.5-1.5 8 5-3 5 3-1.5-8'/%3E%3C/svg%3E");
}

.ttd-careers-job-row,
.ttd-careers-job {
  margin-bottom: 0;
}

.ttd-career-post-list {
  display: grid;
  gap: 24px;
}

.ttd-career-post-list .ttd-careers-job {
  background: var(--ttd-glass-bg);
  border-left: 1px solid var(--ttd-glass-border);
  border-top: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: 0 8px 32px rgba(29, 68, 126, 0.08);
  padding: 28px 24px;
  backdrop-filter: blur(16px) saturate(1.22);
  -webkit-backdrop-filter: blur(16px) saturate(1.22);
}

.ttd-careers-job-title-row {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.ttd-careers-job-title-row h3 {
  color: #111c2d;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}

.ttd-careers-job-meta {
  align-items: center;
  color: #3c4a42;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--ttd-font-size-caption);
  gap: 8px 16px;
  line-height: 1.45;
  margin-top: 10px;
  margin-bottom: 16px;
}

.ttd-careers-job-meta span,
.ttd-career-detail-meta span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.ttd-careers-job-meta span:before,
.ttd-career-detail-meta span:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex: 0 0 15px;
  height: 15px;
  width: 15px;
}

.ttd-job-meta-location:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6dd9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.ttd-job-meta-slots:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6dd9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.ttd-job-meta-deadline:before,
.ttd-job-meta-type:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6dd9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.ttd-job-meta-department:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6dd9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M3 13h18'/%3E%3C/svg%3E");
}

.ttd-job-meta-salary:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6dd9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M6 9h.01M18 15h.01'/%3E%3C/svg%3E");
}

.ttd-careers-job .button.is-outline {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(70, 91, 126, 0.72);
  border-radius: 99px;
  box-shadow: none;
  color: #24415f;
  font-size: var(--ttd-font-size-button);
  font-weight: var(--ttd-weight-semibold);
  line-height: 20px;
  margin-top: 12px;
  min-height: 40px;
  padding: 9px 18px;
  text-transform: none;
}

.ttd-careers-job .button.is-outline:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(18, 116, 231, 0.72);
  color: var(--ttd-primary-strong);
}

.ttd-careers-badge {
  background: #ffdad6;
  border-radius: 999px;
  color: #93000a;
  display: inline-flex;
  font-size: 12px;
  font-weight: var(--ttd-weight-bold);
  letter-spacing: 0.04em;
  line-height: 16px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.ttd-careers-badge p {
  margin: 0;
}

.ttd-careers-apply > .col-inner {
  position: sticky;
  top: 104px;
}

.ttd-careers-form input[type="file"] {
  border-style: dashed;
  min-height: 70px;
  padding: 18px 13px;
}

.ttd-careers-form .wpcf7-submit {
  margin-top: 8px;
  min-height: 52px;
  width: 100%;
}

.ttd-careers-email-list,
.ttd-careers-email-list ul {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.ttd-careers-email-list li {
  color: var(--ttd-text);
  line-height: 1.65;
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
}

.ttd-careers-email-list li:before {
  color: var(--ttd-primary-strong);
  content: "\2713";
  font-weight: var(--ttd-weight-bold);
  left: 0;
  position: absolute;
  top: 0;
}

.ttd-careers-note,
.ttd-careers-note p {
  color: #52627a;
  font-size: var(--ttd-font-size-caption);
  line-height: 1.6;
  margin-bottom: 0;
}

.ttd-career-apply-component > h3 {
  color: #181c23;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 12px;
  text-align: center;
  text-transform: none;
}

.ttd-career-apply-component > p:first-of-type {
  margin: 0 0 18px;
}

.ttd-career-apply-component > h4 {
  color: #181c23;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  margin: 24px 0 12px;
  text-transform: none;
}

.ttd-career-apply-component > h4:first-of-type {
  margin-top: 18px;
}

.ttd-career-detail {
  color: var(--ttd-text);
}

.ttd-career-detail-hero,
.ttd-career-detail-body {
  padding-left: 0;
  padding-right: 0;
}

.ttd-career-detail-hero {
  padding-bottom: 36px;
  padding-top: 14px;
}

.ttd-career-detail-body {
  padding-bottom: 60px;
  padding-top: 0;
}

.ttd-career-detail-row {
  max-width: calc(var(--ttd-container-width) + 30px);
}

.ttd-career-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  margin-bottom: 28px;
}

.ttd-career-detail-hero-card,
.ttd-career-detail-content > .col-inner,
.ttd-career-detail-apply > .col-inner {
  background: var(--ttd-glass-bg);
  border-left: 1px solid var(--ttd-glass-border);
  border-top: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: 0 8px 32px rgba(29, 68, 126, 0.08);
  backdrop-filter: blur(16px) saturate(1.22);
  -webkit-backdrop-filter: blur(16px) saturate(1.22);
}

.ttd-career-detail-hero-card {
  padding: 36px;
}

.ttd-career-detail-hero-card h1 {
  color: var(--ttd-primary-strong);
  font-size: clamp(32px, 3.6vw, 37px);
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: none;
}

.ttd-career-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.ttd-career-detail-excerpt {
  font-size: 17px;
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 900px;
}

.ttd-career-detail-content > .col-inner {
  padding: 32px;
}

.ttd-career-detail-apply > .col-inner {
  padding: 49px;
}

.ttd-career-detail-content h2 {
  color: var(--ttd-heading);
  font-size: 24px;
  margin: 26px 0 14px;
  text-transform: none;
}

.ttd-career-detail-content h2:first-child {
  margin-top: 0;
}

.ttd-career-detail-content li {
  line-height: 1.7;
  margin-bottom: 8px;
}

.ttd-career-detail-content > .col-inner {
  position: static;
}

.ttd-career-detail-apply > .col-inner {
  position: static;
}

.ttd-career-detail-apply .ttd-careers-email-list {
  list-style: none;
  margin-left: 0;
}

@media (min-width: 850px) {
  .ttd-career-detail-body .ttd-career-detail-row {
    align-items: stretch;
  }

  .ttd-career-detail-content {
    align-self: stretch;
  }

  .ttd-career-detail-content > .col-inner {
    position: sticky;
    top: 104px;
  }

  .ttd-careers-jobs-layout {
    align-items: stretch;
  }

  .ttd-careers-jobs-list {
    min-height: 0;
    position: relative;
  }

  .ttd-careers-jobs-list > .col-inner {
    bottom: 30px;
    left: 15px;
    margin-left: 0;
    overflow-y: auto;
    padding-right: 8px;
    position: absolute;
    right: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    top: 0;
    width: auto;
  }

  .ttd-careers-jobs-list > .col-inner::-webkit-scrollbar {
    display: none;
  }
}

.footer-wrapper .absolute-footer {
  display: none;
}

.ttd-glow {
  border-radius: 50%;
  filter: blur(44px);
  opacity: 0.82;
  pointer-events: none;
  position: absolute;
}

.ttd-glow-blue {
  background: radial-gradient(circle, rgba(22, 130, 255, 0.42) 0%, rgba(22, 130, 255, 0.22) 40%, rgba(22, 130, 255, 0.1) 62%, rgba(22, 130, 255, 0) 84%);
  height: 600px;
  right: -220px;
  width: 600px;
}

.ttd-glow-orange {
  background: radial-gradient(circle, rgba(32, 137, 255, 0.38) 0%, rgba(32, 137, 255, 0.22) 36%, rgba(32, 137, 255, 0.1) 58%, rgba(32, 137, 255, 0) 82%);
  height: 540px;
  right: -210px;
  width: 540px;
}

@media (max-width: 767px) {
  .ttd-project-insight > .col-inner {
    padding: 24px 18px;
  }

  .ttd-career-apply-component > h3 {
    font-size: 32px;
  }

  body.admin-bar .header-wrapper.stuck {
    top: 46px;
  }

  .ttd-hero-banner:after,
  .ttd-hero-banner .overlay {
    background:
      linear-gradient(180deg, rgba(239, 242, 247, 0.99) 0%, rgba(239, 242, 247, 0.97) 40%, rgba(239, 242, 247, 0.74) 58%, rgba(239, 242, 247, 0.28) 78%, rgba(239, 242, 247, 0) 100%),
      radial-gradient(420px 260px at 50% 20%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 70%);
  }

  .ttd-hero-banner .ttd-body {
    font-size: 1rem;
    line-height: 1.58;
  }

  .ttd-home-hero .ttd-hero-banner .text-box {
    left: 50% !important;
    top: 38px !important;
    transform: translateX(-50%) !important;
  }

  .ttd-home-hero .ttd-hero-banner .text-inner,
  .ttd-home-hero .ttd-hero-banner .ttd-title,
  .ttd-home-hero .ttd-hero-banner .ttd-body {
    text-align: center;
  }

  .ttd-hero-banner .ttd-title .section-title-main {
    font-size: 32px;
    line-height: 1.16;
  }

  .ttd-hero-banner .button {
    width: 100%;
  }

  .ttd-solution-card,
  .ttd-news-card .box-text {
    padding: 22px 18px;
  }

  .ttd-solution-icon {
    height: 88px;
    width: 88px;
  }

  .ttd-home-projects > .section-content > .row:first-child .button.is-outline {
    font-size: 14px;
    height: auto;
    min-height: 45px;
    min-width: 150px;
    padding: 12px 18px;
  }

  .ttd-home-projects .ttd-project-card .text-box {
    bottom: 18px !important;
    top: auto !important;
  }

  .ttd-home-projects .ttd-project-card .ttd-title .section-title-main {
    font-size: 20px;
    line-height: 1.15;
  }

  .ttd-home-projects .ttd-project-card .ttd-body {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .ttd-home-projects .ttd-project-card .ttd-chip {
    font-size: 12px;
    padding: 7px 10px;
  }

  .ttd-footer-input {
    max-width: none;
  }

  .ttd-footer > .section-content > .row > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-footer > .section-content > .row > .col > .col-inner {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .ttd-footer .col:nth-child(2) .ttd-body {
    margin-bottom: 10px;
  }

  .ttd-about-cert-scrollbar {
    width: min(260px, 62%);
  }

  .ttd-footer .ttd-footer-company {
    white-space: normal;
  }

  .ttd-footer-copyright {
    margin-top: 18px;
    padding-top: 18px;
  }

  .ttd-footer-copyright > .col-inner {
    max-width: 100% !important;
  }

  .ttd-contact-page .ttd-contact-panel {
    display: block;
    flex-basis: 100% !important;
    max-width: 100%;
    width: 100%;
  }

  .ttd-contact-page > .section-content > .row > .col,
  .ttd-contact-page .section-content > .row > .ttd-contact-panel {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-contact-page .ttd-contact-panel > .col-inner {
    max-width: 100%;
    padding: 24px 18px;
  }

  .ttd-contact-page .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }

  .ttd-contact-page .ttd-contact-media,
  .ttd-contact-page .ttd-contact-media .img-inner,
  .ttd-contact-page .ttd-contact-media img {
    max-width: 100%;
    width: 100%;
  }

  .ttd-contact-page h1,
  .ttd-contact-page .ttd-page-heading {
    max-width: none;
    width: 100%;
  }

  .ttd-contact-page .ttd-page-heading .section-title-main {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .ttd-contact-page .ttd-page-lead {
    max-width: 760px;
    width: 100%;
  }

  .ttd-page-lead p {
    font-size: 16px;
    line-height: 1.6;
  }

  .ttd-contact-page .ttd-contact-media .img-inner {
    height: 260px;
  }

  .ttd-careers-hero-image .img-inner {
    height: 260px;
  }

  .ttd-careers-page.careers-v2-hero-native {
    overflow: hidden;
    padding-top: 156px !important;
    padding-bottom: 56px !important;
  }

  .careers-v2-hero-copy-native,
  .careers-v2-hero-copy-native.section-heading-kicker,
  .careers-v2-hero-copy-native.section-heading-title,
  .careers-v2-hero-copy-native.section-heading-body {
    width: calc(100% - 40px);
  }

  .careers-v2-gallery-native {
    --career-item: min(58vw, 260px);
    --career-gap: 14px;
    align-items: center !important;
    display: flex !important;
    gap: var(--career-gap) !important;
    height: calc(var(--career-item) * 1.31) !important;
    left: auto;
    margin: 28px 0 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    padding-left: 20px !important;
    transform: none;
    width: max-content !important;
  }

  .careers-v2-gallery-card {
    flex: 0 0 var(--career-item) !important;
    inset: auto !important;
    position: relative !important;
    width: var(--career-item) !important;
  }

  .ttd-careers-gallery {
    display: flex;
    gap: 14px;
    margin-left: -20px;
    min-height: 310px;
    overflow: visible;
    width: max-content;
  }

  .ttd-careers-gallery .col {
    flex: 0 0 58vw;
    left: auto;
    max-width: 260px;
    position: relative;
    top: auto;
    width: 58vw;
  }

  .ttd-careers-apply > .col-inner {
    position: static;
  }

  .ttd-careers-benefit {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-careers-benefit > .col-inner {
    min-height: 0;
    padding: 28px 20px;
  }

  .ttd-careers-benefit .ttd-careers-heading .section-title-main {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  .ttd-career-detail-hero,
  .ttd-career-detail-body {
    padding-left: 0;
    padding-right: 0;
  }

  .ttd-career-detail-hero {
    padding-bottom: 28px;
    padding-top: 20px;
  }

  .ttd-career-detail-body {
    padding-bottom: 40px;
    padding-top: 0;
  }

  .ttd-career-detail-hero-card,
  .ttd-career-detail-content > .col-inner,
  .ttd-career-detail-apply > .col-inner {
    padding: 24px 18px;
  }

  .ttd-career-detail-apply > .col-inner {
    position: static;
  }

  .ttd-career-detail-content > .col-inner {
    position: static;
  }

  .ttd-news-shell > .col-inner {
    padding: 18px;
  }

  .ttd-news-guide-grid,
  .ttd-news-newsletter {
    grid-template-columns: 1fr;
  }

  .ttd-news-inline-form {
    flex-direction: column;
  }

  .ttd-news-inline-form .button {
    width: 100%;
  }

  .ttd-news-related-item {
    align-items: flex-start;
  }

  .ttd-news-detail .ttd-news-row > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-news-detail .ttd-news-related-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttd-news-detail .ttd-news-related-item {
    height: 100%;
  }

  .ttd-news-related-item img {
    flex-basis: 96px;
    height: 78px;
    width: 96px;
  }

  .ttd-news-detail-sidebar-col > .col-inner {
    position: static;
  }

  .ttd-news-download {
    align-items: stretch;
    flex-direction: column;
  }

  .ttd-news-download .button {
    width: 100%;
  }
}

@media (max-width: 559px) {
  .ttd-news-detail .ttd-news-related-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .ttd-hero-banner .ttd-title .section-title-main {
    font-size: 30px;
  }

  .ttd-hero-banner .ttd-body {
    font-size: 0.95rem;
  }
}

/* Product pages: scoped Flatsome UX Builder parity. */
.ttd-page-heading .section-title-main,
.ttd-careers-section-heading .section-title-main {
  color: #0b58b8 !important;
  font-size: 42.16px !important;
  font-weight: 500 !important;
  line-height: 54.808px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.ttd-products-page .products-page-hero {
  padding-top: 86px !important;
  padding-bottom: 36px !important;
}

.ttd-product-detail-page .product-detail-page-hero {
  padding-top: 20px !important;
  padding-bottom: 36px !important;
}

.ttd-products-page .products-page-hero .section-title,
.ttd-product-detail-page .product-detail-page-hero .section-title {
  color: var(--ttd-heading);
  justify-content: center;
  line-height: 1.12;
  margin-bottom: 14px;
  text-align: center;
}

.ttd-products-page .products-page-hero .section-heading-title,
.ttd-product-detail-page .product-detail-page-hero .section-heading-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

.ttd-products-page .products-page-hero .section-title-main,
.ttd-products-page .products-page-hero h1,
.ttd-product-detail-page .product-detail-page-hero .section-title-main,
.ttd-product-detail-page .product-detail-page-hero h1 {
  color: #0b58b8 !important;
  font-size: 42.16px !important;
  font-weight: 500 !important;
  line-height: 54.808px !important;
}

.ttd-products-page main .section-content > .row,
.ttd-product-detail-page main .section-content > .row {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--ttd-container-width);
  width: calc(100% - 32px);
}

.ttd-products-page .products-page-hero .section-sub,
.ttd-product-detail-page .product-detail-page-hero .section-sub {
  color: #4b5563;
  font-size: var(--ttd-page-lead-size);
  line-height: var(--ttd-page-lead-line);
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

.ttd-product-detail-page .product-detail-page-hero .news-breadcrumb-block {
  margin-bottom: 28px;
}

.ttd-product-detail-page .news-breadcrumb {
  align-items: center;
  display: flex;
  gap: 8px;
}

.ttd-product-detail-page .news-breadcrumb i {
  display: inline-flex;
  height: 1em;
  width: 0.7em;
}

.ttd-product-detail-page .news-breadcrumb i:before {
  color: #667085;
  content: "›";
  font-family: inherit;
  font-size: 18px;
  line-height: 1;
}

.ttd-products-page .ttd-product-static-section,
.ttd-products-page .product-support-section,
.ttd-product-detail-page .ttd-product-spec-section,
.ttd-product-accessories-page .ttd-accessory-overview-section,
.ttd-product-accessories-page .ttd-product-accessory-section {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.ttd-product-detail-page .product-detail-card-section {
  padding-top: 18px !important;
  padding-bottom: 54px !important;
}

.ttd-product-detail-page .product-detail-card-row,
.ttd-products-page .product-split-shell,
.ttd-product-accessories-page .product-accessories-overview-card {
  background: var(--ttd-glass-bg-strong);
  border: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: var(--ttd-shadow-glass);
  padding: 22px;
}

.ttd-product-detail-page .product-detail-card-row > .col,
.ttd-products-page .product-split-shell > .col,
.ttd-product-accessories-page .product-accessories-overview-card > .col {
  padding-bottom: 0;
}

.ttd-product-detail-page .product-detail-card-row .img-inner,
.ttd-products-page .product-split-image .img-inner {
  aspect-ratio: 1.56;
  border-radius: 12px;
}

.ttd-product-detail-page .product-detail-card-row img,
.ttd-products-page .product-split-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ttd-product-detail-page .product-detail-heading-block h2,
.ttd-product-detail-page .product-spec-title h2,
.ttd-products-page .product-split-body h2,
.ttd-products-page .product-card-title h3,
.ttd-products-page .product-support-title h3 {
  color: var(--ttd-heading);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.ttd-product-detail-page .product-detail-heading-block h2 {
  font-size: 1.9rem;
  line-height: 1.25;
}

.ttd-product-detail-page .product-detail-copy-block p,
.ttd-product-detail-page .product-spec-copy p,
.ttd-products-page .product-split-body p,
.ttd-products-page .product-card-body p {
  color: var(--ttd-text);
  font-size: 16px;
  line-height: 1.58;
}

.ttd-product-detail-page .product-detail-meta-row p {
  align-items: center;
  border-bottom: 1px solid rgba(185, 201, 226, 0.55);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0;
  padding: 12px 0;
}

.ttd-product-detail-page .product-detail-meta-row span {
  color: #6b7789;
}

.ttd-product-detail-page .product-detail-meta-row strong {
  color: #1f2937;
  font-weight: 700;
  text-align: right;
}

.ttd-product-detail-page .ttd-product-spec-section .product-spec-row {
  gap: 24px;
}

.ttd-product-detail-page .ttd-product-spec-section .product-spec-row > .col,
.ttd-product-accessories-page .ttd-product-accessory-section .product-accessory-spec-grid > .col {
  flex-basis: 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.ttd-product-detail-page .product-spec-card {
  display: block;
}

.ttd-product-detail-page .product-spec-card > .col-inner {
  background: var(--ttd-glass-bg-strong);
  border: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: var(--ttd-shadow-glass);
  display: grid;
  column-gap: 28px;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 0.55fr);
  padding: 24px;
  row-gap: 0;
}

.ttd-product-accessories-page .ttd-product-accessory-section .product-spec-card > .col-inner {
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
}

.ttd-product-detail-page .product-spec-image {
  align-self: start;
  grid-column: 1;
  grid-row: 1 / 6;
  margin: 0;
  margin-bottom: 0 !important;
}

.ttd-product-detail-page .product-spec-card > .col-inner:has(.product-spec-list-item-3) .product-spec-image {
  grid-row: 1 / span 9;
}

.ttd-product-detail-page .product-spec-card > .col-inner > *:not(.product-spec-image) {
  grid-column: 2;
}

.ttd-product-detail-page .product-spec-image .img-inner {
  aspect-ratio: 1.7;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 12px;
}

.ttd-product-detail-page .product-spec-image img {
  height: 100%;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

.ttd-product-detail-page .product-spec-kicker p,
.ttd-products-page .section-kicker {
  color: #4b5563;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ttd-products-page .products-page-hero .section-kicker {
  color: var(--ttd-primary) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.34em !important;
  line-height: 1.35 !important;
  margin-bottom: 8px !important;
}

.ttd-product-detail-page .product-detail-page-hero .section-kicker {
  color: #4f6797 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  line-height: 24px !important;
  margin-bottom: 12px !important;
}

.ttd-products-page .section-heading-kicker,
.ttd-products-page .section-heading-kicker .section-kicker,
.ttd-product-detail-page .section-heading-kicker,
.ttd-product-detail-page .section-heading-kicker .section-kicker {
  text-align: center;
}

.ttd-product-detail-page .product-spec-title h2 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.2;
  margin: 0;
}

.ttd-product-detail-page .product-spec-list-item {
  margin-top: 8px;
}

.ttd-product-detail-page .product-spec-copy + .product-spec-list-item,
.ttd-product-detail-page .product-spec-copy ~ .product-spec-list-item:first-of-type {
  margin-top: 16px;
}

.ttd-product-detail-page .product-spec-list-item p {
  color: #344054;
  line-height: 1.52;
  margin: 0;
  padding-left: 20px;
  position: relative;
}

.ttd-product-detail-page .product-spec-list-item p:before {
  background: var(--ttd-primary);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 7px;
}

.ttd-product-detail-page .product-spec-table-block {
  margin-top: 18px;
  overflow-x: auto;
}

.ttd-product-detail-page .product-spec-table {
  border-collapse: collapse;
  color: #1f2937;
  font-size: 0.94rem;
  min-width: 520px;
  width: 100%;
}

.ttd-product-detail-page .product-spec-table caption {
  caption-side: top;
  color: var(--ttd-heading);
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
}

.ttd-product-detail-page .product-spec-table th,
.ttd-product-detail-page .product-spec-table td {
  border: 1px solid rgba(156, 168, 190, 0.64);
  padding: 10px 12px;
  vertical-align: middle;
}

.ttd-product-detail-page .product-spec-table th {
  background: rgba(226, 235, 248, 0.72);
  color: #344054;
  font-weight: 800;
}

.ttd-product-detail-page .product-spec-table td {
  background: rgba(255, 255, 255, 0.44);
}

.ttd-products-page .product-split-shell {
  align-items: stretch;
}

.ttd-products-page .product-split-media-col,
.ttd-products-page .product-split-copy-col {
  display: flex;
}

.ttd-products-page .product-split-media-col > .col-inner,
.ttd-products-page .product-split-copy-col > .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.ttd-products-page .product-split-image {
  height: 100%;
  min-height: 360px;
}

.ttd-products-page .product-split-body h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.14;
}

.ttd-products-page .product-split-body .section-kicker,
.ttd-products-page .product-acoustic-copy .section-kicker {
  color: #4b5563 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.34em !important;
  line-height: 1.35 !important;
  margin-bottom: 8px !important;
  text-align: left !important;
}

.ttd-products-page .product-split-body .section-heading-kicker,
.ttd-products-page .product-acoustic-copy.section-heading-kicker,
.ttd-products-page .product-acoustic-copy .section-heading-kicker {
  text-align: left !important;
}

.ttd-products-page .product-split-body .section-title,
.ttd-products-page .product-acoustic-copy .section-title {
  justify-content: flex-start !important;
  text-align: left !important;
}

.ttd-products-page .product-card-grid {
  margin-top: 20px;
}

.ttd-products-page .ttd-product-card-col > .col-inner {
  background: rgba(245, 247, 252, 0.9);
  border: 1px solid rgba(229, 233, 241, 0.9);
  border-radius: 10px;
  height: 100%;
  padding: 16px;
}

.ttd-products-page .product-tag-row-marker {
  display: none;
}

.ttd-products-page .product-tag-text {
  display: inline-flex;
  margin: 8px 8px 0 0;
}

.ttd-products-page .product-tag-text p {
  background: rgba(11, 91, 187, 0.08);
  border: 1px solid rgba(11, 91, 187, 0.14);
  border-radius: 999px;
  color: var(--ttd-primary);
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 5px 10px;
}

.ttd-products-page .product-split-action,
.ttd-products-page .product-support-action-col .button {
  margin-top: 22px;
}

.ttd-products-page .product-split-action,
.ttd-products-page .product-support-action-col .button,
.ttd-product-detail-page .product-detail-action {
  align-items: center;
  background: var(--ttd-primary) !important;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0, 92, 188, 0.22);
  color: #fff !important;
  display: inline-flex !important;
  font-size: var(--ttd-font-size-button);
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 46px;
  padding: 0 22px;
  text-transform: none;
  width: auto !important;
}

.ttd-products-page .product-split-action,
.ttd-product-detail-page .product-detail-action {
  align-self: flex-start;
  flex: 0 0 auto;
}

.ttd-product-detail-page .product-detail-action {
  margin-top: 18px;
}

.ttd-products-page .product-card-grid {
  margin-bottom: 0 !important;
}

.ttd-products-page .product-card-grid > .col {
  padding-bottom: 0 !important;
}

.ttd-products-page .product-split-copy-col > .col-inner {
  gap: 0;
}

.ttd-products-page .product-support-action-col .button {
  align-self: center;
}

.ttd-products-page .product-support-section .section-heading-title,
.ttd-products-page .product-support-section .section-heading-body {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ttd-products-page .product-support-section .section-heading-title .section-title {
  justify-content: center;
}

.ttd-products-page .product-support-section .section-heading-title .section-title-main,
.ttd-products-page .product-support-section .section-heading-title h2 {
  color: #0b58b8 !important;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.18 !important;
  text-transform: none !important;
}

.ttd-products-page .product-support-section .section-heading-body {
  max-width: 920px;
}

.ttd-products-page .product-support-action-col {
  display: flex;
  justify-content: center;
  padding-bottom: 0 !important;
  text-align: center;
}

.ttd-products-page .product-support-action-col .button {
  margin: 24px auto 0;
}

.ttd-products-page .product-support-grid {
  row-gap: 24px;
}

.ttd-products-page .product-support-item > .col-inner,
.ttd-product-accessories-page .product-accessory-tile > .col-inner {
  align-items: center;
  background: var(--ttd-glass-bg-strong);
  border: 1px solid var(--ttd-glass-border);
  border-radius: var(--ttd-radius-card);
  box-shadow: var(--ttd-shadow-glass);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 24px 14px;
  text-align: center;
}

.ttd-product-accessories-page .product-accessories-overview-card {
  align-items: stretch !important;
}

.ttd-product-accessories-page .product-accessory-tile {
  display: flex;
}

.ttd-product-accessories-page .product-accessory-tile > .col-inner {
  min-height: 100%;
  width: 100%;
}

.ttd-products-page .product-support-image .img-inner,
.ttd-product-accessories-page .product-accessory-image .img-inner {
  aspect-ratio: 4 / 3;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 12px;
}

.ttd-products-page .product-support-image img,
.ttd-product-accessories-page .product-accessory-image img {
  height: 100%;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

.ttd-product-detail-page .product-spec-card > .col-inner::-webkit-scrollbar,
.ttd-product-detail-page .product-spec-table-block::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.ttd-product-detail-page .product-spec-card > .col-inner::-webkit-scrollbar-thumb,
.ttd-product-detail-page .product-spec-table-block::-webkit-scrollbar-thumb {
  background: rgba(44, 105, 181, 0.45);
  border-radius: 999px;
}

@media (max-width: 991.98px) {
  .ttd-product-thermal-page .product-detail-card-row > .col,
  .ttd-product-acoustic-page .product-detail-card-row > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-product-thermal-page .product-detail-card-row .img-inner,
  .ttd-product-acoustic-page .product-detail-card-row .img-inner {
    aspect-ratio: 1.38;
    background: rgba(255, 255, 255, 0.62);
  }

  .ttd-product-thermal-page .product-detail-card-row img,
  .ttd-product-acoustic-page .product-detail-card-row img {
    object-fit: contain;
    padding: 8px;
  }

  .ttd-product-thermal-page .product-detail-copy-col,
  .ttd-product-acoustic-page .product-detail-copy-col {
    margin-top: 22px;
  }

  .ttd-product-accessories-page .product-accessory-tile,
  .ttd-product-accessories-page .product-accessory-tile.medium-3 {
    flex-basis: auto !important;
    max-width: 100% !important;
    width: 100%;
  }

  .ttd-product-accessories-page .product-accessories-overview-card {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 849px) {
  #content > .ttd-contact-page:first-of-type {
    padding-bottom: 48px !important;
    padding-top: 56px !important;
  }

  .ttd-contact-page .ttd-page-heading,
  .ttd-contact-page .ttd-page-heading .section-title,
  .ttd-contact-page .ttd-page-heading .section-title-main {
    max-width: none;
    width: 100%;
  }

  .ttd-contact-page .ttd-page-heading .section-title-main {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .ttd-page-heading .section-title-main,
  .ttd-careers-section-heading .section-title-main {
    font-size: 34px !important;
    line-height: 42px !important;
  }

  .ttd-products-page .products-page-hero,
  .ttd-product-detail-page .product-detail-page-hero {
    padding-bottom: 42px !important;
  }

  .ttd-products-page .products-page-hero {
    padding-top: 42px !important;
  }

  .ttd-product-detail-page .product-detail-page-hero {
    padding-top: 24px !important;
  }

  .ttd-products-page .ttd-product-static-section,
  .ttd-products-page .product-support-section,
  .ttd-product-detail-page .product-detail-card-section,
  .ttd-product-detail-page .ttd-product-spec-section,
  .ttd-product-accessories-page .ttd-accessory-overview-section,
  .ttd-product-accessories-page .ttd-product-accessory-section {
    padding-bottom: 42px !important;
    padding-top: 42px !important;
  }

  .ttd-product-detail-page .product-detail-card-row,
  .ttd-products-page .product-split-shell,
  .ttd-product-accessories-page .product-accessories-overview-card {
    padding: 18px;
  }

  .ttd-product-detail-page .product-spec-card > .col-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 18px;
  }

  .ttd-product-detail-page .product-spec-image {
    margin-bottom: 22px !important;
  }

  .ttd-product-detail-page .product-spec-image .img-inner {
    aspect-ratio: 1.38;
  }

  .ttd-products-page .product-split-image {
    min-height: 240px;
  }

  .ttd-products-page .products-page-hero .section-title-main,
  .ttd-products-page .products-page-hero h1,
  .ttd-product-detail-page .product-detail-page-hero .section-title-main,
  .ttd-product-detail-page .product-detail-page-hero h1 {
    font-size: 34px !important;
    line-height: 42px !important;
  }

  .ttd-products-page main .section-content > .row,
  .ttd-product-detail-page main .section-content > .row {
    width: calc(100% - 34px);
  }

  .ttd-products-page .product-support-grid > .col,
  .ttd-products-page .product-support-grid > .product-support-item,
  .ttd-products-page .product-support-grid > .medium-3.product-support-item {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .ttd-products-page .product-support-item > .col-inner {
    min-height: 0;
    padding: 18px 14px;
  }

  .ttd-products-page .product-support-title h3 {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 549px) {
  #content > .ttd-contact-page:first-of-type {
    padding-bottom: 40px !important;
    padding-top: 44px !important;
  }
}

@media (max-width: 549px) {
  .ttd-products-page .product-support-grid > .col,
  .ttd-products-page .product-support-grid > .product-support-item,
  .ttd-products-page .product-support-grid > .medium-3.product-support-item {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .ttd-products-page .product-support-image .img-inner {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .ttd-product-accessories-page .product-accessory-tile,
  .ttd-product-accessories-page .product-accessory-tile.medium-3 {
    flex-basis: auto !important;
    max-width: 100% !important;
    width: 100%;
  }

  .ttd-product-accessories-page .product-accessories-overview-card {
    grid-template-columns: 1fr;
  }

  .ttd-product-accessories-page .product-accessory-image .img-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
}

a.header-language-dropdown__link.nav-top-link {
    font-size: 0 !important;
}

.header-language-dropdown i.icon-angle-down {margin-left: 8px; margin-top: 3px}

ul#ux-language-dropdown {
    border: none;
    border-radius: 10px;
    padding: 10px;
}
