:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(131,172,43);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://smartbrise.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.epoch-contact-page {
  width: 100%;
  padding: 22px 0 40px;
  font-family: "Poppins", Arial, sans-serif;
  color: #1f332d;
  background: #fff;
}

.epoch-contact-info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
  gap: 20px;
  width: 100%;
  margin: 0 auto 52px;
  text-align: center;
}

.epoch-info-item {
  font-size: 12px;
  font-weight: 500;
  color: #1f332d;
  line-height: 1.4;
}

.epoch-info-item svg {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  fill: none;
  stroke: #00a651;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.epoch-info-item a,
.epoch-info-item span {
  color: #1f332d;
  text-decoration: none;
}

.epoch-form-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.epoch-form-section h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 600;
  color: #1f332d;
}

.epoch-form-section p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 35px;
  color: #1f332d;
}

.epoch-contact-form {
  display: grid;
  gap: 18px;
  width: 100%;
}

.epoch-contact-form label {
  font-size: 12px;
  font-weight: 700;
  color: #1f332d;
  margin-bottom: -8px;
}

.epoch-contact-form label span {
  color: #e1251b;
}

.epoch-contact-form input,
.epoch-contact-form select,
.epoch-contact-form textarea {
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  font-size: 13px;
  color: #1f332d;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}

.epoch-contact-form input:focus,
.epoch-contact-form select:focus,
.epoch-contact-form textarea:focus {
  border-color: #00a651;
}

.epoch-contact-form textarea {
  height: 105px;
  resize: vertical;
}

.epoch-checkboxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  margin-top: -8px;
  margin-bottom: 4px;
}

.epoch-checkboxes label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #1f332d;
}

.epoch-checkboxes input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  accent-color: #00a651;
}

.epoch-contact-form button {
  width: 100%;
  height: 55px;
  margin-top: 8px;
  background: #00a651;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.epoch-contact-form button:hover {
  background: #008f46;
}

@media (max-width: 768px) {
  .epoch-contact-info {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 40px;
  }

  .epoch-form-section h1 {
    font-size: 26px;
  }
}


.epoch-about-page {
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  color: #1c332d;
  background: #fff;
}

.epoch-about-hero,
.epoch-location {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px 50px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.epoch-about-text h1,
.epoch-location-text h2 {
  font-size: 42px;
  line-height: 1.12;
  font-weight: 500;
  margin: 0 0 22px;
  color: #1c332d;
}

.epoch-about-text h3,
.epoch-location-text h3 {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  margin: 0 0 22px;
  color: #5d6c67;
}

.epoch-about-text p,
.epoch-location-text p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 14px;
  color: #4e5f5a;
}

.epoch-location-text strong {
  font-weight: 700;
  color: #4c5a56;
}

.epoch-location-text a {
  color: #00a651;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.epoch-about-image img,
.epoch-location-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.epoch-about-image img {
  aspect-ratio: 1 / 1.1;
}

.epoch-location-image img {
  aspect-ratio: 1 / .95;
}

.epoch-expertise {
  background: #f4eadc;
  padding: 38px 20px 60px;
}

.epoch-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.epoch-inner h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 35px;
  color: #1c332d;
}

.epoch-expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 70px;
}

.epoch-service h3 {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  margin: 18px 0 10px;
  color: #1c332d;
}

.epoch-service p,
.epoch-service li {
  font-size: 14px;
  line-height: 1.65;
  color: #53645f;
}

.epoch-service p {
  margin: 0;
}

.epoch-service ul {
  margin: 4px 0 0 18px;
  padding: 0;
}

.epoch-service li {
  padding-left: 4px;
}

.epoch-icon svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: #000;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 900px) {
  .epoch-about-hero,
  .epoch-location {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 45px 20px;
  }

  .epoch-expertise-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .epoch-about-text h1,
  .epoch-location-text h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .epoch-expertise-grid {
    grid-template-columns: 1fr;
  }

  .epoch-about-text h1,
  .epoch-location-text h2 {
    font-size: 30px;
  }

  .epoch-inner h2 {
    font-size: 28px;
  }
}



.epoch-shipping-page {
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  color: #1c332d;
  background: #fff;
}

.shipping-map-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 20px 40px;
  text-align: center;
}

.shipping-map-section h1 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: 800;
}

.shipping-map-section p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.shipping-subtitle {
  margin-bottom: 35px !important;
}

.shipping-map-wrap img {
  width: 100%;
  max-width: 950px;
  display: block;
  margin: 0 auto 35px;
}

.shipping-zone-buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 0 0 35px;
}

.shipping-zone-buttons button {
  background: #fff;
  border: 1px solid #00a651;
  color: #1c332d;
  border-radius: 5px;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.shipping-zone-buttons button::after {
  content: "⌄";
  float: right;
}

.shipping-info-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  text-align: left;
}

.shipping-info-box {
  background: #c9ef8f;
  border-radius: 6px;
  padding: 22px 26px;
}

.shipping-info-box h3 {
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: 800;
}

.shipping-info-box p {
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  font-weight: 600;
}

.shipping-green-section {
  background: #00a651;
  margin-top: 0;
  padding: 60px 20px;
  color: #fff;
}

.shipping-green-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 60px;
  align-items: center;
}

.shipping-green-text h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 25px;
  color: #fff;
  font-weight: 800;
}

.shipping-green-text p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 10px;
  color: #fff;
}

.shipping-green-image img {
  width: 100%;
  display: block;
}

.local-shipping-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 38px 20px 55px;
}

.local-shipping-section h2 {
  font-size: 26px;
  margin: 0 0 35px;
  font-weight: 800;
}

.local-shipping-section h2 span {
  font-weight: 400;
}

.local-shipping-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  text-align: center;
}

.local-item svg {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  fill: none;
  stroke: #00a651;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.local-icon {
  width: 52px;
  height: 52px;
  border: 3px solid #00a651;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a651;
  font-size: 12px;
  font-weight: 800;
}

.local-item h3 {
  font-size: 16px;
  margin: 0 0 14px;
  font-weight: 600;
}

.local-item p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  color: #66706c;
}

.shipping-contact {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.shipping-contact a {
  color: #00a651;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .shipping-zone-buttons,
  .local-shipping-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shipping-green-inner,
  .shipping-info-boxes {
    grid-template-columns: 1fr;
  }

  .shipping-green-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .shipping-map-section h1 {
    font-size: 26px;
  }

  .shipping-zone-buttons,
  .local-shipping-grid {
    grid-template-columns: 1fr;
  }

  .local-shipping-section h2 {
    font-size: 22px;
  }
}


.epoch-return-page {
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  color: #1c332d;
  background: #fff;
}

.return-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 35px;
  text-align: center;
}

.return-hero-icon svg {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  fill: none;
  stroke: #00a651;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.return-hero h1 {
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 800;
}

.return-updated {
  font-size: 14px;
  font-weight: 700;
  color: #00a651;
  margin-bottom: 22px !important;
}

.return-hero p {
  font-size: 15px;
  line-height: 1.8;
  color: #4e5f5a;
  margin: 0 auto;
}

.return-summary {
  background: #f4eadc;
  padding: 45px 20px 50px;
}

.return-summary h2,
.return-content h2 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 24px;
  font-weight: 800;
  color: #1c332d;
}

.return-summary h2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.summary-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.summary-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 166, 81, 0.18);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.summary-card h3 {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 800;
}

.summary-card p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  color: #53645f;
}

.return-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px 65px;
}

.policy-block,
.policy-contact {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e3e3e3;
}

.policy-block p,
.policy-block li,
.policy-contact p {
  font-size: 15px;
  line-height: 1.8;
  color: #4e5f5a;
}

.policy-block p,
.policy-contact p {
  margin: 0 0 14px;
}

.policy-block ul,
.policy-block ol {
  margin: 12px 0 0 22px;
  padding: 0;
}

.policy-block li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.policy-block strong,
.policy-contact strong {
  color: #1c332d;
  font-weight: 800;
}

.policy-block a,
.policy-contact a {
  color: #00a651;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-contact {
  background: #c9ef8f;
  border-bottom: none;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .return-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .summary-grid {
    grid-template-columns: 1fr;
  }

  .return-hero h1 {
    font-size: 30px;
  }

  .return-summary h2,
  .return-content h2 {
    font-size: 24px;
  }
}


.custom-print-page {
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  color: #18332c;
  background: #fff;
}

.custom-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.custom-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-hero-content {
  padding: 55px 55px 35px;
}

.custom-hero-content h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 12px;
}

.custom-hero-content h3 {
  font-size: 15px;
  color: #00a651;
  margin: 0 0 18px;
}

.custom-hero-content p {
  font-size: 13px;
  line-height: 1.65;
  color: #40514d;
}

.custom-process-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 35px;
  text-align: center;
}

.custom-process-mini span {
  display: block;
  color: #00a651;
  font-size: 30px;
  margin-bottom: 8px;
}

.custom-process-mini strong {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}

.custom-process-mini p {
  font-size: 11px;
  line-height: 1.45;
  margin: 0;
}

.quote-section {
  background: #f7f7f7;
  padding: 35px 20px 55px;
}

.quote-inner {
  max-width: 900px;
  margin: 0 auto;
}

.quote-inner h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 12px;
}

.quote-inner p {
  font-size: 13px;
  color: #50605b;
}

.custom-quote-form {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.custom-quote-form h3 {
  font-size: 22px;
  margin: 0 0 8px;
}

.custom-quote-form input,
.custom-quote-form select,
.custom-quote-form textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #ccc;
  padding: 9px 12px;
  font-size: 13px;
  box-sizing: border-box;
}

.custom-quote-form textarea {
  height: 110px;
  resize: vertical;
}

.quote-check {
  display: flex;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.quote-check input {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}

.custom-quote-form button {
  height: 50px;
  border: none;
  background: #00a651;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.how-section {
  background: #c9ef8f;
  padding: 55px 20px 60px;
  text-align: center;
}

.how-section h2 {
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: 800;
}

.how-section > p {
  font-size: 13px;
  margin-bottom: 35px;
}

.how-grid {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.how-grid div {
  background: #fff;
  border-radius: 6px;
  padding: 26px 18px;
  min-height: 180px;
}

.how-grid span {
  display: block;
  font-size: 44px;
  color: #00a651;
  margin-bottom: 14px;
}

.how-grid h3 {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 800;
}

.how-grid p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.why-section {
  max-width: 820px;
  margin: 0 auto;
  padding: 45px 20px;
}

.why-section h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 18px;
}

.why-section p,
.why-section li {
  font-size: 14px;
  line-height: 1.75;
  color: #43534f;
}

.why-section ul {
  margin: 18px 0 0 22px;
  padding: 0;
}

.faq-section {
  background: #153229;
  color: #fff;
  padding: 80px 20px 90px;
}

.faq-section h2 {
  max-width: 1050px;
  margin: 0 auto 48px;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
}

.faq-section details {
  max-width: 1050px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.18);
  padding: 0;
}

.faq-section details:last-of-type {
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.faq-section summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 0;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-section summary::after {
  content: "⌄";
  position: absolute;
  right: 0;
  top: 26px;
  font-size: 22px;
}

.faq-section details[open] summary::after {
  content: "⌃";
}

.faq-section p,
.faq-section li {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,.82);
}

.faq-section ul,
.faq-section ol {
  margin: 0 0 24px 22px;
  padding: 0;
}

.faq-contact {
  max-width: 1050px;
  margin: 35px auto 0;
  color: rgba(255,255,255,.85);
}

.faq-contact a {
  color: #c9ef8f;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .custom-hero {
    grid-template-columns: 1fr;
  }

  .custom-hero-content {
    padding: 35px 20px;
  }

  .custom-process-mini,
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-section h2 {
    font-size: 44px;
  }
}

@media (max-width: 600px) {
  .custom-process-mini,
  .how-grid {
    grid-template-columns: 1fr;
  }

  .custom-hero-content h1,
  .quote-inner h2,
  .how-section h2,
  .why-section h2 {
    font-size: 26px;
  }

  .faq-section h2 {
    font-size: 34px;
  }

  .faq-section summary {
    font-size: 18px;
    padding-right: 28px;
  }
}



.epoch-terms-page {
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  color: #1c332d;
  background: #fff;
}

.terms-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 35px;
  text-align: center;
}

.terms-icon svg {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  fill: none;
  stroke: #00a651;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.terms-hero h1 {
  font-size: 44px;
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 800;
  color: #1c332d;
}

.terms-updated {
  font-size: 14px;
  font-weight: 700;
  color: #00a651;
  margin-bottom: 22px !important;
}

.terms-hero p {
  font-size: 15px;
  line-height: 1.8;
  color: #4e5f5a;
  margin: 0 auto;
}

.terms-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 35px 20px 65px;
}

.terms-block,
.terms-contact {
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e4e4e4;
}

.terms-block h2,
.terms-contact h2 {
  font-size: 25px;
  line-height: 1.3;
  margin: 0 0 14px;
  font-weight: 800;
  color: #1c332d;
}

.terms-block p,
.terms-contact p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 12px;
  color: #4e5f5a;
}

.terms-block strong,
.terms-contact strong {
  color: #1c332d;
  font-weight: 800;
}

.terms-block a,
.terms-contact a {
  color: #00a651;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.terms-contact {
  background: #c9ef8f;
  border-bottom: none;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 0;
}

.terms-contact p {
  color: #1c332d;
}

@media (max-width: 700px) {
  .terms-hero {
    padding-top: 45px;
  }

  .terms-hero h1 {
    font-size: 32px;
  }

  .terms-block h2,
  .terms-contact h2 {
    font-size: 22px;
  }

  .terms-block p,
  .terms-contact p {
    font-size: 14px;
  }
}


.epoch-privacy-page {
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  color: #1c332d;
  background: #fff;
}

.privacy-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 35px;
  text-align: center;
}

.privacy-icon svg {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  fill: none;
  stroke: #00a651;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.privacy-hero h1 {
  font-size: 44px;
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 800;
  color: #1c332d;
}

.privacy-updated {
  font-size: 14px;
  font-weight: 700;
  color: #00a651;
  margin-bottom: 22px !important;
}

.privacy-hero p {
  font-size: 15px;
  line-height: 1.8;
  color: #4e5f5a;
  margin: 0 auto;
}

.privacy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 35px 20px 65px;
}

.privacy-block,
.privacy-contact {
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e4e4e4;
}

.privacy-block h2,
.privacy-contact h2 {
  font-size: 25px;
  line-height: 1.3;
  margin: 0 0 14px;
  font-weight: 800;
  color: #1c332d;
}

.privacy-block p,
.privacy-block li,
.privacy-contact p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 12px;
  color: #4e5f5a;
}

.privacy-block ul {
  margin: 12px 0 0 22px;
  padding: 0;
}

.privacy-block li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.privacy-block strong,
.privacy-contact strong {
  color: #1c332d;
  font-weight: 800;
}

.privacy-block a,
.privacy-contact a {
  color: #00a651;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-contact {
  background: #c9ef8f;
  border-bottom: none;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 0;
}

.privacy-contact p {
  color: #1c332d;
}

@media (max-width: 700px) {
  .privacy-hero {
    padding-top: 45px;
  }

  .privacy-hero h1 {
    font-size: 32px;
  }

  .privacy-block h2,
  .privacy-contact h2 {
    font-size: 22px;
  }

  .privacy-block p,
  .privacy-block li,
  .privacy-contact p {
    font-size: 14px;
  }
}