:root {
  --black: black;
  --white: white;
  --frigisinga-cyan: #00a4c8;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Manrope;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.container {
  width: 720px;
  max-width: 52.5em;
  margin-bottom: 8em;
  margin-left: auto;
  margin-right: auto;
}

.container.container-img {
  margin-bottom: 1em;
}

.content {
  color: var(--black);
  text-align: left;
  font-family: freight-text-pro, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6;
}

.section-typo-zoom-in {
  z-index: 111;
  color: var(--black);
  mix-blend-mode: normal;
  width: 100%;
  height: 300vh;
  position: static;
}

.section-content {
  background-color: #fff;
  padding-top: 6em;
  padding-bottom: 4em;
}

.text {
  text-align: left;
}

.typo-zoom-sticky {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky-inner {
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 4vw;
}

.typo-zoom-text-image {
  width: 100%;
}

.text-grey {
  color: #7d7d7d;
}

.logo {
  z-index: 99999;
  width: 14em;
  margin-bottom: 2em;
  margin-left: 2em;
  position: absolute;
  bottom: 0;
}

.claim {
  z-index: 99999;
  position: absolute;
  inset: auto 2em 2em auto;
}

.labels {
  z-index: 99999;
  position: absolute;
  inset: 2em 2em auto auto;
}

.image-2 {
  text-align: left;
  width: 28em;
  margin: 18px auto;
  display: inline-block;
  position: static;
}

.btn {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  border: 1px solid #000;
  margin-top: 24px;
  padding: 12px 32px;
  font-family: nobel, sans-serif;
  font-size: .8em;
  transition: all .2s;
}

.btn:hover {
  border-color: var(--frigisinga-cyan);
  background-color: var(--frigisinga-cyan);
  color: var(--white);
}

.space {
  height: 3em;
}

.h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: nobel, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.body {
  background-color: var(--frigisinga-cyan);
}

.links-footer {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 18px;
  font-family: nobel, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.5em;
}

.a-footer {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

.a-footer:hover {
  color: var(--frigisinga-cyan);
}

.arrow {
  z-index: 99999999;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 82px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.labels-footer {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.a {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

.a:hover {
  color: var(--frigisinga-cyan);
}

.silhouette {
  padding-left: 8em;
  padding-right: 8em;
}

.the-sticky-div-title {
  z-index: 300;
  color: #ecf0f1c4;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3498db00;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.img-block {
  background-color: #f0f0f0;
  flex: none;
  overflow: hidden;
}

.img-block.displaynone {
  display: none;
}

.scrollable {
  flex-wrap: wrap;
  align-items: center;
  width: 300vh;
  height: 100%;
  display: flex;
}

.img {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-span-2 {
  font-size: 31px;
  line-height: 34px;
  display: inline;
}

.gradient {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fixed-background {
  z-index: 100;
  opacity: 1;
  width: 500vh;
  height: 100%;
  position: absolute;
}

.section-horizontal {
  background-color: #fff;
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.section-horizontal:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.sticky {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.space-big {
  height: 6em;
}

.section-headline {
  background-color: #fff;
  padding-bottom: 2em;
}

.image-3 {
  margin-bottom: 2em;
  display: none;
}

.cover-mockups {
  margin-bottom: 24px;
}

.cover-columns {
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.cover-column-image {
  padding-left: 0;
  padding-right: 0;
}

.cover-column-text {
  padding: 4em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .container {
    width: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .section-typo-zoom-in {
    height: 100vh;
  }

  .section-horizontal {
    display: none;
  }

  .image-3 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .content {
    font-size: 1.5em;
  }

  .logo {
    width: 12em;
    position: absolute;
  }

  .claim {
    position: absolute;
    inset: 2em 2em auto auto;
  }

  .labels {
    display: none;
  }

  .btn {
    font-size: 1em;
  }

  .a-footer {
    font-size: 1.2em;
  }

  .labels-footer {
    width: 8em;
    display: block;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }

  .cover-columns {
    flex-flow: column;
  }

  .cover-columns.space-bot {
    margin-bottom: 47px;
  }

  .cover-column-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .typo-zoom-text-wrapper {
    width: 8vw;
  }

  .logo {
    width: 10em;
  }

  .a-footer {
    font-size: 12px;
    display: inline;
  }

  .silhouette {
    padding-left: 0;
    padding-right: 0;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .img-block {
    width: 50vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .section-horizontal {
    margin-left: 0;
  }
}


