:root {--color-base: #F5F4F1;
    --color-base-rgb: 245, 244, 241;--color-background: #1D1B1D;
    --color-background-rgb: 29, 27, 29;--color-primary: #26D94E;
    --color-primary-rgb: 38, 217, 78;--color-secondary: #707070;
    --color-secondary-rgb: 112, 112, 112;--color-tertiary: #2e3d30;
    --color-tertiary-rgb: 46, 61, 48;--color-green: #26D94E;
    --color-green-rgb: 38, 217, 78;--color-darkgreen: #2e3d30;
    --color-darkgreen-rgb: 46, 61, 48;--color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;--color-light: #F5F4F1;
    --color-light-rgb: 245, 244, 241;--color-light-gray: #D9D9D9;
    --color-light-gray-rgb: 217, 217, 217;--color-gray: #707070;
    --color-gray-rgb: 112, 112, 112;--color-dark-gray: #333333;
    --color-dark-gray-rgb: 51, 51, 51;--color-darkest-gray: #1D1B1D;
    --color-darkest-gray-rgb: 29, 27, 29;--color-black: #000000;
    --color-black-rgb: 0, 0, 0;--color-danger: #EF212A;
    --color-danger-rgb: 239, 33, 42;}

:root {
  --transition-timing-fast: 0.2s ease;
  --transition-timing-normal: .4s ease;
  --transition-timing-long: .8s ease;
  --viewport-factor: 1;
  --swiper-pagination-bullet-color: var(--color-primary);
  --swiper-pagination-bullet-inactive-color: var(--color-primary);
  --container-max-width-lg: 160.0rem;
  --container-max-width-md: 120rem;
  --container-max-width: var(--container-max-width-lg);
  --container-gutter-x: 2rem;
  --section-padding-x: var(--container-gutter-x);
  --section-padding-y: 6rem;
 
  --font-family-body: "MADE TOMMY", 'Arial', sans-serif !important;
  --font-family-headings: "MADE TOMMY", 'Arial', sans-serif !important;
  --font-family-bike: "ethnocentric", sans-serif !important;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --transition-timing-normal: '';
  }
}

@media (min-width:769px) {
  
  :root {
    --section-padding-y: 12rem;
  }
  
}

@media (max-width:768px) {
  
  :root {
    --section-padding-y: 6rem;
  }
  
}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px auto;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none !important;
}@font-face {
    font-family: 'MADE TOMMY';
    src: url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Medium.woff2') format('woff2'),
        url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY.woff2') format('woff2'),
        url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-ExtraBold.woff2') format('woff2'),
        url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Thin.woff2') format('woff2'),
        url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Black.woff2') format('woff2'),
        url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Bold.woff2') format('woff2'),
        url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Light.woff2') format('woff2'),
        url('https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_Bike/assets/fonts/MADETOMMY/MADETOMMY-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}/******** RESET ********/
html {
  scroll-padding-block-start: var(--scroll-padding-top);
  font-size: 10px;
}
body {
  margin: 0;
  background-color: var(--color-background);
}
*, ::before, ::after {
  box-sizing: border-box;
}
hr {
  margin: 0;
}
* {
  outline-offset: .4rem;
}
/***********************/


.dnd-section {
  padding: var(--section-padding-y) var(--section-padding-x);
}

.dnd-section .row-fluid {
  display: flex;
  flex-direction: row;
  margin-inline: auto;
}
.dnd-section > .row-fluid {
  max-width: var(--container-max-width);
}
.dnd-section .dnd-row,
.dnd-section .row-fluid {
  width: 100%;
}
.dnd-section .dnd-column {
  min-width:1px;
}

.dnd-area .row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.dnd-area .row-fluid [class*="span"] {
  width: 100%;
}
.span12 { width: 100%; }

@media (min-width:769px) {
  .dnd-area .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .dnd-area .row-fluid .span6 { width: 48%; }
  .dnd-area .row-fluid .span5 { width: 40.5%; }
  .dnd-area .row-fluid .span7 { width: 57.5%; }
  .dnd-area .row-fluid .span2 { width: 14.8%; }
  .dnd-area .row-fluid .span10 { width: 82.2%; }
}

@media (max-width:768px) {
  .dnd-area .row-fluid .span6,
  .dnd-area .row-fluid .span5,
  .dnd-area .row-fluid .span7,
  .dnd-area .row-fluid .span2,
  .dnd-area .row-fluid .span10 { width: 100% !important; }
}

/*

@media (min-width:1101px) {
  .blog-post .row-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width:1100px) {
  .dnd-section .row-fluid {
    flex-wrap: wrap;
  }
  .dnd-section .dnd-column {
    width: 50% !important;
  }
}
@media (max-width:768px) {
  .dnd-section .dnd-column {
    width: 100% !important;
  }

}
*/
.container {
  padding-inline: var(--container-gutter-x);
}

.container-max {
  margin-inline: auto;
  max-width: var(--container-max-width);
}

.container-max-lg {
  margin-inline: auto;
  max-width: var(--container-max-width-lg);
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
@media (min-width:1101px) {
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width:769px) {
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}

/*.page {
  overflow: hidden;
}*/

.page > main {
  min-height: 100vh;
/*  padding-top: var(--header-height-top);*/
  background-color: var(--color-background);
}
.page:has(#footer_website .mod-contact-banner) main .dnd-area .dnd-section:last-child {
  padding-block-end: calc(var(--section-padding-y) + var(--mod-contact-banner-height)/2);
}


/* lists */
ul {
  list-style: none;
  padding: 0;
  font-weight: 700;
}
ul > li {
  position: relative;
  padding-inline-start: 2em;
}
ul > li:not(:first-child) {
  margin-block-start: 0.6em;
}
ul > li::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(var(--color-base-rgb), 1);
  inset: auto auto 0.5em 0.4em;
}

.ul-checks ul > li::before {
  width: 3.4rem;
  height: 3.4rem;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6%2012L10.2426%2016.2426L18.727%207.75732%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
  mask-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6%2012L10.2426%2016.2426L18.727%207.75732%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 1;
  inset: auto auto 0em -0.2em;
}

@media (max-width:768px) {
  ul > li::before,
  .ul-checks ul > li::before {
  inset: auto auto 1.4em -0.2em;
  }
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 4rem;
  background: var(--color-tertiary, #000);
  color: #fff;
  padding: 8px;
  z-index: 600;
  transition: top 0.3s ease-in-out;
}
.skip-link:focus {
  top: 4rem;
}
.go-back {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 4rem;
  text-transform: uppercase;
  text-decoration: none;
}


.smooth-scroll {
  overflow: hidden !important;
}

/* overlay - overlay gradient - overlay shape */
.overlay,
.bg-shape {
  overflow:hidden;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.bg-shape {
  z-index: 2;
}
.bg-shape::after {
  content: '';
  position: absolute;
/*  bottom: -10px;
  right: -150px;*/
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22960%22%20height%3D%22842%22%20viewBox%3D%220%200%20960%20842%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M447.989%20625.35L912.028%20297.766C940.76%20278.282%20959.661%20245.498%20959.661%20208.394V0L545.543%20292.344L79.3005%20621.369C0.138396%20677.195%200.223157%20726.243%200.223157%20726.243C-1.30245%20750.047%204.96949%20774.53%2019.8018%20795.538C40.8213%20825.103%2074.2151%20841.114%20108.033%20841.114H737.177C765.146%20841.114%20789.895%20831.033%20808.965%20813.836L813.626%20809.431C823.034%20800.367%20832.697%20789.1%20844.308%20774.784C879.143%20729.039%20960%20625.35%20960%20625.35H448.074H447.989Z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E');
  mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22960%22%20height%3D%22842%22%20viewBox%3D%220%200%20960%20842%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M447.989%20625.35L912.028%20297.766C940.76%20278.282%20959.661%20245.498%20959.661%20208.394V0L545.543%20292.344L79.3005%20621.369C0.138396%20677.195%200.223157%20726.243%200.223157%20726.243C-1.30245%20750.047%204.96949%20774.53%2019.8018%20795.538C40.8213%20825.103%2074.2151%20841.114%20108.033%20841.114H737.177C765.146%20841.114%20789.895%20831.033%20808.965%20813.836L813.626%20809.431C823.034%20800.367%20832.697%20789.1%20844.308%20774.784C879.143%20729.039%20960%20625.35%20960%20625.35H448.074H447.989Z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E');
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 1;
    }
@media (min-width:769px) {
  .bg-shape::after {
    -webkit-mask-size: 26%;
    mask-size: 26%;
    bottom: -1px;
    right: -150px;
  }
  .bg-shape.bottom-left { transform: scaleX(-1); }
  .bg-shape.top-right   { transform: scaleY(-1); }
  .bg-shape.top-left    { transform: scaleX(-1) scaleY(-1); }
}
@media (max-width:768px) {
  .bg-shape::after {
    -webkit-mask-size: 90%;        
    mask-size: 90%;
    bottom: -1px;
    right: -20%;
  }
  .bg-shape.bottom-left { transform: scaleX(-1); }
  .bg-shape.top-right   { transform: scaleY(-1); }
  .bg-shape.top-left    { transform: scaleX(-1) scaleY(-1); }
}/* text color */
.color-primary      { color: var(--color-primary); }
.color-secondary    { color: var(--color-secondary); }
.color-tertiary     { color: var(--color-tertiary); }
.color-green        { color: var(--color-green); }
.color-darkgreen    { color: var(--color-darkgreen); }
.color-light        { color: var(--color-light); }
.color-lightest-gray { color: var(--color-lightest-gray); }
.color-light-gray   { color: var(--color-light-gray); }
.color-gray         { color: var(--color-gray); }
.color-dark-gray    { color: var(--color-dark-gray); }
.color-darkest-gray { color: var(--color-darkest-gray); }
.color-white        { color: var(--color-white); }
.color-black        { color: var(--color-black); }
.color-danger       { color: var(--color-danger); }

/* background */
.bg-primary      { background-color: var(--color-primary); }
.bg-secondary    { background-color: var(--color-secondary); }
.bg-tertiary     { background-color: var(--color-tertiary); }
.bg-green        { background-color: var(--color-green); }
.bg-darkgreen    { background-color: var(--color-darkgreen); }
.bg-light        { background-color: var(--color-light); }
.bg-lightest-gray { background-color: var(--color-lightest-gray); }
.bg-light-gray   { background-color: var(--color-light-gray); }
.bg-gray         { background-color: var(--color-gray); }
.bg-dark-gray    { background-color: var(--color-dark-gray); }
.bg-darkest-gray { background-color: var(--color-darkest-gray); }
.bg-white        { background-color: var(--color-white); }
.bg-black        { background-color: var(--color-black); }
.bg-danger       { background-color: var(--color-danger); }

/* svg fill */
.svg-primary      { fill: var(--color-primary); }
.svg-secondary    { fill: var(--color-secondary); }
.svg-tertiary     { fill: var(--color-tertiary); }
.svg-green        { fill: var(--color-green); }
.svg-darkgreen    { fill: var(--color-darkgreen); }
.svg-light        { fill: var(--color-light); }
.svg-lightest-gray { fill: var(--color-lightest-gray); }
.svg-light-gray   { fill: var(--color-light-gray); }
.svg-gray         { fill: var(--color-gray); }
.svg-dark-gray    { fill: var(--color-dark-gray); }
.svg-darkest-gray { fill: var(--color-darkest-gray); }
.svg-white        { fill: var(--color-white); }
.svg-black        { fill: var(--color-black); }
.svg-danger       { fill: var(--color-danger); }html {
  font-size: 10px;
}

body {
  font-family: var(--font-family-body);
}

body::selection {
  background-color: var(--color-light);
  color: var(--color-primary);
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-block: 0;
  font-family: var(--font-family-headings);
  letter-spacing: .04em;
}
h1>span,h2>span,h3>span,h4>span,h5>span,h6>span,
.h1>span,.h2>span,.h3>span,.h4>span,.h5>span,.h6>span {
  font-size: 125%;
}
p {
  margin-block: 0;
}
a {
  color: var(--color-base);
  text-decoration:none;
  position:relative;
}
/*
.mod-rich-text a:not(.btn):before,
.accordion-answer a:not(.btn):before,
.mod-cards .card .content a:not(.btn):before,
.mod-cards-row a:not(.btn):before,
.mod-list-title-description .list .description a:not(.btn):before,
.mod-video-overlay-contents .description a:not(.btn):before,
footer a:not(.btn):before {
  content: '';
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: center; 
  transition: transform 0.3s ease;
}
.mod-rich-text a:not(.btn):hover:before,
.accordion-answer a:not(.btn):hover:before,
.mod-cards .card .content a:not(.btn):hover:before,
.mod-cards .card .content a:not(.btn):hover:before,
.mod-cards-row a:not(.btn):hover:before,
.mod-list-title-description .list .description a:not(.btn):hover:before,
.mod-video-overlay-contents .description a:not(.btn):hover:before {
  transform: scaleX(0);
}


footer a:not(.btn):before{
  transform: scaleX(0);
}

footer a:not(.btn):hover:before {
  transform: scaleX(1);
}*/body { font-size: clamp(1.6rem, calc(1.1139240506329116rem + 0.6329113924050631vw*var(--viewport-factor)), 2.0rem);
    font-weight: 400;
    line-height: 1.6; }.b, .body { font-size: clamp(1.6rem, calc(1.1139240506329116rem + 0.6329113924050631vw*var(--viewport-factor)), 2.0rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b-desktop, .body-desktop {
      font-size: clamp(1.6rem, calc(1.1139240506329116rem + 0.6329113924050631vw*var(--viewport-factor)), 2.0rem) !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }

  @media (max-width:768px) {
    .b-mobile, .body-mobile {
      font-size: 1.6rem !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }.b0 { font-size: clamp(1.4rem, calc(1.4rem + 0.0vw*var(--viewport-factor)), 1.4rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b0-desktop {
      font-size: clamp(1.4rem, calc(1.4rem + 0.0vw*var(--viewport-factor)), 1.4rem) !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }

  @media (max-width:768px) {
    .b0-mobile {
      font-size: 1.4rem !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }.b1 { font-size: clamp(1.6rem, calc(1.6rem + 0.0vw*var(--viewport-factor)), 1.6rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b1-desktop {
      font-size: clamp(1.6rem, calc(1.6rem + 0.0vw*var(--viewport-factor)), 1.6rem) !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }

  @media (max-width:768px) {
    .b1-mobile {
      font-size: 1.6rem !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }.b2 { font-size: clamp(1.6rem, calc(1.3569620253164558rem + 0.31645569620253156vw*var(--viewport-factor)), 1.8rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b2-desktop {
      font-size: clamp(1.6rem, calc(1.3569620253164558rem + 0.31645569620253156vw*var(--viewport-factor)), 1.8rem) !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }

  @media (max-width:768px) {
    .b2-mobile {
      font-size: 1.6rem !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }.b3 { font-size: clamp(1.6rem, calc(1.1139240506329116rem + 0.6329113924050631vw*var(--viewport-factor)), 2.0rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b3-desktop {
      font-size: clamp(1.6rem, calc(1.1139240506329116rem + 0.6329113924050631vw*var(--viewport-factor)), 2.0rem) !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }

  @media (max-width:768px) {
    .b3-mobile {
      font-size: 1.6rem !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }.b4 { font-size: clamp(1.8rem, calc(1.3139240506329113rem + 0.6329113924050634vw*var(--viewport-factor)), 2.2rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b4-desktop {
      font-size: clamp(1.8rem, calc(1.3139240506329113rem + 0.6329113924050634vw*var(--viewport-factor)), 2.2rem) !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }

  @media (max-width:768px) {
    .b4-mobile {
      font-size: 1.8rem !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }.b5 { font-size: clamp(1.9rem, calc(1.2924050632911392rem + 0.791139240506329vw*var(--viewport-factor)), 2.4rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b5-desktop {
      font-size: clamp(1.9rem, calc(1.2924050632911392rem + 0.791139240506329vw*var(--viewport-factor)), 2.4rem) !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }

  @media (max-width:768px) {
    .b5-mobile {
      font-size: 1.9rem !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }.b6 { font-size: clamp(2.2rem, calc(1.2278481012658233rem + 1.2658227848101262vw*var(--viewport-factor)), 3.0rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b6-desktop {
      font-size: clamp(2.2rem, calc(1.2278481012658233rem + 1.2658227848101262vw*var(--viewport-factor)), 3.0rem) !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }

  @media (max-width:768px) {
    .b6-mobile {
      font-size: 2.2rem !important;
      font-weight: 400;
      line-height: 1.6;
    }
  }h1 { font-size: clamp(5.0rem, calc(-1.0759493670886071rem + 7.911392405063291vw*var(--viewport-factor)), 10.0rem);
    font-weight: 600;
    line-height: 1; }.h1 { font-size: clamp(5.0rem, calc(-1.0759493670886071rem + 7.911392405063291vw*var(--viewport-factor)), 10.0rem);
    font-weight: 600;
    line-height: 1; }

  @media (min-width:769px) {
    .h1-desktop {
      font-size: clamp(5.0rem, calc(-1.0759493670886071rem + 7.911392405063291vw*var(--viewport-factor)), 10.0rem) !important;
      font-weight: 600;
      line-height: 1;
    }
  }

  @media (max-width:768px) {
    .h1-mobile {
      font-size: 5.0rem !important;
      font-weight: 600;
      line-height: 1;
    }
  }h2 { font-size: clamp(4.5rem, calc(-1.2113924050632896rem + 7.436708860759492vw*var(--viewport-factor)), 9.2rem);
    font-weight: 600;
    line-height: 1; }.h2 { font-size: clamp(4.5rem, calc(-1.2113924050632896rem + 7.436708860759492vw*var(--viewport-factor)), 9.2rem);
    font-weight: 600;
    line-height: 1; }

  @media (min-width:769px) {
    .h2-desktop {
      font-size: clamp(4.5rem, calc(-1.2113924050632896rem + 7.436708860759492vw*var(--viewport-factor)), 9.2rem) !important;
      font-weight: 600;
      line-height: 1;
    }
  }

  @media (max-width:768px) {
    .h2-mobile {
      font-size: 4.5rem !important;
      font-weight: 600;
      line-height: 1;
    }
  }h3 { font-size: clamp(4.0rem, calc(-0.8607594936708853rem + 6.329113924050632vw*var(--viewport-factor)), 8.0rem);
    font-weight: 600;
    line-height: 1; }.h3 { font-size: clamp(4.0rem, calc(-0.8607594936708853rem + 6.329113924050632vw*var(--viewport-factor)), 8.0rem);
    font-weight: 600;
    line-height: 1; }

  @media (min-width:769px) {
    .h3-desktop {
      font-size: clamp(4.0rem, calc(-0.8607594936708853rem + 6.329113924050632vw*var(--viewport-factor)), 8.0rem) !important;
      font-weight: 600;
      line-height: 1;
    }
  }

  @media (max-width:768px) {
    .h3-mobile {
      font-size: 4.0rem !important;
      font-weight: 600;
      line-height: 1;
    }
  }h4 { font-size: clamp(3.8rem, calc(2.3417721518987342rem + 1.89873417721519vw*var(--viewport-factor)), 5.0rem);
    font-weight: 500;
    line-height: 1; }.h4 { font-size: clamp(3.8rem, calc(2.3417721518987342rem + 1.89873417721519vw*var(--viewport-factor)), 5.0rem);
    font-weight: 500;
    line-height: 1; }

  @media (min-width:769px) {
    .h4-desktop {
      font-size: clamp(3.8rem, calc(2.3417721518987342rem + 1.89873417721519vw*var(--viewport-factor)), 5.0rem) !important;
      font-weight: 500;
      line-height: 1;
    }
  }

  @media (max-width:768px) {
    .h4-mobile {
      font-size: 3.8rem !important;
      font-weight: 500;
      line-height: 1;
    }
  }h5 { font-size: clamp(3.5rem, calc(2.2848101265822787rem + 1.582278481012658vw*var(--viewport-factor)), 4.5rem);
    font-weight: 500;
    line-height: 1; }.h5 { font-size: clamp(3.5rem, calc(2.2848101265822787rem + 1.582278481012658vw*var(--viewport-factor)), 4.5rem);
    font-weight: 500;
    line-height: 1; }

  @media (min-width:769px) {
    .h5-desktop {
      font-size: clamp(3.5rem, calc(2.2848101265822787rem + 1.582278481012658vw*var(--viewport-factor)), 4.5rem) !important;
      font-weight: 500;
      line-height: 1;
    }
  }

  @media (max-width:768px) {
    .h5-mobile {
      font-size: 3.5rem !important;
      font-weight: 500;
      line-height: 1;
    }
  }h6 { font-size: clamp(2.8rem, calc(1.9493670886075947rem + 1.1075949367088609vw*var(--viewport-factor)), 3.5rem);
    font-weight: 500;
    line-height: 1; }.h6 { font-size: clamp(2.8rem, calc(1.9493670886075947rem + 1.1075949367088609vw*var(--viewport-factor)), 3.5rem);
    font-weight: 500;
    line-height: 1; }

  @media (min-width:769px) {
    .h6-desktop {
      font-size: clamp(2.8rem, calc(1.9493670886075947rem + 1.1075949367088609vw*var(--viewport-factor)), 3.5rem) !important;
      font-weight: 500;
      line-height: 1;
    }
  }

  @media (max-width:768px) {
    .h6-mobile {
      font-size: 2.8rem !important;
      font-weight: 500;
      line-height: 1;
    }
  }.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hide-scrollbar::-webkit-scrollbar { /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
  scrollbar-width: none;  /* Hide scrollbar for Firefox */
}

.stretched-link::before {
  content: '';
  position: absolute;
  inset: 0;
}

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

.hidden {
  display: none !important;
}

@media (max-width:768px) { 
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width:769px) and (max-width:1100px) { 
  .hidden-tablet {
    display: none !important;
  }
}

@media (min-width:1101px) { 
  .hidden-desktop {
    display: none !important;
  }
}/* ============================================================
   MODALI
   Bootstrap modals: variabili e override globali
   Custom overlay modals (es. #myModal nel booking widget)
   ============================================================ */

/* Bootstrap modal — override variabili */
.modal {
  --bs-modal-border-color: transparent;
  --bs-modal-header-padding: 2rem;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-backdrop {
  display: none !important;
}

/* Custom overlay modal (non Bootstrap)
   Usato in: booking widget #myModal
   Mostrato/nascosto via JS con style.display = 'block' / 'none'
   ------------------------------------------------------------ */
.modal.home {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal.home[style*="display: block"] {
  display: flex !important;
}
.modal.home .modal-content {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 3rem 4rem;
  text-align: center;
  max-width: 46rem;
  width: 90%;
  box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.2);
}
.modal.home .modal-content p {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
.modal.home .button-modal {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 1rem;
  padding: 1.2rem 3.2rem;
  font-family: var(--font-family-body);
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.modal.home .button-modal:hover {
  background-color: var(--color-secondary);
}

.btn {
  position: relative !important;
  display: inline-flex !important;
  border: .1rem solid currentColor !important;
  border-radius: 1rem !important;
  padding: 1.8rem 3rem !important;
  font-family: var(--font-family-bike) !important;
  font-size: clamp(1.6rem, calc(1.6rem + 0.16666666666666663vw*var(--viewport-factor)), 1.8rem) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  color: inherit !important;
  cursor: pointer !important;
  transition: all var(--transition-timing-normal) !important;
  text-transform: uppercase !important;
}

.btn-base {
  background-color: var(--color-base) !important;
  color: var(--color-black) !important;
  border-color: var(--color-base) !important;
}
.btn-base:hover,
.btn-base:focus-visible {
  background-color: var(--color-black) !important;
  color: var(--color-base) !important;
  border-color: var(--color-black) !important;
}
.btn-base-outline {
  background-color: transparent !important;
  color: var(--color-base) !important;
  border-color: var(--color-base) !important;
}
.btn-base-outline:hover,
.btn-base-outline:focus-visible {
  background-color: var(--color-black) !important;
  color: var(--color-base) !important;
  border-color: var(--color-black) !important;
}

.btn-background {
  background-color: var(--color-background) !important;
  color: var(--color-primary) !important;
  border-color: var(--color-background) !important;
}
.btn-background:hover,
.btn-background:focus-visible {
  background-color: var(--color-primary) !important;
  color: var(--color-background) !important;
  border-color: var(--color-primary) !important;
}
.btn-background-outline {
  background-color: transparent !important;
  color: var(--color-background) !important;
  border-color: var(--color-background) !important;
}
.btn-background-outline:hover,
.btn-background-outline:focus-visible {
  background-color: var(--color-background) !important;
  color: var(--color-white) !important;
  border-color: var(--color-background) !important;
}

.btn-primary {
  background-color: var(--color-primary) !important;
  color: var(--color-darkest-gray) !important;
  border-color: var(--color-primary) !important;
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background-color: var(--color-darkest-gray) !important;
  color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus-visible {
  background-color: var(--color-primary) !important;
  color: var(--color-darkest-gray) !important;
  border-color: var(--color-primary) !important;
}

.btn-secondary {
  background-color: var(--color-secondary) !important;
  color: var(--color-white) !important;
  border-color: var(--color-secondary) !important;
}
.btn-secondary:hover,
.btn-secondary:focus-visible {
  background-color: var(--color-white) !important;
  color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus-visible {
  background-color: var(--color-secondary) !important;
  color: var(--color-white) !important;
  border-color: var(--color-secondary) !important;
}

.btn-tertiary {
  background-color: var(--color-tertiary) !important;
  color: var(--color-white) !important;
  border-color: var(--color-tertiary) !important;
}
.btn-tertiary:hover,
.btn-tertiary:focus-visible {
  background-color: var(--color-white) !important;
  color: var(--color-tertiary) !important;
  border-color: var(--color-tertiary) !important;
}
.btn-tertiary-outline {
  background-color: transparent !important;
  color: var(--color-tertiary) !important;
  border-color: var(--color-tertiary) !important;
}
.btn-tertiary-outline:hover,
.btn-tertiary-outline:focus-visible {
  background-color: var(--color-tertiary) !important;
  color: var(--color-white) !important;
  border-color: var(--color-tertiary) !important;
}

.btn-green {
  background-color: var(--color-green) !important;
  color: var(--color-black) !important;
  border-color: var(--color-green) !important;
}
.btn-green:hover,
.btn-green:focus-visible {
  background-color: var(--color-black) !important;
  color: var(--color-green) !important;
  border-color: var(--color-black) !important;
}
.btn-green-outline {
  background-color: transparent !important;
  color: var(--color-green) !important;
  border-color: var(--color-green) !important;
}
.btn-green-outline:hover,
.btn-green-outline:focus-visible {
  background-color: var(--color-green) !important;
  color: var(--color-black) !important;
  border-color: var(--color-green) !important;
}

.btn-darkgreen {
  background-color: var(--color-darkgreen) !important;
  color: var(--color-white) !important;
  border-color: var(--color-darkgreen) !important;
}
.btn-darkgreen:hover,
.btn-darkgreen:focus-visible {
  background-color: var(--color-white) !important;
  color: var(--color-darkgreen) !important;
  border-color: var(--color-darkgreen) !important;
}
.btn-darkgreen-outline {
  background-color: transparent !important;
  color: var(--color-darkgreen) !important;
  border-color: var(--color-darkgreen) !important;
}
.btn-darkgreen-outline:hover,
.btn-darkgreen-outline:focus-visible {
  background-color: var(--color-darkgreen) !important;
  color: var(--color-white) !important;
  border-color: var(--color-darkgreen) !important;
}

.btn-white {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  border-color: var(--color-white) !important;
}
.btn-white:hover,
.btn-white:focus-visible {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  border-color: var(--color-black) !important;
}
.btn-white-outline {
  background-color: transparent !important;
  color: var(--color-white) !important;
  border-color: var(--color-white) !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus-visible {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  border-color: var(--color-white) !important;
}

.btn-light {
  background-color: var(--color-light) !important;
  color: var(--color-black) !important;
  border-color: var(--color-light) !important;
}
.btn-light:hover,
.btn-light:focus-visible {
  background-color: var(--color-black) !important;
  color: var(--color-light) !important;
  border-color: var(--color-black) !important;
}
.btn-light-outline {
  background-color: transparent !important;
  color: var(--color-light) !important;
  border-color: var(--color-light) !important;
}
.btn-light-outline:hover,
.btn-light-outline:focus-visible {
  background-color: var(--color-light) !important;
  color: var(--color-black) !important;
  border-color: var(--color-light) !important;
}

.btn-lightest-gray {
  background-color: var(--color-lightest-gray) !important;
  color: var(--color-black) !important;
  border-color: var(--color-lightest-gray) !important;
}
.btn-lightest-gray:hover,
.btn-lightest-gray:focus-visible {
  background-color: var(--color-black) !important;
  color: var(--color-lightest-gray) !important;
  border-color: var(--color-black) !important;
}
.btn-lightest-gray-outline {
  background-color: transparent !important;
  color: var(--color-lightest-gray) !important;
  border-color: var(--color-lightest-gray) !important;
}
.btn-lightest-gray-outline:hover,
.btn-lightest-gray-outline:focus-visible {
  background-color: var(--color-lightest-gray) !important;
  color: var(--color-black) !important;
  border-color: var(--color-lightest-gray) !important;
}

.btn-light-gray {
  background-color: var(--color-light-gray) !important;
  color: var(--color-black) !important;
  border-color: var(--color-light-gray) !important;
}
.btn-light-gray:hover,
.btn-light-gray:focus-visible {
  background-color: var(--color-black) !important;
  color: var(--color-light-gray) !important;
  border-color: var(--color-black) !important;
}
.btn-light-gray-outline {
  background-color: transparent !important;
  color: var(--color-light-gray) !important;
  border-color: var(--color-light-gray) !important;
}
.btn-light-gray-outline:hover,
.btn-light-gray-outline:focus-visible {
  background-color: var(--color-light-gray) !important;
  color: var(--color-black) !important;
  border-color: var(--color-light-gray) !important;
}

.btn-gray {
  background-color: var(--color-gray) !important;
  color: var(--color-white) !important;
  border-color: var(--color-gray) !important;
}
.btn-gray:hover,
.btn-gray:focus-visible {
  background-color: var(--color-white) !important;
  color: var(--color-gray) !important;
  border-color: var(--color-gray) !important;
}
.btn-gray-outline {
  background-color: transparent !important;
  color: var(--color-gray) !important;
  border-color: var(--color-gray) !important;
}
.btn-gray-outline:hover,
.btn-gray-outline:focus-visible {
  background-color: var(--color-gray) !important;
  color: var(--color-white) !important;
  border-color: var(--color-gray) !important;
}

.btn-dark-gray {
  background-color: var(--color-dark-gray) !important;
  color: var(--color-white) !important;
  border-color: var(--color-dark-gray) !important;
}
.btn-dark-gray:hover,
.btn-dark-gray:focus-visible {
  background-color: var(--color-white) !important;
  color: var(--color-dark-gray) !important;
  border-color: var(--color-dark-gray) !important;
}
.btn-dark-gray-outline {
  background-color: transparent !important;
  color: var(--color-dark-gray) !important;
  border-color: var(--color-dark-gray) !important;
}
.btn-dark-gray-outline:hover,
.btn-dark-gray-outline:focus-visible {
  background-color: var(--color-dark-gray) !important;
  color: var(--color-white) !important;
  border-color: var(--color-dark-gray) !important;
}

.btn-darkest-gray {
  background-color: var(--color-darkest-gray) !important;
  color: var(--color-white) !important;
  border-color: var(--color-darkest-gray) !important;
}
.btn-darkest-gray:hover,
.btn-darkest-gray:focus-visible {
  background-color: var(--color-white) !important;
  color: var(--color-darkest-gray) !important;
  border-color: var(--color-darkest-gray) !important;
}
.btn-darkest-gray-outline {
  background-color: transparent !important;
  color: var(--color-darkest-gray) !important;
  border-color: var(--color-darkest-gray) !important;
}
.btn-darkest-gray-outline:hover,
.btn-darkest-gray-outline:focus-visible {
  background-color: var(--color-darkest-gray) !important;
  color: var(--color-white) !important;
  border-color: var(--color-darkest-gray) !important;
}

.btn-black {
  background-color: var(--color-black) !important;
  color: var(--color-primary) !important;
  border-color: var(--color-black) !important;
}
.btn-black:hover,
.btn-black:focus-visible {
  background-color: var(--color-primary) !important;
  color: var(--color-black) !important;
  border-color: var(--color-black) !important;
}
.btn-black-outline {
  background-color: transparent !important;
  color: var(--color-black) !important;
  border-color: var(--color-black) !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus-visible {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  border-color: var(--color-black) !important;
}

.btn-danger {
  background-color: var(--color-danger) !important;
  color: var(--color-white) !important;
  border-color: var(--color-danger) !important;
}
.btn-danger:hover,
.btn-danger:focus-visible {
  background-color: var(--color-white) !important;
  color: var(--color-danger) !important;
  border-color: var(--color-danger) !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  color: var(--color-danger) !important;
  border-color: var(--color-danger) !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus-visible {
  background-color: var(--color-danger) !important;
  color: var(--color-white) !important;
  border-color: var(--color-danger) !important;
}



a.link {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}


.video-toggle {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  border: 0;
  background: none;
  font-weight: 600;
  cursor: pointer;
  opacity: .7;
  transition: opacity .3s;
}
.video-toggle:hover {
  opacity: 1;
}
.video-toggle svg {
  fill: var(--color-white);
  width: 4rem;
  height: 4rem;
}.hs-form {
  --form-input-accent-color: var(--color-base);
  --form-input-border-color: var(--color-gray-subtle);
  --form-input-border-style: solid;
  --form-input-border-width: 0px 0px 1px 0px;
  --form-input-checkbox-border-width: 1px;
  --form-input-border-radius: 0;
  --form-checkbox-border-radius: 0;
  --form-input-padding: 1rem 1rem 1rem 0rem;
  --form-input-background-color: var(--color-white);
  --form-input-font-size: 1.8rem;
  --form-input-font-weight: 400;
  --form-input-focus-border-color: var(--color-primary);
  --form-input-focus-shadow-color: rgba(var(--color-primary-rgb), 50%);
  --form-input-checkbox-size: 2rem;
  --form-label-font-size: 1.8rem;
  --form-input-text-color: var(--color-base);
  --form-label-font-weight: 500;
  --form-label-text-color: var(--color-base);
  --form-legal-font-size: 1.8rem;
  --form-legal-font-weight: 400;
  --form-legal-text-color: var(--color-base);
  --form-error-font-size: 1.8rem;
  --form-error-font-weight: 400;
  --form-error-text-color:var(--color-danger);
  --form-layout-row-gap: calc(1.5*var(--container-gutter-x));
  --form-layout-column-gap: var(--container-gutter-x);
}

.hs-form {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}
.hs-form fieldset {
  max-width:100% !important;
}

.hs-form input {
  line-height: 1 !important;
}

.hs-form input[type="text"],
.hs-form input[type="tel"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="file"],
.hs-form .hs-input,
.hs-form select,
.hs-form textarea {
  margin: var(--form-input-margin);
  border-width: var(--form-input-border-width);
  border-style: var(--form-input-border-style);
  border-color: var(--form-input-border-color);
  border-radius: var(--form-input-border-radius);
  width: 100% !important;
  padding: var(--form-input-padding);
  background-color: var(--form-input-background-color);
  font-family: inherit;
  font-size: var(--form-input-font-size);
  font-weight: var(--form-input-font-weight);
  color: var(--form-input-text-color);
}

.hs-form input::placeholder,
.hs-form select::placeholder,
.hs-form textarea::placeholder {
  color: var(--color-gray-deep);
}

.hs-form input[type="checkbox"] {
  appearance: none;
  margin: var(--form-input-margin);
  border-width: var(--form-input-checkbox-border-width);
  border-style: var(--form-input-border-style);
  border-color: var(--form-input-border-color);
  border-radius: var(--form-checkbox-border-radius);
  width: var(--form-input-checkbox-size) !important;
  height: var(--form-input-checkbox-size) !important;
  background-color: var(--form-input-background-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hs-form input[type="checkbox"]:checked {
  background-color: var(--form-input-accent-color) !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/></svg>") 
}

.hs-form textarea {
  min-height: 15em;
}

.hs-form input:user-invalid,
.hs-form textarea:user-invalid,
.hs-form select:user-invalid {
  border-color: var(--color-danger);
}



.hs-form .hs-fieldtype-select .input:has(select) {
  position: relative;
}

.hs-form .hs-fieldtype-select .input:has(select)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-60%) rotate(-45deg);
  right: 2rem;
  font-size: var(--form-input-font-size);
  color: var(--form-input-text-color);
  border-block-end: 0.1rem solid currentColor;
  border-inline-start: 0.1rem solid currentColor;
  display: block;
  width: .8em;
  height: .8em;
  transition: all var(--transition-timing-fast)
}

.hs-form .input:has(select:focus):after {
  transform: translateY(-25%) rotate(135deg) !important;
  transition: all var(--transition-timing-fast);
}

.hs-form select {
  -webkit-appearance:none;
  line-height: 1.65;
}

.hs-form select option {
  color: initial;
  font-weight: 200;
}

.hs-form .hs-form-field {
  display: flex;
  flex-flow: column nowrap;
  column-gap: 4rem;
  row-gap: 1rem;
}

.hs-form .hs-form-booleancheckbox-display {
  display: flex;
  gap: 1em;
}

.hs-form .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}

.hs-form .hs-input.hs-fieldtype-intl-phone select {
  margin-bottom: 1.8rem;
  width: 100% !important;
  float: unset;
}

.hs-form label {
  font-size: var(--form-label-font-size);
  font-weight: var(--form-label-font-weight);
  color: var(--form-label-text-color);
}


.hs-form fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

.hs-form .legal-consent-container .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-form .legal-consent-container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.hs-form .legal-consent-container,
.hs-form .legal-consent-container label {
  font-size: var(--form-legal-font-size) !important;
  font-weight: var(--form-legal-font-weight);
  color: var(--form-legal-text-color);
}

.hs-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  width: calc(100% - var(--form-input-checkbox-size));
}

.hs-form .hs-submit .actions {
  display: flex;
  justify-content: flex-end;
}

.hs-form .hs-error-msg,
.hs-form .hs_error_rollup .hs-error-msgs label {
  font-size: var(--form-error-font-size) !important;
  font-weight: var(--form-error-font-weight) !important;
  color: var(--form-error-text-color) !important;
}


.hs-form .form-columns-1,
.hs-form .form-columns-2,
.hs-form .form-columns-3 {
  display: flex;
  flex-direction: column;
  row-gap: var(--form-layout-row-gap);
  column-gap: var(--form-layout-column-gap);
}

.hs-form ul.inputs-list{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.hs-form ul.inputs-list li::marker{
  content: "";
}

@media (min-width:993px) {
  
  .hs-form .hs-form-field .hs-error-msgs {
    width: 100%;
  }
  
  .hs-form .form-columns-2,
  .hs-form .form-columns-3 {
    flex-direction: row;
  }

  .hs-form .form-columns-2 .hs-form-field {
    width: 50%;
  }
  
  .hs-form .form-columns-3 .hs-form-field {
    width: calc(100%/3);
  }
  
}

@media (max-width:992px) {
  .hs-form {
    --form-input-padding: 1.4rem;
    --form-input-font-size: 1.6rem;
    --form-label-font-size: 1.8rem;
  }
  .hs-form .hs-form-field {
    width:100% !important;
  }
  .hs_newsletter label,
  .hs_informativa_privacy label {
    font-size: 1.6rem;
  }
  .hs-form input[type="checkbox"] {
    width: calc( var(--form-input-checkbox-size) - 10px ) !important;
    height: calc( var(--form-input-checkbox-size) - 10px ) !important;
  }
}.row-fluid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.row-fluid > .widget-span {
  flex-basis: 100%;
  width: inherit;
}

@media (min-width:1101px) {
  
  .row-fluid {
    flex-wrap: nowrap;
  }.row-fluid > .span1 {
      flex-basis: 8.333333333333334%;
    }.row-fluid > .span2 {
      flex-basis: 16.666666666666668%;
    }.row-fluid > .span3 {
      flex-basis: 25.0%;
    }.row-fluid > .span4 {
      flex-basis: 33.333333333333336%;
    }.row-fluid > .span5 {
      flex-basis: 41.666666666666664%;
    }.row-fluid > .span6 {
      flex-basis: 50.0%;
    }.row-fluid > .span7 {
      flex-basis: 58.333333333333336%;
    }.row-fluid > .span8 {
      flex-basis: 66.66666666666667%;
    }.row-fluid > .span9 {
      flex-basis: 75.0%;
    }.row-fluid > .span10 {
      flex-basis: 83.33333333333333%;
    }.row-fluid > .span11 {
      flex-basis: 91.66666666666667%;
    }.row-fluid > .span12 {
      flex-basis: 100.0%;
    }}

.row {
  --gutter-x: 0rem; /* before 2 rem */
  --gutter-y: 0rem;
  display: flex;
  flex-flow: row wrap;
  gap: var(--gutter-y) var(--gutter-x);
  width: 100%;
}.col {
    flex: 1 0 0%;
  }

  .col-auto {
    flex: 0 0 auto;
  }.col-1 {
      flex-basis: 8.333333333333334%;
    }.col-2 {
      flex-basis: 16.666666666666668%;
    }.col-3 {
      flex-basis: 25.0%;
    }.col-4 {
      flex-basis: 33.333333333333336%;
    }.col-5 {
      flex-basis: 41.666666666666664%;
    }.col-6 {
      flex-basis: 50.0%;
    }.col-7 {
      flex-basis: 58.333333333333336%;
    }.col-8 {
      flex-basis: 66.66666666666667%;
    }.col-9 {
      flex-basis: 75.0%;
    }.col-10 {
      flex-basis: 83.33333333333333%;
    }.col-11 {
      flex-basis: 91.66666666666667%;
    }.col-12 {
      flex-basis: 100.0%;
    }


@media (min-width:769px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
  }.col-md-1 {
      flex-basis: 8.333333333333334%;
    }.col-md-2 {
      flex-basis: 16.666666666666668%;
    }.col-md-3 {
      flex-basis: 25.0%;
    }.col-md-4 {
      flex-basis: 33.333333333333336%;
    }.col-md-5 {
      flex-basis: 41.666666666666664%;
    }.col-md-6 {
      flex-basis: 50.0%;
    }.col-md-7 {
      flex-basis: 58.333333333333336%;
    }.col-md-8 {
      flex-basis: 66.66666666666667%;
    }.col-md-9 {
      flex-basis: 75.0%;
    }.col-md-10 {
      flex-basis: 83.33333333333333%;
    }.col-md-11 {
      flex-basis: 91.66666666666667%;
    }.col-md-12 {
      flex-basis: 100.0%;
    }
}

@media (min-width:993px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
  }.col-lg-1 {
      flex-basis: 8.333333333333334%;
    }.col-lg-2 {
      flex-basis: 16.666666666666668%;
    }.col-lg-3 {
      flex-basis: 25.0%;
    }.col-lg-4 {
      flex-basis: 33.333333333333336%;
    }.col-lg-5 {
      flex-basis: 41.666666666666664%;
    }.col-lg-6 {
      flex-basis: 50.0%;
    }.col-lg-7 {
      flex-basis: 58.333333333333336%;
    }.col-lg-8 {
      flex-basis: 66.66666666666667%;
    }.col-lg-9 {
      flex-basis: 75.0%;
    }.col-lg-10 {
      flex-basis: 83.33333333333333%;
    }.col-lg-11 {
      flex-basis: 91.66666666666667%;
    }.col-lg-12 {
      flex-basis: 100.0%;
    }
}

@media (min-width:1101px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
  }.col-xl-1 {
      flex-basis: 8.333333333333334%;
    }.col-xl-2 {
      flex-basis: 16.666666666666668%;
    }.col-xl-3 {
      flex-basis: 25.0%;
    }.col-xl-4 {
      flex-basis: 33.333333333333336%;
    }.col-xl-5 {
      flex-basis: 41.666666666666664%;
    }.col-xl-6 {
      flex-basis: 50.0%;
    }.col-xl-7 {
      flex-basis: 58.333333333333336%;
    }.col-xl-8 {
      flex-basis: 66.66666666666667%;
    }.col-xl-9 {
      flex-basis: 75.0%;
    }.col-xl-10 {
      flex-basis: 83.33333333333333%;
    }.col-xl-11 {
      flex-basis: 91.66666666666667%;
    }.col-xl-12 {
      flex-basis: 100.0%;
    }
}.fancy-card {
  display: block;
  border: none;
  padding: 0;
  width: 100%;
  background: transparent;
}

.fancy-card figure {
  position: relative;
  display: block;
  margin: 0;
  padding-block-end: 6rem;
  transition: transform var(--transition-timing-normal);
}

.fancy-card figure .images {
  display: flex;
  position: relative;
  justify-content: center;
  margin-inline: 0;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  aspect-ratio: .925;
  overflow: hidden;
}

.fancy-card figure .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancy-card figure .images .image-main {
  z-index: 1;
}

.fancy-card figure .images .image-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity var(--transition-timing-normal);
}

.fancy-card figure figcaption {
  position: absolute;
  inset: auto 50% 0rem 50%;
  z-index: 3;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  width: 80%;
  height: 12rem;
  padding: 1rem;
  background: var(--color-white);
  text-align: center;
  box-shadow: .5rem .5rem 1rem rgba(var(--color-black-rgb), 0.2);
  transform: translate(-50%, 0%);
  transition: opacity var(--transition-timing-normal), transform var(--transition-timing-normal);
}

.fancy-card:hover figure .image-hover,
.fancy-card:focus figure .image-hover,
.fancy-card:active figure .image-hover {
  opacity: 1;
}

button.fancy-card {
  cursor: pointer;
  border-radius: 1rem;
}


button.fancy-card:hover figure figcaption,
button.fancy-card:focus figure figcaption,
button.fancy-card:active figure figcaption {
  transform: translate(-50%, -25%);
}:root {
  --header-height-top: 13.6rem;
  --header-height-scrolled: 7.8rem;
  --header-height-dynamic: var(--header-height-top);
  --scroll-padding-top: var(--header-height-dynamic);
}

:root:has(#header_website.scrolled) {
  --header-height-dynamic: var(--header-height-scrolled);
}


@media (min-width:769px) {
  :root {
    --header-height-top: 16.3rem;
    --header-height-scrolled: 9.8rem;
  }
}

#header_website {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  inset: 0 0 auto 0;
  z-index: 500;
  width: 100%;
  max-height:12rem;
}

#header_website .header-main {
  inset: 0 0 auto 0;
}

#header_website .header-main {
  position:relative;
  height: 100%;
  max-height:12rem;
}
#header_website .header-main:after {
  position:absolute;
  content: '';
  top:0;
  left:0;
  bottom:100%;
  right:100%;
  width:100%;
  height:100%;
  background: transparent;
  transition: background .3s;
}
#header_website .header-main .container {
  position:relative;
  z-index:2;
  height:100%;
}

#header_website .header-main .wrapper {
  display:flex;
  gap: clamp(2rem, 2vw, 4rem);
  justify-content: space-between;
  align-items:center;
}
#header_website .header-main .mod-brand {
  padding-block: 1rem;
}
#header_website #header_website_logo {
  height:12rem;
  transition: all .3s ease;
  display: flex;
/*  width: 23rem;*/
}

#header_website #header_website_logo svg {
  height:100%;
  width: auto;
}

/* scrolled */
#header_website.scrolled .header-main:after {
  background: var(--color-background);
}
#header_website.scrolled #header_website_logo {
  height:8rem;
}

#header_website .header-main .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-family: var(--font-family-sans);
}

#header_website .header-main .nav .nav-list {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
}

#header_website .header-main .nav .nav-item {
  position:relative;
  display: flex;
  align-items:center;
  margin: 0;
  border: 0;
  padding: 1rem;
  background-color: transparent;
  text-decoration: none;
  line-height: 1;
  color: var(--color-primary);
  transition: color .3s;
  text-transform: uppercase;
  font-weight: 500;
  height:100%;
}
#header_website .header-main .nav .nav-item:before {
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:0;
  background-color: var(--color-primary);
  transition: height .3s;
}
#header_website .header-main .nav .nav-item:hover {
  color: var(--color-tertiary);
}
#header_website .header-main .nav .nav-item:hover:before,
#header_website .header-main .nav .nav-item.current:before {
  height: .5rem;
}
#header_website .header-main .buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

#header_website_mobile_navigation .dropdown-menu {
  position: static;
}

#header_website_mobile_navigation .nav-list {
  display: flex;
  flex-direction: column;
  gap: calc(4rem - 0.8em);
  font-size: 2rem;
  color: var(--color-base);
}


#header_website_mobile_navigation .nav-item {
  margin: -1em;
  border: none;
  padding: 1em;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}


#header_website_mobile_navigation .dropdown-menu {
  background-color: var(--color-light);
}

/*
@media (min-width:993px) {  
  #header_website .header-main .buttons #navigation_toggle {
    display: none;
  }  
}
*/
  @media (max-width:992px) {     
    #header_website #header_website_logo {
      max-width:70%;
      height:9rem;
    }
    #header_website .header-main .nav {
      display: none;
    }  
}#footer_website {
  background-color: var(--color-background);
  position:relative;
  clip-path: inset(0);
}
@media (min-width:993px) {
  #footer_website .footer-wrapper {
    /*position: fixed;
    bottom: 0;
    left: 0;*/
    width: 100%;    
  }
}
#footer_website .footer-contents {
  display:flex;
  gap:2rem;  
  color: var(--color-base);
}
#footer_website .footer-contents .side.left {
  max-width:30rem;
}
#footer_website .footer-contents .side.right {
  width:100%;
}

#footer_website .footer-contents a:not(.nav-item) {
  color: var(--color-base);
}
#footer_website .company-info .contacts {
  margin-top: 4rem;
}

#footer_website .mod-brand a:before {
  display:none;
}

@media (min-width:993px) {
  footer .bottom .row-number-1.dnd-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width:1100px) {
  #footer_website .footer-contents {
    display:block;
  }
  footer .row-fluid > .widget-span .span3 {
    flex-basis: 50%;
  }
}
@media (max-width:992px) {
  footer .bottom .row-number-1.dnd-section {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }
  footer .bottom .row-number-1.dnd-section .mod-rich-text {
    padding-top:2rem;
    border-top: 1px solid var(--color-base);
  }
}.swiper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper:has(.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic) {
  padding-block-end: 6.4rem;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
/*  align-items: center;*/
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
/*  height: 100%;*/
  position: relative;
  transition-property: transform;
  padding-bottom:1px;
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-pagination-bullets {
  margin-block-start: 0rem;
  width: 100%;
  text-align: center;
}


.swiper-pagination-bullets-dynamic {
  position: absolute;
  overflow: hidden;
  font-size: 0;
  z-index: 2;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right
}


.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  margin-inline: 0.4rem;
  border-radius: 50%;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  /*background: transparent;*/
  color: var(--color-primary);
  cursor: pointer;
  border: 1px solid #707070;
}

/*.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 100%;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  background: currentColor;
}*/

.swiper-pagination-bullet-active {
  color: var(--color-primary);
  background-color: var(--color-primary);
}


.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
}

.swiper-pagination-lock,
.swiper-button-lock {
  display: none;
}

.swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  padding: 0;
  border: 1px solid var(--color-gray-subtle);
  border-radius: 50%;
  background: var(--color-white);
  font-size: 3rem;
  cursor: pointer;
  transition: background var(--transition-timing-normal);
}

.swiper-button:hover,
.swiper-button:focus {
  color: var(--white);
  background: rgba(var(--color-primary-rgb), 0.7);
}

.swiper-button svg {
  height: 2rem;
  width: 1.1rem;
  fill: var(--color-white);
}
.swiper-button:hover svg,
.swiper-button:focus svg {
  fill: var(--color-white);
}

.swiper .swiper-navigation {
  position:relative;
  margin-top:1rem;
}
.swiper .swiper-navigation .buttons {
  gap: 1px;
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  width:100%;
}
.swiper .swiper-navigation .swiper-button {
  background-color: rgba(var(--color-primary-rgb), calc(100 /100));
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  opacity:1;
}
.swiper .swiper-navigation .swiper-button.swiper-button-disabled {
  background-color: rgba(var(--color-primary-rgb), calc(50 /100));
  color: white;
  opacity:1;
}

/* Swiper fade effect */
.swiper-fade .swiper-slide {
  transition-property: opacity;
  transition-duration: .3s;
  pointer-events: none;
}

.swiper-fade .swiper-slide {
  opacity: 0;
  z-index: 0;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
.swiper-fade .swiper-slide {
  transition-property: opacity;
}


@media (min-width:993px) {
  
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    inset-block-start: 0;
    z-index: 1;
  }
  .swiper-button-prev {
    inset-inline-end: 1rem;
  }
  .swiper-button-next {
    inset-inline-end: 0;
  }
  
}

@media (max-width:992px) {
  
  .swiper-navigation {
    display: flex;
    justify-content: end;
    gap: 1rem;
    padding-bottom: 2rem;
  }
  .swiper-button {
    font-size: 4rem;
  }
  
}/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.accordion {
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: var(--bs-accordion-border-radius);
  --bs-accordion-bg: transparent;
  --bs-accordion-color: var(--color-base);
  --bs-accordion-btn-padding-x: 2rem;
  --bs-accordion-btn-padding-y: 2rem;
  --bs-accordion-body-padding-x: 2rem;
  --bs-accordion-body-padding-y: 2rem;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-color: var(--color-primary);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-focus-border-color: var(--bs-border-color);
  --bs-accordion-active-color: var(--color-primary);
  --bs-accordion-active-bg: var(--bs-accordion-bg);
}
.accordion-item.accordion-primary {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: var(--color-primary);
  --bs-accordion-color: var(--color-white);
  --bs-accordion-btn-color: var(--color-white);
  --bs-accordion-active-color: var(--color-white);
}
.accordion-item.accordion-primary .accordion-header .accordion-button a,
.accordion-item.accordion-primary .accordion-collapse .accordion-body a {
  color: var(--bs-accordion-color);
}
.accordion-item.accordion-primary-subtle {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: var(--bs-primary-bg-subtle);
  --bs-accordion-color: var(--color-primary);
  --bs-accordion-btn-color: var(--color-primary);
  --bs-accordion-active-color: var(--color-primary);
}
.accordion-item.accordion-secondary {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: var(--color-secondary);
  --bs-accordion-color: var(--color-primary);
  --bs-accordion-btn-color: var(--color-primary);
  --bs-accordion-active-color: var(--color-primary);
}
.accordion .accordion-item,
.accordion .accordion-item .accordion-button {
  border-radius: var(--bs-accordion-border-radius);
  gap: 2rem;
}
.accordion .accordion-item:not(:first-of-type) {
  margin-top: 1.6rem;
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-button::after {
  content: '\e5e0';
  position: absolute;
  top: var(--bs-accordion-btn-padding-y);
  right: var(--bs-accordion-btn-padding-x);
  display: block;
  background: none;
  margin-bottom: -2rem;
  width: auto;
  height: auto;
  background-image: none !important;
  line-height: 1;
  font-family: "Material Symbols Sharp";
  font-size: 3.2rem;
  color: var(--color-primary);
  transform: translate(-20%, -50%) rotate(-90deg);
  font-variation-settings: 'wght' 200;
}
@media (max-width:992px) {
  .accordion-button > * {
    padding-right: 4rem; 
  }
}
.accordion-item.accordion-primary .accordion-button::after {
  color: var(--color-white);
}
.accordion-item.accordion-primary-subtle .accordion-button::after {
  color: var(--color-primary);
}
.accordion-item.accordion-secondary .accordion-button::after {
  color: var(--color-primary);
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  transform: translate(-20%, 0) rotate(90deg) !important;
}
.accordion .accordion-footer {
  background-color: var(--color-lightest-gray);
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  color: var(--color-gray);
}
.accordion .accordion-footer-warning {
  position: relative;
  padding-left: 4rem;
  font-weight: 600;
  font-size: 1.4rem;
}
.accordion .accordion-footer-warning::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_eu2/images/icons/warning-yellow.svg);  
  background-size: contain;
  background-repeat: no-repeat;
}

/* Infolive accordion */
.accordion-infolive .accordion-header .accordion-button {
  gap: 1rem;
  align-items: flex-start;
}
.accordion-infolive .accordion-header .circle-status::after {
  margin-top: .4rem;
}
.accordion-infolive .accordion-header .accordion-button .title {
  flex: 1;
}
.accordion-infolive .accordion-header .title h3 {
  max-width: 43rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
}
.accordion-infolive .accordion-header .title > *:only-child {
  margin-bottom: 0;
}
.accordion-infolive .accordion-header .title h3 span {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-primary);
  text-transform: uppercase;
}
.accordion-infolive .accordion-header .title p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.17px;
  color: var(--color-primary);
  line-height: 1.8rem;
}
.accordion .accordion-header .warning-triangle::after {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(https://3506980.fs1.hubspotusercontent-na1.net/hubfs/3506980/raw_assets/public/Livigno_eu2/images/icons/warning-yellow.svg);  
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-infolive .accordion-body {
  padding-top: 0;
}
.accordion-infolive .accordion-body p:only-child {
  margin-bottom: 0;
}
.accordion-infolive .accordion-body .specs {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1em;
}
.accordion-infolive .accordion-body a.directions {
  position: relative;
  display: block;
  padding: .4em 0 .4em 2.2em;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--color-primary);
  font-weight: 600;
}
.accordion-infolive .accordion-body a.directions::before {
  font-variation-settings: 'FILL' 1;
  content: '\e52e';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 1rem;
  font-family: "Material Symbols Rounded";
  font-size: 1.6em;
}

.accordion-header-label {
  position: absolute;
  inset-inline-end: calc(var(--bs-accordion-btn-padding-x) + 3.2rem + 2rem);
  display: block;
  padding: 0.6em;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  background: var(--bs-accordion-color);
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4em;
  border-radius: .8rem;
  color: var(--bs-accordion-bg);
}
@media (max-width:768px) {
  .accordion-header-label {
    display: none;
  }
}/* ANIMATIONS EFFECTS - PURE CSS*/

.wobble {
  animation: wobble 2s ease infinite;
}
@keyframes wobble {
  0% { transform: translateY(0%); }
  15% { transform: translateY(-25%); }
  30% { transform: translateY(20%); }
  45% { transform: translateY(-15%); }
  60% { transform: translateY(10%); }
  75% { transform: translateY(-5%); }
  100% { transform: translateY(0%); }
}

.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.shake {
  animation: shake 2s ease infinite;
}
@keyframes shake {
	0%, 100% {transform: translateY(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);}
	20%, 40%, 60%, 80% {transform: translateY(10px);}
}