/* PLACE YOU CUSTOM STYLES IN THIS FILE */

:root {
    --flashup-font-main: "Inter", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    --flashup-text: #1c1c1c;
    --flashup-muted: rgba(33, 33, 33, .72);
}

body {
    font-family: var(--flashup-font-main);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.85;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4,
.nk-layout-content-title,
.nk-layout-content-subtitle {
    font-family: var(--flashup-font-main);
    font-weight: 300;
    letter-spacing: 0;
}

.nk-main {
    color: var(--flashup-text);
}

.page-contact .nk-layout-content-title {
    z-index: 4;
}

.page-contact .nk-main + .nk-main-bg {
    z-index: 5;
}

.nk-main .nano-content {
    font-size: clamp(17px, 1.25vw, 19px);
    line-height: 1.82;
}

.nk-main p {
    max-width: 760px;
    margin-bottom: 1.65em;
    color: var(--flashup-muted);
    font-size: clamp(17px, 1.25vw, 19px);
    font-weight: 300;
    line-height: 1.82;
}

.nk-main h1,
.nk-main h2,
.nk-main .h1,
.nk-main .h2 {
    max-width: 820px;
    font-size: clamp(34px, 3.4vw, 54px);
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: .45em;
}

.nk-main h3,
.nk-main .h3 {
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 300;
    line-height: 1.16;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item {
    font-size: clamp(13px, .95vw, 15px);
    font-weight: 400;
    line-height: 1.35;
}

.nk-tabs .tab-content {
    max-width: 820px;
}

.flashup-founders {
    display: block;
    max-width: 820px;
    margin: 18px 0 46px;
}

.flashup-founders-figure {
    margin: 0;
    max-width: 380px;
}

.flashup-founders-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    margin: 0;
}

.flashup-founders-figure figcaption {
    margin-top: 16px;
    color: rgba(33, 33, 33, .52);
    line-height: 1.35;
}

.flashup-founders-name,
.flashup-founders-role {
    display: block;
}

.flashup-founders-name {
    color: rgba(33, 33, 33, .68);
    font-size: clamp(20px, 1.6vw, 26px);
    font-weight: 300;
}

.flashup-founders-role {
    margin-top: 4px;
    color: rgba(33, 33, 33, .46);
    font-size: clamp(13px, .95vw, 15px);
    font-weight: 400;
}

.flashup-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 900px;
    margin-top: 34px;
}

.flashup-story-grid figure {
    margin: 0;
}

.flashup-story-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin: 0;
}

.flashup-story-grid figcaption {
    margin-top: 10px;
    color: rgba(33, 33, 33, .52);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

.display-1 {
    font-size: clamp(36px, 4vw, 64px);
    font-weight: 300;
    line-height: 1.05;
}

.form-control,
.nk-form-btn {
    font-family: var(--flashup-font-main);
    font-size: clamp(17px, 1.2vw, 19px);
    font-weight: 300;
}

.flashup-whatsapp-link {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--flashup-text);
    font-size: clamp(20px, 1.7vw, 28px);
    font-weight: 300;
    line-height: 1.2;
}

.flashup-whatsapp-link:hover,
.flashup-whatsapp-link:focus {
    color: #6422bd;
    text-decoration: none;
}

.flashup-contact-descriptor {
    display: block;
    clear: both;
    margin-top: 6px;
    line-height: 1.45;
}

.page-contact .flashup-submit-btn {
    display: inline-block;
    position: static;
    margin-top: 34px;
    padding: 11px 28px;
    border: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    line-height: 1.2;
    text-align: center;
    transform: none;
    transform-origin: center;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.page-contact .flashup-submit-btn:hover,
.page-contact .flashup-submit-btn:focus,
.page-contact .flashup-submit-btn:active {
    color: #fff !important;
    background-color: #6422bd;
    border-color: #6422bd;
    transform: none;
}

.flashup-contact-note {
    display: block;
    margin-top: 22px;
    color: rgba(33, 33, 33, .48);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.nk-form-response-success,
.nk-form-response-error,
div.nk-error {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
    }

    .nk-main .nano-content {
        padding-left: 34px;
        padding-right: 34px;
        font-size: 17px;
    }

    .nk-main p {
        font-size: 17px;
        line-height: 1.76;
    }

    .nk-main h1,
    .nk-main h2,
    .nk-main .h1,
    .nk-main .h2 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .nk-tabs .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 18px;
        margin-left: 0;
        margin-right: 0;
    }

    .nav-tabs .nav-item,
    .nav-tabs .nav-item + .nav-item {
        margin-left: 0;
        margin-right: 0;
    }

    .flashup-founders {
        margin: 18px 0 38px;
    }

    .flashup-founders-figure {
        max-width: 420px;
    }

    .flashup-story-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

}

@media (max-width: 543px) {
    .nk-main .nano-content {
        padding-left: 26px;
        padding-right: 26px;
    }

    .nk-main p {
        font-size: 16px;
        line-height: 1.72;
    }

    .nav-tabs .nav-link,
    .nav-tabs .nav-item {
        font-size: 13px;
    }
}
