@page {
    margin: 0;
}
[print="no"]{
    display: none;
}
[print="mt-0"]{
    margin-top: 0;
}
[print="mb-0"]{
    margin-bottom: 0;
}
[print="h-150"]{
    height: 170px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
main {
    padding: 0;
}
.openbtn, aside, footer .contact a, #page_top, .date {
    display: none;
}
header.active {
    background-color: unset;
    backdrop-filter: unset;
    box-shadow: none;
}
header .logo {
    width: 100px!important;
    padding: 15px!important;
}
body {
    font-size: 8pt;
    line-height: 1.6;
    color: black;
    padding-top: 20px;
}
section {
    margin: 0.9rem 0;
}
main > section {
    column-count: 2;
    column-gap: 40px;
    margin: 0;
    padding-top: 0;
}
figure {
    height: 90%;
}
P {
    text-indent: 0.6rem;
    font-weight: 300;
}
p + p {
    margin: 0;
}
h1 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 24pt;
    line-height: 1.4;
}
h2 {
    font-size: 14pt;
    margin: 1.5rem 0 1rem;
    border-bottom: solid 1px var(--color-type-1);
    column-span: all;
}
h2:after {
    border-bottom: solid 1px var(--color-point-1);
    bottom: 0;
}
h3 {
    font-size: 10pt;
    margin: 1rem 0 0 0;
}
h3:first-of-type {
    margin: 0;
}
h3::before {
    width: 100%!important;
    height: 10px!important;
}
.prev-next-link {
    display: none;
}
footer {
    margin-top: 1rem;
}
footer .contact {
    padding: 7px;
}
footer .contact p {
    font-size: 7pt;
    margin-bottom: 0;
}
footer .copyright {
    font-size: 6pt;
    padding: 3px;
}

/*------timeline-------*/
.timeline > li:last-of-type .timeline-content {
    padding-bottom: 0;
}
.timeline-icon {
    padding-right: 5px;
    margin-left: -20px;
}
.timeline-icon img {
    width: 80px;
}
.timeline h4 {
    font-size: 9pt;
}
.timeline p {
    text-indent: 0;
}
.timeline-content {
    padding-left: 20px;
    padding-bottom: 10px;
}
.timeline-content:before {
    width: 10px;
    height: 10px;
    left: -5px;
    top: 6px;
}