.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  font-family: Outfit, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  height: auto;
  background-color: #000;
  font-family: Outfit, sans-serif;
}

.hero-section {
  height: 100vh;
}

.container {
  max-height: 0px;
  max-width: 1040px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
}

.video {
  position: static;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading.uppertext {
  overflow: visible;
  border-radius: 0px;
  color: hsla(0, 0%, 100%, 0);
  line-height: 10px;
}

.heading.bottomtext {
  z-index: 0;
  color: #fff;
  line-height: 10px;
}

.longsection {
  height: 200vh;
}

.image {
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  margin-right: auto;
  margin-left: auto;
}

.seiko-image {
  display: block;
  height: 200vh;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.seiko-header {
  display: block;
  height: 200vh;
  margin-right: auto;
  margin-left: auto;
}

.longimage {
  display: block;
  height: 200vh;
  margin-right: auto;
  margin-left: auto;
}

.videoheader {
  position: static;
  z-index: 0;
  height: 100vh;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.modern {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 200px;
  font-weight: 600;
}

.modern.uppertext {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.06);
}

.modding {
  display: inline-block;
  margin-top: 160px;
  padding-top: 0px;
  color: #fff;
  font-size: 200px;
  font-weight: 600;
}

.modding.top {
  color: hsla(0, 0%, 100%, 0.07);
}

.section {
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.timeline {
  position: relative;
  z-index: -3;
}

.timelinewrapper {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timelineitem {
  width: 100%;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  justify-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 160px 1fr;
  grid-template-columns: 1fr 160px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timelineleft {
  color: #fff;
  text-align: right;
}

.timelinecentre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timelinedatetext {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
}

.timelinecircle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
}

.timelinetext {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.timelinemaintext {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.timelineprogress {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #3d3d3d;
}

.timelineprogressbar {
  position: fixed;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 100vh;
  background-color: #fff;
  font-size: 3px;
  line-height: 50vh;
}

.pagewrapper {
  background-color: transparent;
}

.sectionblock {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.h1 {
  color: #fff;
  text-align: center;
}

.containerone {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

.text-block-3 {
  padding-top: 35px;
  color: #fff;
  text-align: center;
}

.div-block {
  height: 600px;
}

.imagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.image-3 {
  padding-top: 70px;
}

.firstsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.seikoimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 99px;
  padding-bottom: 99px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videocontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}

.redsquare {
  position: absolute;
  z-index: 1;
  width: 1200px;
  height: 175px;
  border-radius: 0px;
}

.sectionwrapper {
  width: 100%;
  height: 100%;
}

.grid {
  justify-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.firstgrid {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  white-space: normal;
}

.textone {
  color: #fff;
}

.topright {
  margin-left: 25px;
}

.innovation {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.aboutus {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}

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

.aboutustext {
  padding-top: 30px;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}

.button {
  margin-top: 40px;
  margin-right: 20px;
}

.image-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.grid-2 {
  position: static;
  margin: 30px;
}

.blockone {
  display: inline-block;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  line-height: 20px;
}

.sectionone {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  line-height: 25px;
}

.kontainer {
  max-width: 1040px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.kontainer.kontainernav {
  margin-top: 0px;
}

.kontainer.kontainerthree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._2-col-grid {
  margin-top: 0px;
  margin-bottom: 0px;
  grid-column-gap: 99px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kontentwrapper {
  margin-top: 35px;
}

.kontentwrapper.kontentright {
  text-align: right;
}

.imagewrappa {
  margin-top: 37px;
}

.headingh1 {
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  text-transform: capitalize;
}

.text {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 13px;
  font-weight: 300;
}

.buttton {
  margin-top: 30px;
  margin-right: 27px;
  padding: 15px 35px;
  border-radius: 4px;
  background-color: #99bab1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.buttton.ghost {
  border-style: solid;
  border-width: 1.9px;
  border-color: #fff;
  border-radius: 100px;
  background-color: rgba(153, 186, 177, 0);
  font-weight: 400;
}

.buttton.ghost.ghosttwo {
  border-radius: 0px;
}

.buttton.redbutton {
  margin-right: 0px;
  background-color: #8e3533;
}

.buttton.redbutton.greenbutton {
  background-color: #b1be70;
}

.buttton.watchbutton {
  margin-right: 0px;
}

.subheading {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 10px;
  font-weight: 300;
}

.navbar {
  position: static;
  height: 60px;
  background-color: #000;
  color: #fff;
}

.logo {
  margin: 10px auto 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.brand {
  margin-top: 0px;
}

.navlink {
  color: #fff;
  text-transform: lowercase;
}

.blackbalken {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  color: #000;
}

.image-5 {
  position: static;
  width: 350px;
  height: 310.21875px;
}

.image-6 {
  width: 350px;
  height: 310.21875px;
  margin-top: 0px;
}

.watchblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 115px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
}

.watchgrid {
  margin-top: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.leftwatch {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 117px 25px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 3px;
  text-align: center;
}

.watchh1 {
  font-size: 36px;
  font-weight: 500;
  -webkit-column-count: 0;
  column-count: 0;
}

.image-7 {
  position: absolute;
  margin-top: -304px;
  margin-left: -107px;
}

.image-7.rightwatchposition {
  margin-top: -295px;
  margin-left: -111px;
}

.image-7.centerwatchposition {
  margin-top: -307px;
  margin-left: -103px;
}

.blocktwo {
  width: 100vw;
  height: 125vh;
  margin-top: 0px;
  background-color: #000;
}

.greenbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 185px;
  margin-left: 185px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #b1be70;
  text-align: left;
}

.line {
  width: 650px;
  height: 1px;
  margin-top: 45px;
  margin-left: 299px;
  background-color: #fff;
}

.featuredon {
  margin: 0px auto 0px 207px;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.blockthree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sectionthree {
  position: static;
}

.imageparallax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 99px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.parallaxone {
  position: relative;
  z-index: -5;
  width: auto;
}

.parallaxtwo {
  position: relative;
  z-index: -3;
  width: 100vw;
}

.parallaxthree {
  width: 100vw;
}

.parallaxtwowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.abstractobject {
  position: absolute;
  z-index: -2;
  width: 250px;
  height: 175px;
  margin-top: 0px;
  background-color: #b1be70;
  -o-object-fit: fill;
  object-fit: fill;
}

.abstractobject.blue {
  background-color: #99bab1;
}

.abstractobjecttwo {
  position: absolute;
  z-index: -1;
  width: 45px;
  height: 375px;
  background-color: #99bab1;
}

.abstractobjecttwo.red {
  background-color: #8e3533;
}

.parallaxtworapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parallaxonewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whitesqhuare {
  position: absolute;
  width: 90vw;
  height: 76vh;
  margin-top: -22px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.blockparallax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fillerblock {
  width: 100vw;
  height: 15vh;
  background-color: #000;
}

.whiteline {
  position: absolute;
  width: 1px;
  height: 100px;
  margin-top: -340px;
  margin-right: 0px;
  margin-left: -60px;
  padding-right: 0px;
  background-color: #fff;
}

.whitelinetwo {
  position: absolute;
  width: 120px;
  height: 1px;
  margin-top: -322px;
  margin-left: -111px;
  background-color: #fff;
}

#w-node-_691783c5-d835-e8aa-7aac-fc79b59c8b4e-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4b9531ed-100b-5767-5604-01457d8925cb-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f10ed63-6e5d-b8db-b6e7-774bb4df1bce-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f10ed63-6e5d-b8db-b6e7-774bb4df1bcc-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_26c1e9a6-597b-3d5c-6f39-66b90e20984e-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7f5c8765-0bb6-12ca-b512-b9902cc05ce3-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dfcfa296-a8dd-d3bf-2864-2fd0beff36c3-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_52b72a47-d64e-2fd6-0104-1e7f0ad7e58d-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_52b72a47-d64e-2fd6-0104-1e7f0ad7e58f-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06815abb-2b3d-2952-5c6d-ac98a11f7edf-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06815abb-2b3d-2952-5c6d-ac98a11f7ee8-bca3c5b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

