.seclist {
    padding-bottom: 24px;    
}

.sectionlist {
    border-radius:10px;
    overflow:hidden;
    border: 1px solid #DCDCDC;
    background: #F7F8F9;
}

.sectionlisthead {
    position:relative;
    text-align: center;
    height:250px;
    background:#fff;
}

.sectionlisttext{
    padding:24px 0 0 0;
}

.lv1 li:not(.active):last-child {
    padding-bottom:14px;
}

.mainlink {
    display: block;
    padding-left:24px;
    padding-right:24px;
    color: #000;
    /* Desktop_Heading/20_H3 */
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    text-decoration: none;
    margin-bottom:16px;   
}

.sectionlisttext ul {
    margin:0;
    padding:0;    
}

.sectionlisttext ul li{
    list-style-type:none;
}

.lv1link, .lv1link_empty {
    color: #000;
    text-decoration: none;
    display: block;
    padding-top:8px;
    padding-bottom:8px;
    /* Text_16/Regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display:flex;
    align-items: center;
    justify-content: space-between;
}

ul.lv1 {
     
}

ul.lv1 > li {
    padding-left:24px;
    padding-right:24px;
}    

ul.lv1 li .lv2 {
    display:none;
}

.lv2link {
    padding-top:8px;
    padding-bottom:8px;
    display: block;
    color: #1B3B75;
    text-decoration: none;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.lv1link:hover, .lv1link.active {
    color:#1B3B75;
}

.lv1link:hover svg path, .lv1link.active svg path {
    stroke:#1B3B75;
}

.rotated {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.active .rotated{
    transform: rotate(-180deg);
}

.section {
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    padding:10px;
    display: flex;
    align-items: start;
    text-decoration: none;
    gap:16px;
}

.sectiontext {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:8px;
    color: #4F4F4F;
    /* Text_12/Regular */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.sectiontext strong {
    color: #000;
    /* Text_16/SemiBold */
    font-family: 'Roboto-Bold';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.lv1 li.active {
    background: rgba(220, 220, 220, 0.40);
}

.sectionlist2 {
    margin-bottom:56px;
}

@media (min-width: 768px) and (max-width: 1199px) {    
    .sectionlist2 {
        margin-bottom:16px;
    }
}

@media (max-width: 767.98px) {
    
    .sectionlist2 {
        margin-bottom:8px;
    }

    .sectionlisthead {
        height:170px;
    }   

    .mainlink {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px; /* 114.286% */
    }    

    .lv1link, .lv1link_empty {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }


    ul.lv1 {
        padding-left: 0;
        padding-right: 0;
    }

    ul.lv1 > li, .mainlink{
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .lv2 {
        padding-left:8px !important;
        padding-right:8px !important;
    }

    .sectionlisttext {
        padding-top:14px;
        padding-bottom:0px;
    }

    .sectionlist {
        border-radius:5px;
    }

    .lv1 > li {
        border-top:1px solid #DCDCDC;
    }

    .lv1link.active {
        font-weight:600;
    }

    .lv1 {
        margin-top:0 !important;
    }

    .mainlink {
        padding-bottom:8px;
    }

    .lv1 li:not(.active):last-child {
        padding-bottom: 0px !important;
    }

    .mainlink {
        margin-bottom:0px;
    }
}