/* .whitepaperPageLayout .white-paper{
    padding-top: 16.66667vh;
} */
.whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section  p {
    font-size: 36px;
    line-height: 54px;
    color: #060504;
}
.whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section h1 {
    margin-bottom: 20px;
}
.whitepaperPageLayout .white-paper .frame-type-textImageCard {
    background: #f6f6f6;
}
.whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section{
    margin-bottom: 70px;
}
.whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap {
    padding-top: 55px;
    padding-bottom: 13px;
}
.whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap .pjct-list .pjct-list-detail{
    padding-bottom: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap .pjct-list .pjct-list-detail .title {
    cursor: auto;
    margin: -10px 0 7px 0;
}
.whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap .pjct-list .pjct-list-detail a.highlight {
    border: 1px solid #AA0F09;
    border-radius: 5px;
    padding: 8px 23px 8px 23px;
    display: inline-flex;
    margin-top: auto;
}
.whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap .pjct-list .pjct-list-img img{
    width: 100%;
    height: auto;
}
.whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap .pjct-list .pjct-list-img{
    padding: 0px;
}
@media (min-width: 1920px){
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section{
        padding-left: 280px;
        padding-right: 280px;
    }
    .whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap {
        padding-left: 415px;
        padding-right: 415px;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1919px){
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section{
        padding-left: 14.58333vw;
        padding-right: 14.58333vw;
    }
   .whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap {
        padding-left: 21.58333vw;
        padding-right: 21.58333vw;
    }
}
@media screen and (min-width: 992px) and (max-width: 1359px){
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section {
        padding-left: 35px;
        padding-right: 35px;
    }
    .whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap {
        padding-left: 90px;
        padding-right: 90px;
    }
    
}
@media screen and (min-width: 1200px) and (max-width: 1366px){
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section {
        padding-left: 88px;
        padding-right: 88px;
    }
    .whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap  {
        padding-left: 135px;
        padding-right: 135px;
    }
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section p {
        font-size: 26px;
        line-height: 46px;
    }
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section h1 {
        font-size: 46px;
        line-height: 86px;
        font-weight: 600;
    }
    .whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section p {
        font-size: 25px;
        line-height: 38px;
    }
}
@media screen and (max-width: 991px){
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section,
    .whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap  {
        padding-left: 15px;
        padding-right: 15px;
    }
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section p {
        font-size: 18px;
        line-height: 26px;
    }
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section {
        margin-bottom: 50px;
    }
    .whitepaperPageLayout .white-paper {
        padding-top: 50px;
    }
    .whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width:767px){
    .whitepaperPageLayout .white-paper .frame-type-text.frame-whitepaper-fullwidth-section h1 {
        margin-bottom: 10px;
    }
    .whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap .pjct-list {
        padding: 24px 0 24px 0;
    }
    .whitepaperPageLayout .white-paper .frame-whitepaper-bg-section .pjct-list-wrap .pjct-list .pjct-list-detail a.highlight {
        padding: 5px 20px 5px 20px;
    }
}


.whitepaper-message {
    display: none;
  }
  
  .whitepaper_consent {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
  .whitepaper_consent label {
    position: relative !important;
  }
  .whitepaper_consent input {
    margin-top: 5px;
  }