body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.nav-container {
  z-index: 19;
  mix-blend-mode: difference;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hamilton-logo {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.body {
  background-color: #000;
  overflow: visible;
}

.top_content {
  mix-blend-mode: normal;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.header-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.header-container.margin-is-20 {
  padding-left: 20vw;
  padding-right: 20vw;
}

.title-1 {
  color: #111;
  text-align: center;
  letter-spacing: -.05rem;
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  line-height: 90%;
  display: block;
}

.title-1.in-white {
  color: #fff;
  letter-spacing: 0;
  padding-left: 20vw;
  padding-right: 20vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.h2-container {
  justify-content: center;
  display: flex;
}

.heading {
  color: #111;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 124%;
}

.heading.in-white {
  color: #fff;
  letter-spacing: .04px;
  text-transform: none;
  flex: 1;
  padding-left: 20vw;
  padding-right: 20vw;
  font-size: .875rem;
  font-weight: 300;
  line-height: 128%;
}

.hero-section {
  z-index: 20;
  width: 100%;
  height: 160vh;
  max-height: none;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-around;
  align-items: baseline;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image {
  max-width: 40vh;
}

.image-2 {
  max-width: 70%;
  padding-left: 3.1rem;
}

.hero-watch-container {
  width: 100%;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.cta-btn {
  z-index: 40;
  width: auto;
  max-width: none;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, .2);
  border: 2px #fff;
  border-radius: .4rem;
  outline: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cta-btn:hover {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border-style: none;
  transform: translate(0);
}

.cta-btn.image-9 {
  flex: 1;
  justify-content: center;
  padding-left: 2rem;
  display: flex;
}

.slm-wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  overflow-wrap: normal;
  object-fit: fill;
  flex-direction: row-reverse;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image-5 {
  max-width: 50vw;
  padding: 4vh 0 4vh 1.2rem;
}

.slm_night.night-in {
  width: 60vw;
  height: auto;
  max-width: none;
  flex: 0 auto;
  align-self: center;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slm-holder {
  z-index: 0;
  width: auto;
  height: 800vh;
  background-image: linear-gradient(#faf7f5, #edc7a6 0%, #d69fa5 28%, #2c3d5e 66%, #000);
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: relative;
}

.slm_day {
  width: 60vw;
  height: auto;
  max-width: none;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slm_day.day-in {
  width: auto;
  max-width: none;
  aspect-ratio: auto;
  order: 0;
  align-self: center;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 0%;
  overflow: auto;
  transform: translate(-50%);
}

.ham-logo {
  max-width: 20vw;
  filter: invert(53%);
  mix-blend-mode: difference;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  padding-right: 14em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.page-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  display: block;
}

.button {
  color: #242022;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #242022;
  border-radius: 100vw;
  padding: .5em 2.4em;
  font-size: .9em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  color: #dfdad5;
  background-color: #242022;
}

.header_sub {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.main-wrapper {
  height: auto;
  display: block;
  overflow: visible;
}

.header_sub-line {
  width: 4em;
  height: 1px;
  background-color: #242022;
  flex: 0 auto;
}

.header_sub-text {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex: 1;
  margin-left: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.splide__slide {
  width: 33.3333%;
  flex: none;
}

.container {
  width: 1560px;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
  overflow: visible;
}

.splide__track {
  width: 100%;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #a5a5a5;
  overflow: visible;
}

.heading-2 {
  text-align: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 4.3rem;
  display: flex;
}

.swiper.swiper_watches {
  width: 100%;
  height: auto;
  margin-top: 3rem;
  overflow: hidden;
}

.swiper-wrapper.swiper-watches {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.swiper-slide {
  width: 100%;
  height: auto;
  flex: none;
  display: block;
  overflow: visible;
}

.swiper-slide.is-team {
  width: 20rem;
  flex: none;
}

.swiper-slide-wrapper {
  width: 100%;
  height: auto;
  padding-top: 125%;
  position: relative;
  overflow: visible;
}

.swiper-slide-image {
  width: 100%;
  height: auto;
  object-fit: fill;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-slide-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.swiper-slide-description {
  z-index: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  flex: none;
  align-self: stretch;
  font-size: .7rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global {
  position: fixed;
}

.h3_header {
  z-index: 2;
  height: 0;
  color: #111;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  line-height: 90%;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h3_header.sl_effect {
  z-index: 1;
  height: 0;
  color: #e0ffe1;
  text-shadow: 0 0 6px #e0ffe1;
  margin-top: 120vh;
  font-family: Montserrat, sans-serif;
  position: static;
}

.h3_header.in-white {
  color: #fff;
}

.text-slm {
  z-index: 111;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.night-out {
  z-index: 1;
  height: 0;
  justify-content: center;
  align-items: stretch;
  padding-top: 100vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sky-area {
  height: 110vh;
}

.div-block-9 {
  height: auto;
  background-color: #000;
}

.text-block {
  width: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -.3rem;
  margin-top: 10vh;
  font-family: Montserrat, sans-serif;
  font-size: 10vw;
  font-weight: 600;
  line-height: 90%;
}

.div-block-10 {
  padding-top: 4rem;
}

.text-description {
  color: #fff;
  text-align: center;
  padding-left: 10vw;
  padding-right: 10vw;
  font-size: 1.7rem;
  line-height: 120%;
}

.slm-stickyview {
  height: auto;
  position: relative;
}

.slm-sticky {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 34vh;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 26vh;
  overflow: visible;
}

.content-holder {
  height: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.header-holder {
  height: auto;
}

.image-7 {
  width: 100vw;
  max-width: 50%;
}

.video, .div-block-12 {
  height: 100vh;
}

.html-embed {
  z-index: -2;
  height: 100%;
  position: relative;
}

.video-bg {
  z-index: -60;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  position: relative;
}

.content_container {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(#000, #000);
  position: relative;
}

.video-bg-container {
  z-index: -2;
  width: auto;
  height: 70%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.collection-slider-section {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, #000);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.header-collection-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4.5rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.ham-logo1 {
  width: 16vw;
  opacity: 1;
  color: #000;
  mix-blend-mode: difference;
}

.collection-slider-container {

  width:100%;
  margin-top: 20px;
}

.hero-nav-container {
  justify-content: center;
  display: flex;
}

.image-8 {
  width: 19vw;
  max-width: none;
  padding-top: .8rem;
}

.div-block-14 {
  justify-content: center;
  display: flex;
}

.features-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.power-reserve-container {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #50eece;
  background-color: #000;
  border: 1px #50eece;
  flex-direction: column;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  display: grid;
  overflow: hidden;
}

.no-container {
  height: 100vh;
  background-color: #000;
  border: 1px solid #fff;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-3 {
  -webkit-text-stroke-width: 0px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .03vw;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 120%;
  display: block;
  position: static;
}



.nivacron-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border: 1px #50eece;
  flex-direction: column;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  font-size: 20px;
  display: grid;
}

.power-interaction {
  width: 100%;
  height: 100%;
  -webkit-text-stroke-width: 0px;
  background-color: #50eece;
  border: 1px #50eece;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-section {
  background-color: #000;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.history-section {
  height: 600dvh;
  background-color: #000;
}

.main-scene_camera {
  height: 100dvh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.main-scene_container {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.portal-window_wrapper {
  width: 40vw;
  flex: 1;
  align-self: auto;
  padding-top: 20%;
  padding-bottom: 0%;
  padding-left: 0;
  position: relative;
}

.portal-window_container {
  width: 100%;
  height: auto;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  transform: translate(0, -40%);
}

.portal-obj_img1 {
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  align-self: center;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portal-obj_img2 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  align-self: center;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  z-index: 20;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portal-obj_img3, .portal-obj_img4 {
  width: 100%;
  max-width: none;
  align-self: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portal-obj_img5, .portal-obj_img6 {
  width: 100%;
  max-width: none;
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-2 {
  width: auto;
  height: 100vh;
  overflow: hidden;
}

.portal-obj_img7 {
  width: 100%;
  max-width: none;
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-15 {
  height: auto;
  background-color: #000;
  justify-content: center;
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-9 {
  max-width: 40vw;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  flex: 0 auto;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lifestyle-slider-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider {
  height: 100vh;
}

.image-10 {
  width: 100%;
  height: 100%;
  overflow-wrap: normal;
  object-fit: cover;
}

.lifestyle-1 {
  width: 100%;
  height: 70%;
  max-width: 140%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  align-self: stretch;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: -98%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide {
  object-position: 50% 50%;
}

.img-container {
  aspect-ratio: auto;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.slide-nav-2 {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  padding-bottom: 0;
  padding-left: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-11 {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  object-fit: cover;
  flex: none;
  align-self: center;
  display: inline-block;
  position: static;
  top: auto;
}

.div-block-16 {
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-lifestyle {
  height: 100vh;
}

.power-battery {
  width: auto;
  height: auto;
  -webkit-text-stroke-color: #8eed74;
  background-color: #8eed74;
  flex: 0 auto;
  align-self: stretch;
  margin: 0;
  padding: 0;
}

.power-box-container {
  -webkit-text-stroke-width: 1px;
  border: 1px solid #8eed74;
  margin-left: 20%;
  margin-right: 20%;
}

.shadow-element {
  z-index: 380;
  height: 30vw;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-18 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.sl-text-1 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sl-text-2, .sl-text-3, .sl-text-4 {
  position: absolute;
}

.superluminova-section {
  height: 400vh;
  background-color: #000;
  background-image: linear-gradient(#faf7f5, #edc7a6 0%, #d69fa5 40%, #2c3d5e 73%, #000 94%, #000);
}

.sl-scene_camera {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sl-scene_container {
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
  overflow: hidden;
}

.sl-window_wrapper {
  width: 100vw;
  padding-top: 33%;
  position: relative;
}

.div-block-19 {
  height: 100vh;
}

.sl-window_container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sl-text_container {
  z-index: 60;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sl-txt_1 {
  z-index: 2;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 90%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sl-txt_2 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 90%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sl-txt_3 {
  z-index: 3;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 90%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sl-txt_4 {
  z-index: 1;
  color: #8eed74;
  text-shadow: 0 1px 10px #9fff7d;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 90%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-watch {
  max-width: 60%;
  margin-top: 8vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  position: absolute;
}

.image-12 {
  max-width: 20%;
  align-self: center;
}

.div-block-20 {
  z-index: 999;
  width: auto;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  margin-bottom: 4vh;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.empty-state {
  height: auto;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 50px;
}


.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}

.div-block-21 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4vw;
  padding-left: 20vw;
  padding-right: 20vw;
  display: grid;
}

.cta-container {
  width: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.superscript {
  font-size: 1.7vw;
}

.text-block-5 {
  padding-left: 2rem;
  font-size: 4vw;
}

.div-block-22 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  color: #fff;
}

.text-slider {
  width: 99vw;
  height: auto;
  color: #fff;
  text-align: left;
  mix-blend-mode: normal;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 103%;
}

.div {
  transition: opacity .2s;
}

.div-2 {
  object-fit: fill;
}

.slide-nav-3 {
  opacity: 1;
  text-align: right;
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  border: 0 #fff;
  border-radius: 0;
  font-size: 15px;
  line-height: 15px;
}

.slide-2 {
  text-align: justify;
}

.slide-3, .slide-4 {
  text-align: right;
}

.slide-5 {
  text-align: center;
}

.slide-6 {
  text-align: left;
}

.slide-7 {
  text-align: center;
  background-image: url('../images/slide1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.right-arrow {
  border: 1px solid #fff;
}

.slide-8 {
  background-image: url('../images/slide2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/slide3.jpg');
  background-position: 50%;
  background-size: cover;
}

.hide-desktop{
  display: none;
}
.hide-mobile{
  display: block;
}

.position{
  position: relative;
}

@media all and (max-width: 768px) {
  /* put your css styles in here */
  .slide-7 {
    background-image: url('../images/slide1-mobile.jpg') !important;
  }
  .slide-8 {
    background-image: url('../images/slide2-mobile.jpg')!important;
  }
  .slide-9 {
    background-image: url('../images/slide3-mobile.jpg')!important;
  }
  .hide-desktop{
    display: block;
  }
  .hide-mobile{
    display: none;
  }
  .fix-ios-17-vid-scroll::after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    z-index: 10000;
  }
  .position{
    position: absolute;
  }
}

.slider-2 {
  width: 100%;
  height: 100%;

  line-height: 14px;
}

.html-embed-3 {
  font-size: 0;
}

.slide-nav-4 {
  color: #fff;
  text-align: right;
  margin-bottom: 50px;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
    .slide-nav-4 {
      margin-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
  .header-container {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .heading {
    font-size: 1rem;
  }

  .hero-section {
    height: 130vh;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .page-wrapper {
    width: 100%;
    height: auto;
  }

  .splide__slide {
    width: 50%;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slm-sticky {
    padding-top: 21vh;
  }

  .image-8 {
    width: 30vw;
  }

  .heading-4 {
    font-size: 6vw;
    line-height: 110%;
  }

  .text-block-2 {
    font-size: 6vw;
  }


  .image-9 {
    max-width: 70vw;
  }

  .shadow-element {
    height: 40vw;
  }

  .superluminova-section {
    background-image: linear-gradient(#faf7f5, #edc7a6 0%, #d69fa5 28%, #2c3d5e 62%, #000 90%, #000);
  }

  .sl-txt_1, .sl-txt_2, .sl-txt_3, .sl-txt_4 {
    font-size: 6vw;
  }

  .hero-watch {
    max-width: 80%;
  }

  .text-block-3 {
    font-size: 6vw;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .text-slider {
    font-size: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .title-1 {
    font-size: 13vw;
  }

  .heading {
    font-size: .875rem;
  }

  .hero-section {
    height: 230vh;
  }

  .slm_night.night-in, .slm_day {
    width: 60vw;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .image-8 {
    width: 40vw;
  }

  .power-reserve-container, .nivacron-container {
    height: 50vh;
  }

  .sl-window_wrapper {
    padding-top: 30%;
  }

  .sl-txt_1, .sl-txt_2, .sl-txt_3, .sl-txt_4 {
    font-size: 6vw;
  }

  .text-block-3 {
    text-align: left;
    font-size: 6vw;
    line-height: 100%;
  }

  .text-block-4 {
    text-align: left;
    font-size: .875rem;
  }

  .div-block-21 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-items: start;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    overflow: visible;
  }

  .top_content {
    justify-content: center;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .header-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    align-content: start;
    justify-content: center;
    align-items: start;
    justify-items: center;
    padding-top: 0;
  }

  .title-1 {
    letter-spacing: -.1rem;
    margin-top: 0;
    font-size: 16vw;
    font-weight: 700;
    line-height: 100%;
  }

  .title-1.in-white {
    width: 80%;
    text-align: left;
    padding-left: 16px;
    font-size: 12vw;
    line-height: 110%;
  }

  .heading {
    height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 1.125rem;
    line-height: 120%;
  }

  .heading.in-white {
    text-align: left;
    padding-left: 16px;
    line-height: 150%;
  }

  .hero-section {
    z-index: -1;
    width: auto;
    height: auto;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    object-fit: fill;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: relative;
    overflow: hidden;
  }

  .image {
    max-width: 50%;
  }

  .image-2 {
    max-width: 140%;
    padding-left: 1.2rem;
  }

  .hero-watch-container {
    height: 100vh;
    align-items: stretch;
    padding-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .cta-btn {
    width: 100%;
    max-width: 120%;
    opacity: 1;
    outline-offset: 0px;
    letter-spacing: .03rem;
    background-color: #000;
    border-style: solid;
    border-width: 1px;
    border-radius: .4rem;
    outline: 1px #fff;
    margin-bottom: 0;
    font-size: 1.125rem;
  }

  .cta-btn:hover {
    border-style: solid;
  }

  .cta-btn.image-9 {
    width: auto;
    height: 120%;
    border-width: 1px;
    flex: 0 auto;
    padding: 1rem 2rem;
    line-height: 120%;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
  }

  .slm-wrapper {
    z-index: 7;
    width: 100vw;
    height: auto;
    aspect-ratio: auto;
    opacity: 1;
    color: rgba(51, 51, 51, 0);
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 70vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .image-3 {
    opacity: 1;
    align-self: center;
    overflow: visible;
  }

  .image-4 {
    opacity: .63;
    flex: none;
    align-self: center;
    overflow: visible;
  }

  .image-5 {
    max-width: 100vw;
    padding-left: 1.4rem;
  }

  .slm_night.day-in {
    opacity: 1;
    flex: 0 auto;
    order: 1;
    display: block;
    position: absolute;
  }

  .slm_night.night-in {
    width: 140vw;
    height: auto;
    opacity: 1;
    align-self: center;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0%);
  }

  .slm-holder {
    width: 100vw;
    height: 200vh;
    opacity: 1;
    background-color: #c33131;
    background-image: linear-gradient(#faf7f5, #edc7a6 11%, #d69fa5 26%, #4f4b92 54%, #000 81%);
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .slm_day {
    width: 140vw;
    height: auto;
    max-width: none;
  }

  .slm_day.day-in {
    width: 100vw;
    align-self: center;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0%);
  }

  .div-block-4 {
    position: relative;
  }

  .ham-logo {
    max-width: 40%;
    padding-top: .5rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .header_sub-line {
    width: 2em;
  }

  .h3_header {
    z-index: 1;
    color: #000;
    text-align: center;
    -webkit-text-stroke-color: #000;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 100vh;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20vw;
    line-height: 20vw;
    display: flex;
    position: relative;
  }

  .h3_header.sl_effect {
    color: #e0ffe1;
    text-shadow: 0 1px 7px #e0ffe1;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-7 {
    justify-content: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-slm {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .night-out {
    height: 0;
    padding-top: 100vh;
    position: absolute;
  }

  .text-block {
    letter-spacing: -.03rem;
  }

  .div-block-10 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-description {
    font-size: 1rem;
  }

  .div-block-11 {
    height: 100%;
    position: relative;
    top: auto;
  }

  .slm-stickyview {
    height: 100%;
    align-self: center;
    position: relative;
  }

  .slm-sticky {
    z-index: 290;
    justify-content: flex-start;
    align-self: auto;
    padding-top: 10vh;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: visible;
  }

  .content-holder {
    height: auto;
  }

  .video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .collection-slider-section {
    position: static;
  }

  .header-collection-container {
    width: 70%;
    justify-content: start;
    justify-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .ham-logo1 {
    width: 60vw;
  }

  .image-8 {
    width: 50vw;
  }

  .features-section {
    grid-column-gap: 8vh;
    grid-row-gap: 8vh;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
    position: relative;
  }

  .power-reserve-container {
    height: auto;
    grid-row-gap: 16px;
    border-style: none;
    border-width: 1px;
    grid-template-rows: auto auto;
  }

  .heading-4 {
    height: auto;
    text-align: left;
    flex: 1;
    align-self: flex-start;
    padding-left: 16px;
    font-size: 12vw;
    line-height: 98%;
  }

  .lang-nl .heading-4{
    font-size: 10vw;
  }

  .nivacron-container {
    height: auto;
    background-color: #000;
    border-style: none;
    grid-template-rows: auto auto;
  }


  .history-section {
    height: 600dvh;
    overflow: visible;
  }

  .portal-window_wrapper {
    width: 35vw;
    padding-top: 25%;
    padding-bottom: 0%;
    left: auto;
    transform: translate(-50%, 310%);
  }

  .portal-window_container {
    width: 100%;
    align-items: center;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .portal-obj_img1 {
    z-index: 7;
    width: 100%;
    align-self: center;
    bottom: 0;
  }

  .portal-obj_img2 {
    z-index: 6;
    width: 100%;
    max-width: 100%;
    align-self: center;
  }

  .text-block-2 {
    z-index: -1;
    align-items: center;
    font-size: 9vw;
  }

  .portal-obj_img3 {
    z-index: 5;
    width: 200%;
    align-self: center;
  }

  .portal-obj_img4 {
    z-index: 4;
    width: 200%;
    align-self: center;
  }

  .portal-obj_img5 {
    z-index: 3;
    width: 200%;
    align-self: center;
  }

  .portal-obj_img6 {
    z-index: 2;
    width: 200%;
    align-self: center;
  }

  .portal-obj_img7 {
    z-index: 1;
    align-self: center;
  }

  .image-9 {
    width: 140vw;
    height: auto;
    max-width: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -20%;
    right: 0%;
  }

  .image-11 {
    height: 100%;
    min-height: 100%;
  }

  .slider-lifestyle {
    height: 100vh;
  }

  .power-battery {
    border: 1px solid #8eed74;
  }

  .power-box-container {
    border-style: solid;
    margin-left: 16px;
    margin-right: 16px;
  }

  .shadow-element {
    z-index: 580;
    height: 60vh;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #000 77%);
    align-self: flex-end;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .div-block-18 {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4vh;
    position: relative;
    overflow: visible;
  }

  .sl-window_wrapper {
    padding-top: 60vh;
  }

  .sl-text_container {
    margin-top: -2.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sl-txt_1, .sl-txt_2 {
    text-align: left;
    padding-left: 16px;
    font-size: 12vw;
    font-weight: 700;
    line-height: 100%;
  }



  .sl-txt_3, .sl-txt_4 {
    text-align: left;
    justify-content: flex-start;
    padding-left: 16px;
    font-size: 12vw;
    font-weight: 700;
    line-height: 100%;
  }

  .lang-nl .sl-txt_3, .lang-nl .sl-txt_4,.lang-nl  .sl-txt_1,.lang-nl  .sl-txt_2{
    font-size: 10vw;
  }

  .hero-watch {
    width: 130%;
    max-width: none;
    align-self: flex-start;
    margin-top: 2vh;
    margin-bottom: auto;
    padding-bottom: 10vh;
    padding-left: 1rem;
    position: absolute;
  }

  .image-12 {
    width: 50%;
    max-width: none;
  }

  .div-block-20 {
    width: 100%;
    align-self: stretch;
    position: absolute;
    bottom: 0%;
  }

  .shadow-placement {
    height: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-3 {
    color: #fff;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 10vw;
    font-weight: 700;
    line-height: 100%;
  }


  .lang-nl .text-block-3{
    font-size: 8vw;
  }

  .text-block-4 {
    color: #fff;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 120%;
  }

  .div-block-21 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 4vh;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .cta-container {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }

  .text-slider {
    width: 100vw;
    text-align: left;
    padding-top: 16px;
    padding-left: 16px;
    font-size: 12vw;
    line-height: 100%;
  }
}

#w-node-_4e93c7a1-7a20-a1f1-35bf-b076fdad5123-dfbfa276 {
  align-self: center;
  justify-self: center;
}

#w-node-_4e93c7a1-7a20-a1f1-35bf-b076fdad5125-dfbfa276 {
  align-self: start;
}

#w-node-e7df8a03-96a5-108b-8c5e-2efc8055f828-dfbfa276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4cb72602-41c1-a3ff-bba6-8840d34d5d4e-dfbfa276 {
  align-self: end;
}

#w-node-c97daf78-94aa-506e-c961-1e680e13c9e1-dfbfa276 {
  align-self: start;
}

#w-node-f3d93833-bbc0-5f7c-1ba4-c3327eecbd87-dfbfa276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7557f106-f620-b4d5-c72a-d23301868ddb-dfbfa276 {
  align-self: end;
}

#w-node-f3d93833-bbc0-5f7c-1ba4-c3327eecbd88-dfbfa276 {
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-e7df8a03-96a5-108b-8c5e-2efc8055f828-dfbfa276, #w-node-f3d93833-bbc0-5f7c-1ba4-c3327eecbd87-dfbfa276 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e93c7a1-7a20-a1f1-35bf-b076fdad5122-dfbfa276 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-_4e93c7a1-7a20-a1f1-35bf-b076fdad512d-dfbfa276 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-e7df8a03-96a5-108b-8c5e-2efc8055f828-dfbfa276, #w-node-f3d93833-bbc0-5f7c-1ba4-c3327eecbd87-dfbfa276 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }
}


