h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Roboto-Black";
  line-height: 1;
}

h1 {
  font-size: 4.5em;
  line-height: 1;
}

h2 {
  font-size: 3.25em;
}

h3 {
  font-size: 2.5em;
}

h4 {
  font-size: 2.25em;
}

h5 {
  font-size: 2em;
}

h6 {
  font-size: 1.75em;
}

p {
  font-size: 1em;
}

ul {
  padding-left: 1em;
}

p, ul, li, label, input {
  font-family: "Roboto-Regular";
}

@media only screen and (max-width: 750px) {
  h3 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 550px) {
  h3 {
    font-size: 1.8em;
  }
}
body {
  z-index: 9999;
  margin: 0;
  height: 100dvh;
  background: #c8c8c8;
  overflow: hidden;
}
body .desktop {
  display: block !important;
}
body .mobile {
  display: none !important;
}
@media only screen and (max-width: 500px) {
  body {
    background: #1F3768;
  }
  body .desktop {
    display: none !important;
  }
  body .mobile {
    display: block !important;
  }
}
body .languages {
  position: fixed;
  right: 2em;
  top: 2em;
  z-index: 999;
  min-width: 60px;
  font-family: "Roboto-Regular";
  cursor: pointer;
}
body .languages span {
  color: #ffffff;
  font-size: 0.875em;
}
@media only screen and (max-width: 500px) {
  body .languages {
    right: 0.75em;
    top: 0.75em;
  }
}
body .selected-language {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  background: #004987;
  border: 1px solid #004987;
}
@media only screen and (max-width: 500px) {
  body .selected-language img {
    width: 18px !important;
  }
}
body .selected-language img {
  width: 20px;
  height: 14px;
}
body .language-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #004987;
  border: 1px solid #004987;
  display: none;
  z-index: 100;
  cursor: pointer;
  margin-top: -1px;
}
body .language-options div {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  transition: background 0.2s;
}
body .language-options div:hover {
  background: #1b3e6f;
}
body .language-options img {
  width: 20px;
  height: 14px;
}
body main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body main .diagram-wrapper {
  width: 55%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  body main .diagram-wrapper {
    width: 65%;
  }
}
@media only screen and (max-width: 1050px) {
  body main .diagram-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 875px) {
  body main .diagram-wrapper {
    width: 65%;
  }
}
@media only screen and (max-width: 500px) {
  body main .diagram-wrapper {
    width: 100%;
  }
}
body main .car-area {
  position: absolute !important;
  transform: translate(-50%, -50%);
  z-index: 9;
  top: 50%;
  width: 100%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1188/899;
}
body main .car-area img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 500px) {
  body main .car-area {
    width: 130% !important;
  }
}
body main .control-bar {
  position: absolute;
  display: flex;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  z-index: 999;
}
body main .control-bar .button {
  position: relative;
  width: 48px;
  height: 48px;
  background: #f26724;
  transform: skew(-27deg);
  margin: 0;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.1411764706);
  cursor: pointer;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  z-index: 999;
}
body main .control-bar .button img {
  transform: skew(27deg);
  width: 12px;
  z-index: 9;
}
body main .control-bar .button:nth-child(1) img {
  margin-left: -2px;
}
body main .control-bar .button:nth-child(2) img {
  margin-left: 2px;
}
body main .control-bar .slider-container {
  background: #c8c8c8;
  height: 48px;
  width: 350px;
  transform: skew(-27deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1411764706);
}
body main .control-bar .slider-container #stageslider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0 1em;
  width: 350px;
  height: 8px;
  z-index: 5;
  background: linear-gradient(to right, #c8c8c8 7px, rgba(0, 0, 0, 0.2666666667) 8px, rgba(0, 0, 0, 0.2666666667) calc(100% - 8px), #c8c8c8 calc(100% - 7px));
  outline: none;
  opacity: 1;
  transition: opacity 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
body main .control-bar .slider-container #stageslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/orange-angle.svg") no-repeat left center;
  background-size: contain;
  transform: skew(27deg);
  width: 25px;
  height: 26px;
  cursor: pointer;
  position: relative;
  margin-inline-end: -15px;
  padding-inline-end: 15px;
}
body main .control-bar .slider-container #stageslider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f26724;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (min-width: 1600px) {
  body main .control-bar {
    bottom: 70px;
  }
}
@media only screen and (max-width: 1366px) {
  body main .control-bar .button {
    width: 40px;
    height: 40px;
    transform: skew(-29deg);
  }
  body main .control-bar .button img {
    transform: skew(29deg);
  }
  body main .control-bar .slider-container {
    width: 300px;
    height: 40px;
    transform: skew(-29deg);
  }
  body main .control-bar .slider-container #stageslider {
    width: 300px;
  }
  body main .control-bar .slider-container #stageslider::-webkit-slider-thumb {
    transform: scale(29deg);
  }
}
@media only screen and (max-width: 1050px) {
  body main .control-bar {
    bottom: 20px;
  }
}
@media only screen and (max-width: 875px) {
  body main .control-bar {
    bottom: 70px;
  }
  body main .control-bar .slider-container {
    width: 200px;
  }
}
body main .cd1 {
  stroke-width: 3px;
}
body main .diagrams img, body main .diagrams svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 99;
  pointer-events: bounding-box;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: visible;
  opacity: 0;
  aspect-ratio: 1188/899;
}
body main .diagrams img a, body main .diagrams svg a {
  pointer-events: bounding-box;
}
@media only screen and (max-width: 500px) {
  body main .diagrams img, body main .diagrams svg {
    width: 130% !important;
  }
}
body main .diagrams .diagram {
  transition: opacity 0.35s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body main .diagrams .diagram.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body main #logo {
  top: 8px;
  position: absolute;
  right: 115px;
  width: 17.5vw;
  max-width: 300px;
  margin: 1em 0 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 1280px) {
  body main #logo {
    width: 235px;
  }
}
@media only screen and (max-width: 500px) {
  body main #logo {
    width: 32.5vw;
  }
}
@media only screen and (max-width: 1600px) {
  body main #logo {
    right: 115px;
    margin: 1.2em 0 0 0;
  }
}
@media only screen and (max-width: 500px) {
  body main #logo-wrapper {
    top: 0;
    position: absolute;
    width: 100vw;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  body main #logo-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 501px solid transparent;
    border-right: 501px solid transparent;
    border-top: 90px solid #c8c8c8;
    z-index: 1;
  }
  body main #logo-wrapper #logo {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 185px;
    margin: 0;
    z-index: 2;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
body main #content-title {
  top: 0;
  position: absolute;
  left: 5vw;
  max-width: 20vw;
  z-index: 9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
body main #content-title p {
  font-size: 1.5em;
  margin: 0;
}
body main #content-title p:nth-child(1) {
  margin: 2em 0 0.5em 0;
  color: #ffffff;
}
body main #content-title p:nth-child(2) {
  color: #f26724;
  font-family: "Roboto-Bold" !important;
}
@media only screen and (max-width: 1600px) {
  body main #content-title {
    left: 30px;
  }
  body main #content-title p {
    font-size: 1.2em;
  }
  body main #content-title p:nth-child(1) {
    margin: 1.2em 0 0.5em 0;
  }
}
@media only screen and (max-width: 1050px) {
  body main #content-title {
    max-width: 30vw;
  }
  body main #content-title p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 500px) {
  body main #content-title {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 5px;
    max-width: 100%;
    top: 85px;
  }
  body main #content-title p {
    font-size: 0.9em;
  }
}
body main .findout {
  position: absolute;
  text-align: center;
  bottom: 45px;
  font-size: 1.2em;
  display: block;
  border: 2px solid #f26724;
  text-transform: uppercase;
  padding: 10px 25px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto-Bold";
  margin-top: 0.75em;
  z-index: 999;
  transition: all 0.25s ease;
}
body main .findout.left {
  left: 5vw;
}
body main .findout.right {
  right: 5vw;
}
body main .findout:hover {
  background: #f26724;
}
@media only screen and (max-width: 1600px) {
  body main .findout {
    font-size: 1em;
  }
  body main .findout.left {
    left: 25px;
    right: unset;
    max-width: 250px;
  }
  body main .findout.right {
    right: 25px;
    left: unset;
  }
}
@media only screen and (max-width: 1050px) {
  body main .findout {
    font-size: 15px;
    padding: 8px 8px;
    bottom: 20px;
  }
  body main .findout.left {
    left: 20px;
    right: unset;
    max-width: 200px;
  }
  body main .findout.right {
    right: 20px;
    left: unset;
  }
}
@media only screen and (max-width: 875px) {
  body main .findout {
    font-size: 12px;
  }
  body main .findout.left {
    max-width: unset;
  }
}
@media only screen and (max-width: 500px) {
  body main .findout {
    font-size: 10px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 375px) {
  body main .findout.left {
    left: 5px;
  }
  body main .findout.right {
    right: 5px;
  }
}
body main .main-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  z-index: -1;
}
body main .main-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .information-box {
  position: absolute;
  text-align: center;
  right: 50px;
  width: 300px;
  bottom: calc(100px + 2vw);
  font-size: 1.5em;
}
body main .information-box img {
  width: 80px;
}
body main .information-box p {
  margin-top: 0.25em;
  color: #c8c8c8;
}
@media only screen and (max-width: 1600px) {
  body main .information-box {
    width: 200px;
    font-size: 1em;
  }
  body main .information-box img {
    width: 70px;
  }
}
@media only screen and (max-width: 1050px) {
  body main .information-box {
    bottom: 50px;
    right: 50px;
    font-size: 1em;
  }
  body main .information-box img {
    width: 50px;
  }
}
@media only screen and (max-width: 875px) {
  body main .information-box {
    width: 150px;
    right: 10px;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 500px) {
  body main .information-box {
    display: flex;
    width: 100%;
    max-width: 400px;
    bottom: 110px;
    flex-direction: row-reverse;
  }
  body main .information-box img {
    align-self: flex-start;
  }
  body main .information-box p {
    text-align: right;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 385px) {
  body main .information-box {
    max-width: 330px;
  }
}
body .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(255, 255, 255, 0.5333333333);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  max-width: 65vw;
  width: 100%;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2666666667);
  padding: 3em 2.5em 0.25em 2.5em;
  z-index: 99999;
  opacity: 0;
  transition: all 0.4s ease;
}
body .popup img {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 0 20px 0;
}
body .popup.open {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
body .popup .popup-container {
  text-align: center;
}
body .popup .popup-container h3 {
  margin-top: 0.25em;
}
body .popup .popup-close {
  position: absolute;
  top: 0.3em;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 2.5em;
  cursor: pointer;
  color: #f26724;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2666666667));
}
body .popup .popup-corners {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .popup .popup-corners .corner {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
body .popup .popup-corners .corner.topleft {
  border-top: 8px solid #f26724;
  border-left: 8px solid #f26724;
}
body .popup .popup-corners .corner.bottomleft {
  top: initial;
  bottom: 0;
  border-bottom: 8px solid #f26724;
  border-left: 8px solid #f26724;
}
body .popup .popup-corners .corner.topright {
  right: 0;
  left: initial;
  border-top: 8px solid #f26724;
  border-right: 8px solid #f26724;
}
body .popup .popup-corners .corner.bottomright {
  right: 0;
  left: initial;
  bottom: 0;
  top: initial;
  border-bottom: 8px solid #f26724;
  border-right: 8px solid #f26724;
}
body .popup .diagram-carousel {
  position: relative;
  width: 100%;
}
body .popup .diagram-carousel img {
  width: 100%;
  max-width: 570px;
  max-height: 42.5vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
body .popup .diagram-carousel .owl-nav {
  position: relative;
  font-size: 2.5em;
  font-family: "Roboto-Regular", sans-serif;
}
body .popup .diagram-carousel .owl-nav button {
  margin: 0 0.25em;
}
@media only screen and (max-width: 775px) {
  body .popup {
    max-width: 96%;
    box-sizing: border-box;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation: 2s pulse ease infinite;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}

.background {
  position: absolute;
  height: 100vh;
  width: 100vw;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3333333333);
  z-index: 9999;
  display: none;
}/*# sourceMappingURL=styles.css.map */