.elementor-4290 .elementor-element.elementor-element-653661e{--display:flex;}.elementor-4290 .elementor-element.elementor-element-653661e:not(.elementor-motion-effects-element-type-background), .elementor-4290 .elementor-element.elementor-element-653661e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, #F6F5F1 100%);}.elementor-4290 .elementor-element.elementor-element-824e1ec{width:100%;max-width:100%;}.elementor-4290 .elementor-element.elementor-element-824e1ec.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4290 .elementor-element.elementor-element-0cf9b74{--display:flex;}.elementor-4290 .elementor-element.elementor-element-0cf9b74:not(.elementor-motion-effects-element-type-background), .elementor-4290 .elementor-element.elementor-element-0cf9b74 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F5F1;}.elementor-4290 .elementor-element.elementor-element-d5d8ae0{width:100%;max-width:100%;}.elementor-4290 .elementor-element.elementor-element-d5d8ae0.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4290 .elementor-element.elementor-element-918e263{--display:flex;}.elementor-4290 .elementor-element.elementor-element-918e263:not(.elementor-motion-effects-element-type-background), .elementor-4290 .elementor-element.elementor-element-918e263 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F5F1;}.elementor-4290 .elementor-element.elementor-element-c8e4158{width:100%;max-width:100%;}.elementor-4290 .elementor-element.elementor-element-c8e4158.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4290 .elementor-element.elementor-element-5a5fc9d{--display:flex;}.elementor-4290 .elementor-element.elementor-element-5a5fc9d:not(.elementor-motion-effects-element-type-background), .elementor-4290 .elementor-element.elementor-element-5a5fc9d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F5F1;}.elementor-4290 .elementor-element.elementor-element-be3dda7{width:100%;max-width:100%;}.elementor-4290 .elementor-element.elementor-element-be3dda7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4290 .elementor-element.elementor-element-d470b77{--display:flex;}.elementor-4290 .elementor-element.elementor-element-d470b77:not(.elementor-motion-effects-element-type-background), .elementor-4290 .elementor-element.elementor-element-d470b77 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F5F1;}.elementor-4290 .elementor-element.elementor-element-e94ceae{width:100%;max-width:100%;}.elementor-4290 .elementor-element.elementor-element-e94ceae.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4290 .elementor-element.elementor-element-f50436a{--display:flex;}.elementor-4290 .elementor-element.elementor-element-f50436a:not(.elementor-motion-effects-element-type-background), .elementor-4290 .elementor-element.elementor-element-f50436a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #F6F5F1 0%, #091827 100%);}.elementor-4290 .elementor-element.elementor-element-832cade{width:100%;max-width:100%;}.elementor-4290 .elementor-element.elementor-element-832cade.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4290 .elementor-element.elementor-element-cd223f1{--display:flex;}.elementor-4290 .elementor-element.elementor-element-cd223f1:not(.elementor-motion-effects-element-type-background), .elementor-4290 .elementor-element.elementor-element-cd223f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #091827 0%, #0F4D5C 100%);}.elementor-4290 .elementor-element.elementor-element-0db0eec{width:100%;max-width:100%;}.elementor-4290 .elementor-element.elementor-element-0db0eec.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-824e1ec *//* =========================================================
   THE BRAIN BY TEKNOVATE
   FULL-BLEED WEBSITE
========================================================= */

.tbx-page {
    --ink: #0b1016;
    --navy: #0b1825;

    --purple: #66319d;
    --purple-dark: #48216f;
    --purple-soft: #9b6bcc;

    --teal: #078486;
    --teal-soft: #31a0a0;

    --paper: #f5f3ef;
    --paper-light: #f8f7f4;
    --soft: #ecefed;

    --white: #ffffff;
    --text: #111820;
    --muted: #69727a;

    --line: rgba(17,24,32,.16);
    --line-dark: rgba(255,255,255,.16);

    font-family: Arial, Helvetica, sans-serif;

    background: var(--paper);
    color: var(--text);

    width: 100vw;
    max-width: 100vw;

    position: relative;
    left: 50%;

    margin-left: -50vw;
    margin-right: -50vw;

    padding: 0;

    overflow-x: clip;
}

.tbx-page * {
    box-sizing: border-box;
}

.tbx-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tbx-page a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   GLOBAL
========================================================= */

.tbx-shell {
    width: 100%;
    max-width: none;

    margin: 0;

    padding-left: clamp(28px,4vw,70px);
    padding-right: clamp(28px,4vw,70px);
}

.tbx-section {
    width: 100%;
    max-width: none;

    position: relative;

    padding: 120px 0;
}


/* =========================================================
   SECTION LABELS
========================================================= */

.tbx-label {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 28px;

    color: var(--purple);

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2.3px;

    text-transform: uppercase;
}

.tbx-label::before {
    content: "";

    width: 32px;
    height: 1px;

    flex: 0 0 32px;

    background: currentColor;
}


/* =========================================================
   LARGE HEADLINES
========================================================= */

.tbx-heading {
    margin: 0;

    font-size: clamp(50px,6.2vw,90px);

    line-height: .94;

    letter-spacing: -4px;

    font-weight: 500;
}


/* =========================================================
   HERO
========================================================= */

.tbx-hero {
    width: 100%;

    min-height: 720px;

    position: relative;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: white;

    background:
        radial-gradient(
            ellipse at center,
            #172432 0%,
            #0d1c2a 42%,
            #07111c 80%
        );

    border-bottom: 1px solid rgba(255,255,255,.1);
}


/* =========================================================
   LEFT TECH NETWORK
========================================================= */

.tbx-hero-network-left {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-left::before {
    content: "";

    position: absolute;

    left: -12%;
    top: 10%;

    width: 115%;
    height: 75%;

    opacity: .8;

    background:
        linear-gradient(
            32deg,
            transparent 0 28%,
            rgba(7,132,134,.52) 28.1% 28.3%,
            transparent 28.4% 100%
        ),

        linear-gradient(
            12deg,
            transparent 0 47%,
            rgba(102,49,157,.43) 47.1% 47.3%,
            transparent 47.4% 100%
        ),

        linear-gradient(
            -28deg,
            transparent 0 60%,
            rgba(7,132,134,.31) 60.1% 60.3%,
            transparent 60.4% 100%
        ),

        linear-gradient(
            48deg,
            transparent 0 72%,
            rgba(102,49,157,.24) 72.1% 72.3%,
            transparent 72.4% 100%
        );
}

.tbx-hero-network-left::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    left: 17%;
    top: 25%;

    border-radius: 50%;

    background: var(--teal-soft);

    box-shadow:
        92px 62px 0 -1px rgba(102,49,157,.9),
        25px 190px 0 -1px rgba(7,132,134,.8),
        150px 265px 0 -2px rgba(102,49,157,.8),
        60px 375px 0 -2px rgba(7,132,134,.75);
}


/* =========================================================
   RIGHT TECH NETWORK
========================================================= */

.tbx-hero-network-right {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-right::before {
    content: "";

    position: absolute;

    right: -12%;
    top: 8%;

    width: 115%;
    height: 78%;

    opacity: .8;

    background:
        linear-gradient(
            -32deg,
            transparent 0 29%,
            rgba(102,49,157,.52) 29.1% 29.3%,
            transparent 29.4% 100%
        ),

        linear-gradient(
            -12deg,
            transparent 0 48%,
            rgba(7,132,134,.43) 48.1% 48.3%,
            transparent 48.4% 100%
        ),

        linear-gradient(
            28deg,
            transparent 0 61%,
            rgba(102,49,157,.31) 61.1% 61.3%,
            transparent 61.4% 100%
        ),

        linear-gradient(
            -48deg,
            transparent 0 73%,
            rgba(7,132,134,.24) 73.1% 73.3%,
            transparent 73.4% 100%
        );
}

.tbx-hero-network-right::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: 18%;
    top: 24%;

    border-radius: 50%;

    background: var(--purple-soft);

    box-shadow:
        -95px 70px 0 -1px rgba(7,132,134,.9),
        -28px 200px 0 -1px rgba(102,49,157,.8),
        -155px 270px 0 -2px rgba(7,132,134,.8),
        -62px 385px 0 -2px rgba(102,49,157,.75);
}


/* =========================================================
   HERO ANGULAR DETAILS
========================================================= */

.tbx-hero-edge-left {
    position: absolute;

    left: -130px;
    bottom: -100px;

    width: 310px;
    height: 310px;

    border-top: 1px solid rgba(7,132,134,.6);
    border-right: 1px solid rgba(7,132,134,.6);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}

.tbx-hero-edge-right {
    position: absolute;

    right: -130px;
    top: -100px;

    width: 310px;
    height: 310px;

    border-bottom: 1px solid rgba(102,49,157,.65);
    border-left: 1px solid rgba(102,49,157,.65);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}


/* =========================================================
   HERO CENTER FADE
========================================================= */

.tbx-hero-center-fade {
    position: absolute;

    width: min(1050px,78vw);
    height: 600px;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    background:
        radial-gradient(
            ellipse at center,
            rgba(11,24,37,1) 0%,
            rgba(11,24,37,.98) 33%,
            rgba(11,24,37,.82) 55%,
            rgba(11,24,37,.2) 78%,
            transparent 90%
        );

    pointer-events: none;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.tbx-hero-inner {
    width: 100%;

    position: relative;

    z-index: 5;

    padding:
        75px
        clamp(28px,5vw,90px)
        75px;

    text-align: center;
}


/* HERO LOGO */

.tbx-hero-logo {
    width: min(420px,48%);

    margin: 0 auto 35px;
}


/* POWERED BY */

.tbx-hero-powered {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-bottom: 48px;

    color: #80909d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-hero-powered::before,
.tbx-hero-powered::after {
    content: "";

    width: 62px;
    height: 1px;
}

.tbx-hero-powered::before {
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(7,132,134,.85)
        );
}

.tbx-hero-powered::after {
    background:
        linear-gradient(
            90deg,
            rgba(102,49,157,.9),
            transparent
        );
}

.tbx-hero-powered strong {
    color: var(--purple-soft);
}


/* EXPLORE THE BRAIN */

.tbx-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.tbx-hero-link span {
    color: var(--teal-soft);

    font-size: 20px;

    transition: transform .25s ease;
}

.tbx-hero-link:hover span {
    transform: translateY(5px);
}


/* =========================================================
   THE APPROACH
========================================================= */

.tbx-approach {
    width: 100%;

    background: var(--soft);
}

.tbx-approach-head {
    padding: 30px 0;

    border-bottom: 1px solid var(--line);

    color: #747c83;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-approach-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.approach-item {
    min-height: 300px;

    padding: 38px 34px;

    position: relative;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);

    background: var(--soft);

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}

.approach-item:last-child {
    border-right: 0;
}

.approach-number {
    position: relative;

    z-index: 2;

    color: #8e959b;

    font-family: Georgia,serif;

    font-size: 22px;
}

.approach-content {
    position: relative;
    z-index: 2;
}

.approach-content h3 {
    margin: 0 0 13px;

    font-size: 29px;

    font-weight: 500;

    letter-spacing: -1px;
}

.approach-content p {
    max-width: 250px;

    margin: 0;

    color: #6c747b;

    font-size: 14px;

    line-height: 1.7;

    transition: color .35s ease;
}

.approach-purple:hover {
    background: var(--purple);
}

.approach-teal:hover {
    background: var(--teal);
}

.approach-navy:hover {
    background: var(--navy);
}

.approach-deep-purple:hover {
    background: var(--purple-dark);
}

.approach-item:hover {
    color: white;

    transform: translateY(-4px);
}

.approach-item:hover .approach-content p {
    color: rgba(255,255,255,.74);
}

.approach-item:hover .approach-number {
    position: absolute;

    right: 10px;
    top: -18px;

    color: rgba(255,255,255,.09);

    font-size: 160px;

    line-height: 1;
}


/* =========================================================
   MEET THE BRAIN
========================================================= */

.tbx-meet {
    background: var(--paper);
}

.tbx-meet-title {
    max-width: 1080px;

    margin: 0;

    font-size: clamp(60px,8vw,118px);

    line-height: .86;

    letter-spacing: -6px;

    font-weight: 500;
}

.tbx-meet-title span {
    display: block;

    margin-top: 40px;

    color: var(--purple);
}

.tbx-meet-copy-grid {
    width: 100%;

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 100px;

    margin-top: 90px;

    padding-top: 42px;

    border-top: 1px solid var(--line);
}

.tbx-meet-lead {
    max-width: 520px;

    margin: 0;

    font-size: 26px;

    line-height: 1.45;

    letter-spacing: -.5px;
}

.tbx-meet-copy {
    max-width: 650px;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}

.tbx-meet-copy p {
    margin: 0 0 22px;
}


/* =========================================================
   BUILT FOR BUSINESS
========================================================= */

.tbx-business {
    background: #e8ebea;
}

.tbx-business-top {
    margin-bottom: 85px;
}

.tbx-business-heading {
    max-width: 1100px;
}

.tbx-business-heading h2 {
    max-width: 950px;
}


/* =========================================================
   TRUST LEDGER
========================================================= */

.tbx-trust-ledger {
    width: 100%;

    border-top: 1px solid var(--line);
}

.tbx-trust-row {
    width: 100%;

    display: grid;

    grid-template-columns: 120px 300px 1fr;

    min-height: 155px;

    border-bottom: 1px solid var(--line);

    transition:
        background .25s ease,
        padding .25s ease;
}

.tbx-trust-row:hover {
    padding-left: 16px;
    padding-right: 16px;

    background: rgba(255,255,255,.48);
}

.tbx-trust-num,
.tbx-trust-name,
.tbx-trust-desc {
    padding: 38px 28px;

    display: flex;

    align-items: flex-start;
}

.tbx-trust-num {
    padding-left: 0;

    color: #92999f;

    font-family: Georgia,serif;

    font-size: 22px;
}

.tbx-trust-name {
    border-left: 1px solid var(--line);

    font-size: 31px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-trust-desc {
    border-left: 1px solid var(--line);

    color: var(--muted);

    font-size: 15px;

    line-height: 1.75;
}

.tbx-trust-row:nth-child(1) .tbx-trust-name,
.tbx-trust-row:nth-child(4) .tbx-trust-name {
    color: var(--purple);
}

.tbx-trust-row:nth-child(2) .tbx-trust-name,
.tbx-trust-row:nth-child(3) .tbx-trust-name {
    color: var(--teal);
}


/* =========================================================
   SECURITY STRIP
========================================================= */

.tbx-credentials {
    width: 100%;

    margin-top: 70px;

    display: grid;

    grid-template-columns: 240px repeat(6,1fr);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.tbx-credentials-label,
.tbx-credential {
    min-height: 90px;

    display: flex;
    align-items: center;

    padding: 18px;

    border-right: 1px solid var(--line);
}

.tbx-credentials-label {
    padding-left: 0;

    color: #777f86;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.tbx-credential {
    justify-content: center;

    text-align: center;

    font-size: 10px;
    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.tbx-credential:nth-child(even) {
    color: var(--purple);
}

.tbx-credential:nth-child(odd) {
    color: var(--teal);
}

.tbx-credential:last-child {
    border-right: 0;
}


/* =========================================================
   HOW THE BRAIN WORKS
========================================================= */

.brain-works-section {
    background: #f7f6f2;
}

.brain-works-header {
    max-width: 1100px;

    margin-bottom: 90px;
}

.brain-works-header .tbx-heading {
    max-width: 1000px;
}

.brain-works-intro {
    max-width: 670px;

    margin: 32px 0 0;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   YOUR KNOWLEDGE
========================================================= */

.works-editorial-stage {
    width: 100%;

    padding: 60px 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-top: 1px solid var(--line);
}


/* YOUR KNOWLEDGE LABEL - BIGGER */

.works-editorial-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-editorial-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-editorial-content h3 {
    max-width: 890px;

    margin: 0;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-editorial-content p {
    max-width: 600px;

    margin: 25px 0 0;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.8;
}


/* KNOWLEDGE TAGS */

.works-knowledge-words {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 42px;
}

.works-knowledge-word {
    padding: 13px 18px;

    border: 1px solid var(--line);

    color: #515a62;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.1px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.works-knowledge-word:hover {
    background: var(--teal);

    border-color: var(--teal);

    color: white;
}


/* =========================================================
   BRAIN CENTER
========================================================= */

.works-brain-center {
    width: 100%;

    min-height: 470px;

    position: relative;

    padding: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: var(--ink);

    color: white;
}

.works-brain-center::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 34%;
    height: 4px;

    background: var(--teal);
}

.works-brain-center::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 34%;
    height: 4px;

    background: var(--purple);
}

.works-brain-overline {
    margin-bottom: 48px;

    color: #78858f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.works-brain-logo {
    width: min(600px,78%);

    margin: 0 auto;
}

.works-brain-statement {
    max-width: 760px;

    margin: 48px auto 0;

    color: #a1abb4;

    font-size: 19px;

    line-height: 1.6;
}

.works-powered {
    margin-top: 28px;

    color: #7e8993;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.works-powered strong {
    margin-left: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   PUT IT TO WORK
========================================================= */

.works-action-stage {
    width: 100%;

    padding: 60px 0 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-bottom: 1px solid var(--line);
}


/* PUT IT TO WORK LABEL - BIGGER */

.works-action-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-action-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-action-content h3 {
    max-width: 880px;

    margin: 0 0 50px;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-actions {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid var(--line);
}

.works-action {
    min-height: 190px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);
}

.works-action:last-child {
    border-right: 0;
}

.works-action-marker {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--purple);
}

.works-action h4 {
    margin: 50px 0 8px;

    font-size: clamp(29px,3vw,43px);

    letter-spacing: -1.5px;

    font-weight: 500;
}

.works-action p {
    max-width: 270px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.7;
}

.works-bottom-statement {
    max-width: 860px;

    margin: 55px auto 0;

    text-align: center;

    color: #707980;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.works-bottom-statement strong {
    color: var(--purple);
}


/* =========================================================
   THE DIFFERENCE
========================================================= */

.tbx-difference {
    background: var(--navy);

    color: white;
}

.tbx-difference .tbx-label {
    color: var(--purple-soft);
}

.tbx-diff-title {
    max-width: 1050px;

    margin-bottom: 90px;
}

.tbx-diff-title span {
    color: var(--purple-soft);
}


/* =========================================================
   DIFFERENCE HEADERS
========================================================= */

.tbx-diff-header {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-header-spacer {
    min-height: 85px;
}

.tbx-diff-header-consumer,
.tbx-diff-header-brain {
    min-height: 85px;

    padding: 25px 34px;

    display: flex;
    align-items: center;

    border-left: 1px solid var(--line-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-diff-header-consumer {
    color: #84909b;
}

.tbx-diff-header-brain {
    position: relative;

    color: var(--purple-soft);
}

.tbx-diff-header-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 20px;
    bottom: 20px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE ROWS
========================================================= */

.tbx-diff-grid {
    width: 100%;
}

.tbx-diff-row {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    min-height: 120px;

    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-category,
.tbx-diff-consumer,
.tbx-diff-brain {
    padding: 30px 34px;

    display: flex;
    align-items: center;
}

.tbx-diff-category {
    padding-left: 0;

    color: #75828d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.tbx-diff-consumer {
    border-left: 1px solid var(--line-dark);

    color: #8f9aa4;

    font-size: 22px;
}

.tbx-diff-brain {
    position: relative;

    border-left: 1px solid var(--line-dark);

    color: white;

    font-size: 22px;
}

.tbx-diff-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE CLOSING
========================================================= */

.tbx-diff-message {
    width: 100%;

    max-width: 1150px;

    margin: 90px auto 0;

    text-align: center;
}

.tbx-diff-message h3 {
    margin: 0;

    color: white;

    font-size: clamp(36px,4vw,58px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 500;
}

.tbx-diff-message-line-one,
.tbx-diff-message-line-two {
    display: block;
}

.tbx-diff-message-line-one {
    white-space: nowrap;
}

.tbx-diff-message-line-two {
    margin-top: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   THINK BIGGER
========================================================= */

.tbx-second {
    background: var(--paper);
}

.tbx-second-head {
    max-width: 1100px;

    margin-bottom: 90px;
}

.tbx-second-title span {
    color: var(--purple);
}

.tbx-outcome-grid {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.tbx-outcome {
    min-height: 230px;

    padding: 40px;

    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 22px;

    transition: background .3s ease;
}

.tbx-outcome-num {
    color: #999fa4;

    font-family: Georgia,serif;

    font-size: 21px;
}

.tbx-outcome h3 {
    margin: 0 0 15px;

    font-size: 32px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-outcome p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.7;
}

.tbx-outcome:nth-child(2) h3,
.tbx-outcome:nth-child(5) h3 {
    color: var(--purple);
}

.tbx-outcome:nth-child(3) h3,
.tbx-outcome:nth-child(6) h3 {
    color: var(--teal);
}

.tbx-outcome:hover {
    background: #eeece8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.tbx-final {
    background: var(--ink);

    color: white;
}

.tbx-final-main {
    max-width: 1100px;
}

.tbx-final-logo {
    width: min(430px,70%);

    margin-bottom: 70px;
}

.tbx-final-main h2 {
    max-width: 1050px;

    margin: 0;

    font-size: clamp(58px,7.5vw,110px);

    line-height: .89;

    letter-spacing: -5px;

    font-weight: 500;
}

.tbx-final-main h2 span {
    display: block;

    margin-top: 35px;

    color: var(--purple-soft);
}

.tbx-final-main p {
    max-width: 680px;

    margin: 42px 0;

    color: #96a1aa;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   TALK TO TEKNOVATE BUTTON
========================================================= */

.tbx-page .tbx-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    min-height: 58px;

    padding: 0 32px;

    background: #ffffff;

    color: #0b1016;

    border: 1px solid #ffffff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.tbx-page .tbx-final-button span {
    color: inherit;
}


/* HOVER = PURPLE + WHITE */

.tbx-page .tbx-final-button:hover {
    background: #66319d;

    color: #ffffff;

    border-color: #66319d;

    transform: translateY(-3px);
}

.tbx-page .tbx-final-button:hover span {
    color: #ffffff;
}


.tbx-final-footer {
    width: 100%;

    margin-top: 105px;

    padding-top: 25px;

    display: flex;
    justify-content: space-between;

    border-top: 1px solid var(--line-dark);

    color: #76828c;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1000px) {

    .tbx-section {
        padding: 100px 0;
    }


    /* HERO */

    .tbx-hero {
        min-height: 650px;
    }

    .tbx-hero-logo {
        width: min(400px,60%);
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr 1fr;
    }

    .approach-item:nth-child(2) {
        border-right: 0;
    }

    .approach-item:nth-child(1),
    .approach-item:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        gap: 55px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 90px 240px 1fr;
    }

    .tbx-credentials {
        grid-template-columns: repeat(3,1fr);
    }

    .tbx-credentials-label {
        grid-column: 1/-1;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 30% 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding-right: 40px;

        font-size: 15px;
    }

    .works-editorial-content,
    .works-action-content {
        padding-left: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px) {

    .tbx-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tbx-section {
        padding: 80px 0;
    }

    .tbx-heading,
    .tbx-meet-title,
    .tbx-final-main h2 {
        letter-spacing: -3px;
    }


    /* HERO */

    .tbx-hero {
        min-height: 560px;
    }

    .tbx-hero-inner {
        padding: 65px 22px;
    }

    .tbx-hero-logo {
        width: min(350px,80%);
    }

    .tbx-hero-powered::before,
    .tbx-hero-powered::after {
        width: 30px;
    }

    .tbx-hero-network-left,
    .tbx-hero-network-right {
        width: 53%;

        opacity: .6;
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr;
    }

    .approach-item {
        min-height: 240px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 55px 1fr;
    }

    .tbx-trust-name {
        border-left: 1px solid var(--line);
    }

    .tbx-trust-desc {
        grid-column: 2;

        padding-top: 0;

        border-left: 1px solid var(--line);
    }

    .tbx-credentials {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-credential {
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding: 0 0 25px;

        display: block;

        font-size: 15px;

        text-align: left;

        border-bottom: 1px solid var(--line);
    }

    .works-editorial-content,
    .works-action-content {
        padding: 35px 0 0;

        border-left: 0;
    }

    .works-brain-center {
        min-height: 390px;

        padding: 55px 25px;
    }

    .works-brain-logo {
        width: 95%;
    }

    .works-brain-statement {
        font-size: 16px;
    }

    .works-actions {
        grid-template-columns: 1fr;
    }

    .works-action {
        min-height: 150px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .works-action:last-child {
        border-bottom: 0;
    }


    /* DIFFERENCE */

    .tbx-diff-header {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-diff-header-spacer {
        display: none;
    }

    .tbx-diff-header-consumer,
    .tbx-diff-header-brain {
        min-height: 75px;

        padding: 20px;
    }

    .tbx-diff-header-consumer {
        border-left: 0;
    }

    .tbx-diff-row {
        grid-template-columns: 1fr;
    }

    .tbx-diff-category,
    .tbx-diff-consumer,
    .tbx-diff-brain {
        border-left: 0;
    }

    .tbx-diff-category {
        padding-bottom: 10px;
    }

    .tbx-diff-message h3 {
        font-size: clamp(32px,9vw,47px);

        letter-spacing: -2px;
    }

    .tbx-diff-message-line-one {
        white-space: normal;
    }


    /* SECOND BRAIN */

    .tbx-outcome-grid {
        grid-template-columns: 1fr;
    }

    .tbx-outcome {
        min-height: 195px;

        grid-template-columns: 45px 1fr;

        padding: 30px 25px;
    }


    /* FINAL */

    .tbx-final-logo {
        width: 90%;
    }

    .tbx-final-footer {
        flex-direction: column;

        gap: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5d8ae0 *//* =========================================================
   THE BRAIN BY TEKNOVATE
   FULL-BLEED WEBSITE
========================================================= */

.tbx-page {
    --ink: #0b1016;
    --navy: #0b1825;

    --purple: #66319d;
    --purple-dark: #48216f;
    --purple-soft: #9b6bcc;

    --teal: #078486;
    --teal-soft: #31a0a0;

    --paper: #f5f3ef;
    --paper-light: #f8f7f4;
    --soft: #ecefed;

    --white: #ffffff;
    --text: #111820;
    --muted: #69727a;

    --line: rgba(17,24,32,.16);
    --line-dark: rgba(255,255,255,.16);

    font-family: Arial, Helvetica, sans-serif;

    background: var(--paper);
    color: var(--text);

    width: 100vw;
    max-width: 100vw;

    position: relative;
    left: 50%;

    margin-left: -50vw;
    margin-right: -50vw;

    padding: 0;

    overflow-x: clip;
}

.tbx-page * {
    box-sizing: border-box;
}

.tbx-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tbx-page a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   GLOBAL
========================================================= */

.tbx-shell {
    width: 100%;
    max-width: none;

    margin: 0;

    padding-left: clamp(28px,4vw,70px);
    padding-right: clamp(28px,4vw,70px);
}

.tbx-section {
    width: 100%;
    max-width: none;

    position: relative;

    padding: 120px 0;
}


/* =========================================================
   SECTION LABELS
========================================================= */

.tbx-label {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 28px;

    color: var(--purple);

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2.3px;

    text-transform: uppercase;
}

.tbx-label::before {
    content: "";

    width: 32px;
    height: 1px;

    flex: 0 0 32px;

    background: currentColor;
}


/* =========================================================
   LARGE HEADLINES
========================================================= */

.tbx-heading {
    margin: 0;

    font-size: clamp(50px,6.2vw,90px);

    line-height: .94;

    letter-spacing: -4px;

    font-weight: 500;
}


/* =========================================================
   HERO
========================================================= */

.tbx-hero {
    width: 100%;

    min-height: 720px;

    position: relative;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: white;

    background:
        radial-gradient(
            ellipse at center,
            #172432 0%,
            #0d1c2a 42%,
            #07111c 80%
        );

    border-bottom: 1px solid rgba(255,255,255,.1);
}


/* =========================================================
   LEFT TECH NETWORK
========================================================= */

.tbx-hero-network-left {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-left::before {
    content: "";

    position: absolute;

    left: -12%;
    top: 10%;

    width: 115%;
    height: 75%;

    opacity: .8;

    background:
        linear-gradient(
            32deg,
            transparent 0 28%,
            rgba(7,132,134,.52) 28.1% 28.3%,
            transparent 28.4% 100%
        ),

        linear-gradient(
            12deg,
            transparent 0 47%,
            rgba(102,49,157,.43) 47.1% 47.3%,
            transparent 47.4% 100%
        ),

        linear-gradient(
            -28deg,
            transparent 0 60%,
            rgba(7,132,134,.31) 60.1% 60.3%,
            transparent 60.4% 100%
        ),

        linear-gradient(
            48deg,
            transparent 0 72%,
            rgba(102,49,157,.24) 72.1% 72.3%,
            transparent 72.4% 100%
        );
}

.tbx-hero-network-left::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    left: 17%;
    top: 25%;

    border-radius: 50%;

    background: var(--teal-soft);

    box-shadow:
        92px 62px 0 -1px rgba(102,49,157,.9),
        25px 190px 0 -1px rgba(7,132,134,.8),
        150px 265px 0 -2px rgba(102,49,157,.8),
        60px 375px 0 -2px rgba(7,132,134,.75);
}


/* =========================================================
   RIGHT TECH NETWORK
========================================================= */

.tbx-hero-network-right {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-right::before {
    content: "";

    position: absolute;

    right: -12%;
    top: 8%;

    width: 115%;
    height: 78%;

    opacity: .8;

    background:
        linear-gradient(
            -32deg,
            transparent 0 29%,
            rgba(102,49,157,.52) 29.1% 29.3%,
            transparent 29.4% 100%
        ),

        linear-gradient(
            -12deg,
            transparent 0 48%,
            rgba(7,132,134,.43) 48.1% 48.3%,
            transparent 48.4% 100%
        ),

        linear-gradient(
            28deg,
            transparent 0 61%,
            rgba(102,49,157,.31) 61.1% 61.3%,
            transparent 61.4% 100%
        ),

        linear-gradient(
            -48deg,
            transparent 0 73%,
            rgba(7,132,134,.24) 73.1% 73.3%,
            transparent 73.4% 100%
        );
}

.tbx-hero-network-right::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: 18%;
    top: 24%;

    border-radius: 50%;

    background: var(--purple-soft);

    box-shadow:
        -95px 70px 0 -1px rgba(7,132,134,.9),
        -28px 200px 0 -1px rgba(102,49,157,.8),
        -155px 270px 0 -2px rgba(7,132,134,.8),
        -62px 385px 0 -2px rgba(102,49,157,.75);
}


/* =========================================================
   HERO ANGULAR DETAILS
========================================================= */

.tbx-hero-edge-left {
    position: absolute;

    left: -130px;
    bottom: -100px;

    width: 310px;
    height: 310px;

    border-top: 1px solid rgba(7,132,134,.6);
    border-right: 1px solid rgba(7,132,134,.6);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}

.tbx-hero-edge-right {
    position: absolute;

    right: -130px;
    top: -100px;

    width: 310px;
    height: 310px;

    border-bottom: 1px solid rgba(102,49,157,.65);
    border-left: 1px solid rgba(102,49,157,.65);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}


/* =========================================================
   HERO CENTER FADE
========================================================= */

.tbx-hero-center-fade {
    position: absolute;

    width: min(1050px,78vw);
    height: 600px;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    background:
        radial-gradient(
            ellipse at center,
            rgba(11,24,37,1) 0%,
            rgba(11,24,37,.98) 33%,
            rgba(11,24,37,.82) 55%,
            rgba(11,24,37,.2) 78%,
            transparent 90%
        );

    pointer-events: none;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.tbx-hero-inner {
    width: 100%;

    position: relative;

    z-index: 5;

    padding:
        75px
        clamp(28px,5vw,90px)
        75px;

    text-align: center;
}


/* HERO LOGO */

.tbx-hero-logo {
    width: min(420px,48%);

    margin: 0 auto 35px;
}


/* POWERED BY */

.tbx-hero-powered {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-bottom: 48px;

    color: #80909d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-hero-powered::before,
.tbx-hero-powered::after {
    content: "";

    width: 62px;
    height: 1px;
}

.tbx-hero-powered::before {
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(7,132,134,.85)
        );
}

.tbx-hero-powered::after {
    background:
        linear-gradient(
            90deg,
            rgba(102,49,157,.9),
            transparent
        );
}

.tbx-hero-powered strong {
    color: var(--purple-soft);
}


/* EXPLORE THE BRAIN */

.tbx-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.tbx-hero-link span {
    color: var(--teal-soft);

    font-size: 20px;

    transition: transform .25s ease;
}

.tbx-hero-link:hover span {
    transform: translateY(5px);
}


/* =========================================================
   THE APPROACH
========================================================= */

.tbx-approach {
    width: 100%;

    background: var(--soft);
}

.tbx-approach-head {
    padding: 30px 0;

    border-bottom: 1px solid var(--line);

    color: #747c83;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-approach-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.approach-item {
    min-height: 300px;

    padding: 38px 34px;

    position: relative;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);

    background: var(--soft);

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}

.approach-item:last-child {
    border-right: 0;
}

.approach-number {
    position: relative;

    z-index: 2;

    color: #8e959b;

    font-family: Georgia,serif;

    font-size: 22px;
}

.approach-content {
    position: relative;
    z-index: 2;
}

.approach-content h3 {
    margin: 0 0 13px;

    font-size: 29px;

    font-weight: 500;

    letter-spacing: -1px;
}

.approach-content p {
    max-width: 250px;

    margin: 0;

    color: #6c747b;

    font-size: 14px;

    line-height: 1.7;

    transition: color .35s ease;
}

.approach-purple:hover {
    background: var(--purple);
}

.approach-teal:hover {
    background: var(--teal);
}

.approach-navy:hover {
    background: var(--navy);
}

.approach-deep-purple:hover {
    background: var(--purple-dark);
}

.approach-item:hover {
    color: white;

    transform: translateY(-4px);
}

.approach-item:hover .approach-content p {
    color: rgba(255,255,255,.74);
}

.approach-item:hover .approach-number {
    position: absolute;

    right: 10px;
    top: -18px;

    color: rgba(255,255,255,.09);

    font-size: 160px;

    line-height: 1;
}


/* =========================================================
   MEET THE BRAIN
========================================================= */

.tbx-meet {
    background: var(--paper);
}

.tbx-meet-title {
    max-width: 1080px;

    margin: 0;

    font-size: clamp(60px,8vw,118px);

    line-height: .86;

    letter-spacing: -6px;

    font-weight: 500;
}

.tbx-meet-title span {
    display: block;

    margin-top: 40px;

    color: var(--purple);
}

.tbx-meet-copy-grid {
    width: 100%;

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 100px;

    margin-top: 90px;

    padding-top: 42px;

    border-top: 1px solid var(--line);
}

.tbx-meet-lead {
    max-width: 520px;

    margin: 0;

    font-size: 26px;

    line-height: 1.45;

    letter-spacing: -.5px;
}

.tbx-meet-copy {
    max-width: 650px;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}

.tbx-meet-copy p {
    margin: 0 0 22px;
}


/* =========================================================
   BUILT FOR BUSINESS
========================================================= */

.tbx-business {
    background: #e8ebea;
}

.tbx-business-top {
    margin-bottom: 85px;
}

.tbx-business-heading {
    max-width: 1100px;
}

.tbx-business-heading h2 {
    max-width: 950px;
}


/* =========================================================
   TRUST LEDGER
========================================================= */

.tbx-trust-ledger {
    width: 100%;

    border-top: 1px solid var(--line);
}

.tbx-trust-row {
    width: 100%;

    display: grid;

    grid-template-columns: 120px 300px 1fr;

    min-height: 155px;

    border-bottom: 1px solid var(--line);

    transition:
        background .25s ease,
        padding .25s ease;
}

.tbx-trust-row:hover {
    padding-left: 16px;
    padding-right: 16px;

    background: rgba(255,255,255,.48);
}

.tbx-trust-num,
.tbx-trust-name,
.tbx-trust-desc {
    padding: 38px 28px;

    display: flex;

    align-items: flex-start;
}

.tbx-trust-num {
    padding-left: 0;

    color: #92999f;

    font-family: Georgia,serif;

    font-size: 22px;
}

.tbx-trust-name {
    border-left: 1px solid var(--line);

    font-size: 31px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-trust-desc {
    border-left: 1px solid var(--line);

    color: var(--muted);

    font-size: 15px;

    line-height: 1.75;
}

.tbx-trust-row:nth-child(1) .tbx-trust-name,
.tbx-trust-row:nth-child(4) .tbx-trust-name {
    color: var(--purple);
}

.tbx-trust-row:nth-child(2) .tbx-trust-name,
.tbx-trust-row:nth-child(3) .tbx-trust-name {
    color: var(--teal);
}


/* =========================================================
   SECURITY STRIP
========================================================= */

.tbx-credentials {
    width: 100%;

    margin-top: 70px;

    display: grid;

    grid-template-columns: 240px repeat(6,1fr);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.tbx-credentials-label,
.tbx-credential {
    min-height: 90px;

    display: flex;
    align-items: center;

    padding: 18px;

    border-right: 1px solid var(--line);
}

.tbx-credentials-label {
    padding-left: 0;

    color: #777f86;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.tbx-credential {
    justify-content: center;

    text-align: center;

    font-size: 10px;
    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.tbx-credential:nth-child(even) {
    color: var(--purple);
}

.tbx-credential:nth-child(odd) {
    color: var(--teal);
}

.tbx-credential:last-child {
    border-right: 0;
}


/* =========================================================
   HOW THE BRAIN WORKS
========================================================= */

.brain-works-section {
    background: #f7f6f2;
}

.brain-works-header {
    max-width: 1100px;

    margin-bottom: 90px;
}

.brain-works-header .tbx-heading {
    max-width: 1000px;
}

.brain-works-intro {
    max-width: 670px;

    margin: 32px 0 0;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   YOUR KNOWLEDGE
========================================================= */

.works-editorial-stage {
    width: 100%;

    padding: 60px 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-top: 1px solid var(--line);
}


/* YOUR KNOWLEDGE LABEL - BIGGER */

.works-editorial-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-editorial-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-editorial-content h3 {
    max-width: 890px;

    margin: 0;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-editorial-content p {
    max-width: 600px;

    margin: 25px 0 0;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.8;
}


/* KNOWLEDGE TAGS */

.works-knowledge-words {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 42px;
}

.works-knowledge-word {
    padding: 13px 18px;

    border: 1px solid var(--line);

    color: #515a62;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.1px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.works-knowledge-word:hover {
    background: var(--teal);

    border-color: var(--teal);

    color: white;
}


/* =========================================================
   BRAIN CENTER
========================================================= */

.works-brain-center {
    width: 100%;

    min-height: 470px;

    position: relative;

    padding: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: var(--ink);

    color: white;
}

.works-brain-center::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 34%;
    height: 4px;

    background: var(--teal);
}

.works-brain-center::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 34%;
    height: 4px;

    background: var(--purple);
}

.works-brain-overline {
    margin-bottom: 48px;

    color: #78858f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.works-brain-logo {
    width: min(600px,78%);

    margin: 0 auto;
}

.works-brain-statement {
    max-width: 760px;

    margin: 48px auto 0;

    color: #a1abb4;

    font-size: 19px;

    line-height: 1.6;
}

.works-powered {
    margin-top: 28px;

    color: #7e8993;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.works-powered strong {
    margin-left: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   PUT IT TO WORK
========================================================= */

.works-action-stage {
    width: 100%;

    padding: 60px 0 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-bottom: 1px solid var(--line);
}


/* PUT IT TO WORK LABEL - BIGGER */

.works-action-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-action-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-action-content h3 {
    max-width: 880px;

    margin: 0 0 50px;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-actions {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid var(--line);
}

.works-action {
    min-height: 190px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);
}

.works-action:last-child {
    border-right: 0;
}

.works-action-marker {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--purple);
}

.works-action h4 {
    margin: 50px 0 8px;

    font-size: clamp(29px,3vw,43px);

    letter-spacing: -1.5px;

    font-weight: 500;
}

.works-action p {
    max-width: 270px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.7;
}

.works-bottom-statement {
    max-width: 860px;

    margin: 55px auto 0;

    text-align: center;

    color: #707980;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.works-bottom-statement strong {
    color: var(--purple);
}


/* =========================================================
   THE DIFFERENCE
========================================================= */

.tbx-difference {
    background: var(--navy);

    color: white;
}

.tbx-difference .tbx-label {
    color: var(--purple-soft);
}

.tbx-diff-title {
    max-width: 1050px;

    margin-bottom: 90px;
}

.tbx-diff-title span {
    color: var(--purple-soft);
}


/* =========================================================
   DIFFERENCE HEADERS
========================================================= */

.tbx-diff-header {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-header-spacer {
    min-height: 85px;
}

.tbx-diff-header-consumer,
.tbx-diff-header-brain {
    min-height: 85px;

    padding: 25px 34px;

    display: flex;
    align-items: center;

    border-left: 1px solid var(--line-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-diff-header-consumer {
    color: #84909b;
}

.tbx-diff-header-brain {
    position: relative;

    color: var(--purple-soft);
}

.tbx-diff-header-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 20px;
    bottom: 20px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE ROWS
========================================================= */

.tbx-diff-grid {
    width: 100%;
}

.tbx-diff-row {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    min-height: 120px;

    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-category,
.tbx-diff-consumer,
.tbx-diff-brain {
    padding: 30px 34px;

    display: flex;
    align-items: center;
}

.tbx-diff-category {
    padding-left: 0;

    color: #75828d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.tbx-diff-consumer {
    border-left: 1px solid var(--line-dark);

    color: #8f9aa4;

    font-size: 22px;
}

.tbx-diff-brain {
    position: relative;

    border-left: 1px solid var(--line-dark);

    color: white;

    font-size: 22px;
}

.tbx-diff-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE CLOSING
========================================================= */

.tbx-diff-message {
    width: 100%;

    max-width: 1150px;

    margin: 90px auto 0;

    text-align: center;
}

.tbx-diff-message h3 {
    margin: 0;

    color: white;

    font-size: clamp(36px,4vw,58px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 500;
}

.tbx-diff-message-line-one,
.tbx-diff-message-line-two {
    display: block;
}

.tbx-diff-message-line-one {
    white-space: nowrap;
}

.tbx-diff-message-line-two {
    margin-top: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   THINK BIGGER
========================================================= */

.tbx-second {
    background: var(--paper);
}

.tbx-second-head {
    max-width: 1100px;

    margin-bottom: 90px;
}

.tbx-second-title span {
    color: var(--purple);
}

.tbx-outcome-grid {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.tbx-outcome {
    min-height: 230px;

    padding: 40px;

    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 22px;

    transition: background .3s ease;
}

.tbx-outcome-num {
    color: #999fa4;

    font-family: Georgia,serif;

    font-size: 21px;
}

.tbx-outcome h3 {
    margin: 0 0 15px;

    font-size: 32px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-outcome p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.7;
}

.tbx-outcome:nth-child(2) h3,
.tbx-outcome:nth-child(5) h3 {
    color: var(--purple);
}

.tbx-outcome:nth-child(3) h3,
.tbx-outcome:nth-child(6) h3 {
    color: var(--teal);
}

.tbx-outcome:hover {
    background: #eeece8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.tbx-final {
    background: var(--ink);

    color: white;
}

.tbx-final-main {
    max-width: 1100px;
}

.tbx-final-logo {
    width: min(430px,70%);

    margin-bottom: 70px;
}

.tbx-final-main h2 {
    max-width: 1050px;

    margin: 0;

    font-size: clamp(58px,7.5vw,110px);

    line-height: .89;

    letter-spacing: -5px;

    font-weight: 500;
}

.tbx-final-main h2 span {
    display: block;

    margin-top: 35px;

    color: var(--purple-soft);
}

.tbx-final-main p {
    max-width: 680px;

    margin: 42px 0;

    color: #96a1aa;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   TALK TO TEKNOVATE BUTTON
========================================================= */

.tbx-page .tbx-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    min-height: 58px;

    padding: 0 32px;

    background: #ffffff;

    color: #0b1016;

    border: 1px solid #ffffff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.tbx-page .tbx-final-button span {
    color: inherit;
}


/* HOVER = PURPLE + WHITE */

.tbx-page .tbx-final-button:hover {
    background: #66319d;

    color: #ffffff;

    border-color: #66319d;

    transform: translateY(-3px);
}

.tbx-page .tbx-final-button:hover span {
    color: #ffffff;
}


.tbx-final-footer {
    width: 100%;

    margin-top: 105px;

    padding-top: 25px;

    display: flex;
    justify-content: space-between;

    border-top: 1px solid var(--line-dark);

    color: #76828c;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1000px) {

    .tbx-section {
        padding: 100px 0;
    }


    /* HERO */

    .tbx-hero {
        min-height: 650px;
    }

    .tbx-hero-logo {
        width: min(400px,60%);
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr 1fr;
    }

    .approach-item:nth-child(2) {
        border-right: 0;
    }

    .approach-item:nth-child(1),
    .approach-item:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        gap: 55px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 90px 240px 1fr;
    }

    .tbx-credentials {
        grid-template-columns: repeat(3,1fr);
    }

    .tbx-credentials-label {
        grid-column: 1/-1;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 30% 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding-right: 40px;

        font-size: 15px;
    }

    .works-editorial-content,
    .works-action-content {
        padding-left: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px) {

    .tbx-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tbx-section {
        padding: 80px 0;
    }

    .tbx-heading,
    .tbx-meet-title,
    .tbx-final-main h2 {
        letter-spacing: -3px;
    }


    /* HERO */

    .tbx-hero {
        min-height: 560px;
    }

    .tbx-hero-inner {
        padding: 65px 22px;
    }

    .tbx-hero-logo {
        width: min(350px,80%);
    }

    .tbx-hero-powered::before,
    .tbx-hero-powered::after {
        width: 30px;
    }

    .tbx-hero-network-left,
    .tbx-hero-network-right {
        width: 53%;

        opacity: .6;
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr;
    }

    .approach-item {
        min-height: 240px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 55px 1fr;
    }

    .tbx-trust-name {
        border-left: 1px solid var(--line);
    }

    .tbx-trust-desc {
        grid-column: 2;

        padding-top: 0;

        border-left: 1px solid var(--line);
    }

    .tbx-credentials {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-credential {
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding: 0 0 25px;

        display: block;

        font-size: 15px;

        text-align: left;

        border-bottom: 1px solid var(--line);
    }

    .works-editorial-content,
    .works-action-content {
        padding: 35px 0 0;

        border-left: 0;
    }

    .works-brain-center {
        min-height: 390px;

        padding: 55px 25px;
    }

    .works-brain-logo {
        width: 95%;
    }

    .works-brain-statement {
        font-size: 16px;
    }

    .works-actions {
        grid-template-columns: 1fr;
    }

    .works-action {
        min-height: 150px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .works-action:last-child {
        border-bottom: 0;
    }


    /* DIFFERENCE */

    .tbx-diff-header {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-diff-header-spacer {
        display: none;
    }

    .tbx-diff-header-consumer,
    .tbx-diff-header-brain {
        min-height: 75px;

        padding: 20px;
    }

    .tbx-diff-header-consumer {
        border-left: 0;
    }

    .tbx-diff-row {
        grid-template-columns: 1fr;
    }

    .tbx-diff-category,
    .tbx-diff-consumer,
    .tbx-diff-brain {
        border-left: 0;
    }

    .tbx-diff-category {
        padding-bottom: 10px;
    }

    .tbx-diff-message h3 {
        font-size: clamp(32px,9vw,47px);

        letter-spacing: -2px;
    }

    .tbx-diff-message-line-one {
        white-space: normal;
    }


    /* SECOND BRAIN */

    .tbx-outcome-grid {
        grid-template-columns: 1fr;
    }

    .tbx-outcome {
        min-height: 195px;

        grid-template-columns: 45px 1fr;

        padding: 30px 25px;
    }


    /* FINAL */

    .tbx-final-logo {
        width: 90%;
    }

    .tbx-final-footer {
        flex-direction: column;

        gap: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8e4158 *//* =========================================================
   THE BRAIN BY TEKNOVATE
   FULL-BLEED WEBSITE
========================================================= */

.tbx-page {
    --ink: #0b1016;
    --navy: #0b1825;

    --purple: #66319d;
    --purple-dark: #48216f;
    --purple-soft: #9b6bcc;

    --teal: #078486;
    --teal-soft: #31a0a0;

    --paper: #f5f3ef;
    --paper-light: #f8f7f4;
    --soft: #ecefed;

    --white: #ffffff;
    --text: #111820;
    --muted: #69727a;

    --line: rgba(17,24,32,.16);
    --line-dark: rgba(255,255,255,.16);

    font-family: Arial, Helvetica, sans-serif;

    background: var(--paper);
    color: var(--text);

    width: 100vw;
    max-width: 100vw;

    position: relative;
    left: 50%;

    margin-left: -50vw;
    margin-right: -50vw;

    padding: 0;

    overflow-x: clip;
}

.tbx-page * {
    box-sizing: border-box;
}

.tbx-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tbx-page a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   GLOBAL
========================================================= */

.tbx-shell {
    width: 100%;
    max-width: none;

    margin: 0;

    padding-left: clamp(28px,4vw,70px);
    padding-right: clamp(28px,4vw,70px);
}

.tbx-section {
    width: 100%;
    max-width: none;

    position: relative;

    padding: 120px 0;
}


/* =========================================================
   SECTION LABELS
========================================================= */

.tbx-label {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 28px;

    color: var(--purple);

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2.3px;

    text-transform: uppercase;
}

.tbx-label::before {
    content: "";

    width: 32px;
    height: 1px;

    flex: 0 0 32px;

    background: currentColor;
}


/* =========================================================
   LARGE HEADLINES
========================================================= */

.tbx-heading {
    margin: 0;

    font-size: clamp(50px,6.2vw,90px);

    line-height: .94;

    letter-spacing: -4px;

    font-weight: 500;
}


/* =========================================================
   HERO
========================================================= */

.tbx-hero {
    width: 100%;

    min-height: 720px;

    position: relative;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: white;

    background:
        radial-gradient(
            ellipse at center,
            #172432 0%,
            #0d1c2a 42%,
            #07111c 80%
        );

    border-bottom: 1px solid rgba(255,255,255,.1);
}


/* =========================================================
   LEFT TECH NETWORK
========================================================= */

.tbx-hero-network-left {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-left::before {
    content: "";

    position: absolute;

    left: -12%;
    top: 10%;

    width: 115%;
    height: 75%;

    opacity: .8;

    background:
        linear-gradient(
            32deg,
            transparent 0 28%,
            rgba(7,132,134,.52) 28.1% 28.3%,
            transparent 28.4% 100%
        ),

        linear-gradient(
            12deg,
            transparent 0 47%,
            rgba(102,49,157,.43) 47.1% 47.3%,
            transparent 47.4% 100%
        ),

        linear-gradient(
            -28deg,
            transparent 0 60%,
            rgba(7,132,134,.31) 60.1% 60.3%,
            transparent 60.4% 100%
        ),

        linear-gradient(
            48deg,
            transparent 0 72%,
            rgba(102,49,157,.24) 72.1% 72.3%,
            transparent 72.4% 100%
        );
}

.tbx-hero-network-left::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    left: 17%;
    top: 25%;

    border-radius: 50%;

    background: var(--teal-soft);

    box-shadow:
        92px 62px 0 -1px rgba(102,49,157,.9),
        25px 190px 0 -1px rgba(7,132,134,.8),
        150px 265px 0 -2px rgba(102,49,157,.8),
        60px 375px 0 -2px rgba(7,132,134,.75);
}


/* =========================================================
   RIGHT TECH NETWORK
========================================================= */

.tbx-hero-network-right {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-right::before {
    content: "";

    position: absolute;

    right: -12%;
    top: 8%;

    width: 115%;
    height: 78%;

    opacity: .8;

    background:
        linear-gradient(
            -32deg,
            transparent 0 29%,
            rgba(102,49,157,.52) 29.1% 29.3%,
            transparent 29.4% 100%
        ),

        linear-gradient(
            -12deg,
            transparent 0 48%,
            rgba(7,132,134,.43) 48.1% 48.3%,
            transparent 48.4% 100%
        ),

        linear-gradient(
            28deg,
            transparent 0 61%,
            rgba(102,49,157,.31) 61.1% 61.3%,
            transparent 61.4% 100%
        ),

        linear-gradient(
            -48deg,
            transparent 0 73%,
            rgba(7,132,134,.24) 73.1% 73.3%,
            transparent 73.4% 100%
        );
}

.tbx-hero-network-right::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: 18%;
    top: 24%;

    border-radius: 50%;

    background: var(--purple-soft);

    box-shadow:
        -95px 70px 0 -1px rgba(7,132,134,.9),
        -28px 200px 0 -1px rgba(102,49,157,.8),
        -155px 270px 0 -2px rgba(7,132,134,.8),
        -62px 385px 0 -2px rgba(102,49,157,.75);
}


/* =========================================================
   HERO ANGULAR DETAILS
========================================================= */

.tbx-hero-edge-left {
    position: absolute;

    left: -130px;
    bottom: -100px;

    width: 310px;
    height: 310px;

    border-top: 1px solid rgba(7,132,134,.6);
    border-right: 1px solid rgba(7,132,134,.6);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}

.tbx-hero-edge-right {
    position: absolute;

    right: -130px;
    top: -100px;

    width: 310px;
    height: 310px;

    border-bottom: 1px solid rgba(102,49,157,.65);
    border-left: 1px solid rgba(102,49,157,.65);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}


/* =========================================================
   HERO CENTER FADE
========================================================= */

.tbx-hero-center-fade {
    position: absolute;

    width: min(1050px,78vw);
    height: 600px;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    background:
        radial-gradient(
            ellipse at center,
            rgba(11,24,37,1) 0%,
            rgba(11,24,37,.98) 33%,
            rgba(11,24,37,.82) 55%,
            rgba(11,24,37,.2) 78%,
            transparent 90%
        );

    pointer-events: none;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.tbx-hero-inner {
    width: 100%;

    position: relative;

    z-index: 5;

    padding:
        75px
        clamp(28px,5vw,90px)
        75px;

    text-align: center;
}


/* HERO LOGO */

.tbx-hero-logo {
    width: min(420px,48%);

    margin: 0 auto 35px;
}


/* POWERED BY */

.tbx-hero-powered {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-bottom: 48px;

    color: #80909d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-hero-powered::before,
.tbx-hero-powered::after {
    content: "";

    width: 62px;
    height: 1px;
}

.tbx-hero-powered::before {
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(7,132,134,.85)
        );
}

.tbx-hero-powered::after {
    background:
        linear-gradient(
            90deg,
            rgba(102,49,157,.9),
            transparent
        );
}

.tbx-hero-powered strong {
    color: var(--purple-soft);
}


/* EXPLORE THE BRAIN */

.tbx-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.tbx-hero-link span {
    color: var(--teal-soft);

    font-size: 20px;

    transition: transform .25s ease;
}

.tbx-hero-link:hover span {
    transform: translateY(5px);
}


/* =========================================================
   THE APPROACH
========================================================= */

.tbx-approach {
    width: 100%;

    background: var(--soft);
}

.tbx-approach-head {
    padding: 30px 0;

    border-bottom: 1px solid var(--line);

    color: #747c83;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-approach-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.approach-item {
    min-height: 300px;

    padding: 38px 34px;

    position: relative;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);

    background: var(--soft);

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}

.approach-item:last-child {
    border-right: 0;
}

.approach-number {
    position: relative;

    z-index: 2;

    color: #8e959b;

    font-family: Georgia,serif;

    font-size: 22px;
}

.approach-content {
    position: relative;
    z-index: 2;
}

.approach-content h3 {
    margin: 0 0 13px;

    font-size: 29px;

    font-weight: 500;

    letter-spacing: -1px;
}

.approach-content p {
    max-width: 250px;

    margin: 0;

    color: #6c747b;

    font-size: 14px;

    line-height: 1.7;

    transition: color .35s ease;
}

.approach-purple:hover {
    background: var(--purple);
}

.approach-teal:hover {
    background: var(--teal);
}

.approach-navy:hover {
    background: var(--navy);
}

.approach-deep-purple:hover {
    background: var(--purple-dark);
}

.approach-item:hover {
    color: white;

    transform: translateY(-4px);
}

.approach-item:hover .approach-content p {
    color: rgba(255,255,255,.74);
}

.approach-item:hover .approach-number {
    position: absolute;

    right: 10px;
    top: -18px;

    color: rgba(255,255,255,.09);

    font-size: 160px;

    line-height: 1;
}


/* =========================================================
   MEET THE BRAIN
========================================================= */

.tbx-meet {
    background: var(--paper);
}

.tbx-meet-title {
    max-width: 1080px;

    margin: 0;

    font-size: clamp(60px,8vw,118px);

    line-height: .86;

    letter-spacing: -6px;

    font-weight: 500;
}

.tbx-meet-title span {
    display: block;

    margin-top: 40px;

    color: var(--purple);
}

.tbx-meet-copy-grid {
    width: 100%;

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 100px;

    margin-top: 90px;

    padding-top: 42px;

    border-top: 1px solid var(--line);
}

.tbx-meet-lead {
    max-width: 520px;

    margin: 0;

    font-size: 26px;

    line-height: 1.45;

    letter-spacing: -.5px;
}

.tbx-meet-copy {
    max-width: 650px;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}

.tbx-meet-copy p {
    margin: 0 0 22px;
}


/* =========================================================
   BUILT FOR BUSINESS
========================================================= */

.tbx-business {
    background: #e8ebea;
}

.tbx-business-top {
    margin-bottom: 85px;
}

.tbx-business-heading {
    max-width: 1100px;
}

.tbx-business-heading h2 {
    max-width: 950px;
}


/* =========================================================
   TRUST LEDGER
========================================================= */

.tbx-trust-ledger {
    width: 100%;

    border-top: 1px solid var(--line);
}

.tbx-trust-row {
    width: 100%;

    display: grid;

    grid-template-columns: 120px 300px 1fr;

    min-height: 155px;

    border-bottom: 1px solid var(--line);

    transition:
        background .25s ease,
        padding .25s ease;
}

.tbx-trust-row:hover {
    padding-left: 16px;
    padding-right: 16px;

    background: rgba(255,255,255,.48);
}

.tbx-trust-num,
.tbx-trust-name,
.tbx-trust-desc {
    padding: 38px 28px;

    display: flex;

    align-items: flex-start;
}

.tbx-trust-num {
    padding-left: 0;

    color: #92999f;

    font-family: Georgia,serif;

    font-size: 22px;
}

.tbx-trust-name {
    border-left: 1px solid var(--line);

    font-size: 31px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-trust-desc {
    border-left: 1px solid var(--line);

    color: var(--muted);

    font-size: 15px;

    line-height: 1.75;
}

.tbx-trust-row:nth-child(1) .tbx-trust-name,
.tbx-trust-row:nth-child(4) .tbx-trust-name {
    color: var(--purple);
}

.tbx-trust-row:nth-child(2) .tbx-trust-name,
.tbx-trust-row:nth-child(3) .tbx-trust-name {
    color: var(--teal);
}


/* =========================================================
   SECURITY STRIP
========================================================= */

.tbx-credentials {
    width: 100%;

    margin-top: 70px;

    display: grid;

    grid-template-columns: 240px repeat(6,1fr);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.tbx-credentials-label,
.tbx-credential {
    min-height: 90px;

    display: flex;
    align-items: center;

    padding: 18px;

    border-right: 1px solid var(--line);
}

.tbx-credentials-label {
    padding-left: 0;

    color: #777f86;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.tbx-credential {
    justify-content: center;

    text-align: center;

    font-size: 10px;
    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.tbx-credential:nth-child(even) {
    color: var(--purple);
}

.tbx-credential:nth-child(odd) {
    color: var(--teal);
}

.tbx-credential:last-child {
    border-right: 0;
}


/* =========================================================
   HOW THE BRAIN WORKS
========================================================= */

.brain-works-section {
    background: #f7f6f2;
}

.brain-works-header {
    max-width: 1100px;

    margin-bottom: 90px;
}

.brain-works-header .tbx-heading {
    max-width: 1000px;
}

.brain-works-intro {
    max-width: 670px;

    margin: 32px 0 0;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   YOUR KNOWLEDGE
========================================================= */

.works-editorial-stage {
    width: 100%;

    padding: 60px 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-top: 1px solid var(--line);
}


/* YOUR KNOWLEDGE LABEL - BIGGER */

.works-editorial-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-editorial-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-editorial-content h3 {
    max-width: 890px;

    margin: 0;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-editorial-content p {
    max-width: 600px;

    margin: 25px 0 0;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.8;
}


/* KNOWLEDGE TAGS */

.works-knowledge-words {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 42px;
}

.works-knowledge-word {
    padding: 13px 18px;

    border: 1px solid var(--line);

    color: #515a62;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.1px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.works-knowledge-word:hover {
    background: var(--teal);

    border-color: var(--teal);

    color: white;
}


/* =========================================================
   BRAIN CENTER
========================================================= */

.works-brain-center {
    width: 100%;

    min-height: 470px;

    position: relative;

    padding: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: var(--ink);

    color: white;
}

.works-brain-center::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 34%;
    height: 4px;

    background: var(--teal);
}

.works-brain-center::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 34%;
    height: 4px;

    background: var(--purple);
}

.works-brain-overline {
    margin-bottom: 48px;

    color: #78858f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.works-brain-logo {
    width: min(600px,78%);

    margin: 0 auto;
}

.works-brain-statement {
    max-width: 760px;

    margin: 48px auto 0;

    color: #a1abb4;

    font-size: 19px;

    line-height: 1.6;
}

.works-powered {
    margin-top: 28px;

    color: #7e8993;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.works-powered strong {
    margin-left: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   PUT IT TO WORK
========================================================= */

.works-action-stage {
    width: 100%;

    padding: 60px 0 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-bottom: 1px solid var(--line);
}


/* PUT IT TO WORK LABEL - BIGGER */

.works-action-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-action-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-action-content h3 {
    max-width: 880px;

    margin: 0 0 50px;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-actions {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid var(--line);
}

.works-action {
    min-height: 190px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);
}

.works-action:last-child {
    border-right: 0;
}

.works-action-marker {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--purple);
}

.works-action h4 {
    margin: 50px 0 8px;

    font-size: clamp(29px,3vw,43px);

    letter-spacing: -1.5px;

    font-weight: 500;
}

.works-action p {
    max-width: 270px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.7;
}

.works-bottom-statement {
    max-width: 860px;

    margin: 55px auto 0;

    text-align: center;

    color: #707980;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.works-bottom-statement strong {
    color: var(--purple);
}


/* =========================================================
   THE DIFFERENCE
========================================================= */

.tbx-difference {
    background: var(--navy);

    color: white;
}

.tbx-difference .tbx-label {
    color: var(--purple-soft);
}

.tbx-diff-title {
    max-width: 1050px;

    margin-bottom: 90px;
}

.tbx-diff-title span {
    color: var(--purple-soft);
}


/* =========================================================
   DIFFERENCE HEADERS
========================================================= */

.tbx-diff-header {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-header-spacer {
    min-height: 85px;
}

.tbx-diff-header-consumer,
.tbx-diff-header-brain {
    min-height: 85px;

    padding: 25px 34px;

    display: flex;
    align-items: center;

    border-left: 1px solid var(--line-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-diff-header-consumer {
    color: #84909b;
}

.tbx-diff-header-brain {
    position: relative;

    color: var(--purple-soft);
}

.tbx-diff-header-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 20px;
    bottom: 20px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE ROWS
========================================================= */

.tbx-diff-grid {
    width: 100%;
}

.tbx-diff-row {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    min-height: 120px;

    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-category,
.tbx-diff-consumer,
.tbx-diff-brain {
    padding: 30px 34px;

    display: flex;
    align-items: center;
}

.tbx-diff-category {
    padding-left: 0;

    color: #75828d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.tbx-diff-consumer {
    border-left: 1px solid var(--line-dark);

    color: #8f9aa4;

    font-size: 22px;
}

.tbx-diff-brain {
    position: relative;

    border-left: 1px solid var(--line-dark);

    color: white;

    font-size: 22px;
}

.tbx-diff-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE CLOSING
========================================================= */

.tbx-diff-message {
    width: 100%;

    max-width: 1150px;

    margin: 90px auto 0;

    text-align: center;
}

.tbx-diff-message h3 {
    margin: 0;

    color: white;

    font-size: clamp(36px,4vw,58px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 500;
}

.tbx-diff-message-line-one,
.tbx-diff-message-line-two {
    display: block;
}

.tbx-diff-message-line-one {
    white-space: nowrap;
}

.tbx-diff-message-line-two {
    margin-top: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   THINK BIGGER
========================================================= */

.tbx-second {
    background: var(--paper);
}

.tbx-second-head {
    max-width: 1100px;

    margin-bottom: 90px;
}

.tbx-second-title span {
    color: var(--purple);
}

.tbx-outcome-grid {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.tbx-outcome {
    min-height: 230px;

    padding: 40px;

    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 22px;

    transition: background .3s ease;
}

.tbx-outcome-num {
    color: #999fa4;

    font-family: Georgia,serif;

    font-size: 21px;
}

.tbx-outcome h3 {
    margin: 0 0 15px;

    font-size: 32px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-outcome p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.7;
}

.tbx-outcome:nth-child(2) h3,
.tbx-outcome:nth-child(5) h3 {
    color: var(--purple);
}

.tbx-outcome:nth-child(3) h3,
.tbx-outcome:nth-child(6) h3 {
    color: var(--teal);
}

.tbx-outcome:hover {
    background: #eeece8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.tbx-final {
    background: var(--ink);

    color: white;
}

.tbx-final-main {
    max-width: 1100px;
}

.tbx-final-logo {
    width: min(430px,70%);

    margin-bottom: 70px;
}

.tbx-final-main h2 {
    max-width: 1050px;

    margin: 0;

    font-size: clamp(58px,7.5vw,110px);

    line-height: .89;

    letter-spacing: -5px;

    font-weight: 500;
}

.tbx-final-main h2 span {
    display: block;

    margin-top: 35px;

    color: var(--purple-soft);
}

.tbx-final-main p {
    max-width: 680px;

    margin: 42px 0;

    color: #96a1aa;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   TALK TO TEKNOVATE BUTTON
========================================================= */

.tbx-page .tbx-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    min-height: 58px;

    padding: 0 32px;

    background: #ffffff;

    color: #0b1016;

    border: 1px solid #ffffff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.tbx-page .tbx-final-button span {
    color: inherit;
}


/* HOVER = PURPLE + WHITE */

.tbx-page .tbx-final-button:hover {
    background: #66319d;

    color: #ffffff;

    border-color: #66319d;

    transform: translateY(-3px);
}

.tbx-page .tbx-final-button:hover span {
    color: #ffffff;
}


.tbx-final-footer {
    width: 100%;

    margin-top: 105px;

    padding-top: 25px;

    display: flex;
    justify-content: space-between;

    border-top: 1px solid var(--line-dark);

    color: #76828c;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1000px) {

    .tbx-section {
        padding: 100px 0;
    }


    /* HERO */

    .tbx-hero {
        min-height: 650px;
    }

    .tbx-hero-logo {
        width: min(400px,60%);
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr 1fr;
    }

    .approach-item:nth-child(2) {
        border-right: 0;
    }

    .approach-item:nth-child(1),
    .approach-item:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        gap: 55px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 90px 240px 1fr;
    }

    .tbx-credentials {
        grid-template-columns: repeat(3,1fr);
    }

    .tbx-credentials-label {
        grid-column: 1/-1;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 30% 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding-right: 40px;

        font-size: 15px;
    }

    .works-editorial-content,
    .works-action-content {
        padding-left: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px) {

    .tbx-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tbx-section {
        padding: 80px 0;
    }

    .tbx-heading,
    .tbx-meet-title,
    .tbx-final-main h2 {
        letter-spacing: -3px;
    }


    /* HERO */

    .tbx-hero {
        min-height: 560px;
    }

    .tbx-hero-inner {
        padding: 65px 22px;
    }

    .tbx-hero-logo {
        width: min(350px,80%);
    }

    .tbx-hero-powered::before,
    .tbx-hero-powered::after {
        width: 30px;
    }

    .tbx-hero-network-left,
    .tbx-hero-network-right {
        width: 53%;

        opacity: .6;
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr;
    }

    .approach-item {
        min-height: 240px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 55px 1fr;
    }

    .tbx-trust-name {
        border-left: 1px solid var(--line);
    }

    .tbx-trust-desc {
        grid-column: 2;

        padding-top: 0;

        border-left: 1px solid var(--line);
    }

    .tbx-credentials {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-credential {
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding: 0 0 25px;

        display: block;

        font-size: 15px;

        text-align: left;

        border-bottom: 1px solid var(--line);
    }

    .works-editorial-content,
    .works-action-content {
        padding: 35px 0 0;

        border-left: 0;
    }

    .works-brain-center {
        min-height: 390px;

        padding: 55px 25px;
    }

    .works-brain-logo {
        width: 95%;
    }

    .works-brain-statement {
        font-size: 16px;
    }

    .works-actions {
        grid-template-columns: 1fr;
    }

    .works-action {
        min-height: 150px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .works-action:last-child {
        border-bottom: 0;
    }


    /* DIFFERENCE */

    .tbx-diff-header {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-diff-header-spacer {
        display: none;
    }

    .tbx-diff-header-consumer,
    .tbx-diff-header-brain {
        min-height: 75px;

        padding: 20px;
    }

    .tbx-diff-header-consumer {
        border-left: 0;
    }

    .tbx-diff-row {
        grid-template-columns: 1fr;
    }

    .tbx-diff-category,
    .tbx-diff-consumer,
    .tbx-diff-brain {
        border-left: 0;
    }

    .tbx-diff-category {
        padding-bottom: 10px;
    }

    .tbx-diff-message h3 {
        font-size: clamp(32px,9vw,47px);

        letter-spacing: -2px;
    }

    .tbx-diff-message-line-one {
        white-space: normal;
    }


    /* SECOND BRAIN */

    .tbx-outcome-grid {
        grid-template-columns: 1fr;
    }

    .tbx-outcome {
        min-height: 195px;

        grid-template-columns: 45px 1fr;

        padding: 30px 25px;
    }


    /* FINAL */

    .tbx-final-logo {
        width: 90%;
    }

    .tbx-final-footer {
        flex-direction: column;

        gap: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be3dda7 *//* =========================================================
   THE BRAIN BY TEKNOVATE
   FULL-BLEED WEBSITE
========================================================= */

.tbx-page {
    --ink: #0b1016;
    --navy: #0b1825;

    --purple: #66319d;
    --purple-dark: #48216f;
    --purple-soft: #9b6bcc;

    --teal: #078486;
    --teal-soft: #31a0a0;

    --paper: #f5f3ef;
    --paper-light: #f8f7f4;
    --soft: #ecefed;

    --white: #ffffff;
    --text: #111820;
    --muted: #69727a;

    --line: rgba(17,24,32,.16);
    --line-dark: rgba(255,255,255,.16);

    font-family: Arial, Helvetica, sans-serif;

    background: var(--paper);
    color: var(--text);

    width: 100vw;
    max-width: 100vw;

    position: relative;
    left: 50%;

    margin-left: -50vw;
    margin-right: -50vw;

    padding: 0;

    overflow-x: clip;
}

.tbx-page * {
    box-sizing: border-box;
}

.tbx-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tbx-page a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   GLOBAL
========================================================= */

.tbx-shell {
    width: 100%;
    max-width: none;

    margin: 0;

    padding-left: clamp(28px,4vw,70px);
    padding-right: clamp(28px,4vw,70px);
}

.tbx-section {
    width: 100%;
    max-width: none;

    position: relative;

    padding: 120px 0;
}


/* =========================================================
   SECTION LABELS
========================================================= */

.tbx-label {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 28px;

    color: var(--purple);

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2.3px;

    text-transform: uppercase;
}

.tbx-label::before {
    content: "";

    width: 32px;
    height: 1px;

    flex: 0 0 32px;

    background: currentColor;
}


/* =========================================================
   LARGE HEADLINES
========================================================= */

.tbx-heading {
    margin: 0;

    font-size: clamp(50px,6.2vw,90px);

    line-height: .94;

    letter-spacing: -4px;

    font-weight: 500;
}


/* =========================================================
   HERO
========================================================= */

.tbx-hero {
    width: 100%;

    min-height: 720px;

    position: relative;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: white;

    background:
        radial-gradient(
            ellipse at center,
            #172432 0%,
            #0d1c2a 42%,
            #07111c 80%
        );

    border-bottom: 1px solid rgba(255,255,255,.1);
}


/* =========================================================
   LEFT TECH NETWORK
========================================================= */

.tbx-hero-network-left {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-left::before {
    content: "";

    position: absolute;

    left: -12%;
    top: 10%;

    width: 115%;
    height: 75%;

    opacity: .8;

    background:
        linear-gradient(
            32deg,
            transparent 0 28%,
            rgba(7,132,134,.52) 28.1% 28.3%,
            transparent 28.4% 100%
        ),

        linear-gradient(
            12deg,
            transparent 0 47%,
            rgba(102,49,157,.43) 47.1% 47.3%,
            transparent 47.4% 100%
        ),

        linear-gradient(
            -28deg,
            transparent 0 60%,
            rgba(7,132,134,.31) 60.1% 60.3%,
            transparent 60.4% 100%
        ),

        linear-gradient(
            48deg,
            transparent 0 72%,
            rgba(102,49,157,.24) 72.1% 72.3%,
            transparent 72.4% 100%
        );
}

.tbx-hero-network-left::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    left: 17%;
    top: 25%;

    border-radius: 50%;

    background: var(--teal-soft);

    box-shadow:
        92px 62px 0 -1px rgba(102,49,157,.9),
        25px 190px 0 -1px rgba(7,132,134,.8),
        150px 265px 0 -2px rgba(102,49,157,.8),
        60px 375px 0 -2px rgba(7,132,134,.75);
}


/* =========================================================
   RIGHT TECH NETWORK
========================================================= */

.tbx-hero-network-right {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-right::before {
    content: "";

    position: absolute;

    right: -12%;
    top: 8%;

    width: 115%;
    height: 78%;

    opacity: .8;

    background:
        linear-gradient(
            -32deg,
            transparent 0 29%,
            rgba(102,49,157,.52) 29.1% 29.3%,
            transparent 29.4% 100%
        ),

        linear-gradient(
            -12deg,
            transparent 0 48%,
            rgba(7,132,134,.43) 48.1% 48.3%,
            transparent 48.4% 100%
        ),

        linear-gradient(
            28deg,
            transparent 0 61%,
            rgba(102,49,157,.31) 61.1% 61.3%,
            transparent 61.4% 100%
        ),

        linear-gradient(
            -48deg,
            transparent 0 73%,
            rgba(7,132,134,.24) 73.1% 73.3%,
            transparent 73.4% 100%
        );
}

.tbx-hero-network-right::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: 18%;
    top: 24%;

    border-radius: 50%;

    background: var(--purple-soft);

    box-shadow:
        -95px 70px 0 -1px rgba(7,132,134,.9),
        -28px 200px 0 -1px rgba(102,49,157,.8),
        -155px 270px 0 -2px rgba(7,132,134,.8),
        -62px 385px 0 -2px rgba(102,49,157,.75);
}


/* =========================================================
   HERO ANGULAR DETAILS
========================================================= */

.tbx-hero-edge-left {
    position: absolute;

    left: -130px;
    bottom: -100px;

    width: 310px;
    height: 310px;

    border-top: 1px solid rgba(7,132,134,.6);
    border-right: 1px solid rgba(7,132,134,.6);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}

.tbx-hero-edge-right {
    position: absolute;

    right: -130px;
    top: -100px;

    width: 310px;
    height: 310px;

    border-bottom: 1px solid rgba(102,49,157,.65);
    border-left: 1px solid rgba(102,49,157,.65);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}


/* =========================================================
   HERO CENTER FADE
========================================================= */

.tbx-hero-center-fade {
    position: absolute;

    width: min(1050px,78vw);
    height: 600px;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    background:
        radial-gradient(
            ellipse at center,
            rgba(11,24,37,1) 0%,
            rgba(11,24,37,.98) 33%,
            rgba(11,24,37,.82) 55%,
            rgba(11,24,37,.2) 78%,
            transparent 90%
        );

    pointer-events: none;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.tbx-hero-inner {
    width: 100%;

    position: relative;

    z-index: 5;

    padding:
        75px
        clamp(28px,5vw,90px)
        75px;

    text-align: center;
}


/* HERO LOGO */

.tbx-hero-logo {
    width: min(420px,48%);

    margin: 0 auto 35px;
}


/* POWERED BY */

.tbx-hero-powered {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-bottom: 48px;

    color: #80909d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-hero-powered::before,
.tbx-hero-powered::after {
    content: "";

    width: 62px;
    height: 1px;
}

.tbx-hero-powered::before {
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(7,132,134,.85)
        );
}

.tbx-hero-powered::after {
    background:
        linear-gradient(
            90deg,
            rgba(102,49,157,.9),
            transparent
        );
}

.tbx-hero-powered strong {
    color: var(--purple-soft);
}


/* EXPLORE THE BRAIN */

.tbx-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.tbx-hero-link span {
    color: var(--teal-soft);

    font-size: 20px;

    transition: transform .25s ease;
}

.tbx-hero-link:hover span {
    transform: translateY(5px);
}


/* =========================================================
   THE APPROACH
========================================================= */

.tbx-approach {
    width: 100%;

    background: var(--soft);
}

.tbx-approach-head {
    padding: 30px 0;

    border-bottom: 1px solid var(--line);

    color: #747c83;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-approach-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.approach-item {
    min-height: 300px;

    padding: 38px 34px;

    position: relative;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);

    background: var(--soft);

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}

.approach-item:last-child {
    border-right: 0;
}

.approach-number {
    position: relative;

    z-index: 2;

    color: #8e959b;

    font-family: Georgia,serif;

    font-size: 22px;
}

.approach-content {
    position: relative;
    z-index: 2;
}

.approach-content h3 {
    margin: 0 0 13px;

    font-size: 29px;

    font-weight: 500;

    letter-spacing: -1px;
}

.approach-content p {
    max-width: 250px;

    margin: 0;

    color: #6c747b;

    font-size: 14px;

    line-height: 1.7;

    transition: color .35s ease;
}

.approach-purple:hover {
    background: var(--purple);
}

.approach-teal:hover {
    background: var(--teal);
}

.approach-navy:hover {
    background: var(--navy);
}

.approach-deep-purple:hover {
    background: var(--purple-dark);
}

.approach-item:hover {
    color: white;

    transform: translateY(-4px);
}

.approach-item:hover .approach-content p {
    color: rgba(255,255,255,.74);
}

.approach-item:hover .approach-number {
    position: absolute;

    right: 10px;
    top: -18px;

    color: rgba(255,255,255,.09);

    font-size: 160px;

    line-height: 1;
}


/* =========================================================
   MEET THE BRAIN
========================================================= */

.tbx-meet {
    background: var(--paper);
}

.tbx-meet-title {
    max-width: 1080px;

    margin: 0;

    font-size: clamp(60px,8vw,118px);

    line-height: .86;

    letter-spacing: -6px;

    font-weight: 500;
}

.tbx-meet-title span {
    display: block;

    margin-top: 40px;

    color: var(--purple);
}

.tbx-meet-copy-grid {
    width: 100%;

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 100px;

    margin-top: 90px;

    padding-top: 42px;

    border-top: 1px solid var(--line);
}

.tbx-meet-lead {
    max-width: 520px;

    margin: 0;

    font-size: 26px;

    line-height: 1.45;

    letter-spacing: -.5px;
}

.tbx-meet-copy {
    max-width: 650px;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}

.tbx-meet-copy p {
    margin: 0 0 22px;
}


/* =========================================================
   BUILT FOR BUSINESS
========================================================= */

.tbx-business {
    background: #e8ebea;
}

.tbx-business-top {
    margin-bottom: 85px;
}

.tbx-business-heading {
    max-width: 1100px;
}

.tbx-business-heading h2 {
    max-width: 950px;
}


/* =========================================================
   TRUST LEDGER
========================================================= */

.tbx-trust-ledger {
    width: 100%;

    border-top: 1px solid var(--line);
}

.tbx-trust-row {
    width: 100%;

    display: grid;

    grid-template-columns: 120px 300px 1fr;

    min-height: 155px;

    border-bottom: 1px solid var(--line);

    transition:
        background .25s ease,
        padding .25s ease;
}

.tbx-trust-row:hover {
    padding-left: 16px;
    padding-right: 16px;

    background: rgba(255,255,255,.48);
}

.tbx-trust-num,
.tbx-trust-name,
.tbx-trust-desc {
    padding: 38px 28px;

    display: flex;

    align-items: flex-start;
}

.tbx-trust-num {
    padding-left: 0;

    color: #92999f;

    font-family: Georgia,serif;

    font-size: 22px;
}

.tbx-trust-name {
    border-left: 1px solid var(--line);

    font-size: 31px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-trust-desc {
    border-left: 1px solid var(--line);

    color: var(--muted);

    font-size: 15px;

    line-height: 1.75;
}

.tbx-trust-row:nth-child(1) .tbx-trust-name,
.tbx-trust-row:nth-child(4) .tbx-trust-name {
    color: var(--purple);
}

.tbx-trust-row:nth-child(2) .tbx-trust-name,
.tbx-trust-row:nth-child(3) .tbx-trust-name {
    color: var(--teal);
}


/* =========================================================
   SECURITY STRIP
========================================================= */

.tbx-credentials {
    width: 100%;

    margin-top: 70px;

    display: grid;

    grid-template-columns: 240px repeat(6,1fr);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.tbx-credentials-label,
.tbx-credential {
    min-height: 90px;

    display: flex;
    align-items: center;

    padding: 18px;

    border-right: 1px solid var(--line);
}

.tbx-credentials-label {
    padding-left: 0;

    color: #777f86;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.tbx-credential {
    justify-content: center;

    text-align: center;

    font-size: 10px;
    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.tbx-credential:nth-child(even) {
    color: var(--purple);
}

.tbx-credential:nth-child(odd) {
    color: var(--teal);
}

.tbx-credential:last-child {
    border-right: 0;
}


/* =========================================================
   HOW THE BRAIN WORKS
========================================================= */

.brain-works-section {
    background: #f7f6f2;
}

.brain-works-header {
    max-width: 1100px;

    margin-bottom: 90px;
}

.brain-works-header .tbx-heading {
    max-width: 1000px;
}

.brain-works-intro {
    max-width: 670px;

    margin: 32px 0 0;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   YOUR KNOWLEDGE
========================================================= */

.works-editorial-stage {
    width: 100%;

    padding: 60px 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-top: 1px solid var(--line);
}


/* YOUR KNOWLEDGE LABEL - BIGGER */

.works-editorial-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-editorial-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-editorial-content h3 {
    max-width: 890px;

    margin: 0;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-editorial-content p {
    max-width: 600px;

    margin: 25px 0 0;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.8;
}


/* KNOWLEDGE TAGS */

.works-knowledge-words {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 42px;
}

.works-knowledge-word {
    padding: 13px 18px;

    border: 1px solid var(--line);

    color: #515a62;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.1px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.works-knowledge-word:hover {
    background: var(--teal);

    border-color: var(--teal);

    color: white;
}


/* =========================================================
   BRAIN CENTER
========================================================= */

.works-brain-center {
    width: 100%;

    min-height: 470px;

    position: relative;

    padding: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: var(--ink);

    color: white;
}

.works-brain-center::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 34%;
    height: 4px;

    background: var(--teal);
}

.works-brain-center::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 34%;
    height: 4px;

    background: var(--purple);
}

.works-brain-overline {
    margin-bottom: 48px;

    color: #78858f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.works-brain-logo {
    width: min(600px,78%);

    margin: 0 auto;
}

.works-brain-statement {
    max-width: 760px;

    margin: 48px auto 0;

    color: #a1abb4;

    font-size: 19px;

    line-height: 1.6;
}

.works-powered {
    margin-top: 28px;

    color: #7e8993;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.works-powered strong {
    margin-left: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   PUT IT TO WORK
========================================================= */

.works-action-stage {
    width: 100%;

    padding: 60px 0 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-bottom: 1px solid var(--line);
}


/* PUT IT TO WORK LABEL - BIGGER */

.works-action-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-action-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-action-content h3 {
    max-width: 880px;

    margin: 0 0 50px;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-actions {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid var(--line);
}

.works-action {
    min-height: 190px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);
}

.works-action:last-child {
    border-right: 0;
}

.works-action-marker {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--purple);
}

.works-action h4 {
    margin: 50px 0 8px;

    font-size: clamp(29px,3vw,43px);

    letter-spacing: -1.5px;

    font-weight: 500;
}

.works-action p {
    max-width: 270px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.7;
}

.works-bottom-statement {
    max-width: 860px;

    margin: 55px auto 0;

    text-align: center;

    color: #707980;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.works-bottom-statement strong {
    color: var(--purple);
}


/* =========================================================
   THE DIFFERENCE
========================================================= */

.tbx-difference {
    background: var(--navy);

    color: white;
}

.tbx-difference .tbx-label {
    color: var(--purple-soft);
}

.tbx-diff-title {
    max-width: 1050px;

    margin-bottom: 90px;
}

.tbx-diff-title span {
    color: var(--purple-soft);
}


/* =========================================================
   DIFFERENCE HEADERS
========================================================= */

.tbx-diff-header {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-header-spacer {
    min-height: 85px;
}

.tbx-diff-header-consumer,
.tbx-diff-header-brain {
    min-height: 85px;

    padding: 25px 34px;

    display: flex;
    align-items: center;

    border-left: 1px solid var(--line-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-diff-header-consumer {
    color: #84909b;
}

.tbx-diff-header-brain {
    position: relative;

    color: var(--purple-soft);
}

.tbx-diff-header-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 20px;
    bottom: 20px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE ROWS
========================================================= */

.tbx-diff-grid {
    width: 100%;
}

.tbx-diff-row {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    min-height: 120px;

    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-category,
.tbx-diff-consumer,
.tbx-diff-brain {
    padding: 30px 34px;

    display: flex;
    align-items: center;
}

.tbx-diff-category {
    padding-left: 0;

    color: #75828d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.tbx-diff-consumer {
    border-left: 1px solid var(--line-dark);

    color: #8f9aa4;

    font-size: 22px;
}

.tbx-diff-brain {
    position: relative;

    border-left: 1px solid var(--line-dark);

    color: white;

    font-size: 22px;
}

.tbx-diff-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE CLOSING
========================================================= */

.tbx-diff-message {
    width: 100%;

    max-width: 1150px;

    margin: 90px auto 0;

    text-align: center;
}

.tbx-diff-message h3 {
    margin: 0;

    color: white;

    font-size: clamp(36px,4vw,58px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 500;
}

.tbx-diff-message-line-one,
.tbx-diff-message-line-two {
    display: block;
}

.tbx-diff-message-line-one {
    white-space: nowrap;
}

.tbx-diff-message-line-two {
    margin-top: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   THINK BIGGER
========================================================= */

.tbx-second {
    background: var(--paper);
}

.tbx-second-head {
    max-width: 1100px;

    margin-bottom: 90px;
}

.tbx-second-title span {
    color: var(--purple);
}

.tbx-outcome-grid {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.tbx-outcome {
    min-height: 230px;

    padding: 40px;

    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 22px;

    transition: background .3s ease;
}

.tbx-outcome-num {
    color: #999fa4;

    font-family: Georgia,serif;

    font-size: 21px;
}

.tbx-outcome h3 {
    margin: 0 0 15px;

    font-size: 32px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-outcome p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.7;
}

.tbx-outcome:nth-child(2) h3,
.tbx-outcome:nth-child(5) h3 {
    color: var(--purple);
}

.tbx-outcome:nth-child(3) h3,
.tbx-outcome:nth-child(6) h3 {
    color: var(--teal);
}

.tbx-outcome:hover {
    background: #eeece8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.tbx-final {
    background: var(--ink);

    color: white;
}

.tbx-final-main {
    max-width: 1100px;
}

.tbx-final-logo {
    width: min(430px,70%);

    margin-bottom: 70px;
}

.tbx-final-main h2 {
    max-width: 1050px;

    margin: 0;

    font-size: clamp(58px,7.5vw,110px);

    line-height: .89;

    letter-spacing: -5px;

    font-weight: 500;
}

.tbx-final-main h2 span {
    display: block;

    margin-top: 35px;

    color: var(--purple-soft);
}

.tbx-final-main p {
    max-width: 680px;

    margin: 42px 0;

    color: #96a1aa;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   TALK TO TEKNOVATE BUTTON
========================================================= */

.tbx-page .tbx-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    min-height: 58px;

    padding: 0 32px;

    background: #ffffff;

    color: #0b1016;

    border: 1px solid #ffffff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.tbx-page .tbx-final-button span {
    color: inherit;
}


/* HOVER = PURPLE + WHITE */

.tbx-page .tbx-final-button:hover {
    background: #66319d;

    color: #ffffff;

    border-color: #66319d;

    transform: translateY(-3px);
}

.tbx-page .tbx-final-button:hover span {
    color: #ffffff;
}


.tbx-final-footer {
    width: 100%;

    margin-top: 105px;

    padding-top: 25px;

    display: flex;
    justify-content: space-between;

    border-top: 1px solid var(--line-dark);

    color: #76828c;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1000px) {

    .tbx-section {
        padding: 100px 0;
    }


    /* HERO */

    .tbx-hero {
        min-height: 650px;
    }

    .tbx-hero-logo {
        width: min(400px,60%);
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr 1fr;
    }

    .approach-item:nth-child(2) {
        border-right: 0;
    }

    .approach-item:nth-child(1),
    .approach-item:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        gap: 55px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 90px 240px 1fr;
    }

    .tbx-credentials {
        grid-template-columns: repeat(3,1fr);
    }

    .tbx-credentials-label {
        grid-column: 1/-1;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 30% 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding-right: 40px;

        font-size: 15px;
    }

    .works-editorial-content,
    .works-action-content {
        padding-left: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px) {

    .tbx-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tbx-section {
        padding: 80px 0;
    }

    .tbx-heading,
    .tbx-meet-title,
    .tbx-final-main h2 {
        letter-spacing: -3px;
    }


    /* HERO */

    .tbx-hero {
        min-height: 560px;
    }

    .tbx-hero-inner {
        padding: 65px 22px;
    }

    .tbx-hero-logo {
        width: min(350px,80%);
    }

    .tbx-hero-powered::before,
    .tbx-hero-powered::after {
        width: 30px;
    }

    .tbx-hero-network-left,
    .tbx-hero-network-right {
        width: 53%;

        opacity: .6;
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr;
    }

    .approach-item {
        min-height: 240px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 55px 1fr;
    }

    .tbx-trust-name {
        border-left: 1px solid var(--line);
    }

    .tbx-trust-desc {
        grid-column: 2;

        padding-top: 0;

        border-left: 1px solid var(--line);
    }

    .tbx-credentials {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-credential {
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding: 0 0 25px;

        display: block;

        font-size: 15px;

        text-align: left;

        border-bottom: 1px solid var(--line);
    }

    .works-editorial-content,
    .works-action-content {
        padding: 35px 0 0;

        border-left: 0;
    }

    .works-brain-center {
        min-height: 390px;

        padding: 55px 25px;
    }

    .works-brain-logo {
        width: 95%;
    }

    .works-brain-statement {
        font-size: 16px;
    }

    .works-actions {
        grid-template-columns: 1fr;
    }

    .works-action {
        min-height: 150px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .works-action:last-child {
        border-bottom: 0;
    }


    /* DIFFERENCE */

    .tbx-diff-header {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-diff-header-spacer {
        display: none;
    }

    .tbx-diff-header-consumer,
    .tbx-diff-header-brain {
        min-height: 75px;

        padding: 20px;
    }

    .tbx-diff-header-consumer {
        border-left: 0;
    }

    .tbx-diff-row {
        grid-template-columns: 1fr;
    }

    .tbx-diff-category,
    .tbx-diff-consumer,
    .tbx-diff-brain {
        border-left: 0;
    }

    .tbx-diff-category {
        padding-bottom: 10px;
    }

    .tbx-diff-message h3 {
        font-size: clamp(32px,9vw,47px);

        letter-spacing: -2px;
    }

    .tbx-diff-message-line-one {
        white-space: normal;
    }


    /* SECOND BRAIN */

    .tbx-outcome-grid {
        grid-template-columns: 1fr;
    }

    .tbx-outcome {
        min-height: 195px;

        grid-template-columns: 45px 1fr;

        padding: 30px 25px;
    }


    /* FINAL */

    .tbx-final-logo {
        width: 90%;
    }

    .tbx-final-footer {
        flex-direction: column;

        gap: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e94ceae *//* =========================================================
   THE BRAIN BY TEKNOVATE
   FULL-BLEED WEBSITE
========================================================= */

.tbx-page {
    --ink: #0b1016;
    --navy: #0b1825;

    --purple: #66319d;
    --purple-dark: #48216f;
    --purple-soft: #9b6bcc;

    --teal: #078486;
    --teal-soft: #31a0a0;

    --paper: #f5f3ef;
    --paper-light: #f8f7f4;
    --soft: #ecefed;

    --white: #ffffff;
    --text: #111820;
    --muted: #69727a;

    --line: rgba(17,24,32,.16);
    --line-dark: rgba(255,255,255,.16);

    font-family: Arial, Helvetica, sans-serif;

    background: var(--paper);
    color: var(--text);

    width: 100vw;
    max-width: 100vw;

    position: relative;
    left: 50%;

    margin-left: -50vw;
    margin-right: -50vw;

    padding: 0;

    overflow-x: clip;
}

.tbx-page * {
    box-sizing: border-box;
}

.tbx-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tbx-page a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   GLOBAL
========================================================= */

.tbx-shell {
    width: 100%;
    max-width: none;

    margin: 0;

    padding-left: clamp(28px,4vw,70px);
    padding-right: clamp(28px,4vw,70px);
}

.tbx-section {
    width: 100%;
    max-width: none;

    position: relative;

    padding: 120px 0;
}


/* =========================================================
   SECTION LABELS
========================================================= */

.tbx-label {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 28px;

    color: var(--purple);

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2.3px;

    text-transform: uppercase;
}

.tbx-label::before {
    content: "";

    width: 32px;
    height: 1px;

    flex: 0 0 32px;

    background: currentColor;
}


/* =========================================================
   LARGE HEADLINES
========================================================= */

.tbx-heading {
    margin: 0;

    font-size: clamp(50px,6.2vw,90px);

    line-height: .94;

    letter-spacing: -4px;

    font-weight: 500;
}


/* =========================================================
   HERO
========================================================= */

.tbx-hero {
    width: 100%;

    min-height: 720px;

    position: relative;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: white;

    background:
        radial-gradient(
            ellipse at center,
            #172432 0%,
            #0d1c2a 42%,
            #07111c 80%
        );

    border-bottom: 1px solid rgba(255,255,255,.1);
}


/* =========================================================
   LEFT TECH NETWORK
========================================================= */

.tbx-hero-network-left {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-left::before {
    content: "";

    position: absolute;

    left: -12%;
    top: 10%;

    width: 115%;
    height: 75%;

    opacity: .8;

    background:
        linear-gradient(
            32deg,
            transparent 0 28%,
            rgba(7,132,134,.52) 28.1% 28.3%,
            transparent 28.4% 100%
        ),

        linear-gradient(
            12deg,
            transparent 0 47%,
            rgba(102,49,157,.43) 47.1% 47.3%,
            transparent 47.4% 100%
        ),

        linear-gradient(
            -28deg,
            transparent 0 60%,
            rgba(7,132,134,.31) 60.1% 60.3%,
            transparent 60.4% 100%
        ),

        linear-gradient(
            48deg,
            transparent 0 72%,
            rgba(102,49,157,.24) 72.1% 72.3%,
            transparent 72.4% 100%
        );
}

.tbx-hero-network-left::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    left: 17%;
    top: 25%;

    border-radius: 50%;

    background: var(--teal-soft);

    box-shadow:
        92px 62px 0 -1px rgba(102,49,157,.9),
        25px 190px 0 -1px rgba(7,132,134,.8),
        150px 265px 0 -2px rgba(102,49,157,.8),
        60px 375px 0 -2px rgba(7,132,134,.75);
}


/* =========================================================
   RIGHT TECH NETWORK
========================================================= */

.tbx-hero-network-right {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-right::before {
    content: "";

    position: absolute;

    right: -12%;
    top: 8%;

    width: 115%;
    height: 78%;

    opacity: .8;

    background:
        linear-gradient(
            -32deg,
            transparent 0 29%,
            rgba(102,49,157,.52) 29.1% 29.3%,
            transparent 29.4% 100%
        ),

        linear-gradient(
            -12deg,
            transparent 0 48%,
            rgba(7,132,134,.43) 48.1% 48.3%,
            transparent 48.4% 100%
        ),

        linear-gradient(
            28deg,
            transparent 0 61%,
            rgba(102,49,157,.31) 61.1% 61.3%,
            transparent 61.4% 100%
        ),

        linear-gradient(
            -48deg,
            transparent 0 73%,
            rgba(7,132,134,.24) 73.1% 73.3%,
            transparent 73.4% 100%
        );
}

.tbx-hero-network-right::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: 18%;
    top: 24%;

    border-radius: 50%;

    background: var(--purple-soft);

    box-shadow:
        -95px 70px 0 -1px rgba(7,132,134,.9),
        -28px 200px 0 -1px rgba(102,49,157,.8),
        -155px 270px 0 -2px rgba(7,132,134,.8),
        -62px 385px 0 -2px rgba(102,49,157,.75);
}


/* =========================================================
   HERO ANGULAR DETAILS
========================================================= */

.tbx-hero-edge-left {
    position: absolute;

    left: -130px;
    bottom: -100px;

    width: 310px;
    height: 310px;

    border-top: 1px solid rgba(7,132,134,.6);
    border-right: 1px solid rgba(7,132,134,.6);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}

.tbx-hero-edge-right {
    position: absolute;

    right: -130px;
    top: -100px;

    width: 310px;
    height: 310px;

    border-bottom: 1px solid rgba(102,49,157,.65);
    border-left: 1px solid rgba(102,49,157,.65);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}


/* =========================================================
   HERO CENTER FADE
========================================================= */

.tbx-hero-center-fade {
    position: absolute;

    width: min(1050px,78vw);
    height: 600px;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    background:
        radial-gradient(
            ellipse at center,
            rgba(11,24,37,1) 0%,
            rgba(11,24,37,.98) 33%,
            rgba(11,24,37,.82) 55%,
            rgba(11,24,37,.2) 78%,
            transparent 90%
        );

    pointer-events: none;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.tbx-hero-inner {
    width: 100%;

    position: relative;

    z-index: 5;

    padding:
        75px
        clamp(28px,5vw,90px)
        75px;

    text-align: center;
}


/* HERO LOGO */

.tbx-hero-logo {
    width: min(420px,48%);

    margin: 0 auto 35px;
}


/* POWERED BY */

.tbx-hero-powered {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-bottom: 48px;

    color: #80909d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-hero-powered::before,
.tbx-hero-powered::after {
    content: "";

    width: 62px;
    height: 1px;
}

.tbx-hero-powered::before {
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(7,132,134,.85)
        );
}

.tbx-hero-powered::after {
    background:
        linear-gradient(
            90deg,
            rgba(102,49,157,.9),
            transparent
        );
}

.tbx-hero-powered strong {
    color: var(--purple-soft);
}


/* EXPLORE THE BRAIN */

.tbx-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.tbx-hero-link span {
    color: var(--teal-soft);

    font-size: 20px;

    transition: transform .25s ease;
}

.tbx-hero-link:hover span {
    transform: translateY(5px);
}


/* =========================================================
   THE APPROACH
========================================================= */

.tbx-approach {
    width: 100%;

    background: var(--soft);
}

.tbx-approach-head {
    padding: 30px 0;

    border-bottom: 1px solid var(--line);

    color: #747c83;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-approach-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.approach-item {
    min-height: 300px;

    padding: 38px 34px;

    position: relative;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);

    background: var(--soft);

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}

.approach-item:last-child {
    border-right: 0;
}

.approach-number {
    position: relative;

    z-index: 2;

    color: #8e959b;

    font-family: Georgia,serif;

    font-size: 22px;
}

.approach-content {
    position: relative;
    z-index: 2;
}

.approach-content h3 {
    margin: 0 0 13px;

    font-size: 29px;

    font-weight: 500;

    letter-spacing: -1px;
}

.approach-content p {
    max-width: 250px;

    margin: 0;

    color: #6c747b;

    font-size: 14px;

    line-height: 1.7;

    transition: color .35s ease;
}

.approach-purple:hover {
    background: var(--purple);
}

.approach-teal:hover {
    background: var(--teal);
}

.approach-navy:hover {
    background: var(--navy);
}

.approach-deep-purple:hover {
    background: var(--purple-dark);
}

.approach-item:hover {
    color: white;

    transform: translateY(-4px);
}

.approach-item:hover .approach-content p {
    color: rgba(255,255,255,.74);
}

.approach-item:hover .approach-number {
    position: absolute;

    right: 10px;
    top: -18px;

    color: rgba(255,255,255,.09);

    font-size: 160px;

    line-height: 1;
}


/* =========================================================
   MEET THE BRAIN
========================================================= */

.tbx-meet {
    background: var(--paper);
}

.tbx-meet-title {
    max-width: 1080px;

    margin: 0;

    font-size: clamp(60px,8vw,118px);

    line-height: .86;

    letter-spacing: -6px;

    font-weight: 500;
}

.tbx-meet-title span {
    display: block;

    margin-top: 40px;

    color: var(--purple);
}

.tbx-meet-copy-grid {
    width: 100%;

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 100px;

    margin-top: 90px;

    padding-top: 42px;

    border-top: 1px solid var(--line);
}

.tbx-meet-lead {
    max-width: 520px;

    margin: 0;

    font-size: 26px;

    line-height: 1.45;

    letter-spacing: -.5px;
}

.tbx-meet-copy {
    max-width: 650px;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}

.tbx-meet-copy p {
    margin: 0 0 22px;
}


/* =========================================================
   BUILT FOR BUSINESS
========================================================= */

.tbx-business {
    background: #e8ebea;
}

.tbx-business-top {
    margin-bottom: 85px;
}

.tbx-business-heading {
    max-width: 1100px;
}

.tbx-business-heading h2 {
    max-width: 950px;
}


/* =========================================================
   TRUST LEDGER
========================================================= */

.tbx-trust-ledger {
    width: 100%;

    border-top: 1px solid var(--line);
}

.tbx-trust-row {
    width: 100%;

    display: grid;

    grid-template-columns: 120px 300px 1fr;

    min-height: 155px;

    border-bottom: 1px solid var(--line);

    transition:
        background .25s ease,
        padding .25s ease;
}

.tbx-trust-row:hover {
    padding-left: 16px;
    padding-right: 16px;

    background: rgba(255,255,255,.48);
}

.tbx-trust-num,
.tbx-trust-name,
.tbx-trust-desc {
    padding: 38px 28px;

    display: flex;

    align-items: flex-start;
}

.tbx-trust-num {
    padding-left: 0;

    color: #92999f;

    font-family: Georgia,serif;

    font-size: 22px;
}

.tbx-trust-name {
    border-left: 1px solid var(--line);

    font-size: 31px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-trust-desc {
    border-left: 1px solid var(--line);

    color: var(--muted);

    font-size: 15px;

    line-height: 1.75;
}

.tbx-trust-row:nth-child(1) .tbx-trust-name,
.tbx-trust-row:nth-child(4) .tbx-trust-name {
    color: var(--purple);
}

.tbx-trust-row:nth-child(2) .tbx-trust-name,
.tbx-trust-row:nth-child(3) .tbx-trust-name {
    color: var(--teal);
}


/* =========================================================
   SECURITY STRIP
========================================================= */

.tbx-credentials {
    width: 100%;

    margin-top: 70px;

    display: grid;

    grid-template-columns: 240px repeat(6,1fr);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.tbx-credentials-label,
.tbx-credential {
    min-height: 90px;

    display: flex;
    align-items: center;

    padding: 18px;

    border-right: 1px solid var(--line);
}

.tbx-credentials-label {
    padding-left: 0;

    color: #777f86;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.tbx-credential {
    justify-content: center;

    text-align: center;

    font-size: 10px;
    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.tbx-credential:nth-child(even) {
    color: var(--purple);
}

.tbx-credential:nth-child(odd) {
    color: var(--teal);
}

.tbx-credential:last-child {
    border-right: 0;
}


/* =========================================================
   HOW THE BRAIN WORKS
========================================================= */

.brain-works-section {
    background: #f7f6f2;
}

.brain-works-header {
    max-width: 1100px;

    margin-bottom: 90px;
}

.brain-works-header .tbx-heading {
    max-width: 1000px;
}

.brain-works-intro {
    max-width: 670px;

    margin: 32px 0 0;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   YOUR KNOWLEDGE
========================================================= */

.works-editorial-stage {
    width: 100%;

    padding: 60px 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-top: 1px solid var(--line);
}


/* YOUR KNOWLEDGE LABEL - BIGGER */

.works-editorial-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-editorial-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-editorial-content h3 {
    max-width: 890px;

    margin: 0;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-editorial-content p {
    max-width: 600px;

    margin: 25px 0 0;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.8;
}


/* KNOWLEDGE TAGS */

.works-knowledge-words {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 42px;
}

.works-knowledge-word {
    padding: 13px 18px;

    border: 1px solid var(--line);

    color: #515a62;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.1px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.works-knowledge-word:hover {
    background: var(--teal);

    border-color: var(--teal);

    color: white;
}


/* =========================================================
   BRAIN CENTER
========================================================= */

.works-brain-center {
    width: 100%;

    min-height: 470px;

    position: relative;

    padding: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: var(--ink);

    color: white;
}

.works-brain-center::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 34%;
    height: 4px;

    background: var(--teal);
}

.works-brain-center::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 34%;
    height: 4px;

    background: var(--purple);
}

.works-brain-overline {
    margin-bottom: 48px;

    color: #78858f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.works-brain-logo {
    width: min(600px,78%);

    margin: 0 auto;
}

.works-brain-statement {
    max-width: 760px;

    margin: 48px auto 0;

    color: #a1abb4;

    font-size: 19px;

    line-height: 1.6;
}

.works-powered {
    margin-top: 28px;

    color: #7e8993;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.works-powered strong {
    margin-left: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   PUT IT TO WORK
========================================================= */

.works-action-stage {
    width: 100%;

    padding: 60px 0 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-bottom: 1px solid var(--line);
}


/* PUT IT TO WORK LABEL - BIGGER */

.works-action-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-action-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-action-content h3 {
    max-width: 880px;

    margin: 0 0 50px;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-actions {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid var(--line);
}

.works-action {
    min-height: 190px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);
}

.works-action:last-child {
    border-right: 0;
}

.works-action-marker {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--purple);
}

.works-action h4 {
    margin: 50px 0 8px;

    font-size: clamp(29px,3vw,43px);

    letter-spacing: -1.5px;

    font-weight: 500;
}

.works-action p {
    max-width: 270px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.7;
}

.works-bottom-statement {
    max-width: 860px;

    margin: 55px auto 0;

    text-align: center;

    color: #707980;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.works-bottom-statement strong {
    color: var(--purple);
}


/* =========================================================
   THE DIFFERENCE
========================================================= */

.tbx-difference {
    background: var(--navy);

    color: white;
}

.tbx-difference .tbx-label {
    color: var(--purple-soft);
}

.tbx-diff-title {
    max-width: 1050px;

    margin-bottom: 90px;
}

.tbx-diff-title span {
    color: var(--purple-soft);
}


/* =========================================================
   DIFFERENCE HEADERS
========================================================= */

.tbx-diff-header {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-header-spacer {
    min-height: 85px;
}

.tbx-diff-header-consumer,
.tbx-diff-header-brain {
    min-height: 85px;

    padding: 25px 34px;

    display: flex;
    align-items: center;

    border-left: 1px solid var(--line-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-diff-header-consumer {
    color: #84909b;
}

.tbx-diff-header-brain {
    position: relative;

    color: var(--purple-soft);
}

.tbx-diff-header-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 20px;
    bottom: 20px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE ROWS
========================================================= */

.tbx-diff-grid {
    width: 100%;
}

.tbx-diff-row {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    min-height: 120px;

    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-category,
.tbx-diff-consumer,
.tbx-diff-brain {
    padding: 30px 34px;

    display: flex;
    align-items: center;
}

.tbx-diff-category {
    padding-left: 0;

    color: #75828d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.tbx-diff-consumer {
    border-left: 1px solid var(--line-dark);

    color: #8f9aa4;

    font-size: 22px;
}

.tbx-diff-brain {
    position: relative;

    border-left: 1px solid var(--line-dark);

    color: white;

    font-size: 22px;
}

.tbx-diff-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE CLOSING
========================================================= */

.tbx-diff-message {
    width: 100%;

    max-width: 1150px;

    margin: 90px auto 0;

    text-align: center;
}

.tbx-diff-message h3 {
    margin: 0;

    color: white;

    font-size: clamp(36px,4vw,58px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 500;
}

.tbx-diff-message-line-one,
.tbx-diff-message-line-two {
    display: block;
}

.tbx-diff-message-line-one {
    white-space: nowrap;
}

.tbx-diff-message-line-two {
    margin-top: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   THINK BIGGER
========================================================= */

.tbx-second {
    background: var(--paper);
}

.tbx-second-head {
    max-width: 1100px;

    margin-bottom: 90px;
}

.tbx-second-title span {
    color: var(--purple);
}

.tbx-outcome-grid {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.tbx-outcome {
    min-height: 230px;

    padding: 40px;

    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 22px;

    transition: background .3s ease;
}

.tbx-outcome-num {
    color: #999fa4;

    font-family: Georgia,serif;

    font-size: 21px;
}

.tbx-outcome h3 {
    margin: 0 0 15px;

    font-size: 32px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-outcome p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.7;
}

.tbx-outcome:nth-child(2) h3,
.tbx-outcome:nth-child(5) h3 {
    color: var(--purple);
}

.tbx-outcome:nth-child(3) h3,
.tbx-outcome:nth-child(6) h3 {
    color: var(--teal);
}

.tbx-outcome:hover {
    background: #eeece8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.tbx-final {
    background: var(--ink);

    color: white;
}

.tbx-final-main {
    max-width: 1100px;
}

.tbx-final-logo {
    width: min(430px,70%);

    margin-bottom: 70px;
}

.tbx-final-main h2 {
    max-width: 1050px;

    margin: 0;

    font-size: clamp(58px,7.5vw,110px);

    line-height: .89;

    letter-spacing: -5px;

    font-weight: 500;
}

.tbx-final-main h2 span {
    display: block;

    margin-top: 35px;

    color: var(--purple-soft);
}

.tbx-final-main p {
    max-width: 680px;

    margin: 42px 0;

    color: #96a1aa;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   TALK TO TEKNOVATE BUTTON
========================================================= */

.tbx-page .tbx-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    min-height: 58px;

    padding: 0 32px;

    background: #ffffff;

    color: #0b1016;

    border: 1px solid #ffffff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.tbx-page .tbx-final-button span {
    color: inherit;
}


/* HOVER = PURPLE + WHITE */

.tbx-page .tbx-final-button:hover {
    background: #66319d;

    color: #ffffff;

    border-color: #66319d;

    transform: translateY(-3px);
}

.tbx-page .tbx-final-button:hover span {
    color: #ffffff;
}


.tbx-final-footer {
    width: 100%;

    margin-top: 105px;

    padding-top: 25px;

    display: flex;
    justify-content: space-between;

    border-top: 1px solid var(--line-dark);

    color: #76828c;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1000px) {

    .tbx-section {
        padding: 100px 0;
    }


    /* HERO */

    .tbx-hero {
        min-height: 650px;
    }

    .tbx-hero-logo {
        width: min(400px,60%);
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr 1fr;
    }

    .approach-item:nth-child(2) {
        border-right: 0;
    }

    .approach-item:nth-child(1),
    .approach-item:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        gap: 55px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 90px 240px 1fr;
    }

    .tbx-credentials {
        grid-template-columns: repeat(3,1fr);
    }

    .tbx-credentials-label {
        grid-column: 1/-1;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 30% 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding-right: 40px;

        font-size: 15px;
    }

    .works-editorial-content,
    .works-action-content {
        padding-left: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px) {

    .tbx-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tbx-section {
        padding: 80px 0;
    }

    .tbx-heading,
    .tbx-meet-title,
    .tbx-final-main h2 {
        letter-spacing: -3px;
    }


    /* HERO */

    .tbx-hero {
        min-height: 560px;
    }

    .tbx-hero-inner {
        padding: 65px 22px;
    }

    .tbx-hero-logo {
        width: min(350px,80%);
    }

    .tbx-hero-powered::before,
    .tbx-hero-powered::after {
        width: 30px;
    }

    .tbx-hero-network-left,
    .tbx-hero-network-right {
        width: 53%;

        opacity: .6;
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr;
    }

    .approach-item {
        min-height: 240px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 55px 1fr;
    }

    .tbx-trust-name {
        border-left: 1px solid var(--line);
    }

    .tbx-trust-desc {
        grid-column: 2;

        padding-top: 0;

        border-left: 1px solid var(--line);
    }

    .tbx-credentials {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-credential {
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding: 0 0 25px;

        display: block;

        font-size: 15px;

        text-align: left;

        border-bottom: 1px solid var(--line);
    }

    .works-editorial-content,
    .works-action-content {
        padding: 35px 0 0;

        border-left: 0;
    }

    .works-brain-center {
        min-height: 390px;

        padding: 55px 25px;
    }

    .works-brain-logo {
        width: 95%;
    }

    .works-brain-statement {
        font-size: 16px;
    }

    .works-actions {
        grid-template-columns: 1fr;
    }

    .works-action {
        min-height: 150px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .works-action:last-child {
        border-bottom: 0;
    }


    /* DIFFERENCE */

    .tbx-diff-header {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-diff-header-spacer {
        display: none;
    }

    .tbx-diff-header-consumer,
    .tbx-diff-header-brain {
        min-height: 75px;

        padding: 20px;
    }

    .tbx-diff-header-consumer {
        border-left: 0;
    }

    .tbx-diff-row {
        grid-template-columns: 1fr;
    }

    .tbx-diff-category,
    .tbx-diff-consumer,
    .tbx-diff-brain {
        border-left: 0;
    }

    .tbx-diff-category {
        padding-bottom: 10px;
    }

    .tbx-diff-message h3 {
        font-size: clamp(32px,9vw,47px);

        letter-spacing: -2px;
    }

    .tbx-diff-message-line-one {
        white-space: normal;
    }


    /* SECOND BRAIN */

    .tbx-outcome-grid {
        grid-template-columns: 1fr;
    }

    .tbx-outcome {
        min-height: 195px;

        grid-template-columns: 45px 1fr;

        padding: 30px 25px;
    }


    /* FINAL */

    .tbx-final-logo {
        width: 90%;
    }

    .tbx-final-footer {
        flex-direction: column;

        gap: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-832cade *//* =========================================================
   THE BRAIN BY TEKNOVATE
   FULL-BLEED WEBSITE
========================================================= */

.tbx-page {
    --ink: #0b1016;
    --navy: #0b1825;

    --purple: #66319d;
    --purple-dark: #48216f;
    --purple-soft: #9b6bcc;

    --teal: #078486;
    --teal-soft: #31a0a0;

    --paper: #f5f3ef;
    --paper-light: #f8f7f4;
    --soft: #ecefed;

    --white: #ffffff;
    --text: #111820;
    --muted: #69727a;

    --line: rgba(17,24,32,.16);
    --line-dark: rgba(255,255,255,.16);

    font-family: Arial, Helvetica, sans-serif;

    background: var(--paper);
    color: var(--text);

    width: 100vw;
    max-width: 100vw;

    position: relative;
    left: 50%;

    margin-left: -50vw;
    margin-right: -50vw;

    padding: 0;

    overflow-x: clip;
}

.tbx-page * {
    box-sizing: border-box;
}

.tbx-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tbx-page a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   GLOBAL
========================================================= */

.tbx-shell {
    width: 100%;
    max-width: none;

    margin: 0;

    padding-left: clamp(28px,4vw,70px);
    padding-right: clamp(28px,4vw,70px);
}

.tbx-section {
    width: 100%;
    max-width: none;

    position: relative;

    padding: 120px 0;
}


/* =========================================================
   SECTION LABELS
========================================================= */

.tbx-label {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 28px;

    color: var(--purple);

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2.3px;

    text-transform: uppercase;
}

.tbx-label::before {
    content: "";

    width: 32px;
    height: 1px;

    flex: 0 0 32px;

    background: currentColor;
}


/* =========================================================
   LARGE HEADLINES
========================================================= */

.tbx-heading {
    margin: 0;

    font-size: clamp(50px,6.2vw,90px);

    line-height: .94;

    letter-spacing: -4px;

    font-weight: 500;
}


/* =========================================================
   HERO
========================================================= */

.tbx-hero {
    width: 100%;

    min-height: 720px;

    position: relative;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: white;

    background:
        radial-gradient(
            ellipse at center,
            #172432 0%,
            #0d1c2a 42%,
            #07111c 80%
        );

    border-bottom: 1px solid rgba(255,255,255,.1);
}


/* =========================================================
   LEFT TECH NETWORK
========================================================= */

.tbx-hero-network-left {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-left::before {
    content: "";

    position: absolute;

    left: -12%;
    top: 10%;

    width: 115%;
    height: 75%;

    opacity: .8;

    background:
        linear-gradient(
            32deg,
            transparent 0 28%,
            rgba(7,132,134,.52) 28.1% 28.3%,
            transparent 28.4% 100%
        ),

        linear-gradient(
            12deg,
            transparent 0 47%,
            rgba(102,49,157,.43) 47.1% 47.3%,
            transparent 47.4% 100%
        ),

        linear-gradient(
            -28deg,
            transparent 0 60%,
            rgba(7,132,134,.31) 60.1% 60.3%,
            transparent 60.4% 100%
        ),

        linear-gradient(
            48deg,
            transparent 0 72%,
            rgba(102,49,157,.24) 72.1% 72.3%,
            transparent 72.4% 100%
        );
}

.tbx-hero-network-left::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    left: 17%;
    top: 25%;

    border-radius: 50%;

    background: var(--teal-soft);

    box-shadow:
        92px 62px 0 -1px rgba(102,49,157,.9),
        25px 190px 0 -1px rgba(7,132,134,.8),
        150px 265px 0 -2px rgba(102,49,157,.8),
        60px 375px 0 -2px rgba(7,132,134,.75);
}


/* =========================================================
   RIGHT TECH NETWORK
========================================================= */

.tbx-hero-network-right {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-right::before {
    content: "";

    position: absolute;

    right: -12%;
    top: 8%;

    width: 115%;
    height: 78%;

    opacity: .8;

    background:
        linear-gradient(
            -32deg,
            transparent 0 29%,
            rgba(102,49,157,.52) 29.1% 29.3%,
            transparent 29.4% 100%
        ),

        linear-gradient(
            -12deg,
            transparent 0 48%,
            rgba(7,132,134,.43) 48.1% 48.3%,
            transparent 48.4% 100%
        ),

        linear-gradient(
            28deg,
            transparent 0 61%,
            rgba(102,49,157,.31) 61.1% 61.3%,
            transparent 61.4% 100%
        ),

        linear-gradient(
            -48deg,
            transparent 0 73%,
            rgba(7,132,134,.24) 73.1% 73.3%,
            transparent 73.4% 100%
        );
}

.tbx-hero-network-right::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: 18%;
    top: 24%;

    border-radius: 50%;

    background: var(--purple-soft);

    box-shadow:
        -95px 70px 0 -1px rgba(7,132,134,.9),
        -28px 200px 0 -1px rgba(102,49,157,.8),
        -155px 270px 0 -2px rgba(7,132,134,.8),
        -62px 385px 0 -2px rgba(102,49,157,.75);
}


/* =========================================================
   HERO ANGULAR DETAILS
========================================================= */

.tbx-hero-edge-left {
    position: absolute;

    left: -130px;
    bottom: -100px;

    width: 310px;
    height: 310px;

    border-top: 1px solid rgba(7,132,134,.6);
    border-right: 1px solid rgba(7,132,134,.6);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}

.tbx-hero-edge-right {
    position: absolute;

    right: -130px;
    top: -100px;

    width: 310px;
    height: 310px;

    border-bottom: 1px solid rgba(102,49,157,.65);
    border-left: 1px solid rgba(102,49,157,.65);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}


/* =========================================================
   HERO CENTER FADE
========================================================= */

.tbx-hero-center-fade {
    position: absolute;

    width: min(1050px,78vw);
    height: 600px;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    background:
        radial-gradient(
            ellipse at center,
            rgba(11,24,37,1) 0%,
            rgba(11,24,37,.98) 33%,
            rgba(11,24,37,.82) 55%,
            rgba(11,24,37,.2) 78%,
            transparent 90%
        );

    pointer-events: none;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.tbx-hero-inner {
    width: 100%;

    position: relative;

    z-index: 5;

    padding:
        75px
        clamp(28px,5vw,90px)
        75px;

    text-align: center;
}


/* HERO LOGO */

.tbx-hero-logo {
    width: min(420px,48%);

    margin: 0 auto 35px;
}


/* POWERED BY */

.tbx-hero-powered {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-bottom: 48px;

    color: #80909d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-hero-powered::before,
.tbx-hero-powered::after {
    content: "";

    width: 62px;
    height: 1px;
}

.tbx-hero-powered::before {
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(7,132,134,.85)
        );
}

.tbx-hero-powered::after {
    background:
        linear-gradient(
            90deg,
            rgba(102,49,157,.9),
            transparent
        );
}

.tbx-hero-powered strong {
    color: var(--purple-soft);
}


/* EXPLORE THE BRAIN */

.tbx-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.tbx-hero-link span {
    color: var(--teal-soft);

    font-size: 20px;

    transition: transform .25s ease;
}

.tbx-hero-link:hover span {
    transform: translateY(5px);
}


/* =========================================================
   THE APPROACH
========================================================= */

.tbx-approach {
    width: 100%;

    background: var(--soft);
}

.tbx-approach-head {
    padding: 30px 0;

    border-bottom: 1px solid var(--line);

    color: #747c83;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-approach-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.approach-item {
    min-height: 300px;

    padding: 38px 34px;

    position: relative;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);

    background: var(--soft);

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}

.approach-item:last-child {
    border-right: 0;
}

.approach-number {
    position: relative;

    z-index: 2;

    color: #8e959b;

    font-family: Georgia,serif;

    font-size: 22px;
}

.approach-content {
    position: relative;
    z-index: 2;
}

.approach-content h3 {
    margin: 0 0 13px;

    font-size: 29px;

    font-weight: 500;

    letter-spacing: -1px;
}

.approach-content p {
    max-width: 250px;

    margin: 0;

    color: #6c747b;

    font-size: 14px;

    line-height: 1.7;

    transition: color .35s ease;
}

.approach-purple:hover {
    background: var(--purple);
}

.approach-teal:hover {
    background: var(--teal);
}

.approach-navy:hover {
    background: var(--navy);
}

.approach-deep-purple:hover {
    background: var(--purple-dark);
}

.approach-item:hover {
    color: white;

    transform: translateY(-4px);
}

.approach-item:hover .approach-content p {
    color: rgba(255,255,255,.74);
}

.approach-item:hover .approach-number {
    position: absolute;

    right: 10px;
    top: -18px;

    color: rgba(255,255,255,.09);

    font-size: 160px;

    line-height: 1;
}


/* =========================================================
   MEET THE BRAIN
========================================================= */

.tbx-meet {
    background: var(--paper);
}

.tbx-meet-title {
    max-width: 1080px;

    margin: 0;

    font-size: clamp(60px,8vw,118px);

    line-height: .86;

    letter-spacing: -6px;

    font-weight: 500;
}

.tbx-meet-title span {
    display: block;

    margin-top: 40px;

    color: var(--purple);
}

.tbx-meet-copy-grid {
    width: 100%;

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 100px;

    margin-top: 90px;

    padding-top: 42px;

    border-top: 1px solid var(--line);
}

.tbx-meet-lead {
    max-width: 520px;

    margin: 0;

    font-size: 26px;

    line-height: 1.45;

    letter-spacing: -.5px;
}

.tbx-meet-copy {
    max-width: 650px;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}

.tbx-meet-copy p {
    margin: 0 0 22px;
}


/* =========================================================
   BUILT FOR BUSINESS
========================================================= */

.tbx-business {
    background: #e8ebea;
}

.tbx-business-top {
    margin-bottom: 85px;
}

.tbx-business-heading {
    max-width: 1100px;
}

.tbx-business-heading h2 {
    max-width: 950px;
}


/* =========================================================
   TRUST LEDGER
========================================================= */

.tbx-trust-ledger {
    width: 100%;

    border-top: 1px solid var(--line);
}

.tbx-trust-row {
    width: 100%;

    display: grid;

    grid-template-columns: 120px 300px 1fr;

    min-height: 155px;

    border-bottom: 1px solid var(--line);

    transition:
        background .25s ease,
        padding .25s ease;
}

.tbx-trust-row:hover {
    padding-left: 16px;
    padding-right: 16px;

    background: rgba(255,255,255,.48);
}

.tbx-trust-num,
.tbx-trust-name,
.tbx-trust-desc {
    padding: 38px 28px;

    display: flex;

    align-items: flex-start;
}

.tbx-trust-num {
    padding-left: 0;

    color: #92999f;

    font-family: Georgia,serif;

    font-size: 22px;
}

.tbx-trust-name {
    border-left: 1px solid var(--line);

    font-size: 31px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-trust-desc {
    border-left: 1px solid var(--line);

    color: var(--muted);

    font-size: 15px;

    line-height: 1.75;
}

.tbx-trust-row:nth-child(1) .tbx-trust-name,
.tbx-trust-row:nth-child(4) .tbx-trust-name {
    color: var(--purple);
}

.tbx-trust-row:nth-child(2) .tbx-trust-name,
.tbx-trust-row:nth-child(3) .tbx-trust-name {
    color: var(--teal);
}


/* =========================================================
   SECURITY STRIP
========================================================= */

.tbx-credentials {
    width: 100%;

    margin-top: 70px;

    display: grid;

    grid-template-columns: 240px repeat(6,1fr);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.tbx-credentials-label,
.tbx-credential {
    min-height: 90px;

    display: flex;
    align-items: center;

    padding: 18px;

    border-right: 1px solid var(--line);
}

.tbx-credentials-label {
    padding-left: 0;

    color: #777f86;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.tbx-credential {
    justify-content: center;

    text-align: center;

    font-size: 10px;
    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.tbx-credential:nth-child(even) {
    color: var(--purple);
}

.tbx-credential:nth-child(odd) {
    color: var(--teal);
}

.tbx-credential:last-child {
    border-right: 0;
}


/* =========================================================
   HOW THE BRAIN WORKS
========================================================= */

.brain-works-section {
    background: #f7f6f2;
}

.brain-works-header {
    max-width: 1100px;

    margin-bottom: 90px;
}

.brain-works-header .tbx-heading {
    max-width: 1000px;
}

.brain-works-intro {
    max-width: 670px;

    margin: 32px 0 0;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   YOUR KNOWLEDGE
========================================================= */

.works-editorial-stage {
    width: 100%;

    padding: 60px 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-top: 1px solid var(--line);
}


/* YOUR KNOWLEDGE LABEL - BIGGER */

.works-editorial-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-editorial-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-editorial-content h3 {
    max-width: 890px;

    margin: 0;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-editorial-content p {
    max-width: 600px;

    margin: 25px 0 0;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.8;
}


/* KNOWLEDGE TAGS */

.works-knowledge-words {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 42px;
}

.works-knowledge-word {
    padding: 13px 18px;

    border: 1px solid var(--line);

    color: #515a62;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.1px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.works-knowledge-word:hover {
    background: var(--teal);

    border-color: var(--teal);

    color: white;
}


/* =========================================================
   BRAIN CENTER
========================================================= */

.works-brain-center {
    width: 100%;

    min-height: 470px;

    position: relative;

    padding: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: var(--ink);

    color: white;
}

.works-brain-center::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 34%;
    height: 4px;

    background: var(--teal);
}

.works-brain-center::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 34%;
    height: 4px;

    background: var(--purple);
}

.works-brain-overline {
    margin-bottom: 48px;

    color: #78858f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.works-brain-logo {
    width: min(600px,78%);

    margin: 0 auto;
}

.works-brain-statement {
    max-width: 760px;

    margin: 48px auto 0;

    color: #a1abb4;

    font-size: 19px;

    line-height: 1.6;
}

.works-powered {
    margin-top: 28px;

    color: #7e8993;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.works-powered strong {
    margin-left: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   PUT IT TO WORK
========================================================= */

.works-action-stage {
    width: 100%;

    padding: 60px 0 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-bottom: 1px solid var(--line);
}


/* PUT IT TO WORK LABEL - BIGGER */

.works-action-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-action-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-action-content h3 {
    max-width: 880px;

    margin: 0 0 50px;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-actions {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid var(--line);
}

.works-action {
    min-height: 190px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);
}

.works-action:last-child {
    border-right: 0;
}

.works-action-marker {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--purple);
}

.works-action h4 {
    margin: 50px 0 8px;

    font-size: clamp(29px,3vw,43px);

    letter-spacing: -1.5px;

    font-weight: 500;
}

.works-action p {
    max-width: 270px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.7;
}

.works-bottom-statement {
    max-width: 860px;

    margin: 55px auto 0;

    text-align: center;

    color: #707980;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.works-bottom-statement strong {
    color: var(--purple);
}


/* =========================================================
   THE DIFFERENCE
========================================================= */

.tbx-difference {
    background: var(--navy);

    color: white;
}

.tbx-difference .tbx-label {
    color: var(--purple-soft);
}

.tbx-diff-title {
    max-width: 1050px;

    margin-bottom: 90px;
}

.tbx-diff-title span {
    color: var(--purple-soft);
}


/* =========================================================
   DIFFERENCE HEADERS
========================================================= */

.tbx-diff-header {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-header-spacer {
    min-height: 85px;
}

.tbx-diff-header-consumer,
.tbx-diff-header-brain {
    min-height: 85px;

    padding: 25px 34px;

    display: flex;
    align-items: center;

    border-left: 1px solid var(--line-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-diff-header-consumer {
    color: #84909b;
}

.tbx-diff-header-brain {
    position: relative;

    color: var(--purple-soft);
}

.tbx-diff-header-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 20px;
    bottom: 20px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE ROWS
========================================================= */

.tbx-diff-grid {
    width: 100%;
}

.tbx-diff-row {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    min-height: 120px;

    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-category,
.tbx-diff-consumer,
.tbx-diff-brain {
    padding: 30px 34px;

    display: flex;
    align-items: center;
}

.tbx-diff-category {
    padding-left: 0;

    color: #75828d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.tbx-diff-consumer {
    border-left: 1px solid var(--line-dark);

    color: #8f9aa4;

    font-size: 22px;
}

.tbx-diff-brain {
    position: relative;

    border-left: 1px solid var(--line-dark);

    color: white;

    font-size: 22px;
}

.tbx-diff-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE CLOSING
========================================================= */

.tbx-diff-message {
    width: 100%;

    max-width: 1150px;

    margin: 90px auto 0;

    text-align: center;
}

.tbx-diff-message h3 {
    margin: 0;

    color: white;

    font-size: clamp(36px,4vw,58px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 500;
}

.tbx-diff-message-line-one,
.tbx-diff-message-line-two {
    display: block;
}

.tbx-diff-message-line-one {
    white-space: nowrap;
}

.tbx-diff-message-line-two {
    margin-top: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   THINK BIGGER
========================================================= */

.tbx-second {
    background: var(--paper);
}

.tbx-second-head {
    max-width: 1100px;

    margin-bottom: 90px;
}

.tbx-second-title span {
    color: var(--purple);
}

.tbx-outcome-grid {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.tbx-outcome {
    min-height: 230px;

    padding: 40px;

    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 22px;

    transition: background .3s ease;
}

.tbx-outcome-num {
    color: #999fa4;

    font-family: Georgia,serif;

    font-size: 21px;
}

.tbx-outcome h3 {
    margin: 0 0 15px;

    font-size: 32px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-outcome p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.7;
}

.tbx-outcome:nth-child(2) h3,
.tbx-outcome:nth-child(5) h3 {
    color: var(--purple);
}

.tbx-outcome:nth-child(3) h3,
.tbx-outcome:nth-child(6) h3 {
    color: var(--teal);
}

.tbx-outcome:hover {
    background: #eeece8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.tbx-final {
    background: var(--ink);

    color: white;
}

.tbx-final-main {
    max-width: 1100px;
}

.tbx-final-logo {
    width: min(430px,70%);

    margin-bottom: 70px;
}

.tbx-final-main h2 {
    max-width: 1050px;

    margin: 0;

    font-size: clamp(58px,7.5vw,110px);

    line-height: .89;

    letter-spacing: -5px;

    font-weight: 500;
}

.tbx-final-main h2 span {
    display: block;

    margin-top: 35px;

    color: var(--purple-soft);
}

.tbx-final-main p {
    max-width: 680px;

    margin: 42px 0;

    color: #96a1aa;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   TALK TO TEKNOVATE BUTTON
========================================================= */

.tbx-page .tbx-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    min-height: 58px;

    padding: 0 32px;

    background: #ffffff;

    color: #0b1016;

    border: 1px solid #ffffff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.tbx-page .tbx-final-button span {
    color: inherit;
}


/* HOVER = PURPLE + WHITE */

.tbx-page .tbx-final-button:hover {
    background: #66319d;

    color: #ffffff;

    border-color: #66319d;

    transform: translateY(-3px);
}

.tbx-page .tbx-final-button:hover span {
    color: #ffffff;
}


.tbx-final-footer {
    width: 100%;

    margin-top: 105px;

    padding-top: 25px;

    display: flex;
    justify-content: space-between;

    border-top: 1px solid var(--line-dark);

    color: #76828c;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1000px) {

    .tbx-section {
        padding: 100px 0;
    }


    /* HERO */

    .tbx-hero {
        min-height: 650px;
    }

    .tbx-hero-logo {
        width: min(400px,60%);
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr 1fr;
    }

    .approach-item:nth-child(2) {
        border-right: 0;
    }

    .approach-item:nth-child(1),
    .approach-item:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        gap: 55px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 90px 240px 1fr;
    }

    .tbx-credentials {
        grid-template-columns: repeat(3,1fr);
    }

    .tbx-credentials-label {
        grid-column: 1/-1;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 30% 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding-right: 40px;

        font-size: 15px;
    }

    .works-editorial-content,
    .works-action-content {
        padding-left: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px) {

    .tbx-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tbx-section {
        padding: 80px 0;
    }

    .tbx-heading,
    .tbx-meet-title,
    .tbx-final-main h2 {
        letter-spacing: -3px;
    }


    /* HERO */

    .tbx-hero {
        min-height: 560px;
    }

    .tbx-hero-inner {
        padding: 65px 22px;
    }

    .tbx-hero-logo {
        width: min(350px,80%);
    }

    .tbx-hero-powered::before,
    .tbx-hero-powered::after {
        width: 30px;
    }

    .tbx-hero-network-left,
    .tbx-hero-network-right {
        width: 53%;

        opacity: .6;
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr;
    }

    .approach-item {
        min-height: 240px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 55px 1fr;
    }

    .tbx-trust-name {
        border-left: 1px solid var(--line);
    }

    .tbx-trust-desc {
        grid-column: 2;

        padding-top: 0;

        border-left: 1px solid var(--line);
    }

    .tbx-credentials {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-credential {
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding: 0 0 25px;

        display: block;

        font-size: 15px;

        text-align: left;

        border-bottom: 1px solid var(--line);
    }

    .works-editorial-content,
    .works-action-content {
        padding: 35px 0 0;

        border-left: 0;
    }

    .works-brain-center {
        min-height: 390px;

        padding: 55px 25px;
    }

    .works-brain-logo {
        width: 95%;
    }

    .works-brain-statement {
        font-size: 16px;
    }

    .works-actions {
        grid-template-columns: 1fr;
    }

    .works-action {
        min-height: 150px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .works-action:last-child {
        border-bottom: 0;
    }


    /* DIFFERENCE */

    .tbx-diff-header {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-diff-header-spacer {
        display: none;
    }

    .tbx-diff-header-consumer,
    .tbx-diff-header-brain {
        min-height: 75px;

        padding: 20px;
    }

    .tbx-diff-header-consumer {
        border-left: 0;
    }

    .tbx-diff-row {
        grid-template-columns: 1fr;
    }

    .tbx-diff-category,
    .tbx-diff-consumer,
    .tbx-diff-brain {
        border-left: 0;
    }

    .tbx-diff-category {
        padding-bottom: 10px;
    }

    .tbx-diff-message h3 {
        font-size: clamp(32px,9vw,47px);

        letter-spacing: -2px;
    }

    .tbx-diff-message-line-one {
        white-space: normal;
    }


    /* SECOND BRAIN */

    .tbx-outcome-grid {
        grid-template-columns: 1fr;
    }

    .tbx-outcome {
        min-height: 195px;

        grid-template-columns: 45px 1fr;

        padding: 30px 25px;
    }


    /* FINAL */

    .tbx-final-logo {
        width: 90%;
    }

    .tbx-final-footer {
        flex-direction: column;

        gap: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0db0eec *//* =========================================================
   THE BRAIN BY TEKNOVATE
   FULL-BLEED WEBSITE
========================================================= */

.tbx-page {
    --ink: #0b1016;
    --navy: #0b1825;

    --purple: #66319d;
    --purple-dark: #48216f;
    --purple-soft: #9b6bcc;

    --teal: #078486;
    --teal-soft: #31a0a0;

    --paper: #f5f3ef;
    --paper-light: #f8f7f4;
    --soft: #ecefed;

    --white: #ffffff;
    --text: #111820;
    --muted: #69727a;

    --line: rgba(17,24,32,.16);
    --line-dark: rgba(255,255,255,.16);

    font-family: Arial, Helvetica, sans-serif;

    background: var(--paper);
    color: var(--text);

    width: 100vw;
    max-width: 100vw;

    position: relative;
    left: 50%;

    margin-left: -50vw;
    margin-right: -50vw;

    padding: 0;

    overflow-x: clip;
}

.tbx-page * {
    box-sizing: border-box;
}

.tbx-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tbx-page a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   GLOBAL
========================================================= */

.tbx-shell {
    width: 100%;
    max-width: none;

    margin: 0;

    padding-left: clamp(28px,4vw,70px);
    padding-right: clamp(28px,4vw,70px);
}

.tbx-section {
    width: 100%;
    max-width: none;

    position: relative;

    padding: 120px 0;
}


/* =========================================================
   SECTION LABELS
========================================================= */

.tbx-label {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 28px;

    color: var(--purple);

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2.3px;

    text-transform: uppercase;
}

.tbx-label::before {
    content: "";

    width: 32px;
    height: 1px;

    flex: 0 0 32px;

    background: currentColor;
}


/* =========================================================
   LARGE HEADLINES
========================================================= */

.tbx-heading {
    margin: 0;

    font-size: clamp(50px,6.2vw,90px);

    line-height: .94;

    letter-spacing: -4px;

    font-weight: 500;
}


/* =========================================================
   HERO
========================================================= */

.tbx-hero {
    width: 100%;

    min-height: 720px;

    position: relative;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: white;

    background:
        radial-gradient(
            ellipse at center,
            #172432 0%,
            #0d1c2a 42%,
            #07111c 80%
        );

    border-bottom: 1px solid rgba(255,255,255,.1);
}


/* =========================================================
   LEFT TECH NETWORK
========================================================= */

.tbx-hero-network-left {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-left::before {
    content: "";

    position: absolute;

    left: -12%;
    top: 10%;

    width: 115%;
    height: 75%;

    opacity: .8;

    background:
        linear-gradient(
            32deg,
            transparent 0 28%,
            rgba(7,132,134,.52) 28.1% 28.3%,
            transparent 28.4% 100%
        ),

        linear-gradient(
            12deg,
            transparent 0 47%,
            rgba(102,49,157,.43) 47.1% 47.3%,
            transparent 47.4% 100%
        ),

        linear-gradient(
            -28deg,
            transparent 0 60%,
            rgba(7,132,134,.31) 60.1% 60.3%,
            transparent 60.4% 100%
        ),

        linear-gradient(
            48deg,
            transparent 0 72%,
            rgba(102,49,157,.24) 72.1% 72.3%,
            transparent 72.4% 100%
        );
}

.tbx-hero-network-left::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    left: 17%;
    top: 25%;

    border-radius: 50%;

    background: var(--teal-soft);

    box-shadow:
        92px 62px 0 -1px rgba(102,49,157,.9),
        25px 190px 0 -1px rgba(7,132,134,.8),
        150px 265px 0 -2px rgba(102,49,157,.8),
        60px 375px 0 -2px rgba(7,132,134,.75);
}


/* =========================================================
   RIGHT TECH NETWORK
========================================================= */

.tbx-hero-network-right {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 40%;

    pointer-events: none;
}

.tbx-hero-network-right::before {
    content: "";

    position: absolute;

    right: -12%;
    top: 8%;

    width: 115%;
    height: 78%;

    opacity: .8;

    background:
        linear-gradient(
            -32deg,
            transparent 0 29%,
            rgba(102,49,157,.52) 29.1% 29.3%,
            transparent 29.4% 100%
        ),

        linear-gradient(
            -12deg,
            transparent 0 48%,
            rgba(7,132,134,.43) 48.1% 48.3%,
            transparent 48.4% 100%
        ),

        linear-gradient(
            28deg,
            transparent 0 61%,
            rgba(102,49,157,.31) 61.1% 61.3%,
            transparent 61.4% 100%
        ),

        linear-gradient(
            -48deg,
            transparent 0 73%,
            rgba(7,132,134,.24) 73.1% 73.3%,
            transparent 73.4% 100%
        );
}

.tbx-hero-network-right::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: 18%;
    top: 24%;

    border-radius: 50%;

    background: var(--purple-soft);

    box-shadow:
        -95px 70px 0 -1px rgba(7,132,134,.9),
        -28px 200px 0 -1px rgba(102,49,157,.8),
        -155px 270px 0 -2px rgba(7,132,134,.8),
        -62px 385px 0 -2px rgba(102,49,157,.75);
}


/* =========================================================
   HERO ANGULAR DETAILS
========================================================= */

.tbx-hero-edge-left {
    position: absolute;

    left: -130px;
    bottom: -100px;

    width: 310px;
    height: 310px;

    border-top: 1px solid rgba(7,132,134,.6);
    border-right: 1px solid rgba(7,132,134,.6);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}

.tbx-hero-edge-right {
    position: absolute;

    right: -130px;
    top: -100px;

    width: 310px;
    height: 310px;

    border-bottom: 1px solid rgba(102,49,157,.65);
    border-left: 1px solid rgba(102,49,157,.65);

    transform: rotate(30deg);

    opacity: .55;

    pointer-events: none;
}


/* =========================================================
   HERO CENTER FADE
========================================================= */

.tbx-hero-center-fade {
    position: absolute;

    width: min(1050px,78vw);
    height: 600px;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    background:
        radial-gradient(
            ellipse at center,
            rgba(11,24,37,1) 0%,
            rgba(11,24,37,.98) 33%,
            rgba(11,24,37,.82) 55%,
            rgba(11,24,37,.2) 78%,
            transparent 90%
        );

    pointer-events: none;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.tbx-hero-inner {
    width: 100%;

    position: relative;

    z-index: 5;

    padding:
        75px
        clamp(28px,5vw,90px)
        75px;

    text-align: center;
}


/* HERO LOGO */

.tbx-hero-logo {
    width: min(420px,48%);

    margin: 0 auto 35px;
}


/* POWERED BY */

.tbx-hero-powered {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-bottom: 48px;

    color: #80909d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-hero-powered::before,
.tbx-hero-powered::after {
    content: "";

    width: 62px;
    height: 1px;
}

.tbx-hero-powered::before {
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(7,132,134,.85)
        );
}

.tbx-hero-powered::after {
    background:
        linear-gradient(
            90deg,
            rgba(102,49,157,.9),
            transparent
        );
}

.tbx-hero-powered strong {
    color: var(--purple-soft);
}


/* EXPLORE THE BRAIN */

.tbx-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.tbx-hero-link span {
    color: var(--teal-soft);

    font-size: 20px;

    transition: transform .25s ease;
}

.tbx-hero-link:hover span {
    transform: translateY(5px);
}


/* =========================================================
   THE APPROACH
========================================================= */

.tbx-approach {
    width: 100%;

    background: var(--soft);
}

.tbx-approach-head {
    padding: 30px 0;

    border-bottom: 1px solid var(--line);

    color: #747c83;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-approach-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.approach-item {
    min-height: 300px;

    padding: 38px 34px;

    position: relative;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);

    background: var(--soft);

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}

.approach-item:last-child {
    border-right: 0;
}

.approach-number {
    position: relative;

    z-index: 2;

    color: #8e959b;

    font-family: Georgia,serif;

    font-size: 22px;
}

.approach-content {
    position: relative;
    z-index: 2;
}

.approach-content h3 {
    margin: 0 0 13px;

    font-size: 29px;

    font-weight: 500;

    letter-spacing: -1px;
}

.approach-content p {
    max-width: 250px;

    margin: 0;

    color: #6c747b;

    font-size: 14px;

    line-height: 1.7;

    transition: color .35s ease;
}

.approach-purple:hover {
    background: var(--purple);
}

.approach-teal:hover {
    background: var(--teal);
}

.approach-navy:hover {
    background: var(--navy);
}

.approach-deep-purple:hover {
    background: var(--purple-dark);
}

.approach-item:hover {
    color: white;

    transform: translateY(-4px);
}

.approach-item:hover .approach-content p {
    color: rgba(255,255,255,.74);
}

.approach-item:hover .approach-number {
    position: absolute;

    right: 10px;
    top: -18px;

    color: rgba(255,255,255,.09);

    font-size: 160px;

    line-height: 1;
}


/* =========================================================
   MEET THE BRAIN
========================================================= */

.tbx-meet {
    background: var(--paper);
}

.tbx-meet-title {
    max-width: 1080px;

    margin: 0;

    font-size: clamp(60px,8vw,118px);

    line-height: .86;

    letter-spacing: -6px;

    font-weight: 500;
}

.tbx-meet-title span {
    display: block;

    margin-top: 40px;

    color: var(--purple);
}

.tbx-meet-copy-grid {
    width: 100%;

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 100px;

    margin-top: 90px;

    padding-top: 42px;

    border-top: 1px solid var(--line);
}

.tbx-meet-lead {
    max-width: 520px;

    margin: 0;

    font-size: 26px;

    line-height: 1.45;

    letter-spacing: -.5px;
}

.tbx-meet-copy {
    max-width: 650px;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}

.tbx-meet-copy p {
    margin: 0 0 22px;
}


/* =========================================================
   BUILT FOR BUSINESS
========================================================= */

.tbx-business {
    background: #e8ebea;
}

.tbx-business-top {
    margin-bottom: 85px;
}

.tbx-business-heading {
    max-width: 1100px;
}

.tbx-business-heading h2 {
    max-width: 950px;
}


/* =========================================================
   TRUST LEDGER
========================================================= */

.tbx-trust-ledger {
    width: 100%;

    border-top: 1px solid var(--line);
}

.tbx-trust-row {
    width: 100%;

    display: grid;

    grid-template-columns: 120px 300px 1fr;

    min-height: 155px;

    border-bottom: 1px solid var(--line);

    transition:
        background .25s ease,
        padding .25s ease;
}

.tbx-trust-row:hover {
    padding-left: 16px;
    padding-right: 16px;

    background: rgba(255,255,255,.48);
}

.tbx-trust-num,
.tbx-trust-name,
.tbx-trust-desc {
    padding: 38px 28px;

    display: flex;

    align-items: flex-start;
}

.tbx-trust-num {
    padding-left: 0;

    color: #92999f;

    font-family: Georgia,serif;

    font-size: 22px;
}

.tbx-trust-name {
    border-left: 1px solid var(--line);

    font-size: 31px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-trust-desc {
    border-left: 1px solid var(--line);

    color: var(--muted);

    font-size: 15px;

    line-height: 1.75;
}

.tbx-trust-row:nth-child(1) .tbx-trust-name,
.tbx-trust-row:nth-child(4) .tbx-trust-name {
    color: var(--purple);
}

.tbx-trust-row:nth-child(2) .tbx-trust-name,
.tbx-trust-row:nth-child(3) .tbx-trust-name {
    color: var(--teal);
}


/* =========================================================
   SECURITY STRIP
========================================================= */

.tbx-credentials {
    width: 100%;

    margin-top: 70px;

    display: grid;

    grid-template-columns: 240px repeat(6,1fr);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.tbx-credentials-label,
.tbx-credential {
    min-height: 90px;

    display: flex;
    align-items: center;

    padding: 18px;

    border-right: 1px solid var(--line);
}

.tbx-credentials-label {
    padding-left: 0;

    color: #777f86;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.tbx-credential {
    justify-content: center;

    text-align: center;

    font-size: 10px;
    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.tbx-credential:nth-child(even) {
    color: var(--purple);
}

.tbx-credential:nth-child(odd) {
    color: var(--teal);
}

.tbx-credential:last-child {
    border-right: 0;
}


/* =========================================================
   HOW THE BRAIN WORKS
========================================================= */

.brain-works-section {
    background: #f7f6f2;
}

.brain-works-header {
    max-width: 1100px;

    margin-bottom: 90px;
}

.brain-works-header .tbx-heading {
    max-width: 1000px;
}

.brain-works-intro {
    max-width: 670px;

    margin: 32px 0 0;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   YOUR KNOWLEDGE
========================================================= */

.works-editorial-stage {
    width: 100%;

    padding: 60px 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-top: 1px solid var(--line);
}


/* YOUR KNOWLEDGE LABEL - BIGGER */

.works-editorial-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-editorial-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-editorial-content h3 {
    max-width: 890px;

    margin: 0;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-editorial-content p {
    max-width: 600px;

    margin: 25px 0 0;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.8;
}


/* KNOWLEDGE TAGS */

.works-knowledge-words {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 42px;
}

.works-knowledge-word {
    padding: 13px 18px;

    border: 1px solid var(--line);

    color: #515a62;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.1px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.works-knowledge-word:hover {
    background: var(--teal);

    border-color: var(--teal);

    color: white;
}


/* =========================================================
   BRAIN CENTER
========================================================= */

.works-brain-center {
    width: 100%;

    min-height: 470px;

    position: relative;

    padding: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: var(--ink);

    color: white;
}

.works-brain-center::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 34%;
    height: 4px;

    background: var(--teal);
}

.works-brain-center::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 34%;
    height: 4px;

    background: var(--purple);
}

.works-brain-overline {
    margin-bottom: 48px;

    color: #78858f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.works-brain-logo {
    width: min(600px,78%);

    margin: 0 auto;
}

.works-brain-statement {
    max-width: 760px;

    margin: 48px auto 0;

    color: #a1abb4;

    font-size: 19px;

    line-height: 1.6;
}

.works-powered {
    margin-top: 28px;

    color: #7e8993;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.works-powered strong {
    margin-left: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   PUT IT TO WORK
========================================================= */

.works-action-stage {
    width: 100%;

    padding: 60px 0 0;

    display: grid;

    grid-template-columns: minmax(280px,32%) 1fr;

    border-bottom: 1px solid var(--line);
}


/* PUT IT TO WORK LABEL - BIGGER */

.works-action-label {
    padding-right: 65px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #6d757c;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.3;

    text-align: right;

    text-transform: uppercase;
}

.works-action-content {
    padding-left: 55px;

    border-left: 1px solid var(--line);
}

.works-action-content h3 {
    max-width: 880px;

    margin: 0 0 50px;

    font-size: clamp(36px,4.7vw,68px);

    line-height: .96;

    letter-spacing: -3px;

    font-weight: 500;
}

.works-actions {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid var(--line);
}

.works-action {
    min-height: 190px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid var(--line);
}

.works-action:last-child {
    border-right: 0;
}

.works-action-marker {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--purple);
}

.works-action h4 {
    margin: 50px 0 8px;

    font-size: clamp(29px,3vw,43px);

    letter-spacing: -1.5px;

    font-weight: 500;
}

.works-action p {
    max-width: 270px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.7;
}

.works-bottom-statement {
    max-width: 860px;

    margin: 55px auto 0;

    text-align: center;

    color: #707980;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.works-bottom-statement strong {
    color: var(--purple);
}


/* =========================================================
   THE DIFFERENCE
========================================================= */

.tbx-difference {
    background: var(--navy);

    color: white;
}

.tbx-difference .tbx-label {
    color: var(--purple-soft);
}

.tbx-diff-title {
    max-width: 1050px;

    margin-bottom: 90px;
}

.tbx-diff-title span {
    color: var(--purple-soft);
}


/* =========================================================
   DIFFERENCE HEADERS
========================================================= */

.tbx-diff-header {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-header-spacer {
    min-height: 85px;
}

.tbx-diff-header-consumer,
.tbx-diff-header-brain {
    min-height: 85px;

    padding: 25px 34px;

    display: flex;
    align-items: center;

    border-left: 1px solid var(--line-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.tbx-diff-header-consumer {
    color: #84909b;
}

.tbx-diff-header-brain {
    position: relative;

    color: var(--purple-soft);
}

.tbx-diff-header-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 20px;
    bottom: 20px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE ROWS
========================================================= */

.tbx-diff-grid {
    width: 100%;
}

.tbx-diff-row {
    width: 100%;

    display: grid;

    grid-template-columns: 200px 1fr 1fr;

    min-height: 120px;

    border-bottom: 1px solid var(--line-dark);
}

.tbx-diff-category,
.tbx-diff-consumer,
.tbx-diff-brain {
    padding: 30px 34px;

    display: flex;
    align-items: center;
}

.tbx-diff-category {
    padding-left: 0;

    color: #75828d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.tbx-diff-consumer {
    border-left: 1px solid var(--line-dark);

    color: #8f9aa4;

    font-size: 22px;
}

.tbx-diff-brain {
    position: relative;

    border-left: 1px solid var(--line-dark);

    color: white;

    font-size: 22px;
}

.tbx-diff-brain::before {
    content: "";

    position: absolute;

    left: 0;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background: var(--purple);
}


/* =========================================================
   DIFFERENCE CLOSING
========================================================= */

.tbx-diff-message {
    width: 100%;

    max-width: 1150px;

    margin: 90px auto 0;

    text-align: center;
}

.tbx-diff-message h3 {
    margin: 0;

    color: white;

    font-size: clamp(36px,4vw,58px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 500;
}

.tbx-diff-message-line-one,
.tbx-diff-message-line-two {
    display: block;
}

.tbx-diff-message-line-one {
    white-space: nowrap;
}

.tbx-diff-message-line-two {
    margin-top: 7px;

    color: var(--purple-soft);
}


/* =========================================================
   THINK BIGGER
========================================================= */

.tbx-second {
    background: var(--paper);
}

.tbx-second-head {
    max-width: 1100px;

    margin-bottom: 90px;
}

.tbx-second-title span {
    color: var(--purple);
}

.tbx-outcome-grid {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.tbx-outcome {
    min-height: 230px;

    padding: 40px;

    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 22px;

    transition: background .3s ease;
}

.tbx-outcome-num {
    color: #999fa4;

    font-family: Georgia,serif;

    font-size: 21px;
}

.tbx-outcome h3 {
    margin: 0 0 15px;

    font-size: 32px;

    letter-spacing: -1px;

    font-weight: 500;
}

.tbx-outcome p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.7;
}

.tbx-outcome:nth-child(2) h3,
.tbx-outcome:nth-child(5) h3 {
    color: var(--purple);
}

.tbx-outcome:nth-child(3) h3,
.tbx-outcome:nth-child(6) h3 {
    color: var(--teal);
}

.tbx-outcome:hover {
    background: #eeece8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.tbx-final {
    background: var(--ink);

    color: white;
}

.tbx-final-main {
    max-width: 1100px;
}

.tbx-final-logo {
    width: min(430px,70%);

    margin-bottom: 70px;
}

.tbx-final-main h2 {
    max-width: 1050px;

    margin: 0;

    font-size: clamp(58px,7.5vw,110px);

    line-height: .89;

    letter-spacing: -5px;

    font-weight: 500;
}

.tbx-final-main h2 span {
    display: block;

    margin-top: 35px;

    color: var(--purple-soft);
}

.tbx-final-main p {
    max-width: 680px;

    margin: 42px 0;

    color: #96a1aa;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   TALK TO TEKNOVATE BUTTON
========================================================= */

.tbx-page .tbx-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    min-height: 58px;

    padding: 0 32px;

    background: #ffffff;

    color: #0b1016;

    border: 1px solid #ffffff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.tbx-page .tbx-final-button span {
    color: inherit;
}


/* HOVER = PURPLE + WHITE */

.tbx-page .tbx-final-button:hover {
    background: #66319d;

    color: #ffffff;

    border-color: #66319d;

    transform: translateY(-3px);
}

.tbx-page .tbx-final-button:hover span {
    color: #ffffff;
}


.tbx-final-footer {
    width: 100%;

    margin-top: 105px;

    padding-top: 25px;

    display: flex;
    justify-content: space-between;

    border-top: 1px solid var(--line-dark);

    color: #76828c;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1000px) {

    .tbx-section {
        padding: 100px 0;
    }


    /* HERO */

    .tbx-hero {
        min-height: 650px;
    }

    .tbx-hero-logo {
        width: min(400px,60%);
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr 1fr;
    }

    .approach-item:nth-child(2) {
        border-right: 0;
    }

    .approach-item:nth-child(1),
    .approach-item:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        gap: 55px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 90px 240px 1fr;
    }

    .tbx-credentials {
        grid-template-columns: repeat(3,1fr);
    }

    .tbx-credentials-label {
        grid-column: 1/-1;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 30% 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding-right: 40px;

        font-size: 15px;
    }

    .works-editorial-content,
    .works-action-content {
        padding-left: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px) {

    .tbx-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tbx-section {
        padding: 80px 0;
    }

    .tbx-heading,
    .tbx-meet-title,
    .tbx-final-main h2 {
        letter-spacing: -3px;
    }


    /* HERO */

    .tbx-hero {
        min-height: 560px;
    }

    .tbx-hero-inner {
        padding: 65px 22px;
    }

    .tbx-hero-logo {
        width: min(350px,80%);
    }

    .tbx-hero-powered::before,
    .tbx-hero-powered::after {
        width: 30px;
    }

    .tbx-hero-network-left,
    .tbx-hero-network-right {
        width: 53%;

        opacity: .6;
    }


    /* APPROACH */

    .tbx-approach-grid {
        grid-template-columns: 1fr;
    }

    .approach-item {
        min-height: 240px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }


    /* MEET */

    .tbx-meet-copy-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* BUSINESS */

    .tbx-trust-row {
        grid-template-columns: 55px 1fr;
    }

    .tbx-trust-name {
        border-left: 1px solid var(--line);
    }

    .tbx-trust-desc {
        grid-column: 2;

        padding-top: 0;

        border-left: 1px solid var(--line);
    }

    .tbx-credentials {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-credential {
        border-bottom: 1px solid var(--line);
    }


    /* HOW THE BRAIN WORKS */

    .works-editorial-stage,
    .works-action-stage {
        grid-template-columns: 1fr;
    }

    .works-editorial-label,
    .works-action-label {
        padding: 0 0 25px;

        display: block;

        font-size: 15px;

        text-align: left;

        border-bottom: 1px solid var(--line);
    }

    .works-editorial-content,
    .works-action-content {
        padding: 35px 0 0;

        border-left: 0;
    }

    .works-brain-center {
        min-height: 390px;

        padding: 55px 25px;
    }

    .works-brain-logo {
        width: 95%;
    }

    .works-brain-statement {
        font-size: 16px;
    }

    .works-actions {
        grid-template-columns: 1fr;
    }

    .works-action {
        min-height: 150px;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .works-action:last-child {
        border-bottom: 0;
    }


    /* DIFFERENCE */

    .tbx-diff-header {
        grid-template-columns: 1fr 1fr;
    }

    .tbx-diff-header-spacer {
        display: none;
    }

    .tbx-diff-header-consumer,
    .tbx-diff-header-brain {
        min-height: 75px;

        padding: 20px;
    }

    .tbx-diff-header-consumer {
        border-left: 0;
    }

    .tbx-diff-row {
        grid-template-columns: 1fr;
    }

    .tbx-diff-category,
    .tbx-diff-consumer,
    .tbx-diff-brain {
        border-left: 0;
    }

    .tbx-diff-category {
        padding-bottom: 10px;
    }

    .tbx-diff-message h3 {
        font-size: clamp(32px,9vw,47px);

        letter-spacing: -2px;
    }

    .tbx-diff-message-line-one {
        white-space: normal;
    }


    /* SECOND BRAIN */

    .tbx-outcome-grid {
        grid-template-columns: 1fr;
    }

    .tbx-outcome {
        min-height: 195px;

        grid-template-columns: 45px 1fr;

        padding: 30px 25px;
    }


    /* FINAL */

    .tbx-final-logo {
        width: 90%;
    }

    .tbx-final-footer {
        flex-direction: column;

        gap: 12px;
    }

}/* End custom CSS */