:root {
    --nav-size: 220px;
    --pico-font-size: 17px;
}
h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    line-height: 56px;
    text-transform: none;
    letter-spacing: -2px;
    color: #505050;
    white-space: nowrap;
}
h1 a {
    text-decoration: none;
    color: inherit;
    --pico-background-color: #fff;
}
@media only screen and (prefers-color-scheme: dark) {
    h1 {
        color:#fff;
    }
    h1 a {
        --pico-background-color: #13171f;
    }
}
h1 span {
    font-size: 70px;
    vertical-align: middle;
}
h1 span:first-child {
    letter-spacing: -14px;
}
h1 span:nth-child(2) {
    position: relative;
    letter-spacing: -15px;
    z-index: 1;
}
h1 span:nth-child(3) {
    color: #c39f76;
    filter: blur(2px);
}
h1 span:nth-child(2):before {
    content: "";
    position: absolute;
    top: 10px;
    height: 28px;
    border-left: 1.5px solid var(--pico-background-color);
    border-top: 1.5px solid var(--pico-background-color);
    width: 44px;
    left: 2px;
    border-top-left-radius: 41px 24px;
}
h1 span:nth-child(2):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 4.5px;
    height: 37px;
    border-left: 1.5px solid var(--pico-background-color);
    z-index: 5;
}
body header h1 + p {
    text-indent: 130px;
    margin-top: -22px;
    font-size: 15px;
}
a.how {
    position: fixed;
    left: 0;
    bottom: 65px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 40px;
    background-color: var(--pico-primary);
    border-radius: 0 10px 10px 0;
    display: grid;
    place-content: center;
}
input[type=checkbox][role=button] {
    position: fixed;
    z-index: 16;
    bottom: 120px;
    left: 0;
    width: 50px;
    height: 50px;
    border: none;
    padding: 10px;
    margin: 0;
    display: grid;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
    background: var(--pico-primary);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    transition: .3s linear;
}
input[type=checkbox][role=button]::before,
input[type=checkbox][role=button]::after {
    content:"";
    grid-area:1/1;
    transition:.3s;
}
input[type=checkbox][role=button]::before {
    background:
     radial-gradient(closest-side at 12.5% 25%,#fff 96%,#0000) 0 0/80% 40%,
     linear-gradient(#fff 50%,#0000 0) top/80% 40% repeat-y;
}
input[type=checkbox][role=button]::after {
    padding: 10%;
    background: 
     radial-gradient(closest-side at 50% 12.5%,#fff 96%,#0000) top /20% 80% repeat-y,
     radial-gradient(closest-side at 12.5% 50%,#fff 96%,#0000) left/80% 20% repeat-x,
     conic-gradient(from 90deg at 33% 33%, #0000 90deg, #fff 0)
    100% 100%/60% 60% padding-box content-box;
    transform: translate(-100%) translateZ(0) rotate(45deg);
    opacity:0;
}
input[type=checkbox][role=button]:checked {
    transform:translate(var(--nav-size));
}
input[type=checkbox][role=button]:checked::before {
    transform: translate(100%);
    opacity:0;
}
input[type=checkbox][role=button]:checked::after {
    transform: translate(0) translateZ(0) rotate(45deg);
    opacity:1;
}
nav {
    position: fixed;
    z-index: 15;
    inset: 0 calc(100% - var(--nav-size)) 0 0;
    text-align: left;
    overflow: auto;
    box-shadow: var(--pico-card-box-shadow);
    border-right: 1px solid var(--pico-muted-border-color);
    background: var(--pico-background-color);
    transform: translate(-100%);
    transition: transform .3s linear;
}
input[type=checkbox][role=button]:checked + nav {
    transform: translate(0);
    box-shadow: 0 0 0 100vw #0008;
}
nav ul {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin: 0!important;
}
nav ul li {
    border-bottom: 1px solid var(--pico-muted-border-color);
    padding: 0;
}
nav ul li a {
    display: block;
    margin: 0;
    border-radius: 0;
}
nav ul li a:hover, 
nav ul li a[aria-current] {
    background-color: var(--pico-primary-focus);
    --pico-color: var(--pico-primary-hover);
}
@media (max-width: 900px) {
    a.how,
    input[type=checkbox][role=button] {
        display: none;
    } 
}
@media (max-width: 400px) {
    h1 {
        font-size: 40px;
    }
    body header h1 + p {
        font-size: 12px;
    }
}
#carbonads {
    max-width: 540px;
    margin: auto;
}
#carbon-responsive {
    max-width: 100%!important;
    position: relative;
}
#carbon-responsive .carbon-responsive-wrap {
    padding: 0!important;
}
#carbon-responsive .carbon-text {
    padding: 24px 12px;
    display: grid;
    place-content: center;
}
#carbon-responsive .carbon-poweredby {
    opacity: .68!important;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .2em .8em;
    border: solid 1px var(--carbon-bg-secondary);
    border-width: 1px 0 0 1px;
    background: #0001;
}
#_hellobar_ .hello-hide {
    translate: 40% -40%;
    box-shadow: 0 0 4px #0005;
    font-size: 0!important;
    width: 24px!important;
    border-radius: 50%!important;
    aspect-ratio: 1;
    background: 
      linear-gradient(currentColor 0 0) 50% / 60% 2px no-repeat, 
      linear-gradient(currentColor 0 0) 50% / 2px 60% no-repeat;
    rotate: 45deg;
}
@media (max-width:760px) {
    #_hellobar_ {
        inset-inline: 10px !important;
    }
    #_hellobar_ section {
        width: auto!important;
    }
}
#responsive_css {
    position: fixed;
    inset: auto 0 0;
    z-index: 999;
}
#responsive_css ._responsive_ {
    max-width: 100%;
}
#responsive_css ._responsive_ .native-banner {
    padding: .25em 1em;
}
#responsive_css ._responsive_ .native-img {
    width: 100px!important;
    flex-basis: initial!important;
    height: 40px!important;
}
#responsive_css ._responsive_ .native-company {
    margin-bottom: 0!important;
    font-weight: 400!important;
}
#responsive_css ._responsive_ .native-desc {
    font-weight: 500!important;
}
@media (max-width:900px) {
    #responsive_css {
        position: static;
    }
}
@media (max-width:850px) {
    body:has([data-ea-style=fixedfooter].loaded) {
       padding-bottom: 80px;
    }
}