<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 900px) {
    #main-slider {
        margin-top: 140px;
    }
}

@media screen and (max-width: 999px) {
   .language-selector-container{
       position: absolute;
       right:15px;
       top: 50%;
       transform: translateY(-50%);
   }
    #top-bar-container .top-bar-separator{
        display:none !important;
    }
   .slider-info h1{
       font-size: 20px;
   }
    .personalized-search-abs select {
        margin: 2px 0;
    }

    .mobile_align_left {
        text-align: left;
    }

    .personalized-search-abs {
        position:  unset;
        transform: translate(0%, 0%);
    }

    #hp-logo-on-the-gray-background {
        display: none;
    }

    .personalized-search-input, .personalized-search-input:active, .personalized-search-input:focus-visible, .personalized-search-input:focus {
        border-radius: unset;
        margin:        2px 0;
    }

    .h1, h1 {
        font-size: 24px;
    }

    .h3, h3 {
        font-size: 16px;
    }

    .h5, h5 {
        font-size: 18px;
    }

    .container {
        max-width: 98%;
    }

    .personalized-search-abs {
        top:           71%;
        border-radius: unset;
    }

    .slider-info {
        width: 98%;
        top:   66%;
    }

    .navbar.fixed-top {
        margin-top: 69px;
    }

    .navbar-brand {
        display: inline-block !important;
        width:   50% !important;
    }

    .navbar-brand img {
        position: relative !important;
        display:  inline-block !important;
        width:    100% !important;
    }

    .footer-cols {
        width:         100%;
        margin-bottom: 20px;
    }

    .footer-cols.footer-cols-separator {
        border: none;
    }

    .nav-item:after {
        display: none !important;
    }

    .nav-link {
        font-size: 1.1rem;
    }
}</pre></body></html>