:root{
    --ctm-black: #1B1C1D;
    --ctm-blue: #58B8E5;
    --ctm-white: #ffffff;
    --ctm-grey: #727272;
    --ctm-red: #E9381D;
    --ctm-green: #7DBD59;
    --ctm-brownorange: #EEB046;
    --ctm-lightgrey: #CECECE;
    --ctm-text-blue: #74B5E1;
    --ctm-text-black: #272B56;
}

header{
    min-height: 100px;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(50,50,50,.5);
}
header .ctm-container{
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    height: 100px;
}
header .ctm-container svg{
    width: 80px;
}
header .ctm-row{
    height: inherit;
}
footer{
    min-height: 60px;
    width: 100%;
    background-color: var(--ctm-white);
}
@media screen and (max-width: 768px) {
    header,
    header .ctm-container{
        min-height: auto;
        height: 50px;
    }
    header .ctm-container svg{
        width: auto;
        height: 30px;
        position: relative;
        top: 2px;
    }
}

/*
==//init values//==
*/
html{ 
    scroll-behavior: smooth;
 }
#main-content .txt-dt-14{ font-size: 14px; line-height: 21px;}
#main-content .txt-dt-16{ font-size: 16px; line-height: 24px;}
#main-content .txt-dt-18{ font-size: 18px; line-height: 28px; }
#main-content .txt-dt-20{ font-size: 20px; line-height: 28px;}
#main-content .txt-dt-24{ font-size: 24px; }
#main-content .txt-dt-32{ font-size: 32px; }
#main-content .txt-dt-40{ font-size: 40px; line-height: 48px;}
#main-content .txt-dt-56{ font-size: 56px; line-height: 70px; word-wrap: normal;}
#main-content .txt-dt-64{ font-size: 64px; line-height: 77px;}

#main-content{
    color: var(--ctm-white);
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: var(--ctm-black);
}
#main-content.results{
    min-height: 100vh;
    height: auto;
    overflow: visible;
}
#main-content section{
    position: relative;
    opacity: 0;
    display: none;
    transition: opacity .5s;
}
#main-content section video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    aspect-ratio: 16/9;
    transition: margin-top 1s cubic-bezier(.175,.885,.32,1);
}
#main-content .text-container{
    padding: 32px 16px 60px;
}
#main-content .text-center{
    text-align: center;
}
#main-content .text-left{
    text-align: left;
}
#main-content .elm-center{
    margin-left: auto;
    margin-right: auto;
}
#main-content .fade-up,
#main-content .fade-right{
    opacity: 0;
    transform: translate3d(0,100px,0);
    transition-duration: 1.5s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(.175,.885,.32,1);
}
#main-content .fade-black{
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.175,.885,.32,1);
}
#main-content .fade-black.fade-complete{
    opacity: 1;
}
#main-content .fade-right{
    transform: translate3d(-100px,0,0);
}
#main-content .fade-up.fade-complete,
#main-content .fade-right.fade-complete{
    opacity: 1;
    transform: translateZ(0);
}
#main-content .section-step--three .fade-right{
    transform: translate(-200px,-25px);
}
#main-content .fade-right.fade-complete-scrub{
    opacity: 1;
    transform: translate(0,-25px);
}
#main-content .fade-up.fade-up-hide{
    opacity: 0;
    transform: translate3d(0,-100px,0);
}
#main-content .desktop-hidden{
    display: none;
}

@media screen and (max-width: 1024px){
    #main-content .mobile-hidden{
        display: none;
    }
    #main-content .desktop-hidden{
        display: inherit;
    }
}
@media screen and (max-width: 768px) {
    _::-webkit-full-page-media, _:future, :root #main-content ,
    _::-webkit-full-page-media, _:future, :root #main-content section video{
        height: -webkit-fill-available;
    }
    #main-content .txt-dt-16{ font-size: 16px; line-height: 24px;}
    #main-content .txt-dt-18{ font-size: 18px; }
    #main-content .txt-dt-20{ font-size: 20px; line-height: 28px;}
    #main-content .txt-mb-24{ font-size: 24px; }
    #main-content .txt-mb-32{ font-size: 32px; }
    #main-content .txt-mb-40{ font-size: 40px; line-height: 48px;}

    #main-content section video{
        aspect-ratio: 9/16;
    }
    #main-content .text-container{
        padding: 50px 20px 50px;
    }
    #main-content .fade-right.fade-complete-scrub{
        transform: translate(-15px,-25px);
    }
}

/* 
==//first screen//==
*/
.section-step--one, 
.section-step--one .ctm-container{
    height: inherit;
}
.section-step--one .ctm-row{
    justify-content: flex-start;
}
.section-step--one .bg-wrapper{
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to bottom,
     rgba(0,0,0,1) 30%,
     rgba(0,0,0,.9),
     rgba(0,0,0,.8),
     rgba(0,0,0,0));
    transition: margin-left 3s cubic-bezier(.175,.885,.32,1),
    opacity 2s cubic-bezier(.175,.885,.32,1);
}
.section-step--one .ctm-container img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}
.section-step--one .text-container{
    padding: 32px 16px 60px;
    transition: margin-top 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--one h1{
    color: var(--ctm-white);
    max-width: 786px;
    width: 100%;
    margin-bottom: 22px;
}
.section-step--one p{
    color: var(--ctm-white);
    max-width: 646px;
    margin-bottom: 22px;
    width: 100%;
}
.section-step--one button{
    box-shadow: none;
    border: none;
    font-weight: 400;
    color: var(--ctm-text-black);
    border-radius: 32px;
    background-color: var(--ctm-blue);
    padding: 8px 56px;
}
.section-step--one video{
    margin-top: 5rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: margin-top 1s cubic-bezier(.175,.885,.32,1)!important;
}

@media screen and (min-width: 1024px) {
    .section-step--one .ctm-row,
    .section-step--one .ctm-col-6,
    .section-step--one .bg-wrapper{
        height: inherit;
    }
    .section-step--one video{
        margin-top: 0;
        margin-left: 0;
        transition: margin-left 1s cubic-bezier(.175,.885,.32,1)!important;
    }
    .section-step--one .bg-wrapper{
        background-image: linear-gradient(to right,
         rgba(0,0,0,1) 30%,
         rgba(0,0,0,.9),
         rgba(0,0,0,.8),
         rgba(0,0,0,0.01));
    }
    .section-step--one .text-container{
        position: absolute;
        padding-left: 15px!important;
        padding-right: 15px!important;
        box-sizing: border-box;
        top: 50%;
        right: 0;
        width: 100%;
        max-width: 520px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1024px) {
    .section-step--one button{
        padding: 14px 56px;
    }
    .section-step--one .ctm-col-6{
        width: 100%;
        text-align: center;
    }
    
    .section-step--one .bg-wrapper{
        background-image: linear-gradient(to bottom,
         rgba(0,0,0,1) 30%,
         rgba(0,0,0,.9),
         rgba(0,0,0,.9),
         rgba(0,0,0,0));
    }
}

/* 
==//second screen//==
*/
.section-step--two{
    height: inherit;
}
.section-step--two .ctm-container{
    height: inherit;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* width */
.section-step--two .ctm-container:first-child::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.section-step--two .ctm-container:first-child::-webkit-scrollbar-track {
    background: var(--ctm-black);
}
/* Handle */
.section-step--two .ctm-container:first-child::-webkit-scrollbar-thumb {
    background: var(--ctm-blue);
    border-radius: 20px;
}
/* Handle on hover */
.section-step--two .ctm-container:first-child::-webkit-scrollbar-thumb:hover {
    background: var(--ctm-text-blue);
    cursor: pointer;
}
.section-step--two .content-pillar{
    max-width: 350px;
    width: 100%;
}
.section-step--two .text-container{
    padding-bottom: 30px!important;
}
.section-step--two p{
    color: var(--ctm-white);
}
.section-step--two ul{
    list-style: none;
}
.section-step--two li{
    margin-bottom: 30px;
}
.section-step--two li:first-child{
    margin-top: 25px;
}
.section-step--two li:last-child{
    margin-bottom: 60px;
}
.section-step--two li::before{
    content: '';
    height: 1px;
    width: 45%;    
    display: block;
    position: relative;
    transform: translateY(25px);
    border-top: 1px solid var(--ctm-blue);
    transition: width 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--two li.active::before{
    width: 100%;
}
.section-step--two .content-pillars button{
    position: relative;
    z-index: 1;
    box-shadow: none;
    font-weight: 400;
    border-radius: 32px;
    padding: 12px 56px;
    color: var(--ctm-white);
    transition: background-color .5s;
    border: 1px solid var(--ctm-blue);
    background-color: var(--ctm-black);
}
.section-step--two li.active button{
    color: var(--ctm-black);
    background-color: #ffffff;
}
.section-step--two button.next-btn{
    padding: 14px 56px;
    border: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    font-weight: 400;
    margin-bottom: -60px;
    color: var(--ctm-black);
    background-color: var(--ctm-blue);
    transition: margin-bottom 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--two button.next-btn.active{
    margin-bottom: 0;
}
.section-step--two .ctm-wrap{
    opacity: 1;
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--two #videoAnimation{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--two #videoAnimation.active{
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .section-step--two .text-container{
        padding-bottom: 30px!important;
    }
}
@media screen and (max-width: 768px) {
    .section-step--two li::before{
        width: 40%;
    }
}
@media screen and (max-width: 360px) {
    .section-step--two .content-pillar{
        max-width: 320px;
    }
}

/* 
==//third screen//==
*/
.section-step--three{
    height: inherit;
}
.section-step--three p{
    color: var(--ctm-white);
}
.section-step--three .ctm-container:first-child{
    height: inherit;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* width */
.section-step--three .ctm-container:first-child::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.section-step--three .ctm-container:first-child::-webkit-scrollbar-track {
    background: var(--ctm-black);
}
/* Handle */
.section-step--three .ctm-container:first-child::-webkit-scrollbar-thumb {
    background: var(--ctm-blue);
    border-radius: 20px;
}
/* Handle on hover */
.section-step--three .ctm-container:first-child::-webkit-scrollbar-thumb:hover {
    background: var(--ctm-text-blue);
    cursor: pointer;
}
.section-step--three .ctm-indicators{
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.section-step--three .ctm-indicators li{
    height: 4px;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    background-color: var(--ctm-grey);
    transition: background-color 2s cubic-bezier(.175,.885,.32,1);
}
.section-step--three .ctm-indicators li.active{
    background-color: var(--ctm-white);
}
.section-step--three .dynamic-pillars{
    display: none;
    opacity: 0;
    box-sizing: border-box;
    padding-bottom: 100px;
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--three .dynamic-pillars.active{
    display: block;
}
.section-step--three .range-container .ctm-line{
    height: 2px; 
    bottom: -13px;
    display: block;
    position: absolute;
    transform: translateY(-25px);
    border-top: 2px solid var(--ctm-blue);
    width: calc(((100% - 350px) / 2) + 330px);   
    transition: width 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--three .ctm-wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
    position: relative;
}
.section-step--three .text-container{
    padding-top: 20px!important;
    padding-bottom: 30px!important;
}
.section-step--three .range-container{
    position: relative;
    margin-bottom: 30px;
}
.section-step--three .range-item p{
    color: var(--ctm-blue);
}
.section-step--three input[type="range"]{
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
    border: none;
    position: relative;
    z-index: 1;
}
/* Removes default focus */
.section-step--three input[type="range"]:hover {
    outline: none;
}
/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
/* .section-step--three input[type="range"]::-webkit-slider-runnable-track {
    background-color: var(--ctm-blue);
    border-radius: 5px;
    height: 2px;
} */
/* slider thumb */
.section-step--three input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -8px; /* Centers thumb on the track */
    background-color: var(--ctm-white);
    border-radius: 15px;
    border: 1px solid var(--ctm-lightgrey);
    height: 20px;
    width: 40px;
}
.section-step--three input[type="range"]::-webkit-slider-thumb:hover{
    cursor: grab;
}
/* .section-step--three input[type="range"]:focus::-webkit-slider-thumb {
    outline: 3px solid #808080;
    outline-offset: 0.125rem;
} */
/*********** Firefox styles ***********/
/* slider track */
/* .section-step--three input[type="range"]::-moz-range-track {
    background-color: var(--ctm-blue);
    border-radius: 5px;
    height: 2px;
} */
/* slider thumb */
.section-step--three input[type="range"]::-moz-range-thumb {
    background-color: var(--ctm-white);
    border: 1px solid var(--ctm-lightgrey);
    border: none; /*Removes extra border that FF applies*/
    border-radius: 15px;
    height: 20px;
    width: 40px;
}
.section-step--three input[type="range"]::-moz-range-thumb:hover{
    cursor: grab;
}
/* .section-step--three input[type="range"]:focus::-moz-range-thumb {
    outline: 3px solid #808080;
    outline-offset: 0.125rem;
} */
.section-step--three input[type="range"].scrubbing::-webkit-slider-thumb,
.section-step--three input[type="range"].scrubbing:hover{
    cursor: grabbing!important;
}
.section-step--three .tooltip{
    position: relative;
    padding-top: 50px;
    box-sizing: border-box;
}
.section-step--three .tooltip-txt{
    position: absolute;
    margin-left: -43px;
    left: 0;
    top: 0;
    width: 101px;
    border-radius: 15px;
    padding: 3px 14px;
    border: 1px solid var(--ctm-white);
}
.section-step--three .tooltip-txt::after{
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    background-color: var(--ctm-black);
    height: 8px;
    width: 8px;
    bottom: -5px;
    margin-left: -5px;
    left: 50%;
    border-left: 1px solid var(--ctm-white);
    border-bottom: 1px solid var(--ctm-white);
}
.section-step--three ul.range-stops{
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 90%;
    height: 2px;
    transform: translateX(-50%);
    background-color: var(--ctm-blue);
}
.section-step--three ul.range-stops li{
    position: absolute;
    bottom: -4px;
    margin-bottom: 0;
}
.section-step--three ul.range-stops li:nth-child(1){
    left: 0;
}
.section-step--three ul.range-stops li:nth-child(2){
    left: calc(25% - 3px);
}
.section-step--three ul.range-stops li:nth-child(3){
    left: calc(50% - 5px);
}
.section-step--three ul.range-stops li:nth-child(4){
    left: calc(75% - 5px);
}
.section-step--three ul.range-stops li:nth-child(5){
    left: calc(100% - 7px);
}
.section-step--three ul.range-stops li::after{
    content: '';
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--ctm-blue);
}

.section-step--three .guide-modal{
    position: absolute;
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.9);
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--three .modal-content{
    position: absolute;
    display: none;
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
    
}
.section-step--three .modal-content img{
    display: block;
    margin: 0 auto 20px;    
    width: 100%;
    max-width: 400px;
}
.section-step--three .modal-content button{
    position: relative;
    z-index: 1;
    box-shadow: none;
    font-weight: 400;
    border-radius: 32px;
    padding: 12px 56px;
    color: var(--ctm-black);
    transition: background-color .5s;
    border: 1px solid var(--ctm-blue);
    background-color: var(--ctm-blue);
}
.section-step--three button.prev-btn{
    padding: 14px 56px;
    border: none;
    width: 50%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-weight: 400;
    margin-bottom: -60px;
    color: var(--ctm-black);
    background-color: #D0D0D0;
    transition: margin-bottom 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--three button.next-btn{
    padding: 14px 56px;
    border: none;
    width: 50%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-weight: 400;
    margin-bottom: -60px;
    color: var(--ctm-black);
    background-color: var(--ctm-blue);
    transition: margin-bottom 1s cubic-bezier(.175,.885,.32,1);
}

.section-step--three .educational-video{
    position: absolute;
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    /* background-color: var(--ctm-black); */
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--three .educational-video .ctm-row{
    height: inherit;
}
.section-step--three .educational-video video{
    position: absolute;
    margin: 0!important;
    right: 0;
    bottom: 0;
    /* height: calc( 100vh - 40px)!important; */
    align-self: 16/9!important;
}
.section-step--three .educational-video .text-video{
    position: relative;
    z-index: 1;
}
.section-step--three .educational-video .edu-video + div.text-left{
    margin-top: 3rem;
}
.section-step--three .educational-video a{
    box-shadow: none;
    border: none;
    font-weight: 400;
    border-radius: 32px;
    padding: 8px 70px;
    color: var(--ctm-text-black);
    background-color: var(--ctm-blue);
    /* font-weight: 300;
    color: var(--ctm-white);
    border-bottom: 1px solid var(--ctm-white); */
}
.section-step--three .educational-video a:hover{
    text-decoration: none;
}
.section-step--three .ctm-progress-bar{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    background-color: #D0D0D0;
}
.section-step--three .ctm-progress-bar span{
    display: block;
    position: inherit;
    height: inherit;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: var(--ctm-blue);
    transition: width 20s linear;
}
.section-step--three .ctm-progress-bar.active span{
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .section-step--three .educational-video video{
        position: relative;
        right: auto;
        bottom: auto;
        margin: 3rem 0;
        width: 100%!important;
        height: auto!important;
        aspect-ratio: 16/9!important;
    }
    .section-step--three .educational-video h3{
        margin-top: 40px;
    }
    .section-step--three .educational-video h3,
    .section-step--three .educational-video p,
    .section-step--three .educational-video a{
        margin-left: 15px;
        margin-right: 15px;
    }
    .section-step--three .educational-video a{
        display: inline-block;
        margin-top: 60px;
        padding: 16px 60px;
    }
    .section-step--three .educational-video .text-video p{
        margin-bottom: 60px;
    }
    .section-step--three .educational-video .edu-video + div.text-left{
        text-align: center!important;
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .section-step--three .ctm-wrapper{
        max-width: 310px;
    }
    .section-step--three .ctm-indicators li{
        margin-top: 30px;
    }
    .section-step--three .tooltip-txt{
        width: 87px;
        left: 2%;
    }
    .section-step--three .ctm-container:first-child::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .section-step--three .ctm-wrapper{
        max-width: 284px;
    }
    #main-content .fade-right.fade-complete-scrub{
        transform: translate(-26px,-25px);
    }
    .section-step--three .tooltip-txt{
        padding: 3px 10px;
    }
}




/* 
==//fourth screen//==
*/
.section-step--four,
.section-step--four .ctm-container,
.section-step--four .ctm-row{
    height: auto;
}
/* .section-step--four .ctm-container{
    overflow: hidden scroll;
} */
/* .section-step--four .ctm-row .ctm-col-12{
    min-height: 200vh;
} */
/* width */
.section-step--four .ctm-container:first-child::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.section-step--four .ctm-container:first-child::-webkit-scrollbar-track {
    background: var(--ctm-white);
}
/* Handle */
.section-step--four .ctm-container:first-child::-webkit-scrollbar-thumb {
    background: var(--ctm-blue);
    border-radius: 20px;
}
/* Handle on hover */
.section-step--four .ctm-container:first-child::-webkit-scrollbar-thumb:hover {
    background: var(--ctm-text-blue);
    cursor: pointer;
}
.section-step--four .ctm-wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px;
    max-width: 720px;
    position: relative;
    box-sizing: border-box;
}
.section-step--four .ctm-row.col-reverse{
    height: 100vh;
}
.section-step--four h1,
.section-step--four p{
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--ctm-white);
}
.section-step--four video,
.section-step--four .video-overlay{
    position: absolute;
    top: 0;
    left: 0;
}
.section-step--four .video-overlay{
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #000, rgba(0,0,0,.8), rgba(0,0,0,.01) 30%)
}
.section-step--four .bg-black{
    background-color: var(--ctm-black);
}
.section-step--four .sticky-carousel{
    position: sticky;
    top: 0;
    z-index: 3;
    width: 100%;
    padding: 20px 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: var(--ctm-black);
}
.section-step--four .sticky-carousel ul{
    list-style: none;
    display: block;
    width: max-content;
    box-sizing: border-box;
    margin: 0 auto;
}
.section-step--four .sticky-carousel ul li{
    margin-left: 12px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.section-step--four .sticky-carousel ul li::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -8%;
    width: 50px;
    transform: translate(-50%);
    border-top: 1px solid var(--ctm-blue);
}
.section-step--four .sticky-carousel ul li:first-child{
    margin-left: 0;
}
.section-step--four .sticky-carousel ul li:first-child::before{
    display: none;
}

.section-step--four .sticky-carousel button{
    position: relative;
    z-index: 1;
    box-shadow: none;
    font-weight: 400;
    border-radius: 32px;
    padding: 6px 44px;
    color: var(--ctm-white);
    border: 1px solid var(--ctm-blue);
    background-color: var(--ctm-black);
    transition: padding 1s cubic-bezier(.175,.885,.32,1),
    background-color 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--four .sticky-carousel li.active button{
    color: var(--ctm-black);
    background-color: #ffffff;
    padding: 14px 50px;
}
.section-step--four .sticky-carousel.isSticky li.active button{
    padding: 6px 44px;
}
.section-step--four .sticky-carousel li::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    height: 0;
    width: 0;
    opacity: 0;
    transform: rotate(-45deg) translateX(-50%);
    border-top: 16px solid rgba(23,49,59,.9);
    border-right: 16px solid rgba(23,49,59,.9);
}
.section-step--four .sticky-carousel li.active::after{
    opacity: 1;
    transition: opacity 2s ease;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.section-step--four .sticky-carousel::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.section-step--four .sticky-carousel{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.section-step--four .contact-us{
    position: fixed;
    bottom: -50px;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 50px;
    font-weight: 400;
    color: var(--ctm-black);
    background-color: var(--ctm-blue);
    transition: bottom 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--four .contact-us.active{
    bottom: 0;
}
.section-step--four .thankyou-section{
    /* display: none; */
    opacity: 0;
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--four .thankyou-section.active{
    display: block;
}
.section-step--four .thankyou-section .ctm-wrapper{
    max-width: 630px;
}
.section-step--four .thankyou-section p{
    margin-bottom: 35px;
}
.section-step--four .pillar-bg{
    box-sizing: border-box;
    /* padding-bottom: 20px; */
    /* min-height: 1000px; */
    min-height: 800px;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(23,49,59,1) , rgba(36,62,74,1), var(--ctm-black));
}
.section-step--four .pillar-info .readiness-stage {
    display: none;
}
.section-step--four .pillar-info .readiness-stage.active{
    display: block;
}
.section-step--four .pillar-info .readiness-stage .txt-dt-16.text-left,
.section-step--four .pillar-info .readiness-stage .txt-dt-16.text-center{
    margin-bottom: 28px;
}
.section-step--four .pillar-info .readiness-stage ul{
    list-style: none;
    padding-left: 1em;
    text-align: left;
}
.section-step--four .pillar-info .readiness-stage ul li::before {
    content: "\2022";
    color: #ffffff;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.section-step--four .pillar-info{
    opacity: 0;
    display: none;
    padding: 40px 20px 25px;
    /* min-height: 500px; */
    min-height: 350px;
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--four .pillar-info .text-left{
    text-align: left!important;
}
.section-step--four .pillar-info h2{
    color: var(--ctm-brownorange);
}
.section-step--four .pillar-graph-section p{
    margin-bottom: 30px;
}
.section-step--four .pillar-graph-wrapper{
    position: relative;
    padding: 25px 15px 20px;
}
.section-step--four .pillar-info b{
    font-weight: 400;
}
.section-step--four .pillar-info a,
.section-step--four .pillar-info a:focus{
    color: var(--ctm-blue);
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid var(--ctm-blue);
}
.section-step--four .pillar-graph-section{
    display: none;
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--four .pillar-graph-section.active{
    display: block;
}
.section-step--four a.retake,
.section-step--four a.retake:focus{
    color: var(--ctm-blue);
    border: none;
    font-weight: 300;
    text-decoration: underline;
}
.section-step--four span{
    display: block;
    text-align: center;
    /* position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%); */
}
.section-step--four span svg{
    position: relative;
    top: 1px;
}
.section-step--four .pillar-info a:hover{
    color: var(--ctm-text-blue);
}
.section-step--four .pillar-graph .graph-options{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
}
.section-step--four .pillar-graph .graph-options button{
    position: relative;
    z-index: 1;
    box-shadow: none;
    font-weight: 300;
    border-radius: 32px;
    padding: 12px 24px;
    flex: 0 0 auto;
    color: var(--ctm-white);
    border: 1px solid var(--ctm-white);
    background-color: rgba(0,0,0,.01);
    transition: padding,background-color 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--four .pillar-graph .graph-options button.active{
    color: var(--ctm-black);
    background-color: #ffffff;
}
.section-step--four .graph-results{
    position: relative;
    width: 353px;
    margin: 35px auto 25px;
    height: 310px;
    /* overflow: hidden; */
    border-bottom: 1px solid var(--ctm-white);
}
.section-step--four .graph-results .graph-box{
    margin: 0 auto;
    height: inherit;
    width: 47px;
}
.section-step--four .graph-results ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: inherit;
    width: 100%;
    flex-direction: column;
}
.section-step--four .graph-results ul li{
    display: flex;
    align-items: center;
    height: 10%;
    width: 100%;
    margin-bottom: 0;
    transition: height 2s cubic-bezier(.175,.885,.32,1);
}
.section-step--four .graph-results ul li[data-id="1"]{
    background: var(--ctm-green);
    color: var(--ctm-green);
}
.section-step--four .graph-results ul li[data-id="2"]{
    background: var(--ctm-blue);
    color: var(--ctm-blue);
}
.section-step--four .graph-results ul li[data-id="3"]{
    background: var(--ctm-brownorange);
    color: var(--ctm-brownorange);
}
.section-step--four .graph-results ul li[data-id="4"]{
    background: var(--ctm-red);
    color: var(--ctm-red);
}
.section-step--four .graph-results .graph-box-copy{
    position: relative;
}
.section-step--four .graph-results .graph-box span{
    color: inherit;
    margin-left: 84px;
    text-align: left;
    flex: 0 0 auto;
    bottom: auto;
    left: auto;
    transform: none;
    transition: margin-bottom 1s cubic-bezier(.175,.885,.32,1);
}
.section-step--four .graph-results .graph-box span.user-stage{
    margin-left: -68px;
    /* position: absolute;
    left: 25%;
    bottom: 10%;*/
    color: var(--ctm-white);
    opacity: 0; 
    transition: opacity 4s ease;
}
.section-step--four .graph-results .graph-box span.user-stage::after{
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    margin-left: 8px;
    border-left: 10px solid var(--ctm-white);
    border-top: 5px solid rgba(0, 0, 0, 0.01);
    border-right: 5px solid rgba(0, 0, 0, 0.01);
    border-bottom: 5px solid rgba(0, 0, 0, 0.01);
}
.section-step--four .pillar-graph-info{
    align-items: flex-start;
}
.section-step--four .pillar-graph-info.text-left{
    text-align: left!important;
}
.section-step--four .pillar-graph-info .graph-stage {
    margin-bottom: 12px;
}
.section-step--four .pillar-graph-info .graph-stage span{
    position: relative;
    height: 10px;
    width: 66px;
    border-radius: 10px;
    margin-right: 6px;
    display: inline-block;
    bottom: auto;
    left: auto;
    transform: none;
}
.section-step--four .pillar-graph-info .graph-stage b{
    font-weight: 300;
}
.section-step--four .pillar-graph-info .graph-stage[data-id="1"] span{
    background: var(--ctm-green);
}
.section-step--four .pillar-graph-info .graph-stage[data-id="2"] span{
    background: var(--ctm-blue);
}
.section-step--four .pillar-graph-info .graph-stage[data-id="3"] span{
    background: var(--ctm-brownorange);
}
.section-step--four .pillar-graph-info .graph-stage[data-id="4"] span{
    background: var(--ctm-red);
}
.section-step--four .pillar-graph-info .graph-stage[data-id="1"] b{
    color: var(--ctm-green);
}
.section-step--four .pillar-graph-info .graph-stage[data-id="2"] b{
    color: var(--ctm-blue);
}
.section-step--four .pillar-graph-info .graph-stage[data-id="3"] b{
    color: var(--ctm-brownorange);
}
.section-step--four .pillar-graph-info .graph-stage[data-id="4"] b{
    color: var(--ctm-red);
}
.section-step--four #contact-us{
    /* background-color: var(--ctm-black); */
    /* background-color: rgba(0, 0, 0, 0.01); */
    background-image: linear-gradient(to bottom, rgba(23,49,59,.01), rgba(0,0,0,.8), rgba(0,0,0,.8));
    transition: opacity 1s cubic-bezier(.175,.885,.32,1);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 100vw;
    height: 100%;
    text-align: left;
    padding: 36px 0 0;
    overflow-y: scroll;
    -moz-backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
}
/* width */
.section-step--four #contact-us::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.section-step--four #contact-us::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.01);
    border-radius: 20px;
}
/* Handle */
.section-step--four #contact-us::-webkit-scrollbar-thumb {
    background: var(--ctm-blue);
    border-radius: 20px;
}
/* Handle on hover */
.section-step--four #contact-us::-webkit-scrollbar-thumb:hover {
    background: var(--ctm-text-blue);
    cursor: pointer;
}
.section-step--four #contact-us h3.text-center{
    width: 100%;
    max-width: 450px;
    margin: 0 auto 12px;
}

@media screen and (max-width: 1024px) {
    .section-step--four,
    .section-step--four .ctm-container,
    .section-step--four .ctm-row{
        height: 100%;
    }
    .section-step--four .ctm-row.col-reverse{
        justify-content: flex-end;
        height: auto;
        flex-direction: column-reverse;
    }
    .section-step--four .text-left{
        text-align: center!important;
    }
    .section-step--four .ctm-col-6{
        width: 100%;
    }
    .section-step--four .mh-copy{
        padding: 20px;
    }
    .section-step--four video,
    #results-mh-video{
        position: relative!important;
        height: 60vh!important;
        aspect-ratio: 9/16!important;
    }
    .section-step--four .video-overlay{
        display: none;
    }
    .section-step--four .sticky-carousel.isSticky{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .section-step--four .sticky-carousel ul{
        padding: 0 42%;
    }
    .section-step--four .ctm-wrapper{
        padding: 0;
    }
    .section-step--four .sticky-carousel li.active::after{
        bottom: -27px;
    }
}
@media screen and (max-width: 768px) {
    .section-step--four .sticky-carousel{
        padding: 20px 0 25px;
    }
    .section-step--four .sticky-carousel ul{
        padding: 0 37%;
    }
    .section-step--four .pillar-graph .graph-options{
        gap: 10px;
    }

}
@media screen and (max-width: 450px) {
    .section-step--four .graph-results{
        width: 100%;
    }
    .section-step--four .sticky-carousel ul{
        padding: 0 30%;
    }
    .section-step--four #contact-us h3.text-center{
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}


/**
*
Eloqua form override
*/
/*
* hide conditional fields by default
*/
#formElement8,
#formElement7,
#formElement10,
#formElement13,
#formElement14,
#store-consent-textbox,
#share-consent-textbox{
    display: none;
}
#store-consent,
#share-consent{
    margin-left: 22px;
    color: var(--ctm-blue);
    border-bottom: 1px solid var(--ctm-blue);
}
#store-consent:hover,
#share-consent:hover{
    cursor: pointer;
    text-decoration: none;
}
#store-consent-textbox,
#share-consent-textbox{
    max-height: 0;
    overflow: hidden;
    padding: 10px 0 0 28px;
    box-sizing: border-box;
    text-align: justify;
    transition: max-height .5s cubic-bezier(.175,.885,.32,1);
}
.section-step--four span.LV_invalid,
.section-step--four span.LV_valid{
    text-align: left;
    font-size: 10px;
    line-height: 14px;
    margin-top: 4px;
}
.section-step--four .elq-form .elq-label.hide-label{
    display: none;
}
.section-step--four .elq-form .container-fluid{
    padding: 20px 0 80px;
}
.section-step--four .elq-form .row{
    margin: 0;
}
.section-step--four .form-element-layout{
    padding: 5px;
}
.section-step--four .elq-form .col-sm-12,
.section-step--four .elq-form .col-xs-12{
    padding-left: 0;
    padding-right: 0;
}

.section-step--four .elq-form .elq-label,
.section-step--four .elq-form .elq-item-label{
    font-weight: 300;
}
.section-step--four .elq-form .elq-item-input{
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    box-sizing: border-box;
    color: var(--ctm-black);
}
.section-step--four .elq-form .elq-item-select{
    padding: 9px 10px;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    color: var(--ctm-black);
}
.section-step--four .elq-form .elq-field-style input[type=submit]{
    border-radius: 32px;
    color: var(--ctm-black);
    border-color: var(--ctm-blue);
    background-color: var(--ctm-blue);
    padding: 14px 50px;
    margin-top: 30px;
}
.section-step--four .elq-form .elq-item-textarea{
    color: var(--ctm-black);
    padding: .5rem 1.25rem;
}
.section-step--four .elq-form .elq-item-textarea::placeholder{
    color: var(--ctm-black);
    opacity: 1;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .section-step--four .elq-form .container-fluid{
        padding-left: 10px;
        padding-right: 10px;
    }
    
}


/**==
BRIGHTCOVE STYLE OVERRIDE
===**/
#stponevid video{
    margin-top: 0;
}
.video-js .vjs-control-bar,
.video-js .vjs-title-bar,
.video-js.vjs-mouse .vjs-big-play-button{
  display: none!important;
}
.video-js .vjs-poster{
    background-size: cover;
    display: none;
}
#videoAnimation .vjs-poster{
    display: none;
}
@media screen and (max-width: 1024px) {
    .edu-video .video-js.vjs-thumbnails{
        height: auto!important;
    }
}


/**===
DROPDOWN
===**/
/* The container must be positioned relative: */
.section-step--four .custom-select {
    position: relative;
    margin: 20px auto;
    max-width: 355px;
    width: 100%;
    border-radius: 24px;
    color: var(--ctm-blue);
    border: 1px solid var(--ctm-blue);
}
  
.section-step--four .custom-select select {
    display: none; /*hide original SELECT element: */
}
  
.section-step--four .select-selected {
    color: var(--ctm-blue);
    background-color: rgba(0, 0, 0, 0.01);
}
  
/* Style the arrow inside the select element: */
.section-step--four .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 16px;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    border-left: 1px solid var(--ctm-blue);
    border-bottom: 1px solid var(--ctm-blue);
    transition: transform .5s cubic-bezier(.175,.885,.32,1);
}
  
/* Point the arrow upwards when the select box is open (active): */
.section-step--four .select-selected.select-arrow-active:after {
    top: 17px;
    transform: rotate(-225deg);
}
  
/* style the items (options), including the selected item: */
.section-step--four .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    opacity: 1;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.01) transparent;
    cursor: pointer;
}
.section-step--four .select-items div{
    color: var(--ctm-black);
    width: 85%;
    margin: 0 auto;
    background-color: var(--ctm-white);
    transition: background-color .5s cubic-bezier(.175,.885,.32,1);
}
.section-step--four .select-items div:hover{
    background-color: var(--ctm-lightgrey);
}
  
/* Style items (options): */
.section-step--four .select-items {
    position: absolute;
    background-color: var(--ctm-white);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 300px;
    overflow-y: scroll;
}

/* Hide the items when the select box is closed: */
.section-step--four .select-hide {
    display: none;
}

/* .section-step--four .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.01);
} */
