<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body-content *{
    box-sizing: border-box;
}
.body-content{
    font-size: 17px;
    margin: 0;
    padding: 0;
    /*font-family: 'HelveticaNeueCyr';*/
}
.mf_header{
    padding: 50px 30px 70px 60px !important;
}
.category{
    margin-top: 40px;
    text-align: center;
}
.category-title{
    font-size: 24px;
}
.category-img{
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: baseline;
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
}
.category-img-content&gt; img{
    height: 70px;
}
.category-desc{
    margin-top: 40px;
    text-align: left;
}
.dropdown-card{
    color: #3F5275;
    padding: 0px 28px 40px 28px;
    

}
.dropdown-card-main{
    margin: 28px 0px 40px 0px;
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 12%);
}
.dropdown-card &gt; ul li{
    list-style-type: circle;
}
.linked-points{
    margin: 40px 0px;
}
.linked-points&gt;p {
    border-color: #D9D8FF !important;
    margin:0 !important; 
    padding: 0px 0px 60px 30px;
    counter-increment: section;
    position: relative;
} 
.linked-points &gt;p:before {
    font-weight: bold;
    content: counter(section);
    right: 100%; 
    margin-right: -20px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #5F54D9;
    padding: 7px;
    height: 44px;
    width: 44px;
    background-color:#D9D8FF;
    text-align:center;
    color: #5F54D9;
    font-size: 110%;
    top: -7px;
}
.linked-points&gt;p{
    border-left: 2px solid;
    margin-right: 30px; 
    padding-right: 0;
}

.body-para&gt;p&gt;a{
    color:#FF0000 ;
}
.collapsible {
    border-radius: 8px 8px 0px 0px;
    background:none;
    color: #1F9034;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    padding: 5px 20px 0px;
}

.collapsible:after {
    content: '\2228';
    color: #1F9034;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2227";
}

.dropdown-card {
    /*color: transparent;*/
    /*text-shadow: 0 0 5px rgba(0,0,0,0.5);*/
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
@media (max-width: 1700px){
    .content .additional_page_header_aph .mf_header  {
        background-position:  center right -80px !important;
    }
    
}
@media (max-width: 1500px){
    .mf_header {
        padding: 30px 30px 70px 30px !important;
        
    }
}
@media (max-width: 1440px){
    .linked-points{
        margin-left: 10px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
    .mf_header .mfh_title {
        font-size: 28px !important;
    }
    .mf_header .mfh_desc {
        font-size: 13px !important;
    }
}
@media only screen and (min-width: 700px) and (max-width: 800px){
    .additional_page_header_aph .mf_header .mfh_text {
        max-width: 40%;
    }
    .mf_header .mfh_darken {
        display: none !important;
    }
    .mf_header .mfh_title {
        font-size: 23px !important;
    }
    .mf_header .mfh_desc {
        font-size: 13px !important;
    }
}
@media (max-width: 700px) {
    .content .additional_page_header_aph .mf_header {
        background: linear-gradient(180deg, #6456FF 0%, #7871FF 50.9%, #BBBAFF 100%) !important;
        background-position: center center !important;
    }
    .mf_header .mfh_text, .mf_header.mfh_ar .mfh_text {
        background: url(../img/storage_fee_test/mobile-img.png);
        background-repeat: no-repeat;
        background-position: bottom;
        padding-bottom: 174px;
    }
    .mf_header .mfh_darken {
        display: none !important;
    }
    .category-img {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
}
@media (max-width: 425px){
    .linked-points{
        margin-left: 0;
        margin-top: 80px;
    }
    .linked-points &gt;p:before {
        right: 50%;
        margin-right: -20px;
        top: -50px;
    }
    .linked-points&gt;p {
        text-align: center !important;
        border: none;
        margin-right: 0px;
        padding-right: 0;
        padding: 0px 20px 70px 20px;
    }
}
	
</pre></body></html>