.factsheetList{margin:auto;padding:0;max-width:1440px}
.factsheetList .factsheet-component{background:#1f6357;color:#fff;padding:32px 20px;width:100%;font-family:"ws_bergen_text";z-index:2;max-width:1440px}
.factsheetList .factsheet-container{display:flex;gap:16px;flex-direction:column}
.factsheetList .factsheet-list{display:flex;gap:16px;flex-direction:column}
.factsheetList .heading{font-weight:600;font-size:15px;font-weight:400;letter-spacing:4px;align-items:center;display:flex}
.factsheetList .factsheet-item{display:flex;gap:10px}
.factsheetList .factsheet-item a{text-decoration:none}
.factsheetList .factsheet-item .factsheet-title{color:#fff;font-weight:400;text-decoration:underline;font-size:18px;line-height:160%;text-underline-offset:2px}
.factsheetList .factsheet-item .factsheet-details{font-style:italic;color:#fff;font-size:13px}
@media(min-width:768px){.factsheetList .factsheet-component{position:fixed;bottom:0;border-top-right-radius:12px}
.factsheetList .factsheet-component{padding:16px 56px 16px 40px;width:fit-content}
.factsheetList .factsheet-list{margin-left:38px;flex-direction:row;gap:72px}
.factsheetList .factsheet-container{gap:0;flex-direction:row}
}
@media(min-width:1440px){.factsheetList .factsheet-component{padding:16px 56px 16px 83px;width:fit-content}
}