* {
    margin: 0;
    padding: 0;
    border: 0;
}
html, body {
    min-height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: "Geologica", sans-serif;
    display: flex;
    position: relative;
    background: #fffffc;
    color: #000;
    overflow-x: hidden;
}
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fffffc;
    width: 100vw;
    margin-top: 5%;
}
nav {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Geologica", sans-serif;
    font-size: 1.2rem;
    box-sizing: border-box;
    top: 0;
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0.1rem #ADF0B4;
    z-index: 1000;
    gap: 5.5em;
}





.polygon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 32.5em;
    margin-bottom: 5em;
    background-image: url(./fonts/lime-svg-polygon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.polygon-content {
    width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.data-header {
    color: white;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    gap: 4em;
    width: 100%;
    max-width: 93em;
}
.data-header-img {
    grid-column: span 6 / span 6;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.data-header-img img {
    width: 53em;
    height: 28em;
    border-radius: 1em;
    width: 100%;
    height: 100%;
}
.grid-data-header-text {
    grid-column: span 6 / span 6;
    text-align: left;
}
.data-header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    height: 30em;
}

.data-header-text h3 {
    color: #294f2f;
    font-size: 1.2em;
    font-weight: 450;
    margin-bottom: 1em;
}
.data-header-text h2 {
    font-size: 2.4em;
    color: #000;
}
.importance-text {
    font-weight: 350;
    color: #000;
}

.custom-line {
    height: 1px;
    background-color: #eef7ff;
    width: 65em;
    margin-bottom: 3%;
}

strong {
    font-size: 0.9em;
}
#ul-main {
    font-size: 0.95em;
    margin-left: 2em;
}
li {
    padding-left: 1em;
}
.text-data-header {
    text-align: center;
    width: 50%;
    margin-bottom: 2%
}
.text-data-header h1 {
    width: 100%;
    font-family: "Geologica", sans-serif;
    font-size: 3.3em;
    font-weight: 550;
}
.text-data-main {
    width: 45%;
    margin-bottom: 5%;
    font-family: "Oswald", sans-serif;
}
.text-data-main h2 {
    margin-bottom: 1.4em;
    font-family: "Geologica", sans-serif;
    font-size: 1.2em;
    font-weight: 100;
}

.text-footer {
    margin-bottom: 1em;
}

footer {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: 1fr 1fr;
    padding: 1em 0;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    height: 8em;
    width: 100%;
    background: #f1fff4;
    box-shadow: 0 -0.1rem #ADF0B4;
    z-index: 1000;
}
.footer-block-text-main {
    grid-column: span 8;
    grid-row: 1/2;
    text-align: center;
}
.footer-block-text-secondary {
    font-weight: 400;
    font-size: 1em;
    grid-column: 2/4;
    grid-row: 2/3;
}
.footer-block-text-one {
    grid-column: span 2;
    grid-row: 1/3;
    text-align: left;
}
.footer-block-text-two {
    grid-column: span 2;
    grid-row: 1/3;
    text-align: left;
}

h2 {
    line-height: 1.4em;
}
.strong-h2 {
    font-size: 1.4em;
    font-weight: 450;
    color: #83a58b;
}
.h2-span {
    background: rgb(182 203 194);
    box-shadow: inset 0 0 0 1px #3d3d3d;
    padding: 0 0.5em;
    border-radius: 0.7em;
}
a {
    text-decoration: none;
    color: #888888;
    transition: color 0.3s ease;
}
a:hover {
    color: #7cd3a4;
}
a:active {
    color: #acbffc;
}
li a {
    text-decoration: underline;
}
