<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.office {margin-top: 3rem;}
.office-title {width: 100%;}
.office-block {display: -webkit-box;display: -moz-box;display: -webkit-flexbox;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;flex-direction: column;gap: 1rem;width: 100%;margin-top: 5rem;}
.office-block__content {margin-top: 10rem;}
.office .office-links {display: -webkit-box;display: -moz-box;display: -webkit-flexbox;display: -ms-flexbox;display: flex;gap: 1rem;}
.office .office-links__link {-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;border-radius: .5rem;background: #ae2801;width: fit-content;padding: 1rem;text-decoration: none;}
.office .office-links__link:hover {background: #761b00;}
.office .office-links .office-link__icon {fill: #fff;width: 20px;height: 20px;}
.office .office-links .office-link__title {font-size: 2rem;font-weight: 300;line-height: 1;color: #fff;padding-left: .2rem;}
#msCart {margin-top: 3rem;}
#msCart .msCart thead tr th {font-size: 1.6rem;font-weight: 400;line-height: 1;background: #dcdcdc;}
#msCart .msCart td, #msCart .msCart th {line-height: 1.2 !important;font-weight: 300;}
#msCart .msCart .cart-table__trade {font-weight: 400;text-align: center;display: block;border-bottom: 1px solid #dcdcdc;padding: 10px;text-wrap-mode: nowrap;}
#msCart .msCart .cart-table__trade-p {text-align: center;padding-top: 10px;}
#msCart .msCart .fake_update {position: relative;}
#msCart .msCart .fake_update .ms2_trade_count {margin-bottom: 0;max-width: 100px;padding-right: 3rem;}
#msCart .msCart .fake_update button {-webkit-border-radius: 0 .5rem .5rem 0;-moz-border-radius: 0 .5rem .5rem 0;-ms-border-radius: 0 .5rem .5rem 0;border-radius: 0 .5rem .5rem 0;position: absolute;top: 0;right: 0;border: none;padding: 7px 8px;background: #263165;color: #fff;}

.cart-parent__add-custom{
    position: relative;
    margin-top: -34px;
}
.cart-parent__add-custom-product{
    position: absolute;
    right: 0;
    background: #263165;
    color: #fff !important;
}
#add-custom-product{
    padding: 10px 20px 20px;
}
#add-custom-product table td{
    padding-bottom: 10px;
    p-adding: 5px;
}
#add-custom-product table td:first-child{
    padding-right: 10px;
}

#add-custom-product button{
    background: #263165;
    color: #fff !important;
}</pre></body></html>