@charset "UTF-8";
@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Define the responsive grid mixin */
/* Center content with optional starting column */
/* ============================================
   Button Mixin
   Supports: variants, sizes, optional icon
=============================================== */
/* SIZE MIXIN (NO COLORS, NO VARIANT) */
/* VARIANT MIXIN (COLORS ONLY) */
/* OPTIONAL: BASE MIXIN */
.SectionRichText a {
  color: #09101d;
  text-decoration: underline;
  font-weight: 700;
}
.SectionRichText a:hover {
  text-decoration: none;
}
.SectionRichText .title {
  padding-bottom: 1.5rem;
}
.SectionRichText .title.textCenter {
  text-align: center;
}
.SectionRichText .content p {
  padding-bottom: 1.5rem;
}
.SectionRichText .content h1,
.SectionRichText .content h2,
.SectionRichText .content h3,
.SectionRichText .content h4,
.SectionRichText .content h5,
.SectionRichText .content h6 {
  padding-bottom: 1.5rem;
}
.SectionRichText .content ul {
  padding-left: 0.3125rem;
  margin-bottom: 1.5rem;
}
.SectionRichText .content ul li {
  margin-bottom: 0.75rem;
}
.SectionRichText .content ul li ol,
.SectionRichText .content ul li ul {
  margin-top: 1.5rem;
}
.SectionRichText .content ul li::before {
  color: #09101d;
  content: "✔";
  margin-right: 1rem;
  margin-top: 0.125rem;
}
.SectionRichText .content ul li ul {
  margin-left: 2.5rem;
}
.SectionRichText .content ul li ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.SectionRichText .content ul li ul li::before {
  content: none;
  margin-right: 0;
}
.SectionRichText .content ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.SectionRichText .content ol li {
  list-style: decimal;
  margin-bottom: 0.75rem;
}
.SectionRichText .content ol li ol,
.SectionRichText .content ol li ul {
  margin-top: 1.5rem;
}
.SectionRichText .content ol li li {
  list-style: lower-alpha;
  margin-bottom: 0.3125rem;
}
.SectionRichText .content blockquote {
  position: relative;
  padding: 1rem 2rem;
  font-style: italic;
  color: #9A9A9A;
  display: inline-block;
}
.SectionRichText .content blockquote::before, .SectionRichText .content blockquote::after {
  position: absolute;
  font-size: 2rem;
  line-height: 1;
  color: #9A9A9A;
}
.SectionRichText .content blockquote::before {
  content: "❝";
  left: 0;
  top: 0;
}
.SectionRichText .content blockquote::after {
  content: "❞";
  right: 0;
  bottom: 0;
}
.SectionRichText .content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.SectionRichText strong {
  font-weight: 700;
}

.richTextImage {
  margin-bottom: 1.5rem;
}
.richTextImage img {
  max-width: 100%;
  height: auto;
}

.alignLeft {
  text-align: left;
}
.alignLeft img {
  margin-right: auto;
  margin-left: 0;
}

.alignCenter {
  text-align: center;
}
.alignCenter img {
  margin-left: auto;
  margin-right: auto;
}

.alignRight {
  text-align: right;
}
.alignRight img {
  margin-left: auto;
  margin-right: 0;
}

.tabularContent::-webkit-scrollbar {
  height: 8px;
}
.tabularContent {
  overflow-x: auto;
  max-width: 900px;
  margin-inline: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
@media (min-width: 1023.9px) {
  .tabularContent {
    max-width: 1024px;
  }
}
.tabularContent {
  -webkit-overflow-scrolling: touch;
}
.tabularContent table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
}
.tabularContent th,
.tabularContent td {
  border: 1px solid #e6e6e6;
  padding: 0.875rem 1rem;
  text-align: left;
  font-size: 0.875rem;
}
.tabularContent th {
  background-color: #ffffff;
  font-weight: 600;
  color: #222;
  position: sticky;
  top: 0;
  z-index: 2;
}
.tabularContent tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.tabularContent tbody tr:hover {
  background-color: #f1f5f9;
}
