:root {
  --dark: black;
  --light: white;
  --secondary: #008d00;
  --primary: #fe0000;
}

body {
  color: var(--dark);
  font-family: stolzl, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  overflow-x: hidden;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.hero {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: relative;
}

.stockmotion {
  z-index: 0;
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.m__section {
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 125px 75px 75px;
  position: relative;
}

.m__section.alt {
  z-index: 1;
  background-color: var(--dark);
  color: var(--light);
  padding-bottom: 0;
}

.m__section.alt-2 {
  padding-bottom: 125px;
}

.m__section.alt-3 {
  padding-top: 25px;
}

.content {
  width: 100%;
}

.m__header {
  z-index: 100;
  pointer-events: none;
  justify-content: space-between;
  width: 100%;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  top: 0;
}

.nav__brand {
  z-index: 8;
  pointer-events: auto;
  position: relative;
}

.nav__brand__logo {
  width: 100%;
  height: 50px;
  display: block;
}

.nav__buttons {
  z-index: 10;
  pointer-events: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.nav__buttons.m-buttons {
  text-align: center;
  width: 100%;
  max-width: 600px;
  display: block;
}

.nav__button.m-button {
  padding: 25px 12.5px;
  display: inline-block;
}

.nav__button__link {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-underline-offset: 5px;
  justify-content: center;
  align-items: center;
  padding: 12.5px 25px;
  font-size: 20px;
  font-weight: 700;
  -webkit-text-decoration: underline #fff0;
  text-decoration: underline #fff0;
  text-decoration-thickness: 1px;
  transition: all .25s;
  display: flex;
}

.nav__button__link:hover {
  text-decoration-color: currentColor;
}

.nav__button__link.f-link {
  text-underline-offset: 5px;
  margin-right: 25px;
  padding: 0;
  -webkit-text-decoration: underline #fff0;
  text-decoration: underline #fff0;
  text-decoration-thickness: 1px;
  transition: all .25s;
}

.nav__button__link.f-link:hover {
  text-decoration-color: #fff;
}

.nav__button__link.f-link.end {
  margin-right: 0;
}

.nav__button__link.m-link {
  padding: 0;
  font-size: 33px;
  line-height: 33px;
}

.nav__button__link.m-link.end {
  margin-right: 0;
}

.hero__lock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  min-width: 800px;
  height: 60vw;
  display: flex;
}

.full__image__contain {
  object-fit: contain;
  width: 80%;
  display: block;
}

.circle {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.circle._1-green {
  background-image: url('../images/circle-2.svg');
}

.circle._1-red {
  background-image: url('../images/circle-1.svg');
}

.circle._2-red {
  background-image: url('../images/circle-3.svg');
}

.hero__circle {
  z-index: 10;
  width: 30vw;
  height: 30vw;
  display: flex;
  position: absolute;
}

.hero__circle.top-left {
  top: -12.5vw;
  left: -12.5vw;
}

.hero__circle.bottom-right {
  bottom: -12.5vw;
  right: -12.5vw;
}

.hero__circle.bottom-left {
  bottom: -12.5vw;
  left: -12.5vw;
}

.hero__circle.top-right {
  top: -12.5vw;
  right: -12.5vw;
}

.circle-s-3 {
  width: 100%;
  height: 100%;
}

.container {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.t-3 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
}

.text-wrapper {
  flex-flow: column;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.text-wrapper.alt {
  align-items: flex-start;
}

.text-wrapper.alt.row {
  flex-flow: row;
}

.text-wrapper.full {
  text-align: center;
  width: 100%;
  max-width: none;
}

.margin-top {
  margin-top: 50px;
}

.margin-top-half {
  margin-top: 25px;
}

.margin-top-double {
  margin-top: 100px;
}

.container__banner {
  width: 100%;
  height: 40vh;
}

.full__image__cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.full__image__cover.absolute {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image__splitter {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 40vh;
  min-height: auto;
  display: flex;
}

.image__split__tile {
  width: 25%;
  height: 100%;
  margin-right: 25px;
}

.banner {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
}

.m__footer {
  background-color: var(--secondary);
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 25px 50px;
  display: flex;
}

.gradient__banner {
  z-index: 0;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner__lock {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.banner__lock.less {
  width: 90%;
  margin-bottom: 50px;
}

.footer__line {
  background-color: currentColor;
  width: 100px;
  height: 1.5px;
  min-height: 1.5px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.t-6 {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.native__link {
  color: #fff0;
  cursor: pointer;
  background-image: url('../images/native-design_agency-logo_native-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu {
  z-index: 9;
  background-color: var(--dark);
  opacity: 0;
  pointer-events: auto;
  color: var(--light);
  visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 50px;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu__lock {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu__brand {
  justify-content: center;
  width: 300px;
  display: flex;
}

.opened {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.s__hero {
  z-index: 0;
  color: var(--light);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.hero__lock-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vw;
  display: flex;
}

.t-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.splitter {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.split {
  width: 50%;
}

.splitter__spacer {
  width: 50px;
}

.t-4 {
  letter-spacing: .5px;
  text-transform: uppercase;
  color: currentColor;
  font-size: 27.5px;
  font-weight: 700;
  line-height: 32px;
}

.t-4.alt {
  color: var(--secondary);
  text-align: center;
}

.m__form__block {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.5vw;
  margin-bottom: 0;
  padding-right: calc(16vw + 75px);
  display: flex;
}

.m__form {
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form__field {
  width: 100%;
}

.label {
  display: none;
}

.input {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--secondary);
  color: var(--primary);
  letter-spacing: .5px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  font-size: 27.5px;
  font-weight: 400;
  line-height: 32px;
}

.submit__button {
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-underline-offset: 5px;
  background-color: #3898ec00;
  font-size: 27.5px;
  font-weight: 700;
  line-height: 32px;
  -webkit-text-decoration: underline #fe000000;
  text-decoration: underline #fe000000;
  text-decoration-thickness: 2px;
  transition: all .25s;
}

.submit__button:hover {
  text-decoration-color: currentColor;
}

.button__card {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
}

.button__card.right {
  align-items: flex-end;
}

.button__card.left {
  align-items: flex-start;
}

.button__card__image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: relative;
}

.m__button {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-underline-offset: 5px;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  padding: 12.5px 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  -webkit-text-decoration: underline #fff0;
  text-decoration: underline #fff0;
  text-decoration-thickness: 2px;
  transition: all .25s;
  display: flex;
}

.m__button:hover {
  text-decoration-color: currentColor;
}

.m__button.f-link {
  margin-right: 25px;
  padding: 0;
}

.m__button.f-link.end {
  margin-right: 0;
}

.m__button.m-link {
  padding: 0;
  font-size: 33px;
  line-height: 33px;
}

.m__button.m-link.end {
  margin-right: 0;
}

.stripe {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 50px;
  height: 200px;
  display: flex;
}

.stripe-line {
  background-color: currentColor;
  width: 100%;
  height: 100%;
}

.stripe__banner {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.t-2 {
  color: var(--secondary);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  line-height: 32px;
}

.data__list {
  width: 100%;
}

.data__item {
  color: var(--primary);
  letter-spacing: .5px;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding-left: 0;
  font-size: 27.5px;
  font-weight: 400;
  line-height: 32px;
}

.data__item__header {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--secondary);
  color: var(--primary);
  letter-spacing: .5px;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  font-size: 27.5px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.data__item__body {
  color: var(--dark);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.data__item__content {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.t-5 {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.t-5.alt {
  color: var(--dark);
}

.price {
  color: var(--dark);
  margin-left: 25px;
}

.filter__bar {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.filter__button {
  color: var(--secondary);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.filter__icon {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: currentColor;
  width: 16.5px;
  height: 16.5px;
  margin-right: 12.5px;
  padding: 0;
}

.filter__text {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
  display: flex;
}

.filter__text.f-link {
  margin-right: 25px;
  padding: 0;
}

.filter__text.f-link.end {
  margin-right: 0;
}

.filter__text.m-link {
  padding: 0;
  font-size: 33px;
  line-height: 33px;
}

.filter__text.m-link.end {
  margin-right: 0;
}

.filter__button__header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter__body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  overflow: hidden;
}

.filter__content {
  width: 100%;
  padding-top: 12.5px;
}

.filter__selection {
  background-color: #efefef00;
  border-color: currentColor;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  justify-content: flex-end;
  width: 100%;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  display: flex;
}

.filter__selection.first {
  border-top-style: solid;
  border-top-width: 3px;
}

.page-1, .page-2 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stockmotion-animation {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.animate-image {
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.animate-image.start {
  opacity: 1;
}

.animate-image.hide {
  opacity: 1;
  display: none;
}

.stockmotion-script {
  display: none;
}

.indi {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.menu__circle {
  z-index: 0;
  width: 30vw;
  height: 30vw;
  display: flex;
  position: absolute;
}

.menu__circle.top-left {
  top: -12.5vw;
  left: -12.5vw;
}

.menu__circle.bottom-right {
  bottom: -12.5vw;
  right: -12.5vw;
}

.menu__circle.bottom-left {
  bottom: -12.5vw;
  left: -12.5vw;
}

.menu__circle.top-right {
  top: -12.5vw;
  right: -12.5vw;
}

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

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

.div-block {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .nav__buttons.m-buttons {
    max-width: 500px;
  }

  .nav__button__link {
    font-size: 15px;
    line-height: 15px;
  }

  .nav__button__link.f-link {
    margin-right: 12.5px;
  }

  .nav__button__link.m-link {
    font-size: 27px;
    line-height: 27px;
  }

  .hero__lock {
    width: 80vw;
    min-width: auto;
    height: 80vw;
  }

  .t-3 {
    font-size: 25px;
    line-height: 40px;
  }

  .text-wrapper {
    max-width: 600px;
  }

  .margin-top {
    margin-top: 25px;
  }

  .margin-top-half {
    margin-top: 12.5px;
  }

  .margin-top-double {
    margin-top: 75px;
  }

  .container__banner, .image__splitter, .banner {
    height: 30vh;
  }

  .banner__lock {
    margin-bottom: 75px;
  }

  .s__hero {
    height: 30vh;
  }

  .t-1 {
    font-size: 65px;
    line-height: 65px;
  }

  .t-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .t-4.alt {
    font-size: 25px;
    line-height: 28px;
  }

  .input, .submit__button {
    font-size: 23px;
    line-height: 23px;
  }

  .m__button {
    font-size: 25px;
    line-height: 25px;
  }

  .stripe {
    width: 40px;
  }

  .t-2 {
    font-size: 40px;
    line-height: 30px;
  }

  .t-5 {
    font-size: 18px;
    line-height: 28px;
  }

  .filter__icon {
    width: 14px;
    height: 14px;
  }

  .filter__text {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 95vh;
  }

  .m__section {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .m__section.alt-2 {
    padding-top: 75px;
    padding-bottom: 100px;
  }

  .m__header {
    padding-top: 12.5px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .nav__brand__logo {
    height: 40px;
  }

  .nav__buttons.m-buttons {
    max-width: 400px;
  }

  .nav__button.m-button {
    padding: 12.5px 7.5px;
  }

  .nav__button__link {
    letter-spacing: .5px;
    padding: 7.5px 12.5px;
  }

  .nav__button__link.m-link {
    font-size: 23px;
    line-height: 23px;
  }

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

  .full__image__contain {
    width: 100%;
  }

  .t-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-wrapper {
    max-width: 400px;
  }

  .margin-top {
    margin-top: 25px;
  }

  .margin-top-double {
    margin-top: 75px;
  }

  .container__banner {
    max-height: 300px;
  }

  .image__splitter {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .image__split__tile {
    width: 100%;
    height: 30vh;
    max-height: 300px;
    margin-right: 0;
  }

  .banner {
    height: 20vh;
  }

  .banner__lock {
    width: 60vw;
    margin-bottom: 50px;
  }

  .t-6 {
    max-width: 350px;
    font-size: 11px;
  }

  .menu__brand {
    width: 275px;
  }

  .t-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .splitter__spacer {
    width: 25px;
  }

  .t-4 {
    font-size: 20px;
    line-height: 20px;
  }

  .m__form__block {
    padding-right: calc(16vw + 50px);
  }

  .input {
    font-size: 20px;
    line-height: 20px;
  }

  .button__card.left {
    max-height: 300px;
  }

  .m__button {
    font-size: 20px;
    line-height: 20px;
  }

  .stripe {
    width: 30px;
  }

  .t-2 {
    font-size: 35px;
    line-height: 25px;
  }

  .data__item__header, .data__item__content {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }

  .price {
    margin-left: 12.5px;
  }

  .filter__text {
    font-size: 25px;
    line-height: 35px;
  }

  .filter__selection {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}

@media screen and (max-width: 479px) {
  .m__section {
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav__brand__logo {
    height: 30px;
  }

  .nav__buttons.m-buttons {
    max-width: 300px;
  }

  .nav__buttons.f__buttons {
    text-align: center;
    display: block;
  }

  .nav__button.m-button {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }

  .nav__button.f-button {
    padding: 5px;
    display: inline-block;
  }

  .nav__button__link {
    font-size: 14px;
    line-height: 14px;
  }

  .nav__button__link.f-link {
    margin-right: 0;
  }

  .nav__button__link.m-link {
    font-size: 18px;
    line-height: 18px;
  }

  .t-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .container__banner {
    max-height: 250px;
  }

  .image__splitter {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
  }

  .image__split__tile {
    max-height: 200px;
  }

  .banner, .s__hero {
    height: 20vh;
  }

  .t-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .splitter__spacer {
    width: 20px;
  }

  .t-4 {
    font-size: 18px;
    line-height: 18px;
  }

  .m__form__block {
    padding-right: calc(16vw + 35px);
  }

  .input {
    font-size: 17px;
    line-height: 17px;
  }

  .t-2 {
    font-size: 30px;
    line-height: 21px;
  }

  .t-5 {
    font-size: 15px;
    line-height: 25px;
  }

  .price {
    margin-left: 7.5px;
  }

  .filter__icon {
    width: 12px;
    height: 12px;
    margin-right: 7.5px;
  }

  .filter__text {
    font-size: 22px;
    line-height: 32px;
  }
}


