.content-with-navbar{
    display: flex;
    padding: 0;
}
.content-with-navbar > .one-thirds,
.content-with-navbar > .two-thirds{
    padding-left: 20px;
    padding-right: 20px;
}
.sticky-navbar{
    position: sticky;
    top: calc(var(--header-height) + 14px);
    left: 0;
}
.sticky-navbar .navbar-title{
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: 44px;
    line-height: 46px;
    color: #858C93;
}
.sticky-navbar .navbar-item.active .navbar-title,
.sticky-navbar .navbar-item:hover .navbar-title{
    color: #f2f286;
}

.text-with-columns{
    border-top: 1px solid white;
    padding: 15px 0 180px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}
.text-with-columns-description{
    margin-bottom: 40px;
    max-width: 600px;
}
.text-with-columns-description p,
.content-list-item-description p{
    margin: 0 0 10px;
}
.text-with-columns-description p:last-child,
.content-list-item-description p:last-child{
    margin: 0;
}
.text-with-columns-description a,
.content-list-item-description a{
    color: #FFFFFF;
}
.text-with-columns-description a:hover,
.content-list-item-description a:hover{
    opacity: 0.7;
}
.text-with-columns-content {
    display: flex;
    gap: 30px;
}
.text-with-columns-column{
    width: calc(33.333% - calc(30px * 2/3));
}

.text-with-columns-column .text-with-columns-column-title{
    text-align: center;
    margin-bottom: 15px;
    font-family: var(--font-mono-family);
    font-size: 13px;
    line-height: 1.25;
    text-align: left;
}
.text-with-columns-column.center-heading .text-with-columns-column-title{
    padding-left: 40px;
}

.content-list{
    padding: 0 0 180px;
    border-top: 1px solid white;
}
.content-list-container{
    display: flex;
    gap: 60px;
    flex-direction: column;
}
.content-list-item{
    padding-top: 15px;
}
.content-list-item:not(:nth-child(2)){
    border-top: 1px solid rgba(255,255,255,0.2);
}
.content-list-item-title{
    margin-bottom: 15px;
    font-family: var(--font-mono-family);
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 15px;
}
.content-list-item-description{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 600px;
}
.content-list-item-button{
    margin-top: 30px;
}
.content-list-button{
    background-color: #f2f286;
    color: #2d2827;
}
.content-list-button:hover{
    border-radius: 0;
}
.text-with-columns-column-description p{
    margin: 0 0 10px;
}
.text-with-columns-column-description p:last-child{
    margin: 0;
}

.content-with-navbar > .two-thirds > div:last-child{
    padding-bottom: 0;
}
.content-list-item-fulltext{
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}
.content-list-item-fulltext p{
    margin: 0 0 10px;
}
.content-list-item-fulltext p:last-child{
    margin: 0;
}
.content-list-item-fulltext .fulltext-wrapper{
    padding-top: 20px;
    max-width: 600px;
}

@media screen and (min-width: 769px){
    .content-navbar-list{
        height: 0 !important;
    }
}

@media screen and (max-width: 1024px){
    .text-with-columns-column{
        width: calc(50% - calc(30px* 1 / 2));
    }
}

@media screen and (max-width: 850px){
    .content-with-navbar > .one-thirds{
        display: none;
    }
    .content-with-navbar > .two-thirds{
        padding: 0;
    }
    .content-navbar-header{
        display: flex;
        gap: 20px;
        padding: 0 14px;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        background: rgba(217, 217, 217, 0.2);
        backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid white;
    }
    .content-navbar-header .navbar-title{
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        color: #FFFFFF;
        text-transform: uppercase;
        width: 100%;
    }
    .content-navbar-toggle{
        appearance: none;
        background: none;
        border: none;
        padding: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        text-align: right;
        color: white;
    }
    .content-navbar-list{
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
    }
    .content-navbar-inner{
        background: rgba(217, 217, 217, 0.2);
        backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid white;
        padding: 7.5px 0;
    }
    .content-navbar-inner .navbar-item{
        padding: 7.5px 14px;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 500;
    }
    .text-with-columns,
    .content-list{
        border-top: none;
        padding: 0;
    }
    .text-with-columns .text-with-columns-title,
    .content-list .content-list-title{
        padding: 15px 14px;
        font-family: var(--font-heading-family);
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        color: #FFFFFF;
        border-bottom: 1px solid white;
    }
    .text-with-columns-description{
        padding: 15px 14px;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        margin: 0;
    }
    .text-with-columns-content{
        flex-direction: column;
        padding: 25px 14px 83px;
        gap: 60px;
    }
    .text-with-columns-column{
        width: 100%;
    }
    .text-with-columns-column.center-heading .text-with-columns-column-title{
        text-align: left;
        padding-left: 40px;
    }
    .content-list-container{
        gap: 0;
    }
    .content-list-item{
        padding: 15px 14px 60px;
    }
    .content-list-item:last-child{
        padding-bottom: 83px;
    }
    .content-list-item-description,
    .text-with-columns-column-description,
    .content-list-item-fulltext .fulltext-wrapper{
        max-width: 100%;
    }
    
}