/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CUSTOM CSS */
.iar, .adas, .rss, .ics, .aas, .cwut, .fstp, .ctcg, .drmp, .mpf {
    display: none;
}

.landing-info-nav div {
    display: flex;
    flex-direction: row;
}

.click-offer-p {
    font-size: .85rem;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}

.landing-info-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 35px auto;
}

.landing-info-nav a {
    text-decoration: none;
}

.active {
    border-radius: 30px;
    border: 2px solid #c280b6;
    background-color: white;
}

.landing-info-nav li i {
    font-size: 2rem;
    margin-right: 10px;
}

.status-btn:hover {
    cursor: pointer;
    background: #c280b6;
    border: 2px solid white;
    width: 180px;
    padding: 15px 20px;
}

.status-btn {
    padding: 15px;
    color: #fff;
    background: #b166a3;
    border: 2px solid #b166a3;
    border-radius: 26px;
    transition: all 0.2s ease;
    text-align: center;
    margin: 5px;
    width: 170px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-family: 'Hind', sans-serif;
}
nav {
    position: fixed;
    z-index: 3;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.primary-logo {
    height: 30px;
    cursor: pointer;
}
.login-cta {
    position: absolute;
    right: 40px;
    top: 16px;
    padding: 8px 20px;
    color: #b166a3;
    border: 2px solid #b166a3;
    border-radius: 26px;
    transition: all 0.2s ease;
}
.login-cta:hover {
    cursor: pointer;
    background: rgba(255,255,255,0.3)
}
section {
    position: relative;
    overflow: hidden;
}
.white-section {
    color: #575f6f;
    background: #ffffff;
}
.blue-section {
    color: #263b4c;
    background: rgba(204, 236, 255, 0.5);
}
.bullet-title i {
    margin-right: 15px;
}
.landing-desc {
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
}
.landing-desc i {
    margin-right: 15px;
    color: #29a3ea;
    width: 52px;
    height: 100%;
    font-size: 30px;
    vertical-align: top;
}
.grey-section {
    color: #bfc7d4;
    background: #3f4850;
}
.bullet {
    padding: 120px 68px;
    max-width: 1000px;
    margin: 0 auto;
}
.report-ul {
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
}
.bullet-wide {
    padding: 120px 68px;
    max-width: 1300px;
    margin: 0 auto;
}
.hero-section {
    display: grid;
    grid-template-columns: 600px auto;
    box-shadow: 0px 0px 20px 2px #a4afb3;
}
.hero-bullet {
    position: relative;
    color: #575f6f;
}
.hero-img {
    width: 100%;
    max-width: 500px;
}
.hero-subtitle {
    margin: 60px 0 0 0;
    padding: 10px 0 10px 24px;
    border-left: 2px solid #b166a3;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
}
.hero-cta-container {
    margin: 95px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partner-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}
.demo-cta-container {
    margin: 40px 0 0 0;
    display: grid;
    width: fit-content;
    grid-template-columns: auto auto auto;
    grid-template-rows: 50px;
    grid-column-gap: 10px;
}
.explore-cta {
    display: inline-block;
    padding: 16px 20px;
    color: #b166a3;
    border: 2px solid #fff;
    border-radius: 26px;
    transition: all 0.2s ease;
}
.explore-cta:hover {
    cursor: pointer;
    border: 2px solid #b166a3;
}
.cdk-partner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #b166a3;
    border: 2px solid #fff;
    border-radius: 26px;
    transition: all 0.2s ease;
    width: 40%;
}
.cdk-partner img {
    width: 95%;
}
.cdk-partner:hover {
    cursor: pointer;
    border: 2px solid #b166a3;
}
.demo-cta {
    display: inline-block;
    padding: 16px 20px;
    color: #fff;
    background: #b166a3;
    border: 2px solid #b166a3;
    border-radius: 26px;
    transition: all 0.2s ease;
}
.demo-cta:hover {
    cursor: pointer;
    background: rgba(177, 102, 163,0.8);
}
/*
.hero-note {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 68px;
    background: #ededed;
}
.hero-note a {
    text-decoration: none;
    color: #c75db4;
}
*/
.hero-vid-container {
    position: relative;
    overflow: hidden;
}
.background-video {
    right: 0;
    top: 0;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.video-overlay {
    background: rgba(204, 236, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-play {
        position: absolute;
    top: calc(50% - 55px);
    right: calc(50% - 55px);
    box-sizing: border-box;
    width: 130px;
    height: 130px;
    padding-top: 28px;
    padding-left: 6px;
    border: 14px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    transition: all 0.2s ease;
}
.video-play:hover {
    cursor: pointer;
    background: rgba(255,255,255,0.3);
}
.section-divider {
    height: 1px;
    border-radius: 1px;
    max-width: 1000px;
    margin: 0 auto;
    background: #b5d2e2;
}
.bullet-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 36px 0;
    line-height: 2.4rem;
}
.focal-title {
    font-size: 36px;
    font-weight: 600;
    margin: 25px auto;
    line-height: 2.5rem;
    text-align: center;
}
@media (max-width: 1000px) {
    .bullet-image {
        display: none;
    }
}
@media (max-width: 1100px) {
    .landing-desc .fa-star {
        color:#e6c9e1 !important;
        font-size: 1rem !important;
    }
    .landing-desc .fa-star:hover {
        color:rgba(255, 217, 0) !important;
        font-size: 1rem !important;
    }
    .bullet-image-frame2 {
        background: #b9ddf3;
        height: 250px;
        width: 96%;
        border-radius: 50px 10px 100px 50px;
    }
    .bullet-image2-3 {
        z-index: 2;
        position: absolute;
        left: 20px !important;
        top: 10px;
        width: 80% !important;
        height: auto !important;
        border-radius: 15px !important;
        box-shadow: -8px 0px 16px -6px #a4afb3;
    }
    .bullet-image2-1 {
        z-index: 1;
        position: absolute;
        top: 0;
        border-radius: 15px !important;
        height: 200px !important;
    }
    .report-ul {
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
    }
    .focal-title {
        font-size: 2rem;
        font-weight: 600;
        margin: 15px auto;
        line-height: 2.5rem;
        text-align: center;
        padding: 0 20px;
    } 
    .bullet {
        padding: 65px 2%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .landing-info-nav div {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
    .landing-info-nav {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .status-btn {
        width: 92%;
        font-size: .7rem;
        padding: 5px;
        color: #fff;
        background: #b166a3;
        border: 2px solid #b166a3;
        border-radius: 26px;
        transition: all 0.2s ease;
        text-align: center;
        margin: 5px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .status-btn:hover {
        cursor: pointer;
        background: #c280b6;
        border: 2px solid white;
        width: 92%;
        padding: 5px;
    }
    .landing-info-nav li i {
        font-size: 1rem;
        margin-right: 10px;
    }
    .landing-desc {
        margin-bottom: 15px;
        line-height: 25px;
        font-size: 1rem;
        display: flex;
        flex-direction: row;
        text-align: center;
    }
    .landing-desc i {
        display: inline !important;
    }

}
.bullet-description {
    font-size: 0;
}
.bullet-description i {
    color: #29a3ea;
    width: 52px;
    font-size: 30px;
    vertical-align: top;
}
.bullet-description-text {
    line-height: 2rem;
    font-size: 16px;
    width: calc(100% - 52px);
    vertical-align: top;
    display: inline-block  
}
.bullet-with-image-right {
    display: grid;
    grid-template-columns: auto 500px;
    grid-column-gap: 40px;
}
.bullet-with-image-left {
    display: grid;
    grid-template-columns: 500px auto;
    grid-column-gap: 40px;
}
.bullet-image {
    position: relative;
}
.bullet-image-frame6 {
    background: #b9ddf3;
    height: 355px;
    width: 95%;
    border-radius: 20px 50px 20px 80px;
}
.bullet-image-frame1 {
    background: #e6c9e1;
    height: 462px;
    width: 75%;
    margin-left: 65px;
    border-radius: 20px 20px 210px 210px;
}
.bullet-image-frame3 {
    background: #b9ddf3;
    height: 480px;
    width: 75%;
    margin-left: 65px;
    border-radius: 20px 20px 210px 210px;
}
.bullet-image-frame5 {
    background: #b9ddf3;
    height: 480px;
    width: 75%;
    margin-left: 125px;
    border-radius: 20px 20px 210px 210px;
}
.bullet-image1-1 {
    z-index: 1;
    width: 230px;
    position: absolute;
    top: 15px;
    left: 136px;
    box-shadow: 0px 0px 16px 2px #a4afb3;
    border-radius: 17%;
}
.bullet-image1-4 {
    z-index: 1;
    width: 230px;
    position: absolute;
    top: 15px;
    left: 196px;
    box-shadow: 0px 0px 16px 2px #a4afb3;
    border-radius: 17%;
}

.bullet-image1-6 {
    z-index: 1;
    width: 65%;
    position: absolute;
    top: 150px;
    left: 25px;
    box-shadow: 0px 0px 16px 2px #a4afb3;
    border-radius: 10px;
}

.bullet-image-frame2 {
    background: #b9ddf3;
    height: 310px;
    width: 96%;
    border-radius: 50px 10px 100px 50px;
}
.bullet-image-frame7 {
    background: #e6c9e1;
    height: 420px;
    width: 66%;
    border-radius: 50px 10px 100px 50px;
}

.bullet-image-frame4 {
    background: #e6c9e1;
    height: 420px;
    width: 96%;
    border-radius: 50px 10px 100px 50px;
}
.fa-star {
    color:#e6c9e1 !important;
    font-size: 1.5rem !important;
}
.fa-star:hover {
    color:rgba(255, 217, 0) !important;
    font-size: 1.5rem !important;
}
.bullet-image2-1 {
    z-index: 1;
    position: absolute;
    top: 0;
    border-radius: 50px;
    height: 310px;
}
.bullet-image2-2 {
    z-index: 2;
    position: absolute;
    left: 80px;
    top: 30px;
    width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: -8px 0px 16px -6px #a4afb3
}
.bullet-image2-7 {
    z-index: 2;
    position: absolute;
    left: 90px;
    top: 30px;
    width: 40%;
    height: auto;
    border-radius: 10px;
}
.bullet-image2-5 {
    z-index: 2;
    position: absolute;
    left: 130px;
    top: 30px;
    width: 60%;
    height: auto;
    border-radius: 20px;
    box-shadow: -8px 0px 16px -6px #a4afb3
}
.bullet-image2-3 {
    z-index: 2;
    position: absolute;
    left: 150px;
    top: 10px;
    width: 245px;
    height: 225px;
    border-radius: 50px;
    box-shadow: -8px 0px 16px -6px #a4afb3
}
.footer-bullet {
    padding: 80px 68px;
}
.footer-column a {
    text-decoration: none;
    color: inherit;
    transition: all .2s ease;
}
.footer-column a:hover {
    color: #fff;
}
.footer-columns-container {
    display: grid;
    grid-template-columns: auto auto 50%;
    grid-column-gap: 24px;
}
.footer-column-title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 28px 0;
    color: #fff;
}
.footer-column-item {
    margin: 0 0 18px 0;
}
.footer-column-item input, .footer-column-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 2px 0 0 0;
    border: 1px solid #29343e;
    background: #29343e;
    border-radius: 4px;
    padding: 6px 8px;
    outline: none;
    font-family: 'Hind', sans-serif;
    transition: all .2s ease;
}
.footer-column-item input:hover, .footer-column-item select:hover {
    border: 1px solid #616a79;
}
.footnote {
    font-size: 14px;
    margin: 38px 0 0 0;
}
.error {
    display: none;
    padding: 20px;
    font-size: 14px;
    color: #ff9c9c;
}
.success {
    display: none;
    padding: 20px;
    font-size: 14px;
    color: #9cffca;
}

.shadowbox {
    z-index: 4;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.shadowbox-shadow {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0,0,0,0.5);
}
.shadowbox-box {
    margin: 0 auto;
    width: 95%;
    max-width: 1150px;
    background: #3f4850;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.shadowbox-close {
    color: #fff;
    position: absolute;
        top: 2px;
    right: 2px;
    padding: 0 10px;
    font-size: 50px;
    transition: all .2s ease;
}
.shadowbox-close:hover {
    cursor: pointer;
}
.shadowbox-video {
    width: 100%;
}

@media screen and (max-width: 940px), screen and (max-device-width: 940px) {
    .footnote {
        width: 130%;
        margin-left: -23px;
    }
    .form {
        width: 130%;
        margin-left: -15%;
    }
    .bullet-image2-2 {
        left: -47px;
        top: 208px;
    }
    .contact {
        margin-left: -28px;
    }
    .products {
        margin-left: 28px;
    }
    .bullet-description-text {
        width: 100%;
    }
    .bullet-image1-1 {
        left: 7px;
    }
    .hero-cta-container {
        margin: 55px 0 0 0;
    }
    .hero-subtitle {
        margin: 20px 0 0 0;
    }
    .hero-section {
        display: block;
    }
    .hero-vid-container {
        max-height: 400px;
    }
    .bullet-with-image-right, .bullet-with-image-left {
        grid-template-columns: auto;
        grid-row-gap: 40px;
    }
    .bullet-image-frame1, .bullet-image-frame2 {
        max-width: 500px;
        margin: 0 auto;
    }
    .bullet-image-frame3 {
        max-width: 500px;
        margin: 0 auto;
        opacity: 0;
    }
    .bullet-description-text {
        text-align: left;
        font-size: .7rem !important;
    }
    .bullet-wide {
        padding: 0 5%;
        padding-bottom: 25px;
    }
    .bullet-title {
        text-align: center;
        margin: 0 0 16px 0;
    }
}

@media screen and (max-width: 840px), screen and (max-device-width: 840px) {
    .footer-column:nth-child(1) {
        grid-area: menu1;
    }
    .footer-column:nth-child(2) {
        grid-area: menu2;
    }
    .footer-column:nth-child(3) {
        grid-area: form;
    }
    .footer-columns-container {
        display: grid;
        box-sizing: border-box;
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
        grid-row-gap: 24px;
        grid-template-areas: "menu1 menu2" "form form";
    }
}
