.navbar {
  position: fixed;
  display: flex;
  justify-content: flex-end; /* Aligns the nav-links to the right */
  align-items: center;
  border: 1px solid #333333;
  border-radius: 90px;
  background: transparent !important;
  padding: 2px 4px;
  z-index: 300;
  right: 0; /* Positions the navbar to the right */
  margin: 18px;
  width: -webkit-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 14px;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0; /* Ensures there's no space around the nav-links */
  display: flex;
  gap: 0;
}

.nav-links li a {
  display: block;
  color: #333; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px; /* Half of the navbar's border-radius for a pill-like shape on hover */
}

.nav-links li a:hover {
  background-color: #333333; /* A light color for hover state */
  color: #FFFFFF; 
}

.navbar-list {
  display: block;
  color: #333; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px; /* Half of the navbar's border-radius for a pill-like shape on hover */
  cursor: pointer;
}

.navbar-list:hover {
  background-color: #333333; /* A light color for hover state */
  color: #FFFFFF; 
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 16728613;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.flicking .panel {
  height: 32vh;
  margin: 10px;
  text-align: left;
  /* line-height: 200px; */
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}

.panel::before {
  content: '';
  display: flex;
  width: 10%;
  height: 36%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: 0;
  transform: translate(0%, 0%);
  z-index: -1;
  filter: grayscale(1);
  opacity: 0.5;
}

.panel.first::before {
  background-image: url(/static/media/brain.63dfb159f76c64deaf42.svg); /* Replace with the actual path to your SVG */
}

.panel.second::before {
  background-image: url(/static/media/task.d932306ee8893e933aac.svg); /* Replace with the actual path to your SVG */
}

.panel.third::before {
  background-image: url(/static/media/time.09c7b4e6ae19998deb89.svg); /* Replace with the actual path to your SVG */
}

.panel.fourth::before {
  background-image: url(/static/media/multi.622fb04b3af18eb09f79.svg); /* Replace with the actual path to your SVG */
}

.panel.fifth::before {
  background-image: url(/static/media/shield.c17c14238a257fd4712a.svg); /* Replace with the actual path to your SVG */
}

.panel.sixth::before {
  background-image: url(/static/media/mobile.87c5fde33029b14669b8.svg); /* Replace with the actual path to your SVG */
}

.panel.seventh::before {
  background-image: url(/static/media/fintech.b2fc60df1c45dedb574f.svg); /* Replace with the actual path to your SVG */
}

.panel.eighth::before {
  background-image: url(/static/media/insurance.7df9194de3b5499452c0.svg); /* Replace with the actual path to your SVG */
}

.panel.ninth::before {
  background-image: url(/static/media/logistics.2cf32d68863a1bb9cb6a.svg); /* Replace with the actual path to your SVG */
}

.panel.tenth::before {
  background-image: url(/static/media/travel.3602a9a04f3b064b7330.svg); /* Replace with the actual path to your SVG */
}

.panel.eleventh::before {
  background-image: url(/static/media/Shopping.d0b79e362bbb19480334.svg); /* Replace with the actual path to your SVG */
}

.panel.twelve::before {
  background-image: url(/static/media/insights.3da4026fd61d9b392e78.svg); /* Replace with the actual path to your SVG */
}


.panel-details {
  line-height: 1.3em;
  text-align: left;
  font-size: 0.75em;
  font-weight: 200;
}

.carousel-container {
  position: relative;
}

.close-button {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid red; /* Red outline */
  background-color: transparent; /* No background color */
  color: red; /* Text color similar to the book demo button */
  border-radius: 90px; /* Rounded corners */
  padding: 8px 12px; /* Padding similar to the book demo button */
  text-align: center; /* Center the text */
  text-decoration: none; /* No underline on text */
  cursor: pointer;
}

.close-button:hover {
  border: 1px solid rgb(216, 2, 2); /* Red outline */
  color: rgb(216, 2, 2);
}

.f-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 16728613;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.faq-overlay {
  height: -webkit-max-content;
  height: max-content;
  width: 60vh;
  margin: 10px;
  text-align: left;
  /* line-height: 1.4; */
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  font-size: 18px;
  font-weight: 200;
  color: #333;
}

.chevron-down {
  margin-left: auto;
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1);
}

.szh-accordion {
  border-bottom: 0px solid #ccc;
}

.szh-accordion__item {
  border-top: 0px solid #ccc;
}

.szh-accordion__item-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 1rem;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  color: #333;
  background-color: transparent;
  border: none;
}

.szh-accordion__item-btn:hover {
  color: #000;
}

.szh-accordion__item-content {
  transition: height 0.25s cubic-bezier(0, 0, 0, 1);
}

.szh-accordion__item-panel {
  padding: 1rem;
}

.szh-accordion__item--expanded .szh-accordion__item-btn {
  /* background-color: #e7e7e7; */
}

.szh-accordion__item--expanded .chevron-down {
  transform: rotate(180deg);
}


.flicking-arrow-prev::before, .flicking-arrow-prev::after, .flicking-arrow-next::before, .flicking-arrow-next::after {
  background-color: #4b4b4b !important;
}


@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .flicking .panel {
    height: 42vh; /* Height adjusts to content */
  }

  .panel::before {
    width: 12%;
    height: 30%;
  }
  
  .close-button:hover {
    border: 1px solid rgb(216, 2, 2); /* Red outline */
    color: rgb(216, 2, 2);
  }
}
/* Responsive layout - makes the navbar links stack vertically on small screens */
/* ... existing styles ... */

/* Responsive layout - positions the navbar at the bottom center on small screens */
@media screen and (max-width: 600px) {
  .navbar.hide-on-mobile {
    display: none;
  }
  
  .navbar {
    position: fixed; /* Fixed position to stick to the bottom */
    bottom: 0; /* Align to the bottom */
    left: 50%; /* Start at 50% of the screen width */
    transform: translateX(-50%); /* Center the navbar */
    width: auto; /* Auto width to fit content */
    justify-content: center; /* Center the nav-links */
    margin: 0px 0px 24px 0px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    z-index: 1000;
  }

  .nav-links {
    flex-direction: row; /* Keep the links in a row */
    flex-wrap: nowrap;
    justify-content: center;
  }

  .nav-links li {
    margin: 0 4px;
  }

  .nav-links li a {
    /* Adjust styles for links if necessary */
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 90px;
    background-color: #f0f0f0;
    white-space: nowrap;
  }

  .book-demo-button-mobile {
    position: fixed;
    bottom: 121px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    color: #ffffff !important;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 90px;
    background-color: #333333;
    margin: 2px 0px;
    width: -webkit-max-content;
    width: max-content;
    font-weight: 500;
    border: none;
    z-index: 1000;
  }

  .book-demo-button-mobile:hover {
    cursor: pointer;
    background-color: #dfdfdfde;
  }

  .flicking .panel {
    width: 100%; /* Full width on mobile */
    height: auto; /* Height adjusts to content */
    margin: 10px 0; /* Vertical margin only */
    padding: 16px; /* Smaller padding */
    font-size: 20px; /* Smaller font size for mobile */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); /* Less pronounced shadow */
  }

  .panel-details {
    font-size: 0.7em; /* Smaller font size for details */
    padding-bottom: 20px;
  }

  .panel::before{
    width: 19%;
    height: 16%;
  }

  .faq-overlay {
    font-size: 14px;
    line-height: 1.3em;
  }

  .szh-accordion__item-btn {
    font-size: 18px;
  }

  .close-button {
    bottom: 10vh;
  }
}
.flicking-viewport {
  position: relative;
  overflow: hidden;
}

.flicking-viewport.vertical {
  display: inline-flex;
}

.flicking-viewport.vertical > .flicking-camera {
  display: inline-flex;
  flex-direction: column;
}

.flicking-viewport.flicking-hidden > .flicking-camera > * {
  visibility: hidden;
}

.flicking-camera {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  z-index: 1;
  will-change: transform;
}

.flicking-camera > * {
  flex-shrink: 0;
}

.flicking-arrow-prev,
.flicking-arrow-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.flicking-arrow-prev.is-circle,
.flicking-arrow-next.is-circle {
  background-color: #f2a65e;
  border-radius: 50%;
}

.flicking-arrow-disabled.is-circle {
  background-color: rgb(10 10 10 / 10%);
}

.flicking-arrow-prev.is-circle::before,
.flicking-arrow-prev.is-circle::after,
.flicking-arrow-next.is-circle::before,
.flicking-arrow-next.is-circle::after {
  background-color: white;
}

.flicking-arrow-prev {
  left: 10px;
}
.flicking-arrow-next {
  right: 10px;
}

.flicking-arrow-prev.is-outside {
  left: -74px;
}
.flicking-arrow-next.is-outside {
  right: -74px;
}

.flicking-arrow-prev::before,
.flicking-arrow-prev::after,
.flicking-arrow-next::before,
.flicking-arrow-next::after {
  content: "";
  width: 24px;
  height: 6px;
  position: absolute;
  background-color: #f2a65e;
}
.flicking-arrow-prev::before {
  top: 50%;
  left: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-prev::after {
  top: calc(50% - 4px);
  left: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-next::before {
  top: 50%;
  right: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.flicking-arrow-next::after {
  top: calc(50% - 4px);
  right: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.flicking-arrow-disabled,
.flicking-arrow-disabled {
  cursor: default;
}

.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after,
.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after {
  background-color: #e6e6e6;
}

.flicking-arrow-prev.is-thin::before,
.flicking-arrow-prev.is-thin::after,
.flicking-arrow-next.is-thin::before,
.flicking-arrow-next.is-thin::after{
  height: 3px;
}

.flicking-arrow-prev.is-thin::after,
.flicking-arrow-next.is-thin::after{
  top: calc(50% - 2px);
}

.company-name {
  position: fixed;
  display: flex;
  padding: 2px 6px;
  left: 0; /* Positions the navbar to the right */
  margin: 20px;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  width: -webkit-max-content;
  width: max-content;
  z-index: 300;
}

.company-logo-link {
  text-decoration: none;
  color: inherit;
}

.company-subtext {
  font-size: 12px; /* Smaller font size for subtext */
  color: #7a7a7a; /* A lighter shade of text color, change as needed */
  margin-top: 20px; /* Space above the subtext */
}

@media screen and (max-width: 600px) {
  .company-name {
    position: fixed;
    margin: 12px 0px 0px 0px;
    top: 0;
    left: 50%;
    transform: translateX(-20%);
    z-index: 301; /* Ensure it's above the navbar */
  }
}
/* Case Study Styles - Minimalist Monochrome Design */
.case-study-container {
  min-height: 100vh;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  overflow-x: hidden;
  color: #000000;
}

/* Ensure all headings and paragraphs in the case study are black or dark gray */
.case-study-container h1,
.case-study-container h2,
.case-study-container h3,
.case-study-container h4,
.case-study-container p,
.case-study-container strong {
  color: #000000;
}

.case-study-container .hero-subtitle,
.case-study-container .stat-label,
.case-study-container .company-description,
.case-study-container .challenge-description,
.case-study-container .timeline-description,
.case-study-container .feature-description,
.case-study-container .benefit-item p,
.case-study-container .result-description,
.case-study-container .why-number-description,
.case-study-container .testimonial-quote,
.case-study-container .author-title,
.case-study-container .step-description {
  color: #666666;
}

/* The rest of the styles will build upon this base */

/* Ensure specific elements maintain their intended colors */
.case-study-container .badge-text,
.case-study-container .highlight,
.case-study-container .timeline-number,
.case-study-container .step-number,
.case-study-container .author-avatar,
.case-study-container .avatar-initials,
.case-study-container .cta-title,
.case-study-container .cta-description,
.case-study-container .cta-description em,
.case-study-container .cta-primary,
.case-study-container .cta-secondary {
  /* These elements have their own specific colors defined, so we don't apply the default black/gray */
}

.company-name-link {
  text-decoration: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
}

/* Hero Section */
.hero-section {
  padding: 120px 20px 80px;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
}

.hero-section.no-border-bottom {
  border-bottom: none;
}

.hero-content {
  text-align: center;
}

.hero-badge {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 8px 20px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #e5e5e5;
  border-radius: 90px;
}

.badge-text {
  color: #ffffff;
}

.hero-title {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.highlight {
  font-weight: 600;
  background: #000000;
  color: #ffffff;
  padding: 0 12px;
  margin: 0 4px;
}

.hero-subtitle {
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 48px;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 48px;
  padding-top: 48px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 42px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.stat-label {
  font-size: 12px;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-image {
  display: none; /* Hidden for minimalist design */
}

.hero-visual {
  position: relative;
  width: 100%;
  height: 100%;
}

.floating-card {
  position: absolute;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: float 6s ease-in-out infinite;
  max-width: 220px;
}

.card-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.card-2 {
  top: 50%;
  right: 10%;
  animation-delay: 2s;
}

.card-3 {
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

.card-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.card-content {
  flex: 1 1;
}

.card-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}

.card-desc {
  font-size: 14px;
  color: #666666;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* Common Section Styles */
.company-section,
.challenge-section,
.solution-section,
.results-section,
.testimonial-section,
.executive-summary-section,
.next-steps-section {
  padding: 80px 20px;
  background: #ffffff;
}

.company-content,
.challenge-content,
.solution-content,
.results-content,
.testimonial-content,
.executive-summary-content,
.next-steps-content {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.5px;
}

/* Company Section */
.company-grid {
  display: block;
  text-align: center;
}

.company-description {
  font-size: 18px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.company-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}

.company-stat {
  text-align: center;
}

.stat-label {
  font-weight: 600;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}

.stat-value {
  font-weight: 300;
  color: #000000;
  font-size: 24px;
  letter-spacing: -0.5px;
}

.company-visual {
  display: none;
}

/* Challenge Section */
.challenge-section {
  background: #f8f8f8;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.challenge-item {
  background: #ffffff;
  padding: 40px 32px;
  border: 1px solid #e5e5e5;
  text-align: left;
  transition: transform 0.2s ease;
}

.challenge-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.challenge-icon {
  font-size: 24px;
  margin-bottom: 16px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.challenge-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.challenge-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  font-weight: 400;
}

/* Solution Section */
.solution-timeline {
  max-width: 800px;
  margin: 0 auto;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
  position: relative;
}

.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 27px;
  top: 60px;
  width: 2px;
  height: 100px;
  background: #e5e5e5;
}

.timeline-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}

.timeline-content {
  flex: 1 1;
  padding-top: 8px;
}

.timeline-title {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
}

.timeline-description {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

/* Solution with detailed features */
.solution-description {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 48px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.solution-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-bottom: 48px;
}

.feature-item {
  background: #ffffff;
  padding: 32px;
  border: 1px solid #e5e5e5;
  transition: transform 0.2s ease;
}

.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

.solution-benefits {
  background: #f8f8f8;
  padding: 48px;
}

.benefits-title {
  font-size: 26px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 32px;
  text-align: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 32px;
  gap: 32px;
}

.benefit-item {
  text-align: left;
}

.benefit-item strong {
  display: block;
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: 600;
}

.benefit-item p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

/* Results Section */
.results-section {
  background: #ffffff;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

.result-card {
  background: #ffffff;
  padding: 40px 24px;
  text-align: center;
  transition: transform 0.2s ease;
  border: 1px solid #e5e5e5;
}

.result-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.result-icon {
  font-size: 24px;
  margin-bottom: 16px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.result-number {
  font-size: 48px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.result-label {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.result-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  font-weight: 400;
}

/* Why These Numbers Matter */
.why-numbers-matter {
  margin-top: 60px;
  padding-top: 48px;
}

.subsection-title {
  font-size: 28px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

.why-numbers-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.why-number-item {
  padding: 24px 0;
}

.why-number-item:last-child {
  border-bottom: none;
}

.why-number-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.why-number-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

/* Testimonial Section */
.testimonial-section {
  background: #f8f8f8;
}

.testimonial-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 48px 40px;
  position: relative;
  text-align: center;
}

.quote-icon {
  font-size: 60px;
  color: #e5e5e5;
  position: absolute;
  top: 20px;
  left: 40px;
}

.testimonial-quote {
  font-size: 20px;
  line-height: 1.8;
  color: #333333;
  font-style: italic;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.author-info {
  text-align: right;
}

.author-name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 4px;
}

.author-title {
  font-size: 14px;
  color: #666666;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-initials {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

/* Styles for SG Benefit Providers Case Study */
.use-cases-section,
.compliance-section {
  padding: 80px 20px;
  background: #f8f8f8;
}

.use-cases-content,
.compliance-content {
  max-width: 1000px;
  margin: 0 auto;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

.use-case-item {
  background: #ffffff;
  padding: 32px;
  border: 1px solid #e5e5e5;
}

.use-case-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.use-case-description {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}

.workflows-section,
.highlights-section {
  margin-top: 32px;
}

.workflow-item {
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.workflow-title,
.highlights-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.highlights-title {
  text-align: center;
}

.workflow-description {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.highlights-list {
  list-style: none;
  padding: 0;
}

.highlight-item {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  padding: 16px;
}

.highlight-item:last-child {
  border-bottom: none;
}

.highlight-item strong {
  font-weight: 600;
  color: #000000;
}

.solution-sections {
  max-width: 800px;
  margin: 0 auto;
}

.solution-section-item {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 40px;
  margin-bottom: 32px;
  transition: box-shadow 0.3s ease-in-out;
}

.solution-section-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.solution-section-item:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.solution-section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.solution-points,
.consistency-points,
.cost-points {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.solution-point,
.consistency-point,
.cost-point {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}

.solution-point::before,
.consistency-point::before,
.cost-point::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #000000;
}

.solution-quote,
.rockstar-quote {
  position: relative;
  background: #f8f8f8;
  border: none;
  border-left: 4px solid #000000;
  padding: 32px 32px 32px 48px;
  margin: 32px 0;
  font-style: normal;
  color: #333333;
}

.solution-quote::before {
  content: '“';
  font-family: Georgia, serif;
  font-size: 80px;
  line-height: 1;
  color: #e5e5e5;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}

.solution-quote .quote-text {
  font-size: 18px;
  line-height: 1.7;
  color: #333333;
  font-style: italic;
  position: relative;
  z-index: 1;
  margin: 0 0 16px 0;
}

.solution-quote .quote-author {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: right;
  display: block;
  position: relative;
  z-index: 1;
  font-style: normal;
}

.why-consistency,
.cost-advantages,
.observed-lift {
  margin-top: 24px;
  padding: 24px;
  background: #f8f8f8;
}

.consistency-title,
.cost-title,
.lift-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.data-driven-text,
.lift-description {
  font-size: 16px;
  line-height: 1.7;
}

.why-chose-infer {
  /* No longer needed as it's a separate section now */
}

.why-chose-infer-section {
  padding: 80px 20px;
  background: #ffffff;
}

.why-chose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.why-chose-item {
  background: #ffffff;
  padding: 32px;
  border: 1px solid #e5e5e5;
  transition: transform 0.2s ease;
}

.why-chose-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.why-chose-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.why-chose-description {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}

.compliance-section {
}

.compliance-content {
  text-align: center;
}

.compliance-description {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  max-width: 700px;
  margin: 0 auto;
}

.secondary-quote {
  margin-top: 24px;
  padding-top: 24px;
}

/* CTA Section */
.cta-section {
  background: #000000;
  padding: 80px 20px;
  text-align: center;
}

.cta-content {
  max-width: 600px;
  margin: 0 auto;
}

.cta-section .cta-title {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.cta-section .cta-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
}

.cta-section .cta-description em {
  font-style: italic;
  color: #ffffff;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.cta-primary {
  background: #ffffff;
  color: #000000;
}

.cta-primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.2s ease;
}

.cta-secondary:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    padding: 80px 20px 60px;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-stats {
    gap: 40px;
  }
  .company-stats {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .section-title {
    font-size: 28px;
  }
  .challenge-grid,
  .results-grid,
  .solution-features,
  .benefits-grid,
  .why-numbers-grid {
    grid-template-columns: 1fr;
  }
  .why-chose-grid {
    grid-template-columns: 1fr;
  }
  .timeline-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .timeline-item:not(:last-child)::after {
    display: none;
  }
  .testimonial-author {
    flex-direction: column;
  }
  .author-info {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .floating-card {
    display: none;
  }
  
  .hero-image {
    min-height: 200px;
  }
  
  .testimonial-quote {
    font-size: 18px;
  }
  
  .quote-icon {
    font-size: 60px;
  }
} 

/* Executive Summary Section */
.executive-summary-section {
  background: #f8f8f8;
}

.executive-summary-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 32px;
}

.why-it-matters {
  background: #ffffff;
  border-left: 3px solid #000000;
  padding: 20px 32px;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

.why-it-matters strong {
  color: #000000;
  font-weight: 600;
} 

/* Next Steps Section */
.next-steps-section {
  background: #ffffff;
}

.next-steps-list {
  max-width: 700px;
  margin: 0 auto;
}

.next-step-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px 0;
}

.next-step-item:last-child {
  border-bottom: none;
}

.step-number {
  width: 32px;
  height: 32px;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}

.step-description {
  flex: 1 1;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
/* Case Studies Listing Page Styles */
.case-studies-container {
  min-height: 100vh;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #000000;
}

/* Hero Section */
.case-studies-hero {
  background: #ffffff;
  padding: 120px 20px 80px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.case-studies-hero::before {
  display: none;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 8px 20px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.badge-text {
  color: #ffffff;
}

.hero-title {
  font-size: 48px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.hero-subtitle {
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #e5e5e5;
}

.global-stat {
  text-align: center;
}

.global-stat .stat-number {
  font-size: 42px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.global-stat .stat-label {
  font-size: 12px;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Grid Section */
.case-studies-grid-section {
  padding: 80px 20px;
  background: #ffffff;
}

.grid-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-title {
  font-size: 32px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.section-description {
  font-size: 18px;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
}

/* Updated grid for two large thumbnails */
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  gap: 40px;
  margin-top: 48px;
}

.book-demo-button:hover {
  cursor: pointer;
  background-color: #dfdfdfde;
}

.case-study-card {
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  border-radius: 12px;
}

.card-image-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-color: #f8f8f8;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}

.card-content {
  padding: 24px 28px 28px;
}

.company-name {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
}

.case-description {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 24px;
}

.read-more-btn {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 90px;
}

.read-more-btn:hover {
  background: #333333;
}

/* Hide elements not used in the new design */
.hero-metric-display,
.metrics-preview,
.tags-container,
.card-footer {
  display: none;
}

/* CTA Section */
.cta-section {
  background: #000000;
  padding: 80px 20px;
  text-align: center;
}

.cta-content {
  max-width: 600px;
  margin: 0 auto;
}

.cta-section .cta-title {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 24px;
}

.cta-section .cta-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.cta-primary {
  background: #ffffff;
  color: #000000;
}

.cta-primary:hover {
  background: #f0f0f0;
}

.cta-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.cta-secondary:hover {
  background: #ffffff;
  color: #000000;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .case-studies-grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .case-studies-hero {
    padding: 100px 20px 80px;
  }
  
  .hero-stats {
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .global-stat .stat-number {
    font-size: 32px;
  }
  
  .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .card-image-container {
    height: 200px;
  }
  
  .case-study-card {
    padding: 24px;
  }
  
  .card-header {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  
  .company-logo {
    width: 56px;
    height: 56px;
  }
  
  .logo-text {
    font-size: 18px;
  }
  
  .company-name {
    font-size: 20px;
  }
  
  .metric-value {
    font-size: 40px;
  }
  
  .metrics-preview {
    flex-direction: column;
    gap: 12px;
  }
  
  .metric-item {
    min-width: auto;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-primary,
  .cta-secondary {
    width: 100%;
    max-width: 280px;
  }

  .case-description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .case-studies-hero {
    padding: 80px 20px 60px;
  }
  
  .case-studies-grid-section {
    padding: 80px 20px;
  }
  
  .section-header {
    margin-bottom: 48px;
  }
  
  .case-study-card {
    padding: 20px;
  }
  
  .hero-metric-display {
    padding: 20px;
  }
  
  .metric-value {
    font-size: 36px;
  }
  
  .case-description {
    font-size: 15px;
  }
} 
.share-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.share-label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: white;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.share-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

.share-btn svg {
  width: 16px;
  height: 16px;
}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;

    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;

    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;

    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;

    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;

    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;

    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;

    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;

    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;

    --radius: 0.5rem;
  }
  * {
  border-color: hsl(214.3 31.8% 91.4%);
  border-color: hsl(var(--border));
}
  body {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
  color: hsl(222.2 84% 4.9%);
  color: hsl(var(--foreground));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-64 {
  height: 16rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-none {
  max-width: none;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
  border-radius: var(--radius);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-card {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--card));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-card-foreground {
  color: hsl(222.2 84% 4.9%);
  color: hsl(var(--card-foreground));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-muted-foreground {
  color: hsl(215.4 16.3% 46.9%);
  color: hsl(var(--muted-foreground));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
@keyframes enter {

  from {
    opacity: 1;
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: 1;
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-300 {
  animation-duration: 300ms;
}
.running {
  animation-play-state: running;
}
/* CSS */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

* {
  box-sizing: border-box;
  outline: none;
}

html,
body,
#root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: black;
  font-size: 14px;
}

#root:focus {
  outline: none;
}

/* Override Tailwind's container class for App.js */
.container {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


.hero-container {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-suffix-text {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1em;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    /* word-break: break-word; */
    z-index: 99;
    color: #333;
    background-color: #f0f0f0;
    padding: 10px 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    width: -webkit-max-content;
    width: max-content;
}

.hero-text {
    position: relative;
    top: 20%;
    line-height: 1.05em;
    text-align: center;
    font-size: 4em;
    font-weight: 500;
    color: #333;
    width: 90vw;
    padding: 0 20% 0 20%;
    /* word-break: break-word; */
}

.hero-sub-text {
  position: relative;
  /* top:30%; */
  line-height: 1.1em;
  text-align: center;
  font-size: 1.4em;
  font-weight: 200;
  color: #333;
  margin-top: 20px;
  /* word-break: break-word; */
}

.mobile-only {
  display: none;
}

.book-demo-button{
  position: fixed;
  bottom: 20%; /* Raise the button 12% from the bottom */
  left: 50%;
  transform: translateX(-50%);
  display: block;
  color: #FFFFFF !important; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px;
  background-color: #333333;
  margin: 2px 0px;
  margin-bottom: 12px;
  width: -webkit-max-content;
  width: max-content;
  font-weight: 500;
  border: none;
}

.book-demo-button:hover {
  cursor: pointer;
  background-color: #555555;
}

.conversation-cases{
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
  justify-content: center; /* Center items vertically */
  position: fixed;
  top: 50%; /* Center vertically */
  left: 50%;
  transform: translate(-50%, -25%); /* Adjust for exact centering */
  z-index: 100;
}

.conversation-cases li{
  list-style-type: none;
  color: #000000 !important; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 90px;
  background-color: #dfdfdf;
  margin: 2px 2px;
  margin-bottom: 6px;
  width: 9rem;
  font-weight: 500;
  border: none;
  z-index: 100;
}

.conversation-cases li:hover {
  cursor: pointer;
  background-color: #dfdfdfde;
}

.roleplay-case{
  display: flex;
  flex-direction: row; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
  justify-content: center; /* Center items vertically */
  position: fixed;
  top: 32%; /* Center vertically */
  left: 50%;
  transform: translate(-50%, -10%); /* Adjust for exact centering */
  z-index: 100;
}

.roleplay-case li{
  list-style-type: none;
  color: #000000; /* Updated color for better contrast on the light background */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px;
  background-color: #dfdfdf;
  margin: 2px 2px;
  margin-bottom: 8px;
  font-weight: 500;
  border: none;
  z-index: 100;
}

.roleplay-case input {
  list-style-type: none;
  color: #333; /* Assuming you want the same text color */
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 90px;
  background-color: #f0f0f0;
  margin: 2px 12px;
  margin-bottom: 8px;
  font-weight: 500;
  border: none;
  width: 30vh; /* You can adjust the width as needed */
  display: block; /* To make it a block-level element like the others */
  box-sizing: border-box; /* To include padding and border in the element's total width and height */
  border: 1px solid #ccc;
  text-align: left;
}

.roleplay-case input::placeholder {
  color: #888; /* Replace with the color you want */
  opacity: 1; /* Optional: Adjust the opacity as needed */
}

.roleplay-case li:hover{
  cursor: pointer;
  background-color: #dfdfdfde;
}

.roleplay-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 33%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100; /* Ensure this is below the roleplay-case z-index */
}

.close-button {
  color: red; /* Text color similar to the book demo button */
  border-radius: 90px; /* Rounded corners */
  padding: 8px 12px; /* Padding similar to the book demo button */
  text-align: center; /* Center the text */
  text-decoration: none; /* No underline on text */
  cursor: pointer;
}

.footer-texts {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 17%;
  width: 100%;
  padding: 4px 0;
}

.footer-text {
  margin: 0 10px;
  padding: 5px;
  text-align: center;
  font-weight: 200;
  font-size: 12.8px;
  color: #333;
  cursor: pointer;
}

.footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: start;
  padding: 0.2rem 20px 0.4rem 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 200;
  font-size: 10.4px;
  color: #333;
  z-index: 1000;
}


.footer a {
  text-decoration: none; /* Removes underline from links */
  color: inherit; /* Inherits the color from the parent element */
  font-size: inherit; /* Inherits the font size from the parent element */
  /* Add any other properties you want to reset */
}

.footer-container {
  display: flex;
  justify-content: center; /* Updated this line */
  flex-direction: row; /* Changed to row for horizontal layout */
  align-items: center;
  padding: 0.1rem 0.1rem 2rem 0.1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 200;
  font-size: 12px;
  color: #333;
}

.backing-statement {
  /* margin-bottom: 20px; */
  font-size: 14px; /* Adjust the size as needed */
  font-weight: 300;
  color: #333;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-left: 12px;
}

.logos img {
  vertical-align: middle; /* Aligns the logos vertically centered */
  max-height: 50px; /* Adjust based on your preference */
  width: 88px;
}

.invisible {
  opacity: 0;
}

.ridgeline {
  height: 140px;
  overflow-y: scroll;
}

/* Width of the entire scrollbar */
::-webkit-scrollbar {
  width: 12px;
}

/* Track of the scrollbar */
::-webkit-scrollbar-track {
  background: #f1f1f100;
}

/* Handle of the scrollbar */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  /* Styles for screens between 1000px and 1200px width go here */
  .hero-text {
    font-size: 3.2em;
  }

  .hero-sub-text {
    font-size: 1.1em;
  }

  .hero-suffix-text {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    /* word-break: break-word; */
    z-index: 99;
    color: #333;
    background-color: #f0f0f0;
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    width: -webkit-max-content;
    width: max-content;
  }

  .footer-text {
    font-size: 10px;
  }

  .book-demo-button{
    padding: 6px 10px;
    margin: 2px 0px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .conversation-cases li{
    margin: 2px 2px;
    margin-bottom: 4px;
    width: 7rem;
    font-weight: 500;
    border: none;
    z-index: 100;
    font-size: 12px;
  }
}


@media screen and (max-width: 600px) {
  .book-demo-button {
    display: none; /* Hide the button on small screens */
  }

  .hero-container {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-suffix-text {
    position: relative;
    transform: translate(-50%, -50%);
    line-height: 1.2em;
    text-align: center;
    font-size: 1em;
    border-radius: 20px;
    border-width: thin;
    width: 90vw;
    white-space: normal;
    left: 50%;
  }

  .hero-text {
    position: relative;
    top: 16%;
    line-height: 1.1em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 500;
    width: 100vw;
    padding: 0 8% 0 8%;
  }

  .hero-sub-text {
    font-size: 1.1em;
    width: 100vw;
    padding: 0 8% 0 8%;
  }
  .hero-text .break-on-mobile {
    display: block; /* This will make "like humans" start on a new line */
  }

  .break-on-desktop {
    display: none;
  }

  .footer-texts {
    bottom: 93px;
  }

  .footer-text {
    font-size: 12px;
  }

  .mobile-only {
    display: inline;
}

  .desktop-only {
      display: none;
  }

  .footer {
    display: none;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    bottom: 157px;
  }

  .backing-statement {
    margin-bottom: 0.5rem;
  }

  .logos {
    padding-left: 0;
  }
}


@media (min-width: 640px) {

  .sm\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .sm\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .sm\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }

  .sm\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .sm\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .sm\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

  .sm\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .sm\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .sm\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .sm\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .sm\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .sm\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .sm\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .sm\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .sm\:prose-lg :where(.sm\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg :where(.sm\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg :where(.sm\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg :where(.sm\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg :where(.sm\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

  .sm\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .sm\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .sm\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .sm\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .sm\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .sm\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .sm\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .sm\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .sm\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .sm\:prose-lg :where(.sm\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .sm\:prose-lg :where(.sm\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}


@media (min-width: 1024px) {

  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }

  .lg\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }

  .lg\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

  .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }

  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .lg\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4em;
  }

  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }

  .lg\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .lg\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}


.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}


.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}


.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


@media (min-width: 640px) {

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}


@media (min-width: 768px) {

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}


@media (min-width: 1024px) {

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
