.header-attr-container{padding:24px;gap:21px;background:#f5f5f5;color:#242424;font-family:'KarlaRegular'}
.headerattribute-seperator{border-top:1px solid black;width:100%}
.d-flex{display:flex}
.space-between{justify-content:space-between}
.f-direction-col{flex-direction:column}
.f-content-end{justify-content:flex-end}
.header-item{height:inherit;flex:1}
.separator-right{border-right:1px solid rgba(102,102,102,.3)}
.separator-botton{border-bottom:1px solid rgba(102,102,102,.3)}
.title{font-size:24px;font-weight:700;line-height:30px;text-align:left}
.field{font-size:14px;line-height:20px;text-align:left}
.label{font-weight:400}
.value{font-weight:700}
.link{color:#1773b0}
.ml-5{margin-left:5px}
.w-240{width:240px}
.pt-16{padding-top:16px}
.pb-16{padding-bottom:16px}
.f-right{float:right}
.arrrow-up-color{color:#107a1b}
.arrrow-down-color{color:#c00}
@media(min-width :1280px) and (max-width:1439px){.item-1{padding-right:24px;white-space:nowrap}
.attribute-item{padding:9px 24px 4px 24px}
.last-attribute-item{padding:9px 10px 4px 24px}
}
@media(min-width :1440px) and (max-width:1919px){.item-1{padding-right:15px}
.attribute-item{padding:9px 15px 4px 15px}
.small-header-attributes{padding:9px 24px 4px 24px}
.last-attribute-item{padding:9px 0 4px 15px}
}
@media(min-width:1920px){.item-1{padding-right:40px;flex:0 0 24em}
.attribute-item{padding:9px 40px 4px 40px}
.small-header-attributes{padding:9px 40px 4px 40px}
.last-attribute-item{padding:9px 10px 4px 40px}
}