/* Start custom CSS for html, class: .elementor-element-71d0941 */.em-ground-health {
--egh-text: #24303a;
--egh-muted: #62707a;
--egh-dark: #14202a;
--egh-dark-soft: #263542;
--egh-accent: #f2b321;
--egh-accent-light: #fff6da;
--egh-blue: #176ba3;
--egh-green: #347653;
--egh-red: #a63a30;
--egh-red-light: #fff3f1;
--egh-bg: #f5f7f9;
--egh-card: #ffffff;
--egh-border: #dce4e9;
max-width: 1180px;
margin: 0 auto;
color: var(--egh-text);
font-family: inherit;
font-size: 18px;
line-height: 1.72;
}

.em-ground-health *,
.em-ground-health *::before,
.em-ground-health *::after {
box-sizing: border-box;
}

.em-ground-health h1,
.em-ground-health h2,
.em-ground-health h3,
.em-ground-health p,
.em-ground-health li,
.em-ground-health a {
overflow-wrap: anywhere;
}

.em-ground-health h1 {
margin: 16px 0 22px;
color: #ffffff;
font-size: clamp(36px, 5vw, 61px);
line-height: 1.08;
letter-spacing: -0.025em;
}

.em-ground-health h2 {
margin: 0 0 22px;
color: var(--egh-dark);
font-size: clamp(28px, 3.5vw, 42px);
line-height: 1.18;
letter-spacing: -0.015em;
}

.em-ground-health h3 {
margin: 28px 0 13px;
color: var(--egh-dark);
font-size: clamp(21px, 2.4vw, 27px);
line-height: 1.3;
}

.em-ground-health p {
margin: 0 0 18px;
}

.em-ground-health a {
color: var(--egh-blue);
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}

.em-ground-health a {
color: #0e4e77;
}

.em-ground-health a,
.em-ground-health summary {
outline: 3px solid rgba(242, 179, 33, 0.72);
outline-offset: 4px;
}

.em-ground-health__hero {
position: relative;
overflow: hidden;
margin-bottom: 26px;
padding: clamp(34px, 6vw, 72px);
border-radius: 28px;
background:
radial-gradient(circle at 92% 5%, rgba(242, 179, 33, 0.25), transparent 32%),
linear-gradient(135deg, var(--egh-dark), var(--egh-dark-soft));
}

.em-ground-health__hero::before,
.em-ground-health__hero::after {
position: absolute;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 50%;
content: "";
}

.em-ground-health__hero::before {
top: -110px;
right: -105px;
width: 370px;
height: 370px;
}

.em-ground-health__hero::after {
right: 145px;
bottom: -195px;
width: 370px;
height: 370px;
}

.em-ground-health__hero-content {
position: relative;
z-index: 1;
}

.em-ground-health__label {
display: inline-flex;
align-items: center;
padding: 7px 12px;
border-radius: 999px;
background: var(--egh-accent);
color: #181818;
font-size: 13px;
font-weight: 850;
line-height: 1.2;
letter-spacing: 0.045em;
text-transform: uppercase;
}

.em-ground-health__lead {
max-width: 980px;
color: #e1e8ed;
font-size: clamp(19px, 2vw, 23px);
line-height: 1.56;
}

.em-ground-health__hero-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
margin-top: 30px;
}

.em-ground-health__hero-grid > div {
padding: 18px;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 15px;
background: rgba(255, 255, 255, 0.06);
}

.em-ground-health__hero-grid strong,
.em-ground-health__hero-grid span {
display: block;
}

.em-ground-health__hero-grid strong {
margin-bottom: 5px;
color: #ffffff;
font-size: 17px;
}

.em-ground-health__hero-grid span {
color: #ccd6dd;
font-size: 14px;
line-height: 1.45;
}

.em-ground-health__danger,
.em-ground-health__warning {
margin: 26px 0;
padding: 21px 23px;
border-left: 5px solid var(--egh-red);
border-radius: 14px;
background: var(--egh-red-light);
color: #6d2922;
line-height: 1.65;
}

.em-ground-health__danger--inside {
margin-bottom: 0;
}

.em-ground-health__warning {
border-left-color: var(--egh-accent);
background: var(--egh-accent-light);
color: #594100;
}

.em-ground-health__direct,
.em-ground-health__section,
.em-ground-health__toc {
margin: 30px 0;
padding: clamp(26px, 5vw, 48px);
border: 1px solid var(--egh-border);
border-radius: 24px;
background: var(--egh-card);
}

.em-ground-health__direct {
background: var(--egh-bg);
}

.em-ground-health__direct-grid,
.em-ground-health__terms,
.em-ground-health__cards,
.em-ground-health__norms {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.em-ground-health__direct-grid article,
.em-ground-health__terms article,
.em-ground-health__cards article,
.em-ground-health__norms article {
padding: 22px;
border: 1px solid var(--egh-border);
border-radius: 16px;
background: #ffffff;
}

.em-ground-health__direct-grid article > span,
.em-ground-health__terms article > span,
.em-ground-health__cards article > span {
display: inline-flex;
margin-bottom: 12px;
padding: 5px 10px;
border-radius: 999px;
background: var(--egh-dark);
color: #ffffff;
font-size: 12px;
font-weight: 850;
}

.em-ground-health__direct-grid h3,
.em-ground-health__terms h3,
.em-ground-health__cards h3,
.em-ground-health__norms h3 {
margin: 0 0 9px;
font-size: 20px;
}

.em-ground-health__direct-grid p,
.em-ground-health__terms p,
.em-ground-health__cards p,
.em-ground-health__norms p {
margin: 0;
color: var(--egh-muted);
font-size: 16px;
line-height: 1.62;
}

.em-ground-health__toc h2 {
margin-bottom: 17px;
font-size: 25px;
}

.em-ground-health__toc ol {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 7px 28px;
margin: 0;
padding-left: 23px;
}

.em-ground-health__toc a {
color: var(--egh-text);
font-weight: 650;
text-decoration: none;
}

.em-ground-health__toc a {
color: var(--egh-blue);
text-decoration: underline;
}

.em-ground-health__section-number {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 48px;
height: 32px;
margin-bottom: 14px;
border-radius: 999px;
background: var(--egh-dark);
color: #ffffff;
font-size: 13px;
font-weight: 850;
}

.em-ground-health__note {
margin: 24px 0 4px;
padding: 20px 22px;
border-left: 5px solid var(--egh-accent);
border-radius: 12px;
background: var(--egh-accent-light);
color: #594100;
}

.em-ground-health__list {
margin: 18px 0 22px;
padding-left: 24px;
}

.em-ground-health__list li {
margin-bottom: 10px;
padding-left: 5px;
}

.em-ground-health__list li::marker {
color: var(--egh-accent);
font-weight: 850;
}

.em-ground-health__steps,
.em-ground-health__first-aid {
margin: 24px 0;
padding: 0;
list-style: none;
}

.em-ground-health__steps li,
.em-ground-health__first-aid article {
display: grid;
grid-template-columns: 48px minmax(0, 1fr);
gap: 16px;
align-items: start;
padding: 18px 0;
border-bottom: 1px solid var(--egh-border);
}

.em-ground-health__steps li,
.em-ground-health__first-aid article {
border-bottom: 0;
}

.em-ground-health__steps li > span,
.em-ground-health__first-aid article > span {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
background: var(--egh-accent);
color: var(--egh-dark);
font-weight: 850;
}

.em-ground-health__first-aid article > span {
background: var(--egh-red);
color: #ffffff;
}

.em-ground-health__steps h3,
.em-ground-health__first-aid h3 {
margin: 0 0 4px;
font-size: 19px;
}

.em-ground-health__steps p,
.em-ground-health__first-aid p {
margin: 0;
color: var(--egh-muted);
font-size: 16px;
}

.em-ground-health__table-wrap {
max-width: 100%;
margin: 24px 0;
overflow-x: auto;
border: 1px solid var(--egh-border);
border-radius: 17px;
background: #ffffff;
-webkit-overflow-scrolling: touch;
}

.em-ground-health__table {
width: 100%;
min-width: 820px;
border-collapse: collapse;
font-size: 15px;
line-height: 1.52;
}

.em-ground-health__table th,
.em-ground-health__table td {
padding: 17px 18px;
border-bottom: 1px solid var(--egh-border);
text-align: left;
vertical-align: top;
}

.em-ground-health__table th {
background: var(--egh-dark);
color: #ffffff;
}

.em-ground-health__table tbody tr(even) {
background: var(--egh-bg);
}

.em-ground-health__table tbody tr td {
border-bottom: 0;
}

.em-ground-health__medical-note {
padding: 18px 20px;
border: 1px solid #bcd3e3;
border-radius: 14px;
background: #eef7fc;
color: #25465c;
}

.em-ground-health__myths {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.em-ground-health__myths article {
padding: 22px;
border: 1px solid #edcbc6;
border-radius: 16px;
background: var(--egh-red-light);
}

.em-ground-health__myths h3 {
margin: 0 0 9px;
color: #742b24;
font-size: 20px;
}

.em-ground-health__myths p {
margin: 0;
color: #6d4843;
font-size: 16px;
}

.em-ground-health__home-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.em-ground-health__home-grid article {
padding: 23px;
border: 1px solid var(--egh-border);
border-top: 5px solid var(--egh-accent);
border-radius: 17px;
background: var(--egh-bg);
}

.em-ground-health__home-grid h3 {
margin: 0 0 12px;
}

.em-ground-health__home-grid ul {
margin: 0;
padding-left: 21px;
}

.em-ground-health__home-grid li {
margin-bottom: 8px;
color: var(--egh-muted);
font-size: 16px;
}

.em-ground-health__norms article {
background: var(--egh-bg);
}

.em-ground-health__service {
margin: 30px 0;
padding: clamp(30px, 6vw, 60px);
border-radius: 26px;
background:
radial-gradient(circle at 95% 0%, rgba(242, 179, 33, 0.24), transparent 35%),
var(--egh-dark);
color: #ffffff;
}

.em-ground-health__service h2 {
margin-top: 18px;
color: #ffffff;
}

.em-ground-health__service p {
color: #d7e0e7;
}

.em-ground-health__service-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 27px 0 20px;
}

.em-ground-health__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 13px 22px;
border: 2px solid transparent;
border-radius: 12px;
font-size: 16px;
font-weight: 800;
text-align: center;
text-decoration: none !important;
}

.em-ground-health__button--primary {
background: var(--egh-accent);
color: #181818 !important;
}

.em-ground-health__button--secondary {
border-color: rgba(255, 255, 255, 0.35);
background: rgba(255, 255, 255, 0.08);
color: #ffffff !important;
}

.em-ground-health__service-facts {
display: flex;
flex-wrap: wrap;
gap: 9px;
}

.em-ground-health__service-facts span {
padding: 8px 11px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.09);
color: #dbe3e9;
font-size: 13px;
}

.em-ground-health__faq details {
margin-bottom: 11px;
border: 1px solid var(--egh-border);
border-radius: 14px;
background: var(--egh-bg);
}

.em-ground-health__faq summary {
position: relative;
padding: 19px 54px 19px 20px;
color: var(--egh-dark);
font-weight: 750;
cursor: pointer;
list-style: none;
}

.em-ground-health__faq summary::-webkit-details-marker {
display: none;
}

.em-ground-health__faq summary::after {
position: absolute;
top: 50%;
right: 19px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 27px;
height: 27px;
border-radius: 50%;
background: var(--egh-accent);
content: "+";
font-size: 20px;
font-weight: 850;
transform: translateY(-50%);
}

.em-ground-health__faq details[open] summary::after {
content: "−";
}

.em-ground-health__faq details > div {
padding: 0 20px 18px;
color: var(--egh-muted);
}

.em-ground-health__faq details p {
margin: 0;
}

.em-ground-health__related {
margin: 30px 0;
padding: clamp(26px, 5vw, 46px);
border-radius: 24px;
background: var(--egh-bg);
}

.em-ground-health__related-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.em-ground-health__related-grid a {
display: block;
padding: 22px;
border: 1px solid var(--egh-border);
border-radius: 16px;
background: #ffffff;
color: var(--egh-text);
text-decoration: none;
}

.em-ground-health__related-grid strong,
.em-ground-health__related-grid span {
display: block;
}

.em-ground-health__related-grid strong {
margin-bottom: 7px;
color: var(--egh-dark);
font-size: 18px;
}

.em-ground-health__related-grid span {
color: var(--egh-muted);
font-size: 15px;
}

@media (max-width: 980px) {
.em-ground-health__hero-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 820px) {
.em-ground-health__toc ol,
.em-ground-health__direct-grid,
.em-ground-health__terms,
.em-ground-health__cards,
.em-ground-health__myths,
.em-ground-health__home-grid,
.em-ground-health__norms,
.em-ground-health__related-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {
.em-ground-health {
font-size: 16px;
}

.em-ground-health__hero {
    padding: 29px 18px;
    border-radius: 20px;
}

.em-ground-health h1 {
    font-size: clamp(31px, 10vw, 42px);
}

.em-ground-health h2 {
    font-size: 27px;
}

.em-ground-health__hero-grid {
    grid-template-columns: 1fr;
}

.em-ground-health__direct,
.em-ground-health__section,
.em-ground-health__toc,
.em-ground-health__related {
    padding: 22px 17px;
    border-radius: 18px;
}

.em-ground-health__service {
    padding: 30px 18px;
    border-radius: 20px;
}

.em-ground-health__service-buttons {
    display: grid;
    grid-template-columns: 1fr;
}

.em-ground-health__button {
    width: 100%;
}

.em-ground-health__service-facts {
    display: grid;
    grid-template-columns: 1fr;
}

}

@media (max-width: 420px) {
.em-ground-health__direct-grid article,
.em-ground-health__terms article,
.em-ground-health__cards article,
.em-ground-health__myths article,
.em-ground-health__norms article {
padding: 18px;
}

.em-ground-health__steps li,
.em-ground-health__first-aid article {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
}

.em-ground-health__steps li > span,
.em-ground-health__first-aid article > span {
    width: 37px;
    height: 37px;
}

.em-ground-health__faq summary {
    padding: 17px 48px 17px 16px;
}

}/* End custom CSS */