.app-theme{min-height:100dvh;padding-top:var(--header-height);position:relative}.app-theme:before{content:"";z-index:-1;background:url(/images/common/themeBg.webp) 50%/cover no-repeat;height:100%;position:fixed;inset:0}header{z-index:999;top:0;background:url(/images/homeHeaderBg1920.webp) 50%/cover no-repeat;border-bottom:1px solid #ffffff1a;width:100%;transition:background .3s;position:fixed;inset-inline-start:0}header.header_hidden{transform:translateY(-100%)}header.inner-page-header{background:url(/images/headerBg1440.webp) 50%/cover no-repeat}@media (max-width:1200px){header.menu-open{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000f2}header.menu-open .header_brand_link{z-index:1001;position:relative}}header .header_inner{height:var(--header-height);justify-content:space-between;align-items:center;padding:0 50px;display:flex;position:relative}@media (max-width:1200px){header .header_inner .main_logo{width:50px;height:50px}}@media (max-width:575px){header .header_inner .main_logo{width:40px;height:40px}}header .header_inner .nav-links{z-index:10;align-items:center;gap:27px;display:flex;position:relative}header .header_inner .nav-links ul{align-items:center;gap:30px;margin-bottom:0;padding-left:0;display:flex}@media (max-width:1400px){header .header_inner .nav-links ul{gap:19px}}header .header_inner .nav-links ul li{position:relative}header .header_inner .nav-links ul li .nav-item-trigger{align-items:center;gap:4px;display:flex}header .header_inner .nav-links ul li>.nav-item-trigger>a{color:#ffefde;text-transform:uppercase;-webkit-text-decoration:unset;text-decoration:unset;opacity:.5;font-size:14px;font-weight:500;line-height:100%}@media (max-width:1400px){header .header_inner .nav-links ul li>.nav-item-trigger>a{font-size:13px}}header .header_inner .nav-links ul li>.nav-item-trigger>a{display:inline-block;position:relative}header .header_inner .nav-links ul li>.nav-item-trigger>a:after{content:"";opacity:0;background-color:#ffae4b;border-radius:50%;width:9px;height:9px;transition:all .3s;position:absolute;bottom:-15px;left:50%;transform:translate(-50%);box-shadow:0 0 4px #ffae4b}header .header_inner .nav-links ul li>.nav-item-trigger>a.active,header .header_inner .nav-links ul li>.nav-item-trigger>a:hover{opacity:1}header .header_inner .nav-links ul li>.nav-item-trigger>a:hover:after,header .header_inner .nav-links ul li>.nav-item-trigger>a.active:after{opacity:1;bottom:-15px}header .header_inner .nav-links ul li.has-children .submenu_toggle{flex-shrink:0;align-items:center;padding:0;display:flex}header .header_inner .nav-links ul li.has-children .submenu_arrow{margin-top:2px;transition:transform .25s}header .header_inner .nav-links ul li.has-children .sub_menu_wrapper{opacity:0;visibility:hidden;pointer-events:none;z-index:5;padding-top:38px;transition:opacity .25s,visibility .25s;position:absolute;top:100%;left:50%;transform:translate(-50%)}header .header_inner .nav-links ul li.has-children .sub_menu{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:url(/images/headerSubLinkBg.svg) 50%/cover no-repeat;border:1px solid #ffefde26;border-radius:12px;flex-direction:column;align-items:stretch;gap:0;min-width:146px;padding:0 10px;transition:transform .25s;display:flex;transform:translateY(6px)}header .header_inner .nav-links ul li.has-children .sub_menu li{width:100%}header .header_inner .nav-links ul li.has-children .sub_menu li:not(:last-child){border-bottom:1px solid #ffefde80}header .header_inner .nav-links ul li.has-children .sub_menu a{text-transform:uppercase;width:100%;-webkit-text-decoration:unset;text-decoration:unset;color:var(--text-color);padding:15px 10px;font-size:14px;font-weight:500;line-height:100%;transition:opacity .2s;display:block}header .header_inner .nav-links ul li.has-children .sub_menu a:hover,header .header_inner .nav-links ul li.has-children .sub_menu a.active{opacity:1}header .header_inner .nav-links ul li.has-children.submenu-open .sub_menu_wrapper{opacity:1;visibility:visible;pointer-events:auto}header .header_inner .nav-links ul li.has-children.submenu-open .sub_menu{transform:translateY(0)}header .header_inner .nav-links ul li.has-children.submenu-open .submenu_arrow{transform:rotate(180deg)}header .header_inner .nav-links .right_section{align-items:center;gap:12px;display:flex}header .header_inner .nav-links .right_section .search_bar{position:relative}header .header_inner .nav-links .right_section .search_bar input{color:#ffefde;padding:0 10px;background-color:#0000;border:1px solid #fff3db;border-radius:14px;width:200px;height:41px;padding-inline-end:33px;font-size:14px;font-weight:500;line-height:100%}header .header_inner .nav-links .right_section .search_bar input:focus{box-shadow:none;outline:none}@media (max-width:1400px){header .header_inner .nav-links .right_section .search_bar input{width:150px}}header .header_inner .nav-links .right_section .search_bar .search_btn{inset-inline-end:10px;align-items:center;height:20px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}header .header_inner .nav-links .right_section .language_wrapper button{color:#ffefde;font-size:14px;font-weight:700}@media (max-width:1400px){header .header_inner .nav-links .right_section .main_btn{padding:10px 20px}}header .header_inner .menu_toggle{z-index:1001;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;padding:0;display:none}header .header_inner .menu_toggle .menu_toggle_bar{background-color:#ffefde;border-radius:2px;width:28px;height:2px;transition:transform .25s,opacity .25s;display:block}header.menu-open .menu_toggle .menu_toggle_bar:first-child{transform:translateY(8px)rotate(45deg)}header.menu-open .menu_toggle .menu_toggle_bar:nth-child(2){opacity:0}header.menu-open .menu_toggle .menu_toggle_bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:1200px){header.menu-open .header_inner{z-index:1001;position:relative}header .header_inner{padding:0 24px}header .header_inner .menu_toggle{display:flex}header .header_inner .nav-links{z-index:1000;padding:24px 20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;background:#000000f2;flex-direction:column;align-items:stretch;gap:32px;height:100dvh;padding-top:60px;transition:opacity .3s,visibility .3s,transform .3s;position:fixed;inset:0;overflow-y:auto;transform:translateY(-8px)}header .header_inner .nav-links.is-open{opacity:1;visibility:visible;pointer-events:auto;min-height:100dvh;transform:translateY(0)}header .header_inner .nav-links>ul{flex-direction:column;align-items:stretch;gap:0;width:100%}header .header_inner .nav-links>ul>li{border-bottom:1px solid #ffefde1f;width:100%}header .header_inner .nav-links>ul>li .nav-item-trigger{justify-content:space-between;padding:18px 0}header .header_inner .nav-links>ul>li>.nav-item-trigger>a{font-size:15px}header .header_inner .nav-links>ul>li>.nav-item-trigger>a:after{display:none}header .header_inner .nav-links>ul>li.has-children .submenu_toggle{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}header .header_inner .nav-links>ul>li.has-children .sub_menu_wrapper{opacity:1;visibility:visible;pointer-events:auto;max-height:0;padding-top:0;transition:max-height .3s;position:static;left:auto;overflow:hidden;transform:none}header .header_inner .nav-links>ul>li.has-children .sub_menu{min-width:100%;margin-bottom:12px;transform:none}header .header_inner .nav-links>ul>li.has-children.submenu-open .sub_menu_wrapper{max-height:240px}header .header_inner .nav-links .right_section{flex-direction:column;align-items:stretch;gap:16px;width:100%;margin-top:auto}header .header_inner .nav-links .right_section .search_bar,header .header_inner .nav-links .right_section .search_bar input{width:100%}header .header_inner .nav-links .right_section .main_btn{text-align:center;width:100%}header .header_inner .nav-links .right_section .language_wrapper{justify-content:center;display:flex}}@media (max-width:1200px) and (max-width:575px){header .header_inner{padding:0 15px}}footer{padding-top:100px;position:relative;overflow:hidden}@media (max-width:575px){footer{padding-top:40px}}footer .footer_vector{top:0;z-index:-1;position:absolute;inset-inline-start:50%;transform:translate(-50%)}footer .inner_section{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:60px;padding:0 50px 50px;display:flex}@media (min-width:992px){footer .inner_section{flex-wrap:nowrap}}@media (max-width:1200px){footer .inner_section{gap:30px;padding:0 30px 30px}}@media (max-width:991px){footer .inner_section{gap:40px 30px}footer .inner_section .left_section{flex:240px;width:auto;max-width:100%}footer .inner_section .center_section{flex:280px;gap:48px}footer .inner_section .right_section{flex:100%;width:100%;max-width:100%}footer .inner_section{padding:0 10px 30px}}footer .inner_section h2{white-space:nowrap;margin-bottom:30px;font-size:20px;font-weight:600;line-height:100%}@media (max-width:1200px){footer .inner_section h2{font-size:18px}}@media (max-width:575px){footer .inner_section h2{margin-bottom:25px;font-size:18px}}footer .inner_section ul{flex-direction:column;gap:25px;display:flex}@media (max-width:575px){footer .inner_section ul{gap:15px}}footer .inner_section ul li a{letter-spacing:0%;white-space:nowrap;color:#ffefde;font-size:16px;font-weight:400;line-height:100%}@media (max-width:575px){footer .inner_section ul li a{font-size:14px}}footer .inner_section ul.contact_us_list li{display:flex}footer .inner_section ul.contact_us_list li span{margin-inline-start:10px}footer .inner_section .left_section{flex:none;width:285px}footer .inner_section .left_section .footer_brand{flex-direction:column;align-items:flex-start;gap:12px;display:flex}footer .inner_section .left_section .footer_brand_name{font-family:var(--font-didot),serif;letter-spacing:.02em;font-size:24px;font-weight:400;line-height:1.1}@media (max-width:767px){footer .inner_section .left_section{width:100%}footer .inner_section .left_section img{width:60px;height:60px}}footer .inner_section .left_section p{letter-spacing:0%;margin-top:25px;font-size:16px;font-weight:400;line-height:26px}@media (max-width:575px){footer .inner_section .left_section p{margin-top:15px;font-size:14px}}footer .inner_section .left_section .social_links_wrapper{gap:12px;margin-top:15px;display:flex}@media (max-width:575px){footer .inner_section .left_section .social_links_wrapper img{width:30px;height:30px}}footer .inner_section .center_section{flex:auto;gap:90px;min-width:0;display:flex}@media (max-width:1200px){footer .inner_section .center_section{gap:40px}}@media (max-width:767px){footer .inner_section .center_section{flex-wrap:wrap;justify-content:space-between}}@media (max-width:575px){footer .inner_section .center_section{gap:30px}}footer .inner_section .right_section{flex:none;width:365px}footer .inner_section .right_section h2{margin-bottom:5px}footer .inner_section .right_section p{letter-spacing:0%;margin-bottom:15px;font-size:12px;font-weight:400;line-height:20px}footer .inner_section .right_section .email_input_wrapper{position:relative}footer .inner_section .right_section .email_input_wrapper input{width:100%;height:46px;letter-spacing:0%;color:var(--text-color);padding:15px;background-color:#754c3a;border:1px solid #ffefde1a;border-radius:12px;padding-inline-end:75px;font-size:12px;font-weight:400;line-height:20px}footer .inner_section .right_section .email_input_wrapper input.input_error{border-color:#ff6b6b}footer .inner_section .right_section .email_input_wrapper input::placeholder{color:var(--text-color)}footer .inner_section .right_section .email_input_wrapper button{top:0;background-color:var(--text-color);width:72px;height:100%;letter-spacing:0%;color:var(--primary);border:none;border-start-end-radius:12px;border-end-end-radius:12px;font-size:14px;font-weight:600;line-height:100%;position:absolute;inset-inline-end:0}footer .inner_section .right_section .email_error_message{color:#ff6b6b;margin-top:8px;margin-bottom:0;font-size:12px;line-height:16px}@media (max-width:991px){footer .inner_section .right_section{width:100%}}footer .inner_section.inner_2{border-bottom:1px solid #ffefde26}footer .copyright_section{justify-content:space-between;align-items:center;padding:28px 50px;display:flex}@media (max-width:767px){footer .copyright_section{flex-direction:column;gap:20px}}@media (max-width:575px){footer .copyright_section{padding:25px}}footer .copyright_section p,footer .copyright_section a{letter-spacing:0%;font-size:16px;font-weight:400;line-height:22px}@media (max-width:991px){footer .copyright_section p,footer .copyright_section a{font-size:15px}}@media (max-width:575px){footer .copyright_section p,footer .copyright_section a{text-align:center;font-size:12px}}footer .copyright_section ul{gap:30px;display:flex}@media (max-width:575px){footer .copyright_section ul{justify-content:space-between}}.home_page .top_section:before{content:"";z-index:-1;inset:0;background:url(/images/home/topSection1920.webp) 50%/cover no-repeat;height:100%;position:absolute;top:0}@media (max-width:1600px){.home_page .top_section:before{background:url(/images/home/topSection.webp) 50%/cover no-repeat}}.home_page .top_section{position:relative}.home_page .top_section .inner_section{flex-direction:column;justify-content:space-between;min-height:calc(100vh - 97px);padding-top:4%;display:flex}@media (max-width:575px){.home_page .top_section .inner_section{padding-top:10%}}.home_page .top_section .inner_section .content{flex-direction:column;align-items:center;display:flex}@media (max-width:991px){.home_page .top_section .inner_section .content{text-align:center;padding:20px 50px}}@media (max-width:575px){.home_page .top_section .inner_section .content{padding:20px}}.home_page .top_section .inner_section .content h2{letter-spacing:5%;text-transform:uppercase;color:#ffae4b;margin-bottom:20px;font-size:16px;font-weight:700;line-height:100%}@media (max-width:575px){.home_page .top_section .inner_section .content h2{font-size:14px}}.home_page .top_section .inner_section .content .section_title{margin-top:15px;margin-bottom:15px}.home_page .top_section .inner_section .content .section_subtitle{margin-top:15px}.home_page .top_section .inner_section .content .button_wrapper{gap:20px;margin-top:30px;display:flex}.home_page .top_section .image_wrapper img{margin:auto;display:block}.home_page .top_section .top_section_title{text-align:center}.home_page .our_ethos_section .content{align-items:center;height:100%;display:flex}.home_page .our_ethos_section .content h3{font-family:var(--font-didot);letter-spacing:0%;color:var(--text-black-color);max-width:460px;margin-top:15px;font-size:48px;font-weight:400;line-height:60px}@media (max-width:991px){.home_page .our_ethos_section .content h3{font-size:42px;line-height:48px}}@media (max-width:575px){.home_page .our_ethos_section .content h3{font-size:36px;line-height:42px}}.home_page .our_ethos_section .content p{letter-spacing:0%;color:var(--text-gray-color);margin-top:20px;font-size:16px;font-weight:400;line-height:30px}@media (max-width:575px){.home_page .our_ethos_section .content p{margin-top:15px;font-size:14px;line-height:22px}}.home_page .our_ethos_section .content ul{gap:20px;margin-top:40px;display:flex}@media (max-width:991px){.home_page .our_ethos_section .content ul{justify-content:center}}@media (max-width:575px){.home_page .our_ethos_section .content ul{gap:15px;margin-top:30px}}.home_page .our_ethos_section .content ul li{padding:0 30px;position:relative}@media (max-width:575px){.home_page .our_ethos_section .content ul li{padding:0 10px}}.home_page .our_ethos_section .content ul li:not(:last-child):after{content:"";top:0;background:url(/icons/ourEthosIconVector.svg) 50%/cover no-repeat;width:1px;height:100%;position:absolute;inset-inline-end:-10%}.home_page .our_ethos_section .content ul li img{margin:auto;display:block}.home_page .our_ethos_section .content ul li h4{color:var(--primary);letter-spacing:0%;text-align:center;max-width:64px;margin-top:10px;font-size:12px;font-weight:600;line-height:16px}@media (max-width:991px){.home_page .pre_owned_section{padding-top:0}}.home_page .pre_owned_section .content{align-items:center;height:100%;display:flex}.home_page .pre_owned_section .content .inner_section h2{max-width:350px}@media (max-width:991px){.home_page .pre_owned_section .content .inner_section h2{max-width:100%}}.home_page .pre_owned_section .content .inner_section p{margin-top:18px;line-height:30px}@media (max-width:575px){.home_page .pre_owned_section .content .inner_section p{margin-top:15px;line-height:25px}}.home_page .pre_owned_section .content .inner_section .buttons{gap:20px;margin-top:30px;display:flex}@media (max-width:991px){.home_page .pre_owned_section .content .inner_section .buttons{justify-content:center}}@media (max-width:767px){.home_page .pre_owned_section .content .inner_section .buttons{justify-content:center}.home_page .pre_owned_section .content .inner_section .buttons button{width:100%}}@media (max-width:575px){.home_page .pre_owned_section .content .inner_section .buttons{flex-wrap:wrap;margin-top:20px}}@media (max-width:991px){.home_page .pre_owned_section .pre_owned_slider{margin-top:50px}}.home_page .pre_owned_section .pre_owned_slider.pre_owned_slider--loading{min-height:340px}.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__viewport{overflow:hidden}.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__container{touch-action:pan-y pinch-zoom;display:flex}.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__slide{min-width:100%}.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__image_wrapper{border-radius:20px;width:100%;max-height:555px;position:relative;overflow:hidden}@media (max-width:575px){.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__image_wrapper{max-height:351px}}.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__image_wrapper{margin:auto}@media (max-width:991px){.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__image_wrapper{justify-content:center;display:flex}}.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__image_wrapper img{border-radius:20px;margin:auto}@media (max-width:575px){.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__image_wrapper img{max-height:100%}}.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__controls{justify-content:center;gap:40px;margin-top:30px;display:flex}@media (max-width:767px){.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__controls{margin-top:40px}}@media (max-width:575px){.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__controls{gap:20px;margin-top:40px}}.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__nav_button{background:0 0;border:none}.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__nav_button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:575px){.home_page .pre_owned_section .pre_owned_slider .pre_owned_slider__nav_button img{width:30px;height:30px}}.home_page .pre_owned_section .pre_owned_section__row{padding-bottom:130px;padding-inline-end:0;position:relative}@media (max-width:1200px){.home_page .pre_owned_section .pre_owned_section__row{padding:0}}@media (max-width:991px){.home_page .pre_owned_section .pre_owned_section__row{padding-bottom:0}}.home_page .pre_owned_section .pre_owned_bottom_vector{bottom:0;width:769px;height:auto;position:absolute;inset-inline-start:20px}@media (max-width:1200px){.home_page .pre_owned_section .pre_owned_bottom_vector{width:600px}}@media (max-width:991px){.home_page .pre_owned_section .pre_owned_bottom_vector{display:none}}.home_page .apply_membership_section{padding-top:0}.home_page .apply_membership_section .inner_section{background:url(/images/home/applyMembershipBg.webp) 50%/cover no-repeat}.home_page .apply_membership_section .inner_section .content{justify-content:space-between;align-items:end;gap:20px;min-height:567px;padding:40px;display:flex}@media (max-width:1200px){.home_page .apply_membership_section .inner_section .content{min-height:500px}}@media (max-width:767px){.home_page .apply_membership_section .inner_section .content{flex-direction:column;justify-content:end;min-height:450px}}@media (max-width:575px){.home_page .apply_membership_section .inner_section .content{min-height:350px;padding:15px}}.home_page .apply_membership_section .inner_section .content .left_section h2{margin-bottom:10px}.home_page .apply_membership_section .inner_section .content button{padding:16px 26px}@media (max-width:575px){.home_page .apply_membership_section .inner_section .content button{padding:12px 20px}}.home_page .compass_journal_section{background-color:var(--section-background)}.home_page .compass_journal_section .section_title{color:var(--text-black-color);font-weight:400}@media (max-width:575px){.home_page .compass_journal_section .titles{align-items:start}}.home_page .compass_journal_section .view_all_link{color:var(--primary);flex-wrap:nowrap;align-items:center;gap:6px;min-width:75px;font-weight:600;display:flex}@media (max-width:575px){.home_page .compass_journal_section .view_all_link{margin-top:10px;font-size:12px}.home_page .compass_journal_section .view_all_link img{width:16px;height:16px}}.home_page .compass_journal_section .section_subtitle{color:var(--text-gray-color);margin-top:10px;margin-bottom:10px}.home_page .compass_journal_section .blog_card{min-height:300px;margin-top:22px;position:relative;overflow:hidden}.home_page .compass_journal_section .blog_card:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(#54241100 0%,#542411 100%);position:absolute;inset:0}.home_page .compass_journal_section .blog_card .blog_image{object-fit:cover;will-change:transform;width:100%;height:100%;max-height:300px;display:block}@media (max-width:1200px){.home_page .compass_journal_section .blog_card .blog_image{height:300px}}.home_page .compass_journal_section .blog_card .content{z-index:1;width:100%;max-width:100%;padding:30px;position:absolute;bottom:0}@media (max-width:575px){.home_page .compass_journal_section .blog_card .content{padding:20px}}.home_page .compass_journal_section .blog_card .content h2{color:var(--text-color);font-size:32px;font-weight:700;font-family:var(--font-didot);margin-bottom:10px}@media (max-width:575px){.home_page .compass_journal_section .blog_card .content h2{margin-bottom:5px;font-size:28px}}.home_page .compass_journal_section .blog_card .content .description{justify-content:space-between;align-items:center;gap:10px;display:flex}.home_page .compass_journal_section .blog_card .content .description p{max-width:295px;color:var(--text-color);font-size:16px;font-weight:400;line-height:30px}@media (max-width:575px){.home_page .compass_journal_section .blog_card .content .description p{font-size:14px;line-height:25px}}.home_page .compass_journal_section .blog_card.large_blog_card .share_icon{top:30px;z-index:1;position:absolute;inset-inline-end:30px}@media (max-width:575px){.home_page .compass_journal_section .blog_card.large_blog_card .share_icon{top:20px;inset-inline-end:20px}.home_page .compass_journal_section .blog_card.large_blog_card .share_icon img{width:40px;height:40px}}.home_page .compass_journal_section .blog_card.large_blog_card .description p{max-width:420px}.home_page .compass_journal_section .blog_card.small_blog_card h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home_page .compass_journal_section .blog_card.small_blog_card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home_page .feature_pieces_section .feature_pieces_section_header{flex-wrap:wrap;justify-content:space-between;gap:5px;display:flex}@media (max-width:575px){.home_page .feature_pieces_section .feature_pieces_section_header{margin-bottom:15px}.home_page .feature_pieces_section .watch_piece_col{padding-left:10px;padding-right:10px}}.home_page .feature_pieces_section .section_subtitle{opacity:.5}.home_page .feature_pieces_section .view_all_link{align-items:center;gap:8px;font-weight:600;display:flex}.home_page .feature_pieces_section .featured_watch_image{border-radius:16px;width:100%;margin-top:30px;overflow:hidden}.home_page .feature_pieces_section .featured_watch_image img{object-fit:cover;width:100%;height:auto}.watches_page .top_section{padding:80px 0}@media (max-width:575px){.watches_page .top_section{padding:40px 0}}.watches_page .watch_card_col{will-change:transform,opacity}.watches_page .watch_card_link{display:block}.watches_page .watch_card_link:hover .watch_card{transform:translateY(-8px)}.watches_page .watch_card_link:hover .watch_card_image img{transform:scale(1.08)}.watches_page .watch_card_link:hover .watch_card_logo{border-color:#ffefde73}.watches_page .watch_card{border-radius:20px;margin-top:30px;transition:transform .45s,box-shadow .45s;position:relative}@media (max-width:575px){.watches_page .watch_card{border-radius:12px;margin-top:20px}}.watch_card_link:hover .watches_page .watch_card{transform:translateY(-6px)}.watches_page .watch_card .watch_card_image{border-radius:20px;overflow:hidden}.watches_page .watch_card .watch_card_image img{object-fit:cover;will-change:transform;border-radius:20px;width:100%;max-height:392px;transition:transform .6s cubic-bezier(.22,1,.36,1)}.watches_page .watch_card .watch_card_logo{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:2;border:1px solid #ffefde33;border-start-start-radius:20px;border-start-end-radius:20px;justify-content:center;align-items:center;width:90%;height:50px;padding:9px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.watches_page .watch_card .watch_card_logo span{color:var(--text-color);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:16px;font-weight:600;overflow:hidden}@media (max-width:575px){.watches_page .watch_card .watch_card_logo{width:80%}}.collections_page .top_section{padding:80px 0}@media (max-width:575px){.collections_page .top_section{padding:40px 0}}.collections_page .top_section .no_watches_found{text-align:center;flex-direction:column;justify-content:center;min-height:40vh;padding:60px 20px;display:flex}.collections_page .top_section .no_watches_found h4{font-size:32px;font-family:var(--font-didot);margin-bottom:15px}.collections_page .top_section .no_watches_found p{font-size:16px;font-weight:500}.collections_page .top_section .common_watch_pieces_tabs_wrap{border-bottom:1px solid #ffffff26;border-radius:0;padding-bottom:40px}@media (max-width:575px){.collections_page .top_section .common_watch_pieces_tabs_wrap{padding-bottom:30px}}.collections_page .top_section .filter_buttons{justify-content:space-between;align-items:center;gap:10px;margin-top:24px;display:flex}.collections_page .top_section .filter_buttons button{width:100%}@media (max-width:1200px){.collections_page .top_section .filter_buttons{flex-wrap:wrap}}.collections_page .top_section .top_section_heading .section_subtitle{opacity:.5}@media (max-width:767px){.collections_page .top_section .collection_filter_sidebar_col{display:none}}.collections_page .top_section .collection_listing_toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}@media (min-width:768px){.collections_page .top_section .collection_listing_toolbar{justify-content:flex-start;margin-bottom:0}}@media (max-width:575px){.collections_page .top_section .collection_listing_toolbar{margin-bottom:5px}}.collections_page .top_section .collection_filter_mobile_btn{min-width:88px;height:40px;color:var(--text-color);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background-color:#ffefde26;border:1px solid #ffefde1a;border-radius:12px;justify-content:center;align-items:center;padding:10px 16px;font-size:12px;font-weight:600;line-height:20px;transition:border-color .25s,background-color .25s;display:none}@media (max-width:767px){.collections_page .top_section .collection_filter_mobile_btn{display:inline-flex}}@media (max-width:575px){.collections_page .top_section .collection_filter_mobile_btn{min-width:fit-content}}.collections_page .top_section .collection_filter_sidebar{scrollbar-width:thin;scrollbar-color:#b8b8b8 #0000;border-radius:20px;max-height:100vh;margin-top:30px;padding-inline:17px 10px;overflow-y:auto}.collections_page .top_section .collection_filter_sidebar::-webkit-scrollbar{width:6px}.collections_page .top_section .collection_filter_sidebar::-webkit-scrollbar-track{background:0 0}.collections_page .top_section .collection_filter_sidebar::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:20px;transition:background .3s}.collections_page .top_section .collection_filter_sidebar::-webkit-scrollbar-thumb:hover{background:#8a8a8a}.collections_page .top_section .collection_filter_sidebar--modal{margin-top:0;padding-inline-start:0}.collections_page .top_section .collection_filter_sidebar .filter_sidebar_title{color:var(--text-color);font-size:18px;font-weight:600;line-height:100%}.collections_page .top_section .collection_filter_sidebar .filter_group:not(:last-child){border-bottom:1px solid #ffffff26;padding-bottom:25px}.collections_page .top_section .collection_filter_sidebar .filter_group:not(:first-child){margin-top:25px}.collections_page .top_section .collection_filter_sidebar .filter_group h3{color:#ffefde;margin-bottom:15px;font-size:18px;font-weight:600;line-height:100%}.collections_page .top_section .collection_filter_sidebar .filter_group ul{margin-bottom:0;padding-inline-start:0;list-style:none}.collections_page .top_section .collection_filter_sidebar .filter_group li:not(:last-child){margin-bottom:15px}.collections_page .top_section .collection_filter_sidebar .filter_group li button{width:100%;color:var(--text-color);text-align:left;background:0 0;border:none;align-items:center;gap:8px;font-size:16px;font-weight:400;line-height:1.25;transition:color .25s;display:flex}.collections_page .top_section .collection_filter_sidebar .filter_group li .filter_radio{background-color:#ffefde26;border:1px solid #ffefde1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;margin-top:2px;transition:all .25s;display:inline-flex;position:relative}.collections_page .top_section .collection_filter_sidebar .filter_group li .filter_radio:after{content:"";opacity:0;border-bottom:2px solid #1c1208;border-right:2px solid #1c1208;width:5px;height:9px;margin-bottom:2px;transition:opacity .25s;transform:rotate(45deg)}.collections_page .top_section .collection_filter_sidebar .filter_group li .active{color:#ffefde}.collections_page .top_section .collection_filter_sidebar .filter_group li .active .filter_radio{background-color:var(--yellow-color);border-color:var(--yellow-color);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 4px 24px #ffae4b40,0 0 #0000}.collections_page .top_section .collection_filter_sidebar .filter_group li .active .filter_radio:after{opacity:1}.collections_page .top_section .right_section{margin-top:25px}.collections_page .top_section .right_section .search_input_wrapper{width:fit-content;min-width:0;position:relative}.collections_page .top_section .right_section .search_input_wrapper input{width:250px}@media (max-width:767px){.collections_page .top_section .right_section .search_input_wrapper input{width:100%}}.collections_page .top_section .right_section .search_input_wrapper input{height:40px;color:var(--text-color);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background-color:#ffefde26;border:1px solid #ffefde1a;border-radius:12px;padding:10px 15px;font-size:12px;font-weight:400;line-height:20px}.collections_page .top_section .right_section .search_input_wrapper .search_icon{top:50%;position:absolute;inset-inline-end:10px;transform:translateY(-50%)}.collections_page .top_section .collection_filter_placeholder{min-height:300px;margin-top:30px}.collection_filter_modal .modal-dialog.collection_filter_modal_dialog{width:calc(100% - 2rem);max-width:420px;max-height:calc(100% - 2rem);margin:1rem auto}.collection_filter_modal .modal-content.collection_filter_modal_content{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);max-height:85vh;color:var(--text-color);background:#ffefde26;border:1px solid #ffefde33;border-radius:20px;flex-direction:column;padding:24px 20px 20px;display:flex;position:relative;overflow:hidden}.collection_filter_modal .collection_filter_modal_close_btn{top:16px;z-index:2;position:absolute;inset-inline-end:16px}.collection_filter_modal .modal-body.collection_filter_modal_body{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;margin:0;padding:8px 28px 0 0;overflow-y:auto}.collection_filter_modal .modal-body.collection_filter_modal_body .filter_buttons{display:none}.collection_filter_modal .collection_filter_sidebar{margin-top:0;padding-inline-start:0}.collection_filter_modal .collection_filter_sidebar .filter_sidebar_title{color:var(--text-color);font-size:18px;font-weight:600;line-height:100%}.collection_filter_modal .collection_filter_sidebar .filter_group:not(:last-child){border-bottom:1px solid #ffffff26;padding-bottom:25px}.collection_filter_modal .collection_filter_sidebar .filter_group:not(:first-child){margin-top:25px}.collection_filter_modal .collection_filter_sidebar .filter_group h3{color:#ffefde;margin-bottom:15px;font-size:18px;font-weight:600;line-height:100%}.collection_filter_modal .collection_filter_sidebar .filter_group ul{margin-bottom:0;padding-inline-start:0;list-style:none}.collection_filter_modal .collection_filter_sidebar .filter_group li:not(:last-child){margin-bottom:15px}.collection_filter_modal .collection_filter_sidebar .filter_group li button{width:100%;color:var(--text-color);text-align:left;background:0 0;border:none;align-items:center;gap:8px;font-size:16px;font-weight:400;line-height:1.25;transition:color .25s;display:flex}.collection_filter_modal .collection_filter_sidebar .filter_group li .filter_radio{background-color:#ffefde26;border:1px solid #ffefde1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;margin-top:2px;transition:all .25s;display:inline-flex;position:relative}.collection_filter_modal .collection_filter_sidebar .filter_group li .filter_radio:after{content:"";opacity:0;border-bottom:2px solid #1c1208;border-right:2px solid #1c1208;width:5px;height:9px;margin-bottom:2px;transition:opacity .25s;transform:rotate(45deg)}.collection_filter_modal .collection_filter_sidebar .filter_group li .active{color:#ffefde}.collection_filter_modal .collection_filter_sidebar .filter_group li .active .filter_radio{background-color:var(--yellow-color);border-color:var(--yellow-color);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 4px 24px #ffae4b40,0 0 #0000}.collection_filter_modal .collection_filter_sidebar .filter_group li .active .filter_radio:after{opacity:1}.collection_filter_modal .collection_filter_modal_footer{border-top:1px solid #ffffff26;flex-shrink:0;align-items:center;gap:12px;margin-top:8px;padding-top:16px;display:flex}.collection_filter_modal .collection_filter_modal_footer button{width:50%}.collection_filter_modal .collection_filter_modal_reset_btn{min-height:44px;color:var(--text-color);background-color:#0000;border:1px solid #ffefde1a;border-radius:12px;flex:1;font-size:14px;font-weight:600;line-height:20px;transition:border-color .25s,background-color .25s}.collection_filter_modal .collection_filter_modal_reset_btn:hover{background-color:#ffefde14;border-color:#ffefde40}.collection_filter_modal .collection_filter_modal_apply_btn{flex:1;min-height:44px}.watch_details_page .watch_media_section{position:relative}.watch_details_page .watch_media_section .watch_360_badge{width:64px;height:64px;color:var(--text-color);background-color:#ffefde26;border:1px solid #ffefde33;border-radius:50%;font-size:24px;font-weight:600;line-height:1}.watch_details_page .watch_media_section .watch_main_slider{margin-top:20px;overflow:hidden}.watch_details_page .watch_media_section .watch_main_slider.shimmer_enabled{overflow:unset}.watch_details_page .watch_media_section .watch_main_slider_container{margin-inline-start:calc(var(--watch-slider-gap,16px)*-1);display:flex}.watch_details_page .watch_media_section .watch_main_slide{min-width:0;flex:0 0 100%;justify-content:center;padding-inline-start:var(--watch-slider-gap,16px);display:flex}.watch_details_page .watch_media_section .watch_main_slide img{object-fit:contain;width:auto;max-width:350px;height:560px}@media screen and (max-width:575px){.watch_details_page .watch_media_section .watch_main_slide img{height:50vh}}.watch_details_page .watch_media_section .watch_thumb_list{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;margin-top:30px;padding-bottom:6px;display:flex;overflow-x:auto}@media screen and (max-width:575px){.watch_details_page .watch_media_section .watch_thumb_list{padding-bottom:10px}}.watch_details_page .watch_media_section .watch_thumb_list::-webkit-scrollbar{height:5px}.watch_details_page .watch_media_section .watch_thumb_list::-webkit-scrollbar-track{background:#ffefde14;border-radius:99px}.watch_details_page .watch_media_section .watch_thumb_list::-webkit-scrollbar-thumb{background-color:#ffefde59;border-radius:99px}.watch_details_page .watch_media_section .watch_thumb_item{scroll-snap-align:start;background:0 0;border:1px solid #ffefde33;border-radius:20px;flex:0 0 calc(25% - 12px);justify-content:center;align-items:center;min-width:92px;height:110px;transition:border-color .25s;display:flex}@media (max-width:767px){.watch_details_page .watch_media_section .watch_thumb_item{height:90px}}.watch_details_page .watch_media_section .watch_thumb_item img{object-fit:contain;width:auto;height:84px}@media (max-width:767px){.watch_details_page .watch_media_section .watch_thumb_item img{height:60px}}.watch_details_page .watch_media_section .watch_thumb_item.active{border-color:#ffae4bcc}.watch_details_page .watch_media_section .watch_360_badge{top:-20px;z-index:99;position:absolute;inset-inline-start:0}@media screen and (max-width:575px){.watch_details_page .watch_media_section .watch_360_badge{width:50px;height:50px;top:-10px}}.watch_details_page .back_to_collection_wrapper{align-items:center;margin-bottom:50px;display:flex}@media screen and (max-width:575px){.watch_details_page .back_to_collection_wrapper{margin-bottom:20px}}.watch_details_page .back_to_collection_wrapper a{font-size:16px;font-weight:400}.watch_details_page .back_to_collection_wrapper a img{margin-inline-end:10px}.watch_details_page .watch_details_wrapper{padding-top:40px;padding-inline-start:50px;position:relative}@media (max-width:575px){.watch_details_page .watch_details_wrapper{padding-inline-start:0}}.watch_details_page .watch_details_wrapper .watch_like_share_wrapper{top:0;z-index:1;gap:20px;display:flex;position:absolute;inset-inline-end:0}@media (max-width:991px){.watch_details_page .watch_details_wrapper .watch_like_share_wrapper{gap:15px;top:40px}.watch_details_page .watch_details_wrapper .watch_like_share_wrapper img{width:40px;height:40px}}.watch_details_page .watch_details_wrapper .watch_title{max-width:calc(100% - 150px);font-size:36px;font-weight:600;line-height:41px}@media (max-width:767px){.watch_details_page .watch_details_wrapper .watch_title{font-size:28px;line-height:32px}}@media (max-width:575px){.watch_details_page .watch_details_wrapper .watch_title{font-size:20px;line-height:28px}}.watch_details_page .watch_details_wrapper .watch_price{color:var(--yellow-color);align-items:center;gap:3px;margin-top:5px;font-size:36px;font-weight:700;line-height:41px;display:flex}@media (max-width:767px){.watch_details_page .watch_details_wrapper .watch_price{font-size:32px;line-height:36px}}.watch_details_page .watch_details_wrapper .watch_narrative_title{margin-top:30px;font-size:20px;font-weight:600;line-height:100%}@media (max-width:575px){.watch_details_page .watch_details_wrapper .watch_narrative_title{margin-top:24px;font-size:18px;line-height:20px}}.watch_details_page .watch_details_wrapper .watch_narrative_description{color:var(--text-color);opacity:.7;margin-top:15px;font-size:14px;font-weight:400;line-height:22px}.watch_details_page .watch_details_wrapper .specs_wrapper .specs_items{flex-wrap:wrap;margin-top:45px;display:flex}@media (max-width:991px){.watch_details_page .watch_details_wrapper .specs_wrapper .specs_items{margin-top:10px}}.watch_details_page .watch_details_wrapper .specs_wrapper .specs_items .spec_item{flex-direction:column;gap:10px;width:50%;margin-top:30px;display:flex}@media (max-width:575px){.watch_details_page .watch_details_wrapper .specs_wrapper .specs_items .spec_item{margin-top:20px}}.watch_details_page .watch_details_wrapper .specs_wrapper .specs_items .spec_item .spec_item_label{color:var(--text-color);font-size:20px;font-weight:600;line-height:100%}@media (max-width:575px){.watch_details_page .watch_details_wrapper .specs_wrapper .specs_items .spec_item .spec_item_label{font-size:18px;line-height:20px}}.watch_details_page .watch_details_wrapper .specs_wrapper .specs_items .spec_item .spec_item_value{color:var(--text-color);opacity:.7;font-size:18px;font-weight:400;line-height:22px}@media (max-width:575px){.watch_details_page .watch_details_wrapper .specs_wrapper .specs_items .spec_item .spec_item_value{font-size:14px;line-height:20px}}.watch_details_page .watch_details_wrapper .main_btn{width:100%;max-width:499px;height:60px;margin-top:50px}@media (max-width:991px){.watch_details_page .watch_details_wrapper .main_btn{max-width:fit-content;height:50px;margin-top:40px}}@media (max-width:575px){.watch_details_page .watch_details_wrapper .main_btn{max-width:100%;height:fit-content;margin-top:30px}}@media (max-width:991px){.watch_details_page .watch_details_wrapper.shimmer_enabled{padding-top:100px;padding-inline-start:0}}@media (max-width:575px){.watch_details_page .watch_details_wrapper.shimmer_enabled{padding-top:110px;padding-inline-start:0}}.watch_details_page .highlights_section{background-color:#ffefde1a;margin-top:100px;padding:80px 0}@media (max-width:991px){.watch_details_page .highlights_section{margin-top:60px;padding:60px 0}}@media (max-width:575px){.watch_details_page .highlights_section{padding:20px 0 40px}}.watch_details_page .highlights_section .highlights_items{justify-content:space-between;display:flex}@media (max-width:575px){.watch_details_page .highlights_section .highlights_items{flex-wrap:wrap}}.watch_details_page .highlights_section .highlights_items .highlight_item{flex-direction:column;justify-content:space-between;align-items:center;gap:20px;display:flex}@media (max-width:767px){.watch_details_page .highlights_section .highlights_items .highlight_item img{width:60px;height:60px}}@media (max-width:575px){.watch_details_page .highlights_section .highlights_items .highlight_item{justify-content:start;width:50%;margin-top:30px}}.watch_details_page .highlights_section .highlights_items .highlight_item .highlight_item_title{text-align:center;font-size:16px;font-weight:600}@media (max-width:767px){.watch_details_page .highlights_section .highlights_items .highlight_item .highlight_item_title{font-size:14px;line-height:20px}}.watch_details_page .technical_snapshot_section{border:1px solid #ffefde26;border-radius:20px;margin-top:70px;overflow:hidden}@media (max-width:575px){.watch_details_page .technical_snapshot_section{margin-top:40px}.watch_details_page .technical_snapshot_section .technical_snapshot_desktop{display:none}}.watch_details_page .technical_snapshot_section .technical_snapshot_head,.watch_details_page .technical_snapshot_section .technical_snapshot_values{display:flex}@media (max-width:991px){.watch_details_page .technical_snapshot_section .technical_snapshot_head,.watch_details_page .technical_snapshot_section .technical_snapshot_values{gap:12px;padding:20px}}.watch_details_page .technical_snapshot_section .technical_snapshot_head{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);scrollbar-width:thin;scrollbar-color:#ffefde59 #ffefde14;overflow-y:auto}.watch_details_page .technical_snapshot_section .technical_snapshot_head::-webkit-scrollbar{height:5px}.watch_details_page .technical_snapshot_section .technical_snapshot_head::-webkit-scrollbar-track{background:#ffefde14;border-radius:99px}.watch_details_page .technical_snapshot_section .technical_snapshot_head::-webkit-scrollbar-thumb{background-color:#ffefde59;border-radius:99px}.watch_details_page .technical_snapshot_section .technical_snapshot_head span{color:var(--text-color);opacity:.7;font-size:18px;font-weight:400;line-height:22px}@media (max-width:991px){.watch_details_page .technical_snapshot_section .technical_snapshot_head span{font-size:14px;line-height:20px}}.watch_details_page .technical_snapshot_section .technical_snapshot_head .spec_wrapper_inner{background-color:#0000}.watch_details_page .technical_snapshot_section .technical_snapshot_head .spec_wrapper_inner .spec_label_wrapper,.watch_details_page .technical_snapshot_section .technical_snapshot_head .spec_wrapper_inner .spec_value_wrapper{text-align:center;padding:15px}.watch_details_page .technical_snapshot_section .technical_snapshot_head .spec_wrapper_inner .spec_label_wrapper span,.watch_details_page .technical_snapshot_section .technical_snapshot_head .spec_wrapper_inner .spec_value_wrapper span{white-space:nowrap}.watch_details_page .technical_snapshot_section .technical_snapshot_head .spec_wrapper_inner .spec_label_wrapper{background-color:#ffefde26}.watch_details_page .technical_snapshot_section .technical_snapshot_head .spec_wrapper_inner .spec_value_wrapper span{color:#ffefde;opacity:1;font-weight:600}.watch_details_page .technical_snapshot_section .technical_snapshot_values{border-top:1px solid #ffefde33}.watch_details_page .technical_snapshot_section .technical_snapshot_values span{color:var(--text-color);font-size:18px;font-weight:600;line-height:1.4}@media (max-width:991px){.watch_details_page .technical_snapshot_section .technical_snapshot_values span{font-size:16px;line-height:20px}}.watch_details_page .technical_snapshot_section .technical_snapshot_mobile{display:none}@media (max-width:575px){.watch_details_page .technical_snapshot_section .technical_snapshot_mobile{flex-direction:column;display:flex}}.watch_details_page .technical_snapshot_section .technical_snapshot_mobile .technical_snapshot_row{border-bottom:1px solid #ffefde33;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 20px;display:flex}.watch_details_page .technical_snapshot_section .technical_snapshot_mobile .technical_snapshot_row:last-child{border-bottom:none}.watch_details_page .technical_snapshot_section .technical_snapshot_mobile .technical_snapshot_label{min-width:0;color:var(--text-color);opacity:.7;text-align:left;flex:1;font-size:14px;font-weight:400;line-height:20px}.watch_details_page .technical_snapshot_section .technical_snapshot_mobile .technical_snapshot_value{max-width:55%;color:var(--text-color);text-align:right;flex-shrink:0;font-size:16px;font-weight:600;line-height:20px}.watch_details_page .faq_wrapper{padding-top:100px;padding-bottom:50px}@media (max-width:991px){.watch_details_page .faq_wrapper{padding-top:60px;padding-bottom:30px}}@media (max-width:575px){.watch_details_page .faq_wrapper{padding-top:50px;padding-bottom:20px}}.watch_details_page .faq_wrapper .section_title{margin-bottom:64px}@media (max-width:991px){.watch_details_page .faq_wrapper .section_title{margin-bottom:40px}}.watch_details_page .faq_wrapper .faq_no_data{opacity:.5;text-align:center;padding:40px 0}.watch_details_page .faq_wrapper .faq_shimmer_item{border-top:1px solid #ffefde33}.watch_details_page .faq_wrapper .faq_shimmer_item .faq_shimmer_row{border-bottom:1px solid #ffefde33;justify-content:space-between;align-items:center;gap:16px;padding:34px 30px;display:flex}@media (max-width:991px){.watch_details_page .faq_wrapper .faq_shimmer_item .faq_shimmer_row{padding:24px 20px}}@media (max-width:575px){.watch_details_page .faq_wrapper .faq_shimmer_item .faq_shimmer_row{padding:16px 10px}}.watch_details_page .faq_wrapper .faq_items{border-top:1px solid #ffefde33}.watch_details_page .faq_wrapper .faq_item{border-bottom:1px solid #ffefde33;padding:34px 30px}@media (max-width:991px){.watch_details_page .faq_wrapper .faq_item{padding:24px 20px}}@media (max-width:575px){.watch_details_page .faq_wrapper .faq_item{padding:10px}}.watch_details_page .faq_wrapper .faq_item .faq_question{width:100%;color:var(--text-color);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:5px;padding:0;font-size:20px;font-weight:600;line-height:1.3;display:flex}.watch_details_page .faq_wrapper .faq_item .faq_question span{font-size:20px;font-weight:700;line-height:1.4}@media (max-width:575px){.watch_details_page .faq_wrapper .faq_item .faq_question span{font-size:16px;line-height:22px}.watch_details_page .faq_wrapper .faq_item .faq_question img{width:20px;height:20px}}.watch_details_page .faq_wrapper .faq_item .faq_answer_wrap{opacity:0;max-height:0;transition:max-height .35s,opacity .25s;overflow:hidden}.watch_details_page .faq_wrapper .faq_item .faq_answer{color:var(--text-color);opacity:.7;margin-top:15px;padding-inline-start:16px;font-size:14px;font-weight:400;line-height:22px}@media (max-width:575px){.watch_details_page .faq_wrapper .faq_item .faq_answer{margin-top:10px;margin-bottom:5px;font-size:12px;line-height:20px}}.watch_details_page .faq_wrapper .faq_item.open .faq_answer_wrap{opacity:1;max-height:120px}.watch_details_page.spin_page .back_to_collection_wrapper{margin-bottom:76px}@media (max-width:575px){.watch_details_page.spin_page .back_to_collection_wrapper{margin-bottom:20px}}.watch_details_page.spin_page .three_sixty_wrapper{aspect-ratio:16/9;cursor:grab;touch-action:none;width:100%;max-width:750px;max-height:500px;margin:auto;position:relative}.watch_details_page.spin_page .three_sixty_badge_wrapper{justify-content:center;align-items:center;gap:20px;width:fit-content;margin:auto;display:flex}@media (max-width:575px){.watch_details_page.spin_page .three_sixty_badge_wrapper .three_sixty_action_button{width:50px;height:50px}}.watch_details_page.spin_page .play_pause_spin_btn{background:0 0;border:none;outline:none;margin-top:12px}@media (max-width:575px){.watch_details_page.spin_page .play_pause_spin_btn{margin-top:0}}.pre_owned_page .top_section{background:url(/images/preOwned/preOwnedBg.webp) 50%/cover no-repeat}.pre_owned_page .top_section .inner_section{justify-content:center;align-items:center;height:calc(100vh - 97px);min-height:600px;display:flex}.pre_owned_page .top_section .top_section_content{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background-color:#ffefde26;border:1px solid #ffefde33;border-radius:20px;padding:30px 50px}@media (max-width:575px){.pre_owned_page .top_section .top_section_content{border-radius:12px;padding:25px}}.pre_owned_page .top_section .top_section_content h2{text-align:center;font-size:30px;font-weight:700;line-height:100%;font-family:var(--font-didot)}@media (max-width:767px){.pre_owned_page .top_section .top_section_content h2{font-size:24px;line-height:30px}}@media (max-width:575px){.pre_owned_page .top_section .top_section_content h2{font-size:20px;line-height:26px}}.pre_owned_page .top_section .top_section_content p{color:var(--text-color);text-align:center;opacity:.5;margin-top:10px;font-size:16px;font-weight:400;line-height:26px}@media (max-width:575px){.pre_owned_page .top_section .top_section_content p{font-size:14px;line-height:20px}}.pre_owned_page .top_section .top_section_content .main_btn{margin:25px auto auto;padding:15px 30px;display:block}@media (max-width:575px){.pre_owned_page .top_section .top_section_content .main_btn{padding:10px 20px}}.pre_owned_page .top_section .top_section_content .bottom_section{margin-top:30px}.pre_owned_page .top_section .top_section_content .bottom_section p{font-size:14px;line-height:26px}@media (max-width:575px){.pre_owned_page .top_section .top_section_content .bottom_section p{font-size:12px;line-height:20px}}.pre_owned_page .assessment_approach_section{padding-bottom:30px}@media (max-width:575px){.pre_owned_page .assessment_approach_section{padding-bottom:0}}.pre_owned_page .assessment_approach_section .section_subtitle{opacity:.5;margin-top:15px}.pre_owned_page .assessment_approach_section .common_info_card{overflow-y:hidden}.pre_owned_page .why_sell_cc_watch_section .left_section .second_para{color:var(--text-color);margin-top:30px;font-size:20px;font-weight:400;line-height:30px}@media (max-width:575px){.pre_owned_page .why_sell_cc_watch_section .left_section .second_para{margin-top:20px;font-size:16px;line-height:26px}}.pre_owned_page .why_sell_cc_watch_section .left_section .why_sell_cc_watch_list .why_sell_cc_watch_item{gap:15px;max-width:485px;margin-top:24px;display:flex}@media (max-width:575px){.pre_owned_page .why_sell_cc_watch_section .left_section .why_sell_cc_watch_list .why_sell_cc_watch_item{max-width:100%;margin-top:15px}}.pre_owned_page .why_sell_cc_watch_section .left_section .why_sell_cc_watch_list .why_sell_cc_watch_item .tick_circle_icon{height:fit-content}.pre_owned_page .why_sell_cc_watch_section .left_section .why_sell_cc_watch_list .why_sell_cc_watch_item h3{color:var(--text-color);font-size:20px;font-weight:700;line-height:100%}.pre_owned_page .why_sell_cc_watch_section .left_section .why_sell_cc_watch_list .why_sell_cc_watch_item p{color:var(--text-color);opacity:.7;margin-top:6px;font-size:14px;font-weight:400;line-height:22px}.pre_owned_page .why_sell_cc_watch_section .right_section{justify-content:end;display:flex}@media (max-width:991px){.pre_owned_page .why_sell_cc_watch_section .right_section{justify-content:center;margin-top:40px}}.pre_owned_page .why_sell_cc_watch_section .last_para{opacity:.7;color:var(--text-color);margin-top:50px;font-size:16px;font-weight:400;line-height:30px}@media (max-width:575px){.pre_owned_page .why_sell_cc_watch_section .last_para{margin-top:40px}}.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row{margin-top:88px}@media (max-width:991px){.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row{margin-top:60px}}@media (max-width:575px){.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row{margin-top:40px}}.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row .inquiry_section_item{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(120deg,#ffefde33 0%,#ffefde00 50%),linear-gradient(300deg,#ffffff1a 0%,#fff0 70%);border:1px solid #ffefde33;border-radius:20px;height:100%;padding:25px 25px 0;overflow:hidden}@media (max-width:991px){.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row .inquiry_section_item{height:fit-content;margin-bottom:20px}}@media (max-width:575px){.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row .inquiry_section_item{border-radius:12px;padding:15px 15px 0}}.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row .inquiry_section_item .inquiry_section_image{width:100%;max-height:266px;margin:auto;display:block}@media (max-width:575px){.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row .inquiry_section_item .inquiry_section_image{object-fit:contain;height:200px}}.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row .inquiry_section_item h3{color:var(--text-color);margin-top:12px;margin-bottom:40px;font-size:18px;font-weight:500;line-height:26px}@media (max-width:575px){.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row .inquiry_section_item h3{margin-top:10px;margin-bottom:20px;font-size:16px;line-height:24px}}.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row button{color:var(--text-color);text-align:center;border-top:1px solid #ffefde33;width:120%;min-height:56px;font-size:16px;font-weight:600;position:relative;inset-inline-start:-10%}@media (max-width:575px){.pre_owned_page .why_sell_cc_watch_section .inquiry_section_row button{min-height:48px}}.pre_owned_gallery_page.common_section_padding_50{padding-bottom:100px}@media (max-width:991px){.pre_owned_gallery_page.common_section_padding_50{padding-bottom:80px}}@media (max-width:575px){.pre_owned_gallery_page.common_section_padding_50{padding-bottom:40px}}.pre_owned_gallery_page .section_subtitle{margin-top:10px}.pre_owned_gallery_page .gallery_section_row{margin-top:30px}.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;display:grid}@media (max-width:767px){.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}}.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner img{object-fit:cover;border-radius:20px;width:100%;height:100%;max-height:493px}@media (max-width:767px){.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner img{border-radius:15px}}@media (max-width:575px){.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner img{border-radius:10px}}.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_card .gallery_image_wrapper{border-radius:20px;position:relative;overflow:hidden}@media (max-width:767px){.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_card .gallery_image_wrapper{border-radius:15px}}@media (max-width:575px){.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_card .gallery_image_wrapper{border-radius:10px}}.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_card .gallery_image_wrapper img{filter:blur(12px);border-radius:0;transition:filter .5s,transform .5s;transform:scale(1.06)}.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_card .gallery_image_wrapper.loaded img{filter:blur();transform:scale(1)}.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_card.gallery_card_shimmer .gallery_image_skeleton{aspect-ratio:335/493;border-radius:20px;width:100%}@media (max-width:767px){.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_card.gallery_card_shimmer .gallery_image_skeleton{border-radius:15px}}@media (max-width:575px){.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_card.gallery_card_shimmer .gallery_image_skeleton{border-radius:10px}}.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_no_images{grid-column:1/-1;justify-content:center;align-items:center;padding:60px 0;display:flex}.pre_owned_gallery_page .gallery_section_row .gallery_section_row_inner .gallery_no_images p{opacity:.5;text-align:center;font-size:18px}.pre_owned_timepiece_page .inner_section{text-align:center;margin-bottom:10px}.pre_owned_timepiece_page .inner_section .section_subtitle{opacity:.5;margin-top:15px;margin-bottom:66px}@media (max-width:575px){.pre_owned_timepiece_page .inner_section .section_subtitle{margin-bottom:20px}}.pre_owned_timepiece_page .left_section{text-align:center;min-height:417px;color:var(--text-color);cursor:pointer;will-change:clip-path;border:2px dashed #ffefde80;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:40px;display:flex}@media (max-width:575px){.pre_owned_timepiece_page .left_section{border-radius:12px}}.pre_owned_timepiece_page .left_section.upload_dropzone{position:relative}@media (max-width:575px){.pre_owned_timepiece_page .left_section.upload_dropzone .upload_icon_wrapper img{width:80px;height:80px}}.pre_owned_timepiece_page .left_section .upload_input{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pre_owned_timepiece_page .left_section .upload_preview{background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #ffefde40;border-radius:18px;width:160px;height:160px;margin:auto}.pre_owned_timepiece_page .left_section h2{margin-top:10px;font-size:20px;font-weight:400;line-height:100%}@media (max-width:991px){.pre_owned_timepiece_page .left_section h2{font-size:18px}}.pre_owned_timepiece_page .left_section h3{opacity:.85;margin-top:15px;font-size:14px;font-weight:500;line-height:100%}.pre_owned_timepiece_page .left_section .uploaded_file_name{word-break:break-word;opacity:.75;margin-top:14px;margin-bottom:0;font-size:13px;line-height:1.3}.pre_owned_timepiece_page .left_section .remove_upload_btn{color:var(--yellow-color);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;margin-top:12px;padding:0;font-size:14px;font-weight:600;text-decoration:underline}.pre_owned_timepiece_page .right_section{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);min-height:417px;color:var(--text-color);background-color:#ffefde26;border:1px solid #ffefde26;border-radius:24px;flex-direction:column;justify-content:space-between;align-items:stretch;padding:32px;display:flex}@media (max-width:575px){.pre_owned_timepiece_page .right_section{border-radius:12px}}.pre_owned_timepiece_page .right_section .timepiece_form_label{margin-bottom:5px;font-size:14px;font-weight:600;line-height:26px}.pre_owned_timepiece_page .right_section textarea{color:var(--text-color);resize:none;background-color:#ffefde26;border:1px solid #ffefde1a;border-radius:12px;outline:none;width:100%;min-height:138px;padding:16px;font-size:14px;line-height:1.4}.pre_owned_timepiece_page .right_section textarea::placeholder{color:var(--text-color);opacity:.45}.pre_owned_timepiece_page .right_section .main_btn{width:100%;min-height:52px;margin-top:30px}@media (max-width:991px){.pre_owned_timepiece_page .right_section .main_btn{width:fit-content;min-height:fit-content;margin:30px auto auto;display:block}}@media (max-width:575px){.pre_owned_timepiece_page .right_section .main_btn{width:100%}}.pre_owned_timepiece_page .right_section .assessment_stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:auto;padding-top:50px;display:grid}@media (max-width:991px){.pre_owned_timepiece_page .right_section .assessment_stats{padding-top:30px}}.pre_owned_timepiece_page .right_section .assessment_stat_item h3{color:var(--text-color);direction:ltr;width:fit-content;margin:0;font-size:24px;font-weight:700;line-height:100%}@media (max-width:575px){.pre_owned_timepiece_page .right_section .assessment_stat_item h3{text-align:center;font-size:20px}}.pre_owned_timepiece_page .right_section .assessment_stat_item p{color:var(--text-color);margin-top:10px;margin-bottom:0;font-size:14px;font-weight:500;line-height:100%}@media (max-width:575px){.pre_owned_timepiece_page .right_section .assessment_stat_item p{text-align:center;font-size:12px}}@media (max-width:991px){.pre_owned_timepiece_page .left_section,.pre_owned_timepiece_page .right_section{min-height:auto}.pre_owned_timepiece_page .right_section .assessment_stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:991px) and (max-width:991px){.pre_owned_timepiece_page .right_section .assessment_stats{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center}}@media (max-width:575px){.pre_owned_timepiece_page .left_section{padding:26px}.pre_owned_timepiece_page .right_section{padding:24px}}.purchase_request_modal{overflow-y:hidden}.purchase_request_modal .purchase_request_modal_dialog{width:calc(100% - 2rem);max-width:925px;margin:1rem auto}.purchase_request_modal .purchase_request_modal_content{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffefde26;border:1px solid #ffefde33;border-radius:20px;padding:30px 50px;position:relative}@media (max-width:575px){.purchase_request_modal .purchase_request_modal_content{border-radius:12px;padding:20px}}.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_close_btn{top:20px;position:absolute;inset-inline-end:20px}.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body{font-family:var(--font-montserrat)}.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body *{font-family:inherit}.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body h2{color:var(--text-color);margin-bottom:15px;font-size:30px;line-height:1.1}@media (max-width:575px){.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body h2{margin-bottom:10px;font-size:24px;line-height:30px}}.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body p{color:var(--text-color);opacity:.5;font-size:16px;font-weight:400}@media (max-width:575px){.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body p{font-size:14px;line-height:20px}}.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body .purchase_request_form .form_grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px;display:grid}@media (max-width:575px){.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body .purchase_request_form .form_grid{grid-template-columns:1fr}}.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body .purchase_request_form .main_btn{min-width:230px;height:52px;margin:30px auto 0;display:block}@media (max-width:575px){.purchase_request_modal .purchase_request_modal_content .purchase_request_modal_body .purchase_request_form .main_btn{min-width:100%;height:fit-content}}.product_inquiry_modal .product_inquiry_modal_dialog,.product_inquiry_modal .common_modal_dialog,.common_modal .product_inquiry_modal_dialog,.common_modal .common_modal_dialog{width:calc(100% - 2rem);max-width:925px;margin:1rem auto}.product_inquiry_modal .product_inquiry_modal_content,.product_inquiry_modal .common_modal_content,.common_modal .product_inquiry_modal_content,.common_modal .common_modal_content{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffefde26;border:1px solid #ffefde33;border-radius:20px;padding:30px 40px;position:relative}@media (max-width:575px){.product_inquiry_modal .product_inquiry_modal_content,.product_inquiry_modal .common_modal_content,.common_modal .product_inquiry_modal_content,.common_modal .common_modal_content{padding:25px}}.product_inquiry_modal .product_inquiry_modal_close_btn,.common_modal .product_inquiry_modal_close_btn{top:20px;z-index:2;position:absolute;inset-inline-end:20px}.product_inquiry_modal .product_inquiry_modal_body,.common_modal .product_inquiry_modal_body{font-family:var(--font-montserrat)}.product_inquiry_modal .product_inquiry_modal_body *,.common_modal .product_inquiry_modal_body *{font-family:inherit}.product_inquiry_modal .product_inquiry_modal_body h2,.common_modal .product_inquiry_modal_body h2{color:var(--text-color);font-size:30px;line-height:100%;font-family:var(--font-didot);margin-bottom:20px}.product_inquiry_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info,.common_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info{border-bottom:1px solid #ffefde33;align-items:center;gap:12px;padding-bottom:20px;display:flex}.product_inquiry_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info .product_inquiry_modal_watch_image,.common_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info .product_inquiry_modal_watch_image{object-fit:contain;width:42px;height:73px}.product_inquiry_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info h3,.common_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info h3{color:var(--text-color);font-size:20px;font-weight:600;line-height:24px}@media (max-width:575px){.product_inquiry_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info h3,.common_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info h3{font-size:16px}}.product_inquiry_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info p,.common_modal .product_inquiry_modal_body .product_inquiry_modal_watch_info p{color:var(--yellow-color);align-items:center;gap:4px;margin-top:5px;font-size:18px;font-weight:700;line-height:22px;display:flex}.product_inquiry_modal .product_inquiry_modal_body .product_inquiry_form .form_grid,.common_modal .product_inquiry_modal_body .product_inquiry_form .form_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px;display:grid}@media (max-width:575px){.product_inquiry_modal .product_inquiry_modal_body .product_inquiry_form .form_grid,.common_modal .product_inquiry_modal_body .product_inquiry_form .form_grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.product_inquiry_modal .product_inquiry_modal_body .product_inquiry_form .form_field select,.common_modal .product_inquiry_modal_body .product_inquiry_form .form_field select{height:48px}.product_inquiry_modal .product_inquiry_modal_body .product_inquiry_form .main_btn,.common_modal .product_inquiry_modal_body .product_inquiry_form .main_btn{text-align:center;justify-content:center;align-items:center;gap:8px;min-width:200px;height:54px;margin:28px auto 0;display:flex}.accessories_page .horological_essentials_section .section_subtitle{margin-top:10px}.accessories_page .horological_essentials_section .accessory_tabs_wrap{margin-top:20px;border:1px solid #ffefde;border-radius:14px;align-items:center;width:fit-content;margin-inline:auto;display:flex}@media (max-width:767px){.accessories_page .horological_essentials_section .accessory_tabs_wrap{border-radius:10px}}.accessories_page .horological_essentials_section .accessory_tab_btn{color:var(--text-color);background:0 0;border:none;border-radius:14px;padding:18px 30px;font-size:20px;font-weight:600;line-height:100%;transition:background-color .25s,color .25s}.accessories_page .horological_essentials_section .accessory_tab_btn.active{background-color:var(--yellow-color);color:#24150c}@media (max-width:1200px){.accessories_page .horological_essentials_section .accessory_tab_btn{padding:16px 30px;font-size:18px}}@media (max-width:767px){.accessories_page .horological_essentials_section .accessory_tab_btn{border-radius:10px}}@media (max-width:991px){.accessories_page .horological_essentials_section .accessory_tabs_wrap{scrollbar-width:none;overflow-x:auto}.accessories_page .horological_essentials_section .accessory_tabs_wrap::-webkit-scrollbar{display:none}.accessories_page .horological_essentials_section .accessory_tab_btn{font-size:16px}}@media (max-width:991px) and (max-width:767px){.accessories_page .horological_essentials_section .accessory_tab_btn{padding:10px 20px;font-size:13px}}@media (max-width:575px){.accessories_page .horological_essentials_section .accessory_tab_btn{padding:10px 12px;font-size:12px}}@media (max-width:360px){.accessories_page .horological_essentials_section .accessory_tab_btn{padding:10px 12px;font-size:11px}}.accessories_page .horological_essentials_section .accessory_items_wrap{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:55px;display:grid}@media (max-width:991px){.accessories_page .horological_essentials_section .accessory_items_wrap{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (max-width:767px){.accessories_page .horological_essentials_section .accessory_items_wrap{margin-top:40px}}@media (max-width:575px){.accessories_page .horological_essentials_section .accessory_items_wrap{gap:15px;margin-top:30px}}.accessories_page .horological_essentials_section .accessory_items_wrap .common_watch_card{margin-top:0}.accessories_page .horological_essentials_section .accessory_items_wrap .common_watch_card .content .price_wrapper{justify-content:right}.service_center_page .top_section .left_section .section_title{will-change:transform;max-width:360px;font-size:45px}@media (max-width:991px){.service_center_page .top_section .left_section .section_title{max-width:100%}}.service_center_page .top_section .left_section{flex-direction:column;justify-content:center;height:100%;padding-inline-end:100px;display:flex}@media (max-width:1200px){.service_center_page .top_section .left_section{padding-inline-end:20px}}.service_center_page .top_section .left_section .section_subtitle{opacity:.5;margin-top:25px}.service_center_page .top_section .left_section .trends_wrapper{flex-wrap:wrap;gap:30px;margin-top:30px;display:flex}@media (max-width:1200px){.service_center_page .top_section .left_section .trends_wrapper{margin-top:20px}}.service_center_page .top_section .left_section .trends_wrapper .trend_item{align-items:center;gap:15px;display:flex}.service_center_page .top_section .left_section .trends_wrapper .trend_item h3{font-size:18px;font-weight:600;line-height:26px}.service_center_page .top_section .left_section .trends_wrapper .trend_item p{opacity:.5;margin-top:5px;font-size:12px;font-weight:400;line-height:100%}@media (max-width:991px){.service_center_page .top_section .right_section img{width:100%;margin-top:40px}}@media (max-width:575px){.service_center_page .top_section .right_section img{margin-top:30px}}.service_center_page .fundamentals_section{padding:80px 0}@media (max-width:991px){.service_center_page .fundamentals_section{padding:40px 0}}.service_center_page .fundamentals_section .section_subtitle{opacity:.5;margin-top:15px}.service_center_page .fundamentals_section .fundamentals_items_wrap{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 35px;display:grid}@media (max-width:575px){.service_center_page .fundamentals_section .fundamentals_items_wrap{grid-template-columns:repeat(1,minmax(0,1fr))}}.service_center_page .fundamentals_section .fundamentals_items_wrap .fundamentals_item{border-bottom:2px solid #d9d9d933;padding:26px 0;padding-inline-start:22px;position:relative}@media (max-width:575px){.service_center_page .fundamentals_section .fundamentals_items_wrap .fundamentals_item{padding:15px 0;padding-inline-start:22px}}.service_center_page .fundamentals_section .fundamentals_items_wrap .fundamentals_item:before{content:"";top:50%;background-color:var(--yellow-color);width:4px;height:50px;position:absolute;inset-inline-start:0;transform:translateY(-50%)}.service_center_page .fundamentals_section .fundamentals_items_wrap .fundamentals_item h3{font-size:20px;font-weight:700;line-height:100%}@media (max-width:575px){.service_center_page .fundamentals_section .fundamentals_items_wrap .fundamentals_item h3{font-size:18px}}.service_center_page .fundamentals_section .fundamentals_items_wrap .fundamentals_item p{opacity:.5;margin-top:10px;font-size:16px;font-weight:400;line-height:26px}@media (max-width:575px){.service_center_page .fundamentals_section .fundamentals_items_wrap .fundamentals_item p{font-size:14px;line-height:20px}}.service_center_page .fundamentals_section .fundamentals_video_wrapper{border-radius:12px;margin-top:80px;overflow:hidden}@media (max-width:575px){.service_center_page .fundamentals_section .fundamentals_video_wrapper{margin-top:40px}}.service_center_page .fundamentals_section .fundamentals_video{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.service_center_page .request_service_section .request_service_form_card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffefde26;border:1px solid #ffefde33;border-radius:20px;margin:0 76px;padding:36px 45px 30px}@media (max-width:575px){.service_center_page .request_service_section .request_service_form_card{border-radius:12px;margin:0;padding:20px}}.service_center_page .request_service_section .top_titles h2{font-size:30px;font-weight:700;line-height:100%;font-family:var(--font-didot)}.service_center_page .request_service_section .top_titles p{opacity:.5;margin-top:10px;font-size:16px;font-weight:400;line-height:26px}.service_center_page .request_service_section .section_subtitle{opacity:.6;margin-top:14px;font-size:20px;font-weight:400;line-height:30px}.service_center_page .request_service_section .request_service_form{margin-top:14px}.service_center_page .request_service_section .request_service_form .request_service_select{appearance:none;background-image:url(/icons/selectArrow.svg);background-position:calc(100% - 16px);background-repeat:no-repeat;padding-inline-end:48px}.service_center_page .request_service_section .request_service_form .request_service_textarea{min-height:160px}.service_center_page .request_service_section .request_service_form .request_service_submit_btn{height:52px;margin:30px auto 0;display:block}@media (max-width:575px){.service_center_page .request_service_section .request_service_form .request_service_submit_btn{width:100%;height:fit-content}}.in_view_video{cursor:pointer;outline:none;position:relative}.in_view_video__media{width:100%;display:block}.in_view_video__overlay{opacity:0;pointer-events:none;background:#00000052;transition:opacity .35s;position:absolute;inset:0}.in_view_video__play_icon{opacity:0;filter:drop-shadow(0 12px 32px #00000073);pointer-events:none;width:118px;height:118px;transition:opacity .35s,transform .35s,filter .35s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.in_view_video--paused .in_view_video__overlay{opacity:1}.in_view_video--paused .in_view_video__play_icon{opacity:1;transform:translate(-50%,-50%)scale(1)}@media (max-width:575px){.in_view_video--paused .in_view_video__play_icon{width:80px;height:80px}}.about_us_page .top_section{background:url(/images/aboutUs/aboutUsBg.webp) 50%/cover no-repeat}.about_us_page .top_section .inner_section{flex-direction:column;justify-content:center;gap:15px;max-width:470px;height:calc(100vh - 97px);min-height:500px;margin:0 50px;display:flex}@media (max-width:575px){.about_us_page .top_section .inner_section{height:50vh;min-height:350px;margin:0 10px}}.about_us_page .top_section .inner_section p{opacity:.5}.about_us_page .top_section .inner_section p.second_para{margin-top:15px}@media (max-width:575px){.about_us_page .top_section .inner_section p.second_para{margin-top:5px}}.about_us_page .philosophy_ethos_section .section_title{margin-bottom:20px}.about_us_page .philosophy_ethos_section .common_info_card h3{font-size:30px}@media (max-width:1200px){.about_us_page .philosophy_ethos_section .common_info_card h3{font-size:20px}}.about_us_page .philosophy_ethos_section .common_info_card p{margin-top:15px}@media (max-width:1200px){.about_us_page .philosophy_ethos_section .common_info_card p{font-size:14px;line-height:24px}}.about_us_page .philosophy_ethos_section .common_info_card{min-height:350px}@media (max-width:1200px){.about_us_page .philosophy_ethos_section .common_info_card{min-height:300px}.about_us_page .philosophy_ethos_section .common_info_card img{width:60px;height:60px}}@media (max-width:991px){.about_us_page .philosophy_ethos_section .common_info_card{min-height:calc(100% - 30px);padding:20px}.about_us_page .philosophy_ethos_section .common_info_card img{width:50px;height:50px}}.about_us_page .brand_news_section .inner_section .section_subtitle{opacity:.5;margin-top:10px}.about_us_page .brand_news_section .brand_news_items_row{margin-top:20px}.about_us_page .brand_news_section .brand_news_items_row .brand_news_item{border-radius:20px;margin-top:25px;position:relative;overflow:hidden}@media (max-width:1200px){.about_us_page .brand_news_section .brand_news_items_row .brand_news_item{margin-top:10px}}.about_us_page .brand_news_section .brand_news_items_row .brand_news_item img{object-fit:cover;width:100%;height:auto}.about_us_page .brand_news_section .brand_news_items_row .brand_news_item h2{bottom:60px;max-width:80%;font-size:32px;font-weight:500;line-height:42px;font-family:var(--font-didot);max-width:372px;padding-inline-end:30px;position:absolute;inset-inline-start:30px}@media (max-width:991px){.about_us_page .brand_news_section .brand_news_items_row .brand_news_item h2{max-width:262px;font-size:24px;line-height:32px}}@media (max-width:575px){.about_us_page .brand_news_section .brand_news_items_row .brand_news_item h2{max-width:100%;font-size:22px;line-height:30px}}.about_us_page .brand_news_section .brand_news_items_row .brand_news_item span{bottom:30px;font-weight:300;position:absolute;inset-inline-start:30px}.about_us_page .brand_news_section .view_all_link{align-items:center;gap:8px;width:fit-content;margin:auto;display:flex}.about_us_page .brand_news_section .view_all_link img{margin-inline-start:10px}.our_boutique_page .top_section .inner_section .section_subtitle{opacity:.5;margin-top:20px}.our_boutique_page .top_section .boutique_item{border:1px solid #ffefde33;border-radius:20px;flex-direction:column;height:100%;margin-top:30px;display:flex}@media (max-width:767px){.our_boutique_page .top_section .boutique_item{height:unset}}@media (max-width:575px){.our_boutique_page .top_section .boutique_item{border-radius:12px;margin-top:15px}}.our_boutique_page .top_section .boutique_item .boutique_item_inner{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(120deg,#ffefde33 0%,#ffefde00 0%),linear-gradient(300deg,#fff3 0%,#fff0 100%);border-radius:20px;flex-direction:column;flex:1;display:flex}@media (max-width:767px){.our_boutique_page .top_section .boutique_item .boutique_item_inner{border-top-left-radius:0;border-top-right-radius:0}}@media (max-width:575px){.our_boutique_page .top_section .boutique_item .boutique_item_inner{border-bottom-right-radius:12px;border-bottom-left-radius:12px}}.our_boutique_page .top_section .boutique_item .boutique_image_wrapper{background:#140f0ae6;border-top-left-radius:20px;border-top-right-radius:20px;flex-shrink:0;position:relative;overflow:hidden}@media (max-width:575px){.our_boutique_page .top_section .boutique_item .boutique_image_wrapper{border-top-left-radius:12px;border-top-right-radius:12px}}.our_boutique_page .top_section .boutique_item .boutique_image_wrapper img.boutique_item_image{filter:blur(12px);transition:filter .5s,transform .5s;transform:scale(1.06)}.our_boutique_page .top_section .boutique_item .boutique_image_wrapper.loaded img.boutique_item_image{filter:blur();transform:scale(1)}.our_boutique_page .top_section .boutique_item img.boutique_item_image{object-fit:cover;width:100%;height:324px}@media (max-width:1200px){.our_boutique_page .top_section .boutique_item img.boutique_item_image{height:300px}}@media (max-width:991px){.our_boutique_page .top_section .boutique_item img.boutique_item_image{height:250px}}.our_boutique_page .top_section .boutique_item .boutique_item_content{flex-direction:column;flex:1;justify-content:center;padding:30px 35px;display:flex}@media (max-width:1200px){.our_boutique_page .top_section .boutique_item .boutique_item_content{padding:25px}}@media (max-width:991px){.our_boutique_page .top_section .boutique_item .boutique_item_content{padding:20px}}.our_boutique_page .top_section .boutique_item .boutique_item_content .title{font-size:30px;font-weight:700;line-height:100%}@media (max-width:1200px){.our_boutique_page .top_section .boutique_item .boutique_item_content .title{font-size:26px}}@media (max-width:991px){.our_boutique_page .top_section .boutique_item .boutique_item_content .title{font-size:20px}}.our_boutique_page .top_section .boutique_item .boutique_item_content p{align-items:center;gap:10px;margin-top:15px;font-size:16px;font-weight:400;line-height:22px;display:flex}.our_boutique_page .top_section .boutique_item .boutique_item_content p span{direction:ltr;width:fit-content}@media (max-width:1200px){.our_boutique_page .top_section .boutique_item .boutique_item_content p{font-size:14px}}@media (max-width:991px){.our_boutique_page .top_section .boutique_item .boutique_item_content p img{width:16px;height:16px}.our_boutique_page .top_section .boutique_item .boutique_item_content p{margin-top:10px;font-size:12px;line-height:18px}}@media (max-width:1200px){.our_boutique_page .top_section .boutique_item .boutique_item_content .share_icon{width:48px;height:48px}}@media (max-width:991px){.our_boutique_page .top_section .boutique_item .boutique_item_content .share_icon{width:40px;height:40px}}.our_boutique_page .top_section .boutique_item .boutique_item_content .bottom_content{justify-content:space-between;align-items:center;gap:10px;margin-top:15px;display:flex}.our_boutique_page .top_section .boutique_item .boutique_item_content .bottom_content h4{margin-bottom:5px;font-size:16px;font-weight:700;line-height:100%}@media (max-width:991px){.our_boutique_page .top_section .boutique_item .boutique_item_content .bottom_content h4{font-size:14px}}.our_boutique_page .top_section .boutique_item .boutique_item_content .bottom_content ul li{margin-top:10px;font-size:16px;font-weight:400}@media (max-width:1200px){.our_boutique_page .top_section .boutique_item .boutique_item_content .bottom_content ul li{font-size:14px}}@media (max-width:991px){.our_boutique_page .top_section .boutique_item .boutique_item_content .bottom_content ul li{font-size:12px}}.our_boutique_page .top_section .boutique_item button.req_btn{text-align:center;width:100%;color:var(--text-color);border-top:1px solid #ffefde33;height:70px}@media (max-width:991px){.our_boutique_page .top_section .boutique_item button.req_btn{height:50px;font-size:14px}}.our_boutique_page .experiences_gatherings_section .inner_section{text-align:center}.our_boutique_page .experiences_gatherings_section .inner_section .campass_network_title{margin-bottom:15px}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .inner_section .campass_network_title{font-size:14px}}.our_boutique_page .experiences_gatherings_section .inner_section .section_subtitle{opacity:.5;margin-top:15px}@media (max-width:991px){.our_boutique_page .experiences_gatherings_section .inner_section .section_subtitle{margin-top:10px}}.our_boutique_page .experiences_gatherings_section .upcoming_events_wrapper{justify-content:space-between;align-items:center;margin-top:50px;display:flex}@media (max-width:991px){.our_boutique_page .experiences_gatherings_section .upcoming_events_wrapper{margin-top:30px}}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .upcoming_events_wrapper{align-items:start}}.our_boutique_page .experiences_gatherings_section .upcoming_events_wrapper .left_section{text-align:start}.our_boutique_page .experiences_gatherings_section .upcoming_events_wrapper .left_section p{opacity:.5;margin-top:10px}.our_boutique_page .experiences_gatherings_section .upcoming_events_wrapper .right_section{text-align:end}.our_boutique_page .experiences_gatherings_section .upcoming_events_wrapper .right_section h3{margin-bottom:8px;font-size:20px;font-weight:700}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .upcoming_events_wrapper .right_section h3{margin-bottom:0;font-size:16px}.our_boutique_page .experiences_gatherings_section .upcoming_events_wrapper .right_section .section_title{font-size:22px}}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card{border:1px solid #ffefde33;border-radius:20px;margin-top:30px}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card{margin-top:20px}}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .event_image_wrapper{background:#140f0ae6;border-top-left-radius:20px;border-top-right-radius:20px;position:relative;overflow:hidden}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .event_image_wrapper img.upcoming_calendar_event_image{transition:filter .5s,transform .5s;transform:scale(1.06)}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .event_image_wrapper.loaded img.upcoming_calendar_event_image{filter:blur();transform:scale(1)}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .upcoming_calendar_event_image{object-fit:cover;border-top-left-radius:20px;border-top-right-radius:20px;width:100%}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content{padding:30px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(120deg,#ffefde80 0%,#ffefde00 0%),linear-gradient(300deg,#fff3 0%,#fff0 100%);border-bottom-right-radius:20px;border-bottom-left-radius:20px;padding-top:16px}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content{padding:20px}}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .event_label{opacity:.7;font-size:14px;font-weight:400}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .event_title{max-width:90%;margin-top:15px;font-size:24px;font-weight:600;line-height:30px}@media (max-width:1200px){.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .event_title{font-size:22px}}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .event_title{font-size:20px}}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .event_description{opacity:.5;margin-top:15px;font-size:14px;font-weight:400;line-height:24px}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .event_description{margin-top:5px}}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .date{align-items:center;gap:10px;margin-top:15px;font-size:14px;font-weight:600;display:flex}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .date img{width:18px;height:18px}}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .location{align-items:center;gap:10px;margin-top:15px;font-size:14px;font-weight:600;display:flex}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .location img{width:18px;height:18px}}.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .main_btn{width:100%;height:52px;margin-top:25px}@media (max-width:575px){.our_boutique_page .experiences_gatherings_section .upcoming_calendar_event_card .content .main_btn{height:fit-content}}.request_attendance_modal .common_modal_content{padding:0}.request_attendance_modal .common_modal_content .inner_section{grid-template-columns:repeat(2,minmax(0,1fr));min-height:645px;display:grid}@media (max-width:767px){.request_attendance_modal .common_modal_content .inner_section{grid-template-columns:repeat(1,minmax(0,1fr))}}.request_attendance_modal .common_modal_content .inner_section .left_section{background:url(/images/ourBoutique/attendanceBg.webp) 50%/cover no-repeat;border-start-start-radius:20px;border-end-start-radius:20px;height:100%;position:relative}@media (max-width:767px){.request_attendance_modal .common_modal_content .inner_section .left_section{border-start-start-radius:12px;border-start-end-radius:12px;border-end-start-radius:0;height:300px}}.request_attendance_modal .common_modal_content .inner_section .left_section .content{bottom:0;width:100%;padding:35px;position:absolute;inset-inline-start:0}@media (max-width:575px){.request_attendance_modal .common_modal_content .inner_section .left_section .content{padding:20px}}.request_attendance_modal .common_modal_content .inner_section .left_section .content .tag{width:fit-content;color:var(--text-color);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #ffffff4d;border-radius:100px;margin-bottom:13px;padding:10px 20px;font-size:14px;font-weight:600;line-height:100%}.request_attendance_modal .common_modal_content .inner_section .left_section .content h2{color:var(--text-color);margin-bottom:20px;font-size:30px;font-weight:600;line-height:110%}@media (max-width:767px){.request_attendance_modal .common_modal_content .inner_section .left_section .content h2{font-size:22px}}@media (max-width:575px){.request_attendance_modal .common_modal_content .inner_section .left_section .content h2{font-size:18px}}.request_attendance_modal .common_modal_content .inner_section .left_section .content .date,.request_attendance_modal .common_modal_content .inner_section .left_section .content .location{color:var(--text-color);gap:10px;margin-top:15px;font-size:14px;font-weight:600;display:flex}@media (max-width:575px){.request_attendance_modal .common_modal_content .inner_section .left_section .content .date,.request_attendance_modal .common_modal_content .inner_section .left_section .content .location{margin-top:10px}}.request_attendance_modal .common_modal_content .inner_section .right_section{padding:30px}@media (max-width:575px){.request_attendance_modal .common_modal_content .inner_section .right_section{padding:20px}}.request_attendance_modal .common_modal_content .inner_section .right_section .main_btn{width:100%;height:52px;margin-top:30px;font-weight:700}@media (max-width:575px){.request_attendance_modal .common_modal_content .inner_section .right_section .main_btn{height:fit-content}}.request_appointment_modal .inner_section{min-height:708px!important}.request_appointment_modal .left_section{background:url(/images/ourBoutique/appointmentBg.webp) 50%/cover no-repeat!important}@media (max-width:767px){.request_appointment_modal .left_section{display:none}}.request_appointment_modal .right_section .top_tabs{justify-content:center;align-items:center;gap:5px;margin-bottom:15px;display:flex}@media (max-width:767px){.request_appointment_modal .right_section .top_tabs{padding-top:10px}}.request_appointment_modal .right_section .top_tabs .single_tab{background-color:#fff3;border-radius:14px;width:15px;height:8px;transition:all .5s ease-in-out}.request_appointment_modal .right_section .top_tabs .single_tab.active{background-color:var(--yellow-color);width:30px}.request_appointment_modal .right_section .request_appointment_form .form_field{margin-top:20px}@media (max-width:767px){.request_appointment_modal .right_section .request_appointment_form .form_field{margin-top:10px}}.request_appointment_modal .right_section .request_appointment_form .consultations_wrapper .single_item{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);cursor:pointer;border:2px solid #ffefde26;border-radius:20px;align-items:center;gap:15px;margin-top:15px;padding:17px 20px;display:flex}@media (max-width:991px){.request_appointment_modal .right_section .request_appointment_form .consultations_wrapper .single_item{border-radius:12px;margin-top:10px;padding:12px 10px}}.request_appointment_modal .right_section .request_appointment_form .consultations_wrapper .single_item .check{border:1px solid var(--yellow-color);border-radius:50%;min-width:24px;height:24px}@media (max-width:991px){.request_appointment_modal .right_section .request_appointment_form .consultations_wrapper .single_item .check{min-width:16px;height:16px}}.request_appointment_modal .right_section .request_appointment_form .consultations_wrapper .single_item h2{color:var(--text-color);font-size:16px;font-weight:600;line-height:20px}.request_appointment_modal .right_section .request_appointment_form .consultations_wrapper .single_item p{opacity:.5;color:var(--text-color);margin-top:5px;font-size:11px;font-weight:400;line-height:16px}.request_appointment_modal .right_section .request_appointment_form .consultations_wrapper .single_item.active{border:2px solid var(--yellow-color)}.request_appointment_modal .right_section .request_appointment_form .consultations_wrapper .single_item.active .check{background-color:var(--yellow-color)}.request_appointment_modal .right_section .request_appointment_form .date_time_wrapper{gap:20px;margin-top:20px;display:flex}@media (max-width:991px){.request_appointment_modal .right_section .request_appointment_form .date_time_wrapper{gap:10px}}@media (max-width:575px){.request_appointment_modal .right_section .request_appointment_form .date_time_wrapper{flex-wrap:wrap;margin-top:10px}}.request_appointment_modal .right_section .keep_private_wrapper{margin-top:15px}.request_appointment_modal .right_section .keep_private_wrapper label{color:var(--text-color);opacity:.5;gap:9px;font-size:12px;font-weight:400;line-height:20px;display:flex}.request_appointment_modal .success_wrapper{padding:60px 60px 40px}@media (max-width:767px){.request_appointment_modal .success_wrapper{padding:20px}}.request_appointment_modal .success_wrapper .top_wrapper{text-align:center;width:100%}.request_appointment_modal .success_wrapper .top_wrapper img{margin-bottom:20px}@media (max-width:575px){.request_appointment_modal .success_wrapper .top_wrapper img{width:75px;height:75px}}.request_appointment_modal .success_wrapper .bottom_wrapper{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:30px;display:grid}@media (max-width:767px){.request_appointment_modal .success_wrapper .bottom_wrapper{margin-top:15px}}.request_appointment_modal .success_wrapper .bottom_wrapper .single_item{border-top:1px solid #ffffff1a;padding:25px}@media (max-width:767px){.request_appointment_modal .success_wrapper .bottom_wrapper .single_item{padding:15px 5px}}.request_appointment_modal .success_wrapper .bottom_wrapper .single_item h2{color:var(--text-color);font-size:14px;font-weight:600;line-height:100%}@media (max-width:767px){.request_appointment_modal .success_wrapper .bottom_wrapper .single_item h2{font-size:12px}}.request_appointment_modal .success_wrapper .bottom_wrapper .single_item p{color:var(--text-color);opacity:.5;margin-top:5px;font-size:14px;font-weight:400;line-height:20px}@media (max-width:767px){.request_appointment_modal .success_wrapper .bottom_wrapper .single_item p{font-size:10px;line-height:14px}}.request_appointment_modal.success_popup_modal .common_modal_dialog{width:600px;max-width:90%}.inquire_page .top_section{padding-bottom:100px}@media (max-width:575px){.inquire_page .top_section{padding-bottom:50px}}.inquire_page .top_section .inner_section{max-width:765px;margin:auto;display:block}.inquire_page .top_section .inner_section .section_subtitle{opacity:.5;margin-top:15px}.inquire_page .top_section .inquire_form_card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffefde26;border:1px solid #ffefde33;border-radius:20px;max-width:925px;margin:40px auto auto;padding:36px 45px 30px}@media (max-width:575px){.inquire_page .top_section .inquire_form_card{margin-top:20px}}.inquire_page .top_section .inquire_form_card .section_title{font-size:36px;line-height:100%}.inquire_page .top_section .inquire_form_card .section_subtitle{opacity:.5;margin-top:8px}@media (max-width:575px){.inquire_page .top_section .inquire_form_card{padding:20px}.inquire_page .top_section .inquire_form_card .section_title{font-size:24px;line-height:30px}}.inquire_page .top_section .inquire_form .inquire_select{appearance:none;background-image:url(/icons/selectArrow.svg);background-position:calc(100% - 16px);background-repeat:no-repeat;padding-inline-end:48px}.inquire_page .top_section .inquire_form .inquire_textarea{min-height:140px}.inquire_page .top_section .inquire_form .inquire_submit_btn{color:#260f01;align-items:center;gap:5px;height:52px;margin:30px auto 0;font-weight:700;display:flex}@media (max-width:575px){.inquire_page .top_section .inquire_form .inquire_submit_btn{justify-content:center;width:100%;height:fit-content;margin:20px auto 0}}.private_member_page .top_section{padding-bottom:100px}@media (max-width:991px){.private_member_page .top_section{padding-bottom:60px}}.private_member_page .top_section .inner_section{max-width:902px;margin:auto auto 40px;display:block}@media (max-width:991px){.private_member_page .top_section .inner_section{margin-bottom:30px}}.private_member_page .top_section .inner_section .section_subtitle{opacity:.5;margin-top:15px}.private_member_page .top_section .left_section{flex-direction:column;justify-content:center;height:100%;margin-inline-start:10%;display:flex}@media (max-width:991px){.private_member_page .top_section .left_section{margin-inline-start:0}}.private_member_page .top_section .left_section h2{font-size:36px;font-weight:700;line-height:100%;font-family:var(--font-didot)}@media (max-width:991px){.private_member_page .top_section .left_section h2{text-align:center;font-size:30px}}@media (max-width:575px){.private_member_page .top_section .left_section h2{font-size:22px}}.private_member_page .top_section .left_section h3{align-items:center;gap:10px;margin-top:35px;font-size:16px;font-weight:500;line-height:100%;display:flex}@media (max-width:575px){.private_member_page .top_section .left_section h3{margin-top:10px;font-size:14px;line-height:22px}.private_member_page .top_section .left_section h3 img{width:16px;height:16px}}.private_member_page .top_section .right_section{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffefde26;border:1px solid #ffefde33;border-radius:20px;padding:30px 50px}@media (max-width:991px){.private_member_page .top_section .right_section{margin-top:30px;padding:20px}}.private_member_page .top_section .right_section h2{font-size:36px;font-weight:700;line-height:100%;font-family:var(--font-didot)}@media (max-width:991px){.private_member_page .top_section .right_section h2{text-align:center}}@media (max-width:575px){.private_member_page .top_section .right_section h2{font-size:22px}}.private_member_page .top_section .right_section p{opacity:.5;margin-top:8px;font-size:14px;font-weight:400;line-height:26px}@media (max-width:991px){.private_member_page .top_section .right_section p{text-align:center}}.private_member_page .top_section .right_section .private_member_form .private_member_select{appearance:none;background-image:url(/icons/selectArrow.svg);background-position:calc(100% - 16px);background-repeat:no-repeat;padding-inline-end:48px}.private_member_page .top_section .right_section .private_member_form .private_member_submit_btn{margin-top:30px;color:#260f01;height:52px;margin-inline-start:auto;font-weight:700;display:block}@media (max-width:575px){.private_member_page .top_section .right_section .private_member_form .private_member_submit_btn{width:100%;height:fit-content;margin-inline-end:20px}}.private_member_page .top_section .section_title .words{font-family:var(--font-didot)}.blog_page .top_section .top_section_content{margin-bottom:25px}.blog_page .top_section{background-color:#fff3db}.blog_page .top_section .section_title{color:var(--text-black-color)}.blog_page .top_section .section_subtitle{color:var(--text-gray-color);margin-top:5px}.blog_page .top_section .blog_top_header{margin-bottom:30px}.blog_page .top_section .blog_controls{justify-content:flex-end;align-items:center;gap:12px;margin-top:20px;display:flex}@media (max-width:991px){.blog_page .top_section .blog_controls{justify-content:flex-start}}@media (max-width:575px){.blog_page .top_section .blog_controls{flex-wrap:wrap;margin-bottom:20px}}.blog_page .top_section .blog_controls .blog_search{flex:1;max-width:280px;position:relative}@media (max-width:575px){.blog_page .top_section .blog_controls .blog_search{width:100%;max-width:100%}}.blog_page .top_section .blog_controls .blog_search input{color:#000;background-color:#0000000d;border:1px solid #0000001a;border-radius:14px;width:100%;height:41px;padding:0 38px 0 14px;font-size:14px;font-weight:500}.blog_page .top_section .blog_controls .blog_search input::placeholder{color:#000}.blog_page .top_section .blog_controls .blog_search input:focus{box-shadow:none;outline:none}.blog_page .top_section .blog_controls .blog_search .search_btn{inset-inline-end:10px;align-items:center;height:20px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.blog_page .top_section .blog_controls .blog_sort_select{height:41px;color:var(--text-black-color);cursor:pointer;appearance:none;background-color:#0000000d;background-image:url(/icons/selectArrowBlack.svg);background-position:calc(100% - 16px);background-repeat:no-repeat;border:1px solid #0000001a;border-radius:14px;min-width:140px;padding:0 14px;padding-inline-end:48px;font-size:14px;font-weight:500}.blog_page .top_section .blog_controls .blog_sort_select:focus{box-shadow:none;outline:none}.blog_page .top_section .blog_controls .blog_sort_select option{color:var(--text-black-color);background-color:#fff3db}.blog_page .top_section .blog_controls .common_reset_btn{border-color:var(--text-black-color);color:var(--text-black-color)}.blog_page .top_section .img_wrapper img{width:100%;height:auto;transition:filter .5s,transform .5s}.blog_page .top_section .img_wrapper img.img_loading{filter:blur(12px);transform:scale(1.05)}.blog_page .top_section .img_wrapper img.img_loaded{filter:blur();transform:scale(1)}.blog_page .top_section .right_section{flex-direction:column;justify-content:center;gap:20px;min-height:100%;padding:20px;display:flex}@media (max-width:991px){.blog_page .top_section .right_section{gap:10px;padding-bottom:0}}@media (max-width:575px){.blog_page .top_section .right_section{gap:5px;padding:20px 10px 0}}.blog_page .top_section .right_section h2{font-size:36px;font-weight:700;font-family:var(--font-didot);color:var(--text-black-color);line-height:115%}@media (max-width:991px){.blog_page .top_section .right_section h2{font-size:32px}}@media (max-width:575px){.blog_page .top_section .right_section h2{font-size:24px}}.blog_page .top_section .right_section p{color:var(--text-gray-color);font-size:16px;font-weight:400;line-height:24px}@media (max-width:575px){.blog_page .top_section .right_section p{font-size:14px;font-weight:400;line-height:20px}}.blog_page .top_section .right_section a{color:var(--primary);font-size:16px;font-weight:600;line-height:100%;text-decoration:underline}@media (max-width:575px){.blog_page .top_section .right_section a{margin-inline-start:auto;font-size:14px}}.blog_page .top_section .img_wrapper{min-height:452px;position:relative}@media (max-width:575px){.blog_page .top_section .img_wrapper{min-height:unset}}.blog_page .top_section .img_wrapper img{border-radius:20px}.blog_page .blog_cards_wrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin:100px 0;display:grid}@media (max-width:991px){.blog_page .blog_cards_wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:50px 0}}@media (max-width:575px){.blog_page .blog_cards_wrapper{gap:10px;margin:30px 0}}.blog_page .blog_cards_wrapper .blog_card{background-color:#33333308;border-radius:20px;flex-direction:column;height:100%;display:flex}.blog_page .blog_cards_wrapper .blog_card img{object-fit:cover;border-radius:20px 20px 0 0;width:100%;height:226px;transition:filter .5s,transform .5s}.blog_page .blog_cards_wrapper .blog_card img.img_loading{filter:blur(12px);transform:scale(1.05)}.blog_page .blog_cards_wrapper .blog_card img.img_loaded{filter:blur();transform:scale(1)}@media (max-width:767px){.blog_page .blog_cards_wrapper .blog_card img{height:170px}}@media (max-width:575px){.blog_page .blog_cards_wrapper .blog_card img{height:150px}}.blog_page .blog_cards_wrapper .blog_card .blog_card_content{flex-direction:column;flex:1;gap:20px;padding:30px 30px 24px;display:flex}@media (max-width:767px){.blog_page .blog_cards_wrapper .blog_card .blog_card_content{padding:20px}}@media (max-width:575px){.blog_page .blog_cards_wrapper .blog_card .blog_card_content{gap:10px;padding:15px}}.blog_page .blog_cards_wrapper .blog_card .blog_card_content h2{color:var(--text-black-color);font-size:24px;font-weight:700;line-height:32px}@media (max-width:1200px){.blog_page .blog_cards_wrapper .blog_card .blog_card_content h2{font-size:22px}}@media (max-width:575px){.blog_page .blog_cards_wrapper .blog_card .blog_card_content h2{font-size:16px;line-height:22px}}.blog_page .blog_cards_wrapper .blog_card .blog_card_content p{color:var(--text-black-color);opacity:.5;margin-top:5px;font-size:14px;font-weight:400;line-height:24px}@media (max-width:575px){.blog_page .blog_cards_wrapper .blog_card .blog_card_content p{font-size:12px;line-height:20px}}.blog_page .blog_cards_wrapper .blog_card .blog_card_content a{color:var(--primary);margin-top:auto;width:fit-content;margin-inline-start:auto;font-size:14px;font-weight:600;line-height:100%;text-decoration:underline;display:block}@media (max-width:575px){.blog_page .blog_cards_wrapper .blog_card .blog_card_content a{font-size:10px}}.blog_details_page{background-color:#fff3db}.blog_details_page .blog_details_section .top_section{background:url(/images/blog/blogDetailsBg.webp) 50%/cover no-repeat}.blog_details_page .blog_details_section .top_section .titles{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:562px;display:flex}@media (max-width:575px){.blog_details_page .blog_details_section .top_section .titles{min-height:50vh}}.blog_details_page .blog_details_section .top_section .titles .section_subtitle{opacity:.7;max-width:520px}.blog_details_page .blog_details_section .blog_details_content{margin:0 auto;padding:50px 0 70px}@media (max-width:575px){.blog_details_page .blog_details_section .blog_details_content{padding:40px 0}}.blog_details_page .blog_details_section .blog_details_content .blog_details_block{margin-bottom:30px}@media (max-width:575px){.blog_details_page .blog_details_section .blog_details_content .blog_details_block{margin-bottom:15px}}.blog_details_page .blog_details_section .blog_details_content .blog_details_block:last-child{margin-bottom:0}.blog_details_page .blog_details_section .blog_details_content .blog_details_heading{font-size:36px;font-weight:700;font-family:var(--font-didot);color:#260f01;margin-bottom:15px;line-height:115%}@media (max-width:991px){.blog_details_page .blog_details_section .blog_details_content .blog_details_heading{font-size:32px}}@media (max-width:575px){.blog_details_page .blog_details_section .blog_details_content .blog_details_heading{font-size:24px}}.blog_details_page .blog_details_section .blog_details_content p{color:var(--text-gray-color);font-size:16px;font-weight:400;line-height:28px}@media (max-width:575px){.blog_details_page .blog_details_section .blog_details_content p{font-size:12px;line-height:20px}}.page_content_page .page_content_section .top_section{background:url(/images/blog/blogDetailsBg.webp) 50%/cover no-repeat}.page_content_page .page_content_section .top_section .titles{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}@media (max-width:575px){.page_content_page .page_content_section .top_section .titles{min-height:40vh}}.page_content_page .page_content_section .page_content_body{padding:60px 0 80px}@media (max-width:575px){.page_content_page .page_content_section .page_content_body{padding:40px 0 50px}}.page_content_page .page_content_section .page_content_body h2{font-size:28px;font-weight:700;font-family:var(--font-didot);color:var(--text-color);margin-top:36px;margin-bottom:12px;line-height:115%}.page_content_page .page_content_section .page_content_body h2:first-child{margin-top:0}@media (max-width:991px){.page_content_page .page_content_section .page_content_body h2{font-size:24px}}@media (max-width:575px){.page_content_page .page_content_section .page_content_body h2{font-size:20px}}.page_content_page .page_content_section .page_content_body p{color:var(--text-color);margin-bottom:0;font-size:16px;font-weight:400;line-height:28px}@media (max-width:575px){.page_content_page .page_content_section .page_content_body p{font-size:13px;line-height:22px}}.assessment_page .top_section{padding-bottom:30px}.assessment_page .top_section .top_section_content h1{color:var(--text-color);margin-bottom:15px;font-size:24px;font-weight:700;line-height:100%}@media screen and (max-width:575px){.assessment_page .top_section .top_section_content h1{font-size:22px}}.assessment_page .top_section .top_section_content .assessment_header{flex-wrap:wrap;gap:20px}.assessment_page .top_section .top_section_content h2{font-size:36px;font-weight:700;line-height:115%;font-family:var(--font-didot);color:var(--text-color);margin:0}@media screen and (max-width:575px){.assessment_page .top_section .top_section_content h2{font-size:26px}}.assessment_page .top_section .top_section_content .main_btn{color:#260f01;white-space:nowrap;justify-content:center;align-items:center;height:52px;font-weight:700;text-decoration:none;display:inline-flex}.assessment_page .top_section .assessment_cards{margin-top:10px}.assessment_page .top_section .assessment_card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(153.84deg,#ffefde80 -97.7%,#ffefde00 48.51%),linear-gradient(326.77deg,#fff3 2.36%,#fff0 59.4%);border:1px solid #ffefde33;border-radius:20px;height:160px;padding:30px}.assessment_page .top_section .assessment_card.market_value_card{padding:25px 30px}@media screen and (max-width:991px){.assessment_page .top_section .assessment_card.market_value_card{padding:20px}}.assessment_page .top_section .assessment_card .assessment_card_header{margin-bottom:10px}.assessment_page .top_section .assessment_card .assessment_card_header span{color:var(--text-color);font-size:20px;font-weight:600;line-height:100%}.assessment_page .top_section .assessment_card .assessment_card_header span.assessment_progress_score{color:var(--yellow-color)}@media screen and (max-width:991px){.assessment_page .top_section .assessment_card .assessment_card_header span{font-size:16px}}@media screen and (max-width:575px){.assessment_page .top_section .assessment_card .assessment_card_header{margin-bottom:16px}}.assessment_page .top_section .assessment_card .assessment_progress{background-color:#ffefde33;border-radius:100px;width:100%;height:6px;margin-bottom:16px;overflow:hidden}.assessment_page .top_section .assessment_card .assessment_progress_fill{background-color:var(--yellow-color);border-radius:4px;height:100%}.assessment_page .top_section .assessment_card .assessment_market_value{color:var(--yellow-color);margin-bottom:16px;font-size:30px;font-weight:600;line-height:100%}@media screen and (max-width:1200px){.assessment_page .top_section .assessment_card .assessment_market_value{font-size:24px}}@media screen and (max-width:991px){.assessment_page .top_section .assessment_card .assessment_market_value{font-size:14px}}@media screen and (max-width:767px){.assessment_page .top_section .assessment_card .assessment_market_value{font-size:18px}}.assessment_page .top_section .assessment_card p{color:var(--text-color);margin:0;font-size:14px;font-weight:400;line-height:20px}@media screen and (max-width:991px){.assessment_page .top_section .assessment_card{padding:20px}}@media screen and (max-width:575px){.assessment_page .top_section .assessment_card{height:fit-content}}@media screen and (max-width:767px){.assessment_page .top_section{padding-bottom:50px}}.assessment_page .assessment_outcome_section .assessment_outcome_heading{font-size:24px;font-weight:700}@media screen and (max-width:767px){.assessment_page .assessment_outcome_section .assessment_outcome_heading{font-size:22px}}.assessment_page .assessment_outcome_section .watch_components_health_summery{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ffefde59 #ffefde14;flex-direction:column;gap:20px;max-height:100%;margin-top:24px;padding-inline-end:5px;display:flex;position:relative}.assessment_page .assessment_outcome_section .watch_components_health_summery::-webkit-scrollbar{height:5px}.assessment_page .assessment_outcome_section .watch_components_health_summery::-webkit-scrollbar-track{background:#ffefde14;border-radius:99px}.assessment_page .assessment_outcome_section .watch_components_health_summery::-webkit-scrollbar-thumb{background-color:#ffefde59;border-radius:99px}@media screen and (max-width:1200px){.assessment_page .assessment_outcome_section .watch_components_health_summery{flex-flow:wrap;gap:30px;padding-inline-end:15px}}@media screen and (max-width:991px){.assessment_page .assessment_outcome_section .watch_components_health_summery{justify-content:space-between;padding-inline-end:0}}@media screen and (max-width:767px){.assessment_page .assessment_outcome_section .watch_components_health_summery{gap:20px}}@media screen and (max-width:575px){.assessment_page .assessment_outcome_section .watch_components_health_summery{max-height:unset}}.assessment_page .assessment_outcome_section .watch_health_card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(153.84deg,#ffefde80 -97.7%,#ffefde00 48.51%),linear-gradient(326.77deg,#fff3 2.36%,#fff0 59.4%);border:1px solid #ffefde33;border-radius:20px;min-height:160px;padding:25px 30px}.assessment_page .assessment_outcome_section .watch_health_card h2{font-size:20px;font-weight:600}.assessment_page .assessment_outcome_section .watch_health_card p{margin-top:10px;font-size:14px;font-weight:400;line-height:20px}.assessment_page .assessment_outcome_section .watch_health_card .watch_health_icon{top:15px;position:absolute;inset-inline-end:15px}.assessment_page .assessment_outcome_section .watch_health_card.watch_health_detailed_report{height:calc(100% - 24px);margin-top:24px;padding:35px}.assessment_page .assessment_outcome_section .watch_health_card.watch_health_detailed_report p{margin-top:0;font-size:18px;font-weight:400;line-height:40px}@media screen and (max-width:575px){.assessment_page .assessment_outcome_section .watch_health_card.watch_health_detailed_report p{font-size:16px}}@media screen and (max-width:991px){.assessment_page .assessment_outcome_section .watch_health_card.watch_health_detailed_report{max-width:100%}}@media screen and (max-width:575px){.assessment_page .assessment_outcome_section .watch_health_card.watch_health_detailed_report{padding:15px}}@media screen and (max-width:1200px){.assessment_page .assessment_outcome_section .watch_health_card{max-width:unset}}@media screen and (max-width:991px){.assessment_page .assessment_outcome_section .watch_health_card{max-width:330px;height:unset}}@media screen and (max-width:767px){.assessment_page .assessment_outcome_section .watch_health_card{max-width:100%}}.assessment_page .assessment_certificate_section{background-color:#260f01;border-radius:20px;height:424px;margin-top:30px;margin-bottom:100px;padding:20px;position:relative}.assessment_page .assessment_certificate_section .certificate_inner{border:1px solid #ffefde;border-radius:16px;height:100%;padding:43px 40px}.assessment_page .assessment_certificate_section .certificate_inner .certificate_top{gap:20px;display:flex}.assessment_page .assessment_certificate_section .certificate_inner .certificate_top .left_section img{max-width:100%}.assessment_page .assessment_certificate_section .certificate_inner .certificate_top .right_section h2{font-family:var(--font-didot);color:var(--yellow-color);font-size:36px;font-weight:400}@media screen and (max-width:575px){.assessment_page .assessment_certificate_section .certificate_inner .certificate_top .right_section h2{font-size:20px}}.assessment_page .assessment_certificate_section .certificate_inner .certificate_top .right_section p{margin-top:5px;font-size:16px;font-weight:500}@media screen and (max-width:575px){.assessment_page .assessment_certificate_section .certificate_inner .certificate_top .right_section p{font-size:12px}}.assessment_page .assessment_certificate_section .certificate_inner .certificate_middle{max-width:808px;margin-top:20px}.assessment_page .assessment_certificate_section .certificate_inner .certificate_middle p{font-size:14px;font-weight:500;line-height:30px}.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom{gap:63px;margin-top:50px;display:flex}.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom .issue_date span,.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom .validator span{color:var(--yellow-color);font-size:16px;font-weight:500}@media screen and (max-width:380px){.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom .issue_date span,.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom .validator span{font-size:12px}}.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom .issue_date p,.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom .validator p{font-size:20px;font-weight:500;line-height:30px}@media screen and (max-width:575px){.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom .issue_date p,.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom .validator p{font-size:12px}}@media screen and (max-width:380px){.assessment_page .assessment_certificate_section .certificate_inner .certificate_bottom{flex-direction:column;gap:20px}}.assessment_page .assessment_certificate_section .certificate_vector{inset-inline-end:0;position:absolute;bottom:0}@media screen and (max-width:767px){.assessment_page .assessment_certificate_section{height:fit-content;margin:50px 0}}@media screen and (max-width:575px){.auction_house_page .common_x_padding{padding:0 20px}}.auction_house_page .top_section{background:url(/images/auctionHouse/topSectionImage.webp) 50%/cover no-repeat}.auction_house_page .top_section .titles{text-align:start;flex-direction:column;justify-content:center;align-items:start;gap:11px;max-width:736px;min-height:682px;margin-inline-start:50px;display:flex}@media screen and (max-width:767px){.auction_house_page .top_section .titles{margin-inline-start:0}}@media (max-width:575px){.auction_house_page .top_section .titles{min-height:50vh}}.auction_house_page .top_section .titles .title{font-family:var(--font-didot);color:var(--text-color);font-size:30px}@media screen and (max-width:575px){.auction_house_page .top_section .titles .title{font-size:18px}}.auction_house_page .top_section .titles .section_title{font-family:var(--font-didot)}.auction_house_page .top_section .titles .section_subtitle{opacity:.5}@media screen and (max-width:575px){.auction_house_page .top_section .titles{margin-inline-start:0}}.auction_house_page .how_it_works_section{padding-top:100px}@media (max-width:767px){.auction_house_page .how_it_works_section{padding-top:50px}}.auction_house_page .how_it_works_section .section_titles{text-align:center}.auction_house_page .how_it_works_section .section_titles h2{font-family:var(--font-didot);font-size:48px}@media (max-width:1440px){.auction_house_page .how_it_works_section .section_titles h2{font-size:44px}}@media (max-width:1200px){.auction_house_page .how_it_works_section .section_titles h2{font-size:40px}}@media (max-width:991px){.auction_house_page .how_it_works_section .section_titles h2{font-size:36px}}@media (max-width:767px){.auction_house_page .how_it_works_section .section_titles h2{font-size:30px}}@media (max-width:575px){.auction_house_page .how_it_works_section .section_titles h2{font-size:26px}}@media (max-width:380px){.auction_house_page .how_it_works_section .section_titles h2{font-size:22px}}.auction_house_page .how_it_works_section .section_titles p{opacity:.5;margin-top:15px;font-size:16px;font-weight:400;line-height:26px}@media screen and (max-width:991px){.auction_house_page .how_it_works_section .section_titles p{margin-bottom:20px}}@media screen and (max-width:575px){.auction_house_page .how_it_works_section .section_titles p{margin-bottom:0}}@media screen and (max-width:380px){.auction_house_page .how_it_works_section .section_titles p{font-size:14px;line-height:20px}}.auction_house_page .how_it_works_section .how_it_works_cards{flex-wrap:wrap;justify-content:space-evenly;gap:20px;display:flex}.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card{width:270px;height:350px;margin-top:44px;padding:30px 20px;overflow-y:hidden}.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card h3{font-size:22px}@media screen and (max-width:575px){.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card h3{margin-top:10px;font-size:16px}}@media screen and (max-width:991px){.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card p{margin-top:15px}}@media screen and (max-width:1200px){.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card{width:420px;height:unset;margin-top:20px}}@media screen and (max-width:1024px){.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card{width:430px}}@media screen and (max-width:991px){.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card{width:320px;margin-top:0}}@media screen and (max-width:767px){.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card{width:100%}}@media screen and (max-width:575px){.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card{width:100%;margin-top:15px;padding:20px}.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card p{margin-top:10px}}@media screen and (max-width:380px){.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card p{margin-top:10px;font-size:12px;line-height:20px}}@media screen and (max-width:575px){.auction_house_page .how_it_works_section .how_it_works_cards .common_info_card img{width:40px;height:40px}}@media screen and (max-width:991px){.auction_house_page .how_it_works_section .how_it_works_cards{justify-content:center}}@media screen and (max-width:575px){.auction_house_page .how_it_works_section .how_it_works_cards{justify-content:space-evenly;gap:0}}.auction_house_page .collaboration_timeLine_section{margin:100px 0}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section{margin:50px 0}}.auction_house_page .collaboration_timeLine_section h2{text-align:center;font-family:var(--font-didot);font-size:48px}@media (max-width:1440px){.auction_house_page .collaboration_timeLine_section h2{font-size:44px}}@media (max-width:1200px){.auction_house_page .collaboration_timeLine_section h2{font-size:40px}}@media (max-width:991px){.auction_house_page .collaboration_timeLine_section h2{font-size:36px}}@media (max-width:767px){.auction_house_page .collaboration_timeLine_section h2{font-size:30px}}@media (max-width:575px){.auction_house_page .collaboration_timeLine_section h2{font-size:26px}}@media (max-width:380px){.auction_house_page .collaboration_timeLine_section h2{font-size:22px}}.auction_house_page .collaboration_timeLine_section .timeline_cards{justify-content:space-between;gap:20px;max-width:1105px;margin:30px auto;display:flex;position:relative}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper{z-index:99;position:relative}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(153.84deg,#ffefde80 -97.7%,#ffefde00 48.51%),linear-gradient(326.77deg,#fff3 2.36%,#fff0 59.4%);border:1px solid #ffefde33;border-radius:20px;width:516px;height:198px;padding:30px}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard{border-radius:12px}}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard.odd{align-self:end}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard span{font-size:24px}@media screen and (max-width:991px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard span{font-size:18px}}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard span{font-size:16px}}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard h4{font-family:var(--font-didot);margin-top:5px;font-size:24px}@media screen and (max-width:991px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard h4{font-size:20px}}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard h4{font-size:18px}}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard p{opacity:.7;max-width:348px;margin-top:10px;font-size:16px;font-weight:400;line-height:25px}@media screen and (max-width:991px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard p{font-size:14px}}@media screen and (max-width:767px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard p{float:inline-end}}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard p{font-size:12px}}@media screen and (max-width:1200px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard{width:430px}}@media screen and (max-width:991px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard{width:47%;height:170px;padding:15px}}@media screen and (max-width:767px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard{text-align:end;width:490px;max-width:90%}}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard{width:85%;height:150px}}@media screen and (max-width:375px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper .timecard{width:307px;height:180px}}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.not_first{margin-top:20px}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.even .timecard{text-align:start;margin-inline-start:auto;display:block}@media screen and (max-width:767px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.even .timecard{text-align:end;margin-inline-start:unset}}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.odd{text-align:end}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.odd .timecard p{float:inline-end}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.card_3,.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.card_4{margin-top:20px}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.card_3,.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.card_4{margin-top:20px}}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper img{position:absolute}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.odd img{inset-inline-end:-52px;top:50%;transform:translateY(-50%)}@media screen and (max-width:991px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.odd img{width:26px;height:26px;inset-inline-end:-36px}}@media screen and (max-width:767px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.odd img{inset-inline-end:-50px}}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.odd img{inset-inline-end:-35px}}@media screen and (max-width:375px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.odd img{inset-inline-end:-40px}}.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.even img{inset-inline-start:-52px;top:50%;transform:translateY(-50%)}@media screen and (max-width:991px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.even img{width:26px;height:26px;inset-inline-start:-36px}}@media screen and (max-width:767px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.even img{inset-inline-start:unset;inset-inline-end:-50px}}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.even img{inset-inline-end:-35px}}@media screen and (max-width:375px){.auction_house_page .collaboration_timeLine_section .timeline_cards .time_card_wrapper.even img{inset-inline-end:-40px}}.auction_house_page .collaboration_timeLine_section .timeline_cards .center{z-index:1;width:fit-content;height:100%;position:absolute;inset-inline-start:50%;transform:translate(-50%)}@media screen and (max-width:767px){.auction_house_page .collaboration_timeLine_section .timeline_cards .center{padding:0;inset-inline-start:97%}}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .center{padding:10px 0;inset-inline-start:88%}}@media screen and (max-width:375px){.auction_house_page .collaboration_timeLine_section .timeline_cards .center{inset-inline-start:94.8%}}.auction_house_page .collaboration_timeLine_section .timeline_cards .center img{height:100%}@media screen and (max-width:991px){.auction_house_page .collaboration_timeLine_section .timeline_cards{max-width:100%}}@media screen and (max-width:767px){.auction_house_page .collaboration_timeLine_section .timeline_cards{flex-direction:column-reverse}}@media screen and (max-width:575px){.auction_house_page .collaboration_timeLine_section .timeline_cards .collaboration_timeline_row{position:relative}}.auction_house_page .join_the_inner_circle_section{margin-bottom:100px}.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffefde26;border:1px solid #ffefde33;border-radius:20px;max-width:925px;margin:auto;padding:30px 50px 50px}.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .top_titles h2{text-align:start;font-family:var(--font-didot);font-size:36px}@media screen and (max-width:575px){.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .top_titles h2{font-size:26px}}@media screen and (max-width:380px){.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .top_titles h2{font-size:22px}}.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .top_titles p{text-align:start;opacity:.5;font-size:14px;font-weight:400;line-height:26px}@media screen and (max-width:575px){.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .top_titles p{font-size:12px}}.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .inner_circle_form .join_inner_circle_select{appearance:none;background-image:url(/icons/selectArrow.svg);background-position:calc(100% - 16px);background-repeat:no-repeat;padding-inline-end:48px}.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .inner_circle_form .join_inner_circle_select option{background-color:var(--primary);color:var(--text-color)}.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .inner_circle_form .join_inner_circle_select.selected{color:var(--text-color)}.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .inner_circle_form .request_submit_btn{height:52px;margin:30px auto 0;display:block}@media screen and (max-width:575px){.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card .inner_circle_form .request_submit_btn{height:fit-content}.auction_house_page .join_the_inner_circle_section .join_inner_circle_form_card{border-radius:12px;padding:25px 20px}.auction_house_page .join_the_inner_circle_section{margin-bottom:50px}}.brand_news_details_page{background-color:#fff3db}.brand_news_details_page .brand_news_detail_section .top_section{background-position:50%;background-repeat:no-repeat;background-size:cover}.brand_news_details_page .brand_news_detail_section .top_section .titles{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:562px;display:flex}.brand_news_details_page .brand_news_detail_section .brand_news_detail_content{margin:0 auto;padding:50px 0 70px}.brand_news_details_page .brand_news_detail_section .brand_news_detail_content p{color:var(--text-gray-color);font-size:16px;font-weight:400;line-height:28px}.brand_news_list_page .section_title,.brand_news_list_page .section_subtitle{color:#ffefde}.brand_news_list_page .section_subtitle{opacity:.5;margin-top:10px}.brand_news_list_page .brand_news_list_top{margin-bottom:30px}.brand_news_list_page .brand_news_controls{justify-content:flex-end;align-items:center;gap:12px;margin-top:20px;display:flex}@media (max-width:991px){.brand_news_list_page .brand_news_controls{justify-content:flex-start;margin-top:20px}}@media (max-width:575px){.brand_news_list_page .brand_news_controls{flex-wrap:wrap}}.brand_news_list_page .brand_news_controls .brand_news_search{flex:1;max-width:280px;position:relative}@media (max-width:575px){.brand_news_list_page .brand_news_controls .brand_news_search{width:100%;max-width:100%}}.brand_news_list_page .brand_news_controls .brand_news_search input{color:#ffefde;background-color:#896652;border:1px solid #ffefde1a;border-radius:14px;width:100%;height:41px;padding:0 38px 0 14px;font-size:14px;font-weight:500}.brand_news_list_page .brand_news_controls .brand_news_search input::placeholder{color:#ffefde80}.brand_news_list_page .brand_news_controls .brand_news_search input:focus{box-shadow:none;outline:none}.brand_news_list_page .brand_news_controls .brand_news_search input::-webkit-search-cancel-button{-webkit-appearance:none;cursor:pointer;background:url(/icons/close.svg) 50%/contain no-repeat;width:16px;height:16px}.brand_news_list_page .brand_news_controls .brand_news_search .search_btn{inset-inline-end:10px;align-items:center;height:20px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.brand_news_list_page .brand_news_controls .brand_news_sort_select{color:#ffefde80;cursor:pointer;appearance:none;background-color:#896652;background-image:url(/icons/selectArrow.svg);background-position:calc(100% - 16px);background-repeat:no-repeat;border:1px solid #ffefde1a;border-radius:14px;min-width:140px;height:41px;padding:0 14px;padding-inline-end:48px;font-size:14px;font-weight:500}.brand_news_list_page .brand_news_controls .brand_news_sort_select:focus{box-shadow:none;outline:none}.brand_news_list_page .brand_news_controls .brand_news_sort_select option{background-color:var(--primary);color:#ffefde}.brand_news_list_page .brand_news_card{border-radius:20px;margin-top:25px;position:relative;overflow:hidden}@media (max-width:575px){.brand_news_list_page .brand_news_card{margin-top:0}}.brand_news_list_page .brand_news_card img{object-fit:cover;width:100%;height:auto;transition:filter .5s,transform .5s}.brand_news_list_page .brand_news_card img.img_loading{filter:blur(12px);transform:scale(1.05)}.brand_news_list_page .brand_news_card img.img_loaded{filter:blur();transform:scale(1)}.brand_news_list_page .brand_news_card h2{max-width:80%;font-size:32px;font-weight:500;line-height:42px;font-family:var(--font-didot);bottom:140px;max-width:372px;padding-inline-end:30px;position:absolute;inset-inline-start:30px}@media (max-width:575px){.brand_news_list_page .brand_news_card h2{max-width:100%;font-size:22px;line-height:30px;bottom:90px}}.brand_news_list_page .brand_news_card p{bottom:80px;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-inline-end:30px;display:-webkit-box;position:absolute;inset-inline-start:30px;overflow:hidden}@media (max-width:575px){.brand_news_list_page .brand_news_card p{max-width:100%;font-size:14px;line-height:20px;bottom:40px}}.publishing_date_wrapper{margin-top:20px}.publishing_date_wrapper .publishing_date{color:var(--text-gray-color);text-align:start;direction:ltr;font-size:14px;font-weight:400;line-height:28px}.publishing_date_wrapper .publishing_date span{width:fit-content;margin-inline-end:auto;font-weight:700;display:block}.publishing_date_wrapper hr{color:#000;margin:0}.no_watch_found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;padding:60px 20px;display:flex}@media (max-width:575px){.no_watch_found .no_watch_found_icon{width:80px;height:100px}}.no_watch_found .no_watch_found_text{font-family:var(--font-didot);color:#ffefde;margin:0;font-size:32px;font-weight:700}.no_watch_found .no_watch_found_subtitle_text{color:#ffefde;font-size:16px;font-weight:500}
