/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scrollbar-container{position:relative;height:100%}
@font-face {
  font-family: 'Body-Font';
  src: url('/history/static/assets/fonts/Ferrari-SansRegular.woff2') format('woff2'),
       url('/history/static/assets/fonts/Ferrari-SansRegular.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
}

@font-face {
  font-family: 'Body-Font-Medium';
  src: url('/history/static/assets/fonts/Ferrari-SansRegular.woff2') format('woff2'),
       url('/history/static/assets/fonts/Ferrari-SansRegular.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
}

@font-face {
  font-family: 'Title-Font';
  src: url('/history/static/assets/fonts/Ferrari-SansMedium.woff2') format('woff2'),
    url('/history/static/assets/fonts/Ferrari-SansMedium.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
}


/*
CJK and Cyrillic

CJK (U+4E00-9FFF);
https://en.wikipedia.org/wiki/CJK_Unified_Ideographs_(Unicode_block)

Cyrillic (U+0400-04FF);
https://en.wikipedia.org/wiki/Cyrillic_script_in_Unicode

Other
https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane
*/

@font-face {
  font-family: 'Body-Font';
  src: url('/history/static/assets/fonts/NotoSans-Regular.woff2') format('woff2'),
    url('/history/static/assets/fonts/NotoSans-Regular.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
  unicode-range: U+FF00-FFEF, U+2E80-9FFF, U+0400-04FF;
}

@font-face {
  font-family: 'Body-Font-Medium';
  src: url('/history/static/assets/fonts/NotoSans-Bold.woff2') format('woff2'),
    url('/history/static/assets/fonts/NotoSans-Bold.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
  unicode-range: U+FF00-FFEF, U+2E80-9FFF, U+0400-04FF;
}

@font-face {
  font-family: 'Title-Font';
  src: url('/history/static/assets/fonts/NotoSans-Regular.woff2') format('woff2'),
    url('/history/static/assets/fonts/NotoSans-Regular.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
  unicode-range: U+FF00-FFEF, U+2E80-9FFF, U+0400-04FF;
}

body {
  font-family: "Body-Font";
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

*:focus-visible {
  outline: 1px solid #898989 !important;
  box-shadow: 0 0 15px 5px rgba(137, 137, 137, 0.4);
}

a {
  color: #181818;
  text-decoration: none;
}

@media only screen and (min-width: 961px) {
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .site {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@keyframes audioPlayer__fillBar__1tT-wpa6 {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.audioPlayer__wrapper__1OfbTAtZ {
  color: #fff;
  background: #303030; }

.audioPlayer__inner__37ujOZe_ {
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 10px; }
  @media (min-width: 60.0625em) {
    .audioPlayer__inner__37ujOZe_ {
      padding: 12px 20px 30px 20px; } }
  .audioPlayer__expanded__2LL5wdFg .audioPlayer__inner__37ujOZe_ {
    padding: 12px 20px 30px 20px; }

.audioPlayer__btn__3Ssx8cxj {
  margin-right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  transition: border-color 0.2s;
  cursor: pointer;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none; }
  @media (min-width: 60.0625em) {
    .audioPlayer__btn__3Ssx8cxj {
      margin-right: 20px; } }
  .audioPlayer__expanded__2LL5wdFg .audioPlayer__btn__3Ssx8cxj {
    margin-right: 20px; }
  .audioPlayer__btn__3Ssx8cxj:hover {
    border-color: white; }
  .audioPlayer__btn__3Ssx8cxj i {
    width: 14px;
    height: 14px;
    display: block; }
    .audioPlayer__btn__3Ssx8cxj i svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #fff; }

.audioPlayer__time__24gRiR_q,
.audioPlayer__title__13GFPCuD {
  display: block;
  text-align: left; }

.audioPlayer__title__13GFPCuD {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 3px;
  display: none;
  font-size: 13px; }
  .audioPlayer__expanded__2LL5wdFg .audioPlayer__title__13GFPCuD {
    display: block; }
  @media (min-width: 60.0625em) {
    .audioPlayer__title__13GFPCuD {
      display: block; } }

.audioPlayer__time__24gRiR_q {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Title-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5em;
  font-size: 11px; }
  .audioPlayer__time__24gRiR_q span {
    display: block; }
    .audioPlayer__expanded__2LL5wdFg .audioPlayer__time__24gRiR_q span {
      display: inline; }
    @media (min-width: 60.0625em) {
      .audioPlayer__time__24gRiR_q span {
        display: inline; } }
  .audioPlayer__time__24gRiR_q span + span {
    margin-top: 2px; }
    @media (min-width: 60.0625em) {
      .audioPlayer__time__24gRiR_q span + span {
        opacity: 0.6;
        letter-spacing: 1px;
        margin-top: 0;
        margin-left: 10px; } }
    .audioPlayer__expanded__2LL5wdFg .audioPlayer__time__24gRiR_q span + span {
      opacity: 0.6;
      letter-spacing: 1px;
      margin-top: 0;
      margin-left: 10px; }

.audioPlayer__progressTrack__1XCGi9aO,
.audioPlayer__progress__nsVRKoon {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 3px;
  bottom: 15px;
  display: none; }
  @media (min-width: 60.0625em) {
    .audioPlayer__progressTrack__1XCGi9aO,
    .audioPlayer__progress__nsVRKoon {
      display: block; } }
  .audioPlayer__expanded__2LL5wdFg .audioPlayer__progressTrack__1XCGi9aO, .audioPlayer__expanded__2LL5wdFg
  .audioPlayer__progress__nsVRKoon {
    display: block; }

.audioPlayer__progressTrack__1XCGi9aO {
  padding: 4px 0;
  cursor: pointer;
  outline: 0; }
  .audioPlayer__progressTrack__1XCGi9aO:before {
    content: "";
    position: absolute;
    bottom: 2px;
    height: 3px;
    width: 100%;
    background: #6c6a6a; }

.audioPlayer__progress__nsVRKoon {
  background: #da291c;
  width: 0;
  left: 0;
  bottom: 2px; }

.audioPlayer__stop__3KefYxAt {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 24px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  background: none;
  border: none; }
  @media (min-width: 60.0625em) {
    .audioPlayer__stop__3KefYxAt {
      right: 10px;
      top: 10px; } }
  .audioPlayer__expanded__2LL5wdFg .audioPlayer__stop__3KefYxAt {
    display: block; }
  .audioPlayer__stop__3KefYxAt svg {
    width: 12px;
    height: 12px;
    fill: #fff; }

@keyframes sidebarTimeline__fillBar__1O2-o0rI {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.sidebarTimeline__wrapper__2FsbliKs {
  position: fixed;
  width: 350px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 699;
  background: none;
  color: #fff;
  transform: translateX(-120px);
  transition: 0.3s;
  pointer-events: none; }
  .sidebarTimeline__wrapper__2FsbliKs:before {
    content: "";
    background: linear-gradient(to right, #181818 10%, rgba(0, 0, 0, 0) 60%);
    position: fixed;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: -1; }

.sidebarTimeline__buttons__2-nmH6xk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  opacity: 0;
  transition: 0.2s; }
  .sidebarTimeline__buttons__2-nmH6xk > span {
    outline: none;
    appearance: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 1.5px;
    font-size: 11px;
    padding: 20px;
    text-align: center;
    width: 50%;
    display: block;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    color: rgba(255, 255, 255, 0.4);
    transition: 0.2s; }
    .sidebarTimeline__buttons__2-nmH6xk > span.sidebarTimeline__active__1PRHVbRS {
      color: #fff;
      border-bottom: 2px solid #fff; }
    .sidebarTimeline__buttons__2-nmH6xk > span:hover {
      color: #fff; }

.sidebarTimeline__container__3Q4-3Ky0 {
  bottom: 30px;
  top: 110px;
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%; }

.sidebarTimeline__inner__1c7zJxFx {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s; }
  .sidebarTimeline__inner__1c7zJxFx .ps {
    padding-left: 160px;
    padding-bottom: 40px;
    transition: padding 0.2s;
    position: relative;
    height: 100%; }
  .sidebarTimeline__inner__1c7zJxFx .ps__rail-y {
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    right: 20px; }
  .sidebarTimeline__inner__1c7zJxFx .ps__thumb-y {
    width: 1px;
    background: #fff;
    right: 0; }

.sidebarTimeline__content__3I3nX4Rq {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%; }

.sidebarTimeline__item__15J8MGIU {
  position: relative;
  display: block;
  color: #fff; }
  .sidebarTimeline__item__15J8MGIU i {
    width: 4px;
    height: 4px;
    margin: 16px 0;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: relative; }
    .sidebarTimeline__item__15J8MGIU i:before {
      content: "";
      display: block;
      position: absolute;
      left: -12px;
      top: -12px;
      width: 24px;
      height: 24px;
      border: 2px solid #fff;
      border-radius: 50%;
      transform: scale(0);
      transition: transform 0.2s; }
  .sidebarTimeline__item__15J8MGIU > div {
    position: absolute;
    top: 10px;
    right: calc(100% + 30px);
    width: 120px;
    text-align: right;
    opacity: 0;
    transition: none; }
  .sidebarTimeline__item__15J8MGIU span {
    display: block;
    font-size: 12px; }
  .sidebarTimeline__item__15J8MGIU strong {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 1.5px;
    font-size: 11px;
    display: block;
    margin-bottom: 4px; }
  .sidebarTimeline__item__15J8MGIU:hover > div {
    opacity: 1;
    transition: opacity 0.2s; }
  .sidebarTimeline__item__15J8MGIU:hover i {
    width: 4px;
    height: 4px; }
    .sidebarTimeline__item__15J8MGIU:hover i:before {
      transform: scale(1); }
  .sidebarTimeline__item__15J8MGIU.sidebarTimeline__active__1PRHVbRS > div {
    left: 30px;
    right: auto;
    text-align: left;
    opacity: 1; }
  .sidebarTimeline__item__15J8MGIU.sidebarTimeline__active__1PRHVbRS i {
    width: 4px;
    height: 4px; }
    .sidebarTimeline__item__15J8MGIU.sidebarTimeline__active__1PRHVbRS i:before {
      transform: scale(1); }
  .sidebarTimeline__item__15J8MGIU.sidebarTimeline__active__1PRHVbRS:hover > div {
    text-align: left; }
  .sidebarTimeline__item__15J8MGIU:first-child i {
    margin-top: 20px; }

.sidebarTimeline__decadeItem__3-vfvjRW > div {
  display: inline-block;
  transform: translateX(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  opacity: 0.7;
  font-size: 12px; }

.sidebarTimeline__innerGarage__RAO7L_4b {
  transform: translateX(100%); }
  .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU {
    opacity: 0;
    display: block;
    color: #fff; }
    .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU i:before {
      pointer-events: none; }
    .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU strong {
      display: block;
      position: absolute;
      top: 11px;
      left: 30px;
      opacity: 0.3;
      margin: 0; }
    .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:hover i:before, .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU.sidebarTimeline__hover__36g3sFC1 i:before {
      transform: scale(1); }
    .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:hover strong, .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU.sidebarTimeline__hover__36g3sFC1 strong {
      opacity: 1; }
    .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:first-child strong {
      margin-top: 5px; }

.sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__inner__1c7zJxFx {
  transform: translateX(-100%); }

.sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b {
  transform: translateX(0); }
  .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU {
    transform: translateX(0);
    opacity: 1; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(1) {
      transition-delay: 0.02s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(2) {
      transition-delay: 0.04s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(3) {
      transition-delay: 0.06s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(4) {
      transition-delay: 0.08s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(5) {
      transition-delay: 0.1s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(6) {
      transition-delay: 0.12s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(7) {
      transition-delay: 0.14s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(8) {
      transition-delay: 0.16s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(9) {
      transition-delay: 0.18s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(10) {
      transition-delay: 0.2s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(11) {
      transition-delay: 0.22s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(12) {
      transition-delay: 0.24s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(13) {
      transition-delay: 0.26s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(14) {
      transition-delay: 0.28s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(15) {
      transition-delay: 0.3s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(16) {
      transition-delay: 0.32s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(17) {
      transition-delay: 0.34s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(18) {
      transition-delay: 0.36s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(19) {
      transition-delay: 0.38s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(20) {
      transition-delay: 0.4s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(21) {
      transition-delay: 0.42s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(22) {
      transition-delay: 0.44s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(23) {
      transition-delay: 0.46s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(24) {
      transition-delay: 0.48s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(25) {
      transition-delay: 0.5s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(26) {
      transition-delay: 0.52s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(27) {
      transition-delay: 0.54s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(28) {
      transition-delay: 0.56s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(29) {
      transition-delay: 0.58s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(30) {
      transition-delay: 0.6s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(31) {
      transition-delay: 0.62s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(32) {
      transition-delay: 0.64s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(33) {
      transition-delay: 0.66s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(34) {
      transition-delay: 0.68s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(35) {
      transition-delay: 0.7s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(36) {
      transition-delay: 0.72s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(37) {
      transition-delay: 0.74s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(38) {
      transition-delay: 0.76s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(39) {
      transition-delay: 0.78s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(40) {
      transition-delay: 0.8s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(41) {
      transition-delay: 0.82s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(42) {
      transition-delay: 0.84s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(43) {
      transition-delay: 0.86s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(44) {
      transition-delay: 0.88s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(45) {
      transition-delay: 0.9s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(46) {
      transition-delay: 0.92s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(47) {
      transition-delay: 0.94s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(48) {
      transition-delay: 0.96s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(49) {
      transition-delay: 0.98s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(50) {
      transition-delay: 1s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(51) {
      transition-delay: 1.02s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(52) {
      transition-delay: 1.04s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(53) {
      transition-delay: 1.06s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(54) {
      transition-delay: 1.08s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(55) {
      transition-delay: 1.1s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(56) {
      transition-delay: 1.12s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(57) {
      transition-delay: 1.14s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(58) {
      transition-delay: 1.16s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(59) {
      transition-delay: 1.18s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(60) {
      transition-delay: 1.2s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(61) {
      transition-delay: 1.22s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(62) {
      transition-delay: 1.24s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(63) {
      transition-delay: 1.26s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(64) {
      transition-delay: 1.28s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(65) {
      transition-delay: 1.3s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(66) {
      transition-delay: 1.32s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(67) {
      transition-delay: 1.34s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(68) {
      transition-delay: 1.36s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(69) {
      transition-delay: 1.38s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(70) {
      transition-delay: 1.4s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(71) {
      transition-delay: 1.42s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(72) {
      transition-delay: 1.44s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(73) {
      transition-delay: 1.46s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(74) {
      transition-delay: 1.48s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(75) {
      transition-delay: 1.5s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(76) {
      transition-delay: 1.52s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(77) {
      transition-delay: 1.54s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(78) {
      transition-delay: 1.56s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(79) {
      transition-delay: 1.58s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(80) {
      transition-delay: 1.6s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(81) {
      transition-delay: 1.62s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(82) {
      transition-delay: 1.64s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(83) {
      transition-delay: 1.66s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(84) {
      transition-delay: 1.68s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(85) {
      transition-delay: 1.7s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(86) {
      transition-delay: 1.72s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(87) {
      transition-delay: 1.74s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(88) {
      transition-delay: 1.76s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(89) {
      transition-delay: 1.78s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(90) {
      transition-delay: 1.8s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(91) {
      transition-delay: 1.82s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(92) {
      transition-delay: 1.84s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(93) {
      transition-delay: 1.86s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(94) {
      transition-delay: 1.88s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(95) {
      transition-delay: 1.9s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(96) {
      transition-delay: 1.92s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(97) {
      transition-delay: 1.94s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(98) {
      transition-delay: 1.96s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(99) {
      transition-delay: 1.98s; }
    .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__garage__qm76_Gzr .sidebarTimeline__innerGarage__RAO7L_4b .sidebarTimeline__item__15J8MGIU:nth-child(100) {
      transition-delay: 2s; }

.sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__expand__2ZcdLqXl {
  transform: translateX(0);
  pointer-events: auto;
  background: #303030;
  z-index: 701; }
  .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__expand__2ZcdLqXl .sidebarTimeline__buttons__2-nmH6xk {
    opacity: 1; }
  .sidebarTimeline__wrapper__2FsbliKs.sidebarTimeline__expand__2ZcdLqXl:before {
    opacity: 1; }

.sidebarTimelineMobile__modelsHero__38cm6xa_ img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes sidebarTimelineMobile__fillBar__1C7vASix {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.sidebarTimelineMobile__wrapper__1TWBsxZ6 {
  position: fixed;
  width: 100%;
  height: 100vh;
  transform: translateY(100%);
  top: 0;
  left: 0;
  z-index: 1100;
  color: #fff;
  background: #303030;
  transition: transform 0.3s; }
  @media (min-width: 60.0625em) {
    .sidebarTimelineMobile__wrapper__1TWBsxZ6 {
      width: 400px;
      transform: translateX(-100%); } }
  .sidebarTimelineMobile__wrapper__1TWBsxZ6.sidebarTimelineMobile__show__WreL_qUm {
    transform: translateY(0); }
    @media (min-width: 60.0625em) {
      .sidebarTimelineMobile__wrapper__1TWBsxZ6.sidebarTimelineMobile__show__WreL_qUm {
        transform: translateX(0); } }

.sidebarTimelineMobile__backdrop__3D6euswE {
  background: linear-gradient(to right, #181818 10%, rgba(0, 0, 0, 0) 60%);
  position: fixed;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%; }

.sidebarTimelineMobile__innerWrapper__NNG0_9Yu {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sidebarTimelineMobile__buttons__24zmGQXA {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: linear-gradient(to bottom, #181818 0%, rgba(0, 0, 0, 0) 100%); }

.sidebarTimelineMobile__container__3AUQCCRU {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 200%;
  height: 100%;
  transition: transform 0.4s; }

.sidebarTimelineMobile__inner__1wj1ouEM,
.sidebarTimelineMobile__innerGarage__3TZJ7yAq {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%; }

.sidebarTimelineMobile__innerGarage__3TZJ7yAq {
  left: 50%;
  overflow: auto; }
  .sidebarTimelineMobile__innerGarage__3TZJ7yAq .sidebarTimelineMobile__item__1SVfHJdH {
    position: relative;
    padding: 25px;
    font-size: 11px;
    background: #303030;
    letter-spacing: 1.5px; }
    .sidebarTimelineMobile__innerGarage__3TZJ7yAq .sidebarTimelineMobile__item__1SVfHJdH.sidebarTimelineMobile__active__14S8VJx0:before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      bottom: 10px;
      width: 5px;
      background: #fff; }
    .sidebarTimelineMobile__innerGarage__3TZJ7yAq .sidebarTimelineMobile__item__1SVfHJdH strong {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-family: "Body-Font";
      font-weight: normal;
      font-stretch: normal;
      letter-spacing: normal;
      font-size: 13px;
      line-height: 1.6em; }
    .sidebarTimelineMobile__innerGarage__3TZJ7yAq .sidebarTimelineMobile__item__1SVfHJdH i {
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -10px;
      transition: transform 0.3s; }
      .sidebarTimelineMobile__innerGarage__3TZJ7yAq .sidebarTimelineMobile__item__1SVfHJdH i svg {
        fill: #fff; }

.sidebarTimelineMobile__modelsHero__38cm6xa_ {
  height: 25vh;
  position: relative; }
  .sidebarTimelineMobile__modelsHero__38cm6xa_ img {
    object-fit: cover; }

.sidebarTimelineMobile__wrapper__1TWBsxZ6.sidebarTimelineMobile__garage__3RqyE0Ww .sidebarTimelineMobile__container__3AUQCCRU {
  transform: translateX(-50%); }

.audioBlock__audioBlock__3kslHbHa img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes audioBlock__fillBar__6VZpd942 {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.audioBlock__audioBlock__3kslHbHa {
  height: 90vh;
  text-align: center;
  position: relative;
  display: flex;
  background: #181818;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 2; }
  @media (max-width: 961px) and (min-device-width: 375px) and (max-device-width: 932px) and (orientation: landscape) {
    .audioBlock__audioBlock__3kslHbHa {
      height: auto;
      padding: 100px 20px; } }
  @media (min-width: 60.0625em) {
    .audioBlock__audioBlock__3kslHbHa {
      height: auto;
      display: block;
      width: 800px;
      padding: 80px 50px 130px 50px;
      min-height: 450px; } }
  .audioBlock__audioBlock__3kslHbHa:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .audioBlock__audioBlock__3kslHbHa img {
    object-fit: cover; }
  .audioBlock__audioBlock__3kslHbHa .audioBlock__body__2e6qcpXK {
    position: relative;
    z-index: 2;
    padding: 0 30px; }
    @media (min-width: 60.0625em) {
      .audioBlock__audioBlock__3kslHbHa .audioBlock__body__2e6qcpXK {
        padding: 0;
        pointer-events: none; } }
  .audioBlock__audioBlock__3kslHbHa .audioBlock__year__bTbO-TTX {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.6em;
    font-size: 16px;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 40px;
    position: relative; }
    @media (min-width: 60.0625em) {
      .audioBlock__audioBlock__3kslHbHa .audioBlock__year__bTbO-TTX {
        margin-bottom: 80px; } }
    .audioBlock__audioBlock__3kslHbHa .audioBlock__year__bTbO-TTX img {
      width: 72px;
      height: 129px;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -45px; }
      @media (min-width: 60.0625em) {
        .audioBlock__audioBlock__3kslHbHa .audioBlock__year__bTbO-TTX img {
          display: none; } }
  .audioBlock__audioBlock__3kslHbHa .audioBlock__title__GA21xC2s {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Title-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 44px;
    max-width: 100vw;
    padding: 0 20px;
    overflow-wrap: break-word; }
  .audioBlock__audioBlock__3kslHbHa .audioBlock__subtitle__1OkaActR {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px; }
  .audioBlock__audioBlock__3kslHbHa .audioBlock__text__2VWEBdTp {
    line-height: 1.5;
    padding: 0 50px;
    display: none; }
    @media (min-width: 60.0625em) {
      .audioBlock__audioBlock__3kslHbHa .audioBlock__text__2VWEBdTp {
        display: block; } }

.audioBlock__play__3DuF3FI8 {
  color: #fff;
  z-index: 2;
  outline: none; }
  @media (min-width: 60.0625em) {
    .audioBlock__play__3DuF3FI8 {
      padding: 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      cursor: pointer; } }
  @media (min-width: 60.0625em) {
    .audioBlock__play__3DuF3FI8 > div {
      display: flex;
      align-items: center; } }
  .audioBlock__play__3DuF3FI8 > div > span {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.6em; }
    @media (min-width: 60.0625em) {
      .audioBlock__play__3DuF3FI8 > div > span {
        padding-left: 18px;
        padding-top: 5px; } }
  .audioBlock__play__3DuF3FI8 i {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: border-color 0.2s;
    margin: 40px auto 20px auto; }
    @media (min-width: 60.0625em) {
      .audioBlock__play__3DuF3FI8 i {
        margin: 0;
        width: 40px;
        height: 40px; } }
    .audioBlock__play__3DuF3FI8 i svg {
      fill: #fff;
      width: 20px;
      height: 20px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      display: block; }
      @media (min-width: 60.0625em) {
        .audioBlock__play__3DuF3FI8 i svg {
          width: 14px;
          height: 14px; } }
  .audioBlock__play__3DuF3FI8:hover i {
    border-color: #fff; }

.audioBlock__btn-focuson__3Imgel-L {
  width: 80%;
  margin-top: 35px;
  position: relative;
  z-index: 2; }
  @media (min-width: 60.0625em) {
    .audioBlock__btn-focuson__3Imgel-L {
      position: absolute;
      bottom: 0;
      right: 0;
      width: auto;
      margin-top: 0; } }

.eventBlock__wrapper__38lq1WSo, .eventBlock__model__u6QKmBpC:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes eventBlock__fillBar__3jzjEyj- {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.eventBlock__wrapper__38lq1WSo {
  z-index: 2;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.eventBlock__model__u6QKmBpC {
  cursor: pointer;
  position: absolute;
  max-width: 16vw;
  background: #181818;
  appearance: none;
  outline: none;
  z-index: 0;
  overflow: hidden;
  opacity: 0; }
  .eventBlock__model__u6QKmBpC:after {
    content: "";
    opacity: 0;
    transition: opacity 0.2s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
  .eventBlock__model__u6QKmBpC.eventBlock__tl__2Xwsry18 {
    left: -8vw;
    top: -6vw; }
  .eventBlock__model__u6QKmBpC.eventBlock__tr__2CTijmHN {
    right: -17vw;
    top: -7vw; }
  .eventBlock__model__u6QKmBpC.eventBlock__bl__2RHSzajI {
    left: -13vw;
    bottom: -5vw; }
  .eventBlock__model__u6QKmBpC.eventBlock__br__Qh76RVux {
    right: -10vw;
    bottom: -4vw; }
  .eventBlock__model__u6QKmBpC img {
    width: 100%;
    filter: blur(2px);
    display: block;
    opacity: 0.5;
    transition: 0.2s; }
  .eventBlock__model__u6QKmBpC .eventBlock__icon__1vCX74JT {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    opacity: 0;
    transition: 0.2s;
    z-index: 2; }
    .eventBlock__model__u6QKmBpC .eventBlock__icon__1vCX74JT svg {
      fill: #fff; }
  .eventBlock__model__u6QKmBpC:hover {
    z-index: 9; }
    .eventBlock__model__u6QKmBpC:hover:after {
      opacity: 1; }
    .eventBlock__model__u6QKmBpC:hover img {
      filter: blur(0);
      opacity: 1; }
    .eventBlock__model__u6QKmBpC:hover .eventBlock__icon__1vCX74JT {
      opacity: 1; }

.eventBlock__preloadItem__3wDUT-_S {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 100%; }

.eventBlock__eventWrapper__YPYXgR_6 {
  position: relative;
  z-index: 2; }

.eventBlock__audioWrapper__10Xhspdb {
  transform: scale(0.6);
  opacity: 0;
  position: relative;
  z-index: 2; }

.eventBlock__nextYear__1leEHpIx,
.eventBlock__prevYear__2lkRsQ5R {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  font-stretch: expanded;
  position: absolute;
  display: none;
  text-align: center;
  left: 0;
  right: 0;
  top: 16vh;
  font-size: 11px;
  letter-spacing: 1.5px;
  z-index: 4; }
  @media (min-width: 80em) {
    .eventBlock__nextYear__1leEHpIx,
    .eventBlock__prevYear__2lkRsQ5R {
      display: block; } }
  .eventBlock__nextYear__1leEHpIx > span,
  .eventBlock__prevYear__2lkRsQ5R > span {
    display: inline-block;
    cursor: pointer; }
    .eventBlock__nextYear__1leEHpIx > span:hover,
    .eventBlock__prevYear__2lkRsQ5R > span:hover {
      filter: blur(0); }
  .eventBlock__nextYear__1leEHpIx .eventBlock__scrollTop__2HrZ-fxG,
  .eventBlock__nextYear__1leEHpIx .eventBlock__scrollBottom__SyuD-zvC,
  .eventBlock__prevYear__2lkRsQ5R .eventBlock__scrollTop__2HrZ-fxG,
  .eventBlock__prevYear__2lkRsQ5R .eventBlock__scrollBottom__SyuD-zvC {
    position: absolute;
    width: 1px;
    height: 50px;
    left: 50%;
    bottom: calc(100% + 25px);
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -50px;
    background-size: 100% 200%;
    animation: eventBlock__scrolldown__3BUM_3iU 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    z-index: -1; }
  .eventBlock__nextYear__1leEHpIx .eventBlock__scrollTop__2HrZ-fxG,
  .eventBlock__prevYear__2lkRsQ5R .eventBlock__scrollTop__2HrZ-fxG {
    bottom: auto;
    top: 25px;
    background-position: 0 50px;
    animation: eventBlock__scrolltop__1Xz8lVZB 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }
  .eventBlock__nextYear__1leEHpIx.eventBlock__disabled__C5h1sILZ > span,
  .eventBlock__prevYear__2lkRsQ5R.eventBlock__disabled__C5h1sILZ > span {
    cursor: default;
    opacity: 0.3;
    pointer-events: none; }
  .eventBlock__nextYear__1leEHpIx.eventBlock__disabled__C5h1sILZ .eventBlock__scrollTop__2HrZ-fxG,
  .eventBlock__nextYear__1leEHpIx.eventBlock__disabled__C5h1sILZ .eventBlock__scrollBottom__SyuD-zvC,
  .eventBlock__prevYear__2lkRsQ5R.eventBlock__disabled__C5h1sILZ .eventBlock__scrollTop__2HrZ-fxG,
  .eventBlock__prevYear__2lkRsQ5R.eventBlock__disabled__C5h1sILZ .eventBlock__scrollBottom__SyuD-zvC {
    opacity: 0; }

.eventBlock__nextYear__1leEHpIx {
  top: auto;
  bottom: 14vh; }

.eventBlock__line__3_6NRu1A {
  position: fixed;
  left: 50%;
  top: 120px;
  bottom: 120px;
  display: block;
  z-index: 0; }
  .eventBlock__line__3_6NRu1A img {
    position: absolute;
    top: 0;
    width: 2px;
    height: 250px;
    opacity: 0.4; }
    .eventBlock__line__3_6NRu1A img + img {
      transform: rotate(180deg);
      top: auto;
      bottom: 0; }

.eventBlock__circle__3MWUni7Z {
  width: 72px;
  height: 128px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 3; }

@keyframes eventBlock__scrolldown__3BUM_3iU {
  0% {
    background-position: 0 -50px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 50px; } }

@keyframes eventBlock__scrolltop__1Xz8lVZB {
  0% {
    background-position: 0 50px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 -50px; } }

.eventBlockMobile__model__3s8BDFmf img, .eventBlockMobile__desctiption__BtyeIEjR img, .eventBlockMobile__desctiption__BtyeIEjR:after, .eventBlockMobile__next__1YpAncTE:after, .eventBlockMobile__next__1YpAncTE img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes eventBlockMobile__fillBar__3lTfVIhu {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.eventBlockMobile__wrapper__1pBkrJC3 {
  background: #181818;
  color: #fff;
  padding-bottom: 100px; }
  .eventBlockMobile__wrapper__1pBkrJC3 .swiper-container {
    padding-left: 20px;
    padding-bottom: 60px; }
  .eventBlockMobile__wrapper__1pBkrJC3 .swiper-pagination {
    justify-content: flex-start !important;
    bottom: 0 !important;
    left: 20px !important;
    transform: none !important; }

.eventBlockMobile__models__2brnxllU {
  padding-top: 60px;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.eventBlockMobile__modelsTitle__T6MHrLZ_ {
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Title-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 18px; }

.eventBlockMobile__btnFocuson__14bdJhFi {
  margin: 70px 40px;
  display: flex;
  justify-content: center; }

.eventBlockMobile__model__3s8BDFmf {
  width: 70vw; }
  @media (max-width: 961px) and (min-device-width: 375px) and (max-device-width: 932px) and (orientation: landscape) {
    .eventBlockMobile__model__3s8BDFmf {
      width: 55vw; } }
  .eventBlockMobile__model__3s8BDFmf span {
    display: block;
    position: relative;
    padding-bottom: 65.64417%; }
  .eventBlockMobile__model__3s8BDFmf img {
    object-fit: cover;
    display: block; }

.eventBlockMobile__desctiption__BtyeIEjR {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Title-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  min-height: 90vh;
  position: relative;
  font-size: 26px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .eventBlockMobile__desctiption__BtyeIEjR p {
    margin: 0;
    padding: 40px;
    position: relative;
    z-index: 3;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase; }
  .eventBlockMobile__desctiption__BtyeIEjR img {
    object-fit: cover; }
  .eventBlockMobile__desctiption__BtyeIEjR:after {
    content: "";
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.eventBlockMobile__next__1YpAncTE {
  height: 90vh;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 2; }
  .eventBlockMobile__next__1YpAncTE:after {
    content: "";
    pointer-events: none;
    background: linear-gradient(to bottom, #181818 0%, rgba(0, 0, 0, 0) 50%, #181818 100%); }
  .eventBlockMobile__next__1YpAncTE img {
    object-fit: cover; }
  .eventBlockMobile__next__1YpAncTE .eventBlockMobile__nextText__IyvUbvzh {
    position: relative;
    z-index: 3; }
  .eventBlockMobile__next__1YpAncTE .eventBlockMobile__nextYear__379pRuEy {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Title-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 16px;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 40px; }
  .eventBlockMobile__next__1YpAncTE .eventBlockMobile__nextTitle__o3LzkzjR {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Title-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 44px;
    max-width: 100vw;
    padding: 0 20px;
    overflow-wrap: break-word; }

@keyframes filters__fillBar__1Du8TV1l {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.filters__wrapper__3W6EUcgo {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 40px;
  z-index: 9;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #fff; }
  @media (min-width: 80em) {
    .filters__wrapper__3W6EUcgo {
      padding-top: 140px; } }

.filters__form__Ao84ICPd {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  position: relative;
  display: none; }
  .filters__form__Ao84ICPd input {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.6em;
    width: calc(100% - 250px);
    font-size: 24px;
    appearance: none;
    color: #fff;
    display: block;
    background: none;
    border: none;
    outline: none;
    letter-spacing: 0.08em;
    position: relative; }
    .filters__form__Ao84ICPd input:focus {
      outline: none; }

.filters__searchBtn__zs6wEdD7 {
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer; }

.filters__searchClose__3pSpLVOh {
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer; }
  .filters__searchClose__3pSpLVOh svg {
    fill: #fff;
    width: 14px;
    height: 14px; }

.filters__searchControls__1iPHyljg {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 2; }

.filters__category__1L1zCouA {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  padding-top: 10px;
  text-transform: uppercase;
  margin: 0 10px;
  margin-bottom: 10px;
  opacity: 0.6;
  border-bottom: 1px solid transparent;
  transition: opacity 0.2s; }
  .filters__category__1L1zCouA:hover, .filters__category__1L1zCouA.filters__categoryActive__3gQoTJ_Q {
    opacity: 1;
    border-color: #fff; }

.filters__categories__o_EKC32i {
  position: relative; }
  .filters__categories__o_EKC32i ul {
    padding-left: 0;
    margin: 0;
    padding-right: 100px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center; }

.filters__lens__1xkbTpCT {
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }
  .filters__lens__1xkbTpCT svg {
    display: block;
    fill: #fff;
    width: 22px;
    height: 22px; }

.filters__wrapper__3W6EUcgo.filters__wrapperSearch__2qszF8vx .filters__lens__1xkbTpCT {
  display: none; }

.filters__wrapper__3W6EUcgo.filters__wrapperSearch__2qszF8vx .filters__form__Ao84ICPd {
  display: block; }

.filters__wrapper__3W6EUcgo.filters__wrapperSearch__2qszF8vx .filters__categories__o_EKC32i {
  margin-top: 30px; }

.filters__wrapper__3W6EUcgo.filters__wrapperSearch__2qszF8vx .filters__category__1L1zCouA {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px; }
  .filters__wrapper__3W6EUcgo.filters__wrapperSearch__2qszF8vx .filters__category__1L1zCouA.filters__categoryActive__3gQoTJ_Q {
    opacity: 1;
    border-color: #da291c;
    background: #da291c; }

.filters__stickySearch__MTe1qrwN {
  position: fixed;
  right: 90px;
  top: 135px;
  z-index: 9;
  pointer-events: none;
  transform: scale(0);
  transition: transform 0.2s;
  transform-origin: 50% 50%; }
  @media screen and (min-width: 1700px) {
    .filters__stickySearch__MTe1qrwN {
      right: auto;
      left: 50%;
      margin-left: 710px; } }
  .filters__stickySearch__MTe1qrwN.filters__visible__1K7O9OIN {
    transform: scale(1);
    pointer-events: auto; }

.filtersMobile__wrapper__3Lf5Tmwd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes filtersMobile__fillBar__NcVyMzKN {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.filtersMobile__wrapper__3Lf5Tmwd {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  z-index: 1100;
  position: fixed;
  background: #fff;
  padding: 40px 20px;
  color: #969696;
  font-size: 11px;
  display: none; }
  .filtersMobile__wrapper__3Lf5Tmwd.filtersMobile__open__PSsoyods {
    display: block; }

.filtersMobile__form__lw4M_rZR {
  border-bottom: 1px solid #181818;
  position: relative;
  margin: 0 10px; }
  .filtersMobile__form__lw4M_rZR input {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.6em;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
    font-size: 16px;
    appearance: none;
    color: #181818;
    display: block;
    background: none;
    border: none;
    outline: none;
    letter-spacing: 0.08em;
    position: relative; }
    .filtersMobile__form__lw4M_rZR input:focus {
      outline: none; }

.filtersMobile__searchBtn__1NHLHbwf {
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer; }

.filtersMobile__searchClose__2QGZk1e- {
  position: absolute;
  right: 0;
  top: 0; }
  .filtersMobile__searchClose__2QGZk1e- svg {
    fill: #181818;
    width: 14px;
    height: 14px; }

.filtersMobile__lens__3gQYfvxu {
  position: absolute;
  left: 0;
  top: 0; }
  .filtersMobile__lens__3gQYfvxu svg {
    display: block;
    fill: #181818;
    width: 22px;
    height: 22px; }
    .filtersMobile__lens__3gQYfvxu svg g {
      fill: #181818 !important; }

.filtersMobile__category__1_qFmbRZ {
  display: inline-block;
  padding: 10px 25px;
  padding-top: 11px;
  text-transform: uppercase;
  margin: 10px;
  border: 1px solid #969696;
  border-radius: 5px;
  transition: opacity 0.2s; }
  .filtersMobile__category__1_qFmbRZ.filtersMobile__categoryActive__adAAxi7D {
    opacity: 1;
    border: 1px solid #da291c;
    background: #da291c;
    color: #fff; }

.filtersMobile__categories__3T0F8XMn {
  position: relative; }
  .filtersMobile__categories__3T0F8XMn ul {
    margin: 0;
    margin-top: 40px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

.filtersMobile__close__3jbqrBYC {
  margin-bottom: 50px;
  margin-left: 10px; }

.filtersMobile__filterCta__2hsh6L2P {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px; }

.garage__wrapper__20wLCvRd, .garage-thumb img, .garage-thumb .garage__text__Y5AsN713 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes garage__fillBar__26-Demtp {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.garage__wrapper__20wLCvRd {
  background: transparent;
  color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .garage__wrapper__20wLCvRd .ps {
    padding-bottom: 40px;
    position: relative;
    height: 100%; }
    @media (min-width: 80em) {
      .garage__wrapper__20wLCvRd .ps {
        padding-left: 160px; } }
  .garage__wrapper__20wLCvRd .ps__rail-y {
    width: 7px;
    background: rgba(255, 255, 255, 0.2);
    right: 0;
    opacity: 1 !important; }
  .garage__wrapper__20wLCvRd .ps__thumb-y {
    width: 6px;
    background: #da291c;
    right: 0;
    border-radius: 0; }

.garage__content__33dFWwJY {
  margin: 0 auto;
  width: 90%;
  margin-top: 160px; }
  @media (min-width: 80em) {
    .garage__content__33dFWwJY {
      max-width: 1400px;
      margin-top: 0; } }

.garage__section__1MxVbabQ {
  margin-bottom: 140px;
  position: relative; }
  .garage__section__1MxVbabQ:nth-child(even) .garage__sectionModels__l3R-p12J .garage__sectionLine__39HvwiBC {
    transform: translateX(-50%) scaleX(-1); }
  .garage__section__1MxVbabQ:last-child {
    margin-bottom: 30vh; }
    .garage__section__1MxVbabQ:last-child .garage__sectionModels__l3R-p12J .garage__sectionLine__39HvwiBC {
      display: none; }

.garage__sectionYear__39lCOpp7 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Title-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  display: block;
  text-align: center;
  font-size: 34px; }
  @media (min-width: 60.0625em) {
    .garage__sectionYear__39lCOpp7 {
      font-size: 44px; } }

.garage__sectionModels__l3R-p12J {
  position: relative; }
  @media (min-width: 60.0625em) {
    .garage__sectionModels__l3R-p12J {
      display: flex;
      flex-wrap: wrap; } }
  .garage__sectionModels__l3R-p12J .garage__sectionLine__39HvwiBC {
    position: absolute;
    display: block;
    left: 50%;
    top: -10%;
    bottom: 0;
    opacity: 0.2;
    transform-origin: 50% 50%;
    transform: translateX(-50%);
    display: none; }
    @media (min-width: 60.0625em) {
      .garage__sectionModels__l3R-p12J .garage__sectionLine__39HvwiBC {
        display: block; } }

.garage-thumb {
  display: block;
  z-index: 2;
  width: 100%;
  background: #ccc;
  transition: opacity 0.2s;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s;
  color: #fff; }
  @media (min-width: 60.0625em) {
    .garage-thumb {
      margin: 6px;
      width: calc(25% - 12px); } }
  .garage-thumb .garage__imageWrapper__1YVZjv2u {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 68.18182%;
    transition: transform 5s; }
  .garage-thumb img {
    overflow: hidden;
    object-fit: cover;
    display: block;
    width: 100%; }
  .garage-thumb:hover .garage__imageWrapper__1YVZjv2u {
    transform: scale(1.1); }
  .garage-thumb.garage__thumbDisabled__2n5ZM4Dg {
    opacity: 0.2;
    pointer-events: none; }
  .garage-thumb .garage__text__Y5AsN713 {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.6em;
    display: flex;
    align-items: flex-end;
    padding: 12px 20px;
    transition: 0.4s;
    transform: translateY(20px);
    opacity: 0; }
    .garage-thumb .garage__text__Y5AsN713:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 70%;
      display: block;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
    .garage-thumb .garage__text__Y5AsN713 > span {
      z-index: 2;
      position: relative; }
  .garage-thumb.-loaded {
    transform: translateY(0);
    opacity: 1; }
    .garage-thumb.-loaded .garage__text__Y5AsN713 {
      transform: translateY(0);
      opacity: 1; }

.garage__filterBtn__IbYaeURv {
  position: absolute;
  left: 20px;
  top: 85px;
  display: block;
  z-index: 9; }
  .garage__filterBtn__IbYaeURv.garage__sticky__3bmGkuyz {
    position: fixed; }

.garage__nores__2Se6Cvfy {
  display: block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-top: 50px; }

@keyframes Slider__fillBar__2rv8faFe {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

/**** CAROUSEL *****/
.Slider__carousel__2ZM6PFIZ {
  display: flex;
  width: 100%;
  height: 100%; }
  .Slider__carousel__2ZM6PFIZ .swiper-container {
    width: 100%; }
    .Slider__mobileFreemode__17Wpp_u6 .Slider__carousel__2ZM6PFIZ .swiper-container {
      overflow: visible; }
      @media (min-width: 60.0625em) {
        .Slider__mobileFreemode__17Wpp_u6 .Slider__carousel__2ZM6PFIZ .swiper-container {
          overflow: hidden; } }
  .Slider__carousel__2ZM6PFIZ.Slider__vertical__1YivtZ37 {
    display: flex; }
  .Slider__carousel__2ZM6PFIZ.Slider__focus__NUMe_zK- {
    display: flex; }

.Slider__horizontal__3YclJjuW .swiper-container {
  padding-bottom: 30px; }
  @media (min-width: 60.0625em) {
    .Slider__horizontal__3YclJjuW .swiper-container {
      padding-bottom: 50px; } }

.swiper-button-prev,
.swiper-button-next {
  background: none;
  top: auto;
  bottom: 18px;
  width: 10px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  outline: none; }
  .Slider__mobileFreemode__17Wpp_u6 .swiper-button-prev, .Slider__mobileFreemode__17Wpp_u6
  .swiper-button-next {
    display: none; }
    @media (min-width: 60.0625em) {
      .Slider__mobileFreemode__17Wpp_u6 .swiper-button-prev, .Slider__mobileFreemode__17Wpp_u6
      .swiper-button-next {
        display: block; } }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    fill: #fff; }
  .Slider__hide-buttons__2tKGJz_t .swiper-button-prev, .Slider__hide-buttons__2tKGJz_t
  .swiper-button-next {
    display: none !important; }

.swiper-button-prev {
  left: 1px; }

.swiper-button-next {
  right: 1px; }

.swiper-scrollbar {
  left: 0;
  height: 1px !important;
  background: #7d7d7d;
  display: none; }
  .Slider__mobileFreemode__17Wpp_u6 .swiper-scrollbar {
    display: block; }
    @media (min-width: 60.0625em) {
      .Slider__mobileFreemode__17Wpp_u6 .swiper-scrollbar {
        display: none; } }

.swiper-scrollbar-drag {
  background: #d4d2d2; }

.swiper-pagination,
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 50%;
  bottom: 12px;
  height: 30px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center; }
  .Slider__mobileFreemode__17Wpp_u6 .swiper-pagination, .Slider__mobileFreemode__17Wpp_u6
  .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none; }
    @media (min-width: 60.0625em) {
      .Slider__mobileFreemode__17Wpp_u6 .swiper-pagination, .Slider__mobileFreemode__17Wpp_u6
      .swiper-container-horizontal > .swiper-pagination-bullets {
        display: block; } }

.swiper-container-vertical > .swiper-pagination-bullets {
  left: 24px;
  right: auto;
  height: auto;
  bottom: auto;
  top: 50%;
  transform: translate(0, -50%);
  flex-direction: column; }

.Slider__hide-pagination__1sSHklpK .swiper-pagination {
  display: none !important; }

.swiper-pagination-bullet {
  outline: none;
  position: relative;
  opacity: 1;
  width: 10px;
  height: 10px;
  transform: none;
  margin: 0 8px;
  background: none;
  cursor: pointer; }
  .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow: hidden;
    border-radius: 100%; }

.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 100%; }

.Slider__swiperProgress__2bVVIj9O {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 9; }
  .Slider__swiperProgress__2bVVIj9O > span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #da291c;
    transform: scaleX(0);
    transform-origin: 0 50%; }

/**** END CAROUSEL *****/
.Slider__container___GaWoLUs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }
  .Slider__container___GaWoLUs .swiper-container {
    overflow: visible; }
  .Slider__container___GaWoLUs .swiper-wrapper {
    flex-direction: column; }
    @media (min-width: 60.0625em) {
      .Slider__container___GaWoLUs .swiper-wrapper {
        flex-direction: row; } }
  .Slider__container___GaWoLUs .Slider__carousel__2ZM6PFIZ {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 50px 24px 0 24px;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 60.0625em) {
      .Slider__container___GaWoLUs .Slider__carousel__2ZM6PFIZ {
        overflow: visible;
        padding: 0;
        height: 100%; } }

.Slider__slide__3qejQj8S {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  flex: 0 0 auto; }
  .Slider__slide__3qejQj8S:first-child .Slider__image-wrapper__2CI6XL0n:not(.Slider__image-wrapper--video__2CDq9aeA) {
    width: 100%; }
    @media (min-width: 60.0625em) {
      .Slider__slide__3qejQj8S:first-child .Slider__image-wrapper__2CI6XL0n:not(.Slider__image-wrapper--video__2CDq9aeA) {
        width: auto; } }
    .Slider__slide__3qejQj8S:first-child .Slider__image-wrapper__2CI6XL0n:not(.Slider__image-wrapper--video__2CDq9aeA) img {
      width: calc(100% + 48px);
      margin-left: -24px; }
      @media (min-width: 60.0625em) {
        .Slider__slide__3qejQj8S:first-child .Slider__image-wrapper__2CI6XL0n:not(.Slider__image-wrapper--video__2CDq9aeA) img {
          width: auto;
          margin: 0; } }
  .Slider__slide__3qejQj8S:last-child {
    padding: 0 0 160px 0; }
  @media (min-width: 60.0625em) {
    .Slider__slide__3qejQj8S {
      flex-direction: row;
      width: auto;
      height: 100vh; }
      .Slider__slide__3qejQj8S:last-child {
        padding: 0; }
        .Slider__slide__3qejQj8S:last-child .Slider__image-wrapper__2CI6XL0n {
          padding: 0; } }
  .Slider__slide--vertical__3WJukJ3i {
    flex-direction: column; }
    @media (min-width: 60.0625em) {
      .Slider__slide--vertical__3WJukJ3i {
        padding: 20vh 0 0 0;
        padding: 0 5vw 0 0; } }

.Slider__text-wrapper__1iLS_C6k {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
  flex: 1 0 auto; }
  @media (min-width: 60.0625em) {
    .Slider__text-wrapper__1iLS_C6k {
      padding: 10vh 5vw 10vh 0;
      height: 100%; } }
  .Slider__slide--vertical__3WJukJ3i .Slider__text-wrapper__1iLS_C6k {
    height: auto;
    padding: 5vh 0 5vh 0;
    flex: 0 0 auto; }
    @media (min-width: 60.0625em) {
      .Slider__slide--vertical__3WJukJ3i .Slider__text-wrapper__1iLS_C6k {
        padding-left: 80px; } }

@media (min-width: 60.0625em) {
  .Slider__headline-flex__1fgxhfov {
    justify-content: flex-end; } }

.Slider__image-wrapper__2CI6XL0n {
  display: block; }
  @media (min-width: 60.0625em) {
    .Slider__image-wrapper__2CI6XL0n {
      height: 100vh;
      display: flex;
      flex: 0 0 auto;
      align-self: flex-start;
      padding: 0 5vw 0 0; } }
  .Slider__image-wrapper__2CI6XL0n img {
    display: block;
    object-fit: contain;
    width: 100%; }
    @media (min-width: 60.0625em) {
      .Slider__image-wrapper__2CI6XL0n img {
        width: auto;
        height: 100%; } }
  .Slider__slide--vertical__3WJukJ3i .Slider__image-wrapper__2CI6XL0n {
    order: -1;
    padding: 0;
    flex: 0 1 auto;
    min-height: 0;
    text-align: center; }
    @media (min-width: 60.0625em) {
      .Slider__slide--vertical__3WJukJ3i .Slider__image-wrapper__2CI6XL0n {
        height: 50vh; } }
  .Slider__image-wrapper--video__2CDq9aeA {
    padding: 0 0 60%;
    height: 0;
    margin: 0 0 0 -24px;
    width: calc(100% + 48px);
    align-self: flex-start;
    position: relative; }
    @media (min-width: 60.0625em) {
      .Slider__image-wrapper--video__2CDq9aeA {
        padding: 0;
        margin: 0 5vw 0 0;
        height: 100vh;
        width: 177.77vh; } }
    .Slider__image-wrapper--video__2CDq9aeA .th-video {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
      .Slider__image-wrapper--video__2CDq9aeA .th-video.th-media-init .th-controls {
        display: none !important; }
      .Slider__image-wrapper--video__2CDq9aeA .th-video.th-fullscreen .th-time-info-text {
        right: 60px; }
      .Slider__image-wrapper--video__2CDq9aeA .th-video.th-fullscreen .th-volume-button {
        right: 0; }
      .Slider__image-wrapper--video__2CDq9aeA .th-video.th-fullscreen .th-fullscreen-button {
        position: fixed !important;
        cursor: pointer;
        top: 50px;
        bottom: auto;
        left: 25px;
        background: url(/assets/images/cross.svg);
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center; }
        .Slider__image-wrapper--video__2CDq9aeA .th-video.th-fullscreen .th-fullscreen-button .th-button {
          display: none !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-caption-text,
    .Slider__image-wrapper--video__2CDq9aeA .th-hd-button,
    .Slider__image-wrapper--video__2CDq9aeA .th-speed-button {
      display: none !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-controls:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.7));
      opacity: 0;
      transition: opacity 200ms; }
    .Slider__image-wrapper--video__2CDq9aeA .th-media-paused .th-controls:before,
    .Slider__image-wrapper--video__2CDq9aeA .th-user-active .th-controls:before {
      opacity: 1; }
    .Slider__image-wrapper--video__2CDq9aeA .th-control-bar.th-horizontal.th-bottom {
      width: calc(100% - 40px);
      margin: 0 20px;
      padding: 0;
      bottom: 35px !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-control-bar.th-horizontal
.th-group:not(:first-child)
> div:first-child {
      padding-left: 0; }
    .Slider__image-wrapper--video__2CDq9aeA .th-control-bg-color {
      background: none !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-play-button {
      position: absolute !important;
      bottom: calc(100% + 40px);
      left: 0;
      width: 76px;
      height: 76px !important;
      border: 2px solid #969696;
      overflow: hidden;
      border-radius: 100%;
      display: flex !important;
      justify-content: center;
      align-items: center; }
      .Slider__image-wrapper--video__2CDq9aeA .th-play-button .th-play-btn,
      .Slider__image-wrapper--video__2CDq9aeA .th-play-button .th-pause-btn {
        -webkit-tap-highlight-color: transparent;
        background: none !important; }
      .Slider__image-wrapper--video__2CDq9aeA .th-play-button .th-play-icon {
        width: 15px !important;
        height: 18px !important;
        margin-right: -4px; }
      .Slider__image-wrapper--video__2CDq9aeA .th-play-button .th-pause-icon {
        width: 12px !important;
        height: 18px !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-volume-button {
      position: absolute !important;
      bottom: calc(100% + 55px);
      right: 60px;
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: 100%;
      width: 40px !important;
      height: 40px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .Slider__image-wrapper--video__2CDq9aeA .th-volume-button .th-volume-btn {
        background: none !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-fullscreen-button {
      position: absolute !important;
      bottom: calc(100% + 55px);
      right: 0;
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: 100%;
      width: 40px !important;
      height: 40px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .Slider__image-wrapper--video__2CDq9aeA .th-fullscreen-button .th-volume-btn {
        background: none !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-time-seek {
      display: flex !important;
      max-width: 100% !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-time-info-text {
      position: absolute;
      bottom: calc(100% + 60px);
      right: 120px; }
      .Slider__image-wrapper--video__2CDq9aeA .th-time-info-text .th-time-info {
        background: none !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-currenttime {
      font-family: "Title-Font" !important;
      font-size: 26px !important; }
      @media (min-width: 80em) {
        .Slider__image-wrapper--video__2CDq9aeA .th-currenttime {
          font-size: 32px !important; } }
    .Slider__image-wrapper--video__2CDq9aeA .th-duration {
      font-family: "Title-Font" !important;
      font-size: 26px !important;
      color: #969696;
      margin-left: 15px; }
      @media (min-width: 80em) {
        .Slider__image-wrapper--video__2CDq9aeA .th-duration {
          font-size: 32px !important; } }
      .Slider__image-wrapper--video__2CDq9aeA .th-duration:before {
        display: none !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-time-total {
      height: 2px !important;
      background-color: #d4d2d2 !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-time-rail,
    .Slider__image-wrapper--video__2CDq9aeA .th-main,
    .Slider__image-wrapper--video__2CDq9aeA .th-bottom {
      background: none !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-time-current:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 6px;
      height: 6px;
      transform: translate(50%, -50%);
      border-radius: 50%;
      overflow: hidden;
      background: #da291c url("/svg/double-arrows.svg") no-repeat center center;
      background-size: 15px 10px;
      z-index: 1; }
    .Slider__image-wrapper--video__2CDq9aeA .th-time-rail:hover .th-time-current:after {
      width: 30px;
      height: 30px;
      background-color: #fff; }
    .Slider__image-wrapper--video__2CDq9aeA .th-time-float {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-family: "Body-Font";
      font-weight: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      font-size: 12px;
      line-height: 1.27em;
      text-transform: uppercase;
      margin-left: -5px; }
    .Slider__image-wrapper--video__2CDq9aeA .th-svg-bg-color {
      fill: none !important;
      stroke: rgba(255, 255, 255, 0.4);
      stroke-width: 2px; }
    .Slider__image-wrapper--video__2CDq9aeA .th-mobile .th-play-button {
      position: absolute !important;
      bottom: calc(100%);
      width: 40px !important;
      height: 40px !important; }
    .Slider__image-wrapper--video__2CDq9aeA .th-mobile .th-time-info-text {
      bottom: calc(100%);
      right: 0; }
    .Slider__image-wrapper--video__2CDq9aeA .th-mobile .th-currenttime,
    .Slider__image-wrapper--video__2CDq9aeA .th-mobile .th-duration {
      font-size: 25px; }

.Slider__related__31mYa2Vl {
  background: #181818;
  width: calc(100% + 48px);
  padding: 0 24px;
  margin: 24px 0 0 -24px;
  text-align: center;
  overflow: auto;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 60.0625em) {
    .Slider__related__31mYa2Vl {
      width: 100%;
      height: 100vh;
      max-width: 615px;
      margin: 0;
      padding: 0 60px; } }
  .Slider__related__31mYa2Vl .Slider__title__2KeQHliH {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Title-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 18px;
    line-height: 1.3em;
    font-size: 18px !important;
    color: #fff;
    margin: 50px auto; }
    @media (min-width: 80em) {
      .Slider__related__31mYa2Vl .Slider__title__2KeQHliH {
        margin: 57px auto; } }

.Slider__related-items__YfhdEJy7 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 60.0625em) {
    .Slider__related-items__YfhdEJy7 {
      flex: 0 1 650px; } }

.Slider__related-item__23IxNQdJ {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 25px;
  margin-bottom: 25px;
  flex: 1 1 50%;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden; }
  @media (min-width: 60.0625em) {
    .Slider__related-item__23IxNQdJ {
      min-height: 200px; } }
  @media (min-width: 80em) {
    .Slider__related-item__23IxNQdJ {
      padding: 35px 25px; } }
  .Slider__related-item__23IxNQdJ .Slider__content__AFaW216Y {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .Slider__related-item__23IxNQdJ .Slider__caption__3vZwBOma {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.27em;
    text-transform: uppercase;
    margin: auto 0 5px; }
  .Slider__related-item__23IxNQdJ .Slider__title__2KeQHliH {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Title-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 26px;
    line-height: 1.2em;
    font-size: 28px !important;
    margin: 0 0 25px;
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 37.5625em) {
      .Slider__related-item__23IxNQdJ .Slider__title__2KeQHliH {
        font-size: 32px; } }
    @media (min-width: 60.0625em) {
      .Slider__related-item__23IxNQdJ .Slider__title__2KeQHliH {
        font-size: 36px; } }
  .Slider__related-item__23IxNQdJ .Slider__btn__3tDsqoCa {
    margin-top: auto; }
  .Slider__related-item__23IxNQdJ .Slider__background-content__1y0D7hVV {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease; }
    .Slider__related-item__23IxNQdJ .Slider__background-content__1y0D7hVV:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      background-color: rgba(24, 24, 24, 0.65); }
    .Slider__related-item__23IxNQdJ .Slider__background-content__1y0D7hVV img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .Slider__related-item__23IxNQdJ:hover .Slider__background-content__1y0D7hVV {
    transform: scale(1.05) translateZ(0); }

.Slider__cta__13pIlC66 {
  margin-top: auto; }

@keyframes ModelDetail__fillBar__2HW4EebT {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

/*
  *** WARNING ***
  Don't add css rules in here because this file is imported on every component and will produce redundant style
 */
.ModelDetail__container__1LqHHTi5 {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--ferrari-vh-fix, 1vh) * 100);
  overflow: hidden; }
  .ModelDetail__container__1LqHHTi5:before, .ModelDetail__container__1LqHHTi5:after {
    content: "";
    position: absolute;
    height: 150px;
    width: 100%;
    opacity: 0.7;
    z-index: 2;
    pointer-events: none; }
  .ModelDetail__container__1LqHHTi5:before {
    top: 0;
    left: 0;
    height: 150px;
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); }
  .ModelDetail__container__1LqHHTi5:after {
    bottom: 0;
    left: 0;
    height: 320px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, black 100%); }

.ModelDetail__close-popup__2Wz0_Cii {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2; }
  @media (min-width: 37.5625em) {
    .ModelDetail__close-popup__2Wz0_Cii {
      left: 32px; } }
  @media (min-width: 60.0625em) {
    .ModelDetail__close-popup__2Wz0_Cii {
      left: 48px; } }

.ModelDetail__share__2Cj5B3EL {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2; }
  @media (min-width: 37.5625em) {
    .ModelDetail__share__2Cj5B3EL {
      right: 32px; } }
  @media (min-width: 60.0625em) {
    .ModelDetail__share__2Cj5B3EL {
      right: 48px; } }

.ModelDetail__carousel-wrap__1BsG3m4q {
  position: relative; }

.ModelDetail__carousel__ZA1Su_3n {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

.ModelDetail__ui-bottom__TWAi5j43 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 16px 16px;
  transition: padding 0.2s; }
  @media (min-width: 60.0625em) {
    .ModelDetail__collapse__2bcrYRV2 .ModelDetail__ui-bottom__TWAi5j43 {
      padding-bottom: 100px; } }
  .ModelDetail__ui-bottom__TWAi5j43:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
    transform: translateY(100%);
    transition: opacity 300ms, transform 300ms; }
  .ModelDetail__ui-bottom--data-visible__2wOLVxZ4:before {
    transform: translateY(0);
    opacity: 1; }
  .ModelDetail__ui-bottom--data-visible__2wOLVxZ4 .ModelDetail__data__3a5fI2Bb .ModelDetail__trigger__1wKj2tEE {
    transform: rotate(0deg); }

.ModelDetail__controls__2UAHVvnd {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1.27em;
  text-transform: uppercase;
  color: #fff;
  min-height: 48px; }
  @media (min-width: 60.0625em) {
    .ModelDetail__controls__2UAHVvnd {
      padding: 0;
      justify-content: space-between; } }
  .ModelDetail__controls__2UAHVvnd svg {
    fill: #fff;
    margin: 0 16px; }
  .ModelDetail__controls__2UAHVvnd .ModelDetail__arrow-next__1UF79TOv,
  .ModelDetail__controls__2UAHVvnd .ModelDetail__arrow-prev__2PpPIt0Y {
    display: none;
    cursor: pointer;
    align-items: center;
    padding: 8px; }
    @media (min-width: 37.5625em) {
      .ModelDetail__controls__2UAHVvnd .ModelDetail__arrow-next__1UF79TOv,
      .ModelDetail__controls__2UAHVvnd .ModelDetail__arrow-prev__2PpPIt0Y {
        padding: 16px; } }
    @media (min-width: 60.0625em) {
      .ModelDetail__controls__2UAHVvnd .ModelDetail__arrow-next__1UF79TOv,
      .ModelDetail__controls__2UAHVvnd .ModelDetail__arrow-prev__2PpPIt0Y {
        display: flex; } }
  .ModelDetail__controls__2UAHVvnd .ModelDetail__pagination__vGprKjBj {
    font-size: 0;
    display: flex; }
    .ModelDetail__controls__2UAHVvnd .ModelDetail__pagination__vGprKjBj .ModelDetail__bullet__1L9WKSu8 {
      flex: 0 0 24px;
      display: inline-block;
      outline: none;
      position: relative;
      opacity: 1;
      width: 24px;
      height: 24px;
      margin: 0;
      cursor: pointer;
      transition: transform 200ms, opacity 200ms, left 200ms; }
      .ModelDetail__controls__2UAHVvnd .ModelDetail__pagination__vGprKjBj .ModelDetail__bullet__1L9WKSu8:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 4px;
        transform: translate(-50%, -50%);
        background: #fff;
        overflow: hidden;
        border-radius: 100%; }
      .ModelDetail__controls__2UAHVvnd .ModelDetail__pagination__vGprKjBj .ModelDetail__bullet__1L9WKSu8 svg {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 24px;
        transform: translate(-50%, -50%);
        margin: 0; }
        .ModelDetail__controls__2UAHVvnd .ModelDetail__pagination__vGprKjBj .ModelDetail__bullet__1L9WKSu8 svg circle {
          stroke: #fff; }
      .ModelDetail__controls__2UAHVvnd .ModelDetail__pagination__vGprKjBj .ModelDetail__bullet--active__3zLDNY5G svg {
        transition: opacity 200ms;
        opacity: 1; }
      .ModelDetail__controls__2UAHVvnd .ModelDetail__pagination__vGprKjBj .ModelDetail__bullet--half-fade__2CR1fozm {
        opacity: 0.5; }
      .ModelDetail__controls__2UAHVvnd .ModelDetail__pagination__vGprKjBj .ModelDetail__bullet--fade__2EA3OcFW {
        opacity: 0;
        transform: scale(0); }

.ModelDetail__data__3a5fI2Bb {
  position: relative;
  z-index: 10;
  padding: 0 8px;
  color: #fff; }
  @media (min-width: 37.5625em) {
    .ModelDetail__data__3a5fI2Bb {
      padding: 0 16px; } }
  @media (min-width: 60.0625em) {
    .ModelDetail__data__3a5fI2Bb {
      padding: 0 32px; } }
  .ModelDetail__data__3a5fI2Bb .ModelDetail__year__339u8ldU {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Title-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 8px;
    font-size: 11px; }
    @media (min-width: 37.5625em) {
      .ModelDetail__data__3a5fI2Bb .ModelDetail__year__339u8ldU {
        font-size: 16px; } }
  .ModelDetail__data__3a5fI2Bb .ModelDetail__name-wrap__3k6-gyf3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 37.5625em) {
      .ModelDetail__data__3a5fI2Bb .ModelDetail__name-wrap__3k6-gyf3 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 24px; } }
  .ModelDetail__data__3a5fI2Bb .ModelDetail__trigger__1wKj2tEE {
    margin: -7px 0 0 30px;
    transform: rotate(45deg);
    transition: transform 200ms; }
    @media (min-width: 37.5625em) {
      .ModelDetail__data__3a5fI2Bb .ModelDetail__trigger__1wKj2tEE {
        position: static;
        margin: -10px 0 0 30px; } }
  .ModelDetail__data__3a5fI2Bb .ModelDetail__name__1IvaTl4O {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Title-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    font-size: 32px; }
    @media (min-width: 60.0625em) {
      .ModelDetail__data__3a5fI2Bb .ModelDetail__name__1IvaTl4O {
        font-size: 40px;
        margin-bottom: 16px; } }
  .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji {
    display: none;
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--ferrari-vh-fix, 1vh) * 100);
    background: #181818;
    padding: 24px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 37.5625em) {
      .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji {
        position: relative;
        background: transparent;
        height: 0;
        padding: 0;
        overflow: hidden; } }
    @media (max-width: 961px) and (min-device-width: 375px) and (max-device-width: 932px) and (orientation: landscape) {
      .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji {
        position: fixed;
        height: 100vh;
        /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--ferrari-vh-fix, 1vh) * 100);
        background: #181818;
        padding: 24px;
        overflow: auto; } }
    @media (min-width: 60.0625em) {
      .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji {
        width: 40%;
        min-width: 500px; } }
    .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji .ModelDetail__scroll-wrapper__3nblIvKC {
      flex: 0 1 auto;
      min-height: 200px;
      margin-top: 16px;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      height: 80vh;
      /* Fallback for browsers that do not support Custom Properties */
      height: calc(var(--ferrari-vh-fix, 1vh) * 80);
      margin: 10px 0 0 0;
      padding: 0 24px; }
      .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji .ModelDetail__scroll-wrapper__3nblIvKC ul {
        margin-top: 0; }
    .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji ul {
      width: 100%;
      list-style-type: none;
      padding: 0;
      margin: 16px 0; }
      .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji ul li {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #969696; }
        @media (min-width: 37.5625em) {
          .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji ul li {
            border-bottom: 1px solid #303030; } }
    .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji .ModelDetail__year__339u8ldU {
      padding: 0 0 0 24px; }
    .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji .ModelDetail__name-wrap__3k6-gyf3 {
      padding: 0 55px 0 24px; }
    .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji .ModelDetail__label__2TM3fi-P {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-family: "Title-Font";
      font-weight: normal;
      font-stretch: normal;
      letter-spacing: normal;
      font-size: 16px;
      line-height: 1.5em;
      color: #969696;
      font-size: 11px;
      text-transform: uppercase;
      padding: 0 5px 0 0;
      max-width: 50%; }
    .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji .ModelDetail__value__1xcwvdXD {
      text-align: right;
      max-width: 50%;
      padding: 0 0 0 5px;
      font-size: 14px; }
    .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji .ModelDetail__link__19M6j67X {
      float: right;
      margin-bottom: 16px; }
    .ModelDetail__data__3a5fI2Bb .ModelDetail__secondary-data__NFXPyFji .ModelDetail__trigger__1wKj2tEE {
      position: absolute;
      top: 24px;
      right: 24px;
      margin: 0; }

@keyframes HistoryBackground__fillBar__3ja-ZQsX {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.HistoryBackground__background__2fv6bo-a {
  background: #181818;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  transform: translateZ(-100px); }
  .HistoryBackground__background__2fv6bo-a canvas {
    opacity: 0.6; }

.history__page__3kKqhuIh, .history__modelsWrapper__1kIshugZ, .history__modelWrapper__y6b9iOQq, .history__moreWrapper__qLWrJezJ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes history__fillBar__RKnhFNul {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.history__page__3kKqhuIh {
  background: #181818; }
  @media (min-width: 60.0625em) {
    .history__page__3kKqhuIh {
      min-height: 700px; } }

.history__share__3Sf9ZdRU {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 720;
  padding: 0 24px; }
  @media (min-width: 37.5625em) {
    .history__share__3Sf9ZdRU {
      padding: 0 32px; } }

[class^="Header__header"]:has([class^="Header__scroller"]) + .history__share__3Sf9ZdRU {
  z-index: 100; }

.history__eventWrapper__3vU-jlTp {
  transform-origin: 50% 50%;
  height: 100%; }
  .history__eventWrapper__3vU-jlTp > span {
    display: block;
    height: 100%; }

.history__modelsWrapper__1kIshugZ {
  position: fixed;
  transform: translateY(100%);
  z-index: 2; }
  .history__modelsWrapper__1kIshugZ.history__filterOpen__3RE2jX1v {
    z-index: 1500; }

.history__modelWrapper__y6b9iOQq {
  position: fixed;
  transform: translateY(100%);
  z-index: 1100;
  overflow: hidden;
  background: #181818; }

.history__moreWrapper__qLWrJezJ {
  position: fixed;
  transform: translate(0, 100%);
  z-index: 1000;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff; }
  .history__moreWrapper__qLWrJezJ h1 {
    text-align: center; }
  @media (min-width: 60.0625em) {
    .history__moreWrapper__qLWrJezJ {
      transform: translate(100%, 0); } }

.history__playerWrapper__1osSYErM {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 135px;
  height: 65px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s 0ms, visibility 1ms 0.3s;
  visibility: hidden;
  transform: translateX(100%) translateY(0); }
  .history__playerWrapper__1osSYErM.history__expanded__11-Kr_4z {
    width: 100%;
    height: auto; }
    @media (min-width: 60.0625em) {
      .history__playerWrapper__1osSYErM.history__expanded__11-Kr_4z {
        width: 350px;
        margin-left: -175px; } }
    @media (min-width: 80em) {
      .history__playerWrapper__1osSYErM.history__expanded__11-Kr_4z {
        width: 800px;
        margin-left: -400px; } }
  @media (min-width: 60.0625em) {
    .history__playerWrapper__1osSYErM {
      z-index: 1200;
      height: auto;
      right: auto;
      width: 350px;
      margin-left: -175px;
      left: 50%;
      transform: translateX(0) translateY(100%); } }
  .history__playerWrapper__1osSYErM.history__show__3h-HppuA {
    transition: transform 0.3s 1ms, visibility 1ms 0s;
    transform: translateX(0) translateY(0);
    visibility: visible; }
  @media (min-width: 80em) {
    .history__playerWrapper__1osSYErM {
      width: 800px;
      margin-left: -400px; } }

.history__mobileEventBar__3Vy-b_r3 {
  position: fixed;
  min-height: 65px;
  padding: 9px 15px;
  padding-right: 60px;
  font-size: 11px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #303030;
  letter-spacing: 1.5px;
  transition: right 0.3s;
  cursor: pointer; }
  @media (min-width: 60.0625em) {
    .history__mobileEventBar__3Vy-b_r3 {
      padding-left: 50px;
      bottom: 35px;
      left: 35px;
      right: auto;
      width: auto;
      background: none; } }
  .history__mobileEventBar__3Vy-b_r3.history__playing__2zf1ZbcN {
    right: 134px; }
    @media (min-width: 60.0625em) {
      .history__mobileEventBar__3Vy-b_r3.history__playing__2zf1ZbcN {
        right: auto; } }
  .history__mobileEventBar__3Vy-b_r3 .history__mobileEventYear__ZWp9CDUL,
  .history__mobileEventBar__3Vy-b_r3 .history__mobileModelsYear__2h4v2BZI,
  .history__mobileEventBar__3Vy-b_r3 .history__mobileEventTitle__20YUB54c {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.6em;
    display: block;
    color: #fff; }
  .history__mobileEventBar__3Vy-b_r3 .history__mobileModelsYear__2h4v2BZI {
    padding-top: 10px; }
  .history__mobileEventBar__3Vy-b_r3 .history__mobileEventTitle__20YUB54c {
    margin-top: 5px;
    text-transform: uppercase;
    color: #969696;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .history__mobileEventBar__3Vy-b_r3 i {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    margin-top: -3px; }
    .history__mobileEventBar__3Vy-b_r3 i svg {
      fill: #fff; }
    @media (min-width: 60.0625em) {
      .history__mobileEventBar__3Vy-b_r3 i {
        display: none; } }
  .history__mobileEventBar__3Vy-b_r3 .history__dots__XLfwQQdV {
    position: absolute;
    left: 0;
    top: 11px;
    width: 40px;
    height: 40px;
    display: none; }
    @media (min-width: 60.0625em) {
      .history__mobileEventBar__3Vy-b_r3 .history__dots__XLfwQQdV {
        display: block; } }

@keyframes introVideo__fillBar__2i50Z2bJ {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.introVideo__video__1xecIhZa {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #181818; }
  .introVideo__video__1xecIhZa::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.8);
    z-index: 2; }
  .introVideo__video__1xecIhZa span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: 0; }
    .introVideo__video__1xecIhZa span video {
      background: transparent;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .introVideo__video__1xecIhZa span .th-video-poster img {
      display: block !important;
      object-fit: cover; }
    .introVideo__video__1xecIhZa span .th-video .th-media-bg-color {
      background-color: transparent; }

.introTextMobile__introWrapper__2uFPRDeg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes introTextMobile__fillBar__2xyiUxvC {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.introTextMobile__intro__39gleJRi {
  position: fixed;
  color: #fff;
  width: 100%;
  height: 100%; }

.introTextMobile__introWrapper__2uFPRDeg {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.introTextMobile__introTitle__3pgu13Qt {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Title-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  opacity: 0; }
  @media (max-width: 961px) and (min-device-width: 375px) and (max-device-width: 932px) and (orientation: landscape) {
    .introTextMobile__introTitle__3pgu13Qt {
      margin: 20px 0; } }
  .introTextMobile__introTitle__3pgu13Qt em {
    font-style: italic;
    text-transform: none;
    padding-right: 5px;
    overflow: hidden;
    display: inline-block; }
  .introTextMobile__introTitle__3pgu13Qt > div {
    overflow: hidden; }
  .introTextMobile__introTitle__3pgu13Qt .char {
    transform: rotate(45deg) translateY(80px);
    transform-origin: "0 100%";
    opacity: 0; }

.introTextMobile__introText__2vQaFGvs {
  font-size: 16px;
  padding: 0 20px;
  line-height: 24px;
  margin-bottom: 80px;
  max-width: 450px; }
  @media (max-width: 961px) and (min-device-width: 375px) and (max-device-width: 932px) and (orientation: landscape) {
    .introTextMobile__introText__2vQaFGvs {
      display: none; } }

.introTextMobile__introTextStart__2G4ggYrS {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Title-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  width: 100%;
  max-width: 650px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  transform: translateX(-50%) translateY(-30%);
  opacity: 0;
  padding: 0 30px; }

.introTextMobile__introCta__3GrRb_5g {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  pointer-events: auto; }
  .introTextMobile__introCta__3GrRb_5g i {
    display: flex;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 12px;
    align-items: center;
    justify-content: center; }
    .introTextMobile__introCta__3GrRb_5g i svg {
      fill: #fff; }
    .introTextMobile__introCta__3GrRb_5g i:before {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 36px;
      height: 36px;
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      transition: 0.3s; }
  .introTextMobile__introCta__3GrRb_5g:hover i:before {
    transform: scale(1.08);
    border: 2px solid white; }

.introTextMobile__introText__2vQaFGvs,
.introTextMobile__introCta__3GrRb_5g {
  transform: translateY(30%);
  opacity: 0; }

@keyframes introText__fillBar__1yZrpPvN {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.introText__intro__eGzHwPRY {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: 270px;
  flex-direction: column;
  text-align: center;
  color: #fff;
  z-index: 9; }
  @media screen and (min-height: 750px) {
    .introText__intro__eGzHwPRY {
      width: 45vh; } }

.introText__introTextStart__3TWUuY2O {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Title-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  transform: translateY(-30%);
  opacity: 0; }
  @media screen and (min-height: 750px) {
    .introText__introTextStart__3TWUuY2O {
      font-size: 2.4vh; } }

.introText__introTitle__37lTgS0I {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Title-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  opacity: 0;
  margin-bottom: 2vh; }
  .introText__introTitle__37lTgS0I > div {
    overflow: hidden; }
  .introText__introTitle__37lTgS0I .char {
    transform: rotate(45deg) translateY(80px);
    transform-origin: "0 100%";
    opacity: 0; }

.introText__introText__3nQQ4yYv {
  font-size: 15px;
  padding: 0 20px;
  line-height: 1.4;
  margin-bottom: 3vh;
  margin-top: 0; }
  @media screen and (min-height: 750px) {
    .introText__introText__3nQQ4yYv {
      font-size: 16px; } }

.introText__introTip__UM_5XGk0 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  margin: 0;
  opacity: 0;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden; }
  .introText__introTip__UM_5XGk0 .char {
    transform: rotate(45deg) translateY(80px);
    transform-origin: "0 100%";
    opacity: 0; }

.introText__introCta__EXFtkwFD {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto; }
  .introText__introCta__EXFtkwFD i {
    display: flex;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 12px;
    align-items: center;
    justify-content: center; }
    .introText__introCta__EXFtkwFD i svg {
      fill: #fff; }
    .introText__introCta__EXFtkwFD i:before {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 36px;
      height: 36px;
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      transition: 0.3s; }
  .introText__introCta__EXFtkwFD:hover i:before {
    transform: scale(1.08);
    border: 2px solid white; }

.introText__introText__3nQQ4yYv,
.introText__introCta__EXFtkwFD {
  transform: translateY(30%);
  opacity: 0; }

.introCarousel__carousel__1w9SeiFG, .introCarousel__carousel__1w9SeiFG .swiper-container, .introCarousel__slidesContent__3cuVX0Yh, .introCarousel__slidesText__GIDwPJst {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes introCarousel__fillBar__2TWOmQjx {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.introCarousel__carousel__1w9SeiFG {
  position: fixed; }
  .introCarousel__carousel__1w9SeiFG .swiper-container {
    background: #181818;
    opacity: 0; }
  .introCarousel__carousel__1w9SeiFG .swiper-wrapper {
    height: 100%; }
  .introCarousel__carousel__1w9SeiFG .swiper-slide {
    height: 100%; }
    .introCarousel__carousel__1w9SeiFG .swiper-slide img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .introCarousel__carousel__1w9SeiFG .swiper-slide::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(24, 24, 24, 0.8);
      z-index: 2; }

.introCarousel__slidesContent__3cuVX0Yh {
  height: 50%;
  z-index: 2; }

.introCarousel__slidesText__GIDwPJst {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff; }
  .introCarousel__slidesText__GIDwPJst h2, .introCarousel__slidesText__GIDwPJst p {
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: .5s; }
  .introCarousel__slidesText__GIDwPJst h2 {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Title-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 44px;
    width: 100%; }
    .introCarousel__slidesText__GIDwPJst h2 em {
      padding-right: 5px;
      text-transform: none; }
  .introCarousel__slidesText__GIDwPJst p {
    width: 100%;
    transition-delay: .1s;
    font-size: 16px; }
  .introCarousel__slidesText__GIDwPJst.introCarousel__slidesTextActive__6819Ne4K h2, .introCarousel__slidesText__GIDwPJst.introCarousel__slidesTextActive__6819Ne4K p {
    opacity: 1;
    transform: translateY(0); }
  .introCarousel__slidesText__GIDwPJst.introCarousel__slidesTextActive__6819Ne4K p {
    transition-delay: 0; }

@keyframes timelineControls__fillBar__vHGleR6X {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.timelineControls__wrapper__2MkhQw2m {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.5px;
  border-top: 1px solid #303030;
  max-width: 1180px;
  left: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, 100%);
  transition-delay: 1s;
  z-index: 10; }
  .timelineControls__wrapper__2MkhQw2m .swiper-slide {
    padding: 16px;
    width: auto; }
  .timelineControls__wrapper__2MkhQw2m .swiper-slide {
    padding: 16px;
    width: auto;
    opacity: 0.8; }
    .timelineControls__wrapper__2MkhQw2m .swiper-slide span {
      cursor: pointer;
      position: relative;
      display: block; }
      .timelineControls__wrapper__2MkhQw2m .swiper-slide span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        bottom: calc(100% + 14px);
        height: 2px;
        background: #da291c;
        opacity: 0;
        transition: opacity 0.2s; }
      .timelineControls__wrapper__2MkhQw2m .swiper-slide span.timelineControls__active__wVdbNM70:after {
        opacity: 1; }
  .timelineControls__wrapper__2MkhQw2m.timelineControls__show__2tiNavDY {
    transform: translate(-50%, 0); }

@keyframes stage__fillBar__rDGvYn8n {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.stage__gl__1bITKZtZ {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.label {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  transform-origin: 50% 50%; }
  .label em {
    font-style: normal; }
  .label.-active {
    opacity: 1; }
  .label span,
  .label strong {
    display: block;
    font-size: 16px;
    transition: 0.3s;
    transform: translateX(-20px); }
  .label strong {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Body-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.6em; }
  .label span {
    line-height: 20px;
    transition-delay: 0.02s;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: "Title-Font";
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.5em; }
  .label.-active span {
    transform: translateX(0);
    transition-delay: 0; }
  .label.-active strong {
    transform: translateX(0); }
  .label > div {
    display: block;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 100%;
    padding: 20px;
    white-space: nowrap;
    text-align: right; }
  .label:before {
    content: "";
    background: #fff;
    display: block;
    width: 6px;
    height: 6px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    position: absolute; }
  .label.-right > div {
    text-align: left;
    right: auto;
    left: 100%; }
  .label.-top > div {
    top: auto;
    bottom: 0; }

.decade {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 11px; }
  .decade > div {
    color: #fff;
    position: absolute;
    top: 8px;
    right: 100%;
    padding: 10px;
    white-space: nowrap;
    text-align: right;
    box-sizing: border-box;
    width: 60px;
    text-align: center;
    transition: transform 0.3s; }
  .decade > span {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin-left: -25px;
    transform: scale(0);
    transition: 0.3s; }
    .decade > span > span,
    .decade > span > span:before {
      display: block;
      border-radius: 50%;
      border: 2px solid white;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 38px;
      height: 38px; }
    .decade > span > span:before {
      content: "";
      border: 1px solid rgba(255, 255, 255, 0.4);
      width: 50px;
      height: 50px;
      left: -9px;
      top: -9px;
      transform: scale(0.7);
      transition: transform 0.3s;
      transition-delay: 0.05s; }
  .decade svg {
    fill: white;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 16px;
    margin-left: -4px;
    margin-top: -8px; }
  .decade.-hover > span {
    transform: scale(1); }
    .decade.-hover > span > span:before {
      transform: scale(1);
      transition-delay: 0; }
  .decade.-hover > div {
    transform: translateY(16px); }
  .decade.-current span {
    display: block; }
  .decade--active {
    opacity: 1; }
  .decade--hidden {
    opacity: 0; }
  .decade.-right > div {
    text-align: left;
    right: auto;
    left: calc(100% + 8px); }
  .decade.-top > div {
    top: auto;
    bottom: 0; }
  .decade.-center > div {
    right: -30px;
    padding-top: 20px;
    letter-spacing: 1.2px;
    color: #fff; }
  .decade.-current > div {
    top: 20px; }

::-moz-selection {
  background: transparent; }

::selection {
  background: transparent; }

.stage__bottomTimeline__1OnVv5G6 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.home__wrapper__3pjHN4eR {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes home__fillBar__bCCnuyGG {
  0% {
    right: 100%;
    left: 0%; }
  50% {
    right: 0%;
    left: 0%; }
  100% {
    right: 0%;
    left: 100%; } }

.home__wrapper__3pjHN4eR {
  position: fixed;
  background: #181818; }
  @media (min-width: 80em) {
    .home__wrapper__3pjHN4eR {
      min-height: 700px; } }

.home__share__E3V6TnZb {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 720;
  padding: 0 24px; }
  @media (min-width: 37.5625em) {
    .home__share__E3V6TnZb {
      padding: 0 32px; } }

