body {
    color: #000;
    font-family: Bricolage Grotesque, sans-serif;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Bricolage Grotesque, sans-serif;
    font-weight: 700;
}

h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

p {
    margin-bottom: 15px;
    line-height: 120%;
}

.big-container {
    overflow: hidden;
}

.navbar-2 {
    z-index: 20;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
}

.hamburger-button {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 40px;
    height: 26px;
    display: none;
}

.hamburger-button.close {
    z-index: 9002;
    display: flex;
    position: fixed;
    inset: 20px 20px auto auto;
}

.top-line {
    background-color: #f11f73;
    width: 100%;
    height: 3px;
}

.middle-line {
    background-color: #f98a23;
    width: 100%;
    height: 3px;
}

.nav-menu-2 {
    z-index: 9004;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
}

.bottom-line {
    background-color: #55d2c3;
    width: 100%;
    height: 3px;
}

.nav-link {
    color: #000;
    border-bottom: 2px solid #0000;
    font-size: 1rem;
    text-decoration: none;
    transition: all .3s;
    display: inline-block;
}

.nav-link:hover {
    border-bottom-color: #000;
    padding-bottom: 5px;
}

.header {
    border-bottom: 1px solid #11072c33;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
    display: flex;
}

.navlink {
    margin-left: 45px;
}

.nav-mobile-link {
    color: #000;
    font-size: 50px;
    line-height: 60px;
    text-decoration: none;
}

.nav-block {
    margin-bottom: 40px;
}

.image {
    width: 12.5vw;
    min-width: 180px;
    max-width: 240px;
}

.content {
    width: 80%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.content.footer-c {
    border-top: 1px solid #11072c33;
    justify-content: space-between;
    align-items: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
}

.content.team-c {
    padding-top: 0;
}

.content.grants-c {
    width: 90%;
    max-width: 1920px;
    padding-top: 0;
    padding-bottom: 0;
}

.content.hero-c.ty {
    padding-top: 25vh;
    padding-bottom: 25vh;
}

.team-holder {
    justify-content: space-between;
    display: flex;
}

.team-box {
    background-image: url('../images/Biologist1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 27px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 32%;
    min-height: 645px;
    padding: 20px;
    display: flex;
}

.team-box.second {
    background-image: url('../images/Biologist2.jpg');
}

.team-box.third {
    background-image: url('../images/Biologist3.jpg');
}

.team-bottom {
    min-height: 110px;
}

.paragraph-name {
    color: #fff;
    font-size: 2rem;
    line-height: 1.7rem;
}

.text-span-2 {
    font-size: 1rem;
    display: block;
}

.paragraph-small {
    color: #fff;
    background-image: url('../images/white-border.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 17vw;
    font-size: .7rem;
}

.logo-holder {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.center-text {
    text-align: center;
    max-width: 1165px;
    margin-left: auto;
    margin-right: auto;
}

.center-text.big-margin {
    margin-bottom: 60px;
}

.text-span-1 {
    color: #ff8469;
    font-weight: 600;
}

.paragraph {
    height: 110%;
}

.paragraph.banner-p {
    margin-bottom: 25px;
}

.about {
    margin-bottom: 10vh;
}

.about-text {
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    max-width: 1440px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.text-left {
    width: 37%;
}

.text-span-3 {
    font-weight: 400;
}

.text-right {
    width: 48%;
}

.video-holder {
    width: 80%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.brands {
    background-color: #f5f3ec;
}

.brands-text {
    justify-content: space-between;
    margin-bottom: 100px;
    display: flex;
}

.brands-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.bullets-images {
    justify-content: space-between;
    align-items: center;
    max-width: 460px;
    margin: 40px auto 100px;
    display: flex;
}

.how-boxes {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
    display: flex;
}

.how-box {
    width: 32%;
}

.grants-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
}

.grants-holder.first {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}



.grants-holder.second {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    position: relative;
}

.grants-holder.third {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
    position: relative;
}

.blue-section {
    background-color: #11072c;
    border-radius: 27px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.section-holder {
    justify-content: space-between;
    display: flex;
}

.section-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 65%;
    display: flex;
}

.image-2 {
    margin-bottom: 40px;
}

.land-title {
    color: #fff;
}

.footer-left {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-paragraph {
    color: #00000045;
    margin-bottom: 0;
}

.footer-right {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-link {
    color: #000;
    text-decoration: none;
    transition: color .3s;
}

.footer-link:hover {
    color: #0000005c;
}

.cta-holder {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}

.cta-holder.left {
    margin-left: 0;
}



.button {
    color: #040126;
    text-align: center;
    letter-spacing: -.03rem;
    background-color: #9adbff;
    padding: .75rem 1.5rem;
    font-weight: 500;
    text-decoration: none;
    overflow: visible;
}

.button.c-11 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fff;
    background-image: url('../images/CTA-Arrow.svg');
    background-position: 88%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 2px solid #11072c;
    border-radius: .4rem;
    justify-content: center;
    align-items: center;
    padding-left: .5rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.button.c-11:hover {
    color: #fff;
}

.btn-bg {
    background-color: #5b96fe;
    border-radius: 100%;
    width: 120%;
    min-width: 5rem;
    height: 175%;
    display: block;
    position: absolute;
    inset: auto;
}

.btn-bg.c-10 {
    background-color: #612aff;
    background-image: url('../images/cta-arrow-white.svg');
    background-position: 83%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 50rem;
    align-self: center;
    width: 130%;
    min-width: auto;
    height: 120%;
    inset: auto;
}

.btn-txt {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.btn-icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.btn-icon-arrow {
    width: 1.2rem;
    height: 1.2rem;
}

.btn-icon-arrow.hover {
    position: absolute;
    top: 0;
    left: -100%;
}

.cta-header {
    width: 100%;
    max-width: 230px;
}

.share-p {
    margin-bottom: 25px;
}

.sticky-wrapper {
    overflow: hidden;
}

.image-grid_wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.row_wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.middle-row-center__image-wrap {
    width: 45em;
    height: 25.4em;
    overflow: hidden;
}

.image-4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team-tablet {
    text-align: center;
    display: none;
}

.form-holder {
    max-width: 700px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}


.brand-mob {
    display: none
}

.left-text {
    text-align: center;
    width: 80%;
    margin: 0 auto 50px;
}

@media screen and (max-width:1236px) {

    .brand-desk {
        display: none
    }

    .brand-mob {
        display: block
    }

}

@media screen and (max-width:1212px) {


    .brands-holder {
        justify-content: center;
    }
}

@media screen and (max-width:1120px) {

    .cta-header.first {
        display: none
    }


}

@media screen and (max-width: 991px) {
    .navbar-2 {
        display: none;
    }

    .hamburger-button {
        z-index: 100;
        width: 30px;
        height: 23px;
        display: flex;
        position: relative;
    }

    .hamburger-button.close {
        justify-content: center;
        transition-property: none;
        top: 32px;
    }

    .hamburger-button.close:hover {
        height: 22px;
    }

    .nav-mobile-holder {
        list-style-type: none;
    }

    .top-line {
        background-color: #000;
    }

    .top-line.mobile {
        transform: rotate(45deg);
    }

    .middle-line {
        background-color: #000;
    }

    .middle-line.mobile {
        display: none;
    }

    .nav-menu-2 {
        z-index: 9004;
        display: none;
    }

    .bottom-line {
        background-color: #000;
    }

    .bottom-line.mobile {
        transform: rotate(135deg);
    }

    .nav-mobile-link {
        border-bottom: 3px solid #0000;
        padding-bottom: 5px;
        transition: all .3s;
    }

    .nav-mobile-link:hover {
        border-bottom-color: #000;
        padding-bottom: 5px;
    }

    .content.footer-c {
        flex-flow: column;
    }

    .content.team-c {
        padding-bottom: 8vh;
    }

    .content.hero-c {
        padding-top: 7vh;
        padding-bottom: 8vh;
    }

    .team-holder {
        align-items: center;
        display: none;
    }

    .team-box.second {
        width: 36%;
    }

    .team-box.third,
    .team-box.first {
        min-height: 500px;
    }

    .brands-text {
        margin-bottom: 50px;
    }

    .brands-holder {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        justify-content: center;
    }

    .brands-holder.no-margin {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .how-boxes {
        flex-flow: wrap;
    }

    .how-box {
        width: 48%;
        margin-bottom: 30px;
    }

    .how-box.last,
    .grants-holder.first {
        margin-bottom: 0;
    }

    .cta-header.first {
        display: none;
    }

    .section_dicovery-zoom-effect {
        height: auto;
    }

    .middle-row-center__image-wrap {
        width: 25em;
        height: 18em;
    }

    .team-tablet {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .left-text {
        text-align: left;
        width: 80%;
        margin: 0 auto 30px;
    }

    .grants-holder.first img {
        width: 40%
    }

    .how-boxes {
        margin-bottom: 30px;
    }

    .hamburger-button.close {
        top: 35px;
    }

    .nav-menu-2 {
        display: none;
    }

    .nav-mobile-link {
        font-size: 30px;
        line-height: 40px;
    }

    .nav-block {
        margin-bottom: 15px;
    }

    .about-text {
        flex-flow: column;
    }

    .text-left,
    .text-right {
        width: 100%;
    }

    .brands-text {
        flex-flow: column;
        margin-bottom: 40px;
    }

    .brands-holder {
        grid-column-gap: 72px;
        grid-row-gap: 72px;
        margin-bottom: 40px;
    }

    .brands-holder.no-margin {
        margin-bottom: 0;
    }

    .bullets-images {
        flex-flow: wrap;
        margin-bottom: 50px;
    }

    .how-box {
        width: 100%;
    }

    .how-box.last {
        margin-bottom: 0;
    }

    .grants-holder.first {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .heading {
        margin-bottom: 20px;
    }

    .image-3 {
        width: 22vw;
    }

    .grant-image {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .grants-holder.first img {
        width: 100%
    }

    h2 {
        margin-bottom: 15px;
    }

    .image {
        min-width: 180px;
    }

    .content {
        padding-top: 5vh;
        padding-bottom: 7vh;
    }

    .content.hero-c {
        padding-top: 6vh;
    }

    .center-text.big-margin {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about {
        margin-bottom: 7vh;
    }

    .brands-holder {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .bullets-images {
        grid-column-gap: 7px;
        grid-row-gap: 7px;
        justify-content: center;
    }

    .how-box {
        width: 100%;
    }

    .grants-holder.first {
        margin-bottom: 30px;
    }

    .blue-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-text {
        width: 100%;
    }

    .footer-left {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        flex-flow: column;
        margin-bottom: 20px;
    }

    .footer-right {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-flow: column;
    }

    .image-3 {
        display: none;
    }

    .row_wrapper {
        flex-direction: column;
        align-items: center;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .middle-row-center__image-wrap {
        width: 100%;
        height: 15em;
    }
}

#w-node-e7cfc156-d2ab-8dc9-c4a6-05f65cc0b5b5-3ad6839b,
#w-node-_3becb2b4-e4a0-c186-ca0e-045b501b5eed-3ad6839b {
    place-self: center;
}

#w-node-_401f6c8c-5575-b9dd-718b-f4f174a7d01d-3ad6839b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-c707593f-74b5-eb09-c868-b9d12e3b0f8c-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff02-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff03-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff04-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff05-3ad6839b,
#w-node-_56966323-06c5-31c9-417d-e08116e3ff06-3ad6839b {
    place-self: center;
}

/* ==========================================================
   Sign-up form (Wufoo) — styled per Figma "Sign up form" frame
   ========================================================== */

/* Breathing room between the page intro and the form */
.center-text.small {
    margin-bottom: 50px;
}

/* Plain centred container — no card, no card chrome */
.form-holder {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

/* Reset Wufoo's <form> defaults so it inherits the page styles */
.form-holder form.wufoo {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    color: #11072c;
}

/* Hide Wufoo's internal "Grant Match" header — the page already has its H1 */
.form-holder form.wufoo header.info,
.form-holder form.wufoo #header.info {
    display: none;
}

/* The field list — 2-column grid; only the first four fields use both
   columns, every other row spans full-width. */
.form-holder form.wufoo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
}

/* Default: each field row spans the full width */
.form-holder form.wufoo ul > li {
    grid-column: 1 / -1;
}

/* First four — First name, Last name, Role, Company — sit two-up */
.form-holder form.wufoo ul > li#foli9,
.form-holder form.wufoo ul > li#foli10,
.form-holder form.wufoo ul > li#foli3,
.form-holder form.wufoo ul > li#foli5 {
    grid-column: span 1;
}

@media screen and (max-width: 600px) {
    .form-holder form.wufoo ul {
        grid-template-columns: 1fr;
    }

    .form-holder form.wufoo ul > li#foli9,
    .form-holder form.wufoo ul > li#foli10,
    .form-holder form.wufoo ul > li#foli3,
    .form-holder form.wufoo ul > li#foli5 {
        grid-column: 1 / -1;
    }
}

/* Each field row */
.form-holder form.wufoo ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Wufoo wraps single inputs in a <div>; keep the input flush.
   Flex-column so any appended error message stacks below cleanly. */
.form-holder form.wufoo ul li > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
}

/* Main field label */
.form-holder form.wufoo label.desc {
    display: block;
    margin: 0;
    padding: 0;
    color: #11072c;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* Required asterisk — coral, matches .text-span-1 */
.form-holder form.wufoo .req {
    color: #ff8469;
    font-weight: 400;
    margin-left: 2px;
}

/* Inputs, select, textarea — shared base */
.form-holder form.wufoo input.field.text,
.form-holder form.wufoo input[type="email"].field,
.form-holder form.wufoo select.field,
.form-holder form.wufoo textarea.field {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    color: #11072c;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    transition: border-color .25s ease, box-shadow .25s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-holder form.wufoo textarea.field {
    min-height: 180px;
    resize: vertical;
}

/* Custom chevron for selects */
.form-holder form.wufoo select.field {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'><path d='M2.5 4.5l3.5 3.5 3.5-3.5' stroke='%2311072c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 12px 12px;
    padding-right: 56px;
    cursor: pointer;
}

/* Placeholder colour matches the Figma (20% opacity) */
.form-holder form.wufoo input::placeholder,
.form-holder form.wufoo textarea::placeholder {
    color: rgba(17, 7, 44, 0.2);
    opacity: 1;
}

.form-holder form.wufoo input.field:hover,
.form-holder form.wufoo select.field:hover,
.form-holder form.wufoo textarea.field:hover {
    border-color: #11072c66;
}

/* Invalid state — coral border to match the required asterisk colour */
.form-holder form.wufoo input.field.is-invalid,
.form-holder form.wufoo select.field.is-invalid,
.form-holder form.wufoo textarea.field.is-invalid {
    border-color: #ff8469;
    background-color: #fff7f4;
}

.form-holder form.wufoo input.field.is-invalid:focus,
.form-holder form.wufoo select.field.is-invalid:focus,
.form-holder form.wufoo textarea.field.is-invalid:focus {
    border-color: #ff8469;
    box-shadow: 0 0 0 4px rgba(255, 132, 105, 0.18);
}

/* Inline error message rendered by functions.js */
.form-holder form.wufoo .error-msg {
    margin: 0;
    color: #ff8469;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.form-holder form.wufoo input.field:focus,
.form-holder form.wufoo select.field:focus,
.form-holder form.wufoo textarea.field:focus {
    outline: none;
    border-color: #11072c;
    box-shadow: 0 0 0 4px rgba(97, 42, 255, 0.14);
}

/* Honeypot — visually hidden, still in the DOM */
.form-holder form.wufoo li.hide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Submit row — centred, generous top margin.
   The button itself is .button.c-11 (the site CTA pattern), wrapped in
   .cta-holder for the same 230px width as every other CTA on the site. */
.form-holder form.wufoo li.buttons {
    flex-direction: row;
    justify-content: center;
    margin-top: 16px;
    gap: 0;
}

.form-holder form.wufoo li.buttons > .cta-holder {
    width: 100%;
}

/* Reset <button> browser defaults so .button.c-11 applies cleanly */
.form-holder form.wufoo button.button.c-11 {
    cursor: pointer;
    font: inherit;
    color: #040126;
}

/* CSS-only hover animation matching the site's Webflow IX2 timing.
   The site's existing <a class="button c-11"> elements are animated by
   framework.js via inline transforms; our new <button> is not registered
   with IX2 so we drive the same effect with CSS. Scoped to button.* so
   it never overrides the inline starting transforms on the site CTAs. */
.form-holder form.wufoo button.button.c-11 .btn-bg.c-10 {
    transform: translate3d(-100%, 0, 0);
    transition: transform .55s cubic-bezier(.25, .46, .45, .94);
}

.form-holder form.wufoo button.button.c-11:hover .btn-txt {
    color:#fff
}
.form-holder form.wufoo button.button.c-11:hover .btn-bg.c-10 {
    transform: translate3d(0, 0, 0);
}

.form-holder form.wufoo button.button.c-11 .btn-icon-arrow.hover {
    transform: translate3d(-16%, 0, 0);
    transition: transform .55s cubic-bezier(.25, .46, .45, .94);
}

.form-holder form.wufoo button.button.c-11:hover .btn-icon-arrow.hover {
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 600px) {
    .form-holder form.wufoo input.field.text,
    .form-holder form.wufoo input[type="email"].field,
    .form-holder form.wufoo select.field,
    .form-holder form.wufoo textarea.field {
        padding: 18px;
        font-size: 16px; /* prevents iOS zoom on focus */
        line-height: 24px;
    }

    .form-holder form.wufoo label.desc {
        font-size: 16px;
        line-height: 24px;
    }
}
