/* REVEAL */
    .slide--bot-top {
    opacity: 0;
    transform: translate3d(0, 60px, 0)
            scale3d(1, 1, 1)
            rotateX(0deg)
            rotateY(0deg)
            rotateZ(0deg)
            skew(0deg, 0deg);
    transform-style: preserve-3d;
    will-change: transform, opacity;
    }
    .slide--bot-top.show  {
    opacity: 1;
    margin-top:0;

    }
    .slide--bot-top.visible  {
    opacity: 1;
    /*transition: opacity 1.1s ease-in, margin .9s ease-in;*/
    transition: opacity 1.5s cubic-bezier(.23, 1, .32, 1), transform 1.5s cubic-bezier(.23, 1, .32, 1);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    }
/* /REVEAL */
.w-nav-overlay{
    display: block;
}
/* Initial state (before open) */
.w-nav-menu {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    transition:
        transform .99s cubic-bezier(.23,1,.32,1),
        opacity .72s ease;
    will-change: transform, opacity;
}

/* Open state */
.w--open .w-nav-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* Menu H links */
.dropdown-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease, max-height .35s cubic-bezier(.23,1,.32,1);
}

.dropdown.open .dropdown-content {
    max-height: 300px; /* adjust */
    opacity: 1;
}

.w-nav-button.w--open>img{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-135deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.w-nav-button>img{
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: transform .99s cubic-bezier(.23,1,.32,1);
    will-change: transform;
}
/* /////////////////////////////// */
.news-item {
    padding: 2em 1em;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 250px 1fr;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.nav-container.clone {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(143, 143, 143, 0.45);
    -moz-box-shadow: 0px 2px 2px 0px rgba(143, 143, 143, 0.45);
    box-shadow: 0px 2px 2px 0px rgba(143, 143, 143, 0.45);
    right: 0;
    padding-top: .75rem;
    padding-bottom: .5rem;
    background-color: #000;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    transition: opacity .5s ease-in-out;
    transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
    z-index: 9;
}

.page-wrapper.light-mode .nav-container.clone {
    background-color: #fff;
}

body.down .nav-container.clone {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}
/* ///////////////////////////////////////////////// */

    .page-wrapper.light-mode .hero-c .h1-30>a:hover {
        opacity: .85;
    }

    .blog-card__link.overflow-hidden img {
        width: inherit;
    }

    a:hover .blog-card__link.overflow-hidden {
        opacity: 1
    }

    .blog-post__rt li {
        font-size: 1.2em;
    }

    ul[no-bul] {
        padding-left: 1em
    }

    ul[no-bul] li {
        list-style: none
    }

    hr[spt] {
        border: 0;
        height: 1px;
        background-color: rgba(255, 255, 255, .5);
        width: 30%;
        margin-left: 0;
    }

    hr[spt0] {
        border: 0;
        height: 0
    }

    [cases] [bk],
    [cases] [lt] {
        height: 120px;
        opacity: .81;
        margin-bottom: .75em;
    }

    [lt] {
        display: block;
    }

    .page-wrapper.light-mode [bk] {
        display: block;
    }

    .page-wrapper.light-mode hr[spt] {
        background-color: rgba(25, 25, 25, .5);
    }

    [bk],
    .page-wrapper.light-mode [lt] {
        display: none;
    }

    .h1-30 {
        font-size: 1.55em;
        padding: .8em 0 .85em;
        letter-spacing: .01em;
    }

    /* ////////////// //////////////// */
    .blog__coll-list2 {
        grid-column-gap: 1.56em;
        grid-row-gap: 5.25em;
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .hero-c h2.post_title {
        margin-top: 3rem
    }

    @media screen and (max-width:1280px) {
        .hero-c h2.post_title {
            margin-top: 1rem
        }
    }

    @media screen and (max-width:767px) {
        .blog__coll-list2 {
            grid-template-columns: 1fr;
        }

        .hero-c .container-horizontal {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

        [tthd] {
            font-size: 1.1rem !important;
        }
    }

    @media screen and (max-width: 479px) {
        .blog-post__rt h2 {
            font-size: 1.55rem !important;
            line-height: 1.35 !important;
        }

        .blog-post__rt h3 {
            font-size: 1.3rem;
            line-height: 1.3;
            letter-spacing: 0;
        }

        .blog__coll-list2 {
            grid-template-columns: 1fr;
        }
    }

    .h2-72 {
        font-size: 3.5em;
    }

    .horizontal-divider.scale-r {
        margin-bottom: 3rem;
    }

    .mb-5 {
        margin-bottom: 3rem !important;
    }

    .mt-4 {
        margin-top: 1.5rem !important;
    }

    .blog__featured-post {
        padding-bottom: 5.06em;
        padding-top: 7.06em;
        position: relative;
    }

    .blog-post__rt p,
    p[hd] {
        font-size: 1.2em;
        font-weight: 300
    }

    [git-nwl] {
        background-color: #111010;
        color: #f4f4f4;
        width: 100%;
        border-radius: 1em;
        padding: 10px;
        border-collapse: unset;
        border: 1px solid rgba(255, 255, 255, .18);
        max-width: 650px;
        margin: 0 auto;
    }

    [git-nwl] a {
        color: var(--pale-green);
        text-decoration: underline;
    }

    [git-nwl] td p w {
        color: #72778c;
        font-weight: 600;
    }

    .blog-post__copy-container2 {
        margin-bottom: 5.5em;
        margin-left: auto;
        margin-right: auto;
        max-width: 54em;
        width: 100%;
    }

    [rem].blog__coll-list2 {
        grid-template-columns: 3fr 2fr
    }

    .light- {
        background-color: rgba(255, 255, 255, .65)
    }

    img[rim] {
        width: 8rem;
    }

    img[rim2] {
        height: 10rem;
        width: auto;
    }

    h2.post_title i[rt],
    i[rt] {
        opacity: .54 !important
    }

    @media screen and (max-width: 991px) {
        .blog__post-img.nav {
            max-height: none;
            min-height: auto;
            width: 100%;
        }
    }

    p[ext] {
        font-size: 1em;
    }

    /* ////////////// //////////////// */
    [tac] {
        text-align: center !important;
    }

    [wide1] {
        max-width: 900px;
        margin: 0 auto
    }

    [wide2] {
        max-width: 1080px;
        margin: 0 auto
    }

    [wide3] {
        max-width: 1280px;
        margin: 0 auto
    }

    [wide4] {
        max-width: 1680px;
        margin: 0 auto
    }

    [wide6] {
        max-width: 48rem;
        margin: 0 auto;
        line-height: 1.3;
    }

    [r] {
        font-weight: 300;
        font-size: 2rem;
        font-weight: 500;
    }

    .container-vertical.build-hero {
        padding-bottom: 3.97em;
        padding-top: 1em
    }

    .page-wrapper.light-mode section.hero-c a.c-blue {
        color: var(--pale-green) !important;
    }

    .page-wrapper.light-mode .t-90.c-blue {
        color: #0e5dcc !important;
    }

    .t-90 {
        font-size: 3em !important;
        margin-bottom: .75em
    }

    .h1-60 {
        font-size: 2.4em !important;
        font-weight: 500;
        margin: .5em 0
    }

    [git-nwl] {
        background-color: #111010;
        color: #f4f4f4;
        width: 100%;
        border-radius: 1em;
        padding: 10px;
        border-collapse: unset;
        border: 1px solid rgba(255, 255, 255, .18);
        max-width: 650px;
    }

    .page-wrapper.light-mode [git-nwl] td p,
    .page-wrapper [git-nwl] td p {
        color: #f4f4f4 !important;
        margin-bottom: 0;
        line-height: 1.45
    }

    [git-nwl] td p w {
        color: #504f4f
    }

    .h1-36 {
        font-size: 2.45em;
        padding: 1em 0;
    }

    .c-blue {
        color: var(--pale-green)
    }

    [grid-2] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.8em;
    }

    br[hn] {
        display: none;
    }

    @media (max-width: 600px) {
        [grid-2] {
            grid-template-columns: 1fr;
        }

        .h1-36 {
            font-size: 2.1em;
            padding: .5em 0;
        }
    }

    @media (max-width: 400px) {
        br[hn] {
            display: block;
        }
    }

    [news] section:not(.hero-c) {
        max-width: 990px;
        margin: 0 auto
    }

    [repost] {
        border-left: 1px solid #707074;
        padding-left: 1.56em;
        font-size: 90%;
        line-height: 1.3;
    }

    [repost] a {
        font-weight: 700;
        font-size: 115%;
        line-height: 1.35;
    }

    [repost] img,
    [repost] [video] {
        max-width: 450px;
    }

    [mb0] {
        margin-bottom: 0 !important;
    }

    [grid-2] [repost] img {
        max-width: 330px;
    }

    cg {
        color: #707074;
        margin: 0
    }

    a>cg {
        color: #0569f5
    }

    wl {
        font-weight: 100 !important;
    }

    [ac] {
        text-align: center;
        max-width: 700px;
        line-height: 1.25 !important;
        margin: 0 auto;
    }

    h4[ac] {
        font-weight: 300;
    }

    [cont] p a[cta] {
        color: #1176eb;
        text-decoration: underline;
    }

    [cont] p a[cta]:hover {
        text-decoration-style: dotted;
    }

    [cont] p a:not(.cta, [cta]) {
        color: #1176eb;
        position: relative;
        text-decoration: underline;
        z-index: 1;
        padding: 0 3px
    }

    [cont] p a:not(.cta, [cta]):before {
        background: #1176eb;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all .5s;
        width: 0;
        z-index: -1
    }

    [cont] p a:not(.cta, [cta]):hover {
        color: #000;
        text-decoration: none
    }

    [cont] p a:not(.cta, [cta]):hover:before {
        color: #000;
        width: 100%
    }

    [headings] li {
        font-size: 1.15em;
        padding: .5em 0;
        line-height: 1.25;
        list-style: none;
        border-bottom: rgba(126, 126, 126, .5) 2px dotted;
        margin: 0;
    }

    [headings] li a {
        margin: 0;
        font-weight: 300;
        padding: 0;
    }

    [headings] li a:hover {
        text-decoration: underline
    }

    [headings] li:last-child {
        border: 0;
    }

    .blog__coll-list {
        grid-template-columns: 1fr 1fr;
        padding: 1em 0;
    }

    p[date] {
        text-transform: uppercase;
        font-size: small;
        margin: 0;
    }

    @media screen and (max-width: 767px) {
        .blog__coll-list {
            padding: 1rem
        }
    }

    @media screen and (max-width: 479px) {
        .blog__coll-list {
            grid-template-columns: 1fr
        }
    }

    [git-nwl] {
        background-color: #111010;
        color: #f4f4f4;
        width: 100%;
        border-radius: 1em;
        padding: 10px;
        border-collapse: unset;
        border: 1px solid rgba(255, 255, 255, .18);
        max-width: 650px;
    }

    .page-wrapper.light-mode [git-nwl] td p,
    .page-wrapper [git-nwl] td p {
        color: #f4f4f4 !important;
        margin-bottom: 0;
        line-height: 1.45
    }

    [git-nwl] td p w {
        color: #504f4f
    }

    [git-nwl] td:first-child {
        width: 90px;
    }

    [git-nwl] td {
        padding: .5em 1em;
    }

    p[l] {
        font-weight: 300 !important;
    }

    .flex__coll-list3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        /* Aligns items to the start */
        gap: 3rem 3%;
        /* Maintains spacing between items */
        justify-content: center
    }

    .flex__coll-list3 div {
        flex: 0 0 30%;
    }



    /* Dealing with single orphan */
    .item:last-child:nth-child(3n - 2) {
        grid-column-end: 5;
    }

    @media screen and (max-width: 580px) {
        [mob] {
            display: block !important;
        }

        [no-mob] {
            display: none !important;
        }
    }

    [home] section:not(.hero-c) {
        padding: 3rem
    }

    [home] section[road] {
        padding: 3rem 0
    }

    @media screen and (max-width: 1200px) {
        [home] section:not(.hero-c) {
            padding: 3rem 2rem
        }
    }

    @media screen and (max-width:1080px) {
        .flex__coll-list3 div {
            flex: 0 0 48%
        }

        [home] section:not(.hero-c) {
            padding: 1rem
        }
    }

    @media screen and (max-width:630px) {

        [cases] [bk],
        [cases] [lt] {
            height: 80px;
        }

        .nav-container .pete {
            display: none !important;
        }

        .mob-view {
            display: block !important;
        }

        .flex__coll-list3 div {
            flex: 0 0 100%
        }
    }

    [do] {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.1;
    }

    [tth] {
        font-size: 1.6rem;
        font-weight: 300
    }

    [tthd] {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.35;
    }

    [mt0] {
        margin-top: 0 !important;
    }

    [mt0] {
        margin-top: 0 !important;
    }

    [mt1] {
        margin-top: 2rem !important;
    }

    [mt1-1] {
        margin-top: 1rem !important;
    }

    [mt2] {
        margin-top: 4rem !important;
    }

    [mt3] {
        margin-top: 6rem !important;
    }

    [mb0] {
        margin-bottom: 0 !important;
    }

    [mb05] {
        margin-bottom: 1rem !important;
    }

    [mb1] {
        margin-bottom: 2rem !important;
    }

    [mb2] {
        margin-bottom: 4rem !important;
    }

    [mb3] {
        margin-bottom: 6rem !important;
    }

    p[ddf] {
        font-size: 1.2rem;
        font-weight: 300;
        font-family: IBM Plex, sans-serif;
        line-height: 1.35;
        margin: 1rem 0
    }

    p[ddf] b {
        font-size: 1.4rem;
        font-weight: 600 !important;
    }

    a.more {
        font-size: 12px;
        line-height: 1.5;
        padding: 8px 14px;
        background-color: #0569f5;
        color: #000;
        border-radius: 3px;
    }

    .page-wrapper.light-mode .hero-c a.cta,
    a.cta {
        font-size: 1em;
        color: #000;
        text-decoration: none;
        background-color: #0569f5;
        padding: 1em 2em;
        width: 100%;
        max-width: 400px;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: background-color 0.3s ease;
    }

    a.cta:hover {
        background-color: #f8fafb;
    }

    a.cta2 {
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 1em 2em;
        width: 100%;
        max-width: 400px;
        text-transform: uppercase;
        font-size: small;
        font-weight: 500;
    }

    a.pete {
        padding: .75rem 1.25rem;
    }

    .page-wrapper.light-mode a.pete,
    .page-wrapper.light-mode .w-dropdown-toggle,
    .page-wrapper.light-mode {
        color: #000;
    }

    .w-dropdown-link:hover {
        text-decoration: underline;
        background-color: #e2e2e4;
    }

    a.pete:hover {
        text-decoration: underline;
    }

    .nav-container .pete {
        display: block;
    }

    .mob-view {
        display: none
    }

    [mob] {
        display: none
    }

    [no-mob] {
        display: block
    }

    @media screen and (max-width: 1100px) {
        [rem].blog__coll-list2 {
            grid-template-columns: 4fr 2fr
        }

        img[rim] {
            width: 5rem;
        }
    }

    @media screen and (max-width: 850px) {
        [rem].blog__coll-list2 {
            grid-template-columns: 1fr
        }

        img[rim] {
            width: 6.5rem;
        }
    }

    /* ////////////// ROADMAP //////////////// */

    .outercontainer {
        background-color: black;
        margin: 0 auto;
        overflow-x: scroll;
        position: relative;
    }

    .outercontainer::-webkit-scrollbar {
        display: block;
    }

    .innercontainer {
        width: fit-content;
        box-sizing: border-box;
        background-color: black;
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
    }

    .blog-post__rt li {
        font-size: 1.2em;
    }

    [az] {
        font-family: Azeret Mono !important;
        letter-spacing: -.0786rem;
    }

    [az] b,
    b[az] {
        font-weight: 500;
    }

    [tac] {
        text-align: center;
    }

    section.hero-c {
        background-color: #000
    }

    /* Related articles */
    [dam0] {
        display: grid;
        grid-template-columns: 270px 1fr;
        padding: 2em 1em;
        border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        margin: 1em 0;
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        grid-auto-columns: 1fr;
        grid-template-rows: auto;
    }

    @media screen and (max-width: 700px) {
        [dam0] {
            grid-template-columns: 1fr;
        }

        [dam0]>.img {
            height: 144px
        }
    }

    [dam0] .src {
        text-transform: uppercase;
        margin-bottom: .5em;
    }

    [dam0] div p {
        font-size: 1em;
        margin-bottom: .1em;
    }

    [dam0]>.img {
        width: 100%;
        max-width: 270px;
        max-height: 144px;
        border-radius: 3px;
    }

    [dam0] div a:hover {
        text-decoration: underline;
        color: #0988f1;
    }

    [dam0] div a {
        color: #0980e1;
    }

    [dam0] div a h3 {
        margin: .5em 0;
    }

    .page-wrapper.light-mode [dam0] {
        border-color: #000;
    }

    a:hover [dam0] {
        border-color: #0569f5 !important
    }

    [home] p[st1] {
        margin: 2em auto 0 auto;
        font-size: 1.35em;
        max-width: 770px;
    }
/* //////////////////////////////////// */
.dropdown-list .w-dropdown-link:hover {
    background-color: #0569f5 !important
}

.dropdown-list,
.dropdown-list.w--open {
    max-height: none;
}

a.dropdown-link {
    background-color: #000;
}

.w-form-label {
    display: inline-flex
}

.w-form-label>img {
    width: 1.1em;
    margin-right: .36em
}

.page-wrapper.light-mode .filter-button-wrp.is--active-all {
    border-color: #000
}

a[cont] {
    text-transform: uppercase;
    font-size: .95em
}

a[cont]:hover {
    text-decoration: underline rgb(234 234 235 / .45) .036em solid
}

a[cont] img {
    width: inherit;
    margin-right: .5em
}

.news-item div p {
    font-size: initial
}

.news-item h3.post_title {
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: .4em
}

.page-wrapper.light-mode .filter-button-wrp.is--active-all {
    border-color: #000
}

a[cont] {
    text-transform: uppercase;
    font-size: .95em
}

a[cont]:hover {
    text-decoration: underline rgb(135 135 135 / .45) .06em solid
}

a[cont] img {
    width: inherit;
    margin-right: .5em
}

.news-item {
    padding: 2em 1em;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 250px 1fr;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
    display: grid
}

.news-item[no-img] {
    grid-template-columns: 1fr !important
}

.news-item>div>h3 {
    margin-bottom: auto
}

.news-item>div>[src] {
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: 200
}

.news-item>div>[src]>b {
    color: dodgerblue
}

@media screen and (max-width:767px) {
    .news-item>img {
        max-width: 200px
    }

    .news-item {
        grid-row-gap: 18px;
        grid-template-columns: 1fr;
        padding: 2em 16px
    }

    .news-item div p {
        font-size: 1.35em;
    }

    .news-item h3.post_title {
        font-size: 1.5em;
    }
}

.filter-button--st,
.filter-button__all-st {
    font-size: 1rem;
    white-space: nowrap;
}

.horizontal-top-start {
    overflow: hidden
}


@media screen and (max-width:767px) {
    .search-coll__wrp {
        padding: 0 1em;
    }
}



a[tag] {
    background-color: rgba(133, 136, 139, 0.45);
    text-transform: uppercase;
    padding: 2px 8px;
    margin: 3px 5px 3px 0;
    border-radius: 2px;
    line-height: 2.2;
    font-size: 70%;
    letter-spacing: .035em;
    cursor: default;
}

.page-wrapper.light-mode .hero-c .h1-30>a:hover {
    opacity: .85;
}

.blog-card__link.overflow-hidden img {
    width: inherit;
}

a:hover .blog-card__link.overflow-hidden {
    opacity: 1
}

.blog-post__rt li {
    font-size: 1.2em;
}

ul[no-bul] {
    padding-left: 1em
}

ul[no-bul] li {
    list-style: none
}

hr[spt] {
    border: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    width: 30%;
    margin-left: 0;
}

hr[spt0] {
    border: 0;
    height: 0
}

[cases] [bk],
[cases] [lt] {
    height: 120px;
    opacity: .81;
    margin-bottom: .75em;
}

[lt] {
    display: block;
}

.page-wrapper.light-mode [bk] {
    display: block;
}

.page-wrapper.light-mode hr[spt] {
    background-color: rgba(25, 25, 25, .5);
}

[bk],
.page-wrapper.light-mode [lt] {
    display: none;
}

.h1-30 {
    font-size: 1.55em;
    padding: .8em 0 .85em;
    letter-spacing: .01em;
}

/* ////////////// //////////////// */
.blog__coll-list2 {
    grid-column-gap: 1.56em;
    grid-row-gap: 5.25em;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.hero-c h2.post_title {
    margin-top: 3rem
}

@media screen and (max-width:1280px) {
    .hero-c h2.post_title {
        margin-top: 1rem
    }
}

@media screen and (max-width:767px) {
    .blog__coll-list2 {
        grid-template-columns: 1fr;
    }

    .hero-c .container-horizontal {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    [tthd] {
        font-size: 1.1rem !important;
    }
}

@media screen and (max-width: 479px) {
    .blog-post__rt h2 {
        font-size: 1.55rem !important;
        line-height: 1.35 !important;
    }

    .blog-post__rt h3 {
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .blog__coll-list2 {
        grid-template-columns: 1fr;
    }
}

.h2-72 {
    font-size: 3.5em;
}

.horizontal-divider.scale-r {
    margin-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.blog__featured-post {
    padding-bottom: 5.06em;
    padding-top: 7.06em;
    position: relative;
}

.blog-post__rt p,
p[hd] {
    font-size: 1.2em;
    font-weight: 300
}

[git-nwl] {
    background-color: #111010;
    color: #f4f4f4;
    width: 100%;
    border-radius: 1em;
    padding: 10px;
    border-collapse: unset;
    border: 1px solid rgba(255, 255, 255, .18);
    max-width: 650px;
    margin: 0 auto;
}

[git-nwl] a {
    color: var(--pale-green);
    text-decoration: underline;
}

[git-nwl] td p w {
    color: #72778c;
    font-weight: 600;
}

.blog-post__copy-container2 {
    margin-bottom: 5.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 54em;
    width: 100%;
}

[rem].blog__coll-list2 {
    grid-template-columns: 3fr 2fr
}

.light- {
    background-color: rgba(255, 255, 255, .65)
}

img[rim] {
    width: 8rem;
}

img[rim2] {
    height: 10rem;
    width: auto;
}

h2.post_title i[rt],
i[rt] {
    opacity: .54 !important
}

@media screen and (max-width: 991px) {
    .blog__post-img.nav {
        max-height: none;
        min-height: auto;
        width: 100%;
    }
}

p[ext] {
    font-size: 1em;
}

/* ////////////// //////////////// */
[tac] {
    text-align: center !important;
}

[wide1] {
    max-width: 900px;
    margin: 0 auto
}

[wide2] {
    max-width: 1080px;
    margin: 0 auto
}

[wide3] {
    max-width: 1280px;
    margin: 0 auto
}

[wide4] {
    max-width: 1680px;
    margin: 0 auto
}

[wide6] {
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.3;
}

[r] {
    font-weight: 300;
    font-size: 2rem;
    font-weight: 500;
}

.container-vertical.build-hero {
    padding-bottom: 3.97em;
    padding-top: 1em
}

.page-wrapper.light-mode section.hero-c a.c-blue {
    color: var(--pale-green) !important;
}

.page-wrapper.light-mode .t-90.c-blue {
    color: #0e5dcc !important;
}

.t-90 {
    font-size: 3em !important;
    margin-bottom: .75em
}

.h1-60 {
    font-size: 2.4em !important;
    font-weight: 500;
    margin: .5em 0
}

[git-nwl] {
    background-color: #111010;
    color: #f4f4f4;
    width: 100%;
    border-radius: 1em;
    padding: 10px;
    border-collapse: unset;
    border: 1px solid rgba(255, 255, 255, .18);
    max-width: 650px;
}

.page-wrapper.light-mode [git-nwl] td p,
.page-wrapper [git-nwl] td p {
    color: #f4f4f4 !important;
    margin-bottom: 0;
    line-height: 1.45
}

[git-nwl] td p w {
    color: #504f4f
}

.h1-36 {
    font-size: 2.45em;
    padding: 1em 0;
}

.c-blue {
    color: var(--pale-green)
}

[grid-2] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em;
}

br[hn] {
    display: none;
}

@media (max-width: 600px) {
    [grid-2] {
        grid-template-columns: 1fr;
    }

    .h1-36 {
        font-size: 2.1em;
        padding: .5em 0;
    }
}

@media (max-width: 400px) {
    br[hn] {
        display: block;
    }
}

[news] section:not(.hero-c) {
    max-width: 990px;
    margin: 0 auto
}

[repost] {
    border-left: 1px solid #707074;
    padding-left: 1.56em;
    font-size: 90%;
    line-height: 1.3;
}

[repost] a {
    font-weight: 700;
    font-size: 115%;
    line-height: 1.35;
}

[repost] img,
[repost] [video] {
    max-width: 450px;
}

[mb0] {
    margin-bottom: 0 !important;
}

[grid-2] [repost] img {
    max-width: 330px;
}

cg {
    color: #707074;
    margin: 0
}

a>cg {
    color: #0569f5
}

wl {
    font-weight: 100 !important;
}

[ac] {
    text-align: center;
    max-width: 700px;
    line-height: 1.25 !important;
    margin: 0 auto;
}

h4[ac] {
    font-weight: 300;
}

[cont] p a[cta] {
    color: #1176eb;
    text-decoration: underline;
}

[cont] p a[cta]:hover {
    text-decoration-style: dotted;
}

[cont] p a:not(.cta, [cta]),
[cont] li a {
    color: #1176eb;
    position: relative;
    text-decoration: underline;
    z-index: 1;
    padding: 0 3px
}

[cont] p a:not(.cta, [cta]):before,
[cont] li a:before {
    background: #1176eb;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s;
    width: 0;
    z-index: -1
}

[cont] p a:not(.cta, [cta]):hover,
[cont] li a:hover {
    color: #000;
    text-decoration: none
}

[cont] p a:not(.cta, [cta]):hover:before,
[cont] li a:hover:before {
    color: #000;
    width: 100%
}

[headings] li {
    font-size: 1.15em;
    padding: .5em 0;
    line-height: 1.25;
    list-style: none;
    border-bottom: rgba(126, 126, 126, .5) 2px dotted;
    margin: 0;
}

[headings] li a {
    margin: 0;
    font-weight: 300;
    padding: 0;
}

[headings] li a:hover {
    text-decoration: underline
}

[headings] li:last-child {
    border: 0;
}

.blog__coll-list {
    grid-template-columns: 1fr 1fr;
    padding: 1em 0;
}

p[date] {
    text-transform: uppercase;
    font-size: small;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .blog__coll-list {
        padding: 1rem
    }
}

@media screen and (max-width: 479px) {
    .blog__coll-list {
        grid-template-columns: 1fr
    }
}

[git-nwl] {
    background-color: #111010;
    color: #f4f4f4;
    width: 100%;
    border-radius: 1em;
    padding: 10px;
    border-collapse: unset;
    border: 1px solid rgba(255, 255, 255, .18);
    max-width: 650px;
}

.page-wrapper.light-mode [git-nwl] td p,
.page-wrapper [git-nwl] td p {
    color: #f4f4f4 !important;
    margin-bottom: 0;
    line-height: 1.45
}

[git-nwl] td p w {
    color: #504f4f
}

[git-nwl] td:first-child {
    width: 90px;
}

[git-nwl] td {
    padding: .5em 1em;
}

p[l] {
    font-weight: 300 !important;
}

.flex__coll-list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* Aligns items to the start */
    gap: 3rem 3%;
    /* Maintains spacing between items */
    justify-content: center
}

.flex__coll-list3 div {
    flex: 0 0 30%;
}



/* Dealing with single orphan */
.item:last-child:nth-child(3n - 2) {
    grid-column-end: 5;
}

@media screen and (max-width: 580px) {
    [mob] {
        display: block !important;
    }

    [no-mob] {
        display: none !important;
    }
}

[home] section:not(.hero-c) {
    padding: 3rem
}

[home] section[road] {
    padding: 3rem 0
}

@media screen and (max-width: 1200px) {
    [home] section:not(.hero-c) {
        padding: 3rem 2rem
    }
}

@media screen and (max-width:1080px) {
    .flex__coll-list3 div {
        flex: 0 0 48%
    }

    [home] section:not(.hero-c) {
        padding: 1rem
    }
}

@media screen and (max-width:630px) {

    [cases] [bk],
    [cases] [lt] {
        height: 80px;
    }

    .nav-container .pete {
        display: none !important;
    }

    .mob-view {
        display: block !important;
    }

    .flex__coll-list3 div {
        flex: 0 0 100%
    }
}

[do] {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.1;
}

[tth] {
    font-size: 1.6rem;
    font-weight: 300
}

[tthd] {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.35;
}

[mt0] {
    margin-top: 0 !important;
}

[mt0] {
    margin-top: 0 !important;
}

[mt1] {
    margin-top: 2rem !important;
}

[mt1-1] {
    margin-top: 1rem !important;
}

[mt2] {
    margin-top: 4rem !important;
}

[mt3] {
    margin-top: 6rem !important;
}

[mb0] {
    margin-bottom: 0 !important;
}

[mb05] {
    margin-bottom: 1rem !important;
}

[mb1] {
    margin-bottom: 2rem !important;
}

[mb2] {
    margin-bottom: 4rem !important;
}

[mb3] {
    margin-bottom: 6rem !important;
}

p[ddf] {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: IBM Plex, sans-serif;
    line-height: 1.35;
    margin: 1rem 0
}

p[ddf] b {
    font-size: 1.4rem;
    font-weight: 600 !important;
}

a.more {
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 14px;
    background-color: #0569f5;
    color: #000;
    border-radius: 3px;
}

.page-wrapper.light-mode .hero-c a.cta,
a.cta {
    font-size: 1em;
    color: #000;
    text-decoration: none;
    background-color: #0569f5;
    padding: 1em 2em;
    width: 100%;
    max-width: 400px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s ease;
}

a.cta:hover {
    background-color: #f8fafb;
}

a.cta2 {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 1em 2em;
    width: 100%;
    max-width: 400px;
    text-transform: uppercase;
    font-size: small;
    font-weight: 500;
}

a.pete {
    padding: .75rem 1.25rem;
}

.page-wrapper.light-mode a.pete,
.page-wrapper.light-mode .w-dropdown-toggle,
.page-wrapper.light-mode {
    color: #000;
}

.w-dropdown-link:hover {
    text-decoration: underline;
    background-color: #e2e2e4;
}

a.pete:hover {
    text-decoration: underline;
}

.nav-container .pete {
    display: block;
}

.mob-view {
    display: none
}

[mob] {
    display: none
}

[no-mob] {
    display: block
}

@media screen and (max-width: 1100px) {
    [rem].blog__coll-list2 {
        grid-template-columns: 4fr 2fr
    }

    img[rim] {
        width: 5rem;
    }
}

@media screen and (max-width: 850px) {
    [rem].blog__coll-list2 {
        grid-template-columns: 1fr
    }

    img[rim] {
        width: 6.5rem;
    }
}

/* ////////////// ROADMAP //////////////// */

.outercontainer {
    background-color: black;
    margin: 0 auto;
    overflow-x: scroll;
    position: relative;
}

.outercontainer::-webkit-scrollbar {
    display: block;
}

.innercontainer {
    width: fit-content;
    box-sizing: border-box;
    background-color: black;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.blog-post__rt li {
    font-size: 1.2em;
}

[az] {
    font-family: Azeret Mono !important;
    letter-spacing: -.0786rem;
}

[az] b,
b[az] {
    font-weight: 500;
}

[tac] {
    text-align: center;
}

section.hero-c {
    background-color: #000
}

/* Related articles */
[dam0] {
    display: grid;
    grid-template-columns: 270px 1fr;
    padding: 2em 1em;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin: 1em 0;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
}

@media screen and (max-width: 700px) {
    [dam0] {
        grid-template-columns: 1fr;
    }

    [dam0]>.img {
        height: 144px
    }
}

[dam0] .src {
    text-transform: uppercase;
    margin-bottom: .5em;
}

[dam0] div p {
    font-size: 1em;
    margin-bottom: .1em;
}

[dam0]>.img {
    width: 100%;
    max-width: 270px;
    max-height: 144px;
    border-radius: 3px;
}

[dam0] div a:hover {
    text-decoration: underline;
    color: #0988f1;
}

[dam0] div a {
    color: #0980e1;
}

[dam0] div a h3 {
    margin: .5em 0;
}

.page-wrapper.light-mode [dam0] {
    border-color: #000;
}

a:hover [dam0] {
    border-color: #0569f5 !important
}

[home] p[st1] {
    margin: 2em auto 0 auto;
    font-size: 1.35em;
    max-width: 770px;
}