@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:0;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger:hover{opacity:.7}.hamburger-box{display:inline-block;height:14px;position:relative;width:18px}.hamburger-inner{display:block;margin-top:-1px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#000;border-radius:4px;height:2px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:18px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-6px}.hamburger-inner:after{bottom:-6px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}@font-face{font-display:swap;font-family:slick;font-style:normal;font-weight:400;src:url(/themes/custom/hublot/css/../fonts/slick..eot?a4e97f5a2a64f0ab1323);src:url(/themes/custom/hublot/css/../fonts/slick..eot?a4e97f5a2a64f0ab1323?#iefix) format("embedded-opentype"),url(/themes/custom/hublot/css/../fonts/slick..woff?295183786cd8a1389865) format("woff"),url(/themes/custom/hublot/css/../fonts/slick..ttf?c94f7671dcc99dce43e2) format("truetype")}.slick-next,.slick-prev{background:transparent;border:none;color:transparent;cursor:pointer;display:none;font-size:0;height:48px;line-height:0;outline:none;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:48px;z-index:1}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none;text-shadow:0 0 10px #333}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{color:#fff;font-family:slick;font-size:48px;line-height:1;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:5px}[dir=rtl] .slick-prev{left:auto;right:5px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:5px}[dir=rtl] .slick-next{left:5px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:10px}.slick-dots{bottom:-24px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}@media(min-width:768px){.slick-dots{bottom:-33px}}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{color:#000;content:"•";font-family:slick;font-size:8px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{box-sizing:border-box;display:block;position:relative;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-slider:focus .slick-arrow,.slick-slider:hover .slick-arrow{display:none}@media(min-width:768px){.slick-slider:focus .slick-arrow,.slick-slider:hover .slick-arrow{display:block}}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-loading .slick-list{background:#fff}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}input[type=search]::-webkit-autofill,input[type=search]::-webkit-autofill:focus,input[type=search]::-webkit-autofill:hover,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:3px solid #8c8c8c}img{border:0;-ms-interpolation-mode:bicubic}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#171717;font:1rem/1 Gotham Book,Arial,sans-serif;height:100svh;overflow-y:scroll;-webkit-font-smoothing:antialiased}body[data-scrollbar=true].toolbar-horizontal,body[data-scrollbar=true].toolbar-vertical{padding-top:0!important}body[data-noscroll]{overflow-y:hidden;position:fixed;width:100vw}p a{color:#de2b2b;font-weight:700;transition:color .7s}p a:hover{color:#000}.loader{align-items:center;background:url(/themes/custom/hublot/css/../images/Hublot_Loader_Positive..gif?26f4c40b14ce0b187cc0) transparent no-repeat 50%;display:flex;flex-basis:100%;flex-direction:row;height:300px;justify-content:center;margin-bottom:140px;margin-top:140px}.loader--light{background-image:url(/themes/custom/hublot/css/../images/Hublot_Loader_Negative..gif?467a06a0ceb69d72fa0f)}.ajax-progress.ajax-progress-fullscreen{background:url(/themes/custom/hublot/css/../images/Hublot_Loader_Negative..gif?467a06a0ceb69d72fa0f) hsla(0,0%,9%,.9) no-repeat 50% 30%;background-size:100px;height:100vh;left:0;opacity:1;top:0;width:100vw}@media(min-width:1024px){.ajax-progress.ajax-progress-fullscreen{background-size:200px}}a.neutral{color:inherit;text-decoration:none}.animate_slide-in-down{animation:slide-in-down cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_slide-out-up{animation:slide-out-up cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_slide-in-right{animation:slide-in-right cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_slide-out-right{animation:slide-out-right cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_slide-in-left{animation:slide-in-left cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_slide-out-left{animation:slide-out-left cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_flipY-in{animation:flipY-in cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_flipY-out{animation:flipY-out cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_flipX-in{animation:flipX-in cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_flipX-out{animation:flipX-out cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_fade-in{animation:fade-in cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_fade-out{animation:fade-out cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_dim-in,.dim:after{animation:dim-in cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_dim-out{animation:dim-out cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_grow-in{animation:grow-in cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_grow-out{animation:grow-out cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_scale-in{animation:scale-in cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_scale-out{animation:scale-out cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_scale-in-right{animation:scale-in-right cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_scale-out-left{animation:scale-out-left cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_slide-in-down-fade{animation:slide-in-down-fade cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_slide-in-down-fade-3{animation:slide-in-down-fade-3 cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_slide-out-up-fade{animation:slide-out-up-fade cubic-bezier(.215,.61,.355,1) forwards;animation-duration:.3s}.animate_scale-in-slider{animation:scale-in-slider cubic-bezier(.5,0,.25,0) forwards;animation-duration:.3s}.animate_scale-out-slider{animation:scale-out-slider cubic-bezier(.5,0,.25,0) forwards;animation-duration:.3s}.animate_fade-in-slider{animation:fade-in-slider cubic-bezier(.5,0,.25,0) forwards;animation-duration:.3s}.animate_fade-out-slider{animation:fade-out-slider cubic-bezier(.5,0,.25,0) forwards;animation-duration:.3s}.animate_fade-in-slider-2{animation:fade-in-slider-2 ease forwards;animation-duration:.3s}.animate_fade-out-slider-2{animation:fade-out-slider-2 ease forwards;animation-duration:.3s}[hidden]{display:none!important}@keyframes slide-in-down{0%{transform:translateY(-50%) scaleY(0);visibility:visible}to{pointer-events:all;transform:translateY(0) scaleY(1)}}@keyframes slide-out-up{0%{transform:translateY(0) scaleY(1)}to{pointer-events:none;transform:translateY(-50%) scaleY(0);visibility:hidden}}@keyframes slide-in-right{0%{transform:translateX(100%);visibility:visible}to{pointer-events:all;transform:translateX(0)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{pointer-events:none;transform:translateX(100%);visibility:hidden}}@keyframes slide-in-left{0%{transform:translateX(-100%);visibility:visible}to{pointer-events:all;transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{pointer-events:none;transform:translateX(-100%);visibility:hidden}}@keyframes flipX-in{0%{transform:perspective(400px) rotateX(0)}to{transform:perspective(400px) rotateX(180deg)}}@keyframes flipX-out{0%{transform:perspective(400px) rotateX(180deg)}to{transform:perspective(400px) rotateX(0)}}@keyframes flipY-in{0%{transform:perspective(400px) rotateY(0)}to{transform:perspective(400px) rotateY(180deg)}}@keyframes flipY-out{0%{transform:perspective(400px) rotateY(180deg)}to{transform:perspective(400px) rotateY(0)}}@keyframes fade-in{0%{opacity:0;visibility:visible}to{opacity:1;pointer-events:all}}@keyframes fade-in-slider{0%{opacity:0;visibility:visible}to{opacity:1;pointer-events:all}}@keyframes fade-in-slider-2{0%{opacity:0;visibility:visible}to{opacity:1;pointer-events:all}}@keyframes fade-out{0%{opacity:1}to{opacity:0;pointer-events:none;visibility:hidden}}@keyframes fade-out-slider{0%{opacity:1}to{opacity:0;pointer-events:none;visibility:hidden}}@keyframes fade-out-slider-2{0%{opacity:1}to{opacity:0;pointer-events:none;visibility:hidden}}@keyframes dim-in{0%{background-color:transparent}to{background-color:hsla(0,0%,9%,.6)}}@keyframes dim-out{0%{background-color:hsla(0,0%,9%,.6)}to{background-color:transparent}}@keyframes grow-in{0%{width:0}to{width:100%}}@keyframes grow-out{0%{width:100%}to{width:0}}@keyframes scale-in{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes scale-in-slider{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes scale-in-right{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes scale-out{0%{transform:scaleX(1);transform-origin:right}to{transform:scaleX(0);transform-origin:right}}@keyframes scale-out-slider{0%{transform:scaleX(1);transform-origin:right}to{transform:scaleX(0);transform-origin:right}}@keyframes scale-out-left{0%{transform:scaleX(1);transform-origin:left}to{transform:scaleX(0);transform-origin:left}}@keyframes slide-in-down-fade{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-down-fade-3{0%{opacity:0;transform:translateY(10%) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slide-out-up-fade{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50%)}}@keyframes blur{0%{opacity:0;text-shadow:0 0 100px #000}to{opacity:1;text-shadow:0 0 0 #000}}@keyframes blur-and-translation{0%{filter:blur(10px);opacity:0;text-shadow:0 0 30px #b2b2b2;top:20px;@media(min-width:2048px){text-shadow:0 0 30px #b2b2b2;top:.9765625vw}}to{filter:blur(0);opacity:1;text-shadow:0 0 0 #b2b2b2;top:0}}.animate_fade-out-watch{animation:fade-out cubic-bezier(.5,0,.25,1) forwards;animation-duration:.3s}.timing-in-out{animation-timing-function:cubic-bezier(.5,0,.25,1)}.timing-out{animation-timing-function:cubic-bezier(.15,0,.25,1)}.timing-default{animation-timing-function:cubic-bezier(.25,.1,.25,0)}.timing-linear{animation-timing-function:linear}.flex{display:flex}.dark-bg{background-color:#171717;color:#fff}.dark-bg [class^=quote]{color:#e5e5e5}.dark-bg a{color:#fff}.red-bg{background-color:#de2b2b}.hublot_sr_only{height:0;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.dim{cursor:default;position:relative}.dim:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:9}.no-scroll-y,.no-scroll-y-palm-only{overflow-y:hidden}@media(min-width:768px){.no-scroll-y-palm-only{overflow-y:inherit}}.hidden-all{display:none!important}.hidden-palm{display:none}@media(min-width:1024px){.hidden-palm{display:block}.hidden-desktop-up{display:none}}.reveal-desktop-up{pointer-events:none;visibility:hidden}@media(min-width:1024px){.reveal-desktop-up{pointer-events:all;visibility:visible}}.invisible{pointer-events:none;visibility:hidden}.invisible-desktop-up{display:none}@media(min-width:1024px){.invisible-desktop-up{pointer-events:all;visibility:visible}}.overflow-hidden{overflow:hidden}.transparent{opacity:0}.open-mobile-menu,.open-mobile-menu body{height:100svh;min-height:100svh}.open-mobile-menu main{padding-top:52px}.open-mobile-menu .dialog-off-canvas-main-canvas,.open-mobile-menu .layout-container{height:100%}.open-mobile-menu .nav_bar__breadcrumb{top:53px}@media(min-width:2048px){.title-100{letter-spacing:.09765625vw}}.title-100{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.title-100{font-size:1.46484375vw}}.title-100{font-size:1.875rem;line-height:1.1666666667}@media(min-width:1024px)and (min-width:2048px){.title-100{letter-spacing:.09765625vw}}@media(min-width:1024px){.title-100{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.title-100{font-size:4.8828125vw}}@media(min-width:1024px){.title-100{font-size:6.25rem;line-height:1.3888888889}}@media(min-width:2048px){.title-72{letter-spacing:.09765625vw}}.title-72{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.title-72{font-size:1.46484375vw}}.title-72{font-size:1.875rem;line-height:1.1666666667}@media(min-width:1024px)and (min-width:2048px){.title-72{letter-spacing:.09765625vw}}@media(min-width:1024px){.title-72{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.title-72{font-size:3.515625vw}}@media(min-width:1024px){.title-72{font-size:4.5rem;line-height:1}}@media(min-width:2048px){.title-60{letter-spacing:.09765625vw}}.title-60{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.title-60{font-size:.9765625vw}}.title-60{font-size:1.25rem;line-height:1.25}@media(min-width:1024px)and (min-width:2048px){.title-60{letter-spacing:.09765625vw}}@media(min-width:1024px){.title-60{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.title-60{font-size:2.9296875vw}}@media(min-width:1024px){.title-60{font-size:3.75rem;line-height:1}}@media(min-width:2048px){.title-48-light{letter-spacing:.09765625vw}}.title-48-light{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.title-48-light{font-size:1.171875vw}}.title-48-light{font-family:Gotham Light,Arial,sans-serif;font-size:1.5rem;line-height:1.4583333333}@media(min-width:1024px)and (min-width:2048px){.title-48-light{letter-spacing:.09765625vw}}@media(min-width:1024px){.title-48-light{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.title-48-light{font-size:2.34375vw}}@media(min-width:1024px){.title-48-light{font-family:Gotham Light,Arial,sans-serif;font-size:3rem;line-height:.9375}}@media(min-width:2048px){.title-40{letter-spacing:.09765625vw}}.title-40{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.title-40{font-size:.9765625vw}}.title-40{font-size:1.25rem;line-height:1.25}@media(min-width:1024px)and (min-width:2048px){.title-40{letter-spacing:.09765625vw}}@media(min-width:1024px){.title-40{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.title-40{font-size:1.953125vw}}@media(min-width:1024px){.title-40{font-size:2.5rem;line-height:1.125}}@media(min-width:2048px){.title-36-light{letter-spacing:.048828125vw}}.title-36-light{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.title-36-light{font-size:.87890625vw}}.title-36-light{font-family:Gotham Light,Arial,sans-serif;font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px)and (min-width:2048px){.title-36-light{letter-spacing:.09765625vw}}@media(min-width:1024px){.title-36-light{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.title-36-light{font-size:1.7578125vw}}@media(min-width:1024px){.title-36-light{font-family:Gotham Light,Arial,sans-serif;font-size:2.25rem;line-height:1.1111111111}}@media(min-width:2048px){.title-30{letter-spacing:.048828125vw}}.title-30{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.title-30{font-size:.87890625vw}}.title-30{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px)and (min-width:2048px){.title-30{letter-spacing:.09765625vw}}@media(min-width:1024px){.title-30{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.title-30{font-size:1.46484375vw}}@media(min-width:1024px){.title-30{font-size:1.875rem;line-height:1.1666666667}}@media(min-width:1024px)and (min-width:2048px){.title-24-light{letter-spacing:.09765625vw}}@media(min-width:1024px){.title-24-light{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.title-24-light{font-size:1.171875vw}}@media(min-width:1024px){.title-24-light{font-family:Gotham Light,Arial,sans-serif;font-size:1.5rem;line-height:1.4583333333}}@media(min-width:2048px){.title-20{letter-spacing:.048828125vw}}.title-20{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.title-20{font-size:.78125vw}}.title-20{font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.title-20{letter-spacing:.09765625vw}}@media(min-width:1024px){.title-20{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.title-20{font-size:.9765625vw}}@media(min-width:1024px){.title-20{font-size:1.25rem;line-height:1.25}}@media(min-width:2048px){.title-18{letter-spacing:.048828125vw}}.title-18{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.title-18{font-size:.78125vw}}.title-18{font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.title-18{letter-spacing:.048828125vw}}@media(min-width:1024px){.title-18{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.title-18{font-size:.87890625vw}}@media(min-width:1024px){.title-18{font-size:1.125rem;line-height:1.3888888889}}@media(min-width:2048px){.title-18-light{letter-spacing:.048828125vw}}.title-18-light{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.title-18-light{font-size:.87890625vw}}.title-18-light{font-family:Gotham Light,Arial,sans-serif;font-size:1.125rem;line-height:1.3888888889}@media(min-width:2048px){.title-16{letter-spacing:.048828125vw}}.title-16{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.title-16{font-size:.78125vw}}.title-16{font-size:1rem;line-height:1.5}@media(min-width:2048px){.title-14{letter-spacing:.048828125vw}}.title-14{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.title-14{font-size:.68359375vw}}.title-14{font-size:.875rem;line-height:1.7142857143}@media(min-width:2048px){.title-12{letter-spacing:.048828125vw}}.title-12{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.title-12{font-size:.5859375vw}}.title-12{font-size:.75rem;line-height:1.5}@media(min-width:2048px){.title-10{letter-spacing:.048828125vw}}.title-10{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.title-10{font-size:.48828125vw}}.title-10{font-size:.625rem;line-height:1.8}.link-14{font-family:Gotham Book,Arial,sans-serif;letter-spacing:1}@media(min-width:2048px){.link-14{font-size:.68359375vw;letter-spacing:.048828125vw}}.link-14{font-size:.875rem;line-height:1.7142857143}.link-10{font-family:Gotham Book,Arial,sans-serif;letter-spacing:1}@media(min-width:2048px){.link-10{font-size:.48828125vw;letter-spacing:.048828125vw}}.link-10{font-size:.625rem;line-height:2.4}.subtitle-16{font-family:Gotham Medium,Arial,sans-serif}@media(min-width:2048px){.subtitle-16{font-size:.5859375vw;letter-spacing:.29296875vw}}.subtitle-16{font-size:.75rem;letter-spacing:.375rem;line-height:1.6666666667}@media(min-width:1024px){.subtitle-16{font-family:Gotham Medium,Arial,sans-serif}}@media(min-width:1024px)and (min-width:2048px){.subtitle-16{font-size:.78125vw;letter-spacing:.390625vw}}@media(min-width:1024px){.subtitle-16{font-size:1rem;letter-spacing:.5rem;line-height:1.5625}}.subtitle-12{font-family:Gotham Medium,Arial,sans-serif}@media(min-width:2048px){.subtitle-12{font-size:.5859375vw;letter-spacing:.29296875vw}}.subtitle-12{font-size:.75rem;letter-spacing:.375rem;line-height:1.6666666667}.subtitle-10{font-family:Gotham Medium,Arial,sans-serif}@media(min-width:2048px){.subtitle-10{font-size:.48828125vw;letter-spacing:.1953125vw}}.subtitle-10{font-size:.625rem;letter-spacing:.25rem;line-height:2}@media(min-width:2048px){.label-16{font-size:.5859375vw;letter-spacing:.0732421875vw}}.label-16{font-family:Gotham Bold,Arial,sans-serif;font-family:Gotham Black,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px)and (min-width:2048px){.label-16{font-size:.78125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.label-16{font-family:Gotham Bold,Arial,sans-serif;font-size:1rem;letter-spacing:.125rem;line-height:1.5625}}@media(min-width:2048px){.label-14{font-size:.68359375vw;letter-spacing:.146484375vw}}.label-14{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}@media(min-width:2048px){.label-12{font-size:.48828125vw;letter-spacing:.09765625vw}}.label-12{font-family:Gotham Bold,Arial,sans-serif;font-family:Gotham Black,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.label-12{font-size:.5859375vw;letter-spacing:.0732421875vw}}@media(min-width:1024px){.label-12{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}}@media(min-width:2048px){.label-12-light{font-size:.5859375vw;letter-spacing:.0732421875vw}}.label-12-light{font-family:Gotham Bold,Arial,sans-serif;font-family:Gotham Light,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:2048px){.label-10{font-size:.48828125vw;letter-spacing:.09765625vw}}.label-10{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:2048px){.label-8{font-size:.390625vw;letter-spacing:.09765625vw}}.label-8{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}@media(min-width:2048px){.quote-40{font-size:1.171875vw}}.quote-40{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:1024px)and (min-width:2048px){.quote-40{font-size:1.953125vw}}@media(min-width:1024px){.quote-40{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2.5rem;line-height:1.25}}@media(min-width:2048px){.quote-32{font-size:.9765625vw}}.quote-32{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.quote-32{font-size:1.5625vw}}@media(min-width:1024px){.quote-32{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}@media(min-width:2048px){.quote-24{font-size:1.171875vw}}.quote-24{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:2048px){.quote-20{font-size:.9765625vw}}.quote-20{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:2048px){.quote-16{font-size:.78125vw}}.quote-16{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}@media(min-width:2048px){.quote-14{font-size:.68359375vw}}.quote-14{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}.quote-12{font-size:.75rem;line-height:2}@media(min-width:2048px){.quote-12{font-size:.5859375vw}}.quote-12{font-family:Galaxie Copernicus Italic,Arial,sans-serif}@media(min-width:2048px){.quote-10{font-size:.48828125vw}}.quote-10{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.625rem;line-height:2.4}@media(min-width:2048px){.body-18{font-size:.87890625vw}}.body-18{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.body-18 em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.body-18 strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.body-18{font-size:1.125rem;line-height:1.7777777778}@media(min-width:2048px){.body-16{font-size:.78125vw}}.body-16{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.body-16 em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.body-16 strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.body-16{font-size:1rem;line-height:1.625}@media(min-width:2048px){.body-14{font-size:.68359375vw}}.body-14{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.body-14 em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.body-14 strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.body-14{font-size:.875rem;line-height:1.7142857143}.outlined-400{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-400{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined-400{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined-400{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined-400{font-size:19.53125vw}}.outlined-400{font-size:25rem;line-height:1}.outlined-200{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-200{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined-200{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined-200{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined-200{font-size:9.765625vw}}.outlined-200{font-size:12.5rem;line-height:1}.outlined-120{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-120{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined-120{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined-120{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined-120{font-size:5.859375vw}}.outlined-120{font-size:7.5rem;line-height:1}.outlined-100{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-100{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined-100{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined-100{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined-100{font-size:4.8828125vw}}.outlined-100{font-family:Gotham Black,Arial,sans-serif;font-size:6.25rem;line-height:1}.outlined-80{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-80{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined-80{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined-80{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined-80{font-size:3.90625vw}}.outlined-80{font-size:5rem;line-height:1}.outlined-64{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-64{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined-64{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined-64{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined-64{font-size:3.125vw}}.outlined-64{font-family:Gotham Black,Arial,sans-serif;font-size:4rem;line-height:1}.outlined-60{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-60{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined-60{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined-60{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined-60{font-size:2.9296875vw}}.outlined-60{font-size:3.75rem;line-height:1}.outlined-small{color:#fff;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-small{-webkit-text-fill-color:#fff;text-fill-color:#fff;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined-small{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined-small{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined-small{font-size:3.125vw}}.outlined-small{font-family:Gotham Black,Arial,sans-serif;font-size:4rem;line-height:1}@media(min-width:1024px){.outlined-small{color:#fff;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-small{-webkit-text-fill-color:#fff;text-fill-color:#fff;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.outlined-small{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:1024px)and (min-width:2048px){.outlined-small{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.outlined-small{font-size:4.8828125vw}}@media(min-width:1024px){.outlined-small{font-family:Gotham Black,Arial,sans-serif;font-size:6.25rem;line-height:1}}.outlined-big{color:#fff;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-big{-webkit-text-fill-color:#fff;text-fill-color:#fff;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined-big{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined-big{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined-big{font-size:5.859375vw}}.outlined-big{font-size:7.5rem;line-height:1}@media(min-width:1024px){.outlined-big{color:#fff;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined-big{-webkit-text-fill-color:#fff;text-fill-color:#fff;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.outlined-big{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:1024px)and (min-width:2048px){.outlined-big{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.outlined-big{font-size:19.53125vw}}@media(min-width:1024px){.outlined-big{font-size:25rem;line-height:1}}.outlined-big--grey{color:#171717;text-shadow:-1px -1px 0 #404040,1px -1px 0 #404040,-1px 1px 0 #404040,1px 1px 0 #404040}@supports(text-stroke:1px #404040) or (-webkit-text-stroke:1px #404040){.outlined-big--grey{-webkit-text-fill-color:#171717;text-fill-color:#171717;-webkit-text-stroke:1px #404040;text-stroke:1px #404040;text-shadow:none}@media(min-width:1024px){.outlined-big--grey{-webkit-text-stroke:3px #404040;text-stroke:3px #404040}}@media(min-width:2048px){.outlined-big--grey{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}.outlined-big--light-blue{color:#fff;text-shadow:-1px -1px 0 #9abcea,1px -1px 0 #9abcea,-1px 1px 0 #9abcea,1px 1px 0 #9abcea}@supports(text-stroke:1px #9abcea) or (-webkit-text-stroke:1px #9abcea){.outlined-big--light-blue{-webkit-text-fill-color:#fff;text-fill-color:#fff;-webkit-text-stroke:1px #9abcea;text-stroke:1px #9abcea;text-shadow:none}@media(min-width:1024px){.outlined-big--light-blue{-webkit-text-stroke:3px #9abcea;text-stroke:3px #9abcea}}@media(min-width:2048px){.outlined-big--light-blue{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}.outlined{color:#fff;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined{-webkit-text-fill-color:#fff;text-fill-color:#fff;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.outlined{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.outlined{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.outlined{font-size:3.90625vw}}.outlined{font-size:5rem;line-height:1}@media(min-width:1024px){.outlined{color:#fff;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.outlined{-webkit-text-fill-color:#fff;text-fill-color:#fff;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.outlined{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:1024px)and (min-width:2048px){.outlined{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.outlined{font-size:9.765625vw}}@media(min-width:1024px){.outlined{font-size:12.5rem;line-height:1}}.outlined--dark{color:#000;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}@supports(text-stroke:1px #fff) or (-webkit-text-stroke:1px #fff){.outlined--dark{-webkit-text-fill-color:#000;text-fill-color:#000;-webkit-text-stroke:1px #fff;text-stroke:1px #fff;text-shadow:none}@media(min-width:1024px){.outlined--dark{-webkit-text-stroke:3px #fff;text-stroke:3px #fff}}@media(min-width:2048px){.outlined--dark{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}.outlined--grey{color:#171717;text-shadow:-1px -1px 0 #404040,1px -1px 0 #404040,-1px 1px 0 #404040,1px 1px 0 #404040}@supports(text-stroke:1px #404040) or (-webkit-text-stroke:1px #404040){.outlined--grey{-webkit-text-fill-color:#171717;text-fill-color:#171717;-webkit-text-stroke:1px #404040;text-stroke:1px #404040;text-shadow:none}@media(min-width:1024px){.outlined--grey{-webkit-text-stroke:3px #404040;text-stroke:3px #404040}}@media(min-width:2048px){.outlined--grey{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){[class*=" icon-"]:before,[class^=icon-]:before{font-size:.78125vw}}@font-face{font-display:swap;font-family:Gotham Book;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/Gotham-Book..otf?b6e803be8fc1a5258c5e) format("opentype")}@font-face{font-display:swap;font-family:Gotham Medium;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/Gotham-Medium..otf?64243e219e4c35e62282) format("opentype")}@font-face{font-display:swap;font-family:Gotham Light;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/Gotham-Light..otf?df38f0bfbbd796768b84) format("opentype")}@font-face{font-display:swap;font-family:Gotham Black;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/Gotham-Black..otf?baf91e98ccf3c25ac253) format("opentype")}@font-face{font-display:swap;font-family:Gotham Bold;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/Gotham-Bold..otf?80d7f100c11c3c63d3dc) format("opentype")}@font-face{font-display:swap;font-family:Galaxie Copernicus Book;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/GalaxieCopernicus-Book..otf?1bd726ac6a091495f241) format("opentype")}@font-face{font-display:swap;font-family:Galaxie Copernicus Italic;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/GalaxieCopernicus-BookItalic..otf?e8b684ac5400645dc961) format("opentype")}@font-face{font-display:swap;font-family:Galaxie Copernicus Semibold;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/GalaxieCopernicus-Semibold..otf?f8345f4ca3d6bf50fa21) format("opentype")}@font-face{font-display:swap;font-family:Galaxie Copernicus Semibold Italic;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/GalaxieCopernicus-SemiboldItalic..otf?65acc18f5c1da0e5bd18) format("opentype")}@font-face{font-display:swap;font-family:MS PGothic;font-style:normal;font-weight:300;src:url(/themes/custom/hublot/css/../fonts/MS-PGothic..ttf?004b00f67507fe5eb5c1) format("opentype")}.background-image{overflow:hidden;position:relative}.background-image__item{position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media(min-width:1024px){.background-image__item{left:50%}}.background-image__item img{display:block;height:auto;width:100%}.hb-blur-load{opacity:1;overflow:hidden;transition:opacity .1s linear}.hb-blur-load img{transform:scale(1);transition:transform .1s linear}.hb-blur-load--blurred{opacity:.8}.hb-blur-load--blurred img{filter:blur(20px);transform:scale(1.1)}label{display:block;margin-bottom:10px}@media(min-width:2048px){label{font-size:.48828125vw;letter-spacing:.09765625vw}}label{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}input,select,textarea{background-color:transparent;border-radius:0;color:#171717;font-family:Galaxie Copernicus Book,Arial,sans-serif}input,textarea{border:0;border-bottom:1px solid #f0f0f0;font-size:1.125rem;line-height:1.7777777778;padding:10px 0;width:100%}@media(min-width:2048px){input,textarea{font-size:.87890625vw}}input::placeholder,textarea::placeholder{color:#767676}input[type=checkbox],input[type=radio]{height:0;opacity:0;position:absolute;width:0}input[type=checkbox]+label,input[type=radio]+label{cursor:pointer;display:flex;margin-bottom:0;position:relative}input[type=checkbox]+label:before,input[type=radio]+label:before{border:1px solid #767676;box-sizing:border-box;color:transparent;display:inline-block;font-family:icons;font-size:.625rem;height:30px;margin-right:10px;padding:7px;text-align:center;transition:.2s;vertical-align:middle;width:30px}@media(min-width:2048px){input[type=checkbox]+label:before,input[type=radio]+label:before{border-width:.048828125vw;font-size:.48828125vw;height:1.46484375vw;margin-right:.48828125vw;padding:.341796875vw;width:1.46484375vw}}input[type=checkbox]+label small,input[type=radio]+label small{color:#000;margin-top:5px}input[type=checkbox]+label+p,input[type=radio]+label+p{color:#000}input[type=checkbox]:checked+label:before,input[type=radio]:checked+label:before{background-color:#de2b2b;border-color:#de2b2b;color:#fff}input[type=checkbox]:checked+label.checkbox--inverted:before,input[type=radio]:checked+label.checkbox--inverted:before{background-color:#fff;border-color:#fff;color:#de2b2b}input[type=checkbox]:focus+label:before,input[type=radio]:focus+label:before{box-shadow:0 0 0 3px hsla(0,0%,9%,.5)}input[type=checkbox].dark:focus+label:before,input[type=radio].dark:focus+label:before{box-shadow:0 0 0 3px hsla(0,0%,95%,.5)}input[type=checkbox]:disabled+label:before,input[type=radio]:disabled+label:before{background-color:#f0f0f0;border-color:#f0f0f0;content:"";transform:scale(1)}input[type=checkbox]:checked:disabled+label:before,input[type=radio]:checked:disabled+label:before{content:""}textarea{border:1px solid #767676;font-size:1rem;line-height:1.375;padding:20px;position:relative}@media(min-width:2048px){textarea{font-size:.78125vw}}textarea::placeholder{color:#767676}select{-webkit-appearance:none;border:0;border-bottom:1px solid #e2dfdc;border-radius:0;box-shadow:none;color:#050f32;font-size:1.125rem;line-height:1.7777777778;padding:10px 0;position:relative;text-transform:capitalize;width:100%;z-index:2}@media(min-width:2048px){select{font-size:.87890625vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){select::-ms-expand{display:none}}.select--placeholder{color:#767676}.button{background-color:#fff;border:1px solid #000;color:#171717;overflow-x:hidden;padding:16px 15px;position:relative;text-transform:uppercase;width:100%}@media(min-width:2048px){.button{font-size:.5859375vw;letter-spacing:.0732421875vw}}.button{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:2048px){.button{border-width:.048828125vw;padding:.78125vw .732421875vw}}.button:before{background-color:#171717;content:"";display:block;height:100%;left:0;opacity:.1;position:absolute;top:0;transition:width .7s;width:0;z-index:1}@media(min-width:1024px){.button:hover:before{width:100%}}.button:focus{outline:none;position:relative}.button:focus:before{width:100%}.button:focus:after{bottom:2px;content:"";left:2px;outline:2px solid #8c8c8c;position:absolute;right:2px;top:2px;z-index:1}.button-dark{background-color:#171717;border:1px solid #fff;color:#fff;padding:16px 20px}@media(min-width:2048px){.button-dark{border-width:.048828125vw;padding:.78125vw .9765625vw}}.button-dark:before{background-color:#fff}.button-dark:focus{outline:none;position:relative}.button-dark:focus:before{width:100%}.button-dark:focus:after{bottom:2px;content:"";left:2px;outline:2px solid #8c8c8c;position:absolute;right:2px;top:2px;z-index:1}.button-anchor{display:block;text-align:center;text-decoration:none}.button-line{border:none;border-bottom:1px solid #de2b2b;display:block;margin:0 auto;padding:0;width:auto}.button-line:before{content:none}.button-icon{align-items:center;display:flex;justify-content:center;line-height:1}.button-icon span{font-size:17px;margin-left:10px}.button-container{display:inline-block;margin-right:50px;width:350px}@media(min-width:2048px){.button-container{margin-right:2.44140625vw;width:17.08984375vw}}.button-ghost{background:transparent;border:1px solid transparent;padding:12px}@media(min-width:2048px){.button-ghost{border-width:.048828125vw;padding:.5859375vw}}.button-quiet{background:transparent;border:none;padding:0}.button:disabled{background-color:#e5e5e5}@media(min-width:2048px){.button{padding:.78125vw .732421875vw}}.error_msg{color:#de2b2b}.error_msg--floating{position:absolute;transform:translateY(-100%)}.field--invalid{border:1px solid #de2b2b}.field--invalid[type=checkbox]+label{border:1px solid #de2b2b;margin-right:10px}.field--invalid[type=checkbox]+label:before{margin-right:0}.button-rounded{background-color:#fff;border:1px solid transparent;border-radius:50%;height:50px;padding:0;vertical-align:middle;width:50px}@media(min-width:1024px){.button-rounded{height:80px;width:80px}}.button-rounded span{color:#de2b2b;font-size:1.5625rem}@media(min-width:2048px){.button-rounded span{font-size:1.220703125vw}}.button-rounded--rotate{transform:rotate(180deg)}.button-rounded--invert{transform:scaleX(-1)}.link{border:0;color:#171717;position:relative;text-decoration:none;text-transform:uppercase}@media(min-width:2048px){.link{font-size:.5859375vw;letter-spacing:.0732421875vw}}.link{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:2048px){.link{border-bottom-width:.048828125vw}}.link:after{background:#de2b2b;content:"";display:block;height:1px;position:absolute;right:0;transition:width .5s;width:100%}@media(min-width:2048px){.link:after{height:.048828125vw}}@media(min-width:1024px){.link:hover:after{width:0}}.link-dark{color:#fff}.field--invalid:not(.field--focused) input{border-color:#dd3337}.field--invalid:not(.field--focused)+.field__error{display:block}.field--valid input{border-color:#f0f0f0}.field__error{color:#dd3337;display:none}@font-face{font-family:icons;src:url(/themes/custom/hublot/css/../fonts/icons..eot?f4b22d19aa2aeea34910?#iefix) format("embedded-opentype"),url(/themes/custom/hublot/css/../fonts/icons..woff2?8c3d2afca7e618c7dc94) format("woff2"),url(/themes/custom/hublot/css/../fonts/icons..woff?006cb4525a585d7e4080) format("woff"),url(/themes/custom/hublot/css/../fonts/icons..ttf?77916111020b99383355) format("truetype"),url(/themes/custom/hublot/css/../images/icons..svg?39d9e66871f32346675a#icons) format("svg")}span[class*=" icon-"]:before,span[class^=icon-]:before{font-display:swap;font-family:icons!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-account:before{content:""}.icon-arrow-forward:before{content:""}.icon-boutique-time_0912:before{content:""}.icon-boutique-time_1215:before{content:""}.icon-boutique-time_1518:before{content:""}.icon-boutique-time_1821:before{content:""}.icon-boutique-time_2108:before{content:""}.icon-bubble:before{content:""}.icon-calendar:before{content:""}.icon-cart:before{content:""}.icon-check-icon:before{content:""}.icon-chevron-left:before{content:""}.icon-close:before{content:""}.icon-copy:before{content:""}.icon-dropdown:before{content:""}.icon-edit:before{content:""}.icon-ellipsis:before{content:""}.icon-email:before{content:""}.icon-facebook:before{content:""}.icon-instagram:before{content:""}.icon-location-circle:before{content:""}.icon-location:before{content:""}.icon-logo:before{content:""}.icon-maps-and-flags:before{content:""}.icon-menu:before{content:""}.icon-minus:before{content:""}.icon-new-tab:before{content:""}.icon-next:before{content:""}.icon-pause:before{content:""}.icon-phone:before{content:""}.icon-pinterest:before{content:""}.icon-play:before{content:""}.icon-search:before{content:""}.icon-service-centre:before{content:""}.icon-subtract:before{content:""}.icon-website:before{content:""}.icon-weibo:before{content:""}.icon-whatsapp:before{content:""}.icon-wishlist-full:before{content:""}.icon-wishlist:before{content:""}.icon-youtube:before{content:""}.icon-user:before{content:""}.icon-order:before{content:""}.icon-watch:before{content:""}.icon-question:before{content:""}.icon-craftsmanship:before{content:""}.icon-delivery:before{content:""}.icon-gift:before{content:""}.icon-security:before{content:""}.icon-flower:before{content:""}.icon-3d-watch:before{content:""}.icon-truck:before{content:""}.icon-finance:before{content:""}.icon-x:before{content:""}.icon-in:before{content:""}.icon-filters:before,.icon-line:before{content:""}.icon-express:before{content:""}.icon-warranty:before{content:""}.icon-service:before{content:""}.icon-enquire:before{content:""}.ph-ellipsis{align-items:center;display:flex;flex-direction:row;justify-content:center}.ph-ellipsis__dots{display:inline-block;height:2rem;position:relative}.ph-ellipsis__dot{animation:ph-fade-in-out .9s linear infinite;background-color:#e5e5e5;border-radius:50%;display:inline-block;height:2rem;margin:0 .5rem;opacity:1;transform:scale(1);width:2rem}.ph-ellipsis__dot:nth-child(2){animation-delay:.225s}.ph-ellipsis__dot:nth-child(3){animation-delay:.45s}@keyframes ph-fade-in-out{0%{opacity:1;transform:scale(1)}33%{opacity:.33}50%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.focused{box-shadow:0 0 0 3px hsla(0,0%,9%,.5)}.negative-focused{box-shadow:0 0 0 3px hsla(0,0%,95%,.5)}.clicked{background-color:#dadada}.negative-clicked{background-color:#313131}.focusable{transition:box-shadow .2s linear}.focusable:focus{box-shadow:0 0 0 3px hsla(0,0%,9%,.5)}.negative-focusable{transition:box-shadow .2s linear}.negative-focusable:focus{box-shadow:0 0 0 3px hsla(0,0%,95%,.5)}.clickable{-webkit-tap-highlight-color:rgba(0,0,0,0);transition:background-color .2s linear}.clickable:active{background-color:#dadada}.negative-clickable{-webkit-tap-highlight-color:rgba(0,0,0,0);transition:background-color .2s linear}.negative-clickable:active{background-color:#313131}.field--text-long table,.field--text-long tbody,.field--text-long td,.field--text-long tfoot,.field--text-long th,.field--text-long thead,.field--text-long tr{border:1px solid}.field--text-long table[border="0"],.field--text-long table[border="0"] tbody,.field--text-long table[border="0"] td,.field--text-long table[border="0"] tfoot,.field--text-long table[border="0"] th,.field--text-long table[border="0"] thead,.field--text-long table[border="0"] tr{border:none}.field--text-long table[border="0"]{border:0 solid}.field--text-long table[cellpadding="0"] td,.field--text-long table[cellpadding="0"] th{padding:0}.field--text-long table[cellspacing="0"]{border-collapse:separate;border-spacing:0}.field--text-long table[border="1"]{border:1px solid}.field--text-long table[cellpadding="1"] td,.field--text-long table[cellpadding="1"] th{padding:1px}.field--text-long table[cellspacing="1"]{border-collapse:separate;border-spacing:1px}.field--text-long table[border="2"]{border:2px solid}.field--text-long table[cellpadding="2"] td,.field--text-long table[cellpadding="2"] th{padding:2px}.field--text-long table[cellspacing="2"]{border-collapse:separate;border-spacing:2px}.field--text-long table[border="3"]{border:3px solid}.field--text-long table[cellpadding="3"] td,.field--text-long table[cellpadding="3"] th{padding:3px}.field--text-long table[cellspacing="3"]{border-collapse:separate;border-spacing:3px}.field--text-long table[border="4"]{border:4px solid}.field--text-long table[cellpadding="4"] td,.field--text-long table[cellpadding="4"] th{padding:4px}.field--text-long table[cellspacing="4"]{border-collapse:separate;border-spacing:4px}.field--text-long table[border="5"]{border:5px solid}.field--text-long table[cellpadding="5"] td,.field--text-long table[cellpadding="5"] th{padding:5px}.field--text-long table[cellspacing="5"]{border-collapse:separate;border-spacing:5px}.field--text-long table[border="6"]{border:6px solid}.field--text-long table[cellpadding="6"] td,.field--text-long table[cellpadding="6"] th{padding:6px}.field--text-long table[cellspacing="6"]{border-collapse:separate;border-spacing:6px}.field--text-long table[border="7"]{border:7px solid}.field--text-long table[cellpadding="7"] td,.field--text-long table[cellpadding="7"] th{padding:7px}.field--text-long table[cellspacing="7"]{border-collapse:separate;border-spacing:7px}.field--text-long table[border="8"]{border:8px solid}.field--text-long table[cellpadding="8"] td,.field--text-long table[cellpadding="8"] th{padding:8px}.field--text-long table[cellspacing="8"]{border-collapse:separate;border-spacing:8px}.field--text-long table[border="9"]{border:9px solid}.field--text-long table[cellpadding="9"] td,.field--text-long table[cellpadding="9"] th{padding:9px}.field--text-long table[cellspacing="9"]{border-collapse:separate;border-spacing:9px}.field--text-long table[border="10"]{border:10px solid}.field--text-long table[cellpadding="10"] td,.field--text-long table[cellpadding="10"] th{padding:10px}.field--text-long table[cellspacing="10"]{border-collapse:separate;border-spacing:10px}.field--text-long table[cellspacing="0"]{border-collapse:collapse}.field--text-long table[align=center]{margin:0 auto}.tooltip-relative [aria-describedby].focused+.tooltip--bottom-left,.tooltip-relative [aria-describedby].focused+.tooltip--bottom-right,.tooltip-relative [aria-describedby].focused>.tooltip--bottom-left,.tooltip-relative [aria-describedby].focused>.tooltip--bottom-right,.tooltip-relative:hover+.tooltip--bottom-left,.tooltip-relative:hover+.tooltip--bottom-right,.tooltip-relative:hover>.tooltip--bottom-left,.tooltip-relative:hover>.tooltip--bottom-right{bottom:0;top:auto;transform:translateY(100%)}.tooltip-relative [aria-describedby].focused+.tooltip--top-center,.tooltip-relative [aria-describedby].focused+.tooltip--top-left,.tooltip-relative [aria-describedby].focused+.tooltip--top-right,.tooltip-relative [aria-describedby].focused>.tooltip--top-center,.tooltip-relative [aria-describedby].focused>.tooltip--top-left,.tooltip-relative [aria-describedby].focused>.tooltip--top-right,.tooltip-relative:hover+.tooltip--top-center,.tooltip-relative:hover+.tooltip--top-left,.tooltip-relative:hover+.tooltip--top-right,.tooltip-relative:hover>.tooltip--top-center,.tooltip-relative:hover>.tooltip--top-left,.tooltip-relative:hover>.tooltip--top-right{bottom:auto;top:0;transform:translateY(-100%)}.tooltip{background-color:#262626;display:none;opacity:0;pointer-events:none;position:absolute;z-index:10}.tooltip--light{background-color:#f0f0f0}.tooltip--light .tooltip__text{color:#171717}.tooltip__text{color:#fff;display:inline-block;letter-spacing:0;text-transform:none}@media(min-width:2048px){.tooltip__text{font-size:.68359375vw}}.tooltip__text{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}.tooltip__caret{content:"";height:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:0}.tooltip--bottom-left~.tooltip__caret,.tooltip--bottom-right~.tooltip__caret{bottom:0}.tooltip--top-center~.tooltip__caret,.tooltip--top-left~.tooltip__caret,.tooltip--top-right~.tooltip__caret{right:0;top:0;transform:rotate(180deg)}.tooltip-relative{position:relative}.tooltip-relative [aria-describedby].focused+.tooltip--bottom-right,.tooltip-relative [aria-describedby].focused>.tooltip--bottom-right,.tooltip-relative:hover+.tooltip--bottom-right,.tooltip-relative:hover>.tooltip--bottom-right{right:0}.tooltip-relative [aria-describedby].focused+.tooltip--bottom-left,.tooltip-relative [aria-describedby].focused>.tooltip--bottom-left,.tooltip-relative:hover+.tooltip--bottom-left,.tooltip-relative:hover>.tooltip--bottom-left{left:0}.tooltip-relative [aria-describedby].focused+.tooltip--top-right,.tooltip-relative [aria-describedby].focused>.tooltip--top-right,.tooltip-relative:hover+.tooltip--top-right,.tooltip-relative:hover>.tooltip--top-right{right:0}.tooltip-relative [aria-describedby].focused+.tooltip--top-left,.tooltip-relative [aria-describedby].focused>.tooltip--top-left,.tooltip-relative:hover+.tooltip--top-left,.tooltip-relative:hover>.tooltip--top-left{left:0}.tooltip-relative [aria-describedby].focused+.tooltip--top-center,.tooltip-relative [aria-describedby].focused>.tooltip--top-center,.tooltip-relative:hover+.tooltip--top-center,.tooltip-relative:hover>.tooltip--top-center{left:50%;transform:translateY(-100%) translateX(-50%)}.tooltip-relative [aria-describedby].focused.tooltip-touchable+.tooltip,.tooltip-relative [aria-describedby].focused.tooltip-touchable>.tooltip,.tooltip-relative:hover.tooltip-touchable+.tooltip,.tooltip-relative:hover.tooltip-touchable>.tooltip{animation:fade-in .3s cubic-bezier(.215,.61,.355,1) forwards;display:inline-block;height:auto;padding:15px;width:237px}@media(min-width:2048px){.tooltip-relative [aria-describedby].focused.tooltip-touchable+.tooltip,.tooltip-relative [aria-describedby].focused.tooltip-touchable>.tooltip,.tooltip-relative:hover.tooltip-touchable+.tooltip,.tooltip-relative:hover.tooltip-touchable>.tooltip{padding:.732421875vw;width:11.572265625vw}}.tooltip-relative [aria-describedby].focused.tooltip-touchable>.tooltip__caret,.tooltip-relative [aria-describedby].focused.tooltip-touchable~.tooltip__caret,.tooltip-relative:hover.tooltip-touchable>.tooltip__caret,.tooltip-relative:hover.tooltip-touchable~.tooltip__caret{animation:fade-in .3s cubic-bezier(.215,.61,.355,1) forwards;animation-delay:10ms;border-bottom:3px solid #f0f0f0;border-left:3px solid transparent;border-right:3px solid transparent}@media(min-width:1024px){.tooltip-relative [aria-describedby].focused+.tooltip,.tooltip-relative [aria-describedby].focused>.tooltip,.tooltip-relative:hover+.tooltip,.tooltip-relative:hover>.tooltip{animation:fade-in .3s cubic-bezier(.215,.61,.355,1) forwards;display:inline-block;height:auto;padding:15px;width:237px}}@media(min-width:1024px)and (min-width:2048px){.tooltip-relative [aria-describedby].focused+.tooltip,.tooltip-relative [aria-describedby].focused>.tooltip,.tooltip-relative:hover+.tooltip,.tooltip-relative:hover>.tooltip{padding:.732421875vw;width:11.572265625vw}}@media(min-width:1024px){.tooltip-relative [aria-describedby].focused>.tooltip__caret,.tooltip-relative [aria-describedby].focused>.tooltip__caret--light,.tooltip-relative [aria-describedby].focused~.tooltip__caret,.tooltip-relative [aria-describedby].focused~.tooltip__caret--light,.tooltip-relative:hover>.tooltip__caret,.tooltip-relative:hover>.tooltip__caret--light,.tooltip-relative:hover~.tooltip__caret,.tooltip-relative:hover~.tooltip__caret--light{animation:fade-in .3s cubic-bezier(.215,.61,.355,1) forwards;animation-delay:10ms;border-bottom:3px solid #f0f0f0;border-left:3px solid transparent;border-right:3px solid transparent}}.wl_button{background-color:transparent;border:0;cursor:pointer;padding:0}@media(min-width:2048px){.wl_button{font-size:.78125vw}}.wl_button:focus span{outline:2px solid #8c8c8c;outline-offset:8px}.wl_button__icon{display:inline-flex;justify-content:center;transform:scale(1);transition:transform .3s}.wl_button__icon.icon-wishlist-full{color:#de2b2b}.wl_button:active .wl_button__icon{transform:scale(1.4)}.wl_button--tile-cta{bottom:10px;display:inline-flex;padding:20px;position:absolute;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;transition:background-color .2s linear;transition:background-color .2s linear,box-shadow .2s linear}.wl_button--tile-cta:active{background-color:#dadada}@media(min-width:1024px){.wl_button--tile-cta{bottom:0;right:.5px;transform:translateX(0)}}.gn_accordion{align-items:normal;display:flex;flex-direction:column;justify-content:normal;padding:30px 21px}@media(min-width:1024px){.gn_accordion{padding:70px 0}}@media(min-width:2048px){.gn_accordion{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.gn_accordion--focus>div{box-shadow:0 0 2px 2px #51a7e8}.gn_accordion_section{border-top:1px solid #e5e5e5}@media(min-width:1024px){.gn_accordion_section{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.gn_accordion_section{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_accordion_section{flex-basis:auto}}.gn_accordion_section:last-child{border-bottom:1px solid #e5e5e5}.gn_accordion_section__content{max-height:9000px;overflow:hidden;transition:max-height .8s,opacity .8s}@media(min-width:2048px){.gn_accordion_section__content{max-height:140.625vw}}.gn_accordion_section__content--closed{max-height:0;opacity:0}.gn_accordion_section__content--hide{display:none}.gn_accordion_section__trigger{align-items:center;background-color:#fff;border:0;display:flex;flex-direction:row;justify-content:space-between;padding:30px 0 20px;text-align:left;width:100%}@media(min-width:1024px){.gn_accordion_section__trigger{padding:40px 0}}.gn_accordion_section__trigger:focus{outline:none}.gn_accordion_section__trigger:focus>.gn_accordion_section__title{box-shadow:0 0 2px 2px #51a7e8}.gn_accordion_section__state{border:0;font-size:1.5625rem;height:20px;position:relative;width:20px}.gn_accordion_section__state span{background:#000;border-radius:2px;position:absolute;transition:.3s}.gn_accordion_section__state span:first-of-type{bottom:25%;left:45%;top:25%;width:10%}.gn_accordion_section__state span:last-of-type{height:10%;left:25%;right:25%;top:45%}.gn_accordion_section__state--expanded span:first-of-type{transform:rotate(90deg)}.gn_accordion_section__title{color:#000;flex-basis:calc(83.33333% - 3.5px);flex-grow:1;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.gn_accordion_section__title{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;letter-spacing:.048828125vw;max-width:calc(83.33333% - .1709vw)}}.gn_accordion_section__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.gn_accordion_section__title{font-size:.68359375vw}}.gn_accordion_section__title{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.gn_accordion_section__title{flex-basis:calc(93.75% - 1.375px);flex-grow:1;max-width:calc(93.75% - 1.375px)}}@media(min-width:1024px)and (min-width:2048px){.gn_accordion_section__title{flex-basis:calc(93.75% - 0.06714vw);flex-grow:1;letter-spacing:.09765625vw;max-width:calc(93.75% - .06714vw)}}@media(min-width:1024px){.gn_accordion_section__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.gn_accordion_section__title{font-size:.9765625vw}}@media(min-width:1024px){.gn_accordion_section__title{font-size:1.25rem;line-height:1.25}}.gn_accordion_section__component{margin-bottom:20px}@media(min-width:1024px){.gn_accordion_section__component{margin-bottom:30px}}.gn_accordion_section .gn_intro_text__content,.gn_accordion_section .gn_intro_text__header{overflow-wrap:break-word}@media(min-width:1024px){.gn_accordion_section .gn_intro_text__content,.gn_accordion_section .gn_intro_text__header{flex-basis:100%;flex-grow:1;margin-left:0;max-width:100%}}@media(min-width:1024px)and (min-width:2048px){.gn_accordion_section .gn_intro_text__content,.gn_accordion_section .gn_intro_text__header{flex-basis:100%;flex-grow:1;max-width:100%}}.gn_accordion_section .gn_intro_text{padding:0}.gn_accordion_section .gn_brightcove .bc-player-default_default{display:block}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_accordion_section__heading+div{display:block!important}}.gn_accordion #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{width:99%}.gn_horizontal{align-items:center;background-color:#171717;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding:46px 21px 56px}@media(min-width:1024px){.gn_horizontal{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_horizontal{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_horizontal{align-items:center;display:flex;flex-direction:row;justify-content:center}}.gn_horizontal .openid-connect-login-form{width:263px}@media(min-width:1024px){.gn_horizontal .openid-connect-login-form{margin-right:16px}}@media(min-width:2048px){.gn_horizontal .openid-connect-login-form .button{padding:13.5px 20px}}.gn_horizontal .create{background-color:#171717;border:1px solid #fff;font-family:Gotham Bold,Arial,sans-serif;font-size:12px;margin-top:32px;padding:16px 20px;text-align:center;text-decoration:none;text-transform:uppercase;width:263px}@media(min-width:1024px){.gn_horizontal .create{margin-left:16px;margin-top:0}}.gn_vertical{align-items:center;background-color:#262626;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.gn_vertical{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_vertical{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_vertical{align-items:center;display:flex;flex-direction:row;justify-content:center}}.gn_vertical__image{width:100%}.gn_vertical__image img{object-fit:cover;width:100%}@media(min-width:1024px){.gn_vertical__image img{height:682px;width:100%}.gn_vertical__image{flex-basis:calc(55% - 9.9px);flex-grow:1;height:682px;max-width:calc(55% - 9.9px);overflow:hidden}}@media(min-width:1024px)and (min-width:2048px){.gn_vertical__image{flex-basis:calc(55% - 0.4834vw);flex-grow:1;max-width:calc(55% - .4834vw)}}.gn_vertical__panel{background-color:#fff;max-width:100%;padding:28px 21px 34px;text-align:center}@media(min-width:1024px){.gn_vertical__panel{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_vertical__panel{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_vertical__panel{align-items:center;display:flex;flex-basis:calc(45% - 12.1px);flex-direction:column;flex-grow:1;height:682px;justify-content:center;max-width:calc(45% - 12.1px);padding-left:110px;padding-right:110px}}@media(min-width:1024px)and (min-width:2048px){.gn_vertical__panel{flex-basis:calc(45% - 0.59082vw);flex-grow:1;max-width:calc(45% - .59082vw)}}.gn_vertical__panel .description{color:#757575;padding-top:20px}.gn_vertical__panel .openid-connect-login-form{margin:24px auto;width:263px}@media(min-width:1024px){.gn_vertical__panel .openid-connect-login-form{margin:34px 0 42px}}.gn_vertical__panel .openid-connect-login-form .button{background-color:#171717;border:none;color:#fff}.gn_vertical__panel .create{color:#171717;text-decoration:none;width:263px}.gn_all_articles{max-width:100%;overflow:hidden;padding:60px 21px;transition:1s}@media(min-width:1024px){.gn_all_articles{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_all_articles{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_all_articles{padding-bottom:70px;padding-top:70px}}.gn_all_articles__component{position:relative}.gn_all_articles__header{padding-bottom:30px}@media(min-width:1024px){.gn_all_articles__header{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(20% - 17.6px);padding-bottom:45px}}@media(min-width:1024px)and (min-width:2048px){.gn_all_articles__header{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.gn_all_articles__header_title{text-transform:uppercase}.gn_all_articles__row{margin-bottom:0}@media(min-width:1024px){.gn_all_articles__row{align-items:stretch;display:flex;flex-basis:calc(90% - 2.2px);flex-direction:row;flex-grow:1;justify-content:flex-start;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn_all_articles__row{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.gn_all_articles__item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:60px;transition:opacity .5s ease-out}@media(min-width:1024px){.gn_all_articles__item{flex-basis:calc(33.33333% - 14.66667px);flex-grow:1;margin-bottom:110px;max-width:calc(33.33333% - 14.66667px)}}@media(min-width:1024px)and (min-width:2048px){.gn_all_articles__item{flex-basis:calc(33.33333% - 0.71615vw);flex-grow:1;max-width:calc(33.33333% - .71615vw)}}.gn_all_articles__item .link{padding-bottom:5px}.gn_all_articles__item_image{height:83.3333333333vw;margin-bottom:25px;width:100%}@media(max-width:360px){.gn_all_articles__item_image{height:300px}}@media(min-width:480px){.gn_all_articles__item_image{height:400px}}@media(min-width:2048px){.gn_all_articles__item_image{height:19.53125vw}}.gn_all_articles__item_image img{height:100%;object-fit:cover;width:100%}@media(min-width:2048px){.gn_all_articles__item_image img{height:19.53125vw}}.gn_all_articles__item_image div{height:100%;width:100%}.gn_all_articles__item_title{margin-bottom:30px}@media(min-width:2048px){.gn_all_articles__item_title{letter-spacing:.09765625vw}}.gn_all_articles__item_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.gn_all_articles__item_title{font-size:.9765625vw}}.gn_all_articles__item_title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px){.gn_all_articles__item_title{margin-bottom:0;min-height:80px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_all_articles__item_title{width:100%}}.gn_all_articles__item_body{padding:30px 0 40px;position:relative}@media(min-width:1024px){.gn_all_articles__item_body{flex-basis:calc(83.33333% - 3.66667px);flex-basis:auto;flex-grow:1;max-width:calc(83.33333% - 3.66667px)}}@media(min-width:1024px)and (min-width:2048px){.gn_all_articles__item_body{flex-basis:calc(83.33333% - 0.17904vw);flex-grow:1;max-width:calc(83.33333% - .17904vw)}}@media(min-width:2048px){.gn_all_articles__item_body{flex-basis:auto}}.gn_all_articles__item_body:after{background-color:#404040;bottom:0;content:"";height:1px;position:absolute;top:0;width:20px}@media(min-width:1024px){.gn_all_articles__item:not(:first-child){margin-left:22px}}.gn_all_articles__item--hidden{opacity:0;pointer-events:none;visibility:hidden}.gn_all_articles__button_section{padding:30px 0;position:relative;width:100%}@media(min-width:1024px){.gn_all_articles__button_section{padding:45px 0}}.gn_all_articles__button_section button{transition:1s}.gn_all_articles__button_section--hidden{left:0;padding-left:inherit;padding-right:inherit;position:absolute}.gn_all_articles__button_section--hidden:before{background-color:transparent}.gn_all_articles__button_section--hidden button{opacity:0;pointer-events:none}.gn_all_articles__button{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.gn_all_articles__button{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.gn_all_articles__button{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.gn_all_articles__button{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.gn_all_articles--hidden{display:none}.gn-bts{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding:60px 21px}@media(min-width:1024px){.gn-bts{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn-bts{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn-bts{padding-bottom:70px;padding-top:70px}}@media(min-width:2048px){.gn-bts{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn-bts{display:block}}.gn-bts__header{flex-direction:row;margin-bottom:40px;text-transform:uppercase}@media(min-width:1024px){.gn-bts__header{margin-bottom:45px}}@media(min-width:2048px){.gn-bts__header{margin-bottom:2.197265625vw}}.gn-bts__title{display:block;margin-bottom:9px}@media(min-width:1024px){.gn-bts__title{margin-bottom:20px}}@media(min-width:2048px){.gn-bts__title{margin-bottom:.9765625vw}}@media(min-width:1024px){.gn-bts__spacer{flex-basis:calc(5.55556% - 20.77778px);flex-grow:1;margin-right:22px;max-width:calc(5.55556% - 20.77778px)}}@media(min-width:1024px)and (min-width:2048px){.gn-bts__spacer{flex-basis:calc(5.55556% - 1.01454vw);flex-grow:1;max-width:calc(5.55556% - 1.01454vw)}}@media(min-width:2048px){.gn-bts__spacer{margin-right:1.07421875vw}}.gn-bts__cards{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;width:100%}@media(min-width:1024px){.gn-bts__cards{flex-basis:calc(94.44444% - 1.22222px);flex-direction:row;flex-grow:1;max-width:calc(94.44444% - 1.22222px)}}@media(min-width:1024px)and (min-width:2048px){.gn-bts__cards{flex-basis:calc(94.44444% - 0.05968vw);flex-grow:1;max-width:calc(94.44444% - .05968vw)}}.gn-bts__container,.gn-bts__header{display:flex;flex-basis:100%;flex-grow:1;max-width:100%;width:100%}@media(min-width:2048px){.gn-bts__container,.gn-bts__header{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.gn-bts__container,.gn-bts__header{flex-basis:calc(90% - 2.2px);flex-grow:1;max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn-bts__container,.gn-bts__header{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.gn-bts__card{flex-basis:100%;flex-grow:1;max-width:100%;width:100%}@media(min-width:2048px){.gn-bts__card{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.gn-bts__card{flex-basis:calc(47.05882% - 11.64706px);flex-grow:1;max-width:calc(47.05882% - 11.64706px)}}@media(min-width:1024px)and (min-width:2048px){.gn-bts__card{flex-basis:calc(47.05882% - 0.5687vw);flex-grow:1;max-width:calc(47.05882% - .5687vw)}}@media(min-width:1024px){.gn-bts__card--second{padding-top:25%}.gn_brightcove--medium-size{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.gn_brightcove--medium-size{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.gn_brightcove .bc-player-default_default{align-items:center;display:flex;height:auto;justify-content:center;width:100%}.gn_brightcove .bc-player-default_default .vjs-big-play-button{background:transparent;max-height:69px;max-width:69px;padding:0}@media(min-width:1024px){.gn_brightcove .bc-player-default_default .vjs-big-play-button{max-height:90px;max-width:90px}}@media(min-width:2048px){.gn_brightcove .bc-player-default_default .vjs-big-play-button{max-height:4.39453125vw;max-width:4.39453125vw}}.gn_brightcove .bc-player-default_default .vjs-big-play-button:focus{background:#767676}.gn_brightcove .bc-player-default_default .vjs-big-play-button img{height:100%;width:100%}.gn_brightcove .bc-player-default_default .vjs-big-play-button.plyr__tab-focus,.gn_brightcove .bc-player-default_default .vjs-big-play-button:hover,.gn_brightcove .bc-player-default_default .vjs-big-play-button[aria-expanded=true]{background:#767676;color:#fff}.gn_brightcove .bc-player-default_default .vjs-big-play-button{background-color:#fff;border-radius:34.5px;height:69px;width:69px}@media(min-width:1024px){.gn_brightcove .bc-player-default_default .vjs-big-play-button{border-radius:45px;height:90px;width:90px}}@media(min-width:2048px){.gn_brightcove .bc-player-default_default .vjs-big-play-button{height:3.369140625vw;width:3.369140625vw}}.gn_brightcove .bc-player-default_default .vjs-big-play-button:before{color:#000;content:"";font-family:VideoJS;font-size:16px;line-height:1.3;margin:auto;opacity:.8;text-align:center;width:16px}@media(min-width:1024px){.gn_brightcove .bc-player-default_default .vjs-big-play-button:before{font-size:21px;width:21px}}@media(min-width:2048px){.gn_brightcove .bc-player-default_default .vjs-big-play-button:before{font-size:1.025390625vw;width:1.025390625vw}}.gn_brightcove .bc-player-default_default .vjs-big-play-button{display:flex;left:auto;top:auto;transition:opacity .3s ease}.gn_brightcove .bc-player-default_default:not(.vjs-paused).vjs-has-started .vjs-big-play-button{opacity:0}@media(min-width:2048px){.gn_brightcove .vjs-control-bar{border-width:.048828125vw;height:2.44140625vw;line-height:2.44140625vw}.gn_brightcove .bc-player-default_default .vjs-control{height:1.611328125vw;width:2.34375vw}.gn_brightcove .bc-player-default_default .vjs-volume-menu-button .vjs-menu{bottom:1.611328125vw}.gn_brightcove .bc-player-default_default .vjs-volume-bar.vjs-slider-vertical.vjs-slider-vertical{padding-left:.48828125vw;padding-right:.48828125vw;width:.146484375vw}.gn_brightcove .bc-player-default_default .vjs-volume-level{width:.146484375vw}.gn_brightcove .bc-player-default_default .vjs-time-divider{width:.1953125vw}.gn_brightcove .bc-player-default_default .vjs-progress-holder{height:.1953125vw;padding-bottom:.68359375vw;padding-top:.732421875vw}}.gn_brightcove .bc-player-default_default .vjs-progress-holder:before{background-color:transparent;box-shadow:0 1px 1px rgba(0,0,0,.15);color:hsla(0,0%,100%,.25)}@media(min-width:2048px){.gn_brightcove .bc-player-default_default .vjs-load-progress,.gn_brightcove .bc-player-default_default .vjs-play-progress,.gn_brightcove .bc-player-default_default .vjs-progress-holder:before{height:.1953125vw}}.gn_brightcove .bc-player-default_default .vjs-play-progress.vjs-slider-bar{background:none;background-color:#de2b2b}@media(min-width:2048px){.gn_brightcove .bc-player-default_default .vjs-play-progress{margin-top:-.1953125vw}.gn_brightcove .bc-player-default_default .vjs-menu{margin-bottom:1.611328125vw;margin-left:-.68359375vw;margin-right:-.68359375vw;width:3.7109375vw}.gn_brightcove .bc-player-default_default .vjs-menu-button .vjs-menu .vjs-menu-content{max-height:17.578125vw}.gn_brightcove .bc-player-default_default .vjs-captions-button .vjs-menu-content,.gn_brightcove .bc-player-default_default .vjs-chapters-button .vjs-menu-content,.gn_brightcove .bc-player-default_default .vjs-subtitles-button .vjs-menu-content{left:-1.5625vw;width:6.8359375vw}.gn_brightcove .bc-player-default_default .vjs-control:before{font-size:.78125vw;line-height:.87890625vw;top:.390625vw;width:1.171875vw}.gn_brightcove .bc-player-default_default .vjs-menu .vjs-menu-item{height:1.171875vw;line-height:1.171875vw;padding:.341796875vw}.gn_brightcove .bc-player-default_default.vjs-mouse .vjs-control-bar{height:1.611328125vw;line-height:1.611328125vw}.gn_brightcove .bc-player-default_default .vjs-volume-bar.vjs-slider-vertical.vjs-slider-vertical:before{width:.146484375vw}}.gn_content_hub{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:30px 0 60px;position:relative}@media(min-width:1024px){.gn_content_hub{padding:70px 0}}@media(min-width:2048px){.gn_content_hub{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.gn_content_hub .content{max-width:100%;padding-left:21px;padding-right:21px;width:100%}@media(min-width:1024px){.gn_content_hub .content{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_content_hub .content{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_content_hub .content{align-items:normal;display:flex;flex-direction:row;justify-content:flex-start;top:0}}.gn_content_hub__double{background:linear-gradient(0,#fff 80%,#171717 0)}@media(min-width:1024px){.gn_content_hub__double{align-items:center;background:linear-gradient(0,#fff 55%,#171717 0);display:flex;flex-direction:row;justify-content:center}}.gn_content_hub__double--dark{background:#171717;color:#fff}.gn_content_hub__double--dark .gn_content_hub__info{background-color:#171717}.gn_content_hub__double--white{background:#fff}.gn_content_hub__double .gn_content_hub__item:first-of-type{padding-bottom:60px}@media(min-width:1024px){.gn_content_hub__double .gn_content_hub__item:first-of-type{padding-bottom:0}}.gn_content_hub__item{align-items:normal;display:flex;flex-direction:column;justify-content:center;position:relative}@media(min-width:768px)and (max-width:1023px){.gn_content_hub__item{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.gn_content_hub__item{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.gn_content_hub__item{flex-basis:calc(50% - 11px);flex-grow:1;margin-right:22px;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__item{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.gn_content_hub__item:last-child{margin-right:0}}@media(min-width:2048px){.gn_content_hub__item{margin-right:1.07421875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_content_hub__item{align-items:stretch;flex-basis:auto}}.gn_content_hub__info{background-color:#fff;bottom:80px;flex-basis:calc(66.66667% + 35px);flex-grow:1;margin-bottom:-80px;margin-left:calc(16.66667% - 17.5px);max-width:calc(66.66667% + 35px);padding:20px 21px 0;position:relative;text-align:center}@media(min-width:2048px){.gn_content_hub__info{flex-basis:calc(66.66667% + 1.70898vw);flex-grow:1;max-width:calc(66.66667% + 1.70898vw)}}@media(min-width:1024px){.gn_content_hub__info{bottom:150px;flex-basis:calc(66.66667% + 35px);flex-grow:1;margin-bottom:-150px;margin-left:calc(16.66667% - 17.5px);max-width:calc(66.66667% + 35px)}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__info{flex-basis:calc(66.66667% + 1.70898vw);flex-grow:1;max-width:calc(66.66667% + 1.70898vw)}}@media(min-width:1024px){.gn_content_hub__info{display:flex;flex-basis:calc(80% - 4.4px);flex-direction:column;flex-grow:1;flex-grow:2;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px);padding:40px 0 0;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__info{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media(min-width:2048px){.gn_content_hub__info{bottom:7.32421875vw;margin-bottom:-7.32421875vw;padding-top:1.953125vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_content_hub__info{flex-basis:auto}}.gn_content_hub__image{overflow:hidden}.gn_content_hub__image img{height:calc(116.66667vw - 49px);object-fit:cover;width:100%}@media(min-width:1024px){.gn_content_hub__image img{height:calc(50vw - 33px)}}.gn_content_hub__eyebrow{display:block;font-family:Gotham Medium,Arial,sans-serif;margin-bottom:20px;text-transform:uppercase}@media(min-width:2048px){.gn_content_hub__eyebrow{font-size:.48828125vw;letter-spacing:.1953125vw}}.gn_content_hub__eyebrow{font-size:.625rem;letter-spacing:.25rem;line-height:2}@media(min-width:1024px){.gn_content_hub__eyebrow{flex-grow:1;font-family:Gotham Medium,Arial,sans-serif;margin-left:calc(12.5% + 2.75px)}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__eyebrow{font-size:.5859375vw;letter-spacing:.29296875vw}}@media(min-width:1024px){.gn_content_hub__eyebrow{font-size:.75rem;letter-spacing:.375rem;line-height:1.6666666667}}@media(min-width:2048px){.gn_content_hub__eyebrow{margin-bottom:.9765625vw}}.gn_content_hub__separator{border-bottom:1px solid #de2b2b;flex-basis:calc(50% - 10.5px);flex-grow:1;margin-bottom:20px;margin-left:calc(25% + 5.25px);max-width:calc(50% - 10.5px)}@media(min-width:2048px){.gn_content_hub__separator{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:1024px){.gn_content_hub__separator{flex-basis:calc(25% - 16.5px);flex-grow:1;flex-shrink:3;margin-left:calc(12.5% + 2.75px);max-width:calc(25% - 16.5px)}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__separator{flex-basis:calc(25% - 0.80566vw);flex-grow:1;max-width:calc(25% - .80566vw)}}@media(min-width:2048px){.gn_content_hub__separator{border-bottom-width:.048828125vw;margin-bottom:.9765625vw}}.gn_content_hub__title{margin-bottom:25px;min-height:50px;text-align:center;text-transform:uppercase;width:100%}@media(min-width:2048px){.gn_content_hub__title{letter-spacing:.09765625vw}}.gn_content_hub__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.gn_content_hub__title{font-size:.9765625vw}}.gn_content_hub__title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px){.gn_content_hub__title{flex-basis:calc(75% - 5.5px);flex-grow:1;flex-grow:2;margin-bottom:20px;margin-left:calc(12.5% + 2.75px);max-width:calc(75% - 5.5px);text-align:left}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.gn_content_hub__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__title{font-size:1.46484375vw}}@media(min-width:1024px){.gn_content_hub__title{font-size:1.875rem;line-height:1.1666666667}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__title{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}@media(min-width:2048px){.gn_content_hub__title{margin-bottom:.9765625vw;min-height:2.44140625vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_content_hub__title{flex-basis:auto}}.gn_content_hub__description{margin-bottom:25px;text-align:left;width:100%}@media(min-width:2048px){.gn_content_hub__description{font-size:.78125vw}}.gn_content_hub__description{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.gn_content_hub__description em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.gn_content_hub__description strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.gn_content_hub__description{font-size:1rem;line-height:1.625}@media(min-width:1024px){.gn_content_hub__description{flex-basis:calc(75% - 5.5px);flex-grow:1;flex-grow:2;margin-bottom:0;margin-left:calc(12.5% + 2.75px);max-width:calc(75% - 5.5px)}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__description{font-size:.87890625vw}}@media(min-width:1024px){.gn_content_hub__description{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.gn_content_hub__description em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.gn_content_hub__description strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.gn_content_hub__description{font-size:1.125rem;line-height:1.7777777778}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__description{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}.gn_content_hub__cta{align-items:center;display:flex;flex-direction:column;justify-content:center;letter-spacing:2px;min-height:55px;padding:0;text-align:center;text-decoration:none;width:100%}@media(min-width:2048px){.gn_content_hub__cta{font-size:.5859375vw;letter-spacing:.0732421875vw}}.gn_content_hub__cta{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px){.gn_content_hub__cta{flex-basis:calc(37.5% - 13.75px);flex-grow:1;flex-shrink:2;letter-spacing:1.5px;margin-left:calc(12.5% + 2.75px);margin-top:16px;max-height:55px;max-width:calc(37.5% - 13.75px);text-decoration:none}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__cta{flex-basis:calc(37.5% - 0.67139vw);flex-grow:1;font-size:.5859375vw;letter-spacing:.0732421875vw;max-width:calc(37.5% - .67139vw)}}@media(min-width:1024px){.gn_content_hub__cta{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}}@media(min-width:2048px){.gn_content_hub__cta{letter-spacing:.0732421875vw;margin-top:.78125vw;max-height:2.685546875vw;min-height:2.685546875vw}}.gn_content_hub__focusable_image{transition:padding .3s}.gn_content_hub__focusable_image:focus{outline:none;padding:8px;position:relative}.gn_content_hub__focusable_image:focus:after{bottom:2px;content:"";left:2px;outline:2px solid #8c8c8c;position:absolute;right:2px;top:2px;z-index:1}.gn_content_hub__item_margin_top_option_1{margin-top:10px}@media(min-width:1024px){.gn_content_hub__item_margin_top_option_1{margin-top:0}}.gn_content_hub__item_margin_top_option_2{margin-top:30px}@media(min-width:1024px){.gn_content_hub__item_margin_top_option_2{margin-top:70px}}.gn_content_hub__item_margin_bottom_option_1{margin-bottom:10px}@media(min-width:1024px){.gn_content_hub__item_margin_bottom_option_1{margin-bottom:0}}.gn_content_hub__item_margin_bottom_option_2{margin-bottom:30px}@media(min-width:1024px){.gn_content_hub__item_margin_bottom_option_2{margin-bottom:70px}}.gn_content_hub__single--dark{background-color:#171717;color:#fff}.gn_content_hub__single--dark .gn_content_hub__info{background-color:#171717}.gn_content_hub__single .gn_content_hub__item{align-items:normal;display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px;position:relative;width:100%}@media(min-width:1024px){.gn_content_hub__single .gn_content_hub__item{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_content_hub__single .gn_content_hub__item{flex-basis:100%;flex-grow:1;max-width:100%;padding-left:1.07421875vw;padding-right:1.07421875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_content_hub__single .gn_content_hub__item{align-items:stretch;flex-basis:auto}}.gn_content_hub__single .gn_content_hub__info{bottom:80px;margin-bottom:-80px}@media(min-width:1024px){.gn_content_hub__single .gn_content_hub__info{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px);padding:40px 0 0;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__single .gn_content_hub__info{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:2048px){.gn_content_hub__single .gn_content_hub__info{bottom:3.90625vw;margin-bottom:-3.90625vw;padding-top:1.953125vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_content_hub__single .gn_content_hub__info{flex-basis:auto}}@media(min-width:1024px){.gn_content_hub__single .gn_content_hub__eyebrow{margin-left:calc(5.55556% + 1.22222px)}.gn_content_hub__single .gn_content_hub__separator{flex-basis:calc(11.11111% - 19.55556px);flex-grow:1;margin-left:calc(5.55556% + 1.22222px);max-width:calc(11.11111% - 19.55556px)}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__single .gn_content_hub__separator{flex-basis:calc(11.11111% - 0.95486vw);flex-grow:1;max-width:calc(11.11111% - .95486vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_content_hub__single .gn_content_hub__separator{flex-basis:auto}}@media(min-width:1024px){.gn_content_hub__single .gn_content_hub__title{flex-basis:calc(88.88889% - 2.44444px);flex-grow:1;margin-left:calc(5.55556% + 1.22222px);max-width:calc(88.88889% - 2.44444px)}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__single .gn_content_hub__title{flex-basis:calc(88.88889% - 0.11936vw);flex-grow:1;max-width:calc(88.88889% - .11936vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_content_hub__single .gn_content_hub__title{flex-basis:auto}}@media(min-width:1024px){.gn_content_hub__single .gn_content_hub__description{flex-basis:calc(61.11111% - 8.55556px);flex-grow:1;margin-left:calc(5.55556% + 1.22222px);max-width:calc(61.11111% - 8.55556px)}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__single .gn_content_hub__description{flex-basis:calc(61.11111% - 0.41775vw);flex-grow:1;max-width:calc(61.11111% - .41775vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_content_hub__single .gn_content_hub__description{flex-basis:auto}}@media(min-width:1024px){.gn_content_hub__single .gn_content_hub__cta{flex-basis:calc(16.66667% - 18.33333px);flex-grow:1;margin-left:calc(5.55556% + 1.22222px);max-width:calc(16.66667% - 18.33333px)}}@media(min-width:1024px)and (min-width:2048px){.gn_content_hub__single .gn_content_hub__cta{flex-basis:calc(16.66667% - 0.89518vw);flex-grow:1;max-width:calc(16.66667% - .89518vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_content_hub__single .gn_content_hub__cta{flex-basis:auto}}@media(min-width:1024px){.gn_content_hub__single .gn_content_hub__image img{height:calc(50vw - 22px)}}.gn_explore_collections{max-width:100%;padding-left:21px;padding-right:21px;padding-top:30px}@media(min-width:1024px){.gn_explore_collections{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_explore_collections{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_explore_collections{padding-top:70px}}@media(min-width:2048px){.gn_explore_collections{padding-top:3.41796875vw}}.gn_explore_collections__title{color:#fff;margin-bottom:20px}@media(min-width:1024px){.gn_explore_collections__title{margin-bottom:30px;margin-left:calc(5% + 1.1px)}}@media(min-width:2048px){.gn_explore_collections__title{margin-bottom:1.46484375vw}}.gn_explore_collections--no-padding-top{padding-top:0}.gn_explore_collections .cl_header{padding-bottom:60px}@media(min-width:1024px){.gn_explore_collections .cl_header{padding-bottom:20px}}@media(min-width:2048px){.gn_explore_collections .cl_header{padding-bottom:.9765625vw}}.gn_explore_collections .cl_teaser{padding:20px 0 0}@media(min-width:1024px){.gn_explore_collections .cl_teaser{padding:20px 0 120px}}@media(min-width:2048px){.gn_explore_collections .cl_teaser{padding-bottom:5.859375vw;padding-top:.9765625vw}}.gn_explore_collections .cl_header__controls{padding-bottom:20px}@media(min-width:2048px){.gn_explore_collections .cl_header__controls{padding-bottom:.9765625vw}}.gn_explore_collections .cl_header__controls .icon-next:before{font-size:16px}.gn_explore_collections a.cl_teaser{text-decoration:none}@media(min-width:1024px){.gn_explore_collections a.cl_teaser{padding-bottom:70px}}@media(min-width:2048px){.gn_explore_collections a.cl_teaser{padding-bottom:3.41796875vw}}.gn_explore_watches{max-width:100%;padding:60px 21px;position:relative}@media(min-width:1024px){.gn_explore_watches{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_explore_watches{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_explore_watches{padding-bottom:70px;padding-top:70px}}@media(min-width:2048px){.gn_explore_watches{padding-bottom:6.8359375vw;padding-top:6.8359375vw}}.gn_explore_watches__title{margin-bottom:45px;text-transform:uppercase}@media(min-width:1024px){.gn_explore_watches__title{margin-bottom:65px;margin-left:calc(5% + 1.1px)}}@media(min-width:2048px){.gn_explore_watches__title{margin-bottom:3.173828125vw}}.gn_explore_watches__slider_container{position:relative}.gn_explore_watches_slide{width:100%}.gn_explore_watches_slide__content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-end;position:relative;text-decoration:none}@media(min-width:1024px){.gn_explore_watches_slide__content{flex-basis:calc(90% - 2.2px);flex-grow:1;height:44.921875vw;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn_explore_watches_slide__content{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:1024px)and (max-width:1024px){.gn_explore_watches_slide__content{height:460px}}@media(min-width:1024px)and (min-width:1435.8260869565px){.gn_explore_watches_slide__content{height:645px}}@media(min-width:2048px){.gn_explore_watches_slide__content{height:31.494140625vw}}.gn_explore_watches_slide__image{height:auto;padding-bottom:10px;position:relative;width:100%}@media(min-width:1024px){.gn_explore_watches_slide__image{height:100%;overflow:hidden;padding:0 9.5%;position:absolute}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_explore_watches_slide__image{position:relative}}.gn_explore_watches_slide img,.gn_explore_watches_slide picture{display:block;height:auto;width:100%}.gn_explore_watches_slide__info{position:relative}@media(min-width:1024px){.gn_explore_watches_slide__info{background:linear-gradient(hsla(0,0%,9%,0),hsla(0,0%,9%,.65) 47%,#171717);padding-top:50px;width:100%}}@media(min-width:2048px){.gn_explore_watches_slide__info{padding-top:2.44140625vw}}.gn_explore_watches_slide__eyebrow,.gn_explore_watches_slide__title{text-transform:uppercase}.gn_explore_watches_slide__eyebrow{margin-bottom:10px}@media(min-width:2048px){.gn_explore_watches_slide__eyebrow{margin-bottom:.48828125vw}}.gn_explore_watches__controls{align-items:center;display:flex;flex-direction:row;justify-content:space-between}@media(min-width:1024px){.gn_explore_watches__controls{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn_explore_watches__controls{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:1024px){.gn_explore_watches__control{cursor:pointer}.gn_explore_watches__control--next button,.gn_explore_watches__control--prev button{transition:transform .3s ease}.gn_explore_watches__control--next:hover button,.gn_explore_watches__control--prev:hover button{transform:translate3d(8px,0,0)}.gn_explore_watches__control--next:hover button{transform:translateX(8px)}.gn_explore_watches__control--prev:hover button{transform:translateX(-8px) scaleX(-1)}.gn_explore_watches__control{position:absolute;top:35%}.gn_explore_watches__control--prev{left:5%}.gn_explore_watches__control--next{right:5%}.gn_explore_watches__dots{display:none}}.gn_explore_watches .slick-dots{bottom:0;display:block;list-style:none;margin:0;padding:0;position:relative;text-align:center}.gn_explore_watches .slick-dots li{height:13px;margin:0;width:13px}@media(min-width:768px)and (max-width:1023px){.gn_explore_watches .slick-dots li{height:20px;margin:0 5px;width:20px}}.gn_explore_watches .slick-dots li button{height:13px;padding:0;width:13px}@media(min-width:768px)and (max-width:1023px){.gn_explore_watches .slick-dots li button{height:20px;padding:5px;width:20px}}.gn_explore_watches .slick-dots li button:before{color:#fff;height:13px;line-height:13px;opacity:.3;width:13px}@media(min-width:768px)and (max-width:1023px){.gn_explore_watches .slick-dots li button:before{height:20px;line-height:20px;width:20px}}.gn_explore_watches .slick-dots li.slick-active button:before{opacity:1}.gn_explore_watches__next,.gn_explore_watches__prev{background:transparent;border:0;padding:0}@media(min-width:1024px){.gn_explore_watches__next,.gn_explore_watches__prev{background-color:#fff;border:1px solid transparent;border-radius:50%;height:0;padding:0;vertical-align:middle;width:0}}@media(min-width:1024px)and (min-width:1024px){.gn_explore_watches__next,.gn_explore_watches__prev{height:50px;width:50px}}@media(min-width:1024px){.gn_explore_watches__next span,.gn_explore_watches__prev span{color:#de2b2b;font-size:1.5625rem}}@media(min-width:1024px)and (min-width:2048px){.gn_explore_watches__next span,.gn_explore_watches__prev span{font-size:1.220703125vw}}@media(min-width:2048px){.gn_explore_watches__next,.gn_explore_watches__prev{font-size:.78125vw;height:2.44140625vw;width:2.44140625vw}}.gn_explore_watches__next span,.gn_explore_watches__prev span{color:#de2b2b;display:inline-flex;font-size:16px;position:relative;top:2px}@media(min-width:2048px){.gn_explore_watches__next span,.gn_explore_watches__prev span{font-size:.78125vw;top:.09765625vw}}@media(min-width:1024px){.gn_explore_watches__next{top:20.01953125vw}}@media(min-width:1024px)and (max-width:1024px){.gn_explore_watches__next{top:205px}}@media(min-width:1024px)and (min-width:1486.0487804878px){.gn_explore_watches__next{top:297.5px}}@media(min-width:2048px){.gn_explore_watches__next{top:14.5263671875vw}}@media(min-width:1024px){.gn_explore_watches__prev{top:20.01953125vw;transform:scaleX(-1)}}@media(min-width:1024px)and (max-width:1024px){.gn_explore_watches__prev{top:205px}}@media(min-width:1024px)and (min-width:1486.0487804878px){.gn_explore_watches__prev{top:297.5px}}@media(min-width:2048px){.gn_explore_watches__prev{top:14.5263671875vw}}.gn_explore_watches__prev span{transform:rotate(180deg)}@media(min-width:1024px){.gn_explore_watches__prev span{transform:rotate(0deg)}}.gn_find_ctas{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;max-width:100%;padding:44px 21px 43px}@media(min-width:1024px){.gn_find_ctas{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_find_ctas{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_find_ctas{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:85px;padding-top:85px}}.gn_find_ctas__button{flex-basis:calc(66.66667% + 35px);flex-grow:1;margin-bottom:17px;max-width:calc(66.66667% + 35px);text-align:center;text-decoration:none}@media(min-width:2048px){.gn_find_ctas__button{flex-basis:calc(66.66667% + 1.70898vw);flex-grow:1;max-width:calc(66.66667% + 1.70898vw)}}@media(min-width:1024px){.gn_find_ctas__button{flex-basis:calc(25% - 16.5px);flex-grow:1;margin-bottom:0;margin-right:22px;max-width:calc(25% - 16.5px)}}@media(min-width:1024px)and (min-width:2048px){.gn_find_ctas__button{flex-basis:calc(25% - 0.80566vw);flex-grow:1;max-width:calc(25% - .80566vw)}}@media(min-width:1024px){.gn_find_ctas__button:first-child{margin-left:calc(25% + 5.5px)}.gn_find_ctas__button.small{flex-basis:calc(20% - 17.6px);flex-grow:1;max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.gn_find_ctas__button.small{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}@media(min-width:1024px){.gn_find_ctas__button.small:first-child{margin-left:calc(20% + 4.4px)}}.gn_find_ctas__button:last-child{margin-bottom:0}.gn_find_ctas__button.button-dark{border-color:#171717}.gn_find_ctas.dark-bg{border-bottom:1px solid #262626;border-top:1px solid #262626}.gn_find_ctas.dark-bg .button{color:#171717}.gn_find_ctas.dark-bg .button-dark{border-color:#fff;color:#fff}.gn_header{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding:34px 21px 17px}@media(min-width:1024px){.gn_header{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_header{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_header{padding-bottom:70px;padding-top:70px}}.gn_header__title{margin-bottom:20px;text-align:center;text-transform:uppercase}.gn_header__subtitle{flex-basis:100%;flex-grow:1;margin-bottom:40px;max-width:100%;text-align:center}@media(min-width:2048px){.gn_header__subtitle{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.gn_header__subtitle{flex-basis:calc(50% - 11px);flex-grow:1;margin-bottom:0;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.gn_header__subtitle{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_header__subtitle{flex-basis:auto}}.gn_header__subtitle:after{background-color:#de2b2b;content:"";display:block;height:3px;margin:40px auto 0;width:20px}.gn_header_eyebrow{margin:60px 0;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.gn_header_eyebrow{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_header_eyebrow{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_header_eyebrow{margin:70px 0}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_header_eyebrow__wrapper{flex-basis:auto}}.gn_header_eyebrow__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.gn_header_eyebrow__wrapper{flex-basis:calc(60% - 8.8px);flex-grow:1;margin-left:calc(20% + 4.4px);max-width:calc(60% - 8.8px)}}@media(min-width:1024px)and (min-width:2048px){.gn_header_eyebrow__wrapper{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}.gn_header_eyebrow__eyebrow{display:block;margin-bottom:10px;text-align:center;text-transform:uppercase}@media(min-width:1024px){.gn_header_eyebrow__eyebrow{margin-bottom:30px}}.gn_header_eyebrow__title{margin-bottom:10px;text-align:center;text-transform:uppercase}@media(min-width:1024px){.gn_header_eyebrow__title{margin-bottom:20px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_header_eyebrow__title{width:100%}}.gn_header_eyebrow__introduction{text-align:center}@media(min-width:2048px){.gn_header_eyebrow__introduction{font-size:.78125vw}}.gn_header_eyebrow__introduction{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.gn_header_eyebrow__introduction em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.gn_header_eyebrow__introduction strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.gn_header_eyebrow__introduction{font-size:1rem;line-height:1.625}@media(min-width:1024px){.gn_header_eyebrow__introduction{flex-basis:calc(83.33333% - 3.66667px);flex-grow:1;max-width:calc(83.33333% - 3.66667px)}}@media(min-width:1024px)and (min-width:2048px){.gn_header_eyebrow__introduction{flex-basis:calc(83.33333% - 0.17904vw);flex-grow:1;font-size:.87890625vw;max-width:calc(83.33333% - .17904vw)}}@media(min-width:1024px){.gn_header_eyebrow__introduction{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.gn_header_eyebrow__introduction em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.gn_header_eyebrow__introduction strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.gn_header_eyebrow__introduction{font-size:1.125rem;line-height:1.7777777778}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_header_eyebrow__introduction{flex-basis:auto;width:100%}}.gn_header_eyebrow--divider{margin-bottom:0}.gn_header_eyebrow--divider .gn_header_eyebrow__introduction:after{background-color:#de2b2b;content:"";display:inline-block;height:3px;margin:20px 0;width:20px}@media(min-width:1024px){.gn_header_eyebrow--divider .gn_header_eyebrow__introduction:after{margin:40px 0 70px}}.gn_icon_list{background-color:#171717;color:#fff;max-width:100%;padding:60px 21px 80px}@media(min-width:1024px){.gn_icon_list{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_icon_list{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_icon_list{padding-bottom:170px;padding-top:96px}}.gn_icon_list__title{text-align:center}.gn_icon_list__body{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:100px}@media(min-width:1024px){.gn_icon_list__body{align-items:stretch;display:flex;flex-direction:row;justify-content:center}}.gn_icon_list__body .gn_icon_list_step{padding-top:50px;text-align:center}.gn_icon_list__body .gn_icon_list_step:first-child{padding-top:0}@media(min-width:1024px){.gn_icon_list__body .gn_icon_list_step{flex-basis:calc(30% - 15.4px);flex-grow:1;max-width:calc(30% - 15.4px);padding-top:0}}@media(min-width:1024px)and (min-width:2048px){.gn_icon_list__body .gn_icon_list_step{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}.gn_icon_list__body .gn_icon_list_step .text{font-family:Gotham Black,Arial,sans-serif;font-size:.75em;font-weight:400;padding-top:51px;text-transform:uppercase}@media(min-width:1024px){.gn_icon_list__body .gn_icon_list_step .text{font-size:16px}}.gn_icon_list__body .gn_icon_list_step .icon{border-bottom:2px solid #de2b2b;padding-bottom:25px;width:21px}.gn_icon_list__body .gn_icon_list_step .icon:before{font-size:31px}.gn_icon_list__body .gn_icon_list_step .icon-user:before{content:""}.gn-image-caption{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding:17px 21px}@media(min-width:1024px){.gn-image-caption{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn-image-caption{padding-left:1.07421875vw;padding-right:1.07421875vw}}.gn-image-caption__content{flex-basis:100%;flex-grow:1;max-width:100%;width:100%}@media(min-width:2048px){.gn-image-caption__content{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.gn-image-caption__content{flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.gn-image-caption__content{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn-image-caption__content{flex-basis:auto}}.gn-image-caption__img--no-caption:after{display:none}.gn-image-caption__img div,.gn-image-caption__img img{height:100%;width:100%}.gn-image-caption__caption{color:#8c8c8c}.gn-image-caption__caption:before{background-color:#767676;content:"";display:block;height:1px;margin-bottom:5px;margin-top:10px;width:20px}@media(min-width:1024px){.gn-image-caption__caption:before{margin-bottom:15px;margin-top:15px}}@media(min-width:2048px){.gn-image-caption__caption:before{height:.048828125vw;margin-bottom:.732421875vw;margin-top:.732421875vw;width:.9765625vw}}.gn_img_cap_desc{padding:30px 21px}.gn_img_cap_desc--dark{background-color:#171717;color:#fff}.gn_img_cap_desc--dark .gn_img_cap_desc__read_more{color:#fff}@media(min-width:1024px){.gn_img_cap_desc{padding:70px 0}}@media(min-width:1024px)and (min-width:2048px){.gn_img_cap_desc{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.gn_img_cap_desc__body{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px}@media(min-width:1024px){.gn_img_cap_desc__body{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:0;position:relative}}.gn_img_cap_desc__caption{color:#767676}.gn_img_cap_desc__caption:before{background-color:#767676;content:"";display:block;height:1px;margin:10px 0;width:20px}@media(min-width:2048px){.gn_img_cap_desc__caption:before{height:.048828125vw;width:.9765625vw}}@media(min-width:1024px){.gn_img_cap_desc__caption:before{margin-top:20px}}@media(min-width:2048px){.gn_img_cap_desc__caption:before{height:.048828125vw;margin-bottom:.9765625vw;margin-top:.48828125vw;width:.9765625vw}}.gn_img_cap_desc__media_container{flex-basis:100%;flex-grow:1;margin-bottom:40px;max-width:100%;overflow:hidden;width:100%}@media(min-width:2048px){.gn_img_cap_desc__media_container{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:768px){.gn_img_cap_desc__media_container{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;margin-left:calc(8.33333% - 19.25px);max-width:calc(83.33333% - 3.5px)}}@media(min-width:768px)and (min-width:2048px){.gn_img_cap_desc__media_container{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.gn_img_cap_desc__media_container{flex-basis:calc(45% - 12.1px);flex-grow:1;margin-bottom:0;margin-left:calc(10% + 2.2px);max-width:calc(45% - 12.1px)}}@media(min-width:1024px)and (min-width:2048px){.gn_img_cap_desc__media_container{flex-basis:calc(45% - 0.59082vw);flex-grow:1;max-width:calc(45% - .59082vw)}}.gn_img_cap_desc__media_container-object img,.gn_img_cap_desc__media_container-object video{height:100%;width:100%}.gn_img_cap_desc__media_container-object .gn_video__wrapper{padding:0}.gn_img_cap_desc__media_container-object .gn_video__wrapper .plyr__controls{display:none}.gn_img_cap_desc__media{width:inherit}@media(min-width:1024px){.gn_img_cap_desc__media{max-width:44vw}}.gn_img_cap_desc__description{margin-bottom:20px;max-height:220px;overflow:hidden}@media(min-width:768px){.gn_img_cap_desc__description{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;margin-left:calc(8.33333% - 19.25px);max-width:calc(83.33333% - 3.5px)}}@media(min-width:768px)and (min-width:2048px){.gn_img_cap_desc__description{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.gn_img_cap_desc__description{flex-basis:calc(30% - 15.4px);flex-grow:1;margin-bottom:0;margin-left:calc(5% + 1.1px);max-height:none;max-width:calc(30% - 15.4px);overflow:initial}}@media(min-width:1024px)and (min-width:2048px){.gn_img_cap_desc__description{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}.gn_img_cap_desc__title{flex-basis:100%;flex-grow:1;margin-bottom:25px;max-width:100%}@media(min-width:2048px){.gn_img_cap_desc__title{letter-spacing:.09765625vw}}.gn_img_cap_desc__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.gn_img_cap_desc__title{font-size:.9765625vw}}.gn_img_cap_desc__title{font-size:1.25rem;line-height:1.25}@media(min-width:2048px){.gn_img_cap_desc__title{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:768px){.gn_img_cap_desc__title{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;margin-left:calc(8.33333% - 19.25px);max-width:calc(83.33333% - 3.5px)}}@media(min-width:768px)and (min-width:2048px){.gn_img_cap_desc__title{letter-spacing:.09765625vw}}@media(min-width:768px){.gn_img_cap_desc__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:768px)and (min-width:2048px){.gn_img_cap_desc__title{font-size:1.953125vw}}@media(min-width:768px){.gn_img_cap_desc__title{font-size:2.5rem;line-height:1.125}}@media(min-width:768px)and (min-width:2048px){.gn_img_cap_desc__title{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.gn_img_cap_desc__title{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-bottom:40px;margin-left:calc(10% + 2.2px);max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn_img_cap_desc__title{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:2048px){.gn_img_cap_desc__title{margin-bottom:1.953125vw}}.gn_img_cap_desc__read_more{background-color:transparent;border:none;border-bottom:1px solid #de2b2b;padding:0 0 5px;text-decoration:none;text-transform:uppercase}@media(min-width:768px){.gn_img_cap_desc__read_more{margin-left:calc(8.33333% - 19.25px)}}@media(min-width:1024px){.gn_img_cap_desc__read_more{display:none}}@media(min-width:2048px){.gn_img_cap_desc__read_more{border-bottom-width:.048828125vw;padding-bottom:.244140625vw}}.gn_img_arrange{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:100%;padding:17px 21px}@media(min-width:1024px){.gn_img_arrange{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_img_arrange{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_img_arrange{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:40px;padding-top:40px}}@media(min-width:2048px){.gn_img_arrange{padding-bottom:1.953125vw;padding-top:1.953125vw}}.gn_img_arrange__parallax-wrapper{overflow:hidden}.gn_img_arrange__image{margin-bottom:30px;order:1}@media(min-width:1024px){.gn_img_arrange__image{margin-bottom:0;margin-left:calc(5% + 1.1px)}}.gn_img_arrange__image_portrait{flex-basis:calc(66.66667% - 7px);flex-grow:1;max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.gn_img_arrange__image_portrait{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.gn_img_arrange__image_portrait{flex-basis:calc(35% - 14.3px);flex-grow:1;max-width:calc(35% - 14.3px)}}@media(min-width:1024px)and (min-width:2048px){.gn_img_arrange__image_portrait{flex-basis:calc(35% - 0.69824vw);flex-grow:1;max-width:calc(35% - .69824vw)}}.gn_img_arrange__image_portrait_info{width:100%}@media(min-width:1024px){.gn_img_arrange__image_portrait_info{flex-basis:calc(85.71429% - 3.14286px);flex-grow:1;max-width:calc(85.71429% - 3.14286px)}}@media(min-width:1024px)and (min-width:2048px){.gn_img_arrange__image_portrait_info{flex-basis:calc(85.71429% - 0.15346vw);flex-grow:1;max-width:calc(85.71429% - .15346vw)}}.gn_img_arrange__image_portrait--full-width{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.gn_img_arrange__image_portrait--full-width{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.gn_img_arrange__image_portrait--full-width{flex-basis:calc(35% - 14.3px);flex-grow:1;max-width:calc(35% - 14.3px)}}@media(min-width:1024px)and (min-width:2048px){.gn_img_arrange__image_portrait--full-width{flex-basis:calc(35% - 0.69824vw);flex-grow:1;max-width:calc(35% - .69824vw)}}.gn_img_arrange__image_landscape{align-self:flex-end;flex-basis:calc(83.33333% - 3.5px);flex-grow:1;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.gn_img_arrange__image_landscape{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.gn_img_arrange__image_landscape{align-self:auto;flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.gn_img_arrange__image_landscape{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.gn_img_arrange__image_landscape_info{width:100%}@media(min-width:1024px){.gn_img_arrange__image_landscape_info{flex-basis:calc(60% - 8.8px);flex-grow:1;max-width:calc(60% - 8.8px)}}@media(min-width:1024px)and (min-width:2048px){.gn_img_arrange__image_landscape_info{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}.gn_img_arrange__image_landscape--full-width{max-width:100%}.gn_img_arrange__image_title{padding:20px 0}@media(min-width:1024px){.gn_img_arrange__image_title{padding:30px 0}}@media(min-width:2048px){.gn_img_arrange__image_title{padding-bottom:1.46484375vw;padding-top:1.46484375vw}}@media(min-width:1024px){.gn_img_arrange__image--first{margin-right:22px;order:0}}.gn_img_arrange__image--left{align-self:flex-start}@media(min-width:1024px){.gn_img_arrange__image--left{align-self:auto;flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.gn_img_arrange__image--left{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.gn_img_arrange__image img{height:auto;width:100%}.gn_img_arrange--watch-bg{background-color:transparent;background-image:linear-gradient(transparent,#fff 75%);background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),#fff 75%);padding-bottom:180px;position:relative}@media(min-width:1024px){.gn_img_arrange--watch-bg{margin-bottom:0;padding-bottom:140px}}.gn_img_arrange--watch-bg:before{background:url(/themes/custom/hublot/css/../images/craftsmanship-preview-sm..png?22d9ba98a28f63811080) transparent no-repeat 100%;content:"";height:100%;position:absolute;right:-21px;transform:translateY(58%);width:100%}@media(min-width:1024px){.gn_img_arrange--watch-bg:before{background:url(/themes/custom/hublot/css/../images/craftsmanship-preview..png?c179b22c9370414ff003) transparent no-repeat 100%/25%;transform:translate(0)}}.gn_img_arrange--no-container-padding{padding-left:0;padding-right:0}.gn-img-title-txt{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:auto}@media(min-width:1024px){.gn-img-title-txt{height:100%;width:min-content}}@media(min-width:1024px)and (-ms-high-contrast:active),(min-width:1024px)and (-ms-high-contrast:none){.gn-img-title-txt{display:flex;flex-direction:column}}.gn-img-title-txt img{height:inherit;width:auto}@media(min-width:1024px){.gn-img-title-txt img{height:auto;width:100%}}.gn-img-title-txt__img{width:100%}@media(min-width:1024px){.gn-img-title-txt__img{height:inherit}}.gn-img-title-txt__title{margin:20px 0;text-transform:uppercase}@media(min-width:2048px){.gn-img-title-txt__title{margin-bottom:.9765625vw;margin-top:.9765625vw}}.gn-img-title-txt__caption{max-width:275px}@media(min-width:1024px){.gn-img-title-txt__caption{max-width:80%}}.gn-img-title-txt__divider{background:#b2b2b2;display:block;height:1px;margin-bottom:20px;margin-top:20px;width:20px}@media(min-width:2048px){.gn-img-title-txt__divider{height:.048828125vw;margin-bottom:.9765625vw;margin-top:.9765625vw;width:.9765625vw}}.gn_imgs_array--titled{padding:60px 0 0}@media(min-width:1024px){.gn_imgs_array--titled{padding:70px 0}}@media(min-width:2048px){.gn_imgs_array--titled{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.gn_imgs_array--dark{background-color:#171717;color:#fff}.gn_imgs_array__title{margin-bottom:10px}@media(min-width:1024px){.gn_imgs_array__title{margin-bottom:20px}}@media(min-width:2048px){.gn_imgs_array__title{margin-bottom:.9765625vw}}.gn_imgs_array__header{max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.gn_imgs_array__header{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_imgs_array__header{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_imgs_array__header{margin-left:calc(5% + 1.1px)}}.gn_imgs_array .gn-image-caption{align-items:flex-start;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.gn_imgs_array .gn-image-caption{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_imgs_array .gn-image-caption{padding-bottom:1.953125vw;padding-left:1.07421875vw;padding-right:1.07421875vw;padding-top:1.953125vw}}@media(min-width:1024px){.gn_imgs_array .gn-image-caption__content{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn_imgs_array .gn-image-caption__content{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_imgs_array .gn-image-caption__content{flex-basis:auto}}.gn_imgs_array__images>div:last-child:not(:first-child) .gn_img_arrange{padding-bottom:0}.gn_intro_text{max-width:100%;padding:30px 21px}@media(min-width:1024px){.gn_intro_text{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_intro_text{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_intro_text{padding-bottom:70px;padding-top:70px}}.gn_intro_text__header{margin-bottom:30px}@media(min-width:1024px){.gn_intro_text__header{flex-basis:calc(75% - 5.5px);flex-grow:1;margin-bottom:40px;margin-left:calc(10% + 2.2px);max-width:calc(75% - 5.5px)}}@media(min-width:1024px)and (min-width:2048px){.gn_intro_text__header{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}.gn_intro_text__content{width:100%}@media(min-width:1024px){.gn_intro_text__content{flex-basis:calc(75% - 5.5px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(75% - 5.5px)}}@media(min-width:1024px)and (min-width:2048px){.gn_intro_text__content{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}.gn_intro_text__content a{color:#de2b2b;text-decoration:none}.gn_intro_text__separator{border-bottom:1px solid #e5e5e5;margin-bottom:30px;margin-top:30px;padding:0}@media(min-width:1024px){.gn_intro_text__separator{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-bottom:40px;margin-left:calc(10% + 2.2px);margin-top:40px;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.gn_intro_text__separator{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.gn-manuals{align-items:center;background:#171717;color:#fff;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding:60px 21px}@media(min-width:1024px){.gn-manuals{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn-manuals{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn-manuals{padding-bottom:70px;padding-top:70px}}.gn-manuals__title{margin-bottom:30px;text-transform:uppercase;width:100%}@media(min-width:1024px){.gn-manuals__title{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-bottom:50px;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.gn-manuals__title{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn-manuals__title{flex-basis:auto}}.gn-manuals__main{align-items:center;border:1px solid #404040;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;padding:21px;width:100%}@media(min-width:1024px){.gn-manuals__main{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-bottom:55px;max-width:calc(90% - 2.2px);padding:55px 0}}@media(min-width:1024px)and (min-width:2048px){.gn-manuals__main{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn-manuals__main{flex-basis:auto}}.gn-manuals__main-content{width:100%}@media(min-width:1024px){.gn-manuals__main-content{align-items:flex-start;display:flex;flex-basis:calc(88.88889% - 2.44444px);flex-direction:row;flex-grow:1;justify-content:flex-start;max-width:calc(88.88889% - 2.44444px)}}@media(min-width:1024px)and (min-width:2048px){.gn-manuals__main-content{flex-basis:calc(88.88889% - 0.11936vw);flex-grow:1;max-width:calc(88.88889% - .11936vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn-manuals__main-content{flex-basis:auto}}@media(min-width:2048px){.gn-manuals__main .gn-manuals__manual-title{letter-spacing:.048828125vw}}.gn-manuals__main .gn-manuals__manual-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.gn-manuals__main .gn-manuals__manual-title{font-size:.68359375vw}}.gn-manuals__main .gn-manuals__manual-title{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.gn-manuals__main .gn-manuals__manual-title{letter-spacing:.09765625vw}}@media(min-width:1024px){.gn-manuals__main .gn-manuals__manual-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.gn-manuals__main .gn-manuals__manual-title{font-size:.9765625vw}}@media(min-width:1024px){.gn-manuals__main .gn-manuals__manual-title{font-size:1.25rem;line-height:1.25}}.gn-manuals__lang{color:#767676;text-decoration:none}.gn-manuals__manuals{padding-left:10px;width:100%}@media(min-width:1024px){.gn-manuals__manuals{column-count:2;flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px);padding-left:0}}@media(min-width:1024px)and (min-width:2048px){.gn-manuals__manuals{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn-manuals__manuals{flex-basis:auto}}.gn-manuals__manuals .gn-manuals__manual{margin-bottom:40px}@media(min-width:1024px){.gn-manuals__manuals .gn-manuals__manual{margin-bottom:90px}}.gn-manuals__manual{align-items:flex-start;color:inherit;display:flex;flex-direction:row;justify-content:flex-start;text-decoration:none;text-transform:uppercase}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn-manuals__manual{flex-basis:auto}}.gn-manuals__manual img{margin-right:25px}@media(min-width:2048px){.gn-manuals__manual-title{letter-spacing:.048828125vw}}.gn-manuals__manual-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.gn-manuals__manual-title{font-size:.68359375vw}}.gn-manuals__manual-title{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.gn-manuals__manual-title{letter-spacing:.048828125vw}}@media(min-width:1024px){.gn-manuals__manual-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.gn-manuals__manual-title{font-size:.87890625vw}}@media(min-width:1024px){.gn-manuals__manual-title{font-size:1.125rem;line-height:1.3888888889}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn-manuals__manual-title{max-width:80%}}.gn-manuals__manual-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.gn_news_form{max-width:100%;padding-bottom:120px;padding-left:21px;padding-right:21px}@media(min-width:1024px){.gn_news_form{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_news_form{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_news_form{padding-bottom:70px;padding-top:70px}}@media(min-width:2048px){.gn_news_form{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.gn_news_form--zh{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:80px;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.gn_news_form--zh{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_news_form--zh{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_news_form--zh{padding:0}.gn_news_form__form{flex-basis:calc(60% - 8.8px);flex-grow:1;margin-left:calc(20% + 4.4px);max-width:calc(60% - 8.8px)}}@media(min-width:1024px)and (min-width:2048px){.gn_news_form__form{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_news_form__form{flex-basis:auto}}.gn_news_form__row{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:0;width:100%}@media(min-width:1024px){.gn_news_form__row{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:40px}}@media(min-width:2048px){.gn_news_form__row{margin-bottom:1.953125vw}}.gn_news_form__row--full-padding{padding-bottom:30px}@media(min-width:1024px){.gn_news_form__row--full-padding{padding-bottom:64px}}@media(min-width:2048px){.gn_news_form__row--full-padding{padding-bottom:3.125vw}}.gn_news_form__row--no-margin-bottom{margin-bottom:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_news_form__row fieldset{width:100%}}.gn_news_form__title{padding-bottom:30px;text-transform:uppercase}@media(min-width:1024px){.gn_news_form__title{padding-bottom:40px}}@media(min-width:2048px){.gn_news_form__title{padding-bottom:1.953125vw}}.gn_news_form__field{padding-bottom:30px}@media(min-width:1024px){.gn_news_form__field{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px);padding-bottom:0}}@media(min-width:1024px)and (min-width:2048px){.gn_news_form__field{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.gn_news_form__field:nth-child(2){margin-left:22px}}.gn_news_form__field_select{position:relative}.gn_news_form__field_select .icon-dropdown{color:#de2b2b;padding-right:11px;position:absolute;top:50%;transform:translate(-100%,-50%)}@media(min-width:2048px){.gn_news_form__field_select .icon-dropdown{font-size:.78125vw;height:.927734375vw;padding-right:.537109375vw;width:.78125vw}}.gn_news_form__field_checkbox{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:30px;position:relative}@media(min-width:1024px){.gn_news_form__field_checkbox{margin-bottom:40px;padding-bottom:0}}@media(min-width:2048px){.gn_news_form__field_checkbox{margin-bottom:1.953125vw;padding-bottom:1.46484375vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_news_form__field_checkbox label+p{width:100%}}@media(min-width:1024px){.gn_news_form__field--no-label{padding-top:25px}}@media(min-width:2048px){.gn_news_form__field--no-label{padding-top:1.220703125vw}}.gn_news_form__field--invalid{border:1px solid #de2b2b}.gn_news_form__field--invalid[type=checkbox]+label{border:1px solid #de2b2b;margin-right:10px}@media(min-width:2048px){.gn_news_form__field--invalid[type=checkbox]+label{border-width:.048828125vw;margin-right:.48828125vw}}.gn_news_form__field--invalid[type=checkbox]+label:before{margin-right:0}@media(min-width:2048px){.gn_news_form__field--invalid{border-width:.048828125vw}}.gn_news_form__cta{padding-top:64px;width:100%}@media(min-width:1024px){.gn_news_form__cta{align-items:center;display:flex;justify-content:center}}@media(min-width:2048px){.gn_news_form__cta{padding-top:3.125vw}}.gn_news_form__cta_submit{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.gn_news_form__cta_submit{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.gn_news_form__cta_submit{height:fit-content;margin-left:0;max-width:264px}}@media(min-width:2048px){.gn_news_form__cta_submit{max-width:12.890625vw}}.gn_news_form__recaptcha{padding-bottom:30px;width:100%}@media(min-width:1024px){.gn_news_form__recaptcha{padding:0}}.gn_news_form__recaptcha>div{margin:0 auto}@media(min-width:1024px){.gn_news_form__recaptcha>div{margin:0 100px 0 0}}@media(min-width:2048px){.gn_news_form__recaptcha>div{margin-right:4.8828125vw}}@media(min-width:1024px){.gn_news_form__recaptcha{width:auto}}.gn_news_form__label{text-transform:uppercase}.gn_news_form--boder-bottom{border-bottom:1px solid #f0f0f0}@media(min-width:2048px){.gn_news_form--boder-bottom{border-bottom-width:.048828125vw}}.gn_news_prform{max-width:100%;padding-bottom:60px;padding-left:21px;padding-right:21px}@media(min-width:1024px){.gn_news_prform{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_news_prform{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_news_prform{padding-bottom:200px}.gn_news_prform__form,.gn_news_prform__qr_code{flex-basis:calc(60% - 8.8px);flex-grow:1;margin-left:calc(20% + 4.4px);max-width:calc(60% - 8.8px)}}@media(min-width:1024px)and (min-width:2048px){.gn_news_prform__form,.gn_news_prform__qr_code{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_news_prform__form,.gn_news_prform__qr_code{flex-basis:auto}}@media(min-width:2048px){.gn_news_prform{padding-bottom:9.765625vw}}.gn_news_prform__row{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:0;width:100%}@media(min-width:1024px){.gn_news_prform__row{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:40px}}@media(min-width:2048px){.gn_news_prform__row{margin-bottom:1.953125vw}}.gn_news_prform__row--full-padding{padding-bottom:60px}@media(min-width:1024px){.gn_news_prform__row--full-padding{padding-bottom:100px}}.gn_news_prform__row--padding{margin-bottom:60px;padding-bottom:30px}@media(min-width:1024px){.gn_news_prform__row--padding{margin-bottom:100px;padding-bottom:60px}}@media(min-width:2048px){.gn_news_prform__row--padding{margin-bottom:4.8828125vw;padding-bottom:2.9296875vw}}.gn_news_prform__row--no-margin-bottom{margin-bottom:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_news_prform__row fieldset{width:100%}}.gn_news_prform__title{padding-bottom:30px;text-transform:uppercase}@media(min-width:1024px){.gn_news_prform__title{padding-bottom:40px}}@media(min-width:2048px){.gn_news_prform__title{padding-bottom:1.953125vw}}.gn_news_prform__field{padding-bottom:30px}@media(min-width:1024px){.gn_news_prform__field{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px);padding-bottom:0}}@media(min-width:1024px)and (min-width:2048px){.gn_news_prform__field{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.gn_news_prform__field:nth-child(2){margin-left:22px}}.gn_news_prform__field_select{position:relative}.gn_news_prform__field_select .icon-dropdown{color:#de2b2b;padding-right:11px;position:absolute;top:50%;transform:translate(-100%,-50%)}@media(min-width:2048px){.gn_news_prform__field_select .icon-dropdown{font-size:.78125vw;height:.927734375vw;padding-right:.537109375vw;width:.78125vw}}.gn_news_prform__field_checkbox{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:30px;position:relative}@media(min-width:1024px){.gn_news_prform__field_checkbox{padding-bottom:40px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_news_prform__field_checkbox label+p{width:100%}}.gn_news_prform__field--invalid{border:1px solid #de2b2b}.gn_news_prform__field--invalid[type=checkbox]+label{border:1px solid #de2b2b;margin-right:10px}@media(min-width:2048px){.gn_news_prform__field--invalid[type=checkbox]+label{border-width:.048828125vw;margin-right:.48828125vw}}.gn_news_prform__field--invalid[type=checkbox]+label:before{margin-right:0}@media(min-width:2048px){.gn_news_prform__field--invalid{border-width:.048828125vw}}.gn_news_prform__cta{width:100%}@media(min-width:2048px){.gn_news_prform__cta{padding-top:2.9296875vw}}.gn_news_prform__cta_submit{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.gn_news_prform__cta_submit{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.gn_news_prform__cta_submit{flex-basis:calc(33.33333% - 14.66667px);flex-grow:1;margin-left:calc(33.33333% + 7.33333px);max-width:calc(33.33333% - 14.66667px)}}@media(min-width:1024px)and (min-width:2048px){.gn_news_prform__cta_submit{flex-basis:calc(33.33333% - 0.71615vw);flex-grow:1;max-width:calc(33.33333% - .71615vw)}}.gn_news_prform__recaptcha{padding-bottom:30px;width:100%}.gn_news_prform__recaptcha>div{margin:0 auto}@media(min-width:1024px){.gn_news_prform__recaptcha{padding-bottom:50px}}@media(min-width:2048px){.gn_news_prform__recaptcha{padding-bottom:2.44140625vw}}.gn_news_prform__label{text-transform:uppercase}.gn_news_prform--boder-bottom{border-bottom:1px solid #f0f0f0}@media(min-width:2048px){.gn_news_prform--boder-bottom{border-bottom-width:.048828125vw}}.gn_news_prform__checkbox_set{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}@media(min-width:1024px){.gn_news_prform__checkbox_set{flex-wrap:nowrap}}.gn_news_prform__fieldset_col{flex-basis:calc(50% - 10.5px);flex-grow:1;max-width:calc(50% - 10.5px)}@media(min-width:2048px){.gn_news_prform__fieldset_col{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:1024px){.gn_news_prform__fieldset_col{flex-basis:calc(25% - 16.5px);flex-grow:1;margin-left:22px;max-width:calc(25% - 16.5px)}}@media(min-width:1024px)and (min-width:2048px){.gn_news_prform__fieldset_col{flex-basis:calc(25% - 0.80566vw);flex-grow:1;margin-left:1.07421875vw;max-width:calc(25% - .80566vw)}}@media(min-width:1024px){.gn_news_prform__fieldset_col:first-child{margin-left:0}}@media(min-width:1024px)and (-ms-high-contrast:active),(min-width:1024px)and (-ms-high-contrast:none){.gn_news_prform__fieldset_col{flex-basis:auto}.gn_news_prform__fieldset_col label+p{width:auto}}.gn_outsg_articles{max-width:100%;padding:60px 21px}@media(min-width:1024px){.gn_outsg_articles{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_outsg_articles{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_outsg_articles{padding-bottom:70px;padding-top:70px}}.gn_outsg_articles__item{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:70px}@media(min-width:1024px){.gn_outsg_articles__item{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:150px}}.gn_outsg_articles__item .link{padding-bottom:5px}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_outsg_articles__item{flex-basis:auto}}.gn_outsg_articles__item_image{margin-bottom:20px}@media(min-width:1024px){.gn_outsg_articles__item_image{flex-basis:calc(50% - 11px);flex-grow:1;margin-bottom:0;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.gn_outsg_articles__item_image{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_outsg_articles__item_image{flex-basis:auto}}.gn_outsg_articles__item_image img{height:auto;width:100%}.gn_outsg_articles__item_text{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.gn_outsg_articles__item_text{flex-basis:calc(30% - 15.4px);flex-grow:1;max-width:calc(30% - 15.4px)}}@media(min-width:1024px)and (min-width:2048px){.gn_outsg_articles__item_text{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_outsg_articles__item_text{flex-basis:auto}}.gn_outsg_articles__item_title{margin-bottom:20px}@media(min-width:1023px)and (max-width:1053px){.gn_outsg_articles__item_title{font-size:2rem}}@media(min-width:1024px){.gn_outsg_articles__item_title{margin-bottom:25px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_outsg_articles__item_title{width:100%}}.gn_outsg_articles__item_info{margin-bottom:50px}@media(min-width:1024px){.gn_outsg_articles__item_info{margin-bottom:25px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_outsg_articles__item_info{width:100%}}.gn_outsg_articles__item_link--white{color:#fff}@media(min-width:1024px){.gn_outsg_articles__item--left{margin-left:calc(10% + 2.2px);margin-right:22px;order:1}.gn_outsg_articles__item--right{margin-left:calc(5% + 1.1px);order:2}}.gn_outsg_articles__item:last-child{margin-bottom:0}.gn_outsg_articles--dark{background-color:#171717;color:#fff}.gn_phws{max-width:100%;padding:60px 21px}@media(min-width:1024px){.gn_phws{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_phws{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_phws{padding-bottom:140px;padding-top:140px}}.gn_phws__title{color:#171717;flex-basis:100%;flex-grow:1;max-width:100%;text-align:center;text-transform:uppercase}@media(min-width:2048px){.gn_phws__title{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.gn_phws__title{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.gn_phws__title{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.gn_phws__text{flex-basis:100%;flex-grow:1;margin-top:60px;max-width:100%;padding:0 10px;text-align:center}@media(min-width:2048px){.gn_phws__text{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.gn_phws__text{flex-basis:calc(50% - 11px);flex-grow:1;margin-left:calc(25% + 5.5px);margin-top:80px;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.gn_phws__text{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.gn_quote{max-width:100%;padding:30px 21px;text-align:center}@media(min-width:1024px){.gn_quote{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_quote{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_quote{flex-basis:calc(60% - 8.8px);flex-grow:1;margin-left:calc(20% + 4.4px);max-width:calc(60% - 8.8px);padding-bottom:70px;padding-top:70px}}@media(min-width:1024px)and (min-width:2048px){.gn_quote{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}@media(min-width:2048px){.gn_quote{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.gn_quote__author_name{margin-top:20px}@media(min-width:2048px){.gn_quote__author_name{margin-top:.9765625vw}}.gn_quote__author_position{margin-top:6px}@media(min-width:2048px){.gn_quote__author_position{margin-top:.29296875vw}.gn_quote__text p{font-size:1.171875vw}}.gn_quote__text p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:1024px)and (min-width:2048px){.gn_quote__text p{font-size:1.5625vw}}@media(min-width:1024px){.gn_quote__text p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}.gn_quote__text span{animation:blur-and-translation .5s ease-out;animation-fill-mode:forwards;animation-iteration-count:1;opacity:0;position:relative}.gn_quote__text__font_size_small p{font-size:20px}@media(min-width:1024px){.gn_quote__text__font_size_small p{font-size:20px}}.gn_quote__text__font_size_medium p{font-size:20px}@media(min-width:1024px){.gn_quote__text__font_size_medium p{font-size:24px}}.gn_quote__text__font_size_large p{font-size:24px}@media(min-width:1024px){.gn_quote__text__font_size_large p{font-size:32px}}.gn_quote--dark{background-color:#171717;color:#fff}.gn_quote--dark .gn_quote__text span{color:#fff}.gn_quote--dark .gn_quote__text-hide{display:none}@media(min-width:2048px){.gn_quote__text__target_component_podcast p{font-size:.78125vw}}.gn_quote__text__target_component_podcast p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.gn_quote__text__target_component_podcast p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.gn_quote__text__target_component_podcast p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.gn_quote__text__target_component_podcast p{font-size:1rem;line-height:1.625}@media(min-width:1024px)and (min-width:2048px){.gn_quote__text__target_component_podcast p{font-size:.87890625vw}}@media(min-width:1024px){.gn_quote__text__target_component_podcast p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.gn_quote__text__target_component_podcast p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.gn_quote__text__target_component_podcast p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.gn_quote__text__target_component_podcast p{font-size:1.125rem;line-height:1.7777777778}}.gn_quote__text__target_component_podcast:after{background-color:#de2b2b;content:"";display:inline-block;height:3px;margin-top:30px;width:20px}@media(min-width:1024px){.gn_quote__text__target_component_podcast:after{margin-top:20px}}.gn_quote.gn_quote__text__target_component_podcast{padding-top:0}@media(min-width:1024px){.gn_quote.gn_quote__text__target_component_podcast{flex-basis:calc(50% - 11px);flex-grow:1;margin-left:calc(25% + 5.5px);max-width:calc(50% - 11px);padding-bottom:0}}@media(min-width:1024px)and (min-width:2048px){.gn_quote.gn_quote__text__target_component_podcast{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.gn-sitemap{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.gn-sitemap{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn-sitemap{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn-sitemap{margin-bottom:140px}}.gn-sitemap__container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media(min-width:1024px){.gn-sitemap__container{align-items:flex-start;display:flex;flex-basis:calc(90% - 2.2px);flex-direction:row;flex-grow:1;justify-content:center;max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn-sitemap__container{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn-sitemap__container{flex-basis:auto}}.gn-sitemap__section{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:center;padding:40px 0;text-align:center;width:100%}@media(min-width:1024px){.gn-sitemap__section{border-bottom:0;border-right:1px solid #f0f0f0;padding:0 10px 40px}.gn-sitemap__section:last-child{border-right:0}}.gn-sitemap__section-title{display:block;margin-bottom:30px;text-transform:uppercase}@media(min-width:1024px){.gn-sitemap__section-title{margin-bottom:40px}}.gn-sitemap__section-link{font-family:Gotham Book,Arial,sans-serif;letter-spacing:1;margin-bottom:10px}@media(min-width:2048px){.gn-sitemap__section-link{font-size:.48828125vw;letter-spacing:.048828125vw}}.gn-sitemap__section-link{font-size:.625rem;line-height:2.4}.gn-sitemap__section-link a{color:#000;text-decoration:none;text-transform:uppercase}.gn-sitemap__section--width-1{width:100%}@media(min-width:1024px){.gn-sitemap__section--width-1{width:100%}}.gn-sitemap__section--width-2{width:100%}@media(min-width:1024px){.gn-sitemap__section--width-2{width:50%}}.gn-sitemap__section--width-3{width:100%}@media(min-width:1024px){.gn-sitemap__section--width-3{width:33.33333%}}.gn-sitemap__section--width-4{width:100%}@media(min-width:1024px){.gn-sitemap__section--width-4{width:25%}}.gn-sitemap__section--width-5{width:100%}@media(min-width:1024px){.gn-sitemap__section--width-5{width:20%}}.gn-sitemap__section--width-6{width:100%}@media(min-width:1024px){.gn-sitemap__section--width-6{width:16.66667%}}.gn_text_block_target_component_podcast{margin:60px 0 66px}@media(min-width:768px){.gn_text_block_target_component_podcast{flex-basis:calc(75% - 5.5px);flex-grow:1;margin-bottom:100px;margin-left:calc(12.5% + 2.75px);margin-top:100px;max-width:calc(75% - 5.5px)}}@media(min-width:768px)and (min-width:2048px){.gn_text_block_target_component_podcast{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}@media(min-width:2048px){.gn_text_block_target_component_podcast{margin-bottom:4.8828125vw;margin-top:4.8828125vw}}.gn_text_block_target_component_plp_row{border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0}.gn_text_block_target_component_plp_row .field--text-long{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;margin:0 10px}.gn_text_block_target_component_plp_row .field--text-long p{color:#171717;padding:12px 0 6px;text-align:center}@media(min-width:2048px){.gn_text_block_target_component_plp_row .field--text-long p{letter-spacing:.048828125vw}}.gn_text_block_target_component_plp_row .field--text-long p{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.gn_text_block_target_component_plp_row .field--text-long p{font-size:.87890625vw}}.gn_text_block_target_component_plp_row .field--text-long p{font-family:Gotham Light,Arial,sans-serif;font-size:1.125rem;line-height:1.3888888889}@media(min-width:768px){.gn_text_block_target_component_plp_row .field--text-long p{padding:20px 0 20px 40px;text-align:left}}@media(min-width:768px)and (min-width:2048px){.gn_text_block_target_component_plp_row .field--text-long p{letter-spacing:.09765625vw}}@media(min-width:768px){.gn_text_block_target_component_plp_row .field--text-long p{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:768px)and (min-width:2048px){.gn_text_block_target_component_plp_row .field--text-long p{font-size:1.7578125vw}}@media(min-width:768px){.gn_text_block_target_component_plp_row .field--text-long p{font-family:Gotham Light,Arial,sans-serif;font-size:2.25rem;line-height:1.1111111111}}.gn_text_block_target_component_unico_section_title{background-color:#171717;color:#fff;padding:70px 0;text-align:center}@media(min-width:2048px){.gn_text_block_target_component_unico_section_title{letter-spacing:.09765625vw}}.gn_text_block_target_component_unico_section_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.gn_text_block_target_component_unico_section_title{font-size:1.46484375vw}}.gn_text_block_target_component_unico_section_title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:1024px){.gn_text_block_target_component_unico_section_title{padding:70px 0 50px;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_section_title{letter-spacing:.09765625vw}}@media(min-width:1024px){.gn_text_block_target_component_unico_section_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_section_title{font-size:1.953125vw}}@media(min-width:1024px){.gn_text_block_target_component_unico_section_title{font-size:2.5rem;line-height:1.125}.gn_text_block_target_component_unico_section_title .field--text-long{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_section_title .field--text-long{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.gn_text_block_target_component_unico_center_button{background:#171717;padding:30px 0;text-align:center}@media(min-width:1024px){.gn_text_block_target_component_unico_center_button{padding:50px 0 30px}}.gn_text_block_target_component_unico_center_button .unico__cta{padding:19px 42px;text-decoration:none}.gn_text_block_target_component_unico_title_quote{background-color:#171717;color:#fff;padding:70px 0;text-align:center}@media(min-width:1024px){.gn_text_block_target_component_unico_title_quote{padding:140px 0 70px}}.gn_text_block_target_component_unico_title_quote h3{padding:0 20px}@media(min-width:2048px){.gn_text_block_target_component_unico_title_quote h3{letter-spacing:.048828125vw}}.gn_text_block_target_component_unico_title_quote h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.gn_text_block_target_component_unico_title_quote h3{font-size:.87890625vw}}.gn_text_block_target_component_unico_title_quote h3{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_title_quote h3{letter-spacing:.09765625vw}}@media(min-width:1024px){.gn_text_block_target_component_unico_title_quote h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_title_quote h3{font-size:1.46484375vw}}@media(min-width:1024px){.gn_text_block_target_component_unico_title_quote h3{font-size:1.875rem;line-height:1.1666666667}}.gn_text_block_target_component_unico_title_quote p{margin-top:24px;padding:0 20px}@media(min-width:2048px){.gn_text_block_target_component_unico_title_quote p{font-size:.68359375vw}}.gn_text_block_target_component_unico_title_quote p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_title_quote p{font-size:.9765625vw}}@media(min-width:1024px){.gn_text_block_target_component_unico_title_quote p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}}.gn_text_block_target_component_unico_image_container{height:375px}@media(min-width:1024px){.gn_text_block_target_component_unico_image_container{height:810px}}.gn_text_block_target_component_unico_image_container img{height:375px;object-fit:cover;width:100%}@media(min-width:1024px){.gn_text_block_target_component_unico_image_container img{height:810px}}.gn_text_block_target_component_unico_landing_spacer{height:0}@media(min-width:1024px){.gn_text_block_target_component_unico_landing_spacer{height:70px}}.gn_text_block_target_component_unico_light_title .field--text-long{padding:30px 20px 0;text-align:center}@media(min-width:1024px){.gn_text_block_target_component_unico_light_title .field--text-long{padding:70px 0 0;text-align:left}}.gn_text_block_target_component_unico_light_title .field--text-long h3{text-transform:uppercase}@media(min-width:2048px){.gn_text_block_target_component_unico_light_title .field--text-long h3{letter-spacing:.048828125vw}}.gn_text_block_target_component_unico_light_title .field--text-long h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.gn_text_block_target_component_unico_light_title .field--text-long h3{font-size:.87890625vw}}.gn_text_block_target_component_unico_light_title .field--text-long h3{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px){.gn_text_block_target_component_unico_light_title .field--text-long h3{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_light_title .field--text-long h3{letter-spacing:.09765625vw}}@media(min-width:1024px){.gn_text_block_target_component_unico_light_title .field--text-long h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_light_title .field--text-long h3{font-size:1.953125vw}}@media(min-width:1024px){.gn_text_block_target_component_unico_light_title .field--text-long h3{font-size:2.5rem;line-height:1.125}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_light_title .field--text-long h3{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.gn_text_block_target_component_unico_light_title .field--text-long p{text-transform:uppercase}@media(min-width:2048px){.gn_text_block_target_component_unico_light_title .field--text-long p{font-size:.68359375vw;letter-spacing:.146484375vw}}.gn_text_block_target_component_unico_light_title .field--text-long p{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}@media(min-width:1024px){.gn_text_block_target_component_unico_light_title .field--text-long p{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_light_title .field--text-long p{font-size:.78125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.gn_text_block_target_component_unico_light_title .field--text-long p{font-family:Gotham Bold,Arial,sans-serif;font-size:1rem;letter-spacing:.125rem;line-height:1.5625}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block_target_component_unico_light_title .field--text-long p{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.gn_text_block_target_component_unico_light_title .field--text-long hr{border:0;border-top:1px solid #f0f0f0;margin:30px 0 0}@media(min-width:1024px){.gn_text_block_target_component_unico_light_title .field--text-long hr{margin:70px 0 0}}.gn_text_block_target_component_unico_homepage_spacer{background-color:#171717;height:40px}@media(min-width:1024px){.gn_text_block_target_component_unico_homepage_spacer{height:70px}}.gn_text_block .finance_header{width:100%}.gn_text_block .finance_header__container{display:flex;flex-direction:column;height:418px;justify-content:center;overflow:hidden;position:relative}@media(min-width:1024px){.gn_text_block .finance_header__container{height:600px}}.gn_text_block .finance_header__container_background{display:block;height:100%;position:absolute;width:100%;z-index:1}.gn_text_block .finance_header__container_background_desktop{display:none}@media(min-width:1024px){.gn_text_block .finance_header__container_background_desktop{display:block}}.gn_text_block .finance_header__container_background_mobile{display:block}@media(min-width:1024px){.gn_text_block .finance_header__container_background_mobile{display:block}}.gn_text_block .finance_header__container_background img{height:418px;object-fit:cover;width:100%}@media(min-width:1024px){.gn_text_block .finance_header__container_background img{height:600px}}.gn_text_block .finance_header__container_content{color:#fff;margin:0 auto;position:relative;text-align:left;width:325px;z-index:2}@media(min-width:768px){.gn_text_block .finance_header__container_content{flex-basis:calc(80% - 4.4px);flex-grow:1;margin:unset;margin-left:calc(5% + 1.1px);max-width:calc(80% - 4.4px);width:100%}}@media(min-width:768px)and (min-width:2048px){.gn_text_block .finance_header__container_content{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media(min-width:1024px){.gn_text_block .finance_header__container_content{flex-basis:calc(60% - 8.8px);flex-grow:1;margin:unset;margin-left:calc(10% + 2.2px);max-width:calc(60% - 8.8px);width:100%}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block .finance_header__container_content{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}.gn_text_block .finance_header__container_content_title{padding-top:16px;text-transform:uppercase}@media(min-width:2048px){.gn_text_block .finance_header__container_content_title{font-size:.5859375vw;letter-spacing:.0732421875vw}}.gn_text_block .finance_header__container_content_title{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:768px){.gn_text_block .finance_header__container_content_title{padding-top:150px}}@media(min-width:1024px){.gn_text_block .finance_header__container_content_title{padding-top:206px}}.gn_text_block .finance_header__container_content_text{padding-top:25px;text-transform:uppercase}@media(min-width:2048px){.gn_text_block .finance_header__container_content_text{letter-spacing:.09765625vw}}.gn_text_block .finance_header__container_content_text{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.gn_text_block .finance_header__container_content_text{font-size:1.953125vw}}.gn_text_block .finance_header__container_content_text{font-size:2.5rem;line-height:1.125}@media(min-width:1024px){.gn_text_block .finance_header__container_content_text{padding-top:30px}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block .finance_header__container_content_text{letter-spacing:.09765625vw}}@media(min-width:1024px){.gn_text_block .finance_header__container_content_text{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.gn_text_block .finance_header__container_content_text{font-size:3.515625vw}}@media(min-width:1024px){.gn_text_block .finance_header__container_content_text{font-size:4.5rem;line-height:1}}.finance_content{color:#000;flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px)}@media(min-width:2048px){.finance_content{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:1024px){.finance_content{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px);width:100%}}@media(min-width:1024px)and (min-width:2048px){.finance_content{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.finance_content img{height:auto;margin-bottom:45px;margin-top:40px;width:206px}@media(min-width:1024px){.finance_content img{margin-bottom:60px;margin-top:60px;width:342px}}.finance_content h2{padding-bottom:30px;text-transform:uppercase}@media(min-width:2048px){.finance_content h2{letter-spacing:.048828125vw}}.finance_content h2{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.finance_content h2{font-size:.87890625vw}}.finance_content h2{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px)and (min-width:2048px){.finance_content h2{letter-spacing:.09765625vw}}@media(min-width:1024px){.finance_content h2{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.finance_content h2{font-size:.9765625vw}}@media(min-width:1024px){.finance_content h2{font-size:1.25rem;line-height:1.25}}@media(min-width:2048px){.finance_content p{font-size:.68359375vw}}.finance_content p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_content p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_content p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_content p{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.finance_content p{font-size:.78125vw}}@media(min-width:1024px){.finance_content p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_content p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_content p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_content p{font-size:1rem;line-height:1.625}}.finance_content hr{border-left:none;border-right:none;border-top:none;margin-bottom:45px;margin-top:40px}@media(min-width:1024px){.finance_content hr{margin-bottom:65px;margin-top:60px}}.finance_content ol,.finance_content ul{list-style:auto;list-style-position:inside}.finance_content ol li,.finance_content ul li{padding-bottom:30px}@media(min-width:2048px){.finance_content ol li,.finance_content ul li{font-size:.68359375vw}}.finance_content ol li,.finance_content ul li{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_content ol li em,.finance_content ul li em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_content ol li strong,.finance_content ul li strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_content ol li,.finance_content ul li{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.finance_content ol li,.finance_content ul li{font-size:.78125vw}}@media(min-width:1024px){.finance_content ol li,.finance_content ul li{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_content ol li em,.finance_content ul li em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_content ol li strong,.finance_content ul li strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_content ol li,.finance_content ul li{font-size:1rem;line-height:1.625}}.finance_content_greyblock{background-color:#f0f0f0;flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);margin-top:20px;max-width:calc(90% - 2.2px);padding:30px 20px 0}@media(min-width:2048px){.finance_content_greyblock{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:1024px){.finance_content_greyblock{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px);width:100%}}@media(min-width:1024px)and (min-width:2048px){.finance_content_greyblock{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media(min-width:1024px){.finance_content_greyblock{padding:50px 60px 20px}}.finance_content_greyblock h2{padding-bottom:30px}@media(min-width:2048px){.finance_content_greyblock h2{letter-spacing:.048828125vw}}.finance_content_greyblock h2{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.finance_content_greyblock h2{font-size:.87890625vw}}.finance_content_greyblock h2{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px)and (min-width:2048px){.finance_content_greyblock h2{letter-spacing:.09765625vw}}@media(min-width:1024px){.finance_content_greyblock h2{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.finance_content_greyblock h2{font-size:.9765625vw}}@media(min-width:1024px){.finance_content_greyblock h2{font-size:1.25rem;line-height:1.25}}@media(min-width:2048px){.finance_content_greyblock p{font-size:.68359375vw}}.finance_content_greyblock p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_content_greyblock p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_content_greyblock p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_content_greyblock p{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.finance_content_greyblock p{font-size:.78125vw}}@media(min-width:1024px){.finance_content_greyblock p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_content_greyblock p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_content_greyblock p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_content_greyblock p{font-size:1rem;line-height:1.625}}.finance_content_greyblock ul{padding:0 5px}.finance_content_greyblock ul li{list-style:disc;list-style-position:inside;padding-bottom:30px}@media(min-width:2048px){.finance_content_greyblock ul li{font-size:.68359375vw}}.finance_content_greyblock ul li{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_content_greyblock ul li em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_content_greyblock ul li strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_content_greyblock ul li{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.finance_content_greyblock ul li{font-size:.78125vw}}@media(min-width:1024px){.finance_content_greyblock ul li{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_content_greyblock ul li em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_content_greyblock ul li strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_content_greyblock ul li{font-size:1rem;line-height:1.625}}.finance_accordion{padding:0 0 45px!important}@media(min-width:320px)and (max-width:767px){.finance_accordion{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px)}}@media(min-width:320px)and (max-width:767px)and (min-width:2048px){.finance_accordion{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:768px)and (max-width:1023px){.finance_accordion{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px)}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.finance_accordion{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:1024px){.finance_accordion{padding:0 0 60px!important}}.finance_accordion .gn_accordion_section:first-child{border:none;margin-top:-30px}.finance_accordion .gn_accordion_section__title{text-transform:uppercase}@media(min-width:1024px)and (min-width:2048px){.finance_accordion .gn_accordion_section__title{letter-spacing:.048828125vw}}@media(min-width:1024px){.finance_accordion .gn_accordion_section__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.finance_accordion .gn_accordion_section__title{font-size:.78125vw}}@media(min-width:1024px){.finance_accordion .gn_accordion_section__title{font-size:1rem;line-height:1.5}}@media(min-width:2048px){.finance_accordion .gn_accordion_section .gn_intro_text__content{font-size:.68359375vw}}.finance_accordion .gn_accordion_section .gn_intro_text__content{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_accordion .gn_accordion_section .gn_intro_text__content em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_accordion .gn_accordion_section .gn_intro_text__content strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_accordion .gn_accordion_section .gn_intro_text__content{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.finance_accordion .gn_accordion_section .gn_intro_text__content{font-size:.78125vw}}@media(min-width:1024px){.finance_accordion .gn_accordion_section .gn_intro_text__content{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.finance_accordion .gn_accordion_section .gn_intro_text__content em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.finance_accordion .gn_accordion_section .gn_intro_text__content strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.finance_accordion .gn_accordion_section .gn_intro_text__content{font-size:1rem;line-height:1.625}}.gn_text_media{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px;padding:0!important}@media(min-width:1024px){.gn_text_media{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_text_media{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_text_media{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}}.gn_text_media__text{margin-bottom:30px}@media(min-width:1024px){.gn_text_media__text{flex-basis:calc(43.75% - 12.375px);flex-grow:1;margin-bottom:40px;max-width:calc(43.75% - 12.375px);padding:0}}@media(min-width:1024px)and (min-width:2048px){.gn_text_media__text{flex-basis:calc(43.75% - 0.60425vw);flex-grow:1;max-width:calc(43.75% - .60425vw)}}.gn_text_media__video_container{position:relative;width:100%}.gn_text_media__media{margin-bottom:30px;width:100%}@media(min-width:1024px){.gn_text_media__media{flex-basis:calc(50% - 11px);flex-grow:1;margin-bottom:40px;margin-left:calc(6.25% + 1.375px);max-width:calc(50% - 11px);padding:0}}@media(min-width:1024px)and (min-width:2048px){.gn_text_media__media{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.gn_text_media__media .gn_video__wrapper{padding:0}.gn_text_media__media div:not([class]),.gn_text_media__media img{height:100%;width:100%}.gn_text_media__caption{color:#595959}.gn_text_media__caption:before{background-color:#595959;content:"";display:block;height:1px;margin:20px 0 15px;width:20px}.gn_title_cta{max-width:100%;padding:30px 21px}@media(min-width:1024px){.gn_title_cta{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.gn_title_cta{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.gn_title_cta{padding-bottom:70px;padding-top:70px}}.gn_title_cta__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.gn_title_cta__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.gn_title_cta__cta{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.gn_title_cta__cta{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.gn_title_cta__cta_link{display:block;text-align:center;text-decoration:none}.gn_title_cta__text{padding-bottom:40px;text-align:center}@media(min-width:1024px){.gn_title_cta__text{flex-basis:calc(60% - 8.8px);flex-grow:1;margin-left:calc(20% + 4.4px);max-width:calc(60% - 8.8px);padding-bottom:80px}}@media(min-width:1024px)and (min-width:2048px){.gn_title_cta__text{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}.gn_title_cta--padding-bottom{padding-bottom:60px}@media(min-width:1024px){.gn_title_cta--padding-bottom{padding-bottom:140px}}.gn_video{flex-basis:100%;flex-grow:1;max-width:100%;position:relative;width:inherit}@media(min-width:2048px){.gn_video{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.gn_video{flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.gn_video{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_video{flex-basis:auto}}.gn_video--dark{background-color:#171717;color:#fff}.gn_video__wrapper:not(.gn_video__cover){align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:30px 0;width:100%}@media(min-width:1024px){.gn_video__wrapper:not(.gn_video__cover){padding:70px 21px}}@media(min-width:2048px){.gn_video__wrapper:not(.gn_video__cover){padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.gn_video__wrapper:not(.gn_video__cover) .quote-14{align-self:flex-start;color:#767676}.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full{padding-left:0;padding-right:0}.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video{min-width:100%}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video{flex-basis:auto}}.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video__divider,.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video__quote{margin-left:21px}@media(min-width:1024px){.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video__divider,.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video__quote{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video__divider,.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video__quote{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video__divider,.gn_video__wrapper:not(.gn_video__cover) .gn_video__wrapper:not(.gn_video__cover) --full .gn_video__quote{flex-basis:auto}}.gn_video__video{height:100%;object-fit:cover;width:100%}.gn_video__divider{align-self:flex-start;background:#767676;height:1px;margin:10px 0 10px 21px;width:20px}@media(min-width:1024px){.gn_video__divider{margin-left:11px;margin-top:20px}}@media(min-width:2048px){.gn_video__divider{height:.048828125vw;margin-bottom:.48828125vw;margin-left:.537109375vw;margin-top:.9765625vw;width:.9765625vw}}.gn_video__quote{margin-left:21px}@media(min-width:1024px){.gn_video__quote{margin-left:11px}}@media(min-width:2048px){.gn_video__quote{margin-left:.537109375vw}}.gn_video__cover{margin-bottom:-3px;position:relative}.gn_video__cover_square{height:100vw;overflow:hidden}@media(min-width:1024px){.gn_video__cover_square{height:unset;overflow:unset}}.gn_video__cover_square video{height:100%;max-width:unset;transform:translateX(-50vw)}@media(min-width:1024px){.gn_video__cover_square video{height:unset;transform:unset;width:100%}}.gn_video__cover_btn{background-color:transparent;border-radius:38px;bottom:20px;color:#fff;height:38px;padding:0;position:absolute;right:20px;top:auto;width:38px;z-index:5}@media(min-width:1024px){.gn_video__cover_btn{bottom:auto;top:20px}}@media(min-width:2048px){.gn_video__cover_btn{border-radius:1.85546875vw;height:1.85546875vw;right:.9765625vw;top:.9765625vw;width:1.85546875vw}}.gn_video__cover_icon,.gn_video__cover_icon:before{display:block}@media(min-width:2048px){.plyr{min-height:9.765625vw}.plyr__controls{padding:1.708984375vw .48828125vw .48828125vw}.plyr__controls__item{margin-left:.1220703125vw}}.plyr__controls__item:first-child{margin-left:0}@media(min-width:2048px){.plyr__controls__item.plyr__volume{padding-right:.244140625vw}.plyr__volume{max-width:5.37109375vw}.plyr__control{border-radius:.146484375vw;padding:.341796875vw}.plyr__control svg{height:.87890625vw;width:.87890625vw}.plyr__time{font-size:.68359375vw;padding-left:.244140625vw;padding-right:.244140625vw}.plyr__progress__container{padding-left:.1220703125vw}.plyr button{height:1.5625vw;width:1.5625vw}}.plyr,.plyr video,.plyr__video-wrapper{height:100%;width:100%}@media(orientation:landscape){.plyr--video{max-height:100vh}}@media(orientation:landscape)and (min-width:1024px){.plyr--video{max-height:none}}.plyr--video .plyr__control.plyr__control--overlaid{background:transparent;max-height:69px;max-width:69px;padding:0}@media(min-width:1024px){.plyr--video .plyr__control.plyr__control--overlaid{max-height:90px;max-width:90px}}@media(min-width:2048px){.plyr--video .plyr__control.plyr__control--overlaid{max-height:4.39453125vw;max-width:4.39453125vw}}.plyr--video .plyr__control.plyr__control--overlaid:focus{background:#767676}.plyr--video .plyr__control.plyr__control--overlaid img{height:100%;width:100%}.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus,.plyr--video .plyr__control.plyr__control--overlaid:hover,.plyr--video .plyr__control.plyr__control--overlaid[aria-expanded=true]{background:#767676;color:#fff}.plyr--video .plyr__control.plyr__control--overlaid{background-color:#fff;border-radius:34.5px;height:69px;width:69px}@media(min-width:1024px){.plyr--video .plyr__control.plyr__control--overlaid{border-radius:45px;height:90px;width:90px}}@media(min-width:2048px){.plyr--video .plyr__control.plyr__control--overlaid{height:3.369140625vw;width:3.369140625vw}}.plyr--video .plyr__control.plyr__control--overlaid:before{color:#000;content:"";font-family:VideoJS;font-size:16px;line-height:1.3;margin:auto;opacity:.8;text-align:center;width:16px}@media(min-width:1024px){.plyr--video .plyr__control.plyr__control--overlaid:before{font-size:21px;width:21px}}@media(min-width:2048px){.plyr--video .plyr__control.plyr__control--overlaid:before{font-size:1.025390625vw;width:1.025390625vw}}.plyr--video img{display:none}.plyr--full-ui input[type=range]{color:#de2b2b}.plyr.plyr--stopped .plyr__controls{display:none}@media(min-width:1024px){.plyr__time{padding-left:5px!important;padding-right:5px!important}}@media(min-width:2048px){.plyr__time{padding-left:.244140625vw!important;padding-right:.244140625vw!important}.plyr--full-ui input[type=range]{height:.927734375vw}}.plyr--fullscreen-fallback video{object-fit:contain}.share .modal__gutter{height:100vh;padding-left:10.5px;padding-right:10.5px}@media(min-width:1024px){.share .modal__gutter{padding-left:11px;padding-right:11px}}.share .modal__close{align-self:flex-start;margin-left:auto}.share__nav{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:60px}@media(min-width:1024px){.share__nav{margin-bottom:100px}}.share__header{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);margin-right:21px;max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.share__header{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.share__header{flex-basis:calc(30% - 15.4px);flex-grow:1;margin-left:calc(35% + 7.7px);margin-right:22px;max-width:calc(30% - 15.4px)}}@media(min-width:1024px)and (min-width:2048px){.share__header{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}.share__title{display:block;margin:25px 0 20px;text-align:center;text-transform:uppercase}@media(min-width:2048px){.share__title{letter-spacing:.048828125vw}}.share__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.share__title{font-size:.78125vw}}.share__title{font-size:1rem;line-height:1.5}@media(min-width:1024px){.share__title{margin:40px 0 20px}}@media(min-width:1024px)and (min-width:2048px){.share__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.share__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.share__title{font-size:.9765625vw}}@media(min-width:1024px){.share__title{font-size:1.25rem;line-height:1.25}}.share__description{color:#767676;text-align:center}.share__list{flex-basis:calc(66.66667% + 35px);flex-grow:1;margin-bottom:20px;margin-left:calc(16.66667% - 17.5px);max-width:calc(66.66667% + 35px)}@media(min-width:2048px){.share__list{flex-basis:calc(66.66667% + 1.70898vw);flex-grow:1;max-width:calc(66.66667% + 1.70898vw)}}@media(min-width:1024px){.share__list{flex-basis:calc(70% - 6.6px);flex-grow:1;margin-bottom:60px;margin-left:calc(15% + 3.3px);max-width:calc(70% - 6.6px)}}@media(min-width:1024px)and (min-width:2048px){.share__list{flex-basis:calc(70% - 0.32227vw);flex-grow:1;max-width:calc(70% - .32227vw)}}.share__list .shariff ul{align-items:center;display:flex;flex-direction:row;justify-content:center}.share__list .shariff .shariff-button{flex-grow:0;height:auto;margin:0 20px 40px 0;min-width:50px}@media(min-width:1024px){.share__list .shariff .shariff-button{margin:0 20px 40px;min-width:80px}}.share__list .shariff .shariff-button a{align-items:center;background-color:transparent;border:1px solid #f0f0f0;border-radius:50%;display:flex;flex-direction:column;height:50px;justify-content:center;width:50px}@media(min-width:1024px){.share__list .shariff .shariff-button a{height:80px;width:80px}}.share__list .shariff .shariff-button a .share_text{display:none}.share__list .shariff .shariff-button a:focus{border:1px solid #b2b2b2;outline:0}.share__list .shariff .shariff-button.twitter .fa{color:#55acee}.share__list .shariff .shariff-button.facebook .fa{color:#3b5998}.share__list .shariff .shariff-button.linkedin .fa{color:#0077b5}.share__list .shariff .shariff-button.pinterest .fa{color:#bd081c}@media(min-width:1024px){.share__list .shariff .shariff-button.whatsapp{display:none}}.share__list .shariff .shariff-button.whatsapp .fa{color:#5cbe4a}.share__list .shariff .shariff-button.weibo .fa{color:#f56770}.share__list .shariff .shariff-button.mail .fa{color:#999}@media(min-width:1024px){.share__link_to_share{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.share__link_to_share{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.share__label{margin-bottom:10px;text-transform:uppercase}.share__link_container{align-items:center;border:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:10px;padding:20px 0}.share__link{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;height:25px;margin-right:21px;max-width:calc(83.33333% - 3.5px);overflow:hidden;padding-left:20px;word-break:break-all}@media(min-width:2048px){.share__link{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;font-size:.68359375vw;max-width:calc(83.33333% - .1709vw)}}.share__link{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.share__link em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.share__link strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.share__link{font-size:.875rem;line-height:1.7142857143}@media(min-width:768px){.share__link{flex-basis:calc(91.66667% - 1.75px);flex-grow:1;max-width:calc(91.66667% - 1.75px)}}@media(min-width:768px)and (min-width:2048px){.share__link{flex-basis:calc(91.66667% - 0.08545vw);flex-grow:1;max-width:calc(91.66667% - .08545vw)}}@media(min-width:1024px){.share__link{flex-basis:calc(87.5% - 2.75px);flex-grow:1;margin-right:22px;max-width:calc(87.5% - 2.75px)}}@media(min-width:1024px)and (min-width:2048px){.share__link{flex-basis:calc(87.5% - 0.13428vw);flex-grow:1;font-size:.78125vw;max-width:calc(87.5% - .13428vw)}}@media(min-width:1024px){.share__link{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.share__link em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.share__link strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.share__link{font-size:1rem;line-height:1.625}}@media(min-width:2048px){.share__link{height:1.220703125vw}}.share__copy{background-color:transparent;border:0;flex-basis:calc(16.66667% - 17.5px);flex-grow:1;max-width:calc(16.66667% - 17.5px)}@media(min-width:2048px){.share__copy{flex-basis:calc(16.66667% - 0.85449vw);flex-grow:1;max-width:calc(16.66667% - .85449vw)}}@media(min-width:768px){.share__copy{flex-basis:calc(8.33333% - 19.25px);flex-grow:1;max-width:calc(8.33333% - 19.25px)}}@media(min-width:768px)and (min-width:2048px){.share__copy{flex-basis:calc(8.33333% - 0.93994vw);flex-grow:1;max-width:calc(8.33333% - .93994vw)}}@media(min-width:1024px){.share__copy{flex-basis:calc(12.5% - 19.25px);flex-grow:1;max-width:calc(12.5% - 19.25px)}}@media(min-width:1024px)and (min-width:2048px){.share__copy{flex-basis:calc(12.5% - 0.93994vw);flex-grow:1;max-width:calc(12.5% - .93994vw)}}.share__message{display:none}@media(min-width:2048px){.search-modal__animated-txt{font-size:1.171875vw}}.search-modal__animated-txt{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:1024px){.search-modal__animated-txt{font-size:54px}}@media(min-width:2048px){.search-modal__animated-txt{font-size:2.63671875vw}}.search-modal__animated-txt-search{color:#595959;opacity:0;pointer-events:none;user-select:none}.search-modal__animated-txt-for{margin-left:10px;opacity:0;pointer-events:none;position:absolute;top:0;user-select:none}.search-modal__animated-content{height:100%;left:0;padding-left:15px;pointer-events:none;position:absolute;top:0;user-select:none;width:100%;z-index:0}@media(min-width:1024px){.search-modal__animated-content{padding-left:1.375rem}}@media(min-width:2048px){.search-modal__animated-content{font-size:2.63671875vw}}.search-modal__form{align-items:flex-start;display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;width:100%}@media(min-width:2048px){.search-modal__form{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.search-modal__form{flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.search-modal__form{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.search-modal__form{flex-basis:auto}}.search-modal__form-container{display:flex;position:relative}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.search-modal__form-container{width:100%}}.search-modal__form form{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;position:relative;width:0}.search-modal__form form input[type=text]{border:none!important;border-bottom:1px solid #404040!important;box-shadow:none;color:#fff;padding:0;z-index:1}@media(min-width:2048px){.search-modal__form form input[type=text]{font-size:1.171875vw}}.search-modal__form form input[type=text]{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:1024px){.search-modal__form form input[type=text]{font-size:3.375rem}}@media(min-width:2048px){.search-modal__form form input[type=text]{font-size:2.63671875vw}}.search-modal__form form input[type=text]::placeholder{color:transparent}.search-modal__form form input[type=submit]{background:transparent;background-color:transparent;background-image:url(/themes/custom/hublot/css/../images/search-button-white..svg?2774df763b9deb7134f7);background-origin:content-box;background-repeat:no-repeat;background-size:16px 16px;border:none;color:#fff;font-size:0;height:100%;line-height:0;opacity:0;padding-right:30px;padding-top:7px;position:absolute;right:0;width:36px}@media(min-width:1024px){.search-modal__form form input[type=submit]{background-position:50%;background-size:24px 24px;padding:16px 0 16px 15px;width:54px}}@media(min-width:2048px){.search-modal__form form input[type=submit]{background-size:1.171875vw;padding-bottom:.78125vw;padding-left:.732421875vw;padding-top:.78125vw;width:2.63671875vw}}.search-modal__form form.animate_grow-out input{padding:0}.search-modal__form form.animate_grow-in input[type=text]{padding-left:15px;padding-right:36px}@media(min-width:1024px){.search-modal__form form.animate_grow-in input[type=text]{padding-left:22px;padding-right:64px}}.search-modal__form label{display:none}.search-modal__form .js-form-wrapper{display:flex}.search-modal{background:#171717;color:#fff;height:100vh;opacity:1!important;transition:.7s;transition-timing-function:ease-in-out}.search-modal,.search-modal__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.search-modal__wrapper{border:none;height:100%;max-width:100%;padding-left:21px;padding-right:21px;width:100%}@media(min-width:1024px){.search-modal__wrapper{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.search-modal__wrapper{padding-left:1.07421875vw;padding-right:1.07421875vw}}.search-modal__nav{align-items:center;display:flex;flex-basis:100%;flex-direction:row;flex-grow:1;justify-content:flex-end;margin-bottom:30px;max-width:100%;padding-left:21px;padding-right:21px;position:absolute;top:30px;width:100%}@media(min-width:2048px){.search-modal__nav{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.search-modal__nav{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.search-modal__nav{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.search-modal__nav{flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px);top:100px}}@media(min-width:1024px)and (min-width:2048px){.search-modal__nav{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.search-modal__close{background-color:#171717;border-color:#f0f0f0;border-radius:40px;border-style:solid;color:#de2b2b;height:50px;opacity:0;padding-top:5px;width:50px}@media(min-width:1024px){.search-modal__close{height:80px;width:80px}}.search-modal__close span{font-size:15px}@media(min-width:1024px){.search-modal__close span{font-size:25px}}.search-modal.modal--open{transform:translateZ(0)!important}.search-modal.modal--hidden{transform:translate3d(0,-100%,0)!important}.ps-explore{align-items:center;background:#171717;color:#fff;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding:60px 21px 30px}@media(min-width:1024px){.ps-explore{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ps-explore{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ps-explore{padding-bottom:70px;padding-top:70px}}.ps-explore__header{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:60px;text-align:center;width:100%}@media(min-width:1024px){.ps-explore__header{padding-bottom:70px}}.ps-explore__header:after{background-color:#de2b2b;content:"";display:block;height:3px;margin-top:40px;width:20px}.ps-explore__title{margin-bottom:20px;text-transform:uppercase}@media(min-width:1024px){.ps-explore__title{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.ps-explore__title{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ps-explore__title{flex-basis:auto}}@media(min-width:1024px){.ps-explore__subtitle{flex-basis:calc(35% - 14.3px);flex-grow:1;max-width:calc(35% - 14.3px)}}@media(min-width:1024px)and (min-width:2048px){.ps-explore__subtitle{flex-basis:calc(35% - 0.69824vw);flex-grow:1;max-width:calc(35% - .69824vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ps-explore__subtitle{flex-basis:auto}}.ps-explore__content{width:100%}.ps-explore__group{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}@media(min-width:1024px){.ps-explore__group{padding-bottom:70px}}.ps-explore__group_title{margin-bottom:20px;text-transform:uppercase;width:100%}@media(min-width:1024px){.ps-explore__group_title{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-bottom:30px;margin-left:calc(10% + 2.2px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.ps-explore__group_title{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ps-explore__group_title{flex-basis:auto}}.ps-explore__group_content{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;overflow:hidden;transition:.7s cubic-bezier(.5,0,.25,1);width:100%}.ps-explore__group_ps{margin-bottom:50px;transition:opacity .5s ease-out}@media(min-width:1024px){.ps-explore__group_ps{flex-basis:calc(30% - 15.4px);flex-grow:1;margin-bottom:60px;margin-left:22px;margin-right:calc(5% + 1.1px);max-width:calc(30% - 15.4px)}}@media(min-width:1024px)and (min-width:2048px){.ps-explore__group_ps{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}@media(min-width:1024px){.ps-explore__group_ps:nth-child(3n){margin-right:0}.ps-explore__group_ps:nth-child(3n+1){margin-left:0}}.ps-explore__group_ps--hidden{opacity:0;pointer-events:none;visibility:hidden}.ps-explore__group_cta{padding-bottom:80px;width:100%}.ps-explore__group_cta button{transition:1s}@media(min-width:1024px){.ps-explore__group_cta{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-top:20px;max-width:calc(20% - 17.6px);padding-bottom:60px}}@media(min-width:1024px)and (min-width:2048px){.ps-explore__group_cta{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.ps-explore__group_cta--hidden{position:absolute}.ps-explore__group_cta--hidden button{opacity:0;pointer-events:none}.ps_header{align-items:flex-start;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:66.6666666667vw;justify-content:flex-end;margin-bottom:30px;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.ps_header{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ps_header{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ps_header{height:50vw;margin-bottom:70px}}.ps_header__info{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding-top:5px;position:relative;width:100%}@media(min-width:1024px){.ps_header__info{align-items:flex-start;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px);padding:50px}}@media(min-width:2048px){.ps_header__info{max-height:8.30078125vw;min-height:8.30078125vw;padding:2.44140625vw}}.ps_header__eyebrow{margin-bottom:5px;text-align:center;text-transform:uppercase}@media(min-width:1024px){.ps_header__eyebrow{margin-bottom:10px}}.ps_header__title{text-align:center;text-transform:uppercase}@media(min-width:2048px){.ps_header__title{letter-spacing:.09765625vw}}.ps_header__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.ps_header__title{font-size:1.46484375vw}}.ps_header__title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:1024px)and (min-width:2048px){.ps_header__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.ps_header__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.ps_header__title{font-size:3.515625vw}}@media(min-width:1024px){.ps_header__title{font-size:4.5rem;line-height:1}}.ps_header .background-image__item{bottom:0;left:0;position:absolute;right:0;top:0;transform:none}.ps_header .background-image__item img{height:100%;object-fit:cover}.ps-page__sticky-container{align-items:center;border-top:1px solid #f0f0f0;display:flex;display:none;flex-direction:column;justify-content:center}.ps-page__sticky-container--visible{display:flex}.ps-page__sticky-menu{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:row;height:52px;justify-content:center;width:100%;z-index:5}@media(min-width:1024px){.ps-page__sticky-menu{height:56px}}@media(min-width:2048px){.ps-page__sticky-menu{height:2.734375vw}}.ps-page__sticky-menu ul{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;overflow-x:auto;white-space:nowrap;width:auto}.ps-page__sticky-menu ul li{border-right:2px solid #f0f0f0;padding:0 20px}@media(min-width:2048px){.ps-page__sticky-menu ul li{letter-spacing:.048828125vw}}.ps-page__sticky-menu ul li{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ps-page__sticky-menu ul li{font-size:.68359375vw}}.ps-page__sticky-menu ul li{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.ps-page__sticky-menu ul li{display:inline-flex;padding:0 84px}}@media(min-width:1024px)and (min-width:2048px){.ps-page__sticky-menu ul li{letter-spacing:.048828125vw}}@media(min-width:1024px){.ps-page__sticky-menu ul li{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.ps-page__sticky-menu ul li{font-size:.87890625vw}}@media(min-width:1024px){.ps-page__sticky-menu ul li{font-size:1.125rem;line-height:1.3888888889}}@media(min-width:2048px){.ps-page__sticky-menu ul li .link{letter-spacing:.048828125vw}}.ps-page__sticky-menu ul li .link{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ps-page__sticky-menu ul li .link{font-size:.68359375vw}}.ps-page__sticky-menu ul li .link{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.ps-page__sticky-menu ul li .link{height:100%;padding-bottom:1px}}@media(min-width:1024px)and (min-width:2048px){.ps-page__sticky-menu ul li .link{letter-spacing:.048828125vw}}@media(min-width:1024px){.ps-page__sticky-menu ul li .link{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.ps-page__sticky-menu ul li .link{font-size:.87890625vw}}@media(min-width:1024px){.ps-page__sticky-menu ul li .link{font-size:1.125rem;line-height:1.3888888889}}@media(min-width:2048px){.ps-page__sticky-menu ul li .link{padding-bottom:.048828125vw}}.ps-page__sticky-menu ul li .link:after{background-color:#000}.ps-page__sticky-menu ul li .ps-page__current-link:after{background-color:#de2b2b}.ps-page__sticky-menu ul li:last-child{border-right:none}.ps-page__sticky-quote{display:none;margin:40px 0}@media(min-width:1024px){.ps-page__sticky-quote{display:block}}.ps-page__sticky-nav{position:fixed;top:0;transition:.5s;width:100%;z-index:5}.ps-page__sticky-nav__scroll{top:86px;transition:.5s}@media(min-width:1024px){.ps-page__sticky-nav__scroll{top:90px}}@media(min-width:2048px){.ps-page__sticky-nav__scroll{top:4.052734375vw}}.ps-page__current-link{color:#de2b2b}.ps-subtitle{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding:60px 21px 30px;position:relative;text-align:center}@media(min-width:1024px){.ps-subtitle{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ps-subtitle{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ps-subtitle{padding-bottom:70px;padding-top:70px}}.ps-subtitle__content{width:100%}@media(min-width:1024px){.ps-subtitle__content{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.ps-subtitle__content{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ps-subtitle__content{flex-basis:auto}}.ps-subtitle__content:after{background-color:#de2b2b;content:"";display:inline-block;height:3px;margin-top:30px;width:20px}@media(min-width:1024px){.ps-subtitle__content:after{margin-top:20px}}.ps-subtitle__title{margin-bottom:10px;margin-top:0;text-transform:uppercase}@media(min-width:1024px){.ps-subtitle__title{margin-bottom:20px}}@media(min-width:2048px){.ps-subtitle__txt{font-size:.68359375vw}}.ps-subtitle__txt{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ps-subtitle__txt em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ps-subtitle__txt strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ps-subtitle__txt{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.ps-subtitle__txt{font-size:.87890625vw}}@media(min-width:1024px){.ps-subtitle__txt{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ps-subtitle__txt em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ps-subtitle__txt strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ps-subtitle__txt{font-size:1.125rem;line-height:1.7777777778}}.ps-subtitle__number{min-height:120px;position:relative}@media(min-width:1024px){.ps-subtitle__number{min-height:200px}}@media(min-width:2048px){.ps-subtitle__number{min-height:9.765625vw}}.ps-subtitle__num{font-size:7.5rem;left:0;line-height:7.5rem;margin:auto;position:absolute;right:0}@media(min-width:1024px){.ps-subtitle__num{font-size:12.5rem;line-height:12.5rem}}.ps-subtitle__num--back{color:#de2b2b;font-family:Gotham Bold,Arial,sans-serif;height:0;overflow:hidden;text-shadow:-1px -1px 0 #e5e5e5,1px -1px 0 #e5e5e5,-1px 1px 0 #e5e5e5,1px 1px 0 #e5e5e5;z-index:1}@supports(text-stroke:1px #e5e5e5) or (-webkit-text-stroke:1px #e5e5e5){.ps-subtitle__num--back{-webkit-text-fill-color:#de2b2b;text-fill-color:#de2b2b;-webkit-text-stroke:1px #e5e5e5;text-stroke:1px #e5e5e5;text-shadow:none}@media(min-width:1024px){.ps-subtitle__num--back{-webkit-text-stroke:3px #e5e5e5;text-stroke:3px #e5e5e5}}@media(min-width:2048px){.ps-subtitle__num--back{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}.ps-subtitle__num--front{color:#fff;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #767676,1px -1px 0 #767676,-1px 1px 0 #767676,1px 1px 0 #767676;z-index:0}@supports(text-stroke:1px #767676) or (-webkit-text-stroke:1px #767676){.ps-subtitle__num--front{-webkit-text-fill-color:#fff;text-fill-color:#fff;-webkit-text-stroke:1px #767676;text-stroke:1px #767676;text-shadow:none}@media(min-width:1024px){.ps-subtitle__num--front{-webkit-text-stroke:3px #767676;text-stroke:3px #767676}}@media(min-width:2048px){.ps-subtitle__num--front{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.ps-subtitle__num{font-size:9.765625vw;line-height:9.765625vw}}.ps-subtitle__trigger{height:1px;position:absolute;top:-100px;width:1px}.ps_summary{display:flex;max-width:100%;padding:60px 21px}@media(min-width:1024px){.ps_summary{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ps_summary{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ps_summary{max-width:100%;padding:140px 21px}}@media(min-width:1024px)and (min-width:1024px){.ps_summary{padding-left:22px;padding-right:22px}}@media(min-width:1024px)and (min-width:2048px){.ps_summary{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:2048px){.ps_summary{padding-bottom:6.8359375vw;padding-top:6.8359375vw}}.ps_summary__container{align-items:flex-start;display:flex;flex-direction:column;justify-content:inherit}@media(min-width:1024px){.ps_summary__container{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.ps_summary__container{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.ps_summary__container .link{padding-bottom:2px}.ps_summary__title{margin-bottom:10px}@media(min-width:1024px){.ps_summary__title{margin-bottom:20px}}@media(min-width:2048px){.ps_summary__title{margin-bottom:.9765625vw}}.ps_summary__category{margin-bottom:20px;text-transform:uppercase}@media(min-width:1024px){.ps_summary__category{margin-bottom:40px}}@media(min-width:2048px){.ps_summary__category{margin-bottom:1.953125vw}}.ps_summary__image_container{margin-bottom:10px;position:relative;width:100%}@media(min-width:1024px){.ps_summary__image_container{margin-bottom:20px}}@media(min-width:2048px){.ps_summary__image_container{margin-bottom:.9765625vw}}.ps_summary__image_container img{height:auto;width:100%}.ps_summary__image{width:100%}.ps_summary__image.video{position:absolute}.ps_summary__video_container{position:relative;width:100%}.ps_summary__video{width:100%}.ps_summary__control{border-radius:50%;height:70px;width:70px}@media(min-width:1024px){.ps_summary__control{height:90px;width:90px}}@media(min-width:2048px){.ps_summary__control{height:4.39453125vw;width:4.39453125vw}}.ps_summary__separator{background-color:#b2b2b2;margin-bottom:10px;min-height:1px;width:20px}@media(min-width:1024px){.ps_summary__separator{color:#767676}}@media(min-width:2048px){.ps_summary__separator{margin-bottom:.48828125vw;min-height:.09765625vw;width:.9765625vw}}.ps_summary__caption{color:#b2b2b2;margin-bottom:40px}@media(min-width:1024px){.ps_summary__caption{color:#767676;margin-bottom:50px}}@media(min-width:2048px){.ps_summary__caption{margin-bottom:2.44140625vw}}.ps_summary__quote{margin-bottom:20px}@media(min-width:2048px){.ps_summary__quote{font-size:.9765625vw}}.ps_summary__quote{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:1024px){.ps_summary__quote{flex-basis:calc(68.75% - 6.875px);flex-grow:1;max-width:calc(68.75% - 6.875px)}}@media(min-width:1024px)and (min-width:2048px){.ps_summary__quote{flex-basis:calc(68.75% - 0.33569vw);flex-grow:1;font-size:1.5625vw;max-width:calc(68.75% - .33569vw)}}@media(min-width:1024px){.ps_summary__quote{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}@media(min-width:2048px){.ps_summary__quote{margin-bottom:.9765625vw}}.ps_summary__quote div{display:inline}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ps_summary__quote{flex-basis:auto}}.ps_summary__author{line-height:15px;margin-bottom:10px}@media(min-width:2048px){.ps_summary__author{font-size:.68359375vw}}.ps_summary__author{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ps_summary__author em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ps_summary__author strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ps_summary__author{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.ps_summary__author{margin-bottom:15px}}@media(min-width:1024px)and (min-width:2048px){.ps_summary__author{font-size:.78125vw}}@media(min-width:1024px){.ps_summary__author{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ps_summary__author em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ps_summary__author strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ps_summary__author{font-size:1rem;line-height:1.625}}@media(min-width:2048px){.ps_summary__author{margin-bottom:.732421875vw}}.ps_summary__position{margin-bottom:30px}@media(min-width:1024px){.ps_summary__position{margin-bottom:40px}}@media(min-width:2048px){.ps_summary__position{margin-bottom:1.953125vw}}.ps-teaser img{height:400px;object-fit:cover;width:100%}@media(min-width:1024px){.ps-teaser img{height:500px}}@media(min-width:2048px){.ps-teaser img{height:24.4140625vw}}.ps-teaser__image{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.ps-teaser__image div{width:100%}.ps-teaser__content,.ps-teaser__title{align-items:center;display:flex;flex-direction:column;justify-content:center;text-transform:uppercase}.ps-teaser__title{margin-bottom:10px}@media(min-width:2048px){.ps-teaser__title{letter-spacing:.09765625vw}}.ps-teaser__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.ps-teaser__title{font-size:.9765625vw}}.ps-teaser__title{font-size:1.25rem;line-height:1.25}.ps-teaser__title:before{background-color:#de2b2b;content:"";display:inline-block;height:1px;margin-bottom:20px;margin-top:20px;width:22px}@media(min-width:2048px){.ps-teaser__title:before{height:.048828125vw;margin-bottom:.9765625vw;margin-top:.9765625vw;width:1.07421875vw}.ps-teaser__subtitle{font-size:.48828125vw;letter-spacing:.09765625vw}}.ps-teaser__subtitle{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.ps-teaser__subtitle a{color:#fff;text-decoration:none}.ps-teaser__cta{color:#fff;margin-top:40px;padding-bottom:5px}@media(min-width:2048px){.ps-teaser__cta{padding-bottom:.244140625vw}}.ps-teaser__link{display:block;padding:22px}.ps-teaser__link:focus{outline:none}.ps-teaser__link:focus img{outline:2px solid #8c8c8c;outline-offset:8px}.pp_header{max-width:100%;padding:34px 21px 30px}@media(min-width:1024px){.pp_header{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.pp_header{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.pp_header{padding-bottom:70px;padding-top:70px}}.pp_header__info{align-items:normal;display:flex;flex-direction:column;justify-content:normal}@media(min-width:1024px){.pp_header__info{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.pp_header__info{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.pp_header__eyebrow{display:block;margin-bottom:7px;text-transform:uppercase}@media(min-width:2048px){.pp_header__eyebrow{font-size:.5859375vw;letter-spacing:.0732421875vw}}.pp_header__eyebrow{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px){.pp_header__eyebrow{margin-bottom:15px}}@media(min-width:1024px)and (min-width:2048px){.pp_header__eyebrow{font-size:.78125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.pp_header__eyebrow{font-family:Gotham Bold,Arial,sans-serif;font-size:1rem;letter-spacing:.125rem;line-height:1.5625}}.pp_header__title{margin-bottom:35px;text-transform:uppercase}@media(min-width:1024px){.pp_header__title{margin-bottom:60px}.pp_header__text{flex-basis:calc(75% - 5.5px);flex-grow:1;max-width:calc(75% - 5.5px)}}@media(min-width:1024px)and (min-width:2048px){.pp_header__text{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pp_header__text{flex-basis:auto}}.pp_header__text a{color:#de2b2b}.podcast_coming_soon__container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 18px}@media(min-width:768px){.podcast_coming_soon__container{align-items:flex-start;flex-basis:calc(87.5% - 2.75px);flex-grow:1;margin:60px 0 60px calc(6.25% + 1.375px);max-width:calc(87.5% - 2.75px)}}@media(min-width:768px)and (min-width:2048px){.podcast_coming_soon__container{flex-basis:calc(87.5% - 0.13428vw);flex-grow:1;max-width:calc(87.5% - .13428vw)}}.podcast_coming_soon__title{display:block;font-family:Gotham Medium,Arial,sans-serif;margin-bottom:20px;text-transform:uppercase}@media(min-width:2048px){.podcast_coming_soon__title{font-size:.48828125vw;letter-spacing:.1953125vw}}.podcast_coming_soon__title{font-size:.625rem;letter-spacing:.25rem;line-height:2}@media(min-width:768px){.podcast_coming_soon__title{font-family:Gotham Medium,Arial,sans-serif;margin-left:calc(6.66667% + 1.46667px)}}@media(min-width:768px)and (min-width:2048px){.podcast_coming_soon__title{font-size:.5859375vw;letter-spacing:.29296875vw}}@media(min-width:768px){.podcast_coming_soon__title{font-size:.75rem;letter-spacing:.375rem;line-height:1.6666666667}}@media(min-width:2048px){.podcast_coming_soon__title{margin-bottom:.9765625vw}}.podcast_coming_soon__separator{border-bottom:1px solid #de2b2b;margin-bottom:41px;width:98px}@media(min-width:768px){.podcast_coming_soon__separator{margin-left:calc(6.66667% + 1.46667px);width:120px}}@media(min-width:2048px){.podcast_coming_soon__separator{border-bottom-width:.048828125vw;margin-bottom:2.001953125vw;width:5.859375vw}}.podcast_coming_soon__grid_container{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.podcast_coming_soon__grid_container{align-items:flex-start;column-gap:21px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:21px}}.podcast_coming_soon__card{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;min-width:80vw;overflow:hidden;padding-bottom:40px;text-decoration:none;white-space:normal;word-break:break-word}@media(min-width:1024px){.podcast_coming_soon__card{min-width:auto;width:100%}}.podcast_coming_soon__card [class^=icon-boutique-time]{margin-right:10px}.podcast_coming_soon__card [class^=icon-boutique-time]:before{vertical-align:middle}.podcast_coming_soon__card [data-quickedit-field-id]{height:100%;width:100%}.podcast_coming_soon__card .podcast_coming_soon__tile-image{background:#262626;height:57vw;width:100%}@media(min-width:1024px){.podcast_coming_soon__card .podcast_coming_soon__tile-image{height:21vw}}.podcast_coming_soon__card .podcast_coming_soon__tile-image div{height:100%}.podcast_coming_soon__card img{height:100%;object-fit:cover;width:100%}.podcast_coming_soon__card .podcast_coming_soon__tile-content{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;margin-top:20px;position:relative;width:100%}.podcast_coming_soon__card .podcast_coming_soon__tile-title{margin-bottom:10px;text-transform:uppercase}@media(min-width:2048px){.podcast_coming_soon__card .podcast_coming_soon__tile-title{letter-spacing:.09765625vw}}.podcast_coming_soon__card .podcast_coming_soon__tile-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.podcast_coming_soon__card .podcast_coming_soon__tile-title{font-size:.9765625vw}}.podcast_coming_soon__card .podcast_coming_soon__tile-title{font-size:1.25rem;line-height:1.25}.podcast_coming_soon__card .podcast_coming_soon__tile-body{color:#595959;margin-bottom:5px}@media(min-width:2048px){.podcast_coming_soon__card .podcast_coming_soon__tile-body{font-size:.78125vw}}.podcast_coming_soon__card .podcast_coming_soon__tile-body{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}.podcast_coming_soon__card .podcast_coming_soon__tile-time{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:12px;width:100%;word-break:normal}@media(min-width:2048px){.podcast_coming_soon__card .podcast_coming_soon__tile-time{letter-spacing:.048828125vw}}.podcast_coming_soon__card .podcast_coming_soon__tile-time{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.podcast_coming_soon__card .podcast_coming_soon__tile-time{font-size:.48828125vw}}.podcast_coming_soon__card .podcast_coming_soon__tile-time{font-size:.625rem;line-height:1.8}@media(min-width:768px)and (min-width:2048px){.podcast_coming_soon__card .podcast_coming_soon__tile-time{letter-spacing:.048828125vw}}@media(min-width:768px){.podcast_coming_soon__card .podcast_coming_soon__tile-time{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:768px)and (min-width:2048px){.podcast_coming_soon__card .podcast_coming_soon__tile-time{font-size:.5859375vw}}@media(min-width:768px){.podcast_coming_soon__card .podcast_coming_soon__tile-time{font-size:.75rem;line-height:1.5}}.podcast_header{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:18px 0 0;position:relative}@media(min-width:1024px){.podcast_header{padding:23px 0 0}}@media(min-width:2048px){.podcast_header{padding:23px 0 0}}.podcast_header .content{max-width:100%;padding-left:21px;padding-right:21px;width:100%}@media(min-width:1024px){.podcast_header .content{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.podcast_header .content{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.podcast_header .content{align-items:normal;display:flex;flex-direction:row;justify-content:flex-start;top:0}}.podcast_header__double{background:linear-gradient(0,#fff 80%,#171717 0)}@media(min-width:1024px){.podcast_header__double{align-items:center;background:linear-gradient(0,#fff 55%,#171717 0);display:flex;flex-direction:row;justify-content:center}}.podcast_header__double--dark{background:#171717;color:#fff}.podcast_header__double--dark .podcast_header__info{background-color:#171717}.podcast_header__double--white{background:#fff}.podcast_header__double .podcast_header__item:first-of-type{padding-bottom:60px}@media(min-width:1024px){.podcast_header__double .podcast_header__item:first-of-type{padding-bottom:0}}.podcast_header__item{align-items:normal;display:flex;flex-direction:column;justify-content:center;position:relative}@media(min-width:768px)and (max-width:1023px){.podcast_header__item{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.podcast_header__item{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.podcast_header__item{flex-basis:calc(50% - 11px);flex-grow:1;margin-right:22px;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__item{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.podcast_header__item:last-child{margin-right:0}}@media(min-width:2048px){.podcast_header__item{margin-right:1.07421875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.podcast_header__item{align-items:stretch;flex-basis:auto}}.podcast_header__info{background-color:#fff;bottom:80px;flex-basis:calc(66.66667% + 35px);flex-grow:1;margin-bottom:-80px;margin-left:calc(16.66667% - 17.5px);max-width:calc(66.66667% + 35px);padding:20px 16px 0;position:relative;text-align:center}@media(min-width:2048px){.podcast_header__info{flex-basis:calc(66.66667% + 1.70898vw);flex-grow:1;max-width:calc(66.66667% + 1.70898vw)}}@media(min-width:1024px){.podcast_header__info{bottom:150px;flex-basis:calc(66.66667% + 35px);flex-grow:1;margin-bottom:-150px;margin-left:calc(16.66667% - 17.5px);max-width:calc(66.66667% + 35px)}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__info{flex-basis:calc(66.66667% + 1.70898vw);flex-grow:1;max-width:calc(66.66667% + 1.70898vw)}}@media(min-width:1024px){.podcast_header__info{display:flex;flex-basis:calc(80% - 4.4px);flex-direction:column;flex-grow:1;flex-grow:2;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px);padding:40px 0 0;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__info{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media(min-width:2048px){.podcast_header__info{bottom:7.32421875vw;margin-bottom:-7.32421875vw;padding-top:1.953125vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.podcast_header__info{flex-basis:auto}}.podcast_header__image img{height:calc(116.66667vw - 49px);object-fit:cover;width:100%}@media(min-width:1024px){.podcast_header__image img{height:calc(50vw - 33px)}}.podcast_header__eyebrow{display:block;font-family:Gotham Medium,Arial,sans-serif;margin-bottom:20px;text-transform:uppercase}@media(min-width:2048px){.podcast_header__eyebrow{font-size:.48828125vw;letter-spacing:.1953125vw}}.podcast_header__eyebrow{font-size:.625rem;letter-spacing:.25rem;line-height:2}@media(min-width:1024px){.podcast_header__eyebrow{flex-grow:1;font-family:Gotham Medium,Arial,sans-serif;margin-left:calc(12.5% + 2.75px)}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__eyebrow{font-size:.5859375vw;letter-spacing:.29296875vw}}@media(min-width:1024px){.podcast_header__eyebrow{font-size:.75rem;letter-spacing:.375rem;line-height:1.6666666667}}@media(min-width:2048px){.podcast_header__eyebrow{margin-bottom:.9765625vw}}.podcast_header__separator{border-bottom:1px solid #de2b2b;flex-basis:calc(50% - 10.5px);flex-grow:1;margin-bottom:20px;margin-left:calc(25% + 5.25px);max-width:calc(50% - 10.5px)}@media(min-width:2048px){.podcast_header__separator{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:1024px){.podcast_header__separator{flex-basis:calc(25% - 16.5px);flex-grow:1;flex-shrink:3;margin-left:calc(12.5% + 2.75px);max-width:calc(25% - 16.5px)}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__separator{flex-basis:calc(25% - 0.80566vw);flex-grow:1;max-width:calc(25% - .80566vw)}}@media(min-width:2048px){.podcast_header__separator{border-bottom-width:.048828125vw;margin-bottom:.9765625vw}}.podcast_header__title{margin-bottom:25px;min-height:50px;text-align:center;text-transform:uppercase;width:100%}@media(min-width:2048px){.podcast_header__title{letter-spacing:.09765625vw}}.podcast_header__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.podcast_header__title{font-size:.9765625vw}}.podcast_header__title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px){.podcast_header__title{flex-basis:calc(75% - 5.5px);flex-grow:1;flex-grow:2;margin-bottom:20px;margin-left:calc(12.5% + 2.75px);max-width:calc(75% - 5.5px);text-align:left}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.podcast_header__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__title{font-size:1.46484375vw}}@media(min-width:1024px){.podcast_header__title{font-size:1.875rem;line-height:1.1666666667}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__title{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}@media(min-width:2048px){.podcast_header__title{margin-bottom:.9765625vw;min-height:2.44140625vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.podcast_header__title{flex-basis:auto}}.podcast_header__description{margin-bottom:25px;text-align:left;width:100%}@media(min-width:2048px){.podcast_header__description{font-size:.78125vw}}.podcast_header__description{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.podcast_header__description em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.podcast_header__description strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.podcast_header__description{font-size:1rem;line-height:1.625}@media(min-width:1024px){.podcast_header__description{flex-basis:calc(75% - 5.5px);flex-grow:1;flex-grow:2;margin-bottom:0;margin-left:calc(12.5% + 2.75px);max-width:calc(75% - 5.5px)}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__description{font-size:.87890625vw}}@media(min-width:1024px){.podcast_header__description{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.podcast_header__description em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.podcast_header__description strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.podcast_header__description{font-size:1.125rem;line-height:1.7777777778}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__description{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}.podcast_header__cta{align-items:center;display:flex;flex-direction:column;justify-content:center;letter-spacing:2px;min-height:55px;padding:0;text-align:center;text-decoration:none;width:100%}@media(min-width:2048px){.podcast_header__cta{font-size:.5859375vw;letter-spacing:.0732421875vw}}.podcast_header__cta{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px){.podcast_header__cta{flex-basis:calc(37.5% - 13.75px);flex-grow:1;flex-shrink:2;letter-spacing:1.5px;margin-left:calc(12.5% + 2.75px);margin-top:16px;max-height:55px;max-width:calc(37.5% - 13.75px);text-decoration:none}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__cta{flex-basis:calc(37.5% - 0.67139vw);flex-grow:1;font-size:.5859375vw;letter-spacing:.0732421875vw;max-width:calc(37.5% - .67139vw)}}@media(min-width:1024px){.podcast_header__cta{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}}@media(min-width:2048px){.podcast_header__cta{letter-spacing:.0732421875vw;margin-top:.78125vw;max-height:2.685546875vw;min-height:2.685546875vw}}.podcast_header__single--dark{background-color:#171717;color:#fff}.podcast_header__single--dark .podcast_header__info{background-color:#171717}.podcast_header__single .podcast_header__item{align-items:normal;display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px;position:relative;width:100%}@media(min-width:1024px){.podcast_header__single .podcast_header__item{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.podcast_header__single .podcast_header__item{flex-basis:100%;flex-grow:1;max-width:100%;padding-left:1.07421875vw;padding-right:1.07421875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.podcast_header__single .podcast_header__item{align-items:stretch;flex-basis:auto}}.podcast_header__single .podcast_header__info{bottom:80px;margin-bottom:-80px}@media(min-width:1024px){.podcast_header__single .podcast_header__info{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px);padding:40px 0 0;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__single .podcast_header__info{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:2048px){.podcast_header__single .podcast_header__info{bottom:3.90625vw;margin-bottom:-3.90625vw;padding-top:1.953125vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.podcast_header__single .podcast_header__info{flex-basis:auto}}@media(min-width:1024px){.podcast_header__single .podcast_header__eyebrow{margin-left:calc(5.55556% + 1.22222px)}.podcast_header__single .podcast_header__separator{flex-basis:calc(11.11111% - 19.55556px);flex-grow:1;margin-left:calc(5.55556% + 1.22222px);max-width:calc(11.11111% - 19.55556px)}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__single .podcast_header__separator{flex-basis:calc(11.11111% - 0.95486vw);flex-grow:1;max-width:calc(11.11111% - .95486vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.podcast_header__single .podcast_header__separator{flex-basis:auto}}@media(min-width:1024px){.podcast_header__single .podcast_header__title{flex-basis:calc(88.88889% - 2.44444px);flex-grow:1;margin-left:calc(5.55556% + 1.22222px);max-width:calc(88.88889% - 2.44444px)}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__single .podcast_header__title{flex-basis:calc(88.88889% - 0.11936vw);flex-grow:1;max-width:calc(88.88889% - .11936vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.podcast_header__single .podcast_header__title{flex-basis:auto}}@media(min-width:1024px){.podcast_header__single .podcast_header__description{flex-basis:calc(61.11111% - 8.55556px);flex-grow:1;margin-left:calc(5.55556% + 1.22222px);max-width:calc(61.11111% - 8.55556px)}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__single .podcast_header__description{flex-basis:calc(61.11111% - 0.41775vw);flex-grow:1;max-width:calc(61.11111% - .41775vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.podcast_header__single .podcast_header__description{flex-basis:auto}}@media(min-width:1024px){.podcast_header__single .podcast_header__cta{flex-basis:calc(16.66667% - 18.33333px);flex-grow:1;margin-left:calc(5.55556% + 1.22222px);max-width:calc(16.66667% - 18.33333px)}}@media(min-width:1024px)and (min-width:2048px){.podcast_header__single .podcast_header__cta{flex-basis:calc(16.66667% - 0.89518vw);flex-grow:1;max-width:calc(16.66667% - .89518vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.podcast_header__single .podcast_header__cta{flex-basis:auto}}@media(min-width:1024px){.podcast_header__single .podcast_header__image img{height:calc(50vw - 22px)}}.podcast-new-release{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:60px 0;padding:0 10px}@media(min-width:768px){.podcast-new-release{align-items:flex-start;flex-basis:calc(75% - 5.5px);flex-grow:1;margin-left:calc(12.5% + 2.75px);max-width:calc(75% - 5.5px)}}@media(min-width:768px)and (min-width:2048px){.podcast-new-release{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}@media(min-width:1024px){.podcast-new-release__container{align-items:center;display:grid;grid-template-columns:60% 40%}}.podcast-new-release__label{display:block;font-family:Gotham Medium,Arial,sans-serif;margin-bottom:20px;text-transform:uppercase}@media(min-width:2048px){.podcast-new-release__label{font-size:.48828125vw;letter-spacing:.1953125vw}}.podcast-new-release__label{font-size:.625rem;letter-spacing:.25rem;line-height:2}@media(min-width:768px){.podcast-new-release__label{font-family:Gotham Medium,Arial,sans-serif}}@media(min-width:768px)and (min-width:2048px){.podcast-new-release__label{font-size:.5859375vw;letter-spacing:.29296875vw}}@media(min-width:768px){.podcast-new-release__label{font-size:.75rem;letter-spacing:.375rem;line-height:1.6666666667}}@media(min-width:2048px){.podcast-new-release__label{margin-bottom:.9765625vw}}.podcast-new-release__separator{border-bottom:1px solid #de2b2b;margin-bottom:41px;width:98px}@media(min-width:768px){.podcast-new-release__separator{width:120px}}@media(min-width:2048px){.podcast-new-release__separator{border-bottom-width:.048828125vw;margin-bottom:2.001953125vw;width:5.859375vw}}.podcast-new-release__title{margin:20px 9px;text-transform:uppercase}@media(min-width:2048px){.podcast-new-release__title{letter-spacing:.09765625vw}}.podcast-new-release__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.podcast-new-release__title{font-size:.9765625vw}}.podcast-new-release__title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px){.podcast-new-release__title{margin:0}}@media(min-width:1024px)and (min-width:2048px){.podcast-new-release__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.podcast-new-release__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.podcast-new-release__title{font-size:1.953125vw}}@media(min-width:1024px){.podcast-new-release__title{font-size:2.5rem;line-height:1.125}}.podcast-new-release__body{margin:20px 9px 48px}@media(min-width:2048px){.podcast-new-release__body{font-size:.78125vw}}.podcast-new-release__body{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.podcast-new-release__body em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.podcast-new-release__body strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.podcast-new-release__body{font-size:1rem;line-height:1.625}@media(min-width:1024px){.podcast-new-release__body{margin:28px 0 33px}}@media(min-width:2048px){.podcast-new-release__body{margin:28px 0 33px}}.podcast-new-release__link{margin:0 9px}@media(min-width:1024px){.podcast-new-release__link{margin:0}.podcast-new-release__img{margin-right:93px}}@media(min-width:2048px){.podcast-new-release__img{margin-right:4.541015625vw}}.podcast-new-release__img img{height:auto;width:100%}.media-50-50{display:flex;flex-direction:column}.media-50-50 article{aspect-ratio:1;height:100%;max-height:720px;position:relative;width:100%}.media-50-50 .gn_video__wrapper,.media-50-50 .gn_video__wrapper video{height:100%;position:absolute;width:100%}.media-50-50 .gn_video__wrapper video{left:0;object-fit:cover;top:0}.media-50-50 img{height:100%;object-fit:cover;width:100%}@media(min-width:1024px){.media-50-50{flex-direction:row}.media-50-50 article{width:50%}}body .embeddedServiceHelpButton,body .embeddedServiceSidebar.modalContainer{z-index:98}body .embeddedServiceHelpButton .helpButton{bottom:80px;position:fixed;right:30px;transition:.5s}@media(min-width:1024px){body .embeddedServiceHelpButton .helpButton{bottom:48px;right:48px}}body .embeddedServiceHelpButton .helpButton .uiButton{background-color:#171717;border:2px solid #fff;border-radius:100%;box-shadow:none;height:48px;justify-content:center;max-width:100%;min-width:auto;width:48px}@media(min-width:1024px){body .embeddedServiceHelpButton .helpButton .uiButton{height:67px;width:67px}}body .embeddedServiceHelpButton .helpButton .uiButton .helpButtonLabel{display:none;width:0}body .embeddedServiceHelpButton .helpButton .uiButton .embeddedServiceIcon{display:inline-block;line-height:1;margin:0;position:relative;vertical-align:top;z-index:1}body .embeddedServiceHelpButton .helpButton .uiButton .embeddedServiceIcon:before{font-size:22px}@media(min-width:1024px){body .embeddedServiceHelpButton .helpButton .uiButton .embeddedServiceIcon:before{font-size:30px}}body .embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus:before,body .embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover:before{background-color:transparent}body .embeddedServiceHelpButton .helpButton .helpButtonDisabled{display:none}body .embeddedServiceHelpButton .helpButton.js_uiButton_scroll{bottom:140px}@media(min-width:1024px){body .embeddedServiceHelpButton .helpButton.js_uiButton_scroll{bottom:108px}}body .embeddedServiceSidebar.layout-docked .dockableContainer{bottom:0;height:calc(100% - 86px);margin:0;max-width:100%;position:fixed}@media(min-width:1024px){body .embeddedServiceSidebar.layout-docked .dockableContainer{bottom:48px;right:48px;transition:.5s}}body .embeddedServiceSidebar.layout-docked .dockableContainer.js_uiButton_scroll{bottom:108px}body .embeddedServiceSidebar.sidebarMaximized{background:none}body .embeddedServiceSidebarMinimizedDefaultUI,body .embeddedServiceSidebarMinimizedDefaultUI.helpButton,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader{background-color:#171717;border-radius:100%;bottom:80px;box-shadow:none;font-family:icons;height:48px;justify-content:center;max-width:100%;min-width:auto;position:fixed;right:30px;transition:.5s;width:48px}@media(min-width:1024px){body .embeddedServiceSidebarMinimizedDefaultUI,body .embeddedServiceSidebarMinimizedDefaultUI.helpButton,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader{bottom:48px;height:67px;right:48px;width:67px}}body .embeddedServiceSidebarMinimizedDefaultUI .helpButtonLabel,body .embeddedServiceSidebarMinimizedDefaultUI.helpButton .helpButtonLabel,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader .helpButtonLabel{display:none;width:0}body .embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceIcon,body .embeddedServiceSidebarMinimizedDefaultUI.helpButton .embeddedServiceIcon,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader .embeddedServiceIcon{display:inline-block;line-height:1;margin:0;position:relative;vertical-align:top;z-index:1}body .embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceIcon:before,body .embeddedServiceSidebarMinimizedDefaultUI.helpButton .embeddedServiceIcon:before,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader .embeddedServiceIcon:before{font-size:22px}@media(min-width:1024px){body .embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceIcon:before,body .embeddedServiceSidebarMinimizedDefaultUI.helpButton .embeddedServiceIcon:before,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader .embeddedServiceIcon:before{font-size:30px}}body .embeddedServiceSidebarMinimizedDefaultUI.helpButton.js_uiButton_scroll,body .embeddedServiceSidebarMinimizedDefaultUI.js_uiButton_scroll,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader.js_uiButton_scroll{bottom:140px}@media(min-width:1024px){body .embeddedServiceSidebarMinimizedDefaultUI.helpButton.js_uiButton_scroll,body .embeddedServiceSidebarMinimizedDefaultUI.js_uiButton_scroll,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader.js_uiButton_scroll{bottom:108px}}body .embeddedServiceSidebarMinimizedDefaultUI .content,body .embeddedServiceSidebarMinimizedDefaultUI.helpButton .content,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader .content{display:none}body .embeddedServiceSidebarMinimizedDefaultUI.helpButton.minimizedContainer:focus,body .embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:focus,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader.minimizedContainer:focus{text-decoration:none}body .embeddedServiceSidebarMinimizedDefaultUI.helpButton.idleTimeout,body .embeddedServiceSidebarMinimizedDefaultUI.helpButton.newMessage,body .embeddedServiceSidebarMinimizedDefaultUI.idleTimeout,body .embeddedServiceSidebarMinimizedDefaultUI.newMessage,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader.idleTimeout,body .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader.newMessage{background-color:#171717}body .embeddedServiceIcon.x-small svg{font-size:22px}@media(min-width:1024px){body .embeddedServiceIcon.x-small svg{font-size:30px}}body .embeddedServiceSidebarMinimizedDefaultUI #chatButtonAssistiveText{color:transparent;display:flex;font-size:0;justify-content:center}body .embeddedServiceSidebarMinimizedDefaultUI #chatButtonAssistiveText:before{color:#fff;content:"";font-size:20px}@media(min-width:1024px){body .embeddedServiceSidebarMinimizedDefaultUI #chatButtonAssistiveText:before{font-size:27px}}button[embeddedService-chatHeader_chatHeader]{padding:1px 6px}.jy_header{align-items:flex-start;display:flex;flex-direction:column;height:66.66667vw;justify-content:flex-end;margin-bottom:30px}@media(min-width:1024px){.jy_header{height:50vw;margin-bottom:70px}}.jy_header__background{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}.jy_header__background_image{bottom:0;left:0;top:0;transform:none}.jy_header__background_image img{height:100%;object-fit:cover}.jy_header__background_image .lozad{height:100%}.jy_header__info{max-width:100%;padding-left:21px;padding-right:21px;position:relative;width:100%}@media(min-width:1024px){.jy_header__info{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.jy_header__info{padding-left:1.07421875vw;padding-right:1.07421875vw}}.jy_header__info_box{background-color:#fff;padding-top:40px;text-align:center;text-transform:uppercase;width:100%}@media(min-width:1024px){.jy_header__info_box{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px);padding:50px}}@media(min-width:1024px)and (min-width:2048px){.jy_header__info_box{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.dual_cta{overflow:hidden;position:relative}.dual_cta__center{height:615px}@media(min-width:768px)and (max-width:1023px){.dual_cta__center{height:510px}}.dual_cta__left{height:667px}@media(min-width:768px)and (max-width:1023px){.dual_cta__left{height:510px}}.dual_cta__color__white{color:#fff}.dual_cta__color__black{color:#000}@media(min-width:1024px){.dual_cta__large{height:960px}.dual_cta__standard{height:810px}.dual_cta__small{height:510px}}.dual_cta__homepage{height:706px}@media(min-width:1024px){.dual_cta__homepage{height:600px}}.dual_cta__unico{height:667px}@media(min-width:1024px){.dual_cta__unico{height:810px}}.dual_cta__unico .dual_cta__text{width:100%}.dual_cta__unico .dual_cta__content{background:none}.dual_cta__unico .dual_cta__content__info .eyebrow.center{margin-top:302px}@media(min-width:768px)and (max-width:1023px){.dual_cta__unico .dual_cta__content__info .eyebrow.center{flex-basis:calc(60% - 8.8px);flex-grow:1;margin-left:calc(20% + 4.4px);max-width:calc(60% - 8.8px)}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.dual_cta__unico .dual_cta__content__info .eyebrow.center{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}@media(min-width:1024px){.dual_cta__unico .dual_cta__content__info .eyebrow.center{flex-basis:calc(50% - 11px);flex-grow:1;margin-left:calc(25% + 5.5px);margin-top:375px;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__unico .dual_cta__content__info .eyebrow.center{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.dual_cta__unico .dual_cta__content__info .title.center{margin-top:13px}@media(min-width:1024px){.dual_cta__unico .dual_cta__content__info .title.center{margin-top:24px}}.dual_cta__unico .dual_cta__content__info .description.center{display:block!important;margin-top:13px;padding:0 20px;text-align:center}@media(min-width:2048px){.dual_cta__unico .dual_cta__content__info .description.center{font-size:.68359375vw}}.dual_cta__unico .dual_cta__content__info .description.center{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.dual_cta__unico .dual_cta__content__info .description.center{flex-basis:calc(60% - 8.8px);flex-grow:1;margin-left:calc(20% + 4.4px);margin-top:28px;max-width:calc(60% - 8.8px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__unico .dual_cta__content__info .description.center{font-size:1.5625vw}}@media(min-width:1024px){.dual_cta__unico .dual_cta__content__info .description.center{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__unico .dual_cta__content__info .description.center{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}@media(min-width:1024px){.dual_cta__unico .dual_cta__content__info .buttons.desktop.center{margin-top:64px}}.dual_cta__unico .dual_cta__content__info .buttons.mobile{justify-content:center;margin-top:70px}.dual_cta__unico .dual_cta__content__info .buttons.mobile:first-child{margin-left:0}.dual_cta__unico .dual_cta__content__info .buttons .button:first-child{margin-right:0}.dual_cta__unico .dual_cta__background__desktop img{height:auto;min-height:810px;width:100%}.dual_cta__unico .dual_cta__background__mobile img{height:667px;width:100%}.dual_cta__overlay{background-color:#171717;display:block;height:100%;left:0;position:absolute;top:0;transform:scaleX(1);transform-origin:left;width:100%;z-index:2}.dual_cta__background__desktop{display:none}@media(min-width:1024px){.dual_cta__background__desktop{display:block;height:100%;position:absolute;width:100%;z-index:1}.dual_cta__background__desktop img{height:100%;object-fit:cover;width:100%}}.dual_cta__background__desktop.homepage img{height:706px}@media(min-width:1024px){.dual_cta__background__desktop.homepage img{height:600px}}.dual_cta__background__mobile{display:block;height:100%;position:absolute;width:100%;z-index:1}.dual_cta__background__mobile img{height:100%;object-fit:cover;width:auto}@media(min-width:1024px){.dual_cta__background__mobile{display:none}}.dual_cta__content{align-items:flex-start;background:linear-gradient(178.78deg,rgba(1,7,20,0) 15.1%,#010613 98.96%);display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;z-index:5}.dual_cta__content__watch{height:auto;left:0;position:absolute;top:0;transform:translateY(-128px);width:auto;width:100%;z-index:4}.dual_cta__content__watch img{height:auto;width:100%}@media(min-width:768px)and (max-width:1023px){.dual_cta__content__watch{flex-basis:calc(55.5% - 9.79px);flex-grow:1;left:60%;max-width:calc(55.5% - 9.79px);min-width:calc(55.5% - 9.79px);transform:translate(-22%,-14vw);width:auto}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.dual_cta__content__watch{flex-basis:calc(55.5% - 0.47803vw);flex-grow:1;max-width:calc(55.5% - .47803vw);min-width:calc(55.5% - .47803vw)}}@media(min-width:1024px){.dual_cta__content__watch--small{flex-basis:calc(34% - 14.52px);flex-grow:1;left:64%;max-width:calc(34% - 14.52px);min-width:calc(34% - 14.52px);transform:translate(-22%,-8vw);width:auto}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__watch--small{flex-basis:calc(34% - 0.70898vw);flex-grow:1;max-width:calc(34% - .70898vw);min-width:calc(34% - .70898vw)}}@media(min-width:1024px){.dual_cta__content__watch--standard{flex-basis:calc(51.5% - 10.67px);flex-grow:1;left:60%;max-width:calc(51.5% - 10.67px);min-width:calc(51.5% - 10.67px);transform:translate(-22%,-10vw);width:auto}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__watch--standard{flex-basis:calc(51.5% - 0.521vw);flex-grow:1;max-width:calc(51.5% - .521vw);min-width:calc(51.5% - .521vw)}}@media(min-width:1024px){.dual_cta__content__watch--large{flex-basis:calc(55.5% - 9.79px);flex-grow:1;left:60%;max-width:calc(55.5% - 9.79px);min-width:calc(55.5% - 9.79px);transform:translate(-22%,-10vw);width:auto}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__watch--large{flex-basis:calc(55.5% - 0.47803vw);flex-grow:1;max-width:calc(55.5% - .47803vw);min-width:calc(55.5% - .47803vw)}}.dual_cta__content__info{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-end;max-width:100%;padding:0;position:relative;width:100%;z-index:4}@media(min-width:768px)and (max-width:1023px){.dual_cta__content__info .dual_cta__text{width:100%}}@media(min-width:1024px){.dual_cta__content__info{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.dual_cta__content__info{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.dual_cta__content__info{display:block;z-index:3}}.dual_cta__content__info .eyebrow{flex-basis:0;flex-grow:0;text-transform:uppercase}@media(min-width:2048px){.dual_cta__content__info .eyebrow{font-size:.48828125vw;letter-spacing:.09765625vw}}.dual_cta__content__info .eyebrow{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:768px)and (max-width:1023px){.dual_cta__content__info .eyebrow{margin-top:200px}}@media(min-width:1024px){.dual_cta__content__info .eyebrow{flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .eyebrow{flex-basis:calc(40% - 0.64453vw);flex-grow:1;font-size:.68359375vw;letter-spacing:.146484375vw;max-width:calc(40% - .64453vw)}}@media(min-width:1024px){.dual_cta__content__info .eyebrow{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}}.dual_cta__content__info .eyebrow.left{margin-left:calc(10% + 2.2px);margin-top:406px}@media(min-width:768px)and (max-width:1023px){.dual_cta__content__info .eyebrow.left{margin-top:158px}}@media(min-width:1024px){.dual_cta__content__info .eyebrow.left{margin-left:calc(10% + 2.2px)}}.dual_cta__content__info .eyebrow.center{margin-top:196px;text-align:center}@media(min-width:768px)and (max-width:1023px){.dual_cta__content__info .eyebrow.center{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);margin-top:158px;max-width:calc(40% - 13.2px)}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.dual_cta__content__info .eyebrow.center{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:1024px){.dual_cta__content__info .eyebrow.center{margin-left:calc(30% + 6.6px)}.dual_cta__content__info .eyebrow.small{letter-spacing:6px}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .eyebrow.small{font-size:.5859375vw;letter-spacing:.0732421875vw}}@media(min-width:1024px){.dual_cta__content__info .eyebrow.small{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.dual_cta__content__info .eyebrow.left.large{margin-top:325px}.dual_cta__content__info .eyebrow.center.small{margin-left:calc(30% + 6.6px);margin-top:120px;text-align:center}.dual_cta__content__info .eyebrow.left.small{margin-top:120px}.dual_cta__content__info .eyebrow.left.standard{margin-top:215px}.dual_cta__content__info .eyebrow.center.large{margin-left:calc(30% + 6.6px);margin-top:320px}.dual_cta__content__info .eyebrow.center.standard{margin-left:calc(30% + 6.6px);margin-top:278px}}.dual_cta__content__info .title{flex-basis:100%;flex-basis:0;flex-grow:1;flex-grow:0;max-width:100%;text-transform:uppercase}@media(min-width:2048px){.dual_cta__content__info .title{letter-spacing:.09765625vw}}.dual_cta__content__info .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.dual_cta__content__info .title{font-size:1.46484375vw}}.dual_cta__content__info .title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:2048px){.dual_cta__content__info .title{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:768px)and (max-width:1023px){.dual_cta__content__info .title{flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px)}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.dual_cta__content__info .title{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:1024px){.dual_cta__content__info .title{flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title{letter-spacing:.09765625vw}}@media(min-width:1024px){.dual_cta__content__info .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title{font-size:2.9296875vw}}@media(min-width:1024px){.dual_cta__content__info .title{font-size:3.75rem;line-height:1}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.dual_cta__content__info .title.left{flex-basis:calc(70% - 6.6px);flex-grow:1;margin-left:calc(10% + 2.2px);margin-top:12px;max-width:calc(70% - 6.6px)}@media(min-width:2048px){.dual_cta__content__info .title.left{flex-basis:calc(70% - 0.32227vw);flex-grow:1;max-width:calc(70% - .32227vw)}}@media(min-width:768px)and (max-width:1023px){.dual_cta__content__info .title.left{flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px)}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.dual_cta__content__info .title.left{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:1024px){.dual_cta__content__info .title.left{margin-left:calc(10% + 2.2px)}}.dual_cta__content__info .title.center{margin-top:10px;text-align:center}@media(min-width:768px)and (max-width:1023px){.dual_cta__content__info .title.center{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px)}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.dual_cta__content__info .title.center{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:1024px){.dual_cta__content__info .title.center{margin-left:calc(30% + 6.6px)}.dual_cta__content__info .title.center.large{margin-top:38px}.dual_cta__content__info .title.left.large{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-top:20px;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.left.large{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:1024px){.dual_cta__content__info .title.standard{margin-top:20px}.dual_cta__content__info .title.left.standard{flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.left.standard{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:1024px){.dual_cta__content__info .title.small{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-top:30px;max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.small{letter-spacing:.09765625vw}}@media(min-width:1024px){.dual_cta__content__info .title.small{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.small{font-size:1.46484375vw}}@media(min-width:1024px){.dual_cta__content__info .title.small{font-size:1.875rem;line-height:1.1666666667}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.small{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}@media(min-width:1024px){.dual_cta__content__info .title.center.small{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);margin-top:40px;max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.center.small{letter-spacing:.09765625vw}}@media(min-width:1024px){.dual_cta__content__info .title.center.small{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.center.small{font-size:1.46484375vw}}@media(min-width:1024px){.dual_cta__content__info .title.center.small{font-size:1.875rem;line-height:1.1666666667}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.center.small{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.dual_cta__content__info .title.homepage{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);margin-top:180px;max-width:calc(90% - 2.2px)}@media(min-width:2048px){.dual_cta__content__info .title.homepage{flex-basis:calc(90% - 0.10742vw);flex-grow:1;letter-spacing:.09765625vw;max-width:calc(90% - .10742vw)}}.dual_cta__content__info .title.homepage{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.dual_cta__content__info .title.homepage{font-size:1.46484375vw}}.dual_cta__content__info .title.homepage{font-size:1.875rem;line-height:1.1666666667}@media(min-width:1024px){.dual_cta__content__info .title.homepage{flex-basis:calc(60% - 8.8px);flex-grow:1;margin-left:calc(20% + 4.4px);margin-top:170px;max-width:calc(60% - 8.8px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.homepage{flex-basis:calc(60% - 0.42969vw);flex-grow:1;letter-spacing:.09765625vw;max-width:calc(60% - .42969vw)}}@media(min-width:1024px){.dual_cta__content__info .title.homepage{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .title.homepage{font-size:1.953125vw}}@media(min-width:1024px){.dual_cta__content__info .title.homepage{font-size:2.5rem;line-height:1.125}}.dual_cta__content__info .description{display:none;flex-basis:100%;flex-basis:0;flex-grow:1;flex-grow:0;max-width:100%}@media(min-width:2048px){.dual_cta__content__info .description{font-size:1.171875vw}}.dual_cta__content__info .description{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:2048px){.dual_cta__content__info .description{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.dual_cta__content__info .description{display:flex;flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .description{font-size:1.171875vw}}@media(min-width:1024px){.dual_cta__content__info .description{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .description{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:1024px){.dual_cta__content__info .description.left{margin-left:calc(10% + 2.2px)}.dual_cta__content__info .description.center{justify-content:center;margin-left:calc(30% + 6.6px);text-align:center}.dual_cta__content__info .description.large,.dual_cta__content__info .description.standard{display:none}.dual_cta__content__info .description.small{margin-top:16px}}.dual_cta__content__info .description.homepage{display:block;margin-top:15px}@media(min-width:2048px){.dual_cta__content__info .description.homepage{font-size:.78125vw}}.dual_cta__content__info .description.homepage{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .description.homepage{font-size:1.171875vw}}@media(min-width:1024px){.dual_cta__content__info .description.homepage{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}}.dual_cta__content__info .description.center.homepage{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px);text-align:center}@media(min-width:2048px){.dual_cta__content__info .description.center.homepage{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:1024px){.dual_cta__content__info .description.center.homepage{flex-basis:calc(45% - 12.1px);flex-grow:1;margin-left:calc(27.5% + 6.05px);max-width:calc(45% - 12.1px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .description.center.homepage{flex-basis:calc(45% - 0.59082vw);flex-grow:1;max-width:calc(45% - .59082vw)}}.dual_cta__content__info .buttons{display:flex;flex-basis:calc(133.33333% + 7px);flex-grow:1;max-width:calc(133.33333% + 7px)}@media(min-width:2048px){.dual_cta__content__info .buttons{flex-basis:calc(133.33333% + 0.3418vw);flex-grow:1;max-width:calc(133.33333% + .3418vw)}}@media(min-width:1024px){.dual_cta__content__info .buttons{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.dual_cta__content__info .buttons{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.dual_cta__content__info .buttons .button{border:none;height:56px;text-align:center;text-decoration:none;width:130px}.dual_cta__content__info .buttons .button:first-child{margin-right:26px}@media(min-width:1024px){.dual_cta__content__info .buttons .button{height:52px;width:263px}.dual_cta__content__info .buttons .button:first-child{margin-right:20px}}@media(min-width:2048px){.dual_cta__content__info .buttons .button{font-size:12px;overflow:unset;padding-top:18px;width:280px}}.dual_cta__content__info .buttons.desktop{display:none}@media(min-width:1024px){.dual_cta__content__info .buttons.desktop{display:flex}.dual_cta__content__info .buttons.desktop.center{justify-content:center;margin-left:calc(30% + 6.6px)}.dual_cta__content__info .buttons.desktop.center.large{margin-top:70px}.dual_cta__content__info .buttons.desktop.center.standard{margin-top:43px}}.dual_cta__content__info .buttons.desktop.homepage{margin-top:25px}.dual_cta__content__info .buttons.mobile{display:flex;margin-top:52px;width:100%}@media(min-width:1024px){.dual_cta__content__info .buttons.mobile{display:none}}.dual_cta__content__info .buttons.mobile .button{padding-top:18px}.dual_cta__content__info .buttons.mobile.homepage{justify-content:center;margin-top:28px}.dual_cta__content__info .buttons.mobile.homepage .button{width:280px}.dual_cta__content__info .buttons.mobile.homepage .button:first-child{margin-right:0}.dual_cta__content__info .buttons.mobile.left{flex-basis:calc(80% - 4.4px);flex-grow:1;justify-content:space-between;margin-left:calc(10% + 2.2px);margin-top:32px;max-width:calc(80% - 4.4px)}@media(min-width:2048px){.dual_cta__content__info .buttons.mobile.left{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media(min-width:768px)and (max-width:1023px){.dual_cta__content__info .buttons.mobile.left{flex-basis:calc(40% - 13.2px);flex-grow:1;justify-content:flex-start;max-width:calc(40% - 13.2px)}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.dual_cta__content__info .buttons.mobile.left{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.dual_cta__content__info .buttons.mobile.center{justify-content:center}@media(min-width:1024px){.dual_cta__content__info .buttons.large{margin-top:50px}.dual_cta__content__info .buttons.standard{margin-top:55px}.dual_cta__content__info .buttons.small{margin-top:25px}.dual_cta__content__info .buttons.small.center .button:first-child,.dual_cta__content__info .buttons.small.left .button:first-child{width:254px}.dual_cta__content__info .buttons.small.center .button:nth-child(2),.dual_cta__content__info .buttons.small.left .button:nth-child(2){width:282px}.dual_cta__content__info .buttons.standard.center .button{width:262px}}.clock__content{color:#d2cfcf;font-family:NeueHelvetica63ExtendedMedium;font-size:12vw;height:auto!important;left:30%;position:absolute;text-align:center;text-shadow:-1px -1px 1px #fff,2px 2px 3px #292929;top:22.4%;transform:rotateX(29deg);width:41.1%!important}@media(min-width:1024px){.clock__content{font-size:5.9vw;top:22.4%}}.clock__content .clock__content__counter{align-items:center;display:flex;justify-content:center}.clock__content .clock__content__counter p{width:21%!important}.clock__content .clock__content__counter p.digit-separator{height:40px;width:13%!important}.clock__content .clock__content__counter p.js_clock_hours.d2,.clock__content .clock__content__counter p.js_clock_minutes.d2{margin-left:1.5%}.countdown{color:#fff;overflow:hidden}.countdown__container{align-items:center;display:flex;justify-content:center;position:relative;text-align:center}.countdown__container_overlay{background-color:rgba(0,0,0,.4);height:100%;left:0;position:absolute;top:0;width:100%}.countdown__container_background{height:100vh;width:auto}.countdown__container_background .gn_video__cover_btn{bottom:20px;top:auto}.countdown__container_background video{height:100vh;object-fit:cover;width:100vw}.countdown__container_content{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;max-width:calc(83.33333% - 3.5px);position:absolute}@media(min-width:2048px){.countdown__container_content{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}.countdown__container_content .hublot_logo{height:53px;margin-bottom:40px}.countdown__container_content .title{animation:glitch 1s linear infinite;font-size:24px;text-transform:uppercase}@media(min-width:2048px){.countdown__container_content .title{letter-spacing:.09765625vw}}.countdown__container_content .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.countdown__container_content .title{font-size:1.171875vw}}.countdown__container_content .title{font-size:1.5rem;line-height:1.4583333333}.countdown__container_content .glitch span{animation:paths 5s step-end infinite}.countdown__container_content .glitch:before{animation:paths 5s step-end infinite,opacity 5s step-end infinite,font 8s step-end infinite,movement 10s step-end infinite}.countdown__container_content .glitch:after{animation:paths 5s step-end infinite,opacity 5s step-end infinite,font 7s step-end infinite,movement 8s step-end infinite}.countdown__container_content .layers{position:relative}.countdown__container_content .layers:after,.countdown__container_content .layers:before{content:attr(data-text);position:absolute;width:110%;z-index:-1}.countdown__container_content .layers:before{color:#8b0f49;left:15px;top:10px}.countdown__container_content .layers:after{color:#26677b;left:-10px;top:5px}@media(min-width:2048px){.countdown__container_content .subtitle{font-size:.78125vw}}.countdown__container_content .subtitle{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.countdown__container_content .subtitle em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.countdown__container_content .subtitle strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.countdown__container_content .subtitle{font-size:1rem;line-height:1.625}.countdown__container_content .counter{display:grid;grid-template-columns:repeat(2,1fr);margin-top:40px}.countdown__container_content .counter__block{text-align:center}.countdown__container_content .counter__block :nth-child(2),.countdown__container_content .counter__block:first-child{margin-bottom:20px}.countdown__container_content .counter__block_number{height:35px;margin:0 auto;overflow:hidden;position:relative;width:50px}@media(min-width:2048px){.countdown__container_content .counter__block_number{letter-spacing:.09765625vw}}.countdown__container_content .counter__block_number{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.countdown__container_content .counter__block_number{font-size:1.46484375vw}}.countdown__container_content .counter__block_number{font-size:1.875rem;line-height:1.1666666667}.countdown__container_content .counter__block_number span{animation:slide .5s forwards;display:block;left:0;position:absolute;text-align:center;top:0;width:100%}.countdown__container_content .counter__block_number span:last-child{animation:slide-up .5s forwards;bottom:0;top:auto}@media(min-width:2048px){.countdown__container_content .counter__block_text{font-size:.5859375vw}}.countdown__container_content .counter__block_text{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.countdown__container_content .counter__block_text em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.countdown__container_content .counter__block_text strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.countdown__container_content .counter__block_text{font-size:.75rem;line-height:2}@media(min-width:1024px){.countdown__container_background{width:100vw}.countdown__container_content{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.countdown__container_content{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.countdown__container_content .hublot_logo{margin-bottom:48px}.countdown__container_content .title{font-size:64px;margin-bottom:8px}}@media(min-width:1024px)and (min-width:2048px){.countdown__container_content .title{letter-spacing:.09765625vw}}@media(min-width:1024px){.countdown__container_content .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.countdown__container_content .title{font-size:2.9296875vw}}@media(min-width:1024px){.countdown__container_content .title{font-size:3.75rem;line-height:1}}@media(min-width:1024px)and (min-width:2048px){.countdown__container_content .subtitle{font-size:.78125vw}}@media(min-width:1024px){.countdown__container_content .subtitle{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.countdown__container_content .subtitle em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.countdown__container_content .subtitle strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.countdown__container_content .subtitle{font-size:1rem;line-height:1.625}.countdown__container_content .counter{grid-template-columns:repeat(4,1fr);margin-top:48px}.countdown__container_content .counter__block :nth-child(2),.countdown__container_content .counter__block:first-child{margin-bottom:0}}@media(min-width:1024px)and (min-width:2048px){.countdown__container_content .counter__block_number{letter-spacing:.09765625vw}}@media(min-width:1024px){.countdown__container_content .counter__block_number{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.countdown__container_content .counter__block_number{font-size:1.46484375vw}}@media(min-width:1024px){.countdown__container_content .counter__block_number{font-size:1.875rem;line-height:1.1666666667}}@media(min-width:1024px)and (min-width:2048px){.countdown__container_content .counter__block_text{font-size:.78125vw}}@media(min-width:1024px){.countdown__container_content .counter__block_text{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.countdown__container_content .counter__block_text em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.countdown__container_content .counter__block_text strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.countdown__container_content .counter__block_text{font-size:1rem;line-height:1.625}}@keyframes slide{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slide-up{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes glitch{2%,64%{transform:translate(2px) skew(0deg)}4%,60%{transform:translate(-2px) skew(0deg)}62%{transform:translate(0) skew(5deg)}}@keyframes font{0%{color:#e0287d;filter:blur(3px);font-weight:100}20%{color:#fff;filter:blur(0);font-weight:500}50%{color:#1bc7fb;filter:blur(2px);font-weight:300}60%{color:#fff;filter:blur(0);font-weight:700}90%{color:#e0287d;filter:blur(6px);font-weight:500}}@keyframes paths{0%{clip-path:polygon(0 43%,83% 43%,83% 22%,23% 22%,23% 24%,91% 24%,91% 26%,18% 26%,18% 83%,29% 83%,29% 17%,41% 17%,41% 39%,18% 39%,18% 82%,54% 82%,54% 88%,19% 88%,19% 4%,39% 4%,39% 14%,76% 14%,76% 52%,23% 52%,23% 35%,19% 35%,19% 8%,36% 8%,36% 31%,73% 31%,73% 16%,1% 16%,1% 56%,50% 56%,50% 8%)}5%{clip-path:polygon(0 29%,44% 29%,44% 83%,94% 83%,94% 56%,11% 56%,11% 64%,94% 64%,94% 70%,88% 70%,88% 32%,18% 32%,18% 96%,10% 96%,10% 62%,9% 62%,9% 84%,68% 84%,68% 50%,52% 50%,52% 55%,35% 55%,35% 87%,25% 87%,25% 39%,15% 39%,15% 88%,52% 88%)}30%{clip-path:polygon(0 53%,93% 53%,93% 62%,68% 62%,68% 37%,97% 37%,97% 89%,13% 89%,13% 45%,51% 45%,51% 88%,17% 88%,17% 54%,81% 54%,81% 75%,79% 75%,79% 76%,38% 76%,38% 28%,61% 28%,61% 12%,55% 12%,55% 62%,68% 62%,68% 51%,0 51%,0 92%,63% 92%,63% 4%,65% 4%)}45%{clip-path:polygon(0 33%,2% 33%,2% 69%,58% 69%,58% 94%,55% 94%,55% 25%,33% 25%,33% 85%,16% 85%,16% 19%,5% 19%,5% 20%,79% 20%,79% 96%,93% 96%,93% 50%,5% 50%,5% 74%,55% 74%,55% 57%,96% 57%,96% 59%,87% 59%,87% 65%,82% 65%,82% 39%,63% 39%,63% 92%,4% 92%,4% 36%,24% 36%,24% 70%,1% 70%,1% 43%,15% 43%,15% 28%,23% 28%,23% 71%,90% 71%,90% 86%,97% 86%,97% 1%,60% 1%,60% 67%,71% 67%,71% 91%,17% 91%,17% 14%,39% 14%,39% 30%,58% 30%,58% 11%,52% 11%,52% 83%,68% 83%)}76%{clip-path:polygon(0 26%,15% 26%,15% 73%,72% 73%,72% 70%,77% 70%,77% 75%,8% 75%,8% 42%,4% 42%,4% 61%,17% 61%,17% 12%,26% 12%,26% 63%,73% 63%,73% 43%,90% 43%,90% 67%,50% 67%,50% 41%,42% 41%,42% 46%,50% 46%,50% 84%,96% 84%,96% 78%,49% 78%,49% 25%,63% 25%,63% 14%)}90%{clip-path:polygon(0 41%,13% 41%,13% 6%,87% 6%,87% 93%,10% 93%,10% 13%,89% 13%,89% 6%,3% 6%,3% 8%,16% 8%,16% 79%,0 79%,0 99%,92% 99%,92% 90%,5% 90%,5% 60%,0 60%,0 48%,89% 48%,89% 13%,80% 13%,80% 43%,95% 43%,95% 19%,80% 19%,80% 85%,38% 85%,38% 62%)}1%,33%,47%,7%,78%,93%{clip-path:none}}@keyframes opacity{0%{opacity:.1}5%{opacity:.7}30%{opacity:.4}45%{opacity:.6}76%{opacity:.4}90%{opacity:.8}1%,33%,47%,7%,78%,93%{opacity:0}}@keyframes movement{0%{left:-20px;top:0}15%{left:10px;top:10px}60%{left:-10px;top:5px}75%{left:20px;top:-5px}to{left:5px;top:10px}}@font-face{font-family:NeueHelvetica63ExtendedMedium;src:url(/themes/custom/hublot/css/../fonts/font..woff2?bfaafe8607156e8b1111) format("woff2"),url(/themes/custom/hublot/css/../fonts/font..woff?3e1f1cf1d7884fc08326) format("woff")}.countdown_g__content{color:#d2cfcf;height:auto!important;left:36.1%;position:absolute;text-align:center;text-shadow:2px 2px 4px #292929;top:18.2%;width:29%!important}.countdown_g__content .countdown_g__content__counter{align-items:center;display:flex;justify-content:center}.countdown_g__content .countdown_g__content__counter .countdown_g__content__counter-timer{font-family:NeueHelvetica63ExtendedMedium;font-size:4.5vw;text-align:center;width:33.3%!important}@media(min-width:1024px){.countdown_g__content .countdown_g__content__counter .countdown_g__content__counter-timer{font-size:2.2vw}}.countdown_g__content .countdown_g__content__counter .countdown_g__content__counter-timer.hours{margin-right:1.5%}.countdown_g__content .countdown_g__content__counter .countdown_g__content__counter-timer p{transform:rotateX(33deg)}.animated_marquee{align-items:center;background-color:#fff;border-bottom:1px solid #404040;display:flex;height:auto;padding:10px 0}.animated_marquee__container{overflow:hidden}.all_podcast{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:60px 0;padding:0 18px}@media(min-width:768px){.all_podcast{align-items:flex-start;flex-basis:calc(87.5% - 2.75px);flex-grow:1;margin-left:calc(6.25% + 1.375px);max-width:calc(87.5% - 2.75px)}}@media(min-width:768px)and (min-width:2048px){.all_podcast{flex-basis:calc(87.5% - 0.13428vw);flex-grow:1;max-width:calc(87.5% - .13428vw)}}.all_podcast__title{display:block;font-family:Gotham Medium,Arial,sans-serif;margin-bottom:20px;text-transform:uppercase}@media(min-width:2048px){.all_podcast__title{font-size:.48828125vw;letter-spacing:.1953125vw}}.all_podcast__title{font-size:.625rem;letter-spacing:.25rem;line-height:2}@media(min-width:768px){.all_podcast__title{font-family:Gotham Medium,Arial,sans-serif;margin-left:calc(6.66667% + 1.46667px)}}@media(min-width:768px)and (min-width:2048px){.all_podcast__title{font-size:.5859375vw;letter-spacing:.29296875vw}}@media(min-width:768px){.all_podcast__title{font-size:.75rem;letter-spacing:.375rem;line-height:1.6666666667}}@media(min-width:2048px){.all_podcast__title{margin-bottom:.9765625vw}}.all_podcast__separator{border-bottom:1px solid #de2b2b;margin-bottom:41px;width:98px}@media(min-width:768px){.all_podcast__separator{margin-left:calc(6.66667% + 1.46667px);width:120px}}@media(min-width:2048px){.all_podcast__separator{border-bottom-width:.048828125vw;margin-bottom:2.001953125vw;width:5.859375vw}}.all_podcast__component{position:relative}.all_podcast__header{padding-bottom:30px}@media(min-width:1024px){.all_podcast__header{margin-left:calc(6.66667% + 1.46667px);padding-bottom:45px}}.all_podcast__header_title{text-transform:uppercase}.all_podcast__row{margin-bottom:0}@media(min-width:1024px){.all_podcast__row{display:flex}}.all_podcast__item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:60px;transition:opacity .5s ease-out}@media(min-width:1024px){.all_podcast__item{flex-basis:calc(33.33333% - 14.66667px);flex-grow:1;margin-bottom:110px;max-width:calc(33.33333% - 14.66667px)}}@media(min-width:1024px)and (min-width:2048px){.all_podcast__item{flex-basis:calc(33.33333% - 0.71615vw);flex-grow:1;max-width:calc(33.33333% - .71615vw)}}.all_podcast__item .link{padding-bottom:5px}.all_podcast__item_image{height:83.3333333333vw;margin-bottom:25px;width:100%}@media(max-width:360px){.all_podcast__item_image{height:300px}}@media(min-width:480px){.all_podcast__item_image{height:400px}}@media(min-width:2048px){.all_podcast__item_image{height:19.53125vw}}.all_podcast__item_image img{height:100%;object-fit:cover;width:100%}@media(min-width:2048px){.all_podcast__item_image img{height:19.53125vw}}.all_podcast__item_image div{height:100%;width:100%}.all_podcast__item_title{margin-bottom:30px}@media(min-width:2048px){.all_podcast__item_title{letter-spacing:.09765625vw}}.all_podcast__item_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.all_podcast__item_title{font-size:.9765625vw}}.all_podcast__item_title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px){.all_podcast__item_title{margin-bottom:0;min-height:80px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.all_podcast__item_title{width:100%}}.all_podcast__item_body{padding:30px 0 40px;position:relative}@media(min-width:1024px){.all_podcast__item_body{flex-basis:calc(83.33333% - 3.66667px);flex-basis:auto;flex-grow:1;max-width:calc(83.33333% - 3.66667px)}}@media(min-width:1024px)and (min-width:2048px){.all_podcast__item_body{flex-basis:calc(83.33333% - 0.17904vw);flex-grow:1;max-width:calc(83.33333% - .17904vw)}}@media(min-width:2048px){.all_podcast__item_body{flex-basis:auto}}.all_podcast__item_body:after{background-color:#404040;bottom:0;content:"";height:1px;position:absolute;top:0;width:20px}@media(min-width:1024px){.all_podcast__item:not(:first-child){margin-left:22px}}.all_podcast__item--hidden{display:none;opacity:0;pointer-events:none;visibility:hidden}.all_podcast__button_section{padding:30px 0;position:relative;width:100%}@media(min-width:1024px){.all_podcast__button_section{padding:45px 0}}.all_podcast__button_section button{transition:1s}.all_podcast__button_section--hidden{left:0;padding-left:inherit;padding-right:inherit;position:absolute}.all_podcast__button_section--hidden:before{background-color:transparent}.all_podcast__button_section--hidden button{opacity:0;pointer-events:none}.all_podcast__button{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.all_podcast__button{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.all_podcast__button{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);max-width:calc(20% - 17.6px);max-width:inherit;width:max-content}}@media(min-width:1024px)and (min-width:2048px){.all_podcast__button{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.all_podcast--hidden{display:none}.watch-cta{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.watch-cta__collection{color:inherit;text-decoration:none;text-transform:uppercase}.watch-cta__title{padding-top:10px;text-transform:uppercase}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.watch-cta picture{height:450px;width:100%}}.watch-cta img{display:block;height:auto;width:100%}@font-face{font-family:NeueHelvetica63ExtendedMedium;src:url(/themes/custom/hublot/css/../fonts/font..woff2?bfaafe8607156e8b1111) format("woff2")}.watch_selector_carousel{background:radial-gradient(907.56% 55.57% at 46.67% 44.43%,#ca6882 0,#640820 52.6%,#27000a 100%);color:#fff;height:616px;padding:34px 0;text-align:center}@media(min-width:1024px){.watch_selector_carousel{background:radial-gradient(50% 197.25% at 50% 46.62%,#ca6882 0,#640820 49.48%,#27000a 100%);height:780px;padding:42px 0}}.watch_selector_carousel__title{color:#fff}.watch_selector_carousel__title .title-30{font-size:20px}@media(min-width:1024px){.watch_selector_carousel__title .title-30{font-size:30px}}.watch_selector_carousel__switcher{margin-top:10px;visibility:hidden}@media(min-width:1024px){.watch_selector_carousel__switcher{margin-top:16px}}.watch_selector_carousel__switcher .button-quiet{color:#fff}.watch_selector_carousel__switcher .button-quiet .icon{color:#fff;display:inline-block;font-size:16px;margin-left:20px;transform:rotate(270deg)}@media(min-width:1024px){.watch_selector_carousel__switcher .button-quiet .icon{font-size:16px;margin-left:20px}}.watch_selector_carousel__container{height:410px;margin-top:30px}@media(min-width:1024px){.watch_selector_carousel__container{height:515px;margin-top:30px}}.watch_selector_carousel__container__slider{height:100%}.watch_selector_carousel__container__slider .slick-slide{margin-left:50px;margin-right:50px;margin-top:-5px;width:248px}@media(min-width:768px)and (max-width:1023px){.watch_selector_carousel__container__slider .slick-slide{margin-left:10px;margin-right:10px}}@media(min-width:1024px){.watch_selector_carousel__container__slider .slick-slide{margin-left:50px;margin-right:50px;width:328px}}.watch_selector_carousel__container__slider .slick-slide .watch__container{filter:grayscale(.8);transform:scale(.68);transition:all .3s linear;transition-delay:.2s}.watch_selector_carousel__container__slider .slick-slide .watch__container__time span{color:#c5c5c5;display:flex;font-family:NeueHelvetica63ExtendedMedium;font-size:38px;justify-content:center;left:-7px;position:relative;top:-224px}@media(min-width:1024px){.watch_selector_carousel__container__slider .slick-slide .watch__container__time span{font-size:50px;left:-10px;top:-296px}}.watch_selector_carousel__container__slider .slick-slide .watch__container img{height:auto;width:100%}.watch_selector_carousel__container__slider .slick-current .watch__container{filter:grayscale(0);transform:scale(1)}.watch_selector_carousel__controls{display:flex;justify-content:space-between;margin:0 17px;position:relative;top:-244px}@media(min-width:1024px){.watch_selector_carousel__controls{justify-content:center;top:-284px}.watch_selector_carousel__controls--prev{margin-left:240px}.watch_selector_carousel__controls--next{margin-right:240px}}.watch_selector_carousel__controls .button-rounded{cursor:pointer;height:30px;width:30px}@media(min-width:1024px){.watch_selector_carousel__controls .button-rounded{height:50px;width:50px}}.watch_selector_carousel__controls .button-rounded .icon{font-size:12px;position:relative;top:1px}@media(min-width:1024px){.watch_selector_carousel__controls .button-rounded .icon{font-size:16px;top:2px}}.watch_selector_carousel__cta{margin-top:16px}@media(min-width:1024px){.watch_selector_carousel__cta{margin-top:40px}}.watch_selector_carousel__cta .button-transparent{background:transparent;text-decoration:none}.watch_showcase__carousel{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center;position:relative}@media(min-width:1024px){.watch_showcase__carousel{height:26.4vw}}.watch_showcase__item{opacity:0;transition:all .3s ease}@media(min-width:1024px){.watch_showcase__item{position:absolute;width:90%}}.watch_showcase__item img{height:auto;margin:0 auto;width:100%}.watch_showcase__item.active{opacity:1}.watch_showcase__item.inactive{opacity:0}.ar_header{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;padding:34px 21px 17px;width:100%}@media(min-width:1024px){.ar_header{flex-basis:calc(85% + 40.7px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(85% + 40.7px);padding:70px 21px}}@media(min-width:1024px)and (min-width:2048px){.ar_header{flex-basis:calc(85% + 1.9873vw);flex-grow:1;max-width:calc(85% + 1.9873vw)}}@media(min-width:768px){.ar_header{flex-direction:column}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ar_header{flex-basis:auto}}.ar_header__date{margin-bottom:10px}@media(min-width:1024px){.ar_header__date{margin-bottom:20px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ar_header__info{width:100%}}.code__qr{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin:0 auto 30px;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.code__qr{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.code__qr{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.code__qr{margin:0 auto 40px}}.code__qr_title{color:#767676;margin-bottom:20px;text-align:center}@media(min-width:2048px){.code__qr_title div{font-size:.390625vw;letter-spacing:.09765625vw}}.code__qr_title div{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}.code__qr_image_wrapper{align-items:center;display:flex;flex-direction:column;height:111px;justify-content:center;width:160px}.code__qr_image{background-color:#fff;height:111px;width:111px}.code__qr_image img{height:100%;width:100%}.code__watch_qr_image{background-color:#fff;height:126px;width:126px}@media(min-width:1024px){.code__watch_qr_image{height:131px;width:131px}}.code__watch_qr_image img{height:100%;width:100%}.cu_form{max-width:100%;padding-left:21px;padding-right:21px;padding-top:30px}@media(min-width:1024px){.cu_form{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cu_form{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cu_form{padding-top:70px}}.cu_form__body{align-items:stretch;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:30px;width:100%}@media(min-width:1024px){.cu_form__body{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px);padding-bottom:70px}}@media(min-width:1024px)and (min-width:2048px){.cu_form__body{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.cu_form__error_msg{color:#de2b2b}.cu_form__error_msg--floating{position:absolute;transform:translateY(-100%)}.cu_form__header{margin-bottom:40px;width:100%}@media(min-width:1024px){.cu_form__header{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.cu_form__header{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.cu_form__title{text-transform:uppercase}@media(min-width:2048px){.cu_form__title{letter-spacing:.09765625vw}}.cu_form__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.cu_form__title{font-size:.9765625vw}}.cu_form__title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px)and (min-width:2048px){.cu_form__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.cu_form__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cu_form__title{font-size:1.46484375vw}}@media(min-width:1024px){.cu_form__title{font-size:1.875rem;line-height:1.1666666667}}.cu_form__title--center{text-align:center}.cu_form__row{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:0;width:100%}@media(min-width:1024px){.cu_form__row{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:40px}}@media(min-width:2048px){.cu_form__row{margin-bottom:1.953125vw}}.cu_form__field{padding-bottom:30px}@media(min-width:1024px){.cu_form__field{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px);padding-bottom:0}}@media(min-width:1024px)and (min-width:2048px){.cu_form__field{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.cu_form__field:nth-child(2){margin-left:22px}}.cu_form__field_select{position:relative}.cu_form__field_select .icon-dropdown{color:#de2b2b;padding-right:11px;position:absolute;top:50%;transform:translate(-100%,-50%)}@media(min-width:2048px){.cu_form__field_select .icon-dropdown{font-size:.78125vw;height:.927734375vw;padding-right:.537109375vw;width:.78125vw}}.cu_form__field_select select{text-transform:none}.cu_form__field_textarea{position:relative}.cu_form__field_textarea textarea{min-height:210px}.cu_form__field_textarea:after{border-bottom:12px solid #de2b2b;border-left:12px solid transparent;bottom:3px;content:"";height:0;pointer-events:none;position:absolute;right:3px;width:0}.cu_form__field_checkbox{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:30px;position:relative}@media(min-width:1024px){.cu_form__field_checkbox{margin-bottom:40px;padding-bottom:0}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cu_form__field_checkbox label+p{width:100%}}@media(min-width:1024px){.cu_form__field--no-label{padding-top:25px}}.cu_form__field--invalid{border:1px solid #de2b2b}.cu_form__field--invalid[type=checkbox]+label{border:1px solid #de2b2b;margin-right:10px}@media(min-width:2048px){.cu_form__field--invalid[type=checkbox]+label{border-width:.048828125vw;margin-right:.48828125vw}}.cu_form__field--invalid[type=checkbox]+label:before{margin-right:0}@media(min-width:2048px){.cu_form__field--invalid{border-width:.048828125vw}}.cu_form__cta{max-width:220px}@media(min-width:1024px){.cu_form__cta{margin-top:20px;max-width:260px}}.cu_form__recaptcha{margin-bottom:30px;width:fit-content}.cu_form__recaptcha>div{margin:0 auto}@media(min-width:1024px){.cu_form__recaptcha{margin-bottom:50px}}@media(min-width:2048px){.cu_form__recaptcha{margin-bottom:2.44140625vw}}.cu_form__label{text-transform:uppercase}.cu_form__phone_number{display:flex}.cu_form__phone_number .cu_form__field_select{margin-right:34px}.cu_form__phone_number .cu_form__field_select select{width:80px}.cu_info{max-width:100%;padding:30px 21px}@media(min-width:1024px){.cu_info{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cu_info{padding-left:1.07421875vw;padding-right:1.07421875vw}.cu_info .bq_information__title{letter-spacing:.09765625vw}}.cu_info .bq_information__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.cu_info .bq_information__title{font-size:.9765625vw}}.cu_info .bq_information__title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px)and (min-width:2048px){.cu_info .bq_information__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.cu_info .bq_information__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cu_info .bq_information__title{font-size:1.46484375vw}}@media(min-width:1024px){.cu_info .bq_information__title{font-size:1.875rem;line-height:1.1666666667}}.cu_info .bq_information__opening{color:#595959}@media(min-width:2048px){.cu_info .bq_information__opening{font-size:.68359375vw}}.cu_info .bq_information__opening{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.cu_info .bq_information__opening{margin-top:-20px;padding-bottom:10px}.cu_info{padding-bottom:70px;padding-top:70px}}.cu_info .bq_information{padding:0}@media(min-width:2048px){.cu_info .bq_information__contact_item_label{font-size:.5859375vw;letter-spacing:.0732421875vw}}.cu_info .bq_information__contact_item_label{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.cu_info_cards{max-width:100%;padding-left:21px;padding-right:21px;padding-top:30px}@media(min-width:1024px){.cu_info_cards{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cu_info_cards{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cu_info_cards{padding-top:70px}}.cu_info_cards__header{text-align:center}@media(min-width:1024px){.cu_info_cards__header{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.cu_info_cards__header{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.cu_info_cards__title{margin-bottom:20px;text-transform:uppercase}@media(min-width:1024px){.cu_info_cards__title{margin-bottom:70px}}.cu_info_cards__section{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}@media(min-width:1024px){.cu_info_cards__section{align-items:stretch;border-bottom:1px solid #f0f0f0;display:flex;flex-basis:calc(80% - 4.4px);flex-direction:row;flex-grow:1;justify-content:flex-start;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px);padding-bottom:70px}}@media(min-width:1024px)and (min-width:2048px){.cu_info_cards__section{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.cu_info_cards__separator{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;position:relative;width:100%}.cu_info_cards__separator:before{background-color:#f0f0f0;content:"";display:block;height:1px;left:0;position:absolute;top:0;width:100%}@media(min-width:1024px){.cu_info_cards__separator{flex-basis:calc(12.5% - 19.25px);flex-grow:1;max-width:calc(12.5% - 19.25px)}}@media(min-width:1024px)and (min-width:2048px){.cu_info_cards__separator{flex-basis:calc(12.5% - 0.93994vw);flex-grow:1;max-width:calc(12.5% - .93994vw)}}@media(min-width:1024px){.cu_info_cards__separator:before{height:100%;left:50%;width:1px}}.cu_info_cards__card{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:40px 0;width:100%}@media(min-width:1024px){.cu_info_cards__card{border-bottom:0;flex-basis:calc(43.75% - 12.375px);flex-grow:1;max-width:calc(43.75% - 12.375px);padding:0}}@media(min-width:1024px)and (min-width:2048px){.cu_info_cards__card{flex-basis:calc(43.75% - 0.60425vw);flex-grow:1;max-width:calc(43.75% - .60425vw)}}.cu_info_cards__card_title{margin-bottom:30px}@media(min-width:2048px){.cu_info_cards__card_title{letter-spacing:.09765625vw}}.cu_info_cards__card_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.cu_info_cards__card_title{font-size:.9765625vw}}.cu_info_cards__card_title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px){.cu_info_cards__card_title{margin-bottom:40px}}@media(min-width:1024px)and (min-width:2048px){.cu_info_cards__card_title{letter-spacing:.09765625vw}}@media(min-width:1024px){.cu_info_cards__card_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cu_info_cards__card_title{font-size:1.46484375vw}}@media(min-width:1024px){.cu_info_cards__card_title{font-size:1.875rem;line-height:1.1666666667}}.cu_info_cards__card_info{color:#000;flex-basis:calc(83.33333% - 3.5px);flex-grow:1;margin-bottom:40px;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.cu_info_cards__card_info{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.cu_info_cards__card_info{width:75%}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cu_info_cards__card_info{flex-basis:auto}}.cu_info_cards__card_info--qr{margin-bottom:15px}.cu_info_cards__card_qr_img img{height:100px;margin-bottom:25px;width:100px}.cu_info_cards__card_cta{align-items:flex-start;display:flex;flex-basis:calc(66.66667% - 7px);flex-direction:column;flex-grow:1;justify-content:space-between;margin-top:auto;max-width:calc(66.66667% - 7px);width:100%}@media(min-width:2048px){.cu_info_cards__card_cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.cu_info_cards__card_cta{align-items:flex-start;display:flex;flex-basis:0;flex-direction:row;justify-content:flex-start;margin-left:0;max-width:75%}}.cu_info_cards__card_cta_button{display:block;text-align:center;text-decoration:none;width:100%}@media(min-width:1024px){.cu_info_cards__card_cta_button{width:200px}}@media(min-width:2048px){.cu_info_cards__card_cta_button{width:9.765625vw}}.cu_info_cards__card_cta_button:first-child{margin-bottom:12px;margin-right:0}@media(min-width:1024px){.cu_info_cards__card_cta_button:first-child{margin-bottom:0;margin-right:12px}}.cu_info_cards__card_cta_button_whatsapp{display:none}@media(min-width:320px)and (max-width:767px){.cu_info_cards__card_cta_button_whatsapp{display:block}}.cu_uns_form{padding-bottom:300px}@media(min-width:1024px){.cu_uns_form{padding-bottom:200px}}.cu_uns_form__recaptcha{margin-bottom:30px}@media(min-width:1024px){.cu_uns_form__recaptcha{flex-basis:calc(30% - 15.4px);flex-grow:1;margin-bottom:40px;margin-left:calc(35% + 7.7px);max-width:calc(30% - 15.4px)}}@media(min-width:1024px)and (min-width:2048px){.cu_uns_form__recaptcha{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cu_uns_form__recaptcha{flex-basis:auto}}.cu_uns_form__recaptcha>div{margin:0 auto}.cu_uns_form__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px);position:relative}@media(min-width:2048px){.cu_uns_form__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.cu_uns_form__cta{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.cu_uns_form__cta{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.cu_uns_form__error_msg{color:#de2b2b;position:absolute;transform:translateY(-150%)}.cu_uns_form .gn_header__subtitle{margin-bottom:0}.light_pd_hero__bg{height:100%;pointer-events:none;position:absolute;width:100%;z-index:-1}.light_pd_hero.pd_hero{background:none;color:#fff;margin:0;padding:0;position:relative}.light_pd_hero.pd_hero .button-line{background-color:transparent;color:#fff}.light_pd_hero.pd_hero .pd_hero__action-button{color:#fff}.light_pd_hero.pd_hero .tooltip{background-color:#fff}.light_pd_hero.pd_hero .tooltip__text{color:#171717}.light_pd_hero.pd_hero .pd_hero__case-link{color:#ddd}.pd_hero_bg_img .light_pd_hero__bg{height:100%;object-fit:cover;pointer-events:none;position:absolute;width:100%;z-index:-1}.pd_hero_bg_img.pd_hero{background:none;border:none;margin:0;padding:0;position:relative}.search-results__boutique{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:56px;min-height:200px}@media(min-width:1024px){.search-results__boutique{align-items:center;display:flex;flex-direction:row;height:250px;justify-content:center;justify-content:left;margin-bottom:40px}}.search-results__boutique-img{height:100%;height:255px;margin-bottom:20px;width:100%}@media(min-width:1024px){.search-results__boutique-img{height:100%;margin-bottom:0}}.search-results__boutique-img img{height:100%;object-fit:cover;width:100%}.search-results__boutique-img div{height:100%;width:100%}.search-results__boutique-link{height:100%}@media(min-width:1024px){.search-results__boutique-link{flex-basis:calc(31.25% - 15.125px);flex-grow:1;max-width:calc(31.25% - 15.125px)}}@media(min-width:1024px)and (min-width:2048px){.search-results__boutique-link{flex-basis:calc(31.25% - 0.73853vw);flex-grow:1;max-width:calc(31.25% - .73853vw)}}.search-results__boutique a{color:#fff;text-decoration:none}.search-results__boutique-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.search-results__boutique-title{margin-bottom:10px;text-transform:uppercase}.search-results__boutique-address{color:#b2b2b2}.search-results__boutique-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;min-height:200px}@media(min-width:1024px){.search-results__boutique-content{flex-basis:calc(68.75% - 6.875px);flex-grow:1;height:100%;max-width:calc(68.75% - 6.875px);padding-left:22px}}@media(min-width:1024px)and (min-width:2048px){.search-results__boutique-content{flex-basis:calc(68.75% - 0.33569vw);flex-grow:1;max-width:calc(68.75% - .33569vw)}}.search-results__boutique-content--no-padding{padding-left:0}.search-results__boutique-item{align-self:normal;margin-bottom:16px}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.search-results__boutique-item{align-self:flex-start}}.search-results__boutique-item .icon{margin-right:8px}.search-results__boutique-item .icon:before{vertical-align:middle}.search-results__boutique .link{color:#fff}.search-results__collection{align-items:center;border:1px solid #404040;color:#fff;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5px;padding:18px 20px;text-decoration:none;text-transform:uppercase;width:100%}@media(min-width:1024px){.search-results__collection{margin-bottom:10px;padding:48px 32px}}.search-results__collection .icon{color:#de2b2b;transform:rotate(180deg)}.search-results__new{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:40px;text-decoration:none}@media(min-width:1024px){.search-results__new{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:60px}}@media(min-width:1024px)and (min-width:2048px){.search-results__new{margin-bottom:2.9296875vw}}.search-results__new-img{height:225px;margin-bottom:20px;width:100%}@media(min-width:1024px){.search-results__new-img{flex-basis:calc(50% - 11px);flex-grow:1;height:175px;margin-bottom:0;max-width:calc(50% - 11px);min-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.search-results__new-img{flex-basis:calc(50% - 0.53711vw);flex-grow:1;height:8.544921875vw;max-width:calc(50% - .53711vw);min-width:calc(50% - .53711vw)}}.search-results__new-img div{height:100%}.search-results__new-img a{height:100%;width:100%}.search-results__new img{height:100%;object-fit:cover;width:100%}.search-results__new-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.search-results__new-content{align-self:flex-start;height:100%;padding:0 22px}}.search-results__new-content small{color:#de2b2b;margin-bottom:10px}@media(min-width:2048px){.search-results__new-content small{margin-bottom:.48828125vw}}.search-results__new a,.search-results__watch{color:#fff;text-decoration:none;text-transform:uppercase}.search-results__watch{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:20px;text-align:center;z-index:0}.search-results__watch-divider{background-color:#de2b2b;border:none;height:3px;margin:20px 0;width:20px}.search-results__watch-title{margin-top:10px}.search-results__watch .sc_watch__price{display:none}.search-results{align-items:center;background:#171717;color:#fff;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.search-results{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.search-results{padding-left:1.07421875vw;padding-right:1.07421875vw}}.search-results .js-fade-in-title{display:inline-block}.search-results form{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;margin-bottom:40px;padding-top:80px;position:relative;width:100%}@media(min-width:1024px){.search-results form{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-bottom:60px;max-width:calc(80% - 4.4px);padding-top:140px}}@media(min-width:1024px)and (min-width:2048px){.search-results form{flex-basis:calc(80% - 0.21484vw);flex-grow:1;margin-bottom:2.9296875vw;max-width:calc(80% - .21484vw);padding-top:6.8359375vw}}.search-results form input[type=text]{border:none!important;border-bottom:1px solid #404040!important;color:#fff;padding:0 20px 0 0;z-index:1}@media(min-width:2048px){.search-results form input[type=text]{font-size:1.171875vw}}.search-results form input[type=text]{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:1024px){.search-results form input[type=text]{font-size:3.375rem;padding-right:50px}}@media(min-width:2048px){.search-results form input[type=text]{font-size:2.63671875vw;padding-right:2.44140625vw}}.search-results form input[type=text]::placeholder{color:transparent}.search-results form div{width:100%}.search-results form label{display:none}.search-results form input[type=submit]{background:transparent url(/themes/custom/hublot/css/../images/search-button-white..svg?2774df763b9deb7134f7) no-repeat;background-origin:content-box;background-size:16px 16px;border:0;bottom:0;color:#fff;font-size:0;height:32px;line-height:0;opacity:1;padding-right:30px;padding-top:7px;position:absolute;right:0;width:36px}@media(min-width:1024px){.search-results form input[type=submit]{background-size:24px 24px;height:72px;padding-right:0;padding-top:22px;width:54px}}@media(min-width:2048px){.search-results form input[type=submit]{background-size:1.171875vw 1.171875vw;height:3.515625vw;padding-right:0;padding-top:1.07421875vw;width:2.63671875vw}}.search-results__group{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}@media(min-width:1024px){.search-results__group{flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.search-results__group{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.search-results__group h2{display:none}@media(min-width:1024px){.search-results__group--full{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px)and (min-width:2048px){.search-results__group--full{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.search-results__group--full .search-results__title{align-self:center;flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px);width:100%}}@media(min-width:1024px)and (min-width:2048px){.search-results__group--full .search-results__title{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.search-results__group-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 0;width:100%}.search-results__group-content div{width:100%}@media(min-width:1024px){.search-results__group-content{padding:60px 0}}.search-results__watches .views-infinite-scroll-content-wrapper{border-left:1px solid #262626;border-top:1px solid #262626;box-sizing:border-box;display:flex;flex-wrap:wrap;overflow:hidden;width:100%!important}@media(min-width:1024px){.search-results__watches .views-infinite-scroll-content-wrapper{position:relative;width:100vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.search-results__watches .views-infinite-scroll-content-wrapper{width:100%}}@media(min-width:2048px){.search-results__watches .views-infinite-scroll-content-wrapper{border-top-width:.048828125vw}}.search-results__watches .views-row{align-items:center;border-bottom:1px solid #262626;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;justify-content:flex-start;padding:0;position:relative;width:50%}.search-results__watches .views-row:nth-child(2n){border-left:1px solid #262626}.search-results__watches .views-row:last-child{border-right:1px solid #262626}@media(min-width:1024px){.search-results__watches .views-row{border-left:1px solid #262626;width:25%}.search-results__watches .views-row:first-child{border-left:none}.search-results__watches .views-row:last-child:not(:nth-child(4n)){border-right:1px solid #262626}}@media(min-width:2048px){.search-results__watches .views-row{border-bottom-width:.048828125vw}.search-results__watches .views-row:nth-child(2n){border-left-width:.048828125vw}.search-results__watches .views-row:last-child,.search-results__watches .views-row:last-child:not(:nth-child(4n)){border-right-width:.048828125vw}}.search-results__watches .views-row .lozad,.search-results__watches .views-row picture{width:100%}.search-results__watches .views-row img{height:450px;object-fit:contain;width:100%}@media(min-width:1024px){.search-results__watches .views-row img{margin:auto;max-width:290px}}@media(min-width:2048px){.search-results__watches .views-row img{height:21.97265625vw;max-width:14.16015625vw}}.search-results__watches .views-row figcaption{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center;width:100%}.search-results__watches .views-row figcaption sup{display:inline;letter-spacing:0;vertical-align:super}.search-results__watches .views-row:before{background:#262626;content:"";display:block;height:100%;left:0;opacity:.3;position:absolute;top:0;transition:.7s;width:0;z-index:0}.search-results__watches .views-row:focus-within:before,.search-results__watches .views-row:focus:before,.search-results__watches .views-row:hover:before{right:100%;width:100%}.search-results__watches .views-row img{height:270px;margin-bottom:0}@media(min-width:1024px){.search-results__watches .views-row img{height:450px}}.search-results__watches .views-row:nth-child(2n){border-right:1px solid #262626}@media(min-width:1024px){.search-results__watches .views-row:nth-child(2n):not(:last-child){border-right:none}}.search-results__news .views-infinite-scroll-content-wrapper{box-sizing:border-box;display:flex;flex-wrap:wrap}.search-results__news .views-row{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.search-results__news .views-row{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.search-results__news .views-row{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.search-results__boutiques .views-row{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.search-results__title{position:relative}.search-results__title small{color:#de2b2b;margin-left:10px;position:absolute}.search-results__pager{margin:20px 0;min-height:50px;text-align:center;width:100%}@media(min-width:1024px){.search-results__pager{margin-top:40px 0}}.search-results__pager a{text-decoration:none}.search-results .pager__item{text-align:center}.search-results .pager__item a{text-decoration:none}.search-results .views-element-container{width:100%}.search-results .views-element-container h2{display:none}.search-results .views-element-container div:not([class]){align-items:center;display:flex;flex-direction:column;justify-content:center}.search-results__view{width:100%}.search-results__links{align-items:center;display:flex;display:none;flex-direction:column;justify-content:center;margin-bottom:60px;text-align:center}@media(min-width:1024px){.search-results__links{margin-bottom:140px}}@media(min-width:2048px){.search-results__links{margin-bottom:6.8359375vw}}.search-results__links-intro{align-items:center;display:flex;flex-direction:column;justify-content:center}.search-results__links-intro:after{background-color:#de2b2b;content:"";display:block;height:3px;margin-bottom:40px;margin-top:32px;width:20px}@media(min-width:1024px){.search-results__links-intro:after{margin:60px 0}}@media(min-width:2048px){.search-results__links-intro:after{margin-bottom:2.9296875vw;margin-top:2.9296875vw}}.search-results__links-title{margin-bottom:10px}@media(min-width:2048px){.search-results__links-title{margin-bottom:.48828125vw}}.search-results__links-subtitle{margin-bottom:20px}@media(min-width:2048px){.search-results__links-subtitle{margin-bottom:.9765625vw}}.search-results__links a{border:0;color:#171717;color:#fff;display:block;margin:10px 0;position:relative;text-decoration:none;text-transform:uppercase}@media(min-width:2048px){.search-results__links a{font-size:.5859375vw;letter-spacing:.0732421875vw}}.search-results__links a{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:2048px){.search-results__links a{border-bottom-width:.048828125vw}}.search-results__links a:after{background:#de2b2b;content:"";display:block;height:1px;position:absolute;right:0;transition:width .5s;width:100%}@media(min-width:2048px){.search-results__links a:after{height:.048828125vw}}@media(min-width:1024px){.search-results__links a:hover:after{width:0}}.search-results__links a:after{bottom:0}@media(min-width:2048px){.search-results__links a{margin-bottom:.48828125vw;margin-top:.48828125vw}}.pl_header:after,.pl_header:before,.pl_section__elements:after,.pl_section__elements:before,.pl_section__footer:after,.pl_section__footer:before,.pl_section__header:after,.pl_section__header:before{background-color:#f0f0f0;bottom:0;content:"";display:block;position:absolute;top:0;width:1px}.pl_section__elements .ts_watch:before{background-color:#f0f0f0;content:"";display:block;height:1px;left:-11px;position:absolute;right:-11px}.pl_header,.pl_section__elements,.pl_section__footer,.pl_section__header{padding-left:11px;padding-right:11px;position:relative}.pl_header:before,.pl_section__elements:before,.pl_section__footer:before,.pl_section__header:before{left:11px}.pl_header:after,.pl_section__elements:after,.pl_section__footer:after,.pl_section__header:after{right:11px}.pl_section__elements-wrapper{position:relative}.pl_section__elements-wrapper:before{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 1px,0,transparent 50%);bottom:0;content:"";display:block;left:11px;position:absolute;right:11px;top:0}@media(min-width:2048px){.pl_section__elements-wrapper:before{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 .048828125vw,0,transparent 50%)}}@media(min-width:1024px){.pl_section__elements-wrapper:before{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 1px,0,transparent 25%)}}@media(min-width:1024px)and (min-width:2048px){.pl_section__elements-wrapper:before{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 .048828125vw,0,transparent 25%)}}.pl_filters__btn{flex-basis:calc(33.33333% - 14px);flex-grow:1;margin-right:21px;max-width:calc(33.33333% - 14px)}@media(min-width:1024px){.pl_filters__btn{flex-basis:calc(33.33333% - 14.66667px);flex-grow:1;margin-right:22px;max-width:calc(33.33333% - 14.66667px)}}.pl_filters__btn:last-child,.pl_filters__btn:nth-child(3n+3){margin-right:0}.pl_filters{align-items:center;background:#fff;bottom:0;display:flex;flex-direction:column;height:calc(100% - 53px);justify-content:space-between;margin-top:33px;position:fixed;right:0;transform:translateY(calc(-100% - 86px));width:100%;z-index:100}.pl_filters.pl_filters_modification{height:calc(100% - 172px);transform:translateY(calc(-100% - 172px))}@media(min-width:768px){.pl_filters.pl_filters_modification{height:calc(100% - 126px);transform:translateY(calc(-100% - 126px))}}@media(min-width:1024px){.pl_filters{bottom:auto;height:auto;top:57px}.pl_filters.pl_filters_modification{height:auto;top:94px;transform:translateY(calc(-100% - 130px))}}@media(min-width:2048px){.pl_filters{transform:translateY(calc(-100% - 105px))}.pl_filters.pl_filters_modification{top:calc(2.73438vw + 41px);transform:translateY(calc(-100% - 145px))}.pl_filters{top:2.734375vw}}.pl_filters__header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:space-between;padding:0 8px;width:100%;z-index:11}@media(min-width:1024px){.pl_filters__header{border-left:1px solid #f0f0f0;min-height:52px}.pl_filters__header-item{height:52px}.pl_filters__header-item .pl_filters__submit{height:100%}}.pl_filters__header-clear{display:none}.pl_filters__clear-all{padding:12px 18px}@media(min-width:1024px){.pl_filters__clear-all{height:100%}}.pl_filters__label{line-height:21px;padding:15px 18px 9px;text-transform:uppercase}@media(min-width:1024px){.pl_filters__label{padding:12px 18px}}@media(min-width:1024px)and (min-width:2048px){.pl_filters__label{line-height:1.025390625vw}}.pl_filters__close{color:#de2b2b;display:inline-block;font-size:12px;line-height:21px;padding:12px 18px}@media(min-width:1024px){.pl_filters__close{display:none}}.pl_filters__close .icon:before{vertical-align:middle}.pl_filters__body{flex-basis:100%;flex-grow:1;height:100%;margin-bottom:70px;max-width:100%;overflow-y:scroll;padding:16px 0 32px;width:100%}@media(min-width:1024px){.pl_filters__body{align-items:flex-start;display:flex;flex-basis:100%;flex-direction:row;flex-grow:1;flex-wrap:wrap;justify-content:flex-start;max-width:100%;padding:21px 0 32px}}.pl_filters__body__ecomm-available{padding-bottom:16px}@media(min-width:1024px){.pl_filters__body__ecomm-available{padding-bottom:0}}.pl_filters__body__ecomm-available ul{align-items:center;display:flex;margin:0}.pl_filters__body__ecomm-available ul li{display:inline-block}.pl_filters__body__ecomm-available ul li label{align-items:center;max-height:30px;overflow:visible}.pl_filters__body__ecomm-available ul li label:before{height:16px;padding:0 2px;width:16px}.pl_filters__body__ecomm-available ul li label .label-amount{color:#8c8c8c}.pl_filters__body__ecomm-available ul li label small{margin-top:0}.pl_filters__group{text-transform:uppercase}@media(min-width:1024px){.pl_filters__group{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}}.pl_filters__group-title{margin:0 0 20px;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.pl_filters__group-title{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.pl_filters__group-title{letter-spacing:.09765625vw}}.pl_filters__group-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.pl_filters__group-title{font-size:1.46484375vw}}.pl_filters__group-title{font-size:1.875rem;line-height:1.1666666667}.pl_filters__fieldset{border-bottom:1px solid #f0f0f0;margin:0 0 20px;max-width:100%;padding-bottom:20px;padding-left:21px;padding-right:21px;text-transform:uppercase}@media(min-width:1024px){.pl_filters__fieldset{border-bottom:none;flex-basis:calc(15% - 18.7px);flex-grow:1;max-width:calc(15% - 18.7px);padding-left:22px;padding-right:22px}.pl_filters__fieldset.pl_filters__body__ecomm-available{flex-basis:100%;flex-grow:1;max-width:100%}}.pl_filters__fieldset--no-division{border:none;margin-bottom:0;padding-bottom:0}.pl_filters__fieldset-legend{width:100%}.pl_filters__fieldgroup{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;margin-top:22px;row-gap:16px;transform:translateY(0) scaleY(1)}@media(min-width:1024px){.pl_filters__fieldgroup.animate_slide-out-up{animation:none;display:flex!important}}.pl_filters__fieldgroup--bricks{justify-content:flex-start}.pl_filters__fieldgroup--bricks li:nth-child(n){flex-basis:auto;flex-grow:0;margin-right:10px;max-width:none}.pl_filters__fieldgroup--limited{margin-top:0}.pl_filters__fieldset-button{align-items:center;background:none;border:none;display:flex;flex-direction:row;justify-content:space-between;padding:0;text-align:left;text-transform:uppercase;width:100%}@media(min-width:1024px){.pl_filters__fieldset-button{pointer-events:none}}.pl_filters__fieldset-button .icon{display:inline-block}@media(min-width:1024px){.pl_filters__fieldset-button .icon{display:none}}.pl_filters__fieldset-button .icon:before{display:inline-block;vertical-align:middle}.pl_filters__fieldset-button .icon-close{transform:rotate(45deg)}.pl_filters__btn{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:10px}.pl_filters__btn input[type=checkbox]+label{border-color:#e5e5e5;display:inline-block;flex-basis:100%;outline:0;text-align:center;transition:box-shadow .2s linear}.pl_filters__btn input[type=checkbox]+label:before{display:none}.pl_filters__btn input[type=checkbox].focused+label{box-shadow:0 0 0 3px hsla(0,0%,9%,.5)}.pl_filters__btn input[type=checkbox]:checked+label{border-color:#de2b2b}.pl_filters__btn input[type=checkbox]+label small{margin-top:0}.pl_filters__btn--light input[type=checkbox]+label small{display:inline-block}.pl_filters__btn--light input[type=checkbox]:checked+label small{border-color:#de2b2b}@media(min-width:2048px){.pl_filters__btn--light input[type=checkbox]:checked+label small{font-size:.5859375vw;letter-spacing:.0732421875vw}}.pl_filters__btn--light input[type=checkbox]:checked+label small{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.pl_filters__bubble{display:inline-block;width:100%}.pl_filters__bubble__circle{background:50%;border-radius:50%;display:inline-block;height:26px;margin-right:8px;position:relative;width:26px}.pl_filters__bubble__circle:after{border:1px solid transparent;border-radius:50%;content:"";display:inline-block;height:26px;left:50%;padding:2px;position:absolute;top:-2px;transform:translate(-50%,-1px);width:26px}input[type=checkbox]:checked+label .pl_filters__bubble__circle:after{border-color:#de2b2b}.pl_filters__bubble input[type=checkbox]+label{align-items:center;color:#767676;display:flex;flex-direction:row;justify-content:flex-start;outline:0;transition:box-shadow .2s linear}.pl_filters__bubble input[type=checkbox]+label .label-amount{color:#8c8c8c}.pl_filters__bubble input[type=checkbox]+label:before{display:none}.pl_filters__bubble input[type=checkbox].focused+label{box-shadow:0 0 0 3px hsla(0,0%,9%,.5)}.pl_filters__bubble input[type=checkbox]:checked+label{color:#171717}.pl_filters__bubble input[type=checkbox]+label small{margin-top:0}.pl_filters__bubble input[type=checkbox]:disabled+label small{color:#ddd}.pl_filters__checkbox{width:100%}.pl_filters__checkbox input[type=checkbox]+label{align-items:center;max-height:30px;overflow:visible}.pl_filters__checkbox input[type=checkbox]+label:before{height:16px;width:16px}.pl_filters__checkbox input[type=checkbox]+label .label-amount{color:#8c8c8c}.pl_filters__checkbox input[type=checkbox]+label small{margin-top:0}.pl_filters__checkbox input[type=checkbox]:checked+label:before{padding:0 2px}@media(min-width:2048px){.pl_filters__checkbox input[type=checkbox]:checked+label:before{padding:0 1px}}.pl_filters input[type=checkbox]+label small{letter-spacing:.25rem}@media(min-width:2048px){.pl_filters input[type=checkbox]+label small{font-size:.48828125vw;letter-spacing:.09765625vw}}.pl_filters input[type=checkbox]+label small{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.pl_filters input[type=checkbox]:disabled+label{cursor:default}.pl_filters input[type=checkbox]:disabled+label:before{background-color:transparent;border-color:#ddd}.pl_filters input[type=checkbox]:disabled+label small{color:#ddd}.pl_filters__footer{bottom:0;display:inline-block;height:70px;left:0;padding:0 8px 32px;position:absolute;right:0;width:100%;z-index:11}@media(min-width:1024px){.pl_filters__footer{display:none}}.pl_filters__submit{border-color:#171717;height:48px;padding:15px 20px;width:inherit}@media(min-width:768px){.pl_filters__submit:before{background-color:#171717;content:"";display:block;height:100%;left:-1px;position:absolute;top:0;width:1px}}.pl_filters__submit.button{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;transition:background-color .2s linear;transition:background-color .2s linear,box-shadow .2s linear}.pl_filters__submit.button:active{background-color:#313131}@media(min-width:2048px){.pl_filters__submit.button{font-size:.48828125vw;letter-spacing:.09765625vw}}.pl_filters__submit.button{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.pl_filters button{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;transition:background-color .2s linear;transition:background-color .2s linear,box-shadow .2s linear}.pl_filters button:active{background-color:#dadada}.pl_filters.hidden{display:none}.pl_filters_modification{height:calc(100% - 172px)}@media(min-width:1024px){.pl_filters_modification{height:calc(100% - 130px)}}.pl_filters_bar{border-bottom:1px solid #f0f0f0;position:sticky;text-transform:uppercase;top:99px;width:100%;z-index:5}.pl_filters_bar.pl_filters_modification{top:172px}@media(min-width:768px){.pl_filters_bar.pl_filters_modification{top:126px}}@media(min-width:1024px){.pl_filters_bar{top:34px}.pl_filters_bar.pl_filters_modification{top:130px}}@media(min-width:2048px){.pl_filters_bar{top:34px}.pl_filters_bar.pl_filters_modification{top:calc(2.73438vw + 74px)}}.pl_filters_bar__row{align-items:center;background-color:#fff;border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;display:flex;flex-direction:row;height:auto;justify-content:space-between;min-height:36px;position:relative;width:100%}@media(min-width:1024px){.pl_filters_bar__row{min-height:52px;padding-left:11px;padding-right:11px}}.pl_filters_bar__row.nav_bar_modification{top:172px}@media(min-width:1024px){.pl_filters_bar__row.nav_bar_modification{top:130px}}.pl_filters_bar__info{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-left:11px;margin-right:11px;min-height:inherit}@media(min-width:1024px){.pl_filters_bar__info{background:none;height:100%;margin-left:0;margin-right:0;min-height:52px}}.pl_filters_bar__models{align-items:center;background-color:#fff;display:flex;flex-basis:calc(66.66667% - 7px);flex-direction:row;flex-grow:1;justify-content:center;justify-content:flex-start;max-width:calc(66.66667% - 7px);min-height:inherit;text-align:center}@media(min-width:2048px){.pl_filters_bar__models{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.pl_filters_bar__models{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.pl_filters_bar__models{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.pl_filters_bar__models small{flex-basis:calc(50% - 10.5px);flex-grow:1;max-width:calc(50% - 10.5px)}@media(min-width:2048px){.pl_filters_bar__models small{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:1024px){.pl_filters_bar__models small{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px)and (min-width:2048px){.pl_filters_bar__models small{flex-basis:100%;flex-grow:1;max-width:100%}}.pl_filters_bar__filters{align-items:center;background-color:#fff;display:flex;flex-direction:row;justify-content:center;min-height:inherit;text-align:center;width:92px}.pl_filters_bar__filters:has(.pl_filters_bar-active:not(:empty))+.pl_filters__header-item .pl_filters__close{display:none}.pl_filters_bar__filters:has(.pl_filters_bar-active:not(:empty))+.pl_filters__header-item .pl_filters__header-clear{display:inline-block}@media(min-width:1024px){.pl_filters_bar__filters{width:176px}.pl_filters_bar__filters:has(.pl_filters_bar-active:not(:empty))+.pl_filters__header-item .pl_filters__header-clear{display:none}}@media(min-width:1024px){.pl_filters_bar__filters:before{background-color:#f0f0f0;content:"";height:100%;left:-11px;position:absolute;top:0;width:1px}}@media(min-width:2048px){.pl_filters_bar__filters:before{left:-.537109375vw}}.pl_filters_bar__sort-mobile{align-items:center;border:0;border-right:1px solid #f0f0f0;display:flex;display:none;flex-direction:row;justify-content:flex-start;margin-right:11px;padding:12px 20px;text-transform:uppercase}@media(min-width:1024px){.pl_filters_bar__sort-mobile{display:none}}.pl_filters_bar__sort-mobile .label-mobile{margin-right:4px}@media(min-width:2048px){.pl_filters_bar__sort-mobile .label-mobile{font-size:.390625vw;letter-spacing:.09765625vw}}.pl_filters_bar__sort-mobile .label-mobile{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}.pl_filters_bar__sort-mobile .label-active{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.625rem;line-height:2.4;margin-right:8px;text-transform:none}@media(min-width:2048px){.pl_filters_bar__sort-mobile .label-active{font-size:.48828125vw;letter-spacing:.09765625vw}}.pl_filters_bar__sort-mobile .icon{font-size:.625rem}.pl_filters_bar__dropdown{display:none;position:relative}@media(min-width:1024px){.pl_filters_bar__dropdown{display:none}}.pl_filters_bar__dropdown-btn{align-items:center;border:0;border-right:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:flex-start;min-width:241px;padding:9px 20px;text-transform:uppercase}@media(min-width:2048px){.pl_filters_bar__dropdown-btn{padding:5px 20px}}.pl_filters_bar__dropdown-btn .label-desktop{margin-right:auto}@media(min-width:2048px){.pl_filters_bar__dropdown-btn .label-desktop{font-size:.48828125vw;letter-spacing:.09765625vw}}.pl_filters_bar__dropdown-btn .label-desktop{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.pl_filters_bar__dropdown-btn .label-active{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:2.4;margin-left:4px;margin-right:12px;text-transform:none}@media(min-width:2048px){.pl_filters_bar__dropdown-btn .label-active{font-size:.68359375vw}}.pl_filters_bar__dropdown-btn .icon{font-size:.875rem}.pl_filters_bar__dropdown-btn--open{background-color:#f0f0f0}.pl_filters_bar__dropdown-btn--open .icon{transform:rotate(180deg) translateY(3px)}.pl_filters_bar__dropdown-fieldset{background-color:#fff;border:1px solid #f0f0f0;border-top:2px solid #f0f0f0;left:0;opacity:1;position:absolute;top:100%;visibility:visible;width:100%}.pl_filters_bar__dropdown-fieldset .pl_sort__mobile-radio{border-bottom:none;padding:18px 20px}.pl_filters_bar__button{align-items:center;background-color:#e5e5e5;border:0;color:#171717;display:flex;flex-direction:column;height:48px;justify-content:center;padding:18px 0;text-transform:uppercase;width:100%}.pl_filters_bar__button:before{background-color:#171717;content:"";display:block;height:100%;left:0;position:absolute;top:0;transition:width .7s;width:0;z-index:0}.pl_filters_bar__button--loaded:before{width:100%}.pl_filters_bar__button--loaded span.label{background-position:0 100%}.pl_filters_bar__button>span{background:linear-gradient(90deg,#fff,#fff 50%,#171717 0);-webkit-background-clip:text;background-clip:text;background-position:100%;color:#171717;overflow:hidden;position:relative;text-decoration:none;width:100%;z-index:1;-webkit-text-fill-color:transparent;background-size:200% 100%;transition:background-position .7s}.pl_filters_bar__button .label-desk{display:none}.pl_filters_bar__button .icon{display:inline-block;height:12px;vertical-align:middle;width:12px}.pl_filters_bar__button .icon:before{font-size:.75rem}.pl_filters_bar__button span{color:#fff}@media(min-width:2048px){.pl_filters_bar__button span{font-size:.390625vw;letter-spacing:.09765625vw}}.pl_filters_bar__button span{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}@media(min-width:1024px){.pl_filters_bar__button{height:52px}.pl_filters_bar__button .label-desk{display:inline}.pl_filters_bar__button .icon{height:16px;width:16px}.pl_filters_bar__button .icon:before{font-size:1rem}}@media(min-width:1024px)and (min-width:2048px){.pl_filters_bar__button span{font-size:.48828125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.pl_filters_bar__button span{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}}.pl_filters_bar__button--gray{background-color:#ddd;color:#000}.pl_filters_bar__pills{display:none;flex-wrap:wrap}@media(min-width:1024px){.pl_filters_bar__pills{display:flex;flex-basis:100%;flex-grow:1;margin-bottom:11px;max-width:100%}}@media(min-width:1024px)and (min-width:2048px){.pl_filters_bar__pills{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.pl_filters_bar__pills:has(.pl_filters_bar__pill){gap:12px;margin-bottom:42px;padding:0 22px}}.pl_filters_bar__pill-item{align-items:center;background-color:#fff;border:1px solid #e5e5e5;display:flex;flex-direction:row;justify-content:flex-start}.pl_filters_bar__pill-label{padding-left:9px;text-transform:uppercase}.pl_filters_bar__pill-close{line-height:0;padding:6px 9px 6px 12px}.pl_filters_bar__pill-close .icon{display:inline-block}.pl_filters_bar__pill-close .icon:before{font-size:8px}.pl_filters_bar__pill-clear{display:none}.pl_filters_bar__pill-clear-btn{border-bottom:1px solid #de2b2b}.pl_filters_bar__pill-clear-btn span{text-transform:uppercase}.pl_filters_bar__pill+.pl_filters_bar__pill-clear{display:list-item}.pl_filters_bar button{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;transition:background-color .2s linear;transition:background-color .2s linear,box-shadow .2s linear}.pl_filters_bar button:active{background-color:#dadada}.pl_filters_bar small{color:#767676}.pl_section{text-transform:uppercase}.pl_section__header{padding:10px 0 6px;text-align:center}@media(min-width:1024px){.pl_section__header{padding:40px 0;text-align:left}.pl_section__title{margin-left:70px}}.pl_section__elements{border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;display:flex;flex-flow:row wrap}.pl_section__elements .ph-ellipsis{flex-basis:100%;margin-bottom:140px;margin-top:140px}.pl_section__elements .ts_watch{border:0!important}.pl_section__elements .ts_watch:before{bottom:-1px}.pl_section__footer{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:center}.pl_section_list:last-child .pl_section__footer{border-bottom:0}.pl_section__view-more{align-items:center;display:flex;flex-basis:100%;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:30px 0 36px;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;transition:background-color .2s linear;transition:background-color .2s linear,box-shadow .2s linear}.pl_section__view-more:active{background-color:#dadada}@media(min-width:1024px){.pl_section__view-more{padding:47px 0}}.pl_section__view-more .icon-close{background-color:#de2b2b;border-radius:50%;color:#fff;display:flex;margin-top:30px;padding:12px;transform:rotate(45deg)}.pl_sort__mobile{align-items:flex-start;background:#fff;bottom:0;display:flex;flex-direction:column;height:calc(100% - 86px);justify-content:flex-start;margin-top:33px;position:fixed;right:0;transform:translateY(calc(-100% - 86px));width:100%;z-index:100}.pl_sort__mobile-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:space-between;width:100%}.pl_sort__mobile-btn{background-color:#ddd;border-left:1px solid #f0f0f0;border-right:none;margin-left:11px;margin-right:0}.pl_sort__mobile-close{border-right:1px solid #f0f0f0;display:inline-block;font-size:12px;line-height:21px;margin-right:11px;padding:12px 18px}.pl_sort__mobile-close .icon:before{vertical-align:middle}.pl_sort__mobile-body{height:100%;margin-bottom:32px;overflow-y:scroll;width:100%}.pl_sort__mobile-radio{border-bottom:1px solid #f0f0f0;padding:15px 36px}.pl_sort__mobile-radio .input:checked+.label{border-bottom:1px solid #de2b2b}.pl_sort__mobile-radio .label{display:inline;font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:2.4;text-transform:none}.pl_sort__mobile-footer{bottom:0;display:inline-block;height:70px;left:0;padding:0 8px 32px;position:absolute;right:0;width:100%;z-index:11}.pl_sort__mobile-submit{border-color:#171717;height:48px;padding:15px 20px;width:inherit}.pl_sort__mobile-submit.button{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;transition:background-color .2s linear;transition:background-color .2s linear,box-shadow .2s linear}.pl_sort__mobile-submit.button:active{background-color:#313131}@media(min-width:2048px){.pl_sort__mobile-submit.button{font-size:.48828125vw;letter-spacing:.09765625vw}}.pl_sort__mobile-submit.button{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.pl_sort button{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;transition:background-color .2s linear;transition:background-color .2s linear,box-shadow .2s linear}.pl_sort button:active{background-color:#dadada}.pl{position:relative}.pl_body{padding-bottom:80px}@media(min-width:1024px){.pl_body{padding-bottom:140px}}.pl_header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:center;padding:53px 0 40px;text-align:center}@media(min-width:1024px){.pl_header{padding:70px 0}}.pl_header__title{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin:0 0 10px;max-width:calc(66.66667% - 7px);text-transform:uppercase}@media(min-width:2048px){.pl_header__title{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.pl_header__title{flex-basis:calc(80% + 39.6px);flex-grow:1;margin:0 0 30px;max-width:calc(80% + 39.6px)}}@media(min-width:1024px)and (min-width:2048px){.pl_header__title{flex-basis:calc(80% + 1.93359vw);flex-grow:1;max-width:calc(80% + 1.93359vw)}}.pl_header__description{flex-basis:calc(83.33333% + 38.5px);flex-grow:1;max-width:calc(83.33333% + 38.5px)}@media(min-width:2048px){.pl_header__description{flex-basis:calc(83.33333% + 1.87988vw);flex-grow:1;max-width:calc(83.33333% + 1.87988vw)}}@media(min-width:1024px){.pl_header__description{flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.pl_header__description{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:2048px){.pl_header__description_text{font-size:.68359375vw}}.pl_header__description_text{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.pl_header__description_text em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.pl_header__description_text strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.pl_header__description_text{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.pl_header__description_text{font-size:.87890625vw}}@media(min-width:1024px){.pl_header__description_text{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.pl_header__description_text em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.pl_header__description_text strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.pl_header__description_text{font-size:1.125rem;line-height:1.7777777778}}.pl_header__subtitle{text-transform:uppercase}@media(min-width:2048px){.pl_header__description span{font-size:.68359375vw}}.pl_header__description span{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.pl_header__description span em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.pl_header__description span strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.pl_header__description span{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.pl_header__description span{font-size:.87890625vw}}@media(min-width:1024px){.pl_header__description span{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.pl_header__description span em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.pl_header__description span strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.pl_header__description span{font-size:1.125rem;line-height:1.7777777778}}.pl_no_results{margin-top:80px;text-align:center}@media(min-width:1024px){.pl_no_results{margin-top:140px}}.ts_watch{align-items:center;border-bottom:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0;position:relative;text-align:center;width:50%}.ts_watch:nth-child(2n){border-left:1px solid #f0f0f0}.ts_watch:last-child{border-right:1px solid #f0f0f0}@media(min-width:1024px){.ts_watch{border-left:1px solid #f0f0f0;width:25%}.ts_watch:first-child{border-left:none}.ts_watch:last-child:not(:nth-child(4n)){border-right:1px solid #f0f0f0}}@media(min-width:2048px){.ts_watch{border-bottom-width:.048828125vw}.ts_watch:nth-child(2n){border-left-width:.048828125vw}.ts_watch:last-child,.ts_watch:last-child:not(:nth-child(4n)){border-right-width:.048828125vw}}.ts_watch .lozad,.ts_watch picture{width:100%}.ts_watch img{height:450px;object-fit:contain;width:100%}@media(min-width:1024px){.ts_watch img{margin:auto;max-width:290px}}@media(min-width:2048px){.ts_watch img{height:21.97265625vw;max-width:14.16015625vw}}.ts_watch figcaption{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center;width:100%}.ts_watch figcaption sup{display:inline;letter-spacing:0;vertical-align:super}.ts_watch img{height:270px;max-width:176px}@media(min-width:1024px){.ts_watch img{height:450px;max-width:290px}}@media(min-width:2048px){.ts_watch img{height:21.97265625vw;max-width:14.16015625vw}}.ts_watch__tile{align-self:stretch;color:inherit;height:100%;margin:0 .5px;padding-bottom:60px;text-decoration:none;z-index:1}.ts_watch__tile:before{background:#f3f3f3;content:"";display:block;height:100%;left:0;opacity:.3;position:absolute;top:0;transition:.7s;width:0;z-index:-1}.ts_watch__tile:focus-within:before,.ts_watch__tile:focus:before,.ts_watch__tile:hover:before{right:100%;width:100%}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ts_watch__tile{width:100%}}@media(min-width:1024px){.ts_watch__tile{padding:20px 20px 40px}}.ts_watch figcaption{flex-grow:1;padding:0 10px}.ts_watch figcaption .title-16{margin-bottom:21px;margin-top:10px}.ts_watch__new_label{background-color:#de2b2b;color:#fff;left:10px;line-height:1.2;padding:6px 10px;position:absolute;top:0}@media(min-width:1024px){.ts_watch__new_label{line-height:1.5;top:0}}@media(min-width:2048px){.ts_watch__new_label{left:.48828125vw}}.ts_watch__collection{font-size:10px;letter-spacing:2px;line-height:1.5}@media(min-width:1024px){.ts_watch__collection{font-size:12px;letter-spacing:1.5px;line-height:1.6666666667}}@media(min-width:2048px){.ts_watch__collection{font-size:.5859375vw}}.ts_watch__subcollection{font-size:12px;line-height:1.5}@media(min-width:1024px){.ts_watch__subcollection{font-size:.875rem;line-height:1.7142857143}}@media(min-width:2048px){.ts_watch__subcollection{font-size:.68359375vw}}.ts_watch__card{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.ts_watch__card img{margin-top:10px}@media(min-width:1024px){.ts_watch__card img{margin-top:0}}.ts_watch__price{font-size:12px;letter-spacing:1.5px;line-height:1.6666666667}@media(min-width:1024px){.ts_watch__price{font-size:.875rem;letter-spacing:3px;line-height:1.7857142857}}@media(min-width:2048px){.ts_watch__price{font-size:.68359375vw}}.ts_watch__divider{background:#de2b2b;display:inline-block;height:3px;margin-bottom:21px;margin-top:auto;width:20px}@media(min-width:1024px){.ts_watch__divider{margin-top:21px}}.sc_header{padding:113px 0 86px;text-align:center;text-transform:uppercase}@media(min-width:2048px){.sc_header{padding-bottom:4.19921875vw;padding-top:5.517578125vw}}.sc_header__subcollection_name{padding-top:10px}@media(min-width:1024px){.sc_header__subcollection_name{padding-top:30px}}@media(min-width:2048px){.sc_header__subcollection_name{padding-top:1.46484375vw}}.sc_size{border:1px solid #f0f0f0;text-transform:uppercase}.sc_size__title{padding:15px 0;text-align:center}@media(min-width:1024px){.sc_size__title{flex-basis:calc(25% + 27.5px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(25% + 27.5px);padding:40px 0;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.sc_size__title{flex-basis:calc(25% + 1.34277vw);flex-grow:1;max-width:calc(25% + 1.34277vw)}}@media(min-width:2048px){.sc_size__title{padding-bottom:1.953125vw;padding-top:1.953125vw}}.sc_size__title--fill-row{padding:40px 0}@media(min-width:1024px){.sc_size__title--fill-row{flex-basis:calc(90% + 41.8px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(90% + 41.8px);padding:80px 0}}@media(min-width:1024px)and (min-width:2048px){.sc_size__title--fill-row{flex-basis:calc(90% + 2.04102vw);flex-grow:1;max-width:calc(90% + 2.04102vw)}}@media(min-width:2048px){.sc_size__title--fill-row{padding-bottom:3.90625vw;padding-top:3.90625vw}}.sc_size__watches{border-top:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-wrap:wrap;overflow:hidden}@media(min-width:1024px){.sc_size__watches{position:relative;width:100vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.sc_size__watches{width:100%}}@media(min-width:2048px){.sc_size__watches{border-top-width:.048828125vw}}.sc_size__watches .views-row{flex-basis:100%;flex-grow:1;max-width:100%}@media(min-width:2048px){.sc_size__watches .views-row{flex-basis:100%;flex-grow:1;max-width:100%}}.sc_watch{align-items:center;border-bottom:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0;position:relative;text-align:center;width:50%}.sc_watch:nth-child(2n){border-left:1px solid #f0f0f0}.sc_watch:last-child{border-right:1px solid #f0f0f0}@media(min-width:1024px){.sc_watch{border-left:1px solid #f0f0f0;width:25%}.sc_watch:first-child{border-left:none}.sc_watch:last-child:not(:nth-child(4n)){border-right:1px solid #f0f0f0}}@media(min-width:2048px){.sc_watch{border-bottom-width:.048828125vw}.sc_watch:nth-child(2n){border-left-width:.048828125vw}.sc_watch:last-child,.sc_watch:last-child:not(:nth-child(4n)){border-right-width:.048828125vw}}.sc_watch .lozad,.sc_watch picture{width:100%}.sc_watch img{height:450px;object-fit:contain;width:100%}@media(min-width:1024px){.sc_watch img{margin:auto;max-width:290px}}@media(min-width:2048px){.sc_watch img{height:21.97265625vw;max-width:14.16015625vw}}.sc_watch figcaption{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center;width:100%}.sc_watch figcaption sup{display:inline;letter-spacing:0;vertical-align:super}.sc_watch:before{background:#f3f3f3;content:"";display:block;height:100%;left:0;opacity:.3;position:absolute;top:0;transition:.7s;width:0;z-index:-1}.sc_watch:focus-within:before,.sc_watch:focus:before,.sc_watch:hover:before{right:100%;width:100%}.sc_watch__tile{align-self:stretch;color:inherit;height:100%;margin:4px 0;padding-bottom:40px;text-decoration:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.sc_watch__tile{width:100%}}@media(min-width:1024px){.sc_watch__tile{padding:70px}}@media(min-width:2048px){.sc_watch__tile{padding:3.41796875vw}}.sc_watch figcaption{flex-grow:1}.sc_watch figcaption .label-14{margin:20px 0}@media(min-width:768px){.sc_watch figcaption .label-14{margin-bottom:0}}@media(min-width:2048px){.sc_watch figcaption .label-14{margin-top:.9765625vw}}.sc_watch figcaption .title-16{margin-bottom:36px;margin-top:10px}@media(min-width:2048px){.sc_watch figcaption .title-16{margin-bottom:1.7578125vw;margin-top:.48828125vw}}.sc_watch__new_label{background-color:#de2b2b;color:#fff;line-height:1.2;padding:4px}@media(min-width:1024px){.sc_watch__new_label{line-height:1.5;padding:6px 10px}}@media(min-width:2048px){.sc_watch__new_label{padding:6px 10px}}.sc_watch__nft_label{align-items:center;background-color:#e5e5e5;color:#262626;display:flex!important;line-height:1.2;padding:4px 8px;text-transform:uppercase}@media(min-width:1024px){.sc_watch__nft_label{line-height:1.5;padding:4px 5px}}.sc_watch__nft_label .icon{font-size:13px;margin-bottom:-1px;margin-right:4px;margin-top:1px}.sc_watch__icon-cart{background:#f0f0f0;height:100%;padding:4px 8px;text-decoration:none}.sc_watch__icon-cart:visited{color:inherit}.sc_watch__icon-cart:before{color:#595959;font-size:11px}@media(min-width:2048px){.sc_watch__icon-cart:before{font-size:.537109375vw}}@media(min-width:1024px){.sc_watch__icon-cart{padding:5.5px 8px}}@media(min-width:2048px){.sc_watch__icon-cart{padding:.3173828125vw .4150390625vw}}.sc_watch__label-list{display:flex;margin:0;padding:0 11px;position:absolute;top:0;width:100%}@media(min-width:1024px){.sc_watch__label-list{padding:0 21px}}@media(min-width:2048px){.sc_watch__label-list{padding:0 21px}}.sc_watch__label-list li{display:inline-block;margin-left:5px}.sc_watch__label-list li:first-of-type{margin-left:0}.sc_watch__label-list li span{display:block}.sc_watch__label-list:has(.sc_watch__nft_label){padding:0}.sc_watch__collection{padding-bottom:10px}@media(min-width:2048px){.sc_watch__collection{font-size:.48828125vw;letter-spacing:.09765625vw}}.sc_watch__collection{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:2048px){.sc_watch__collection{padding-bottom:.48828125vw}}.sc_watch__subcollection{padding-bottom:20px}@media(min-width:2048px){.sc_watch__subcollection{letter-spacing:.048828125vw}}.sc_watch__subcollection{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.sc_watch__subcollection{font-size:.78125vw}}.sc_watch__subcollection{font-size:1rem;line-height:1.5}@media(min-width:2048px){.sc_watch__subcollection{padding-bottom:.9765625vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.sc_watch__subcollection{width:100%}}.sc_watch__online_exclusive{color:#de2b2b;font-family:Gotham Bold,Arial,sans-serif;font-size:8px;letter-spacing:2px;line-height:1.5;margin-bottom:14px}@media(min-width:1024px){.sc_watch__online_exclusive{font-size:10px;margin-bottom:0}}@media(min-width:2048px){.sc_watch__online_exclusive{font-size:.48828125vw}}.sc_watch__card{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.sc_watch__price{font-size:12px;letter-spacing:1.5px;line-height:1.6666666667}@media(min-width:1024px){.sc_watch__price{font-size:.875rem;letter-spacing:3px;line-height:1.7857142857}}@media(min-width:2048px){.sc_watch__price{font-size:.68359375vw}}.sc_watch__price sup{vertical-align:super}.sc_watch__divider{background:#de2b2b;display:inline-block;height:3px;width:20px}@media(min-width:2048px){.sc_watch__divider{height:.146484375vw;width:.9765625vw}}@media(min-width:1024px){.sc_watch__divider{margin-top:21px}}.sc_watch__country-flag{align-items:center;background:#f0f0f0;color:#000;display:flex;flex-direction:column;flex-direction:row;height:20px;justify-content:center;padding:0 6px;position:absolute;right:11px}@media(min-width:1024px){.sc_watch__country-flag{height:27px;padding:0 10px;right:21px}}@media(min-width:2048px){.sc_watch__country-flag{height:1.318359375vw;padding:0 10px;right:1.025390625vw}}.sc_watch__country-flag h4{display:none;font-family:Gotham Book,Arial,sans-serif;font-size:10px;letter-spacing:1px}@media(min-width:1024px){.sc_watch__country-flag h4{display:block}}@media(min-width:2048px){.sc_watch__country-flag h4{display:block}}.sc_watch__country-flag img{height:14px;margin:0;width:18px}@media(min-width:1024px){.sc_watch__country-flag img{margin-right:5px}}@media(min-width:2048px){.sc_watch__country-flag img{margin-right:.244140625vw}}.cr-elements{max-width:100%;padding:30px 21px;text-align:center;width:100%}@media(min-width:1024px){.cr-elements{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cr-elements{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cr-elements{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:70px;padding-top:70px}}@media(min-width:2048px){.cr-elements{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.cr-elements__title{text-transform:uppercase}@media(min-width:2048px){.cr-elements__title{letter-spacing:.048828125vw}}.cr-elements__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.cr-elements__title{font-size:.87890625vw}}.cr-elements__title{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px)and (min-width:2048px){.cr-elements__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.cr-elements__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cr-elements__title{font-size:.9765625vw}}@media(min-width:1024px){.cr-elements__title{font-size:1.25rem;line-height:1.25}}.cr-elements__elements{align-items:flex-start;display:flex;flex-direction:row;justify-content:center}@media(min-width:1024px){.cr-elements__elements{flex-wrap:wrap}}.cr-elements--cta .cr-elements__elements{padding-bottom:30px}@media(min-width:1024px){.cr-elements--cta .cr-elements__elements{padding-bottom:80px}}@media(min-width:2048px){.cr-elements--cta{padding-bottom:3.90625vw}}.cr-elements--dark{background:#171717;color:#fff}.cr-elements--dark .cr-material__image{border-color:#404040}.cr-elements__element{padding:40px 0 0}@media(min-width:1024px){.cr-elements__element{margin-right:22px;padding:40px 49px 0}.cr-elements__element:last-child,.cr-elements__element:nth-child(5n){margin-right:0}}@media(min-width:2048px){.cr-elements__element{margin-right:.9765625vw;padding-bottom:2.392578125vw;padding-top:1.953125vw}}.cr-elements__cta{display:inline-block;flex-basis:calc(83.33333% - 3.5px);flex-grow:1;max-width:calc(83.33333% - 3.5px);text-align:center;text-decoration:none}@media(min-width:2048px){.cr-elements__cta{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.cr-elements__cta{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:0;max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.cr-elements__cta{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cr-elements__cta{flex-basis:auto}}.cr-elements__next,.cr-elements__prev{align-items:flex-end;background-color:transparent;border-color:transparent;display:flex;flex-direction:row;justify-content:flex-end}.cr-elements__next .icon-next,.cr-elements__prev .icon-next{font-size:1rem}.cr-elements__prev.button-rounded--rotate{transform:scaleX(-1)}@media(min-width:1024px){.cr-elements__dots{display:none}}.cr-elements__controls{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:40px}@media(min-width:1024px){.cr-elements__controls{display:none;padding-bottom:0}}.cr-elements .slick-dots{bottom:0;display:block;list-style:none;margin:0;padding:0;position:relative;text-align:center}.cr-elements .slick-dots li{height:13px;margin:0;width:13px}@media(min-width:768px)and (max-width:1023px){.cr-elements .slick-dots li{height:20px;margin:0 5px;width:20px}}.cr-elements .slick-dots li button{height:13px;padding:0;width:13px}@media(min-width:768px)and (max-width:1023px){.cr-elements .slick-dots li button{height:20px;padding:5px;width:20px}}.cr-elements .slick-dots li button:before{color:#fff;height:13px;line-height:13px;opacity:.3;width:13px}@media(min-width:768px)and (max-width:1023px){.cr-elements .slick-dots li button:before{height:20px;line-height:20px;width:20px}}.cr-elements .slick-dots li.slick-active button:before{opacity:1}.cr-elements .slick-dots li{transform:translateY(-40%)}@media(min-width:1024px){.cr-elements .slick-dots{bottom:auto}}.cr-elements__slider .slick-list,.cr-elements__slider .slick-track,.cr-elements__slider [data-quickedit-entity-id],.cr-elements__slider [data-quickedit-field-id]{height:100%}.cr-elements--light .slick-dots li button:before{color:#171717}.cr-material{align-items:center;display:flex;flex-direction:column;justify-content:center}.cr-material__image{border:1px solid #f0f0f0;border-radius:50%;height:212px;margin-bottom:20px;padding:35px;width:212px}@media(min-width:1024px){.cr-material__image{height:163px;padding:27px;width:163px}}@media(min-width:2048px){.cr-material__image{border-width:.048828125vw;height:7.8125vw;padding:1.318359375vw;width:7.8125vw}}.cr-material__image div,.cr-material__image img{height:100%;width:100%}.cr-material__image img{border-radius:50%;object-fit:cover}.cr-material__title{max-width:212px;text-align:center}@media(min-width:1024px){.cr-material__title{max-width:160px}}@media(min-width:2048px){.cr-material__title{max-width:7.8125vw}}@keyframes formula-in{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes formula-out{0%{transform:scaleX(1);transform-origin:left}to{transform:scaleX(0);transform-origin:left}}.cr-materials{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:30px 0;position:relative}@media(min-width:1024px){.cr-materials{padding:70px 0}}@media(min-width:2048px){.cr-materials{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.cr-materials__title{color:#000;text-transform:uppercase}@media(min-width:2048px){.cr-materials__title{letter-spacing:.048828125vw}}.cr-materials__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.cr-materials__title{font-size:.87890625vw}}.cr-materials__title{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px){.cr-materials__title{margin-bottom:80px}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.cr-materials__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__title{font-size:.9765625vw}}@media(min-width:1024px){.cr-materials__title{font-size:1.25rem;line-height:1.25}}@media(min-width:2048px){.cr-materials__title{margin-bottom:3.90625vw}}.cr-materials__overlay{background:#171717;height:349px;margin-top:132px;overflow:hidden;position:relative;width:100%}.cr-materials__overlay video{height:349px;object-fit:cover;width:100%}.cr-materials__overlay img{left:-100%;margin:auto;min-height:350px;object-fit:cover;position:absolute;right:-100%;width:100%}@media(min-width:1024px){.cr-materials__overlay img{min-height:800px}}@media(min-width:2048px){.cr-materials__overlay img{min-height:39.0625vw}}@media(min-width:1024px){.cr-materials__overlay{height:800px;margin-top:173px}.cr-materials__overlay video{height:800px}}@media(min-width:2048px){.cr-materials__overlay{height:39.0625vw;margin-top:8.447265625vw}.cr-materials__overlay video{height:39.0625vw}}.cr-materials__container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media(min-width:1024px){.cr-materials__container{align-items:center;display:flex;flex-basis:calc(80% - 4.4px);flex-direction:row;flex-grow:1;justify-content:space-between;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__container{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cr-materials__container{flex-basis:auto}}.cr-materials__outlined{color:transparent;font-family:Gotham Bold,Arial,sans-serif;left:21px;margin-top:20px;position:absolute;text-align:left;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;text-transform:uppercase;top:60px}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.cr-materials__outlined{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px){.cr-materials__outlined{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:2048px){.cr-materials__outlined{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.cr-materials__outlined{font-size:3.125vw}}.cr-materials__outlined{font-family:Gotham Black,Arial,sans-serif;font-size:4rem;line-height:1}@media(min-width:1024px){.cr-materials__outlined{color:transparent;font-family:Gotham Bold,Arial,sans-serif;left:auto;margin-top:0;position:relative;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;top:0}@supports(text-stroke:1px #000) or (-webkit-text-stroke:1px #000){.cr-materials__outlined{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #000;text-stroke:1px #000;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.cr-materials__outlined{-webkit-text-stroke:3px #000;text-stroke:3px #000}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined{font-size:4.8828125vw}}@media(min-width:1024px){.cr-materials__outlined{font-family:Gotham Black,Arial,sans-serif;font-size:6.25rem;line-height:1}}.cr-materials__outlined--gold{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #a36a00,1px -1px 0 #a36a00,-1px 1px 0 #a36a00,1px 1px 0 #a36a00}@supports(text-stroke:1px #A36A00) or (-webkit-text-stroke:1px #A36A00){.cr-materials__outlined--gold{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #a36a00;text-stroke:1px #a36a00;text-shadow:none}@media(min-width:1024px){.cr-materials__outlined--gold{-webkit-text-stroke:3px #a36a00;text-stroke:3px #a36a00}}@media(min-width:2048px){.cr-materials__outlined--gold{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.cr-materials__outlined--gold{font-size:3.125vw}}.cr-materials__outlined--gold{font-family:Gotham Black,Arial,sans-serif;font-size:4rem;line-height:1}@media(min-width:1024px){.cr-materials__outlined--gold{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #a36a00,1px -1px 0 #a36a00,-1px 1px 0 #a36a00,1px 1px 0 #a36a00}@supports(text-stroke:1px #A36A00) or (-webkit-text-stroke:1px #A36A00){.cr-materials__outlined--gold{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #a36a00;text-stroke:1px #a36a00;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.cr-materials__outlined--gold{-webkit-text-stroke:3px #a36a00;text-stroke:3px #a36a00}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined--gold{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined--gold{font-size:4.8828125vw}}@media(min-width:1024px){.cr-materials__outlined--gold{font-family:Gotham Black,Arial,sans-serif;font-size:6.25rem;line-height:1}}.cr-materials__outlined--ceramic{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #31475d,1px -1px 0 #31475d,-1px 1px 0 #31475d,1px 1px 0 #31475d}@supports(text-stroke:1px #31475d) or (-webkit-text-stroke:1px #31475d){.cr-materials__outlined--ceramic{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #31475d;text-stroke:1px #31475d;text-shadow:none}@media(min-width:1024px){.cr-materials__outlined--ceramic{-webkit-text-stroke:3px #31475d;text-stroke:3px #31475d}}@media(min-width:2048px){.cr-materials__outlined--ceramic{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.cr-materials__outlined--ceramic{font-size:3.125vw}}.cr-materials__outlined--ceramic{font-family:Gotham Black,Arial,sans-serif;font-size:4rem;line-height:1}@media(min-width:1024px){.cr-materials__outlined--ceramic{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #31475d,1px -1px 0 #31475d,-1px 1px 0 #31475d,1px 1px 0 #31475d}@supports(text-stroke:1px #31475d) or (-webkit-text-stroke:1px #31475d){.cr-materials__outlined--ceramic{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #31475d;text-stroke:1px #31475d;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.cr-materials__outlined--ceramic{-webkit-text-stroke:3px #31475d;text-stroke:3px #31475d}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined--ceramic{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined--ceramic{font-size:4.8828125vw}}@media(min-width:1024px){.cr-materials__outlined--ceramic{font-family:Gotham Black,Arial,sans-serif;font-size:6.25rem;line-height:1}}.cr-materials__outlined--sapphire{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #546faa,1px -1px 0 #546faa,-1px 1px 0 #546faa,1px 1px 0 #546faa}@supports(text-stroke:1px #546faa) or (-webkit-text-stroke:1px #546faa){.cr-materials__outlined--sapphire{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #546faa;text-stroke:1px #546faa;text-shadow:none}@media(min-width:1024px){.cr-materials__outlined--sapphire{-webkit-text-stroke:3px #546faa;text-stroke:3px #546faa}}@media(min-width:2048px){.cr-materials__outlined--sapphire{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.cr-materials__outlined--sapphire{font-size:3.125vw}}.cr-materials__outlined--sapphire{font-family:Gotham Black,Arial,sans-serif;font-size:4rem;line-height:1}@media(min-width:1024px){.cr-materials__outlined--sapphire{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #546faa,1px -1px 0 #546faa,-1px 1px 0 #546faa,1px 1px 0 #546faa}@supports(text-stroke:1px #546faa) or (-webkit-text-stroke:1px #546faa){.cr-materials__outlined--sapphire{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #546faa;text-stroke:1px #546faa;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.cr-materials__outlined--sapphire{-webkit-text-stroke:3px #546faa;text-stroke:3px #546faa}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined--sapphire{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined--sapphire{font-size:4.8828125vw}}@media(min-width:1024px){.cr-materials__outlined--sapphire{font-family:Gotham Black,Arial,sans-serif;font-size:6.25rem;line-height:1}}.cr-materials__outlined--rubber{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #b95b48,1px -1px 0 #b95b48,-1px 1px 0 #b95b48,1px 1px 0 #b95b48}@supports(text-stroke:1px #B95B48) or (-webkit-text-stroke:1px #B95B48){.cr-materials__outlined--rubber{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #b95b48;text-stroke:1px #b95b48;text-shadow:none}@media(min-width:1024px){.cr-materials__outlined--rubber{-webkit-text-stroke:3px #b95b48;text-stroke:3px #b95b48}}@media(min-width:2048px){.cr-materials__outlined--rubber{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.cr-materials__outlined--rubber{font-size:3.125vw}}.cr-materials__outlined--rubber{font-family:Gotham Black,Arial,sans-serif;font-size:4rem;line-height:1}@media(min-width:1024px){.cr-materials__outlined--rubber{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #b95b48,1px -1px 0 #b95b48,-1px 1px 0 #b95b48,1px 1px 0 #b95b48}@supports(text-stroke:1px #B95B48) or (-webkit-text-stroke:1px #B95B48){.cr-materials__outlined--rubber{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #b95b48;text-stroke:1px #b95b48;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.cr-materials__outlined--rubber{-webkit-text-stroke:3px #b95b48;text-stroke:3px #b95b48}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined--rubber{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__outlined--rubber{font-size:4.8828125vw}}@media(min-width:1024px){.cr-materials__outlined--rubber{font-family:Gotham Black,Arial,sans-serif;font-size:6.25rem;line-height:1}}.cr-materials__grid{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.cr-materials__grid{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cr-materials__grid{padding-left:1.07421875vw;padding-right:1.07421875vw}}.cr-materials__material{flex-basis:calc(50% - 10.5px);flex-grow:1;margin-top:21px;max-width:calc(50% - 10.5px);position:relative}@media(min-width:2048px){.cr-materials__material{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:1024px){.cr-materials__material{align-items:center;display:flex;flex-basis:calc(50% - 11px);flex-direction:column;flex-grow:1;justify-content:center;margin-top:0;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__material{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.cr-materials__material:hover .cr-materials__img-formula{opacity:1}.cr-materials__material:hover .cr-materials__img-formula span:before{animation:formula-in .3s}}.cr-materials__material--full{flex-basis:100%;flex-grow:1;max-width:100%}@media(min-width:2048px){.cr-materials__material--full{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.cr-materials__material--full{width:100%}}.cr-materials__material div:not([class]){height:100%;width:100%}.cr-materials__material video{height:-moz-available;height:-webkit-fill-available;height:stretch;object-fit:fill}.cr-materials__border{height:100%;left:0;position:absolute;top:0;width:100%}.cr-materials__img-formula{border:1px solid #fff;color:#fff;padding:14px 10px;position:absolute;right:15px;text-align:center;top:94px;z-index:1}@media(min-width:2048px){.cr-materials__img-formula{letter-spacing:.048828125vw}}.cr-materials__img-formula{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.cr-materials__img-formula{font-size:.5859375vw}}.cr-materials__img-formula{font-size:.75rem;line-height:1.5}.cr-materials__img-formula sub{font-size:smaller;vertical-align:sub}@media(min-width:1024px){.cr-materials__img-formula{border:none;display:block;min-width:120px;opacity:0;padding:43px 30px;right:inherit;top:211px;transition:.4s}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__img-formula{letter-spacing:.09765625vw}}@media(min-width:1024px){.cr-materials__img-formula{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__img-formula{font-size:1.46484375vw}}@media(min-width:1024px){.cr-materials__img-formula{font-size:1.875rem;line-height:1.1666666667}.cr-materials__img-formula span{box-sizing:border-box;display:block;height:100%;left:0;position:absolute;top:0;width:100%}.cr-materials__img-formula span:before{animation:formula-out .3s;background:#fff;content:"";height:2px;left:0;position:absolute;top:0;width:100%}.cr-materials__img-formula span:first-child{transform:rotate(0deg)}.cr-materials__img-formula span:nth-child(2){transform:rotate(90deg)}.cr-materials__img-formula span:nth-child(3){transform:rotate(180deg)}.cr-materials__img-formula span:nth-child(4){transform:rotate(270deg)}}@media(min-width:2048px){.cr-materials__img-formula{min-width:5.859375vw;padding:2.099609375vw 1.46484375vw;top:10.302734375vw}}.cr-materials__img{height:158px;width:100%}.cr-materials__img img,.cr-materials__img video{height:inherit;object-fit:cover;width:inherit}@media(min-width:1024px){.cr-materials__img{height:545px;position:relative}.cr-materials__img--formula:before{background:#171717;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:.2s;width:100%;z-index:1}.cr-materials__img img{height:fit-content;object-fit:cover;width:inherit}}@media(min-width:2048px){.cr-materials__img{height:26.611328125vw}}.cr-materials__img--formula:hover:before{opacity:.3}.cr-materials__img article,.cr-materials__img div,.cr-materials__img img,.cr-materials__img video{height:100%;width:100%}.cr-materials__overlay-img{height:240px;margin-bottom:40px;margin-top:180px;order:-1;width:100%}@media(min-width:1024px){.cr-materials__overlay-img{height:700px;margin-bottom:22px;margin-top:0;order:0}}@media(min-width:2048px){.cr-materials__overlay-img{height:34.1796875vw}}.cr-materials__overlay-img div{height:100%;width:100%}.cr-materials__overlay-img img{height:100%;object-fit:cover;width:100%}.cr-materials__overlay-img--single-line{margin-top:90px}@media(min-width:1024px){.cr-materials__overlay-img--single-line{margin-top:0}}@media(min-width:2048px){.cr-materials__overlay-img--single-line{margin-top:0}}.cr-materials__img-title{color:#767676;margin-top:10px;width:100%}@media(min-width:2048px){.cr-materials__img-title{font-size:.68359375vw}}.cr-materials__img-title{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.cr-materials__img-title{margin-top:20px}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__img-title{font-size:.78125vw}}@media(min-width:1024px){.cr-materials__img-title{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}}@media(min-width:2048px){.cr-materials__img-title{margin-top:.9765625vw}}.cr-materials__info{align-items:center;align-self:flex-start;display:flex;flex-direction:column;justify-content:center;text-align:center}.cr-materials__info-title{margin-bottom:8px;text-transform:uppercase}@media(min-width:2048px){.cr-materials__info-title{letter-spacing:.09765625vw}}.cr-materials__info-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.cr-materials__info-title{font-size:1.46484375vw}}.cr-materials__info-title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:1024px)and (min-width:2048px){.cr-materials__info-title{letter-spacing:.09765625vw}}@media(min-width:1024px){.cr-materials__info-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__info-title{font-size:1.953125vw}}@media(min-width:1024px){.cr-materials__info-title{font-size:2.5rem;line-height:1.125}}.cr-materials__info-label{margin-bottom:22px;text-transform:uppercase}.cr-materials__info-txt{margin-bottom:22px}@media(min-width:2048px){.cr-materials__info-txt{font-size:.9765625vw}}.cr-materials__info-txt{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.cr-materials__info-txt{font-size:1.5625vw}}@media(min-width:1024px){.cr-materials__info-txt{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}.cr-materials__info{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;text-align:left}.cr-materials__info-outline{margin-bottom:56px}.cr-materials__info-title{margin-bottom:20px}.cr-materials__info-label{margin-bottom:40px}.cr-materials__info-txt{flex-basis:calc(75% - 5.5px);flex-grow:1;max-width:calc(75% - 5.5px)}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__info-txt{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}@media(min-width:1024px)and (-ms-high-contrast:active),(min-width:1024px)and (-ms-high-contrast:none){.cr-materials__info-txt{flex-basis:auto}}@media(min-width:2048px){.cr-materials__info-outline{margin-bottom:2.734375vw}.cr-materials__info-title{margin-bottom:.9765625vw}.cr-materials__info-label{margin-bottom:1.953125vw}}.cr-materials__info,.cr-materials__overlay-img{width:100%}@media(min-width:1024px){.cr-materials__info,.cr-materials__overlay-img{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__info,.cr-materials__overlay-img{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cr-materials__info,.cr-materials__overlay-img{flex-basis:auto}}.cr-materials__how{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:50px;width:100%}.cr-materials__how-title{margin-bottom:27px}@media(min-width:2048px){.cr-materials__how-title{letter-spacing:.048828125vw}}.cr-materials__how-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.cr-materials__how-title{font-size:.87890625vw}}.cr-materials__how-title{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px)and (min-width:2048px){.cr-materials__how-title{letter-spacing:.09765625vw}}@media(min-width:1024px){.cr-materials__how-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__how-title{font-size:.9765625vw}}@media(min-width:1024px){.cr-materials__how-title{font-size:1.25rem;line-height:1.25}}@media(min-width:2048px){.cr-materials__how-txt{font-size:.68359375vw}}.cr-materials__how-txt{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.cr-materials__how-txt em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.cr-materials__how-txt strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.cr-materials__how-txt{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.cr-materials__how-txt{font-size:.87890625vw}}@media(min-width:1024px){.cr-materials__how-txt{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.cr-materials__how-txt em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.cr-materials__how-txt strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.cr-materials__how-txt{font-size:1.125rem;line-height:1.7777777778}}.cr-materials__how-title,.cr-materials__how-txt{text-align:center}@media(min-width:1024px){.cr-materials__how{flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px);padding-top:80px}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__how{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media(min-width:1024px){.cr-materials__how-title{margin-bottom:40px}.cr-materials__how-title,.cr-materials__how-txt{flex-basis:calc(62.5% - 8.25px);flex-grow:1;max-width:calc(62.5% - 8.25px)}}@media(min-width:1024px)and (min-width:2048px){.cr-materials__how-title,.cr-materials__how-txt{flex-basis:calc(62.5% - 0.40283vw);flex-grow:1;max-width:calc(62.5% - .40283vw)}}@media(min-width:1024px)and (-ms-high-contrast:active),(min-width:1024px)and (-ms-high-contrast:none){.cr-materials__how-title,.cr-materials__how-txt{flex-basis:auto}}@media(min-width:2048px){.cr-materials__how{padding-top:3.90625vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cr-materials__how{flex-basis:auto}}@media(min-width:2048px){.cr-materials__how-title{margin-bottom:1.953125vw}}.cr-materials--overlay .cr-materials__title{margin-bottom:0}.cr-materials--overlay .cr-materials__material{margin-top:0}.cr-materials--overlay .cr-materials__info{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:80px 0 48px;min-width:100%;text-align:center}.cr-materials--overlay .cr-materials__info--has-title{margin:48px 0}@media(min-width:1024px){.cr-materials--overlay .cr-materials__info{margin:80px 0}}@media(min-width:2048px){.cr-materials--overlay .cr-materials__info{margin-bottom:3.90625vw;margin-top:3.90625vw}}.cr-materials--overlay .cr-materials__overlay-img{flex-basis:calc(66.66667% - 7px);flex-grow:1;height:280px;margin-top:0;max-width:calc(66.66667% - 7px);padding-left:10.5px;padding-right:21px;position:absolute;right:0;top:276px}@media(min-width:2048px){.cr-materials--overlay .cr-materials__overlay-img{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.cr-materials--overlay .cr-materials__overlay-img{flex-basis:calc(40% - 13.2px);flex-grow:1;height:700px;margin-right:calc(10% + 2.2px);max-width:calc(40% - 13.2px);padding-left:0;padding-right:22px;top:100px;width:100%}}@media(min-width:1024px)and (min-width:2048px){.cr-materials--overlay .cr-materials__overlay-img{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:2048px){.cr-materials--overlay .cr-materials__overlay-img{height:34.1796875vw;top:4.8828125vw}}.cr-materials--overlay .cr-materials__overlay-img img{height:100%;object-fit:cover;width:100%}.cr-materials--overlay .cr-materials__overlay-img div{height:100%;width:100%}@media(min-width:1024px){.cr-materials--overlay .cr-materials__overlay-img--has-title{margin-top:50px}}@media(min-width:2048px){.cr-materials--overlay .cr-materials__overlay-img--has-title{margin-top:2.44140625vw}}.cr-materials--overlay .cr-materials__outlined{left:auto;margin-top:-25px;max-width:100%;padding-left:21px;padding-right:21px;position:absolute;top:95px;width:100%;z-index:1}@media(min-width:1024px){.cr-materials--overlay .cr-materials__outlined{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cr-materials--overlay .cr-materials__outlined{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cr-materials--overlay .cr-materials__outlined{flex-basis:calc(40% - 13.2px);flex-grow:1;left:0;margin-left:calc(10% + 2.2px);max-width:calc(40% - 13.2px);top:150px}}@media(min-width:1024px)and (min-width:2048px){.cr-materials--overlay .cr-materials__outlined{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:2048px){.cr-materials--overlay .cr-materials__outlined{top:7.32421875vw}}.cr-materials--overlay .cr-materials__outlined--single-line{top:158px}@media(min-width:1024px){.cr-materials--overlay .cr-materials__outlined--single-line{top:245px}}@media(min-width:2048px){.cr-materials--overlay .cr-materials__outlined--single-line{top:11.962890625vw}}.cr-materials--overlay .cr-materials__outlined--has-title{margin-top:0}@media(min-width:1024px){.cr-materials--overlay .cr-materials__info{flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.cr-materials--overlay .cr-materials__info{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.cr-teaser__image a{display:block;margin:52px}@media(min-width:320px)and (max-width:767px){.cr-teaser__image a{margin:0}}.cr-teaser__image a:focus{outline:none}.cr-teaser__image a:focus img{outline:2px solid #8c8c8c;outline-offset:8px}.cr-teaser__cta{margin-bottom:40px;margin-top:40px;padding-bottom:2px}@media(min-width:1024px){.cr-teaser__cta{margin-bottom:0}}@media(min-width:2048px){.cr-teaser__cta{margin-top:1.953125vw}}.bq-about{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.bq-about{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq-about{padding-left:1.07421875vw;padding-right:1.07421875vw}}.bq-about__container{flex-basis:100%;flex-grow:1;max-width:100%;padding:60px 0;width:100%}@media(min-width:2048px){.bq-about__container{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.bq-about__container{flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px);padding:70px 0}}@media(min-width:1024px)and (min-width:2048px){.bq-about__container{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media(min-width:2048px){.bq-about__container{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.bq-about__container{flex-basis:auto}}.bq-about__title{margin-bottom:30px;text-transform:uppercase}@media(min-width:1024px){.bq-about__title{margin-bottom:50px}}@media(min-width:2048px){.bq-about__title{margin-bottom:2.44140625vw}}.bq-about__content{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.bq-about__content{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}}.bq-about__caption{color:#767676}.bq-about__quote{margin-bottom:20px;margin-top:30px}@media(min-width:1024px){.bq-about__quote{margin-top:50px}}@media(min-width:2048px){.bq-about__quote{margin-bottom:.9765625vw;margin-top:2.44140625vw}}.bq-about__author{margin-bottom:6px}@media(min-width:2048px){.bq-about__author{margin-bottom:.29296875vw}}.bq-about__position{margin-bottom:30px;text-transform:uppercase}@media(min-width:1024px){.bq-about__position{margin-bottom:0}}.bq-about__image:after{background-color:#767676;content:"";display:block;height:1px;margin:15px 0;width:20px}@media(min-width:2048px){.bq-about__image:after{height:.048828125vw;margin-bottom:.732421875vw;margin-top:.732421875vw;width:.9765625vw}}.bq-about__column--left{flex-basis:100%;flex-grow:1;max-width:100%}@media(min-width:2048px){.bq-about__column--left{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.bq-about__column--left{flex-basis:calc(56.25% - 9.625px);flex-grow:1;max-width:calc(56.25% - 9.625px)}}@media(min-width:1024px)and (min-width:2048px){.bq-about__column--left{flex-basis:calc(56.25% - 0.46997vw);flex-grow:1;max-width:calc(56.25% - .46997vw)}}.bq-about__column--left img{height:auto;width:100%}.bq-about__column--right{flex-basis:100%;flex-grow:1;max-width:100%}@media(min-width:2048px){.bq-about__column--right{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.bq-about__column--right{flex-basis:calc(37.5% - 13.75px);flex-grow:1;max-width:calc(37.5% - 13.75px);position:relative}}@media(min-width:1024px)and (min-width:2048px){.bq-about__column--right{flex-basis:calc(37.5% - 0.67139vw);flex-grow:1;max-width:calc(37.5% - .67139vw)}}.bq-about__text{max-height:160px;overflow:hidden;text-overflow:ellipsis}@media(min-width:1024px){.bq-about__text{max-height:none;overflow:initial;text-overflow:clip}}.bq-about__text--visible{max-height:none;overflow:initial;text-overflow:clip}.bq-about__read-more{margin-top:26px}@media(min-width:1024px){.bq-about__read-more{display:none}}.bq-about__subtitle{margin-bottom:20px}.pd-carousel{background-color:#171717;padding:30px 0;position:relative}@media(min-width:1024px){.pd-carousel{padding:70px 0}}@media(min-width:2048px){.pd-carousel{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.pd-carousel .gn-image-caption{padding:1px}@media(min-width:1024px){.pd-carousel .gn-image-caption{padding:0 20px}}@media(min-width:2048px){.pd-carousel .gn-image-caption{padding:.9765625vw}}.pd-carousel .gn-image-caption .gn-image-caption__content{max-width:100%}.pd-carousel .gn-image-caption .gn-image-caption__caption{padding-left:5px;padding-right:10px}@media(min-width:2048px){.pd-carousel .gn-image-caption .gn-image-caption__caption{padding-left:.244140625vw;padding-right:.48828125vw}}.pd-carousel .gn-image-caption__img{height:65vw;padding:20px 0}@media(max-width:320px){.pd-carousel .gn-image-caption__img{height:208px}}@media(min-width:1023.0769230769px){.pd-carousel .gn-image-caption__img{height:665px}}@media(min-width:1024px){.pd-carousel .gn-image-caption__img{height:53.7109375vw;padding-top:0}}@media(min-width:1024px)and (max-width:1024px){.pd-carousel .gn-image-caption__img{height:550px}}@media(min-width:1024px)and (min-width:1191.5636363636px){.pd-carousel .gn-image-caption__img{height:640px}}@media(min-width:2048px){.pd-carousel .gn-image-caption__img{height:31.25vw;padding-bottom:.9765625vw;padding-top:.9765625vw}}.pd-carousel .gn-image-caption__img img{height:100%;width:auto}.pd-carousel .button-rounded{background-color:transparent;border-color:transparent;position:relative;top:3px}@media(min-width:1024px){.pd-carousel .button-rounded{background-color:#fff;border-color:#f0f0f0;height:50px;width:50px}}@media(min-width:2048px){.pd-carousel .button-rounded{height:2.44140625vw;width:2.44140625vw}}.pd-carousel .button-rounded span{font-size:1rem;height:16px}@media(min-width:2048px){.pd-carousel .button-rounded span{font-size:.78125vw;height:.78125vw}}.pd-carousel__slider .slick-track{display:flex}.pd-carousel__prev{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-end;padding-right:21px;width:100px}@media(min-width:1024px){.pd-carousel__prev{height:auto;justify-content:center;max-width:100%;padding-right:0;width:auto}.pd-carousel__prev span{display:inline-flex;position:relative}}.pd-carousel__next{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-end;padding-right:21px;width:100px}@media(min-width:1024px){.pd-carousel__next{height:auto;justify-content:center;max-width:100%;padding-right:0;width:auto}.pd-carousel__next span{display:inline-flex;position:relative;top:0}}.pd-carousel__dots{left:0}@media(min-width:1024px){.pd-carousel__dots{display:none}}.pd-carousel__controls{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:100%;max-width:100vw;padding-left:0;padding-right:0;width:100vw}@media(min-width:1024px){.pd-carousel__controls{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.pd-carousel__controls{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.pd-carousel__controls{max-width:auto;width:auto}}.pd-carousel__controls span{font-size:1rem}@media(min-width:1024px){.pd-carousel__control{cursor:pointer}.pd-carousel__control--next button,.pd-carousel__control--prev button{transition:transform .3s ease}.pd-carousel__control--next:hover button,.pd-carousel__control--prev:hover button{transform:translate3d(8px,0,0)}.pd-carousel__control--next:hover button{transform:translateX(8px)}.pd-carousel__control--prev:hover button{transform:translateX(-8px) scaleX(-1)}.pd-carousel__control{position:absolute;top:calc(50% - 80px)}.pd-carousel__control--prev{left:5%}.pd-carousel__control--next{right:5%}}.pd-carousel .slick-dots{bottom:0;display:block;list-style:none;margin:0;padding:0;position:relative;text-align:center}.pd-carousel .slick-dots li{height:13px;margin:0;width:13px}@media(min-width:768px)and (max-width:1023px){.pd-carousel .slick-dots li{height:20px;margin:0 5px;width:20px}}.pd-carousel .slick-dots li button{height:13px;padding:0;width:13px}@media(min-width:768px)and (max-width:1023px){.pd-carousel .slick-dots li button{height:20px;padding:5px;width:20px}}.pd-carousel .slick-dots li button:before{color:#fff;height:13px;line-height:13px;opacity:.3;width:13px}@media(min-width:768px)and (max-width:1023px){.pd-carousel .slick-dots li button:before{height:20px;line-height:20px;width:20px}}.pd-carousel .slick-dots li.slick-active button:before{opacity:1}.bq-carousel{color:#fff;padding:60px 0}@media(min-width:1024px){.bq-carousel{padding:70px 0 0}}@media(min-width:2048px){.bq-carousel{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.bq-carousel__background--half{background:linear-gradient(0,#171717 calc(50% + 46px),#fff 0)}.bq-carousel__background--white{background:#fff;color:#171717}.bq-carousel__background--black{background:#000}.bq-carousel__background--black .bq-carousel__header{color:#fff}.bq-carousel__header{color:#171717;margin-bottom:20px;max-width:100%;padding-left:21px;padding-right:21px;text-transform:uppercase}@media(min-width:1024px){.bq-carousel__header{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq-carousel__header{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.bq-carousel__header{margin-bottom:30px;margin-left:calc(5% + 1.1px)}}@media(min-width:2048px){.bq-carousel__header{margin-bottom:1.46484375vw}}.bq-carousel__title{margin-bottom:10px}@media(min-width:2048px){.bq-carousel__title{margin-bottom:.732421875vw}}.bq-carousel__container{position:relative}.bq-carousel__slider .slick-list,.bq-carousel__slider .slick-track,.bq-carousel__slider [data-quickedit-entity-id],.bq-carousel__slider [data-quickedit-field-id]{height:100%}.bq-carousel__slider .slick-track{display:flex}.bq-carousel .gn-img-title-txt{margin:20px}@media(min-width:2048px){.bq-carousel .gn-img-title-txt{margin:.9765625vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.bq-carousel .gn-img-title-txt{color:#171717}}.bq-carousel img{height:275px;object-fit:cover;width:275px}@media(min-width:1024px){.bq-carousel img{height:400px;max-height:400px;object-fit:inherit;width:auto}}@media(min-width:2048px){.bq-carousel img{height:19.53125vw;max-height:19.53125vw}}.bq-carousel__controls{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.bq-carousel__controls{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq-carousel__controls{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.bq-carousel__control{cursor:pointer}.bq-carousel__control--next button,.bq-carousel__control--prev button{transition:transform .3s ease}.bq-carousel__control--next:hover button,.bq-carousel__control--prev:hover button{transform:translate3d(8px,0,0)}.bq-carousel__control--next:hover button{transform:translateX(8px)}.bq-carousel__control--prev:hover button{transform:translateX(-8px) scaleX(-1)}.bq-carousel__control{position:absolute;top:calc(50% - 46px);transform:translateY(-50%)}.bq-carousel__control--prev{left:5%}.bq-carousel__control--next{right:5%}}.bq-carousel .button-rounded{background-color:transparent;border-color:transparent;position:relative;text-align:right}.bq-carousel .button-rounded span{display:inline-flex;font-size:16px;line-height:.4;vertical-align:middle}@media(min-width:1024px){.bq-carousel .button-rounded{background-color:#fff;height:50px;text-align:center;width:50px}.bq-carousel .button-rounded span{font-size:18px}}@media(min-width:2048px){.bq-carousel .button-rounded{height:2.44140625vw;width:2.44140625vw}.bq-carousel .button-rounded span{font-size:.87890625vw}}.bq-carousel__dots{left:0}@media(min-width:1024px){.bq-carousel__dots{display:none}}.bq-carousel__dots .slick-dots{bottom:0;display:block;list-style:none;margin:0;padding:0;position:relative;text-align:center}.bq-carousel__dots .slick-dots li{height:13px;margin:0;width:13px}@media(min-width:768px)and (max-width:1023px){.bq-carousel__dots .slick-dots li{height:20px;margin:0 5px;width:20px}}.bq-carousel__dots .slick-dots li button{height:13px;padding:0;width:13px}@media(min-width:768px)and (max-width:1023px){.bq-carousel__dots .slick-dots li button{height:20px;padding:5px;width:20px}}.bq-carousel__dots .slick-dots li button:before{color:#fff;height:13px;line-height:13px;opacity:.3;width:13px}@media(min-width:768px)and (max-width:1023px){.bq-carousel__dots .slick-dots li button:before{height:20px;line-height:20px;width:20px}}.bq-carousel__dots .slick-dots li.slick-active button:before{opacity:1}.exclusive-services-block{margin:40px 20px}@media(min-width:1024px){.exclusive-services-block{flex-basis:calc(87.5% - 2.75px);flex-grow:1;margin:auto;max-width:calc(87.5% - 2.75px);padding-bottom:60px;padding-top:40px}}@media(min-width:1024px)and (min-width:2048px){.exclusive-services-block{flex-basis:calc(87.5% - 0.13428vw);flex-grow:1;max-width:calc(87.5% - .13428vw)}}.exclusive-services-block .es-title-section{margin:30px 1px;width:100%}@media(min-width:1024px){.exclusive-services-block .es-title-section{text-align:center}}.exclusive-services-block .es-content{display:block;justify-content:center}@media(min-width:1024px){.exclusive-services-block .es-content{display:flex}.exclusive-services-block .es-content-section-header{border-right:1px solid #f0f0f0;display:flex;flex-direction:column;height:88px;justify-content:center;padding:0 15px}.exclusive-services-block .es-content-section-header:last-child{border-right:0}}.exclusive-services-block .es-content .es-menu{border-top:1px solid #f0f0f0}.exclusive-services-block .es-content .es-menu:last-child{border-bottom:1px solid #f0f0f0}@media(min-width:1024px){.exclusive-services-block .es-content .es-menu{border-bottom:none;border-top:none;margin:0;min-width:165px;text-align:center;width:14.71%}.exclusive-services-block .es-content .es-menu .es-content-section-header:focus-visible{outline:2px solid #8c8c8c}.exclusive-services-block .es-content .es-menu:last-child{border-bottom:none}.exclusive-services-block .es-content .es-menu:last-child .es-content-section-header{border-right:0}.exclusive-services-block .es-content .es-menu:last-child{border:0}}.exclusive-services-block .es-content .es-accordeon-header{align-items:center;cursor:pointer;display:flex;height:64px;justify-content:center}@media(min-width:1024px){.exclusive-services-block .es-content .es-accordeon-header{display:none}}.exclusive-services-block .es-content .es-accordeon-header .icon{align-items:center;display:flex;font-size:30px;height:50px;justify-content:center;text-align:center;width:40px}.exclusive-services-block .es-content .es-accordeon-header .accordeon-title{flex:1;font-family:Gotham Book,Arial,sans-serif;font-size:12px;letter-spacing:6px;line-height:17.76px;margin-left:10px;text-transform:uppercase}.exclusive-services-block .es-content .es-accordeon-header .accordeon-icon{display:block;font-size:20px;text-align:center;width:20px}.exclusive-services-block .es-content .es-content-section{max-height:0;overflow:hidden;padding:0;transition:max-height .5s ease-out}.exclusive-services-block .es-content .es-content-section:focus{outline:2px solid #8c8c8c}@media(min-width:1024px){.exclusive-services-block .es-content .es-content-section{max-height:unset;overflow:unset;padding:0;transition:unset}}.exclusive-services-block .es-content .es-content-section.content-transition{margin-bottom:20px;max-height:1500px;transition:max-height 1s ease-in}.exclusive-services-block .es-content .es-content-section .es-item{padding:0 10px}@media(min-width:1024px){.exclusive-services-block .es-content .es-content-section .es-item{padding-top:10px}}.exclusive-services-block .es-content .es-content-section .es-icon{display:none}@media(min-width:1024px){.exclusive-services-block .es-content .es-content-section .es-icon{display:block}}.exclusive-services-block .es-content .es-content-section .es-title{display:none}@media(min-width:2048px){.exclusive-services-block .es-content .es-content-section .es-title{letter-spacing:.048828125vw}}.exclusive-services-block .es-content .es-content-section .es-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.exclusive-services-block .es-content .es-content-section .es-title{font-size:.5859375vw}}.exclusive-services-block .es-content .es-content-section .es-title{font-size:.75rem;line-height:1.5}@media(min-width:1024px){.exclusive-services-block .es-content .es-content-section .es-title{display:block;margin-top:-5px;text-transform:uppercase}}.exclusive-services-block .es-content .es-content-section .icon:before{font-size:36px}.exclusive-services-block .es-content .es-content-section .es-container:focus-visible{outline:2px solid #8c8c8c}.exclusive-services-block .es-content .es-content-section .es-container .es-body{text-align:left}@media(min-width:2048px){.exclusive-services-block .es-content .es-content-section .es-container .es-body{font-size:.68359375vw}}.exclusive-services-block .es-content .es-content-section .es-container .es-body{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.exclusive-services-block .es-content .es-content-section .es-container .es-body{padding:50px 15px 30px}}.exclusive-services-block .es-content .es-content-section .es-container .es-link{font-family:Gotham Black,Arial,sans-serif;padding-bottom:10px;padding-top:10px;text-align:left}@media(min-width:1024px){.exclusive-services-block .es-content .es-content-section .es-container .es-link{padding:0 15px}}.exclusive-services-block .es-content .es-content-section .es-container .es-link a{border-bottom:1px solid #de2b2b;color:#171717;font-size:12px;letter-spacing:1.5px;padding-bottom:6px;padding-top:10px;text-decoration:none;text-transform:uppercase}@media(min-width:1024px){.exclusive-services-block .es-content .es-content-section .es-container .es-link a{font-size:10px;padding-bottom:4px}}.exclusive-services-block .es-link-container{display:none}@media(min-width:1024px){.exclusive-services-block .es-link-container{display:flex;justify-content:center;margin-top:40px}}.exclusive-services-block .es-link-container .link{background-color:transparent;padding:0}.exclusive-services-block .es-link-container .link:focus{outline:2px solid #8c8c8c}@media(min-width:1024px){.exclusive-services-block .es-link-container .link .hide{display:none}.hidden-service{display:none;height:auto}.slide-in-service{animation:slideIn .5s forwards}.slide-down-service{animation:slideDown .5s forwards}}@keyframes slideIn{0%{height:0;opacity:0}to{height:auto;opacity:1}}@keyframes slideDown{0%{height:auto;opacity:1}to{height:0;opacity:0}}.bq_header{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:30px;text-align:center}@media(min-width:1024px){.bq_header{padding-bottom:70px}}.bq_header--zh{padding-bottom:28px}@media(min-width:1024px){.bq_header--zh{padding-bottom:40px}}.bq_header--no-background{align-items:stretch;display:flex;flex-direction:column;height:auto;justify-content:flex-start;max-width:100%;padding:0}@media(min-width:1024px){.bq_header--no-background{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq_header--no-background{padding-left:1.07421875vw;padding-right:1.07421875vw}}.bq_header__image{align-items:flex-start;display:flex;flex-direction:column;height:66.6666666667vw;justify-content:flex-end;max-width:100%;padding-left:21px;padding-right:21px;width:100%}@media(min-width:1024px){.bq_header__image{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq_header__image{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.bq_header__image{align-items:flex-end;display:flex;flex-direction:row;height:50vw;justify-content:center}}@media(min-width:1024px)and (min-width:768px){.bq_header__image_background img{transform:translateY(0)}}@media(min-width:1024px)and (min-width:1024px){.bq_header__image_background img{transform:translateY(-18vh)}}@media(min-width:1024px)and (min-width:1401px){.bq_header__image_background img{transform:translateY(-24vh)}}.bq_header__image_title{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding-top:40px;position:relative;width:100%}@media(min-width:1024px){.bq_header__image_title{flex-basis:calc(90% - 2.2px);flex-grow:1;max-width:calc(90% - 2.2px);padding:50px}}@media(min-width:1024px)and (min-width:2048px){.bq_header__image_title{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.bq_header__image_title .bq_header__title{flex-basis:calc(66.66667% + 35px);flex-grow:1;margin-bottom:0;max-width:calc(66.66667% + 35px)}@media(min-width:2048px){.bq_header__image_title .bq_header__title{flex-basis:calc(66.66667% + 1.70898vw);flex-grow:1;max-width:calc(66.66667% + 1.70898vw)}}@media(min-width:1024px){.bq_header__image_title .bq_header__title{flex-basis:calc(55.55556% - 9.77778px);flex-grow:1;max-width:calc(55.55556% - 9.77778px)}}@media(min-width:1024px)and (min-width:2048px){.bq_header__image_title .bq_header__title{flex-basis:calc(55.55556% - 0.47743vw);flex-grow:1;max-width:calc(55.55556% - .47743vw)}}.bq_header__info-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px 21px 0;position:relative;width:100%}@media(min-width:1024px){.bq_header__info-container{padding:20px 22px 0}}.bq_header__info,.bq_header__info-gutter{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.bq_header__info{background:#fff;flex-basis:100%;flex-grow:1;height:auto;max-width:100%;padding-top:40px}@media(min-width:2048px){.bq_header__info{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.bq_header__info{flex-basis:calc(90% - 2.2px);flex-grow:1;max-width:calc(90% - 2.2px);padding-top:80px}}@media(min-width:1024px)and (min-width:2048px){.bq_header__info{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:1024px)and (min-height:1000px){.bq_header__info{max-height:40%}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.bq_header__info{flex-basis:auto}}.bq_header__info--no-background{align-items:stretch;display:flex;flex-direction:column;height:auto;justify-content:flex-start;margin-bottom:0;max-height:inherit;max-width:100%;padding:80px 21px;position:relative}@media(min-width:1024px){.bq_header__info--no-background{padding:70px 22px}.bq_header__info--zh{padding-bottom:0}}.bq_header__info_image{padding-top:0}.bq_header__closure{color:#767676;line-height:1.5;padding:0 5px 16px}.bq_header__time_info{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:20px;min-width:200px}.bq_header__icon{margin-right:10px}.bq_header__icon:before{vertical-align:middle}.bq_header__title{margin-bottom:20px;text-transform:uppercase}@media(min-width:1024px){.bq_header__title{flex-basis:calc(44.44444% - 12.22222px);flex-grow:1;max-width:calc(44.44444% - 12.22222px)}}@media(min-width:1024px)and (min-width:2048px){.bq_header__title{flex-basis:calc(44.44444% - 0.59679vw);flex-grow:1;max-width:calc(44.44444% - .59679vw)}}.bq_header__title--no-background{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-bottom:0;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.bq_header__title--no-background{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:768px){.bq_header__title--no-background{flex-basis:calc(50% - 10.5px);flex-grow:1;margin-left:calc(25% + 5.25px);max-width:calc(50% - 10.5px)}}@media(min-width:768px)and (min-width:2048px){.bq_header__title--no-background{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:1024px){.bq_header__title--no-background{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.bq_header__title--no-background{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.bq_header__address{color:#767676}.bq_header__button{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-top:30px;max-height:max-content;max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.bq_header__button{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.bq_header__button{flex-basis:calc(22.22222% - 17.11111px);flex-grow:1;margin-top:40px;max-width:calc(22.22222% - 17.11111px)}}@media(min-width:1024px)and (min-width:2048px){.bq_header__button{flex-basis:calc(22.22222% - 0.8355vw);flex-grow:1;max-width:calc(22.22222% - .8355vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.bq_header__button{display:inline-table}}.bq_header__open_now{margin-left:40px;position:relative}.bq_header__open_now:before{background-color:#f0f0f0;content:"";height:12px;left:-20px;position:absolute;top:4px;width:1px}.bq_header__online_shop_info{flex-basis:calc(66.66667% + 35px);flex-grow:1;margin-left:calc(16.66667% - 17.5px);max-width:calc(66.66667% + 35px)}@media(min-width:2048px){.bq_header__online_shop_info{flex-basis:calc(66.66667% + 1.70898vw);flex-grow:1;max-width:calc(66.66667% + 1.70898vw)}}@media(min-width:768px){.bq_header__online_shop_info{flex-basis:calc(50% - 10.5px);flex-grow:1;margin-left:calc(25% + 5.25px);max-width:calc(50% - 10.5px)}}@media(min-width:768px)and (min-width:2048px){.bq_header__online_shop_info{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:1024px){.bq_header__online_shop_info{flex-basis:calc(30% - 15.4px);flex-grow:1;margin-left:calc(35% + 7.7px);max-width:calc(30% - 15.4px)}}@media(min-width:1024px)and (min-width:2048px){.bq_header__online_shop_info{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}.bq_header__online_shop_title{padding-bottom:10px;padding-top:20px}.bq_header__online_shop_website{color:#767676;padding-bottom:40px}.bq_header__online_shop_link{display:block;text-decoration:none}.bq_header .background-image__item{left:0;position:absolute;top:0;transform:none}.bq_header_intro_text{padding:140px 21px 0;text-align:left;width:100%}@media(min-width:1024px){.bq_header_intro_text{padding:140px 22px 0}}.bq_header_intro_text__header{margin-bottom:30px}@media(min-width:1024px){.bq_header_intro_text__header{flex-basis:calc(75% - 5.5px);flex-grow:1;margin-bottom:40px;margin-left:calc(10% + 2.2px);max-width:calc(75% - 5.5px)}}@media(min-width:1024px)and (min-width:2048px){.bq_header_intro_text__header{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}.bq_header_intro_text__content{width:100%}@media(min-width:1024px){.bq_header_intro_text__content{flex-basis:calc(75% - 5.5px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(75% - 5.5px)}}@media(min-width:1024px)and (min-width:2048px){.bq_header_intro_text__content{flex-basis:calc(75% - 0.26855vw);flex-grow:1;max-width:calc(75% - .26855vw)}}.bq_header_intro_text__content a{color:#de2b2b;text-decoration:none}.bq_information{max-width:100%;padding:30px 21px}@media(min-width:1024px){.bq_information{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq_information{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.bq_information{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px);padding-bottom:70px;padding-top:70px}}@media(min-width:1024px)and (min-width:2048px){.bq_information{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.bq_information__title{margin:0 0 30px;text-transform:uppercase}@media(min-width:1024px){.bq_information__title{margin:0 0 51px}.bq_information__wrapper{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}}.bq_information__contact{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-top:20px}@media(min-width:768px){.bq_information__contact{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:768px)and (min-width:2048px){.bq_information__contact{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.bq_information__contact{margin-top:28px}}.bq_information__contact_item{align-items:flex-start;color:#171717;display:flex;flex-direction:column;justify-content:flex-start;margin:20px 0 0;text-decoration:none}@media(min-width:1024px){.bq_information__contact_item{margin:0 0 20px}}.bq_information__contact_item_label{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:10px;text-transform:uppercase}.bq_information__contact_item_value{color:#595959}.bq_information__contact_item .icon{font-size:12px;height:16px;margin-right:5px;vertical-align:sub;width:16px}@media(min-width:2048px){.bq_information__contact_item .icon{height:.78125vw;margin-right:.244140625vw;width:.78125vw}.bq_information__contact_item .icon:before{font-size:.5859375vw}}.bq_information__label{margin-right:15px}@media(min-width:1024px){.bq_information__cta,.bq_information__share{display:none}}.bq_information__hours{max-width:100%}@media(min-width:1024px){.bq_information__hours{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.bq_information__hours{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.bq_information__schedule{flex-basis:calc(66.66667% - 7px);flex-grow:1;max-width:calc(66.66667% - 7px);max-width:100%}@media(min-width:2048px){.bq_information__schedule{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.bq_information__schedule{flex-basis:calc(60% - 8.8px);flex-grow:1;max-width:calc(60% - 8.8px)}}@media(min-width:1024px)and (min-width:2048px){.bq_information__schedule{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}.bq_information__schedule_title{color:#000;margin:0 0 10px;text-transform:uppercase}.bq_information__schedule_day{border-bottom:1px solid #f0f0f0;clear:right;color:#000;display:flex;justify-content:space-between;margin-top:10px;padding-bottom:10px}.bq_information__schedule_day:last-child{margin-bottom:0}.bq_information__schedule_day_section{display:flex;flex-direction:column;max-width:fit-content}.bq_information__schedule_day_section :only-child{margin-bottom:16px}.bq_information__service{margin-top:30px}@media(min-width:1024px){.bq_information__service{margin-top:auto}}.bq_information__service .bq_information__contact_item_label{margin-bottom:0}.bq_information__service .icon{color:#de2b2b;font-size:18px;height:20px;margin-right:5px;vertical-align:sub;width:20px}@media(min-width:2048px){.bq_information__service .icon{height:.9765625vw;margin-right:.244140625vw;width:.9765625vw}.bq_information__service .icon:before{font-size:.87890625vw}}.no_break .bq_information__schedule_day{margin-top:20px;padding-bottom:20px}.no_break .bq_information__schedule_day .bq_information__schedule_time{margin-bottom:0}.bq_others header{margin-bottom:20px}.bq_others__container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 0}@media(min-width:1024px){.bq_others__container{padding:70px 0}}.bq_others__title{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:20px;max-width:100%;padding-left:21px;padding-right:21px;width:100%}@media(min-width:1024px){.bq_others__title{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq_others__title{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.bq_others__title{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:40px}.bq_others__title span{flex-basis:calc(85% - 3.3px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(85% - 3.3px)}}@media(min-width:1024px)and (min-width:2048px){.bq_others__title span{flex-basis:calc(85% - 0.16113vw);flex-grow:1;max-width:calc(85% - .16113vw)}}.bq_others__content{max-width:100%;padding-left:21px;padding-right:21px;position:absolute;top:30px;width:100%}@media(min-width:1024px){.bq_others__content{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq_others__content{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.bq_others__content{align-items:normal;display:flex;flex-direction:row;justify-content:flex-start;top:0}}@media(min-width:768px)and (max-width:1023px){.bq_others__tile{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.bq_others__tile{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.bq_others__tile{flex-basis:calc(33.33333% - 14.66667px);flex-grow:1;margin-right:22px;max-width:calc(33.33333% - 14.66667px)}}@media(min-width:1024px)and (min-width:2048px){.bq_others__tile{flex-basis:calc(33.33333% - 0.71615vw);flex-grow:1;max-width:calc(33.33333% - .71615vw)}}@media(min-width:1024px){.bq_others__tile:last-child{margin-right:0}}.bq_others__grid_container{align-items:center;display:flex;flex-direction:column;justify-content:center}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.bq_others__grid_container{width:100%}}.bq_others__grid{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 21px;transition:.5s}@media(min-width:1024px){.bq_others__grid{align-items:stretch;box-sizing:border-box;display:flex;flex-basis:calc(90% - 2.1px);flex-direction:row;flex-grow:1;flex-wrap:wrap;justify-content:center;max-width:calc(90% - 2.1px);padding:0 22px}}@media(min-width:1024px)and (min-width:2048px){.bq_others__grid{flex-basis:calc(90% - 0.10254vw);flex-grow:1;max-width:calc(90% - .10254vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.bq_others__grid{flex-basis:auto;width:100%}}.bq_others .views-row{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;margin-bottom:21px;margin-right:21px;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.bq_others .views-row{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}.bq_others .views-row:last-child{margin-right:0}@media(min-width:1024px){.bq_others .views-row{flex-basis:calc(33.33333% - 14.66667px);flex-grow:1;margin-bottom:22px;margin-right:22px;max-width:calc(33.33333% - 14.66667px)}}@media(min-width:1024px)and (min-width:2048px){.bq_others .views-row{flex-basis:calc(33.33333% - 0.71615vw);flex-grow:1;max-width:calc(33.33333% - .71615vw)}}@media(min-width:1024px){.bq_others .views-row:nth-child(3n){margin-right:0}}.bq_others__divider{background:#e5e5e5;height:1px;margin-top:7px;opacity:.1;width:100%}.bq_others__address{margin-bottom:5px}.bq_others__tile{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;min-width:80vw;overflow:hidden;padding-bottom:40px;text-decoration:none;white-space:normal;word-break:break-word}@media(min-width:1024px){.bq_others__tile{min-width:auto}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.bq_others__tile{flex-basis:auto}}.bq_others__tile [class^=icon-boutique-time]{margin-right:10px}.bq_others__tile [class^=icon-boutique-time]:before{vertical-align:middle}.bq_others__tile .title-40{margin-bottom:10px;text-transform:uppercase}.bq_others__tile [data-quickedit-field-id]{height:100%;width:100%}.bq_others__tile .bq_our_boutiques__tile-image{background:#262626;height:57vw;width:100%}@media(min-width:1024px){.bq_others__tile .bq_our_boutiques__tile-image{height:21vw}}.bq_others__tile .bq_our_boutiques__tile-image div{height:100%}.bq_others__tile img{height:100%;object-fit:cover;width:100%}@media(min-width:1024px){.bq_others__tile{width:100%}}.bq_others__tile .bq_our_boutiques__tile-content{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;margin-top:20px;position:relative;width:100%}.bq_others__tile .bq_our_boutiques__tile-time{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:auto;width:100%;word-break:normal}.bq_others__tile .bq_our_boutiques__tile-time .quote-16{align-items:center;display:flex;position:relative}.bq_others__tile .bq_our_boutiques__tile-time .icon:before{vertical-align:middle}.bq_others__tile .bq_our_boutiques__tile-time span{margin-right:10px}.bq_others__tile .bq_our_boutiques__tile-time span:last-child{margin-right:20px}.bq_others__tile a{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.bq_others__tile .bq_our_boutiques__address{color:#595959;margin-bottom:5px}@media(min-width:2048px){.bq_others__tile .bq_our_boutiques__tile-content .title-40{letter-spacing:.048828125vw}}.bq_others__tile .bq_our_boutiques__tile-content .title-40{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.bq_others__tile .bq_our_boutiques__tile-content .title-40{font-size:.78125vw}}.bq_others__tile .bq_our_boutiques__tile-content .title-40{font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.bq_others__tile .bq_our_boutiques__tile-content .title-40{letter-spacing:.09765625vw}}@media(min-width:1024px){.bq_others__tile .bq_our_boutiques__tile-content .title-40{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.bq_others__tile .bq_our_boutiques__tile-content .title-40{font-size:.9765625vw}}@media(min-width:1024px){.bq_others__tile .bq_our_boutiques__tile-content .title-40{font-size:1.25rem;line-height:1.25}}.bq-our-boutiques header,.bq_our_boutiques header{margin-bottom:20px}.bq-our-boutiques__spacer,.bq_our_boutiques__spacer{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;height:100px;margin-left:11px;margin-right:11px;padding-left:11px;padding-right:11px}@media(min-width:2048px){.bq-our-boutiques__spacer,.bq_our_boutiques__spacer{border-width:.048828125vw;margin-left:.537109375vw;margin-right:.537109375vw;padding-left:.537109375vw;padding-right:.537109375vw}}@media(min-width:1024px){.bq-our-boutiques__spacer,.bq_our_boutiques__spacer{height:150px;top:-150px}}.bq-our-boutiques__slider,.bq_our_boutiques__slider{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;overflow-x:hidden;position:relative;top:-100px}@media(min-width:1024px){.bq-our-boutiques__slider,.bq_our_boutiques__slider{justify-content:center;top:-150px}}.bq-our-boutiques__grid,.bq_our_boutiques__grid{display:flex;padding:0 21px;transition:transform .7s cubic-bezier(.5,0,.25,1)}@media(min-width:1024px){.bq-our-boutiques__grid,.bq_our_boutiques__grid{box-sizing:border-box;flex-basis:calc(90% - 2.1px);flex-grow:1;flex-wrap:wrap;max-width:calc(90% - 2.1px);padding:0 22px}}@media(min-width:1024px)and (min-width:2048px){.bq-our-boutiques__grid,.bq_our_boutiques__grid{flex-basis:calc(90% - 0.10254vw);flex-grow:1;max-width:calc(90% - .10254vw)}}.bq-our-boutiques .views-row,.bq_our_boutiques .views-row{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;margin-bottom:21px;margin-right:21px;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.bq-our-boutiques .views-row,.bq_our_boutiques .views-row{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}.bq-our-boutiques .views-row:last-child,.bq_our_boutiques .views-row:last-child{margin-right:0}@media(min-width:1024px){.bq-our-boutiques .views-row,.bq_our_boutiques .views-row{flex-basis:calc(33.33333% - 14.66667px);flex-grow:1;margin-bottom:52px;margin-right:22px;max-width:calc(33.33333% - 14.66667px)}}@media(min-width:1024px)and (min-width:2048px){.bq-our-boutiques .views-row,.bq_our_boutiques .views-row{flex-basis:calc(33.33333% - 0.71615vw);flex-grow:1;max-width:calc(33.33333% - .71615vw)}}@media(min-width:1024px){.bq-our-boutiques .views-row:nth-child(3n),.bq_our_boutiques .views-row:nth-child(3n){margin-right:0}}.bq-our-boutiques__divider,.bq_our_boutiques__divider{background:#e5e5e5;height:1px;margin-top:7px;opacity:.1;width:100%}.bq-our-boutiques__address,.bq_our_boutiques__address{color:#b2b2b2!important;margin-bottom:5px}.bq-our-boutiques__closure,.bq_our_boutiques__closure{color:#fff}.bq-our-boutiques__closure .body-14,.bq_our_boutiques__closure .body-14{line-height:1.4}.bq-our-boutiques__tile,.bq_our_boutiques__tile{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;min-width:276px;overflow:hidden;padding-bottom:25px;text-decoration:none;white-space:normal;word-break:break-word}@media(min-width:1024px){.bq-our-boutiques__tile,.bq_our_boutiques__tile{min-width:min-content}}.bq-our-boutiques__tile [class^=icon-boutique-time],.bq_our_boutiques__tile [class^=icon-boutique-time]{margin-right:10px}.bq-our-boutiques__tile [class^=icon-boutique-time]:before,.bq_our_boutiques__tile [class^=icon-boutique-time]:before{vertical-align:middle}.bq-our-boutiques__tile .title-40,.bq_our_boutiques__tile .title-40{margin-bottom:10px;text-transform:uppercase}.bq-our-boutiques__tile [data-quickedit-field-id],.bq_our_boutiques__tile [data-quickedit-field-id]{height:100%;width:100%}.bq-our-boutiques__tile-image,.bq_our_boutiques__tile-image{background:#262626;height:215px;width:100%}@media(min-width:1024px){.bq-our-boutiques__tile-image,.bq_our_boutiques__tile-image{height:20.83vw;width:28.05vw}}.bq-our-boutiques__tile-image div,.bq_our_boutiques__tile-image div{height:100%}.bq-our-boutiques__tile img,.bq_our_boutiques__tile img{height:100%;object-fit:cover;width:100%}@media(min-width:1024px){.bq-our-boutiques__tile,.bq_our_boutiques__tile{width:100%}}.bq-our-boutiques__tile-content,.bq_our_boutiques__tile-content{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;margin-top:20px;position:relative;width:100%}.bq-our-boutiques__tile-time,.bq_our_boutiques__tile-time{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:auto;width:100%;word-break:normal}.bq-our-boutiques__tile-time .quote-16,.bq_our_boutiques__tile-time .quote-16{align-items:center;display:flex;position:relative}.bq-our-boutiques__tile-time .icon:before,.bq_our_boutiques__tile-time .icon:before{vertical-align:middle}.bq-our-boutiques__tile-time span,.bq_our_boutiques__tile-time span{margin-right:10px}.bq-our-boutiques__tile-time span:last-child,.bq_our_boutiques__tile-time span:last-child{margin-right:20px}.bq_search_results{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.bq_search_results{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq_search_results{padding-left:1.07421875vw;padding-right:1.07421875vw}}.bq_search_results__header{display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;justify-content:space-between;max-width:100%;width:100%}@media(min-width:2048px){.bq_search_results__header{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.bq_search_results__header{align-items:flex-end;flex-basis:calc(80% - 4.4px);flex-direction:row;flex-grow:1;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.bq_search_results__header{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.bq_search_results__header{flex-basis:auto}}.bq_search_results__header h2{margin-bottom:10px}@media(min-width:2048px){.bq_search_results__header h2{letter-spacing:.09765625vw}}.bq_search_results__header h2{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.bq_search_results__header h2{font-size:1.46484375vw}}.bq_search_results__header h2{font-size:1.875rem;line-height:1.1666666667}@media(min-width:1024px){.bq_search_results__header h2{margin-bottom:20px}}@media(min-width:1024px)and (min-width:2048px){.bq_search_results__header h2{letter-spacing:.09765625vw}}@media(min-width:1024px){.bq_search_results__header h2{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.bq_search_results__header h2{font-size:1.953125vw}}@media(min-width:1024px){.bq_search_results__header h2{font-size:2.5rem;line-height:1.125}}.bq_search_results__header_results{color:#b2b2b2}@media(min-width:2048px){.bq_search_results__header_results{font-size:.78125vw}}.bq_search_results__header_results{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.bq_search_results__header_results{font-size:.9765625vw}}@media(min-width:1024px){.bq_search_results__header_results{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}}.bq_search_results__content{flex-basis:100%;flex-grow:1;max-width:100%;width:100%}@media(min-width:2048px){.bq_search_results__content{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.bq_search_results__content{flex-basis:calc(80% - 4.4px);flex-grow:1;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.bq_search_results__content{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.bq_search_results__content{flex-basis:auto}}.bq_search_results__content h3{display:none}.bq_search_results__boutiques{background:#171717;border-bottom:1px solid #595959;color:#fff;padding-bottom:40px;padding-top:60px;position:relative}@media(min-width:1024px){.bq_search_results__boutiques{padding-bottom:86px;padding-top:140px;transition:padding-top 1s}}.bq_search_results__boutiques [class^=quote]{color:#b2b2b2}.bq_search_results__boutiques .views-row:last-child .bq_teaser{border:none}.bq_search_results__checkbox_wrapper{color:#fff;max-width:100%;padding-left:21px;padding-right:21px;position:absolute;top:116px;width:100%;z-index:1}@media(min-width:1024px){.bq_search_results__checkbox_wrapper{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq_search_results__checkbox_wrapper{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.bq_search_results__checkbox_wrapper{padding:0;top:140px}}.bq_search_results__checkbox_wrapper__uncheck{padding-top:30px;position:unset}@media(min-width:1024px){.bq_search_results__checkbox_wrapper__uncheck{padding-top:0;position:absolute}}.bq_search_results__header_service{align-items:center;margin:30px 0}@media(min-width:1024px){.bq_search_results__header_service{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(75% + 16.5px);margin-top:0;max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.bq_search_results__header_service{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.bq_search_results__header_service input[type=checkbox]+label{margin:0}@media(min-width:2048px){.bq_search_results__header_service input[type=checkbox]+label{font-size:.5859375vw;letter-spacing:.0732421875vw}}.bq_search_results__header_service input[type=checkbox]+label{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.bq_search_results__header_service input[type=checkbox]+label:before{padding:6px}@media(min-width:2048px){.bq_search_results__header_service input[type=checkbox]+label:before{padding:.29296875vw}}.bq_search_results__header_service input[type=checkbox]+label small{color:#fff}.bq_search_results__header_service input[type=checkbox]{margin:0 10px;width:auto}.bq_search_results__service_centres{color:#fff;width:100%}.bq_search_results__sections{align-items:stretch;background:#171717;display:flex;flex-direction:column;justify-content:center;position:relative}.bq_search_results__centres,.bq_search_results__retailers{color:#fff;padding-bottom:40px;padding-top:30px}.bq_search_results__centres .bq_search_results__header,.bq_search_results__retailers .bq_search_results__header{border-bottom:1px solid #595959;padding-bottom:100px}@media(min-width:1024px){.bq_search_results__centres .bq_search_results__header,.bq_search_results__retailers .bq_search_results__header{padding-bottom:60px}}.bq_search_results__centres [class^=quote],.bq_search_results__retailers [class^=quote]{color:#b2b2b2}.bq_search_results__boutiques .bq_search_results__content{padding-top:50px}@media(min-width:1024px){.bq_search_results__boutiques .bq_search_results__content{padding-top:0}}.bq_search_results__centres{align-items:center;border-bottom:1px solid #595959;display:flex;flex-direction:column;justify-content:flex-start;max-height:1500px;padding-bottom:40px;transition:opacity 1s}@media(min-width:1024px){.bq_search_results__centres{border-bottom:0;padding-bottom:0;padding-top:140px;transition:max-height 1s,opacity 1s}}.bq_search_results__centres .bq_search_results__content{padding-top:90px}@media(min-width:1024px){.bq_search_results__centres .bq_search_results__content{padding-top:0}}.bq_search_results__centres .bq_search_results__header{border-bottom:0;padding-bottom:0}@media(min-width:1024px){.bq_search_results__centres .bq_search_results__header{padding-bottom:20px}}.bq_search_results__centres--closed{border-bottom:0;max-height:0;opacity:0}.bq_search_results__no_results{max-width:100%;padding:40px 21px}@media(min-width:1024px){.bq_search_results__no_results{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.bq_search_results__no_results{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.bq_search_results__no_results{flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px);padding-bottom:80px;padding-top:80px}}@media(min-width:1024px)and (min-width:2048px){.bq_search_results__no_results{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:2048px){.bq_search_results__no_results{padding-bottom:3.90625vw;padding-top:3.90625vw}}.bq_search_results__no_results_title{padding-bottom:5px;text-align:center;text-transform:uppercase}@media(min-width:2048px){.bq_search_results__no_results_title{letter-spacing:.048828125vw}}.bq_search_results__no_results_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.bq_search_results__no_results_title{font-size:.87890625vw}}.bq_search_results__no_results_title{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px)and (min-width:2048px){.bq_search_results__no_results_title{letter-spacing:.09765625vw}}@media(min-width:1024px){.bq_search_results__no_results_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.bq_search_results__no_results_title{font-size:.9765625vw}}@media(min-width:1024px){.bq_search_results__no_results_title{font-size:1.25rem;line-height:1.25}}@media(min-width:2048px){.bq_search_results__no_results_title{padding-bottom:.244140625vw}}.bq_search_results__no_results_body{text-align:center}@media(min-width:2048px){.bq_search_results__no_results_body{font-size:.78125vw}}.bq_search_results__no_results_body{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.bq_search_results__no_results_body em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.bq_search_results__no_results_body strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.bq_search_results__no_results_body{font-size:1rem;line-height:1.625}.bq_search_results--no_padding_top{padding-top:0}.bq_search_results--no_padding_bottom{padding-bottom:0}.bq_static_map__image{height:auto;object-fit:cover;position:relative;width:100%}@media(min-width:1024px){.bq_static_map__image{height:auto}}@media(min-width:2048px){.bq_static_map__image{height:auto}}.bq_static_map__link_image{align-items:center;display:flex;flex-direction:row;height:330px;justify-content:center;overflow:hidden;padding:40px 0}@media(min-width:1024px){.bq_static_map__link_image{display:block;flex-basis:calc(90% - 2.2px);flex-grow:1;height:auto;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px);padding:70px 0}}@media(min-width:1024px)and (min-width:2048px){.bq_static_map__link_image{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.bq_teaser{border-bottom:1px solid #595959;display:flex;flex-direction:column;padding:40px 0}@media(min-width:1024px){.bq_teaser{flex-direction:row;min-height:200px;padding:60px 0}}.bq_teaser__icon{vertical-align:middle}.bq_teaser__red_text{color:#dd3337}.bq_teaser__title{color:#fff;text-decoration:none}.bq_teaser__title:not(span):hover{color:#767676}@media(min-width:1024px){.bq_teaser__title--centre{display:inline-block}}.bq_teaser__anchor{width:100%}.bq_teaser__image{background:#b2b2b2;height:fit-content;margin-bottom:20px;width:100%}@media(min-width:1024px){.bq_teaser__image{flex-basis:calc(93.33333% - 1.46667px);flex-grow:1;margin-bottom:0;max-width:calc(93.33333% - 1.46667px)}}@media(min-width:1024px)and (min-width:2048px){.bq_teaser__image{flex-basis:calc(93.33333% - 0.07161vw);flex-grow:1;max-width:calc(93.33333% - .07161vw)}}.bq_teaser__image div{height:100%;width:100%}.bq_teaser__image img{height:calc(66.66667vw - 28px);object-fit:cover;width:100%}@media(min-width:1024px){.bq_teaser__image img{height:22.15vw;width:100%}}.bq_teaser__content{display:flex;flex-direction:column;font-size:.625rem;justify-content:space-between;position:relative;width:100%}@media(min-width:1024px){.bq_teaser__content{font-size:1.125rem;max-width:58%}}@media(min-width:2048px){.bq_teaser__content{font-size:.87890625vw}}.bq_teaser__content .label-10,.bq_teaser__content .label-12,.bq_teaser__content .title-20{text-transform:uppercase}@media(min-width:1024px){.bq_teaser__content .title-20{display:flex}}.bq_teaser__details_row{display:flex;justify-content:space-between}.bq_teaser__details_row small{display:none}@media(min-width:1024px){.bq_teaser__details_row small{display:block}}.bq_teaser__details_title{font-size:.75rem;margin-bottom:10px}@media(min-width:1024px){.bq_teaser__details_title{font-size:1.875rem}.bq_teaser__details_title small{font-size:1.25rem}}@media(min-width:2048px){.bq_teaser__details_title{font-size:1.46484375vw}}@media(min-width:1024px){.bq_teaser__details_title--centre{margin-bottom:30px}}.bq_teaser__details_title--centre p{position:relative}.bq_teaser__details_retailer{display:flex;justify-content:space-between}.bq_teaser__details_retailer_extra{display:none}@media(min-width:1024px){.bq_teaser__details_retailer_extra{display:block}}.bq_teaser__details_retailer a{margin-right:50px}.bq_teaser__details_phone{display:none}@media(min-width:1024px){.bq_teaser__details_phone{display:block}}.bq_teaser__details_address{margin-bottom:10px}.bq_teaser__closure_message{color:#fff;padding-bottom:8px}@media(min-width:1024px){.bq_teaser__closure_message{padding-bottom:2px}}.bq_teaser__appointment{display:none}@media(min-width:1024px){.bq_teaser__appointment{display:block}}.bq_teaser__actions{align-items:center;display:flex;justify-content:space-between;padding-top:10px}@media(min-width:1024px){.bq_teaser__actions{display:none}}.bq_teaser__actions a{text-decoration:none}.bq_teaser__actions_call{display:flex;flex-direction:column}.bq_teaser__actions_call .icon{color:#171717;font-size:20px;height:20px;width:20px}.bq_teaser--retailer{padding:40px 0 20px;position:relative}@media(min-width:1024px){.bq_teaser--retailer{min-height:150px}}.bq_teaser--retailer .bq_teaser__content{flex-direction:column}@media(min-width:1024px){.bq_teaser--retailer .bq_teaser__content_body{max-width:50%}.bq_teaser--retailer .bq_teaser__list{max-width:100%}.bq_teaser--retailer .bq_teaser__list .bq_teaser__column,.bq_teaser--retailer .bq_teaser__list .bq_teaser__content_body{flex-basis:unset;flex-grow:unset;max-width:475px;width:47%}.bq_teaser--retailer .bq_teaser__list .bq_teaser__column:last-child{margin-left:14%;max-width:47%}.bq_teaser--retailer .bq_teaser__column{flex-basis:calc(43.75% + 31.625px);flex-grow:1;max-width:calc(43.75% + 31.625px)}}@media(min-width:1024px)and (min-width:2048px){.bq_teaser--retailer .bq_teaser__column{flex-basis:calc(43.75% + 1.54419vw);flex-grow:1;max-width:calc(43.75% + 1.54419vw)}}@media(min-width:1024px){.bq_teaser--retailer .bq_teaser__column:last-child{margin-left:calc(12.5% + 2.75px)}}.bq_teaser--retailer .bq_teaser__schedule{display:none}.bq_teaser--retailer .bq_teaser__retailer_open{bottom:0;position:absolute}.bq_teaser--retailer .bq_teaser__data{margin-top:10px}@media(min-width:1024px){.bq_teaser--retailer .bq_teaser__data{display:flex;flex-direction:row;margin-top:0}}.bq_teaser--retailer .bq_teaser__details_address{margin-bottom:30px}@media(min-width:1024px){.bq_teaser--retailer .bq_teaser__details_address{margin-bottom:50px}}.bq_teaser--retailer .bq_teaser__actions,.bq_teaser--retailer .bq_teaser__image{display:none}.bq_teaser--retailer .bq_teaser__details_row small{display:block}.bq_teaser .title-30{text-transform:uppercase}.bq_teaser__data{margin-bottom:50px;margin-top:30px}@media(min-width:1024px){.bq_teaser__data{margin-bottom:0;margin-top:0}}.bq_teaser__data a{color:inherit;text-decoration:none}.bq_teaser__data .title-12{text-transform:uppercase}.bq_teaser__data--centre{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:0}@media(min-width:1024px){.bq_teaser__data--centre{display:block;margin-left:65px;margin-top:-20px}}.bq_teaser__data_item{align-items:center;display:flex;text-overflow:ellipsis;white-space:normal}.bq_teaser__data_item:not(:last-child){margin-bottom:5px}.bq_teaser__data_item [class^=icon]{min-width:20px}@media(min-width:768px){.bq_teaser__data_item [class^=icon]{min-width:26px}}@media(min-width:2048px){.bq_teaser__data_item [class^=icon]{min-width:1.46484375vw}}.bq_teaser__data_item--small{font-size:.8125rem}@media(min-width:1024px){.bq_teaser__data_item--small{font-size:.875rem}}@media(min-width:2048px){.bq_teaser__data_item--small{font-size:.68359375vw}}.bq_teaser__data_item--centre{margin-bottom:0;order:2;padding:20px 0;width:100%}@media(min-width:1024px){.bq_teaser__data_item--centre{order:0;padding:0;width:auto}}.bq_teaser__data_item--centre:not(:nth-child(2)){border-bottom:1px solid hsla(0,0%,100%,.1)}@media(min-width:1024px){.bq_teaser__data_item--centre:not(:nth-child(2)){border-bottom:0}}.bq_teaser__data_item--centre:not(:last-child){margin-bottom:0}.bq_teaser__data_item--centre [class^=icon]{min-width:20px}@media(min-width:1024px){.bq_teaser__data_item--centre [class^=icon]{min-width:30px}}@media(min-width:2048px){.bq_teaser__data_item--centre [class^=icon]{min-width:1.46484375vw}}.bq_teaser__schedule{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.bq_teaser__schedule .icon{font-size:.875rem;margin-right:5px;vertical-align:bottom}.bq_teaser__divider{align-self:flex-end;border-bottom:none;flex-grow:1;margin:0 0 10px 20px}@media(min-width:1024px){.bq_teaser__divider{border-bottom:1px solid #595959}}.bq_teaser__divider .title-12{display:none}@media(min-width:1024px){.bq_teaser__divider .title-12{display:inline-block}}.bq_teaser__open_info{display:inline-block;margin-left:40px;position:relative}.bq_teaser__open_info:before{background-color:#595959;content:"";height:12px;left:-20px;position:absolute;top:2px;width:1px}@media(min-width:1024px){.bq_teaser__open_info:before{top:11px}}.bq_teaser__service{margin-left:20px}@media(min-width:2048px){.bq_teaser__service{margin-left:.9765625vw}}.bq_teaser [class^=icon]:before{vertical-align:middle}.bq_teaser__service_text{display:none}@media(min-width:1024px){.bq_teaser__service_text{display:inline-block}}.bq_teaser__service_icon{color:#de2b2b;font-size:1.1875rem;margin-left:10px}@media(min-width:2048px){.bq_teaser__service_icon{font-size:.927734375vw;margin-left:.48828125vw}}.bq_teaser__service_icon--centre{display:block;height:25px;margin-bottom:20px;margin-left:0;margin-right:15px;width:25px}@media(min-width:1024px){.bq_teaser__service_icon--centre{display:inline;margin-left:12px;margin-right:30px}}@media(min-width:2048px){.bq_teaser__service_icon--centre{height:1.220703125vw;margin-left:.5859375vw;width:1.220703125vw}}.bq_teaser__service_icon--centre:before{font-size:24px}@media(min-width:2048px){.bq_teaser__service_icon--centre:before{font-size:1.171875vw}}.bq_teaser__retailer_open--centre{border-bottom:1px solid hsla(0,0%,100%,.1);order:1;padding-bottom:20px;width:100%}@media(min-width:1024px){.bq_teaser__retailer_open--centre{border-bottom:0;padding-bottom:0;padding-top:40px}}@media(min-width:2048px){.bq_teaser__retailer_open--centre{padding-top:1.953125vw}}.bq_teaser--centre{border-bottom:0;padding:20px 0}@media(min-width:1024px){.bq_teaser--centre{border-bottom:1px solid hsla(0,0%,100%,.1);padding:40px 0}}@media(min-width:2048px){.bq_teaser--centre{border-bottom-width:.048828125vw;padding-bottom:1.953125vw;padding-top:1.953125vw}}.bq_teaser [class^=quote]{color:#b2b2b2}.fb_gutter{align-items:center;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:center;margin-left:11px;margin-right:11px;padding-left:11px;padding-right:11px}@media(min-width:2048px){.fb_gutter{border-width:.048828125vw;margin-left:.537109375vw;margin-right:.537109375vw;padding-left:.537109375vw;padding-right:.537109375vw}}.fb_header{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin-bottom:40px;padding-top:51px;text-align:center}@media(min-width:768px){.fb_header{flex-basis:calc(60% - 8.8px);flex-grow:1;margin-bottom:0;max-width:calc(60% - 8.8px);padding:40px 0 70px}}@media(min-width:768px)and (min-width:2048px){.fb_header{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}@media(min-width:2048px){.fb_header{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.fb_header{flex-basis:auto}}.fb_header--hidden{display:none}.fb_header--no-margin-bottom{margin-bottom:0}.fb_header--no-padding-bottom{padding-bottom:0}.fb_header__title{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:40px}@media(min-width:768px){.fb_header__title{margin-bottom:40px;width:100%}}@media(min-width:2048px){.fb_header__title{margin-bottom:4.39453125vw}}.fb_header__title_text{margin-bottom:20px}@media(min-width:2048px){.fb_header__title_text{letter-spacing:.09765625vw}}.fb_header__title_text{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.fb_header__title_text{font-size:1.953125vw}}.fb_header__title_text{font-size:2.5rem;line-height:1.125}@media(min-width:768px){.fb_header__title_text{width:100%}}@media(min-width:768px)and (min-width:2048px){.fb_header__title_text{letter-spacing:.09765625vw}}@media(min-width:768px){.fb_header__title_text{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:768px)and (min-width:2048px){.fb_header__title_text{font-size:3.515625vw}}@media(min-width:768px){.fb_header__title_text{font-size:4.5rem;line-height:1}}@media(min-width:2048px){.fb_header__title_text{margin-bottom:.9765625vw}}@media(min-width:768px){.fb_header__title .fb_header__description{flex-basis:calc(83.33333% - 3.66667px);flex-grow:1;margin-left:calc(8.33333% + 1.83333px);max-width:calc(83.33333% - 3.66667px)}}@media(min-width:768px)and (min-width:2048px){.fb_header__title .fb_header__description{flex-basis:calc(83.33333% - 0.17904vw);flex-grow:1;max-width:calc(83.33333% - .17904vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.fb_header__title .fb_header__description{flex-basis:auto}}.fb_header__divider{align-self:center;background:#de2b2b;height:3px;margin-top:40px;width:20px}@media(min-width:2048px){.fb_header__divider{height:.146484375vw;margin-top:1.953125vw;width:.9765625vw}}.fb_header__search_field{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;position:relative}@media(min-width:768px){.fb_header__search_field{flex-basis:calc(83.33333% - 3.66667px);flex-grow:1;margin-left:calc(8.33333% + 1.83333px);max-width:calc(83.33333% - 3.66667px)}}@media(min-width:768px)and (min-width:2048px){.fb_header__search_field{flex-basis:calc(83.33333% - 0.17904vw);flex-grow:1;max-width:calc(83.33333% - .17904vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.fb_header__search_field{flex-basis:auto}}.fb_header__search_field input{border:0;border-bottom:1px solid #f0f0f0;box-sizing:border-box;font-family:Gotham Book,Arial,sans-serif;font-size:12px;padding:7px 10px 13px;width:100%}@media(min-width:2048px){.fb_header__search_field input{font-size:.9765625vw}}.fb_header__search_field input{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:768px){.fb_header__search_field input{padding:5px 10px}}@media(min-width:768px)and (min-width:2048px){.fb_header__search_field input{font-size:1.5625vw}}@media(min-width:768px){.fb_header__search_field input{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}.fb_header__search_field input::placeholder{color:#767676}.fb_header__search_field--spaced{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between;width:100%}@media(min-width:768px){.fb_header__search_field--spaced{align-items:stretch;display:flex;flex-direction:row;justify-content:center}}.fb_header__search_field--filled input{padding-right:40px}@media(min-width:768px){.fb_header__search_field--filled input{padding-right:55px}}@media(min-width:2048px){.fb_header__search_field--filled input{padding-right:2.685546875vw}}.fb_header__search_btn{align-items:center;background:transparent;border:none;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:center;position:relative}@media(min-width:768px){.fb_header__search_btn{border-left:1px solid #f0f0f0;height:auto;padding:0 30px}}.fb_header__search_btn .icon{color:#de2b2b;font-size:32px;height:40px;width:32px}.fb_header__search_btn .icon:before{vertical-align:baseline}@media(min-width:2048px){.fb_header__search_btn .icon:before{font-size:1.5625vw}}@media(min-width:768px){.fb_header__search_btn .icon{height:40px;width:40px}}@media(min-width:2048px){.fb_header__search_btn .icon{font-size:1.5625vw;height:1.953125vw;width:1.953125vw}}.fb_header__search_btn--simple{border:none;height:32px;width:32px}@media(min-width:768px){.fb_header__search_btn--simple{height:auto;width:auto}}.fb_header__search_btn--simple .icon{height:32px;width:32px}.fb_header__clear_location{background-color:transparent;border:none;border-radius:12px;height:auto;padding:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:24px}@media(min-width:768px){.fb_header__clear_location{right:24px}}@media(min-width:2048px){.fb_header__clear_location{border-radius:.5859375vw;right:1.171875vw;width:1.171875vw}}.fb_header__clear_location_icon{color:#f0f0f0;font-size:22px;position:relative}.fb_header__clear_location_icon:before{vertical-align:baseline}.fb_header__no_search_text{color:#b2b2b2}@media(min-width:2048px){.fb_header__no_search_text{font-size:1.5625vw}}.fb_header__no_search_text{font-family:MS PGothic,Arial,sans-serif;font-size:1rem;line-height:1.625}@media(min-width:1024px){.fb_header__no_search_text{font-size:2rem;line-height:1.28125}}.fb_header form{position:relative}.fb_header .form-actions{display:none}.cp_hero{background-color:#171717;padding-bottom:0;position:relative}@media(min-width:1024px){.cp_hero{padding-bottom:70px}.cp_hero--separator{padding-bottom:0}}.cp_hero__label,.cp_hero__title{text-align:center;text-transform:uppercase;width:100%}@media(min-width:1024px){.cp_hero__label,.cp_hero__title{flex-basis:calc(70% - 6.6px);flex-grow:1;margin-left:calc(15% + 3.3px);max-width:calc(70% - 6.6px)}}@media(min-width:1024px)and (min-width:2048px){.cp_hero__label,.cp_hero__title{flex-basis:calc(70% - 0.32227vw);flex-grow:1;max-width:calc(70% - .32227vw)}}@media(min-width:1024px){.cp_hero__label{margin-bottom:20px}}.cp_hero__media{position:relative}.cp_hero__media .gn_video__wrapper{padding:0}.cp_hero__media .gn_video__cover video{width:100%}.cp_hero__media video{height:66.6666666667vw;object-fit:cover;width:100%}@media(min-width:1024px){.cp_hero__media video{height:50vw}.cp_hero__media video.portrait{max-height:100vh}}.cp_hero__media img{height:66.6666666667vw;object-fit:cover;width:100%}@media(min-width:1024px){.cp_hero__media img{height:50vw}.cp_hero__media img.portrait{max-height:100vh}}.cp_hero__text{background-image:linear-gradient(0,#171717,transparent 80%);bottom:-5px;color:#fff;max-width:100%;opacity:0;padding:120px 21px 30px;position:absolute;width:100%;z-index:2}@media(min-width:1024px){.cp_hero__text{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cp_hero__text{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cp_hero__text{padding-bottom:80px}}@media(min-width:2048px){.cp_hero__text{padding-bottom:3.90625vw;padding-top:5.859375vw}}.cp_hero__vertical_line{align-items:center;display:flex;flex-direction:column;height:80px;justify-content:center;width:100%}.cp_hero__vertical_line-line{background-color:#fff;height:100%;opacity:.1;width:1px}@media(min-width:2048px){.cp_hero__vertical_line-line{width:.048828125vw}}@media(min-width:1024px){.cp_hero__vertical_line{height:140px}}@media(min-width:2048px){.cp_hero__vertical_line{height:6.8359375vw}}.cp_hero_acount .cp_hero__label{text-transform:none}.cp_hero_account{padding-bottom:54px}@media(min-width:1024px){.cp_hero_account{margin-bottom:-40px;padding-bottom:0}}.cp_hero_account .cp_hero__text{margin-bottom:-50px;padding-bottom:0}@media(min-width:1024px){.cp_hero_account .cp_hero__text{margin-bottom:0}}.cp_hero_account .cp_hero__text .cp_hero__title{padding-left:80px;padding-right:80px}@media(min-width:1024px){.cp_hero_account .cp_hero__text .cp_hero__title{padding-left:0;padding-right:0}}.cp_hero_account .cp_hero__text .cp_hero__label{padding-top:36px;text-transform:unset}@media(min-width:1024px){.cp_hero_account .cp_hero__text .cp_hero__label{margin-bottom:110px;padding-top:5px}}.cp_hero_unico{height:676px}@media(min-width:1024px){.cp_hero_unico{height:820px}}.cp_hero_unico__label,.cp_hero_unico__title{text-transform:uppercase;width:100%}@media(min-width:1024px){.cp_hero_unico__label,.cp_hero_unico__title{flex-basis:calc(70% - 6.6px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(70% - 6.6px)}}@media(min-width:1024px)and (min-width:2048px){.cp_hero_unico__label,.cp_hero_unico__title{flex-basis:calc(70% - 0.32227vw);flex-grow:1;max-width:calc(70% - .32227vw)}}.cp_hero_unico__title{margin-top:12px;text-align:center}@media(min-width:2048px){.cp_hero_unico__title{letter-spacing:.09765625vw}}.cp_hero_unico__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.cp_hero_unico__title{font-size:1.953125vw}}.cp_hero_unico__title{font-size:2.5rem;line-height:1.125}@media(min-width:1024px){.cp_hero_unico__title{margin-top:20px;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.cp_hero_unico__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.cp_hero_unico__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cp_hero_unico__title{font-size:3.515625vw}}@media(min-width:1024px){.cp_hero_unico__title{font-size:4.5rem;line-height:1}}.cp_hero_unico__label{text-align:center}@media(min-width:2048px){.cp_hero_unico__label{font-size:.48828125vw;letter-spacing:.09765625vw}}.cp_hero_unico__label{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:1024px){.cp_hero_unico__label{text-align:left}}@media(min-width:1024px)and (min-width:2048px){.cp_hero_unico__label{font-size:.68359375vw;letter-spacing:.146484375vw}}@media(min-width:1024px){.cp_hero_unico__label{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}}.cp_hero_unico__text{background-image:linear-gradient(0,#171717,transparent 80%);bottom:-5px;color:#fff;max-width:100%;opacity:0;padding:120px 21px 110px;position:absolute;text-align:center;width:100%;z-index:2}@media(min-width:1024px){.cp_hero_unico__text{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cp_hero_unico__text{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cp_hero_unico__text{padding-bottom:355px;text-align:left}}@media(min-width:2048px){.cp_hero_unico__text{padding-bottom:3.90625vw;padding-top:5.859375vw}}.cp_hero_unico__media{position:relative}.cp_hero_unico__media .gn_video__wrapper{padding:0}.cp_hero_unico__media .gn_video__cover video{width:100%}.cp_hero_unico__media video{height:667px;object-fit:cover;width:auto}@media(min-width:1024px){.cp_hero_unico__media video{height:810px}.cp_hero_unico__media video.portrait{max-height:100vh}}.cp_hero_unico__media img{height:66.6666666667vw;object-fit:cover;width:100%}@media(min-width:1024px){.cp_hero_unico__media img{height:50vw}.cp_hero_unico__media img.portrait{max-height:100vh}}.cp_preview{align-items:flex-start;background-color:#fff;color:#171717;display:flex;flex-direction:column;justify-content:flex-start;max-width:100%;padding-bottom:30px;padding-left:21px;padding-right:21px;position:relative}@media(min-width:1024px){.cp_preview{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cp_preview{padding-left:1.07421875vw;padding-right:1.07421875vw}}.cp_preview--dark{background-color:#171717;color:#fff}.cp_preview--image{overflow-y:hidden}@media(min-width:1024px){.cp_preview{padding-bottom:0;padding-top:105px}}@media(min-width:2048px){.cp_preview{padding-top:5.126953125vw}}.cp_preview__text{padding-bottom:50px;width:100%}@media(min-width:1024px){.cp_preview__text{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:100px}}@media(min-width:2048px){.cp_preview__text{padding-bottom:4.8828125vw}}.cp_preview__trigger{left:0;position:absolute;top:-65px}@media(min-width:2048px){.cp_preview__trigger{top:-3.173828125vw}}.cp_preview__number{margin-bottom:30px;margin-top:30px;width:100%}@media(min-width:1024px){.cp_preview__number{flex-basis:calc(45% - 12.1px);flex-grow:1;margin:0 22px 0 calc(5% + 1.1px);max-width:calc(45% - 12.1px)}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__number{flex-basis:calc(45% - 0.59082vw);flex-grow:1;max-width:calc(45% - .59082vw)}}@media(min-width:2048px){.cp_preview__number{margin-right:1.07421875vw}}.cp_preview__number_text{bottom:0;left:-5px;max-height:400px;position:relative;text-align:left;z-index:5}@media(min-width:1024px){.cp_preview__number_text{bottom:60px;left:unset}.cp_preview__number_text--back{z-index:0}}@media(min-width:2048px){.cp_preview__number_text{bottom:2.9296875vw;max-height:19.53125vw}}.cp_preview__number_text--material{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #dec18b,1px -1px 0 #dec18b,-1px 1px 0 #dec18b,1px 1px 0 #dec18b}@supports(text-stroke:1px #DEC18B) or (-webkit-text-stroke:1px #DEC18B){.cp_preview__number_text--material{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #dec18b;text-stroke:1px #dec18b;text-shadow:none}@media(min-width:1024px){.cp_preview__number_text--material{-webkit-text-stroke:3px #dec18b;text-stroke:3px #dec18b}}@media(min-width:2048px){.cp_preview__number_text--material{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.cp_preview__number_text--material{font-size:5.859375vw}}.cp_preview__number_text--material{font-size:7.5rem;line-height:1}@media(min-width:1024px){.cp_preview__number_text--material{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #dec18b,1px -1px 0 #dec18b,-1px 1px 0 #dec18b,1px 1px 0 #dec18b}@supports(text-stroke:1px #DEC18B) or (-webkit-text-stroke:1px #DEC18B){.cp_preview__number_text--material{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #dec18b;text-stroke:1px #dec18b;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.cp_preview__number_text--material{-webkit-text-stroke:3px #dec18b;text-stroke:3px #dec18b}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__number_text--material{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__number_text--material{font-size:19.53125vw}}@media(min-width:1024px){.cp_preview__number_text--material{font-size:25rem;line-height:1}}.cp_preview__number_text--movement{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #c66288,1px -1px 0 #c66288,-1px 1px 0 #c66288,1px 1px 0 #c66288}@supports(text-stroke:1px #C66288) or (-webkit-text-stroke:1px #C66288){.cp_preview__number_text--movement{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #c66288;text-stroke:1px #c66288;text-shadow:none}@media(min-width:1024px){.cp_preview__number_text--movement{-webkit-text-stroke:3px #c66288;text-stroke:3px #c66288}}@media(min-width:2048px){.cp_preview__number_text--movement{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.cp_preview__number_text--movement{font-size:5.859375vw}}.cp_preview__number_text--movement{font-size:7.5rem;line-height:1}@media(min-width:1024px){.cp_preview__number_text--movement{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #c66288,1px -1px 0 #c66288,-1px 1px 0 #c66288,1px 1px 0 #c66288}@supports(text-stroke:1px #C66288) or (-webkit-text-stroke:1px #C66288){.cp_preview__number_text--movement{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #c66288;text-stroke:1px #c66288;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.cp_preview__number_text--movement{-webkit-text-stroke:3px #c66288;text-stroke:3px #c66288}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__number_text--movement{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__number_text--movement{font-size:19.53125vw}}@media(min-width:1024px){.cp_preview__number_text--movement{font-size:25rem;line-height:1}}.cp_preview__number_text--manufacture{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #3075d0,1px -1px 0 #3075d0,-1px 1px 0 #3075d0,1px 1px 0 #3075d0}@supports(text-stroke:1px #3075D0) or (-webkit-text-stroke:1px #3075D0){.cp_preview__number_text--manufacture{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #3075d0;text-stroke:1px #3075d0;text-shadow:none}@media(min-width:1024px){.cp_preview__number_text--manufacture{-webkit-text-stroke:3px #3075d0;text-stroke:3px #3075d0}}@media(min-width:2048px){.cp_preview__number_text--manufacture{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.cp_preview__number_text--manufacture{font-size:5.859375vw}}.cp_preview__number_text--manufacture{font-size:7.5rem;line-height:1}@media(min-width:1024px){.cp_preview__number_text--manufacture{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #3075d0,1px -1px 0 #3075d0,-1px 1px 0 #3075d0,1px 1px 0 #3075d0}@supports(text-stroke:1px #3075D0) or (-webkit-text-stroke:1px #3075D0){.cp_preview__number_text--manufacture{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #3075d0;text-stroke:1px #3075d0;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.cp_preview__number_text--manufacture{-webkit-text-stroke:3px #3075d0;text-stroke:3px #3075d0}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__number_text--manufacture{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__number_text--manufacture{font-size:19.53125vw}}@media(min-width:1024px){.cp_preview__number_text--manufacture{font-size:25rem;line-height:1}.cp_preview__info{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px);position:relative}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__info{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:2048px){.cp_preview__info_text{font-size:.78125vw}}.cp_preview__info_text{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.cp_preview__info_text em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.cp_preview__info_text strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.cp_preview__info_text{font-size:1rem;line-height:1.625}@media(min-width:1024px)and (min-width:2048px){.cp_preview__info_text{font-size:.87890625vw}}@media(min-width:1024px){.cp_preview__info_text{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.cp_preview__info_text em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.cp_preview__info_text strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.cp_preview__info_text{font-size:1.125rem;line-height:1.7777777778}.cp_preview__info_box{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__info_box{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.cp_preview__info:before{background-color:#595959;content:"";display:none;height:100%;left:-11px;position:absolute;width:1px}@media(min-width:1024px){.cp_preview__info:before{display:block}}@media(min-width:2048px){.cp_preview__info:before{left:-.537109375vw;width:.048828125vw}}.cp_preview__title{margin-bottom:20px}@media(min-width:1024px){.cp_preview__title{margin-bottom:40px}}@media(min-width:2048px){.cp_preview__title{margin-bottom:1.953125vw}}.cp_preview__sub_title{margin-bottom:40px}@media(min-width:1024px){.cp_preview__sub_title{margin-bottom:60px}}@media(min-width:2048px){.cp_preview__sub_title{margin-bottom:2.9296875vw}}.cp_preview__media{width:100%}.cp_preview__media img,.cp_preview__media video{position:relative;width:100%}.cp_preview__media img{transition:transform .2s;z-index:3}.cp_preview__media .gn_video__wrapper{margin-left:-21px;margin-right:-21px;padding:0;position:relative}@media(min-width:1024px){.cp_preview__media .gn_video__wrapper{margin-left:-22px;margin-right:-22px}}@media(min-width:2048px){.cp_preview__media .gn_video__wrapper{margin-left:-1.07421875vw}}.cp_preview__sticky-menu{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;max-width:100%;overflow-x:auto;padding-bottom:30px;padding-left:21px;padding-right:21px;position:relative;text-transform:uppercase;top:0;width:100%;z-index:6}@media(min-width:1024px){.cp_preview__sticky-menu{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cp_preview__sticky-menu{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cp_preview__sticky-menu{padding:70px 0}}@media(min-width:2048px){.cp_preview__sticky-menu{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.cp_preview__sticky-menu ul{align-items:center;background:inherit;display:flex;flex-direction:column;justify-content:center;overflow-x:auto;white-space:nowrap;width:100%}@media(min-width:1024px){.cp_preview__sticky-menu ul{align-items:center;display:flex;flex-direction:row;justify-content:space-around;overflow-x:inherit;white-space:inherit}}.cp_preview__sticky-menu li{align-items:center;background:inherit;display:flex;flex-direction:column;justify-content:center;margin:0 10px;position:relative;text-align:center;transition:color .7s;width:100%}.cp_preview__sticky-menu li.is-active,.cp_preview__sticky-menu li:focus,.cp_preview__sticky-menu li:hover{color:#000}.cp_preview__sticky-menu li:last-child .cp_preview__sticky-menu_divider{display:none}@media(min-width:2048px){.cp_preview__sticky-menu:after{border-right-width:.048828125vw;margin-bottom:1.708984375vw;margin-top:1.708984375vw;padding-top:2.685546875vw;width:3.3203125vw}}.cp_preview__sticky-menu_outlined{color:inherit;margin-bottom:20px;margin-top:30px;text-decoration:none}@media(min-width:2048px){.cp_preview__sticky-menu_outlined{margin-bottom:.9765625vw;margin-top:0}}.cp_preview__sticky-menu_container{align-items:center;background:inherit;color:inherit;display:flex;flex-direction:column;text-decoration:none}.cp_preview__sticky-menu_title{color:inherit;margin-bottom:20px;text-decoration:none}@media(min-width:2048px){.cp_preview__sticky-menu_title{margin-bottom:.9765625vw}}.cp_preview__sticky-menu--dark{background-color:#171717;color:gray}.cp_preview__sticky-menu--dark li:focus,.cp_preview__sticky-menu--dark li:hover{color:#767676}.cp_preview__sticky-menu--dark li.is-active{color:#fff}@media(min-width:1024px){.cp_preview__sticky-menu--dark li:focus,.cp_preview__sticky-menu--dark li:hover{color:#fff}}.cp_preview__sticky-menu--dark .cp_preview__number{margin-top:60px}@media(min-width:1024px){.cp_preview__sticky-menu--dark .cp_preview__number{margin-top:0}}.cp_preview__sticky-menu--dark .cp_preview__sticky-menu_outlined{color:transparent;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 gray,1px -1px 0 gray,-1px 1px 0 gray,1px 1px 0 gray}@supports(text-stroke:1px #808080) or (-webkit-text-stroke:1px #808080){.cp_preview__sticky-menu--dark .cp_preview__sticky-menu_outlined{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px gray;text-stroke:1px gray;text-shadow:none}@media(min-width:1024px){.cp_preview__sticky-menu--dark .cp_preview__sticky-menu_outlined{-webkit-text-stroke:3px gray;text-stroke:3px gray}}@media(min-width:2048px){.cp_preview__sticky-menu--dark .cp_preview__sticky-menu_outlined{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}.cp_preview__sticky-menu--dark .cp_preview__sticky-menu_divider{background:gray}.cp_preview__sticky-menu--sticky{padding:0;position:fixed;top:0}@media(min-width:1024px){.cp_preview__sticky-menu--sticky{padding:90px 0;position:inherit}}@media(min-width:2048px){.cp_preview__sticky-menu--sticky{padding-bottom:4.39453125vw;padding-top:4.39453125vw}}.cp_preview__sticky-menu--sticky--scroll{top:86px;transition:.5s}.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{align-items:center;background:inherit;display:flex;height:52px;justify-content:center;margin-bottom:0;width:100%}@media(min-width:2048px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{letter-spacing:.048828125vw}}.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{font-size:.48828125vw}}.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{font-size:.625rem;line-height:1.8}@media(min-width:1024px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{height:56px;letter-spacing:.125rem;position:fixed;top:0;transition:.5s;z-index:6}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{letter-spacing:.048828125vw}}@media(min-width:1024px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{font-size:.87890625vw}}@media(min-width:1024px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{font-size:1.125rem;line-height:1.3888888889}}@media(min-width:2048px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title{height:2.734375vw;letter-spacing:.09765625vw}}.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title--scroll{position:fixed;top:90px;transition:.5s}@media(min-width:2048px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_title--scroll{top:4.052734375vw}}.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_label,.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_outlined{display:none;opacity:0}@media(min-width:1024px){.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_label,.cp_preview__sticky-menu--sticky .cp_preview__sticky-menu_outlined{display:block}}.cp_preview__sticky-menu--sticky ul{flex-direction:row}@media(min-width:1024px){.cp_preview__sticky-menu--clone{display:none}}.cp_preview__sticky-menu_divider{background:#171717;bottom:0;display:none;height:55px;position:absolute;right:0;width:1px}@media(min-width:1024px){.cp_preview__sticky-menu_divider{display:block}}@media(min-width:2048px){.cp_preview__sticky-menu_divider{height:2.685546875vw;width:.048828125vw}}.cp_preview .gn_img_arrange{padding-bottom:70px}.cp_se_movement{background-color:#171717;color:#fff;max-width:100%;padding:30px 21px 60px}@media(min-width:1024px){.cp_se_movement{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cp_se_movement{letter-spacing:.048828125vw;padding-left:1.07421875vw;padding-right:1.07421875vw}}.cp_se_movement{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.cp_se_movement{font-size:.87890625vw}}.cp_se_movement{font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px){.cp_se_movement{padding-bottom:70px;padding-top:70px}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement{letter-spacing:.09765625vw}}@media(min-width:1024px){.cp_se_movement{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement{font-size:.9765625vw}}@media(min-width:1024px){.cp_se_movement{font-size:1.25rem;line-height:1.25}}@media(min-width:2048px){.cp_se_movement{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.cp_se_movement__header{width:100%}@media(min-width:1024px){.cp_se_movement__header{display:flex;position:absolute}}.cp_se_movement__title{padding-bottom:50px;text-align:center;text-transform:uppercase}@media(min-width:1024px){.cp_se_movement__title{flex-basis:calc(30% - 15.4px);flex-grow:1;margin-left:calc(35% + 7.7px);max-width:calc(30% - 15.4px);padding-bottom:120px}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__title{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}@media(min-width:2048px){.cp_se_movement__title{padding-bottom:5.859375vw}}.cp_se_movement__mv_title{color:transparent;font-family:Gotham Bold,Arial,sans-serif;margin-bottom:15px;margin-left:21px;text-shadow:-1px -1px 0 #404040,1px -1px 0 #404040,-1px 1px 0 #404040,1px 1px 0 #404040;text-transform:uppercase}@supports(text-stroke:1px #404040) or (-webkit-text-stroke:1px #404040){.cp_se_movement__mv_title{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #404040;text-stroke:1px #404040;text-shadow:none}@media(min-width:1024px){.cp_se_movement__mv_title{-webkit-text-stroke:3px #404040;text-stroke:3px #404040}}@media(min-width:2048px){.cp_se_movement__mv_title{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.cp_se_movement__mv_title{font-size:2.34375vw}}.cp_se_movement__mv_title{font-size:3rem;line-height:1}@media(min-width:1024px){.cp_se_movement__mv_title{color:transparent;font-family:Gotham Bold,Arial,sans-serif;margin-left:0;text-shadow:-1px -1px 0 #404040,1px -1px 0 #404040,-1px 1px 0 #404040,1px 1px 0 #404040}@supports(text-stroke:1px #404040) or (-webkit-text-stroke:1px #404040){.cp_se_movement__mv_title{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke:1px #404040;text-stroke:1px #404040;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.cp_se_movement__mv_title{-webkit-text-stroke:3px #404040;text-stroke:3px #404040}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__mv_title{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__mv_title{font-size:4.8828125vw}}@media(min-width:1024px){.cp_se_movement__mv_title{flex-basis:calc(80% - 4.4px);flex-grow:1;font-family:Gotham Black,Arial,sans-serif;font-size:6.25rem;line-height:1;margin-bottom:0;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px);position:absolute;top:-50px;z-index:1}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__mv_title{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media(min-width:2048px){.cp_se_movement__mv_title{top:-2.44140625vw}}.cp_se_movement__video{margin-bottom:40px;margin-left:-21px;margin-right:-21px;position:relative}@media(min-width:1024px){.cp_se_movement__video{margin-bottom:80px;margin-left:-22px;margin-right:-22px}}@media(min-width:2048px){.cp_se_movement__video{left:-1.07421875vw;margin-bottom:3.90625vw}}.cp_se_movement__video video{width:100%}.cp_se_movement__description{margin-bottom:60px;text-align:center}@media(min-width:1024px){.cp_se_movement__description{flex-basis:calc(70% - 6.6px);flex-grow:1;margin-bottom:80px;margin-left:calc(15% + 3.3px);max-width:calc(70% - 6.6px)}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__description{flex-basis:calc(70% - 0.32227vw);flex-grow:1;max-width:calc(70% - .32227vw)}}@media(min-width:2048px){.cp_se_movement__description{margin-bottom:3.90625vw}}.cp_se_movement__description_title{display:block;margin-bottom:25px;text-transform:uppercase}@media(min-width:2048px){.cp_se_movement__description_title{letter-spacing:.09765625vw}}.cp_se_movement__description_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.cp_se_movement__description_title{font-size:1.46484375vw}}.cp_se_movement__description_title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:1024px){.cp_se_movement__description_title{margin-bottom:40px}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__description_title{letter-spacing:.09765625vw}}@media(min-width:1024px){.cp_se_movement__description_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__description_title{font-size:1.953125vw}}@media(min-width:1024px){.cp_se_movement__description_title{font-size:2.5rem;line-height:1.125}}@media(min-width:2048px){.cp_se_movement__description_title{margin-bottom:1.953125vw}.cp_se_movement__description_text{font-size:.9765625vw}}.cp_se_movement__description_text{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__description_text{font-size:1.5625vw}}@media(min-width:1024px){.cp_se_movement__description_text{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}.cp_se_movement__specs{text-align:center}@media(min-width:1024px){.cp_se_movement__specs{align-items:stretch;display:flex;flex-direction:row;justify-content:stretch}}.cp_se_movement__specs_info{position:relative}@media(min-width:1024px){.cp_se_movement__specs_info{flex-basis:calc(30% - 15.4px);flex-grow:1;max-width:calc(30% - 15.4px)}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__specs_info{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}@media(min-width:1024px){.cp_se_movement__specs_info:not(:first-child){margin-left:22px}}@media(min-width:2048px){.cp_se_movement__specs_info:not(:first-child){margin-left:1.07421875vw}}.cp_se_movement__specs_info:last-child{padding-bottom:40px}@media(min-width:1024px){.cp_se_movement__specs_info:last-child{padding-bottom:0}.cp_se_movement__specs_info:last-child:after{display:none}}.cp_se_movement__specs_info:last-child:after{background-color:#404040;bottom:0;content:"";height:1px;position:absolute;transform:translate(-50%);width:68px}@media(min-width:2048px){.cp_se_movement__specs_info:last-child:after{height:.048828125vw;width:3.3203125vw}}.cp_se_movement__specs_name{display:block;margin-bottom:20px}@media(min-width:2048px){.cp_se_movement__specs_name{margin-bottom:.9765625vw}}.cp_se_movement__specs_divider{height:75px;position:relative}@media(min-width:1024px){.cp_se_movement__specs_divider{flex-basis:calc(5% - 20.9px);flex-grow:1;height:auto;margin-left:22px;max-width:calc(5% - 20.9px)}}@media(min-width:1024px)and (min-width:2048px){.cp_se_movement__specs_divider{flex-basis:calc(5% - 1.02051vw);flex-grow:1;max-width:calc(5% - 1.02051vw)}}@media(min-width:2048px){.cp_se_movement__specs_divider{margin-left:1.07421875vw}}.cp_se_movement__specs_divider:before{background-color:#404040;content:"";height:1px;left:50%;position:absolute;top:50%;transform:translate(-50%);width:68px}@media(min-width:1024px){.cp_se_movement__specs_divider:before{height:100%;top:auto;transform:translate(0);width:1px}}@media(min-width:2048px){.cp_se_movement__specs_divider:before{width:.048828125vw}}.pd_full_specs{background-color:#171717;color:#f3f3f3;padding:60px 21px}@media(min-width:1024px){.pd_full_specs{padding:70px 0}}@media(min-width:2048px){.pd_full_specs{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.pd_full_specs__categories{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}@media(min-width:1024px){.pd_full_specs__categories{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}}.pd_full_specs__title{color:#fff;text-transform:uppercase;width:100%}@media(min-width:2048px){.pd_full_specs__title{letter-spacing:.09765625vw}}.pd_full_specs__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.pd_full_specs__title{font-size:.9765625vw}}.pd_full_specs__title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px){.pd_full_specs__title{flex-basis:calc(20% + 26.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(20% + 26.4px)}}@media(min-width:1024px)and (min-width:2048px){.pd_full_specs__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.pd_full_specs__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.pd_full_specs__title{font-size:1.953125vw}}@media(min-width:1024px){.pd_full_specs__title{font-size:2.5rem;line-height:1.125}}@media(min-width:1024px)and (min-width:2048px){.pd_full_specs__title{flex-basis:calc(20% + 1.28906vw);flex-grow:1;max-width:calc(20% + 1.28906vw)}}.pd_full_specs__header{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:30px}@media(min-width:1024px){.pd_full_specs__header{padding-bottom:80px}}@media(min-width:2048px){.pd_full_specs__header{padding-bottom:3.90625vw}}.pd_full_specs__spec{padding-bottom:30px}@media(min-width:2048px){.pd_full_specs__spec{padding-bottom:1.46484375vw}}.pd_full_specs__spec:last-child{padding-bottom:0}.pd_full_specs__spec_title{padding-bottom:12px;text-transform:uppercase}@media(min-width:2048px){.pd_full_specs__spec_title{padding-bottom:.5859375vw}}.pd_full_specs__spec_title:first-child{padding-top:50px}@media(min-width:1024px){.pd_full_specs__spec_title:first-child{padding-top:0}}.pd_full_specs__user_manual{font-family:Gotham Medium,Arial,sans-serif;padding-top:40px;text-align:center}@media(min-width:1024px){.pd_full_specs__user_manual{padding-top:80px}}.pd_full_specs__user_manual_link{color:#fff;text-decoration:none;text-transform:uppercase}.pd_full_specs__user_manual_icon{color:#de2b2b;margin-right:9px}.pd_full_specs__user_manual_icon:before{display:inline-block;transform:rotate(90deg)}@media(min-width:2048px){.pd_full_specs__user_manual_icon{margin-right:.439453125vw}}.pd_full_specs__user_manual_icon,.pd_full_specs__user_manual_instruction{border-bottom:1px solid #de2b2b;padding-bottom:5px}@media(min-width:2048px){.pd_full_specs__user_manual_icon,.pd_full_specs__user_manual_instruction{border-bottom-width:.048828125vw;padding-bottom:.244140625vw}}.pd_full_specs__category{width:100%}@media(min-width:1024px)and (min-width:1024px){.pd_full_specs__category--case{flex-basis:calc(20% + 26.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(20% + 26.4px)}}@media(min-width:1024px)and (min-width:1024px)and (min-width:2048px){.pd_full_specs__category--case{flex-basis:calc(20% + 1.28906vw);flex-grow:1;max-width:calc(20% + 1.28906vw)}}@media(min-width:1024px)and (min-width:1024px){.pd_full_specs__category--movement{flex-basis:calc(15% - 18.7px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(15% - 18.7px)}}@media(min-width:1024px)and (min-width:1024px)and (min-width:2048px){.pd_full_specs__category--movement{flex-basis:calc(15% - 0.91309vw);flex-grow:1;max-width:calc(15% - .91309vw)}}@media(min-width:1024px)and (min-width:1024px){.pd_full_specs__category--strap_clasp{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(15% + 3.3px);max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:1024px)and (min-width:2048px){.pd_full_specs__category--strap_clasp{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.pd_full_specs__category_specs{border-bottom:1px solid #262626;overflow:hidden;padding-bottom:50px}@media(min-width:1024px){.pd_full_specs__category_specs{border-bottom:0;max-height:none;overflow:visible;padding-bottom:0;transform:none}}.pd_full_specs__category_title{color:#8c8c8c;text-transform:uppercase}.pd_full_specs__category_toggle{display:flex;flex-flow:column nowrap;justify-content:center;padding:0;position:relative;width:10px}.pd_full_specs__category_toggle span{background-color:#767676;bottom:0;color:#767676;left:0;right:0}.pd_full_specs__category_toggle span:first-of-type{height:2px;left:0;right:0;top:25%;transform:translateY(-50%);width:10px}.pd_full_specs__category_toggle span:last-child{height:10px;left:50%;top:0;transform:translateX(-50%);width:2px}.pd_full_specs__category_toggle.gn_accordion_section__state--expanded span:last-child{top:1px;transform:rotate(90deg) translateX(-50%)}@media(min-width:1024px){.pd_full_specs__category_toggle{display:none}}.pd_full_specs__category_header{align-items:stretch;border-bottom:1px solid #262626;display:flex;flex-direction:row;justify-content:space-between;padding:30px 0 22px}@media(min-width:1024px){.pd_full_specs__category_header{border-bottom:0;display:block;padding-bottom:30px}}@media(min-width:2048px){.pd_full_specs__category_header{padding-bottom:1.46484375vw;padding-top:1.07421875vw}}.pd_full_specs__category .category_icon{font-size:10px;height:10px;width:10px}.pd_full_specs__category .category_icon_vertical{position:absolute;transform:rotate(90deg)}.pd_full_specs .gn_accordion_section{border-top:0}.pd_full_specs .gn_accordion_section:last-child{border-bottom:0}@media(min-width:1024px){.pd_full_specs .gn_accordion_section__content--closed{max-height:none;opacity:1}}.pd_scroll_to{display:flex;justify-content:center;padding-bottom:20px;width:90vw}@media(min-width:1024px){.pd_scroll_to{padding-bottom:27px;width:max-content}}@media(min-width:2048px){.pd_scroll_to{padding-bottom:1.318359375vw}}.pd_scroll_to__button{align-items:center;background-color:transparent;border:none;display:flex;justify-content:center;text-transform:uppercase;width:max-content}@media(min-width:2048px){.pd_scroll_to__button{font-size:.390625vw;letter-spacing:.09765625vw}}.pd_scroll_to__button{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}.light_pd_hero .pd_scroll_to__button{color:#fff}@media(min-width:1024px)and (min-width:2048px){.pd_scroll_to__button{font-size:.48828125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.pd_scroll_to__button{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.pd_scroll_to__button:hover{color:#767676}.pd_scroll_to__button:hover svg path{fill:#767676}.pd_scroll_to__button:hover~div{opacity:1;visibility:visible}}.pd_scroll_to__button span{margin-right:6px;margin-top:4px}@media(min-width:1024px){.pd_scroll_to__button span{margin-right:10px}}.pd_scroll_to__tooltip{background-color:#262626;color:#fff;display:none;left:-24px;opacity:0;padding:28px 24px 26px;position:absolute;top:-83px;transition:visibility .25s,opacity .25s;visibility:hidden;width:251px}@media(min-width:1024px){.pd_scroll_to__tooltip{display:inline-block;left:100%;top:-104%}}@media(min-width:2048px){.pd_scroll_to__tooltip{left:12.20703125vw;padding:28px 24px 26px;top:-2.44140625vw;width:12.255859375vw}}.pd_scroll_to__tooltip:before{background:#262626;content:"";height:6px;left:209px;position:absolute;top:75px;transform:rotate(45deg);width:6px}@media(min-width:1024px){.pd_scroll_to__tooltip:before{left:-3px;top:58px}}@media(min-width:2048px){.pd_scroll_to__tooltip:before{height:.29296875vw;left:-.146484375vw;top:2.83203125vw;width:.29296875vw}}.pd_scroll_to__tooltip_text{text-align:center;text-transform:none}@media(min-width:2048px){.pd_scroll_to__tooltip_text{font-size:.68359375vw}}.pd_scroll_to__tooltip_text{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}.pd_purchase-help{background:#f0f0f0;color:#171717;padding:40px 20px;text-align:left}@media(min-width:1024px){.pd_purchase-help{padding:70px 165px;text-align:left}}.pd_purchase-help>h2{font-family:Gotham Bold,Arial,sans-serif;font-size:20px;letter-spacing:2px;line-height:25px;margin-bottom:12px;text-transform:uppercase}@media(min-width:1024px){.pd_purchase-help>h2{font-size:30px;font-weight:700;line-height:35px}}.pd_purchase-help>p{font-family:Galaxie Copernicus Book,Arial,sans-serif;font-size:14px;line-height:32px;margin-bottom:15px}@media(min-width:1024px){.pd_purchase-help>p{margin-bottom:0;margin-left:3px;margin-right:20px}.pd_purchase-help>p,.pd_purchase-help__info{display:inline-block}}.pd_purchase-help__item{color:#171717;display:block;font-size:12px;line-height:20px;margin-bottom:15px;text-decoration:none}@media(min-width:1024px){.pd_purchase-help__item{display:inline-block;margin-bottom:0;margin-right:20px}}.pd_purchase-help__item:last-child{margin-bottom:0}.pd_purchase-help__item .icon{margin-right:5px}.pd_purchase-help__item span{line-height:1;vertical-align:middle}.pd_purchase-help__title{font-family:Gotham Medium,Arial,sans-serif;font-weight:700;letter-spacing:1.5px;margin-right:8px;text-transform:uppercase}.pd_purchase-help__opening{margin-top:15px}.pd_purchase-help__text{color:#171717}@media(min-width:2048px){.pd_purchase-help__text{font-size:.68359375vw}}.pd_purchase-help__text{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}.pd_purchase-help__value{color:#de2b2b;font-family:Galaxie Copernicus Book,Arial,sans-serif;font-size:14px}.pd_hero{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 1px,0,transparent 16.6666666667%);border-bottom:1px solid #f0f0f0;border-left:0;border-right:1px solid #f0f0f0;margin-left:11px;margin-right:11px;padding-left:11px;padding-right:11px}@media(min-width:1024px){.pd_hero_active_nft .pd_hero__wrapper .pd_hero__content{margin-top:62px}}@media(min-width:2048px){.pd_hero{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 .048828125vw,0,transparent 16.6666666667%);border-width:.048828125vw;margin-left:.537109375vw;margin-right:.537109375vw;padding-left:.537109375vw;padding-right:.537109375vw}}@media(min-width:1024px){.pd_hero{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 .048828125vw,0,transparent 5%)}}@media(min-width:1024px){@-moz-document url-prefix(){.pd_hero{background:repeating-linear-gradient(90deg,transparent,transparent calc(100% - 1px),#f0f0f0,calc(100% - 1px),#f0f0f0);background-size:132px}}}.pd_hero_font_white{color:#fff}.pd_hero_font_black{color:#171717}.pd_hero_pink{background:repeating-linear-gradient(90deg,#cc006c,#cc006c 1px,0,transparent 16.6666666667%);border-bottom:1px solid #cc006c;border-right:1px solid #cc006c}@media(min-width:2048px){.pd_hero_pink{background:repeating-linear-gradient(90deg,#cc006c,#cc006c 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_pink{background:repeating-linear-gradient(90deg,#cc006c,#cc006c 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_pink{background:repeating-linear-gradient(90deg,#cc006c,#cc006c 1px,0,transparent 5%)}}.pd_hero_red{background:repeating-linear-gradient(90deg,#d9001e,#d9001e 1px,0,transparent 16.6666666667%);border-bottom:1px solid #d9001e;border-right:1px solid #d9001e}@media(min-width:2048px){.pd_hero_red{background:repeating-linear-gradient(90deg,#d9001e,#d9001e 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_red{background:repeating-linear-gradient(90deg,#d9001e,#d9001e 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_red{background:repeating-linear-gradient(90deg,#d9001e,#d9001e 1px,0,transparent 5%)}}.pd_hero_orange{background:repeating-linear-gradient(90deg,#f2902f,#f2902f 1px,0,transparent 16.6666666667%);border-bottom:1px solid #f2902f;border-right:1px solid #f2902f}@media(min-width:2048px){.pd_hero_orange{background:repeating-linear-gradient(90deg,#f2902f,#f2902f 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_orange{background:repeating-linear-gradient(90deg,#f2902f,#f2902f 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_orange{background:repeating-linear-gradient(90deg,#f2902f,#f2902f 1px,0,transparent 5%)}}.pd_hero_yellow{background:repeating-linear-gradient(90deg,#faf56d,#faf56d 1px,0,transparent 16.6666666667%);border-bottom:1px solid #faf56d;border-right:1px solid #faf56d}@media(min-width:2048px){.pd_hero_yellow{background:repeating-linear-gradient(90deg,#faf56d,#faf56d 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_yellow{background:repeating-linear-gradient(90deg,#faf56d,#faf56d 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_yellow{background:repeating-linear-gradient(90deg,#faf56d,#faf56d 1px,0,transparent 5%)}}.pd_hero_green{background:repeating-linear-gradient(90deg,#27c166,#27c166 1px,0,transparent 16.6666666667%);border-bottom:1px solid #27c166;border-right:1px solid #27c166}@media(min-width:2048px){.pd_hero_green{background:repeating-linear-gradient(90deg,#27c166,#27c166 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_green{background:repeating-linear-gradient(90deg,#27c166,#27c166 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_green{background:repeating-linear-gradient(90deg,#27c166,#27c166 1px,0,transparent 5%)}}.pd_hero_pale_blue{background:repeating-linear-gradient(90deg,#00b7d4,#00b7d4 1px,0,transparent 16.6666666667%);border-bottom:1px solid #00b7d4;border-right:1px solid #00b7d4}@media(min-width:2048px){.pd_hero_pale_blue{background:repeating-linear-gradient(90deg,#00b7d4,#00b7d4 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_pale_blue{background:repeating-linear-gradient(90deg,#00b7d4,#00b7d4 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_pale_blue{background:repeating-linear-gradient(90deg,#00b7d4,#00b7d4 1px,0,transparent 5%)}}.pd_hero_light_blue{background:repeating-linear-gradient(90deg,#0a99ff,#0a99ff 1px,0,transparent 16.6666666667%);border-bottom:1px solid #0a99ff;border-right:1px solid #0a99ff}@media(min-width:2048px){.pd_hero_light_blue{background:repeating-linear-gradient(90deg,#0a99ff,#0a99ff 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_light_blue{background:repeating-linear-gradient(90deg,#0a99ff,#0a99ff 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_light_blue{background:repeating-linear-gradient(90deg,#0a99ff,#0a99ff 1px,0,transparent 5%)}}.pd_hero_blue{background:repeating-linear-gradient(90deg,#3c62e5,#3c62e5 1px,0,transparent 16.6666666667%);border-bottom:1px solid #0a99ff;border-right:1px solid #0a99ff}@media(min-width:2048px){.pd_hero_blue{background:repeating-linear-gradient(90deg,#3c62e5,#3c62e5 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_blue{background:repeating-linear-gradient(90deg,#0a99ff,#0a99ff 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_blue{background:repeating-linear-gradient(90deg,#0a99ff,#0a99ff 1px,0,transparent 5%)}}.pd_hero_purple{background:repeating-linear-gradient(90deg,#7f3c89,#7f3c89 1px,0,transparent 16.6666666667%);border-bottom:1px solid #cb62c3;border-right:1px solid #cb62c3}@media(min-width:2048px){.pd_hero_purple{background:repeating-linear-gradient(90deg,#7f3c89,#7f3c89 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_purple{background:repeating-linear-gradient(90deg,#cb62c3,#cb62c3 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_purple{background:repeating-linear-gradient(90deg,#cb62c3,#cb62c3 1px,0,transparent 5%)}}.pd_hero_pale_purple{background:repeating-linear-gradient(90deg,#963cc3,#963cc3 1px,0,transparent 16.6666666667%);border-bottom:1px solid #963cc3;border-right:1px solid #963cc3}@media(min-width:2048px){.pd_hero_pale_purple{background:repeating-linear-gradient(90deg,#963cc3,#963cc3 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_pale_purple{background:repeating-linear-gradient(90deg,#963cc3,#963cc3 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_pale_purple{background:repeating-linear-gradient(90deg,#963cc3,#963cc3 1px,0,transparent 5%)}}.pd_hero_light_purple{background:repeating-linear-gradient(90deg,#cb62c3,#cb62c3 1px,0,transparent 16.6666666667%);border-bottom:1px solid #cb62c3;border-right:1px solid #cb62c3}@media(min-width:2048px){.pd_hero_light_purple{background:repeating-linear-gradient(90deg,#cb62c3,#cb62c3 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_light_purple{background:repeating-linear-gradient(90deg,#cb62c3,#cb62c3 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_light_purple{background:repeating-linear-gradient(90deg,#cb62c3,#cb62c3 1px,0,transparent 5%)}}.pd_hero_light_pink{background:repeating-linear-gradient(90deg,#ff5dcc,#ff5dcc 1px,0,transparent 16.6666666667%);border-bottom:1px solid #ff5dcc;border-right:1px solid #ff5dcc}@media(min-width:2048px){.pd_hero_light_pink{background:repeating-linear-gradient(90deg,#ff5dcc,#ff5dcc 1px,0,transparent 16.6666666667%)}}@media(min-width:1024px){.pd_hero_light_pink{background:repeating-linear-gradient(90deg,#ff5dcc,#ff5dcc 1px,0,transparent 5%)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero_light_pink{background:repeating-linear-gradient(90deg,#ff5dcc,#ff5dcc 1px,0,transparent 5%)}}.pd_hero__price_warning{padding-bottom:20px;text-align:center}@media(min-width:2048px){.pd_hero__price_warning{font-size:.68359375vw}}.pd_hero__price_warning{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}@media(min-width:2048px){.pd_hero__price_warning{padding-bottom:.9765625vw}}.pd_hero__message{background:#fff;border-bottom:1px solid #f0f0f0;padding:18px 0;text-align:center}.pd_hero__message p{color:#171717;font-family:Galaxie Copernicus Italic,Arial,sans-serif}.pd_hero__message--mobile p{font-size:14px}@media(min-width:1024px){.pd_hero__message--mobile{display:none}}.pd_hero__message--desktop{border-bottom:none;display:none;padding:0 0 16px}.pd_hero__message--desktop p{font-size:16px}@media(min-width:1024px){.pd_hero__message--desktop{display:block}}.pd_hero__watch3d{display:none}@media(min-width:1024px){.pd_hero__watch3d{display:block;left:-10px;position:absolute;top:4.6vw}}@media(min-width:1401px){.pd_hero__watch3d{top:5.2vw}}@media(min-width:2048px){.pd_hero__watch3d{top:5.5vw}}.pd_hero__watch3d .watch3d-button{background:none;border:none;color:#262626;font-size:52px}@media(min-width:2048px){.pd_hero__watch3d .watch3d-button span[class*=" icon-"]:before{font-size:52px}}.pd_hero__watch3d .ajax-progress-throbber{display:none}.pd_hero__watch3d-mobile{display:flex;flex-direction:column;left:5px;position:absolute;top:41%}.pd_hero__watch3d-mobile .watch3d-button{background:none;border:none;color:#262626;font-size:42px}.pd_hero__watch3d-mobile .ajax-progress-throbber{display:none}@media(min-width:1024px){.pd_hero__watch3d-mobile{display:none}}.pd_hero__exclusive{display:none;margin-left:88px;padding-top:38px;position:relative;text-align:center}@media(min-width:1024px){.pd_hero__exclusive{display:block}}.pd_hero__exclusive span{display:block;font-size:12px;letter-spacing:6px;line-height:20px;margin-bottom:20px}.pd_hero__exclusive p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:24px;line-height:32px;margin:0 auto;max-width:70%;text-transform:capitalize}.pd_hero__exclusive:after{border-top:1px solid #171717;bottom:-40px;content:"";left:50%;position:absolute;transform:translateX(-50%);width:70px}.pd_hero__discover_button{align-items:center;border-radius:50%;display:flex;font-size:10px;height:80px;position:absolute;right:6px;text-align:center;text-decoration:none;top:365px;vertical-align:middle;width:80px}.pd_hero__discover_button_white{color:#fff}.pd_hero__discover_button_black{color:#171717}@media(min-width:1024px){.pd_hero__discover_button{font-size:12px;height:100px;left:-20px;right:unset;top:286px;width:100px}}.pd_hero__discover_button_toggle{background-color:#fff!important;color:#171717}.pd_hero__discover_button_watch{display:none}.pd_hero__discover_button_watch_show{display:flex}.pd_hero__discover_button_nft_hide{display:none}.pd_hero__strap{margin-bottom:0;padding-top:45px;text-align:center}.pd_hero__strap .title-12{color:#8c8c8c;font-family:Gotham Bold,Arial,sans-serif!important;font-weight:400}.pd_hero__strap .title-12 strong{color:#171717}.pd_hero__strap .title-12 .icon{color:#8c8c8c;cursor:pointer;font-size:16px;position:relative;top:2px}@media(min-width:1024px){.pd_hero__strap{margin-bottom:-40px}}.pd_hero__strap_popup{align-items:center;animation:fade_in_show .5s;background:hsla(0,0%,9%,.6);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99}.pd_hero__strap_popup_prevent_scroll{height:100vh;overflow:hidden}.pd_hero__strap_popup_hide{display:none}.pd_hero__strap_popup_modal{align-items:center;display:flex;flex-direction:column;height:max-content;position:relative;width:-webkit-fill-available}@media(min-width:1024px){.pd_hero__strap_popup_modal{flex-direction:row;width:974px}}.pd_hero__strap_popup_modal .close{display:flex;justify-content:flex-end;position:absolute;right:30px;top:30px;width:100%}@media(min-width:1024px){.pd_hero__strap_popup_modal .close{right:40px;top:40px}}@media(min-width:768px){.pd_hero__strap_popup_modal .close_no_image{right:14vw}}@media(min-width:1024px){.pd_hero__strap_popup_modal .close_no_image{right:40px}}.pd_hero__strap_popup_modal .close .modal__close{margin-right:0;width:auto}.pd_hero__strap_popup_modal .close .modal__close .modal__header_btn{background-color:transparent}.pd_hero__strap_popup_modal .watch{align-items:center;background-color:#171717;display:flex;flex-direction:column;height:49.5vh;overflow:hidden;width:100%}@media(min-width:1024px){.pd_hero__strap_popup_modal .watch{height:684px;overflow:unset;width:50%}}.pd_hero__strap_popup_modal .watch .watch_container{position:relative;top:5%;width:48%}@media(min-width:768px){.pd_hero__strap_popup_modal .watch .watch_container{top:-110px;width:260px}}@media(min-width:1024px){.pd_hero__strap_popup_modal .watch .watch_container{top:unset;width:50%}}.pd_hero__strap_popup_modal .watch .watch_container .body_image{max-width:100%;position:absolute;top:-255px;z-index:1}.pd_hero__strap_popup_modal .watch .watch_container .strap_image{max-width:100%;position:absolute;top:-255px;z-index:0}.pd_hero__strap_popup_modal .message{background-color:#fff;color:#404040;display:flex;flex:auto;flex-direction:column;height:50.5vh;overflow-y:scroll;text-align:center;width:100%}@media(min-width:1024px){.pd_hero__strap_popup_modal .message{height:684px;overflow-y:unset;width:50%}}.pd_hero__strap_popup_modal .message h4{color:#262626;font-family:Gotham Bold,Arial,sans-serif;font-size:18px;margin-top:35px}@media(min-width:1024px){.pd_hero__strap_popup_modal .message h4{font-size:20px;line-height:25px;margin:220px auto 0;width:258px}}.pd_hero__strap_popup_modal .message hr{border:none;border-top:3px solid #de2b2b;margin-top:22px;width:16px}.pd_hero__strap_popup_modal .message p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:16px;line-height:24px;margin:22px auto 0;width:294px}@media(min-width:1024px){.pd_hero__strap_popup_modal .message p{width:330px}}.pd_hero__strap_popup_modal .message span{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:13px;line-height:16px;margin:auto auto 30px;width:294px}@media(min-width:1024px){.pd_hero__strap_popup_modal .message span{width:330px}}.pd_hero__strap_popup_modal .message_no_image{height:100vh;padding-top:80px}@media(min-width:1024px){.pd_hero__strap_popup_modal .message_no_image{height:684px;padding-top:0}}@media(min-width:768px)and (max-width:1023px){.pd_hero__strap_popup_modal .message_no_image{height:60vh;width:80vw}}@media(min-width:1024px){.pd_hero__strap_popup_modal .message_no_image h4{margin:130px auto 0;width:450px}}.pd_hero__error{color:#de2b2b;display:none;font-size:10px;letter-spacing:2px;line-height:15px;max-width:70%;padding:0 0 16px;text-align:center;text-transform:uppercase}@media(min-width:1024px){.pd_hero__error{padding:0 0 25px}}.pd_hero__error--shown{display:block}.pd_hero__error--highlight p{-webkit-animation:target-fade 3s 1;-moz-animation:target-fade 3s 1}.pd_hero__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:30px;position:relative}@media(min-width:1024px){.pd_hero__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:70px}}@media(min-width:2048px){.pd_hero__wrapper{padding-bottom:3.41796875vw}}.pd_hero__col{width:100%}@media(min-width:1024px){.pd_hero__col{width:33.3333333333%}}.pd_hero__content{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;text-transform:uppercase;width:100%}@media(min-width:1024px){.pd_hero__content{align-items:flex-start;display:flex;flex-basis:calc(90% - 2.2px);flex-basis:auto;flex-direction:row;flex-grow:1;flex-grow:0;height:65%;justify-content:space-between;max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero__content{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.pd_hero__content .ca-promotional-widget-container{background:#fff;border:1px solid #f0f0f0;font-size:14px;margin-bottom:25px;margin-top:10px;padding:5px}@media(min-width:1024px){.pd_hero__content .ca-promotional-widget-container{margin-top:20px}}.pd_hero__content .ca-promotional-widget-text-container{text-transform:none}.pd_hero__content h1{text-align:center}@media(min-width:1024px){.pd_hero__content h1{text-align:left}}.pd_hero__content .nft_title{position:relative;z-index:2}@media(min-width:1024px){.pd_hero__content .nft_title{width:25vw}}@media(min-width:1401px){.pd_hero__content .nft_title{width:auto}}.pd_hero__content img{height:45vh;width:auto}@media(min-width:1024px){.pd_hero__content img{height:calc(100% - 94px);height:40vw;margin-top:0;width:auto}}.pd_hero__content_watch{display:flex;flex-direction:column;position:relative}.pd_hero__content_watch_nft{display:none}.pd_hero__content_watch_nft_show{animation:fade_in_show 2s;display:flex;height:auto!important;margin:51px auto 56px;width:240px!important}@media(min-width:1024px){.pd_hero__content_watch_nft_show{height:520px!important;margin:50px 0 36px!important;width:auto!important}}.pd_hero__content_watch_img{animation:fade_in_show 2s;display:block}.pd_hero__content_watch_img_hide{display:none}@media(min-width:1024px){.pd_hero__content_watch{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;position:relative}}.pd_hero__content_watch .pd_scroll_to__container{left:80%;position:absolute;top:10%}@media(min-width:1024px){.pd_hero__content_watch .pd_scroll_to__container{left:unset;right:30px;top:50px}}@media(min-width:2048px){.pd_hero__content_watch .pd_scroll_to__container{right:1.46484375vw;top:2.44140625vw}}.pd_hero__content_details{align-items:center;display:flex;flex-direction:column;justify-content:center;order:1}@media(min-width:1024px){.pd_hero__content_details{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;order:0;position:relative;top:13vw}}.pd_hero__content_details .subtitle-10{margin-top:20px}@media(min-width:1024px){.pd_hero__content_details .subtitle-10{margin-top:40px}}@media(min-width:2048px){.pd_hero__content_details .subtitle-10{margin-top:1.953125vw}}.pd_hero__content_message{position:relative;top:13vw}.pd_hero__content_message:has(.nft__copy){margin-bottom:28px;order:3;position:unset}@media(min-width:1024px){.pd_hero__content_message:has(.nft__copy){order:unset;position:relative;text-align:left;top:13vw}}.pd_hero__content_message:has(.nft__copy) .nft__copy{display:none;font-size:14px;position:relative;text-align:center;text-transform:none}.pd_hero__content_message:has(.nft__copy) .nft__copy_show{display:block}@media(min-width:1024px){.pd_hero__content_message:has(.nft__copy) .nft__copy{font-size:20px;margin-left:calc(35% + 7.7px);position:absolute;text-align:left;top:-10px;width:260px}}.pd_hero__content_new{align-items:center;background:#de2b2b;color:#fff;display:flex;flex-direction:column;height:25px;justify-content:center;left:-6px;margin-bottom:20px;margin-right:21px;padding:0 10px;position:absolute;top:0;width:auto}@media(min-width:1024px){.pd_hero__content_new{position:static}}@media(min-width:2048px){.pd_hero__content_new{height:1.220703125vw;margin-bottom:.9765625vw;margin-right:1.025390625vw;padding:0 .48828125vw}}.pd_hero__content_nft{align-items:center;background:#e5e5e5;color:#262626;display:flex;flex-direction:column;flex-direction:row;height:25px;justify-content:center;left:0;margin-bottom:20px;margin-right:21px;padding:0 10px;position:absolute;top:0;width:100vw}@media(min-width:2048px){.pd_hero__content_nft{font-size:.390625vw;letter-spacing:.09765625vw}}.pd_hero__content_nft{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}@media(min-width:1024px){.pd_hero__content_nft{left:-6px;position:static;width:auto}}@media(min-width:1024px)and (min-width:2048px){.pd_hero__content_nft{font-size:.48828125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.pd_hero__content_nft{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}}.pd_hero__content_nft .icon{color:#171717;font-size:13px;padding-right:5px;padding-top:4px}.pd_hero__content_country-flag{align-items:center;background:#f0f0f0;color:#000;display:flex;flex-direction:column;flex-direction:row;height:25px;justify-content:center;padding:0 10px;position:absolute;right:0;top:0}@media(min-width:1024px){.pd_hero__content_country-flag{margin-bottom:20px;margin-right:21px;position:static}}@media(min-width:2048px){.pd_hero__content_country-flag{height:1.220703125vw;margin-bottom:.9765625vw;margin-right:1.025390625vw;padding:0 .48828125vw}}.pd_hero__content_country-flag span{font-family:Gotham Book,Arial,sans-serif;font-size:10px;letter-spacing:1px}.pd_hero__content_country-flag img{height:14px;margin-right:5px;width:18px}.pd_hero__content_sizes{display:flex;justify-content:space-between;margin-bottom:30px;margin-top:15px;width:auto}@media(min-width:1024px){.pd_hero__content_sizes{margin-bottom:36px;margin-top:20px}}@media(min-width:2048px){.pd_hero__content_sizes{margin-bottom:1.7578125vw;margin-top:.9765625vw}}.pd_hero__content_flags{display:flex}.pd_hero__case-link{color:#767676;margin-left:10px;margin-right:10px;text-decoration:none}@media(min-width:1024px){.pd_hero__case-link{margin-left:0;margin-right:20px}}@media(min-width:2048px){.pd_hero__case-link{margin-right:.9765625vw}}.pd_hero__case-link--current{border-bottom:1px solid #de2b2b;color:inherit}@media(min-width:2048px){.pd_hero__case-link--current{border-bottom-width:.048828125vw}}.pd_hero__cta{height:35%;width:100%}.pd_hero__cta .code__qr{display:none}@media(min-width:1024px){.pd_hero__cta .code__qr{display:flex}}.pd_hero__cta .code__qr.show{display:flex}.pd_hero__make_appointment{align-items:center;display:flex;flex-basis:calc(66.66667% - 7px);flex-direction:column;flex-grow:1;justify-content:center;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.pd_hero__make_appointment{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.pd_hero__make_appointment{flex-basis:calc(50% - 11px);flex-grow:1;margin-left:calc(25% + 5.5px);max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero__make_appointment{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.pd_hero__make_appointment_btn.button-dark{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:0;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero__make_appointment_btn.button-dark{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.pd_hero__make_appointment .button-dark{margin-bottom:20px}.pd_hero__make_appointment .button-dark:disabled{background-color:#171717}.pd_hero__make_appointment .button-gray{background-color:#b2b2b2;border:none;color:#fff}.pd_hero__make_appointment .button-gray:disabled{background-color:#b2b2b2}.pd_hero__make_appointment .indian-market-quote{text-align:center}@media(min-width:2048px){.pd_hero__make_appointment .indian-market-quote{font-size:.68359375vw}}.pd_hero__make_appointment .indian-market-quote{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}.pd_hero__make_appointment .indian-market-quote a{color:#171717;font-weight:400;text-decoration:none}.pd_hero__make_appointment_container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.pd_hero__make_appointment_container .button-dark{margin-left:0}.pd_hero__make_appointment_reserved{padding-left:20px;padding-right:20px;padding-top:20px}@media(min-width:2048px){.pd_hero__make_appointment_reserved{font-size:.68359375vw}}.pd_hero__make_appointment_reserved{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.pd_hero__make_appointment_reserved em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.pd_hero__make_appointment_reserved strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.pd_hero__make_appointment_reserved{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.pd_hero__make_appointment_reserved{flex-basis:calc(50% - 11px);flex-grow:1;margin-bottom:-60px;margin-left:calc(25% + 5.5px);max-width:calc(50% - 11px);padding-top:14px;text-align:center}}@media(min-width:1024px)and (min-width:2048px){.pd_hero__make_appointment_reserved{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:2048px){.pd_hero__make_appointment_reserved{flex-basis:calc(30% - 15.4px);flex-grow:1;margin-left:calc(35% + 7.7px);max-width:calc(30% - 15.4px)}}@media(min-width:2048px)and (min-width:2048px){.pd_hero__make_appointment_reserved{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}@media(min-width:1024px){.pd_hero__add_to_cart_cta{flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.pd_hero__add_to_cart_cta{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.pd_hero__add_to_cart_cta_white{background-color:#fff!important;color:#171717!important}.pd_hero__path-360{width:100%}.pd_hero__actions{display:flex;order:-1}.pd_hero__actions_finance-plan{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:20px;margin-top:0;text-align:left}@media(min-width:1024px){.pd_hero__actions_finance-plan{margin-bottom:0;margin-top:18px}}.pd_hero__actions_finance-plan .text{text-transform:none}.pd_hero__actions_finance-plan .text .icon-truck{font-size:16px;position:relative;top:3px}.pd_hero__actions_finance-plan .finance_message{display:flex;flex-direction:row;margin-top:20px}@media(min-width:1024px){.pd_hero__actions_finance-plan .finance_message{margin-top:10px}}.pd_hero__actions_finance-plan .finance_message .finance-logo img{height:40px;margin-right:5px}.pd_hero__actions_finance-plan .finance_message .finance-logo .icon-finance{font-size:94px;margin-right:12px;position:relative;top:-52px}@media(min-width:1401px){.pd_hero__actions_finance-plan .finance_message .finance-logo .icon-finance:before{font-size:94px!important}}.pd_hero__actions_finance-plan .finance_message .finance-info{align-items:baseline;display:flex;flex-direction:column}.pd_hero__actions_finance-plan .finance_message .finance-info .title{text-transform:none}@media(min-width:2048px){.pd_hero__actions_finance-plan .finance_message .finance-info .title{font-size:.68359375vw}}.pd_hero__actions_finance-plan .finance_message .finance-info .title{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}.pd_hero__actions_finance-plan .finance_message .finance-info .subtitle{margin-top:-6px;padding-bottom:5px;text-transform:none}@media(min-width:2048px){.pd_hero__actions_finance-plan .finance_message .finance-info .subtitle{font-size:.48828125vw}}.pd_hero__actions_finance-plan .finance_message .finance-info .subtitle{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.625rem;line-height:2.4}.pd_hero__actions_finance-plan .finance_message .finance-info .pd_hero__actions_btns{display:none}.pd_hero__actions_finance-plan .finance_message .finance-info .link{color:inherit}.pd_hero__actions_finance-plan .finance_message .finance-info .ajax-progress-throbber{display:none}@media(min-width:1024px){.pd_hero__actions_finance-plan .finance_message .finance-info .pd_hero__actions_btns{display:flex;margin-top:22px}.pd_hero__actions_finance-plan .finance_message .finance-info .pd_hero__actions_btns .wl_button__icon{margin-right:24px}.pd_hero__actions{order:0}}.pd_hero__actions_btns{display:flex}.pd_hero__actions .pd_hero__action-button{display:none;margin-right:26px;padding:0 10px}@media(min-width:1024px){.pd_hero__actions .pd_hero__action-button{display:flex;flex-flow:column nowrap;justify-content:center}}.pd_hero__actions .pd_hero__action-button_color{color:#fff}@media(min-width:2048px){.pd_hero__actions .pd_hero__action-button{margin-right:1.26953125vw}.pd_hero__actions .icon-arrow-forward{font-size:.78125vw}}@media(min-width:1024px){.pd_hero__actions_spacing{margin-right:36px}}@media(min-width:2048px){.pd_hero__actions_spacing{margin-right:1.7578125vw}}.pd_hero__actions sup{display:inline;letter-spacing:0;vertical-align:super}.pd_hero__title--mobile{margin-top:30px}@media(min-width:1024px){.pd_hero__title--mobile{display:none}}.pd_hero__title--desktop{display:none;text-align:left}@media(min-width:1024px){.pd_hero__title--desktop{display:block}}.pd_hero__title--desktop span{font-size:18px}.pd_hero__icons{align-items:center;display:flex;flex-direction:column;justify-content:center;position:absolute;right:11px;top:50%;transform:translateY(-50%)}@media(min-width:1024px){.pd_hero__icons{display:none}}.pd_hero__icons .pd_hero__action-button{margin-bottom:40px}.pd_hero__icons .pd_hero__action-button_color{color:#fff}.pd_hero__icons .pd_hero__action-button.js_share_btn{margin-bottom:0;padding:0}@media(min-width:2048px){.pd_hero__icons .pd_hero__action-button{margin-bottom:1.953125vw}}.pd_hero__divider{background-color:#de2b2b;height:3px;margin-top:10px;width:20px}@media(min-width:1024px){.pd_hero__divider{display:none}}@media(min-width:2048px){.pd_hero__divider{height:.146484375vw;margin-top:.48828125vw;width:.9765625vw}}.pd_hero__catchphrase{padding-top:30px;text-align:center}@media(min-width:1024px){.pd_hero__catchphrase{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px);padding-top:80px}}@media(min-width:1024px)and (min-width:2048px){.pd_hero__catchphrase{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:2048px){.pd_hero__catchphrase{padding-top:3.90625vw}.pd_hero__catchphrase span{font-size:1.171875vw}}.pd_hero__catchphrase span{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:1024px)and (min-width:2048px){.pd_hero__catchphrase span{font-size:1.953125vw}}@media(min-width:1024px){.pd_hero__catchphrase span{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2.5rem;line-height:1.25}}.pd_hero__catchphrase_author{display:block;margin-top:27px;text-transform:uppercase}@media(min-width:2048px){.pd_hero__catchphrase_author{font-size:.5859375vw;letter-spacing:.0732421875vw}}.pd_hero__catchphrase_author{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px){.pd_hero__catchphrase_author{margin-top:17px}}.pd_hero__catchphrase_nft,.pd_hero__catchphrase_watch_hide{display:none}.pd_hero__catchphrase_nft_show{display:block}.pd_hero__action-button{background-color:transparent;border:0}.pd_hero__action-button__weChat{color:#222;margin-bottom:40px;margin-top:40px;text-decoration:none}@media(min-width:1024px){.pd_hero__action-button__weChat{display:none}}.pd_hero__online_exclusive{color:#de2b2b;font-family:Gotham Bold,Arial,sans-serif;font-size:12px;letter-spacing:2px;line-height:1.5;margin-bottom:39px}@media(min-width:1024px){.pd_hero__online_exclusive{font-size:12px;margin-bottom:24px}}@media(min-width:2048px){.pd_hero__online_exclusive{font-size:.5859375vw}}.pd_hero__hide{display:none}.pd_hero__we_chat_container{align-items:center;display:flex;justify-content:center}@media(min-width:1024px){.pd_hero__we_chat_container{display:none}}.pd_hero__we_chat_btn{text-align:center;text-decoration:none;width:max-content}.pd_hero__we_chat_btn:focus{outline:medium dotted #000}.pd_hero__we_chat_btn.we_chat_hidden,.we_chat_container_hide{display:none}.indian_btn{align-items:center;display:flex;justify-content:center}.indian_btn.pd_hero__make_appointment_btn .icon-phone{font-size:13px;margin-left:10px;margin-top:5px}.indian_btn.pd-nav__appointment .icon-phone{font-size:13px;margin-left:10px;margin-top:1px}.indian_btn.js_make_appointment_next .icon-phone{font-size:13px;margin-left:10px;margin-top:5px}@-webkit-keyframes target-fade{0%{background-color:rgba(222,43,43,.8)}to{background-color:rgba(222,43,43,0)}}@-moz-keyframes target-fade{0%{background-color:rgba(222,43,43,.8)}to{background-color:rgba(222,43,43,0)}}@-webkit-keyframes fade_in_show{0%{opacity:0}to{opacity:1}}@-moz-keyframes fade_in_show{0%{opacity:0}to{opacity:1}}.nft_bgcolor_pink{background-color:#bf0057}.nft_bgcolor_red{background-color:#cc000d}.nft_bgcolor_orange{background-color:#ed6f1d}.nft_bgcolor_yellow{background-color:#ffec26}.nft_bgcolor_green{background-color:#1faf48}.nft_bgcolor_pale_blue{background-color:#009cc7}.nft_bgcolor_light_blue{background-color:#006cff}.nft_bgcolor_blue{background-color:#3446c7}.nft_bgcolor_purple{background-color:#71267c}.nft_bgcolor_pale_purple{background-color:#882aae}.nft_bgcolor_light_purple{background-color:#bf4ba8}.nft_bgcolor_light_pink{background-color:#ff35bf}.nft__showcase{height:auto;width:100%}.nft__showcase__container{display:flex;flex-direction:column}.nft__showcase__container_black{color:#171717}.nft__showcase__container_white{color:#fff}@media(min-width:1024px){.nft__showcase__container{flex-direction:row}}.nft__showcase__container__content{padding:43px 22px 20px;text-align:left;width:100%}@media(min-width:1024px){.nft__showcase__container__content{padding:72px 92px 62px;text-align:left;width:50%}}.nft__showcase__container__content_title{font-size:50px;width:140px}@media(min-width:1024px){.nft__showcase__container__content_title{font-size:80px;width:280px}}.nft__showcase__container__content_subtitle{font-size:50px;padding-bottom:20px}.nft__showcase__container__content_subtitle_white{-webkit-text-stroke-color:#fff}.nft__showcase__container__content_subtitle_black{-webkit-text-stroke-color:#171717}@media(min-width:1024px){.nft__showcase__container__content_subtitle{font-size:80px;padding-bottom:40px}}.nft__showcase__container__content_pink{background-color:#bf0057}.nft__showcase__container__content_red{background-color:#cc000d}.nft__showcase__container__content_orange{background-color:#ed6f1d}.nft__showcase__container__content_yellow{background-color:#ffec26}.nft__showcase__container__content_green{background-color:#1faf48}.nft__showcase__container__content_pale_blue{background-color:#009cc7}.nft__showcase__container__content_light_blue{background-color:#006cff}.nft__showcase__container__content_blue{background-color:#3446c7}.nft__showcase__container__content_purple{background-color:#71267c}.nft__showcase__container__content_pale_purple{background-color:#882aae}.nft__showcase__container__content_light_purple{background-color:#71267c}.nft__showcase__container__content_light_pink{background-color:#ff35bf}.nft__showcase__container__watch{align-items:center;display:flex;flex-direction:column;padding:27px 20px;width:100%}@media(min-width:768px){.nft__showcase__container__watch{padding:27px 120px}}@media(min-width:1024px){.nft__showcase__container__watch{padding:62px 140px;width:50%}}.nft__showcase__container__watch_text{padding-bottom:16px;text-align:center;width:230px}@media(min-width:1024px){.nft__showcase__container__watch_text{width:280px}}@media(min-width:1401px){.nft__showcase__container__watch_text{font-size:32px;width:320px}}.nft__showcase__container__watch_image{height:auto;width:100%}@media(min-width:1024px){.nft__showcase__container__watch_image{height:426px;object-fit:cover;width:448px}}.nft__showcase__container__watch_pink{background-color:#cc006c}.nft__showcase__container__watch_red{background-color:#d9001e}.nft__showcase__container__watch_orange{background-color:#f2902f}.nft__showcase__container__watch_yellow{background-color:#faf56d}.nft__showcase__container__watch_green{background-color:#27c166}.nft__showcase__container__watch_pale_blue{background-color:#00b7d4}.nft__showcase__container__watch_light_blue{background-color:#0a99ff}.nft__showcase__container__watch_blue{background-color:#3c62e5}.nft__showcase__container__watch_purple{background-color:#7f3c89}.nft__showcase__container__watch_light_purple{background-color:#cb62c3}.nft__showcase__container__watch_pale_purple{background-color:#963cc3}.nft__showcase__container__watch_light_pink{background-color:#ff5dcc}.paragraph--type--nft-copyright{padding:20px 20px 60px}@media(min-width:768px){.paragraph--type--nft-copyright{align-items:flex-start;display:flex;flex-basis:calc(90% - 2.2px);flex-basis:auto;flex-direction:row;flex-grow:1;flex-grow:0;justify-content:space-between;margin-left:calc(10% + 2.2px);max-width:calc(90% - 2.2px);padding:60px 0 30px}}@media(min-width:768px)and (min-width:2048px){.paragraph--type--nft-copyright{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.modal-uk-fin{border:none!important;border-radius:0;max-height:540px;overflow-y:scroll;padding:0;width:92vw!important}@media(min-width:1024px){.modal-uk-fin{max-height:950px;width:850px!important}}.modal-uk-fin::-webkit-scrollbar{width:0}.modal-uk-fin #drupal-modal{color:#000;padding:26px 20px!important}@media(min-width:1024px){.modal-uk-fin #drupal-modal{padding:80px 65px!important}.modal-uk-fin #drupal-modal::-webkit-scrollbar{width:0}}.modal-uk-fin #drupal-modal .finance_modal_details{border:1px solid #e5e5e5;margin:20px 0 25px}@media(min-width:1024px){.modal-uk-fin #drupal-modal .finance_modal_details{width:89%}}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long{align-items:center;border:0;display:flex;flex-direction:column;padding:15px 10px}@media(min-width:2048px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long{font-size:.68359375vw}}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long{flex-direction:row;justify-content:space-evenly;padding:23px 0}}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long figure{text-align:center}@media(min-width:1024px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long figure{text-align:left}}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long figure img{height:auto;width:165px}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long figure figcaption{padding-top:15px;text-transform:uppercase}@media(min-width:2048px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long figure figcaption{font-size:.5859375vw;letter-spacing:.0732421875vw}}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long figure figcaption{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long figure figcaption{padding-top:5px}}@media(min-width:1024px)and (min-width:2048px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long figure figcaption{font-size:.68359375vw;letter-spacing:.146484375vw}}@media(min-width:1024px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long figure figcaption{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}}@media(min-width:2048px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long strong{font-size:.5859375vw;letter-spacing:.0732421875vw}}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long strong{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px)and (min-width:2048px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long strong{font-size:.68359375vw;letter-spacing:.146484375vw}}@media(min-width:1024px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long strong{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long ul{list-style:disc;padding-top:14px}@media(min-width:1024px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long ul{padding-top:0}}@media(min-width:2048px){.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long ul li{font-size:.68359375vw}}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long ul li{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long ul li em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long ul li strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.modal-uk-fin #drupal-modal .finance_modal_details .field--text-long ul li{font-size:.875rem;line-height:1.7142857143}.modal-uk-fin #drupal-modal .pd_hero__make_appointment_container{padding-bottom:32px;padding-top:10px}@media(min-width:1024px){.modal-uk-fin #drupal-modal .pd_hero__make_appointment_container{align-items:flex-start;padding-bottom:45px;padding-top:5px}}.modal-uk-fin #drupal-modal .pd_hero__make_appointment_container .pd_hero__add_to_cart_cta{border:none;height:52px;padding:12px 20px;width:92vw}@media(min-width:2048px){.modal-uk-fin #drupal-modal .pd_hero__make_appointment_container .pd_hero__add_to_cart_cta{font-size:.5859375vw;letter-spacing:.0732421875vw}}.modal-uk-fin #drupal-modal .pd_hero__make_appointment_container .pd_hero__add_to_cart_cta{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.modal-uk-fin #drupal-modal .gn_text_block h2{text-transform:uppercase;width:80%}@media(min-width:2048px){.modal-uk-fin #drupal-modal .gn_text_block h2{letter-spacing:.09765625vw}}.modal-uk-fin #drupal-modal .gn_text_block h2{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.modal-uk-fin #drupal-modal .gn_text_block h2{font-size:.9765625vw}}.modal-uk-fin #drupal-modal .gn_text_block h2{font-size:1.25rem;line-height:1.25}@media(min-width:1024px){.modal-uk-fin #drupal-modal .gn_text_block h2{width:100%}}@media(min-width:1024px)and (min-width:2048px){.modal-uk-fin #drupal-modal .gn_text_block h2{letter-spacing:.09765625vw}}@media(min-width:1024px){.modal-uk-fin #drupal-modal .gn_text_block h2{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.modal-uk-fin #drupal-modal .gn_text_block h2{font-size:1.953125vw}}@media(min-width:1024px){.modal-uk-fin #drupal-modal .gn_text_block h2{font-size:2.5rem;line-height:1.125}}.modal-uk-fin #drupal-modal .gn_text_block h3{text-transform:uppercase}@media(min-width:2048px){.modal-uk-fin #drupal-modal .gn_text_block h3{letter-spacing:.048828125vw}}.modal-uk-fin #drupal-modal .gn_text_block h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.modal-uk-fin #drupal-modal .gn_text_block h3{font-size:.68359375vw}}.modal-uk-fin #drupal-modal .gn_text_block h3{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.modal-uk-fin #drupal-modal .gn_text_block h3{letter-spacing:.09765625vw}}@media(min-width:1024px){.modal-uk-fin #drupal-modal .gn_text_block h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.modal-uk-fin #drupal-modal .gn_text_block h3{font-size:.9765625vw}}@media(min-width:1024px){.modal-uk-fin #drupal-modal .gn_text_block h3{font-size:1.25rem;line-height:1.25}}@media(min-width:2048px){.modal-uk-fin #drupal-modal .gn_text_block p{font-size:.68359375vw}}.modal-uk-fin #drupal-modal .gn_text_block p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.modal-uk-fin #drupal-modal .gn_text_block p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.modal-uk-fin #drupal-modal .gn_text_block p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.modal-uk-fin #drupal-modal .gn_text_block p{font-size:.875rem;line-height:1.7142857143}.modal-uk-fin #drupal-modal .gn_text_block p a{color:#de2b2b;font-weight:400}.modal-uk-fin #drupal-modal .gn_accordion{padding:10px 0 18px}.modal-uk-fin #drupal-modal .gn_accordion--focus>div{box-shadow:none}@media(min-width:1024px){.modal-uk-fin #drupal-modal .gn_accordion{padding:10px 0 22px}}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section{margin-left:0;max-width:100%}@media(min-width:1024px){.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section{max-width:89%}}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_accordion_section__trigger{padding:16px 0}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_accordion_section__trigger:focus{outline:none}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_accordion_section__trigger:focus>.gn_accordion_section__title{box-shadow:none}@media(min-width:2048px){.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_accordion_section__trigger .gn_accordion_section__title{letter-spacing:.048828125vw}}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_accordion_section__trigger .gn_accordion_section__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_accordion_section__trigger .gn_accordion_section__title{font-size:.5859375vw}}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_accordion_section__trigger .gn_accordion_section__title{font-size:.75rem;line-height:1.5}@media(min-width:2048px){.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_intro_text__content{font-size:.68359375vw}}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_intro_text__content{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_intro_text__content em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_intro_text__content strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.modal-uk-fin #drupal-modal .gn_accordion .gn_accordion_section .gn_intro_text__content{font-size:.875rem;line-height:1.7142857143}.modal-uk-fin .ui-dialog-titlebar{background-color:transparent;border:none;border-radius:0;padding:0}.modal-uk-fin .ui-dialog-titlebar .ui-dialog-titlebar-close{background-color:transparent;background-image:none;border-color:#171717;border-radius:50%;height:50px;right:20px;top:28px;width:50px;z-index:101}@media(min-width:1024px){.modal-uk-fin .ui-dialog-titlebar .ui-dialog-titlebar-close{height:60px;right:48px;top:36px;width:60px}}.modal-uk-fin .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon{background:url(/themes/custom/hublot/css/../images/close-red..svg?abc418208883beda5c01) bottom;background-size:contain;height:10px;margin-left:-5px;margin-top:-5px;width:10px}@media(min-width:1024px){.modal-uk-fin .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon{height:16px;margin-left:-7px;margin-top:-8px;width:16px}}.modal-uk-fin .ui-dialog-titlebar .ui-dialog-title{display:none}.modal-3d{background-color:#171717;border:none!important;border-radius:0;padding:0}.modal-3d .ui-dialog-titlebar{background-color:transparent;border:none;border-radius:0}.modal-3d .ui-dialog-titlebar .ui-dialog-titlebar-close{background-color:transparent;background-image:none;border-color:#fff;border-radius:50%;height:40px;right:26px;top:28px;width:40px;z-index:101}@media(min-width:1024px){.modal-3d .ui-dialog-titlebar .ui-dialog-titlebar-close{height:60px;right:54px;top:56px;width:60px}}.modal-3d .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon{background:url(/themes/custom/hublot/css/../images/close-red..svg?abc418208883beda5c01) bottom;background-size:contain;height:10px;margin-left:-5px;margin-top:-5px;width:10px}@media(min-width:1024px){.modal-3d .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon{height:16px;margin-left:-7px;margin-top:-8px;width:16px}}.modal-3d .ui-dialog-titlebar .ui-dialog-title{display:none}.modal-3d #drupal-modal{background-color:#171717;height:100vh!important;padding:0}.modal-3d #drupal-modal #Change2_Application{height:100vh}.hublotista_member{background-color:#262626;color:#fff;max-width:100%;padding:36px 21px 80px;text-align:center}@media(min-width:1024px){.hublotista_member{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.hublotista_member{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.hublotista_member{padding-bottom:50px;padding-top:56px}}.hublotista_member__description{font-size:16px;padding-top:32px}@media(min-width:1024px){.hublotista_member__description{font-size:24px;padding-top:30px}}.pd_more_in{overflow:hidden;position:relative}@media(min-width:1024px){.pd_more_in__next span,.pd_more_in__prev span{display:inline-flex}.pd_more_in__next span:before,.pd_more_in__prev span:before{transition:transform .3s ease}.pd_more_in__next span:hover:before,.pd_more_in__prev span:hover:before{transform:translate3d(8px,0,0)}.pd_more_in__next span{justify-content:flex-start}.pd_more_in__prev span{justify-content:flex-end}.pd_more_in{padding:70px 0 0}.pd_more_in--no-padding{padding:0}.pd_more_in--visible{padding:70px 0 0}}.pd_more_in__header{max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.pd_more_in__header{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.pd_more_in__header{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.pd_more_in__header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-left:0;padding-right:0}}.pd_more_in__header .sc_size__title{text-align:left}@media(min-width:1024px){.pd_more_in__header .sc_size__title{flex-basis:calc(216.66667% + 24.5px);flex-grow:1;max-width:calc(216.66667% + 24.5px);padding:0 0 80px}}@media(min-width:1024px)and (min-width:2048px){.pd_more_in__header .sc_size__title{flex-basis:calc(216.66667% + 1.19629vw);flex-grow:1;max-width:calc(216.66667% + 1.19629vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pd_more_in__header .sc_size__title{flex-basis:auto}}.pd_more_in__header .pd_more_in__controls{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.pd_more_in__header .pd_more_in__controls{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pd_more_in__header .pd_more_in__controls{flex-basis:auto}}.pd_more_in__header .pd_more_in__controls .pd_more_in__next{margin-left:20px}@media(min-width:2048px){.pd_more_in__header .pd_more_in__controls .pd_more_in__next{margin-left:.9765625vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pd_more_in__header .pd_more_in__controls .pd_more_in__next{flex-basis:auto}}.pd_more_in__header .pd_more_in__controls .pd_more_in__prev{margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pd_more_in__header .pd_more_in__controls .pd_more_in__prev{flex-basis:auto}}.pd_more_in__controls{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:100vw;padding-bottom:30px;padding-top:30px;width:90vw}@media(min-width:1024px){.pd_more_in__controls{border-bottom:0 solid #f0f0f0;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px;padding-top:0}}@media(min-width:1024px)and (min-width:1024px){.pd_more_in__controls{padding-left:22px;padding-right:22px}}@media(min-width:1024px)and (min-width:2048px){.pd_more_in__controls{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:2048px){.pd_more_in__controls{padding-bottom:3.90625vw;padding-left:1.46484375vw;padding-right:1.46484375vw}}@media(min-width:1024px){.pd_more_in__controls--dots{display:none}}.pd_more_in__controls .icon-next:before{font-size:1rem}@media(min-width:1024px){.pd_more_in__slider{width:calc(25vw - 5.5px)}}@media(min-width:2048px){.pd_more_in__slider{width:calc((100vw - get-vw(22, 2048))/4)}}.pd_more_in__slider--full-width{width:100%}@media(min-width:1024px){.pd_more_in__slider--full-width{width:calc(25vw - 5.5px)}}.pd_more_in__slider--empty{display:none}@media(min-width:1024px){.pd_more_in__slider--empty{border-right:1px solid #f0f0f0;display:block}}@media(min-width:2048px){.pd_more_in__slider--empty{border-right-width:.048828125vw}}.pd_more_in__slider .sc_watch{border-bottom:0;border-left:1px solid #f0f0f0;height:100%;margin:0 auto;width:100%}@media(min-width:1024px){.pd_more_in__slider .sc_watch{border-left:0}}.pd_more_in__slider .sc_watch__tile{margin:4px 0;padding-left:0;padding-right:0;padding-top:0}@media(min-width:768px){.pd_more_in__slider .sc_watch__tile{padding:20px 20px 40px}}@media(min-width:2048px){.pd_more_in__slider .sc_watch__tile{padding:.9765625vw .9765625vw 1.953125vw}}.pd_more_in__slider .sc_watch__card figcaption{flex-basis:calc(66.66667% - 7px);flex-grow:1;max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.pd_more_in__slider .sc_watch__card figcaption{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:768px){.pd_more_in__slider .sc_watch__card figcaption{margin-left:0;max-width:100%}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pd_more_in__slider .sc_watch__card figcaption{flex-basis:auto}}.pd_more_in__slider:last-child .sc_watch{border-right:0}.pd_more_in__dots .slick-dots{bottom:0;display:flex;position:relative}.pd_more_in__dots .slick-dots li{margin:0 2px;width:10px}.pd_more_in__dots .slick-dots li button{height:10px}.pd_more_in__dots .slick-dots li button:before{color:#171717;width:12px}.pd_more_in__dots .slick-dots li.slick-active button:before{opacity:1}.pd_more_in__next,.pd_more_in__prev{background-color:transparent;border:none}@media(min-width:2048px){.pd_more_in__next,.pd_more_in__prev{height:1.220703125vw;width:1.220703125vw}}.pd_more_in__next .icon-next,.pd_more_in__prev .icon-next{font-size:18px;line-height:1;position:relative}@media(min-width:2048px){.pd_more_in__next .icon-next,.pd_more_in__prev .icon-next{font-size:.87890625vw}}.pd_more_in__prev{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-end;padding-right:21px;width:100px}@media(min-width:1024px){.pd_more_in__prev{height:auto;max-width:100%;padding-right:0;width:auto}}@media(min-width:2048px){.pd_more_in__prev{margin-right:1.46484375vw}}.pd_more_in__next{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-end;padding-right:21px;width:100px}@media(min-width:1024px){.pd_more_in__next{height:auto;max-width:100%;padding-right:0;width:auto}}@media(min-width:2048px){.pd_more_in__next{margin-left:1.46484375vw}}.pd_more_in .sc_size{border:0}.pd_more_in .sc_size__watches{border-bottom:0;margin-bottom:0}@media(min-width:1024px){.pd_more_in .sc_size__watches{border-bottom:1px solid #f0f0f0;padding-left:11px;padding-right:11px}}@media(min-width:2048px){.pd_more_in .sc_size__watches{padding-left:.537109375vw;padding-right:.537109375vw}}.pd_more_in .slick-track{align-items:stretch;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:flex-start}@media(min-width:1024px){.pd_more_in .slick-track{border-bottom:0}}@media(min-width:2048px){.pd_more_in .slick-track{border-right-width:.048828125vw}}.pd_more_in .slick-track .slick-slide{align-items:stretch;border-right:1px solid #f0f0f0;display:flex;flex-direction:row;height:auto;justify-content:stretch}@media(min-width:2048px){.pd_more_in .slick-track .slick-slide{border-right-width:.048828125vw}}.pd_more_in .slick-track .slick-slide .sc_watch{border-left:0}@media(min-width:1024px){.pd_more_in .slick-track .slick-slide .sc_watch{border-bottom:0}}.pd_more_in .slick-track .slick-slide .sc_watch:last-child,.pd_more_in .slick-track .slick-slide .sc_watch:last-child:not(:nth-child(4n)){border-right:0}.pd_more_in .slick-track .slick-slide>div{align-items:stretch;display:flex;flex-direction:row;flex-grow:1;justify-content:stretch}.pd_more_in__trigger{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:80px 0;text-align:center;transition:max-height 1s,opacity 1s,padding 1s;width:100%}@media(min-width:2048px){.pd_more_in__trigger{padding-bottom:3.90625vw;padding-top:3.90625vw}}.pd_more_in__trigger_plus{height:28px;margin-top:30px;width:28px}@media(min-width:2048px){.pd_more_in__trigger_plus{height:1.3671875vw;margin-top:1.46484375vw;width:1.3671875vw}}.pd_more_in__trigger--hidden{max-height:0;opacity:0;padding:0}.pd_more_in--visible:after,.pd_more_in--visible:before{background-color:#f3f3f3;content:"";height:100%;position:absolute;top:0;width:1px}@media(min-width:2048px){.pd_more_in--visible:after,.pd_more_in--visible:before{width:.048828125vw}}.pd_more_in--visible:before{left:10.5px}@media(min-width:1024px){.pd_more_in--visible:before{left:11px}}@media(min-width:2048px){.pd_more_in--visible:before{left:.537109375vw}}.pd_more_in--visible:after{right:10.5px}@media(min-width:1024px){.pd_more_in--visible:after{right:11px}}@media(min-width:2048px){.pd_more_in--visible:after{right:.537109375vw}}.pd_more_in_container{transition:max-height 1s,opacity 1s,padding 1s}.pd_more_in_container--hidden{max-height:0;opacity:0}.pd_more_in_container--visible{max-height:3000px;opacity:1}.pd-nav{align-items:center;background:#fff;border:none;bottom:0;display:flex;flex-direction:row;justify-content:center;min-height:52px;position:fixed;transform:translateY(101%);transition:.5s;width:100%;z-index:5}@media(min-width:1024px){.pd-nav{border-top:1px solid #f0f0f0;padding-left:11px;padding-right:11px}}@media(min-width:2048px){.pd-nav{background-color:#fff;min-height:2.5390625vw}}.pd-nav__container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}@media(min-width:1024px){.pd-nav__container{align-items:center;background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 1px,0,transparent 16.6666666667%);border-right:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:flex-start;max-height:51px}}@media(min-width:1024px)and (min-width:2048px){.pd-nav__container{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 .048828125vw,0,transparent 16.6666666667%)}}@media(min-width:2048px){.pd-nav__container{border-left-width:.048828125vw;border-right-width:.048828125vw}}.pd-nav__container--zh{background:none;border:none}.pd-nav__container--zh .pd-nav__title{border:none}.pd-nav__container--zh .pd-nav__trigger{display:none}.pd-nav__title{display:none;text-transform:uppercase}@media(min-width:1024px){.pd-nav__title{align-items:center;background-color:#fff;display:flex;flex-direction:row;justify-content:flex-start;min-height:52px;width:60%}}@media(min-width:1024px)and (min-width:1024px){.pd-nav__title-title{margin-right:25px}}@media(min-width:1401px){.pd-nav__title{margin-left:calc(5% + 1.1px)}}@media(min-width:2048px){.pd-nav__title{border-width:.048828125vw;min-height:2.5390625vw}.pd-nav__title-title{margin-right:1.220703125vw}}.pd-nav__appointment{align-items:center;background-color:#de2b2b;border:0;border-right:1px solid rgba(0,0,0,.2);color:#fff;display:flex;flex-grow:1;font-size:10px;justify-content:center;line-height:1.1!important;min-height:52px;padding:0 12px;text-transform:uppercase;width:100%;z-index:1}@media(min-width:1024px){.pd-nav__appointment{flex-grow:0;padding:0 30px;width:284px}}@media(min-width:1024px)and (min-width:2048px){.pd-nav__appointment{letter-spacing:.048828125vw}}@media(min-width:1024px){.pd-nav__appointment{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.pd-nav__appointment{font-size:.5859375vw}}@media(min-width:1024px){.pd-nav__appointment{font-size:.75rem;line-height:1.5}}@media(min-width:2048px){.pd-nav__appointment{min-height:2.5390625vw;padding-left:1.46484375vw;padding-right:1.46484375vw}}.pd-nav__appointment span{order:2}@media(min-width:1024px){.pd-nav__appointment span{order:1}}.pd-nav__appointment .icon{display:block;font-size:17px;margin-left:0;margin-right:5px;order:1;position:relative;top:-2px}@media(min-width:1024px){.pd-nav__appointment .icon{display:inline-block;margin-left:10px;margin-right:0;order:2;top:0}}.pd-nav__appointment .icon-enquire{font-size:19px;top:-2px}.pd-nav__appointment-anchor{align-items:center;display:flex;justify-content:center;text-decoration:none}.pd-nav__sold_out{background-color:#b2b2b2;border:0;color:#fff;flex-grow:1;min-height:52px;padding:0 30px;text-transform:uppercase;z-index:1}@media(min-width:1024px){.pd-nav__sold_out{flex-grow:0;width:284px}}@media(min-width:2048px){.pd-nav__sold_out{min-height:2.5390625vw;padding-left:1.46484375vw;padding-right:1.46484375vw}}.pd-nav__sold_out .icon{font-size:17px;margin-left:10px}.pd-nav__sold_out-anchor{text-decoration:none}.pd-nav__actions,.pd-nav__sold_out-anchor{align-items:center;display:flex;justify-content:center}.pd-nav__actions{background-color:#fff;flex-direction:row;min-height:52px;position:relative;width:100%}@media(min-width:1024px){.pd-nav__actions{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-end;width:auto}}@media(min-width:2048px){.pd-nav__actions{border-width:.048828125vw;min-height:2.5390625vw}}.pd-nav__actions .icon:before{vertical-align:middle}.pd-nav__actions--zh{justify-content:flex-end}.pd-nav__actions-icon{margin-right:40px;pointer-events:none}@media(min-width:1024px){.pd-nav__actions-icon{margin-right:0}}.pd-nav__actions-icon--zh{margin-right:0}.pd-nav__top{background-color:transparent;border:0;display:none;height:52px;width:70px}.pd-nav__top span{display:block;transform:rotate(-90deg)}@media(min-width:1024px){.pd-nav__top{align-items:center;display:flex;flex-direction:column;justify-content:center;width:70px}.pd-nav__top--zh{flex-grow:0;width:68px}}@media(min-width:2048px){.pd-nav__top{height:2.5390625vw;width:2.5390625vw}}.pd-nav__menu{align-items:center;background-color:#fff;border-top:1px solid #f0f0f0;bottom:-260px;display:flex;flex-direction:column;justify-content:center;position:absolute;transition:.5s;width:100vw}@media(min-width:1024px){.pd-nav__menu{align-items:center;border-top:none;bottom:0;display:flex;flex-direction:row;justify-content:flex-start;position:relative;transform:translateY(0);width:auto}}.pd-nav__menu--visible{bottom:52px}@media(min-width:1024px){.pd-nav__menu--visible{bottom:52px}.pd-nav__menu-title{display:none}}.pd-nav__menu-title--zh{display:none;font-size:0;height:0;width:0}.pd-nav__menu button{background-color:#fff;border:0;border-bottom:1px solid #f0f0f0;border-left:1px solid #f0f0f0;height:80px;padding-left:40px;text-align:left;width:100%}.pd-nav__menu button.enquire-button{display:none;padding:0 10px;width:100%}.pd-nav__menu button.enquire-button .icon-enquire{font-size:21px;line-height:1.25;margin-left:4px;position:relative;top:-3px}@media(min-width:1024px){.pd-nav__menu button.enquire-button{display:block;padding:0 30px;width:280px}}@media(min-width:2048px){.pd-nav__menu button.enquire-button{justify-content:center;width:12.79296875vw}}.pd-nav__menu button.enquire-button.pd-nav__hide{display:none}@media(min-width:1024px){.pd-nav__menu button{border-bottom:0;height:52px;padding:0;text-align:center;width:71px}}@media(min-width:2048px){.pd-nav__menu button{height:2.5390625vw}.pd-nav__menu button:first-child{border-left-width:.048828125vw;border-right-width:.048828125vw}}.pd-nav__menu--zh{align-items:center;bottom:0;display:flex;flex-direction:row;justify-content:flex-start;max-width:130px;position:relative;transform:translateY(0);width:28.5714285714%}.pd-nav__menu--zh button{border-bottom:0;border-right:1px solid #f0f0f0;height:52px;padding:0;text-align:center;width:50%}.pd-nav__menu--zh button:last-child{border-right:0}.pd-nav__menu--zh button:first-child{border-left:1px solid #f0f0f0}.pd-nav__menu--zh button:last-child{border-right:1px solid #f0f0f0}.pd-nav__trigger{background-color:#de2b2b;border:0;color:#fff;height:52px;padding:0 15px;width:44px;z-index:1}@media(min-width:1024px){.pd-nav__trigger{display:none}}@media(min-width:2048px){.pd-nav__trigger{border-left-width:.048828125vw;padding-left:.9765625vw;padding-right:.9765625vw}}.pd-nav__trigger span{display:block;transition:.2s}.pd-nav__trigger--horizontal span{transform:rotate(90deg)}.pd-nav--visible{transform:translateY(0)}@media(min-width:1024px){.pd-nav__hide{display:none}.pd_partnership .ps_summary{padding-bottom:70px;padding-top:70px}}.pd_premium_vid{align-items:stretch;background-color:#171717;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:30px}@media(min-width:1024px){.pd_premium_vid{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:0}}.pd_premium_vid__text{color:#fff;max-width:100%;padding-left:21px;padding-right:21px;position:relative;text-align:center}@media(min-width:1024px){.pd_premium_vid__text{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.pd_premium_vid__text{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.pd_premium_vid__text{align-items:flex-end;display:flex;flex-basis:calc(50% + 33px);flex-direction:column;flex-grow:1;justify-content:flex-end;max-width:calc(50% + 33px);padding-right:0;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.pd_premium_vid__text{flex-basis:calc(50% + 1.61133vw);flex-grow:1;max-width:calc(50% + 1.61133vw)}}.pd_premium_vid__text_container{margin-top:30px}@media(min-width:1024px){.pd_premium_vid__text_container{margin-bottom:100px;margin-left:calc(12.5% + 2.75px);margin-top:0;text-align:right}}@media(min-width:2048px){.pd_premium_vid__text_container{margin-bottom:4.8828125vw}}.pd_premium_vid__text_container--right{margin-left:0;width:100%}@media(min-width:1024px){.pd_premium_vid__text_container--right{margin-left:calc(12.5% + 2.75px);padding-right:22px;text-align:left}.pd_premium_vid__text--right{align-items:flex-start;flex-basis:calc(50% + 33px);flex-grow:1;margin-left:0;max-width:calc(50% + 33px);padding-left:0;padding-right:22px}}@media(min-width:1024px)and (min-width:2048px){.pd_premium_vid__text--right{flex-basis:calc(50% + 1.61133vw);flex-grow:1;max-width:calc(50% + 1.61133vw)}}.pd_premium_vid__title_small{display:block;font-family:Gotham Medium,Arial,sans-serif}@media(min-width:2048px){.pd_premium_vid__title_small{font-size:.48828125vw;letter-spacing:.1953125vw}}.pd_premium_vid__title_small{font-size:.625rem;letter-spacing:.25rem;line-height:2}@media(min-width:1024px){.pd_premium_vid__title_small{flex-basis:calc(87.5% - 2.75px);flex-grow:1;font-family:Gotham Medium,Arial,sans-serif;margin-bottom:10px;max-width:calc(87.5% - 2.75px)}}@media(min-width:1024px)and (min-width:2048px){.pd_premium_vid__title_small{flex-basis:calc(87.5% - 0.13428vw);flex-grow:1;font-size:.78125vw;letter-spacing:.390625vw;max-width:calc(87.5% - .13428vw)}}@media(min-width:1024px){.pd_premium_vid__title_small{font-size:1rem;letter-spacing:.5rem;line-height:1.5625}}@media(min-width:2048px){.pd_premium_vid__title_small{margin-bottom:.48828125vw}}@media(min-width:1024px){.pd_premium_vid__title_big{flex-basis:calc(87.5% - 2.75px);flex-grow:1;max-width:calc(87.5% - 2.75px)}}@media(min-width:1024px)and (min-width:2048px){.pd_premium_vid__title_big{flex-basis:calc(87.5% - 0.13428vw);flex-grow:1;max-width:calc(87.5% - .13428vw)}}@media(min-width:1024px){.pd_premium_vid__media{flex-basis:calc(50% + 33px);flex-grow:1;max-width:calc(50% + 33px)}}@media(min-width:1024px)and (min-width:2048px){.pd_premium_vid__media{flex-basis:calc(50% + 1.61133vw);flex-grow:1;max-width:calc(50% + 1.61133vw)}}.pd_premium_vid__media .gn_video__wrapper{padding:0}@media(min-width:1024px){.pd_premium_vid__media .gn_video__wrapper video{max-height:calc(100vh - 60px)}.pd_premium_vid--first{margin-right:22px;order:1}.pd_premium_vid--first.pd_premium_vid__media{text-align:right}}@media(min-width:1024px)and (min-width:1024px){.pd_premium_vid--first.pd_premium_vid__media .gn_video__cover_btn{right:50px}}@media(min-width:1024px){.pd_premium_vid--second{order:2}}@media(min-width:1024px)and (min-width:1024px){.pd_premium_vid--second .gn_video__cover_btn{left:50px}}.pd_promo__container{background:url(/themes/custom/hublot/css/../images/promo-bg..jpg?2f07a7b24c0c059768ed) no-repeat;background-position:50%;background-size:cover;color:#fff;max-width:100%;padding:42px 21px 40px;position:relative}@media(min-width:1024px){.pd_promo__container{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.pd_promo__container{padding-left:1.07421875vw;padding-right:1.07421875vw}}.pd_promo__container:before{background-color:#171717;content:"";height:100%;left:0;opacity:.2;position:absolute;top:0;width:100%}@media(min-width:1024px){.pd_promo__container{padding-bottom:88px;padding-top:80px}}@media(min-width:2048px){.pd_promo__container{padding-bottom:4.296875vw;padding-top:3.90625vw}}.pd_promo__header{padding-bottom:30px;position:relative;z-index:1}@media(min-width:1024px){.pd_promo__header{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(90% - 2.2px);padding-bottom:87px}}@media(min-width:1024px)and (min-width:2048px){.pd_promo__header{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:2048px){.pd_promo__header{padding-bottom:4.248046875vw}}.pd_promo__separator{border:0;border-bottom:1px solid #de2b2b;margin:20px 0 40px;width:98px}@media(min-width:1024px){.pd_promo__separator{width:120px}}@media(min-width:2048px){.pd_promo__separator{margin-bottom:1.953125vw;margin-top:.9765625vw;width:4.78515625vw}}.pd_promo__eyebrow{font-family:Gotham Medium,Arial,sans-serif;text-transform:uppercase}@media(min-width:2048px){.pd_promo__eyebrow{font-size:.5859375vw;letter-spacing:.29296875vw}}.pd_promo__eyebrow{font-size:.75rem;letter-spacing:.375rem;line-height:1.6666666667}@media(min-width:1024px){.pd_promo__eyebrow{font-family:Gotham Medium,Arial,sans-serif}}@media(min-width:1024px)and (min-width:2048px){.pd_promo__eyebrow{font-size:.78125vw;letter-spacing:.390625vw}}@media(min-width:1024px){.pd_promo__eyebrow{font-size:1rem;letter-spacing:.5rem;line-height:1.5625}}.pd_promo__title{margin-bottom:20px;max-width:815px;text-transform:uppercase}@media(min-width:2048px){.pd_promo__title{letter-spacing:.09765625vw}}.pd_promo__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.pd_promo__title{font-size:.9765625vw}}.pd_promo__title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px)and (min-width:2048px){.pd_promo__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.pd_promo__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.pd_promo__title{font-size:1.953125vw}}@media(min-width:1024px){.pd_promo__title{font-size:2.5rem;line-height:1.125}}@media(min-width:2048px){.pd_promo__title{margin-bottom:.9765625vw;max-width:39.794921875vw}}.pd_promo__subtitle{max-width:578px}@media(min-width:2048px){.pd_promo__subtitle{font-size:.9765625vw}}.pd_promo__subtitle{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.pd_promo__subtitle{font-size:1.171875vw}}@media(min-width:1024px){.pd_promo__subtitle{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}}@media(min-width:2048px){.pd_promo__subtitle{max-width:28.22265625vw}}.pd_promo__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.pd_promo__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.pd_promo__cta{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.pd_promo__cta{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.pd_promo__cta_button{display:block;max-width:191px;text-align:center;text-decoration:none}@media(min-width:2048px){.pd_promo__cta_button{max-width:9.27734375vw}}.pd-slide{align-items:center;background:#171717;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:10px 0;width:100vw}@media(min-width:1024px){.pd-slide{min-height:100vh;padding:140px 0}}.pd-slide__scroll-text{color:#171717;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #404040,1px -1px 0 #404040,-1px 1px 0 #404040,1px 1px 0 #404040;text-transform:uppercase}@supports(text-stroke:1px #404040) or (-webkit-text-stroke:1px #404040){.pd-slide__scroll-text{-webkit-text-fill-color:#171717;text-fill-color:#171717;-webkit-text-stroke:1px #404040;text-stroke:1px #404040;text-shadow:none}@media(min-width:1024px){.pd-slide__scroll-text{-webkit-text-stroke:3px #404040;text-stroke:3px #404040}}@media(min-width:2048px){.pd-slide__scroll-text{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}@media(min-width:2048px){.pd-slide__scroll-text{font-size:2.9296875vw}}.pd-slide__scroll-text{font-size:3.75rem;line-height:1}@media(min-width:1024px){.pd-slide__scroll-text{color:#171717;font-family:Gotham Bold,Arial,sans-serif;text-shadow:-1px -1px 0 #404040,1px -1px 0 #404040,-1px 1px 0 #404040,1px 1px 0 #404040}@supports(text-stroke:1px #404040) or (-webkit-text-stroke:1px #404040){.pd-slide__scroll-text{-webkit-text-fill-color:#171717;text-fill-color:#171717;-webkit-text-stroke:1px #404040;text-stroke:1px #404040;text-shadow:none}@media(min-width:1024px)and (min-width:1024px){.pd-slide__scroll-text{-webkit-text-stroke:3px #404040;text-stroke:3px #404040}}@media(min-width:1024px)and (min-width:2048px){.pd-slide__scroll-text{-webkit-text-stroke-width:.09765625vw;text-stroke-width:.09765625vw}}}}@media(min-width:1024px)and (min-width:2048px){.pd-slide__scroll-text{font-size:9.765625vw}}@media(min-width:1024px){.pd-slide__scroll-text{font-size:12.5rem;line-height:1}}.pd-slide__content{align-items:center;display:flex;flex-basis:calc(66.66667% + 35px);flex-direction:column;flex-grow:1;flex-grow:0;justify-content:center;margin:80px 0;max-width:calc(66.66667% + 35px);text-align:center}@media(min-width:2048px){.pd-slide__content{flex-basis:calc(66.66667% + 1.70898vw);flex-grow:1;max-width:calc(66.66667% + 1.70898vw)}}@media(min-width:1024px){.pd-slide__content{flex-basis:calc(40% - 13.2px);flex-grow:1;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.pd-slide__content{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pd-slide__content{flex-basis:auto}}.pd-slide__title{color:#de2b2b;margin-bottom:10px;text-transform:uppercase}@media(min-width:1024px){.pd-slide__title{margin-bottom:20px}}.pd-slide--full_padding_top{padding-top:120px}.pd-slide--full_padding_bottom{padding-bottom:120px}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pd-slide .quote-32{width:100%}}.pd_specs_preview{display:flex;flex-direction:column;max-width:100%;padding:60px 21px 34px}@media(min-width:1024px){.pd_specs_preview{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.pd_specs_preview{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.pd_specs_preview{padding-bottom:70px;padding-top:70px}}@media(min-width:2048px){.pd_specs_preview{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pd_specs_preview{display:block}}.pd_specs_preview__specs{align-items:inherit;display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;justify-content:inherit;max-width:100%}@media(min-width:2048px){.pd_specs_preview__specs{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.pd_specs_preview__specs{align-items:center;flex-basis:calc(60% - 8.8px);flex-grow:1;margin-left:calc(20% + 4.4px);max-width:calc(60% - 8.8px)}}@media(min-width:1024px)and (min-width:2048px){.pd_specs_preview__specs{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}.pd_specs_preview__row{align-items:normal;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:center;width:100%}@media(min-width:2048px){.pd_specs_preview__row{border-bottom-width:.048828125vw}}.pd_specs_preview__row:last-child{border-bottom:0;margin-bottom:30px}@media(min-width:2048px){.pd_specs_preview__row:last-child{margin-bottom:1.46484375vw}}.pd_specs_preview__row:last-child .pd_specs_preview__item{padding-bottom:35px;padding-top:35px}@media(min-width:2048px){.pd_specs_preview__row:last-child .pd_specs_preview__item{padding-bottom:1.708984375vw;padding-top:1.708984375vw}}@media(min-width:1024px){.pd_specs_preview__row:last-child{margin-bottom:80px}}@media(min-width:1024px)and (min-width:2048px){.pd_specs_preview__row:last-child{margin-bottom:3.90625vw}}@media(min-width:1024px){.pd_specs_preview__row:last-child .pd_specs_preview__item{padding-bottom:0;padding-top:80px}.pd_specs_preview__row:last-child .pd_specs_preview__item:last-child:before{height:calc(100% + 80px)}}@media(min-width:1024px)and (min-width:2048px){.pd_specs_preview__row:last-child .pd_specs_preview__item{padding-top:3.90625vw}}.pd_specs_preview__item{align-items:center;display:flex;flex-basis:calc(50% - 10.5px);flex-direction:column;flex-grow:1;justify-content:flex-start;margin-right:21px;max-width:calc(50% - 10.5px);padding-bottom:50px;position:relative}@media(min-width:2048px){.pd_specs_preview__item{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}.pd_specs_preview__item:last-child{margin-right:0}.pd_specs_preview__item:last-child:before{background-color:#f0f0f0;bottom:0;content:"";height:calc(100% + 35px);left:-11px;position:absolute;width:1px}@media(min-width:2048px){.pd_specs_preview__item:last-child:before{left:-.537109375vw;width:.048828125vw}}@media(min-width:1024px){.pd_specs_preview__item{flex-basis:calc(50% - 11px);flex-grow:1;margin-right:22px;max-width:calc(50% - 11px);padding-bottom:40px}}@media(min-width:1024px)and (min-width:2048px){.pd_specs_preview__item{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:1024px){.pd_specs_preview__item:last-child:before{height:100%}}@media(min-width:2048px){.pd_specs_preview__item{margin-right:1.07421875vw;padding-bottom:1.953125vw}}.pd_specs_preview__title{align-items:center;display:flex;flex-direction:column;font-family:Gotham Medium,Arial,sans-serif;justify-content:center;max-width:40%;text-align:center;text-transform:uppercase}@media(min-width:2048px){.pd_specs_preview__title{font-size:.48828125vw;letter-spacing:.1953125vw}}.pd_specs_preview__title{font-size:.625rem;letter-spacing:.25rem;line-height:2}@media(min-width:1024px){.pd_specs_preview__title{font-family:Gotham Medium,Arial,sans-serif;max-width:100%}}@media(min-width:1024px)and (min-width:2048px){.pd_specs_preview__title{font-size:.5859375vw;letter-spacing:.29296875vw}}@media(min-width:1024px){.pd_specs_preview__title{font-size:.75rem;letter-spacing:.375rem;line-height:1.6666666667}}.pd_specs_preview__separator{background-color:#de2b2b;height:3px;margin:15px 0;width:20px}@media(min-width:1024px){.pd_specs_preview__separator{margin:25px 0 20px}}@media(min-width:2048px){.pd_specs_preview__separator{height:.146484375vw;margin-bottom:.9765625vw;margin-top:1.220703125vw;width:.9765625vw}}.pd_specs_preview__spec{hyphens:auto;text-align:center;text-transform:uppercase;word-wrap:break-word;overflow-wrap:break-word}@media(min-width:2048px){.pd_specs_preview__spec{letter-spacing:.048828125vw}}.pd_specs_preview__spec{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.pd_specs_preview__spec{font-size:.78125vw}}.pd_specs_preview__spec{font-size:1rem;line-height:1.5}@media(min-width:1024px){.pd_specs_preview__spec{max-width:80%}}@media(min-width:1024px)and (min-width:2048px){.pd_specs_preview__spec{letter-spacing:.09765625vw}}@media(min-width:1024px){.pd_specs_preview__spec{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.pd_specs_preview__spec{font-size:1.46484375vw}}@media(min-width:1024px){.pd_specs_preview__spec{font-size:1.875rem;line-height:1.1666666667}}.pd_specs_preview__see_all,.pd_specs_preview__see_all a{align-items:center;display:flex;flex-direction:column;justify-content:center}.pd_specs_preview__see_all a{height:95px;text-decoration:none;width:140px}@media(min-width:1024px){.pd_specs_preview__see_all a{height:auto;width:auto}}.pd_specs_preview__see_all a .link{padding-bottom:20px}@media(min-width:1024px){.pd_specs_preview__see_all a .link{padding-bottom:10px}}@media(min-width:2048px){.pd_specs_preview__see_all a .link{padding-bottom:.48828125vw}}.pd_specs_preview__see_all a .icon{color:#de2b2b;display:inline-flex;height:16px;position:relative;transform:rotate(90deg)}@media(min-width:2048px){.pd_specs_preview__see_all a .icon{font-size:.78125vw;height:1.123046875vw;height:.78125vw;width:.78125vw}}@media(min-width:1024px){.pd_specs_preview__see_all a .icon:before{transition:transform .3s ease}.pd_specs_preview__see_all a .icon:hover:before{transform:translate3d(8px,0,0)}}.pd_straps{background-color:#171717;color:#fff;padding:60px 0}@media(min-width:1024px){.pd_straps{padding:70px 0}}.pd_straps__background:before{background-color:#171717;content:"";display:block;height:100%;opacity:.5;position:absolute;width:100%}.pd_straps__container{max-width:100%;padding-left:21px;padding-right:21px;position:relative}@media(min-width:1024px){.pd_straps__container{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.pd_straps__container{padding-left:1.07421875vw;padding-right:1.07421875vw}}.pd_straps__category{border-bottom:1px solid #de2b2b;margin-bottom:30px;max-width:100px;padding-bottom:20px;text-transform:uppercase}@media(min-width:1024px){.pd_straps__category{margin-bottom:40px;margin-left:calc(10% + 2.2px);max-width:120px}}.pd_straps__title{margin-bottom:20px;width:100%}@media(min-width:2048px){.pd_straps__title{letter-spacing:.09765625vw}}.pd_straps__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.pd_straps__title{font-size:.9765625vw}}.pd_straps__title{font-size:1.25rem;line-height:1.25}@media(min-width:1024px){.pd_straps__title{flex-basis:calc(55% - 9.9px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(55% - 9.9px)}}@media(min-width:1024px)and (min-width:2048px){.pd_straps__title{flex-basis:calc(55% - 0.4834vw);flex-grow:1;letter-spacing:.09765625vw;max-width:calc(55% - .4834vw)}}@media(min-width:1024px){.pd_straps__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.pd_straps__title{font-size:1.953125vw}}@media(min-width:1024px){.pd_straps__title{font-size:2.5rem;line-height:1.125}}.pd_straps__description{margin-bottom:40px;width:100%}@media(min-width:2048px){.pd_straps__description{font-size:.9765625vw}}.pd_straps__description{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:1024px){.pd_straps__description{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-bottom:90px;margin-left:calc(10% + 2.2px);max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.pd_straps__description{flex-basis:calc(40% - 0.64453vw);flex-grow:1;font-size:1.171875vw;max-width:calc(40% - .64453vw)}}@media(min-width:1024px){.pd_straps__description{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}}.pd_straps__cta{max-width:190px}@media(min-width:1024px){.pd_straps__cta{margin-left:calc(10% + 2.2px)}}@media(min-width:2048px){.pd_straps__cta{max-width:9.27734375vw}}.pd_straps__cta_link{display:block;text-align:center;text-decoration:none;width:100%}.pd_straps__background div:not([class]){height:100%}.pd_straps__background img{height:100%;object-fit:cover}.pd_straps .background-image__item{height:100%;left:0;top:0;transform:none}.pd_straps .overlapping-background-pd_straps{background:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.4));height:100%;left:0;position:absolute;top:0;width:100%}.browser_prompt_pop_up{display:none;height:100vh;overflow:hidden}@media(min-width:1024px){.browser_prompt_pop_up{align-items:center;background:hsla(0,0%,9%,.6);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:.5s;width:100%;z-index:99}.browser_prompt_pop_up_hide{display:none;transition:.5s}.browser_prompt_pop_up_modal{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:max-content;margin:18px;padding:80px 100px;position:relative;width:831px}}@media(min-width:1024px)and (min-width:2048px){.browser_prompt_pop_up_modal{height:max-content;padding:80px 100px;width:40.576171875vw}}@media(min-width:1024px){.browser_prompt_pop_up__title{color:#171717;font-family:Gotham Bold,Arial,sans-serif;font-size:20px;font-weight:bolder;letter-spacing:2px;line-height:115.6%;padding-bottom:20px;text-align:center}}@media(min-width:1024px)and (min-width:2048px){.browser_prompt_pop_up__title{font-size:.9765625vw;padding-bottom:.9765625vw}}@media(min-width:1024px){.browser_prompt_pop_up__subtitle div{color:#595959;font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding-bottom:48px;text-align:center;width:404px}}@media(min-width:1024px)and (min-width:2048px){.browser_prompt_pop_up__subtitle div{font-size:.78125vw;padding-bottom:2.34375vw;width:19.7265625vw}}@media(min-width:1024px){.browser_prompt_pop_up__body{display:flex;flex-wrap:wrap;justify-content:space-between;width:auto}.browser_prompt_pop_up__body__browser{margin:0 21px}.browser_prompt_pop_up__body__browser img{border:1px solid #f0f0f0;border-radius:100%;padding:28px}.browser_prompt_pop_up__body__browser p{font-family:Gotham Book,Arial,sans-serif;font-size:14px;padding-top:20px;text-align:center}.browser_prompt_pop_up__close{margin:0;position:absolute;right:50px;top:50px}}@media(min-width:1024px)and (min-width:2048px){.browser_prompt_pop_up__close{right:2.44140625vw;top:2.44140625vw;width:3.90625vw}}.browser_prompt_pop_prevent_scroll{height:100vh;overflow:hidden}.cn_pop_up{align-items:center;background:hsla(0,0%,9%,.6);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:.5s;width:100%;z-index:99}.cn_pop_up_hide{display:none;transition:.5s}.cn_pop_up_modal{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:min-content;justify-content:center;margin:119px 18px;padding:70px 60px;position:relative;width:90%}@media(min-width:1024px){.cn_pop_up_modal{height:max-content;padding:80px 214px;width:831px}}@media(min-width:2048px){.cn_pop_up_modal{height:max-content;padding:80px 214px;width:40.576171875vw}}.cn_pop_up_img_container img{height:111px;width:111px}@media(min-width:2048px){.cn_pop_up_img_container img{height:5.419921875vw;width:5.419921875vw}}.cn_pop_up__divider{align-self:center;background:#de2b2b;height:3px;margin-bottom:30px;width:20px}@media(min-width:2048px){.cn_pop_up__divider{height:.146484375vw;margin-top:1.46484375vw;width:.9765625vw}}.cn_pop_up__title{color:#171717;font-family:MS PGothic;font-size:18px;font-style:normal;font-weight:400;letter-spacing:2px;line-height:115.6%;padding-bottom:20px;text-align:center}@media(min-width:1024px){.cn_pop_up__title{font-size:30px}}@media(min-width:2048px){.cn_pop_up__title{font-size:1.46484375vw;padding-bottom:.9765625vw}}.cn_pop_up__title__language{font-family:Gotham Bold,Arial,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase}@media(min-width:1024px){.cn_pop_up__title__language{font-size:20px}}@media(min-width:2048px){.cn_pop_up__title__language{font-size:.9765625vw}}.cn_pop_up__subtitle{color:#595959;font-family:MS PGothic;font-size:18px;font-style:normal;font-weight:400;line-height:32px;padding-bottom:20px;text-align:center}@media(min-width:1024px){.cn_pop_up__subtitle{padding-bottom:48px}}@media(min-width:2048px){.cn_pop_up__subtitle{font-size:.87890625vw;padding-bottom:2.34375vw}}.cn_pop_up__subtitle__language{font-family:Galaxie Copernicus Italic,Arial,sans-serif;line-height:inherit}.cn_pop_up__body{color:#595959;font-family:MS PGothic;font-size:16px;font-style:normal;font-weight:400;line-height:15px;padding-bottom:30px}@media(min-width:2048px){.cn_pop_up__body{font-size:.78125vw;padding-bottom:1.46484375vw}}.cn_pop_up__body__language{font-family:Galaxie Copernicus Italic,Arial,sans-serif;text-align:center}.cn_pop_up__close{position:absolute;right:20px;top:20px}@media(min-width:1024px){.cn_pop_up__close{margin:0;right:50px;top:50px}}@media(min-width:2048px){.cn_pop_up__close{right:2.44140625vw;top:2.44140625vw;width:3.90625vw}}.cn_pop_prevent_scroll{height:100vh;overflow:hidden}.wl_modal{height:100%;width:100%}.wl_modal .modal__gutter{padding:0}.wl_modal__header{align-items:center;display:flex;padding:55px 10.5px 88px}@media(min-width:1024px){.wl_modal__header{padding:100px 11px 80px}}.wl_modal__header--active_items{padding:55px 10.5px 0}@media(min-width:1024px){.wl_modal__header--active_items{padding:100px 11px 0}}.wl_modal__header_btn{background-color:#fff}.wl_modal__title{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px);text-align:center;text-transform:uppercase}@media(min-width:2048px){.wl_modal__title{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:768px){.wl_modal__title{flex-basis:calc(33.33333% - 14px);flex-grow:1;margin-left:calc(33.33333% + 7px);max-width:calc(33.33333% - 14px)}}@media(min-width:768px)and (min-width:2048px){.wl_modal__title{flex-basis:calc(33.33333% - 0.68359vw);flex-grow:1;max-width:calc(33.33333% - .68359vw)}}@media(min-width:1024px){.wl_modal__title{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.wl_modal__title{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.wl_modal__title--active_items{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;margin-left:0;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.wl_modal__title--active_items{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:768px){.wl_modal__title--active_items{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;max-width:calc(83.33333% - 3.5px)}}@media(min-width:768px)and (min-width:2048px){.wl_modal__title--active_items{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.wl_modal__title--active_items{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:0;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.wl_modal__title--active_items{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.wl_modal__no-info{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px);padding-top:240px}@media(min-width:2048px){.wl_modal__no-info{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:768px){.wl_modal__no-info{flex-basis:calc(33.33333% - 14px);flex-grow:1;margin-left:calc(33.33333% + 7px);max-width:calc(33.33333% - 14px)}}@media(min-width:768px)and (min-width:2048px){.wl_modal__no-info{flex-basis:calc(33.33333% - 0.68359vw);flex-grow:1;max-width:calc(33.33333% - .68359vw)}}@media(min-width:1024px){.wl_modal__no-info{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);max-width:calc(20% - 17.6px);padding-top:280px}}@media(min-width:1024px)and (min-width:2048px){.wl_modal__no-info{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.wl_modal__description{color:#767676;padding-bottom:40px;text-align:center}.wl_modal__find_watch_btn{padding:16px 12px}.wl_modal__watches{border-top:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-wrap:wrap;margin-top:40px;overflow:hidden}@media(min-width:1024px){.wl_modal__watches{position:relative;width:100vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wl_modal__watches{width:100%}}@media(min-width:2048px){.wl_modal__watches{border-top-width:.048828125vw}}@media(min-width:1024px){.wl_modal__watches{margin-top:80px}}.wl_modal__divider{background:#de2b2b;display:inline-block;height:3px;margin-bottom:21px;margin-top:auto;width:20px}@media(min-width:1024px){.wl_modal__divider{margin-top:21px}}.wl_modal__watch{align-items:center;border-bottom:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0;position:relative;transition:opacity .2s;width:50%}.wl_modal__watch:nth-child(2n){border-left:1px solid #f0f0f0}.wl_modal__watch:last-child{border-right:1px solid #f0f0f0}@media(min-width:1024px){.wl_modal__watch{border-left:1px solid #f0f0f0;width:25%}.wl_modal__watch:first-child{border-left:none}.wl_modal__watch:last-child:not(:nth-child(4n)){border-right:1px solid #f0f0f0}}@media(min-width:2048px){.wl_modal__watch{border-bottom-width:.048828125vw}.wl_modal__watch:nth-child(2n){border-left-width:.048828125vw}.wl_modal__watch:last-child,.wl_modal__watch:last-child:not(:nth-child(4n)){border-right-width:.048828125vw}}.wl_modal__watch .lozad,.wl_modal__watch picture{width:100%}.wl_modal__watch img{height:450px;object-fit:contain;width:100%}@media(min-width:1024px){.wl_modal__watch img{margin:auto;max-width:290px}}@media(min-width:2048px){.wl_modal__watch img{height:21.97265625vw;max-width:14.16015625vw}}.wl_modal__watch figcaption{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center;width:100%}.wl_modal__watch figcaption sup{display:inline;letter-spacing:0;vertical-align:super}.wl_modal__watch_link{color:inherit;height:100%;padding:25px 20px 60px;text-decoration:none;width:100%}@media(min-width:1024px){.wl_modal__watch_link{padding:50px 60px}}.wl_modal__watch figcaption{flex:1}.wl_modal__watch figcaption .label-14,.wl_modal__watch figcaption .title-16{margin-bottom:21px}.wl_modal__watch figcaption .title-16{margin-top:5px}.wl_modal__watch figcaption .wl_modal__watch_price{margin-bottom:0}.wl_modal__watch_card{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.wl_modal__watch_collection{text-transform:uppercase}.wl_modal__watch img{margin-bottom:20px}.wl_modal__appointment{padding:40px 0}@media(min-width:1024px){.wl_modal__appointment{padding-top:95px}}.wl_modal__appointment .wl_modal__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.wl_modal__appointment .wl_modal__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:768px){.wl_modal__appointment .wl_modal__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}}@media(min-width:768px)and (min-width:2048px){.wl_modal__appointment .wl_modal__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.wl_modal__appointment .wl_modal__cta{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.4px);max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.wl_modal__appointment .wl_modal__cta{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.wl_modal__appointment .wl_modal__cta button{padding:20px 16px}@media(min-width:1024px){.wl_modal__appointment .wl_modal__cta button{padding:20px 22px}}.wl_modal.js_wl_modal[data-scrollbar=true] .scroll-content{padding-top:0}.modal{background-color:#fff;height:100vh;left:0;opacity:0;position:fixed;top:0;width:100vw;z-index:-1}.modal--dark{background-color:#171717}.modal--open{opacity:1;overflow-x:auto;z-index:999}.modal--hidden{display:none!important}.modal__gutter{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;margin-left:11px;margin-right:11px;padding:45px 0 50px;width:100%}@media(min-width:2048px){.modal__gutter{border-width:.048828125vw;margin-left:.537109375vw;margin-right:.537109375vw}}.modal__gutter--width-auto{width:auto}.modal__close{min-width:50px;text-align:center}@media(min-width:1024px){.modal__close{margin-right:90px;width:80px}}.modal__back{min-width:50px;text-align:center}@media(min-width:1024px){.modal__back{margin-left:90px;width:80px}}.modal__header_btn{background-color:#fff;border:1px solid #767676;border-radius:40px;color:#de2b2b;height:50px;padding:0;width:50px}@media(min-width:1024px){.modal__header_btn{height:80px;width:80px}}.modal__header_btn .icon-chevron-left,.modal__header_btn .icon-close{position:relative;top:2px}.language_switcher__list{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-bottom:60px;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.language_switcher__list{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.language_switcher__list{flex-basis:calc(50% - 11px);flex-grow:1;margin-left:calc(25% + 5.5px);margin-top:130px;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.language_switcher__list{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.language_switcher ul{width:100%}@media(min-width:1024px){.language_switcher ul{column-count:2;column-gap:22px;column-rule:1px solid #262626}}.language_switcher li{margin-bottom:40px;width:100%}.language_switcher li:after{margin-bottom:0}.language_switcher li span:hover{cursor:pointer}.language_switcher .language-link{align-items:center;color:#b2b2b2;display:flex;height:31px;justify-content:center;padding-bottom:6px;position:relative;text-decoration:none}@media(min-width:2048px){.language_switcher .language-link{font-size:.78125vw;letter-spacing:.09765625vw}}.language_switcher .language-link{font-family:Gotham Bold,Arial,sans-serif;font-size:1rem;letter-spacing:.125rem;line-height:1.5625}@media(min-width:1024px){.language_switcher .language-link{justify-content:flex-start;margin-left:calc(20% + 4.4px);width:calc(60% - 8.8px)}}.language_switcher .language-link.is-active,.language_switcher .language-link:focus,.language_switcher .language-link:hover{color:#fff}.language_switcher .language-link.is-active:before,.language_switcher .language-link:focus:before,.language_switcher .language-link:hover:before{width:100%}.language_switcher .language-link.is-active:after{color:#fff;content:"";font-family:icons;position:absolute;right:10px}.language_switcher__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.language_switcher__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.language_switcher__cta{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.language_switcher__cta{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.pac-container{box-shadow:none;font-family:Gotham Book,Arial,sans-serif;top:100%!important}.pac-container .pac-icon{display:none}.pac-container .pac-item{border-bottom:1px solid #f0f0f0;color:#767676;cursor:pointer;padding:30px 10px;white-space:normal}@media(min-width:2048px){.pac-container .pac-item{font-size:.78125vw}}.pac-container .pac-item{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}.pac-container .pac-item-query{color:#171717;display:block;margin-bottom:10px}@media(min-width:2048px){.pac-container .pac-item-query{letter-spacing:.09765625vw}}.pac-container .pac-item-query{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.pac-container .pac-item-query{font-size:.9765625vw}}.pac-container .pac-item-query{font-size:1.25rem;line-height:1.25}.header_country_message{align-items:center;background-color:#e5e5e5;color:#171717;display:flex;justify-content:center;line-height:1.5;margin:0 -11px;min-height:86px;min-width:100%;padding:0 60px;position:relative;text-align:center;z-index:100}@media(min-width:2048px){.header_country_message{font-size:.5859375vw}}.header_country_message{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.header_country_message em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.header_country_message strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.header_country_message{font-size:.75rem;line-height:2}@media(min-width:768px){.header_country_message{min-height:40px;padding:0}}.header_country_message__button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;position:fixed;top:unset}.header_country_message .shippable{right:2.9%}@media(min-width:2048px){.header_country_message .shippable{right:2.75%}}@media(min-width:1024px)and (max-width:1400px){.header_country_message .shippable{right:2.9%}}@media(min-width:768px)and (max-width:1023px){.header_country_message .shippable{right:8.9%}}@media(min-width:320px)and (max-width:767px){.header_country_message .shippable{right:8.5%;top:15px}.header_country_message .shippable .icon-close{font-size:18px}}.header_country_message .non_shippable{right:4.1%}@media(min-width:2048px){.header_country_message .non_shippable{right:4%}}@media(min-width:1024px)and (max-width:1400px){.header_country_message .non_shippable{right:4.2%}}@media(min-width:768px)and (max-width:1023px){.header_country_message .non_shippable{right:17%}}@media(min-width:320px)and (max-width:767px){.header_country_message .non_shippable{right:5.5%;top:15px}.header_country_message .non_shippable .icon-close{font-size:18px}}.header_country_message a{color:#171717}.header_country_message__hide{display:none;transition:.5s}.country_pop_up{align-items:center;background:hsla(0,0%,9%,.6);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:.5s;width:100%;z-index:99}.country_pop_up_hide{display:none;transition:.5s}.country_pop_up_modal{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:max-content;margin:18px;padding:70px 37px;position:relative;width:-webkit-fill-available}@media(min-width:1024px){.country_pop_up_modal{padding:80px 132px;width:831px}}@media(min-width:2048px){.country_pop_up_modal{height:max-content;padding:80px 132px;width:40.576171875vw}}.country_pop_up_container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:265px}@media(min-width:1024px){.country_pop_up_container{width:265px}}@media(min-width:2048px){.country_pop_up_container{width:12.939453125vw}}.country_pop_up__title{color:#171717;font-family:Gotham Bold,Arial,sans-serif;font-size:16px;font-weight:bolder;letter-spacing:2px;line-height:115.6%;padding-bottom:20px;text-align:center;width:200px}@media(min-width:1024px){.country_pop_up__title{font-size:20px;width:max-content}}@media(min-width:2048px){.country_pop_up__title{font-size:.9765625vw;padding-bottom:.9765625vw}}.country_pop_up__subtitle{color:#595959;font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding-bottom:29px;text-align:center}@media(min-width:2048px){.country_pop_up__subtitle{font-size:.78125vw;padding-bottom:2.34375vw}}.country_pop_up__button{cursor:pointer;margin-bottom:20px}.country_pop_up__body{display:flex;flex-wrap:wrap;justify-content:space-between;width:auto}.country_pop_up__body__browser{margin:0 15px}.country_pop_up__body__browser img{border:1px solid #f0f0f0;border-radius:100%;padding:28px}.country_pop_up__body__browser p{font-family:Gotham Book,Arial,sans-serif;font-size:14px;padding-top:20px;text-align:center}.country_pop_up__close{margin:0;position:absolute;right:26px;top:50px}@media(min-width:1024px){.country_pop_up__close{right:50px;top:50px;width:80px}}@media(min-width:2048px){.country_pop_up__close{right:2.44140625vw;top:2.44140625vw;width:3.90625vw}}.country_pop_up_prevent_scroll{height:100vh;overflow:hidden}.footer_switcher{color:#fff;max-width:100%;overflow-y:auto;padding:30px 21px 75px}@media(min-width:1024px){.footer_switcher{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.footer_switcher{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.footer_switcher{padding-bottom:170px;padding-top:60px}}.footer_switcher .fs__nav{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:30px}.footer_switcher .fs__header{margin-bottom:85px}@media(min-width:1024px){.footer_switcher .fs__header{margin-bottom:110px}}.footer_switcher .fs__subheader{font-family:Gotham Black,Arial,sans-serif;font-size:14px;letter-spacing:3px;line-height:25px;position:relative;text-transform:uppercase}@media(min-width:1024px){.footer_switcher .fs__subheader{display:inline-block;padding:24px 10px 24px 0}}.footer_switcher .fs__title{text-align:center;text-transform:uppercase}.footer_switcher .fs__title:after{background-color:#de2b2b;content:"";display:block;height:3px;margin:40px auto 0;width:20px}@media(min-width:320px)and (max-width:767px){.footer_switcher .fs__title{font-size:1.23rem}}.footer_switcher .modal__header_btn{background-color:#171717;border-color:#2e2e2e}.country_switcher .fs__header{margin-bottom:60px;text-align:center}.country_switcher .fs__header span{color:#b2b2b2;display:block;font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:14px;line-height:24px;margin-top:40px}@media(min-width:1024px){.country_switcher .fs__header span{display:inline-block}}.country_switcher__continent{height:65px;overflow:hidden;padding:20px 0;position:relative}.country_switcher__continent:after,.country_switcher__continent:before{background:#fff;content:"";height:12px;position:absolute;right:16px;top:26px;transition:transform .25s;width:2px}.country_switcher__continent:after{transform:rotate(90deg)}.country_switcher__continent__open{height:auto}.country_switcher__continent__open:before{transform:rotate(90deg)}.country_switcher__continent:last-child{border:none;margin:0}@media(min-width:1024px){.country_switcher__continent{border:none;border-right:1px solid #b2b2b2;height:auto;margin-right:30px;padding:0;width:20%}.country_switcher__continent:after,.country_switcher__continent:before{content:none}}.country_switcher__continent_name{font-family:Gotham Black,Arial,sans-serif;font-size:14px;letter-spacing:3px;letter-spacing:1px;line-height:25px;text-transform:uppercase}@media(min-width:1024px){.country_switcher__continent_name{font-size:20px;line-height:25px;margin-bottom:10px}}.country_switcher__continent_list{padding:20px 50px}.country_switcher__continent_list li{display:block;padding:15px 0;position:relative}@media(min-width:1024px){.country_switcher__continent_list li{padding:24px 0}}@media(min-width:1401px){.country_switcher__continent_list li{padding:1.2vw 0}}.country_switcher__continent_list li a,.country_switcher__continent_list li span{color:#b2b2b2;font-family:Gotham Book,Arial,sans-serif;font-size:14px;letter-spacing:2px;line-height:18px;position:relative;text-decoration:none}.country_switcher__continent_list li a:hover,.country_switcher__continent_list li span:hover{cursor:pointer}.country_switcher__continent_list li .icon-cart{color:#b2b2b2;left:-35px;position:absolute}@media(min-width:1024px){.country_switcher__continent_list li .icon-cart{left:0;top:0}}.country_switcher__continent_list .country_switcher__current .icon{color:#fff;position:absolute;right:0;top:calc(50% - 12px)}.country_switcher__continent_list .country_switcher__current:after{border-bottom:1px solid #fff;content:"";display:block}.country_switcher__continent_list .country_switcher__current .icon-cart{color:inherit;font-size:16px}@media(min-width:1024px){.country_switcher__continent_list .country_switcher__current .icon-cart{top:0}.country_switcher__continent_list{padding:0 30px 0 10px}}.country_switcher li.country_switcher__current{font-family:Gotham Black,Arial,sans-serif;font-size:14px;letter-spacing:3px;line-height:25px;position:relative;text-transform:uppercase}@media(min-width:1024px){.country_switcher li.country_switcher__current{padding:24px 10px 24px 0}}.country_switcher__content{border-bottom:1px solid #b2b2b2;border-top:1px solid #b2b2b2}@media(min-width:1024px){.country_switcher__content{border:none;display:flex;margin:0 auto;max-width:1400px}}.country_switcher__content__ship li{display:none}.country_switcher__content__ship .country_switcher__ship{display:block}.country_switcher__filter{margin:0 auto;max-width:1400px}.country_switcher__filter>div{display:inline-block;margin-bottom:40px;position:relative}@media(min-width:1024px){.country_switcher__filter>div{margin-bottom:60px}}.country_switcher__filter input[type=checkbox]+label:before{font-size:15px;height:32px;line-height:32px;padding:0 0 0 5px;width:32px}.country_switcher__filter label{font-family:Gotham Black,Arial,sans-serif;font-size:14px;font-size:12px;letter-spacing:3px;line-height:25px;line-height:2.5;text-transform:uppercase}@media(min-width:320px)and (max-width:767px){.country_switcher__filter label{font-size:11px}}.country_switcher__dot{background:#fff;border-radius:50%;cursor:pointer;display:inline-block;height:5px;position:absolute;right:-6px;top:4px;width:5px}.country_switcher__dot:before{border:2px solid #de2b2b;border-radius:50%;display:block;height:13px;left:-6px;position:absolute;top:-6px;width:13px}.country_switcher__dot:hover+.country_switcher__info{display:block}.country_switcher__dot:hover:before{content:""}.country_switcher__containerCheckbox:hover .country_switcher__info{display:block}.country_switcher__containerCheckbox:hover .country_switcher__dot:before{content:""}.country_switcher__containerCheckbox input:focus+label:before{outline:2px solid #8c8c8c;outline-offset:8px}.country_switcher__info{background:#e5e5e5;color:#171717;display:none;font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:14px;line-height:24px;padding:10px;position:absolute;right:-20px;text-align:center;top:-85px;width:190px}.country_switcher__info:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #e5e5e5;bottom:-5px;content:"";height:0;position:absolute;right:17px;width:0}.cl_header{align-items:normal;display:flex;flex-direction:column;justify-content:center;padding-bottom:40px}@media(min-width:1024px){.cl_header{padding-bottom:10px}}.cl_header__title{padding-top:40px;text-align:center;text-transform:uppercase}@media(min-width:1024px){.cl_header__title{padding-top:70px}}@media(min-width:2048px){.cl_header__title{padding-top:3.41796875vw}}.cl_header__slider{z-index:1}.cl_header__slider .slick-dotted.slick-slider{margin-bottom:0}.cl_header__controls{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 -21px;max-width:100%;max-width:100vw;padding:40px 0;width:100vw}@media(min-width:1024px){.cl_header__controls{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cl_header__controls{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cl_header__controls{max-width:auto;width:auto}}.cl_header__controls span{font-size:1rem}@media(min-width:1024px){.cl_header__controls{flex-basis:calc(33.33333% + 28px);flex-grow:1;justify-content:space-around;margin:auto;max-width:calc(33.33333% + 28px)}}@media(min-width:1024px)and (min-width:2048px){.cl_header__controls{flex-basis:calc(33.33333% + 1.36719vw);flex-grow:1;max-width:calc(33.33333% + 1.36719vw)}}.cl_header__controls .slick-dots{bottom:0;display:block;list-style:none;margin:0;padding:0;position:relative;text-align:center}.cl_header__controls .slick-dots li{height:13px;margin:0;transform:translateY(-20%);width:13px}@media(min-width:768px)and (max-width:1023px){.cl_header__controls .slick-dots li{height:20px;margin:0 5px;transform:none;width:20px}}.cl_header__controls .slick-dots li button{height:13px;padding:0;width:13px}@media(min-width:768px)and (max-width:1023px){.cl_header__controls .slick-dots li button{height:20px;padding:5px;width:20px}}.cl_header__controls .slick-dots li button:before{color:#fff;height:13px;line-height:13px;opacity:.3;width:13px}@media(min-width:768px)and (max-width:1023px){.cl_header__controls .slick-dots li button:before{height:20px;line-height:20px;width:20px}}.cl_header__controls .slick-dots li.slick-active button:before{opacity:1}@media(min-width:1024px){.cl_header__controls{display:none}}.cl_header__next,.cl_header__prev{background:transparent;border:0;font-size:1rem;padding-left:0;padding-right:0}.cl_header__next span,.cl_header__prev span{color:#de2b2b}@media(min-width:2048px){.cl_header__next,.cl_header__prev{font-size:.78125vw}}.cl_header__next{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-end;padding-right:21px;position:relative;top:2px;width:100px}@media(min-width:1024px){.cl_header__next{height:auto;max-width:100%;padding-right:0;width:auto}}.cl_header__prev{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-start;padding-left:21px;width:100px}@media(min-width:1024px){.cl_header__prev{height:auto;max-width:100%;padding-left:0;width:auto}}.cl_header__prev span{display:block;transform:rotate(180deg)}.cl_header__ctas{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.cl_header__ctas{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cl_header__ctas{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cl_header__ctas{flex-direction:row;justify-content:flex-start;z-index:5}}.cl_header__button{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin:0 0 20px;max-width:calc(66.66667% - 7px);text-transform:uppercase}@media(min-width:2048px){.cl_header__button{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}.cl_header__button:last-child{margin-bottom:0}@media(min-width:768px)and (max-width:1023px){.cl_header__button{flex-basis:calc(50% - 10.5px);flex-grow:1;max-width:calc(50% - 10.5px)}}@media(min-width:768px)and (max-width:1023px)and (min-width:2048px){.cl_header__button{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:1024px){.cl_header__button{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-bottom:0;margin-right:22px;max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.cl_header__button{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}@media(min-width:1024px){.cl_header__button:first-child{margin-left:calc(30% + 6.6px)}}@media(min-width:320px)and (max-width:767px){.cl_header__grid{display:flex;flex-wrap:wrap}}@media(min-width:768px)and (max-width:1023px){.cl_header__grid{display:flex;flex-wrap:wrap}}@media(min-width:1024px){.cl_header__grid{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cl_header__grid{align-items:flex-start}}.cl_header__block{padding-top:0}.cl_header__block .cl_teaser{padding:0}.cl_header--full-width{max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.cl_header--full-width{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cl_header--full-width{padding-left:1.07421875vw;padding-right:1.07421875vw}}.cl_header .views-row{flex-grow:0;opacity:1;padding-top:20px;transform-origin:center center;transition:all 1s ease-in-out,opacity 1s ease-out;width:50%}@media(min-width:1024px){.cl_header .views-row{flex-grow:1;padding-left:5.4vw;padding-right:5.4vw;padding-top:50px;width:100%}}@media(min-width:2048px){.cl_header .views-row{padding-top:2.44140625vw}}.cl_header .views-row.aside{opacity:.2}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cl_header .views-row{flex-basis:20%}}.cl_header .views-row .cl_teaser__separator,.cl_header .views-row .cl_teaser__title{transition:all 1s cubic-bezier(.15,0,.25,1),opacity 1s ease-out}.cl_header .views-row--fast{transition:all .5s cubic-bezier(.15,0,.25,1),opacity .5s ease-out}.cl_header .views-row--fast .cl_teaser__image{transition:transform .5s cubic-bezier(.15,0,.25,1),opacity .5s ease-out}.cl_header .views-row--fast .cl_teaser__separator,.cl_header .views-row--fast .cl_teaser__title{transition:all .5s cubic-bezier(.15,0,.25,1),opacity .5s ease-out}.cl_header .views-row--active .cl_teaser__separator,.cl_header .views-row--active .cl_teaser__title{transform:translateY(30px)}.cl_header.collections-shaped .cl_header__grid{margin:0 auto;width:100%}@media(min-width:1024px){.cl_header.collections-shaped .cl_header__grid{width:50%}}.cl-landing__gutter{border-bottom-color:#262626;border-left:1px solid #262626;border-right:1px solid #262626;border-top-color:#262626;height:100%;margin-left:11px;margin-right:11px;padding:0}@media(min-width:2048px){.cl-landing__gutter{border-width:.048828125vw;margin-left:.537109375vw;margin-right:.537109375vw;padding-left:.537109375vw;padding-right:.537109375vw}}.cl-landing__container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-left:10.5px;padding-right:10.5px}@media(min-width:1024px){.cl-landing__container{padding:0}}.cl-landing__header{align-items:center;display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;justify-content:center;margin-bottom:30px;margin-top:40px;max-width:100%;text-align:center}@media(min-width:2048px){.cl-landing__header{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.cl-landing__header{flex-basis:calc(90% - 2.2px);flex-grow:1;margin:70px 0;max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.cl-landing__header{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cl-landing__header{flex-basis:auto}}.cl-landing__header h1{margin-bottom:10px;text-transform:uppercase}@media(min-width:1024px){.cl-landing__header h1{margin-bottom:40px}}.cl-landing__header .quote-20{color:#b2b2b2}@media(min-width:2048px){.cl-landing__header .quote-20{font-size:.68359375vw}}.cl-landing__header .quote-20{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px)and (min-width:2048px){.cl-landing__header .quote-20{font-size:.9765625vw}}@media(min-width:1024px){.cl-landing__header .quote-20{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cl-landing__header .quote-20{width:100%}}.cl-subcollections__gutter{border-bottom-color:#262626;border-left:1px solid #262626;border-right:1px solid #262626;border-top-color:#262626;height:100%;margin-left:11px;margin-right:11px;overflow:hidden;padding:0}@media(min-width:2048px){.cl-subcollections__gutter{border-width:.048828125vw;margin-left:.537109375vw;margin-right:.537109375vw;padding-left:.537109375vw;padding-right:.537109375vw}}.cl-subcollections__watches{border-top:1px solid #262626;box-sizing:border-box;display:flex;flex-wrap:wrap;overflow:hidden}@media(min-width:1024px){.cl-subcollections__watches{position:relative;width:100vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cl-subcollections__watches{width:100%}}@media(min-width:2048px){.cl-subcollections__watches{border-top-width:.048828125vw}}.cl-subcollections__watches .views-row{align-items:center;border-bottom:1px solid #262626;box-sizing:border-box;display:flex;display:block;flex-direction:column;justify-content:center;padding:0 0 30px;position:relative;width:50%}.cl-subcollections__watches .views-row:nth-child(2n){border-left:1px solid #262626}.cl-subcollections__watches .views-row:last-child{border-right:1px solid #262626}@media(min-width:1024px){.cl-subcollections__watches .views-row{border-left:1px solid #262626;width:25%}.cl-subcollections__watches .views-row:first-child{border-left:none}.cl-subcollections__watches .views-row:last-child:not(:nth-child(4n)){border-right:1px solid #262626}}@media(min-width:2048px){.cl-subcollections__watches .views-row{border-bottom-width:.048828125vw}.cl-subcollections__watches .views-row:nth-child(2n){border-left-width:.048828125vw}.cl-subcollections__watches .views-row:last-child,.cl-subcollections__watches .views-row:last-child:not(:nth-child(4n)){border-right-width:.048828125vw}}.cl-subcollections__watches .views-row img{height:450px;object-fit:contain;width:100%}@media(min-width:1024px){.cl-subcollections__watches .views-row img{margin:auto;max-width:290px}}@media(min-width:2048px){.cl-subcollections__watches .views-row img{height:21.97265625vw;max-width:14.16015625vw}}.cl-subcollections__watches .views-row figcaption{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center;width:100%}.cl-subcollections__watches .views-row figcaption sup{display:inline;letter-spacing:0;vertical-align:super}@media(min-width:1024px){.cl-subcollections__watches .views-row{padding:0 0 40px}}.cl-subcollections__watches .views-row figure{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cl-subcollections__watches .views-row figure img{display:block;height:190px;margin:auto}@media(min-width:1024px){.cl-subcollections__watches .views-row figure img{height:450px}}@media(min-width:2048px){.cl-subcollections__watches .views-row figure img{height:21.97265625vw}}.cl-subcollections__watches .views-row figcaption{flex-grow:2;justify-content:flex-start}.cl-subcollections__watches .views-row figcaption .title-12{flex-grow:2;margin-bottom:10px;max-width:100%;padding-left:21px;padding-right:21px;text-transform:uppercase}@media(min-width:1024px){.cl-subcollections__watches .views-row figcaption .title-12{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cl-subcollections__watches .views-row figcaption .title-12{padding-left:1.07421875vw;padding-right:1.07421875vw}}.cl-subcollections__watches .views-row figcaption .title-12 a{color:inherit;text-decoration:none}.cl-subcollections__watches .views-row--empty_desktop{display:none}@media(min-width:1024px){.cl-subcollections__watches .views-row--empty_desktop{display:block}}.cl-subcollections__watches .views-row--empty_mobile{display:block}@media(min-width:1024px){.cl-subcollections__watches .views-row--empty_mobile{display:none}}.cl-subcollections__divider{background:#de2b2b;display:inline-block;height:3px;margin:10px 0;width:20px}@media(min-width:1024px){.cl-subcollections__divider{margin-top:20px}}.cl-subcollections__appointment{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 0}@media(min-width:1024px){.cl-subcollections__appointment{padding-top:95px}}.cl-subcollections__appointment .cl_modal__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;max-width:calc(66.66667% - 7px);min-width:max-content}@media(min-width:2048px){.cl-subcollections__appointment .cl_modal__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.cl-subcollections__appointment .cl_modal__cta{flex-basis:calc(20% + 26.4px);flex-grow:1;max-width:calc(20% + 26.4px)}}@media(min-width:1024px)and (min-width:2048px){.cl-subcollections__appointment .cl_modal__cta{flex-basis:calc(20% + 1.28906vw);flex-grow:1;max-width:calc(20% + 1.28906vw)}}.cl-subcollections__appointment .cl_modal__cta button{padding:16px}.dark-bg .cl-subcollections__button{color:#171717;text-decoration:none}.cl_teaser{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-left:21px;padding-right:21px;padding-top:30px;text-decoration:none}@media(min-width:1024px){.cl_teaser{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.cl_teaser{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.cl_teaser{padding-bottom:120px;padding-top:100px}}@media(min-width:2048px){.cl_teaser{padding-bottom:10.498046875vw;padding-top:4.8828125vw}}.cl_teaser__content{align-items:center;display:flex;flex-basis:calc(83.33333% - 3.5px);flex-direction:column;flex-grow:1;justify-content:center;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.cl_teaser__content{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.cl_teaser__content{flex-basis:100%;max-width:100%;padding-bottom:30px;width:100%}}@media(min-width:2048px){.cl_teaser__content{padding-bottom:1.46484375vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cl_teaser__content{flex-basis:auto}}.cl_teaser__image{overflow:hidden;transition:transform 1s cubic-bezier(.15,0,.25,1),opacitiy 1s cubic-bezier(.25,.1,.25,0);width:100%}.cl_teaser__separator{background-color:#de2b2b;height:3px;margin:20px 0;transition:all .125s linear;width:20px}@media(min-width:1024px){.cl_teaser__separator{margin-bottom:25px;margin-top:25px}}@media(min-width:1024px)and (min-width:2048px){.cl_teaser__separator{margin-bottom:1.220703125vw;margin-top:1.220703125vw}}@media(min-width:1024px){.cl_teaser__separator.timer{height:1px;margin-top:27px;width:60px}}@media(min-width:1024px)and (min-width:2048px){.cl_teaser__separator.timer{height:.048828125vw;margin-top:1.07421875vw;width:2.9296875vw}}@media(min-width:1024px){.cl_teaser__separator.load{background-color:#731818}}@media(min-width:1024px)and (-ms-high-contrast:active),(min-width:1024px)and (-ms-high-contrast:none){.cl_teaser__separator{height:auto}}@media(min-width:2048px){.cl_teaser__separator{height:.146484375vw;margin-bottom:.9765625vw;margin-top:.9765625vw;width:.9765625vw}.cl_teaser__separator.timer{height:.048828125vw;width:2.9296875vw}}.cl_teaser__progress_bar{display:none;height:1px}@media(min-width:1024px){.cl_teaser__progress_bar{display:block;width:0}.cl_teaser__progress_bar.timer{width:100%}.cl_teaser__progress_bar.load{background-color:#de2b2b;transition:width 1.5s linear}.cl_teaser__progress_bar.process{background-color:#731818;transition:width 1s cubic-bezier(.5,0,.25,1)}.cl_teaser__progress_bar.cancel_transition{transition:none}}@media(min-width:2048px){.cl_teaser__progress_bar{height:.048828125vw}}.cl_teaser__title{text-align:center;text-transform:uppercase}@media(min-width:2048px){.cl_teaser__title{font-size:.5859375vw;letter-spacing:.0732421875vw}}.cl_teaser__title{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@keyframes slide-watch-in-left-fade{0%{opacity:0;transform:translateX(-10%)}to{opacity:1;pointer-events:all;transform:translateX(0);visibility:visible}}@keyframes slide-watch-out-right-fade{0%{opacity:1;transform:translateX(0)}to{opacity:0;pointer-events:none;transform:translateX(10%);visibility:hidden}}.animate_slide-in-left-fade{animation:slide-watch-in-left-fade cubic-bezier(.15,0,.25,1) forwards;animation-duration:.5s}.animate_slide-out-right-fade{animation:slide-watch-out-right-fade cubic-bezier(.5,0,.25,1) forwards;animation-duration:.5s}.ma_additional_details{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.ma_additional_details{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px);padding:0 6px}}@media(min-width:1024px)and (min-width:2048px){.ma_additional_details{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.ma_additional_details__recaptcha_container{align-items:center;display:flex;flex-direction:column;justify-content:center}.ma_additional_details__recaptcha{margin-bottom:30px;width:100%}.ma_additional_details__recaptcha>div{margin:0 auto}@media(min-width:2048px){.ma_additional_details__recaptcha{margin-bottom:1.46484375vw}}@media(min-width:320px)and (max-width:767px){.g-recaptcha-bubble-arrow{display:none}.g-recaptcha-bubble-arrow+div{left:50%;position:fixed!important;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.ma_calendar{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}@media(min-width:1024px){.ma_calendar{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px);padding:0 6px}}@media(min-width:1024px)and (min-width:2048px){.ma_calendar{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.ma_calendar__error_container{display:none;left:0;margin-bottom:20px;min-height:40px;position:absolute;text-align:center;top:100px;width:100%}.ma_calendar__error{display:block}.ma_calendar__dates{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;max-height:82px}.ma_calendar__container{min-height:400px}@media(min-width:1024px){.ma_calendar__container{min-height:350px}}.ma_calendar__container>div{min-height:350px}.ma_calendar__field_container{position:relative}.ma_calendar__field::placeholder{font-size:3.75vw}@media(max-width:320px){.ma_calendar__field::placeholder{font-size:12px}}@media(min-width:426.6666666667px){.ma_calendar__field::placeholder{font-size:16px}}.ma_calendar__trigger{align-items:center;background-color:transparent;border:0;bottom:15px;display:flex;flex-direction:column;justify-content:flex-start;position:absolute;right:0;top:40px;width:30px}@media(min-width:1024px){.ma_calendar__trigger{width:45px}}.ma_calendar__trigger[aria-expanded=true]:after{border-bottom:15px solid #f0f0f0;border-left:15px solid transparent;border-right:15px solid transparent;content:"";cursor:default;pointer-events:bounding-box;position:relative}.ma_calendar table.calendar{background-color:#f0f0f0;border-collapse:separate;border-spacing:1px;margin-top:-9px;padding:50px 0 17px;position:relative;width:100%}.ma_calendar .monthSelector .icon{color:#de2b2b}.ma_calendar .monthSelector .icon_reversed{bottom:5px;position:relative;transform:rotate(180deg)}.ma_calendar .monthSelector .prev span{margin-left:14px;text-align:left}.ma_calendar .monthSelector .next span{margin-right:14px;text-align:right}.ma_calendar table.calendar tbody{display:grid;grid-template-rows:repeat(7,1fr)}.ma_calendar table.calendar tbody .monthSelector{display:flex;justify-content:space-between;margin-bottom:30px}.ma_calendar table.calendar tbody tr{display:grid;grid-template-columns:repeat(7,1fr)}.ma_calendar table.calendar tbody tr td,.ma_calendar table.calendar tbody tr th{align-self:center;justify-self:center}.ma_calendar td.day,.ma_calendar td.nav{cursor:pointer;text-align:center}.ma_calendar td.day.dayMarked:focus span,.ma_calendar td.day.dayMarked:hover span,.ma_calendar td.nav.dayMarked:focus span,.ma_calendar td.nav.dayMarked:hover span{background-color:#de2b2b}.ma_calendar td.day span{color:#000}@media(min-width:2048px){.ma_calendar td.day span{font-size:.68359375vw;letter-spacing:.146484375vw}}.ma_calendar td.day span{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}.ma_calendar td.dayToday span{background:#fff;color:#000}.ma_calendar td.dayInNextMonth span,.ma_calendar td.dayInPrevMonth span{background:#fff;color:#fff}.ma_calendar td.day:focus span,.ma_calendar td.day:hover:not(.disabled) span{align-items:center;background:#595959;color:#fff;display:flex;justify-content:center}@media(min-width:2048px){.ma_calendar td.day:focus span,.ma_calendar td.day:hover:not(.disabled) span{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ma_calendar td.day:focus span,.ma_calendar td.day:hover:not(.disabled) span{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.ma_calendar td[aria-current=date] span{align-items:center;background:#de2b2b;color:#fff;display:flex;justify-content:center}@media(min-width:2048px){.ma_calendar td[aria-current=date] span{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ma_calendar td[aria-current=date] span{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.ma_calendar th.week{color:#767676}@media(min-width:2048px){.ma_calendar th.week{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ma_calendar th.week{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.ma_calendar table.calendar td.day span,.ma_calendar table.calendar td.day:focus span,.ma_calendar table.calendar th.week span{border-radius:50%;box-sizing:border-box;height:30px;width:30px}@media(min-width:1024px){.ma_calendar table.calendar td.day span,.ma_calendar table.calendar td.day:focus span,.ma_calendar table.calendar th.week span{margin:10px 20px}}@media(min-width:2048px){.ma_calendar table.calendar td.day span,.ma_calendar table.calendar td.day:focus span,.ma_calendar table.calendar th.week span{height:1.46484375vw;margin:10px 20px;padding-top:.0732421875vw;width:1.46484375vw}}.ma_calendar table.calendar td.day.disabled:focus span{background:transparent;border:none;color:#595959;font-size:.875rem}@media(min-width:2048px){.ma_calendar table.calendar td.day.disabled:focus span{font-size:.68359375vw}}.ma_calendar td.month span{color:#000;display:block;text-align:center;text-transform:uppercase;width:100%}@media(min-width:2048px){.ma_calendar td.month span{font-size:.68359375vw;letter-spacing:.146484375vw}}.ma_calendar td.month span{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}.ma_calendar td.disabled span,.ma_calendar td.disabled:hover span{background-color:transparent;color:#595959;cursor:auto;font-size:.875rem}.ma_calendar td.disabled.selected span{background:transparent;color:#595959;font-size:.875rem;letter-spacing:.1875rem}@media(min-width:2048px){.ma_calendar td.disabled.selected span{font-size:.68359375vw}}.ma_calendar td.day:focus span,.ma_calendar td.day:hover:not(.disabled) span,.ma_calendar td[aria-current=date] span{padding-left:.09375rem}@media(min-width:2048px){.ma_calendar td.day:focus span,.ma_calendar td.day:hover:not(.disabled) span,.ma_calendar td[aria-current=date] span{padding-left:.0732421875vw}}.ma_digital_appointment{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.ma_digital_appointment{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px);padding:0 6px}}@media(min-width:1024px)and (min-width:2048px){.ma_digital_appointment{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:2048px){.ma_digital_appointment{padding-left:.29296875vw;padding-right:.29296875vw}}.ma_digital_appointment__checks{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:70px}@media(min-width:1024px){.ma_digital_appointment__checks{margin-bottom:190px}}@media(min-width:2048px){.ma_digital_appointment__checks{margin-bottom:9.27734375vw}}.ma_digital_appointment__method_wrapper{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.ma_digital_appointment__method{align-items:center;display:flex;flex-basis:calc(50% - 10.5px);flex-direction:row;flex-grow:1;height:30px;justify-content:center;margin-right:21px;max-width:calc(50% - 10.5px);position:relative}@media(min-width:2048px){.ma_digital_appointment__method{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:1024px){.ma_digital_appointment__method{align-items:center;display:flex;flex-basis:calc(50% - 10.5px);flex-direction:row;flex-grow:1;justify-content:flex-end;margin-right:22px;max-width:calc(50% - 10.5px);padding-right:35px}}@media(min-width:1024px)and (min-width:2048px){.ma_digital_appointment__method{flex-basis:calc(50% - 0.5127vw);flex-grow:1;max-width:calc(50% - .5127vw)}}@media(min-width:2048px){.ma_digital_appointment__method{height:1.46484375vw;margin-right:1.07421875vw;padding-right:1.708984375vw}}.ma_digital_appointment__method:last-child{margin-right:0;padding-right:0}@media(min-width:1024px){.ma_digital_appointment__method:last-child{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding-left:35px}}@media(min-width:2048px){.ma_digital_appointment__method:last-child{padding-left:1.708984375vw}}.ma_digital_appointment__method:last-child:before{background-color:#000;bottom:0;content:"";height:100%;left:-11px;position:absolute;width:1px}@media(min-width:2048px){.ma_digital_appointment__method:last-child:before{left:-.537109375vw;width:.048828125vw}}.ma_digital_appointment__label{top:10px}@media(min-width:2048px){.ma_digital_appointment__label{top:.48828125vw}}.ma_digital_appointment__label:before{bottom:8px;position:relative}@media(min-width:2048px){.ma_digital_appointment__label:before{bottom:.390625vw}}.ma_digital_appointment__invalid{border:1px solid #de2b2b}.make_appointment{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.make_appointment__no_result{margin-bottom:110px}@media(min-width:768px){.make_appointment__no_result{margin-bottom:270px}}.make_appointment__search_location{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start;padding:0 11px;width:100%}@media(min-width:1024px){.make_appointment__search_location{flex-basis:calc(50% - 11px);flex-grow:1;margin-left:calc(25% + 5.5px);max-width:calc(50% - 11px);padding:0 6px}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__search_location{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.make_appointment__search_location--column-dir{flex-direction:column}.make_appointment__search_location_error_msg{color:#de2b2b;display:block;flex-basis:100%;flex-grow:1;max-width:100%;padding:0 21px}@media(min-width:2048px){.make_appointment__search_location_error_msg{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:768px){.make_appointment__search_location_error_msg{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;margin-left:calc(8.33333% + 1.75px);max-width:calc(83.33333% - 3.5px)}}@media(min-width:768px)and (min-width:2048px){.make_appointment__search_location_error_msg{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.make_appointment__search_location_error_msg{flex-basis:calc(50% - 11px);flex-grow:1;margin-left:calc(25% + 5.5px);max-width:calc(50% - 11px);padding:0 10px}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__search_location_error_msg{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.make_appointment__search_location .fb_gutter{border:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.make_appointment__search_location .fb_header{margin-bottom:10px;max-width:100%;padding-bottom:0;padding-top:0}.make_appointment__search_location .fb_header__title{display:none}.make_appointment__search_location .fb_header--no-margin-bottom{margin-bottom:0}.make_appointment__search_location .bq_search_results{background-color:#fff;border-bottom:0;color:#171717;padding:0 0 50px}.make_appointment__search_location .bq_search_results__header{display:none}.make_appointment__search_location .bq_search_results__content{max-width:100%}.make_appointment__search_location .bq_search_results__boutiques .views-row:last-child .bq_teaser{border-bottom:1px solid #f0f0f0}.make_appointment__search_location .bq_search_results__boutiques .views-row:last-child .bq_teaser--selected{border-bottom:2px solid #171717}.make_appointment__search_location .bq_teaser{border-bottom:1px solid #f0f0f0;cursor:pointer}.make_appointment__search_location .bq_teaser__title{color:#171717;margin-bottom:15px;pointer-events:none}.make_appointment__search_location .bq_teaser__content{background-color:transparent;border:0;padding:30px 0;text-align:left;width:100%}.make_appointment__search_location .bq_teaser__content--text-centered{text-align:center}.make_appointment__search_location .bq_teaser__details_row{margin-left:22px}.make_appointment__search_location .bq_teaser--selected{border-bottom:2px solid #171717}.make_appointment__search_location_input{border:0;border-bottom:1px solid #f0f0f0;box-sizing:border-box;font-family:Gotham Book,Arial,sans-serif;font-size:12px;padding:7px 10px 13px;width:100%}@media(min-width:2048px){.make_appointment__search_location_input{font-size:.9765625vw}}.make_appointment__search_location_input{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:768px){.make_appointment__search_location_input{padding:5px 10px}}@media(min-width:768px)and (min-width:2048px){.make_appointment__search_location_input{font-size:1.5625vw}}@media(min-width:768px){.make_appointment__search_location_input{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}.make_appointment__search_location_input::placeholder{color:#767676}.make_appointment__search_location_btn{align-items:center;background:transparent;border:none;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:center;position:relative}@media(min-width:768px){.make_appointment__search_location_btn{border-left:1px solid #f0f0f0;height:auto;padding:0 30px}}.make_appointment__search_location_btn .icon{color:#de2b2b;font-size:32px;height:40px;width:32px}.make_appointment__search_location_btn .icon:before{vertical-align:baseline}@media(min-width:2048px){.make_appointment__search_location_btn .icon:before{font-size:1.5625vw}}@media(min-width:768px){.make_appointment__search_location_btn .icon{height:40px;width:40px}}@media(min-width:2048px){.make_appointment__search_location_btn .icon{font-size:1.5625vw;height:1.953125vw;width:1.953125vw}}.make_appointment .pac-container{width:100%!important}@media(min-width:1024px){.make_appointment .pac-container{width:auto}}.ma_personal_details{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.ma_personal_details{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px);padding:0 6px}}@media(min-width:1024px)and (min-width:2048px){.ma_personal_details{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.ma_personal_details__invalid{border:1px solid #de2b2b}.ma_personal_details .icon{color:#de2b2b;float:right;position:relative;right:10px;top:35px;transform:rotate(270deg)}.ma_personal_details__select{padding:0}.ma_personal_details__select_label{margin-bottom:2px}.ma_personal_details span.ma_personal_details__select_icon{top:25px}.ma_personal_details small.label-10{color:#de2b2b}.ma_personal_details__phone_number{display:flex}.ma_personal_details__phone_number select{width:80px}.ma_personal_details__phone_number .icon{top:0}.ma_reasons__container{align-items:center;display:flex;flex-direction:column;justify-content:center}.ma_reasons__buttons{width:100%}.ma_reasons__button{align-items:normal;background:#fff;border:1px solid #000;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;padding:16px 0;text-align:center;text-transform:uppercase;width:100%}@media(min-width:2048px){.ma_reasons__button{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ma_reasons__button{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.ma_reasons__button_title--active{background-color:#171717;color:#fff}.ma_reasons__button_description{padding:20px;text-align:center;width:100%}@media(min-width:2048px){.ma_reasons__button_description{font-size:.68359375vw}}.ma_reasons__button_description{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ma_reasons__button_description em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ma_reasons__button_description strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ma_reasons__button_description{font-size:.875rem;line-height:1.7142857143}.ma_reasons__error{margin-bottom:40px;min-height:24px}.ma_reasons__btn_container{display:none;flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.ma_reasons__btn_container{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.ma_reasons__btn_container{flex-basis:calc(20% + 26.4px);flex-grow:1;margin-left:calc(40% - 13.2px);max-width:calc(20% + 26.4px)}}@media(min-width:1024px)and (min-width:2048px){.ma_reasons__btn_container{flex-basis:calc(20% + 1.28906vw);flex-grow:1;max-width:calc(20% + 1.28906vw)}}.make_appointment__success{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 11px}@media(min-width:1024px){.make_appointment__success{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px);padding:0 6px}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__success{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.make_appointment__success_text{display:block;text-align:center}.make_appointment__success_text p{margin-bottom:30px;width:100%}@media(min-width:1024px){.make_appointment__success_text p{flex-basis:100%;flex-grow:1;margin-bottom:35px;max-width:100%}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__success_text p{flex-basis:100%;flex-grow:1;max-width:100%}}.make_appointment__success_text p:last-child{margin-bottom:40px}@media(min-width:1024px){.make_appointment__success_text p:last-child{margin-bottom:60px}}.make_appointment__success_text p--digital p{margin-bottom:40px}@media(min-width:1024px){.make_appointment__success_text p--digital p{width:100%}}.make_appointment__success_close{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.make_appointment__success_close{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.make_appointment__success_close{flex-basis:calc(50% - 11px);flex-grow:1;margin-bottom:22px;margin-left:calc(25% + 5.5px);max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__success_close{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.ma_summary{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.ma_summary{flex-basis:calc(50% - 11px);flex-grow:1;margin-left:calc(25% + 5.5px);max-width:calc(50% - 11px);padding:0 6px}}@media(min-width:1024px)and (min-width:2048px){.ma_summary{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.ma_summary__item{align-items:flex-end;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:30px;padding-bottom:10px}@media(min-width:1024px){.ma_summary__item{margin-bottom:40px}.ma_summary__item:last-child{margin-bottom:65px}}.ma_summary__item:last-child{margin-bottom:40px}.ma_summary__item_info{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.ma_summary__label{display:block;margin-bottom:10px;text-transform:uppercase}.ma_summary__button{border:1px solid #767676;color:#de2b2b;height:32px;margin-bottom:10px;width:32px}@media(min-width:2048px){.ma_summary__button{height:1.5625vw;width:1.5625vw}}.ma_summary__button .icon{font-size:.75rem}.ma_summary__date_separator{color:#767676}.ma_summary__item_info{flex-basis:calc(83.33333% - 3.5px);flex-grow:1;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.ma_summary__item_info{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.ma_summary__item_info{flex-basis:calc(45% - 12.1px);flex-grow:1;max-width:calc(45% - 12.1px)}}@media(min-width:1024px)and (min-width:2048px){.ma_summary__item_info{flex-basis:calc(45% - 0.59082vw);flex-grow:1;max-width:calc(45% - .59082vw)}}.ma_summary__list{list-style:none}.ma_summary__list_item{display:flex}.ma_summary__list_item:before{color:#de2b2b;content:"•";display:inline-block;font-weight:700;position:relative;width:15px}.ma_summary__details_info{display:block;word-break:break-word}.ma_watch{display:block!important}.ma_watch__container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:50px;padding-left:10.5px;padding-right:10.5px}@media(min-width:1024px){.ma_watch__container{align-items:flex-start;border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:100px;padding:50px 0}}.ma_watch__image{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-bottom:15px;max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.ma_watch__image{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.ma_watch__image{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(15% + 3.3px);margin-right:22px;max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.ma_watch__image{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.ma_watch__image img{height:auto;width:100%}.ma_watch__info{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.ma_watch__info{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-left:calc(5% + 1.1px)}}.ma_watch__name,.ma_watch__subcollection{margin-bottom:10px;text-transform:uppercase}.ma_watch__size{margin-bottom:15px}@media(min-width:2048px){.ma_watch__size{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ma_watch__size{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px){.ma_watch__size{margin-top:20px}}.ma_watch__size:after{background-color:#171717;content:"";display:block;height:3px;margin:15px auto 0;width:20px}@media(min-width:1024px){.ma_watch__size:after{margin-left:0;margin-top:20px}}@media(min-width:2048px){.ma_watch__price{font-size:.78125vw;letter-spacing:.09765625vw}}.ma_watch__price{font-family:Gotham Bold,Arial,sans-serif;font-size:1rem;letter-spacing:.125rem;line-height:1.5625}.ma_watch__cta{padding-left:5.25px;padding-right:5.25px}@media(min-width:1024px){.ma_watch__cta{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(30% + 6.6px);max-width:calc(40% - 13.2px);padding-left:5.5px;padding-right:5.5px}}@media(min-width:1024px)and (min-width:2048px){.ma_watch__cta{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}.wishlist__no-info{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px);padding-top:240px}@media(min-width:2048px){.wishlist__no-info{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:768px){.wishlist__no-info{flex-basis:calc(33.33333% - 14px);flex-grow:1;margin-left:calc(33.33333% + 7px);max-width:calc(33.33333% - 14px)}}@media(min-width:768px)and (min-width:2048px){.wishlist__no-info{flex-basis:calc(33.33333% - 0.68359vw);flex-grow:1;max-width:calc(33.33333% - .68359vw)}}@media(min-width:1024px){.wishlist__no-info{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);max-width:calc(20% - 17.6px);padding-top:280px}}@media(min-width:1024px)and (min-width:2048px){.wishlist__no-info{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.wishlist__description{color:#767676;padding-bottom:40px;text-align:center}.wishlist__find_watch_btn{display:block;padding:16px 12px;text-align:center;text-decoration:none}.wishlist__watches{border-top:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-wrap:wrap;margin:40px 0;overflow:hidden}@media(min-width:1024px){.wishlist__watches{position:relative;width:100vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wishlist__watches{width:100%}}@media(min-width:2048px){.wishlist__watches{border-top-width:.048828125vw}}@media(min-width:1024px){.wishlist__watches{margin:80px 0;width:100%}}.wishlist__divider{background:#de2b2b;display:inline-block;height:3px;margin-bottom:21px;margin-top:auto;width:20px}@media(min-width:1024px){.wishlist__divider{margin-top:21px}}.wishlist__watch{align-items:center;border-bottom:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0;position:relative;transition:opacity .2s;width:50%}.wishlist__watch:nth-child(2n){border-left:1px solid #f0f0f0}.wishlist__watch:last-child{border-right:1px solid #f0f0f0}@media(min-width:1024px){.wishlist__watch{border-left:1px solid #f0f0f0;width:25%}.wishlist__watch:first-child{border-left:none}.wishlist__watch:last-child:not(:nth-child(4n)){border-right:1px solid #f0f0f0}}@media(min-width:2048px){.wishlist__watch{border-bottom-width:.048828125vw}.wishlist__watch:nth-child(2n){border-left-width:.048828125vw}.wishlist__watch:last-child,.wishlist__watch:last-child:not(:nth-child(4n)){border-right-width:.048828125vw}}.wishlist__watch .lozad,.wishlist__watch picture{width:100%}.wishlist__watch img{height:450px;object-fit:contain;width:100%}@media(min-width:1024px){.wishlist__watch img{margin:auto;max-width:290px}}@media(min-width:2048px){.wishlist__watch img{height:21.97265625vw;max-width:14.16015625vw}}.wishlist__watch figcaption{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center;width:100%}.wishlist__watch figcaption sup{display:inline;letter-spacing:0;vertical-align:super}.wishlist__watch img{height:270px;max-width:176px}@media(min-width:1024px){.wishlist__watch img{height:450px;max-width:290px}}.wishlist__watch:before{background:#f3f3f3;content:"";display:block;height:100%;left:0;opacity:.3;position:absolute;top:0;transition:.7s;width:0;z-index:-1}.wishlist__watch:focus-within:before,.wishlist__watch:focus:before,.wishlist__watch:hover:before{right:100%;width:100%}.wishlist__watch_link{color:inherit;height:100%;padding-bottom:40px;text-decoration:none;width:100%}@media(min-width:1024px){.wishlist__watch_link{padding:20px 20px 40px}}.wishlist__watch figcaption{flex:1}.wishlist__watch figcaption .label-14,.wishlist__watch figcaption .title-16{margin-bottom:21px}.wishlist__watch figcaption .title-16{margin-top:5px;max-width:100%;padding:0 10px;text-align:center;text-transform:uppercase}.wishlist__watch figcaption .wl_modal__watch_price{margin-bottom:0}.wishlist__watch_card{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.wishlist__watch_card .ts_watch__new_label{text-transform:uppercase;top:0}.wishlist__watch_collection{text-transform:uppercase}@media(min-width:2048px){.wishlist__watch img{height:21.97265625vw;max-width:14.16015625vw}}.wishlist__appointment{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;padding:40px 0}@media(min-width:1024px){.wishlist__appointment{padding-bottom:40px;padding-top:95px}}.wishlist__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.wishlist__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:768px){.wishlist__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}}@media(min-width:768px)and (min-width:2048px){.wishlist__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.wishlist__cta{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.4px);max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.wishlist__cta{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.wishlist__cta button{padding:20px 16px}.wishlist__cta button:disabled{background-color:#171717}@media(min-width:1024px){.wishlist__cta button{padding:20px 22px}}.ma_wishlist_watches{border-top:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-wrap:wrap;margin-bottom:40px;overflow:hidden}@media(min-width:1024px){.ma_wishlist_watches{position:relative;width:100vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ma_wishlist_watches{width:100%}}@media(min-width:2048px){.ma_wishlist_watches{border-top-width:.048828125vw}}@media(min-width:1024px){.ma_wishlist_watches{left:0;margin-bottom:100px;width:100%}}.ma_wishlist_watches__divider{background:#de2b2b;display:inline-block;height:3px;margin-bottom:21px;margin-top:auto;width:20px}@media(min-width:1024px){.ma_wishlist_watches__divider{margin-top:21px}}.ma_wishlist_watches__watch{align-items:center;border-bottom:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0;position:relative;transition:opacity .2s;width:50%}.ma_wishlist_watches__watch:nth-child(2n){border-left:1px solid #f0f0f0}.ma_wishlist_watches__watch:last-child{border-right:1px solid #f0f0f0}@media(min-width:1024px){.ma_wishlist_watches__watch{border-left:1px solid #f0f0f0;width:25%}.ma_wishlist_watches__watch:first-child{border-left:none}.ma_wishlist_watches__watch:last-child:not(:nth-child(4n)){border-right:1px solid #f0f0f0}}@media(min-width:2048px){.ma_wishlist_watches__watch{border-bottom-width:.048828125vw}.ma_wishlist_watches__watch:nth-child(2n){border-left-width:.048828125vw}.ma_wishlist_watches__watch:last-child,.ma_wishlist_watches__watch:last-child:not(:nth-child(4n)){border-right-width:.048828125vw}}.ma_wishlist_watches__watch .lozad,.ma_wishlist_watches__watch picture{width:100%}.ma_wishlist_watches__watch img{height:450px;object-fit:contain;width:100%}@media(min-width:1024px){.ma_wishlist_watches__watch img{margin:auto;max-width:290px}}@media(min-width:2048px){.ma_wishlist_watches__watch img{height:21.97265625vw;max-width:14.16015625vw}}.ma_wishlist_watches__watch figcaption{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center;width:100%}.ma_wishlist_watches__watch figcaption sup{display:inline;letter-spacing:0;vertical-align:super}.ma_wishlist_watches__watch img{height:270px;max-width:176px}@media(min-width:1024px){.ma_wishlist_watches__watch img{height:450px;max-width:290px}}.ma_wishlist_watches__watch:before{background:#f3f3f3;content:"";display:block;height:100%;left:0;opacity:.3;position:absolute;top:0;transition:.7s;width:0;z-index:-1}.ma_wishlist_watches__watch:focus-within:before,.ma_wishlist_watches__watch:focus:before,.ma_wishlist_watches__watch:hover:before{right:100%;width:100%}.ma_wishlist_watches__watch_link{color:inherit;height:100%;padding-bottom:40px;text-decoration:none;width:100%}@media(min-width:1024px){.ma_wishlist_watches__watch{padding:20px 20px 40px}}.ma_wishlist_watches__watch_card{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.ma_wishlist_watches__watch_card .ts_watch__new_label{text-transform:uppercase;top:0}.ma_wishlist_watches__watch_collection{text-transform:uppercase}.ma_wishlist_watches__watch figcaption{flex:1}.ma_wishlist_watches__watch figcaption .label-14,.ma_wishlist_watches__watch figcaption .title-16{margin-bottom:21px}.ma_wishlist_watches__watch figcaption .title-16{margin-top:5px;max-width:100%;padding:0 10px;text-align:center;text-transform:uppercase;word-wrap:break-word}.ma_wishlist_watches__watch figcaption .ma_wishlist_watches__watch_price{margin-bottom:0}@media(min-width:2048px){.ma_wishlist_watches__watch img{height:21.97265625vw;max-width:14.16015625vw}}.ma_wishlist_watches__watch input[type=checkbox]+label{position:absolute;right:10px;top:10px}@media(min-width:1024px){.ma_wishlist_watches__watch input[type=checkbox]+label{right:30px;top:30px}}.ma_wishlist_watches__watch input[type=checkbox]+label:before{cursor:pointer;display:block;font-size:.93rem;height:32px;margin-right:0;padding:5px;width:32px}.ma_wishlist_watches__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px);text-align:center}@media(min-width:2048px){.ma_wishlist_watches__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}.ma_wishlist_watches__cta .button{margin-bottom:30px}.ma_wishlist_watches__cta .link{background-color:#fff}@media(min-width:1024px){.ma_wishlist_watches__cta{flex-basis:calc(20% - 17.6px);flex-grow:1;margin-left:calc(40% + 8.8px);max-width:calc(20% - 17.6px)}}@media(min-width:1024px)and (min-width:2048px){.ma_wishlist_watches__cta{flex-basis:calc(20% - 0.85938vw);flex-grow:1;max-width:calc(20% - .85938vw)}}.make_appointment__nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:30px;padding:0 11px}@media(min-width:1024px){.make_appointment__nav{margin-bottom:10px}}.make_appointment__wrapper{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.make_appointment__content{margin-bottom:50px}.make_appointment__header{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.make_appointment__title{margin-bottom:20px;margin-top:20px;text-align:center;text-transform:uppercase}@media(min-width:2048px){.make_appointment__title{letter-spacing:.09765625vw}}.make_appointment__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.make_appointment__title{font-size:1.171875vw}}.make_appointment__title{font-size:1.5rem;line-height:1.4583333333}@media(min-width:1024px)and (min-width:2048px){.make_appointment__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.make_appointment__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__title{font-size:1.953125vw}}@media(min-width:1024px){.make_appointment__title{font-size:2.5rem;line-height:1.125}}.make_appointment__title span{display:block}.make_appointment__subtitle{display:block;margin-bottom:40px;text-align:center}@media(min-width:1024px){.make_appointment__subtitle{margin-bottom:60px}}.make_appointment__progress{background-color:rgba(222,43,43,.2);margin-bottom:40px;min-height:1px;width:120px}@media(min-width:1024px){.make_appointment__progress{flex-basis:calc(25% - 16.5px);flex-grow:1;margin-bottom:60px;max-width:calc(25% - 16.5px)}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__progress{flex-basis:calc(25% - 0.80566vw);flex-grow:1;max-width:calc(25% - .80566vw)}}.make_appointment__progress_bar{background-color:#de2b2b;min-height:1px;transition:width .5s linear;width:0}.make_appointment__slide{padding:0 11px 95px}.make_appointment__slide[data-key=wishlist-watches],.make_appointment__slide[data-key=wishlist]{padding:0 0 95px}@media(min-width:1024px){.make_appointment__slide{padding-bottom:0}}.make_appointment__slide .indian-market-quote{text-align:center}@media(min-width:2048px){.make_appointment__slide .indian-market-quote{font-size:.68359375vw}}.make_appointment__slide .indian-market-quote{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}.make_appointment__slide .indian-market-quote a{color:#171717;font-weight:400;text-decoration:none}.make_appointment__form{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.make_appointment__field_container{margin-bottom:30px;position:relative;width:100%}@media(min-width:1024px){.make_appointment__field_container{margin-bottom:40px}}.make_appointment__field_container:last-child{margin-bottom:40px}@media(min-width:1024px){.make_appointment__field_container:last-child{margin-bottom:60px}.make_appointment__field_container.single{flex-basis:calc(50% - 11px);flex-grow:1;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__field_container.single{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.make_appointment__field_container.double{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.make_appointment__field_container.multiple{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:0}@media(min-width:1024px){.make_appointment__field_container.multiple{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}}.make_appointment__field_container--double{flex-basis:calc(50% - 10.5px);flex-grow:1;margin-right:21px;max-height:82px;max-width:calc(50% - 10.5px)}@media(min-width:1024px){.make_appointment__field_container--double{margin-left:22px;margin-right:22px;max-width:calc(44% - 11px)}}.make_appointment__field_container--double:last-child{margin-right:0}@media(min-width:1024px){.make_appointment__field_container--multiple{flex-basis:calc(50% - 11px);flex-grow:1;margin-right:22px;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__field_container--multiple{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.make_appointment__field_container--multiple:last-child{margin-right:0}.make_appointment__label{text-transform:uppercase}.make_appointment__textarea{min-height:210px}@media(min-width:1024px){.make_appointment__textarea{margin-bottom:5px}}.make_appointment__next{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.make_appointment__next{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.make_appointment__next{flex-basis:calc(50% - 11px);flex-grow:1;margin-bottom:22px;margin-left:calc(25% + 5.5px);max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.make_appointment__next{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.make_appointment__next button{margin:60px 0}@media(min-width:1024px){.make_appointment__next button{margin-bottom:105px}}.make_appointment .modal__gutter{-webkit-transform:translateZ(0);width:calc(100% - 23px)}.plp_row .row .layout{border-left:1px solid #f0f0f0;margin:0 10px}.plp_row .row .layout:has(.plp_banner){border-left:0;height:auto;margin:0}.plp_row .row .layout:has(.paragraph--type--nft-copyright){border-left:0;margin:0}.plp_row .row .layout:has(.animated_marquee){border-left:0;height:auto;margin:0}.row__cell__plp-row-product{height:500px}@media(min-width:768px){.row__cell__plp-row-product{height:618px}}.row__cell__plp-row-product .sc_watch{height:500px;padding:0 15px;width:100%}@media(min-width:768px){.row__cell__plp-row-product .sc_watch{height:618px;padding:0}}.row__cell__plp-row-product .sc_watch img{height:320px;max-width:220px}@media(min-width:768px){.row__cell__plp-row-product .sc_watch img{height:360px;max-width:400px}}@media(min-width:1024px){.row__cell__plp-row-product .sc_watch img{height:360px;max-width:400px}}.row__cell__plp-row-product .sc_watch figcaption{justify-content:flex-start;top:-10px}@media(min-width:768px){.row__cell__plp-row-product .sc_watch figcaption{top:0}.row__cell__plp-row-product .sc_watch{height:618px}}.row__cell__plp-row-product .sc_watch__tile{padding-bottom:60px}@media(min-width:768px){.row__cell__plp-row-product .sc_watch__tile{padding:0 10px}}@media(min-width:1024px){.row__cell__plp-row-product .sc_watch__tile{padding:0 60px}}.row__cell__plp-row-product .sc_watch__collection{padding-bottom:8px;text-transform:uppercase}@media(min-width:2048px){.row__cell__plp-row-product .sc_watch__collection{font-size:.5859375vw;letter-spacing:.0732421875vw}}.row__cell__plp-row-product .sc_watch__collection{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:768px){.row__cell__plp-row-product .sc_watch__collection{padding-top:10px}}.row__cell__plp-row-product .sc_watch__subcollection{padding-bottom:16px;text-transform:uppercase}@media(min-width:2048px){.row__cell__plp-row-product .sc_watch__subcollection{letter-spacing:.048828125vw}}.row__cell__plp-row-product .sc_watch__subcollection{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.row__cell__plp-row-product .sc_watch__subcollection{font-size:.68359375vw}}.row__cell__plp-row-product .sc_watch__subcollection{font-size:.875rem;line-height:1.7142857143}@media(min-width:768px){.row__cell__plp-row-product .sc_watch__subcollection{padding-bottom:20px}}.row__cell__plp-row-product .sc_watch__price.label-14{margin:14px 0 2px}.row__cell__plp-row-product .sc_watch__divider{margin-top:auto}@media(min-width:768px){.row__cell__plp-row-product .sc_watch__divider{margin-top:0}}.row__cell__plp-row-product .sc_watch__nft_status{color:#fff}@media(min-width:2048px){.row__cell__plp-row-product .sc_watch__nft_status{font-size:.48828125vw;letter-spacing:.09765625vw}}.row__cell__plp-row-product .sc_watch__nft_status{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.row__cell__plp-row-product .sc_watch__nft_status.mobile{display:block;margin:auto 0}@media(min-width:768px){.row__cell__plp-row-product .sc_watch__nft_status.mobile{display:none}}.row__cell__plp-row-product .sc_watch__nft_status.desktop{display:none}@media(min-width:768px){.row__cell__plp-row-product .sc_watch__nft_status.desktop{display:block;margin:10px 0 0}}.row__cell__plp-row-product .sc_watch__nft_status_label{padding:6px 8px}.row__cell__plp-row-product .sc_watch__nft_status_label.sold_out{background-color:#de2b2b}.row__cell__plp-row-product .sc_watch__nft_status_label.reserved{background-color:#b2b2b2}.row__cell__plp-row-image{border-right:1px solid #f0f0f0}.row__cell__plp-row-image:last-child,.row__cell__plp-row-image:last-child:not(:nth-child(2n)){border-left:0}.row__cell__plp-row-image .background{position:relative}.row__cell__plp-row-image .background img{filter:blur(0);height:500px;object-fit:cover;transform:translateZ(0);width:100%}@media(min-width:768px){.row__cell__plp-row-image .background img{height:618px}}.row__cell__plp-row-image .background .text_wrapper{bottom:15px;color:#fff;left:45px;position:absolute}@media(min-width:1024px){.row__cell__plp-row-image .background .text_wrapper{bottom:48px;left:97px}}@media(min-width:2048px){.row__cell__plp-row-image .background .text_wrapper .eyebrow{letter-spacing:.048828125vw}}.row__cell__plp-row-image .background .text_wrapper .eyebrow{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.row__cell__plp-row-image .background .text_wrapper .eyebrow{font-size:.78125vw}}.row__cell__plp-row-image .background .text_wrapper .eyebrow{font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.row__cell__plp-row-image .background .text_wrapper .eyebrow{letter-spacing:.09765625vw}}@media(min-width:1024px){.row__cell__plp-row-image .background .text_wrapper .eyebrow{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.row__cell__plp-row-image .background .text_wrapper .eyebrow{font-size:1.46484375vw}}@media(min-width:1024px){.row__cell__plp-row-image .background .text_wrapper .eyebrow{font-size:1.875rem;line-height:1.1666666667}}.row__cell__plp-row-image .background .text_wrapper .title{width:80%}@media(min-width:2048px){.row__cell__plp-row-image .background .text_wrapper .title{letter-spacing:.09765625vw}}.row__cell__plp-row-image .background .text_wrapper .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.row__cell__plp-row-image .background .text_wrapper .title{font-size:1.7578125vw}}.row__cell__plp-row-image .background .text_wrapper .title{font-size:2.25rem;line-height:1.1111111111}@media(min-width:1024px)and (min-width:2048px){.row__cell__plp-row-image .background .text_wrapper .title{letter-spacing:.09765625vw}}@media(min-width:1024px){.row__cell__plp-row-image .background .text_wrapper .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.row__cell__plp-row-image .background .text_wrapper .title{font-size:3.515625vw}}@media(min-width:1024px){.row__cell__plp-row-image .background .text_wrapper .title{font-size:4.5rem;line-height:1}}.row__cell__plp-row-sc{border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0}.row__cell__plp-row-sc:last-child,.row__cell__plp-row-sc:last-child:not(:nth-child(2n)){border-left:0}.row__cell__plp-row-sc .storycard__container{display:flex;flex-direction:column;height:500px;justify-content:center;overflow:hidden;position:relative}@media(min-width:768px){.row__cell__plp-row-sc .storycard__container{height:618px}}.row__cell__plp-row-sc .storycard__container .storycard__background{display:block;height:100%;position:absolute;width:100%;z-index:1}.row__cell__plp-row-sc .storycard__container .storycard__background img{height:500px;object-fit:cover;width:100%}@media(min-width:768px){.row__cell__plp-row-sc .storycard__container .storycard__background img{height:618px}}.row__cell__plp-row-sc .storycard__container .storycard_overlay.white{background-color:rgba(0,0,0,.35);display:block;height:100%;position:absolute;width:100%;z-index:2}.row__cell__plp-row-sc .storycard__container .storycard__info{padding:0 20px;position:relative;width:100%;z-index:3}@media(min-width:768px){.row__cell__plp-row-sc .storycard__container .storycard__info{padding:10px;width:100%}}@media(min-width:1024px){.row__cell__plp-row-sc .storycard__container .storycard__info{padding:50px;width:80%}}.row__cell__plp-row-sc .storycard__container .storycard__info__title{font-size:7vw;padding-bottom:20px;text-transform:uppercase}@media(min-width:2048px){.row__cell__plp-row-sc .storycard__container .storycard__info__title{letter-spacing:.09765625vw}}.row__cell__plp-row-sc .storycard__container .storycard__info__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.row__cell__plp-row-sc .storycard__container .storycard__info__title{font-size:1.46484375vw}}.row__cell__plp-row-sc .storycard__container .storycard__info__title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:768px){.row__cell__plp-row-sc .storycard__container .storycard__info__title{font-size:2.2vw;padding-bottom:18px}}@media(min-width:1024px){.row__cell__plp-row-sc .storycard__container .storycard__info__title{font-size:1.8vw}}.row__cell__plp-row-sc .storycard__container .storycard__info__eyebrow{font-size:3.5vw;text-transform:uppercase}@media(min-width:2048px){.row__cell__plp-row-sc .storycard__container .storycard__info__eyebrow{font-size:.68359375vw;letter-spacing:.146484375vw}}.row__cell__plp-row-sc .storycard__container .storycard__info__eyebrow{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}@media(min-width:768px){.row__cell__plp-row-sc .storycard__container .storycard__info__eyebrow{font-size:1.5vw;padding-bottom:16px}}@media(min-width:1024px){.row__cell__plp-row-sc .storycard__container .storycard__info__eyebrow{font-size:1.3vw}}@media(min-width:1401px){.row__cell__plp-row-sc .storycard__container .storycard__info__eyebrow{font-size:1vw}}.row__cell__plp-row-sc .storycard__container .storycard__info__divider{border:none;border-bottom:3px solid #de2b2b;display:inline-block;width:16px}@media(min-width:2048px){.row__cell__plp-row-sc .storycard__container .storycard__info__description{font-size:.78125vw}}.row__cell__plp-row-sc .storycard__container .storycard__info__description{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}.row__cell__plp-row-sc .storycard__container .storycard__info__description.color-white{color:#fff}.row__cell__plp-row-sc .storycard__container .storycard__info__description.color-black{color:#171717}.row__cell__plp-row-sc .storycard__container .storycard__info__cta{border:0;display:inline-block;padding-top:28px;position:relative;text-decoration:none;text-transform:uppercase}@media(min-width:2048px){.row__cell__plp-row-sc .storycard__container .storycard__info__cta{font-size:.5859375vw;letter-spacing:.0732421875vw}}.row__cell__plp-row-sc .storycard__container .storycard__info__cta{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:768px){.row__cell__plp-row-sc .storycard__container .storycard__info__cta{padding-top:12px}}.row__cell__plp-row-sc .storycard__container .storycard__info__cta:after{background:#de2b2b;content:"";display:block;height:1px;position:absolute;right:0;transition:width .5s;width:100%}@media(min-width:1024px){.row__cell__plp-row-sc .storycard__container .storycard__info__cta:hover:after{width:0}}.row__cell__plp-row-sc .storycard__container .storycard__info__cta.color-white{color:#fff}.row__cell__plp-row-sc .storycard__container .storycard__info__cta.color-black{color:#171717}.row__cell__plp-row-sc .storycard__container .storycard__info.white{color:#fff}.row__cell__plp-row-sc .storycard__container .storycard__info.black{color:#000}.row__cell__plp-row-sc .storycard__container .storycard__info.text-left{text-align:left}.row__cell__plp-row-sc .storycard__container .storycard__info.text-center{text-align:center}.row__cell__plp-row-sc .storycard__container .storycard__info.text-right{text-align:right}.row__cell__plp-row-sc .storycard__container .storycard__info.align-left{align-self:flex-start;padding:20px}@media(min-width:768px){.row__cell__plp-row-sc .storycard__container .storycard__info.align-left{padding:20px 15px}}@media(min-width:1024px){.row__cell__plp-row-sc .storycard__container .storycard__info.align-left{padding:20px 0 0 20px}}.row__cell__plp-row-sc .storycard__container .storycard__info.align-center{align-self:center;padding:20px 22px}@media(min-width:768px){.row__cell__plp-row-sc .storycard__container .storycard__info.align-center{padding:20px}}@media(min-width:1024px){.row__cell__plp-row-sc .storycard__container .storycard__info.align-center{padding:25px}}.row__cell__plp-row-sc .storycard__container .storycard__info.align-right{align-self:flex-end;padding:20px 50px}@media(min-width:768px){.row__cell__plp-row-sc .storycard__container .storycard__info.align-right{padding:20px 15px}}@media(min-width:1024px){.row__cell__plp-row-sc .storycard__container .storycard__info.align-right{padding:20px 20px 0 0}}.row__cell__plp-row-video .video_wrapper{position:relative}.row__cell__plp-row-video .video_wrapper .video_box{height:500px;object-fit:cover;width:100%}@media(min-width:768px){.row__cell__plp-row-video .video_wrapper .video_box{height:618px}}.row__cell__plp-row-video .video_wrapper .text_wrapper{bottom:15px;color:#fff;left:45px;position:absolute}@media(min-width:1024px){.row__cell__plp-row-video .video_wrapper .text_wrapper{bottom:48px;left:97px}}@media(min-width:2048px){.row__cell__plp-row-video .video_wrapper .text_wrapper .eyebrow{letter-spacing:.048828125vw}}.row__cell__plp-row-video .video_wrapper .text_wrapper .eyebrow{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.row__cell__plp-row-video .video_wrapper .text_wrapper .eyebrow{font-size:.78125vw}}.row__cell__plp-row-video .video_wrapper .text_wrapper .eyebrow{font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.row__cell__plp-row-video .video_wrapper .text_wrapper .eyebrow{letter-spacing:.09765625vw}}@media(min-width:1024px){.row__cell__plp-row-video .video_wrapper .text_wrapper .eyebrow{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.row__cell__plp-row-video .video_wrapper .text_wrapper .eyebrow{font-size:1.46484375vw}}@media(min-width:1024px){.row__cell__plp-row-video .video_wrapper .text_wrapper .eyebrow{font-size:1.875rem;line-height:1.1666666667}}.row__cell__plp-row-video .video_wrapper .text_wrapper .title{width:80%}@media(min-width:2048px){.row__cell__plp-row-video .video_wrapper .text_wrapper .title{letter-spacing:.09765625vw}}.row__cell__plp-row-video .video_wrapper .text_wrapper .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.row__cell__plp-row-video .video_wrapper .text_wrapper .title{font-size:1.7578125vw}}.row__cell__plp-row-video .video_wrapper .text_wrapper .title{font-size:2.25rem;line-height:1.1111111111}@media(min-width:1024px)and (min-width:2048px){.row__cell__plp-row-video .video_wrapper .text_wrapper .title{letter-spacing:.09765625vw}}@media(min-width:1024px){.row__cell__plp-row-video .video_wrapper .text_wrapper .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.row__cell__plp-row-video .video_wrapper .text_wrapper .title{font-size:3.515625vw}}@media(min-width:1024px){.row__cell__plp-row-video .video_wrapper .text_wrapper .title{font-size:4.5rem;line-height:1}}.plp_banner{width:100%}.plp_banner__container{display:flex;flex-direction:column;height:455px;justify-content:center;overflow:hidden;position:relative}@media(min-width:1024px){.plp_banner__container{height:415px}}.plp_banner__container_background{display:block;height:100%;position:absolute;width:100%;z-index:1}.plp_banner__container_background_desktop{display:none}@media(min-width:1024px){.plp_banner__container_background_desktop{display:block}}.plp_banner__container_background_mobile{display:block}@media(min-width:1024px){.plp_banner__container_background_mobile{display:block}}.plp_banner__container_background img{height:455px;object-fit:cover;width:100%}@media(min-width:1024px){.plp_banner__container_background img{height:415px}}.plp_banner__container_content{color:#fff;margin:0 auto;position:relative;text-align:center;width:325px;z-index:2}@media(min-width:1024px){.plp_banner__container_content{flex-basis:calc(60% - 8.8px);flex-grow:1;margin:unset;margin-left:calc(20% + 4.4px);max-width:calc(60% - 8.8px);width:100%}}@media(min-width:1024px)and (min-width:2048px){.plp_banner__container_content{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}.plp_banner__container_content_title{text-transform:uppercase}@media(min-width:2048px){.plp_banner__container_content_title{letter-spacing:.09765625vw}}.plp_banner__container_content_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.plp_banner__container_content_title{font-size:1.46484375vw}}.plp_banner__container_content_title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:1024px){.plp_banner__container_content_title{padding-top:83px}}@media(min-width:1024px)and (min-width:2048px){.plp_banner__container_content_title{letter-spacing:.09765625vw}}@media(min-width:1024px){.plp_banner__container_content_title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.plp_banner__container_content_title{font-size:3.515625vw}}@media(min-width:1024px){.plp_banner__container_content_title{font-size:4.5rem;line-height:1}}.plp_banner__container_content_text{padding-top:24px}@media(min-width:2048px){.plp_banner__container_content_text{font-size:.9765625vw}}.plp_banner__container_content_text{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}@media(min-width:1024px){.plp_banner__container_content_text{padding-top:42px}}@media(min-width:1024px)and (min-width:2048px){.plp_banner__container_content_text{font-size:1.5625vw}}@media(min-width:1024px){.plp_banner__container_content_text{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}.plp_row_spacer{border-right:1px solid #f0f0f0;height:120px}@media(min-width:768px){.plp_row_spacer{height:160px}}.layout--twocol{display:flex;flex-direction:column}@media(min-width:768px){.layout--twocol{flex-direction:row}}.layout--twocol .layout__region--column-25{width:100%}@media(min-width:768px){.layout--twocol .layout__region--column-25{width:25%}}.layout--twocol .layout__region--column-75{width:100%}@media(min-width:768px){.layout--twocol .layout__region--column-75{width:75%}}.layout--twocol .layout__region--column-50{margin-bottom:-3px;width:100%}@media(min-width:768px){.layout--twocol .layout__region--column-50{margin-bottom:-4px;width:50%}}.layout--threecol--a,.layout--threecol--b,.layout--threecol--c,.layout--threecol--d{display:flex;flex-direction:row;flex-wrap:wrap}.layout--threecol--a .sc_watch,.layout--threecol--b .sc_watch,.layout--threecol--c .sc_watch,.layout--threecol--d .sc_watch{padding:0 5px}.layout--threecol--a .sc_watch img,.layout--threecol--b .sc_watch img,.layout--threecol--c .sc_watch img,.layout--threecol--d .sc_watch img{height:265px;max-width:130px}@media(min-width:768px){.layout--threecol--a .sc_watch img,.layout--threecol--b .sc_watch img,.layout--threecol--c .sc_watch img,.layout--threecol--d .sc_watch img{height:360px;max-width:400px}}.layout--threecol--a .layout__region--column-50,.layout--threecol--b .layout__region--column-50,.layout--threecol--c .layout__region--column-50,.layout--threecol--d .layout__region--column-50{width:50%}.layout--threecol--a .layout__region--column-50:has(.row__cell__plp-row-image),.layout--threecol--b .layout__region--column-50:has(.row__cell__plp-row-image),.layout--threecol--c .layout__region--column-50:has(.row__cell__plp-row-image),.layout--threecol--d .layout__region--column-50:has(.row__cell__plp-row-image){width:100%}@media(min-width:768px){.layout--threecol--a .layout__region--column-50:has(.row__cell__plp-row-image),.layout--threecol--b .layout__region--column-50:has(.row__cell__plp-row-image),.layout--threecol--c .layout__region--column-50:has(.row__cell__plp-row-image),.layout--threecol--d .layout__region--column-50:has(.row__cell__plp-row-image){width:50%}}.layout--threecol--a .layout__region--column-25,.layout--threecol--b .layout__region--column-25,.layout--threecol--c .layout__region--column-25,.layout--threecol--d .layout__region--column-25{width:50%}@media(min-width:768px){.layout--threecol--a .layout__region--column-25,.layout--threecol--b .layout__region--column-25,.layout--threecol--c .layout__region--column-25,.layout--threecol--d .layout__region--column-25{width:25%}}.layout--fourcol{display:flex;flex-direction:row;flex-wrap:wrap}.layout--fourcol .layout__region{margin-bottom:-3px;width:50%}@media(min-width:768px){.layout--fourcol .layout__region{margin-bottom:0;width:25%}}.layout--fourcol .layout__region .sc_watch{padding:0 5px}.layout--fourcol .layout__region .sc_watch img{height:265px;max-width:130px}@media(min-width:768px){.layout--fourcol .layout__region .sc_watch img{height:360px;max-width:400px}}.layout--fourcol .plp_full_mobile{width:100%}@media(min-width:768px){.layout--fourcol .plp_full_mobile{width:25%}}.layout--fourcol .plp_full_mobile .sc_watch{padding:0 5px}.layout--fourcol .plp_full_mobile .sc_watch img{height:265px;max-width:130px}@media(min-width:768px){.layout--fourcol .plp_full_mobile .sc_watch img{height:360px;max-width:400px}}.layout--threecol--b .plp_full_mobile{width:100%}.layout--threecol--b .plp_full_mobile .sc_watch{padding:0 5px}.layout--threecol--b .plp_full_mobile .sc_watch img{height:265px;max-width:130px}@media(min-width:768px){.layout--threecol--b .plp_full_mobile .sc_watch img{height:360px;max-width:400px}}.layout--threecol--b .plp_full_mobile.layout__region--column-25{width:100%}@media(min-width:768px){.layout--threecol--b .plp_full_mobile.layout__region--column-25{width:25%}}.layout--threecol--b .plp_full_mobile.layout__region--column-50{width:100%}@media(min-width:768px){.layout--threecol--b .plp_full_mobile.layout__region--column-50{width:50%}}.layout--threecol--a .plp_full_mobile{width:100%}.layout--threecol--a .plp_full_mobile .sc_watch{padding:0 5px}.layout--threecol--a .plp_full_mobile .sc_watch img{height:265px;max-width:130px}@media(min-width:768px){.layout--threecol--a .plp_full_mobile .sc_watch img{height:360px;max-width:400px}}.layout--threecol--a .plp_full_mobile.layout__region--column-25{width:100%}@media(min-width:768px){.layout--threecol--a .plp_full_mobile.layout__region--column-25{width:25%}.layout--threecol--a .plp_full_mobile.layout__region--column-50{width:50%}}.layout--threecol--c .plp_full_mobile{width:100%}.layout--threecol--c .plp_full_mobile .sc_watch{padding:0 5px}.layout--threecol--c .plp_full_mobile .sc_watch img{height:265px;max-width:130px}@media(min-width:768px){.layout--threecol--c .plp_full_mobile .sc_watch img{height:360px;max-width:400px}}.layout--threecol--c .plp_full_mobile.layout__region--column-25{width:100%}@media(min-width:768px){.layout--threecol--c .plp_full_mobile.layout__region--column-25{width:25%}.layout--threecol--c .plp_full_mobile.layout__region--column-50{width:50%}}.layout--threecol--d{background:#171717;color:#fff}.layout--threecol--d .layout__region--column-33,.layout--threecol--d .layout__region--column-34{width:100%}@media(min-width:768px){.layout--threecol--d .layout__region--column-33,.layout--threecol--d .layout__region--column-34{width:33.33333%}}.layout--threecol--d .sc_watch{border:none}.layout--threecol--d .sc_watch .wl_button__icon{color:#fff}.layout--threecol--d .sc_watch:last-child:not(:nth-child(4n)){border-right:none}.paragraph--type--nft-copyright{padding:21px 0 40px}@media(min-width:2048px){.paragraph--type--nft-copyright{font-size:.68359375vw}}.paragraph--type--nft-copyright{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.paragraph--type--nft-copyright em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.paragraph--type--nft-copyright strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.paragraph--type--nft-copyright{font-size:.875rem;line-height:1.7142857143}@media(min-width:768px){.paragraph--type--nft-copyright{bottom:36px;left:15px;margin-bottom:-24px;padding:0;position:relative;width:85%}}@-moz-document url-prefix(){.plp_row .row .layout--onecol{border-left:0}.plp_row .row .layout{height:unset;margin:0 5px}.plp_row .row .layout .plp_banner{margin-left:-5px;width:100vw}.plp_row .row .layout .animated_marquee{margin-left:-10px;width:100vw}}.staggered{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding:60px 21px}@media(min-width:1024px){.staggered{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.staggered{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.staggered{padding-bottom:70px;padding-top:70px}}@media(min-width:2048px){.staggered{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.staggered{display:block}}.staggered__header{flex-direction:row;margin-bottom:40px;text-transform:uppercase}@media(min-width:1024px){.staggered__header{margin-bottom:-20px}}@media(min-width:2048px){.staggered__header{margin-bottom:2.197265625vw}}.staggered__title{display:block;margin-bottom:9px}@media(min-width:1024px){.staggered__title{margin-bottom:20px}}@media(min-width:2048px){.staggered__title{margin-bottom:.9765625vw}}@media(min-width:1024px){.staggered__spacer{flex-basis:calc(3.125% - 21.3125px);flex-grow:1;margin-right:22px;max-width:calc(3.125% - 21.3125px)}}@media(min-width:1024px)and (min-width:2048px){.staggered__spacer{flex-basis:calc(3.125% - 1.04065vw);flex-grow:1;max-width:calc(3.125% - 1.04065vw)}}@media(min-width:2048px){.staggered__spacer{margin-right:1.07421875vw}}.staggered__cards{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;width:100%}@media(min-width:1024px){.staggered__cards{flex-basis:calc(94.44444% - 1.22222px);flex-direction:row;flex-grow:1;max-width:calc(94.44444% - 1.22222px)}}@media(min-width:1024px)and (min-width:2048px){.staggered__cards{flex-basis:calc(94.44444% - 0.05968vw);flex-grow:1;max-width:calc(94.44444% - .05968vw)}}.staggered__container,.staggered__header{display:flex;flex-basis:100%;flex-grow:1;max-width:100%;width:100%}@media(min-width:2048px){.staggered__container,.staggered__header{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.staggered__container,.staggered__header{flex-basis:calc(90% - 2.2px);flex-grow:1;max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.staggered__container,.staggered__header{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.staggered__card{flex-basis:100%;flex-grow:1;max-width:100%;width:100%}@media(min-width:2048px){.staggered__card{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.staggered__card{flex-basis:calc(47.05882% - 11.64706px);flex-grow:1;max-width:calc(47.05882% - 11.64706px)}}@media(min-width:1024px)and (min-width:2048px){.staggered__card{flex-basis:calc(47.05882% - 0.5687vw);flex-grow:1;max-width:calc(47.05882% - .5687vw)}}@media(min-width:1024px){.staggered__card--second{padding-top:25%}}.cr-teaser{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.cr-teaser div{width:100%}@media(min-width:1024px){.cr-teaser div.cr-teaser__image{width:calc(100% + 100px)}}.cr-teaser__image{align-self:center;margin-bottom:20px;overflow:hidden;position:relative;width:100%}@media(min-width:1024px){.cr-teaser__image{margin-bottom:0}}.cr-teaser__image div{position:relative;width:100%}@media(min-width:2048px){.cr-teaser__image{margin-bottom:.9765625vw}}.cr-teaser__image .image_container{display:block;margin:52px 52px 25px}@media(min-width:320px)and (max-width:767px){.cr-teaser__image .image_container{margin:0}}.cr-teaser__image .image_container:focus{outline:none}.cr-teaser__image .image_container:focus img{outline:2px solid #8c8c8c;outline-offset:8px}.cr-teaser img{bottom:0;height:100%;left:0;object-fit:cover;right:0;top:0;width:100%}.cr-teaser__title{margin-bottom:25px;margin-top:10px;text-transform:uppercase}@media(min-width:2048px){.cr-teaser__title{margin-bottom:1.220703125vw;margin-top:.48828125vw}}.cr-teaser__category{color:#595959}.ne_boutique_details{max-width:100%;padding:30px 21px;width:100%}@media(min-width:1024px){.ne_boutique_details{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ne_boutique_details{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ne_boutique_details{padding-bottom:70px;padding-top:70px}}@media(min-width:2048px){.ne_boutique_details{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.ne_boutique_details__wrapper{flex-basis:100%;flex-grow:1;max-width:100%}@media(min-width:2048px){.ne_boutique_details__wrapper{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.ne_boutique_details__wrapper{flex-basis:calc(80% - 4.4px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.ne_boutique_details__wrapper{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}.ne_boutique_details__title{margin-bottom:10px;text-transform:uppercase}@media(min-width:1024px){.ne_boutique_details__title{margin-bottom:20px}}@media(min-width:2048px){.ne_boutique_details__title{margin-bottom:.9765625vw}}.ne_boutique_details__subtitle{margin-bottom:30px;text-transform:uppercase}@media(min-width:1024px){.ne_boutique_details__subtitle{margin-bottom:40px}}@media(min-width:2048px){.ne_boutique_details__subtitle{margin-bottom:1.953125vw}}.ne_boutique_details__address{color:#767676;margin-bottom:20px}@media(min-width:2048px){.ne_boutique_details__address{font-size:.78125vw}}.ne_boutique_details__address{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.ne_boutique_details__address{font-size:.9765625vw}}@media(min-width:1024px){.ne_boutique_details__address{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}}@media(min-width:2048px){.ne_boutique_details__address{margin-bottom:.9765625vw}}.ne_boutique_details__images{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}@media(min-width:1024px){.ne_boutique_details__images{align-items:flex-start;display:flex;flex-direction:row;justify-content:center}}.ne_boutique_details__images--start{align-items:flex-end;justify-content:flex-start}@media(min-width:2048px){.ne_boutique_details__images{margin-bottom:1.953125vw}}.ne_boutique_details__image{flex-basis:100%;flex-grow:1;margin-bottom:30px;max-width:100%}@media(min-width:2048px){.ne_boutique_details__image{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.ne_boutique_details__image{flex-basis:calc(50% - 11px);flex-grow:1;margin-bottom:0;margin-right:22px;max-width:calc(50% - 11px)}}@media(min-width:1024px)and (min-width:2048px){.ne_boutique_details__image{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}@media(min-width:2048px){.ne_boutique_details__image{margin-right:1.07421875vw}}.ne_boutique_details__image img{aspect-ratio:12/7;object-fit:cover;width:100%}.ne_boutique_details__map{flex-basis:100%;flex-grow:1;height:225px;max-width:100%;min-width:100%}@media(min-width:2048px){.ne_boutique_details__map{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.ne_boutique_details__map{flex-basis:calc(50% - 11px);flex-grow:1;margin-right:0;max-width:calc(50% - 11px);min-width:auto}}@media(min-width:1024px)and (min-width:2048px){.ne_boutique_details__map{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw)}}.ne_boutique_details__map_image{height:auto;object-fit:cover;position:relative;width:100%}@media(min-width:1024px){.ne_boutique_details__map_image{height:auto}}.ne_boutique_details__ctas{align-items:center;display:flex;flex-direction:column;flex-grow:2;justify-content:center;margin-top:20px;width:100%}@media(min-width:1024px){.ne_boutique_details__ctas{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}}.ne_boutique_details__ctas__china{align-items:flex-start;align-self:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}@media(min-width:1024px){.ne_boutique_details__ctas__china{align-self:auto;flex-grow:2;width:auto}}.ne_boutique_details__ctas__china .code__qr{margin:0;padding:0}.ne_boutique_details__ctas__china .code__qr_image_wrapper{height:111px;margin-bottom:30px;width:111px}@media(min-width:1024px){.ne_boutique_details__ctas__china .code__qr_image_wrapper{margin-bottom:22px}}@media(min-width:2048px){.ne_boutique_details__ctas__china .code__qr_image_wrapper{height:5.419921875vw;margin-bottom:1.07421875vw;width:5.419921875vw}}.ne_boutique_details__ctas__china .code__qr_image{height:111px;width:111px}@media(min-width:2048px){.ne_boutique_details__ctas__china .code__qr_image{height:5.419921875vw;width:5.419921875vw}}.ne_boutique_details__ctas__china .code__qr_title{display:none}.ne_boutique_details__btn{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-bottom:20px;max-width:calc(66.66667% - 7px);padding:16px 15px;text-align:center;text-decoration:none;text-transform:uppercase}@media(min-width:2048px){.ne_boutique_details__btn{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;font-size:.5859375vw;letter-spacing:.0732421875vw;max-width:calc(66.66667% - .3418vw)}}.ne_boutique_details__btn{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px){.ne_boutique_details__btn{flex-basis:calc(25% - 16.5px);flex-grow:1;margin-bottom:0;margin-right:22px;max-width:calc(25% - 16.5px)}}@media(min-width:1024px)and (min-width:2048px){.ne_boutique_details__btn{flex-basis:calc(25% - 0.80566vw);flex-grow:1;max-width:calc(25% - .80566vw)}}@media(min-width:1024px){.ne_boutique_details__btn:last-child{flex-basis:calc(18.75% - 17.875px);flex-grow:1;max-width:calc(18.75% - 17.875px)}}@media(min-width:1024px)and (min-width:2048px){.ne_boutique_details__btn:last-child{flex-basis:calc(18.75% - 0.8728vw);flex-grow:1;max-width:calc(18.75% - .8728vw)}}@media(min-width:2048px){.ne_boutique_details__btn{margin-right:1.07421875vw;padding:.78125vw .732421875vw}}.ne_boutique_details__btn.button-dark{border:0}.ne_boutique_details .china{flex-basis:calc(37.5% - 13.75px);flex-grow:1;max-width:calc(37.5% - 13.75px)}@media(min-width:2048px){.ne_boutique_details .china{flex-basis:calc(37.5% - 0.67139vw);flex-grow:1;max-width:calc(37.5% - .67139vw)}}@media(min-width:320px)and (max-width:767px){.ne_boutique_details .china{max-width:191px}}.ne_related{background-color:#171717;padding:60px 0}@media(min-width:1024px){.ne_related{padding-bottom:70px;padding-top:70px}}@media(min-width:2048px){.ne_related{padding-bottom:3.41796875vw;padding-top:3.41796875vw}}.ne_related__header{color:#fff;margin-bottom:20px;max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.ne_related__header{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ne_related__header{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ne_related__header{margin-bottom:30px;margin-left:calc(10% + 2.2px);padding:0}}@media(min-width:2048px){.ne_related__header{margin-bottom:1.46484375vw}}.ne_related__title{margin-bottom:10px}@media(min-width:2048px){.ne_related__title{margin-bottom:.732421875vw}}.ne_related__body{align-items:stretch;display:flex;flex-direction:row;justify-content:flex-start}.ne_related__body .slick-slide{max-width:100%;padding-left:21px;padding-right:21px}@media(min-width:1024px){.ne_related__body .slick-slide{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ne_related__body .slick-slide{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ne_related--has-social .ne_related__header,.ne_related--has-social .ne_related_slide--first{margin-left:calc(5% + 1.1px)}.ne_related--has-social .ne_related_slide{flex-basis:calc(30% - 15.4px);flex-grow:1;max-width:calc(30% - 15.4px)}}@media(min-width:1024px)and (min-width:2048px){.ne_related--has-social .ne_related_slide{flex-basis:calc(30% - 0.75195vw);flex-grow:1;max-width:calc(30% - .75195vw)}}.ne_related_slide{margin-right:21px}@media(min-width:1024px){.ne_related_slide{flex-basis:calc(40% - 13.2px);flex-grow:1;margin-right:22px;max-width:calc(40% - 13.2px)}}@media(min-width:1024px)and (min-width:2048px){.ne_related_slide{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}}@media(min-width:2048px){.ne_related_slide{margin-right:1.07421875vw}}@media(min-width:1024px){.ne_related_slide--first{margin-left:calc(10% + 2.2px)}}.ne_related_slide--last{margin-right:0}.ne_related_card{align-items:flex-start;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-start}.ne_related_card .optional_card_container{width:100%}.ne_related_card .optional_card_container .ne_related_card__title{font-size:20px;margin-bottom:26px;margin-top:20px}@media(min-width:1024px){.ne_related_card .optional_card_container .ne_related_card__title{font-size:30px}}.ne_related_card .optional_card_container .ne_related_card__separator{background-color:#de2b2b;width:96px}.ne_related_card .optional_card_container .ne_related_card__content{margin-top:-5px}@media(min-width:2048px){.ne_related_card .optional_card_container .ne_related_card__content{font-size:.68359375vw}}.ne_related_card .optional_card_container .ne_related_card__content{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ne_related_card .optional_card_container .ne_related_card__content em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ne_related_card .optional_card_container .ne_related_card__content strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ne_related_card .optional_card_container .ne_related_card__content{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.ne_related_card .optional_card_container .ne_related_card__content{margin-top:32px}}@media(min-width:1024px)and (min-width:2048px){.ne_related_card .optional_card_container .ne_related_card__content{font-size:.9765625vw}}@media(min-width:1024px){.ne_related_card .optional_card_container .ne_related_card__content{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.25rem;line-height:1.5}}.ne_related_card__image{height:calc(100vw - 42px);margin-bottom:10px;position:relative;width:100%}@media(min-width:1024px){.ne_related_card__image{height:auto;margin-bottom:20px}}.ne_related_card__image:before{content:"";display:none;height:0;padding-bottom:100%;width:100%}@media(min-width:1024px){.ne_related_card__image:before{display:block}}@media(min-width:2048px){.ne_related_card__image{margin-bottom:.9765625vw}}.ne_related_card__image img:not([class*=_logo]){height:100%;object-fit:cover;width:100%}@media(min-width:1024px){.ne_related_card__image img:not([class*=_logo]){position:absolute;top:0}}.ne_related_card__image div{height:100%;width:100%}@media(min-width:1024px){.ne_related_card__image div{height:auto;width:auto}}.ne_related_card__title{margin-bottom:10px;text-transform:uppercase}@media(min-width:2048px){.ne_related_card__title{letter-spacing:.09765625vw}}.ne_related_card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.ne_related_card__title{font-size:.9765625vw}}.ne_related_card__title{font-size:1.25rem;line-height:1.25}@media(min-width:2048px){.ne_related_card__title{margin-bottom:.48828125vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ne_related_card__title{width:100%}}.ne_related_card__date{text-transform:uppercase}@media(min-width:2048px){.ne_related_card__date{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ne_related_card__date{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.ne_related_card__separator{background-color:#767676;content:"";display:block;height:1px;margin:20px 0;width:20px}@media(min-width:2048px){.ne_related_card__separator{height:.048828125vw;width:.9765625vw}}.ne_related_card__sub_title{color:#b2b2b2;margin-bottom:10px}@media(min-width:2048px){.ne_related_card__sub_title{margin-bottom:.48828125vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ne_related_card__sub_title{width:100%}}.ne_related_card__content{margin-bottom:30px}@media(min-width:1024px){.ne_related_card__content{flex-basis:calc(87.5% - 2.75px);flex-basis:auto;flex-grow:1;margin-bottom:40px;max-width:calc(87.5% - 2.75px)}}@media(min-width:1024px)and (min-width:2048px){.ne_related_card__content{flex-basis:calc(87.5% - 0.13428vw);flex-grow:1;max-width:calc(87.5% - .13428vw)}}@media(min-width:2048px){.ne_related_card__content{flex-basis:auto;margin-bottom:1.953125vw}}@media(min-width:1024px){.ne_related_card__content--social{max-width:100%}}.ne_related_card__content a,.ne_related_card__content p a{border-bottom:1px solid #de2b2b;color:#171717;color:#fff;display:inline-block;text-decoration:none;transition:border-color .5s}@media(min-width:2048px){.ne_related_card__content a,.ne_related_card__content p a{border-bottom-width:.048828125vw}}.ne_related_card__content a:hover,.ne_related_card__content p a:hover{border-color:#fff}.ne_related_card__cta{margin-top:auto;padding-bottom:5px}.ne_related_card__cta_link{color:#fff;text-decoration:none;text-transform:uppercase}@media(min-width:2048px){.ne_related_card__cta{padding-bottom:.244140625vw}}.ne_related__controls{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:100%;max-width:100vw;padding-left:0;padding-right:0;width:100vw}@media(min-width:1024px){.ne_related__controls{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ne_related__controls{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ne_related__controls{max-width:auto;width:auto}}.ne_related__controls span{font-size:1rem}@media(min-width:1024px){.ne_related__controls{display:none}}.ne_related__social_header{width:100%}.ne_related__social_profile{align-items:center;color:#fff;display:flex;display:inline-flex;flex-direction:row;justify-content:flex-start;margin-bottom:10px;text-decoration:none;width:100%}@media(min-width:1024px){.ne_related__social_profile{margin-bottom:16px}}@media(min-width:2048px){.ne_related__social_profile{margin-bottom:.78125vw}}.ne_related__social_logo{position:absolute;right:20px;top:20px;z-index:1}@media(min-width:2048px){.ne_related__social_logo{height:1.26953125vw;right:.9765625vw;top:.9765625vw;width:1.26953125vw}}.ne_related__social_image{display:inline-block;position:relative}.ne_related__social_name,.ne_related__social_prof_img{margin-right:10px}@media(min-width:2048px){.ne_related__social_name,.ne_related__social_prof_img{margin-right:.48828125vw}}.ne_related__social_name{text-transform:uppercase}@media(min-width:2048px){.ne_related__social_name{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ne_related__social_name{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.ne_related__social_prof_img{height:48px;width:48px}@media(min-width:2048px){.ne_related__social_prof_img{height:2.34375vw;width:2.34375vw}.ne_related__social_prof_badge{height:.87890625vw;width:.87890625vw}}.ne_related__dots .slick-dots{bottom:0;display:block;list-style:none;margin:0;padding:0;position:relative;text-align:center}.ne_related__dots .slick-dots li{margin:0 2px;width:10px}.ne_related__dots .slick-dots li button:before{color:#fff}.ne_related__next .icon-next,.ne_related__prev .icon-next{position:absolute;top:50%;transform:translateY(-50%)}.ne_related__prev{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-start;padding-left:21px;width:100px}@media(min-width:1024px){.ne_related__prev{height:auto;max-width:100%;padding-left:0;width:auto}}.ne_related__prev .icon-next:before{display:inline-block;transform:rotate(180deg)}.ne_related__next{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-end;padding-right:21px;width:100px}@media(min-width:1024px){.ne_related__next{height:auto;max-width:100%;padding-right:0;width:auto}}.ne_related__next,.ne_related__prev{background-color:transparent;border:none;position:relative}.ne_related__next .icon-next:before,.ne_related__prev .icon-next:before{font-size:16px}.ne_signup{background-color:#262626;color:#fff;max-width:100%;padding:60px 21px}@media(min-width:1024px){.ne_signup{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ne_signup{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ne_signup{padding-bottom:70px;padding-top:70px}}@media(min-width:2048px){.ne_signup{padding-bottom:6.8359375vw;padding-top:6.8359375vw}}.ne_signup__header{padding-bottom:30px;text-align:center}@media(min-width:1024px){.ne_signup__header{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(90% - 2.2px);padding-bottom:40px;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.ne_signup__header{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:2048px){.ne_signup__header{padding-bottom:1.953125vw}}.ne_signup__title{margin-bottom:10px}@media(min-width:2048px){.ne_signup__title{margin-bottom:.48828125vw}}.ne_signup__cta{flex-basis:calc(66.66667% - 7px);flex-grow:1;margin-left:calc(16.66667% + 3.5px);max-width:calc(66.66667% - 7px)}@media(min-width:2048px){.ne_signup__cta{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.ne_signup__cta{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(10% + 2.2px);max-width:calc(90% - 2.2px)}}@media(min-width:1024px)and (min-width:2048px){.ne_signup__cta{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}.ne_signup__cta_button{display:block;text-align:center;text-decoration:none}@media(min-width:1024px){.ne_signup__cta_button{max-width:190px}}@media(min-width:2048px){.ne_signup__cta_button{max-width:9.27734375vw}}.ne-watch-txt{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding:30px 21px}@media(min-width:1024px){.ne-watch-txt{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.ne-watch-txt{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.ne-watch-txt{padding-bottom:70px;padding-top:70px}}.ne-watch-txt__content{align-items:center;display:flex;flex-basis:100%;flex-direction:column-reverse;flex-grow:1;justify-content:center;max-width:100%;width:100%}@media(min-width:2048px){.ne-watch-txt__content{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px){.ne-watch-txt__content{align-items:center;display:flex;flex-basis:calc(80% - 4.4px);flex-direction:row;flex-grow:1;justify-content:space-between;max-width:calc(80% - 4.4px)}}@media(min-width:1024px)and (min-width:2048px){.ne-watch-txt__content{flex-basis:calc(80% - 0.21484vw);flex-grow:1;max-width:calc(80% - .21484vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ne-watch-txt__content{flex-basis:auto}}@media(min-width:1024px){.ne-watch-txt__content--mirrored{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between}}.ne-watch-txt__watch{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:1024px){.ne-watch-txt__watch{flex-basis:calc(31.25% - 15.125px);flex-grow:1;max-width:calc(31.25% - 15.125px)}}@media(min-width:1024px)and (min-width:2048px){.ne-watch-txt__watch{flex-basis:calc(31.25% - 0.73853vw);flex-grow:1;max-width:calc(31.25% - .73853vw)}}.ne-watch-txt__container{align-items:center;border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;display:flex;flex-basis:100%;flex-direction:column;justify-content:center;margin:60px 0;padding-bottom:30px;width:100%}@media(min-width:1024px){.ne-watch-txt__container{margin:0}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ne-watch-txt__container{flex-basis:auto}.ne-watch-txt__container div{width:100%}}.ne-watch-txt__text{align-self:flex-start;padding-top:20px}@media(min-width:1024px){.ne-watch-txt__text{flex-basis:calc(62.5% - 8.25px);flex-grow:1;max-width:calc(62.5% - 8.25px);padding-top:0}}@media(min-width:1024px)and (min-width:2048px){.ne-watch-txt__text{flex-basis:calc(62.5% - 0.40283vw);flex-grow:1;max-width:calc(62.5% - .40283vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ne-watch-txt__text{flex-basis:auto}}@media(min-width:2048px){.ne-watch-txt__title{font-size:1.171875vw}}.ne-watch-txt__title{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:1024px)and (min-width:2048px){.ne-watch-txt__title{font-size:1.5625vw}}@media(min-width:1024px){.ne-watch-txt__title{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}.ne-watch-txt__body{max-height:325px;overflow:hidden;text-overflow:ellipsis}@media(min-width:1024px){.ne-watch-txt__body{max-height:none;overflow:initial;text-overflow:clip}}.ne-watch-txt__body--titled{margin-top:30px}@media(min-width:1024px){.ne-watch-txt__body--titled{margin-top:40px}}.ne-watch-txt__body--visible{max-height:none;overflow:initial;text-overflow:clip}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ne-watch-txt__body{max-height:none;overflow:hidden;text-overflow:clip}}.ne-watch-txt__body a{color:#de2b2b;text-decoration:underline}.ne-watch-txt__cta{margin-top:20px;text-align:center;width:100%}@media(min-width:1024px){.ne-watch-txt__cta{flex-basis:calc(60% - 8.8px);flex-grow:1;max-width:calc(60% - 8.8px)}}@media(min-width:1024px)and (min-width:2048px){.ne-watch-txt__cta{flex-basis:calc(60% - 0.42969vw);flex-grow:1;max-width:calc(60% - .42969vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ne-watch-txt__cta{flex-basis:auto}}.ne-watch-txt__cta a{display:block;text-decoration:none}.ne-watch-txt__read-more{margin:20px 0}@media(min-width:1024px){.ne-watch-txt__read-more{display:none}}.diptych{cursor:pointer;display:flex;flex-direction:column}@media(min-width:768px)and (max-width:1023px){.diptych{flex-direction:row;height:520px}}@media(min-width:1024px){.diptych{flex-direction:row;height:853px}}.diptych__picture{height:335px;width:100%}@media(min-width:768px)and (max-width:1023px){.diptych__picture{height:100%;width:60%}}@media(min-width:1024px){.diptych__picture{height:100%;width:60%}}.diptych__picture__cover--desktop{display:none}@media(min-width:1024px){.diptych__picture__cover--desktop{background-position:top;background-repeat:no-repeat;background-size:cover;display:block;height:100%;width:100%}}.diptych__picture__cover--mobile{background-position:center 60%;background-repeat:no-repeat;background-size:cover;display:block;height:100%;width:100%}@media(min-width:1024px){.diptych__picture__cover--mobile{display:none}}.diptych__content{color:#fff;height:426px;padding:20px 0 0;text-align:center;width:100%}@media(min-width:768px)and (max-width:1023px){.diptych__content{height:100%;padding:50px 0 0;width:40%}}@media(min-width:1024px){.diptych__content{height:100%;padding:52px 0 0;width:40%}}.diptych__content__title{display:none;text-transform:uppercase}@media(min-width:768px){.diptych__content__title{display:block}}.diptych__content__subtitle{display:none;text-transform:uppercase}@media(min-width:768px){.diptych__content__subtitle{display:block}}@media(min-width:1024px){.diptych__content__subtitle{margin-top:2px}}.diptych__content__watch{margin:0 auto;position:relative;top:-102px;width:246px}@media(min-width:768px){.diptych__content__watch{top:-16px;width:178px}}@media(min-width:1024px){.diptych__content__watch{top:-36px;width:398px}}.diptych__content__watch img{height:auto;width:100%}.diptych__content__features{margin-top:2px}.diptych__content__info{margin-top:-108px;text-transform:uppercase}@media(min-width:768px){.diptych__content__info{margin-top:0}}@media(min-width:1024px){.diptych__content__info{margin-top:-44px}}.diptych__content__info .label-12{margin-bottom:2px}@media(min-width:2048px){.diptych__content__info .label-12{font-size:.48828125vw;letter-spacing:.09765625vw}}.diptych__content__info .label-12{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:768px)and (min-width:2048px){.diptych__content__info .label-12{font-size:.5859375vw;letter-spacing:.0732421875vw}}@media(min-width:768px){.diptych__content__info .label-12{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}}@media(min-width:1024px){.diptych__content__info .label-12{margin-bottom:10px}}@media(min-width:2048px){.diptych__content .title-14{letter-spacing:.048828125vw}}.diptych__content .title-14{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.diptych__content .title-14{font-size:.5859375vw}}.diptych__content .title-14{font-size:.75rem;line-height:1.5}@media(min-width:768px)and (min-width:2048px){.diptych__content .title-14{letter-spacing:.048828125vw}}@media(min-width:768px){.diptych__content .title-14{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:768px)and (min-width:2048px){.diptych__content .title-14{font-size:.68359375vw}}@media(min-width:768px){.diptych__content .title-14{font-size:.875rem;line-height:1.7142857143}}.diptych__content__cta{margin-top:32px}@media(min-width:1024px){.diptych__content__cta{margin-top:50px}}.diptych__content__cta .button{border:none;padding:20px 51px;text-decoration:none}@media(min-width:1024px){.diptych__content__cta .button{padding:22px 38px}}.diptych__content__cta .button-black{background-color:#171717!important;color:#fff!important}.diptych__content__cta .button-black:before{background-color:#fff}.homepage_hero_slide{cursor:pointer;height:550px;overflow:hidden;position:relative}@media(min-width:768px){.homepage_hero_slide{height:810px}}.homepage_hero_slide__mask{background-color:#171717;display:block;height:100%;left:0;position:absolute;top:0;transform:scaleX(1);transform-origin:left;transition-timing-function:cubic-bezier(.5,0,.25,1);width:100%;z-index:2}.homepage_hero_slide__background{display:block;height:100%;position:absolute;width:100%;z-index:1}.homepage_hero_slide__background .gn_video__cover,.homepage_hero_slide__background article,.homepage_hero_slide__background div:not([class]){height:100%;width:100%}.homepage_hero_slide__background img,.homepage_hero_slide__background video{height:100%;object-fit:cover;width:100%}.homepage_hero_slide__content{align-items:flex-start;background:linear-gradient(178.78deg,rgba(1,7,20,0) 15.1%,#010613 98.96%);display:flex;flex-direction:column;height:100%;justify-content:flex-end;position:relative;z-index:5}.homepage_hero_slide__content.no-overlay{background:transparent}.homepage_hero_slide__image{height:auto;left:0;opacity:0;position:absolute;top:0;transition-timing-function:cubic-bezier(.5,0,.25,1);width:auto;width:100%;z-index:4}@media(min-width:1024px){.homepage_hero_slide__image{flex-basis:calc(50% - 11px);flex-grow:1;left:50%;max-width:calc(50% - 11px);min-width:calc(50% - 11px);transform:translate(-20%,-1vw);width:auto}}@media(min-width:1024px)and (min-width:2048px){.homepage_hero_slide__image{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw);min-width:calc(50% - .53711vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.homepage_hero_slide__image{margin-left:0;margin-right:calc(10% + 2.2px);right:0}}@supports(-ms-ime-align:auto){.homepage_hero_slide__image{margin-left:0;margin-right:calc(10% + 2.2px);right:0}}.homepage_hero_slide__image div{height:100%;width:100%}@media(min-width:1024px){.homepage_hero_slide__image div{height:auto;width:auto}}.homepage_hero_slide__image picture{align-items:center;display:flex;display:block;flex-direction:row;height:auto;justify-content:center;width:auto}.homepage_hero_slide__image img{height:auto;width:100%}.homepage_hero_slide__image_video_block{height:auto;left:0;position:absolute;top:0;transition-timing-function:cubic-bezier(.5,0,.25,1);width:auto;width:100%;z-index:4}@media(min-width:1024px){.homepage_hero_slide__image_video_block{flex-basis:calc(50% - 11px);flex-grow:1;left:50%;max-width:calc(50% - 11px);min-width:calc(50% - 11px);transform:translate(-20%,-1vw);width:auto}}@media(min-width:1024px)and (min-width:2048px){.homepage_hero_slide__image_video_block{flex-basis:calc(50% - 0.53711vw);flex-grow:1;max-width:calc(50% - .53711vw);min-width:calc(50% - .53711vw)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.homepage_hero_slide__image_video_block{margin-left:0;margin-right:calc(10% + 2.2px);right:0}}@supports(-ms-ime-align:auto){.homepage_hero_slide__image_video_block{margin-left:0;margin-right:calc(10% + 2.2px);right:0}}.homepage_hero_slide__image_video_block div{height:100%;width:100%}@media(min-width:1024px){.homepage_hero_slide__image_video_block div{height:auto;width:auto}}.homepage_hero_slide__image_video_block picture{align-items:center;display:flex;display:block;flex-direction:row;height:auto;justify-content:center;width:auto}.homepage_hero_slide__image_video_block img{height:auto;width:100%}.homepage_hero_slide__info{align-items:flex-start;background:linear-gradient(hsla(0,0%,9%,0),hsla(0,0%,9%,.65) 47%,#171717);display:flex;flex-direction:column;height:40vh;justify-content:flex-end;max-width:100%;opacity:0;padding:0 21px 30px;position:relative;transition:.6s;transition-timing-function:cubic-bezier(.5,0,.25,1);width:100%;z-index:4}@media(min-width:1024px){.homepage_hero_slide__info{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.homepage_hero_slide__info{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.homepage_hero_slide__info{background:none;display:block;height:35vw;padding-bottom:100px;z-index:3}}.homepage_hero_slide .no-overlay .homepage_hero_slide__info{background:transparent}.homepage_hero_slide__info_video_block{align-items:flex-start;background:linear-gradient(hsla(0,0%,9%,0),hsla(0,0%,9%,.65) 47%,#171717);display:flex;flex-direction:column;height:40vh;justify-content:flex-end;max-width:100%;padding:0 21px 30px;position:relative;top:30px;transition:.6s;transition-timing-function:cubic-bezier(.5,0,.25,1);width:100%;z-index:4}@media(min-width:1024px){.homepage_hero_slide__info_video_block{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.homepage_hero_slide__info_video_block{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.homepage_hero_slide__info_video_block{background:none;display:block;height:26vw;padding-bottom:100px;z-index:3}}.homepage_hero_slide__eyebrow{margin-bottom:10px;text-transform:uppercase;width:max-content}@media(min-width:2048px){.homepage_hero_slide__eyebrow{font-size:.48828125vw;letter-spacing:.09765625vw}}.homepage_hero_slide__eyebrow{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:1024px){.homepage_hero_slide__eyebrow{margin-left:calc(5% + 1.1px)}}@media(min-width:1024px)and (min-width:2048px){.homepage_hero_slide__eyebrow{font-size:.87890625vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.homepage_hero_slide__eyebrow{font-family:Gotham Bold,Arial,sans-serif;font-size:1.125rem;letter-spacing:.125rem;line-height:1.3888888889}}@media(min-width:2048px){.homepage_hero_slide__eyebrow{margin-bottom:.48828125vw}}.homepage_hero_slide__title{flex-basis:calc(83.33333% - 3.5px);flex-basis:0;flex-grow:1;flex-grow:0;margin-bottom:20px;max-width:calc(83.33333% - 3.5px);text-transform:uppercase}@media(min-width:2048px){.homepage_hero_slide__title{letter-spacing:.09765625vw}}.homepage_hero_slide__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.homepage_hero_slide__title{font-size:1.46484375vw}}.homepage_hero_slide__title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:2048px){.homepage_hero_slide__title{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px)and (max-width:1400px)and (min-width:2048px){.homepage_hero_slide__title{letter-spacing:.09765625vw}}@media(min-width:1024px)and (max-width:1400px){.homepage_hero_slide__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (max-width:1400px)and (min-width:2048px){.homepage_hero_slide__title{font-size:2.34375vw}}@media(min-width:1024px)and (max-width:1400px){.homepage_hero_slide__title{font-size:3rem;line-height:.9375}}@media(min-width:1401px)and (min-width:2048px){.homepage_hero_slide__title{letter-spacing:.09765625vw}}@media(min-width:1401px){.homepage_hero_slide__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1401px)and (min-width:2048px){.homepage_hero_slide__title{font-size:2.9296875vw}}@media(min-width:1401px){.homepage_hero_slide__title{font-size:3.75rem;line-height:1}}@media(min-width:1024px){.homepage_hero_slide__title{flex-basis:calc(35% - 14.3px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(35% - 14.3px)}}@media(min-width:1024px)and (min-width:2048px){.homepage_hero_slide__title{flex-basis:calc(35% - 0.69824vw);flex-grow:1;max-width:calc(35% - .69824vw)}}@media(min-width:2048px){.homepage_hero_slide__title{margin-bottom:.9765625vw}}.homepage_hero_slide__title_video_block{flex-basis:calc(83.33333% - 3.5px);flex-basis:0;flex-grow:1;flex-grow:0;margin-bottom:20px;max-width:calc(83.33333% - 3.5px);text-transform:uppercase}@media(min-width:2048px){.homepage_hero_slide__title_video_block{letter-spacing:.09765625vw}}.homepage_hero_slide__title_video_block{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.homepage_hero_slide__title_video_block{font-size:1.46484375vw}}.homepage_hero_slide__title_video_block{font-size:1.875rem;line-height:1.1666666667}@media(min-width:2048px){.homepage_hero_slide__title_video_block{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px)and (max-width:1400px)and (min-width:2048px){.homepage_hero_slide__title_video_block{letter-spacing:.09765625vw}}@media(min-width:1024px)and (max-width:1400px){.homepage_hero_slide__title_video_block{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (max-width:1400px)and (min-width:2048px){.homepage_hero_slide__title_video_block{font-size:2.34375vw}}@media(min-width:1024px)and (max-width:1400px){.homepage_hero_slide__title_video_block{font-size:3rem;line-height:.9375}}@media(min-width:1401px)and (min-width:2048px){.homepage_hero_slide__title_video_block{letter-spacing:.09765625vw}}@media(min-width:1401px){.homepage_hero_slide__title_video_block{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1401px)and (min-width:2048px){.homepage_hero_slide__title_video_block{font-size:3.515625vw}}@media(min-width:1401px){.homepage_hero_slide__title_video_block{font-size:4.5rem;line-height:1}}@media(min-width:1024px){.homepage_hero_slide__title_video_block{flex-basis:calc(35% - 14.3px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(35% - 14.3px)}}@media(min-width:1024px)and (min-width:2048px){.homepage_hero_slide__title_video_block{flex-basis:calc(35% - 0.69824vw);flex-grow:1;max-width:calc(35% - .69824vw)}}@media(min-width:2048px){.homepage_hero_slide__title_video_block{margin-bottom:.9765625vw}}.homepage_hero_slide__subtitle{color:#fff;flex-basis:calc(83.33333% - 3.5px);flex-basis:0;flex-grow:1;flex-grow:0;font-family:Galaxie Copernicus Italic,Arial,sans-serif;margin-bottom:20px;max-width:calc(83.33333% - 3.5px)}@media(min-width:2048px){.homepage_hero_slide__subtitle{flex-basis:calc(83.33333% - 0.1709vw);flex-grow:1;max-width:calc(83.33333% - .1709vw)}}@media(min-width:1024px){.homepage_hero_slide__subtitle{flex-basis:calc(35% - 14.3px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(35% - 14.3px)}}@media(min-width:1024px)and (min-width:2048px){.homepage_hero_slide__subtitle{flex-basis:calc(35% - 0.69824vw);flex-grow:1;max-width:calc(35% - .69824vw)}}.homepage_hero_slide__cta{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}@media(min-width:1024px){.homepage_hero_slide__cta{margin-left:calc(5% + 1.1px)}}.homepage_hero_slide__cta .link{padding-bottom:5px}.homepage_hero_slide__cta .online_exclusive_separator{padding:0 12px}@media(min-width:2048px){.homepage_hero_slide__cta .online_exclusive_separator{padding:0 12px}}.homepage_hero_slide__cta .online_exclusive{color:#8c8c8c}@media(min-width:2048px){.homepage_hero_slide__cta .online_exclusive{font-size:.5859375vw;letter-spacing:.0732421875vw}}.homepage_hero_slide__cta .online_exclusive{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.homepage_hero_slide__cta .btn-light{border:1px solid #fff;color:#fff;margin-top:40px;padding:16px 20px;text-align:center;text-decoration:none;width:150px}@media(min-width:1024px){.homepage_hero_slide__cta .btn-light{margin-top:32px;width:255px}}.homepage_hero_slide__cta .btn-light:after{content:none}.homepage_hero_slide__dual_cta{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}@media(min-width:1024px){.homepage_hero_slide__dual_cta{margin-left:calc(5% + 1.1px);margin-top:40px}}.homepage_hero_slide__dual_cta .button{color:#000;text-align:center;text-decoration:none;width:150px}@media(min-width:1024px){.homepage_hero_slide__dual_cta .button{width:255px}}.homepage_hero_slide__dual_cta .button:first-child{margin-right:26px}@media(min-width:1024px){.homepage_hero_slide__dual_cta .button:first-child{margin-right:20px}}@media(min-width:1024px)and (max-width:1350px){.homepage_hero_slide__dual_cta .button:first-child{margin-bottom:15px}}.homepage_hero_slide__dual_cta .desktop{display:none}@media(min-width:1024px){.homepage_hero_slide__dual_cta .desktop{display:flex}}@media(min-width:1024px)and (max-width:1350px){.homepage_hero_slide__dual_cta .desktop{flex-direction:column}}.homepage_hero_slide__dual_cta .mobile{display:flex;justify-content:space-between;width:100%}@media(min-width:768px){.homepage_hero_slide__dual_cta .mobile{justify-content:flex-start}}@media(min-width:1024px){.homepage_hero_slide__dual_cta .mobile{display:none}}.homepage_hero_slide__black-all .homepage_hero_slide__eyebrow,.homepage_hero_slide__black-all .homepage_hero_slide__subtitle,.homepage_hero_slide__black-all .homepage_hero_slide__title{color:#171717}.homepage_hero_slide__black-all .homepage_hero_slide__cta .btn-light{border-color:#171717;color:#171717}@media(min-width:1024px){.homepage_hero_slide__white-mobile-black-desktop .homepage_hero_slide__eyebrow,.homepage_hero_slide__white-mobile-black-desktop .homepage_hero_slide__subtitle,.homepage_hero_slide__white-mobile-black-desktop .homepage_hero_slide__title{color:#171717}.homepage_hero_slide__white-mobile-black-desktop .homepage_hero_slide__cta .btn-light{border-color:#171717;color:#171717}}.homepage_hero_slide__black-mobile-white-desktop .homepage_hero_slide__eyebrow,.homepage_hero_slide__black-mobile-white-desktop .homepage_hero_slide__subtitle,.homepage_hero_slide__black-mobile-white-desktop .homepage_hero_slide__title{color:#171717}.homepage_hero_slide__black-mobile-white-desktop .homepage_hero_slide__cta .btn-light{border-color:#171717;color:#171717}@media(min-width:1024px){.homepage_hero_slide__black-mobile-white-desktop .homepage_hero_slide__eyebrow,.homepage_hero_slide__black-mobile-white-desktop .homepage_hero_slide__subtitle,.homepage_hero_slide__black-mobile-white-desktop .homepage_hero_slide__title{color:#fff}.homepage_hero_slide__black-mobile-white-desktop .homepage_hero_slide__cta .btn-light{border-color:#fff;color:#fff}}.homepage_hero{height:calc(175vw - 55px);padding-bottom:40px}@media(min-width:1024px){.homepage_hero__next span,.homepage_hero__prev span{display:inline-flex}.homepage_hero__next span:before,.homepage_hero__prev span:before{transition:transform .3s ease}.homepage_hero__next span:hover:before,.homepage_hero__prev span:hover:before{transform:translate3d(8px,0,0)}.homepage_hero__next span{justify-content:flex-start}.homepage_hero__prev span{justify-content:flex-end}.homepage_hero{height:auto;padding-bottom:0}}.homepage_hero__title--hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.homepage_hero__controls{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:100%;max-width:100vw;opacity:0;padding-left:0;padding-right:0;width:100vw}@media(min-width:1024px){.homepage_hero__controls{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.homepage_hero__controls{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.homepage_hero__controls{max-width:auto;width:auto}}.homepage_hero__controls span{font-size:1rem}@media(min-width:1024px){.homepage_hero__controls{align-items:center;bottom:90px;display:flex;flex-direction:row;height:26px;justify-content:center;padding:0;position:absolute;transition:.1s}}@media(min-width:2048px){.homepage_hero__controls{height:1.26953125vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.homepage_hero__controls{margin-left:calc(5% + 1.1px)}}@supports(-ms-ime-align:auto){.homepage_hero__controls{margin-left:calc(5% + 1.1px)}}.homepage_hero__controls .slick-dots{align-items:center;bottom:0;display:flex;list-style:none;margin:0;padding:0;position:relative;text-align:center}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.homepage_hero__controls .slick-dots{display:flex}}.homepage_hero__controls .slick-dots .autoplay_button{background-color:transparent;border:none;color:#fff;margin-top:4px}@media(min-width:1024px){.homepage_hero__controls .slick-dots .autoplay_button{margin-top:0}.homepage_hero__controls .slick-dots .autoplay_button .icon{font-size:.8rem}}.homepage_hero__controls .slick-dots li{height:13px;margin:0;width:13px}@media(min-width:1024px){.homepage_hero__controls .slick-dots li{height:20px;margin:0 5px;width:20px}}@media(min-width:2048px){.homepage_hero__controls .slick-dots li{height:.9765625vw;margin-left:.244140625vw;margin-right:.244140625vw;width:.9765625vw}}.homepage_hero__controls .slick-dots li button{bottom:1px;height:16px;padding:0;position:relative;width:13px}@media(min-width:1024px){.homepage_hero__controls .slick-dots li button{bottom:auto;height:20px;padding:5px;width:20px}}@media(min-width:2048px){.homepage_hero__controls .slick-dots li button{height:.9765625vw;padding:.244140625vw;width:.9765625vw}}.homepage_hero__controls .slick-dots li button:before{color:#fff;height:16px;line-height:16px;opacity:.3;width:13px}@media(min-width:1024px){.homepage_hero__controls .slick-dots li button:before{height:20px;line-height:20px;width:20px}}@media(min-width:2048px){.homepage_hero__controls .slick-dots li button:before{font-size:.390625vw;height:.9765625vw;line-height:.9765625vw;width:.9765625vw}}.homepage_hero__controls .slick-dots li.slick-active button:before{opacity:1}.homepage_hero__controls .slick-dots li button:before{transition:1s}.homepage_hero .slick-dotted.slick-slider{height:calc(100% - 20px);margin-bottom:0}@media(min-width:1024px){.homepage_hero .slick-dotted.slick-slider{height:100%;margin-bottom:10px}.homepage_hero__dots{flex-basis:auto;flex-grow:0;margin-right:22px;max-width:auto}}@media(min-width:2048px){.homepage_hero__dots{font-size:.78125vw;margin-right:1.07421875vw}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.homepage_hero__dots{margin-left:22px}}.homepage_hero__next,.homepage_hero__prev{line-height:.75rem}@media(min-width:1024px){.homepage_hero__next,.homepage_hero__prev{flex-basis:calc(5% + 1.1px);flex-grow:1}}.homepage_hero__next span,.homepage_hero__prev span{color:#de2b2b}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.homepage_hero__next,.homepage_hero__prev{flex-basis:auto;margin-right:0;width:100%}}.homepage_hero__next{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-end;padding-right:21px;width:100px}@media(min-width:1024px){.homepage_hero__next{height:auto;max-width:100%;padding-right:0;width:auto}}.homepage_hero__prev{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-start;margin-right:0;padding-left:21px;width:100px}@media(min-width:1024px){.homepage_hero__prev{height:auto;margin-left:0;margin-right:22px;max-width:100%;padding-left:0;width:auto}}@media(min-width:2048px){.homepage_hero__prev{margin-right:1.07421875vw}}.homepage_hero__prev span{transform:rotate(180deg)}.homepage_hero__wrapper{height:100%}@media(min-width:1024px){.homepage_hero__wrapper{height:50vw}}.homepage_hero .homepage_hero_slide--first,.homepage_hero .slick-list,.homepage_hero .slick-track,.homepage_hero div:not([class]),.homepage_hero div[class=""],.homepage_hero__carousel,.homepage_hero_slide{height:100%}.homepage_hero_video_block{height:180vw}@media(min-width:1024px){.homepage_hero_video_block{height:auto;padding-bottom:0}}.homepage_hero_banner__container{display:flex;flex-direction:column;height:720px;justify-content:center;overflow:hidden;position:relative}@media(min-width:768px){.homepage_hero_banner__container{height:600px}}.homepage_hero_banner__container_background{display:block;height:100%;position:absolute;width:100%;z-index:1}.homepage_hero_banner__container_background .mobile{display:block}@media(min-width:768px){.homepage_hero_banner__container_background .mobile{display:none}}.homepage_hero_banner__container_background .desktop{display:none}@media(min-width:768px){.homepage_hero_banner__container_background .desktop{display:block}}.homepage_hero_banner__container_background img{height:720px;object-fit:cover;width:100%}@media(min-width:1024px){.homepage_hero_banner__container_background img{height:600px}}.homepage_hero_banner__container_card{background-color:#fff;margin:0 20px;padding:22px 25px 24px;position:relative;text-align:center;width:auto;z-index:3}@media(min-width:768px){.homepage_hero_banner__container_card{margin:auto;width:470px}}@media(min-width:1024px){.homepage_hero_banner__container_card{margin-left:calc(5% + 1.1px);padding:56px 60px 70px;text-align:left;width:534px}}.homepage_hero_banner__container_card .card-eyebrow{font-size:12px;padding-bottom:22px}@media(min-width:1024px){.homepage_hero_banner__container_card .card-eyebrow{font-size:14px;padding-bottom:22px}}.homepage_hero_banner__container_card .card-title{font-size:30px;padding-bottom:10px}@media(min-width:1024px){.homepage_hero_banner__container_card .card-title{font-size:40px;padding-bottom:16px}}.homepage_hero_banner__container_card .card-text{font-size:16px;padding-bottom:32px}@media(min-width:1024px){.homepage_hero_banner__container_card .card-text{font-size:24px;padding-bottom:62px}}.homepage_hero_banner__container_card .card-cta{display:block;margin:0 auto;padding:17px 36px;text-decoration:none;width:280px}@media(min-width:1024px){.homepage_hero_banner__container_card .card-cta{display:unset;margin:unset;padding:19px 24px;width:unset}}.homepage_hero_banner__container_copyright{bottom:10px;color:#fff;left:21px;position:absolute;z-index:2}@media(min-width:2048px){.homepage_hero_banner__container_copyright{font-size:.48828125vw;letter-spacing:.09765625vw}}.homepage_hero_banner__container_copyright{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.homepage_hero_banner__container_copyright{font-size:.68359375vw;letter-spacing:.146484375vw}}@media(min-width:1024px){.homepage_hero_banner__container_copyright{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}}.ais-button-primary{align-items:center;background:#171717;border:1px solid #e5e5e5;color:#fff;display:flex;padding:18px 20px;text-align:center;text-transform:uppercase;width:max-content;width:auto}@media(min-width:2048px){.ais-button-primary{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ais-button-primary{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.ais-button-secondary{background:transparent;border:0;color:#171717;padding:1px 0;position:relative;text-align:left;text-transform:uppercase}@media(min-width:2048px){.ais-button-secondary{font-size:.48828125vw;letter-spacing:.09765625vw}}.ais-button-secondary{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.ais-button-secondary:after{background-color:#de2b2b;content:"";display:block;height:2px;left:0;position:absolute;top:100%;transform:scaleX(1);transform-origin:left;transition:transform .4s;width:100%}.ais-button-secondary:hover:after{transform:scaleX(0)}.ais-button-load-more{align-items:center;background:transparent;border:0;display:flex;flex-direction:column;gap:28px;margin:48px auto;padding:0;text-transform:uppercase;width:max-content}@media(min-width:2048px){.ais-button-load-more{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ais-button-load-more{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.ais-button-load-more__label{position:relative}.ais-button-load-more__label:after{background:#de2b2b;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(1);transform-origin:left;transition:transform .4s;width:100%}.ais-button-load-more__icon{background:#de2b2b;border-radius:40px;display:block;height:40px;position:relative;transform:scale(1);transition:transform .4s;width:40px}.ais-button-load-more__icon:after,.ais-button-load-more__icon:before{background:#fff;content:"";height:1px;left:50%;position:absolute;top:50%;transform:translateX(-50%);width:50%}.ais-button-load-more__icon:after{transform:translateX(-50%) rotate(90deg)}.ais-button-load-more:is(:hover,:focus) .ais-button-load-more__label:after{transform:scaleX(0)}.ais-button-load-more:is(:hover,:focus) .ais-button-load-more__icon{transform:scale(.9)}.ais-button-load-more--disabled,.ais-button-load-more:first-child{display:none}.ais-boutique-card{background:#fff;display:flex;flex-direction:column;height:100%;outline:1px solid #e5e5e5;outline-offset:-.5px;width:100%}.ais-boutique-card__image{aspect-ratio:1;object-fit:cover;width:100%}.ais-boutique-card__bottom{align-items:center;display:flex;flex-direction:column;justify-content:space-between;min-height:288px;padding:24px 9px 40px}@media(min-width:1024px){.ais-boutique-card__bottom{padding:44px 21px 48px}}.ais-boutique-card__info{display:flex;flex-direction:column;margin-bottom:24px;text-align:center}@media(min-width:1024px){.ais-boutique-card__info{margin-bottom:16px}}.ais-boutique-card__title{margin-bottom:12px;text-transform:uppercase}@media(min-width:2048px){.ais-boutique-card__title{letter-spacing:.048828125vw}}.ais-boutique-card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-boutique-card__title{font-size:.68359375vw}}.ais-boutique-card__title{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.ais-boutique-card__title{min-height:48px}}@media(min-width:1024px)and (min-width:2048px){.ais-boutique-card__title{letter-spacing:.048828125vw}}@media(min-width:1024px){.ais-boutique-card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.ais-boutique-card__title{font-size:.78125vw}}@media(min-width:1024px){.ais-boutique-card__title{font-size:1rem;line-height:1.5}}.ais-boutique-card .ais-division{margin-bottom:14px}@media(min-width:2048px){.ais-boutique-card__address{font-size:.68359375vw}}.ais-boutique-card__address{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ais-boutique-card__address em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ais-boutique-card__address strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ais-boutique-card__address{font-size:.875rem;line-height:1.7142857143}.ais-craftsmanship-card{color:#fff;display:flex;flex-direction:column;height:100%;min-height:520px;outline:1px solid #e5e5e5;outline-offset:-.5px;overflow:hidden;position:relative;width:100%}@media(min-width:768px){.ais-craftsmanship-card{flex-direction:row}}.ais-craftsmanship-card__info,.ais-craftsmanship-card__link-wrapper{display:flex;height:100%;position:relative}.ais-craftsmanship-card__info{align-items:center;flex-direction:column;justify-content:center;padding:59px 16px;text-align:center;width:100%;z-index:1}@media(min-width:768px){.ais-craftsmanship-card__info{max-width:none;padding:52px 24px 30px 39px;width:100%}}.ais-craftsmanship-card__title{margin-bottom:10px;text-transform:uppercase;width:100%;word-wrap:break-word}@media(min-width:2048px){.ais-craftsmanship-card__title{letter-spacing:.09765625vw}}.ais-craftsmanship-card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.ais-craftsmanship-card__title{font-size:1.46484375vw}}.ais-craftsmanship-card__title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:768px){.ais-craftsmanship-card__title{margin-bottom:26px}}@media(min-width:768px)and (min-width:2048px){.ais-craftsmanship-card__title{letter-spacing:.09765625vw}}@media(min-width:768px){.ais-craftsmanship-card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:768px)and (min-width:2048px){.ais-craftsmanship-card__title{font-size:1.953125vw}}@media(min-width:768px){.ais-craftsmanship-card__title{font-size:2.5rem;line-height:1.125}}.ais-craftsmanship-card__subtitle{margin-bottom:20px;text-transform:uppercase;width:100%}@media(min-width:2048px){.ais-craftsmanship-card__subtitle{letter-spacing:.048828125vw}}.ais-craftsmanship-card__subtitle{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-craftsmanship-card__subtitle{font-size:.68359375vw}}.ais-craftsmanship-card__subtitle{font-size:.875rem;line-height:1.7142857143}.ais-craftsmanship-card .ais-division{display:block;margin-bottom:20px}.ais-craftsmanship-card__description{margin-bottom:20px}@media(min-width:2048px){.ais-craftsmanship-card__description{font-size:.78125vw}}.ais-craftsmanship-card__description{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}@media(min-width:768px){.ais-craftsmanship-card__description{margin-bottom:43px}}.ais-craftsmanship-card .ais-button-secondary{color:inherit}.ais-craftsmanship-card__image{height:100%;left:0;object-fit:cover;overflow:hidden;position:absolute;top:0;width:100%}.ais-craftsmanship-card__overlay{background:#000;display:block;inset:0;opacity:.7;position:absolute}.ais-news-card{color:#171717;display:flex;flex-direction:column;height:100%;outline:1px solid #e5e5e5;outline-offset:-.5px;overflow:hidden;width:100%}@media(min-width:768px){.ais-news-card{flex-direction:row}}.ais-news-card__info{align-items:flex-start;display:flex;flex-direction:column;padding:22px;width:100%}@media(min-width:768px){.ais-news-card__info{padding:52px 24px 30px 39px;width:50%}}.ais-news-card__title{margin-bottom:16px;text-transform:uppercase;width:100%;word-wrap:break-word}@media(min-width:2048px){.ais-news-card__title{letter-spacing:.09765625vw}}.ais-news-card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.ais-news-card__title{font-size:1.46484375vw}}.ais-news-card__title{font-size:1.875rem;line-height:1.1666666667}@media(min-width:768px){.ais-news-card__title{margin-bottom:26px}}@media(min-width:768px)and (min-width:2048px){.ais-news-card__title{letter-spacing:.09765625vw}}@media(min-width:768px){.ais-news-card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:768px)and (min-width:2048px){.ais-news-card__title{font-size:1.953125vw}}@media(min-width:768px){.ais-news-card__title{font-size:2.5rem;line-height:1.125}}.ais-news-card__description{margin-bottom:24px}@media(min-width:2048px){.ais-news-card__description{font-size:.68359375vw}}.ais-news-card__description{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ais-news-card__description em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ais-news-card__description strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ais-news-card__description{font-size:.875rem;line-height:1.7142857143}@media(min-width:768px){.ais-news-card__description{margin-bottom:43px}}.ais-news-card__image-link{aspect-ratio:1;overflow:hidden;width:100%}@media(min-width:768px){.ais-news-card__image-link{aspect-ratio:auto;width:50%}}.ais-news-card__image-link img{height:100%;object-fit:cover;width:100%}.ais-news-card__overlay{background:#000;display:none;inset:0;opacity:.7;position:absolute}.ais-online-service{position:relative;width:100%}.ais-online-service__header{align-items:center;column-gap:32px;display:flex;margin-bottom:4px}@media(min-width:1024px){.ais-online-service__header{flex-direction:column;row-gap:16px}}.ais-online-service__icon{align-items:center;display:flex;font-size:36px;height:48px;justify-content:center;width:48px}.ais-online-service__icon.icon-delivery:before{transform:translateY(-20%)}.ais-online-service__icon.icon-security{font-size:33px}.ais-online-service__icon.icon-gift{font-size:28px}.ais-online-service__title{text-transform:uppercase}@media(min-width:2048px){.ais-online-service__title{letter-spacing:.048828125vw}}.ais-online-service__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-online-service__title{font-size:.48828125vw}}.ais-online-service__title{font-size:.625rem;line-height:1.8}@media(min-width:1024px){.ais-online-service__title{text-align:center}}@media(min-width:1024px)and (min-width:2048px){.ais-online-service__title{letter-spacing:.048828125vw}}@media(min-width:1024px){.ais-online-service__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.ais-online-service__title{font-size:.5859375vw}}@media(min-width:1024px){.ais-online-service__title{font-size:.75rem;line-height:1.5}}.ais-online-service__description{padding-left:80px}@media(min-width:2048px){.ais-online-service__description{font-size:.68359375vw}}.ais-online-service__description{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ais-online-service__description em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ais-online-service__description strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ais-online-service__description{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.ais-online-service__description{padding-left:0;text-align:center}}.ais-online-services{display:flex;flex-direction:column;row-gap:8px;width:100%}@media(min-width:1024px){.ais-online-services{column-gap:16px;flex-direction:row;row-gap:0}}.ais-online-services__title{text-transform:uppercase}@media(min-width:2048px){.ais-online-services__title{letter-spacing:.048828125vw}}.ais-online-services__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-online-services__title{font-size:.5859375vw}}.ais-online-services__title{font-size:.75rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.ais-online-services__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.ais-online-services__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.ais-online-services__title{font-size:1.46484375vw}}@media(min-width:1024px){.ais-online-services__title{font-size:1.875rem;line-height:1.1666666667}}.ais-online-services__list-item{width:100%}.ais-online-services__divider{background:#e5e5e5;height:1px;width:100%}@media(min-width:1024px){.ais-online-services__divider{height:auto;width:1px}.ais-online-services__divider:first-child,.ais-online-services__divider:last-child{display:none}}.ais-partnership-card{align-items:center;aspect-ratio:1;color:#fff;display:flex;position:relative;text-align:center;width:100%}.ais-partnership-card__link-wrapper{display:flex;height:100%;position:relative}.ais-partnership-card__image{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.ais-partnership-card__gradient{background:linear-gradient(180deg,hsla(0,0%,9%,0),#171717);bottom:0;height:80%;left:0;position:absolute;width:100%}.ais-partnership-card__bottom{padding:27px 8px;position:relative;width:100%}.ais-partnership-card__title{text-transform:uppercase}@media(min-width:2048px){.ais-partnership-card__title{letter-spacing:.09765625vw}}.ais-partnership-card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.ais-partnership-card__title{font-size:1.46484375vw}}.ais-partnership-card__title{font-size:1.875rem;line-height:1.1666666667}.ais-partnership-card__subtitle{text-transform:uppercase}@media(min-width:2048px){.ais-partnership-card__subtitle{letter-spacing:.048828125vw}}.ais-partnership-card__subtitle{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-partnership-card__subtitle{font-size:.5859375vw}}.ais-partnership-card__subtitle{font-size:.75rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.ais-partnership-card__subtitle{letter-spacing:.048828125vw}}@media(min-width:1024px){.ais-partnership-card__subtitle{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.ais-partnership-card__subtitle{font-size:.68359375vw}}@media(min-width:1024px){.ais-partnership-card__subtitle{font-size:.875rem;line-height:1.7142857143}}.ais-query-stats{align-items:center;display:flex;flex-direction:column;margin:32px 0;padding:0 20px;position:relative;row-gap:32px;text-align:center;width:100%}@media(min-width:1024px){.ais-query-stats{margin-top:56px 0;row-gap:56px}}.ais-query-stats__info{display:flex;flex-direction:column}.ais-query-stats__query{margin-bottom:4px;text-transform:uppercase}@media(min-width:1024px){.ais-query-stats__query{margin-bottom:8px}}.ais-no-results-message{align-items:center;display:flex;flex-direction:column;margin-bottom:36px;padding:0 20px;row-gap:36px;text-align:center;width:100%}@media(min-width:1024px){.ais-no-results-message{margin-bottom:56px;row-gap:56px}}.ais-no-results-message__contact-link{color:#171717;text-transform:uppercase}.ais-no-results-message__contact-link:after{background:#de2b2b;content:"";display:block;height:1px;position:relative;transform:scaleX(1);transform-origin:left;transition:transform .4s;width:100%}.ais-no-results-message__contact-link:hover:after{transform:scaleX(0)}.ais-no-results-message__description{max-width:830px;text-transform:uppercase;width:100%}.ais-retailer-card{display:flex;flex-direction:column;height:100%;min-height:240px;outline:1px solid #e5e5e5;outline-offset:-.5px;padding:40px 18px;position:relative;text-align:center}@media(min-width:1024px){.ais-retailer-card{padding:72px 18px 56px}}.ais-retailer-card__link-wrapper{height:100%;position:relative;width:100%}.ais-retailer-card__link-wrapper:before{background:#f3f3f3;content:"";height:100%;left:0;opacity:.3;pointer-events:none;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .7s;width:100%}.ais-retailer-card__link-wrapper:is(:hover,:focus):before{transform:scaleX(1)}.ais-retailer-card__title{margin-bottom:18px;text-transform:uppercase}@media(min-width:2048px){.ais-retailer-card__title{letter-spacing:.048828125vw}}.ais-retailer-card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-retailer-card__title{font-size:.68359375vw}}.ais-retailer-card__title{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.ais-retailer-card__title{margin-bottom:24px}}@media(min-width:1024px)and (min-width:2048px){.ais-retailer-card__title{letter-spacing:.048828125vw}}@media(min-width:1024px){.ais-retailer-card__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.ais-retailer-card__title{font-size:.78125vw}}@media(min-width:1024px){.ais-retailer-card__title{font-size:1rem;line-height:1.5}}.ais-retailer-card .ais-division{margin-bottom:11px}@media(min-width:1024px){.ais-retailer-card .ais-division{margin-bottom:14px}}@media(min-width:2048px){.ais-retailer-card__address{font-size:.68359375vw}}.ais-retailer-card__address{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ais-retailer-card__address em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ais-retailer-card__address strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ais-retailer-card__address{font-size:.875rem;line-height:1.7142857143}.ais-watch-card{align-items:center;color:#171717;display:flex;flex-direction:column;flex-grow:1;outline:1px solid #f0f0f0;outline-offset:-.5px;padding:40px 11px 68px 13px;position:relative;text-align:center}@media(min-width:1024px){.ais-watch-card{padding-bottom:56px;padding-top:72px}}.ais-watch-card__link-wrapper{display:flex;height:100%;position:relative}.ais-watch-card__link-wrapper:before{background:#f3f3f3;content:"";height:100%;left:0;opacity:.3;pointer-events:none;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .7s;width:100%}.ais-watch-card__link-wrapper:is(:hover,:focus):before{transform:scaleX(1)}.ais-watch-card__item{display:flex;flex-direction:column;width:50%}@media(min-width:1024px){.ais-watch-card__item{width:25%}}.ais-watch-card__image{aspect-ratio:.8;margin-bottom:23px;max-height:194px;max-width:155px;object-fit:cover;object-position:center;width:100%}@media(min-width:1024px){.ais-watch-card__image{margin-bottom:32px;max-height:296px;max-width:236px}}.ais-watch-card__collection{margin-bottom:8px;text-transform:uppercase}@media(min-width:2048px){.ais-watch-card__collection{font-size:.48828125vw;letter-spacing:.09765625vw}}.ais-watch-card__collection{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.ais-watch-card__collection{font-size:.5859375vw;letter-spacing:.0732421875vw}}@media(min-width:1024px){.ais-watch-card__collection{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}}.ais-watch-card__sub-collection{margin-bottom:12px;text-transform:uppercase}@media(min-width:2048px){.ais-watch-card__sub-collection{letter-spacing:.048828125vw}}.ais-watch-card__sub-collection{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-watch-card__sub-collection{font-size:.5859375vw}}.ais-watch-card__sub-collection{font-size:.75rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.ais-watch-card__sub-collection{letter-spacing:.048828125vw}}@media(min-width:1024px){.ais-watch-card__sub-collection{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.ais-watch-card__sub-collection{font-size:.68359375vw}}@media(min-width:1024px){.ais-watch-card__sub-collection{font-size:.875rem;line-height:1.7142857143}}.ais-watch-card__case-sizes{column-gap:8px;display:flex;justify-content:center;margin-bottom:19px;width:100%}@media(min-width:1024px){.ais-watch-card__case-sizes{margin-bottom:20px}}.ais-watch-card__case-size{align-items:center;display:flex;height:18px;justify-content:center;outline:1px solid #f0f0f0;padding:0 3px;text-transform:uppercase;width:max-content}@media(min-width:2048px){.ais-watch-card__case-size{font-size:.390625vw;letter-spacing:.09765625vw}}.ais-watch-card__case-size{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}@media(min-width:1024px)and (min-width:2048px){.ais-watch-card__case-size{font-size:.48828125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.ais-watch-card__case-size{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}}.ais-watch-card__divider{background:#de2b2b;display:inline-block;height:3px;margin-bottom:13px;margin-top:auto;width:20px}@media(min-width:1024px){.ais-watch-card__divider{margin-bottom:20px}}.ais-watch-card__online_exclusive{color:#de2b2b;margin-bottom:20px;text-transform:uppercase}@media(min-width:2048px){.ais-watch-card__online_exclusive{font-size:.48828125vw;letter-spacing:.09765625vw}}.ais-watch-card__online_exclusive{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:1024px){.ais-watch-card__online_exclusive{margin-bottom:20px}}@media(min-width:2048px){.ais-watch-card__price{font-size:.5859375vw;letter-spacing:.0732421875vw}}.ais-watch-card__price{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:1024px)and (min-width:2048px){.ais-watch-card__price{font-size:.68359375vw;letter-spacing:.146484375vw}}@media(min-width:1024px){.ais-watch-card__price{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}}.ais-watch-card__tags{display:flex;gap:4px;left:0;padding:0 11px;position:absolute;top:0;width:100%}@media(min-width:1024px){.ais-watch-card__tags{padding:0 21px}}.ais-watch-card__tags span{align-items:center;display:inline-flex;justify-content:center}.ais-watch-card__tag--right{margin-left:auto;margin-right:0}.ais-watch-card__e-commerce-tag{background:#f0f0f0;color:#595959;font-size:11px;height:28px;width:28px}.ais-watch-card__red-tag{background:#de2b2b;color:#fff;height:28px;padding:6px 7px;text-transform:uppercase}@media(min-width:2048px){.ais-watch-card__red-tag{font-size:.48828125vw;letter-spacing:.09765625vw}}.ais-watch-card__red-tag{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.ais-watch-card__country-tag{align-items:center;background:#f0f0f0;color:#000;display:flex;height:28px;justify-content:center;padding:0 6px;text-transform:uppercase}@media(min-width:1024px){.ais-watch-card__country-tag{padding:0 10px}}.ais-watch-card__country-tag h4{display:none;font-family:Gotham Book,Arial,sans-serif;font-size:10px;letter-spacing:1px}@media(min-width:1024px){.ais-watch-card__country-tag h4{display:block}}.ais-watch-card__country-tag img{height:14px;margin:0;width:18px}@media(min-width:1024px){.ais-watch-card__country-tag img{margin-right:5px}}:root{--algolia-container-height:65px}details.ais-details summary{cursor:pointer;list-style:none;position:absolute;right:0;top:1em}@media(min-width:1024px){details.ais-details summary{display:none}}details.ais-details summary::-webkit-details-marker{display:none}details.ais-details[open] .ais-details-toggle:after{transform:translate(-50%,-50%) rotate(0)}.ais-details-toggle{display:block;height:10px;width:10px}.ais-details-toggle:after,.ais-details-toggle:before{background:#171717;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.ais-details-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.ais-modal{background:#fff;inset:0;opacity:0;overflow-y:auto;pointer-events:none;position:fixed;top:calc(65px + var(--body-padding-top, 0px));transform:translateY(50px);transition:opacity .4s,transform .4s;z-index:500}@media(min-width:1024px){.ais-modal{overflow-y:auto;top:calc(81px + var(--body-padding-top, 0px))}}.ais-modal--inline,.ais-modal--open{opacity:1;pointer-events:all;transform:translateY(0)}.ais-modal--inline{min-height:80vh;position:relative;top:0}.ais-modal a{color:inherit;text-decoration:none}.ais-search-box{background:#fff;height:65px;position:relative;transition:opacity .4s,transform .4s;width:100%;will-change:top;z-index:50}@media(min-width:1024px){.ais-search-box{height:81px;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateY(50px);width:calc(100% - 22px)}}.ais-search-box .icon-search{left:20px;position:absolute;top:50%;transform:translateY(-50%)}@media(min-width:1024px){.ais-search-box .icon-search{left:35px}}.ais-search-box__button-close{align-items:center;background:transparent;border:0;border-left:1px solid #f0f0f0;display:flex;height:64px;justify-content:center;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:all .4s;width:64px}@media(min-width:1024px){.ais-search-box__button-close{height:80px;width:80px}}.ais-search-box__input{border:1px solid #f0f0f0;color:#171717;height:64px;padding:0 69px 0 43px}@media(min-width:2048px){.ais-search-box__input{font-size:.78125vw}}.ais-search-box__input{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}@media(min-width:1024px){.ais-search-box__input{height:80px;padding:0 93px}}@media(min-width:1024px)and (min-width:2048px){.ais-search-box__input{font-size:1.171875vw}}@media(min-width:1024px){.ais-search-box__input{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}}.ais-search-box__input[type=search]{box-sizing:border-box}.ais-search-box__input::placeholder{color:#757575}@media(min-width:2048px){.ais-search-box__input::placeholder{font-size:.78125vw}}.ais-search-box__input::placeholder{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ais-search-box__input::placeholder{font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.ais-search-box__input::placeholder{font-size:1.171875vw}}@media(min-width:1024px){.ais-search-box__input::placeholder{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ais-search-box__input::placeholder{font-size:1.5rem;line-height:1.3333333333}}.ais-search-box__input:focus-visible{outline-color:#171717}.ais-search-box__reset{background:transparent;border:none;color:#767676;display:none;height:64px;opacity:0;padding:23px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:opacity .4s,transform .4s}@media(min-width:2048px){.ais-search-box__reset{font-size:.68359375vw}}.ais-search-box__reset{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ais-search-box__reset em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ais-search-box__reset strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ais-search-box__reset{font-size:.875rem;line-height:1.7142857143}@media(min-width:1024px){.ais-search-box__reset{display:block;height:80px;opacity:1;pointer-events:all;right:80px}}.ais-search-box--inline,.ais-search-box--open{left:0;position:absolute;top:0;width:100%}.nav_bar_modification .ais-search-box--inline,.nav_bar_modification .ais-search-box--open{top:86px}@media(min-width:1024px){.ais-search-box--inline,.ais-search-box--open{opacity:1;pointer-events:all;top:0;transform:translateY(0);z-index:50}.nav_bar_modification .ais-search-box--inline,.nav_bar_modification .ais-search-box--open{top:40px}}.ais-search-box--inline .ais-search-box__button-close,.ais-search-box--inline .ais-search-box__reset,.ais-search-box--open .ais-search-box__button-close,.ais-search-box--open .ais-search-box__reset{opacity:1;pointer-events:all}.ais-search-box--inline{position:relative}.ais-search-box--inline .ais-search-box__reset{right:0}.sticky--hide .ais-search-box--open{top:calc(100% + 1px)}.ais-tabs{background:#fff;position:sticky;top:0;z-index:10}.ais-tabs__list{column-gap:32px;display:flex;justify-content:center;padding:10px 8px 18px;position:relative}@media(min-width:1024px){.ais-tabs__list{padding-bottom:16px;padding-top:16px}}.ais-tabs__list:after,.ais-tabs__list:before{background:#f0f0f0;content:"";display:block;height:1px;position:absolute;width:100%}.ais-tabs__list:before{top:-.5px}.ais-tabs__list:after{bottom:-.5px}.ais-tabs__tab{align-items:center;background:transparent;border:0;color:#171717;column-gap:8px;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center;text-transform:uppercase}@media(min-width:1024px){.ais-tabs__tab{flex-direction:row}}.ais-tabs__tab:after{background:#171717;bottom:-8px;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .4s;width:100%}@media(min-width:1024px){.ais-tabs__tab:after{bottom:-4px}}.ais-tabs__tab:not([aria-disabled=true]):hover:after{transform:scaleX(1)}.ais-tabs__tab[aria-disabled=true]{cursor:not-allowed;opacity:.5}.ais-tabs__tab--selected{color:#de2b2b}.ais-tabs__tab--selected:after{background:#de2b2b;transform:scaleX(1)}@media(min-width:2048px){.ais-tabs__label{font-size:.48828125vw;letter-spacing:.09765625vw}}.ais-tabs__label{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.ais-tabs__label{font-size:.5859375vw;letter-spacing:.0732421875vw}}@media(min-width:1024px){.ais-tabs__label{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}}@media(min-width:2048px){.ais-tabs__count{font-size:.390625vw;letter-spacing:.09765625vw}}.ais-tabs__count{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}@media(min-width:1024px)and (min-width:2048px){.ais-tabs__count{font-size:.5859375vw;letter-spacing:.0732421875vw}}@media(min-width:1024px){.ais-tabs__count{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}}.ais-tabs__panels{padding-bottom:40px}@media(min-width:1024px){.ais-tabs__panels{padding-bottom:60px}}.ais-tabs__panel{display:none}.ais-tabs__panel--selected{display:block}.ais-group-heading{display:block;outline:1px solid #f0f0f0;outline-offset:-.5px;padding:7px 8px;text-align:center;text-transform:uppercase;width:100%}@media(min-width:2048px){.ais-group-heading{letter-spacing:.048828125vw}}.ais-group-heading{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-group-heading{font-size:.87890625vw}}.ais-group-heading{font-family:Gotham Light,Arial,sans-serif;font-size:1.125rem;line-height:1.3888888889}@media(min-width:1024px){.ais-group-heading{padding:20px 50px;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.ais-group-heading{letter-spacing:.09765625vw}}@media(min-width:1024px){.ais-group-heading{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.ais-group-heading{font-size:1.7578125vw}}@media(min-width:1024px){.ais-group-heading{font-family:Gotham Light,Arial,sans-serif;font-size:2.25rem;line-height:1.1111111111}}.ais-list{display:flex;flex-flow:row wrap;padding:0 8px}.ais-list__item{display:flex;flex-direction:column;width:50%}@media(min-width:1024px){.ais-list__item{width:25%}}.ais-list__item--news{width:100%}@media(min-width:1401px){.ais-list__item--news{width:50%}}.ais-list__item--partnership{width:100%}@media(min-width:768px){.ais-list__item--partnership{width:50%}}@media(min-width:1024px){.ais-list__item--partnership{width:25%}}.ais-list__item--craftsmanship{width:100%}@media(min-width:1024px){.ais-list__item--craftsmanship{width:50%}}.ais-list:empty+.ais-button-load-more{display:none}.ais-division{background:#de2b2b;border:0;height:2px;margin-bottom:14px;width:16px}.ais-find-boutique{align-items:center;color:#fff;display:flex;justify-content:center;outline:1px solid #e5e5e5;outline-offset:-.5px;width:100%}@media(min-width:1024px){.ais-find-boutique{padding:22px}}.ais-find-boutique .ais-button-primary{gap:16px}.ais-find-boutique .ais-button-primary .icon-location{align-items:center;display:flex;font-size:20px;height:24px;justify-content:center;width:24px}.ais-initial-state{display:flex;flex-direction:column;padding:20px;width:100%}@media(min-width:1024px){.ais-initial-state{flex-direction:row;padding:31px 21px 50px}}.ais-initial-state__sidebar{display:flex;flex-direction:column;flex-shrink:0;gap:20px;margin-bottom:20px;width:100%}@media(min-width:1024px){.ais-initial-state__sidebar{max-width:200px;padding:0 15px}}.ais-initial-state__sidebar-group{position:relative}.ais-initial-state__sidebar-group .ais-details summary{top:.2em}.ais-initial-state__sidebar-divider{background:#e5e5e5;display:block;height:1px;width:100%}@media(min-width:1024px){.ais-initial-state__sidebar-divider{display:none}}.ais-initial-state__sidebar-list{display:flex;flex-direction:column;gap:12px}@media(min-width:2048px){.ais-initial-state__sidebar-list{font-size:.68359375vw}}.ais-initial-state__sidebar-list{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ais-initial-state__sidebar-list em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ais-initial-state__sidebar-list strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ais-initial-state__sidebar-list{font-size:.875rem;line-height:1.7142857143}.ais-initial-state__sidebar-list-item button{background:transparent;border:0;display:block;margin:0;padding:0;text-align:inherit;width:100%}@media(min-width:2048px){.ais-initial-state__sidebar-list-item button{font-size:.68359375vw}}.ais-initial-state__sidebar-list-item button{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.ais-initial-state__sidebar-list-item button em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.ais-initial-state__sidebar-list-item button strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.ais-initial-state__sidebar-list-item button{font-size:.875rem;line-height:1.7142857143}.ais-initial-state__section-title{margin-bottom:16px;text-transform:uppercase;width:100%}@media(min-width:2048px){.ais-initial-state__section-title{letter-spacing:.048828125vw}}.ais-initial-state__section-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-initial-state__section-title{font-size:.5859375vw}}.ais-initial-state__section-title{font-size:.75rem;line-height:1.5}@media(min-width:1024px){.ais-initial-state__section-title{margin-bottom:10px}}@media(min-width:1024px)and (min-width:2048px){.ais-initial-state__section-title{letter-spacing:.048828125vw}}@media(min-width:1024px){.ais-initial-state__section-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.ais-initial-state__section-title{font-size:.68359375vw}}@media(min-width:1024px){.ais-initial-state__section-title{font-size:.875rem;line-height:1.7142857143}}.ais-initial-state__main-elements{display:flex;flex-direction:column;gap:20px;width:100%}@media(min-width:1024px){.ais-initial-state__main-elements{gap:64px}}.ais-initial-state__online-services{padding-top:20px}@media(min-width:1024px){.ais-initial-state__online-services{padding-top:0}}.ais-initial-state__trending-watches .ais-trending-watches{margin:0 -20px}@media(min-width:1024px){.ais-initial-state__trending-watches .ais-trending-watches{margin:0 -21px}}.ais-initial-state__trending-watches .ais-trending-watches__item:first-child{margin-left:20px}@media(min-width:1024px){.ais-initial-state__trending-watches .ais-trending-watches__item:first-child{margin-left:21px}}.ais-initial-state__featured-pages{display:flex;flex-direction:column;gap:16px;padding-top:20px;width:100%}@media(min-width:1024px){.ais-initial-state__featured-pages{flex-direction:row;gap:22px;padding-top:0}}.ais-featured-page{display:grid;min-height:200px;padding:20px;place-items:center;position:relative;text-align:center;width:100%}.ais-featured-page__link-wrapper{height:100%;width:100%}.ais-featured-page__image{height:100%;inset:0;object-fit:cover;overflow:hidden;position:absolute;width:100%}.ais-featured-page__gradient{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4));height:100%;inset:0;position:absolute;width:100%}.ais-featured-page__title{color:#fff;position:relative;text-transform:uppercase}@media(min-width:2048px){.ais-featured-page__title{letter-spacing:.048828125vw}}.ais-featured-page__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-featured-page__title{font-size:.78125vw}}.ais-featured-page__title{font-size:1rem;line-height:1.5}@media(min-width:1024px)and (min-width:2048px){.ais-featured-page__title{letter-spacing:.09765625vw}}@media(min-width:1024px){.ais-featured-page__title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.ais-featured-page__title{font-size:.9765625vw}}@media(min-width:1024px){.ais-featured-page__title{font-size:1.25rem;line-height:1.25}}.ais-trending-watches{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.ais-trending-watches__item{scroll-snap-align:start;width:100%}.ais-trending-watch{align-items:center;display:flex;flex-direction:column;min-width:158px;padding:0 16px;position:relative;text-align:center;width:100%}@media(min-width:1024px){.ais-trending-watch{padding:0 20px}}.ais-trending-watch__link-wrapper{height:100%;position:relative;width:100%}.ais-trending-watch__link-wrapper:before{background:#f3f3f3;content:"";height:100%;left:0;opacity:.3;pointer-events:none;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .7s;width:100%}.ais-trending-watch__link-wrapper:is(:hover,:focus):before{transform:scaleX(1)}.ais-trending-watch__image{aspect-ratio:.69;margin-bottom:16px;max-width:165px;object-fit:cover;width:100%}.ais-trending-watch__collection{margin-bottom:8px;text-transform:uppercase}@media(min-width:2048px){.ais-trending-watch__collection{font-size:.390625vw;letter-spacing:.09765625vw}}.ais-trending-watch__collection{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}@media(min-width:1024px){.ais-trending-watch__collection{margin-bottom:4px}}@media(min-width:1024px)and (min-width:2048px){.ais-trending-watch__collection{font-size:.48828125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.ais-trending-watch__collection{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}}.ais-trending-watch__name{text-transform:uppercase}@media(min-width:2048px){.ais-trending-watch__name{letter-spacing:.048828125vw}}.ais-trending-watch__name{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-trending-watch__name{font-size:.48828125vw}}.ais-trending-watch__name{font-size:.625rem;line-height:1.8}@media(min-width:1024px)and (min-width:2048px){.ais-trending-watch__name{letter-spacing:.048828125vw}}@media(min-width:1024px){.ais-trending-watch__name{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.ais-trending-watch__name{font-size:.5859375vw}}@media(min-width:1024px){.ais-trending-watch__name{font-size:.75rem;line-height:1.5}}.ais-trending-watch__online_exclusive{color:#de2b2b;margin-bottom:20px;margin-top:10px;text-transform:uppercase}@media(min-width:2048px){.ais-trending-watch__online_exclusive{font-size:.48828125vw;letter-spacing:.09765625vw}}.ais-trending-watch__online_exclusive{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.ais-no-results{display:none;padding-bottom:20px;width:100%}.ais-no-results--open{display:block}.ais-no-results__end{padding:0 20px}@media(min-width:1024px){.ais-no-results__end{padding:0 81px}}.ais-no-results .ais-list{margin-bottom:34px}@media(min-width:1024px){.ais-no-results .ais-list{margin-bottom:76px}}.ais-no-results__section-title{margin-bottom:16px;text-align:left;text-transform:uppercase}@media(min-width:2048px){.ais-no-results__section-title{letter-spacing:.048828125vw}}.ais-no-results__section-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.ais-no-results__section-title{font-size:.5859375vw}}.ais-no-results__section-title{font-size:.75rem;line-height:1.5}@media(min-width:1024px){.ais-no-results__section-title{margin-bottom:64px;text-align:center}}@media(min-width:1024px)and (min-width:2048px){.ais-no-results__section-title{letter-spacing:.09765625vw}}@media(min-width:1024px){.ais-no-results__section-title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.ais-no-results__section-title{font-size:1.46484375vw}}@media(min-width:1024px){.ais-no-results__section-title{font-size:1.875rem;line-height:1.1666666667}}.ais-no-results .ais-online-services{margin-bottom:34px}@media(min-width:1024px){.ais-no-results .ais-online-services{margin-bottom:76px}}.sticky--smooth{transition:all .3s ease}.sticky--hide{transform:translateY(-52px)}@media(min-width:1024px){.sticky--hide{transform:translateY(-56px)}}.nav_bar__breadcrumb{background-color:#f0f0f0;height:34px;position:sticky;width:100%;z-index:99}@media(min-width:2048px){.nav_bar__breadcrumb{font-size:.390625vw;letter-spacing:.09765625vw}}.nav_bar__breadcrumb{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}@media(min-width:1024px)and (min-width:2048px){.nav_bar__breadcrumb{font-size:.48828125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.nav_bar__breadcrumb{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}}.nav_bar__breadcrumb nav[role=navigation]{position:absolute;top:50%;transform:translateY(-50%)}.nav_bar__breadcrumb_list{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.nav_bar__breadcrumb_item{color:#595959;text-transform:uppercase}.nav_bar__breadcrumb_item--linked:not(:nth-last-of-type(2)){display:none}@media(min-width:1024px){.nav_bar__breadcrumb_item--linked:not(:nth-last-of-type(2)){display:initial}}.nav_bar__breadcrumb_item--not-linked:before{content:".."}@media(min-width:1024px){.nav_bar__breadcrumb_item--not-linked:before{display:none}}.nav_bar__breadcrumb_item--not-linked span{display:none}@media(min-width:1024px){.nav_bar__breadcrumb_item--not-linked span{display:initial}}.nav_bar__breadcrumb_link{color:#595959;text-decoration:none}.nav_bar__breadcrumb_link:after{color:#595959;content:">";padding:0 10px}.nav_bar__breadcrumb_link:visited{color:#595959}.nav_bar__breadcrumb_text{color:#171717}.nav_bar__breadcrumb_sticky{background-color:#f0f0f0;height:inherit;max-width:100%;padding-left:21px;padding-right:21px;width:100%}@media(min-width:1024px){.nav_bar__breadcrumb_sticky{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.nav_bar__breadcrumb_sticky{padding-left:1.07421875vw;padding-right:1.07421875vw}}.footer{background-color:#171717}.footer__content{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;max-width:100%;padding:40px 21px 100px}@media(min-width:1024px){.footer__content{padding-left:22px;padding-right:22px}}@media(min-width:2048px){.footer__content{padding-left:1.07421875vw;padding-right:1.07421875vw}}@media(min-width:1024px){.footer__content{padding-top:80px}}.footer__content.locale .footer__logo{margin-bottom:30px}@media(min-width:1024px){.footer__content.locale .footer__logo{margin-bottom:40px}}.footer__content.locale .footer__logo_img{height:38px;width:47px}.footer__content.locale .footer__social{margin-bottom:60px}@media(min-width:1024px){.footer__content.locale .footer__social{margin-bottom:80px}}.footer__content__legal_hk{color:#fff;font-family:Gotham Book,Arial,sans-serif;font-size:14px;line-height:1.2;margin-bottom:30px;text-align:center}@media(min-width:1024px){.footer__content__legal_hk{font-size:16px;line-height:1.1;margin-bottom:-30px;position:relative;top:-70px}}.footer__content__legal_hk a{color:#fff;font-family:Gotham Book,Arial,sans-serif;text-decoration:none}.footer__content__legal_hk a:hover{color:#fff}.footer__logo{color:#fff;height:35px;margin-bottom:40px}@media(min-width:1024px){.footer__logo{margin-bottom:80px}}@media(min-width:2048px){.footer__logo{height:1.708984375vw;margin-bottom:3.90625vw}}.footer__logo .icon{font-size:35px}@media(min-width:2048px){.footer__logo .icon:before{font-size:1.708984375vw}}.footer__logo_img{height:35px;width:46px}.footer__locale_policy{color:#767676;margin-bottom:40px;text-align:center}@media(min-width:1024px){.footer__locale_policy{margin-bottom:80px}}.footer__locale_policy_dash{display:none}@media(min-width:1024px){.footer__locale_policy_dash{display:inline-block}}.footer__locale_policy--chinese{line-height:2.2}.footer__locale_policy--chinese .footer__link{line-height:inherit}@media(min-width:1024px){.footer__locale_policy--chinese{line-height:1}}.footer__locale_emblem{height:34px;margin-top:20px;width:31px}.footer__locale_emblem_image{max-width:31px}.footer__locale_emblem_image img{height:100%;width:100%}.footer__main_nav{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:15px}@media(min-width:1024px){.footer__main_nav{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:5px}}@media(min-width:2048px){.footer__main_nav{margin-bottom:1.953125vw}}.footer__main_nav_top{bottom:0;flex-direction:column;position:fixed;right:0;transform:translateY(110%);transition:.5s;z-index:99}.footer__main_nav_top,.footer__main_nav_top_button{align-items:center;display:flex;justify-content:center}.footer__main_nav_top_button{background-color:#171717;border:0;flex-direction:row;height:fit-content;padding:0;width:fit-content}@media(min-width:320px)and (max-width:767px){.footer__main_nav_top_button{height:52px;width:69px}}.footer__main_nav_top_button span{color:#fff;margin:0 23px 0 28px;transform:rotate(-90deg)}@media(min-width:320px)and (max-width:767px){.footer__main_nav_top_button span{margin:0 0 0 6px}}.footer__main_nav_top_button p{border-right:.5px solid #fff;color:#fff;font-family:Gotham Black,Arial,sans-serif;font-size:12px;letter-spacing:1px;line-height:18px;padding:17px 18px;text-transform:uppercase}@media(min-width:320px)and (max-width:767px){.footer__main_nav_top_button p{display:none}}@media(min-width:1024px){.footer__main_nav_top--zh{flex-grow:0}}.footer__main_nav_top--visible{transform:translateY(0)}.footer__main_item{margin-bottom:35px;position:relative;text-align:center}@media(min-width:1024px){.footer__main_item{margin-bottom:15px;margin-right:30px;max-width:150px}.footer__main_item a:after{bottom:calc(50% + 5px);color:#fff;content:"·";height:1px;position:absolute;right:-15px;width:1px}.footer__main_item:last-child a:after{content:""}}@media(min-width:1024px)and (min-width:2048px){.footer__main_item a:before{height:.048828125vw}}@media(min-width:1401px){.footer__main_item{max-width:none}}@media(min-width:2048px){.footer__main_item:after{font-size:.78125vw}}.footer__link{color:#fff;display:block;line-height:1.2;position:relative;text-decoration:none;text-transform:uppercase}@media(min-width:2048px){.footer__link{font-size:.48828125vw;letter-spacing:.09765625vw}}.footer__link{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.footer .us-privacy-link{background:transparent;border:none}.footer .disabled-by-country{display:none}.footer__social{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:80px}@media(min-width:1024px){.footer__social{margin-bottom:25px}}.footer__social_item{display:inline-flex;justify-content:center;margin-bottom:20px;margin-left:4.6875vw;margin-right:4.6875vw;width:25px}@media(max-width:320px){.footer__social_item{margin-right:15px}}@media(min-width:480px){.footer__social_item{margin-right:22.5px}}@media(max-width:320px){.footer__social_item{margin-left:15px}}@media(min-width:480px){.footer__social_item{margin-left:22.5px}}@media(min-width:2048px){.footer__social_item{width:1.220703125vw}}@media(min-width:1024px){.footer__social_item{margin-bottom:0}}.footer__social_item .footer__link:focus,.footer__social_item .footer__link:hover{text-decoration:none}.footer__social_item .icon{font-size:16px}.footer__social_item .icon.icon-line{font-size:22px}.footer__qr{margin-bottom:30px}@media(min-width:1024px){.footer__qr{margin-bottom:40px}}.footer__qr_title{color:#b2b2b2;margin-bottom:10px;text-align:center}@media(min-width:2048px){.footer__qr_title p{font-size:.390625vw;letter-spacing:.09765625vw}}.footer__qr_title p{font-family:Gotham Bold,Arial,sans-serif;font-size:.5rem;letter-spacing:.125rem;line-height:1.25}.footer__qr_image_wrapper{align-items:center;border:1px solid #404040;border-radius:50%;display:flex;flex-direction:column;height:95px;justify-content:center;margin:0 auto;padding:25px;width:95px}.footer__qr_image{background-color:#fff;height:45px;width:45px}.footer__qr_image img{height:100%;width:100%}.footer__copyright{color:#b2b2b2;flex-basis:calc(66.66667% - 7px);flex-grow:1;max-width:calc(66.66667% - 7px);text-align:center}@media(min-width:2048px){.footer__copyright{flex-basis:calc(66.66667% - 0.3418vw);flex-grow:1;max-width:calc(66.66667% - .3418vw)}}@media(min-width:1024px){.footer__copyright{flex-basis:100%;flex-grow:1;max-width:100%}}@media(min-width:1024px)and (min-width:2048px){.footer__copyright{flex-basis:100%;flex-grow:1;max-width:100%}}.footer__market_selector{color:#fff;line-height:1rem}@media(min-width:1024px){.footer__market_selector{margin-bottom:1px}}@media(min-width:2048px){.footer__market_selector{line-height:.78125vw;margin-bottom:.048828125vw}}.footer__market_selector .label{display:block;font-family:Gotham Book,Arial,sans-serif;margin-bottom:5px;position:relative;text-transform:uppercase}@media(min-width:2048px){.footer__market_selector .label{font-size:.48828125vw;letter-spacing:.09765625vw}}.footer__market_selector .label{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}@media(min-width:1024px){.footer__market_selector .label{display:inline-block;margin-bottom:0;margin-right:15px}}@media(min-width:2048px){.footer__market_selector .label{margin-right:.48828125vw}}.footer__market_selector .icon{display:inline-block;font-size:12px;transform:rotate(270deg)}@media(min-width:2048px){.footer__market_selector .icon:before{font-size:.5859375vw}}.footer__market_selector .label:before{background:#fff}@media(min-width:2048px){.footer__market_selector .label:before{height:.048828125vw}}.footer__animation_link:before{background-color:#fff;bottom:-3px;content:"";display:block;height:1px;position:absolute;width:0}@media(min-width:1024px){.footer__animation_link:before{transition:width .5s}}.footer__animation_link:hover:before{width:100%}.toolbar-fixed{--header-hide-distance:calc(var(--header-height) + var(--drupal-toolbar-padding))}.toolbar-fixed.toolbar-tray-open{--header-hide-distance:calc(var(--header-height) + var(--drupal-toolbar-try-open-padding))}.toolbar-vertical{--header-mobile-drupal:312px}.header{background-color:#fff;border-bottom:1px solid #f0f0f0;height:var(--header-height);overflow:hidden;padding:0 var(--horizontal-spacing);position:sticky;top:0;transform:translateZ(0);transition:height .3s ease-out,transform .3s ease-in-out;width:100%;z-index:var(--header-z-index)}.header--algolia{height:calc(var(--header-height) + var(--algolia-container-height));z-index:100}.toolbar-fixed .header{top:var(--drupal-toolbar-padding)}.nav_bar_modification .header{height:calc(var(--header-height) + var(--body-padding-top) + var(--algolia-container-height))}.nav_bar_modification.open-mobile-menu .header,.open-mobile-menu .header{height:100%}[data-scroll-direction=down] .header,[data-scroll-direction=down] .nav_bar_modification .header{transform:translate3d(0,calc((var(--header-hide-distance))*-1),0)}[data-scroll-direction=up] .header{transform:translateZ(0)}@media(min-width:1024px){.header{--header-height:56px;overflow:visible}.nav_bar_modification .header{height:calc(var(--header-height) + var(--country-message-height-desktop))}[data-scroll-direction=down] .header{transform:translate3d(0,calc(var(--header-hide-distance)*-1),0)}[data-scroll-direction=down] .nav_bar_modification .header{transform:translate3d(0,calc((var(--header-hide-distance) + var(--country-message-height))*-1),0)}.header--algolia{height:var(--header-height)}.toolbar-fixed.toolbar-tray-open .header{top:var(--drupal-toolbar-try-open-padding)}}.nav_bar__breadcrumb{transition:height .3s ease-out,transform .3s ease-in-out}.nav_bar__breadcrumb .toolbar-fixed{top:var(--drupal-toolbar-try-open-padding)}.toolbar-fixed.toolbar-tray-open .nav_bar__breadcrumb{top:calc(var(--header-height) + var(--drupal-toolbar-try-open-padding) + var(--country-message-height))}.toolbar-vertical .nav_bar__breadcrumb{top:var(--header-mobile-drupal)}[data-scroll-direction=down] .nav_bar__breadcrumb{position:fixed;transform:translateY(calc((var(--header-height) + var(--country-message-height))*-1))}[data-scroll-direction=down] .toolbar-vertical .nav_bar__breadcrumb{position:fixed;transform:translateY(-247px)}[data-scroll-direction=up] .toolbar-vertical .nav_bar__breadcrumb{position:fixed;transform:translateY(-195px)}[data-scroll-direction=up] .nav_bar__breadcrumb{position:fixed;transform:translateY(0)}@media(min-width:1024px){[data-scroll-direction=down] .nav_bar__breadcrumb{position:fixed;transform:translateY(calc((var(--header-height) + var(--country-message-height))*-1))}[data-scroll-direction=down] .nav_bar_modification .nav_bar__breadcrumb{position:fixed;transform:translateY(calc((var(--header-height))*-1))}}.header_country_message{transition:height .3s ease-out,transform .3s ease-in-out}[data-scroll-direction=down] .nav_bar_modification .header_country_message{position:relative;transform:translateY(56px);z-index:999}@media(min-width:1024px){[data-scroll-direction=down] .header_country_message,[data-scroll-direction=down] .nav_bar_modification .header_country_message{position:fixed;transform:translateY(calc(var(--header-hide-distance) + var(--country-message-height)))}}[data-scroll-direction=down] .nav_bar_modification .pl_filters_bar{transform:translateY(calc((var(--country-message-height) - var(--algolia-container-height))*-1))}@media(min-width:1024px){[data-scroll-direction=down] .nav_bar_modification .pl_filters_bar{transform:translateY(calc((var(--header-height) + var(--breadcrumb-height))*-1))}}body.nav_bar_modification{--body-padding-top:86px}@media(min-width:768px){body.nav_bar_modification{--body-padding-top:40px}}:root{--header-height:52px;--country-message-height:0px;--breadcrumb-height:34px;--drupal-toolbar-padding:39px;--drupal-toolbar-try-open-padding:79px;--header-hide-distance:var(--header-height);--header-z-index:20;--horizontal-spacing:11px;--animationTime:0.25s}@media(min-width:1024px){:root{--header-height:56px}}.grid-container{--gap:21px;display:grid;gap:var(--gap);grid-template-columns:repeat(6,1fr);padding:0 var(--horizontal-spacing)}@media(min-width:1024px){.grid-container{--gap:0;grid-template-columns:repeat(20,1fr);padding:0}}.slide-in{animation-duration:.25s;animation-iteration-count:1;animation-name:slideInFromLeft}@media(min-width:1024px){.slide-in{animation-name:slideInFromTop}}.slide-out{animation-duration:.25s;animation-iteration-count:1;animation-name:slideOutFromRight}@media(min-width:1024px){.slide-out{animation-name:slideOutFromBottom}}.fade-in{animation-duration:.25s;animation-iteration-count:1;animation-name:slideInFromLeft}@media(min-width:1024px){.fade-in{animation-duration:.5s;animation-name:fadeIn}}.fade-out{animation-duration:.25s;animation-iteration-count:1;animation-name:slideOutFromRight}@media(min-width:1024px){.fade-out{animation-duration:.5s;animation-name:fadeOut}}@keyframes slideInFromTop{0%{transform:translate3d(0,-100vw,0);visibility:hidden}to{transform:translateZ(0);visibility:visible}}@keyframes slideInFromLeft{0%{transform:translate3d(-100vw,0,0);visibility:hidden}to{transform:translateZ(0);visibility:visible}}@keyframes slideOutFromBottom{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(0,-100vw,0);visibility:hidden}}@keyframes slideOutFromRight{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes fadeIn{0%{opacity:0;visibility:hidden;z-index:0}to{opacity:1;visibility:visible;z-index:calc(var(--header-z-index) + 10)}}@keyframes fadeOut{0%{opacity:0;visibility:visible;z-index:calc(var(--header-z-index) + 10)}to{opacity:0;visibility:hidden;z-index:0}}.footer__market_nav{margin-bottom:65px;text-align:center}@media(min-width:1024px){.footer__market_nav{margin-bottom:45px}}.footer__market_nav .footer__market_item{display:flex;justify-content:center;margin-bottom:60px}.footer__market_nav .footer__market_item:after{color:#fff;content:"__";height:1px;position:relative;right:41px;top:50px;width:1px}@media(min-width:1024px){.footer__market_nav .footer__market_item{display:inline-block;margin-bottom:0;margin-right:30px;position:relative}.footer__market_nav .footer__market_item:after{content:"|";position:absolute;right:-16px;top:2px}}.footer__market_nav .footer__market_item:nth-child(2){margin:0}.footer__market_nav .footer__market_item:nth-child(2):after{content:""}.nav_bar{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 1px,0,transparent 16.6666666667%);background-color:#fff;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;gap:0 var(--gap);height:var(--header-height);overflow:hidden;transition:height .3s ease-in-out}@media(min-width:2048px){.nav_bar{background:repeating-linear-gradient(90deg,#f0f0f0,#f0f0f0 .048828125vw,0,transparent 16.6666666667%)}}.nav_bar>*{align-items:center;display:inline-flex;flex-flow:row nowrap;justify-content:center;z-index:calc(var(--header-z-index) - 5)}.nav_bar--hidden{display:none}.nav_bar.grid-container{grid-template-rows:var(--header-height) 1fr;place-items:stretch}.open-mobile-menu .nav_bar{height:100%}.nav_bar__hamburguer{grid-column:1;grid-row:1}.nav_bar__hamburguer .hamburger{height:14px}.nav_bar__logo{background-color:#fff;grid-column:2/span 3;grid-row:1}.nav_bar__logo_link{display:block;height:18px}.nav_bar__logo_link:focus{outline:2px solid #171717;outline-offset:8px;transition:none}.nav_bar__logo_link .logo{display:block;height:100%;width:auto}.nav_bar__icon{grid-row:1}.nav_bar__icon--shopping_cart{grid-column:5}.nav_bar__icon--shopping_cart .icon-cart__numbering{background-color:#171717;border-radius:10px;color:#fff;display:flex;flex-direction:column;height:17px;justify-content:center;left:7px;position:absolute;text-align:center;top:9px;width:17px}@media(min-width:2048px){.nav_bar__icon--shopping_cart .icon-cart__numbering{font-size:.5859375vw;letter-spacing:.0732421875vw}}.nav_bar__icon--shopping_cart .icon-cart__numbering{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.nav_bar__icon--search{display:none}.nav_bar__icon--wishlist{display:none;visibility:hidden}.nav_bar__navigation .nav_bar__icon--wishlist{display:inline-flex;opacity:0;transition:all .4s ease-in-out;visibility:visible}.submenu__navigation .nav_bar__icon--wishlist{height:74px;opacity:1;width:100%}.nav_bar__icon.fadeIn{opacity:1}.nav_bar__anchor{color:#171717;height:16px;position:relative;text-decoration:none}.nav_bar__anchor:focus{outline:2px solid #171717;outline-offset:8px;transition:none}.nav_bar__anchor .icon{display:block;line-height:0}.nav_bar__button{align-items:center;appearance:none;background-color:transparent;border:0;color:#fff;display:inline-flex;gap:16px;height:16px;padding:0;text-transform:uppercase;width:100%}@media(min-width:2048px){.nav_bar__button{font-size:.68359375vw;letter-spacing:.146484375vw}}.nav_bar__button{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}.nav_bar__button:focus{outline:2px solid #171717;outline-offset:8px;transition:none}.nav_bar__button>.icon{transform:translateY(2px)}.submenu__navigation .nav_bar__button{align-self:center;color:#171717}.nav_bar__navigation{background-color:#171717;grid-column:1/-1;grid-row:2;height:calc(100% - var(--header-height) - var(--country-message-height));left:0;padding:128px 20px 20px;position:absolute;top:var(--header-height);transform:translate3d(-100vw,0,0);transition:transform .3s ease-out;transition-delay:.3s;width:100%}.nav_bar__navigation.open{transform:translateZ(0)}.open-mobile-menu .nav_bar__navigation{align-items:flex-start;display:flex;flex-flow:column nowrap;gap:40px;justify-content:flex-start}.nav_bar_modification .nav_bar__navigation{top:calc(var(--header-height) + var(--country-message-height))}.nav_bar__main_nav{width:100%}.nav_bar__main_list{align-items:flex-start;display:flex;flex-flow:column;gap:20px;height:fit-content;width:100%}.nav_bar__main_item{width:100%}.nav_bar__main_link{color:#fff;display:inline-flex;justify-content:space-between;left:-100vh;line-height:1;opacity:0;position:relative;text-decoration:none;text-transform:capitalize;transition:all .4s ease-in-out;transition-delay:.5s;width:100%}.nav_bar__main_link:focus{outline:2px solid #171717;outline-offset:8px;transition:none}@media(min-width:2048px){.nav_bar__main_link{font-size:1.5625vw}}.nav_bar__main_link{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}.nav_bar__main_link .icon{transform:rotate(180deg) translateY(3px)}.nav_bar__main_link .icon:before{font-size:20px;line-height:1}.nav_bar__main_link.enter{left:0;opacity:1}.nav_bar__menu{animation-fill-mode:both}.nav_bar__menu--level-two{border-top:1px solid #e5e5e5;height:100%;left:0;position:absolute;top:0;transform:translate3d(-100%,0,0);width:100%;z-index:calc(var(--header-z-index) + 2)}.nav_bar__secondary_nav{align-items:center;grid-column:6;grid-row:1}.nav_bar__secondary_link{align-items:center;color:transparent;display:inline-flex;font-size:0;text-decoration:none}.nav_bar__secondary_link:focus{outline:2px solid #171717;outline-offset:8px;transition:none}.nav_bar__secondary_link .icon{color:#171717;font-size:16px;height:16px}.nav_bar__secondary_link .icon-user:before{content:""}.nav_bar__secondary_link .active:after{background-color:#de2b2b;border-radius:2.5px;content:"";display:flex;height:5px;left:6px;position:relative;top:0;width:5px}@media(min-width:1024px){.nav_bar__secondary_link .active:after{top:-4px}.nav_bar{background:transparent;overflow:visible}.nav_bar.grid-container{place-items:stretch}.nav_bar__hamburguer{display:none}.nav_bar__logo{grid-column:1/span 4;justify-content:flex-start;padding-left:calc(var(--horizontal-spacing) + 14px);z-index:1}.nav_bar__navigation{align-items:stretch;background-color:#fff;display:grid;grid-column:1/-1;grid-row:1;grid-template-columns:subgrid;height:100%;left:0;padding:0;position:relative;top:0;transform:translateZ(0);z-index:0}.nav_bar__navigation .nav_bar__icon{display:none}.nav_bar_modification .nav_bar__navigation{height:100%;top:0}.nav_bar__main_nav{grid-column:5/span 8}.nav_bar__main_list{align-items:center;flex-flow:row;gap:80px;height:100%;justify-content:center}.nav_bar__main_item{width:fit-content}.nav_bar__main_link{color:#171717;left:0;opacity:1;text-transform:uppercase}}@media(min-width:1024px)and (min-width:2048px){.nav_bar__main_link{font-size:.48828125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.nav_bar__main_link{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.nav_bar__main_link .icon{display:none}.nav_bar__main_link:after{background:#000;bottom:-1px;content:"";display:block;height:1px;position:absolute;transition:width .5s;width:0}.nav_bar__main_link:hover:after{width:100%}.nav_bar__main_link--current-section:before{background-color:#de2b2b;border-radius:2.5px;bottom:-10px;content:"";display:inline-block;height:5px;left:50%;position:absolute;transform:translateX(-50%);width:5px}.nav_bar__menu{animation-fill-mode:both}.nav_bar__menu--level-two{height:600px;left:calc(var(--horizontal-spacing)*-1);position:absolute;top:var(--header-height);transform:translate3d(0,-100vh,0);width:calc(100% + var(--horizontal-spacing)*2);z-index:calc(var(--header-z-index) + 2)}.nav_bar__secondary_nav{grid-column:19/span 2;grid-row:1}.nav_bar__secondary_link{color:#171717;gap:16px;line-height:.625;position:relative;text-transform:uppercase;transition:all .4s ease-in-out}}@media(min-width:1024px)and (min-width:2048px){.nav_bar__secondary_link{font-size:.48828125vw;letter-spacing:.09765625vw}}@media(min-width:1024px){.nav_bar__secondary_link{font-family:Gotham Bold,Arial,sans-serif;font-size:.625rem;letter-spacing:.125rem;line-height:1.5}.nav_bar__secondary_link:focus{outline:2px solid #171717;outline-offset:8px;transition:none}.nav_bar__secondary_link .nav_bar--hublotista-logged .icon:after{background-color:#de2b2b;border-radius:2.5px;bottom:-10px;content:"";display:inline-block;height:5px;position:absolute;right:5px;transform:translateX(-50%);width:5px}.nav_bar__icon{border-left:1px solid #f0f0f0}.nav_bar__icon--search,.nav_bar__icon--wishlist{align-items:center;display:inline-flex;justify-content:center}.nav_bar__icon--wishlist{grid-column:17;opacity:1;visibility:visible}.nav_bar--non-shippable-country .nav_bar__icon--wishlist{border-right:1px solid #f0f0f0;grid-column:18}.nav_bar__navigation .nav_bar__icon--wishlist{display:none}.nav_bar__icon--search{grid-column:13/span 4;padding:0 10px}.nav_bar--non-shippable-country .nav_bar__icon--search{grid-column:15/span 3}.nav_bar__icon--shopping_cart{border-right:1px solid #f0f0f0;grid-column:18}.nav_bar__icon .label{display:none}.nav_bar__button{background-color:#fff;color:#171717;height:16px;justify-content:center;width:fit-content}.nav_bar__button:focus{outline:2px solid #171717;outline-offset:8px;transition:none}.nav_bar__button .icon-wishlist{transform:translateY(2px)}.nav_bar__button .icon-wishlist-full{color:#de2b2b}.nav_bar__button--algolia{border-bottom:1px solid #f0f0f0;column-gap:8px;display:flex;height:auto;letter-spacing:normal;min-width:185px;padding:8px 0;text-transform:none;width:100%}.nav_bar__button--algolia .ais-navbar-button__text{color:#757575;flex-grow:1;font-size:.75rem;line-height:2;text-align:left}}@media(min-width:1024px)and (min-width:2048px){.nav_bar__button--algolia .ais-navbar-button__text{font-size:.5859375vw}}@media(min-width:1024px){.nav_bar__button--algolia .ais-navbar-button__text{font-family:Galaxie Copernicus Italic,Arial,sans-serif}}@media(min-width:1401px){.nav_bar__menu{animation-fill-mode:both}.nav_bar__menu--level-two{height:fit-content;position:absolute}}@media(min-width:2048px){.nav_bar__button .icon-wishlist{transform:translateY(4px)}.nav_bar__button .icon-wishlist-full{transform:translateY(5px)}}.submenu{--horizontal-spacing:20px;background-color:#fff;display:grid}.submenu[data-is-open=false]{visibility:hidden}.submenu[data-is-open=true]{border-bottom:1px solid #e5e5e5;visibility:visible}.submenu--watches{grid-template-columns:1fr;padding:0 var(--horizontal-spacing) 24px}.submenu--watches .tb-megamenu-subnav.level-1{display:none;grid-column:1;grid-row:1;overflow-y:scroll;scrollbar-width:none}.submenu--watches .tb-megamenu-subnav.level-1::-webkit-scrollbar{display:none}.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item{padding-bottom:16px;width:100%}@media(min-width:2048px){.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item .nav_bar__main_link{letter-spacing:.048828125vw}}.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item .nav_bar__main_link{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item .nav_bar__main_link{font-size:.68359375vw}}.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item .nav_bar__main_link{font-size:.875rem;line-height:1.7142857143}.submenu__navigation{grid-column:1;grid-row:1;overflow-y:scroll}.submenu__navigation::-webkit-scrollbar{display:none}.submenu__close_button{align-items:center;appearance:none;background-color:#fff;border:0;display:inline-flex;gap:1rem;grid-column:1/1;grid-row:1;line-height:1;margin:0;padding:0;text-transform:uppercase}.submenu__close_button .icon{height:16px;width:8px}.submenu__close_button .icon:before{line-height:1}.submenu__return_button{display:none;left:20px;position:fixed;text-transform:uppercase;top:30px;z-index:99}.submenu__return_button .icon{position:relative;top:2px}.submenu__content{animation-fill-mode:both;background-color:#fff;border-top:1px solid #e5e5e5;grid-column:1;grid-row:1;height:100%;left:calc(var(--horizontal-spacing)*-1);overflow:auto;padding:16px;position:absolute;top:-1px;transform:translate3d(-100vw,0,0);width:calc(100% + var(--horizontal-spacing));z-index:calc(var(--header-z-index) + 4)}.submenu__content .views-row .cl-subcollections__watch .quote-14{display:none}.submenu__navigation_items_list{display:flex;flex-flow:column nowrap}.submenu__navigation_items_list--level-1{gap:24px;padding-bottom:28px;padding-top:20px}.submenu__navigation_items_list--level-2{flex-flow:row wrap;gap:16px 22px;padding-bottom:0;padding-top:8px}.submenu__navigation_items_list--level-2>:first-child{flex:1 0 100%}.submenu__navigation_item{display:flex;flex-flow:column nowrap;height:fit-content}.submenu__navigation_item--level-0:nth-child(2) a{border-top:1px solid #171717}.submenu__navigation_item--level-2{flex:1 0 calc(50% - 11px)}.submenu__navigation_link{align-items:center;appearance:none;background-color:transparent;border:0;color:#171717;display:inline-flex;justify-content:flex-start;padding:0;text-decoration:none;text-transform:uppercase}.submenu__navigation_link:visited{color:#171717}.submenu__navigation_link:focus-visible{outline:2px solid #171717;outline-offset:8px;transition:none}.submenu__navigation_link--level-0{border-bottom:1px solid #171717;height:74px}@media(min-width:2048px){.submenu__navigation_link--level-0{letter-spacing:.09765625vw}}.submenu__navigation_link--level-0{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.submenu__navigation_link--level-0{font-size:.9765625vw}}.submenu__navigation_link--level-0{font-size:1.25rem;line-height:1.25}@media(min-width:2048px){.submenu__navigation_link--level-1{letter-spacing:.048828125vw}}.submenu__navigation_link--level-1{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.submenu__navigation_link--level-1{font-size:.68359375vw}}.submenu__navigation_link--level-1{font-size:.875rem;line-height:1.7142857143}.submenu__navigation_link--level-2{align-items:flex-start;flex-direction:column;gap:.5rem;position:relative;text-transform:uppercase;transition:color .2s ease-in-out}@media(min-width:2048px){.submenu__navigation_link--level-2{letter-spacing:.048828125vw}}.submenu__navigation_link--level-2{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.submenu__navigation_link--level-2{font-size:.78125vw}}.submenu__navigation_link--level-2{font-size:1rem;line-height:1.5}.submenu__navigation_link img{height:auto;width:100%}.submenu>div:last-of-type{display:none}@media(min-width:1024px){.submenu--watches{grid-template-columns:repeat(20,1fr);grid-template-rows:1fr;left:-12px;padding:0;width:calc(24px + 100%)}.submenu--watches .tb-megamenu-subnav.level-1{border-right:1px solid #e5e5e5;display:grid;grid-column:1/span 4;grid-template-rows:auto repeat(6,1fr);padding:32px 32px 56px}.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item{padding-bottom:16px;width:100%}}@media(min-width:1024px)and (min-width:2048px){.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item .nav_bar__main_link{letter-spacing:.048828125vw}}@media(min-width:1024px){.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item .nav_bar__main_link{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item .nav_bar__main_link{font-size:.68359375vw}}@media(min-width:1024px){.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item .nav_bar__main_link{font-size:.875rem;line-height:1.7142857143}.submenu--watches .tb-megamenu-subnav.level-1 .nav_bar__main_item .nav_bar__main_link:after{display:none}.submenu--watches .nav_bar__main_level_2{display:flex;flex-flow:column nowrap;padding-bottom:40px;padding-top:20px}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item{padding-bottom:16px}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link{color:#757575;text-transform:none;transition:none;transition-delay:0s}}@media(min-width:1024px)and (min-width:2048px){.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link{font-size:.78125vw}}@media(min-width:1024px){.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link{font-size:1rem;line-height:1.625}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link[data-is-active]{color:#171717}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link[data-is-active] .icon{display:block}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link--current-section:before{display:none}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link:hover{color:#171717}.submenu--watches .nav_bar__main_level_2 .mega-nav .nav_bar__main_item .nav_bar__main_link:hover:after{width:0}.submenu__close_button{display:none}.submenu__return_button{display:block}.submenu__content{background-color:#fff;grid-column:5/-1;grid-row:1;height:600px;left:0;opacity:0;position:relative;top:-1px;transform:translateZ(0);width:100%;z-index:0}.submenu__navigation_items_list{display:none}.submenu__navigation_items_list--level-1{gap:20px;padding-bottom:0;padding-top:0}.submenu__navigation_items_list--level-2{flex-flow:column wrap;gap:16px;padding-bottom:12px;padding-top:20px}.submenu__navigation_item{border-bottom:0}.submenu__navigation_link{width:fit-content}.submenu__navigation_link--level-0{display:none}.submenu__navigation_link--level-2{gap:0;text-transform:capitalize;width:100%}.submenu__navigation_link--level-2:after{content:"";font-display:swap;font-family:icons!important;font-style:normal;font-weight:400!important;line-height:1;opacity:0;position:absolute;right:0;transform:rotate(180deg) translateY(-4px);transition:opacity .2s ease-in-out}.submenu__navigation_link--level-2:active:after,.submenu__navigation_link--level-2:focus:after,.submenu__navigation_link--level-2:hover:after,.submenu__navigation_link--level-2[data-is-active]:after{opacity:1}.submenu__navigation_link--level-2:active{outline:2px solid #171717;outline-offset:8px;transition:none}.submenu__navigation_link--level-2[data-is-active]{color:#dd3337}.submenu__navigation_link article,.submenu__navigation_link picture{display:none;visibility:hidden}}@media(min-width:1401px){.submenu__navigation{grid-column:1/span 4;padding:32px 32px 56px}.submenu__navigation_items_list--level-2{padding-bottom:52px}}.watch_collection--grid{display:grid;gap:16px 0;grid-template-columns:repeat(2,1fr);grid-template-rows:24px auto 1fr}.watch_collection--grid>.views-element-container{display:grid;gap:30px 0;grid-column:1/-1;grid-row:3;grid-template-columns:subgrid;padding-top:12px}.watch_collection--grid>.views-element-container .viewsreference--view-title{display:none}.watch_collection--grid>.views-element-container .views-row img{height:208px;width:auto}.watch_collection--grid>.views-element-container .cl-subcollections__watch a,.watch_collection--grid>.views-element-container .cl-subcollections__watch figcaption{align-items:center;display:flex;flex-flow:column wrap}.watch_collection--grid>.views-element-container .cl-subcollections__watch figcaption{gap:.5rem;margin-top:10px;text-align:center}.watch_collection--grid>.views-element-container .cl-subcollections__watch figcaption a,.watch_collection--grid>.views-element-container .cl-subcollections__watch figcaption a:visited{color:#171717;text-align:center;text-decoration:none;text-transform:uppercase}.watch_collection--grid>.views-element-container .cl-subcollections__divider{display:none}.watch_collection--shaped>.views-element-container .views-row{text-align:center}.watch_collection--shaped>.views-element-container .views-row figcaption{align-items:center;display:flex;flex-flow:column wrap;text-align:center}.watch_collection--shaped>.views-element-container .views-row figcaption a{color:#171717;text-decoration:none;text-transform:uppercase}.watch_collection--grid.watch_collection--categories{display:none;grid-template-rows:auto}.watch_collection--grid.watch_collection--categories .views-element-container{gap:20px}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__button{background-color:transparent;border:0;padding:0}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__button img{height:160px;object-fit:cover;width:100%}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name{text-transform:none}@media(min-width:2048px){.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name{font-size:.78125vw}}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name{font-size:1rem;line-height:1.625}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__link,.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__summary{display:none}.watch_collection--grid.watch_collection--categories .views-element-container .views-row:first-child{grid-column:span 2}.watch_collection--article{display:flex;flex-flow:column wrap;height:100%;justify-content:space-between}.watch_collection--grid .watch_collection__content{display:flex;flex-flow:column nowrap;grid-column:1/-1;grid-row:2}.watch_collection--grid .watch_collection__name{margin-bottom:.5rem;text-transform:uppercase}@media(min-width:2048px){.watch_collection--grid .watch_collection__name{letter-spacing:.09765625vw}}.watch_collection--grid .watch_collection__name{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.watch_collection--grid .watch_collection__name{font-size:1.953125vw}}.watch_collection--grid .watch_collection__name{font-size:2.5rem;line-height:1.125}.watch_collection--grid .watch_collection__description{margin-bottom:1rem}@media(min-width:2048px){.watch_collection--grid .watch_collection__description{font-size:.78125vw}}.watch_collection--grid .watch_collection__description{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}.watch_collection__link:focus{outline:2px solid #171717;outline-offset:8px;transition:none}.watch_collection--grid .watch_collection__link{width:fit-content}.watch_collection--grid .watch_collection__link a{border:0;color:#171717;position:relative;text-decoration:none;text-transform:uppercase}@media(min-width:2048px){.watch_collection--grid .watch_collection__link a{font-size:.5859375vw;letter-spacing:.0732421875vw}}.watch_collection--grid .watch_collection__link a{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}@media(min-width:2048px){.watch_collection--grid .watch_collection__link a{border-bottom-width:.048828125vw}}.watch_collection--grid .watch_collection__link a:after{background:#de2b2b;content:"";display:block;height:1px;position:absolute;right:0;transition:width .5s;width:100%}@media(min-width:2048px){.watch_collection--grid .watch_collection__link a:after{height:.048828125vw}}@media(min-width:1024px){.watch_collection--grid .watch_collection__link a:hover:after{width:0}}.watch_collection--grid .watch_collection__link a:visited{color:#171717}@media(min-width:768px){.watch_collection--grid{gap:32px 0;grid-template-columns:repeat(4,1fr);grid-template-rows:24px 122px 1fr}.watch_collection--grid>.views-element-container{gap:30px 16px;grid-column:1/-1;grid-row:3;grid-template-columns:subgrid;grid-template-rows:repeat(2,min-content);padding:0}.watch_collection--grid>.views-element-container .views-row img{height:205px}.watch_collection--grid.watch_collection--categories{display:grid}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__button{background-color:transparent;border:0;padding:0}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__button img{height:280px;object-fit:cover;width:100%}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name{text-transform:uppercase}}@media(min-width:768px)and (min-width:2048px){.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name{letter-spacing:.048828125vw}}@media(min-width:768px){.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:768px)and (min-width:2048px){.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name{font-size:.87890625vw}}@media(min-width:768px){.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__name{font-size:1.125rem;line-height:1.3888888889}.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__link,.watch_collection--grid.watch_collection--categories .views-element-container .views-row .watch_collection__summary{display:block}}@media(min-width:1024px){.watch_collection--grid{gap:30px 16px;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);padding:0 0 0 22px}.watch_collection--grid>.views-element-container{gap:30px 16px;grid-auto-flow:row;grid-column:2/6;grid-row:1/4;grid-template-rows:subgrid;padding:0}.watch_collection--grid>.views-element-container .views-row img{height:211px;width:auto}.watch_collection--grid.watch_collection--categories>.views-element-container .views-row img{height:280px;object-fit:cover;object-position:50% 50%;transition:transform .5s ease-in-out;width:100%}.watch_collection--grid.watch_collection--categories>.views-element-container .views-row img:hover{transform:scale(1.2)}.watch_collection--categories{gap:0;grid-column:5/-1;grid-row:1;grid-template-columns:1fr;grid-template-rows:1fr;opacity:1;padding:40px 66px 58px 46px;visibility:visible;z-index:25}.watch_collection--categories .watch_collection__content{display:none}.watch_collection--categories>.views-element-container{align-items:flex-start;display:flex;flex-flow:row wrap;gap:22px;grid-column:1/-1;grid-row:1;height:100%;justify-content:space-between;padding:0;width:100%}.watch_collection--categories>.views-element-container>*{flex:1;height:100%}.watch_collection--article{display:flex;flex-flow:column wrap;height:100%;justify-content:space-between}.watch_collection__button{display:none}.watch_collection__button:focus{outline:2px solid #171717;outline-offset:8px;transition:none}.watch_collection--article .watch_collection__button{appearance:none;background-color:transparent;border:0;display:block;margin-bottom:23px;overflow:hidden;padding:0;text-align:left;width:100%}}@media(min-width:1024px)and (min-width:2048px){.watch_collection--article .watch_collection__summary{font-size:.68359375vw}}@media(min-width:1024px){.watch_collection--article .watch_collection__summary{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.watch_collection--article .watch_collection__summary em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.watch_collection--article .watch_collection__summary strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.watch_collection--article .watch_collection__summary{font-size:.875rem;line-height:1.7142857143}.watch_collection--grid .watch_collection__link{width:fit-content}.watch_collection--grid .watch_collection__link a{border:0;color:#171717;position:relative;text-decoration:none;text-transform:uppercase}}@media(min-width:1024px)and (min-width:2048px){.watch_collection--grid .watch_collection__link a{font-size:.5859375vw;letter-spacing:.0732421875vw}}@media(min-width:1024px){.watch_collection--grid .watch_collection__link a{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}}@media(min-width:1024px)and (min-width:2048px){.watch_collection--grid .watch_collection__link a{border-bottom-width:.048828125vw}}@media(min-width:1024px){.watch_collection--grid .watch_collection__link a:after{background:#de2b2b;content:"";display:block;height:1px;position:absolute;right:0;transition:width .5s;width:100%}}@media(min-width:1024px)and (min-width:2048px){.watch_collection--grid .watch_collection__link a:after{height:.048828125vw}}@media(min-width:1024px)and (min-width:1024px){.watch_collection--grid .watch_collection__link a:hover:after{width:0}}@media(min-width:1024px){.watch_collection--grid .watch_collection__link a:visited{color:#171717}.watch_collection--article .watch_collection__link{color:#171717;position:relative;text-decoration:none;text-transform:uppercase;width:fit-content}.watch_collection--article .watch_collection__link:visited{color:#171717}.watch_collection--article .watch_collection__link:after{background:#dd3337;content:"";display:block;height:1px;position:absolute;transition:width .5s;width:0}.watch_collection--article .watch_collection__link:hover:after{width:100%}.watch_collection--grid .watch_collection__content{grid-column:1;grid-row:1;justify-content:flex-end;z-index:calc(var(--header-z-index) + 10)}.watch_collection__content .watch_collection--categories{display:none}.watch_collection--novelties .watch_collection__content{grid-column:1/3;grid-row:1}.watch_collection--article .watch_collection__content{align-items:flex-start;display:inline-flex;flex-flow:column wrap;justify-content:flex-start}.watch_collection--grid .watch_collection__name{display:inline-flex;flex-flow:column wrap}}@media(min-width:1024px)and (min-width:2048px){.watch_collection--grid .watch_collection__name{letter-spacing:.09765625vw}}@media(min-width:1024px){.watch_collection--grid .watch_collection__name{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.watch_collection--grid .watch_collection__name{font-size:1.46484375vw}}@media(min-width:1024px){.watch_collection--grid .watch_collection__name{font-size:1.875rem;line-height:1.1666666667}.watch_collection--article .watch_collection__name{margin-bottom:9px}}@media(min-width:1024px)and (min-width:2048px){.watch_collection--article .watch_collection__name{letter-spacing:.048828125vw}}@media(min-width:1024px){.watch_collection--article .watch_collection__name{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}}@media(min-width:1024px)and (min-width:2048px){.watch_collection--article .watch_collection__name{font-size:.87890625vw}}@media(min-width:1024px){.watch_collection--article .watch_collection__name{font-size:1.125rem;line-height:1.3888888889}}:root{--five-cols-mobile-height:455px;--five-cols-desktop-height:578px}.layout--fivecol--bricks .top{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:64px 24px 32px;text-align:center}.layout--fivecol--bricks .top h3{margin-bottom:24px;text-transform:uppercase}@media(min-width:2048px){.layout--fivecol--bricks .top h3{letter-spacing:.09765625vw}}.layout--fivecol--bricks .top h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.layout--fivecol--bricks .top h3{font-size:1.46484375vw}}.layout--fivecol--bricks .top h3{font-size:1.875rem;line-height:1.1666666667}@media(min-width:2048px){.layout--fivecol--bricks .top p{font-size:.78125vw}}.layout--fivecol--bricks .top p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}.layout--fivecol--bricks .middle{border-top:1px solid #b2b2b2;display:flex;flex-direction:row;flex-wrap:wrap}.layout--fivecol--bricks .middle .layout__region:nth-child(-n+4){width:50%}.layout--fivecol--bricks .middle .layout__region:last-child{width:100%}.layout--fivecol--bricks .middle .layout__region:last-child .row__cell__plp-row-product .sc_watch img{max-width:170px}.layout--fivecol--bricks .middle .layout__region .row__cell__plp-row-product{height:var(--five-cols-mobile-height)}.layout--fivecol--bricks .middle .layout__region .row__cell__plp-row-product .sc_watch{border-color:#b2b2b2;height:var(--five-cols-mobile-height)}.layout--fivecol--bricks .middle .layout__region .row__cell__plp-row-product .sc_watch .wl_button{display:none}.layout--fivecol--bricks .bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:32px 0 64px}@media(min-width:768px){.layout--fivecol--bricks .middle .layout__region:last-child .row__cell__plp-row-product .sc_watch img{max-width:320px}.layout--fivecol--bricks .middle .layout__region .row__cell__plp-row-product,.layout--fivecol--bricks .middle .layout__region .row__cell__plp-row-product .sc_watch{height:var(--five-cols-desktop-height)}}@media(min-width:1024px){.layout--fivecol--bricks .top{flex-direction:column;padding:120px 0 60px}}@media(min-width:1024px)and (min-width:2048px){.layout--fivecol--bricks .top p{font-size:.87890625vw}}@media(min-width:1024px){.layout--fivecol--bricks .top p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.125rem;line-height:1.7777777778}.layout--fivecol--bricks .middle{display:flex}.layout--fivecol--bricks .middle .layout__region:last-child,.layout--fivecol--bricks .middle .layout__region:nth-child(-n+4){width:20%}.layout--fivecol--bricks .middle .layout__region:last-child .row__cell__plp-row-product .sc_watch img{max-width:400px}.layout--fivecol--bricks .middle .layout__region .row__cell__plp-row-product,.layout--fivecol--bricks .middle .layout__region .row__cell__plp-row-product .sc_watch{height:var(--five-cols-desktop-height)}.layout--fivecol--bricks .bottom{padding:64px 0 90px}}:root{--four-cols-mobile-height:455px;--four-cols-desktop-height:578px}.layout--fourcol--bricks .top{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:64px 24px 32px;text-align:center}.layout--fourcol--bricks .top h3{margin-bottom:24px;text-transform:uppercase}@media(min-width:2048px){.layout--fourcol--bricks .top h3{letter-spacing:.09765625vw}}.layout--fourcol--bricks .top h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.layout--fourcol--bricks .top h3{font-size:1.46484375vw}}.layout--fourcol--bricks .top h3{font-size:1.875rem;line-height:1.1666666667}@media(min-width:2048px){.layout--fourcol--bricks .top p{font-size:.78125vw}}.layout--fourcol--bricks .top p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}.layout--fourcol--bricks .middle{border-top:1px solid #b2b2b2;display:flex;flex-direction:row;flex-wrap:wrap}.layout--fourcol--bricks .middle .layout__region{width:50%}.layout--fourcol--bricks .middle .layout__region .row__cell__plp-row-product{height:var(--four-cols-mobile-height)}.layout--fourcol--bricks .middle .layout__region .row__cell__plp-row-product .sc_watch{border-color:#b2b2b2;height:var(--four-cols-mobile-height)}.layout--fourcol--bricks .middle .layout__region .row__cell__plp-row-product .sc_watch .wl_button{display:none}.layout--fourcol--bricks .bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:32px 0 64px}@media(min-width:768px){.layout--fourcol--bricks .middle .layout__region .row__cell__plp-row-product,.layout--fourcol--bricks .middle .layout__region .row__cell__plp-row-product .sc_watch{height:var(--four-cols-desktop-height)}}@media(min-width:1024px){.layout--fourcol--bricks .top{flex-direction:column;padding:120px 0 60px}}@media(min-width:1024px)and (min-width:2048px){.layout--fourcol--bricks .top p{font-size:.87890625vw}}@media(min-width:1024px){.layout--fourcol--bricks .top p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.125rem;line-height:1.7777777778}.layout--fourcol--bricks .middle{display:flex}.layout--fourcol--bricks .middle .layout__region{width:25%}.layout--fourcol--bricks .middle .layout__region .row__cell__plp-row-product,.layout--fourcol--bricks .middle .layout__region .row__cell__plp-row-product .sc_watch{height:var(--four-cols-desktop-height)}.layout--fourcol--bricks .bottom{padding:64px 0 90px}}.layout--onecol .row__cell__plp-row-image .background img{height:420px}@media(min-width:1024px){.layout--onecol .row__cell__plp-row-image .background img{height:868px}}.hl-short-grid{background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;justify-content:center}.hl-short-grid__container{display:flex;flex-direction:row;flex-wrap:wrap;padding:32px 24px}.hl-short-grid__top,.hl-short-grid__top_content{width:100%}.hl-short-grid__top_content .sub-heading{text-transform:uppercase}@media(min-width:2048px){.hl-short-grid__top_content .sub-heading{font-size:.68359375vw;letter-spacing:.146484375vw}}.hl-short-grid__top_content .sub-heading{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}.hl-short-grid__top_content .heading{margin-bottom:12px;text-transform:uppercase}@media(min-width:2048px){.hl-short-grid__top_content .heading{letter-spacing:.09765625vw}}.hl-short-grid__top_content .heading{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.hl-short-grid__top_content .heading{font-size:1.953125vw}}.hl-short-grid__top_content .heading{font-size:2.5rem;line-height:1.125}.hl-short-grid__top_content .description{margin-bottom:26px}@media(min-width:2048px){.hl-short-grid__top_content .description{font-size:.87890625vw}}.hl-short-grid__top_content .description{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-short-grid__top_content .description em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-short-grid__top_content .description strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-short-grid__top_content .description{font-size:1.125rem;line-height:1.7777777778}.hl-short-grid__middle{display:flex;flex-direction:column}.hl-short-grid__middle__first{order:1}.hl-short-grid__middle__first img{height:auto;width:100%}.hl-short-grid__middle__second{order:2;padding-top:48px}.hl-short-grid__middle__second img{height:auto;width:90%}.hl-short-grid__bottom{margin-top:-45px;text-align:end}.hl-short-grid__bottom .gn_video__wrapper{padding:0}.hl-short-grid__bottom .gn_video__wrapper video{height:auto;width:90%}@media(min-width:1024px){.hl-short-grid__container{flex-basis:calc(90% - 2.1px);flex-grow:1;max-width:calc(90% - 2.1px);padding:80px 0}}@media(min-width:1024px)and (min-width:2048px){.hl-short-grid__container{flex-basis:calc(90% - 0.10254vw);flex-grow:1;max-width:calc(90% - .10254vw)}}@media(min-width:1024px){.hl-short-grid__top{width:55%}}@media(min-width:1024px)and (min-width:2048px){.hl-short-grid__top_content .sub-heading{font-size:.68359375vw;letter-spacing:.146484375vw}}@media(min-width:1024px){.hl-short-grid__top_content .sub-heading{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}.hl-short-grid__top_content .heading{margin-bottom:12px}}@media(min-width:1024px)and (min-width:2048px){.hl-short-grid__top_content .heading{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-short-grid__top_content .heading{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-short-grid__top_content .heading{font-size:2.9296875vw}}@media(min-width:1024px){.hl-short-grid__top_content .heading{font-size:3.75rem;line-height:1}.hl-short-grid__top_content .description{margin-bottom:26px}}@media(min-width:1024px)and (min-width:2048px){.hl-short-grid__top_content .description{font-size:.87890625vw}}@media(min-width:1024px){.hl-short-grid__top_content .description{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-short-grid__top_content .description em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-short-grid__top_content .description strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-short-grid__top_content .description{font-size:1.125rem;line-height:1.7777777778}.hl-short-grid__middle{flex-direction:row;width:100%}.hl-short-grid__middle__first{margin-top:-180px;order:2;text-align:end;width:50%}.hl-short-grid__middle__first img{height:auto;width:77%}.hl-short-grid__middle__first .gn_video__wrapper img{height:auto;width:100%}.hl-short-grid__middle__second{order:1;padding-top:26px;width:50%}.hl-short-grid__middle__second img{height:auto;width:112%}.hl-short-grid__middle__second .gn_video__wrapper video{height:auto;width:100%}.hl-short-grid__bottom{margin-top:-162px;text-align:end;width:100%}.hl-short-grid__bottom .gn_video__wrapper{align-items:end;display:block}.hl-short-grid__bottom .gn_video__wrapper video{width:54%}}.hl-homepage-banner{height:524px;overflow:hidden;position:relative;width:100%}.hl-homepage-banner__overlay{background-color:rgba(0,0,0,.4);height:100%;left:0;position:absolute;top:0;width:100%}.hl-homepage-banner__background_desktop{display:none}.hl-homepage-banner__background_mobile img{height:100%;object-fit:cover;width:100%}.hl-homepage-banner__content{bottom:100px;color:#fff;padding:0 24px;position:absolute;text-align:center}.hl-homepage-banner__content h3{margin-bottom:16px;text-transform:uppercase}@media(min-width:2048px){.hl-homepage-banner__content h3{letter-spacing:.09765625vw}}.hl-homepage-banner__content h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.hl-homepage-banner__content h3{font-size:1.46484375vw}}.hl-homepage-banner__content h3{font-size:1.875rem;line-height:1.1666666667}.hl-homepage-banner__content p{margin-bottom:32px}@media(min-width:2048px){.hl-homepage-banner__content p{font-size:.78125vw}}.hl-homepage-banner__content p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-homepage-banner__content p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-homepage-banner__content p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-homepage-banner__content p{font-size:1rem;line-height:1.625}.hl-homepage-banner__content .divisor{background-color:#de2b2b;display:block;height:3px;margin:32px auto 52px;width:20px}.hl-homepage-banner__content .btn-transformer{background-color:#fff;color:#171717;padding:20px 65px}@media(min-width:1024px){.hl-homepage-banner__background_mobile{display:none}.hl-homepage-banner__background_desktop{display:block}.hl-homepage-banner__background_desktop img{height:524px;object-fit:cover;width:100vw}.hl-homepage-banner__overlay{display:none}.hl-homepage-banner__content{color:#171717;flex-basis:calc(40% - 13.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(40% - 13.2px);text-align:left}}@media(min-width:1024px)and (min-width:2048px){.hl-homepage-banner__content{flex-basis:calc(40% - 0.64453vw);flex-grow:1;max-width:calc(40% - .64453vw)}.hl-homepage-banner__content h3{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-homepage-banner__content h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-homepage-banner__content h3{font-size:1.953125vw}}@media(min-width:1024px){.hl-homepage-banner__content h3{font-size:2.5rem;line-height:1.125}.hl-homepage-banner__content p{margin-bottom:32px}}@media(min-width:1024px)and (min-width:2048px){.hl-homepage-banner__content p{font-size:.87890625vw}}@media(min-width:1024px){.hl-homepage-banner__content p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-homepage-banner__content p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-homepage-banner__content p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-homepage-banner__content p{font-size:1.125rem;line-height:1.7777777778}.hl-homepage-banner__content .divisor{margin:32px 0 52px}.hl-homepage-banner__content .btn-transformer{background-color:#171717;color:#fff}}.hl-homepage-hero{color:#fff;height:85vh;overflow:hidden;position:relative;width:100%}.hl-homepage-hero__background{position:absolute}.hl-homepage-hero__background img{height:100vh;object-fit:cover;width:100vw}.hl-homepage-hero__background .gn_video__wrapper{padding:0}.hl-homepage-hero__background .gn_video__wrapper video{height:85vh;object-fit:cover;width:100vw}.hl-homepage-hero__overlay{background-color:rgba(0,0,0,.4);height:100%;left:0;position:absolute;top:0;width:100%}.hl-homepage-hero__content{align-items:end;bottom:120px;display:flex;height:100%;justify-content:center;position:absolute;text-align:center;width:100%}.hl-homepage-hero__content h3{margin-bottom:12px;text-transform:uppercase}@media(min-width:2048px){.hl-homepage-hero__content h3{letter-spacing:.09765625vw}}.hl-homepage-hero__content h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.hl-homepage-hero__content h3{font-size:1.46484375vw}}.hl-homepage-hero__content h3{font-size:1.875rem;line-height:1.1666666667}.hl-homepage-hero__content h3 sup{font-size:18px;position:relative;top:-10px}@media(min-width:2048px){.hl-homepage-hero__content p{font-size:1.171875vw}}.hl-homepage-hero__content p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}.hl-homepage-hero__content .btn{display:inline-block;margin-top:56px}@media(min-width:768px){.hl-homepage-hero__content{padding:0 20vw}}@media(min-width:1024px){.hl-homepage-hero__content{bottom:48px;padding:0}.hl-homepage-hero__content .field--text-long{max-width:772px}}@media(min-width:1024px)and (min-width:2048px){.hl-homepage-hero__content .field--text-long h3{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-homepage-hero__content .field--text-long h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-homepage-hero__content .field--text-long h3{font-size:3.515625vw}}@media(min-width:1024px){.hl-homepage-hero__content .field--text-long h3{font-size:4.5rem;line-height:1}.hl-homepage-hero__content .field--text-long h3 sup{font-size:32px;top:-25px}}@media(min-width:1024px)and (min-width:2048px){.hl-homepage-hero__content .field--text-long p{font-size:1.46484375vw}}@media(min-width:1024px){.hl-homepage-hero__content .field--text-long p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.875rem;line-height:1.5}}.hl-scroll-video{height:200vh;margin-bottom:-4px;position:relative}.hl-scroll-video__background{position:sticky;top:0}.hl-scroll-video__background .gn_video__wrapper{padding:0}.hl-scroll-video__background .gn_video__wrapper video{height:102vh;object-fit:cover;width:100vw}.hl-scroll-video__content{color:#fff;position:fixed;top:0;width:100vw}.hl-scroll-video__content .message{align-items:center;bottom:100px;display:flex;flex-direction:column;justify-content:end;opacity:0;padding:0 20px;position:fixed;text-align:center;width:100vw}.hl-scroll-video__content .message:first-child{opacity:1}.hl-scroll-video__content .message:nth-child(2){opacity:1;transform:translateY(60px)}.hl-scroll-video__content .message .title{text-transform:uppercase}@media(min-width:2048px){.hl-scroll-video__content .message .title{letter-spacing:.09765625vw}}.hl-scroll-video__content .message .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.hl-scroll-video__content .message .title{font-size:1.953125vw}}.hl-scroll-video__content .message .title{font-size:2.5rem;line-height:1.125}.hl-scroll-video__content .message .title sup{font-size:20px;position:relative;top:-14px}@media(min-width:2048px){.hl-scroll-video__content .message .intro{font-size:1.171875vw}}.hl-scroll-video__content .message .intro{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}@media(min-width:2048px){.hl-scroll-video__content .message .quote{font-size:.78125vw}}.hl-scroll-video__content .message .quote{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1rem;line-height:1.5}@media(min-width:1024px){.hl-scroll-video{height:200vh}.hl-scroll-video__content .message{bottom:180px;padding:0 20vw}}@media(min-width:1024px)and (min-width:2048px){.hl-scroll-video__content .message .title{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-scroll-video__content .message .title{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-scroll-video__content .message .title{font-size:3.515625vw}}@media(min-width:1024px){.hl-scroll-video__content .message .title{font-size:4.5rem;line-height:1}.hl-scroll-video__content .message .title sup{font-size:40px;position:relative;top:-22px}}@media(min-width:1024px)and (min-width:2048px){.hl-scroll-video__content .message .intro{font-size:1.5625vw}}@media(min-width:1024px){.hl-scroll-video__content .message .intro{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:2rem;line-height:1.40625}}@media(min-width:1024px)and (min-width:2048px){.hl-scroll-video__content .message .quote{font-size:1.171875vw}}@media(min-width:1024px){.hl-scroll-video__content .message .quote{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.5rem;line-height:1.3333333333}}.hl-large-grid{align-items:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;padding:72px 24px}@media(min-width:2048px){.hl-large-grid p{font-size:.78125vw}}.hl-large-grid p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-large-grid p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-large-grid p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-large-grid p{font-size:1rem;line-height:1.625}.hl-large-grid p span{display:block;margin-bottom:12px}@media(min-width:2048px){.hl-large-grid p span{font-size:.68359375vw}}.hl-large-grid p span{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}.hl-large-grid h4{margin-bottom:22px;text-transform:uppercase}@media(min-width:2048px){.hl-large-grid h4{letter-spacing:.09765625vw}}.hl-large-grid h4{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.hl-large-grid h4{font-size:1.46484375vw}}.hl-large-grid h4{font-size:1.875rem;line-height:1.1666666667}.hl-large-grid__first .hl-two-column{color:#fff;display:flex;flex-direction:column}.hl-large-grid__first .hl-two-column__left{width:100%}.hl-large-grid__first .hl-two-column__left .field--text-long{display:flex;flex-direction:column;height:100%;width:100%}.hl-large-grid__first .hl-two-column__left .field--text-long .top p{margin-bottom:12px;text-transform:uppercase}@media(min-width:2048px){.hl-large-grid__first .hl-two-column__left .field--text-long .top p{font-size:.68359375vw;letter-spacing:.146484375vw}}.hl-large-grid__first .hl-two-column__left .field--text-long .top p{font-family:Gotham Bold,Arial,sans-serif;font-size:.875rem;letter-spacing:.1875rem;line-height:1.7857142857}.hl-large-grid__first .hl-two-column__left .field--text-long .top h3{text-transform:uppercase}@media(min-width:2048px){.hl-large-grid__first .hl-two-column__left .field--text-long .top h3{letter-spacing:.09765625vw}}.hl-large-grid__first .hl-two-column__left .field--text-long .top h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.hl-large-grid__first .hl-two-column__left .field--text-long .top h3{font-size:1.953125vw}}.hl-large-grid__first .hl-two-column__left .field--text-long .top h3{font-size:2.5rem;line-height:1.125}.hl-large-grid__first .hl-two-column__left .field--text-long .bottom img{display:block;height:100%;margin-bottom:40px;object-fit:cover;width:100%}.hl-large-grid__first .hl-two-column__right{display:flex;text-align:end;width:100%}.hl-large-grid__first .hl-two-column__right-first img{display:none;height:auto;object-fit:cover;width:100%}.hl-large-grid__second{margin-top:40px}.hl-large-grid__second .row__cell__plp-row-image{border-right:none}.hl-large-grid__second .row__cell__plp-row-image .background div img{height:auto!important;margin-left:-24px;width:calc(100% + 48px)!important}.hl-large-grid__second .row__cell__plp-row-image .background>div:first-child{display:block}.hl-large-grid__second .row__cell__plp-row-image .background>div:nth-child(2){display:none}.hl-large-grid__third{margin-top:40px}.hl-large-grid__third .hl-two-column{color:#fff;display:flex;flex-direction:column-reverse}.hl-large-grid__third .hl-two-column__left{display:flex;margin-top:40px;width:100%}.hl-large-grid__third .hl-two-column__left .field--text-long{display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.hl-large-grid__third .hl-two-column__right{display:flex;width:100%}.hl-large-grid__third .hl-two-column__right-first{display:block}.hl-large-grid__third .hl-two-column__right-first .gn_video__wrapper video{height:500px;object-fit:cover}.hl-large-grid__third .hl-two-column__right-second{display:none}.hl-large-grid__third .hl-two-column__right-second img{height:auto;width:100%}.hl-large-grid__fifth,.hl-large-grid__fourth{margin-top:40px}.hl-large-grid__fifth .row__cell__plp-row-image{border-right:none}.hl-large-grid__fifth .row__cell__plp-row-image .background div img{height:auto!important;margin-left:-24px;width:calc(100% + 48px)!important}.hl-large-grid__sixth .hl-two-column{color:#fff;display:flex;flex-direction:column-reverse}.hl-large-grid__sixth .hl-two-column__left{margin-top:40px;width:100%}.hl-large-grid__sixth .hl-two-column__left .field--text-long{display:flex;flex-direction:column;height:100%;width:100%}.hl-large-grid__sixth .hl-two-column__right{display:flex;width:100%}.hl-large-grid__sixth .hl-two-column__right-first img{height:auto;object-fit:cover;transform:translateX(24px);width:100%}@media(min-width:1024px){.hl-large-grid{flex-direction:row;padding:120px 0 40px}}@media(min-width:1024px)and (min-width:2048px){.hl-large-grid p{font-size:.87890625vw}}@media(min-width:1024px){.hl-large-grid p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-large-grid p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-large-grid p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-large-grid p{font-size:1.125rem;line-height:1.7777777778}.hl-large-grid p span{margin-bottom:8px}}@media(min-width:1024px)and (min-width:2048px){.hl-large-grid p span{font-size:.87890625vw}}@media(min-width:1024px){.hl-large-grid p span{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.125rem;line-height:1.7777777778}}@media(min-width:1024px)and (min-width:2048px){.hl-large-grid h4{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-large-grid h4{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-large-grid h4{font-size:1.46484375vw}}@media(min-width:1024px){.hl-large-grid h4{font-size:1.875rem;line-height:1.1666666667}.hl-large-grid>.layout--onecol:first-child{flex-basis:calc(90% - 2.1px);flex-grow:1;max-width:calc(90% - 2.1px)}}@media(min-width:1024px)and (min-width:2048px){.hl-large-grid>.layout--onecol:first-child{flex-basis:calc(90% - 0.10254vw);flex-grow:1;max-width:calc(90% - .10254vw)}}@media(min-width:1024px){.hl-large-grid__first .hl-two-column{flex-direction:row;height:532px}.hl-large-grid__first .hl-two-column__left{width:60%}.hl-large-grid__first .hl-two-column__left .field--text-long{height:100%;justify-content:space-between;width:80%}}@media(min-width:1024px)and (min-width:2048px){.hl-large-grid__first .hl-two-column__left .field--text-long .top h3{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-large-grid__first .hl-two-column__left .field--text-long .top h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-large-grid__first .hl-two-column__left .field--text-long .top h3{font-size:2.9296875vw}}@media(min-width:1024px){.hl-large-grid__first .hl-two-column__left .field--text-long .top h3{font-size:3.75rem;line-height:1}.hl-large-grid__first .hl-two-column__left .field--text-long .bottom img{display:none}.hl-large-grid__first .hl-two-column__right{justify-content:flex-end;text-align:end;width:40%}.hl-large-grid__first .hl-two-column__right-first img{display:block;height:532px;min-height:30vw;object-fit:cover;width:auto}.hl-large-grid__second{margin-top:64px}.hl-large-grid__second .row__cell__plp-row-image .background div img{height:auto!important;margin-left:0;width:100%!important}.hl-large-grid__second .row__cell__plp-row-image .background>div:first-child{display:none}.hl-large-grid__second .row__cell__plp-row-image .background>div:nth-child(2){display:block}.hl-large-grid__third{margin-top:120px}.hl-large-grid__third .hl-two-column{flex-direction:row-reverse;height:500px}.hl-large-grid__third .hl-two-column__left{-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:0;width:40%}.hl-large-grid__third .hl-two-column__left .field--text-long{height:100%;width:75%}.hl-large-grid__third .hl-two-column__right{justify-content:flex-start;width:60%}.hl-large-grid__third .hl-two-column__right-first{display:none}.hl-large-grid__third .hl-two-column__right-second{display:block}.hl-large-grid__third .hl-two-column__right-second .gn_video__wrapper video{height:500px;object-fit:cover}.hl-large-grid__third .hl-two-column__right-second img{height:500px;width:auto}.hl-large-grid__fourth{margin-top:120px}.hl-large-grid__fourth .hl-two-column{display:flex;flex-direction:row-reverse}.hl-large-grid__fourth .hl-two-column__left{width:50%}.hl-large-grid__fourth .hl-two-column__left .field--text-long{width:80%}.hl-large-grid__fourth .hl-two-column__right{width:50%}.hl-large-grid__fifth{margin-top:120px}.hl-large-grid__fifth .row__cell__plp-row-image .background div img{height:auto!important;margin-left:100px;width:68%!important}.hl-large-grid__sixth .hl-two-column{align-items:center;flex-direction:row;margin-top:-170px}.hl-large-grid__sixth .hl-two-column__left{width:55%}.hl-large-grid__sixth .hl-two-column__left .field--text-long{width:80%}.hl-large-grid__sixth .hl-two-column__right{width:45%}.hl-large-grid__sixth .hl-two-column__right-first img{transform:translateX(0)}}:root{--background-mobile-container:360px;--background-desktop-container:618px}.hl-showcase{display:flex;flex-direction:column}.hl-showcase .hl-bg-text{height:var(--background-mobile-container);overflow:hidden;position:relative}.hl-showcase .hl-bg-text__content{position:absolute;text-align:center;top:40px;width:100%;z-index:2}.hl-showcase .hl-bg-text__content p{text-transform:uppercase}@media(min-width:2048px){.hl-showcase .hl-bg-text__content p{font-size:.5859375vw;letter-spacing:.0732421875vw}}.hl-showcase .hl-bg-text__content p{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.hl-showcase .hl-bg-text__content h5{text-transform:uppercase}@media(min-width:2048px){.hl-showcase .hl-bg-text__content h5{letter-spacing:.09765625vw}}.hl-showcase .hl-bg-text__content h5{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.hl-showcase .hl-bg-text__content h5{font-size:1.953125vw}}.hl-showcase .hl-bg-text__content h5{font-size:2.5rem;line-height:1.125}.hl-showcase .hl-bg-text__content .desktop{display:none}.hl-showcase .hl-bg-text__content .mobile{display:block}.hl-showcase .hl-bg-text__overlay{background:linear-gradient(180deg,#171717 0,hsla(0,0%,100%,.01) 99%,hsla(0,0%,100%,0));height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hl-showcase .hl-bg-text__background{bottom:0;left:0;position:absolute;right:0;top:1px;z-index:0}.hl-showcase .hl-bg-text__background img{height:var(--background-mobile-container);object-fit:cover;width:100vw}.hl-showcase .layout__region .row__cell__plp-row-product .sc_watch{border:none;margin-top:-190px}.hl-showcase .layout__region .row__cell__plp-row-product .sc_watch .wl_button__icon.icon-wishlist-full{color:#fff}@media(min-width:768px){.hl-showcase .layout--twocol{flex-direction:column}.hl-showcase .layout--twocol .layout__region{margin-top:0;width:100%}.hl-showcase .layout--twocol .layout__region--column-50{margin-bottom:0;margin-top:0}}@media(min-width:1024px){.hl-showcase .layout__region .hl-showcase__product:nth-child(odd) .layout--twocol{flex-direction:row}.hl-showcase .layout__region .hl-showcase__product:nth-child(odd) .layout--twocol .hl-bg-text__content{text-align:right}.hl-showcase .layout__region .hl-showcase__product:nth-child(2n) .layout--twocol{flex-direction:row-reverse}.hl-showcase .layout__region .hl-showcase__product:nth-child(2n) .layout--twocol .hl-bg-text__content{text-align:left}.hl-showcase .hl-bg-text{height:var(--background-desktop-container)}.hl-showcase .hl-bg-text__content{bottom:0;padding:84px;top:unset}.hl-showcase .hl-bg-text__content p{margin-bottom:8px}}@media(min-width:1024px)and (min-width:2048px){.hl-showcase .hl-bg-text__content h5{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-showcase .hl-bg-text__content h5{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-showcase .hl-bg-text__content h5{font-size:3.515625vw}}@media(min-width:1024px){.hl-showcase .hl-bg-text__content h5{font-size:4.5rem;line-height:1}.hl-showcase .hl-bg-text__content .desktop{display:block}.hl-showcase .hl-bg-text__content .mobile{display:none}.hl-showcase .hl-bg-text__overlay{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.01) 1%,#171717)}.hl-showcase .hl-bg-text__background img{height:var(--background-desktop-container)}.hl-showcase .layout__region .row__cell__plp-row-product .sc_watch{margin-top:0;padding-top:40px}}.pdp_bb20_banner .hl-landing-banner{height:560px}.hl-landing-banner{height:568px;overflow:hidden;position:relative;width:100%}.hl-landing-banner__content{bottom:102px;display:flex;flex-direction:column;padding:0 6vw;position:absolute;text-align:center;width:100%;z-index:3}.hl-landing-banner__content h4{margin-bottom:30px;text-transform:uppercase}@media(min-width:2048px){.hl-landing-banner__content h4{letter-spacing:.09765625vw}}.hl-landing-banner__content h4{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.hl-landing-banner__content h4{font-size:1.46484375vw}}.hl-landing-banner__content h4{font-size:1.875rem;line-height:1.1666666667}.hl-landing-banner__content p{margin-bottom:30px}@media(min-width:2048px){.hl-landing-banner__content p{font-size:.78125vw}}.hl-landing-banner__content p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-landing-banner__content p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-landing-banner__content p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-landing-banner__content p{font-size:1rem;line-height:1.625}.hl-landing-banner__content .divisor{background-color:#de2b2b;display:inline-block;height:3px;margin-bottom:42px;width:20px}.hl-landing-banner__overlay{background-color:rgba(0,0,0,.4);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hl-landing-banner__background{position:absolute;top:0;z-index:0}.hl-landing-banner__background img{height:100vh;object-fit:cover;width:100vw}@media(min-width:1024px){.hl-landing-banner{height:652px}.hl-landing-banner__content{left:0;margin-inline:auto;padding:0;right:0;width:640px}}@media(min-width:1024px)and (min-width:2048px){.hl-landing-banner__content h4{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-landing-banner__content h4{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-landing-banner__content h4{font-size:3.515625vw}}@media(min-width:1024px){.hl-landing-banner__content h4{font-size:4.5rem;line-height:1}}@media(min-width:1024px)and (min-width:2048px){.hl-landing-banner__content p{font-size:.87890625vw}}@media(min-width:1024px){.hl-landing-banner__content p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-landing-banner__content p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-landing-banner__content p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-landing-banner__content p{font-size:1.125rem;line-height:1.7777777778}.hl-landing-banner .pdp_bb20_banner .hl-landing-banner{height:580px}}.hl-boutique-banner{height:350px;width:100%}.hl-boutique-banner__content{display:flex;flex-direction:column;height:100%;justify-content:end;padding:10px 24px 48px;text-align:left}.hl-boutique-banner__content .left p{margin-bottom:16px}@media(min-width:2048px){.hl-boutique-banner__content .left p{font-size:.68359375vw}}.hl-boutique-banner__content .left p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:.875rem;line-height:1.7142857143}.hl-boutique-banner__content .left p span{display:block;margin-bottom:24px;text-decoration:underline;text-decoration-color:#de2b2b;text-transform:uppercase;text-underline-offset:6px}@media(min-width:2048px){.hl-boutique-banner__content .left p span{font-size:.5859375vw;letter-spacing:.0732421875vw}}.hl-boutique-banner__content .left p span{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.hl-boutique-banner__content .left h4{margin-bottom:16px;text-transform:uppercase}@media(min-width:2048px){.hl-boutique-banner__content .left h4{letter-spacing:.09765625vw}}.hl-boutique-banner__content .left h4{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}@media(min-width:2048px){.hl-boutique-banner__content .left h4{font-size:1.171875vw}}.hl-boutique-banner__content .left h4{font-size:1.5rem;line-height:1.4583333333}.hl-boutique-banner__content .right{margin-top:30px}.hl-boutique-banner__content .right .btn-secondary{display:block;padding:16px 48px;text-align:center;width:100%}@media(min-width:768px)and (max-width:1023px){.hl-boutique-banner__content .right .btn-secondary{display:inline-block;width:auto}}@media(min-width:1024px){.hl-boutique-banner{height:258px}.hl-boutique-banner__content{flex-basis:calc(90% - 2.2px);flex-grow:1;margin-left:calc(5% + 1.1px);max-width:calc(90% - 2.2px);padding:0}}@media(min-width:1024px)and (min-width:2048px){.hl-boutique-banner__content{flex-basis:calc(90% - 0.10742vw);flex-grow:1;max-width:calc(90% - .10742vw)}}@media(min-width:1024px){.hl-boutique-banner__content .field--text-long{align-items:center;display:flex;flex-direction:row;height:100%}}@media(min-width:1024px)and (min-width:2048px){.hl-boutique-banner__content .field--text-long p{font-size:.87890625vw}}@media(min-width:1024px){.hl-boutique-banner__content .field--text-long p{font-family:Galaxie Copernicus Italic,Arial,sans-serif;font-size:1.125rem;line-height:1.7777777778}}@media(min-width:1024px)and (min-width:2048px){.hl-boutique-banner__content .field--text-long h4{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-boutique-banner__content .field--text-long h4{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-boutique-banner__content .field--text-long h4{font-size:1.7578125vw}}@media(min-width:1024px){.hl-boutique-banner__content .field--text-long h4{font-size:2.25rem;line-height:1.1111111111}.hl-boutique-banner__content .field--text-long .left{display:flex;flex-direction:column;justify-content:flex-start;width:60%}.hl-boutique-banner__content .field--text-long .right{display:flex;justify-content:flex-end;width:40%}.hl-boutique-banner__content .field--text-long .right .btn-secondary{width:auto}}.hl-carousel .pd-carousel{background-color:#000}.hl-carousel .pd-carousel .gn-image-caption__img{height:275px}.hl-carousel .pd-carousel .gn-image-caption__img .text-container{color:#fff;height:275px;padding:20px 15px;width:340px}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{margin-bottom:6px}@media(min-width:2048px){.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{letter-spacing:.048828125vw}}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.0625rem}@media(min-width:2048px){.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{font-size:.78125vw}}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{font-size:1rem;line-height:1.5}@media(min-width:2048px){.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p{font-size:.68359375vw}}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p{font-size:.875rem;line-height:1.7142857143}.hl-carousel .pd-carousel .gn-image-caption__img img{height:275px;max-height:275px}@media(min-width:1024px){.hl-carousel .pd-carousel{background-color:#000}.hl-carousel .pd-carousel .gn-image-caption__img{height:810px}.hl-carousel .pd-carousel .gn-image-caption__img .text-container{height:810px;padding:40px 25px;width:500px}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div{display:flex;flex-direction:column;justify-content:center}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{margin-bottom:16px}}@media(min-width:1024px)and (min-width:2048px){.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{letter-spacing:.09765625vw}}@media(min-width:1024px){.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{font-family:Gotham Black,Arial,sans-serif;letter-spacing:.125rem}}@media(min-width:1024px)and (min-width:2048px){.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{font-size:1.46484375vw}}@media(min-width:1024px){.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div h3{font-size:1.875rem;line-height:1.1666666667}}@media(min-width:1024px)and (min-width:2048px){.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p{font-size:.87890625vw}}@media(min-width:1024px){.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p{font-family:Galaxie Copernicus Book,Arial,sans-serif;letter-spacing:normal}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p em{font-family:Galaxie Copernicus Italic,Arial,sans-serif}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p strong{font-family:Galaxie Copernicus Semibold,Arial,sans-serif}.hl-carousel .pd-carousel .gn-image-caption__img .text-container>div p{font-size:1.125rem;line-height:1.7777777778}.hl-carousel .pd-carousel .gn-image-caption__img img{height:810px;max-height:810px}}.paragraph--type--layout-paragraph-section .btn{text-decoration:none;text-transform:uppercase}@media(min-width:2048px){.paragraph--type--layout-paragraph-section .btn{font-size:.5859375vw;letter-spacing:.0732421875vw}}.paragraph--type--layout-paragraph-section .btn{font-family:Gotham Bold,Arial,sans-serif;font-size:.75rem;letter-spacing:.09375rem;line-height:1.6666666667}.paragraph--type--layout-paragraph-section .btn-primary{background-color:#171717;color:#fff;padding:20px 62px}.paragraph--type--layout-paragraph-section .btn-secondary{background-color:#fff;color:#171717;padding:20px 62px}