/*
! tailwindcss v3.0.13 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

    /* @font-face {
        font-family: 'Eucerina OT';
        src: url('/css/fonts/EucerinaProOT-DemiBold.woff2') format('woff2'),
            url('/css/fonts/EucerinaProOT-DemiBold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
    }

    @font-face {
        font-family: 'Eucerina OT';
        src: url('/css/fonts/EucerinaProOT-Medium.woff2') format('woff2'),
            url('/css/fonts/EucerinaProOT-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
    }

    @font-face {
        font-family: 'Eucerina OT';
        src: url('/css/fonts/EucerinaProOT-Bold.woff2') format('woff2'),
            url('/css/fonts/EucerinaProOT-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
    }

    @font-face {
        font-family: 'Eucerina OT';
        src: url('/css/fonts/EucerinaProOT.woff2') format('woff2'),
            url('/css/fonts/EucerinaProOT.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    } */

    /* @font-face {
        font-family: 'Recoleta';
        src: url('Recoleta-Bold.woff2') format('woff2'),
            url('Recoleta-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Recoleta';
        src: url('Recoleta-Light.woff2') format('woff2'),
            url('Recoleta-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Recoleta';
        src: url('Recoleta-Black.woff2') format('woff2'),
            url('Recoleta-Black.woff') format('woff');
        font-weight: 900;
        font-style: normal;
    }

     */
    /* @font-face {
        font-family: 'Recoleta';
        src: url('Recoleta-SemiBold.woff2') format('woff2'),
            url('Recoleta-SemiBold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
    } */

    /* @font-face {
        font-family: 'Recoleta';
        src: url('Recoleta-Thin.woff2') format('woff2'),
            url('Recoleta-Thin.woff') format('woff');
        font-weight: 100;
        font-style: normal;
    } */
    
   
    @font-face {
        font-family: 'Recoleta';
        src: url('/css/fonts/Recoleta-Regular.woff2') format('woff2'),
            url('/css/fonts/Recoleta-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Recoleta';
        src: url('/css/fonts/Recoleta-Medium.woff2') format('woff2'),
            url('/css/fonts/Recoleta-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Roboto';
        src: url('/css/fonts/Roboto-Regular.woff2') format('woff2'),
            url('/css/fonts/Roboto-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-top-10 {
  top: -2.5rem;
}
.top-0 {
  top: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.left-8 {
  left: 2rem;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.h-screen {
  height: 100vh;
}
.h-2\/5 {
  height: 40%;
}
.h-12 {
  height: 3rem;
}
.h-\[350vh\] {
  height: 350vh;
}
.h-28 {
  height: 7rem;
}
.h-\[3px\] {
  height: 3px;
}
.w-full {
  width: 100%;
}
.w-44 {
  width: 11rem;
}
.w-8 {
  width: 2rem;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(34 51 65 / var(--tw-bg-opacity));
}
.bg-slateDark {
  --tw-bg-opacity: 1;
  background-color: rgb(19 30 40 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-red {
  --tw-gradient-from: #A70532;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(167 5 50 / 0));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: Roboto;
}
.font-head {
  font-family: Recoleta;
}
.text-f16 {
  font-size: 16px;
}
.text-f32 {
  font-size: 32px;
}
.text-f20 {
  font-size: 20px;
}
.text-f40 {
  font-size: 40px;
}
.text-f18 {
  font-size: 18px;
}
.text-f26 {
  font-size: 26px;
}
.text-f14 {
  font-size: 14px;
}
.font-medium {
  font-weight: 500;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[2\.2\] {
  line-height: 2.2;
}
.leading-\[2\.4\] {
  line-height: 2.4;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[2\] {
  line-height: 2;
}
.leading-\[3\] {
  line-height: 3;
}
.leading-\[2\.6\] {
  line-height: 2.6;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(167 5 50 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(137 187 229 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}


@-webkit-keyframes fade-in {
    0% { opacity:0; }     
    100% { opacity:1; }     
}
@keyframes fade-in {
    0% { opacity:0; }     
    100% { opacity:1; }     
}
@-webkit-keyframes fall-in {
    0% { opacity:0; transform:scale(1.25); }     
    100% { opacity:1; transform:scale(1); }     
}
@keyframes fall-in {
    0% { opacity:0; transform:scale(1.25); }     
    100% { opacity:1; transform:scale(1); }     
}
@-webkit-keyframes up-in {
    0% { opacity:0; transform:translateY(10px); }     
    100% { opacity:1; transform:translateY(0); }     
}
@keyframes up-in {
    0% { opacity:0; transform:translateY(10px); }     
    100% { opacity:1; transform:translateY(0); }     
}
@-webkit-keyframes down-in {
    0% { opacity:0; transform:translateY(-10px); }     
    100% { opacity:1; transform:translateY(0); }     
}
@keyframes down-in {
    0% { opacity:0; transform:translateY(-10px); }     
    100% { opacity:1; transform:translateY(0); }     
}

.mobile-menu {
    display:none;
}

.mobile-menu-visible .mobile-menu {
    display:flex;
}

.mobile-menu .anim-bg {
    -webkit-animation:fade-in 1s;
            animation:fade-in 1s;
}

.mobile-menu .anim-nav li { opacity:0; }
.mobile-menu .anim-nav li:nth-child(1) { -webkit-animation:up-in 0.6s 0.2s forwards; animation:up-in 0.6s 0.2s forwards; }
.mobile-menu .anim-nav li:nth-child(2) { -webkit-animation:up-in 0.6s 0.3s forwards; animation:up-in 0.6s 0.3s forwards; }
.mobile-menu .anim-nav li:nth-child(3) { -webkit-animation:up-in 0.6s 0.4s forwards; animation:up-in 0.6s 0.4s forwards; }
.mobile-menu .anim-nav li:nth-child(4) { -webkit-animation:up-in 0.6s 0.5s forwards; animation:up-in 0.6s 0.5s forwards; }

.mobile-menu .anim-subnav li { opacity:0; }
.mobile-menu .anim-subnav li:nth-child(1) { -webkit-animation:up-in 0.6s 0.7s forwards; animation:up-in 0.6s 0.7s forwards; }
.mobile-menu .anim-subnav li:nth-child(2) { -webkit-animation:up-in 0.6s 0.8s forwards; animation:up-in 0.6s 0.8s forwards; }
.mobile-menu .anim-subnav li:nth-child(3) { -webkit-animation:up-in 0.6s 0.9s forwards; animation:up-in 0.6s 0.9s forwards; }




.header {
    transition:opacity 0.5s;
}
.is-scrolled .header {
    opacity:0;
    pointer-events: none;
}

.header .anim-logo {
    opacity:0;
    -webkit-animation:down-in 0.7s forwards;
            animation:down-in 0.7s forwards;
}
.header .anim-hamburger {
    opacity:0;
    -webkit-animation:header-hamburger-in 0.7s 0.1s forwards;
            animation:header-hamburger-in 0.7s 0.1s forwards;
}
.header .anim-audio {
    opacity:0;
    -webkit-animation:header-audio-in 0.7s 0.1s forwards;
            animation:header-audio-in 0.7s 0.1s forwards;
}

.mobile-menu-visible .header .anim-logo {
    -webkit-animation:header-logo-out 0.5s forwards;
            animation:header-logo-out 0.5s forwards;
}
.mobile-menu-visible .header .anim-audio {
    -webkit-animation:header-audio-out 0.5s forwards;
            animation:header-audio-out 0.5s forwards;
}

@-webkit-keyframes header-hamburger-in {
    0% { opacity:0; transform:translate(-10px, -20px); }
    100% { opacity:1; transform:translate(0, 0); }
}

@keyframes header-hamburger-in {
    0% { opacity:0; transform:translate(-10px, -20px); }
    100% { opacity:1; transform:translate(0, 0); }
}
@-webkit-keyframes header-audio-in {
    0% { opacity:0; transform:translate(10px, -20px); }
    100% { opacity:1; transform:translate(0, 0); }
}
@keyframes header-audio-in {
    0% { opacity:0; transform:translate(10px, -20px); }
    100% { opacity:1; transform:translate(0, 0); }
}


@-webkit-keyframes header-logo-out {
    0% { opacity:1; transform:translateY(0); }     
    100% { opacity:0; transform:translateY(-5px); }     
}


@keyframes header-logo-out {
    0% { opacity:1; transform:translateY(0); }     
    100% { opacity:0; transform:translateY(-5px); }     
}
@-webkit-keyframes header-audio-out {
    0% { opacity:1; transform:translate(0, 0); }
    100% { opacity:0; transform:translate(5px, -10px); }
}
@keyframes header-audio-out {
    0% { opacity:1; transform:translate(0, 0); }
    100% { opacity:0; transform:translate(5px, -10px); }
}


/* ------------------------------------ HAMBURGER */

.hamburger {
	width: 30px;
	height: 30px;
	position: relative;
}
.hamburger div {
	height: 1px;
	background: white;
	position: absolute;
	left: 3px;
	width: 24px;
	border-radius: 999px;
	transition: all 0.5s;
}
.dark .hamburger div {
	background: white;
}
.hamburger div:nth-child(1) { top:15px; transform: translateY(-9px); }
.hamburger div:nth-child(2) { top:15px; }
.hamburger div:nth-child(3) { top:15px; transform: translateY(9px);  }

.mobile-menu-visible .hamburger div:nth-child(1) { transform: rotate(225deg) scaleX(1.2);; }
.mobile-menu-visible .hamburger div:nth-child(2) { transform: scaleX(0); }
.mobile-menu-visible .hamburger div:nth-child(3) { transform: rotate(-225deg) scaleX(1.2); }




.splash.bg-gradient {
    background:linear-gradient(135deg, #89BBE5 -20%, #801A51 10%, #A70532, #00305F 90%);
}

.splash .anim-visual {
    -webkit-animation: fall-in 1s forwards;
            animation: fall-in 1s forwards;
}
.splash .anim-video {
    -webkit-animation: splash-video-in 3s forwards;
            animation: splash-video-in 3s forwards;
    transform-origin: center 70%;
}
.splash .anim-pretitle {
    opacity:0;
    -webkit-animation: up-in 0.7s 0.5s forwards;
            animation: up-in 0.7s 0.5s forwards;
}
.splash .anim-title {
    opacity:0;
    -webkit-animation: up-in 0.7s 0.7s forwards;
            animation: up-in 0.7s 0.7s forwards;
}
.splash .anim-button {
    opacity:0;
    -webkit-animation: up-in 0.7s 0.9s forwards;
            animation: up-in 0.7s 0.9s forwards;
}
.splash .anim-arrow {
    opacity:0;
    -webkit-animation: down-in 0.7s 1.8s forwards;
            animation: down-in 0.7s 1.8s forwards;
}


@-webkit-keyframes splash-video-in {
    0% { opacity:0; transform:scale(2); }     
    100% { opacity:1; transform:scale(1); }     
}


@keyframes splash-video-in {
    0% { opacity:0; transform:scale(2); }     
    100% { opacity:1; transform:scale(1); }     
}

.tutorial .screens > div .image,
.tutorial .screens > div .pretitle,
.tutorial .screens > div .title,
.tutorial .screens > div .content {
    opacity:0;
}

.tutorial .screens > div.show .image {
    -webkit-animation: from-below-image 0.5s forwards;
            animation: from-below-image 0.5s forwards;
}
.tutorial .screens > div.show .pretitle {
    -webkit-animation: from-below 0.5s 0.1s forwards;
            animation: from-below 0.5s 0.1s forwards;
}
.tutorial .screens > div.show .title {
    -webkit-animation: from-below 0.5s 0.2s forwards;
            animation: from-below 0.5s 0.2s forwards;
}
.tutorial .screens > div.show .content {
    -webkit-animation: from-below 0.5s 0.3s forwards;
            animation: from-below 0.5s 0.3s forwards;
}
.tutorial .screens > div.show.from-above .image {
    -webkit-animation: from-above-image 0.5s forwards;
            animation: from-above-image 0.5s forwards;
}
.tutorial .screens > div.show.from-above .pretitle {
    -webkit-animation: from-above 0.5s 0.1s forwards;
            animation: from-above 0.5s 0.1s forwards;
}
.tutorial .screens > div.show.from-above .title {
    -webkit-animation: from-above 0.5s 0.2s forwards;
            animation: from-above 0.5s 0.2s forwards;
}
.tutorial .screens > div.show.from-above .content {
    -webkit-animation: from-above 0.5s 0.3s forwards;
            animation: from-above 0.5s 0.3s forwards;
}

/* .tutorial .observer:nth-child(1) {
    background:red;
}
.tutorial .observer:nth-child(2) {
    background:green;
}
.tutorial .observer:nth-child(3) {
    background:blue;
} */


@-webkit-keyframes from-below {
    0% { opacity:0; transform:translateX(50px); }
    100% { opacity:1; transform:translateX(0px); }
}


@keyframes from-below {
    0% { opacity:0; transform:translateX(50px); }
    100% { opacity:1; transform:translateX(0px); }
}
@-webkit-keyframes from-below-image {
    0% { opacity:0; transform:translateY(60px); }
    100% { opacity:1; transform:translateY(0px); }
}
@keyframes from-below-image {
    0% { opacity:0; transform:translateY(60px); }
    100% { opacity:1; transform:translateY(0px); }
}
@-webkit-keyframes from-above {
    0% { opacity:0; transform:translateX(-30px); }
    100% { opacity:1; transform:translateX(0px); }
}
@keyframes from-above {
    0% { opacity:0; transform:translateX(-30px); }
    100% { opacity:1; transform:translateX(0px); }
}
@-webkit-keyframes from-above-image {
    0% { opacity:0; transform:translateY(-60px); }
    100% { opacity:1; transform:translateY(0px); }
}
@keyframes from-above-image {
    0% { opacity:0; transform:translateY(-60px); }
    100% { opacity:1; transform:translateY(0px); }
}


:root {
    --angle: 180deg;
    --color1: #A70532;
    --color2: #89BBE5;
}

.tutorial .screens {
    background:linear-gradient(var(--angle), var(--color1) 10%, var(--color2) 110%);
}

.tutorial .pager div {
    transition: opacity 0.3s;
}
/*
! tailwindcss v3.0.13 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-top-10 {
  top: -2.5rem;
}
.top-0 {
  top: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.left-8 {
  left: 2rem;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.h-screen {
  height: 100vh;
}
.h-2\/5 {
  height: 40%;
}
.h-12 {
  height: 3rem;
}
.h-\[350vh\] {
  height: 350vh;
}
.h-28 {
  height: 7rem;
}
.h-\[3px\] {
  height: 3px;
}
.w-full {
  width: 100%;
}
.w-44 {
  width: 11rem;
}
.w-8 {
  width: 2rem;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(34 51 65 / var(--tw-bg-opacity));
}
.bg-slateDark {
  --tw-bg-opacity: 1;
  background-color: rgb(19 30 40 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-red {
  --tw-gradient-from: #A70532;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(167 5 50 / 0));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: Roboto;
}
.font-head {
  font-family: Recoleta;
}
.text-f16 {
  font-size: 16px;
}
.text-f32 {
  font-size: 32px;
}
.text-f20 {
  font-size: 20px;
}
.text-f40 {
  font-size: 40px;
}
.text-f18 {
  font-size: 18px;
}
.text-f26 {
  font-size: 26px;
}
.text-f14 {
  font-size: 14px;
}
.font-medium {
  font-weight: 500;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[2\.2\] {
  line-height: 2.2;
}
.leading-\[2\.4\] {
  line-height: 2.4;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[2\.6\] {
  line-height: 2.6;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(167 5 50 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(137 187 229 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}

/* ------------------------------------------------------- MISC */

html, body {
    scroll-behavior: smooth;
}

/* ------------------------------------------------------- BGS */

