/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 25:12 Unexpected "{"
Line 25:21 Expected ":"
Line 69:10 Unexpected "{"
Line 69:19 Expected ":"
Line 75:12 Unexpected "{"
Line 75:21 Expected ":"
Line 111:10 Unexpected "{"
Line 111:19 Expected ":"
... and 2 more hidden warnings

**/


/* CSS from block stylesheet tags */
.section-{{ section.id }}-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 749px) {
  .section-{{ section.id }}-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.rte h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.rte h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.rte p, .rte ul, .rte ol {
  margin-bottom: 1rem;
}

.rte ul, .rte ol {
  padding-left: 2rem;
}

.rte li {
  margin-bottom: 0.5rem;
}

.rte a {
  text-decoration: underline;
  color: inherit;
}

.rte a:hover {
  opacity: 0.7;
}

.rte ol {
  list-style: decimal;
}

.rte ol li {
  padding-left: 0.5rem;
}
.section-{{ section.id }}-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 749px) {
  .section-{{ section.id }}-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.rte h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.rte h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.rte p, .rte ul {
  margin-bottom: 1rem;
}

.rte ul {
  padding-left: 2rem;
}

.rte li {
  margin-bottom: 0.5rem;
}

.rte a {
  text-decoration: underline;
  color: inherit;
}

.rte a:hover {
  opacity: 0.7;
}
.section-{{ section.id }}-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 749px) {
  .section-{{ section.id }}-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.rte h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.rte h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.rte p, .rte ul {
  margin-bottom: 1rem;
}

.rte ul {
  padding-left: 2rem;
}

.rte li {
  margin-bottom: 0.5rem;
}

.rte a {
  text-decoration: underline;
  color: inherit;
}

.rte a:hover {
  opacity: 0.7;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.9rem;
}

.cookie-table th,
.cookie-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.cookie-table thead {
  background-color: #f5f5f5;
  font-weight: 600;
}

.cookie-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

@media screen and (max-width: 749px) {
  .cookie-table {
    font-size: 0.8rem;
  }

  .cookie-table th,
  .cookie-table td {
    padding: 8px;
  }
}