html, body {
  font-size: 16px;
  font-family: "Helvetica", "Arial", sans-serif;
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
}

.mobile-only {
  display: none;
}

.hidden {
  opacity: 0;
}

a.button {
  display: block;
  color: #fff;
  background: #7c2855;
  padding: 24px;
}

@keyframes scrollIndicator {
  0% {
    top: 0;
  }
  100% {
    top: 25px;
  }
}
@keyframes scrollIndicatorHide {
  0% {
    top: 0;
  }
  100% {
    top: -300px;
  }
}
section#hero-video {
  width: 100%;
  height: 250vh;
}
section#hero-video div.hero-video-content {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
section#hero-video div.hero-video-content header {
  position: absolute;
  top: 30px;
  width: 100%;
}
section#hero-video div.hero-video-content header img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  transition: 0.5s all ease;
}
section#hero-video div.hero-video-content #hero-video-canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100vh;
  width: 177.7777778vh;
  min-width: 100vw;
  min-height: 56.25vw;
  z-index: -1;
}
section#hero-video div.hero-video-content h1 {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  color: #fff;
  font-style: italic;
  text-align: center;
  transition: all 0.5s ease;
  width: 100%;
  line-height: 1.25;
}
section#hero-video div.hero-video-content footer {
  position: absolute;
  bottom: 60px;
  width: 100%;
  min-height: 80px;
  cursor: pointer;
  text-align: center;
}
section#hero-video div.hero-video-content footer a {
  display: block;
  text-decoration: none;
}
section#hero-video div.hero-video-content footer a #scroll-indicator {
  position: relative;
  max-width: 75px;
  transition: all 0.5s ease;
  animation: scrollIndicator 1s;
  animation-iteration-count: infinite;
}
section#hero-video div.hero-video-content footer a #scroll-indicator.hidden {
  animation: scrollIndicatorHide 1s;
}

section#primary-features {
  display: flex;
  height: 100vh;
  width: 100%;
  position: relative;
}
section#primary-features article {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
section#primary-features article.imaging {
  background: #000 url("assets/imaging-excellence.jpg") no-repeat center center;
  background-size: contain;
}
section#primary-features article video {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100vh;
}
section#primary-features article .title-wrap {
  position: absolute;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-style: italic;
  width: 100%;
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
}
section#primary-features article h2 {
  font-size: 3.375rem;
}
section#primary-features article::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 15px;
  left: 0px;
  background: #7c2855;
  z-index: 1;
}
section#primary-features footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
section#primary-features footer a {
  display: block;
  text-decoration: none;
}
section#primary-features footer a .scroll-indicator {
  position: relative;
  max-width: 75px;
  transition: all 0.5s ease;
}

section#featured-images {
  min-height: 100vh;
}
section#featured-images article:nth-child(1) {
  text-align: center;
}
section#featured-images article:nth-child(1) img.logo {
  max-width: 671px;
  margin: 80px auto 30px;
}
section#featured-images article:nth-child(1) img.primary {
  margin-top: -15px;
  width: 100%;
  margin-bottom: -90px;
}
section#featured-images article:nth-child(2) {
  position: relative;
  min-height: 850px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background: url("assets/featured-image-bg.jpg") bottom center repeat;
}
section#featured-images article:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fff;
  left: 50%;
  top: -8px;
  z-index: -2;
}
section#featured-images article:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("assets/Fujifilm_Velocity_MachineProfile.jpg") bottom center no-repeat;
  top: -8px;
  left: -100px;
  padding-right: 30px;
  z-index: -1;
}
section#featured-images article:nth-child(2) .content {
  position: relative;
  max-width: 338px;
  margin: 0 auto;
  z-index: 1;
  font-size: 1.125rem;
  color: #4e4e4e;
  text-align: center;
  line-height: 1.25;
  padding-top: 3rem;
}
section#featured-images article:nth-child(2) .content h3 {
  font-size: 1.125rem;
  font-style: italic;
}
section#featured-images article:nth-child(2) .content a.button {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

section#swift-changes {
  display: flex;
  flex-direction: column;
}
section#swift-changes article video {
  width: 100%;
}
section#swift-changes footer {
  position: sticky;
  bottom: 0px;
  margin-top: -4px;
  padding: 1.5625rem;
  background: rgba(124, 40, 85, 0.85);
  color: #fff;
  text-align: center;
  padding: 30px 0px;
}
section#swift-changes footer h4 {
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin: 0px 0px 15px;
}
section#swift-changes footer p {
  max-width: 815px;
  margin: 0 auto;
  line-height: 2;
}

section#film-strip {
  width: 100%;
}
section#film-strip ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  min-width: 100%;
}
section#film-strip ul li {
  margin: 0px;
  padding: 0px;
  width: 25%;
  padding-bottom: 16.68%;
  background-size: cover;
}
section#film-strip ul li:nth-child(1) {
  background: url("assets/film-strip-01.jpg") center center/cover no-repeat;
}
section#film-strip ul li:nth-child(2) {
  background: url("assets/film-strip-02.jpg") center center/cover no-repeat;
}
section#film-strip ul li:nth-child(3) {
  background: url("assets/film-strip-03.jpg") center center/cover no-repeat;
}
section#film-strip ul li:nth-child(4) {
  background: url("assets/film-strip-04.jpg") center center/cover no-repeat;
}

section#pinpoint-precision {
  background: #000 url("assets/bg-precision.jpg") center center/cover no-repeat;
  min-height: 135vh;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
section#pinpoint-precision header {
  padding-top: 80px;
  padding-bottom: 100px;
  color: #fff;
  max-width: 833px;
  margin: auto;
  text-align: center;
}
section#pinpoint-precision header h1 {
  font-size: 2rem;
  font-style: italic;
  text-transform: uppercase;
}
section#pinpoint-precision header p {
  font-size: 1.125rem;
  line-height: 1.5;
}
section#pinpoint-precision article {
  width: 100%;
  position: absolute;
  top: 43%;
}
section#pinpoint-precision article::before {
  content: "";
  position: absolute;
  top: 14%;
  width: 100%;
  height: 73%;
  background: #7c2855;
  z-index: 0;
}
section#pinpoint-precision article ul {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  display: flex;
}
section#pinpoint-precision article ul li {
  margin: 0px;
  padding: 0px;
  width: 33%;
  padding: 8px;
}
section#pinpoint-precision article ul li img {
  position: relative;
  border: 1px solid #fff;
  width: 100%;
  height: auto;
}

section#less-stress {
  min-height: 135vh;
  border-bottom: 1px solid #fff;
  background: url("assets/bg-less-stress.jpg") center center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#less-stress article {
  background: rgba(124, 40, 85, 0.85);
  border: 1px solid #fff;
  padding: 60px 90px;
  color: #fff;
  max-width: 1280px;
  text-align: center;
}
section#less-stress article h1 {
  font-size: 2rem;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0px;
}
section#less-stress article p {
  font-size: 1.125rem;
  margin-bottom: 0px;
  line-height: 1.5;
}

section#call-to-action {
  min-height: 100vh;
  border-bottom: 1px solid #fff;
  background: url("assets/bg-closing.jpg") center center/cover no-repeat;
  display: flex;
  flex-direction: column;
}
section#call-to-action header {
  flex: 1;
  position: relative;
  text-align: center;
}
section#call-to-action header .logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section#call-to-action article {
  display: block;
  bottom: 0px;
  margin-top: -4px;
  padding: 1.5625rem;
  background: rgba(124, 40, 85, 0.85);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
section#call-to-action article p {
  line-height: 1.5;
}
section#call-to-action article a.button {
  margin: 0px auto 22px;
  max-width: 340px;
  font-size: 1.125rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

section#corporate {
  text-align: center;
  color: #fff;
  padding: 57px 0px;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #fff;
}
section#corporate h1, section#corporate h2 {
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin: 0px;
}
section#corporate h2 {
  font-weight: normal;
}

footer#main-footer {
  background: #ababab;
}
footer#main-footer .content {
  max-width: 1280px;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 37px 15px;
  margin: 0px auto;
  align-items: center;
}
footer#main-footer .content nav {
  flex-grow: 1;
}
footer#main-footer .content nav a {
  text-decoration: none;
  padding-right: 30px;
  color: #000;
}
footer#main-footer .content p {
  align-self: end;
  margin: 0px;
}

section#form-hero {
  width: 100%;
  background: url("assets/bg-video.jpg") center center/cover no-repeat;
  overflow: hidden;
}
section#form-hero div.form-hero-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
section#form-hero div.form-hero-content header {
  position: absolute;
  top: 30px;
  width: 100%;
}
section#form-hero div.form-hero-content header img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  transition: 1s all ease;
}
section#form-hero div.form-hero-content h1 {
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  color: #fff;
  font-style: italic;
  text-align: center;
  transition: all 1s ease;
  width: 100%;
  line-height: 1.25;
}
section#form-hero div.form-hero-content article.form {
  max-width: 540px;
  margin: 0px auto;
  padding: 30px 15px;
  background: #f9f9f9;
  position: relative;
  top: 150px;
}
section#form-hero div.form-hero-content article.form h1 {
  font-size: 2rem;
  color: #000;
  position: static;
  transform: none;
  top: auto;
  left: auto;
}
section#form-hero div.form-hero-content footer {
  position: absolute;
  bottom: 60px;
  width: 100%;
  min-height: 80px;
  cursor: pointer;
  text-align: center;
}
section#form-hero div.form-hero-content footer a {
  display: block;
  transform: rotate(90deg);
  text-decoration: none;
}
section#form-hero div.form-hero-content footer a #scroll-indicator {
  position: relative;
  max-width: 75px;
  transition: all 1s ease;
  animation: scrollIndicator 1s;
  animation-iteration-count: infinite;
}
section#form-hero div.form-hero-content footer a #scroll-indicator.hidden {
  animation: scrollIndicatorHide 1s;
}

_:-ms-lang(x) section#hero-video, html section#hero-video {
  height: 100vh;
  background: url("assets/bg-video.jpg") center center/cover no-repeat;
  overflow: hidden;
}
_:-ms-lang(x) section#hero-video div.hero-video-content, html section#hero-video div.hero-video-content {
  position: absolute;
}
_:-ms-lang(x) section#hero-video div.hero-video-content article, html section#hero-video div.hero-video-content article {
  position: absolute;
  width: 100%;
  height: 100%;
}
_:-ms-lang(x) section#hero-video div.hero-video-content article h1, html section#hero-video div.hero-video-content article h1 {
  top: 40%;
}
_:-ms-lang(x) section#hero-video div.hero-video-content article canvas, html section#hero-video div.hero-video-content article canvas {
  display: none;
}
_:-ms-lang(x) section#less-stress,
_:-ms-lang(x) section#call-to-action, html section#less-stress,
html section#call-to-action {
  height: 100vh;
}
_:-ms-lang(x) section#call-to-action header, html section#call-to-action header {
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 812px) {
  html, body {
    font-size: 12px;
  }

  .mobile-only {
    display: block;
  }

  section#hero-video,
section#form-hero {
    height: 100vh;
    background: url("assets/bg-video.jpg") center center/cover no-repeat;
    overflow: hidden;
  }
  section#hero-video div.hero-video-content,
section#form-hero div.hero-video-content {
    position: absolute;
  }
  section#hero-video div.hero-video-content img.hidden,
section#hero-video div.hero-video-content h1#hero-text.hidden,
section#hero-video div.hero-video-content #scroll-indicator.hidden,
section#form-hero div.hero-video-content img.hidden,
section#form-hero div.hero-video-content h1#hero-text.hidden,
section#form-hero div.hero-video-content #scroll-indicator.hidden {
    opacity: 1;
  }
  section#hero-video div.hero-video-content footer a #scroll-indicator.hidden,
section#form-hero div.hero-video-content footer a #scroll-indicator.hidden {
    animation: scrollIndicator 1s;
    animation-iteration-count: infinite;
  }
  section#hero-video div.hero-video-content h1#hero-text,
section#form-hero div.hero-video-content h1#hero-text {
    font-size: 3em;
  }
  section#hero-video div.hero-video-content article,
section#form-hero div.hero-video-content article {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  section#hero-video div.hero-video-content article h1,
section#form-hero div.hero-video-content article h1 {
    top: 40%;
  }
  section#hero-video div.hero-video-content article canvas,
section#form-hero div.hero-video-content article canvas {
    display: none;
  }

  section#primary-features {
    flex-direction: column;
    height: auto;
  }
  section#primary-features article {
    width: 100%;
    height: 75vh;
  }
  section#primary-features article h2 {
    font-size: 2.5rem;
  }
  section#primary-features footer a {
    display: none;
  }

  section#featured-images article:nth-child(1) {
    padding: 15px;
  }
  section#featured-images article:nth-child(1) img.logo {
    max-width: 100%;
    margin-top: 40px;
  }
  section#featured-images article:nth-child(1) img.primary {
    margin-bottom: -45px;
  }
  section#featured-images article:nth-child(2) {
    background: none;
    min-width: auto;
    min-height: auto;
    width: auto;
  }
  section#featured-images article:nth-child(2)::before, section#featured-images article:nth-child(2)::after {
    display: none;
  }
  section#featured-images article:nth-child(2) .content {
    padding: 15px;
  }

  section#swift-changes footer {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }

  section#pinpoint-precision {
    min-height: 400px;
  }
  section#pinpoint-precision article {
    top: 54%;
  }
  section#pinpoint-precision p {
    padding-left: 15px;
    padding-right: 15px;
  }

  section#less-stress {
    padding: 15px;
    background: url("assets/bg-less-stress-mobile.jpg") center center/cover no-repeat;
    min-height: 540px;
  }
  section#less-stress article {
    padding: 15px;
  }
  section#less-stress article h1 {
    font-size: 1.75rem;
    margin-bottom: 0px;
  }

  section#call-to-action header .logo-wrap {
    top: 60%;
    width: 95%;
  }

  section#corporate h1,
section#corporate h2 {
    font-size: 1.2rem;
  }

  footer#main-footer .content {
    display: block;
    text-align: center;
  }
  footer#main-footer .content nav {
    padding-bottom: 5px;
  }
  footer#main-footer .content nav a {
    padding-right: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
