body.landing-page {
  background: #fff;
  color: #334155;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.landing-page *,
.landing-page *::before,
.landing-page *::after {
  box-sizing: border-box;
}

.landing-page #container.landing-shell,
.landing-page #main_content,
.landing-page #content {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0;
  width: calc(100% - 32px);
}

.landing-page #main_content,
.landing-page #content {
  width: 100%;
}

.landing-page .marketing-site-header {
  margin-bottom: 18px !important;
}

.landing-page #navbar-links {
  background: #fff;
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  display: none;
  margin: -10px 0 18px;
  padding: 12px;
}

.landing-page #navbar-links ul {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-page #navbar-links li,
.landing-page #navbar-links a {
  float: none;
  width: auto;
}

.landing-page #navbar-links a {
  border-radius: 6px;
  color: #334155;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  padding: 9px 10px;
  text-decoration: none;
}

.landing-page #navbar-links a:hover,
.landing-page #navbar-links a:focus-visible {
  background: #f1f5f9;
  color: #172554;
}

.landing-page .marketing-mobile-track,
.landing-page .marketing-mobile-contact {
  display: none;
}

.landing-page .landing-main {
  background: #fff;
  border: 1px solid #dfe3ea;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  margin: 0 0 22px;
  overflow: hidden;
}

.landing-page #quote_wrapper,
.landing-page #quote_content,
.landing-page #page_content {
  background: transparent;
  border: 0;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  min-height: 0;
  padding: 0;
  width: 100%;
}

.landing-page #page_content {
  overflow-wrap: anywhere;
  padding: 42px 48px 48px;
}

.landing-page #page_content > :first-child {
  margin-top: 0;
}

.landing-page #page_content > :last-child {
  margin-bottom: 0;
}

.landing-page #page_content h1,
.landing-page #page_content h2,
.landing-page #page_content h3,
.landing-page #page_content h4 {
  color: #172554;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  text-align: left;
}

.landing-page #page_content h1 {
  font-size: clamp(30px, 4vw, 44px);
  margin: 0 0 22px;
  text-wrap: balance;
}

.landing-page #page_content h2 {
  font-size: 24px;
  margin: 34px 0 14px;
}

.landing-page #page_content h3 {
  font-size: 18px;
  margin: 26px 0 10px;
}

.landing-page #page_content p,
.landing-page #page_content li,
.landing-page #page_content td {
  color: #475569;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}

.landing-page #page_content p {
  margin: 0 0 16px;
}

.landing-page #page_content a:not(.cuk-btn):not(.cta-translate) {
  color: #16357a;
  text-decoration: underline;
  text-decoration-color: rgba(22, 53, 122, 0.3);
  text-underline-offset: 3px;
}

.landing-page #page_content a:not(.cuk-btn):not(.cta-translate):hover,
.landing-page #page_content a:not(.cuk-btn):not(.cta-translate):focus-visible {
  color: #0f2455;
  text-decoration-color: currentColor;
}

.landing-page #page_content img {
  height: auto;
  max-width: 100%;
}

.landing-page #page_content table {
  max-width: 100%;
}

.landing-page #page_content select,
.landing-page #page_content input[type='text'],
.landing-page #page_content input[type='email'],
.landing-page #page_content textarea {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #111827;
  font: inherit;
  min-height: 38px;
  padding: 7px 10px;
}

.landing-page #page_content input[type='submit'],
.landing-page #page_content .cta-translate {
  background: #2f7d32;
  border: 1px solid #2f7d32;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 600;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
  width: auto;
}

.landing-page #page_content input[type='submit']:hover,
.landing-page #page_content .cta-translate:hover {
  background: #256628;
  border-color: #256628;
}

.landing-page .homepage-footer {
  clear: both;
  float: none;
  margin: 8px 0 28px;
  width: 100%;
}

.landing-page.sitemap-page .sitemap-section {
  margin: 0 0 28px;
}

.landing-page.sitemap-page .sitemap-section:last-child {
  margin-bottom: 0;
}

.landing-page.sitemap-page .sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-page.sitemap-page .sitemap-list > li {
  border-bottom: 1px solid #e8edf3;
  margin: 0;
  padding: 10px 0;
}

.landing-page.sitemap-page .sitemap-list > li:last-child {
  border-bottom: 0;
}

.landing-page.sitemap-page .sitemap-list--nested {
  margin: 8px 0 0;
  padding-left: 16px;
}

.landing-page.sitemap-page .sitemap-list--nested > li {
  border-bottom: 0;
  padding: 4px 0;
}

@media screen and (max-width: 768px) {
  .landing-page #container.landing-shell {
    width: 100%;
  }

  .landing-page .marketing-site-header {
    border-radius: 0;
    box-shadow: none;
    margin: 0 !important;
  }

  .landing-page .desktop-header-actions {
    display: none;
  }

  .landing-page .site-header-tools > .login_toggle {
    display: none;
  }

  .landing-page #navbar-links {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    margin: 0;
  }

  .landing-page #navbar-links ul {
    grid-template-columns: 1fr;
  }

  .landing-page .marketing-mobile-track {
    display: block;
  }

  .landing-page .marketing-mobile-contact {
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    font-size: 12px;
    gap: 8px;
    justify-content: center;
    padding: 9px 12px;
  }

  .landing-page .marketing-mobile-contact span {
    color: #64748b;
  }

  .landing-page .marketing-mobile-contact a {
    color: #172554;
    font-weight: 700;
    text-decoration: none;
  }

  .landing-page .marketing-mobile-contact a:last-child {
    color: #2f7d32;
  }

  .landing-page .landing-main {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin: 14px 0 18px;
  }

  .landing-page #page_content {
    padding: 28px 18px 34px;
  }

  .landing-page #page_content h1 {
    font-size: 30px;
  }

  .landing-page #page_content h2 {
    font-size: 21px;
  }

  .landing-page #page_content p,
  .landing-page #page_content li,
  .landing-page #page_content td {
    font-size: 14px;
  }

  .landing-page #page_content img[style*='float'] {
    float: none !important;
    margin: 16px auto !important;
  }

  .landing-page #page_content table {
    display: block;
    overflow-x: auto;
    width: 100% !important;
  }

  .landing-page #page_content select,
  .landing-page #page_content input[type='text'],
  .landing-page #page_content input[type='email'],
  .landing-page #page_content textarea {
    max-width: 100%;
    width: 100%;
  }

  .landing-page .homepage-footer {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-bottom: 0;
  }
}
