:root {
  --tld-section-y: 64px;
  --tld-container-x: 20px;
  --tld-font-display: 'General Sans', -apple-system, sans-serif;
  --tld-font-body: 'General Sans', -apple-system, sans-serif;
  --tld-hairline: #E4E7EC;
}

@media (min-width: 768px) {
  :root {
  --tld-section-y: 96px;
  --tld-container-x: 40px;
  }
}

@media (min-width: 1440px) {
  :root {
  --tld-section-y: 140px;
  }
}

body {
  background: var(--tld-bg);
  color: var(--tld-ink);
  font-family: var(--tld-font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.tld-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--tld-container-x);
  padding-right: var(--tld-container-x);
}

.tld-section {
  padding-top: var(--tld-section-y);
  padding-bottom: var(--tld-section-y);
}

.tld-section--surface {
  background: var(--tld-surface);
}

.tld-section--dark {
  background: var(--tld-surface);
  color: var(--tld-ink);
}

.tld-eyebrow {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--tld-gold);
  font-family: var(--tld-font-body);
  letter-spacing: 0.16em;
}

.tld-h1 {
  font-family: var(--tld-font-display);
  font-size: 42px;
  margin: 0px 0px 20px;
  font-weight: 550;
  letter-spacing: -0.025em;
  line-height: 1.03;
}

@media (min-width: 768px) {
  .tld-h1 {
  font-size: 64px;
  }
}

@media (min-width: 1440px) {
  .tld-h1 {
  font-size: 80px;
  }
}

.tld-h2 {
  font-family: var(--tld-font-display);
  font-size: 32px;
  margin: 0px 0px 16px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .tld-h2 {
  font-size: 46px;
  }
}

.tld-h3 {
  font-family: var(--tld-font-display);
  line-height: 1.25;
  margin: 0px 0px 12px;
  font-weight: 550;
  font-size: 22px;
}

.tld-lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--tld-muted);
  max-width: 640px;
}

@media (min-width: 768px) {
  .tld-lead {
  font-size: 19px;
  }
}

.tld-goldline {
  height: 1px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 0px 0px 24px;
  width: 44px;
  background: var(--tld-gold);
}

.tld-goldline--center {
  margin-left: auto;
  margin-right: auto;
}

.tld-btn {
  font-family: var(--tld-font-body);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  cursor: pointer;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background: var(--tld-ink);
  border: 1px solid var(--tld-ink);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.3s, 0.3s, 0.35s;
  transition-timing-function: ease, ease, cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s, 0s, 0s;
  transition-property: background, border-color, box-shadow;
  padding: 8px 8px 8px 24px;
  font-size: 11.5px;
}

.tld-btn:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(46, 45, 42);
  border-top-color: rgb(46, 45, 42);
  border-right-color: rgb(46, 45, 42);
  border-bottom-color: rgb(46, 45, 42);
  border-left-color: rgb(46, 45, 42);
  border-color: var(--tld-gold);
  box-shadow: rgba(46, 107, 255, 0.18) 0px 0px 0px 4px;
}

.tld-btn--outline {
  border: 1px solid var(--tld-gold);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--tld-ink);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-color: rgb(211, 215, 222);
  border-right-color: rgb(211, 215, 222);
  border-bottom-color: rgb(211, 215, 222);
  border-left-color: rgb(211, 215, 222);
}

.tld-btn--outline:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(176, 141, 87, 0.08);
  background: var(--tld-surface);
  color: var(--tld-ink);
  box-shadow: rgba(46, 107, 255, 0.12) 0px 0px 0px 4px;
}

.tld-card {
  padding: 36px 28px;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: border-color;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background: var(--tld-surface);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.tld-card:hover {
  border-color: var(--tld-gold-light);
  border-top-color: rgb(201, 207, 218);
  border-right-color: rgb(201, 207, 218);
  border-bottom-color: rgb(201, 207, 218);
  border-left-color: rgb(201, 207, 218);
}

.tld-card--onSurface {
  background: var(--tld-bg);
}

.tld-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 768px) {
  .tld-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 28px;
  column-gap: 28px;
  }
}

.tld-grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 768px) {
  .tld-grid-4 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 28px;
  column-gap: 28px;
  }
}

@media (min-width: 1440px) {
  .tld-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

.tld-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (min-width: 768px) {
  .tld-grid-2 {
  grid-template-columns: 1fr 1fr;
  row-gap: 64px;
  column-gap: 64px;
  }
}

.tld-center {
  text-align: center;
}

.tld-center .tld-lead {
  margin-left: auto;
  margin-right: auto;
}

.tld-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  transition-behavior: normal, normal;
  transition-duration: 0.35s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, background;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.15s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
  animation-play-state: running;
  animation-name: tld-headerin;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tld-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  height: 64px;
}

@media (min-width: 768px) {
  .tld-header-inner {
  height: 80px;
  }
}

.tld-logo {
  font-family: var(--tld-font-display);
  letter-spacing: 0.02em;
  color: var(--tld-ink);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  display: flex;
  align-items: center;
  font-weight: 550;
  font-size: 18px;
}

.tld-logo em {
  font-style: italic;
  color: var(--tld-gold);
}

.tld-nav {
  display: none;
}

@media (min-width: 1024px) {
  .tld-nav {
  display: flex;
  row-gap: 32px;
  column-gap: 32px;
  }
}

.tld-nav a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tld-ink);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  position: relative;
  padding: 6px 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.tld-nav a:hover {
  color: var(--tld-gold);
}

.tld-header-actions {
  display: none;
}

@media (min-width: 1024px) {
  .tld-header-actions {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.tld-lang {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--tld-muted);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.tld-lang a {
  color: var(--tld-muted);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.tld-lang a:hover {
  color: var(--tld-gold);
}

.tld-btn--sm {
  padding: 8px 8px 8px 24px;
  font-size: 11.5px;
}

.tld-nav-m {
  position: relative;
}

@media (min-width: 1024px) {
  .tld-nav-m {
  display: none;
  }
}

.tld-nav-m summary {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  cursor: pointer;
  padding: 12px 4px;
  display: flex;
  align-items: center;
}

.tld-nav-m summary::-webkit-details-marker {
  display: none;
}

.tld-burger {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--tld-ink);
  position: relative;
}

.tld-burger::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -7px;
  width: 22px;
  height: 2px;
  background: var(--tld-ink);
}

.tld-burger::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 22px;
  height: 2px;
  background: var(--tld-ink);
}

.tld-nav-m nav {
  position: absolute;
  top: 52px;
  right: 0px;
  background: var(--tld-bg);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  min-width: 230px;
  padding: 10px 0px;
  flex-direction: column;
  box-shadow: rgba(20, 20, 18, 0.1) 0px 12px 32px;
  z-index: 60;
  display: none;
  border-top-color: rgb(228, 231, 236);
  border-right-color: rgb(228, 231, 236);
  border-bottom-color: rgb(228, 231, 236);
  border-left-color: rgb(228, 231, 236);
}

.tld-nav-m nav a {
  padding: 12px 24px;
  font-size: 14px;
  color: var(--tld-ink);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.tld-nav-m nav a:hover {
  color: var(--tld-gold);
  background: var(--tld-surface);
}

.tld-footer {
  background: var(--tld-dark);
  font-size: 14px;
  padding-top: 64px;
  padding-bottom: 32px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: rgb(16, 18, 22);
  color: rgb(155, 160, 171);
}

.tld-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 768px) {
  .tld-footer-grid {
  grid-template-columns: 2fr 1fr 1fr;
  row-gap: 48px;
  column-gap: 48px;
  }
}

.tld-footer-logo {
  font-family: var(--tld-font-display);
  margin-bottom: 12px;
  font-weight: 550;
  font-size: 22px;
  color: rgb(247, 248, 250);
}

.tld-footer-logo em {
  font-style: normal;
  color: var(--tld-gold);
}

.tld-footer-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.12em;
  color: var(--tld-gold);
}

.tld-footer a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
  color: rgb(194, 198, 207);
}

.tld-footer a:hover {
  color: rgb(247, 248, 250);
}

.tld-footer p {
  margin: 0px 0px 8px;
  line-height: 1.8;
}

.tld-footer-bottom {
  margin-top: 48px;
  padding-top: 24px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 8px;
  border-top: 1px solid var(--tld-hairline);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(247, 248, 250, 0.12);
  color: rgb(120, 125, 135);
}

.tld-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 80;
  width: 54px;
  height: 54px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(20, 20, 18, 0.25) 0px 8px 24px;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  background: var(--tld-ink);
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-delay: 1.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: tld-wain;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tld-wa:hover {
  transform: scale(1.06);
}

.tld-wa svg {
  width: 26px;
  height: 26px;
  fill: rgb(245, 244, 240);
}

.tld-hero {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tld-hero-actions {
  display: flex;
  row-gap: 14px;
  column-gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.tld-strip-item strong {
  display: block;
  font-family: var(--tld-font-display);
  font-size: 21px;
  margin-bottom: 6px;
  font-weight: 500;
}

.tld-strip-item span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--tld-gold);
}

.tld-card p {
  color: var(--tld-muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0px;
}

.tld-img-frame {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.tld-img-frame--tall {
  aspect-ratio: 4 / 5;
}

.tld-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.tld-check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 15.5px;
}

.tld-check-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 16px;
  height: 1px;
  background: var(--tld-gold);
}

.tld-scard:hover .tld-img-frame img {
  transform: scale(1.04);
}

.tld-scard h3 {
  font-family: var(--tld-font-display);
  font-size: 23px;
  margin: 20px 0px 0px;
  font-weight: 400;
}

.tld-scard p {
  color: var(--tld-muted);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 8px 0px 0px;
}

.tld-quote {
  font-family: var(--tld-font-display);
  font-size: 27px;
  line-height: 1.45;
  margin: 0px 0px 28px;
  color: var(--tld-ink);
  font-style: normal;
  letter-spacing: -0.01em;
  font-weight: 500;
}

@media (min-width: 768px) {
  .tld-quote {
  font-size: 33px;
  }
}

.tld-section--dark .tld-lead {
  color: var(--tld-muted);
}

.tld-btn--light {
  border: 1px solid var(--tld-gold);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--tld-ink);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-color: rgb(211, 215, 222);
  border-right-color: rgb(211, 215, 222);
  border-bottom-color: rgb(211, 215, 222);
  border-left-color: rgb(211, 215, 222);
}

.tld-btn--light:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  color: var(--tld-ink);
  background-color: rgb(233, 237, 244);
}

.tld-stars {
  color: var(--tld-gold);
  margin-bottom: 18px;
  font-size: 26px;
  letter-spacing: 7px;
  line-height: 1;
}

.tld-tcard {
  background: var(--tld-bg);
  padding: 34px 30px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-color: rgb(231, 234, 239);
  border-right-color: rgb(231, 234, 239);
  border-bottom-color: rgb(231, 234, 239);
  border-left-color: rgb(231, 234, 239);
}

.tld-tcard p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0px 0px 22px;
}

.tld-tel-link {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--tld-font-display);
  font-size: 22px;
  color: var(--tld-ink);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  font-weight: 500;
}

.tld-tel-link:hover {
  color: var(--tld-gold);
}

.tld-mt-40 {
  margin-top: 40px;
}

.tld-nav-m.is-open nav {
  display: flex;
}

.tld-topbar {
  display: none;
}

.tld-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
}

.tld-topbar a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: rgb(228, 226, 220);
}

.tld-topbar a:hover {
  color: rgb(255, 255, 255);
}

.tld-topbar-sep {
  margin: 0px 10px;
  color: rgb(85, 82, 75);
}

.tld-monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--tld-gold);
  color: var(--tld-gold);
  font-family: var(--tld-font-display);
  letter-spacing: 0.08em;
  margin-right: 12px;
  flex-shrink: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-weight: 500;
  font-size: 13px;
}

.tld-nav a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  background: var(--tld-gold);
}

.tld-nav a:hover::after {
  transform: scaleX(1);
}

.tld-h1 em {
  font-style: italic;
  color: inherit;
}

.tld-hero-trust .tld-stars {
  margin-bottom: 0px;
}

.tld-hero-visual::before {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tld-gold-light);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.tld-hero-arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tld-hero-badge strong {
  display: block;
  font-family: var(--tld-font-display);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: var(--tld-gold);
  margin-bottom: 6px;
}

.tld-hero-badge span {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tld-muted);
}

.tld-nav-m-toggle {
  cursor: pointer;
  padding: 14px 4px;
  display: flex;
  align-items: center;
}

.tld-eyebrow-tech::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--tld-muted);
  box-shadow: none;
}

.tld-h1--xl {
  line-height: 1.06;
  letter-spacing: -0.015em;
  font-size: 46px;
}

@media (min-width: 768px) {
  .tld-h1--xl {
  font-size: 76px;
  }
}

@media (min-width: 1440px) {
  .tld-h1--xl {
  font-size: 92px;
  }
}

@keyframes tld-beam-draw {
  0% {
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
  }
}

.tld-h1-wrap .tld-h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.tld-pulse-card svg {
  width: 100%;
  height: auto;
  display: block;
}

.tld-pulse-meta strong {
  color: var(--tld-gold);
  font-weight: 600;
}

.tld-card-tag {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--tld-gold);
}

.tld-card-tag::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--tld-gold);
}

html.tld-js .tld-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition-behavior: normal, normal;
  transition-duration: 0.7s, 0.7s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  html.tld-js .tld-reveal {
  opacity: 1;
  transform: none;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

html.tld-js .tld-reveal.is-inview {
  opacity: 1;
  transform: none;
}

.tld-link-arrow {
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--tld-ink);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  padding: 14px 4px;
  transition-behavior: normal, normal;
  transition-duration: 0.25s, 0.3s;
  transition-timing-function: ease, cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s, 0s;
  transition-property: color, transform;
}

.tld-link-arrow:hover {
  color: var(--tld-gold);
  transform: translateX(3px);
}

.tld-pill:hover {
  border-color: var(--tld-ink);
  color: var(--tld-ink);
}

.tld-pill strong {
  font-weight: 600;
  color: var(--tld-gold);
}

.tld-section--surface .tld-lead {
  color: var(--tld-muted);
}

.tld-anchor svg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.75;
}

.tld-anchor-stat strong {
  display: block;
  font-family: var(--tld-font-display);
  font-size: 38px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--tld-gold);
  font-weight: 550;
}

.tld-anchor-stat span {
  font-size: 12.5px;
  color: var(--tld-muted);
}

.tld-header.is-hidden {
  transform: translateY(-100%);
}

.tld-hero-canvas .tld-h1 {
  margin-bottom: 28px;
}

.tld-hero-canvas .tld-lead {
  max-width: 620px;
}

.tld-hero-canvas-foot svg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
}

.tld-header.is-scrolled {
  background: var(--tld-bg);
}

.tld-split-head {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  column-gap: 24px;
  margin-bottom: 56px;
}

@media (min-width: 1024px) {
  .tld-split-head {
  grid-template-columns: 1fr 1fr;
  row-gap: 80px;
  column-gap: 80px;
  align-items: start;
  }
}

.tld-split-head .tld-h2 {
  margin-bottom: 0px;
}

.tld-split-head .tld-lead {
  font-size: 16.5px;
  max-width: 520px;
}

.tld-tcard-head {
  display: flex;
  align-items: center;
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 20px;
}

.tld-avatar {
  width: 44px;
  height: 44px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--tld-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--tld-font-display);
  font-size: 16px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(46, 107, 255, 0.1);
  object-fit: cover;
}

.tld-tcard-head strong {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--tld-ink);
  line-height: 1.3;
}

.tld-tcard-head span {
  display: block;
  font-size: 12px;
  color: var(--tld-muted);
}

.tld-tcard .tld-stars {
  margin-bottom: 0px;
}

html.tld-js .tld-reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition-behavior: normal, normal;
  transition-duration: 0.9s, 0.9s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--tld-d, 0s);
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  html.tld-js .tld-reveal-item {
  opacity: 1;
  transform: none;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

html.tld-js .is-inview .tld-reveal-item {
  opacity: 1;
  transform: none;
}

.tld-h1 em, .tld-h2 em {
  color: var(--tld-gold);
  font-style: italic;
}

.tld-btn::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: rgb(255, 255, 255);
  line-height: 1;
  width: 32px;
  height: 32px;
  content: "";
  padding-bottom: 0px;
  font-size: 0px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E") center / 11px 11px no-repeat var(--tld-gold);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
  transition-property: background-position;
}

.tld-btn--outline::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E") center / 11px 11px no-repeat var(--tld-ink);
}

.tld-hero-ib {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 110px;
}

.tld-hero-ib-bg {
  position: absolute;
  right: 0px;
  left: 0px;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  top: -18%;
  height: auto;
  bottom: 0px;
  will-change: transform;
  background-image: url("/uploads/g76nG09egfIKOR2qi5R3t-fotona-w2016.webp");
  background-image: image-set(url("/uploads/g76nG09egfIKOR2qi5R3t-fotona-w64.webp") 0.06x, url("/uploads/g76nG09egfIKOR2qi5R3t-fotona-w320.webp") 0.31x, url("/uploads/g76nG09egfIKOR2qi5R3t-fotona-w640.webp") 0.63x, url("/uploads/g76nG09egfIKOR2qi5R3t-fotona-w1024.webp") 1x, url("/uploads/g76nG09egfIKOR2qi5R3t-fotona-w1600.webp") 1.56x, url("/uploads/g76nG09egfIKOR2qi5R3t-fotona-w2016.webp") 1.97x);
}

.tld-hero-ib-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tld-hero-ib-bg::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(15, 15, 14, 0.62) 0%, rgba(15, 15, 14, 0.34) 45%, rgba(15, 15, 14, 0.66) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tld-hero-ib-top {
  position: relative;
  z-index: 1;
  padding-top: 0px;
  margin-top: auto;
}

@media (min-width: 1024px) {
  .tld-hero-ib-top {
  padding-top: 0px;
  }
}

.tld-hero-ib .tld-h1 {
  color: rgb(247, 246, 242);
  max-width: 900px;
  margin-bottom: 36px;
}

.tld-hero-ib-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  align-items: flex-start;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .tld-hero-ib-bottom {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 48px;
  }
}

.tld-hero-ib-bottom p {
  color: rgba(247, 246, 242, 0.85);
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 420px;
  margin: 0px;
}

.tld-marquee-track span {
  font-family: var(--tld-font-display);
  font-weight: 500;
  font-size: 96px;
  letter-spacing: -0.03em;
  color: var(--tld-ink);
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .tld-marquee-track span {
  font-size: 150px;
  }
}

.tld-marquee-track span em {
  font-style: normal;
  color: var(--tld-gold);
}

@keyframes tld-marquee {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-50%);
  }
}

.tld-footer-wordmark {
  font-family: var(--tld-font-display);
  line-height: 0.95;
  margin-top: 64px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: rgb(247, 248, 250);
  font-size: clamp(26px, 7vw, 104px);
  display: inline-block;
}

.tld-footer-wordmark em {
  font-style: normal;
  color: var(--tld-gold);
}

.tld-header.is-onhero .tld-logo, .tld-header.is-onhero .tld-nav a, .tld-header.is-onhero .tld-lang a {
  color: rgb(247, 246, 242);
}

.tld-header.is-onhero .tld-monogram {
  border-color: var(--tld-gold-light);
  color: var(--tld-gold-light);
}

.tld-marquee-track > * {
  font-family: var(--tld-font-display);
  font-weight: 500;
  font-size: 96px;
  letter-spacing: -0.03em;
  color: var(--tld-ink);
  flex-shrink: 0;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

@media (min-width: 1024px) {
  .tld-marquee-track > * {
  font-size: 150px;
  }
}

.tld-marquee-track > * em {
  font-style: normal;
  color: var(--tld-gold);
}

.tld-hero-ib-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.34);
}

.tld-marquee-track span, .tld-marquee-track > * {
  font-size: 72px;
  font-weight: 550;
}

@media (min-width: 1024px) {
  .tld-marquee-track span, .tld-marquee-track > * {
  font-size: 110px;
  }
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-logo, body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-logo span, .tld-header.is-onhero .tld-logo, .tld-header.is-onhero .tld-logo span {
  color: rgb(247, 246, 242);
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-logo em, .tld-header.is-onhero .tld-logo em {
  color: var(--tld-gold-light);
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-monogram, .tld-header.is-onhero .tld-monogram {
  border-top-color: rgba(247, 246, 242, 0.7);
  border-right-color: rgba(247, 246, 242, 0.7);
  border-bottom-color: rgba(247, 246, 242, 0.7);
  border-left-color: rgba(247, 246, 242, 0.7);
  color: rgb(247, 246, 242);
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-nav a, .tld-header.is-onhero .tld-nav a {
  color: rgb(247, 246, 242);
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-nav a:hover, .tld-header.is-onhero .tld-nav a:hover {
  color: var(--tld-gold-light);
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-nav a::after, .tld-header.is-onhero .tld-nav a::after {
  background: var(--tld-gold-light);
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-lang, body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-lang a, .tld-header.is-onhero .tld-lang, .tld-header.is-onhero .tld-lang a {
  color: rgba(247, 246, 242, 0.75);
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-burger, body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-burger::before, body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-burger::after, .tld-header.is-onhero .tld-burger, .tld-header.is-onhero .tld-burger::before, .tld-header.is-onhero .tld-burger::after {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(247, 246, 242);
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-btn, .tld-header.is-onhero .tld-btn {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(247, 246, 242, 0.14);
  border-top-color: rgba(247, 246, 242, 0.35);
  border-right-color: rgba(247, 246, 242, 0.35);
  border-bottom-color: rgba(247, 246, 242, 0.35);
  border-left-color: rgba(247, 246, 242, 0.35);
  color: rgb(255, 255, 255);
}

.tld-hero-ib .tld-h1 em {
  color: inherit;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  padding: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.tld-btn:hover::after {
  background-position-x: calc(50% + 3px);
  background-position-y: center;
}

body:has(.tld-hero-ib) .tld-header:not(.is-scrolled) .tld-btn:hover, .tld-header.is-onhero .tld-btn:hover {
  border-top-color: rgba(247, 246, 242, 0.7);
  border-right-color: rgba(247, 246, 242, 0.7);
  border-bottom-color: rgba(247, 246, 242, 0.7);
  border-left-color: rgba(247, 246, 242, 0.7);
  box-shadow: rgba(247, 246, 242, 0.15) 0px 0px 0px 4px;
}

.tld-hero-strip {
  position: relative;
  z-index: 1;
  padding-bottom: 44px;
}

.tld-hero-strip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
  column-gap: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(247, 246, 242, 0.22);
  padding-top: 30px;
}

@media (min-width: 768px) {
  .tld-hero-strip-grid {
  grid-template-columns: repeat(4, 1fr);
  }
}

.tld-hero-strip-grid strong {
  display: block;
  font-family: var(--tld-font-display);
  color: rgb(247, 246, 242);
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
}

.tld-hero-strip-grid span {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 246, 242, 0.6);
}

.tld-statement {
  height: 220vh;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tld-statement-text {
  font-family: var(--tld-font-display);
  font-weight: 550;
  font-size: 34px;
  line-height: 1.28;
  letter-spacing: -0.02em;
  max-width: 1080px;
  margin: 0px;
}

@media (min-width: 1024px) {
  .tld-statement-text {
  font-size: 56px;
  }
}

.tld-statement-text .w {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
  color: rgb(201, 205, 214);
}

.tld-statement-text .w.on {
  color: var(--tld-ink);
}

.tld-statement-text em {
  font-style: normal;
}

.tld-statement-text em .w.on {
  color: var(--tld-gold);
}

.tld-statement-pin {
  position: sticky;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
}

.tld-statement-svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1080px;
  margin-top: 56px;
}

.tld-statement-svg path {
  stroke: var(--tld-gold);
  fill: none;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.tld-solution {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(233, 238, 251);
  padding-top: 120px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 110px;
}

.tld-solution-tag {
  display: inline-block;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  color: var(--tld-ink);
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 36px;
}

.tld-solution .tld-statement-text .w {
  color: rgb(168, 180, 206);
}

.tld-solution-svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 72px;
}

.tld-solution-svg path {
  stroke: var(--tld-gold);
  stroke-width: 1.5;
  fill: none;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
}

.tld-split-sec {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
  column-gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .tld-split-sec {
  grid-template-columns: 0.9fr 1.1fr;
  row-gap: 96px;
  column-gap: 96px;
  }
}

.tld-ticker {
  position: relative;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(233, 238, 251);
  height: 380px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1024px) {
  .tld-ticker {
  height: 460px;
  }
}

.tld-ticker::before, .tld-ticker::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 90px;
  z-index: 1;
  pointer-events: none;
}

.tld-ticker::before {
  top: 0px;
  background-image: linear-gradient(rgb(233, 238, 251) 20%, rgba(233, 238, 251, 0));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tld-ticker::after {
  bottom: 0px;
  background-image: linear-gradient(0deg, rgb(233, 238, 251) 20%, rgba(233, 238, 251, 0));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tld-ticker-track {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding: 32px 20px;
  text-align: center;
  animation-duration: 22s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tld-tickv;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .tld-ticker-track {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

@keyframes tld-tickv {
  100% {
    transform: translateY(-50%);
  }
}

.tld-ticker-track > * {
  font-family: var(--tld-font-display);
  font-weight: 550;
  font-size: 30px;
  letter-spacing: -0.015em;
  color: var(--tld-ink);
  flex-shrink: 0;
}

.tld-ticker-track > em, .tld-ticker-track > * em {
  font-style: normal;
  color: var(--tld-gold);
}

.tld-split-tag {
  display: inline-block;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(46, 107, 255, 0.09);
  color: var(--tld-gold);
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 28px;
}

.tld-split-stats {
  display: flex;
  row-gap: 56px;
  column-gap: 56px;
  margin-top: 44px;
}

.tld-split-stats strong {
  display: block;
  font-family: var(--tld-font-display);
  font-weight: 550;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.tld-split-stats span {
  font-size: 13.5px;
  color: var(--tld-muted);
}

.tld-fpanels {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 1024px) {
  .tld-fpanels {
  grid-template-columns: 1fr 1fr;
  }
}

.tld-fpanel {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .tld-fpanel {
  padding: 56px 48px;
  }
}

.tld-fpanel--blue {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(233, 238, 251);
}

.tld-fpanel--gray {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(241, 243, 246);
}

.tld-fpanel h3 {
  font-family: var(--tld-font-display);
  font-weight: 550;
  font-size: 28px;
  letter-spacing: -0.02em;
  margin: 0px 0px 14px;
}

.tld-fpanel p {
  color: var(--tld-muted);
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0px 0px 28px;
  max-width: 420px;
}

.tld-chips {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.tld-chip {
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--tld-ink);
}

.tld-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--tld-gold);
}

.tld-fpanel .tld-btn {
  margin-top: auto;
}

.tld-tslider {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .tld-tslider {
  overflow-x: auto;
  }
}

.tld-tslider::before, .tld-tslider::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 80px;
  z-index: 1;
  pointer-events: none;
}

.tld-tslider::before {
  left: 0px;
  background: linear-gradient(90deg, var(--tld-bg) 10%, rgba(251, 251, 252, 0));
}

.tld-tslider::after {
  right: 0px;
  background: linear-gradient(270deg, var(--tld-bg) 10%, rgba(251, 251, 252, 0));
}

.tld-tslider-track {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  width: max-content;
  animation-duration: 45s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tld-tslide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .tld-tslider-track {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.tld-tslider-track:hover {
  animation-play-state: paused;
}

@keyframes tld-tslide {
  100% {
    transform: translateX(-50%);
  }
}

.tld-tslider-track .tld-tcard {
  width: 340px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tld-tslider-track .tld-tcard {
  width: 400px;
  }
}

.tld-phero {
  padding-top: 160px;
  padding-bottom: 72px;
}

@media (min-width: 1024px) {
  .tld-phero {
  padding-top: 200px;
  padding-bottom: 96px;
  }
}

.tld-phero .tld-h1 {
  max-width: 880px;
}

.tld-phero .tld-lead {
  max-width: 560px;
}

.tld-phero .tld-hero-actions {
  margin-top: 40px;
}

.tld-rows {
  border-top: 1px solid var(--tld-hairline);
}

.tld-row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
  column-gap: 8px;
  padding: 28px 0px;
  border-bottom: 1px solid var(--tld-hairline);
  align-items: baseline;
}

@media (min-width: 768px) {
  .tld-row {
  grid-template-columns: 0.8fr 1.2fr auto;
  row-gap: 32px;
  column-gap: 32px;
  }
}

.tld-row strong {
  font-family: var(--tld-font-display);
  font-weight: 550;
  font-size: 21px;
  letter-spacing: -0.01em;
}

.tld-row p {
  color: var(--tld-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0px;
  max-width: 520px;
}

.tld-row .tld-link-arrow {
  padding: 0px;
}

.tld-faq {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.tld-faq-item {
  border-bottom: 1px solid var(--tld-hairline);
}

.tld-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
  padding: 24px 0px;
  cursor: pointer;
  font-weight: 550;
  font-size: 17px;
  font-family: var(--tld-font-display);
  letter-spacing: -0.01em;
}

.tld-faq-q::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: var(--tld-gold);
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.tld-faq-item.open .tld-faq-q::after {
  transform: rotate(45deg);
}

.tld-faq-a {
  display: none;
  padding-bottom: 26px;
  color: var(--tld-muted);
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 660px;
}

.tld-faq-item.open .tld-faq-a {
  display: block;
}

.tld-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
  column-gap: 48px;
}

@media (min-width: 1024px) {
  .tld-contact-grid {
  grid-template-columns: 1fr 1fr;
  row-gap: 96px;
  column-gap: 96px;
  }
}

.tld-contact-phone {
  display: inline-block;
  font-family: var(--tld-font-display);
  font-weight: 550;
  font-size: 34px;
  letter-spacing: -0.02em;
  color: var(--tld-ink);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  margin-bottom: 8px;
}

.tld-contact-phone:hover {
  color: var(--tld-gold);
}

.tld-contact-list {
  margin-top: 32px;
}

.tld-contact-list p {
  margin: 0px 0px 10px;
  color: var(--tld-muted);
  font-size: 15.5px;
}

.tld-contact-list a {
  color: var(--tld-ink);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.tld-contact-list a:hover {
  color: var(--tld-gold);
}

.tld-form {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--tld-hairline);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 36px 32px;
}

.tld-form label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  color: var(--tld-ink);
}

.tld-form input, .tld-form textarea {
  width: 100%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(211, 215, 222);
  border-right-color: rgb(211, 215, 222);
  border-bottom-color: rgb(211, 215, 222);
  border-left-color: rgb(211, 215, 222);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 13px 16px;
  font-family: var(--tld-font-body);
  font-size: 15px;
  color: var(--tld-ink);
  background: var(--tld-bg);
  margin-bottom: 20px;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

.tld-form input:focus, .tld-form textarea:focus {
  border-color: var(--tld-gold);
  box-shadow: rgba(46, 107, 255, 0.12) 0px 0px 0px 3px;
}

.tld-form textarea {
  min-height: 120px;
  resize: vertical;
}

.tld-note {
  font-size: 12.5px;
  color: var(--tld-muted);
  margin-top: 16px;
}

.is-split .tw {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: top;
  padding-block-start: 0.12em;
  padding-block-end: 0.12em;
  margin-block-start: -0.12em;
  margin-block-end: -0.12em;
}

.is-split .twi {
  display: inline-block;
  transform: translateY(115%);
  transition-behavior: normal;
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--wi) * 40ms);
  transition-property: transform;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .is-split .twi {
  transform: none;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.is-split.in .twi {
  transform: none;
}

html.tld-js .tld-reveal-item.is-split {
  opacity: 1;
  transform: none;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
}

@keyframes tld-headerin {
  0% {
    transform: translateY(-28px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes tld-wain {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tld-header, .tld-wa {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}