:root {
    --panel-padding: 120px;
}
html { font-size: 70%; }



h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 7em;
    margin: 0;
    line-height: 100%;
    font-weight: normal;
}
h2 { font-size: 5em; }
h3 { font-size: 3.8em; }
h4 { font-size: 3em; }
h5 { font-size: 2.8em; }
h6 { font-size: 2.4em; }

p {
    margin: 0;
    font-size: 2.1em;
    text-align: balance;
}

@media only screen and (max-width: 1800px) {
    :root { --panel-padding: 100px; }
    html { font-size: 62.5%; }
    h1 { font-size: 6em; }
    h2 { font-size: 4.5em; }
    h3 { font-size: 3.5em; }
    h4 { font-size: 2.5em; }
    h5 { font-size: 2.2em; }
    h6 { font-size: 2em; }
}
@media only screen and (max-width: 1000px) {
    :root { --panel-padding: 75px; }
    html { font-size: 55%; }
    h1 { font-size: 6em; }
    h2 { font-size: 4.5em; }
    h3 { font-size: 3.5em; }
    h4 { font-size: 2.5em; }
    h5 { font-size: 2.3em; }
    h6 { font-size: 2.2em; }
}
@media only screen and (max-width: 600px) {
    :root { --panel-padding: 50px; }
    h1 { font-size: 4em; }
    h2 { font-size: 4em; }
    h3 { font-size: 3em; }
    h4 { font-size: 2.4em; }
    h5 { font-size: 2.3em; }
    h6 { font-size: 2.2em; }
}
@media only screen and (max-width: 500px) {
    :root { --panel-padding: 40px; }
}
@media only screen and (max-width: 400px) {
    :root { --panel-padding: 30px; }
}

body {
    padding: 0;
    margin: 0;
    font-family: Urbanist, sans-serif;
    color: #525E68;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

ul {
    padding: 0 0 0 1.1em;
}
li {
    padding: 0 0 0 0;
}

hr {
    height: 3px;
    width: 50%;
    background: #87B173;
    border-radius: 3px;
    border: none;
}

picture.background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
picture.background.cover img {
    object-fit: cover;
}


.panel {
    position: relative;
}
.panel > .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.vertical-separator {
    background: #87B173;
    border-radius: 2px;
    align-self: stretch;
    width: 2px;
    min-width: 2px;
}


.button {
    background: #87B173;
    border-radius: 50px;
    padding: 0.5em 1.2em;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-family: Urbanist, sans-serif;
    border: none;
    cursor: pointer;
    text-align: center;
}
.button:hover {
    background: #486239;
    text-decoration: none;
}
.button.little {
    padding: 10px 24px;
}
.button.transparent {
    background: transparent;
    border: 2px solid #87B173;
    color: #87B173;
}




#page_error {
    flex-direction: row;
    padding: 200px 100px;
    min-height: calc(100vh - 600px);
}

#page_error img {
    max-width: 300px;
}


.citations-box {
    display: flex;
    flex-direction: row;
    gap: calc(var(--panel-padding) * 0.5);
}
.citation-box {
    max-width: 380px;
    background: linear-gradient(127.13deg, #FFFFFF -34.67%, #F2F6F9 95.55%), #D9D9D9;
    box-shadow: 10px 10px 30px rgba(209, 217, 223, 0.6);
    border-radius: 10px;
    position: relative;
    padding: calc(var(--panel-padding) * 0.5);
    font-family: 'Open Sans', sans-serif;
    flex: 1 1 0px;
    overflow: hidden;
}
.citation-box::after {
    content: url('/assets/img/citation.svg');
    position: absolute;
    top: 71px;
    left: -20px;
    opacity: 0.5;
}
.citation-box small {
    margin-top: 2em;
    font-size: 1.38em;
    display: inline-block;
}
@media only screen and (max-width: 850px) {
    .citations-box { gap: calc(var(--panel-padding) * 0.3); }
    .citation-box { padding: calc(var(--panel-padding) * 0.3); }
}
@media only screen and (max-width: 750px) {
    .citations-box { flex-direction: column; }
    .citation-box {
        flex: initial;
        max-width: initial;
    }
    .citation-box::after { top: -19px; }
}

.incentives-box {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    text-align: center;
}
.incentive-box {
    max-width: 400px;
    background: linear-gradient(127.13deg, #FFFFFF -34.67%, #F2F6F9 95.55%), #D9D9D9;
    box-shadow: 10px 10px 30px rgba(209, 217, 223, 0.6);
    border-radius: 10px;
    padding: 53px 42px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 1 1;
}
.incentive-box h5 {
    flex: 1 1 89px;
    line-height: 34px;
}
.incentive-box .price {
    display: block;
    font-weight: 600;
    font-size: 70px;
    line-height: 84px;
    text-align: center;
    color: #87B173;
    flex: 1 1 80px;
}
.incentive-box .price + p {
    flex: 1 1 90px;
}
.incentive-box hr {
    margin: 31px auto 14px auto;
}
.incentive-box .button {
    align-self: center;
    font-size: 18px;
    line-height: 100%;
}
.incentive-box hr + p {
    flex: 1 1 220px;
}


.timeline {
    margin: calc(var(--panel-padding) * 3) var(--panel-padding);
}
.timeline ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
}
.timeline ul li {
    list-style-type: none;
    position: relative;
}
.timeline ul li .marker {
    color: white;
    width: 58px;
    height: 58px;
    font-size: 28px;
    text-align: center;
    background: #87B173;
    border-radius: 58px;
    line-height: 58px;
    z-index: 1;
}
.timeline ul::before {
    content: "";
    background: #87B173;
    height: 3px;
    width: 100%;
    position: absolute;
}
.timeline .text {
    padding: calc(var(--panel-padding) * 0.4) calc(var(--panel-padding) * 0.35);
    background: linear-gradient(125.97deg, #FFFFFF -31.65%, #F2F6F9 100.95%), #D9D9D9;
    box-shadow: 1px 1px 15px rgba(209, 217, 223, 0.6);
    border-radius: 10px;
    text-align: center;
    max-width: 230px;
    display: flex;
    align-items: center;
    position: absolute;
    left: -120px;
    width: 230px;
    height: 100px;
}
.timeline li:nth-child(2n+1)  .text {
    top: 100%;
    margin-top: 25px;
}
.timeline li:nth-child(2n)  .text {
    bottom: 100%;
    margin-bottom: 25px;
}
.timeline .text:before {
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 17px solid rgba(255, 255, 255, 0);
    margin-left: -17px;
}
.timeline li:nth-child(2n+1) .text:before {
    bottom: 100%;
    border-bottom-color: #F9FBFD;
}
.timeline li:nth-child(2n) .text:before {
    top: 100%;
    border-top-color: #F6F9FB;
}
@media only screen and (max-width: 1100px) {
    .timeline {
        margin: var(--panel-padding) 0 0 0;
    }
    .timeline .text {
        left: inherit;
    }
    .timeline li:nth-child(2n+1) .text:before,
    .timeline li:nth-child(2n) .text:before {
        left: -15px;
        top: 50%;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right-color: #FBFCFD;
        margin-top: -15px;
    }
    .timeline ul {
        flex-direction: column;
    }
    .timeline ul li {
        display: flex;
        gap: 3em;
        align-items: center;
    }
    .timeline ul li::before {
        content: "";
        background: #87B173;
        height: 100%;
        width: 3px;
        position: absolute;
        left: 27px;
    }
    .timeline ul li:first-child::before {
        top: 50%;
    }
    .timeline ul li:last-child::before {
        bottom: 50%;
    }
    .timeline li:nth-child(2n+1) .text,
    .timeline li:nth-child(2n) .text {
        position: relative;
        top: initial;
        bottom: initial;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .timeline ul:before {
        display: none;
    }
}



#get_in_touch {
    background: #F2F6F9;
}
#get_in_touch > .wrap {
    flex-direction: row;
    padding: var(--panel-padding);
    gap: var(--panel-padding);
}
@media only screen and (max-width: 900px) {
    #get_in_touch > .wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 3em;
    }
}

#get_in_touch > * + * {
    max-width: 526px;
}
#get_in_touch p {
    margin-bottom: 2em;
}
#get_in_touch .button {
    font-size: 2.4em;
}


.table-scrollable {
    width: 100%;
    overflow: scroll;
}
table {
    background: linear-gradient(127.13deg, #FFFFFF -34.67%, #F2F6F9 95.55%), #D9D9D9;
    box-shadow: 10px 10px 30px rgba(209, 217, 223, 0.6);
    border-radius: 10px;
    font-size: 2.1em;
    line-height: 110%;
    border-collapse: collapse;
    overflow: scroll;
}
table td {
    padding: calc(var(--panel-padding) * 0.3) calc(var(--panel-padding) * 0.2);
}
table thead td {
    font-weight: 600;
}
table thead td.strong,
table th.strong {
    color: #87B173;
}
table tbody td.strong {
    background : #DDF1D3;
}
table tbody tr td {
    border-top: 2px solid #D1D9DF;
}
table .ok {
    color: #87B173;
}
table .no {
    color: #EB7B4B;
}
.table-mobile { display: none; }
@media only screen and (max-width: 950px) {
    table td {
        padding: calc(var(--panel-padding) * 0.2) calc(var(--panel-padding) * 0.15);
    }
}
@media only screen and (max-width: 700px) {
    table {
        font-size: 1.9em;
    }
}
@media only screen and (max-width: 550px) {
    .table-desktop { display: none; }
    .table-mobile { display: block; }
    table {
        font-size: 1.6em;
        font-family: sans-serif;
        box-shadow: 5px 5px 5px rgba(209, 217, 223, 0.6);
    }
    table th {
        width: 50%;
        text-align: right;
        font-weight: normal;
        opacity: 0.7;
    }
    table tbody tr th,
    table tbody tr td {
        border: none;
        padding: calc(var(--panel-padding) * 0.4);
    }
}

#contact_form .button {
    font-size: 2em;
}
#contact_form h3 {
    margin-bottom: 0.7em;
}
