.banner .row {
  display: flex;
  align-items: flex-start;
}


.col-lg-4{
  position: sticky;
  top: 112px;
  height: 66vh;
  overflow-y: auto;
  padding-right: 1rem;
}
.col-lg-4::-webkit-scrollbar {
  display: none;
}
.toc {
    display: flex;
    flex-direction: column;
}
.toc a {
   color: rgba(255, 255, 255, 0.56);
font-size: 20px;
font-weight: 400;
line-height: normal;
letter-spacing: -0.4px;
    text-align: left;
    padding: 14px 20px;
    border-left: 3px solid rgba(84, 204, 255, 0.10);
    text-decoration: none;
     font-family: 'Myriad Pro Light';
}
.toc a:hover {
    color: #FFFFFF;
    background: rgb(221, 234, 255);
    background: linear-gradient(90deg, rgba(84, 204, 255, 0.20) 0%, rgba(84, 204, 255, 0.00) 100%);
    border-left: 3px solid #54CCFF;
    border-radius: 4px 0 0 4px;
}
.heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);;
}
.heading h1{
    color: #FFF;
font-size: 68px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.68px;
}
.heading p span{
    display: block;
    line-height: 1;
}
.heading p{
    color: #FFF;
text-align: right;
font-size: 18px;
font-weight: 400;
line-height: 26px;
}
.content-container{
    padding: 60px 0;
}
.content-container .h2{
    color:  #FFF;
font-size: 28px;
font-weight: 400;
line-height: 130%;
letter-spacing: -0.84px;
    padding: 12px 0;
}
.content-container p{
    color: rgba(255, 255, 255, 0.80);
font-size: 18px;
font-weight: 400;
line-height: 150%;
padding-bottom: 20px;
}
.content-container p span{
    font-weight: 600;
    padding-bottom: 12px;
    letter-spacing: 1px;
}
.launch-toc-r{
    top: 198px;
}
@media screen and (max-width:1000px) {
    .col-lg-4{
    display: none;
}
.heading {
    align-items: flex-start;
    justify-content: unset;
    padding: 32px 0 24px;
    flex-direction: column;
}
.heading h1 {
    font-size: 36px;
}
.heading p {
    text-align: left;
    font-size: 16px;
    padding-top: 20px;
}
.content-container {
    padding: 32px 0 56px;
}
.content-container .h2 {
    font-size: 24px;
}
.content-container p {
    font-size: 16px;
}
.heading p span{
    display: inline;
    line-height: 1;
    position: relative;
    padding-left: 18px;
}
.heading p span::before{
    content: '|';
    width: 2px;
    height: 100%;
    position: absolute;
    color: #FFFFFF;
    opacity: 0.2;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
footer {
    background: #0F1317;
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(71.87deg, #000000 42.19%, #FFFFFF 71.1%, #000000 100%);
    border-image-slice: 1;
}

}