@import 'https://fonts.googleapis.com/css?family=Fira+Sans:300,400';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
.nav-top {
    display: none;
    align-items: center;
    justify-content: end;
    z-index: 101;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
}
.nav-top .hamburger {
    margin-left: auto;
    color: #000000;
    cursor: pointer;
}
.nav-drill {
    margin-top: 129px;
    transform: translateX(100%);
}
.nav-is-toggled .nav-drill {
    transform: translateX(0);
}
.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}
.nav-drill {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
}
.nav-items {
    flex: 0 0 100%;
}
.nav-items .nav-item {
    list-style: none;
}
.nav-item {
    border-bottom: solid 1px #d4d9dc;
}
.nav-drill .nav-items .nav-item .nav-link {
    display: block;
    padding: 0.875em 1em;
    background-color: #ededef;
    color: #000;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 300;
}
.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: #20b49c;
    transition: 0.3s;
    visibility: hidden;
}
.nav-expand-content .nav-drill .nav-items .nav-item .nav-link {
    background-color: #20b49c;
}
.nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    background-color: #20b49c !important;
    color: #fff;
}
.nav-expand-content .nav-back-link::before {
    content: 'chevron_left';
    margin-right: 0.5em;
    font-family: 'Material Icons';
}
.nav-expand-link {
    display: flex;
    justify-content: space-between;
}
.nav-expand-link::after {
    content: 'chevron_right';
    flex: 0 1 auto;
    font-family: 'Material Icons';
}
.nav-expand.active > .nav-expand-content {
    transform: translateX(0);
    visibility: visible;
}
.nav-expand .nav-expand-content {
    background-color: #20b49c;
}
.nav-expand .nav-expand-content .nav-drill .nav-items .nav-item .nav-link {
    background-color: #20b49c;
}
.nav-expand .nav-expand-content .nav-expand-content {
    background-color: #20b49c;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-drill .nav-items .nav-item .nav-link {
    background-color: #20b49c;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #20b49c;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-drill .nav-items .nav-item .nav-link {
    background-color: #20b49c;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #20b49c;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-drill .nav-items .nav-item .nav-link {
    background-color: #20b49c;
}