.elementor-44 .elementor-element.elementor-element-d60b2f6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-691a281{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-0840e0b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-f9bbfc3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-9c1839c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ecadb0c *//* =========================================================
   ARQAF TRAINING ACADEMY
   PROGRAMMES & EVENTS — SECTION 01
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');


.aq-events-hero,
.aq-events-hero * {
    box-sizing: border-box;
}


.aq-events-hero {

    --aq-black: #070707;
    --aq-orange: #f18716;
    --aq-white: #f3f2ee;

    position: relative;

    width: 100%;
    min-height: 850px;

    overflow: hidden;

    background:
        var(--aq-black);

    color:
        var(--aq-white);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.aq-events-hero__media {

    position: absolute;

    inset: 0;
}


.aq-events-hero__media img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position:
        center 45%;

    filter:
        saturate(.42)
        contrast(1.13)
        brightness(.60);
}


.aq-events-hero__overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            90deg,

            rgba(4,4,4,.98) 0%,

            rgba(4,4,4,.89) 32%,

            rgba(4,4,4,.58) 61%,

            rgba(4,4,4,.22) 100%
        ),

        linear-gradient(
            0deg,

            rgba(0,0,0,.92) 0%,

            rgba(0,0,0,.08) 52%
        );
}


/* =========================================================
   GHOST
========================================================= */

.aq-events-hero__ghost {

    position: absolute;

    z-index: 2;

    right: -55px;
    top: 48%;

    transform:
        translateY(-50%)
        rotate(-90deg);

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.10);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            170px,
            18vw,
            340px
        );

    font-weight: 700;

    line-height: 1;

    letter-spacing: -10px;

    pointer-events: none;
}


/* =========================================================
   WRAP
========================================================= */

.aq-events-hero__wrap {

    position: relative;

    z-index: 4;

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    min-height: 850px;

    margin:
        0 auto;

    padding:
        70px 0
        34px;

    display: grid;

    grid-template-rows:
        auto
        1fr
        auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-events-hero__top {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        rgba(255,255,255,.14);
}


.aq-events-hero__index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-events-hero__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-events-hero__line {

    height: 1px;

    background:
        rgba(255,255,255,.14);
}


.aq-events-hero__meta {

    color:
        rgba(255,255,255,.34);

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN
========================================================= */

.aq-events-hero__main {

    align-self: center;

    display: grid;

    grid-template-columns:
        1fr
        310px;

    gap: 100px;

    align-items: end;

    padding:
        70px 0
        80px;
}


/* =========================================================
   CONTENT
========================================================= */

.aq-events-hero__content {

    max-width: 1000px;
}


.aq-events-hero__eyebrow {

    display: block;

    margin-bottom: 22px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 3px;
}


.aq-events-hero__content h1 {

    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            90px,
            8vw,
            155px
        );

    font-weight: 600;

    line-height: .76;

    letter-spacing: -4px;

    text-transform: uppercase;
}


.aq-events-hero__content h1 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.3px
        rgba(255,255,255,.68);
}


.aq-events-hero__content p {

    max-width: 500px;

    margin:
        32px 0
        0;

    color:
        rgba(255,255,255,.56);

    font-size: 11px;

    line-height: 1.85;
}


/* =========================================================
   ACTIONS
========================================================= */

.aq-events-hero__actions {

    display: flex;

    align-items: center;

    gap: 28px;

    margin-top: 38px;
}


/* PRIMARY */

.aq-events-hero__primary {

    min-width: 235px;
    min-height: 56px;

    padding:
        0 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background:
        var(--aq-orange);

    color:
        #080808;

    text-decoration: none;

    transition:
        background .25s ease,
        transform .25s ease;
}


.aq-events-hero__primary:hover {

    background:
        #ff9b2a;

    transform:
        translateY(-2px);
}


.aq-events-hero__primary span {

    font-size: 7px;

    font-weight: 900;

    letter-spacing: 1.7px;
}


.aq-events-hero__primary i {

    font-size: 13px;
}


/* SECONDARY */

.aq-events-hero__secondary {

    display: flex;

    align-items: center;

    gap: 12px;

    padding-bottom: 8px;

    border-bottom:
        1px solid
        rgba(255,255,255,.32);

    color:
        rgba(255,255,255,.75);

    text-decoration: none;
}


.aq-events-hero__secondary span {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.7px;
}


.aq-events-hero__secondary i {

    color:
        var(--aq-orange);

    font-size: 10px;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.aq-events-hero__side {

    border:
        1px solid
        rgba(255,255,255,.14);

    background:
        rgba(7,7,7,.56);

    backdrop-filter:
        blur(8px);
}


.aq-events-hero__side-head {

    min-height: 58px;

    padding:
        0 20px;

    display: flex;

    align-items: center;

    color:
        var(--aq-orange);

    border-bottom:
        1px solid
        rgba(255,255,255,.14);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2px;
}


.aq-events-hero__side-item {

    min-height: 68px;

    padding:
        0 20px;

    display: grid;

    grid-template-columns:
        35px
        1fr;

    align-items: center;

    gap: 10px;

    border-bottom:
        1px solid
        rgba(255,255,255,.11);
}


.aq-events-hero__side-item:last-child {

    border-bottom: 0;
}


.aq-events-hero__side-item span {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 14px;

    font-weight: 700;
}


.aq-events-hero__side-item strong {

    color:
        rgba(255,255,255,.78);

    font-size: 10px;

    font-weight: 500;
}


/* =========================================================
   BOTTOM
========================================================= */

.aq-events-hero__bottom {

    display: grid;

    grid-template-columns:
        1fr
        1fr
        1fr
        auto;

    min-height: 86px;

    border-top:
        1px solid
        rgba(255,255,255,.14);
}


.aq-events-hero__bottom > div {

    padding:
        0 26px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 5px;

    border-right:
        1px solid
        rgba(255,255,255,.12);
}


.aq-events-hero__bottom > div:first-child {

    padding-left: 0;
}


.aq-events-hero__bottom small {

    color:
        rgba(255,255,255,.28);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.7px;
}


.aq-events-hero__bottom strong {

    color:
        rgba(255,255,255,.82);

    font-size: 10px;

    font-weight: 500;
}


/* LIVE / REGISTER */

.aq-events-hero__bottom
.aq-events-hero__bottom-live {

    min-width: 190px;

    padding-right: 0;

    display: flex;

    flex-direction: row;

    align-items: center;

    gap: 10px;

    border-right: 0;
}


.aq-events-hero__bottom-live > span {

    width: 8px;
    height: 8px;

    background:
        var(--aq-orange);

    border-radius: 50%;

    box-shadow:
        0 0 0 5px
        rgba(241,135,22,.10);
}


.aq-events-hero__bottom-live strong {

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-events-hero__wrap {

        width:
            calc(100% - 60px);
    }


    .aq-events-hero__main {

        grid-template-columns:
            1fr;

        gap: 45px;
    }


    .aq-events-hero__side {

        max-width: 600px;
    }


    .aq-events-hero__bottom {

        grid-template-columns:
            repeat(3,1fr);
    }


    .aq-events-hero__bottom-live {

        display: none !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-events-hero {

        min-height: 780px;
    }


    .aq-events-hero__wrap {

        width:
            calc(100% - 30px);

        min-height: 780px;

        padding:
            55px 0
            24px;
    }


    .aq-events-hero__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }


    .aq-events-hero__meta {

        display: none;
    }


    .aq-events-hero__main {

        padding:
            60px 0
            55px;
    }


    .aq-events-hero__content h1 {

        font-size:
            clamp(
                65px,
                19vw,
                90px
            );

        line-height: .78;

        letter-spacing: -2px;
    }


    .aq-events-hero__content p {

        max-width: 360px;

        font-size: 10px;
    }


    .aq-events-hero__actions {

        flex-direction: column;

        align-items: flex-start;

        gap: 22px;
    }


    .aq-events-hero__primary {

        width: 100%;
    }


    .aq-events-hero__side {

        display: none;
    }


    .aq-events-hero__bottom {

        grid-template-columns: 1fr;
    }


    .aq-events-hero__bottom > div,
    .aq-events-hero__bottom > div:first-child {

        min-height: 54px;

        padding:
            0 5px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.10);
    }


    .aq-events-hero__bottom > div:nth-child(3) {

        border-bottom: 0;
    }


    .aq-events-hero__ghost {

        right: -100px;

        font-size: 170px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8993e9c *//* =========================================================
   ARQAF TRAINING ACADEMY
   PROGRAMMES & EVENTS — SECTION 04
   WHY JOIN ARQAF PROGRAMMES
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');


.aq-join,
.aq-join * {
    box-sizing: border-box;
}


.aq-join {

    --aq-bg: #ecece7;
    --aq-black: #090909;
    --aq-orange: #f18716;
    --aq-grey: #6b6b66;
    --aq-line: #c8c8c2;
    --aq-white: #f3f2ee;

    width: 100%;

    padding:
        95px 0
        90px;

    background:
        var(--aq-bg);

    color:
        var(--aq-black);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   WRAP
========================================================= */

.aq-join__wrap {

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    margin:
        0 auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-join__top {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        var(--aq-line);
}


.aq-join__index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-join__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-join__line {

    height: 1px;

    background:
        var(--aq-line);
}


.aq-join__meta {

    color:
        #8c8c87;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN
========================================================= */

.aq-join__main {

    display: grid;

    grid-template-columns:
        .92fr
        1.08fr;

    gap: 95px;

    align-items: center;

    padding-top: 70px;
}


/* =========================================================
   VISUAL
========================================================= */

.aq-join__visual {

    position: relative;

    min-height: 700px;

    overflow: hidden;

    background:
        #111;
}


.aq-join__visual::before {

    content: "";

    position: absolute;

    z-index: 4;

    top: 0;
    left: 0;

    width: 6px;
    height: 145px;

    background:
        var(--aq-orange);
}


.aq-join__visual img {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    filter:
        saturate(.48)
        contrast(1.10)
        brightness(.75);

    transition:
        transform .9s
        cubic-bezier(.2,.65,.3,1);
}


.aq-join__visual:hover img {

    transform:
        scale(1.035);
}


.aq-join__visual-overlay {

    position: absolute;

    inset: 0;

    background:

        linear-gradient(
            180deg,
            rgba(0,0,0,.04) 35%,
            rgba(0,0,0,.82) 100%
        );
}


/* VISUAL LABEL */

.aq-join__visual-label {

    position: absolute;

    z-index: 4;

    left: 30px;
    right: 30px;
    bottom: 30px;

    display: flex;

    flex-direction: column;

    gap: 7px;
}


.aq-join__visual-label span {

    color:
        var(--aq-orange);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2.1px;
}


.aq-join__visual-label strong {

    max-width: 470px;

    color:
        rgba(255,255,255,.88);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            30px,
            2.5vw,
            46px
        );

    font-weight: 500;

    line-height: .98;

    text-transform: uppercase;
}


/* =========================================================
   CONTENT
========================================================= */

.aq-join__content {

    max-width: 830px;
}


.aq-join__eyebrow {

    display: block;

    margin-bottom: 20px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 3px;
}


.aq-join__content h2 {

    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            75px,
            6.3vw,
            122px
        );

    font-weight: 600;

    line-height: .81;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-join__content h2 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(9,9,9,.72);
}


.aq-join__intro {

    max-width: 520px;

    margin:
        28px 0
        38px;

    color:
        var(--aq-grey);

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   BENEFITS
========================================================= */

.aq-join__benefits {

    border-top:
        1px solid
        var(--aq-line);
}


.aq-join__benefit {

    min-height: 112px;

    display: grid;

    grid-template-columns:
        45px
        1fr
        40px;

    align-items: center;

    gap: 18px;

    border-bottom:
        1px solid
        var(--aq-line);

    transition:
        padding-left .25s ease;
}


.aq-join__benefit:hover {

    padding-left: 10px;
}


/* NUMBER */

.aq-join__benefit-number {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 15px;

    font-weight: 700;
}


/* BENEFIT CONTENT */

.aq-join__benefit-content {

    display: grid;

    grid-template-columns:
        210px
        1fr;

    align-items: center;

    gap: 28px;
}


.aq-join__benefit-content strong {

    color:
        #181817;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 27px;

    font-weight: 500;

    line-height: 1;

    text-transform: uppercase;
}


.aq-join__benefit-content p {

    margin: 0;

    max-width: 330px;

    color:
        #777772;

    font-size: 8px;

    line-height: 1.65;
}


/* ICON */

.aq-join__benefit > i {

    color:
        #aaa9a3;

    font-size: 15px;

    text-align: right;

    transition:
        color .25s ease;
}


.aq-join__benefit:hover > i {

    color:
        var(--aq-orange);
}


/* =========================================================
   CTA
========================================================= */

.aq-join__cta {

    width: 290px;

    margin-top: 35px;

    padding-bottom: 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    border-bottom:
        1px solid
        #aaa9a3;

    color:
        #171716;

    text-decoration: none;
}


.aq-join__cta span {

    font-size: 7px;

    font-weight: 900;

    letter-spacing: 1.7px;
}


.aq-join__cta i {

    color:
        var(--aq-orange);

    font-size: 12px;

    transition:
        transform .25s ease;
}


.aq-join__cta:hover i {

    transform:
        translateY(-4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-join__wrap {

        width:
            calc(100% - 60px);
    }


    .aq-join__main {

        grid-template-columns:
            1fr;

        gap: 55px;
    }


    .aq-join__visual {

        min-height: 600px;
    }


    .aq-join__content {

        max-width: 760px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-join {

        padding:
            60px 0
            50px;
    }


    .aq-join__wrap {

        width:
            calc(100% - 30px);
    }


    .aq-join__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }


    .aq-join__meta {

        display: none;
    }


    .aq-join__main {

        padding-top: 48px;

        gap: 40px;
    }


    .aq-join__visual {

        min-height: 460px;
    }


    .aq-join__content h2 {

        font-size:
            clamp(
                56px,
                16vw,
                78px
            );

        line-height: .83;

        letter-spacing: -2px;
    }


    .aq-join__intro {

        font-size: 10px;
    }


    .aq-join__benefit {

        min-height: 110px;

        grid-template-columns:
            32px
            1fr
            28px;
    }


    .aq-join__benefit-content {

        grid-template-columns:
            1fr;

        gap: 7px;
    }


    .aq-join__benefit-content strong {

        font-size: 25px;
    }


    .aq-join__benefit-content p {

        font-size: 8px;
    }


    .aq-join__cta {

        width: 100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4128412 *//* =========================================================
   ARQAF TRAINING ACADEMY
   PROGRAMMES & EVENTS — SECTION 06
   CORPORATE / IN-HOUSE CTA
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');


.aq-event-cta,
.aq-event-cta * {
    box-sizing: border-box;
}


.aq-event-cta {

    --aq-black: #070707;
    --aq-orange: #f18716;
    --aq-white: #f3f2ee;

    position: relative;

    width: 100%;

    min-height: 790px;

    overflow: hidden;

    background:
        var(--aq-black);

    color:
        var(--aq-white);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.aq-event-cta__media {

    position: absolute;

    inset: 0;
}


.aq-event-cta__media img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    filter:
        saturate(.42)
        contrast(1.13)
        brightness(.53);
}


.aq-event-cta__overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            90deg,

            rgba(4,4,4,.98) 0%,

            rgba(4,4,4,.89) 34%,

            rgba(4,4,4,.57) 65%,

            rgba(4,4,4,.25) 100%
        ),

        linear-gradient(
            0deg,

            rgba(0,0,0,.92) 0%,

            rgba(0,0,0,.07) 56%
        );
}


/* =========================================================
   GHOST
========================================================= */

.aq-event-cta__ghost {

    position: absolute;

    z-index: 2;

    right: -50px;
    bottom: 10%;

    color: transparent;

    -webkit-text-stroke:
        1px
        rgba(255,255,255,.08);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            150px,
            16vw,
            315px
        );

    font-weight: 700;

    line-height: .8;

    letter-spacing: -9px;

    pointer-events: none;
}


/* =========================================================
   WRAP
========================================================= */

.aq-event-cta__wrap {

    position: relative;

    z-index: 4;

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    min-height: 790px;

    margin:
        0 auto;

    padding:
        75px 0
        34px;

    display: grid;

    grid-template-rows:
        auto
        1fr
        auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-event-cta__top {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        rgba(255,255,255,.14);
}


.aq-event-cta__index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-event-cta__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-event-cta__line {

    height: 1px;

    background:
        rgba(255,255,255,.14);
}


.aq-event-cta__meta {

    color:
        rgba(255,255,255,.33);

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN
========================================================= */

.aq-event-cta__main {

    align-self: center;

    display: grid;

    grid-template-columns:
        1fr
        390px;

    gap: 120px;

    align-items: end;

    padding:
        75px 0
        85px;
}


/* =========================================================
   CONTENT
========================================================= */

.aq-event-cta__content {

    max-width: 1020px;
}


.aq-event-cta__eyebrow {

    display: block;

    margin-bottom: 20px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 3px;
}


.aq-event-cta__content h2 {

    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            80px,
            7vw,
            138px
        );

    font-weight: 600;

    line-height: .79;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-event-cta__content h2 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(255,255,255,.68);
}


.aq-event-cta__content p {

    max-width: 520px;

    margin:
        30px 0 0;

    color:
        rgba(255,255,255,.52);

    font-size: 11px;

    line-height: 1.85;
}


/* =========================================================
   ACTIONS
========================================================= */

.aq-event-cta__actions {

    display: flex;

    align-items: center;

    gap: 30px;

    margin-top: 38px;
}


.aq-event-cta__primary {

    min-width: 270px;

    min-height: 56px;

    padding:
        0 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background:
        var(--aq-orange);

    color:
        #080808;

    text-decoration: none;

    transition:
        background .25s ease,
        transform .25s ease;
}


.aq-event-cta__primary:hover {

    transform:
        translateY(-3px);

    background:
        #ff9a28;
}


.aq-event-cta__primary span {

    font-size: 7px;

    font-weight: 900;

    letter-spacing: 1.5px;
}


.aq-event-cta__primary i {

    font-size: 17px;
}


.aq-event-cta__secondary {

    padding-bottom: 8px;

    display: flex;

    align-items: center;

    gap: 12px;

    color:
        rgba(255,255,255,.72);

    border-bottom:
        1px solid
        rgba(255,255,255,.30);

    text-decoration: none;
}


.aq-event-cta__secondary span {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


.aq-event-cta__secondary i {

    color:
        var(--aq-orange);

    font-size: 10px;
}


/* =========================================================
   SIDE
========================================================= */

.aq-event-cta__side {

    border-top:
        1px solid
        rgba(255,255,255,.18);
}


.aq-event-cta__side-label {

    min-height: 57px;

    display: flex;

    align-items: center;

    color:
        rgba(255,255,255,.30);

    border-bottom:
        1px solid
        rgba(255,255,255,.12);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.aq-event-cta__side-item {

    min-height: 75px;

    display: grid;

    grid-template-columns:
        38px
        1fr;

    align-items: center;

    gap: 14px;

    border-bottom:
        1px solid
        rgba(255,255,255,.12);
}


.aq-event-cta__side-item > span {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 14px;

    font-weight: 700;
}


.aq-event-cta__side-item strong {

    color:
        rgba(255,255,255,.76);

    font-size: 10px;

    font-weight: 500;
}


/* =========================================================
   BOTTOM
========================================================= */

.aq-event-cta__bottom {

    min-height: 88px;

    display: grid;

    grid-template-columns:
        1fr
        1.3fr
        1fr
        auto;

    border-top:
        1px solid
        rgba(255,255,255,.14);
}


.aq-event-cta__bottom > div {

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 5px;

    padding:
        0 25px;

    border-right:
        1px solid
        rgba(255,255,255,.11);
}


.aq-event-cta__bottom > div:first-child {

    padding-left: 0;
}


.aq-event-cta__bottom > div:last-child {

    border-right: 0;

    padding-right: 0;
}


.aq-event-cta__bottom small {

    color:
        rgba(255,255,255,.27);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.7px;
}


.aq-event-cta__bottom a,
.aq-event-cta__bottom > div > strong {

    color:
        rgba(255,255,255,.74);

    font-size: 9px;

    font-weight: 500;

    text-decoration: none;
}


/* BRAND */

.aq-event-cta__brand {

    min-width: 180px;

    align-items: flex-end;
}


.aq-event-cta__brand strong {

    color:
        #fff !important;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 25px !important;

    font-weight: 700 !important;

    line-height: .9;

    letter-spacing: 3px;
}


.aq-event-cta__brand span {

    color:
        var(--aq-orange);

    font-size: 5px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-event-cta__wrap {

        width:
            calc(100% - 60px);
    }


    .aq-event-cta__main {

        grid-template-columns:
            1fr;

        gap: 50px;
    }


    .aq-event-cta__side {

        max-width: 650px;
    }


    .aq-event-cta__bottom {

        grid-template-columns:
            repeat(3,1fr);
    }


    .aq-event-cta__brand {

        display: none !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-event-cta {

        min-height: auto;
    }


    .aq-event-cta__wrap {

        width:
            calc(100% - 30px);

        min-height: auto;

        padding:
            60px 0
            25px;
    }


    .aq-event-cta__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }


    .aq-event-cta__meta {

        display: none;
    }


    .aq-event-cta__main {

        padding:
            60px 0;

        gap: 42px;
    }


    .aq-event-cta__content h2 {

        font-size:
            clamp(
                57px,
                17vw,
                80px
            );

        line-height: .82;

        letter-spacing: -2px;
    }


    .aq-event-cta__content p {

        font-size: 10px;
    }


    .aq-event-cta__actions {

        align-items: flex-start;

        flex-direction: column;

        gap: 22px;
    }


    .aq-event-cta__primary {

        width: 100%;
    }


    .aq-event-cta__bottom {

        grid-template-columns: 1fr;
    }


    .aq-event-cta__bottom > div,
    .aq-event-cta__bottom > div:first-child {

        min-height: 58px;

        padding:
            0;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.10);
    }


    .aq-event-cta__bottom > div:last-child {

        border-bottom: 0;
    }


    .aq-event-cta__ghost {

        right: -70px;

        font-size: 150px;
    }

}/* End custom CSS */