<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------ */
/* ------ Hero Banner ----- */
/* ------------------------ */
.heroSwiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.heroSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.heroSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: unset;

    height: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--Primary-100);
    position: absolute;
    left: 0;
    top: unset;
    bottom: 0;
    height: 4px;
}
.swiper-pagination-progressbar {
    background: var(--Secondary-50);
    position: absolute;
}
.swiper-horizontal&gt;.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: unset;
    bottom: 0;
}

.hero.swiper-button-next,
.swiper-rtl .hero.swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 29px);
    left: auto;
}
.hero.swiper-button-prev,
.swiper-rtl .hero.swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 29px);
    right: auto;
}
.hero.swiper-button-next,
.hero.swiper-button-prev {
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: ease-in-out .5s all;
}
.hero.swiper-button-next {
    background-image: url('../img/mainsite/c-arrow-next.svg');
}
.hero.swiper-button-prev {
    background-image: url('../img/mainsite/c-arrow-prev.svg');
}
.hero.swiper-button-next:hover {
    background-image: url('../img/mainsite/c-arrow-next-hover.svg');
}
.hero.swiper-button-prev:hover {
    background-image: url('../img/mainsite/c-arrow-prev-hover.svg');
}
.hero.swiper-button-next::after
.hero.swiper-button-prev::after {
    content: unset;
}
.hero.swiper-button-next:after,
.swiper-rtl .hero.swiper-button-prev:after {
    content: unset;
}
.hero.swiper-button-prev:after,
.swiper-rtl .hero.swiper-button-next:after {
    content: unset;
}


.heroSwiper .wrp-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.heroSwiper .wrp-banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 42.86%; /* 21:9 */
}
.heroSwiper .wrp-banner img,
.heroSwiper .wrp-banner picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: ease-in-out .5s all;
}
.heroSwiper .wrp-banner img.top,
.heroSwiper .wrp-banner picture.top {
    object-position: top;
}
.heroSwiper .wrp-banner img.left,
.heroSwiper .wrp-banner picture.left {
    object-position: left;
}
.heroSwiper .wrp-banner img.right,
.heroSwiper .wrp-banner picture.right {
    object-position: right;
}
.heroSwiper .wrp-banner img.bottom,
.heroSwiper .wrp-banner picture.bottom {
    object-position: bottom;
}

.banner-no-cta {
    position: relative;
    text-decoration: unset;
}
.wrp-banner__desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.wrp-banner__desc .container-main,
.wrp-cover__content .container-main {
    height: 100%;
}
.wrp-banner__txt {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;

    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.intro-banner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.intro-banner img,
.intro-banner picture {
    width: 100%;
    max-width: 300px;
    object-fit: contain;
    object-position: center;
}

.intro-banner.left {
    grid-column: 2/5;
}
.intro-banner.center {
    grid-column: 6/9;
}
.intro-banner.right {
    grid-column: 8/11;
}
.intro-banner p,
.intro-banner h2 {
    /* font-size: 48px; */
    /* line-height: 56px; */
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    /* text-transform: uppercase; */
    text-decoration: unset;
    font-family: var(--nav-tagline-font-family) !important;
}
.rolex-sty .intro-banner p,
.rolex-sty .intro-banner h2 {
    /* text-transform: uppercase; */
    text-decoration: unset;
}
.intro-banner p.bg-rolex,
.intro-banner h2.bg-rolex {
    /* font-family: var(--rolex-font-family); */
    font-family: var(--nav-tagline-font-family) !important;
    /* font-weight: 700; */
    font-weight: 400;
    margin: 0;
}
.cta-banner.bg-rolex,
.cta-banner.bg-rolex:visited,
.cta-banner.bg-rolex:hover {
    text-transform: capitalize;
}
.cta-banner,
.cta-banner:visited,
.cta-banner:hover {
    border: unset;
    cursor: pointer;
    color: var(--White);
    text-decoration: unset;
    outline: none;
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--nav-tagline-font-family) !important;
}

.cta-banner.curved {
    border-radius: 100px;
    padding: 12px 30px;
}
.cta-banner.square {
    border-radius: unset;
    padding: 8px 16px;
}

.cta-banner.txt-white {
    color: var(--White);
}
.cta-banner.txt-black {
    color: var(--Black);
}

.bg-rolex.cta-banner {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 1px;
    font-weight: 400;
    /* font-family: var(--rolex-font-family); */
    background-color: var(--green);
    transition: background 0.3s, color 0.3s;
}
.bg-rolex.cta-banner:hover {
    background-color: var(--rolex-green);
}

.bg-red.cta-banner {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 1.4px;
    background-color: var(--tudor-red);
}

.bg-black.cta-banner,
.bg-black.cta-banner:visited  {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 1.4px;

    background-color: var(--Neutral-700);
    border: 1px solid var(--Neutral-700);
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
}
.bg-black.cta-banner:hover {
    color: var(--Neutral-700);
    border: 1px solid var(--Neutral-800);
    background-color: var(--White);
}
.bg-red-cw.cta-banner,
.bg-red-cw.cta-banner:visited {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 1.4px;

    background-color: var(--Primary-100);
    border: 1px solid var(--Primary-100);
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
}
.bg-red-cw.cta-banner:hover {
    color: var(--Primary-100);
    border: 1px solid var(--Primary-100);
    background-color: var(--White);
}

/** Rolex Style **/
.wrap-intro-banner {
    position: absolute;
    z-index: 2;
    top: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.wrap-intro-banner.w50 {
    width: 50%;
    height: 100%;
}
.wrap-intro-banner.w30 {
    width: 30%;
    height: 100%;
}
.wrap-intro-banner.w60 {
    width: 60%;
    height: 100%;
}
.wrap-intro-banner.w40 {
    width: 40%;
    height: 100%;
}
.wrap-intro-banner.content-right {
    right: 3%;
}
.wrap-intro-banner.content-left {
    left: 3%;
}
.rolex-sty .intro-banner.align-left {
    width: 100%;
    margin-left: 5%;
}
.intro-banner.align-left {
    align-items: flex-start;
}
.intro-banner.align-center {
    align-items: center;
}
.intro-banner.align-right {
    align-items: flex-end;
}
/* .mc-white {
    color: var(--White);
} */
.mc-black {
    color: var(--Black);
}

.h26m {
    font-size: clamp(1.375rem, 1.25rem + 0.3125vw, 1.625rem) !important;
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--nav-tagline-font-family) !important;
}
.h70m {
    font-size: clamp(4.313rem, 3.688rem + 0.781vw, 4.625rem) !important;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    font-family: var(--nav-tagline-font-family) !important;
}

/* ------------------------ */
/* -------- Tagline ------- */
/* ------------------------ */
#tagline {
    width: 100%;
    padding: 80px 0 40px 0;
}
#tagline .wrp-tagline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 8px;
    gap: 20px;
}
#tagline h1 {
    font-family: var(--nav-tagline-font-family);
    color: var(--Neutral-800);
    /* font-size: 36px; */
    /* line-height: 48px; */
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 300;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin: 0;
}

/* ------------------------ */
/* ------- Highlight ------ */
/* ------------------------ */
.container-custom {
    width: calc(100vw - 96px);
    margin: 0 auto;
    max-width: 1920px;
}
.highlightSwiper,
.insightsSwiper,
.brandOptionSwiper,
.patekHighlightSwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.highlightSwiper .swiper-wrapper,
.insightsSwiper .swiper-wrapper,
.brandOptionSwiper .swiper-wrapper,
.patekHighlightSwiper .swiper-wrapper {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: row;
}
.highlightSwiper .swiper-wrapper .swiper-slide,
.patekHighlightSwiper .swiper-wrapper .swiper-slide,
.brandOptionSwiper .swiper-wrapper .swiper-slide {
    width: calc((100% / 2));
    position: relative;
    overflow: hidden;
    text-decoration: unset;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.highlightSwiper .swiper-wrapper .swiper-slide a.slide-item,
.highlightSwiper .swiper-wrapper .swiper-slide a.slide-item:hover,
.highlightSwiper .swiper-wrapper .swiper-slide .slide-item,
.patekHighlightSwiper .swiper-wrapper .swiper-slide a.slide-item,
.patekHighlightSwiper .swiper-wrapper .swiper-slide a.slide-item:hover,
.patekHighlightSwiper .swiper-wrapper .swiper-slide .slide-item,
.brandOptionSwiper .swiper-wrapper .swiper-slide a.slide-item,
.brandOptionSwiper .swiper-wrapper .swiper-slide a.slide-item:hover,
.brandOptionSwiper .swiper-wrapper .swiper-slide .slide-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-decoration: unset;
    color: var(--Neutral-800);
    margin-bottom: 24px;
}
.slide-item figcaption {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-top: 20px;
}

.h-highlight-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.h-highlight-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wrp-tools__slider {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: flex-end;
    column-gap: 20px;
}
.swiper-button-next.custom,
.swiper-button-prev.custom {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin-top: unset;
}
.custom.swiper-button-next,
.custom.swiper-button-prev,
.pc.swiper-button-next,
.pc.swiper-button-prev,
.cv.swiper-button-next,
.cv.swiper-button-prev {
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: ease-in-out .5s all;
}
.custom.swiper-button-next,
.pc.swiper-button-next,
.cv.swiper-button-next {
    background-image: url('../img/mainsite/c-arrow-next.svg');
}
.custom.swiper-button-prev,
.pc.swiper-button-prev,
.cv.swiper-button-prev {
    background-image: url('../img/mainsite/c-arrow-prev.svg');
}
.custom.swiper-button-next:hover,
.pc.swiper-button-next:hover,
.cv.swiper-button-next:hover {
    background-image: url('../img/mainsite/c-arrow-next-hover.svg');
}
.custom.swiper-button-prev:hover,
.pc.swiper-button-prev:hover,
.cv.swiper-button-prev:hover {
    background-image: url('../img/mainsite/c-arrow-prev-hover.svg');
}

.brown .pc.swiper-button-next {
    background-image: url('../img/mainsite/brown-arrow-next.svg');
}
.brown .pc.swiper-button-prev {
    background-image: url('../img/mainsite/brown-arrow-prev.svg');
}
.brown .pc.swiper-button-next:hover {
    background-image: url('../img/mainsite/brown-arrow-next-hover.svg');
}
.brown .pc.swiper-button-prev:hover {
    background-image: url('../img/mainsite/brown-arrow-prev-hover.svg');
}

.brown .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--Secondary-100);
}
.brown .swiper-pagination-progressbar {
    background: var(--Secondary-300);
    position: absolute;
}

.custom.swiper-button-next::after,
.custom.swiper-button-prev::after,
.pc.swiper-button-next::after,
.pc.swiper-button-prev::after,
.cv.swiper-button-next::after,
.cv.swiper-button-prev::after {
    content: unset;
}
.custom.swiper-button-next:after,
.swiper-rtl .custom.swiper-button-prev:after,
.pc.swiper-button-next:after,
.swiper-rtl .pc.swiper-button-prev:after,
.cv.swiper-button-next:after,
.swiper-rtl .cv.swiper-button-prev:after {
    content: unset;
}
.custom.swiper-button-prev:after,
.swiper-rtl .custom.swiper-button-next:after,
.pc.swiper-button-prev:after,
.swiper-rtl .pc.swiper-button-next:after,
.cv.swiper-button-prev:after,
.swiper-rtl .cv.swiper-button-next:after {
    content: unset;
}

/* ------------------------ */
/* -------- Brands -------- */
/* ------------------------ */
.wrp-title__section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wrp-title__section h2 {
    margin: 0;
}
.brandsSwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.brandsSwiper .swiper-wrapper {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: row;
}
a.v-mobile {
    display: none;
}
a.v-desktop {
    display: inline-flex;
    margin-top: 20px;
    align-items: center;
    text-align: left;
    justify-content: flex-end;
}
.brandsSwiper .swiper-wrapper li a {
    text-decoration: unset;
    opacity: 1;
    transition: opacity 0.45s;
}
.brandsSwiper .swiper-wrapper li:hover a {
    opacity: 0.5;
}
.wrp-img__brand {
    width: 100%;
    position: relative;
}
.wrp-img__brand::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 75%;
}
.wrp-img__brand img,
.wrp-img__brand picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    width: 80%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
    z-index: 1;
    transition: ease-in-out .5s all;
}
/* ------------------------ */
/* ------- Insights ------- */
/* ------------------------ */
.insightsSwiper .swiper-wrapper .swiper-slide {
    width: calc((100% / 3) - 40px);
    position: relative;
    overflow: hidden;
    text-decoration: unset;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.insightsSwiper .swiper-wrapper .swiper-slide a.slide-item,
.insightsSwiper .swiper-wrapper .swiper-slide a.slide-item:hover {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-decoration: unset;
    color: var(--Neutral-800);
    margin-bottom: 24px;
    width: 100%;
}

ul.insight-cate {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    white-space: nowrap;
    flex-wrap: wrap;
    row-gap: 12px;
}
ul.insight-cate li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
ul.insight-cate li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-image: url("../img/mainsite/Separator.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 12px;
}
ul.insight-cate li:first-child::before {
    content: unset;
}

.insightsSwiper figcaption {
    row-gap: unset;
    margin-top: 20px;
}
.insightsSwiper figcaption h3 {
    margin-bottom: 24px;
}

figcaption h2,
figcaption h3,
figcaption h4,
figcaption h5,
figcaption h6 {
    margin: 0;
}

/* ------------------------ */
/* ----- Cover Banner ----- */
/* ------------------------ */
#cover-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#cover-banner a {
    text-decoration: unset;
}
#cover-banner .wrp-cover__banner {
    z-index: 1;
}
.wrp-cover__content {
    width: 100%;
    height: 100%;
    z-index: 2;

    position: absolute;
    top: 0;
    left: 0;
}
.cover-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.cover-content__cta {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
}
.cover-content__cta.left {
    grid-column: 1 / 5;
}
.cover-content__cta.center {
    grid-column: 5 / 9;
}
.cover-content__cta.right {
    grid-column: 9 / -1;
}

/* ------------------------ */
/* -- Curated By Cortina -- */
/* ------------------------ */
#curated-by-cortina {
    width: 100%;
}
#curated-by-cortina .wrp-shortcode {
    grid-column: 1/-1;
    position: relative;
}
#curated-by-cortina .wrp-iframe {
    grid-column: 1/-1;
    position: relative;
}
#curated-by-cortina .wrp-iframe::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 31.70%;
}
#curated-by-cortina .wrp-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}

/* ------------------------ */
/* ------ Watch Care ------ */
/* ------------------------ */
.container-margin {
    width: calc(100vw - 48px);
    max-width: 1920px;
}
.container-margin.left {
    margin-left: 48px;
}
.container-margin.right {
    margin-right: 48px;
}

.content-txt {
    grid-column: 1 / 5;
    padding: 64px 40px 32px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 28px;
}
.content-txt.right {
    grid-column: 5 / -1;
}
.content-txt__detail {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.content-img {
    grid-column: 5 / -1;
    position: relative;
}
.content-img.left {
    grid-column: 1 / 9;
}
.content-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 65.53%;
}
.content-img img,
.content-img picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* ------------------------ */
/* -------- Search -------- */
/* ------------------------ */
.search-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0;
    position: relative;
}
.search-header h1 {
    margin-bottom: 16px;
}
.result-header {
    /* position: relative; */
    position: sticky;
    top: 65px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 18px 0 22px 0;
    background-color: var(--White);
    border-bottom: 1px solid var(--Secondary-50);
}
.result-header.pinned {
    position: fixed;
    top: 0;
}
ul.result-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    column-gap: 32px;
}
ul.result-category li a,
ul.result-category li a:visited {
    font-weight: 400;
    text-decoration: unset;
    color: var(--Neutral-400);
    transition: ease-in-out .5s all;
}
ul.result-category li a.active,
ul.result-category li a:hover {
    color: var(--Neutral-800);
}

.wrp-result__title {
    width: 100%;
    margin: 20px 0;
}
.wrp-result__title ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    column-gap: 20px;
}
.wrp-result__title ul li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid var(--Secondary-50);
}
.wrp-result__title ul li a,
.wrp-result__title ul li a:visited {
    text-decoration: unset;
    color: var(--Neutral-800);
    transition: ease-in-out .5s all;
}
.wrp-result__title ul li a:hover {
    color: var(--Primary-100);
}

.result-watches {
    width: 100%;
    padding: 58px 0 40px 0;
    position: relative;
    z-index: 1;
}
.result-watches .wrp-title__section {
    margin-bottom: 24px;
}

.watchesSwiper ul {
    list-style: none;
    padding: 0;
    margin: 0;

    /* display: flex;
    flex-direction: row; */
}
.watchesSwiper ul li {
    grid-column: auto / span 3;
    /* width: calc((100% / 4) - 60px); */
}
.watchesSwiper ul li a,
.watchesSwiper ul li a:visited {
    color: unset;
    text-decoration: unset;
}

.swiper-slide img,
.swiper-slide picture {
    max-width: 100%;
    /* display: block; */
}

.box-watch {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

/* ------------------------ */
/* --- Start Fake scale --- */
/* ------------------------ */
.box-watch .wrp-img__card img,
.box-watch .wrp-img__card picture,
.box-watch .wrp-img__card video {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: ease-in-out .5s all;
}
a.model-card:hover .wrp-img__card img,
a.model-card:hover .wrp-img__card picture {
    transform: translate(-50%, -50%) scale(1.06, 1.06);
    -ms-transform: translate(-50%, -50%) scale(1.06, 1.06);
    -webkit-transform: translate(-50%, -50%) scale(1.06, 1.06);
    max-width: unset;
}
/* ------------------------ */
/* ---- End Fake scale ---- */
/* ------------------------ */

.box-watch figcaption {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.box-watch .watch-brand {
    /* font-size: 14px;
    line-height: 18px; */
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.21px;
    color: var(--Primary-100);
    font-weight: 300;
}
.box-watch .watch-desc {
    /* font-size: 16px;
    line-height: 22px; */
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.32px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#insights {
    width: 100%;
}

.wrp-result__noresult {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 40px 0;
}

/* .alice-carousel__stage {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 20px;
}
.alice-carousel__stage li {
    width: calc((100% -20px) / 5);
} */</pre></body></html>