* {
  font-family: "Helvetica", sans-serif;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}

#factory-tour span {
  display: block;
}
#factory-tour .hero {
  height: 650px;
  width: 100%;
  position: relative;
}
#factory-tour .hero--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#factory-tour .hero--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 100%;
}
#factory-tour .hero--title h1 {
  font-size: 90px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  #factory-tour .hero--title h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  #factory-tour .hero--title h1 {
    font-size: 32px;
    margin-top: 0px;
  }
}
#factory-tour .hero--title span {
  font-family: "Times New Roman";
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #factory-tour .hero--title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #factory-tour .hero {
    aspect-ratio: 1;
    height: auto;
  }
}
#factory-tour .intro {
  font-size: 70px;
  margin: 32px 24px;
  line-height: 70px;
}
@media screen and (max-width: 1024px) {
  #factory-tour .intro {
    font-size: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  #factory-tour .intro {
    font-size: 24px;
    line-height: 24px;
  }
}
#factory-tour .flex {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  #factory-tour .flex {
    flex-direction: column;
    gap: 50px;
  }
}
#factory-tour .flex.justify-between {
  justify-content: space-between;
}
#factory-tour .flex.items-center {
  align-items: center;
}
#factory-tour .my-medium {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #factory-tour .my-medium {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#factory-tour .my-big {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #factory-tour .my-big {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#factory-tour h2.title {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 60px;
  padding: 24px 0 24px 32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #factory-tour h2.title {
    font-size: 32px;
    padding: 16px 0 16px 16px;
  }
}
#factory-tour .subtitle {
  font-size: 32px;
  padding: 24px 0 24px 32px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  font-family: "Times New Roman";
}
#factory-tour .subtitle.bt-none {
  border-top: none;
}
@media screen and (max-width: 768px) {
  #factory-tour .subtitle {
    font-size: 16px;
    padding: 16px 0 16px 16px;
  }
}
#factory-tour .video-container {
  max-width: 60%;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  #factory-tour .video-container {
    max-width: 90%;
    margin: 50px auto;
  }
}
#factory-tour .description {
  font-size: 24px;
  padding-left: 32px;
  max-width: 60%;
}
#factory-tour .description strong {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #factory-tour .description {
    font-size: 16px;
    padding-left: 16px;
    max-width: 90%;
  }
}
#factory-tour .packshot {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  margin: 40px 70px;
}
@media screen and (max-width: 768px) {
  #factory-tour .packshot {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 16px;
  }
}
#factory-tour .packshot a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: black;
}
#factory-tour .packshot a img {
  width: 100%;
  height: auto;
}
#factory-tour .packshot a span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #factory-tour .packshot a span {
    font-size: 10px;
  }
}
#factory-tour .temoignage p {
  margin-left: 120px;
  font-size: 32px;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  #factory-tour .temoignage p {
    font-size: 24px;
    margin-left: 0;
    text-align: center;
  }
}
#factory-tour .temoignage span {
  margin-left: 120px;
}
@media screen and (max-width: 768px) {
  #factory-tour .temoignage span {
    text-align: center;
    margin-left: 0;
    font-size: 12px;
  }
}
#factory-tour .temoignage-align-left .temoignage {
  margin-right: auto;
}
#factory-tour .temoignage-align-left .temoignage p {
  margin-left: 0;
}
#factory-tour .temoignage-align-left .temoignage span {
  margin-left: 0;
}
#factory-tour .temoignage-align-left img {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #factory-tour .temoignage-align-left img {
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
  }
}
#factory-tour .temoignage-full .temoignage p {
  margin-left: 0;
}
#factory-tour .temoignage-full .temoignage span {
  margin-left: 0;
}
#factory-tour .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#factory-tour .mx-medium {
  margin-left: 70px;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #factory-tour .mx-medium {
    margin-left: 16px;
    margin-right: 16px;
  }
}
#factory-tour .hidden-on-mobile {
  display: block !important;
}
#factory-tour .hidden-on-mobile.flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  #factory-tour .hidden-on-mobile {
    display: none !important;
  }
}
#factory-tour .hidden-on-desktop {
  display: none !important;
}
#factory-tour .hidden-on-desktop.flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #factory-tour .hidden-on-desktop.flex {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  #factory-tour .hidden-on-desktop {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #factory-tour .align-right-mobile {
    width: 75%;
    height: auto;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #factory-tour .align-left-mobile {
    width: 75%;
    height: auto;
    margin-right: auto;
    margin-left: 0;
  }
}
#factory-tour .square {
  aspect-ratio: 1;
}
#factory-tour .max-width-330 {
  max-width: 330px;
}
#factory-tour .max-width-750 {
  max-width: 750px;
}
#factory-tour .max-width-680 {
  max-width: 680px;
}

@font-face {
  font-family: "Times New Roman";
  src: url("/fonts/Times_New_Roman_Bold.ttf.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("/fonts/Times_New_Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("/fonts/Helvetica.ttc") format("truetype-collection");
  font-weight: normal;
  font-style: normal;
}

/*# sourceMappingURL=factory-tour-V5.css.map */
