/* CSS reset */
/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* *
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/* *
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

* {
  cursor: none;
}

/* *
 * Render the `main` element consistently in IE. */
main {
  display: block;
}

/* *
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/* *
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* *
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/* *
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/* *
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/* *
 * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/* *
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* *
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/* *
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/* *
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/* *
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/* *
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button,
input {
  /* 1 */
  overflow: visible;
}

/* *
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/* *
 * Correct the inability to style clickable types in iOS and Safari. */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* *
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* *
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* *
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* *
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/* *
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/* *
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/* *
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* *
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* *
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/* *
 * Remove the inner padding in Chrome and Safari on macOS. */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* *
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/* *
 * Add the correct display in IE 10+. */
template {
  display: none;
}

/* *
 * Add the correct display in IE 10. */
[hidden] {
  display: none;
}

/* ______ ____  _   _ _______ _____ 
 |  ____/ __ \| \ | |__   __/ ____|
 | |__ | |  | |  \| |  | | | (___  
 |  __|| |  | | . ` |  | |  \___ \ 
 | |   | |__| | |\  |  | |  ____) |
 |_|    \____/|_| \_|  |_| |_____/ */
@font-face {
  font-family: "Jaune Regular";
  src: url("../fonts/NaNJaune-MidiRegular-z-dorada.woff2") format("woff2");
}
/* __      __     _____  _____          ____  _      ______  _____ 
 \ \    / /\   |  __ \|_   _|   /\   |  _ \| |    |  ____|/ ____|
  \ \  / /  \  | |__) | | |    /  \  | |_) | |    | |__  | (___  
   \ \/ / /\ \ |  _  /  | |   / /\ \ |  _ <| |    |  __|  \___ \ 
    \  / ____ \| | \ \ _| |_ / ____ \| |_) | |____| |____ ____) |
     \/_/    \_\_|  \_\_____/_/    \_\____/|______|______|_____/ */
::-moz-selection {
  color: #EDEDEB;
  background: #212121;
}
::selection {
  color: #EDEDEB;
  background: #212121;
}

body {
  margin: 0;
  padding: 0;
  font-family: Jaune Regular;
  color: #212121;
  background: #EDEDEB;
  -webkit-font-smoothing: antialiased;
}

body.disabled {
  pointer-events: none;
  overflow: hidden;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #EDEDEB;
  z-index: 50;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  -o-transition: opacity 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: opacity 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  display: none;
}

.preloader.hidden {
  opacity: 0;
}

.site-subcontainer {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #EDEDEB;
  -webkit-transition: background 1s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  -o-transition: background 1s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: background 1s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  z-index: 10;
  line-height: 0;
}
.site-subcontainer.stateUntilFirstInteraction {
  background: #EDEDEB !important;
}

.site {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.themenu-heading {
  -webkit-transition-property: color, opacity, letter-spacing;
  -o-transition-property: color, opacity, letter-spacing;
  transition-property: color, opacity, letter-spacing;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.03, 0.55, 0.11, 0.97);
       -o-transition-timing-function: cubic-bezier(0.03, 0.55, 0.11, 0.97);
          transition-timing-function: cubic-bezier(0.03, 0.55, 0.11, 0.97);
  will-change: transform;
}

.themenu-heading,
.case-study-heading,
.themenu-heading,
.privacy-policy-heading,
.handoff-heading {
  font-size: 7vw;
  line-height: 6.8vw;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  font-family: Jaune Regular;
  font-weight: 400;
  z-index: 2;
  letter-spacing: 0vw;
  text-transform: lowercase;
}

.themenu-zarko-kuvalja-heading {
  font-family: Jaune Regular;
  font-weight: normal;
}

.handoff-heading {
  text-transform: unset;
}

.themenu-heading a {
  color: unset;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.themenu-heading a.themenu-email-link {
  font-family: Jaune Regular;
  text-decoration: underline;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .themenu-heading a.themenu-email-link,
.themenu-heading a.themenu-email-link * {
    text-decoration: underline;
    text-decoration-thickness: 0.8vw !important;
    text-underline-offset: 0.6vw;
  }
}
@media (min-width: 1025px) {
  .themenu-heading a.themenu-email-link,
.themenu-heading a.themenu-email-link * {
    text-decoration: underline;
    text-decoration-thickness: 0.28vw !important;
    text-underline-offset: 0.3vw;
  }
}
.about-container {
  padding-top: 31vh;
  margin-bottom: 29vw;
  position: relative;
}

p {
  font-family: Jaune Regular;
  padding: 0;
  margin: 0;
  will-change: transform;
}

@media (max-width: 1024px) {
  p.about {
    font-size: 9vw;
    line-height: 9.6vw;
    padding-right: 4.5vw;
    margin-bottom: 8vw;
  }
}
@media (min-width: 1025px) {
  p.about {
    font-size: 2.6vw;
    line-height: 2.9vw;
    margin-bottom: 3vw;
  }
}
.footer {
  position: relative;
  display: block;
  z-index: 2;
}

about-container {
  margin: 30px 0 0 30px;
}

a {
  color: unset;
}

.zarko-email-link-underline {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 7.3vw;
  left: 0;
  background-color: #212121;
  display: block;
}

.case-study-preview-supercontainer {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-study-preview-supercontainer.hidden {
  display: none;
}

.preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preview video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1025px) {
  .themenu-heading,
.case-study-heading,
.themenu-heading,
.privacy-policy-heading,
.handoff-heading {
    font-size: 5.2vw;
    line-height: 4.9vw;
    min-width: 100vw;
    display: inline;
    left: -0.3vw;
  }
  .themenu-heading:after,
.case-study-heading:after,
.themenu-heading:after,
.privacy-policy-heading:after {
    content: "\a";
    white-space: pre;
  }
}
@media (max-width: 1024px) {
  .themenu-heading,
.case-study-heading,
.themenu-heading,
.privacy-policy-heading,
.handoff-heading {
    font-size: 13.8vw;
    line-height: 13.9vw;
    left: -0.5vw;
  }
}
.case-study-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  -o-transition: opacity 0.3s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: opacity 0.3s cubic-bezier(0.03, 0.55, 0.11, 0.97);
}

@media (max-width: 1024px) {
  .work-heading.touchFocused {
    z-index: 2;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .themenu-heading.ignoreFocusBlur {
    opacity: 1;
    z-index: 1;
  }
}
@media (max-width: 1024px) {
  .work-heading.stateUntilFirstInteraction {
    opacity: 1 !important;
    z-index: 1;
    color: #212121 !important;
    -webkit-text-stroke: unset !important;
  }
}
.case-study-preview-container.touchHidden {
  opacity: 0;
}

@media (max-width: 1024px) {
  .themenu-zarko-email-heading-desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  .themenu-zarko-email-heading-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .zarkokuvaljaEmailTrigger {
    width: 100%;
    height: 120vw;
  }
}
.case-study-preview-container.stateUntilFirstInteraction {
  opacity: 0;
}

@media (max-width: 1024px) {
  .footer-link,
.footer-legalese {
    display: inline-block;
    line-height: 4.5vw;
    font-size: 2.7vw;
  }
  .footer-link {
    text-decoration-thickness: 0.2vw;
    text-underline-offset: 0.3vw;
    margin-right: 5vw;
  }
}
.case-study-preview.active {
  opacity: 1;
}

.portrait.preview img.hidden {
  display: none;
}

@media (max-width: 1024px) {
  .case-study-preview-container {
    height: 155.56vw;
    width: 100vw;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: translateX(-2.4vw) scale(0.77);
        -ms-transform: translateX(-2.4vw) scale(0.77);
            transform: translateX(-2.4vw) scale(0.77);
  }
}
@media (min-width: 1025px) {
  .case-study-preview-container {
    height: 56.25vw;
    width: 100vw;
    -webkit-transform-origin: 100% 30%;
        -ms-transform-origin: 100% 30%;
            transform-origin: 100% 30%;
    -webkit-transform: translateY(-3vh) translateX(-2.5vw) scale(0.72);
        -ms-transform: translateY(-3vh) translateX(-2.5vw) scale(0.72);
            transform: translateY(-3vh) translateX(-2.5vw) scale(0.72);
  }
}
.landscape.preview img.hidden {
  display: none;
}

.work-heading.touchBlured {
  z-index: 2;
  opacity: 1;
  color: rgba(33, 33, 33, 0);
  -webkit-text-stroke: 0.1vw rgb(33, 33, 33);
}

.work-heading.desktopBlured {
  z-index: 2;
  opacity: 1;
  color: rgba(33, 33, 33, 0);
  -webkit-text-stroke: 0.05vw rgb(33, 33, 33);
}

.work-heading.desktopFocused {
  z-index: 2;
  opacity: 1;
}

@media (min-width: 1025px) {
  .about-container {
    padding-top: 8.5vw;
    margin-bottom: 10.5vw;
  }
}
@media (min-width: 1025px) {
  .footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  .footer-link {
    margin-right: 3vw;
  }
  .footer-link,
.footer-legalese,
.footer-legalese a {
    font-size: 0.7vw;
    text-decoration-thickness: 0.05vw;
    text-underline-offset: 0.2vw;
  }
  .footer-legalese {
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .landscape.preview {
    display: none;
  }
}
@media (min-width: 1025px) {
  .portrait.preview {
    display: none;
  }
}
.case-study-container,
.privacy-policy-container,
.handoff-container {
  width: 100%;
  position: relative;
  z-index: 1;
  height: auto;
  opacity: 1;
  min-height: 60vw;
}

.intro-section {
  display: block;
  position: relative;
}

.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 4vw;
}

.study-section,
.policy-section,
.file-section {
  display: block;
  position: relative;
}

.project-info-title {
  display: inline;
}

.background-color {
  background-color: #20008d;
  z-index: 1;
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.project-info h2,
.project-info span {
  font-weight: 400;
}

@media (max-width: 1024px) {
  .project-info h2,
.project-info span {
    font-size: 3.3vw;
    line-height: 4.7vw;
    letter-spacing: 0.1vw;
  }
}
@media (min-width: 1025px) {
  .project-info h2,
.project-info span {
    font-size: 0.9vw;
    line-height: 0.9vw;
  }
}
@media (max-width: 767px) {
  .study-section,
.policy-section,
.file-section {
    padding: 0 0.1vw;
  }
}
.nav h1 {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  font-family: Jaune Regular;
  font-weight: 200;
  z-index: 2;
  letter-spacing: 0vw;
}
.nav h1 a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .nav h1 {
    font-size: 10vw;
    line-height: 10vw;
    z-index: 3;
  }
}
@media (min-width: 1025px) {
  .nav h1 {
    font-size: 3vw;
    line-height: 2.4vw;
    z-index: 3;
    margin-top: 0.5vw;
  }
}
@media (max-width: 1024px) {
  .intro-text {
    margin: 5.4vw 0 6vw 0;
  }
}
@media (min-width: 1025px) {
  .intro-text {
    margin: 1.3vw 0 1.1vw 0;
  }
}
@media (min-width: 1025px) {
  .project-info a {
    text-underline-offset: 0.1vw;
    text-decoration-thickness: 0.05vw;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .project-info a {
    text-underline-offset: 0.3vw;
    text-decoration-thickness: 0.1vw;
  }
}
@media (min-width: 1025px) {
  .site-subcontainer {
    padding: 0.5vw 1vw 1.3vw 1vw;
  }
}
@media (max-width: 1024px) {
  .site-subcontainer {
    padding: 3vw 2vw 2vw 2vw;
  }
}
.case-study-heading,
.privacy-policy-heading,
.handoff-heading {
  display: inline-block;
  position: relative;
  will-change: transform;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  will-change: transform;
}

span.samoz {
  font-size: unset;
  line-height: unset;
  display: inline;
  font-family: Jaune Regular;
}

@media (min-width: 1025px) {
  span.footer-legalese.mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  p.about.desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  p.about.mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .intro-text p {
    font-size: 4.5vw;
    line-height: 6vw;
  }
}
@media (min-width: 1025px) {
  .intro-text p {
    font-size: 1.3vw;
    line-height: 1.8vw;
  }
}
.project-info {
  display: inline;
}

.project-info-container {
  line-height: 0;
  will-change: transform;
}

@media (max-width: 1024px) {
  .project-info-container {
    margin-bottom: 7vw;
  }
}
@media (min-width: 1025px) {
  .project-info-container {
    margin-bottom: 1.6vw;
  }
}
@media (max-width: 1024px) {
  .case-study-container .intro-section,
.privacy-policy-container .intro-section {
    margin-top: 4vw;
  }
}
@media (min-width: 1025px) {
  .case-study-container .intro-section,
.privacy-policy-container .intro-section {
    margin-top: 0.3vw;
  }
}
@media (max-width: 1024px) {
  .study-block {
    margin-bottom: 2vw;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .study-block {
    margin-bottom: 1vw;
    position: relative;
  }
}
.study-block {
  overflow: hidden;
}

.study-block img {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}

.study-block img.transparent {
  opacity: 0;
}

.study-block video {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.subblock {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}

.double-subcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .double-subcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2vw;
  }
}
@media (max-width: 1024px) {
  .footer-legalese a {
    text-decoration-thickness: 0.2vw;
    text-underline-offset: 0.3vw;
    display: block;
    margin-top: 2vw;
  }
}
@media (max-width: 1024px) {
  .footer.desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer.mobile {
    margin-bottom: 1vw;
    line-height: 0;
  }
}
@media (min-width: 1025px) {
  .footer.mobile {
    display: none;
  }
}
.policy-block h3,
.file-block h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .policy-block h3,
.file-block h3 {
    font-size: 6vw;
    line-height: 6vw;
    margin-bottom: 3.8vw;
  }
}
@media (min-width: 1025px) {
  .policy-block h3,
.file-block h3 {
    font-size: 2vw;
    line-height: 2vw;
    margin-bottom: 1.2vw;
  }
}
@media (max-width: 1024px) {
  .policy-block p,
.file-block p {
    font-size: 3.3vw;
    line-height: 4.8vw;
  }
}
@media (min-width: 1025px) {
  .policy-block p,
.file-block p {
    font-size: 1.1vw;
    line-height: 1.7vw;
  }
}
@media (max-width: 1024px) {
  .policy-block.last,
.file-block.last {
    margin-bottom: 4vw;
  }
}
@media (min-width: 1025px) {
  .policy-block.last,
.file-block.last {
    margin-bottom: 4vw;
  }
}
.themenu-zarco-heading .samoz {
  line-height: 0vw !important;
}

.nav .samoz {
  line-height: 0vw !important;
}

@media (max-width: 1024px) {
  .policy-block,
.file-block {
    border-top: 1px solid #212121;
    width: 100%;
    padding: 4.5vw 0 0 0;
    margin: 7.9vw 0 0 0;
  }
}
@media (min-width: 1025px) {
  .policy-block,
.file-block {
    border-top: 1px solid #212121;
    width: 100%;
    padding: 1.4vw 0 0 0;
    margin: 2.9vw 0 0 0;
  }
}
.cursor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 49;
  width: 50px;
  height: 50px;
  mix-blend-mode: difference;
  border-radius: 100px;
  pointer-events: none;
  -webkit-transform: translateX(-25px) translateY(-25px);
      -ms-transform: translateX(-25px) translateY(-25px);
          transform: translateX(-25px) translateY(-25px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -50px;
  left: -50px;
}

.cursor-big {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100px;
  -webkit-transform: scale(0.15);
      -ms-transform: scale(0.15);
          transform: scale(0.15);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: -webkit-transform 0.3s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  -o-transition: transform 0.3s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: transform 0.3s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: transform 0.3s cubic-bezier(0.03, 0.55, 0.11, 0.97), -webkit-transform 0.3s cubic-bezier(0.03, 0.55, 0.11, 0.97);
}

.cursor-container.hovering .cursor-big {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1024px) {
  .cursor-container {
    display: none;
  }
}
.video-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  -o-transition: opacity 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: opacity 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
}

.video-controls.hidden {
  opacity: 0;
}

.video-controls .overlay {
  background: rgba(255, 255, 255, 0.1);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-controls .play {
  display: block;
  position: relative;
  background: url(../images/play_button.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: -webkit-transform 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  -o-transition: transform 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: transform 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
  transition: transform 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97), -webkit-transform 0.2s cubic-bezier(0.03, 0.55, 0.11, 0.97);
}

.video-controls.hidden .play {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

@media (max-width: 1024px) {
  .video-controls .play {
    width: 12vw;
    height: 12vw;
  }
}
@media (min-width: 1025px) {
  .video-controls .play {
    width: 5vw;
    height: 5vw;
  }
}
@media (max-width: 1024px) {
  .footer-legalese {
    display: block;
  }
}
.zarwho {
  display: none;
}

@media (min-width: 1025px) {
  .zarwho {
    display: none;
    position: relative;
    width: 7vw;
    height: auto;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-filter: invert(1);
            filter: invert(1);
    -webkit-transform: translate(0, 4vw);
        -ms-transform: translate(0, 4vw);
            transform: translate(0, 4vw);
  }
}
.zarwho.active {
  display: block;
}

@media (max-width: 1024px) {
  .about.small {
    font-size: 4vw;
    line-height: 5.6vw;
    margin-bottom: 6.8vw;
    padding-right: 4.7vw;
  }
}
@media (min-width: 1025px) {
  .about.small {
    font-size: 1.2vw;
    line-height: 1.8vw;
    width: 56vw;
    margin-bottom: 1.8vw;
  }
  .mobile-break {
    display: none;
  }
}
.handoff .site-subcontainer {
  background: #212121 !important;
  color: #EDEDEB !important;
}

.handoff .file-block {
  border-top: 1px solid #EDEDEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.7vw;
}

@media (max-width: 1024px) {
  .handoff-heading {
    margin-top: 5vw;
    margin-bottom: 5.2vw;
  }
}
@media (min-width: 1025px) {
  .handoff-heading {
    margin-top: 1vw;
    margin-bottom: 2vw;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 5vw !important;
  }
}
@media (max-width: 1024px) {
  a.download-button {
    background: #EDEDEB;
    color: #212121;
    width: 25.5vw;
    text-align: center;
    line-height: 9.4vw;
    font-size: 3.8vw;
    margin-top: 1.7vw;
    display: block;
    height: 10.1vw;
    text-decoration: none;
  }
}
@media (min-width: 1025px) {
  a.download-button {
    background: #EDEDEB;
    color: #212121;
    width: 13.5vw;
    text-align: center;
    line-height: 3.4vw;
    font-size: 1.8vw;
    margin-top: 0.4vw;
    display: block;
    height: 3.8vw;
    text-decoration: none;
  }
}
@media (min-width: 1025px) {
  .file-block h3 {
    margin-bottom: 0.7vw;
    word-break: break-word;
  }
}
@media (max-width: 1024px) {
  .file-block h3 {
    margin-bottom: 2.7vw;
    word-break: break-word;
  }
}
@media (max-width: 1024px) {
  .handoff .file-block {
    margin-top: 4.8vw;
  }
}
@media (min-width: 1025px) {
  .handoff .file-block {
    margin-top: 1.7vw;
  }
}
@media (max-width: 1024px) {
  .file-info {
    width: 55vw;
  }
}
@media (max-width: 1024px) {
  .handoff-container {
    margin-bottom: 30vw;
  }
}