@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

:root {
  --llms-title: #d95100;
  --llms-text: #1f2a38;
  --llms-orange-text: #eb6f25;
  --llms-muted: #4a5460;
}

body {
  color: #333;
  background: #ffffff;
  font-family: 'Lato', Helvatica, Arial, sans-serif;
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
}

html {
  scroll-behavior: smooth;
}

.llms-page {
  background: #ffffff;
}

.llms-page .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 40px;
}

.llms-section-tag {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--llms-orange-text);
}

.llms-hero-title {
  font-size: clamp(2.6rem, 3.8vw, 3.2rem);
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--llms-title);
}

.llms-paragraph {
  margin: 0 0 18px;
  line-height: 1.65;
  color: var(--llms-muted);
  font-size: 1rem;
}

.llms-data {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  color: var(--llms-muted);
}

.llms-bullet-list li strong {
  font-weight: 600;
}

.llms-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 24px 0;
  width: 100%;
}

.llms-highlight-subtitle {
  margin: 16px 0 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--llms-text);
}

.llms-data li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.98rem;
}

.llms-data li:last-child {
  border-bottom: none;
}

.llms-data li > .llms-sublist li {
  border-bottom: none;
}

.llms-data li > .llms-sublist {
  margin: 8px 0 0;
  padding-left: 1.4rem;
  list-style: disc;
}

.llms-data a {
  color: black;
  text-decoration: none;
}

.llms-data a:hover {
  text-decoration: underline;
}

.llms-subheading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--llms-text);
}

.llms-bullet-list {
  padding-left: 1.4rem;
  margin: 0 0 20px;
  color: var(--llms-muted);
}

.llms-bullet-list li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.llms-bullet-list strong {
  font-weight: 600;
  color: var(--llms-text);
}

.llms-page a {
  color: black;
}

.llms-page a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .llms-page .container {
    padding: 32px 20px;
  }

  .llms-section-tag {
    margin-top: 28px;
  }
}

/* FOOTER STYLES */
.bg-hero-footer {
  background-color: #20252F;
}

.section-spaces-hero {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .section-spaces-hero {
    padding: 50px 0;
  }
}

.label-hero {
  font-size: 20px;
  line-height: 38px;
}

@media (min-width: 240px) {
  .label-hero {
    font-size: 12px;
    line-height: normal;
  }
}

@media (min-width: 550px) {
  .label-hero {
    font-size: 20px;
    line-height: normal;
  }
}

@media (min-width: 992px) {
  .label-hero {
    line-height: 28px;
  }
}

.link-hero-white-arrow {
  color: #ffffff;
}

.link-hero-white-arrow:hover {
  color: #ffded3;
  text-decoration: none;
}

.mdi-30 {
  font-size: 30px;
}

.bg-hero-footer a{
  text-decoration: none;
}