<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rolex-page-section .rolex_row {
    width: 100%;
    display: flex;
}
.rolex-page-section .rolex_row&gt;div {
    width: 50%;
    display: flex;    
    order:1;
}
.rolex-page-section .rolex_row&gt;div.order0 {
    order:0;
}

.rolex-page-section .text_cell {    
    justify-content:center;
    align-items:center;    
}
.rolex-page-section.black-bg .text_cell {
    background:#212121;
    color:#fff;
}
.rolex-page-section.black-bg .rolex-family-page-box-content h2 {
    color:#fff;
}
.rolex-page-section .text_cell .rolex-family-page-box-content {
    flex-direction: column;
    max-width: 530px;
    margin: 0 auto;
    padding: 20px 15px;
    margin: 0 auto;
}
.rolex-family-page-box-content h2 {
    font-size: 28px;
    line-height: initial;
    font-weight:normal;
    font-family: Helvetica;
    margin-bottom: 30px;
    letter-spacing: 2px;
}      
.rolex-family-page-box-content p{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.8; 
}
.rolex_page .rolex-page-section, .rolex_page .rolex-page-section-h {
    margin: 80px auto 0 auto;
}

.rolex_page .header_section {
    margin:0 auto; 
    position: relative; 
    margin-bottom:50px;
}


.rolex_page .contact-us-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    bottom: 0;
}
.rolex_page .contact-us-button-overlay-inner {
    max-width: 40%;
    display: inline-flex;
    padding-left: 5%;
    padding-right: 5%;
    flex-direction: column;
    position: relative;
}
.rolex_page span.contact-us-button-service {
    font-family: Helvetica;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    line-height: initial;
    margin: 0;
    color: #fff;
}
.rolex_page .contact-us-button-overlay-inner .rolex_h1 {
    font-family: Helvetica;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: initial;
    color: #fff;
}
.rolex_page .three_watches {
    max-width: 1080px;
    margin: 40px auto;
}
.rolex_page .w_item {
    padding: 0px;
}
.rolex_page .watch-display-title p {
    font-family: Helvetica;
    margin-bottom: 0px;
    color: #212121;
    line-height: 1.3;
}
.rolex_page .watch-display-title {
    padding-top: 20px;
    padding-bottom: 40px;
}
.rolex_page .watch-display-name {
    font-size: 13px;
    font-weight: 600;
}
.rolex_page .watch-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: Helvetica, sans-serif;
}
.rolex_page .watch-display-subtitle {
    font-size: 12px;
    font-weight: lighter;
    margin-top: 0px;
    text-transform: none;
    color: #666;
}
.rolex_page .watch-price {
    font-size: 14px;
}
.rolex_page .rolex-page-section-h .contact-btn.svr {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1221.9px)  {
    .rolex_page .image_cell img, .rolex_page .rolex_row img {
        height: fit-content;
    }
    .rolex-page-section .text_cell .rolex-family-page-box-content {
        padding: 0px 25px;
    }
    .rolex-family-page-box-content h2 {
        margin-top: 0px;
    }
    .rolex_page .contact-us-button-overlay-inner .rolex_h1 {
        font-size: 22px;
    }
    .rolex-family-page-box-content h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .rolex-family-page-box-content p {
        font-size: 14px;
    }
}
@media (max-width: 767.9px) {
    .rolex-page-section .rolex_row {
        flex-wrap:wrap;      	
    }
    .rolex_page .header_section {
        margin-bottom:40px;
     }
    .rolex-page-section .rolex_row&gt;div {
        width: 100%;
    }
    .rolex-page-section .rolex_row .image_cell {
        order: 0;
    }
    .rolex-family-page-box-content h2 {
        margin-top: 20px;
    }
    .rolex-page-section .text_cell .rolex-family-page-box-content {
        padding: 20px 0px;
    }
    .rolex_page .contact-us-button-overlay-inner {
        max-width: none;
    }
    .rolex_page .contact-us-button-overlay {
        align-items: flex-end;
        padding-bottom: 35px;
    }
    .rolex_page .contact-us-button-overlay-inner .rolex_h1 {
        font-size: 28px;       
    }
    .rolex-family-page-box-content h2 {
        font-size: 28px;
    }
    .rolex-family-page-box-content p {
        font-size: 16px;
    }
    .rolex_page .rolex-page-section-h .three_watches .slick-dots {
        margin-top: -50px; 
    }
    .rolex_page .rolex-page-section-h .contact-btn.svr {
        margin-top: 40px; 
    }

    .three_watches_out {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 80px;
    }
}   </pre></body></html>