.container.responsivegrid.full-width:first-child {
        padding-left: 0;
    }

    .responsivegrid .full-width{
    max-width: unset;
  }

  .marquee-vid{
    width: 100%;
  }

  .marquee {
      height: 100vh;
      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: 0%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -o-object-fit: cover;
        object-fit: cover;
  }

  .marquee-text-container {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        /* height: 80vh; */
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, -50%);
        color: #fff;
        z-index: 1;
        text-align: center;
  }

  .marquee-text-container h1 {
      font-family: "Graphik", "Arial", sans-serif;
      font-weight: 400;
      font-size: 72.22px;
      color: #FFFFFF;
      line-height: 100%;
  }
  
  p.marquee-description {
      font-family: "Graphik", "Arial", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 29px;
      line-height: 132%;
      text-align: center;
      color: #FFFFFF;
      letter-spacing: 2px;
  }

  @media (max-width: 767px) {
    .marquee-text-container h1 {
      font-size: 40px;
    }
   /* .gte-dl {
      font-size: 40px;
      line-height: 35px;
    }*/
    .marquee-vid {
        width: 100% !important;
    }
    .marquee {
      height: auto;
    }
    .nav-bar-menu-0 svg {
        position: absolute;
        left: 50%;
        /* top: 10px; */
        -webkit-transform: rotate(-180deg) translateX(50%);
        -ms-transform: rotate(-180deg) translateX(50%);
        transform: rotate(-180deg) translateX(50%);
    }
.nav-bar-menu-0.rotatesvg svg{
 position: absolute;
        left: 46%;
         top: 10px; 
        -webkit-transform: rotate(0deg) translateX(-50%);
        -ms-transform: rotate(0deg) translateX(-50%);
        transform: rotate(0deg) translateX(-50%);
}
    .nav-bar-menu-0 svg {
        transform-origin: 50% 50%;
        top: 15px;
        left: 0%;
    }
  }

  /*Mouse Container*/
  .mouse-container.isactive {
    opacity: 1;
    z-index: 5;
    cursor: pointer;
    position: initial;
    left: 49%;
    bottom: 10%;
  }

  .mouse-container {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }

  .mouse-container {
    position: relative;
    bottom: 13em;
  }
  
/*  .mouse-icon--wrapper {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
  }*/


  .mouse-icon--wrapper {
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mouse-icon--wrapper svg {
    overflow: hidden;
    animation: arrowDown 1.5s infinite;
    -webkit-animation: arrowDown 1.5s infinite;
    position: relative;
  }



  /*Mouse Container*/

  
  /** Learn More **/
  .tv-quickaccess {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 105px;
    height: 105px;
  }
  .tv-quickaccess.isActive {
    top: 35%;
  }

  .tv-quickaccess .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .tv-quickaccess .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 105px;
    height: 105px;
    min-height: 105px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .tv-quickaccess .tv-quickaccess__item:hover {
    background-color: #a100ff;
  }
  .tv-quickaccess .tv-quickaccess__item.shide {
    top: 0 !important;
  }
  .tv-quickaccess .tv-quickaccess__item.downloads {
    top: 0;
    z-index: 5;
  }
  .tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
    font-size: 18px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive a,
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #a100ff !important;
  }
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a,
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 105px;
    z-index: 4;
  }
  .tv-quickaccess .tv-quickaccess__item.podcast {
    top: 140px;
  }
  .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 210px;
    z-index: 3;
  }
  .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 309px;
    z-index: 2;
  }
  .tv-quickaccess .tv-quickaccess__item.slide-info {
    top: 270px;
    z-index: 1;
  }
  .tv-quickaccess .tv-quickaccess__item.meta-verse {
    top: 350px;
    z-index: 1;
  }
  .tv-quickaccess .tv-quickaccess__item a,
  .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 15px;
    line-height: 9px;
    color: #fff;
    display: block;
    -webkit-padding-end: 5px;
    padding-top: 13px;
  }
  .tv-quickaccess .tv-quickaccess__item a span,
  .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 11px;
    padding: 5px;
  }
  
  .tv-quickaccess-mobile.isActive {
    display: block;
  }
  .tv-quickaccess-mobile {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: -150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 40px;
    height: 40px;
  }
  .tv-quickaccess-mobile.isActive {
    bottom: 3%;
    right: 3%;
  }
  .tv-quickaccess-mobile .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .tv-quickaccess-mobile .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 15px;
    line-height: 9px;
    border: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .tv-quickaccess-mobile .btn-download {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tv-quickaccess-mobile .tv-quickaccess__item:hover {
    background-color: #a100ff;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.shide {
    bottom: 0 !important;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads {
    bottom: 0;
    z-index: 5;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a,
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #a100ff !important;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a,
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .tv-quickaccess-mobile .tv-quickaccess__item.slide-share a {
    padding: 0 !important;
  }

/*  .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
    bottom: 41px;
    z-index: 4;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
    bottom: 82px;
    z-index: 3;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
    bottom: 123px;
    z-index: 2;
  }*/
  .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
    bottom: 41px !important;
    z-index: 1;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.podcast {
      bottom: 83px !important;
      z-index: 1;
  }

  .tv-quickaccess__item.podcast.isActive a {
    padding: 0;
  }

  .tv-quickaccess-mobile .tv-quickaccess__item.meta-verse {
    bottom: 200px;
    z-index: 1;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item a,
  .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 15px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 12px;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item a span,
  .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 11px;
    padding: 5px 0px;
  }

  .fa-times-circle:before {
    content: "\f057";

  }

  .far{
    font-family: "Font Awesome 5 Free";
    font-weight:  400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style:  normal;
    font-variant: normal;
    text-rendering:  auto;
    line-height: 1;

  }
  
  /* Learn More - Additional Tweak Resize */
  .tv-quickaccess.isActive {
    top: 50%;
  }
  .tv-quickaccess {
    width: 85px;
    height: 85px;
  }
  .tv-quickaccess .tv-quickaccess__item {
    width: 85px;
    height: 85px;
    min-height: 70px;
  }
  .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 70px;
  }
  .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 140px;
  }
  .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 210px;
  }
  .tv-quickaccess .tv-quickaccess__item.meta-verse {
    top: 275px;
  }
  .tv-quickaccess .tv-quickaccess__item.slide-share.slide-info1 {
    top: 206px;
  }
  .tv-quickaccess__item img {
    height: 20px;
  }
  /* END of Additional Tweak - Resize */
  
  /* mobile learn more */
  @media screen and (min-width: 768px) {
    .tv-quickaccess.isActive {
      display: block;
    }

    .tv-quickaccess-mobile.isActive {
      display: none;
    }

}

.learn-more-mobile-svg {
  max-width: none !important;
}

@media only screen and (max-width: 767px) {
 
    .tv-quickaccess.isActive {
        display: none;
    }
    .tv-quickaccess-mobile.isActive {
        display: block;
    }
    .tv-quickaccess.isActive {
        top: 150%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .nav-bar-menu.nav-bar-menu-0 span, .nav-bar-menu.nav-bar-menu-1 span, .nav-bar-menu.nav-bar-menu-2 span, .nav-bar-menu.nav-bar-menu-3 span, .nav-bar-menu.nav-bar-menu-3 span, .nav-bar-menu.nav-bar-menu-4 span, .nav-bar-menu.nav-bar-menu-5 span, .nav-bar-menu.nav-bar-menu-6 span, .nav-bar-menu.nav-bar-menu-7 span {
    font-size: 12px !important;
  }
  .progress-nav-bar {
    height: 75px;
  }
  .nav-bar-menu {
    height: 75px;
  }
}


/** Play & Pause **/
.marquee-slide-play .button {
      border: 0;
      background: transparent;
      box-sizing: border-box;
      width: 0;
      height: 15px;
      border-color: transparent transparent transparent #fff;
      transition: 100ms all ease;
      cursor: pointer;
      border-style: solid;
      border-width: 7px 0 7px 13px;
      position: absolute;
      top: 3px;
  }

  .marquee-slide-play .button.paused {
      border-style: double;
      border-width: 0px 0 0px 13px;
      top: 5px;
      position: absolute;
  }

  .marquee-slide-play .button:hover {
      border-color: transparent transparent transparent #efefef;
  }

  div.marquee-slide-play {
      border: 0px;
      width: 15px;
      height: 15px;
      display: inline;
      position: absolute;
      bottom: 2%;
      right: 2%;
      margin: 0px !important;
  }


  /**Second Container**/

  @media (min-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
      max-width: none !important;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.overview-container{
  padding:0rem 20rem;
}

.percent-top-space {
  margin-top: 5rem;
}

.percent-bottom-space {
  margin-bottom: 5rem;
}

.overview,
.Section-Margin {
    margin-top: 5rem;
}

@media screen and (min-width: 1366px ) {
.percent-left-space{
  margin-left: -5rem ;
  }
}

@media screen and (min-width: 1600px ) {
.percent-left-space{
  margin-left: -15rem ;
  }
}

@media screen and (min-width: 1920px ) {
.percent-left-space{
  margin-left: -30rem ;
  }
}

@media screen and (min-width: 2560px ) {
.percent-left-space{
  margin-left: -65rem ;
  }
}

.speedbump-container.spd1,
.speedbump-container.spd2 {
  position: relative;
  transform: translate(0%, 0%);
  left: -3%;
}

.header-title {
  font-family: "Graphik", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1px;
  padding-bottom: 2rem;
}

.overview-list {
  font-family: "Graphik Regular", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.24px
}

ul.overview-list {
  list-style: initial;
}

ul > li {
  /*font-family: "Graphik Light", "Arial", sans-serif;*/
  font-family:"Graphik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 1rem;
}

.overview-header{
  font-family: "Graphik Regular", "Arial", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 124%; 
  letter-spacing: -0.02em; 
  color: #000000;
}

.percent_num {
  font-family: "Graphik", "Arial", sans-serif !important;
font-weight: 400;
  font-size: 156px;
  background: linear-gradient(to right top, #d227cf, #a100ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  float: right;
  margin-left: 2vh;
}

.quote_text {
  font-family: "Graphik", "Arial", sans-serif !important;
  font-size: 24px;
font-weight: 400;
}

.content-text p {
  font-family: "Graphik";
  font-size: 16px;
  font-weight: 300;
  line-height: 151.5%;
}

.speedbump_text {
  -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 50px 30px;
  margin: 4rem 0;
}

.speedbump_text.sc1.play-text {
  background-image: url(/content/dam/accenture/final/capabilities/song/marketing-transformation/imagery/Accenture-Unbounded-Gradient-BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 25%);
}

.play-text .play-one,
.play-text .play-two,
.play-text .play-three,
.play-text .play-four,
.play-text .play-five {
color: #FFFFFF;
}

.play-one a,
.play-two a,
.play-three a,
.play-four a,
.play-five a,
.play-six a {
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Graphik", "Arial", sans-serif;
}

p.title-header {
font-family: "Graphik Bold", "Arial", sans-serif !important;
font-size: 16px;
font-weight: 700;
}

p.desc-text {
font-family: "Graphik Semibold", "Arial", sans-serif !important;
font-size: 16px;
font-weight: 600;
line-height: 24.24px;
height: 97px;
}

p.text-reg {
font-family: "Graphik Regular", "Arial", sans-serif !important;
font-size: 16px;
font-weight: 400;
line-height: 24.24px;
height: 97px;
}

.gte-text {
  font-family: "Graphik", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24.24px;
  font-weight: 300;
}

.play-one a,
.play-two a,
.play-three a,
.play-four a,
.play-five a,
.play-six a {
  text-decoration: none;
}

/*    .speedbump_text.sc1 p {
  font-family: 'Graphik Light', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 30.24px;
}*/

.center {
  display: block;
  text-align: center !important;
}

.cta-more {
  color: #004DFF;
  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,
#Section-2 .cta-more.isactive,
#Section-3 .cta-more.isactive,
#Section-4 .cta-more.isactive,
#Section-5 .cta-more.isactive,
#Section-6 .cta-more.isactive,
#Section-8 .cta-more.isactive,
#Section-9 .cta-more.isactive {
  opacity: 1;
}

#Section-1 .cta-more.isactive .cta-more-box, .section-container-1 .item.active .cta-more .cta-more-box,
#Section-2 .cta-more.isactive .cta-more-box, .section-container-1 .item.active .cta-more .cta-more-box,
#Section-3 .cta-more.isactive .cta-more-box, .section-container-1 .item.active .cta-more .cta-more-box,
#Section-4 .cta-more.isactive .cta-more-box, .section-container-1 .item.active .cta-more .cta-more-box,
#Section-5 .cta-more.isactive .cta-more-box, .section-container-1 .item.active .cta-more .cta-more-box,
#Section-6 .cta-more.isactive .cta-more-box, .section-container-1 .item.active .cta-more .cta-more-box,
#Section-8 .cta-more.isactive .cta-more-box, .section-container-8 .item.active .cta-more .cta-more-box,
#Section-9 .cta-more.isactive .cta-more-box, .section-container-9 .item.active .cta-more .cta-more-box {
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #004DFF;
  border-radius: 50px;
  transition-delay: 0.2s;
}

#Section-1 .cta-more .cta-more-box,
#Section-2 .cta-more .cta-more-box,
#Section-3 .cta-more .cta-more-box,
#Section-4 .cta-more .cta-more-box,
#Section-5 .cta-more .cta-more-box,
#Section-6 .cta-more .cta-more-box,
#Section-8 .cta-more .cta-more-box,
#Section-9 .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-arrow, #Section-1 .item.active .cta-more-arrow,
#Section-2 .cta-more.isactive .cta-more-arrow, #Section-2 .item.active .cta-more-arrow,
#Section-3 .cta-more.isactive .cta-more-arrow, #Section-3 .item.active .cta-more-arrow,
#Section-4 .cta-more.isactive .cta-more-arrow, #Section-4 .item.active .cta-more-arrow,
#Section-5 .cta-more.isactive .cta-more-arrow, #Section-5 .item.active .cta-more-arrow,
#Section-6 .cta-more.isactive .cta-more-arrow, #Section-6 .item.active .cta-more-arrow,
#Section-8 .cta-more.isactive .cta-more-arrow, #Section-8 .item.active .cta-more-arrow,
#Section-9 .cta-more.isactive .cta-more-arrow, #Section-9 .item.active .cta-more-arrow {
  position: absolute;
  left: 20px;
  height: 15px;
  top: 8px;
  opacity: 1 !important;
  transition-delay: 0.6s;
}

#Section-1 .cta-more.isactive .cta-more-arrow,
#Section-2 .cta-more.isactive .cta-more-arrow,
#Section-3 .cta-more.isactive .cta-more-arrow,
#Section-4 .cta-more.isactive .cta-more-arrow,
#Section-5 .cta-more.isactive .cta-more-arrow,
#Section-6 .cta-more.isactive .cta-more-arrow,
#Section-8 .cta-more.isactive .cta-more-arrow,
#Section-9 .cta-more.isactive .cta-more-arrow {
  position: absolute;
  left: 20px;
  top: 8px;
  opacity: 1;
  transition-delay: 0.6s;
}

#Section-1 .cta-more .cta-more-arrow,
#Section-2 .cta-more .cta-more-arrow,
#Section-3 .cta-more .cta-more-arrow,
#Section-4 .cta-more .cta-more-arrow,
#Section-5 .cta-more .cta-more-arrow,
#Section-6 .cta-more .cta-more-arrow,
#Section-8 .cta-more .cta-more-arrow,
#Section-9 .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 .cta-more-label,
#Section-2 .cta-more .cta-more-label,
#Section-3 .cta-more .cta-more-label,
#Section-4 .cta-more .cta-more-label,
#Section-5 .cta-more .cta-more-label,
#Section-6 .cta-more .cta-more-label,
#Section-8 .cta-more .cta-more-label,
#Section-9 .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;
}

#Section-1 .cta-more .img-arrow-right,
#Section-2 .cta-more .img-arrow-right,
#Section-3 .cta-more .img-arrow-right,
#Section-4 .cta-more .img-arrow-right,
#Section-5 .cta-more .img-arrow-right,
#Section-6 .cta-more .img-arrow-right,
#Section-8 .cta-more .img-arrow-right,
#Section-9 .cta-more .img-arrow-right {
  width: 24px;
max-width: unset;
}

#Section-1 .cta-more.isactive .cta-more-label, #Section-1 .item.active .cta-more .cta-more-label,
#Section-2 .cta-more.isactive .cta-more-label, #Section-2 .item.active .cta-more .cta-more-label,
#Section-3 .cta-more.isactive .cta-more-label, #Section-3 .item.active .cta-more .cta-more-label,
#Section-4 .cta-more.isactive .cta-more-label, #Section-4 .item.active .cta-more .cta-more-label,
#Section-5 .cta-more.isactive .cta-more-label, #Section-5 .item.active .cta-more .cta-more-label,
#Section-6 .cta-more.isactive .cta-more-label, #Section-6 .item.active .cta-more .cta-more-label,
#Section-8 .cta-more.isactive .cta-more-label, #Section-8 .item.active .cta-more .cta-more-label,
#Section-9 .cta-more.isactive .cta-more-label, #Section-9 .item.active .cta-more .cta-more-label {
  opacity: 1 !important;
}

#Section-1 .cta-more.isactive .cta-more-label,
#Section-2 .cta-more.isactive .cta-more-label,
#Section-3 .cta-more.isactive .cta-more-label,
#Section-4 .cta-more.isactive .cta-more-label,
#Section-5 .cta-more.isactive .cta-more-label,
#Section-6 .cta-more.isactive .cta-more-label,
#Section-8 .cta-more.isactive .cta-more-label,
#Section-9 .cta-more.isactive .cta-more-label {
  opacity: 1;
}

#Section-1 .cta-more .cta-more-label,
#Section-2 .cta-more .cta-more-label,
#Section-3 .cta-more .cta-more-label,
#Section-4 .cta-more .cta-more-label,
#Section-5 .cta-more .cta-more-label,
#Section-6 .cta-more .cta-more-label,
#Section-8 .cta-more .cta-more-label,
#Section-9 .cta-more .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
  text-align: left;
}

#Section-1 .section-container-3 .cta-more .cta-more-box,
#Section-2 .section-container-3 .cta-more .cta-more-box,
#Section-3 .section-container-3 .cta-more .cta-more-box,
#Section-4 .section-container-3 .cta-more .cta-more-box,
#Section-5 .section-container-3 .cta-more .cta-more-box,
#Section-6 .section-container-3 .cta-more .cta-more-box,
#Section-8 .section-container-3 .cta-more .cta-more-box,
#Section-9 .section-container-3 .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:hover .cta-more-box,
#Section-2 .cta-more.isactive:hover .cta-more-box,
#Section-3 .cta-more.isactive:hover .cta-more-box,
#Section-4 .cta-more.isactive:hover .cta-more-box,
#Section-5 .cta-more.isactive:hover .cta-more-box,
#Section-6 .cta-more.isactive:hover .cta-more-box,
#Section-8 .cta-more.isactive:hover .cta-more-box,
#Section-9 .cta-more.isactive:hover .cta-more-box {
  height: 36px;
  border-radius: 25px 25px 25px 25px;
}

#Section-1 .cta-more.isactive .cta-more-box,
#Section-8 .cta-more.isactive .cta-more-box,
#Section-9 .cta-more.isactive .cta-more-box {
  top: 3px;
}

#Section-2 .cta-more.isactive .cta-more-box,
#Section-3 .cta-more.isactive .cta-more-box,
#Section-4 .cta-more.isactive .cta-more-box,
#Section-5 .cta-more.isactive .cta-more-box,
#Section-6 .cta-more.isactive .cta-more-box {
  top: 3px;
}

@media screen and (min-width: 1025px){
  #Section-1 .cta-more.isactive:hover .cta-more-box,
  #Section-2 .cta-more.isactive:hover .cta-more-box,
  #Section-3 .cta-more.isactive:hover .cta-more-box,
  #Section-4 .cta-more.isactive:hover .cta-more-box,
  #Section-5 .cta-more.isactive:hover .cta-more-box,
  #Section-6 .cta-more.isactive:hover .cta-more-box,
  #Section-8 .cta-more.isactive:hover .cta-more-box,
  #Section-9 .cta-more.isactive:hover .cta-more-box {
      width: 105%;
      height: 36px;
      border-radius: 25px 25px 25px 25px;
  }
}

.title-sbump {
  font-family: "Graphik Regular", "Arial", sans-serif !important;
  font-size: 36px;
  line-height: 54.54px;
}

.desc-sbump {
  font-family: "Graphik Regular", "Arial", sans-serif !important;
  font-size: 16px;
  line-height: 24.24px;
}

.group-list p {
  font-family: "Graphik Regular", "Arial", sans-serif !important;
  font-size: 23px;
  line-height: 34.84px;
}

.purple {
  color: #A100FF;
}

.content-text {
  font-family: "Graphik Regular", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24.24px;
}

.arrow-left {
  margin-left: 1rem;
}

#Section-1,
#Section-2,
#Section-3,
#Section-4,
#Section-5,
#Section-6,
#Section-7,
#Section-8 {
  padding: 0;
}

.mobile-placeholder {
  padding: 0 0 1rem 0;
}

p.title-header {
  padding-bottom: 2rem;
}

.speedbump_text.sc1.spdbmp p {
  font-family: "Graphik", "Arial", sans-serif;
font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

.play-text p {
  font-family: "Graphik", "Arial", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30.3px;
  margin-bottom: 4rem;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
  padding: 1rem 5rem 2rem 2rem;
}

.accordion-button:not(.collapsed) {
  padding: 1rem 5rem 2rem 2rem;
}

button.accordion-button.collapsed {
  padding: 1rem 5rem 2rem 2rem;
}
.accordion-body {
  padding: 1rem 8rem 2rem 2rem;
}

.top-big-space {
  margin-top: 10rem;
}

.top-space {
  margin-top: 5rem;
}

.overview-top-space {
  margin-top: 2rem;
}

.nav-bar-menu.nav-bar-menu-0 span,
.nav-bar-menu.nav-bar-menu-1 span,
.nav-bar-menu.nav-bar-menu-2 span,
.nav-bar-menu.nav-bar-menu-3 span,
.nav-bar-menu.nav-bar-menu-3 span,
.nav-bar-menu.nav-bar-menu-4 span,
.nav-bar-menu.nav-bar-menu-5 span,
.nav-bar-menu.nav-bar-menu-6 span,
.nav-bar-menu.nav-bar-menu-7 span {
  font-size: 14px;
  /*font-family: "Graphik Light", "Arial", sans-serif;*/
  font-family:"Graphik";
  font-weight: 300;
}

.nav-bar-menu.nav-bar-menu-0 span {
  color: #004DFF;
}

@media (max-width: 767px){
.marquee-title > h1 {
  font-size: 35px;
}
p.marquee-description{
  font-size: 14px;
}
.marquee-title{
  height: 50%;
    top: 35%;
}
  .nav-bar-menu.nav-bar-menu-0 .menu-navbar{
      display: none;
  }
  .speedbump_text.sc1.play-text {
      width: auto;
      margin-left: -15px;
      margin-right: -15px;
  }
}

.ani-text, .ani-box{
  position: relative;
  top: 15px;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.ani-text.isactive, .ani-box.isactive{
  top: 0px;
  opacity: 1;
}

/**life-centric**/

.section-margin,
.overview {
  padding top: 5rem;
}

@media screen and (max-width: 576px ) {
  .xs-sc1{
    position: relative;
    left: 20px;
    opacity: 0;
    background: #cecece;
  }

  .xs-sc1.isactive{
    /* left: 0px; */
    opacity: 1;
    transition: all 0.5s ease-out;
  }

  .xs-sc2, .xs-sc3{
    position: absolute;
    left: 50%;
    opacity: 0;
    transition: all 0.5s ease-out;
  }

  .xs-sc2.isactive, .xs-sc3.isactive{
    left: 47%;
    opacity: 1; 
  }

  .ar-container .ar-left{
    transform: rotate(90deg);
    height: 15px;
    margin-top: 10px;
  }
  .ar-container .ar-right{
    transform: rotate(-90deg);
    height: 15px;
    margin-left: 20px;
    margin-top: 10px;
  }

  .ar-left.ar-sc1{
    opacity: 0.5;
  }

  .ar-right.ar-sc2{
    opacity: 0.5;
  }

  .speedbump_text {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        padding: 20px;
        margin: 4rem 0;
    }

    p.title-header {
        height: 4em;
        border-bottom: 1px solid #eee;
    }

    p.desc-text, p.text-reg{
        height: 9em;
        border-bottom: 1px solid #eee;
        margin-bottom: 0px;
        margin-top: 10px;
    }


}

@media screen and (max-width: 767px) {
  .top-big-space {
    margin-top: 0;
    padding-right: 4rem;
  }
  .percent-top-space {
    margin-top: 0;
  }
  .speedbump-container.spd1, .speedbump-container.spd2 {
    left: 0;
  }
  .percent_num {
    float: left;
    font-size: 80px;
  }
  .quote-text {
    font-size: 20px;
    padding-right: 5rem;
  }
  .header-title {
    padding-bottom: 0;
  }
  .mob-space {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  p.title-header {
      height: 68px;
  }
  p.text-reg, 
  p.desc-text {
    height: 146px;
  }
  .mob-space {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .nav-bar-menu{
        width: 12%;
    }
}

  /**Second Container**/

/**3rd Container - Play 1**/

/*Container per play*/
  .container-per-play {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 20px;
    height: 100%;
    /*margin-right: 4rem;*/
    margin-bottom: 4rem;
  }

  .small-percent_num {
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #A100FF;
  }

  .percent-text,
  .percent-text-head {
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 300;
    font-size: 16px;
  }

/*  .percent-text {
    padding-left: 20px;
  }*/

  .plays_bump {
    font-family: "Graphik", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 300;
  }


  .speedbump-arrow {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 30px;
  }

  .svgs_play {
    display: block;
    margin: auto;
    height: 100%;
  }

  /*Container per play*/


.vid-container video {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-10%);
    -ms-transform: translate(-50%,-10%);
    transform: translate(-50%,-10%);
    width: 100%;
}

.vid-container {
    transform: translate(-50%, 0%);
    position: relative;
    z-index: 0;
    left: 50%;
    top: 0;
}

.img-container img {
position: relative;
left: 0;
top: 0;
-webkit-transform: translate(0%,0%);
-ms-transform: translate(0%,0%);
transform: translate(0%,0%);
width: 40vw;
z-index: 1;
/*height: 40vh;*/
}

.icon-text {
  padding-left: 1rem;
}

/*ACCORDION*/
.accordion-button:not(.collapsed) {
color: #000000 !important;
background-color: transparent;
}

.accordion-item {
margin-bottom: 1rem;
-webkit-filter: drop-shadow(0px 4px 5px rgb(0, 0, 0, 5%));
filter: drop-shadow(0px 4px 5px rgb(0, 0, 0, 5%));
}

.accordion-item:not(:first-of-type) {
border-top: 1px solid rgba(0,0,0,.125) !important;
}

.accordion-header {
margin-bottom: 0 !important;
}

.accordion-text-header {
font-family: "Graphik Regular", "Arial", sans-serif !important;
font-size: 24px !important;
font-weight: 400;
}

/*ACCORDION*/

.accord-below-desc {
font-family: "Graphik Regular", "Arial", sans-serif;
font-size: 16px;
line-height: 24.24px;
}

.accord-below-header {
font-family: "Graphik Regular", "Arial", sans-serif;
font-size: 24px;
line-height: 36px;
}

.accord-below {
padding: 4rem;
}

span.header-text {
font-family: "Graphik Regular", "Arial", sans-serif;
font-size: 24px;
line-height: 36.36px;
}

.accordion-body {
font-family: "Graphik Regular", "Arial", sans-serif;
font-size: 16px;
line-height: 24.24px;
}

.accord-below {
background-image: linear-gradient(#004dff, #004dff), linear-gradient(#004dff, #004dff), linear-gradient(#ffffff, white), linear-gradient(white, white), linear-gradient(white, white);
background-repeat: no-repeat;
background-size: 10px 50%, 50% 10px, calc(100% - 8px) calc(100% - 8px);
background-position: left bottom, left bottom, 4px 4px;
background-position-x: left, left, 4px;
background-position-y: bottom, bottom, 4px;
}

.play-container {
  background-image: url(/content/dam/accenture/final/capabilities/song/marketing-transformation/imagery/Accenture-Unbounded-Gradient-Banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 25%);
}

.play-container-mobile {
    background-image: url(/content/dam/accenture/final/capabilities/song/marketing-transformation/imagery/Accenture-Unbounded-Gradient-Banner.jpg);
    background-repeat: no-repeat;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.playtext {
  font-family: "Graphik", "Arial", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  /*display: table-cell;
  vertical-align: middle;*/
  color: #FFFFFF;
  margin-bottom: 5px;
}

/*.playtext {
    padding: 0 1rem 0 1rem;
}

.play-title {
    padding: 0 0 0 1rem;
}*/

.play-title {
    font-family: "Graphik", "Arial", sans-serif;
    font-size: 32px;
    font-weight: 300;
    /*display: table-cell;
    vertical-align: middle;*/
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 30px;
}

.svg-icon-play {
    display: table-cell;
    vertical-align: middle;
}

.accordion-item {
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 25%);
}

h3.content-title {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 24px;
    line-height: 36.36px;
    font-weight: 400;
}

  .cta-play {
    font-family: "Graphik", "Arial", sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
  }

  .cta-play-desc {
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24.24px;
  }

.content-text-container p {
    font-family:"Graphik";
    font-weight: 300;
    font-size: 16px;
}

p.text-action {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 24px !important;
    line-height: 36px;
}

.play-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ics_play {
  margin-top: 4rem;
}

/*.icon-adjust {
  max-width: 80% !important;
  float: right;
}*/

.pad-left {
    padding-left: 2rem;
}

.no-margin {
  margin-bottom: 0px !important;
}

.container-playtext {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .play-container-mobile {
    display: block;
  }
  .play-container {
    display: none;
  }
  .play-title {
    display: block;
    line-height: 33.4px;
    font-size: 32px;
    padding: 1rem 0 0 1rem;

  }
  .playtext {
    font-size: 20px;
    padding: 0 1rem 0 1rem;
    
  }
/*  .percent-text {
    padding-left: 0;
  }*/
.mobile-bottom-space {
    padding-bottom: 3rem;
}
}

@media screen and (min-width: 768px) {
  .play-container-mobile {
    display: none;
  }
    .play-container {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
  .icon-adjust {
    max-width: -webkit-fill-available !important;
  }
  .play-title {
    line-height: 33.4px !important;
}

  .playtext {
    white-space: nowrap;
  }
}

@media screen and (max-height: 1023px) and (min-width: 768px) and (orientation: landscape) {
  .percent-text {
    padding-left: 2rem;
  }
  ..pad-left {
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  p.percent-text {
    padding-left: 3rem;
  }
}

@media only screen 
    and (device-width : 1280px) 
    and (device-height: 1024px) {
        .percent-text {
          padding-left: 3rem;
        }
    }

@media only screen 
    and (device-width : 1280px) 
    and (device-height: 1080px) {
        .percent-text {
          padding-left: 2rem;
        }
    }

/*3rd Container - Play 1*/

/**4th Container - Play 2**/
.bg-gray {
    background-color: #ccc;
    width: 30%;
    position: absolute;
    z-index: 9;
    transform: translate(70%,50%);
    -webkit-transform: translate(70%,50%);
    -ms-transform: translate(70%,50%);
    transform: translate(70%,50%);
    height: 60vh;
}

/**4th Container - Play 2**/

.container-plays {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 40px;
}

.speedbump-container-foresight {
    box-shadow: 0px -5px 20px #c4c4c4 !important;
    padding: 2rem 0;
    margin-top: 5rem;
}

.speedbump-image {
    text-align: center;
    /* padding-right: 1rem; */
}

.headline-content {
    /* width: 75%; */
    border-width: 0 0 0 0.25em;
    border-left-style: solid;
    padding-left: 1rem;
    border-image: linear-gradient(to bottom,#0f0 0%,#00baff 100%) 1 100%;
}

p.custom-eyebrow-title {
    font-family: "Graphik","Arial",Sans-Serif;
    font-weight: 500;
    line-height: 1.39em;
    font-size: 16px;
    margin-bottom: unset;
}

p.speedbump-description {
    margin-bottom: unset;
    font-size: 14px;
    line-height: 16px;
    width: 70%;
}

a.custom-arrow.cta-arrow.ucase {
    font-size: 1.4rem;
    text-decoration: none;
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 400;
}

.cta-arrow:after,
.cta-alt-arrow:after {
    content: "";
    margin-left: 10px;
    font-size: 1.43em;
    line-height: .7em;
    position: inherit;
    top: 0.12em;
}

.cta-arrow:after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*Mobile Share*/
@media (min-width: 1200px) {
  .download-report {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .download-report {
    margin-top: 5rem;
  }
}

/*.share-icons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border-top: 2px #ccc solid;
    padding: 10px 0px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px;
}*/

.eyebrow-title {
    font-size: .75rem;
    line-height: 1.33em;
    letter-spacing: .078rem;
    text-transform: uppercase;
}

.m-top {
  margin-top: 5rem;
}

.share-container {
/*    margin-top: 5rem;
    z-index: 1;
    width: 100%;*/
    padding: 10px;
    align-items: center;
    border-top: 2px #ccc solid;
}

.social-likes.social-likes_visible {
    font-size: 1.13rem !important;
    border: 0.12em solid #004dff;
    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;
    z-index: 2;
}

/.social-likes.social-likes_visible {
    color: #004dff;
    border: 0.12em solid #004dff;
    border-radius: 100%;
    margin: 0;
    z-index: 2;
    position: relative;
}

i.fab, i.far {
    padding: 10px;
    display: grid;
    width: 30px;
    height: 30px;
    justify-content: center;
}

.fa-twitter:before {
    content: "\f099";
}


/*Mobile Share*/


/**GTE**/
.submarquee-container-8 .container-box {
  top: 0px;
  opacity: 1;
}

.submarquee-container-8 .container-box {
  position: relative;
  top: 40px;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.container-box {
  border: #ffffff;
  background-color: #ffffff;
  box-shadow: 2px 1px 13px rgb(0 0 0 / 5%);
  padding: 5%;
}

/*.headline-text-gte {
  font-family: "GT Sectra Fine" !important;
  font-size: 62px !important;
  color: #A100FF;
  font-weight: 300;
  margin-bottom: 1em;
}*/

.gte-container {
  position: relative;
}
.gte-text-container {
    position: absolute;
    top: 45%;
    left: -2%;
    /* width: 80%; */
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    color: #fff;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
}

.gte-text-container-podcast {
    display: flex;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    color: #fff;
    z-index: 1;
    flex-direction: row;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: stretch;
}

.gte-text-container-infographic {
    position: absolute;
    top: 45%;
    left: 67%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    color: #fff;
    z-index: 1;
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.gte-text-container-podcast svg,
.gte-text-container svg,
.gte-text-container-infographic svg {
  position: relative;
  left: -10px;
}

.gte-text-container .gte-dl,
.gte-text-container-podcast .gte-dl,
.gte-text-container-infographic .gte-dl {
    /*width: 60%;*/
    line-height: 1.4 !important;
    text-align: left;
}

.tv-quickaccess__menu a {
    text-decoration: none;
}

.gte-dl, .gte-dl a {
  font-family: "Graphik", "Arial", sans-serif !important;
  font-size: 16px;
  line-height: 42px;
  text-decoration: none !important;
  font-weight: 300;
}



.gte-text-container a {
  text-decoration: none;
}

.gte-read {
  font-family: "Graphik", "Arial", sans-serif;
  color: #7500C0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.author-container {
  padding-top: 3em;
}

.auth-img {
  width: 70%;
  border-radius: 50%;
  padding: 0 10%;
}

.author-content {
  margin-left: 3rem;
  margin-top: 2rem;
}

.author-name {
  font-family: "Graphik","Arial",Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-right: 1%;
}

.author-title {
  font-family: "Graphik","Arial",Sans-Serif !important;
  line-height: 1.3;
  font-size: 12px !important;
  padding-right: 1em;
  height: 47px;
  font-weight: 300;
}

.rc-links {
  text-align: center;
  margin-top: 2em;
}

#Section-7 .cta-more {
  color: #004DFF;
  position: relative;
  width: auto;
  padding: 10px;
  bottom: 10%;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: inline-block;
}

#Section-7 .cta-more.isactive .cta-more-box,
#Section-7 .item.active .cta-more .cta-more-box {
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #004DFF;
  border-radius: 50px;
  transition-delay: 0.2s;
}

#Section-7 .cta-more .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}

#Section-7 .cta-more.isactive .cta-more-arrow,
#Section-7 .item.active .cta-more-arrow {
  position: absolute;
  left: 20px;
  height: 15px;
  top: 8px;
  opacity: 1 !important;
  transition-delay: 0.6s;
}

#Section-7 .cta-more .img-arrow-right {
  width: 24px;
  position: absolute;
}

#Section-7 .cta-more.isactive .cta-more-label,
#Section-7 .item.active .cta-more .cta-more-label {
  opacity: 1 !important;
}

#Section-7 .cta-more .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
  text-align: left;
}

.cta-more-label, .cta-more-label a {
  font-family: "Graphik Medium","Arial",Sans-Serif;
  font-size: 19px !important;
  line-height: 1.25;
}

a.linkedin-icon:before {
    content: "";
    font-size: 20px;
    font-family: "Ionicons";
}

a.linkedin-icon {
    font-size: 1.13rem !important;
    border: 0.12em solid #004dff;
    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;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.gte-min {
    position: relative;
    top: 1rem;
    font-size: 20px;
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 400;
}

/*@media screen and (min-width: 768px) and (max-width: 1024px) {
    .auth-img  {
        height: 124px;
    }
}*/




@media screen and (max-width: 667px) {
  .header-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .author-content {
    margin-left: 0;
    margin-top: 0;
  }
  .top-space {
      margin-top: 4rem;
  }
  .gte-text-container {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    color: #fff;
    z-index: 1;
  }
  .gte-text-container-podcast {
    display: flex;
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    color: #fff;
    z-index: 1;
    flex-direction: row;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: stretch;
  }
  .gte-text-container-infographic {
    position: absolute;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    color: #fff;
    z-index: 1;
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .author-name {
    margin-top: 1rem;
  }
  .author-title {
    height: 63px;
  }
  p.speedbump-description {
    width: auto;
  }
  .gte-text-container-podcast svg,
  .gte-text-container svg,
  .gte-text-container-infographic svg {
    position: relative;
    left: -5px;
    width: 15px;
  }
  .gte-text-container .gte-dl,
  .gte-text-container-podcast .gte-dl,
  .gte-text-container-infographic .gte-dl {
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .author-title {
    height: 78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .gte-text-container {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
    color: #fff;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
  }
  .gte-text-container-podcast {
    display: flex;
    position: absolute;
    top: 50%;
    left: 43%;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
    color: #fff;
    z-index: 1;
    flex-direction: row;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: stretch;
  }
  .gte-text-container-infographic {
      position: absolute;
      top: 50%;
      left: 75%;
      -webkit-transform: translate(0%, 50%);
      -ms-transform: translate(0%, 50%);
      transform: translate(0%, 50%);
      color: #fff;
      z-index: 1;
      display: flex;
      justify-content: start;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .author-title {
    height: 63px;
  }
}

/**GTE**/

.rc-space {
  padding-top: 5rem;
  padding-bottom: 5rem; 
}

.header-rel.top-space {
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
  .rc-space,
  .header-rel {
    padding-left: 1rem;
  }
}

.header-title a {
    text-decoration: none;
}

i.far.fa-times-circle.close-download {
    padding-top: 3px;
}


/*Share mobile*/
/*.cmp-share-banner_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0 3rem;
}

.cmp-side-share_mobile {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.cmp-side-share_mobile .cmp-side-share-container_mobile {
    -webkit-transition: opacity .4s ease-in,-webkit-transform .4s ease-in;
    transition: opacity .4s ease-in,-webkit-transform .4s ease-in;
    transition: opacity .4s ease-in,transform .4s ease-in;
    transition: opacity .4s ease-in,transform .4s ease-in,-webkit-transform .4s ease-in;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}


.cmp-side-share-container_mobile {
    position: fixed;
    top: 40%;
    background-color: #f2f2f2;
    opacity: 0;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    border-radius: 0.5rem;
    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;
}


.cmp-side-share_mobile .cmp-share-banner__items_mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    opacity: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.cmp-share-banner__items_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
}

.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__item_mobile {
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__item_mobile {
    height: 42px;
    width: 42px;
}

.cmp-share-banner__item_mobile {
    text-align: center;
}

}
.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__icon_mobile:first-child {
    margin-left: 0;
}
.cmp-side-share_mobile .cmp-share-banner__item_mobile:first-child .cmp-share-banner__icon_mobile {
    margin-left: 20px;
}
.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__icon_mobile {
    padding: 10px 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cmp-share-banner__item_mobile:first-child .cmp-share-banner__icon_mobile {
    margin-left: 0;
}
.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__icon_mobile {
    height: 42px;
    width: 42px;
    color: #6b6b6b;
    background-color: #fff;
    padding: 10px;
    border: 0.0625rem solid #6b6b6b;
    position: absolute;
    -webkit-transform: translateY(2500px);
    transform: translateY(2500px);
    margin-left: 0;
}


.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__item_mobile:nth-child(2) .cmp-share-banner__icon_mobile {
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__item_mobile:nth-child(3) .cmp-share-banner__icon_mobile {
    -webkit-transition: all .9s ease-out;
    transition: all .9s ease-out;
}

.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__item_mobile:nth-child(4) .cmp-share-banner__icon_mobile {
    -webkit-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}

.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__icon--linkedin_mobile:after {
    content: "";
    font-size: 17px;
    font-family: Ionicons;
    display: block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    width: 20px;
    height: 20px;
}

.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__icon--twitter_mobile:after {
    content: "";
    font-size: 20px;
    font-family: Ionicons;
    display: block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__icon--facebook_mobile:after {
    content: "";
    font-size: 20px;
    font-family: Ionicons;
    display: block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

.cmp-side-share_mobile .cmp-share-banner__items_mobile .cmp-share-banner__icon--mail_mobile:after {
    content: "";
    font-size: 20px;
    font-family: Ionicons;
    display: block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}*/

/*New Share mobile*/
.ui-vs-top--md {
    padding-top: 5rem;
}

.cmp-share-banner--toolbar .cmp-share-banner {
    padding: 1rem 2rem 2rem;
    background-color: #f2f2f2;
}

.cmp-share-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0 3rem;
}

.cmp-share-banner--toolbar .h-title-eyebrow {
    margin-left: 0;
}

.cmp-share-banner .h-title-eyebrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    margin-right: 30px;
}

.h-title-eyebrow {
    font-family: Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .104em;
    color: #000;
    line-height: 1.4;
    font-size: 1.2rem;
}

.cmp-share-banner__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
}

.cmp-share-banner__item {
    text-align: center;
}

.cmp-share-banner__item:first-child .cmp-share-banner__icon {
    margin-left: 0;
}

.cmp-share-banner__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 0.2rem solid #004dff;
    color: #004dff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 3rem;
    width: 3.5rem;
}

.cmp-share-banner__icon--facebook:after, .cmp-share-banner__icon--linkedin:after {
    font-size: 18px;
    font-family: Ionicons;
    display: block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

.cmp-share-banner__icon--linkedin:after {
    content: "";
}

.cmp-share-banner__download-report {
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.cmp-share-banner__download-report .cmp-button {
    margin: 20px 0 0;
}

.cmp-button--primary-white .cmp-button {
    color: #fff;
    background-color: #000;
    border-color: transparent;
    -webkit-box-shadow: 4px 4px 0 0 #a7a7a7;
    box-shadow: 4px 4px 0 0 #a7a7a7;
    margin-bottom: 4px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-out,-webkit-transform 0.3s ease-out;
    transition: -webkit-box-shadow 0.3s ease-out,-webkit-transform 0.3s ease-out;
    transition: box-shadow 0.3s ease-out,transform 0.3s ease-out;
    transition: box-shadow 0.3s ease-out,transform 0.3s ease-out,-webkit-box-shadow 0.3s ease-out,-webkit-transform 0.3s ease-out;
}

@media screen and (max-width: 767.9px){
  .cmp-button {
      margin-left: 0;
      width: 100%;
  }
}

.cmp-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    min-height: inherit;
    min-width: 13.4rem;
    border-radius: 0 0 0 0;
    background-color: transparent;
    background-color: #000;
    border: 1px solid transparent;
    font-size: 1.4rem;
    font-weight: 600;
    height: 44px;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    margin-left: 10px;
    padding: 1.5rem;
}

.cmp-button__text {
    display: inline;
    text-align: left;
    height: auto;
    position: relative;
}