body {
  background-color: #12100e;
  font-family: Saira;
  color: #9e9895;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 14px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 20px;
  border-bottom: 2px solid #9e9895;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 41px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
}

strong {
  font-weight: bold;
}

.main-page {
  -webkit-transform-origin: 50% 40% 0px;
  -ms-transform-origin: 50% 40% 0px;
  transform-origin: 50% 40% 0px;
}

.contact-form {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  background-image: url('../images/Watch-Background-Design---Complete.svg'), -webkit-linear-gradient(315deg, rgba(85, 63, 67, .2), rgba(10, 4, 4, .45)), url('../images/noise-texture.jpg');
  background-image: url('../images/Watch-Background-Design---Complete.svg'), linear-gradient(135deg, rgba(85, 63, 67, .2), rgba(10, 4, 4, .45)), url('../images/noise-texture.jpg');
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, 110px;
  background-repeat: no-repeat, repeat, repeat;
  box-shadow: 0 9px 50px 0 rgba(0, 0, 0, .67);
  color: #fff;
}

.hero-section {
  position: relative;
  min-height: 100vh;
}

.hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-background.yellow {
  background-image: url('../images/Yellow.jpg');
}

.hero-background.black {
  background-image: url('../images/Black.jpg');
}

.hero-background.blue-and-white {
  background-image: url('../images/Blue-and-White.jpg');
}

.hero-background.coloured {
  background-image: url('../images/Coloured.jpg');
}

.hero-background.pale-blue {
  background-image: url('../images/PaleBlue.jpg');
}

.hero-background.pink {
  background-image: url('../images/Pink.jpg');
}

.hero-background.white {
  background-image: url('../images/White.jpg');
}

.hero-darken {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35vw;
  padding-right: 6%;
  padding-left: 6%;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69));
  opacity: 1;
  text-align: center;
}

.hero-intro-text {
  position: relative;
  margin-top: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Dosis;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 1px;
}

.watch-background-container {
  position: absolute;
  display: block;
  width: 100vh;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.outer-dial {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: url('../images/Watch-Background-Design---Outer-Dial.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.07;
}

.inner-dial {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Watch-Background-Design---Inner-Dial.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.07;
}

.inner-dial-segment {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Watch-Background-Design---Inner-Dial-Segment.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.button {
  position: relative;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid #ce5140;
  background-color: #ce5140;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  border-color: #ee3e26;
  background-color: #ee3e26;
}

.button.w--current {
  background-color: #ce5140;
}

.button.invert {
  background-color: transparent;
  color: #ce5140;
}

.button.invert:hover {
  border-color: #ee3e26;
  color: #ee3e26;
}

.button.on-card {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-color: #fff;
  background-color: #fff;
  color: #12100e;
}

.button.no-spacing {
  margin-right: 0px;
}

.hero-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.range-section {
  display: block;
  width: 100%;
  max-width: 100vw;
  min-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;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .7)), url('../images/noise-texture.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .7)), url('../images/noise-texture.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 55px;
  text-align: center;
}

.range-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.watch-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  margin: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/noise-texture.jpg');
  background-position: 0px 0px;
  background-size: 55px;
  -webkit-transition: -webkit-transform 550ms ease;
  transition: -webkit-transform 550ms ease;
  transition: transform 550ms ease;
  transition: transform 550ms ease, -webkit-transform 550ms ease;
  text-align: center;
}

.watch-card:hover {
  -webkit-transform: scale(1.18);
  -ms-transform: scale(1.18);
  transform: scale(1.18);
}

.watch-card-image {
  width: 100%;
  height: 56.25%;
}

.watch-card-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: hsla(20, 4%, 60%, .07);
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ce5140;
}

.footer-logo-link {
  width: 17vw;
}

.footer-logo-link.w--current {
  width: 15vw;
  margin-top: 6px;
}

.footer-legal-text {
  max-width: 400px;
  color: #fff;
  text-align: right;
}

.hero-logo {
  position: relative;
  z-index: 5;
}

.form {
  text-align: center;
}

.form-block {
  position: relative;
  z-index: 11;
  overflow: hidden;
  width: 100%;
  max-width: 650px;
  margin-top: 50px;
  padding-top: 40px;
}

.contact-form-field {
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: none;
  background-color: #353230;
  color: #fff;
  text-transform: uppercase;
}

.contact-form-field.message {
  min-height: 200px;
  margin-bottom: 26px;
}

.success-message {
  position: relative;
  min-height: 150px;
  background-color: #ce5140;
}

.success-message-text {
  position: relative;
  left: 0px;
  top: 40%;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.contact-close-button {
  position: absolute;
  left: auto;
  top: 25px;
  right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  -webkit-transition: color 300ms ease, -webkit-transform 500ms cubic-bezier(1, 0, 0, 1);
  transition: color 300ms ease, -webkit-transform 500ms cubic-bezier(1, 0, 0, 1);
  transition: color 300ms ease, transform 500ms cubic-bezier(1, 0, 0, 1);
  transition: color 300ms ease, transform 500ms cubic-bezier(1, 0, 0, 1), -webkit-transform 500ms cubic-bezier(1, 0, 0, 1);
  cursor: pointer;
}

.contact-close-button:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #ce5140;
}

.close-x {
  font-size: 28px;
}

.contact-error-message {
  background-color: #ce5140;
  text-align: center;
}

.page-fader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 25;
  display: none;
  -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: #12100e;
  background-image: url('../images/noise-texture.jpg');
  background-position: 0px 0px;
  background-size: 110px;
}

.page-fader-logo {
  width: 85vw;
  max-width: 624px;
}

.hero-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 100vh;
  background-color: #12100e;
  background-image: url('../images/noise-texture.jpg');
  background-position: 0px 0px;
  background-size: 110px;
}

.slide-nav {
  display: none;
}

.contact-form-instructions {
  position: relative;
  max-width: 600px;
  color: #9e9895;
  text-align: center;
}

.contact-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 650px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  text-align: center;
}

.card-description {
  max-width: 100%;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
}

.body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.card-series-text-span {
  font-size: 30px;
}

.card-price {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ce5140;
  font-size: 31px;
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -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;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-icon {
  margin-bottom: 31px;
}

._404-h3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ce5140;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
}

.vertical-spacer {
  width: 1px;
  height: 30px;
}

@media (max-width: 991px) {
  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero-darken {
    position: relative;
    width: 100vw;
    padding-top: 54px;
    padding-bottom: 54px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .63) 34%);
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .63) 34%);
    background-position: 0px 0px;
  }
  .hero-intro-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero-button-container {
    margin-right: -25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .watch-card {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .watch-card:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .watch-card-image {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-logo {
    max-width: 300px;
    margin-top: 38px;
    margin-right: 50px;
  }
  .page-fader-logo {
    display: none;
  }
  .hero-slider {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 0vh;
  }
  .mask {
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .card-description {
    font-size: 15px;
  }
  .card-series-text-span {
    font-size: 27px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .contact-form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-section {
    z-index: 1;
  }
  .hero-darken {
    -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;
    background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .63) 34%, #000 78%);
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .63) 34%, #000 78%);
    background-position: 0px 0px;
  }
  .hero-intro-text {
    display: block;
    max-width: 88vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .watch-background-container {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100vw;
    height: 100vw;
  }
  .range-section {
    position: relative;
    z-index: 0;
    background-color: #000;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .footer-logo-link {
    width: 22vw;
  }
  .hero-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .contact-form-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .card-series-text-span {
    font-size: 23px;
    line-height: 32px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  .main-page {
    overflow: hidden;
    width: 100vw;
  }
  .contact-form {
    padding: 48px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .hero-background {
    background-position: 20% 50%;
  }
  .hero-darken {
    margin-top: 40vh;
    -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-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .63) 35%, #000 63%);
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .63) 35%, #000 63%);
    background-position: 0px 0px;
  }
  .hero-intro-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .watch-background-container {
    width: 100vh;
    height: 100vh;
  }
  .button {
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .hero-button-container {
    margin-right: 0px;
  }
  .range-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-section {
    -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;
    text-align: center;
  }
  .footer-logo-link {
    width: 60vw;
    margin-bottom: 38px;
  }
  .footer-legal-text {
    text-align: center;
  }
  .hero-logo {
    max-width: 75%;
    margin-top: 0px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .form-block {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .contact-form-field {
    font-size: 12px;
  }
  .hero-slider {
    display: block;
    width: 100vw;
  }
  .contact-form-instructions {
    line-height: 22px;
  }
  .mask {
    width: 100vw;
    height: 100vh;
  }
  .heading-2 {
    font-size: 35px;
  }
}

