/* @cle-edit */
/* Generado por tools/v2-port/build-css.mjs — NO editar a mano */
@keyframes headerLineGradient {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@keyframes levitate {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
}
@keyframes imageBrightnessReveal {
  0% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
@font-face {
  font-family: "PP NeueBit";
  src: url("../../fonts/v2/PPNeueBit-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/v2/inter-18pt-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/v2/inter-18pt-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  /* clip avoids horizontal scroll without creating a scroll container (so position: sticky works) */
  overflow-x: clip;
  scroll-behavior: initial;
}

html,
body {
  height: auto;
  min-height: 100%;
  width: 100%;
  /* Prevent horizontal scroll from transformed/positioned content (e.g. sticky CtaVideo on mobile) */
  max-width: 100vw;
}

body {
  /* Clip horizontal overflow so sticky still works (clip does not create scroll container) */
  overflow-x: clip;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

label {
  cursor: pointer;
}

button {
  cursor: pointer;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
  text-align: left;
}
button[disabled] {
  cursor: not-allowed;
}

input {
  appearance: none;
  outline: none;
}

textarea {
  font: inherit;
  appearance: none;
  outline: none;
}

svg {
  width: 100%;
  height: auto;
}

.u-visually-hidden {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  color: transparent;
}

:root {
  --lvh: 1vh;
  --svh: 1vh;
}

@media (min-width: 768px) {
  :root {
    --size: 1740;
  }
}
html {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: calc(10 * 100vw / var(--size));
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 5.76px;
  }
}
@media only screen and (min-width: 1580px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #25292e;
  background: #f5f5f7;
  font: normal 400 1.6rem/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  body {
    font: normal 400 2.4rem/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  color: inherit;
}

button:disabled {
  cursor: default;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible {
  outline: 1px dotted black;
}

.js-focus-visible input.focus-visible {
  outline: none;
}

@supports (view-transition-name: figure-caption) {
  @media not (prefers-reduced-motion: reduce) {
    ::view-transition-old(root),
    ::view-transition-new(root) {
      animation-duration: 1s;
      animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    }
    ::view-transition-old(root) {
      animation-name: css-page-out;
    }
    ::view-transition-new(root) {
      animation-name: css-page-in;
      animation-delay: 0.3s;
    }
    @keyframes css-page-out {
      0% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }
    @keyframes css-page-in {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
  }
}