<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box; }

html,
body {
  padding: 0;
  margin: 0;
  height: 100%; }

main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
  font-family: Overpass, sans-serif;
  font-size: 1.25rem; }
  main.hide-block .mail {
    opacity: 0; }

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

.mail {
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 1.5rem 2rem;
  min-height: 6rem;
  background: #fff;
  width: 80%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 2s ease all; }
  .mail .text {
    padding-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.1;
    font-family: Overpass, sans-serif;
    margin-bottom: 2.5rem; }
  .mail input {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
    border-radius: 0;
    padding: 0.75rem;
    font-family: Overpass, sans-serif;
    font-weight: 200;
    margin-bottom: 1rem;
    font-size: 1.25rem; }
    .mail input[type="submit"] {
      font-weight: 400;
      border: none;
      padding: 0;
      text-align: center;
      text-decoration: underline;
      width: auto;
      -webkit-appearance: none; }
    .mail input[type="checkbox"] {
      display: inline-block;
      margin: 0 0.5rem 0 0;
      padding: 0;
      width: auto;
      filter: grayscale(100%); }
  .mail .newsletter-ok {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    font-weight: 200;
    font-family: Overpass, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 2rem; }
    .mail .newsletter-ok label {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer; }
  .mail h1 {
    font-weight: 200; }
  .mail .form-fields {
    overflow-y: hidden;
    max-height: 0;
    transition: 0.25s all linear;
    margin-top: 0;
    align-items: center;
    display: flex;
    flex-direction: column; }
    .mail .form-fields.in {
      max-height: 500px; }
  .mail.in {
    opacity: 1; }
    .mail.in h1 {
      filter: blur(0px);
      opacity: 1; }
    .mail.in.force {
      transition-duration: 0.25s; }
      .mail.in.force h1 {
        transition-duration: 0.25s !important; }
  .mail .result {
    text-align: center;
    margin: 1.5rem 0 2rem 0;
    font-weight: 200; }
</pre></body></html>