body {
      font-family: Arial, sans-serif;
      margin: 0;
      color: #222;
      line-height: 1.6;
    }
    .container {
      max-width: 1100px;
      margin: auto;
      padding: 70px 20px;
    }
    h1, h2, h3, h4 {
      margin-bottom: 20px;
    }
    .border-kerry {
      background-color: rgb(211 162 174 / 0.5);
    }
    .text-center {
      text-align: center;
    }
    .bg-kerry  {
      background: linear-gradient(to bottom, #D3A2AE 0%, #ffeaea 50%, #D3A2AE 100%);
    }
    .bg-primary {
      background: #6B3A45;
    }
    .bg-kerry-transparent  {
      background-color: #D3A2AE;
      opacity: 0.5;
    }
    .bg-black-transparent  {
      background-color: #000;
      opacity: 0.7;
    }
    .text-kerry  {
      color: #D3A2AE;
    }
    @media only screen and (min-width: 992px) {
      #hero {
        height: 100vh;
      }
    }
    
    .bg-white {
      background-color: #FFF;
    }
    .text-white {
      color: #FFF;
    }
    .bg-black {
      background-color: #000;
    }

    h2 {
      font-size: 3.5rem !important;
      line-height: 4rem !important;
    }
    h3 {
      font-size: 3rem !important;
      line-height: 3.5rem !important;
    }
    h4 {
      font-size: 1.9rem !important;
      line-height: 2.3rem !important;
    }
    .text-15 {
      font-size: 15px;
    }

    /* HERO */
    .hero {
      background: #0f172a;
      color: #fff;
      text-align: center;
    }
    .hero p {
      max-width: 900px;
      margin: auto;
    }
    .metrics {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin: 40px 0;
    }
    .metric {
      background: #111;
      padding: 20px;
      border-radius: 6px;
    }
    .metric strong {
      display: block;
      font-size: 22px;
    }
    .cta a {
      display: inline-block;
      margin: 10px;
      padding: 14px 22px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
    }
    .btn-primary {
      background: #6B3A45;
      color: #fff;
    }
    .btn-secondary {
      border: 2px solid #6B3A45;
      color: #6B3A45;
    }
    .hero-content {
      width: 100%;
    }
    .fact {
      font-size: 30px;
      text-align: center;
      color: #6B3A45;
    }
    .fa-times {
      color: #dc2626;
    }

    /* COMPARISON */
    .comparison {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      margin-top: 40px;
    }
    .box {
      padding: 30px;
      border-radius: 6px;
    }
    .public {
      background: #fff5f5;
      border-left: 5px solid #dc2626;
    }
    .court {
      background: #f0fdf4;
      border-left: 5px solid #16a34a;
    }
    .muted {
      font-size: 20px;
      font-style: italic;
      font-weight: bolder;
    }
    .text-primary {
      color: #6B3A45;
    }
    ul li {
      list-style: disc;
    }
    ul {
      margin-left: 20px !important;
    }

    /* TABLE */
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 30px;
    }
    th, td {
      border: 1px solid #ddd;
      padding: 14px;
      text-align: left;
    }
    th {
      background: #6B3A45;
      color: #FFF;
    }
    td {
      color: #000;
    }
    .yes {
      color: #15803d;
      font-weight: bold;
    }

    /* TIMELINE */
    .timeline {
      border-left: 3px solid #ccc;
      padding-left: 30px;
      margin-top: 40px;
    }
    .timeline-item {
      position: relative;
      margin-bottom: 30px;
    }
    .timeline-item::before {
      content: '';
      width: 12px;
      height: 12px;
      background: #111827;
      border-radius: 50%;
      position: absolute;
      left: -38px;
      top: 6px;
    }
    .year {
      font-weight: bold;
      font-size: 18px;
    }

    /*---------------- S-SPEAKERS-SCHEDULE ----------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032325}}
/*.s-speakers-schedule {
  padding-top: 60px; }*/

@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032328}}
.speakers-timeline-cover {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032333}}
  .speakers-timeline-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #d6d6d6; }

@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032344}}
.speakers-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 50px; }
@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032350}}
  .speakers-timeline-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032352}}
    .speakers-timeline-item:nth-child(2n) .speakers-timeline-info {
      text-align: right; }
@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032356}}
  .speakers-timeline-item:last-child {
    margin-bottom: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032359}}
  .speakers-timeline-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    background-color: var(--tp-theme-1);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 6px rgba(239, 35, 34, 0.4);
            box-shadow: 0 0 0 6px rgba(239, 35, 34, 0.4); }

@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032372}}
.speakers-timeline-img,
.speakers-timeline-info {
  width: calc(50% - 55px); }

@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032377}}
.speakers-timeline-info .date {
  font-weight: 600;
  font-size: 20px;
  color: #457D3C;
  margin-bottom: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032383}}
.speakers-timeline-info .title {
  color: #772a28;
  margin-bottom: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/F\:\/localhost\/giner-html\/template\/assets\/scss\/_site\.scss}line{font-family:\000032387}}
.speakers-timeline-info p {
  font-weight: 300; }