@import url('https://use.typekit.net/wga6unj.css');

/*
Theme Name: Coinu
Author: Inoke srl
Author URI: https://inoke.studio
Version: 1.0
License: All rights reserved
Text Domain: coinu
*/

/*@import 'editor.scss';*/

/*
! tailwindcss v3.4.3 | 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.
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 */
  tab-size: 4;
  /* 3 */
  font-family: aktiv-grotesk-extended, 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::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;
}

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1152px){
  .container{
    max-width: 1152px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-left--riv-x-btn{
  left: clamp(10px, -35px + 7.0313vw, 100px);
}

.-right--riv-x-btn{
  right: clamp(10px, -35px + 7.0313vw, 100px);
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-\[-20px\]{
  left: -20px;
}

.left-\[10px\]{
  left: 10px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-\[-15vw\]{
  top: -15vw;
}

.top-\[-25vw\]{
  top: -25vw;
}

.top-\[10px\]{
  top: 10px;
}

.-z-20{
  z-index: -20;
}

.-z-50{
  z-index: -50;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-50{
  z-index: 50;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-\[10vw\]{
  margin-top: 10vw;
  margin-bottom: 10vw;
}

.-mt--fluid-120-0{
  margin-top: clamp(0px, 154.2857px + -10.7143vw, 120px);
}

.ml-0{
  margin-left: 0px;
}

.mr-3{
  margin-right: 0.75rem;
}

.mt-11{
  margin-top: 2.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[105px\]{
  margin-top: 105px;
}

.mt-\[38px\]{
  margin-top: 38px;
}

.mt-\[80px\]{
  margin-top: 80px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1\/2{
  height: 50%;
}

.h-1\/3{
  height: 33.333333%;
}

.h-\[23px\]{
  height: 23px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[65vh\]{
  height: 65vh;
}

.h-\[7px\]{
  height: 7px;
}

.h-\[80vw\]{
  height: 80vw;
}

.h-\[90vh\]{
  height: 90vh;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1\/4{
  width: 25%;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[211px\]{
  width: 211px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[40px\]{
  width: 40px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[7px\]{
  width: 7px;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-\[1448px\]{
  max-width: 1448px;
}

.max-w-\[1600px\]{
  max-width: 1600px;
}

.max-w-\[1680px\]{
  max-width: 1680px;
}

.max-w-\[240px\]{
  max-width: 240px;
}

.max-w-\[685px\]{
  max-width: 685px;
}

.max-w-\[768px\]{
  max-width: 768px;
}

.max-w-\[825px\]{
  max-width: 825px;
}

.max-w-\[960px\]{
  max-width: 960px;
}

.flex-1{
  flex: 1 1 0%;
}

.-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));
}

.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));
}

.resize{
  resize: both;
}

.grid-cols-1{
  grid-template-columns: repeat(1, 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 !important;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.\!justify-center{
  justify-content: center !important;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[50px\]{
  gap: 50px;
}

.gap-\[60px\]{
  gap: 60px;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.gap-y-14{
  row-gap: 3.5rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.self-start{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-tl-\[60px\]{
  border-top-left-radius: 60px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-\[\#3B3B3B\]\/50{
  border-color: rgb(59 59 59 / 0.5);
}

.border-dark\/50{
  border-color: rgb(59 59 59 / 0.5);
}

.border-gray-light\/50{
  border-color: rgb(231 231 231 / 0.5);
}

.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(225 12 20 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.object-cover{
  object-fit: cover;
}

.object-header-mobile{
  object-position: -90px center;
}

.object-left-top{
  object-position: left top;
}

.p-6{
  padding: 1.5rem;
}

.p-\[5px\]{
  padding: 5px;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-\[7px\]{
  padding-top: 7px;
}

.text-center{
  text-align: center;
}

.-text--fluid-17-36{
  font-size: clamp(17px, 10.3913px + 2.0652vw, 36px);
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[5px\]{
  font-size: 5px;
}

.font-\[800\]{
  font-weight: 800;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.25\]{
  line-height: 1.25;
}

.leading-\[1\.75\]{
  line-height: 1.75;
}

.leading-tight{
  line-height: 1.25;
}

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}

.text-gray-light{
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-\[250ms\]{
  transition-delay: 250ms;
}

.duration-700{
  transition-duration: 700ms;
}

.duration-\[0\.4s\]{
  transition-duration: 0.4s;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html {
  cursor: default;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px){
  body{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body {
  -webkit-user-select: none;
  user-select: none;
}

body.lock {
  overflow-y: hidden;
}

/* header */

header {
  nav {
    ul {
      li:last-child {
        span{
          display: none;
        }
      }
    }
  }
  @media (max-width:768px) {
    #header-image{
      position: absolute;
    }

    #header-image{
      top: 0px;
    }

    #header-image{
      left: 0px;
    }

    #header-image{
      z-index: -10;
    }

    #header-image{
      height: 65vh;
    }

    #header-image{
      width: 100%;
    }

    #header-image::after{
      position: absolute;
    }

    #header-image::after{
      bottom: 0px;
    }

    #header-image::after{
      left: 0px;
    }

    #header-image::after{
      display: block;
    }

    #header-image::after{
      height: 50%;
    }

    #header-image::after{
      width: 100%;
    }

    #header-image::after {
      content: '';
      background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }
  }
  #header-text::before{
    position: absolute;
  }
  #header-text::before{
    top: 0px;
  }
  #header-text::before{
    left: 0px;
  }
  #header-text::before{
    z-index: -10;
  }
  #header-text::before{
    display: block;
  }
  #header-text::before{
    height: 100%;
  }
  #header-text::before{
    width: 100%;
  }
  #header-text::before{
    mix-blend-mode: multiply;
  }
  #header-text::before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 100%);
    @media (max-width:768px) {
      background: transparent;
    }
  }
  #header-scopri:hover {
    span.freccia{
      margin-left: 0.75rem;
    }
    span.freccia{
      opacity: 1;
    }
  }
}

#header-image-bg.zoom {
  /*@apply scale-[1.1] 2lg:left-[-20vw] transition-all duration-[5s];*/
  /*@apply scale-[1.05] 2lg:left-[-19vw] transition-all duration-[5s];*/
  --tw-scale-x: 1.035;
  --tw-scale-y: 1.035;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 5s;
}

/* footer */

footer {
  h4{
    font-weight: 800;
  }
  a{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a{
    transition-duration: 0.4s;
  }
  a {
    &:hover{
      --tw-text-opacity: 1;
      color: rgb(225 12 20 / var(--tw-text-opacity));
    }
  }
  ul#footer-credits {
    li {
      &:after {
        content: '|';
      }
      &:after{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
      }
      &:after{
        display: none;
      }
      @media (min-width: 1152px){
        &:after{
          display: inline-block;
        }
      }
      &:last-child {
        &:after{
          display: none;
        }
      }
    }
  }
}

.social-footer svg{
  display: block;
  height: 30px;
  width: auto;
}

.social-footer svg path {
  fill: #3B3B3B;
  transition: all 0.4s;
}

.social-footer svg:hover path {
  fill: #E10C14;
}

/* carrozzeria */

#carrozzeria {
  padding-top: clamp(100px, 53.0435px + 14.6739vw, 235px);
  padding-bottom: clamp(100px, 68.6957px + 9.7826vw, 190px);
}

@media screen and (max-width:768px) {
  #carrozzeria {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#carrozzeria::before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  display: block;
  height: 75vh;
  width: 100%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#carrozzeria::after{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -20;
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.servizi-blocchi:hover {
  .photo{
    --tw-bg-opacity: 1;
    background-color: rgb(225 12 20 / var(--tw-bg-opacity));
  }
  .description{
    opacity: 1;
  }
}

/* rivendita */

#rivendita-auto {
  .swiper-slide{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .swiper-slide{
    transition-duration: 500ms;
  }
  .swiper-slide {
    .photo{
      --tw-scale-x: 0.75;
      --tw-scale-y: 0.75;
      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));
    }
    &:not(.swiper-slide-active){
      z-index: -50 !important;
    }
    &:not(.swiper-slide-active){
      --tw-blur: blur(3px);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }
    &.swiper-slide-active{
      opacity: 1 !important;
    }
    &.swiper-slide-active {
      .photo{
        position: relative;
      }
      .photo{
        --tw-scale-x: 1.75;
        --tw-scale-y: 1.75;
        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));
      }
    }
    &.swiper-slide-prev,
		&.swiper-slide-next{
      z-index: -30 !important;
    }
    &.swiper-slide-prev,
		&.swiper-slide-next{
      opacity: 1 !important;
    }
    &.swiper-slide-prev,
		&.swiper-slide-next {
      .photo{
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
        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));
      }
    }
    &.swiper-slide:not(.swiper-slide-active) {
      a{
        pointer-events: none;
      }
    }
  }
}

@media screen and (max-width:1024px) {
  #rivendita-auto {
    .swiper-slide{
      opacity: 1;
    }
    .swiper-slide{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .swiper-slide {
      .photo{
        --tw-scale-x: 1.75 !important;
        --tw-scale-y: 1.75 !important;
        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)) !important;
      }
    }
    .swiper-slide:not(.swiper-slide-active){
      opacity: 0 !important;
    }
    .swiper-slide:not(.swiper-slide-active){
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }
}

#rivendita-slider {
  height: 28vw;
}

@media screen and (max-width:1280px) {
  #rivendita-slider {
    height: 65vw;
  }
}

@media screen and (max-width:1024px) {
  #rivendita-slider {
    height: 50w;
  }
}

/* contatti-colonne */

#contatti-colonne {
  grid-template-columns: 1.5fr 1.5fr 1fr max-content;
}

@media screen and (max-width:1024px) {
  #contatti-colonne {
    grid-template-columns: 1fr;
  }
}

/* pulsanti */

.coinu-btn{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 50px;
  width: 100%;
  max-width: 326px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  font-weight: 800;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  &.bianco{
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
  }
  &.bianco{
    --tw-text-opacity: 1;
    color: rgb(231 231 231 / var(--tw-text-opacity));
  }
  &.bianco {
    &:hover{
      --tw-border-opacity: 1;
      border-color: rgb(225 12 20 / var(--tw-border-opacity));
    }
  }
  &.rosso{
    --tw-border-opacity: 1;
    border-color: rgb(59 59 59 / var(--tw-border-opacity));
  }
  &.rosso{
    --tw-text-opacity: 1;
    color: rgb(59 59 59 / var(--tw-text-opacity));
  }
  &.rosso {
    &:hover{
      --tw-border-opacity: 1;
      border-color: rgb(225 12 20 / var(--tw-border-opacity));
    }
  }
}

/* lista vantaggi */

#lista-vantaggi {
  line-height: 1.15;
  color: #E7E7E7;
}

#lista-vantaggi li:not(:first-child) {
  background-image: repeating-linear-gradient(90deg, hsla(0, 0%, 91%, 0.50), hsla(0, 0%, 91%, 0.50) 3px, transparent 3px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

/* gradienti */

.grad-nero-top-bottom {
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(13,16,21,1) 100%);
}

/* collaborazioni-logo */

.collaborazioni-logo {
  height: var(--h);
}

@media screen and (max-width:768px) {
  .collaborazioni-logo {
    height: calc(var(--h) * 0.65);
  }
}

.hover\:bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(225 12 20 / var(--tw-bg-opacity));
}

.hover\:opacity-100:hover{
  opacity: 1;
}

@media (min-width: 640px){
  .sm\:h-\[40px\]{
    height: 40px;
  }

  .sm\:w-\[40px\]{
    width: 40px;
  }

  .sm\:object-center{
    object-position: center;
  }
}

@media (min-width: 768px){
  .md\:top-0{
    top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:h-\[81px\]{
    height: 81px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-\[300px\]{
    width: 300px;
  }

  .md\:-max-w--fluid-210-400{
    max-width: clamp(210px, 155.7143px + 16.9643vw, 400px);
  }

  .md\:max-w-\[400px\]{
    max-width: 400px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-\[50px\]{
    gap: 50px;
  }

  .md\:rounded-tl-\[120px\]{
    border-top-left-radius: 120px;
  }

  .md\:bg-black\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .md\:pb-\[195px\]{
    padding-bottom: 195px;
  }

  .md\:pt-\[170px\]{
    padding-top: 170px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-\[16px\]{
    font-size: 16px;
  }

  .md\:text-\[5px\]{
    font-size: 5px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:tracking-\[0\.5px\]{
    letter-spacing: 0.5px;
  }

  .md\:tracking-\[2px\]{
    letter-spacing: 2px;
  }

  .md\:hover\:h-\[81px\]:hover{
    height: 81px;
  }

  .md\:hover\:border-\[\#3B3B3B\]\/100:hover{
    border-color: rgb(59 59 59 / 1);
  }

  .md\:hover\:border-gray-light\/100:hover{
    border-color: rgb(231 231 231 / 1);
  }

  .md\:hover\:pb-7:hover{
    padding-bottom: 1.75rem;
  }

  .md\:hover\:pt-7:hover{
    padding-top: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:order-none{
    order: 0;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-ml--fluid-0-170{
    margin-left: clamp(0px, -59.1304px + 18.4783vw, 170px);
  }

  .lg\:-ml-\[45px\]{
    margin-left: -45px;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mt-\[300px\]{
    margin-top: 300px;
  }

  .lg\:mt-\[39px\]{
    margin-top: 39px;
  }

  .lg\:mt-\[45px\]{
    margin-top: 45px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[50px\]{
    height: 50px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:w-\[50px\]{
    width: 50px;
  }

  .lg\:w-\[54px\]{
    width: 54px;
  }

  .lg\:w-max{
    width: max-content;
  }

  .lg\:w-\[400px\]{
    width: 400px;
  }

  .lg\:max-w-\[400px\]{
    max-width: 400px;
  }

  .lg\:max-w-\[480px\]{
    max-width: 480px;
  }

  .lg\:max-w-\[960px\]{
    max-width: 960px;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-\[110px\]{
    gap: 110px;
  }

  .lg\:gap-x-\[70px\]{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .lg\:gap-y-6{
    row-gap: 1.5rem;
  }

  .lg\:gap-y-\[60px\]{
    row-gap: 60px;
  }

  .lg\:border-l-\[10px\]{
    border-left-width: 10px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-red{
    --tw-border-opacity: 1;
    border-color: rgb(225 12 20 / var(--tw-border-opacity));
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:pb-\[180px\]{
    padding-bottom: 180px;
  }

  .lg\:pl-\[35px\]{
    padding-left: 35px;
  }

  .lg\:pt-\[160px\]{
    padding-top: 160px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-\[14px\]{
    font-size: 14px;
  }

  .lg\:text-\[18px\]{
    font-size: 18px;
  }

  .lg\:text-\[30px\]{
    font-size: 30px;
  }

  .lg\:opacity-30{
    opacity: 0.3;
  }

  .lg\:hover\:border-dark\/100:hover{
    border-color: rgb(59 59 59 / 1);
  }
}

@media (min-width: 1152px){
  .\32lg\:left-\[-18vw\]{
    left: -18vw;
  }

  .\32lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32lg\:ml-auto{
    margin-left: auto;
  }

  .\32lg\:mt-0{
    margin-top: 0px;
  }

  .\32lg\:h-screen{
    height: 100vh;
  }

  .\32lg\:w-1\/2{
    width: 50%;
  }

  .\32lg\:min-w-\[900px\]{
    min-width: 900px;
  }

  .\32lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32lg\:flex-row{
    flex-direction: row;
  }

  .\32lg\:gap-0{
    gap: 0px;
  }

  .\32lg\:object-contain{
    object-fit: contain;
  }

  .\32lg\:p-0{
    padding: 0px;
  }

  .\32lg\:px-\[120px\]{
    padding-left: 120px;
    padding-right: 120px;
  }

  .\32lg\:pb-\[63px\]{
    padding-bottom: 63px;
  }

  .\32lg\:pt-\[83px\]{
    padding-top: 83px;
  }

  .\32lg\:no-underline{
    text-decoration-line: none;
  }

  .\32lg\:opacity-30{
    opacity: 0.3;
  }
}

@media (min-width: 1280px){
  .xl\:bg-none{
    background-image: none;
  }
}