#root,body,html{height:100%;margin:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{color:var(--theme-text);background:var(--theme-background);transition:all .25s ease-in-out;--theme-background:#fff;--theme-footer-background:#333;--theme-surface:transparent;--theme-text:#151618;--theme-footer-text:#fff;--theme-primary:#c33364;--theme-separator:#dfdfdf;--theme-footer-separator:#333;--theme-border:#ddd;--theme-surface-border:#ddd;--theme-active-opacity:1;--theme-medium-opacity:0.60;--theme-disabled-opacity:0.38;--theme-drop-shadow:none;--menu-height:67px;--footer-height:72px}body.dark-mode{--theme-background:#151618;--theme-footer-background:#151618;--theme-surface:#25282c;--theme-text:#fff;--theme-footer-text:#fff;--theme-primary:#c33364;--theme-separator:rgba(244,245,246,0.12);--theme-footer-separator:rgba(244,245,246,0.12);--theme-border:#151618;--theme-surface-border:rgba(244,245,246,0.12);--theme-drop-shadow:drop-shadow(0 0 0.75rem var(--theme-primary))}.app{min-width:100%;width:100%;min-height:100%;height:100%;overflow:hidden}.app-content{width:100%;height:calc(100% - var(--menu-height) - var(--footer-height));margin-top:var(--menu-height);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow-y:auto;overflow-x:hidden}@media(min-width:992px){.app-content{-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;overflow-y:hidden}}.menu-container{position:fixed;top:0;width:100%;padding:0 32px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;z-index:99;height:var(--menu-height);box-sizing:border-box;border-bottom:1px solid var(--theme-separator)}.menu-container .logo{display:block}.menu-container .logo>img{width:150px}.menu-nav{display:none;-webkit-flex:1 1;flex:1 1;margin:0;padding:0;height:100%;list-style-type:none;list-style-position:inside;counter-reset:menuCounter}.menu-nav>li{counter-increment:menuCounter;-webkit-flex-grow:1;flex-grow:1;text-align:center;text-transform:capitalize;max-width:225px;opacity:var(--theme-disabled-opacity);cursor:pointer;box-sizing:border-box;transition:opacity .15s ease-in-out}.menu-nav>li.selected{box-shadow:inset 0 -5px 0 -1px var(--theme-primary)}.menu-nav>li.selected,.menu-nav>li:hover{opacity:var(--theme-active-opacity)}.menu-nav>li:before{content:counter(menuCounter) ".";padding-right:4px;font-size:16px;font-weight:600}.menu-nav>li>h2{display:inline-block;margin:0;padding:24px 0;font-weight:600;font-size:16px}.mode-icon{min-width:24px;min-height:24px;cursor:pointer}@media(min-width:992px){.menu-container{-webkit-justify-content:flex-start;justify-content:flex-start}.menu-nav{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}}.footer{position:fixed;bottom:0;width:100%;z-index:99;height:var(--footer-height);box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;font-size:18px;font-weight:400;padding:0 32px;border-top:1px solid var(--theme-footer-separator);color:var(--theme-footer-text);background:var(--theme-footer-background)}.footer>*{-webkit-flex:1 1;flex:1 1}.footer>:first-child{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}.footer>:nth-child(2){display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:0 12px}.footer>:last-child{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.footer button{text-align:right;cursor:pointer;background:var(--theme-primary);color:#fff;font-weight:600;font-size:14px;text-transform:uppercase;line-height:24px;outline:none;border:2px solid transparent;border-radius:25px;display:-webkit-inline-flex;display:inline-flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;max-width:75px;padding:6px;box-sizing:border-box;transition:all .2s ease}.footer button:active,.footer button:focus{box-shadow:inset 0 0 0 2px #fff}.footer button:disabled{cursor:auto;opacity:.38}.footer button>span{display:none}.footer button>svg{min-width:24px;min-height:24px}@media(min-width:576px){.footer{font-size:24px}.footer button{width:100%;max-width:300px}.footer button>span{display:inline-block}.footer button>svg{display:none}}.settings{padding:32px;box-sizing:border-box;text-align:center}.settings-group{max-width:450px;margin:0 auto 32px}.settings-group>h3{text-transform:capitalize;font-weight:400;font-size:24px;margin-top:0;margin-bottom:16px}.settings-group-disclaimer{font-size:14px;line-height:24px;opacity:var(--theme-medium-opacity)}.settings-options{margin:0;padding:0;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.settings-options .settings-options-text{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;width:100%}.settings-group-label{font-weight:500;font-size:14px;line-height:24px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.settings-group-label>span:first-child{padding-right:12px}.settings-group-label>span:last-child{padding-left:12px}.settings-group-label>.price{font-size:14px;text-transform:capitalize}.settings-group-benefits>p{font-weight:500}.settings-group-benefits>ul{font-size:16px;line-height:24px;text-align:left}.settings-group-benefits>ul>li{margin-bottom:.6em}@media(min-width:992px){.settings{-webkit-flex:1 1;flex:1 1;overflow-y:auto;min-width:435px;padding:48px;text-align:left}.settings-group-label{-webkit-justify-content:space-between;justify-content:space-between}.settings-options{-webkit-justify-content:flex-start;justify-content:flex-start}.settings-options .settings-options-text{-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}}.option{cursor:pointer;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.option>.price{font-size:14px;padding-left:12px}.text-option{background:var(--theme-surface);border:1px solid var(--theme-surface-border);padding:12px 20px;margin-bottom:12px;border-radius:25px;width:100%;box-sizing:border-box;text-transform:capitalize;transition:all .25s ease-in-out}.text-option>span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-option.active{border-color:var(--theme-primary);box-shadow:0 0 0 2px var(--theme-primary);font-weight:500}.image-option{width:75px;height:75px;padding:8px;margin-right:12px;margin-bottom:12px;border-radius:12px;background:var(--theme-surface);border:2px solid var(--theme-surface-border);box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.image-option.active{border:2px solid var(--theme-primary)}.image-option>img{max-width:100%;max-height:100%}.color-option{width:48px;height:48px;padding:4px;margin-right:0;margin-bottom:8px;border-radius:50%;background:transparent;box-sizing:border-box}.color-option.active{border:2px solid var(--theme-primary)}.color-option>div{display:block;width:100%;height:100%;border-radius:50%;border:2px solid var(--theme-border);box-sizing:border-box}.color-option>div.white{background:#fff}.color-option>div.black{background:linear-gradient(to bottom right,#fff 0,#fcfcfc .3%,#f3f3f3 1.4%,#e4e4e4 3.2%,#d2d2d2 5.8%,#bdbdbd 9.3%,#a5a5a5 13.6%,#8c8c8c 18.9%,#737373 25.1%,#5a5a5a 32.4%,#424242 40.7%,#2d2d2d 50.2%,#1b1b1b 60.8%,#0c0c0c 72.6%,#030303 85.7%,#000)}.color-option>div.silver{background:linear-gradient(to bottom right,#fff 0,#fcfcfc .3%,#f4f4f5 1.4%,#e7e8ea 3.2%,#d6d9db 5.8%,#c2c6ca 9.3%,#adb2b7 13.6%,#969ca3 18.9%,#7e878e 25.1%,#67717a 32.4%,#525d67 40.7%,#3e4a56 50.2%,#2d3b47 60.8%,#202f3c 72.6%,#182735 85.7%,#152432)}.color-option>div.blue{background:linear-gradient(to bottom right,#fff 0,#fcfcfe .3%,#f3f5fb 1.4%,#e4e9f6 3.2%,#d2dbf0 5.8%,#bdc9e8 9.3%,#a5b6e0 13.6%,#8ca2d8 18.9%,#738dcf 25.1%,#5a79c7 32.4%,#4266bf 40.7%,#2d54b7 50.2%,#1b46b1 60.8%,#0c3aac 72.6%,#0333a9 85.7%,#0030a8)}.color-option>div.red{background:linear-gradient(to bottom right,#fff 0,#fefcfc .3%,#fcf3f3 1.4%,#f8e6e6 3.2%,#f3d5d5 5.8%,#edc2c2 9.3%,#e7acac 13.6%,#e09494 18.9%,#d97d7d 25.1%,#d26565 32.4%,#cc4f4f 40.7%,#c63c3c 50.2%,#c12b2b 60.8%,#bd1e1e 72.6%,#bb1515 85.7%,#ba1212)}@media(min-width:576px){.color-option{width:65px;height:65px}.image-option{width:100px;height:100px}}@media(min-width:992px){.text-option{max-width:300px}}.summary{padding:32px;box-sizing:border-box;text-align:center}.summary>h1{padding:0;margin:0}.summary-edd{text-decoration:underline}.summary-content{text-align:left;margin-top:32px}.summary-content>p{font-weight:500;margin:0;padding:8px 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.summary-content>p:first-child{font-size:22px;border-bottom:1px solid var(--theme-separator)}.summary-content>p:last-child{font-size:16px;border-top:1px solid var(--theme-separator)}.summary-content>ul{margin:16px 0;padding:0;list-style:none;font-size:16px}.summary-content>ul>li{padding:8px 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.summary-content>ul>li>span:last-child{padding-left:12px;text-transform:capitalize;opacity:var(--theme-medium-opacity)}@media(min-width:992px){.summary{-webkit-flex:1 1;flex:1 1;overflow-y:auto;min-width:435px;padding:48px}}.preview{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;position:relative;padding:0 0 32px;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0}.preview,.specs{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;box-sizing:border-box}.specs{max-width:650px;width:100%;margin:0;padding:0 32px;list-style:none;-webkit-align-items:flex-start;align-items:flex-start}.specs>li:not(:last-child){border-right:1px solid var(--theme-separator)}.specs>li{text-align:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:0 12px}.specs>li:first-child{padding-left:0}.specs>li:last-child{padding-right:0}.specs>li>span.specs-value{font-size:1.5rem}.specs>li>span.specs-label{font-size:1rem;padding-top:8px}@media(min-width:576px){.specs>li{padding:0 32px}.specs>li>span.specs-value{font-size:2.5rem}}@media(min-width:992px){.preview{-webkit-flex:4 1;flex:4 1;border-right:1px solid var(--theme-separator)}}@-webkit-keyframes fade{0%{opacity:.4}to{opacity:1}}@keyframes fade{0%{opacity:.4}to{opacity:1}}.slideshow{position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:100%;max-height:100%;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.slideshow .arrow{display:none;position:absolute;padding:1.5rem;box-shadow:1px -1px 0 1px var(--theme-primary) inset;-webkit-box-shadow:2px -2px var(--theme-primary) inset;border:solid transparent;border-width:0 0 2rem 2rem;cursor:pointer;opacity:.45;transition:all .2s ease-in-out}.slideshow .arrow:hover{opacity:1;box-shadow:2px -2px 0 2px var(--theme-primary) inset;-webkit-box-shadow:4px -4px var(--theme-primary) inset}.slideshow .arrow-next{-webkit-transform:translateY(-50%) rotate(225deg);transform:translateY(-50%) rotate(225deg);top:50%;right:16px}.slideshow .arrow-prev{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);top:50%;left:16px}.slideshow-slide{display:none;-webkit-animation-name:fade;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-in-out;animation-name:fade;animation-duration:.5s;animation-timing-function:ease-in-out}.slideshow-slide.active{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.slideshow-slide.active>img{max-width:100%;max-height:100%;-webkit-filter:var(--theme-drop-shadow);filter:var(--theme-drop-shadow)}.slideshow-slide>img.scale{-webkit-transform:scale(1.4);transform:scale(1.4)}@media(min-width:576px){.slideshow .arrow{display:block}}@media(min-width:992px){.slideshow{height:80%}}.interior-preview{border-right:1px solid var(--theme-border);-webkit-flex:4 1;flex:4 1;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;min-height:50%;max-height:100%;width:100%;overflow:hidden}.interior-preview>svg{width:100%;height:100%;overflow:hidden}@media only screen and (orientation:landscape) and (max-width:992px){.interior-preview{min-height:100%}}
/*# sourceMappingURL=main.2f63225a.chunk.css.map */