@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;transition:color .3s ease}a:hover{color:#e67e22}.App{min-height:100vh}#main-page-container-div{display:flex;flex-direction:column;max-height:100vh;max-width:100vw;overflow-x:hidden;overflow-y:hidden}#main-content-container-div{background:linear-gradient(180deg,#fff,#f8f9fa);height:100vh;overflow-x:hidden;overflow-y:auto;padding-bottom:3vh;position:relative}#main-picture{filter:brightness(.85);height:94vh;left:0;object-fit:cover;position:absolute;top:0;width:100vw;z-index:0}#picture-cover-div{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(135deg,#2c3e508c,#1a252f73);display:flex;height:94vh;justify-content:center;position:relative;width:100vw;z-index:10}#picture-cover-text{animation:fadeInUp 1s ease-out;color:#fff;font-size:6rem;font-weight:800;letter-spacing:-.02em;text-align:center;text-shadow:0 4px 20px #0000004d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.content-section{align-content:space-between;display:flex;flex-direction:column;justify-content:left;padding:4rem 0;position:relative;width:100vw}.content-section:before{background:linear-gradient(90deg,#0000,#2c3e501a,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.content-section-header{align-items:flex-start;display:flex;flex-direction:row;gap:2rem;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:2%;max-width:1200px;padding:1rem 2rem;width:90vw}.content-section-header.no-top-margin{margin-top:1.5rem;padding-bottom:1rem;padding-top:1rem}.content-section-details{align-items:flex-start;background:#fff;border-left:4px solid #e67e22;border-radius:8px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:row;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1200px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;width:95vw}.content-section-details:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.content-section-details-inline{align-items:flex-start;background:#fff;border-left:4px solid #e67e22;border-radius:8px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:row;gap:2rem;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1200px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;width:95vw}.content-section-details-inline:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.content-div{align-items:flex-start;display:flex;flex-direction:row;justify-content:left;padding:0 1rem;text-align:left;width:100%}.content-image{border-radius:12px;box-shadow:0 4px 16px #0000001a;height:20em;margin-left:4em;object-fit:contain;width:20em}.imageGalleryContainerDiv{display:flex;flex-direction:row;justify-content:left;margin-left:2vw}.wideGallery{margin-left:4vw;width:100%}.content-section-details ul:not(.contact-section-container ul),.content-section-details-inline ul:not(.contact-section-container ul){list-style:none;margin:0;padding:0}.content-section-details ul:not(.contact-section-container ul) li,.content-section-details-inline ul:not(.contact-section-container ul) li{padding:.5rem 0 .5rem 1.5rem;position:relative}.content-section-details ul:not(.contact-section-container ul) li:before,.content-section-details-inline ul:not(.contact-section-container ul) li:before{color:#e67e22;content:"▸";font-size:1.2em;font-weight:700;left:0;position:absolute}.custom-list-item.MuiTypography-root{color:#2c3e50;font-size:1.25rem;line-height:1.8;margin-bottom:.75rem}.custom-sublist-item.MuiTypography-root{color:#7f8c8d;font-size:1.1rem;line-height:1.7;margin-bottom:.5rem}.content-section-title.MuiTypography-root{color:#2c3e50;font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem;text-align:left}.content-section-subtitle.MuiTypography-root{color:#2c3e50;font-size:2rem;font-weight:600;margin-bottom:.5rem;text-align:left}.content-section-price.MuiTypography-root{color:#e67e22;font-size:2rem;font-weight:700;line-height:1.5;margin:1rem 1rem 1rem 2rem;text-align:right;white-space:nowrap}.imageGalleryContainer{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;height:20em;margin:1em 2em;max-width:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:30em}.imageGalleryContainer:hover{box-shadow:0 12px 32px #00000029;transform:scale(1.02)}.imageGalleryContainer .smallGalleryImageContainer{align-items:center;background-color:#fff;display:flex;height:20em;justify-content:center;overflow:hidden;position:relative;transition:transform .3s ease;width:25em}.imageGalleryContainer .smallGalleryImageContainer:hover{transform:scale(1.05)}.imageGalleryContainer .smallGalleryImageContainer .smallGalleryImage{height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;object-fit:contain;transition:transform .3s ease;width:100%}@media only screen and (max-width:1100px){#picture-cover-text{font-size:5rem;margin-left:1em;margin-right:1em}.wideGallery{width:auto}.content-section-title.MuiTypography-root{font-size:2.5rem}.content-section-subtitle.MuiTypography-root{font-size:2rem}.content-section-price.MuiTypography-root{font-size:1.8rem;margin:.5rem 1rem}.content-section-details-inline{flex-direction:column;gap:1.5rem}.content-section-header{align-items:flex-start;flex-direction:column;gap:1rem}.content-section-price.MuiTypography-root{margin:.5rem 1rem .5rem 0;text-align:left}}@media only screen and (max-width:768px){#picture-cover-text{font-size:3.5rem;margin-left:1em;margin-right:1em;padding:0 1rem}.content-section{padding:3rem 0}.content-section-details,.content-section-details-inline{margin-left:auto;margin-right:auto;padding:1.5rem;width:90vw}.custom-list-item.MuiTypography-root{font-size:1.1rem}.custom-sublist-item.MuiTypography-root{font-size:1rem}.content-section-title.MuiTypography-root{font-size:2rem}.content-section-subtitle.MuiTypography-root{font-size:1.5rem}.content-section-price.MuiTypography-root{font-size:1.4rem;margin-bottom:.5rem;margin-right:1rem;margin-top:.5rem}.content-section-details-inline{flex-direction:column;gap:1.5rem}.imageGalleryContainer{height:14em;margin-left:1rem;margin-right:1rem;max-width:calc(100% - 2rem);width:21em}.imageGalleryContainer .smallGalleryImageContainer{height:14em;width:18em}.imageGalleryContainerDiv{justify-content:center;margin-left:0}.wideGallery{margin-left:0}}@media only screen and (max-width:500px){#picture-cover-text{font-size:2.5rem;padding:0 .5rem}.content-section{padding:2rem 0}.content-section-details,.content-section-details-inline{padding:1rem;width:95vw}.custom-list-item.MuiTypography-root{font-size:1rem}.custom-sublist-item.MuiTypography-root{font-size:.9rem}.content-section-title.MuiTypography-root{font-size:1.75rem}.content-section-subtitle.MuiTypography-root{font-size:1.4rem}.content-section-price.MuiTypography-root{font-size:1.3rem;margin-bottom:.5rem;margin-right:1rem;margin-top:.5rem}.imageGalleryContainer{height:12em;margin-left:.5rem;margin-right:.5rem;max-width:calc(100% - 1rem);width:100%}.imageGalleryContainer .smallGalleryImageContainer{height:12em;width:100%}}.content-section-details{flex-direction:column}.no-top-margin{margin-top:1.5rem}.galleryContent{align-items:center;border-radius:12px;display:flex;height:100%;justify-content:center;overflow:hidden;width:100%}.galleryContent .vehicleGalleryImage{background-color:#fffffff2;border-radius:8px;height:99%;object-fit:contain;width:99%}.galleryContent .arrow{align-items:center;background-color:#fff;border:2px solid #2c3e50;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;height:48px;justify-content:center;margin-left:1em;position:absolute;transition:all .3s ease;width:48px;z-index:10}.galleryContent .arrow:hover:not(:disabled){background-color:#2c3e50;box-shadow:0 6px 16px #0003;color:#fff;transform:scale(1.1)}.galleryContent .arrow:disabled{background-color:#ffffff80;border:2px solid #2c3e5033;cursor:not-allowed;opacity:.5}.galleryContent .leftArrow{left:0;margin-left:1rem}.galleryContent .rightArrow{margin-right:1rem;right:0}.galleryContent .closeButton{align-items:center;background-color:#fff;border:2px solid #2c3e50;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;height:40px;justify-content:center;margin-right:.5rem;margin-top:.5rem;position:absolute;right:0;top:0;transition:all .3s ease;width:40px;z-index:10}.galleryContent .closeButton:hover{background-color:#e67e22;border-color:#e67e22;box-shadow:0 6px 16px #0003;color:#fff;transform:scale(1.1) rotate(90deg)}@media only screen and (max-width:800px){.galleryContent .arrow{height:40px;width:40px}.galleryContent .leftArrow{bottom:0;margin-bottom:.5rem;margin-left:.5rem}.galleryContent .rightArrow{bottom:0;margin-bottom:.5rem;margin-right:.5rem}.galleryContent .closeButton{height:36px;width:36px}}.contact-section-container{display:flex;flex-direction:row;margin-left:1rem;margin-right:1rem;width:100%}.contact-section-container ul{list-style:none;margin:0;padding:0}.contact-section-container li{border-bottom:1px solid #2c3e501a;padding:.75rem 0;transition:padding-left .3s ease}.contact-section-container li:last-child{border-bottom:none}.contact-section-container li:hover{padding-left:.75rem}
/*# sourceMappingURL=main.48fe63c7.css.map*/