@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
/* Base imports */

/* ! tailwindcss v3.4.1 | 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: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

:root{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
  font-size: 62.5%;
}

body{
  font-family: Inter, sans-serif;
}

h1, h2, h3, h4{
  font-family: Bebas Neue, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

p, li, a, span{
  font-family: Inter, sans-serif;
  line-height: 1.25;
}

h1, .h1{
  font-size: 6rem;
}

@media (min-width: 768px){

  h1, .h1{
    font-size: 8rem;
  }
}

@media (min-width: 1024px){

  h1, .h1{
    font-size: 10rem;
  }
}

@media (min-width: 1280px){

  h1, .h1{
    font-size: 14rem;
  }
}

@media (min-width: 1600px){

  h1, .h1{
    font-size: 16rem;
  }
}

@media (min-width: 1920px){

  h1, .h1{
    font-size: 18rem;
  }
}

.h1-lg{
  font-size: 8rem;
}

@media (min-width: 768px){

  .h1-lg{
    font-size: 10rem;
  }
}

@media (min-width: 1024px){

  .h1-lg{
    font-size: 14rem;
  }
}

@media (min-width: 1280px){

  .h1-lg{
    font-size: 18rem;
  }
}

@media (min-width: 1600px){

  .h1-lg{
    font-size: 26rem;
  }
}

@media (min-width: 1920px){

  .h1-lg{
    font-size: 30rem;
  }
}

h2, .h2{
  font-size: 4rem;
}

@media (min-width: 1024px){

  h2, .h2{
    font-size: 6rem;
  }
}

@media (min-width: 1280px){

  h2, .h2{
    font-size: 8rem;
  }
}

@media (min-width: 1600px){

  h2, .h2{
    font-size: 10rem;
  }
}

@media (min-width: 1920px){

  h2, .h2{
    font-size: 12rem;
  }
}

h3, .h3{
  font-size: 3rem;
}

@media (min-width: 768px){

  h3, .h3{
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px){

  h3, .h3{
    font-size: 4rem;
  }
}

@media (min-width: 1280px){

  h3, .h3{
    font-size: 6rem;
  }
}

h4, .h4{
  font-size: 3rem;
}

@media (min-width: 1024px){

  h4, .h4{
    font-size: 3.5rem;
  }
}

@media (min-width: 1280px){

  h4, .h4{
    font-size: 4rem;
  }
}

p, .p{
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
}

@media (min-width: 1024px){

  p, .p{
    font-size: 2.2rem;
  }
}

@media (min-width: 1920px){

  p, .p{
    font-size: 2.6rem;
  }
}

p.large{
  font-size: 2.2rem;
}

@media (min-width: 1024px){

  p.large{
    font-size: 2.6rem;
  }
}

@media (min-width: 1600px){

  p.large{
    font-size: 3rem;
  }
}

p.sm, .p.sm{
  font-size: 1.6rem;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

.code{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  width: auto;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 2rem;
  padding-right: 8rem;
  font-size: 1.4rem;
}

.code .line{
  margin-bottom: 2rem;
  display: block;
}

.code .line:last-child{
  margin-bottom: 0;
}

.button{
  display: inline-block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px){

  .button{
    font-size: 3rem;
  }
}

@media (min-width: 1024px){

  .button{
    font-size: 3.5rem;
  }
}

@media (min-width: 1280px){

  .button{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1600px){

  .button{
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 4rem;
  }
}

.section__contact.button:hover input,
    .section__contact.button:hover textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button.button--white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.button--white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.arrow{
  position: relative;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.arrow:after{
  position: absolute;
  bottom: -.1rem;
  right: -.2rem;
  display: block;
  height: 4rem;
  width: .2rem;
  transform-origin: bottom;
  --tw-rotate: -45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.arrow.arrow--down{
  --tw-rotate: 45deg;
  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));
}

@media (min-width: 768px){

  .arrow.arrow--large{
    height: 4rem;
    width: 4rem;
  }
}

.arrow.arrow--long:after{
  height: 6rem;
}

@media (min-width: 768px){

  .arrow.arrow--large.arrow--long:after{
    height: 8rem;
  }
}

.arrow.arrow--white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.arrow.arrow--white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.arrow.arrow--no-line:after{
  display: none;
}

.image-container{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 62.5%;
}

.image-container img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo #line{
            --clip:polygon(0 0, 0 0, 0 100%, 0% 100%);
            -webkit-clip-path:var(--clip);
                    clip-path:var(--clip);

        }

.gsap-title .line{
        --clip: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path:var(--clip);
                clip-path:var(--clip);
        display: inline-block;
        padding-top: .2rem;
    }

.gsap-title .word{
  display: inline-block;
  --tw-translate-y: 100%;
  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));
}

.gsap-def{
  --tw-translate-y: 2rem;
  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));
  opacity: 0;
}

.gsap-row-item{
  --tw-translate-y: 4rem;
  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));
  opacity: 0;
}

.section__contact input, .section__contact textarea{
  background-color: transparent;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.6rem;
}

@media (min-width: 768px){

  .section__contact input, .section__contact textarea{
    font-size: 3rem;
  }
}

@media (min-width: 1280px){

  .section__contact input, .section__contact textarea{
    font-size: 4rem;
  }
}

.section__contact input{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}

.section__contact textarea{
  min-height: 20rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 2rem;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
}

.section__contact input:focus,
    .section__contact textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.section__contact.bg-black input,
    .section__contact.bg-black textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 1;
}

::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 1;
}

.grecaptcha-badge{
  visibility: hidden;
  opacity: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-16{
  bottom: 16rem;
}

.left-0{
  left: 0;
}

.left-1\/2{
  left: 50%;
}

.right-0{
  right: 0;
}

.top-0{
  top: 0;
}

.top-1\/2{
  top: 50%;
}

.bottom-12{
  bottom: 12rem;
}

.bottom-4{
  bottom: 4rem;
}

.z-20{
  z-index: 20;
}

.z-50{
  z-index: 50;
}

.z-\[1\]{
  z-index: 1;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.my-4{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mb-1{
  margin-bottom: 1rem;
}

.mb-2{
  margin-bottom: 2rem;
}

.mb-4{
  margin-bottom: 4rem;
}

.mb-6{
  margin-bottom: 6rem;
}

.mb-\[\.5rem\]{
  margin-bottom: .5rem;
}

.mr-1{
  margin-right: 1rem;
}

.mr-3{
  margin-right: 3rem;
}

.mr-4{
  margin-right: 4rem;
}

.mt-1{
  margin-top: 1rem;
}

.mt-2{
  margin-top: 2rem;
}

.mt-3{
  margin-top: 3rem;
}

.mt-6{
  margin-top: 6rem;
}

.mt-8{
  margin-top: 8rem;
}

.mt-4{
  margin-top: 4rem;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-0{
  height: 0;
}

.h-\[10\%\]{
  height: 10%;
}

.h-\[40\%\]{
  height: 40%;
}

.h-\[70\%\]{
  height: 70%;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.w-16{
  width: 16rem;
}

.w-6{
  width: 6rem;
}

.w-\[10\%\]{
  width: 10%;
}

.w-\[100rem\]{
  width: 100rem;
}

.w-\[40\%\]{
  width: 40%;
}

.w-\[70\%\]{
  width: 70%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-\[100\%\]{
  max-width: 100%;
}

.max-w-\[16rem\]{
  max-width: 16rem;
}

.max-w-\[20rem\]{
  max-width: 20rem;
}

.max-w-\[30rem\]{
  max-width: 30rem;
}

.max-w-\[40rem\]{
  max-width: 40rem;
}

.max-w-\[50rem\]{
  max-width: 50rem;
}

.max-w-\[60rem\]{
  max-width: 60rem;
}

.-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));
}

.-translate-y-1\/2{
  --tw-translate-y: -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));
}

.translate-y-4{
  --tw-translate-y: 4rem;
  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));
}

.translate-y-8{
  --tw-translate-y: 8rem;
  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));
}

.scale-\[\.18\]{
  --tw-scale-x: .18;
  --tw-scale-y: .18;
  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));
}

.scale-\[1\]{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-\[3\]{
  --tw-scale-x: 3;
  --tw-scale-y: 3;
  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));
}

.transform{
  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));
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-2{
  gap: 2rem;
}

.gap-4{
  gap: 4rem;
}

.gap-6{
  gap: 6rem;
}

.gap-y-4{
  row-gap: 4rem;
}

.gap-y-6{
  row-gap: 6rem;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-full{
  border-radius: 9999px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(95 95 95 / var(--tw-bg-opacity));
}

.bg-grey-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(62 62 62 / var(--tw-bg-opacity));
}

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(251 149 255 / var(--tw-bg-opacity));
}

.bg-pink\/\[\.3\]{
  background-color: rgb(251 149 255 / .3);
}

.bg-pink\/\[\.6\]{
  background-color: rgb(251 149 255 / .6);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-2{
  padding: 2rem;
}

.p-4{
  padding: 4rem;
}

.px-4{
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-4{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-6{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-8{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pb-4{
  padding-bottom: 4rem;
}

.pb-\[100\%\]{
  padding-bottom: 100%;
}

.pr-4{
  padding-right: 4rem;
}

.pt-20{
  padding-top: 20rem;
}

.pt-4{
  padding-top: 4rem;
}

.text-center{
  text-align: center;
}

.font-title{
  font-family: Bebas Neue, sans-serif;
}

.text-4xl{
  font-size: 8rem;
}

.text-md{
  font-size: 2.6rem;
}

.font-light{
  font-weight: 300;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-denser{
  line-height: 0.85;
}

.leading-tight{
  line-height: 1.25;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-grey{
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0{
  opacity: 0;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-80{
  opacity: 0.8;
}

.padded{
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (min-width: 640px){

  .padded{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px){

  .padded{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 1280px){

  .padded{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (min-width: 1600px){

  .padded{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}

.padded--y{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (min-width: 1024px){

  .padded--y{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 1280px){

  .padded--y{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (min-width: 1600px){

  .padded--y{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}

.padded--x{
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 640px){

  .padded--x{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px){

  .padded--x{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.padded--t{
  padding-top: 8rem;
}

@media (min-width: 1024px){

  .padded--t{
    padding-top: 10rem;
  }
}

@media (min-width: 1280px){

  .padded--t{
    padding-top: 12rem;
  }
}

@media (min-width: 1600px){

  .padded--t{
    padding-top: 16rem;
  }
}

.padded--b{
  padding-bottom: 8rem;
}

@media (min-width: 1024px){

  .padded--b{
    padding-bottom: 10rem;
  }
}

@media (min-width: 1280px){

  .padded--b{
    padding-bottom: 12rem;
  }
}

@media (min-width: 1600px){

  .padded--b{
    padding-bottom: 16rem;
  }
}

/* Block imports */

/* @import 'blocks/block.css'; */

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

@media (min-width: 640px){

  .sm\:mt-0{
    margin-top: 0;
  }

  .sm\:w-\[80\%\]{
    width: 80%;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:gap-6{
    gap: 6rem;
  }
}

@media (min-width: 768px){

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:mb-4{
    margin-bottom: 4rem;
  }

  .md\:mt-8{
    margin-top: 8rem;
  }

  .md\:w-8{
    width: 8rem;
  }

  .md\:max-w-\[36rem\]{
    max-width: 36rem;
  }

  .md\:max-w-\[60rem\]{
    max-width: 60rem;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:gap-12{
    gap: 12rem;
  }

  .md\:px-8{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:text-lg{
    font-size: 3rem;
  }
}

@media (min-width: 1024px){

  .lg\:bottom-6{
    bottom: 6rem;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-start-4{
    grid-column-start: 4;
  }

  .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:mb-4{
    margin-bottom: 4rem;
  }

  .lg\:mb-8{
    margin-bottom: 8rem;
  }

  .lg\:mt-8{
    margin-top: 8rem;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-\[80\%\]{
    width: 80%;
  }

  .lg\:max-w-\[50rem\]{
    max-width: 50rem;
  }

  .lg\:max-w-\[65rem\]{
    max-width: 65rem;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:gap-4{
    gap: 4rem;
  }

  .lg\:text-5xl{
    font-size: 10rem;
  }
}

@media (min-width: 1280px){

  .xl\:mb-6{
    margin-bottom: 6rem;
  }

  .xl\:mt-10{
    margin-top: 10rem;
  }

  .xl\:mt-12{
    margin-top: 12rem;
  }

  .xl\:mt-8{
    margin-top: 8rem;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:w-\[70\%\]{
    width: 70%;
  }

  .xl\:w-\[90\%\]{
    width: 90%;
  }

  .xl\:max-w-\[60rem\]{
    max-width: 60rem;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:gap-6{
    gap: 6rem;
  }

  .xl\:gap-x-6{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-8{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:py-8{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:text-2xl{
    font-size: 4rem;
  }
}

@media (min-width: 1600px){

  .\32xl\:mb-8{
    margin-bottom: 8rem;
  }

  .\32xl\:gap-x-10{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:p-5{
    padding: 5rem;
  }

  .\32xl\:px-12{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:py-6{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:text-7xl{
    font-size: 14rem;
  }
}

@media (min-width: 1920px){

  .\33xl\:gap-x-16{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\33xl\:text-5xl{
    font-size: 10rem;
  }

  .\33xl\:text-8xl{
    font-size: 16rem;
  }
}
