:root {
    --body-text: #000000;
    --dark-text: #3B4454;
    --light-blue: #DFEEF6;
    --light-yellow: #FFFBE6;
    --off-white: #F7FFFF;
    --gold: #FFDD1B;
    --slate: #53667D;
}
@font-face{
    font-family:ITC Avant Garde Gothic W01;
    src:url(fontsb211be99-6f4b-423f-bf26-369aed0f0395.woff2) format("woff2"),
        url(fonts/74110e0c-886f-4246-91c6-5c311685eda8.woff) format("woff");
    font-weight:275;
    font-style:normal}
@font-face{
    font-family:ITC Avant Garde Gothic W01;
    src:url(fonts/90b08c17-b769-4463-9939-a3820ccf17a3.woff2) format("woff2"),
        url(fonts/96f551d8-3cb6-4eda-9b83-2b983f493dff.woff) format("woff");
    font-weight:300;font-style:normal}
@font-face{
    font-family:ITC Avant Garde Gothic W01;
    src:url(fonts/e269975e-96d5-429b-8d69-5a98f43b8e5f.woff2) format("woff2"),
        url(fonts/7390eb26-88e5-4109-bc7c-2955c3a94dcf.woff) format("woff");
    font-weight:500;font-style:normal}
@font-face{
    font-family:ITC Avant Garde Gothic W01;
    src:url(fonts/7817ec09-33e3-43ab-a79c-51a9e8f6e64f.woff2) format("woff2"),
        url(fonts/580dba85-abcb-41a3-b161-2b617fdb78d8.woff) format("woff");
    font-weight:600;font-style:normal}
@font-face{
    font-family:ITC Avant Garde Gothic W01;
    src:url(fonts/3cbf4b4c-e3e2-4092-a8e9-38320dc0dab3.woff2) format("woff2"),
        url(fonts/727f821b-d7ec-472e-a12f-d7b1e6256064.woff) format("woff");
    font-weight:700;font-style:normal}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "ITC Avant Garde Gothic W01", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.8rem;
    line-height: 1.45;
    font-weight: 300;
    color: var(--body-text);
    background-color:#ffffff;
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

h1, .h1 {
    font-family: "ITC Avant Garde Gothic W01", sans-serif;
    font-weight: 400;
    color: var(--gold);
    font-size: 2.4rem;
    line-height: 2.8rem;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

h2 {
    font-family: "ITC Avant Garde Gothic W01", sans-serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 3.4rem;
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
}

h3 {
    font-family: "ITC Avant Garde Gothic W01", sans-serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 3.4rem;
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
}

/* @media (max-width: 400px) {
    h1, .h1 {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-top: 1.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
} */

@media (min-width: 768px) {
    /*col-md*/
    h1, .h1 {
        font-size: 3rem;
        line-height: 4.5rem;
        margin-top: 4rem;
    }
}

@media (min-width: 820px) {
    /*col-md*/
    h1 {
        font-size: 3rem;
        line-height: 4.5rem;
        margin-top: 6.5rem;
    }
}

@media (min-width: 870px) {
    /*col-md*/
    h1 {
        margin-top: 7.5rem;
    }
}

@media (min-width: 992px) {
    /*col-lg*/
    h1, .h1 {
        font-size: 3.7rem;
        line-height: 5rem;
    }
}

@media (min-width: 1200px) {
    /*col-xl*/
    h1, .h1 {
        font-size: 4.2rem;
        line-height: 6.2rem;
    }
    h1 {
        margin-top: 10rem;
    }
}

@media (min-width: 1400px) {
    /*col-xxl*/
    h1, .h1 {
        font-size: 4.8rem;
        line-height: 6.6rem;
    }
    h1 {
        margin-top: 13rem;
    }
}

sup {
    vertical-align: super;
    top: 2px;
    font-size: 0.6em;
    line-height: 0;
    white-space: nowrap;
}


/*
*   HEADER
*/

header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2.25rem 2rem;
    background-color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
}

header #lockup {
    display: flex;
    flex-direction: row;
    max-width: 620px;
}

header #lockup__left {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: end;
    padding-right: 2rem;
}

@media (min-width: 460px) {
    header #lockup__left {
        font-size: 2.6rem;
        line-height: 4.0rem;
    }
}

@media (min-width: 768px) {
    header #lockup__left {
        font-size: 3.6rem;
        line-height: 4.6rem;
        padding-right: 3.5rem;
    }
}

header #lockup__right {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 2rem;
    border-left: 2px solid #000;
}

header #lockup__right img {
    width: 120px;
    height: auto;
}

@media (min-width: 460px) {
    header #lockup__right img {
        width: 168px;
        height: auto;
    }
}

@media (min-width: 768px) {
    header #lockup__right {
        padding-left: 3.5rem;
    }

    header #lockup__right img {
        width: 210px;
        height: auto;
    }
}


main {
    padding: 0;
}

@media (min-width: 768px) {
    main {
        padding-top: 3rem;
    }
}

section {
    z-index: 2;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section {
    position: relative;
}


.book {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.medium {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.bold {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}


/*
*   HERO
*/

#hero {
    display: flex;
    background: #000;
    margin: 0;
}

#video_intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.h-40 {
    height: 30% !important;
}

#cover_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

#video_intro h1,
#video_intro .h1 {
    position: relative;
    z-index: 10;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#video_intro .h1 {
    margin-top: 3rem;
}

#play_button {
    position: relative;
    z-index: 10;
    width: 58px;
    height: 58px;
}

#video_container {
    position: relative;
    z-index: 1;
}

#video_intro.gone {
    display: none;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

@media (min-width: 820px) {
    /*col-md*/
    #play_button {
        width: 78px;
        height: 78px;
    }
    .h-40 {
        height: 35% !important;
    }
}

@media (min-width: 992px) {
    /*col-lg*/
    #play_button {
        width: 108px;
        height: 108px;
    }
    .h-40 {
        height: 40% !important;
    }
}

@media (min-width: 1200px) {
    /*col-xl*/
    #play_button {
        width: 138px;
        height: 138px;
    }
}

@media (min-width: 1400px) {
    /*col-xxl*/
}



/*
*   MOBILE ONLY H1
*/

#mobile_h1 {
    margin-top: 5rem;
    margin-bottom: -2rem;
}

#mobile_h1 .h1 {
    color: var(--body-text);
    font-size: 2.6rem;
    line-height: 3rem;
}


.pt-7 {
    padding-top: 7rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.pt-14 {
    padding-top: 14rem !important;
}



/*
*   PROBLEM
*/


#problem {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 25rem;
    margin-top: 3rem;
}

#problem:after {
    content: '';
    position: absolute;
    display: block;
    top: 7rem;
    right: 2%;
    width: 95%;
    height: calc(100% - 24rem);
    background-color: var(--gold);
    border-bottom-left-radius: 7rem;
    border-top-right-radius: 7rem;
    z-index: -1;
}

#problem p {
    font-weight: 300;
    font-size: 2.0rem;
    line-height: 3.0rem;
    letter-spacing: -0.01rem;
    padding-bottom: 3rem;
}

/* #monitor_lockup_image {
    width: 95%;
    margin-bottom: -7px;
} */

#monitor_lockup_image {
    /* position: relative;
    margin-left: -0.7rem;
    width: 80%;
    height: auto; */

    position: absolute;
    width: 80%;
    height: auto;
    left: 1.5%;
    bottom: 0;
}

/* .split {
    background: linear-gradient(90deg, #FFFFFF 250px, var(--gold) 0, var(--gold) 100%);
}

.right_curve {
    background-color: var(--gold);
    border-top-right-radius: 7rem;
} */
@media (min-width: 420px) {
    /*col-md*/
    #problem {
        padding-bottom: 30rem;
        /* margin-top: 4rem; */
    }
}

@media (min-width: 540px) {
    /*col-md*/
    #problem {
        padding-bottom: 34rem;
        /* margin-top: 4rem; */
    }
}

@media (min-width: 768px) {
    /*col-md*/
    #problem {
        padding-bottom: 30rem;
        margin-top: 4rem;
    }

    #problem:after {
        /* width: calc(100% - 170px); */
        right: 0;
        width: 99%;
        height: calc(100% - 20rem);
    }

    #problem p {
        padding-bottom: 4rem;
    }

    #monitor_lockup_image {
        width: 55%;
        left: 0;
        height: auto;
    }
}

@media (min-width: 992px) {
    /*col-lg*/
    #problem {
        padding-bottom: 0;
    }

    #problem:after {
        /* width: calc(100% - 170px); */
        right: 0;
        width: 99%;
        width: calc(100% - 160px);
        height: calc(100% - 7rem);
    }

    #problem p {
        padding-bottom: 6rem;
    }

    #problem p:first-of-type {
        padding-bottom: 3rem;
    }

    #monitor_lockup_image {
        position: absolute;
        top: auto;
        margin: 0;
        bottom: -7px;
        left: 0;
        width: 42%;
        height: auto;
    }
}

@media (min-width: 1200px) {
    /*col-xl*/
    #problem:after {
        width: calc(100% - 250px);
    }

    #problem p {
        padding-bottom: 8rem;
    }

    #problem p:first-of-type {
        padding-bottom: 3rem;
    }

    #monitor_lockup_image {
        width: 40%;
        height: auto;
    }
}

@media (min-width: 1400px) {
    /*col-xxl*/
    #monitor_lockup_image {
        width: 40%;
        height: auto;
    }
}



/*
*   QUOTE
*/


#quote {
    position: relative;
}

#quote p {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.4rem;
    letter-spacing: -0.01rem;
    padding: 0 2rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    #quote p {
        font-weight: 700;
        font-size: 3rem;
        line-height: 4rem;
        letter-spacing: -0.01rem;
        padding: 0;
        margin-bottom: 0.5rem;
    }
}



/*
*   SOLUTION
*/


#solution {
    position: relative;
}

#solution_parent {
    position: relative;
}

#solution .row:nth-of-type(1):after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 2%;
    width: 98%;
    height: 100%;
    background-color: #000000;
    border-bottom-left-radius: 7rem;
    border-top-right-radius: 7rem;
    z-index: -1;
}

#solution h2 {
    color: var(--gold);
}

#solution strong,
#solution b {
    font-weight: 700;
}

#solution .content {
    padding-left: 4rem;
    padding-right: 3rem;
}

#solution ul {
    margin-left: 2rem;
    padding-bottom: 3rem;
}

#solution p,
#solution li {
    font-weight: 300;
    font-size: 2.0rem;
    line-height: 3.0rem;
    letter-spacing: -0.01rem;
    color: #FFFFFF;
}

#solution a {
    color: var(--gold);
}

#solution_laptop {
    position: relative;
    margin-top: -5rem;
    width: 100%;
    height: auto;
    pointer-events: none;
}


@media (min-width: 768px) {
    /*col-md*/
    #solution .row::after {
        width: 100%;
    }

    #solution_laptop {
        position: absolute;
        top: auto;
        margin: 0;
        bottom: -9px;
        right: -2rem;
        width: 60%;
        height: auto;
    }
}

@media (min-width: 992px) {
    /*col-lg*/
    #solution .row:nth-of-type(1):after {
        /* width: calc(100% - 170px); */
        left: 0;
        width: 100%;
    }

    #solution .content {
        padding-left: 7rem;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    /*col-xl*/
    #solution .row:nth-of-type(1):after {
        width: calc(100% - 250px);
    }
}

@media (min-width: 1400px) {
    /*col-xxl*/
    #solution .row:nth-of-type(1):after {
        width: calc(100% - 250px);
    }
}




/*
*   METRICS
*/


#metrics {
    background-color: var(--light-yellow);
    background-color: rgba(255, 225, 37, .3);
    padding-top: 7rem;
    padding-bottom: 7rem;
    margin-top: 10rem;
}


#metrics h2 {
    /* text-transform: uppercase; */
    font-size: 3.4rem;
    line-height: 4.6rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    /*col-md*/
    #metrics h2 {
        font-size: 3.6rem;
        line-height: 4.6rem;
    }
}

@media (min-width: 992px) {
    /*col-lg*/
    #metrics h2 {
        font-size: 3.6rem;
        line-height: 4.6rem;
        margin-bottom: 5rem;
    }
}

@media (min-width: 1200px) {
    /*col-xl*/
    #metrics h2 {
        font-size: 3.6rem;
        line-height: 4.6rem;
    }
}

@media (min-width: 1400px) {
    /*col-xxl*/
    #metrics h2 {
        font-size: 3.6rem;
        line-height: 4.6rem;
        margin-bottom: 4rem;
    }
}


#metrics .box {
    position: relative;
    color: var(--dark-text);
    text-align: center;
}

#metrics .box .dot {
    border: 0;
    margin: 2rem;
    width: 14rem;
    height: auto;
    z-index: 1;
}

#uparrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 51%;
    transform: translate3d(-50%, -50%, 0);
    width: 40%;
    height: 40%;
}

#metrics .box p {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -43%, 0);
    font-size: 4.1rem;
    color: var(--gold);
    font-weight: 700;
    margin: 0;
}

#metrics .details h3 {
    text-align: left;
    font-size: 2.1rem;
    line-height: 2.8rem;
    width: 100%;
    margin: 0;
}

#metrics .details p {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin: 0;
}




/*
*   CLOSING/FOOTER
*/


#closing {
    background-image: url(../core/img/closing_background.png);
    background-position: 50% 50%;
    background-size: 100% auto;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-top: 36.57%;
}

/* 
#closing::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0) 100%);
} */

#closing_copy {
    position: absolute;
    top: 0;
    height: 100%;
    /* max-width: 60%; */
}

#closing_copy h2 {
    display: inline;
    width: auto;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    background-color: var(--gold);
    border-bottom-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding: 2.2rem 2rem 2.1rem;
    text-align: center;
}

@media (min-width: 562px) {
    /*col-md*/
    #closing_copy h2 {
        font-size: 2.6rem;
        line-height: 2.8rem;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    /*col-md*/
    #closing_copy h2 {
        font-size: 3.2rem;
        line-height: 3.2rem;
        margin-bottom: 0;
        padding: 2.5rem 3.5rem 2.2rem;
    }
}

@media (min-width: 992px) {
    /*col-lg*/
    #closing_copy h2 {
        font-size: 4.4rem;
        line-height: 4.4rem;
        margin-bottom: 2rem;
        padding: 2.75rem 3.75rem 2.5rem;
        border-bottom-left-radius: 5rem;
        border-top-right-radius: 5rem;
    }
}

@media (min-width: 1200px) {
    /*col-xl*/
    #closing_copy h2 {
        font-size: 4.9rem;
        line-height: 4.9rem;
        margin-bottom: 2rem;
        padding: 3rem 4.25rem 2.7rem;
    }
}

@media (min-width: 1400px) {
    /*col-xxl*/
    #closing_copy h2 {
        font-size: 5.2rem;
        line-height: 5.2rem;
        margin-bottom: 2rem;
        padding: 3.25rem 4.75rem 3rem;
    }
}




/*
*   BRANDED FOOTER
*/


footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2.25rem 2rem;
    background-color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 600;
    font-size: 2.2rem;
}


footer img {
    width: 120px;
    height: auto;
    margin-left: 2.4rem;
}

@media (min-width: 460px) {
    footer {
        font-size: 3.0rem;
    }

    footer img {
        width: 168px;
        height: auto;
    }
}

@media (min-width: 768px) {
    footer {
        font-size: 3.5rem;
    }

    footer img {
        width: 210px;
        height: auto;
        margin-left: 3.5rem;
    }
}



/* Video responsiveness */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}