* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #402462;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

#tooSmall {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    background-color: #1D1A5B;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
}

section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 20rem;
    z-index: 2;
    background-color: #402462;
}
/* 
section .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    /* max-width: 1000px; *
    padding: 3rem 2rem;
    z-index: 10;
} */

#logo {
    position: relative;
    margin-top: -52px;
    left: 0;
    width: 260px;
    height: auto;
    z-index: 10;
}

section h1 {
    padding-top: 45px;
    font-size: 58px;
    line-height: 58px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.56);
    text-align: center;
}
section small {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.56);
}

section h2 {
    font-size: 30px;
    line-height: 37px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 24px;
}

section h3 {
    font-size: 24px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #000000;
}

section h2:before,
section h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 27px;
    margin-top: -27px;
    border-top: 2px solid #E99848;
}

/** HERO **/

section#hero {
    display: block;
    flex-direction: unset;
    align-items: normal;
    justify-content: normal;
    height: auto;
    min-height: 100vh;
    width: 100vw;
    /* padding-bottom: 64.93%; */
}

section#hero #gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.0) 100%);
    z-index: 2;
}

section#hero #hero_content.container {
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3;
}
section#hero #video_container.container {
    position: absolute;
    top: 0;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    right: -500px;
    height: 100%;
    max-height: 100vh;
    max-width: none;
    z-index: 1;
}

#hero_content p.eyebrow {
    font-weight: 700;
    font-size: 23px;
    line-height: 80px;
    text-transform: uppercase;
}

#hero_content h1 {
    display: inline-block;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    text-align: left;
    text-shadow: none;
    padding-bottom: 30px;
    border-bottom: 4px solid #FFCE08;
    margin-bottom: 30px;
}

#hero_content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.5);
}

section#hero video {
    position: absolute;
    right: 0;
    width: auto;
    min-width: 100vw;
    height: auto;
    object-fit: cover;
}

section article {
    position: relative;
    height: auto;
    width: 100%;
    /* min-height: 100vh; */
    z-index: 5;
}

section.phone {
    margin: 0 auto;
    padding: 0;
    z-index: 35;
}

section.phone img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

section.phone video {
    width: 100%;
    height: auto;
}

section#section_2 .container {
    padding: 0;
}

section#section_2 .col-3,
section#section_4 .col-3 {
    position: relative;
}
section#section_2 {
    background-image: url('../images/section_2.jpg');
    background-position: 50% top;
    background-size: cover;
    background-repeat: no-repeat;
}

section#section_2 video {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 81%;
    max-width: 320px;
    height: auto;
    z-index: 1;
}

section#section_2 img {
    position: relative;
    max-width: 330px;
    height: auto;
    z-index: 5;
}

.dividerGreen {
    position: relative;
    width: 100vw;
    height: 18px;
    background-color: #31A80A;
}

.dividerYellow {
    position: relative;
    width: 100vw;
    height: 18px;
    background-color: #FFCE00;
}

section#section_3 {
    overflow: hidden;
}

section#section_3 .background {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    padding-bottom: 50.81%;
}

section#section_3 .background img {
    width: 100%;
    height: auto;
}

section#section_3 .container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50.81%;
}

section#section_3 .row {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50.81%;
}

section#section_3 h2 {
    text-align: center;
    font-weight: 900;
    font-size: 45px;
    line-height: 60px;
    color: #ffffff;
    margin-top: 15%
}

section#section_3 h2:before {
    display: none;
}

section#section_3 h2 small {
    border: 0;
    color: #FFCE00;
    font-weight: 900;
    font-size: 45px;
    line-height: 60px;
    display: block;
}

section#section_4 .container {
    padding: 0;
}

section#section_4 {
    background-image: url('../images/section_4.jpg');
    background-position: 50% top;
    background-size: cover;
    background-repeat: no-repeat;
}

section#section_4 video {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 81%;
    max-width: 320px;
    height: auto;
    z-index: 1;
}

section#section_4 img {
    position: relative;
    max-width: 330px;
    height: auto;
    z-index: 5;
}

section.phone a.social {
    position: absolute;
    display: inline-block;
    top: 36px;
    left: 46px;
    width: 46px;
    height: 46px;
    padding: 8px;
    z-index: 20;
}

section#section_2.phone a.social {
    left: auto;
    right: 46px;
}

section.phone a.social img {
    width: 100%;
    height: auto;
}

.spread-images {
    background-color: #ffffff;
}

.spread-images .col-4 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.spread-images .col-4:nth-of-type(1) img {
    margin-left: -4px !important;
}

.spread-images .col-4:nth-of-type(3) img {
    margin-left: 4px !important;
}

.spread-images img {
    width: 100%;
    height: auto;
}

section#footer {
    position: relative;
    margin-top: -40px;
    min-height: auto;
    overflow: hidden;
    z-index: 40;
    background: transparent;
}

#logoFooter {
    position: relative;
    margin-bottom: -42px;
    left: 0;
    width: 260px;
    height: auto;
    z-index: 10;
}

@media only screen and (max-width: 768px) {
    #tooSmall {
        display: flex;
    }
}

@media only screen and (min-width: 980px) {
    section h1 {
        padding-top: 0;
        font-size: 72px;
        line-height: 72px;
    }
    section small {
        font-size: 24px;
        line-height: 28px;
    }
}


@media only screen and (min-width: 990px) {
    section#animation .container.grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (min-width: 1024px) {
    section#hero #video_container.container {
        right: -400px;
    }
}
@media only screen and (min-width: 1250px) {
    section#hero #video_container.container {
        right: -300px;
    }
}