body {
    background-color: #000000;
    color: #FFFFFF;
}

.row>*{
    padding: 0px;
}

.row {
    justify-content: space-around;
}

body{
    overflow: unset;
}


body.b-light{
    background-color: #fff;
    transition: background-color 0.3s ease;
}

body.b-dark{
    background-color: #000;
    transition: background-color 0.3s ease;
}

.container.responsivegrid.full-width {
    padding: 0px !important;
}


body.b-light{
    background-color: #fff;
    transition: background-color 0.3s ease;
}

body.b-dark{
    background-color: #000;
    transition: background-color 0.3s ease;
}



p {
    margin-top: 3rem;
}

.container.responsivegrid.full-width:first-child {
    padding-left: 0;
    padding-right: 0;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
   max-width: none !important;
}

.light {
    background-color: #FFFFFF;
    color: #000000;
    transition: background 0.4s ease;
}

.dark {
    background-color: #000000;
    color: #FFFFFF;
    transition: background 0.4s ease;
}

.c-black { color: #111111; }
.c-white { color: #ffffff; }

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.f-text {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.f-header {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 30px;
}

.f-intro {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.f-stairs {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 30px;
    line-height: 125%;
}

.tech-sub-head {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 30px;
}

.btn-report {
    background-color: #FFFFFF;
    color: #000000;
    padding: 1em;
    text-decoration: none;
    border: 1px solid #000;
}

.nav-bar-menu span {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.quote-text {
    font-family: 'GT Sectra Fine';
    font-weight: 300;
    font-size: 30px;
    color: #DDA3FF;
}

.con-sbump {
    padding-bottom: 7rem;
}

.intro-title {
    font-family: 'Graphik','Arial',sans-serif;
    font-weight: 500;
    font-size: 76px;
    line-height: 81.6px;
    transform: translateY(-100px);
}

.marquee {
    height: 75vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}
video.desktop-vid {
    width: 100%;
    min-height: 100%;
    position: absolute;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.marq-div {
    flex: 2;
    /*padding: 40px;*/
}

.marquee-text-container {
    width: 100%;
    display: flex;
    left: 50%;
    top: 60%;
    transform: translate(-50%, 50%);
    position: absolute;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
}

.svg-marq-top {
    transform: translate(-100%, -50%);
    bottom: 100%;
    left: 0;
}

.svg-marq-bottom {
    bottom: 0;
    right: 12%;
    transform: translate(50%, 50%);
}

.marquee-text-container h1,
    .marquee-text-container h2 {
        font-family: 'Graphik','Arial',sans-serif;
        font-weight: 500;
        font-size: 76px;
        line-height: 101%;
        text-shadow: 4px 4px 20px rgb(0, 0, 0, 0.4);
        letter-spacing: -2px;
    }

    p.marquee-description {
        font-family: 'Graphik','Arial',sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 115%;
        text-shadow: 3px 3px 15px rgb(0, 0, 0, 0.4);
        margin-top: 0 !important;
    }

    .marquee-text-container h1.t-dark, p.marquee-description.t-dark,
    .marquee-text-container h2.t-dark{
        text-shadow: 4px 4px 20px rgb(255, 255, 255, 0.8);
    }

    p.marquee-tag {
        font-family: 'Graphik','Arial',sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 115%;
        text-align: center;
        letter-spacing: 2px;
        text-shadow: 3px 3px 15px rgb(0 0 0 / 75%);
    }

    .f-intro {
      font-family: 'Graphik','Arial',sans-serif;
      font-weight: 500;
      font-size: 30px;
    }

    .cta-padding {
      padding: 10rem 0;
    }

  .sbump_padding {
      padding: 15rem 0 !important;
  }

  .text-nav {
    font-family: 'Graphik','Arial',sans-serif;
    font-weight: 500;
    font-size: 26px;
    position: absolute;
    top: 10%;
    right: 3%;
    transform: translate(0%, 0);
    z-index: 9999;
  }

.right-0 {
    right: -3%;
    top: 100%;
}

.br-0 {
    bottom: 120%;

    left: -5%;
}

/* .marquee-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
} */

.marquee-text-container h1 {
    font-family: 'Graphik','Arial',sans-serif;
    font-weight: 500;
    font-size: 87px;
    line-height: 101%;
    text-shadow: 4px 4px 20px rgb(0 0 0 / 80%);
}

p.marquee-description {
    font-family: 'Graphik','Arial',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 115%;
    text-shadow: 3px 3px 15px rgb(0 0 0 / 75%);
    margin-top: 0 !important;
}

p.marquee-tag {
    font-family: 'Graphik','Arial',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 3px 3px 15px rgb(0 0 0 / 75%);
}

.sub-marquee.position-absolute.g-3 {
    width: 80%;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
}

/**/

/* .sub-marquee h3 {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    font-size: 114px;
    line-height: 115px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 40px 40px 0 0;
} */

.sub-marquee h2,
.text-yt {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-right: 40px;
    padding-left: 50px;
}

/* .sub-marquee div {
    display: flex;
    flex-direction: column;
} */

/* .sub-marquee > div > div > svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
} */

/* .sub-marquee > div > div {
    position: relative;
    padding-bottom: 40px;
}

.p-tag {
    font-family: 'Graphik','Arial',sans-serif;
    font-weight: 500;
    font-size: 32px;
} */

.c-flex {
    display: flex;
    align-items: flex-start;
}

/* .sub-marquee.position-absolute {
    top: 26%;
    right: 5%;
    left: 40%;
    top: 26%;
    left: 5%;
    right: 0;
    background-color: #000000;
    padding-left: 220px;
} */

.btn-full-report {
    position: fixed;
    right: 0;
    top: 20%;
    width: auto;
    height: 80px;
    color: #fff;
    z-index: 1;
}
.btn-fr-svg {
    padding: 5px;
}

.btn-fr-svg label{
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 115%;
    text-align: center;
    letter-spacing: -0.02em;
}

.p-top {
    padding-top: 10rem;
}

.p-bottom {
    padding-bottom: 10rem;
}


.lbl-fr {
    position: absolute;
    color: #fff;
    white-space: nowrap;
    bottom: -200%;
    right: -60px;
    /* left: 0; */
    transform: rotate(-90deg);
    /* flex-flow: nowrap; */
    font-family: 'GT Sectra Fine';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 115%;
    letter-spacing: -0.01em;
}

/* #Section-6 .header-title {
    padding-bottom: 5rem;
} */

a.linkedin-icon-,
a.twitter-icon- {
    text-decoration: none;
}



/* josef - animate img-left up */
/* .img-left img {
    position: absolute;
    left: 0;
    width: 40vw;
    bottom: 5%;
    transform: translate(0%, -50%);
} */

@media (min-width: 1024px) {
    .f-con.img-left {
        position: absolute;
        left: 0%;
        width: 40vw;
        bottom: 0;
        opacity: 0;
        transform: translate(0%, 200px);
    }
    .f-con.img-left.animate-up {
        transform: translate(0%, -250px);
        opacity: 1;
        transition: transform 2s, opacity 2s;
    }
}

/* .f-con.img-left {
    position: absolute;
    left: 0%;
    width: 40vw;
    bottom: 0;
    opacity: 0;
    transform: translate(0%, 200px);
}
.f-con.img-left.animate-up {
    transform: translate(0%, -250px);
    opacity: 1;
    transition: transform 2s, opacity 2s;
} */
/* josef */





/*Tech Vision Speedbump*/
.tech-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tech-flex-content {
    flex-basis: 50%;
    text-align: center;
}

/*Section Speedbump*/
.flex-bg-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-bg-content {
    flex-basis: 70%;
    text-align: center;
    padding: 5rem 0;
}


.flex-container-stairs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.flex-basis-items {
    flex-basis: 30%;
    padding: 1rem;
}

.flex-row-container {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.flex-row-container > .flex-row-item {
    flex-basis: 20%; /*grow | shrink | basis */
    padding-left: 1rem;
    padding-right: 1rem;
}

.author-section .flex-row-container {
    display: flex;
    justify-content: flex-end;
}

.flex-text {
    font-family: 'Graphik','Arial',sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.header-title {
    font-family: 'Graphik','Arial',sans-serif;
    font-weight: 500;
    font-size: 45px;
    text-align: center;
}

.author-title {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.author-description {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.flex-container-essentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 10rem;
}

.flex-items-essentials {
    flex-basis: 30%;
}

.btn-report {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 14px;
    font-weight: 600;
}



.s_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 2rem 0;
}

.s_flex .tech-content p {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 36.46px;
    font-weight: 500;
    line-height: 39.59px;
    margin-top: 0 !important;
}

.s_flex .tech-content  span {
    font-family: 'Graphik','Arial',sans-serif;
    font-size: 26.04px;
    font-weight: 400;
}

#Section-6 {
    background-image: url("https://dynamicmedia.accenture.com/is/image/accenture/Accenture-TechVision23-Author-BG?$auto-png-alpha$");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
}

.img-left {
    position: absolute;
    left: 0%;
    width: 40vw;
    bottom: 5%;
    transform: translate(0%, -50%);
}

.apps {
    display: flex;
}


/* josef - animate image on desktop */

/* .img-left-2 {
    position: absolute;
    width: 40%;
    left: 0%;
    bottom: 50%;
    transform: translate(0%, 50%);
} */

@media (min-width: 1024px) {
    .f-con.img-left-2 {
        position: absolute;
        width: 40%;
        left: 0%;
        opacity: 0;
        transform: translate(0%, 200px);
    }
    .f-con.img-left-2.animate-up {
        transform: translate(0%, 0%);
        opacity: 1;
        transition: transform 2s, opacity 2s;
    }
}

/* josef */



/* josef - animate img right */
/* .img-right {
    position: absolute;
    width: 40%;
    right: 0;
} */

@media (min-width: 1024px) {
    .f-con.right-half-1.img-right {
        position: absolute;
        width: 40%;
        right: 0;
        opacity: 0;
        transform: translate(0%, 200px);
    }
    
    .f-con.right-half-1.img-right.animate-up {
         transform: translate(0%, 0%);
         opacity: 1;
         transition: transform 2s, opacity 2s;
    }
}

/* .f-con.right-half-1.img-right {
    position: absolute;
    width: 40%;
    right: 0;
    opacity: 0;
    transform: translate(0%, 200px);
}

.f-con.right-half-1.img-right.animate-up {
     transform: translate(0%, 0%);
     opacity: 1;
     transition: transform 2s, opacity 2s;
} */

/* josef */



.animated-text-holder {
    transform: scale(0.4);
    transform-origin: top;
    padding-top: 100px;
    padding-bottom: 100px;
}

.max-container{
    margin: 0 auto;
}

.position-sticky .img-container{
    overflow: hidden;
}

.position-sticky{
    top: 0;
}

.animated-image-holder.video-playing .videoHolder {
    transform: scale(1);
    transition: transform 1s;
}
.animated-image-holder .videoHolder {
    transform: scale(0);
    transition: right 1s;
}

/**/

/*Socials Icons*/
a.linkedin-icon, a.twitter-icon {
    font-size: 1.13rem !important;
    border: 0.12em solid #FFFFFF;
    width: 2.9em;
    height: 2.9em;
    border-radius: 90%;
    display: inline-block;
    text-align: center;
    padding-top: 0.02rem;
    margin-right: 0.5rem;
    text-decoration: none;
}
a.linkedin-icon::before {
    content: "";
    font-size: 20px;
    font-family: Ionicons;
    color: #FFFFFF;
}
a.twitter-icon::before {
    content: "";
    font-size: 20px;
    font-family: Ionicons;
    color: #FFFFFF;
}


/*Social Media*/
.tv-quickaccess .tv-quickaccess__menu {
    list-style: none;
     margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

/**Transform**/
.c-white{
    color: #FFFFFF;
    transition: color 0.3s ease;
}

.c-white.t-dark{
    color: #111111;
    transition: color 0.3s ease;
}

.quote-text{
    color: #C053FF;
    transition: color 0.3s ease;
}

.quote-text.t-dark{
    color: #DDA3FF;
}


/****/
.flex-container-stairs .flex-basis-items{
    padding-top: 100px;
    padding-bottom: 80px;
    transition: padding 0.5s ease-in-out;
}
.flex-container-stairs.isnotactive .flex-basis-items:nth-child(1){
    padding-top: 90px;
}
.flex-container-stairs.isnotactive .flex-basis-items:nth-child(2){
    padding-top: 70px;
}
.flex-container-stairs.isnotactive .flex-basis-items:nth-child(3){
    padding-top: 40px;
}
.flex-container-stairs.isnotactive .flex-basis-items:nth-child(4){
    padding-top: 120px;
}

/*Tech Vision Animation*/
.img-flex {
    display: flex;
    justify-content: space-evenly;
    margin-top: -6rem;
    margin-bottom: -2rem;
}

.tech-flex-content .img1{
    position: relative;
    top: 0px;
}
.tech-flex-content.isactive .img1{
    transition: top 0.8s ease-out;
    top: 20px;
}
.tech-flex-content .img2{
    position: relative;
    top: 40px;
}
.tech-flex-content.isactive .img2{
    transition: top 0.8s ease-out;
    top: 20px;
}

.max-container-gte {
    max-width: 920px;
}

@media (min-width: 576px) {
    .max-container {
        max-width: 540px;
    }
}

@media (min-width: 1024px) {
    .right-half-1 {
        flex-basis: 40%;
    }
    .left-half-2 {
        flex-basis: 60%;
    }
    /* .bg-image {
        background: url(/content/dam/accenture/final/accenture-com/a-com-custom-component/iconic/imagery/Accenture-TechVision23-Speedbump-BG.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 7rem;
    } */
}

@media (min-width: 768px) {
    .max-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .max-container {
        max-width: 960px;
    }
    .f-intro {
        width: 80%;
    }
}

@media (min-width: 1600px) {
    video.desktop-vid {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .sub-marquee h3 {
        width: 80%;
    }
}

/* @media (min-width: 1600px) {
    .max-container {
        max-width: 1140px;
    }
}

@media (min-width: 1900px) {
    .max-container {
        max-width: 1320px;
    }
} */

/*1st Section*/

@media (min-width: 768px) {
    .img-foundation-mobile{
        display:none;
    }
    .cmp-video-hero__video {
        height: 100vh;
    }
    .container-tech {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .f-con {
        padding: 1rem;
    }
    .right-half-60 {
        flex-basis: 60%;
    }
    .left-half-40 {
        flex-basis: 40%;
    }
    .left-half-60 {
        flex-basis: 60%;
    }
    .right-half-40 {
        flex-basis: 40%;
    }
    .left-half-2 {
        flex-basis: 60%;
    }
    .right-half-1 {
        flex-basis: 40%;
    }
    .right-text {
        flex-basis: 60%;
    }
    .left-quote {
        flex-basis: 40%;
    }
    .half-50 {
        width: 50%;
    }
    .p-bottom {
        padding-bottom: 10rem !important;
    }
    .p-top {
        padding-top: 10rem;
    }
    .flex-bg-image {
        display: flex;
        flex-direction: row;
        padding: 0;
        background-size: contain;
        margin-top: 10rem;
        justify-content: center;
        min-height: 405px;
    }
    .sbump_padding {
        padding: 15rem 0 !important;
    }
    .author-padding {
        padding-top: 15rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /*IPAD Stairs*/
    .flex-container-stairs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-around;
        align-content: space-around;
    }
    .flex-basis-items {
        flex-basis: 40%;
    }
    .flex-container-stairs.isnotactive .flex-basis-items:nth-child(1),
    .flex-container-stairs.isnotactive .flex-basis-items:nth-child(2),
    .flex-container-stairs.isnotactive .flex-basis-items:nth-child(3),
    .flex-container-stairs.isnotactive .flex-basis-items:nth-child(4) {
        padding-top: 0;
    }
    .s_flex .tech-content p {
        font-size: 24px;
        line-height: 30px;
    }
    .s_flex .tech-content span {
        font-size: 18px;
    }
    .s_flex {
        display: flex;
        justify-content: space-between;
        padding: 2rem 0;
        align-items: flex-start;
    }
    .img-right {
        position: relative;
        width: 100%;
    }
    .img-left-2 {
        position: relative;
        width: 100%;
        transform: initial;
    }
    .l-q {
        position: relative;
        left: 0 !important;
    }
    .f-con.right-half-1.img-right,
    .f-con.img-left-2 {
        position: relative;
        width: 100%;
        transform: none;
        opacity: 1;
    }
    .f-con.img-left-2 {
        opacity: 1;
    }
    .bg-image-ipad {
        display: block;
        background: url(https://dynamicmedia.accenture.com/is/image/accenture/Accenture-TechVision23-Speedbump-BG?fmt=png-alpha&qlt=85&wid=989);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        padding: 7rem;
    }
}


@media (min-width: 1115px) {
    .max-container.sbump_padding:before {
        content: ' ';
        width: 950px;
        position: absolute;
        height: 1px;
        border-top: 0.5px solid;
        background-color: transparent;
        left: 50%;
        transform: translateX(-50%);
    }
    .max-container.sbump_padding:after {
        content: ' ';
        width: 950px;
        position: absolute;
        height: 1px;
        background: transparent;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 0.5px solid;
    }
}

@media (max-width: 1114px) {
    .max-container.sbump_padding:before {
        width: 90%;
    }

    .max-container.sbump_padding:after {
        width: 90%;
    }
}



@media (min-width: 1200px) {
    .q-left {
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .q-right {
        padding-left: 6rem;
    }
    .animated-text-holder {
        padding-bottom: 150px;
    }
    /* .left-quote {
        padding-top: 10rem;
    } */
    .cta-padding {
        padding: 10rem 0;
    }
}

@media (max-width: 800px) {
    .marquee {
        height: 80vh !important;
    }
}


@media (max-width: 767px) {
    .bg-image {
        background: url(https://dynamicmedia.accenture.com/is/image/accenture/Accenture-TechVision23-Speedbump-BG?fmt=png-alpha&qlt=85&wid=989);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 7rem;
    }
    .tech-flex .f-text {
        padding: 0 5rem;
    }
    .flex-text {
        margin-bottom: 0 !important;
    }
    .author-padding {
        padding-top: 0 !important;
    }
    .sbump_padding {
        padding: 10rem 0 !important;
    }
    .f-intro {
        font-size: 20px;
    }
    .f-text {
        font-size: 12px;
        line-height: 25px;
    }
    .f-stairs {
        font-size: 24px;
    }
    .tech-sub-head {
        font-size: 17px;
    }
    .p-top {
        padding-top: 10rem;
    }
    .flex-bg-image {
        display: flex;
        flex-direction: column;
    }
    .s_flex {
        display: flex;
        padding: 2rem 5rem;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: flex-start;
    }
    .tech-content {
        padding: 3rem 0;
    }
    #Section-6 .header-title {
        padding: 0 5rem 5rem;
    }
    .header-title {
        font-size: 24px;
        line-height: 24px;
    }
    .flex-container-essentials {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        padding-bottom: 10rem;
        flex-direction: column;
        align-items: stretch;
    }
    .items {
        display: flex;
        flex-direction: column;
        padding: 1rem 5rem;
    }
    a.linkedin-icon- {
        padding: 0 1rem;
    }
    .s_flex .tech-content p {
        font-size: 24px;
        line-height: 28px;
    }
    .s_flex .tech-content span {
        font-size: 20px;
    }
    .img-flex {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tech-flex-content .img2 {
        top: 0;
    }
    .f-con {
        padding: 0 5rem;
    }
    .tech-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .p-top {
        padding-top: 0;
    }
    .img1,
    .img2 {
        /* width: 150px; */
        display: none;

    }
    .tech-flex-content p {
        padding: 0;
    }
    .img-right,
    .img-left,
    .img-left-2 {
        position: relative;
        width: 100%;
        display: block !important;
        transform: initial;
        bottom: 0;
    }
    .flex-bg-content p {
        font-size: 12px;
    }
    .flex-bg-content .f-header {
        font-size: 24px;
    }
    .flex-bg-content {
        flex-basis: 70%;
        text-align: center;
        padding: 10rem 5rem;
    }
    #Section-1 > div > div > div > div > div > div:nth-child(1) > div.max-container > div:nth-child(1) > div.f-con.right-half-60 > p.c-white.f-intro {
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }
    .p-bottom {
        padding-bottom: 0 !important;
    }
    .flex-bg-image {
        display: flex;
        flex-direction: column;
        background-size: cover;
        padding: 0;
        margin-top: 10rem;
    }
    .f-con.right-half-1 {
        /* padding: 5rem 0 0; */
        padding: 5rem 0;
        line-height: 30px;
    }
    .f-con.left-quote {
        padding: 5rem 0;
    }
    .svg-marq-top {
        transform: translate(0%, -50%);
        left: 0;
        top: auto;
    }
    /* .marquee {
        height: 60vh !important;
    } */
    .cta-padding {
        padding: 5rem 0 !important;
    }
    .nav-bar-menu-0 svg {
        transform-origin: 50% 35%;
        top: 20px !important;
    }

    /* update from 3/21/23 ppt */
    /* .cta-more .cta-more-label{
        font-size: 19px ;
        font-weight: 500 !important;
    } */
}




/*CTA*/

#Section-1 .cta-more.isactive {
    opacity: 1;
}

.cta-more {
    color: #FFFFFF;
    position: relative;
    width: auto;
    padding: 10px;
    bottom: 10%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: inline-block;
}

#Section-1 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

#Section-1 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

#Section-1 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

#Section-1 .cta-more.isactive .cta-more-label {
    opacity: 1 !important;
}

#Section-1 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
    text-align: left;
}

#Section-1 .cta-more .cta-more-label {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.25;
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.cta-more-label, .cta-more-label a {
    font-family: "Graphik Medium","Arial",Sans-Serif;
    font-size: 19px !important;
    line-height: 1.25;
}

#Section-1 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
    opacity: 1;
    transition-delay: 0.6s;
}

#Section-1 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    height: 15px;
    top: 8px;
    opacity: 1 !important;
    transition-delay: 0.6s;
}

#Section-1 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 8px;
    height: 15px;
    opacity: 0;
    transition: all 0.4s ease;
}

.cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 4px;
}

#Section-1 .cta-more .img-arrow-right {
    width: 24px;
    max-width: unset;
}

#Section-1 .cta-more.isactive:hover .cta-more-box,
#Section-1 .section-container-8 .item.active .cta-more:hover .cta-more-box{
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

@media only screen and (min-width: 1025px){
    #Section-1 .cta-more.isactive:hover .cta-more-box,
    #Section-1 .item.active .cta-more:hover .cta-more-box{
        width: 103%;
    }
    .bg-image {
        background: url(https://dynamicmedia.accenture.com/is/image/accenture/Accenture-TechVision23-Speedbump-BG?fmt=png-alpha&qlt=85&wid=989);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 7rem;
    }
}

.white {
  color:#FFFFFF;
}

/*CTA*/


/*From container codes*/
/* Mobile */
/* #page-d6ed8c59df >  */
div.root.container.responsivegrid{
    --bs-gutter-x: unset;
}
@media (max-width: 767px){
    .container.content-holder.mt-5.pt-5 {
        width: 90% !important;
    }
    /* path.hide-path-text{ 
        display: none;
     } */
    .svg-marq-top {
        transform: translate(0%, -50%);
        bottom: auto;
        left: 0;
    }
    .marquee-text-container h1,
    .marquee-text-container h2{
        font-size: 47px !important;
        text-align: center;
    }
    p.marquee-description{
        font-size: 25px !important;
        text-align: center !important;
        font-family: 'GT Sectra Fine';
    }
    .marquee-text-container{
        top: 60%;
    }
    .text-nav{
        font-size: 22px;
        top: 50%;
        left: 50%;
        text-shadow: 3px 2.51101px 15px #000000;
        font-family: 'GT Sectra Fine';
        position: absolute;
        transform: translate(-50%, 50%);
        text-align: center;
        display: none;
    }
    .text-nav-m{
        font-size: 20px;
        top: 60%;
        left: 50%;
        text-shadow: 3px 2.51101px 15px #000000;
        font-family: 'Graphik','Arial',sans-serif;
        position: absolute;
        font-weight: 500;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

/*ADD*/
.mouse-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/*Media Query for Marquee*/

@media (min-width: 576px) {
.marquee-max-container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
    .marquee-max-container {
        max-width: 720px;
    }
    .text-nav-m{
        display: none;
    }
    .purple-ch,
    .blue-ch {
        display: none;
    }
    .svg-marq-top,
    .svg-marq-bottom {
        display: block;
    }
}
@media (min-width: 992px) {
.marquee-max-container {
    max-width: 960px;
}
}

@media (max-width: 991px) {
.marquee-text-container h1,
.marquee-text-container h2 {
    font-size: 65px;
}
p.marquee-description {
    font-size: 26px;
    text-align: left;
}

.marquee-text-container {
    top: 60%;
}
}

@media (max-width: 767px) {
.mouse-container {
    display: none;
}
.marquee-text-container {
    top: 0;
    left: 0;
    transform: none;
    position: relative;
    padding: 50px 50px 0;
}
.marquee .d-sm-block.d-md-none img {
    width: 100%;
}
.right-0 {
    right: 0;
    top: auto;
    bottom: -20% !important;
}
.br-0 {
    top: 5%;
    left: 0;
}
.d-sm-block {
    display: block!important;
    width: 100%;
    position: relative;
    height: 50%;
    min-height: 50%;
    background: #000;
    overflow: hidden;
}
.marquee .d-sm-block.d-md-none img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
}
    .purple-ch,
    .blue-ch {
        display: block;
    }
    .svg-marq-top,
    .svg-marq-bottom {
        display: none;
    }
    .blue-ch {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translate(-50%, 50%);
    }
    img.purple-ch {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(50%, 50%);
    }
}

.marquee-max-container {
    margin: 0 auto;
}

/*section2*/
/** positions **/
.sm-container.position-sticky {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.sm-container.position-sticky .img-container {
    position: absolute;
    width: 94%;
    right: 0;
}

.sub-marquee.position-absolute {
    width: 80%;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
}

.sub-marquee.position-absolute.g-3 {
    width: 80%;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
}

.sm-left {
    flex: 2;
    padding: 40px;
}

.sm-right{
    flex: 2;
    padding: 40px;
}

.sub-marquee svg.position-absolute{
    left: 30%;
    bottom: 0;
}

.video-playing .sub-marquee svg.position-absolute{
    right: 0%;
    transition: right 0.8s ease;
}

.di-btn {
    display: flex;
    position: absolute;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}

.svg-bottom {
    position: absolute;
    transform: translate(100%, 0);
    left: 100%;
}

.l-q {
    position: relative;
    left: 15rem;
}

.sharebanner {
padding: 0 2rem 10rem !important;
}

/** bg images **/
.video-playing .img-container img,.video-playing .img-container video {
    animation: brightness 1s forwards;
}

@keyframes brightness {
0% {
    filter: brightness(none);
    -webkit-filter: brightness(none);
    -moz-filter: brightness(none);
}

100%  {
    filter: brightness(15%);
    -webkit-filter: brightness(15%);
    -moz-filter: brightness(15%);
}
}

/** video **/
.video-playing .videoHolder, .video-playing.videoHolder {
    transform: scale(1);
    transition: transform 1s ease-out;
}
.videoHolder {
    transform: scale(0);
    transition: right 1s;
}

/** submarquee text **/
.sub-marquee p.p-tag{
    font-family: Graphik;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #FFFFFF;
}

.sub-marquee h3 {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.di-btn .text-cta, .di-mobile-btn .text-cta{
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    cursor: pointer;
    top: -20px;
    right: -8px;
    position: relative;
    padding: 0px;
}

.cta-more.t-dark{
    color: #000 !important;
}

.cta-more.t-dark .cta-more-box{
    border: 1px solid #000 !important;
}

.cta-more.t-dark .cta-more-box .cta-more-arrow svg path{
    fill: #000 !important;
}

.google-play.t-dark, .app-store.t-dark{
    filter: invert(1);
}
.max-container.sbump_padding.t-dark::before, .max-container.sbump_padding.t-dark::after{
    border-top: 0.5px solid #111;
}

.overview.light .img-bg, .img-bg.animated-text-holder.light{
    background-image: none !important;
}


@media (min-width: 1024px) {
    .container-right-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .container-left-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

.d-mobile-bg, .d-mobile-sb, .d-mobile.d-mobile-vid{
    display: none;
}
#Section-6.t-dark{
    background-image: unset !important;
}
.twitter-icon-.t-dark img, .linkedin-icon-.t-dark img, .flex-p.t-dark svg{
    filter: invert(1);
}

/****/


/** mobile view **/
@media (max-width: 1023px){
    .d-mobile-position{
        position: relative;
        margin-top: 50px;
    }

.container-right-flex, .container-left-flex, .container-flex {
    /* display: unset; */
    display: flex;
    flex-direction: column;
}

.sm-container.position-sticky{
    display: none;
}

.animated-text-holder{
    transform: scale(1) !important;
    width: 90%;
    padding-top: 10px !important;
    position: relative;
    top: 100px;
    padding: 0px;
}

.d-mobile-bg{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}

.d-mobile-sb {
    display: block;
    position: relative;
    top: 50px;
    width: 80%;
    left: 0;
    background: #000;
}

.d-mobile-sb.isactive{
    background: transparent;
}

.d-mobile-sb svg{
    width: 100%;
}

/** show & hide**/
.d-mobile{
    display: none;
}

/* .animated-text-holder .d-mobile{
    display: block;
    height: 0px;
    overflow: hidden;
    
}

.animated-text-holder.isactive .d-mobile{
    height: auto;
    transition: height 1s ease;
} */

.d-mobile.d-open{
    display: block;
    position: relative;
    left: 5%;
    padding-bottom: 2rem;
}

.isactive .d-mobile{
    display: block;
}

.isactive .d-mobile.d-open{
    display: none;
}

.f-con.img-left{
 display: none;
}

.d-mobile-summary {
    position: relative !important;
    top: -10px !important;
    left: 0 !important;
    width: 100%;
    padding: 0px 20px;
    background: #000;
}

.d-m-svg {
    width: 100%;
    position: relative;
    top: 0px;
    height: 40px;
    overflow: hidden;
    transition: height 0.4s ease;
    filter: invert(1);
}

.d-mobile-sb.t-dark .d-m-svg svg{
    filter: invert(1);
}

.d-mobile-title {
    position: absolute;
    color: #fff;
    left: 5%;
    z-index: 1;
    margin-top: 20px;
    font-family: Graphik;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.d-mobile-sb.t-dark .d-mobile-title{
    color: #111;
}

.d-mobile-sb.t-dark{
    background: #fff;
}
.d-mobile-sb.t-dark.isactive{
    background: transparent;
}
.d-mobile-sb.t-dark .d-mobile-summary{
    background: #fff;
}
/** cta read more **/
.cta-more {
    color: #FFFFFF;
    position: relative;
    width: auto;
    padding: 10px;
    bottom: 10%;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.6s ease;
    display: inline-block;
}
.cta-more.isactive .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    transition-delay: 0.2s;
    position: absolute;
}
.cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    height: 15px;
    top: 8px;
    opacity: 1 !important;
    transition-delay: 0.6s;
}
.cta-more .img-arrow-right {
    width: 24px;
    max-width: unset;
}
.cta-more .cta-more-label {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-weight: 400;
    font-size: 20px !important;
    text-align: left;
    line-height: 1.25;
    margin-left: 45px;
    opacity: 1;
    transition: opacity 0.7s ease 0.8s;
}


/**report button on mobile**/
.report-container.isactive{
    /* left: -3px; */
    left: -6px;
    top: 50%;
    /* transform: scale(0.9) !important; */
    transform: scale(0.8) !important;
}

/** video btn **/
.di-mobile-btn.isactive{
    top: 100% !important;
}

.isactive .d-m-svg{
    /*height: 70%;*/
    height: auto;
}

.di-mobile-btn {
    display: flex;
    position: relative;
    left: 5%;
}

.d-mobile.d-mobile-vid{
  height: 0px;
  overflow: hidden;
  position: relative;
  top: -100px;
  left: 5%;
  display: block;
}

.d-mobile.d-mobile-vid.video-playing{
    transition: height 0.5s ease;
    height: 240px;
}
}

@media (max-width: 767px){
.static-mob {
    display: block;
}
.mob-desk {
    display: none;
}
.flex-container-stairs{
    display: none;
}
/*.f-con {
    width: 90%;
    padding-left: 5%;
}*/
/* .report-container{
    display: none !important;
} */
.q-right,
.q-left {
    padding: 0 5rem 5rem;
}
.l-q {
    left: 0;
    position: relative;
}
}

@media (min-width: 768px) {
.static-mob {
    display: none;
}
.mob-desk {
    display: block;
}
}

/** Reports **/
.report-container {
position: fixed;
left: 0;
top: 50%;
background-color: #f2f2f2;
opacity: 0;
border-radius: .5rem;
-webkit-transform: translate(-200%, -101%);
transform: translate(-200%, -101% );
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
-webkit-transition: opacity .3s ease-in,-webkit-transform .4s ease-in;
transition: opacity .3s ease-in,-webkit-transform .4s ease-in;
transition: opacity .3s ease-in,transform .4s ease-in;
transition: opacity .3s ease-in,transform .4s ease-in,-webkit-transform .4s ease-in;
-webkit-transition-delay: .2s;
transition-delay: .2s;
z-index: 999;
}

.report-container.isactive{
transform: translate(0, -101%);
opacity: 1;
}
.dl-btn{
margin-top: 5px;
margin-bottom: 10px;
}
.report-btn, .slideshare-btn {
height: 64px;
width: 52px;
position: relative;
margin: 5px;
}

.report-btn svg{
height: 63px !important;
width: 66px !important;
max-width: unset;
position: relative;
left: -8px;
top: -5px;
}

.slideshare-btn svg{
height: 63px !important;
width: 66px !important;
max-width: unset;
position: relative;
left: -8px;
}


.dl-btn svg.dl-btn-light{
opacity: 1;
}

.dl-btn.d svg.dl-btn-light{
opacity: 0;
}

.dl-btn svg.dl-btn-dark {
position: absolute;
top: 0;
opacity: 0;
left: 0;
display:none;
}

.dl-btn.d svg.dl-btn-dark {
opacity: 1;
display:block;
}

.mobile {
display: none;
}

@media (max-width: 767px) {
.mobile {
display: block;
}

.cta-more .cta-more-label{
    font-size: 19px !important;
    font-weight: 500;
}
.di-mobile-btn .text-cta{
    font-size: 19px ;
    font-weight: 500;
}

/* path.d-mobile{
    display: none;
}

.report-container {
    background-color: transparent;
}

.dl-btn,.report-btn,.slideshare-btn {
    height: 30px;
    width: 30px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 50%;
}

.dl-btn svg,.report-btn svg,.slideshare-btn svg {
    position: relative;
    top: 5px;
    left: 1px;
    height: 30px !important;
    width: 30px !important;
} */

}
@media (min-width: 1024px) and (max-width: 1199px) {
.l-q {
    position: relative;
    left: 0;
}
.img-left video,
.img-right video,
.img-left-2 video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 30vh;
    position: absolute;
}
}
a.foresight-app {
display: flex;
text-decoration: none;
}

.nav-bar-menu-0 {
top: -5px;
}

/*gte*/

.dl-btn, .report-btn, .slideshare-btn, .d-mobile-btn {
    cursor: pointer;
}
    .max-container{
        margin: 0 auto;
    }

    .position-sticky .img-container{
        overflow: hidden;
    }

    .position-sticky{
        top: 0;
    }

.animated-image-holder.video-playing .videoHolder {
    transform: scale(1);
    transition: transform 1s;
}
.animated-image-holder .videoHolder {
    transform: scale(0);
    transition: right 1s;
}

    .flex-p {
margin-top: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
    }

    .report-text {
        display: flex;
    }

    .fr-text,
    .es-text {
        flex-basis: 45%;
    }

    .img-bg {
        /* background-image: url(https://dynamicmedia.accenture.com/is/image/accenture/Accenture-TechVision23-Sections-BG?$auto-jpg$); */
        background-image: url(/content/dam/accenture/final/accenture-com/a-com-custom-component/iconic/imagery/Accenture-TechVision23-Sections-BG.jpg);
        background-size: 150%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .data-boxes > div > div.t-dark {
        background: rgb(0 0 0 / 20%);
        border: 1px solid rgb(0 0 0 / 20%);
    }

    body.b-light .row .content-holder .data-boxes > div > div.t-dark {
        background: none;
        border: none;
    }

    .compare-text-box p.text-purple {
        font-family: 'Graphik';
        font-size: 17px;
        font-weight: 400;
    }

    #Section-6 .row .row:first-child {
        margin-bottom: 7rem;
    }

    .col-md-6.col-lg-3.mb-5.position-relative.first-compare-box,
    .col-md-6.col-lg-3.mb-5.position-relative.second-compare-box,
    .col-md-6.col-lg-3.mb-5.position-relative.third-compare-box,
    .col-md-6.col-lg-3.mb-5.position-relative.fourth-compare-box{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

@media (min-width: 768px) {
    .tech-content {
        padding-left: 2rem;
    }
    .gte-mobile {
        display: none;
    }
    .gte-desktop {
        display: block;
        width: 100%;
        height: 250px;
    }
    .flex-essentials {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .flex-items {
        flex-basis: 45%;
    }

    p.dl-text {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top: 0 !important;
    }

    .flex-dl {
        font-family: 'Graphik','Arial',sans-serif;
        font-size: 18px;
padding-left: 1rem;
    }

    .report-div,
    .report-div2 {
        position: absolute;
        transform: translate(0, -100%);
        padding-left: 3rem;
    }
}


@media (max-width: 767px){
a.foresight-app {
    display: flex;
    text-decoration: none;
    flex-direction: column;
}
    .dl-btn, .report-btn, .slideshare-btn {
        margin: 5px auto;
    }
    .flex-dl {
        padding-left: 1rem;
    }
    .gte-mobile {
        display: block;
    }
    .gte-desktop {
        display: none;
    }
    .img-bg {
        background-image: none !important;
    }
    .flex-essentials {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        padding-bottom: 10rem;
        flex-direction: column;
        align-items: center;
    }
    .flex-p {
        font-size: 16px;
        font-family: 'Graphik';
        font-weight: 400;
    }
    .report-text {
        display: flex;
        flex-direction: column;
        padding: 0 5rem;
    }
    .flex-text {
        font-size: 18px;
    }
    .dl-btn svg.dl-btn-dark {
        position: absolute;
        top: 5%;
        opacity: 0;
        /* left: 10%; */
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .report-text {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

    /* image */

@media (max-width: 768px) {
    .p-bottom {
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 1600px) {
    .sub-marquee h3 {
        width: 80%;
    }
}

/*1280x720*/
@media only screen and (device-width: 1280px)
and (device-height: 720px) {
    .marquee-text-container {
        top: 45%;
    }
}


.load-src-image{
    display: none;
}
.load-src-video{
    display: block;
} 

@media screen and (max-width: 1024px){
    .load-src-image{
        display: block;
    }
    .load-src-video{
        display: none;
    }
}