<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* GLOBAL */
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.oms-gallery {
background: var(--light);
border-top: 1px solid var(--border);
}
#accordion .card-header {
padding: 0;
}
#accordion .card-header:hover {
background-color: var(--primary);
}
#accordion .card-header h5 button {
color: var(--dark) !important;
font-size: 1.3rem !important;
}
#accordion h5 button:not(.btn-primary) {
display: block;
width: 100%;
padding: .75rem;
text-align: left;
}
/*#accordion .card-header:hover h5 button {
color: var(--primary) !important;
}*/
#savecontent .btn {
white-space: normal;
}
#accordion .btn-link {
align-items: center;
}
#accordion h5 button {} #accordion .container {
padding: 0;
}
#accordion .card-body {
border-bottom: 1px solid var(--border);
}
#accordion.no-p-padding p {
margin: 0;
}
.productsRow .product-image {
min-height: auto;
padding-bottom: 57%;
background-size: contain !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0.05) !important;
border-bottom: 1px solid var(--border);
}
.productsRow .product-title {
font-weight: bold;
}
.fas.fa-phone {
transform: rotate(90deg);
}
.profile-img, .profile-img img {
filter: saturate(0%);
}
/* PAGE SPECIFIC */
/* FOOTER */
</pre></body></html>