        .container {
            background-color: #F4F6F9;
            position: relative;
            width: 100%;
            min-height:80vh;
        }
        .container .hero{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: top;
            padding: 48px 20px;
            max-width: 1189px;
            margin: 0 auto;
        }
        .hero-title-item{
            display: flex;
            justify-content: start;
            align-items: center;
        }
        .hero-title-item-content{
            margin-left: 16px; 
            flex: 1; 
            line-clamp:1;
            white-space: nowrap;
            overflow: hidden; 
            text-overflow: ellipsis;
            font-size: 26px;
            line-height: 130%;
            color: #000000;
            font-weight: 700;
            letter-spacing: -1.52px;
        }
        .hero-title-content{
            max-width: 1153px;
            width: 100%;
            margin-top: 29px;
            font-weight: 500;
            font-size: 18px;
            line-height: 130%;
            letter-spacing: -1%;
            word-wrap: break-word; 
        }

        .title-h1{
            font-size: 24px;
            line-height: 130%;
            letter-spacing: -1%;
            font-weight: 500;
            color: #000000;
            margin-top: 24px;
        }
        .title-h2{
            font-size: 20px;
            line-height: 130%;
            letter-spacing: -1%;
            font-weight: 500;
            color: #000000;
            margin-top:8px;
        }
        .title-h1-content{
            font-weight: 400;
            font-size: 16px;
            line-height: 27px;
            letter-spacing: -0.38px;
            margin-top:8px;
        }
        .title-h1-content .submission-dates-table{
            width: 100%; 
            border-collapse: collapse; 
            font-weight: 500;
            font-size: 16px;
            line-height: 27.2px;
            letter-spacing: -0.38px;
        }
        .title-h1-content table .submission-date-cell{
            padding: 10px 24px;
            border: 1px solid #000;
            vertical-align: baseline;
        }
