/**************************************************
 *  *
 *   *  COMMON PAGE LAYOUT
 *    *
 *     **************************************************/

.page-hero {
    position: relative;
    width: 100%;
    height: 860px;
    overflow: hidden;
    background: #000;
}


.page-hero.ai-page { 
    position: relative;
    height: auto;
    min-height: 1200px;
    overflow: visible;
}
.page-hero.events-page { 
    position: relative;
    height: auto;
    min-height: 1200px;
    overflow: visible;
}
.page-hero.media-page { 
    position: relative;
    height: auto;
    min-height: 1200px;
    overflow: visible;
}
.page-hero.futurist-page { 
    position: relative;
    height: auto;
    min-height: 1200px;
    overflow: visible;
}
.page-hero.consulting-page { 
    position: relative;
    height: auto;
    min-height: 1200px;
    overflow: visible;
}
.page-hero.advisor-page { 
    position: relative;
    height: auto;
    min-height: 1200px;
    overflow: visible;
}
.page-hero.expertise-page { 
    position: relative;
    height: auto;
    min-height: 1200px;
    overflow: visible;
}
.page-hero.news-page { 
    position: relative;
    height: auto;
    min-height: 1200px;
    overflow: visible;
}
.page-hero.contact-page {
    position: relative;
    height: auto;
    min-height: 1200px;
    overflow: visible;
}

.page-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.page-overlay {

    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.28);
    z-index: 2;
}


/**************************************************
 *  *
 *   *  EVENTS PAGE
 *    *
 *     **************************************************/

.events-page .page-content {
    position: absolute;
    top: 140px;
    left: 165px;
    width: auto;
    color: #fff;
    z-index: 3;
    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}

.events-page h1 {
    margin: 0 0 34px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.events-page p {
    margin: 0 0 30px 0;
    max-width: 60%;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.55;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}


/**************************************************
 *  *
 *   *  TABLET
 *    *
 *     **************************************************/

@media (max-width:1100px) {

    .page-hero {

        height: 760px;
    }

    .events-page .page-content {

        top: 120px;

        left: 60px;

        width: calc(100% - 120px);
    }

    .events-page h1 {

        font-size: 52px;
    }

    .events-page p {

        font-size: 19px;

        max-width: 100%;
    }

}


/**************************************************
 *  *
 *   *  MOBILE
 *    *
 *     **************************************************/

@media (max-width:700px) {

    .page-hero {

        min-height: 100vh;

        height: auto;
    }

    .page-video {

        object-position: center center;
    }

    .events-page .page-content {

        position: relative;

        top: auto;

        left: auto;

        width: auto;

        padding: 110px 25px 60px 25px;
    }

    .events-page h1 {

        font-size: 40px;
    }

    .events-page p {

        font-size: 18px;

        line-height: 1.5;

        max-width: 100%;
    }

}


/**************************************************
 *  *
 *   *  MEDIA PAGE
 *    *
 *     **************************************************/

.media-page .page-content {

    position: absolute;

    top: 140px;

    left: 165px;

    width: 700px;

    color: #fff;

    z-index: 3;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}

.media-page h1 {

    margin: 0 0 34px 0;

    font-size: 64px;

    font-weight: 700;

    line-height: 1;

    color: #fff;

    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.media-page p {

    margin: 0 0 30px 0;

    max-width: 700px;

    font-size: 21px;

    font-weight: 700;

    line-height: 1.55;

    color: #fff;

    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

/**************************************************
 *  * FUTURIST PAGE
 *   **************************************************/

.page-image {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center center;
}

.futurist-page .page-content {

    position: absolute;

    top: 120px;

    left: 165px;

    width: 720px;

    color: #fff;

    z-index: 3;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}

.futurist-page h1 {

    margin: 0 0 34px 0;

    font-size: 64px;

    font-weight: 700;

    line-height: 1;

    color: #fff;

    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.futurist-page p {

    margin: 0 0 28px 0;

    max-width: 700px;

    font-size: 21px;

    font-weight: 700;

    line-height: 1.55;

    color: #fff;

    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

@media (max-width:1100px) {

    .futurist-page .page-content {

        left: 60px;

        width: calc(100% - 120px);
    }

    .futurist-page h1 {

        font-size: 52px;
    }

    .futurist-page p {

        font-size: 19px;

        max-width: 100%;
    }

}

@media (max-width:700px) {

    .futurist-page .page-content {

        position: relative;

        top: auto;

        left: auto;

        width: auto;

        padding: 110px 25px 60px;
    }

    .futurist-page h1 {

        font-size: 40px;
    }

    .futurist-page p {

        font-size: 18px;

        line-height: 1.5;
    }

}


/**************************************************
 *  * CONSULTING PAGE
 *   **************************************************/

.consulting-page .page-content {

    position: absolute;

    top: 120px;

    left: 165px;

    width: 700px;

    color: #07131b;

    z-index: 3;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}

.consulting-page h1 {

    margin: 0 0 34px 0;

    font-size: 64px;

    font-weight: 700;

    line-height: 1;

    color: #07131b;

    text-shadow: none;
}

.consulting-page p {

    margin: 0 0 28px 0;

    max-width: 700px;

    font-size: 21px;

    font-weight: 700;

    line-height: 1.55;

    color: #07131b;

    text-shadow: none;
}

@media (max-width:1100px) {

    .consulting-page .page-content {

        left: 60px;

        width: calc(100% - 120px);
    }

    .consulting-page h1 {

        font-size: 52px;
    }

    .consulting-page p {

        font-size: 19px;

        max-width: 100%;
    }

}

@media (max-width:700px) {

    .consulting-page .page-content {

        position: relative;

        top: auto;

        left: auto;

        width: auto;

        padding: 110px 25px 60px;
    }

    .consulting-page h1 {

        font-size: 40px;
    }

    .consulting-page p {

        font-size: 18px;

        line-height: 1.5;
    }

}



/**************************************************
 *  * ADVISOR PAGE
 *   **************************************************/

.advisor-page .page-content {

    position: absolute;
    top: 95px;
    left: 165px;
    width: 610px;
    color: #07131b;
    z-index: 3;
    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}

.advisor-page h1 {
    margin: 0 0 28px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: #07131b;
    text-shadow: none;
}

.advisor-page p {
    margin: 0 0 32px 0;
    max-width: 610px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.55;
    color: #07131b;
    text-shadow: none;
}

.advisor-page .page-image {

    object-position: center 10%;
}



/**************************************************
 *  * EXPERTISE PAGE
 *   **************************************************/

.expertise-page .page-content {

    position: relative;

    z-index: 3;

    width: auto;

    margin-left: 165px;

    padding-top: 115px;

    padding-bottom: 80px;

    color: #ffffff;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}

.expertise-page h1 {

    margin: 0 0 34px 0;

    font-size: 64px;

    font-weight: 700;

    line-height: 1;

    color: #ffffff;

    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.expertise-page h2 {

    margin: 50px 0 20px;

    font-size: 38px;

    color: #ffffff;
}

.expertise-page h3 {

    margin: 35px 0 15px;

    font-size: 28px;

    color: #9fd5ff;
}

.expertise-page p {

    margin: 0 0 28px 0;

    max-width: 60%;

    font-size: 28px;

    font-weight: 400;

    line-height: 1.55;

    color: #ffffff;

    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.expertise-page .page-video {

    object-fit: cover;

    object-position: center center;
}

@media (max-width:1100px) {

    .expertise-page .page-content {

        left: 60px;

        width: calc(100% - 120px);
    }

    .expertise-page h1 {

        font-size: 52px;
    }

    .expertise-page p {

        font-size: 26px;

        max-width: 100%;
    }

}

@media (max-width:700px) {

    .expertise-page .page-content {

        position: relative;

        top: auto;

        left: auto;

        width: auto;

        padding: 110px 25px 60px;
    }

    .expertise-page h1 {

        font-size: 40px;
    }

    .expertise-page p {

        font-size: 24px;

        line-height: 1.5;
    }

}



/**************************************************
 * IN THE NEWS
 **************************************************/

.page-hero.news-page {

    height: auto;

    min-height: 860px;

    overflow: visible;

    background:
        linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)),
        url("../images/news.png") top center / 100% auto no-repeat fixed,
        #07131b;
}

.news-page .page-image,
.news-page .page-overlay {

    display: none;
}

.news-page .page-content {

    position: relative;

    z-index: 3;

    width: auto;

    margin-left: 200px;

    padding-top: 120px;

    padding-bottom: 80px;

    color: #fff;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}

.news-page h1 {

    margin: 0 0 34px;

    font-size: 72px;

    font-weight: 700;

    line-height: 1;

    color: #fff;
}

.news-page h2 {

    margin: 45px 0 25px;

    font-size: 38px;

    font-weight: 700;

    color: #fff;
}

.news-page p {

    margin: 0 0 36px;

    max-width: 900px;

    font-size: 32px;

    font-weight: 400;

    line-height: 1.6;

    color: #fff;
}

.news-list {

    list-style: none;

    margin: 0;

    padding: 0;
}

.news-list li {

    margin-bottom: 30px;

    font-size: 36px;

    line-height: 1.3;
}

.news-list strong {

    display: inline-block;

    margin-bottom: 8px;

    font-size: 24px;

    font-weight: 700;

    color: #fff;
}

.news-list a {

    color: #9fd5ff;

    font-size: 32px;

    text-decoration: none;

    transition: color .2s ease;
}

.news-list a:hover {

    color: #c8e6ff;

    text-decoration: underline;
}


/**************************************************
 * CONTACT PAGE
 **************************************************/

.contact-page .page-overlay {
    background: rgba(0,0,0,.68);
}

.contact-page .page-content {
    position: relative;
    z-index: 3;
    width: 1100px;
    margin-left: 165px;
    padding-top: 105px;
    padding-bottom: 120px;
    color: #fff;
    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}



.contact-page h1 {
    margin: 0 0 30px;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
}

.contact-page p {
    margin-bottom: 35px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.55;
    max-width: 920px;
}

.contact-form {
    width: 720px;
    position: relative;
}

.two-column {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.two-column div {
    flex: 1;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
}

.contact-form input,
.contact-form textarea {

    width: 100%;

    padding: 14px 16px;

    border: none;

    border-radius: 6px;

    background: rgba(255,255,255,.92);

    color: #222;

    font-size: 17px;

    margin-bottom: 18px;

    box-sizing: border-box;
}

.contact-form textarea {

    resize: vertical;

    min-height: 180px;
}

.contact-form input:focus,
.contact-form textarea:focus {

    outline: none;

    background: #fff;

    box-shadow: 0 0 10px rgba(255,255,255,.45);
}


.contact-form button {

    display: inline-block;

    padding: 16px 42px;

    border: 2px solid rgba(255,255,255,.25);

    border-radius: 6px;

    background: rgba(35,110,190,.92);

    color: #fff;

    font-size: 18px;

    font-weight: 700;

    font-family: inherit;

    cursor: pointer;

    transition: .25s ease;
}

.contact-form button:hover {

    background: rgba(60,140,230,.95);

    border-color: rgba(255,255,255,.45);

    transform: translateY(-2px);

    box-shadow: 0 8px 22px rgba(0,0,0,.35);
}

.contact-form button:active {

    transform: translateY(0);
}

@media (max-width:1100px) {

    .contact-page .page-content {

        left: 60px;

        width: calc(100% - 120px);
    }

    .contact-form {

        width: 100%;
    }
}

@media (max-width:700px) {

    .contact-page .page-content {

        position: relative;

        top: auto;

        left: auto;

        width: auto;

        padding: 110px 25px 60px;
    }

    .contact-page h1 {

        font-size: 42px;
    }

    .contact-page p {

        font-size: 18px;
    }

    .two-column {

        display: block;
    }
}



/**************************************************
 * AI
 **************************************************/

.page-hero.ai-page {
    height: auto;
    min-height: 860px;
    overflow: visible;
    background:
        linear-gradient(rgba(0,0,0,.70), rgba(0,0,0,.70)),
        url("../images/ai6.png") top center / 100% auto no-repeat fixed,
        #07131b;
}

.ai-page .page-image,
.ai-page .page-overlay {

    display: none;
}

.ai-page .page-content {
    position: relative;
    z-index: 3;
    width: 960px;
    margin-left: 165px;
    padding-top: 120px;
    padding-bottom: 80px;
    color: #fff;
    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}

.ai-page h1 {
    margin: 0 0 34px;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.ai-page h2 {
    margin: 45px 0 25px;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.ai-page p {
    margin: 0 0 36px;
    max-width: auto;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}

.ai-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ai-list li {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.6;
}

.ai-list strong {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.ai-list a {
    color: #9fd5ff;
    font-size: 21px;
    text-decoration: none;
    transition: color .2s ease;
}

.ai-list a:hover {
    color: #c8e6ff;
    text-decoration: underline;
}
