@media screen and (min-width: 1024px)
{
  #diclPrintWrapper .cover-container {
    padding-top: 55px;
    min-height: 700px;
}
}
@media screen and (min-width: 991px)
{
  #diclPrintWrapper .cover-content {
    min-height: calc(100vh - 70px);
    max-height: 1700px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    justify-content: center;
}
}
#diclPrintWrapper .cover-content {
    text-align: left;
}
#diclPrintWrapper .cover-content h1 {
    font-family: adelle-sans-condensed,sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    color: #1f1f1f;
    margin-bottom: 10px;
    transition: all .3s linear;
}
#diclPrintWrapper .cover-content h3 {
    font-family: linotype-sabon,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 26.4px;
    letter-spacing: -.01em;
    color: #1f1f1f;
}
#diclPrintWrapper .cover-content .explore-btn-text{
    font-family: adelle-sans-condensed,sans-serif;
    font-style: normal;
    font-weight: 350;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 30px;
    color: #000;
    position: relative;
    display: inline-block;
    transition: all .3s linear;
    width: fit-content;
}
/* .cover-content a::after {
    content: " ";
    background-image: url(https://www2.deloitte.com/content/dam/insights/us/USI-dev/2022/november/tech-trends-2023/assets/icon-arrow-green.svg);
    filter: brightness(0);
    background-position: center center;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    transition: all .3s linear;
} */
#diclPrintWrapper .explore-arrow{
  margin-left: 10px;
}
@media screen and (min-width: 991px)
{
  #diclPrintWrapper .banner-img {
    background-repeat: no-repeat;
}
}
#diclPrintWrapper  .banner-img {
    position: relative;
    height: 100%;
    width: calc(50vw - 5px);
    min-height: calc(700px - 55px);
    /* background-image:url(https://www2.deloitte.com/content/dam/insights/us/USI-dev/2022/december/ai-around/static/media/banner.962c6b2b.png); */
   background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 991px)
{
  #diclPrintWrapper .banner-img {
    width: 100%;
    min-height: 70vh;
    position: relative;
}
#diclPrintWrapper  .cover-content h1 {
    font-size: 30px;
    line-height: 32px;
    color: #1f1f1f;
    margin-top: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}
#diclPrintWrapper .banner-col {
    order: 2;
}
#diclPrintWrapper .banner-image-container {
    padding: 0!important;
}
#diclPrintWrapper .cover-content a
{
    display: none;
}
}
#diclPrintWrapper .nav-row{
    display: flex;
    align-items: center;
    border-top: 16px solid #86bc25;
    padding-top: 16px;
    padding-bottom: 30px;
}
#diclPrintWrapper .nav-left{
    width: 100%;
    /* display: flex;
    align-items: center; */
}
#diclPrintWrapper .nav-right{
    display: flex;
    align-items: center;
    position: absolute;
    right: 18%;
}
#diclPrintWrapper .share-toggle {
    cursor: pointer;
    -webkit-appearance: unset;
}
 /* .share-toggle.dropdown-toggle::after {
    display: none;
} */
#diclPrintWrapper  .share-dropdown-menu.show {
    min-width: auto;
    padding: 0;
    left: -12px !important;
}
#diclPrintWrapper .social-btn {
    display: block;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none;
    background-color: transparent;
    border: 0;
}
#diclPrintWrapper .social-dropdown-menu .social-btn {
    margin-right: 20px;
}
#diclPrintWrapper .social-dropdown-menu {
    display: none;
}
#diclPrintWrapper .social-dropdown-menu.social-dropdown-open {
    display: flex;
}
#diclPrintWrapper  .share-dropdown-menu.show .social-btn {
    margin: 10px;
}
#diclPrintWrapper .social-btn:hover {
    background-color: transparent;
}
#diclPrintWrapper .social-share {
    width: 20px;
    background-image: url(https://www2.deloitte.com/content/dam/insights/us/USI-dev/2022/december/ai-around-the-world/static/media/icon-share.dc6e13ee.svg);
    filter: brightness(0);
    text-decoration: none !important;
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-share:hover {
    filter: brightness(100%);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-facebook {
    width: 10px;
    background-image: url(	https://www2.deloitte.com/content/dam/insights/us/…the-world/static/media/icon-facebook.e289a431.svg);
    filter: brightness(0);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper  .social-facebook:hover {
    filter: brightness(100%);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-twitter {
    width: 25px;
    background-image: url(../assets/icon-twitter.svg);
    filter: brightness(0);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-twitter:hover {
    filter: brightness(100%);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-linkedIn {
    width: 20px;
    background-image: url(../assets/icon-linkedin.svg);
    filter: brightness(0);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-linkedIn:hover {
    filter: brightness(100%);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-print {
    width: 20px;
    background-image: url(https://www2.deloitte.com/content/dam/insights/us/USI-dev/2022/december/ai-around-the-world/static/media/Icon-print.cb448f1a.svg);
    filter: brightness(0);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-print:hover {
    filter: brightness(100%);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-download {
    width: 16px;
    background-image: url(../assets/ic\ download.svg);
    filter: brightness(0);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-download:hover {
    filter: brightness(100%);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-bookmark {
    width: 16px;
    background-image: url(https://www2.deloitte.com/content/dam/insights/us/USI-dev/2022/december/ai-around-the-world/static/media/icon-save-green.cac60c58.svg);
    filter: brightness(0);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-bookmark:hover {
    filter: brightness(100%);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-print {
    width: 22px;
    background-image: url(https://www2.deloitte.com/content/dam/insights/us/USI-dev/2022/december/ai-around-the-world/static/media/Icon-print.cb448f1a.svg);
    filter: brightness(0);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .social-print:hover {
    filter: brightness(100%);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .bookmark-anchor.active .social-bookmark {
    width: 16px;
    background-image: url(https://www2.deloitte.com/content/dam/insights/us/…e-world/static/media/icon-save-green.cac60c58.svg);
    filter: brightness(0);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}
#diclPrintWrapper .bookmark-anchor.active .social-bookmark:hover {
    filter: brightness(100%);
    transition: filter 300ms linear;
    -webkit-transition: filter 300ms linear;
}

#diclPrintWrapper button:focus {
    outline: none !important;
}
#diclPrintWrapper .social-btn{
    margin-right: 20px;
}
#diclPrintWrapper .nav-left-text{
font-family: "adelle-sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 14px;
text-transform: uppercase;
color: #707070;
margin: 0px;
}
#diclPrintWrapper .header-text-row h1{
font-family: "adelle-sans-condensed", sans-serif;
font-style: normal;
font-weight: 900;
font-size: 56px;
line-height: 64px;
color: #1F1F1F;
margin-bottom: 10px;
}
#diclPrintWrapper .header-text-row p{
font-family: "adelle-sans-condensed", sans-serif;
font-style: normal;
font-weight: 350;
font-size: 22px;
line-height: 26px;
color: #707070;
margin-bottom: 40px;
}
#diclPrintWrapper .article-margin-default {
  padding-top: 40px;
  padding-bottom: 40px;
}
#diclPrintWrapper .article-bg-light {
  background-color: #f8f8f8;
}
#diclPrintWrapper .article-heading-row h2 {
  font-family: "adelle-sans-condensed", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 38px;
  display: flex;
  align-items: center;
  color: #1f1f1f;
  margin-bottom: 10px;
}
#diclPrintWrapper .article-heading-row p {
  font-family: "adelle-sans-condensed", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 22px;
  line-height: 26px;
  color: #707070;
  margin-bottom: 20px;
  max-width: 65%;
  letter-spacing: 0.01em;
}
#diclPrintWrapper .article-heading-row a {
  font-family: "adelle-sans-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #707070;
  letter-spacing: 0.01em;
  text-decoration: underline;
  margin-bottom: 60px;
}
#diclPrintWrapper .article-promo-bottom
{
  margin-bottom: 60px;
}
#diclPrintWrapper .article-heading-row a:hover {
  color: #86bc25;
}
#diclPrintWrapper .article-get-connected h2 {
  margin-bottom: 30px;
}
#diclPrintWrapper .banner-col{
  max-width: 50%;
  padding-left: 15px;
}
#diclPrintWrapper .banner-image-container{
  max-width: 50%;
}
#diclPrintWrapper .get-connected-row{
  display: flex;
}
#diclPrintWrapper .active{
  display: none;
}
@media screen and (max-width: 991px)

  {#diclPrintWrapper .article-heading-row h2 {
      font-size: 21px;
      line-height: 23px;
  }
  #diclPrintWrapper .article-heading-row p {
      max-width: 100%;
  }
  }
  #diclPrintWrapper .article-bg-white {
    background-color: #ffffff;
}
#diclPrintWrapper .info-box p {
    font-family: "linotype-sabon", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #1f1f1f;
    margin-bottom: 20px;
}
#diclPrintWrapper .connected-link {
    font-family: "adelle-sans-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #1f1f1f;
}
#diclPrintWrapper .connected-link:hover {
    color: #699f00;
}
#diclPrintWrapper .leader-box {
    border-left: 1.1px solid #707070;
    padding-left: 15px;
}
#diclPrintWrapper .leader-box h6 {
    font-family: "adelle-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #1f1f1f;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
#diclPrintWrapper .leader-block {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
#diclPrintWrapper .leader-info p {
    font-family: "adelle-sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #1f1f1f;
    margin-bottom: 0;
    transition: all 300ms linear;
}
#diclPrintWrapper .leader-info p:first-child {
    font-weight: 700;
}
#diclPrintWrapper .leader-block:hover {
    text-decoration: none;
}
#diclPrintWrapper .leader-block:hover .leader-info p:first-child {
    color: #699f00;
}
#diclPrintWrapper .article-heading-row h2 {
    margin-bottom: 30px !important;
}
#diclPrintWrapper .banner-row{
  display: flex;
}
#diclPrintWrapper .info-box{
  max-width: 33%;
}
#diclPrintWrapper .leader-box{
  max-width: 66%;
}
#diclPrintWrapper .banner-col{
  max-width: 80%;
  display: inline;
}
#diclPrintWrapper .banner-image-container{
  max-width: 50%;
  display: inline;
}
#diclPrintWrapper .leader-img{
  max-width: 70px !important;
}

#diclPrintWrapper .sort-arrow-img{
  max-width: 20px !important;
}
#diclPrintWrapper .index-card{
  display: none;
}
#diclPrintWrapper .active{
  display: none;
}
@media screen and (max-width: 991px)
    {
        #diclPrintWrapper .article-heading-row h2 {
        font-size: 21px;
        line-height: 23px;
    }

    #diclPrintWrapper .leader-box {
        margin-top: 30px;
    }
    }

      /* .info-box p,.info-box  a {
        flex:0 0 33%;
        max-width:33%
        
      }
      .leaders-row
        {flex:0 0 66%;
        max-width:66%}
      
      } */

/* .index-card-heading, .success-factors , .index-card-text-box{
  max-width: 65%;
} */
/* #diclPrintWrapper .index-card-heading{
  margin-bottom: 48px;
} */
#diclPrintWrapper .index-card-heading h2{
  font-family: "adelle-sans",sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #1f1f1f;
  max-width: 80%;
  padding-bottom: 15px;
  margin-bottom: 0px !important;
}
#diclPrintWrapper .index-card-heading p{
  font-family: 'Sabon LT Pro';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 20px;
letter-spacing: -0.01em;
color: #000000;
margin-bottom: 0px !important;
padding-bottom: 40px;
}
#diclPrintWrapper .success-factors-filter-buttons{
  margin-bottom: 29px;
}
#diclPrintWrapper .success-factors{
  margin-top: 8px;
}
#diclPrintWrapper .success-factors h2,.end-notes h2{
  font-family: "adelle-sans",sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  letter-spacing: -.01em;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 0px !important;
}

#diclPrintWrapper .black-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
  margin-bottom: 15px;
}
#diclPrintWrapper .white-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #000;
  margin-bottom: 15px;
}

#diclPrintWrapper .article-heading-row h1 {
  font-family: "adelle-sans-condensed", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #1f1f1f;
  margin-bottom: 20px;
  max-width: 60%;
}
#diclPrintWrapper .article-heading-row p {
  font-family: "linotype-sabon", sans-serif;
  font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 20px;
letter-spacing: -0.01em;
color: #000000;
  padding-bottom: 50px;
  margin-bottom: 10px;
  max-width: 77%;
}
#diclPrintWrapper .article-heading-row h6{

  font-style: normal;
  font-family: "adelle-sans-condensed", sans-serif;
letter-spacing: -0.01em;
color: #000000;

  font-weight: 900;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
}
#diclPrintWrapper .dim-border-bottom{
  border-bottom: 1px solid #707070;
}
#diclPrintWrapper .success-factors-btn-active  {
  display: inline-block;
  color: #f8f8f8;
  background: #000000;
  border: 2px solid #000;
  border-radius: 30px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 20px;
}
#diclPrintWrapper .success-factors-btn{
  display: inline-block;
  color: #000000;
  background:#f8f8f8 ;
  border: 2px solid #000;
  border-radius: 30px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 20px;
}

#diclPrintWrapper .closeButton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 15px;
  width: 15px;
  height: 15px !important;
}
#diclPrintWrapper .filterrow{
  margin-bottom: 20px;
}
#diclPrintWrapper .filterrow p{
  font-family: "adelle-sans", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 21px;
/* identical to box height, or 150% */


color: #1F1F1F;
margin-bottom: 6px !important;
padding-left: 5px;
}
#diclPrintWrapper .filterlabel
{
  font-family: "adelle-sans", sans-serif;
  font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 21px;
text-transform: uppercase;
padding:3px 0px;
color: #1F1F1F;
}
#diclPrintWrapper .filterbtn
{
    display: inline-block;
    width: 177px;
    height: 38px;
    color: #000;
    background: #FFFFFF;
    border: 2px solid #757575;
    font-family: "adelle-sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
    text-align: left;
    padding: 0px 15px;
}
#diclPrintWrapper .flter-dropdown{
  width: 177px;
  height: 38px;
  color:#000;
  background-color: #ffffff;
  border-color: #757575;
  border: 2px solid #757575 !important;
  border-color: #757575 !important;
  font-family: "adelle-sans", sans-serif;
font-style: normal !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 21px !important;
  text-align: left !important;
  padding: 0px 15px !important;

}
#diclPrintWrapper .filters p{
  font-family: "adelle-sans", sans-serif;
    font-style: normal;
    font-weight: 500  ;
    font-size: 14px !important;
    line-height: 21px;
    color: #1F1F1F;
    margin-bottom: 16px !important;
    padding-left: 5px;
}
#diclPrintWrapper .filter-row{
  max-width:25%;
  margin-bottom: 50px;
}
#diclPrintWrapper .filter-row h2{
  font-family: "adelle-sans-condensed", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 64px;
    color: #1F1F1F;
    margin-bottom: 10px;
}
#diclPrintWrapper .filter-row h3{
  font-family: "adelle-sans-condensed", "sans-serif";
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 15px;
}
#diclPrintWrapper .filter-row p{
  font-family: "adelle-sans", sans-serif;
    font-style: normal;
    font-weight: 500  ;
    font-size: 14px !important;
    line-height: 21px;
    color: #1F1F1F;
    margin-bottom: 16px !important;
    padding-left: 5px;
}
#diclPrintWrapper .dropdown-toggle::after{
  margin-left: 65px !important;
}
#diclPrintWrapper .end-notes-text li{
  list-style-type: none;
  padding-left: 0px !important;
  font-family: "linotype-sabon",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1F1F1F;
}
#diclPrintWrapper .end-notes-text ul{
  padding-left: 0px !important;
}
#diclPrintWrapper .end-notes h2{
  padding-top: 10px;
}
#diclPrintWrapper .filterrow{
    padding-top: 10px;
}
@media screen and (max-width: 991px)
  {#diclPrintWrapper .Article-popup .popup-content {
      max-height: 520px;
      padding-left: 10px;
      padding-top: 15px;
  }
  #diclPrintWrapper .article-heading-row h1 {
     
      font-size: 21px;
      line-height: 23px;
      max-width: 100%;
  }
  #diclPrintWrapper  .article-heading-row p {
      max-width: 100%;
      padding-bottom: 10px;
  }
  #diclPrintWrapper .success-factors-btn {

      font-size: 10px;
      line-height: 11px;
      margin-bottom: 10px;
  }
  #diclPrintWrapper .Article-popup { 
      min-height: 700px;
  }
  
  }
#diclPrintWrapper{
  display: none;
}
#diclPrintWrapper .filter-btn{
  display: inline-block;
  color: #000000;
  background: #f8f8f8;
  /* border: 2px solid #000; */
  border-radius: 30px;
  /* text-transform: uppercase; */
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 20px;
  }
  #diclPrintWrapper .popup-heading h2{
    font-family: "adelle-sans-condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #1F1F1F;

  }

  #diclPrintWrapper .popup-text-row h4{
    font-family: "adelle-sans-condensed", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 5px !important;
    
  }
  #diclPrintWrapper .popup-text-row p{
    font-family: "linotype-sabon",sans-serif;
    font-style: normal;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 5px !important;
  }
  #diclPrintWrapper .popup-text-row ul{
    list-style-type: disc;
    padding-left: 20px;
  }

  #diclPrintWrapper .popup-text-row li{
    
      list-style-type: disc;
      padding-left: 15px;
  }
  #diclPrintWrapper .superteams{
    font-family: "linotype-sabon", sans-serif !important;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 20px;
    color: #007CB0;
    font-style: italic;
  }
  #diclPrintWrapper .popup-text-row li{
    font-family: 'Sabon LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-left: 0px !important;

  }
  #diclPrintWrapper .popup-text-points{
    font-family: 'Sabon LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-left: 0px !important;
  }
  #diclPrintWrapper .success-factor-read-more-link{
    font-family: Sabon LT Pro;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
  }
  #diclPrintWrapper .popup-text-row{
    margin-bottom: 50px;
  }
  #diclPrintWrapper .sliders{
    width: 24px;
    height: 27px;
  }
  #diclPrintWrapper .filter-label-text{
font-weight: 700;

  }
  #diclPrintWrapper .filters-content .chip{
    margin-right: 8px;
    font-size: 14px;
    line-height: 21px;
    float: left;
    clear: right;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #f8f8f8;
    border-radius: 100px;
    margin-bottom: 12px;
    cursor: pointer
  }
  #diclPrintWrapper .filters-content .chip p{
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
#diclPrintWrapper .filters-content .font-family-adelle {
    font-family: adelle-sans,sans-serif;
}
#diclPrintWrapper .filters-content .chip p span {
    font-weight: 700;
}
#diclPrintWrapper .success-factor-container{
    display: none;
}
#diclPrintWrapper .success-factor-container.active{
    display: block;
}

#diclPrintWrapper .GetConnected{margin-top:40px;margin-bottom:51px;}
#diclPrintWrapper .GetConnected .leaders-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
#diclPrintWrapper .GetConnected .leaders-row .col-lg-6:nth-child(3) .leader-block,.GetConnected .leaders-row .col-lg-6:nth-child(4) .leader-block{margin-bottom:0;}
#diclPrintWrapper .GetConnected .leader-img{width:70px;height:70px;-webkit-filter:grayscale(100%);filter:grayscale(100%);}
#diclPrintWrapper .GetConnected .get-connected-heading h2{font-family:"adelle-sans-condensed",sans-serif;font-style:normal;font-weight:900;font-size:36px;line-height:38px;display:flex;align-items:center;color:#1f1f1f;margin-bottom:30px;}
#diclPrintWrapper .GetConnected .info-box p{font-family:"linotype-sabon",sans-serif;font-style:normal;font-weight:400;font-size:17px!important;line-height:20px;color:#1f1f1f;max-width:97%;margin-bottom:20px;}
#diclPrintWrapper .GetConnected .connected-link{font-family:"adelle-sans-condensed",sans-serif!important;font-style:normal;font-weight:400;font-size:17px;line-height:21px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#1f1f1f;cursor:pointer;}
#diclPrintWrapper .GetConnected .connected-link:hover{color:#699f00;}
#diclPrintWrapper .GetConnected .leader-box{border-right:1px solid #707070;}
#diclPrintWrapper .GetConnected .info-box h6,.GetConnected .leader-box h6{font-family:"adelle-sans",sans-serif;font-style:normal;font-weight:800;font-size:22px;line-height:26px;color:#1f1f1f;margin-bottom:15px;}
#diclPrintWrapper .GetConnected .leader-block{display:flex;flex-direction:row;grid-gap:20px;gap:20px;align-items:center;margin-bottom:20px;text-decoration:none;}
#diclPrintWrapper .GetConnected .leader-info p{font-family:"adelle-sans",sans-serif;font-style:normal;font-weight:400;font-size:13px!important;line-height:15px;color:#1f1f1f;margin-bottom:0;transition:all .3s linear;}
#diclPrintWrapper .GetConnected .leader-info p:first-child{font-weight:700;}
#diclPrintWrapper .GetConnected .leader-block:hover{text-decoration:none;}
#diclPrintWrapper .GetConnected .leader-block:hover .leader-info p:first-child{color:#699f00;}
@media screen and (max-width:991px){
  #diclPrintWrapper .GetConnected .get-connected-heading h2{font-weight:800;font-size:21px;line-height:32px;margin-bottom:10px;}
  #diclPrintWrapper .GetConnected .connected-link{font-size:16px;}
  #diclPrintWrapper .GetConnected .info-box{margin-bottom:36px;}
  #diclPrintWrapper .GetConnected .leader-box{border-left:none;}
  #diclPrintWrapper .GetConnected .leaders-row .col-lg-6{border-left:0;max-width:100%!important;width:100%!important;flex:100% 1!important;margin-bottom:15px;}
  #diclPrintWrapper .GetConnected .leaders-row .col-lg-6 .leader-block{margin-bottom:0!important;display:flex!important;}
  #diclPrintWrapper .GetConnected .leaders-row .col-lg-6 .leader-block .leader-img{display:block;}
  #diclPrintWrapper .GetConnected .leader-box h6{padding-top:15px;}
  #diclPrintWrapper .GetConnected .leader-block{display:flex;flex-direction:column;grid-gap:10px;gap:10px;align-items:flex-start;margin-bottom:20px;}
  #diclPrintWrapper .GetConnected .leader-img{display:none;}
}
#diclPrintWrapper .popup-endnotes h6{
    font-family: "adelle-sans-condensed", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 5px !important;
}
#diclPrintWrapper .endnotes-accordion-content li{
    font-family: 'Sabon LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-left: 0px !important;
    list-style-type: none !important;

}
#diclPrintWrapper .success-factor-read-more-link {
  font-family: Sabon LT Pro;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
}
#diclPrintWrapper .index-card i {
  font-family: linotype-sabon, sans-serif !important;
  font-style: italic !important;
}
#diclPrintWrapper.success-factors-text i{
  font-family: linotype-sabon, sans-serif !important;
  font-style: italic !important;
}

#diclPrintWrapper .popup-text-row .popup-endnotes ul {
    list-style: none!important;
      list-style-position: unset!important;
      padding-left: 0px !important;
      margin-left: 0px;
  }

 @media print{
    #diclPrintWrapper{
        display: block;
      }
      #diclWrapper{
        display: none;
      }
  /* .banner-image-container{
    display: none;
  } */
  #diclPrintWrapper .active{
    display: block;
  }
  #diclPrintWrapper .icon-bookmark{
    display: none;
  }
  #diclPrintWrapper .popup-close{
    display: none;
  }
  #diclPrintWrapper .methodology{
    padding-top: 80px;
  }
  #diclPrintWrapper .popup-content{
    padding-top: 70px;
  }
  #diclPrintWrapper .popup{
    padding-top: 50px;
  }
  #diclPrintWrapper .cards{
    padding-top: 70px;
  }
  #diclPrintWrapper .header-text-row{
    padding-bottom: 20px;
  }
  #diclPrintWrapper .cover-container{
    padding-bottom: 30px;
  }
  
  #diclPrintWrapper #dicl-cover{
    padding-top: 50px;
  }
  #diclPrintWrapper a:hover {
    text-decoration: none;
  }
  #diclPrintWrapper .cards-row{
    page-break-inside: avoid !important;
  }
  #diclPrintWrapper p{
    page-break-inside: avoid !important;
  }
  #diclPrintWrapper .methodology,#diclPrintWrapper .GetConnected,#diclPrintWrapper .cards,#diclPrintWrapper .casepopup,#diclPrintWrapper .header #diclPrintWrapper ul,#diclPrintWrapper .success-factor-container{
    /* padding-top: 100px; */
    page-break-inside: avoid !important;
  }
  #diclPrintWrapper.banner-row{
    padding-top: 75px;
  }

   .cmp-header{
    display: none;
  }
  .cmp-footer{
    display: none;
  }
  .subnav-fixed{
    display: none;
  }
  #diclPrintWrapper .nav-right {
    right: 10%;
  }
  #diclPrintWrapper .explore-arrow{
    display: inline;
  }
  #diclPrintWrapper .casepopup{
    padding-top: 20px;
  }
  #diclPrintWrapper .header-text-row p {
    max-width: 70%;
  }
  #diclPrintWrapper .subnav-fixed{
    display: none;
  }
  #diclPrintWrapper .get-connected-row{
    display: inline;
  }
  #diclPrintWrapper .banner-img{
    position: relative;
    height: 100%;
    width: calc(50vw - 5px);
    min-height: calc(700px - 55px);
    /* background-image: url(https://www2.deloitte.com/content/dam/insights/us/USI-dev/2022/december/ai-around/static/media/banner.962c6b2b.png) !important; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
  }
  #diclPrintWrapper .info-box{
    padding-right: 10px;
  }
  #diclPrintWrapper .cover-content{
    padding-right: 10px;
    padding-top: 25%;
  }
  #diclPrintWrapper .popup-box{
    display: flex;
  }
  #diclPrintWrapper .popup-indicator-row{
    max-width: 8.333%;
  }
  #diclPrintWrapper .popup-text-box{
    max-width: 83.33%;
  }
  #diclPrintWrapper .index-card-text-box{
   max-width: 100%; 
  }
  /* .index-card-heading,.index-card-text-box{
    max-width: 65%;
  }
  .success-factors{
    max-width: 80%;
  } */
  #diclPrintWrapper .index-card,#diclPrintWrapper .success-factors-text {
    padding-top: 50px;
    page-break-inside: avoid !important;
  }
  #diclPrintWrapper .index-card-container{
    page-break-inside: avoid !important;
  }
  #diclPrintWrapper .cover-content a:after{
    content: " ";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEISURBVHgBxZaxDYNADEV9YQCuTAUZIaNkg1BSMkJGyAhkg4yQFTJBIqqUMAGxpRSnS8H5bMOXEAcSeg8bmStAmKqqzt77Bx5tWZbjNE1PzvMFCIPgO572tHTOnVDizZHYgTw+vECJnqoCiRELzPPcxfc4EuIWULmp7FT+SCKpHWIBqYSKgERCTSBXQlUgR0JdgCthIsCRMBNIlXA0MPDGFaKJtkZwiDWurusXrg+wTUYaxau/eShQYC8+2IIjbNOCzoFxft9YD//wZhiGm6nAEpzWZgIpcDOBVLiJAAeuLsCFqwrkwNUEcuEqAhI4RbwrRvgFMuEqAhCNcA6cIt4PBP8SgrccOOULygLOVuYcwX0AAAAASUVORK5CYII=);
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-position: 50%;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 33px;
    transition: all .3s linear;
  }
  #diclPrintWrapper .success-factors-btn-active,.success-factors-btn,.leader-block{
    text-decoration: none !important;
  }
  #diclPrintWrapper .filterrow{
    display: flex;
  }
  #diclPrintWrapper .flter-dropdown{
    max-width: 150px;
  }
  
  #diclPrintWrapper .filters-icon{
    max-width: 8.33%;
  }
  #diclPrintWrapper .filters{
    /* flex: 0 0 16.66666%; */
    max-width: 16.3%;
  }
  #diclPrintWrapper .filter-label{
    max-width: 16.333%;
  }

  #diclPrintWrapper .filters1{
    max-width: 15%;
    margin-right: 15px;
  }
  #diclPrintWrapper .filter-label-2{
    max-width: 17%;
  }
  #diclPrintWrapper .filter-label-3{
    max-width: 21%;
  }
  #diclPrintWrapper .filter-btn1{
    max-width:20px ;
  }
  #diclPrintWrapper .get-connected-row {
    display: flex;
}
#diclPrintWrapper .filters-content{
    display: flex;
  }
  /* #diclPrintWrapper .filter-buttons-row{
    display: inline;
    max-width: 91.666667%;
  } */
  #diclPrintWrapper .filterrow{
    display: flex !important;
  }
  /* #diclPrintWrapper .filter-btn{
    display: inline-block;
    color:  #000000;
    background:#f8f8f8;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 20px;
  } */
  #diclPrintWrapper .article-heading-row,#diclPrintWrapper .get-connected-row, #diclPrintWrapper .filterrow, #diclPrintWrapper .index-card-content,#diclPrintWrapper .header-text-row #diclPrintWrapper .success-factors-content    {
    padding-left: 15px;
  }
  #diclPrintWrapper .nav-left-text{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;

color: #000000;
  }
  #diclPrintWrapper .filters-content {
    display: flex !important; 
    flex-wrap: wrap !important;
  }
  #diclPrintWrapper .get-connected-content-box{
    display: flex !important;
  }
  #diclPrintWrapper .end-notes-text a{
    font-family: "linotype-sabon",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  #diclPrintWrapper.popup-text-row a{
    font-family: "linotype-sabon",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    
  }
  .index-card-heading sup{
    font-size: 12px!important;
    line-height: 12px!important;
    color: #005587!important;
    font-weight: 600;
    font-family: "adelle-sans",sans-serif;
    font-style: normal;
    cursor: pointer;
  }
  #diclPrintWrapper .success-factor-read-more-link {
    font-family: Sabon LT Pro;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
  }
  #diclPrintWrapper .index-card i {
    font-family: linotype-sabon, sans-serif !important;
    font-style: italic !important;
  }
  #diclPrintWrapper .success-factor-read-more-link  i{
    font-family: linotype-sabon, sans-serif !important;
    font-style: italic !important;
  }
  #diclPrintWrapper.popup-endnotes ul {
    list-style: none!important;
      list-style-position: unset!important;
      padding-left: 0px !important;
      margin-left: 0px;
  }
  #diclPrintWrapper .leaders-row .col-lg-6{
    padding-bottom: 15px;
  }
}
