@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------------- */
/* COMPONENTS */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* VARIABILI */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* GRID SYSTEM */
/* ----------------------------------------------------------------------- */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* COLORI */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* GRADIENTI */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* FONT */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* OMBRE */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* GENERALE */
/* ----------------------------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #f5f5f5;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #222222;
}

button {
  font-family: "Lato", sans-serif;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* TIPOGRFIA */
/* ----------------------------------------------------------------------------------------------------------------- */
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

a {
  color: #b59410;
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover {
  color: #d9b215;
  text-decoration: none;
}
a.nolink {
  color: currentColor;
  text-decoration: none;
}
a.nolink:hover {
  color: currentColor;
  text-decoration: underline;
}

ol,
ul {
  padding-left: 30px;
  margin-bottom: 16px;
}
ol li,
ul li {
  margin-bottom: 10px;
}
ol li::marker,
ul li::marker {
  color: #b59410;
  font-weight: 700;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
}

h4 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 10px;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

h6 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

blockquote {
  border-left: 3px solid #b59410;
  padding-left: 15px;
  margin: 20px 0;
  font-style: italic;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* INPUT */
/* ----------------------------------------------------------------------------------------------------------------- */
input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
select {
  width: 100%;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #999999;
  height: 40px;
  font-family: "Lato", sans-serif;
  background: none;
  color: #ffffff;
}

textarea {
  width: 100%;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  border: 1px solid #999999;
  background: none;
  height: 90px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
}

label {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.form-group {
  margin-bottom: 15px;
}

.privacy-group {
  margin-bottom: 15px;
}

.form-box {
  border: 1px solid #999999;
  padding: 10px;
}
.form-box label {
  font-weight: 400;
  color: #f5f5f5;
}
.form-box input {
  border: none;
  font-weight: 700;
  height: auto;
  padding: 0;
  color: #ffffff;
}

.privacy-group label {
  font-weight: 400;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* CONTACT FORM 7 */
/* ----------------------------------------------------------------------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-radio {
  display: flex;
  gap: 30px;
}

.wpcf7-list-item {
  margin: 0;
  /* Personalizzo il label e quindi il contenitore dell'input */
}
.wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Nascondo il checkbox di base del browser */
  /* creo il mio checkbox */
  /* Creo la spunta all'interno dell'input (inizialmente nascosta) */
  /* Quando vado sopra con il mouse (opzionale) */
  /* Quando l'input è selezionato, coloro il bordo dell'input */
  /* Quando l'input è selezionato mostro la spunta */
}
.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-list-item label input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #cccccc;
}
.wpcf7-list-item label input[type=radio] + span::before {
  border-radius: 50%;
}
.wpcf7-list-item label input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #b59410;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.wpcf7-list-item label input[type=radio] + span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #b59410;
  display: none;
}
.wpcf7-list-item label:hover input ~ span::before {
  border-color: #b59410;
}
.wpcf7-list-item label input:checked ~ span::before {
  border-color: #b59410;
}
.wpcf7-list-item label input:checked ~ span::after {
  display: block;
}

.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  margin: 10px 0 0 0;
  border: none;
  color: #ffffff;
  padding: 5px 10px;
}

.wpcf7 form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  background-color: #4ec223;
}

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #edbf0e;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

/* ----------------------------------------------------------------------- */
/* GRAVITY FORMS */
/* ----------------------------------------------------------------------- */
.gform-theme.gform-theme--foundation .gform_title {
  margin-bottom: 30px;
}
.gform-theme.gform-theme--foundation .gform_required_legend {
  margin-bottom: 15px;
  font-size: 16px;
}
.gform-theme.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}
.gform-theme.gform-theme--foundation .gfield {
  border: 1px solid #cccccc;
  padding: 10px;
}
.gform-theme.gform-theme--foundation .gfield label,
.gform-theme.gform-theme--foundation .gfield legend {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
.gform-theme.gform-theme--foundation .gfield input {
  border: none !important;
  font-weight: 700 !important;
  height: 20px !important;
  min-height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  line-height: 20px !important;
  font-size: 15px !important;
}
.gform-theme.gform-theme--foundation .gfield select {
  border: none !important;
  font-weight: 700 !important;
  height: 20px !important;
  padding: 0 !important;
  box-shadow: none !important;
  line-height: 20px !important;
  font-size: 15px !important;
}
.gform-theme.gform-theme--foundation .gfield legend {
  margin: 0;
  position: absolute;
  top: 10px;
}
.gform-theme.gform-theme--foundation .gfield .instruction {
  display: none;
}
.gform-theme.gform-theme--foundation .gfield .gfield_required {
  margin-left: 2px;
}
.gform-theme.gform-theme--foundation .gfield--type-html {
  padding: 0;
  border: none;
}
.gform-theme.gform-theme--foundation .gfield--type-consent {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}
.gform-theme.gform-theme--foundation .gfield--type-consent label {
  font-size: 15px;
  font-weight: 400;
}
.gform-theme.gform-theme--foundation .gfield--type-consent input {
  border: 1px solid #cccccc !important;
}
.gform-theme.gform-theme--foundation fieldset.gfield {
  position: relative;
  padding-top: 33px;
}
.gform-theme.gform-theme--foundation #gform_submit_button_1 {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 0;
  background-color: #333333;
  text-decoration: none;
  border: 1px solid #333333;
  cursor: pointer;
  position: relative;
}
.gform-theme.gform-theme--foundation #gform_submit_button_1:hover {
  background-color: #b59410;
  border-color: #b59410;
  color: #ffffff;
}
.gform-theme.gform-theme--foundation #gform_submit_button_1:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.gform-theme.gform-theme--foundation .campo-totale {
  border: none !important;
  padding: 0 !important;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.gform-theme.gform-theme--foundation .campo-totale label {
  font-size: 20px;
  margin: 0;
}
.gform-theme.gform-theme--foundation .campo-totale .ginput_container_total input {
  font-size: 30px !important;
  line-height: 1 !important;
  height: auto !important;
  color: #b59410 !important;
}
.gform-theme.gform-theme--foundation .ginput_complex .gform_card_icon_container {
  margin: 10px 0 0 0;
}
.gform-theme.gform-theme--foundation .ginput_complex .ginput_full {
  display: flex;
  flex-direction: column-reverse;
}
.gform-theme.gform-theme--foundation .ginput_complex .ginput_full input {
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 10px !important;
  line-height: 16px !important;
  height: auto !important;
}
.gform-theme.gform-theme--foundation .ginput_complex .ginput_cardextras {
  flex-direction: row;
}
.gform-theme.gform-theme--foundation .ginput_complex .ginput_cardinfo_left {
  display: flex;
  flex-direction: column-reverse !important;
}
.gform-theme.gform-theme--foundation .ginput_complex .ginput_cardinfo_right {
  display: flex;
  flex-wrap: wrap;
}
.gform-theme.gform-theme--foundation .ginput_complex .ginput_cardinfo_right label {
  order: 0;
  width: 100%;
}
.gform-theme.gform-theme--foundation .ginput_complex .ginput_cardinfo_right span {
  order: 1;
}
.gform-theme.gform-theme--foundation .ginput_complex .ginput_card_field,
.gform-theme.gform-theme--foundation .ginput_complex .expirationDate,
.gform-theme.gform-theme--foundation .ginput_complex .cvv {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
  width: 100%;
}

.paypal-button-tagline {
  text-align: left !important;
}

#field_1_29 {
  align-self: center;
  margin-top: 15px;
}

#field_1_30 .gfield_required {
  color: var(--gf-ctrl-label-color-req);
  display: inline-block;
  font-family: var(--gf-ctrl-label-font-family-req);
  font-size: var(--gf-ctrl-label-font-size-req);
  font-style: var(--gf-ctrl-label-font-style-req);
  font-weight: var(--gf-ctrl-label-font-weight-req);
  letter-spacing: var(--gf-ctrl-label-letter-spacing-req);
  line-height: var(--gf-ctrl-label-line-height-req);
}
#field_1_30 .diminuzione-prezzo {
  font-weight: 700;
  color: #b59410;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transition: top 0.5s;
  position: relative;
  top: 4px;
  z-index: 99999;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 35px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/* ----------------------------------------------------------------------- */
/* COLLAPSE */
/* ----------------------------------------------------------------------- */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* PLUGIN */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ----------------------------------------------------------------------- */
/* GUTENBERG */
/* ----------------------------------------------------------------------- */
html {
  --wp--style--block-gap: 20px;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* @note Generale */
/* ----------------------------------------------------------------------------------------------------------------- */
.gutenberg-content {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
.gutenberg-content::after {
  content: "";
  display: block;
  clear: both;
}

.wp-block {
  max-width: var(--wp--style--global--content-size);
}
.wp-block[data-align=wide] {
  max-width: var(--wp--style--global--wide-size);
  padding: 0;
}
.wp-block[data-align=full] {
  max-width: none;
}

.alignwide {
  padding: 0 90px;
  margin: 0 max(-1 * (var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2, 50% - 50vw);
  max-width: var(--wp--style--global--wide-size);
}

.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.block-editor-block-list__block[data-type="core/image"][data-align=center] .wp-block-image {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* @note Colori */
/* ----------------------------------------------------------------------------------------------------------------- */
.has-nero-background-color {
  background: #000000 !important;
}

.has-nero-border-color {
  border-color: #000000 !important;
}

.has-nero-color {
  color: #000000 !important;
}

.has-nero-testo-background-color {
  background: #333333 !important;
}

.has-nero-testo-border-color {
  border-color: #333333 !important;
}

.has-nero-testo-color {
  color: #333333 !important;
}

.has-bianco-background-color {
  background: #ffffff !important;
}

.has-bianco-border-color {
  border-color: #ffffff !important;
}

.has-bianco-color {
  color: #ffffff !important;
}

.has-grigio-sfondo-background-color {
  background: #f5f5f5 !important;
}

.has-grigio-sfondo-border-color {
  border-color: #f5f5f5 !important;
}

.has-grigio-sfondo-color {
  color: #f5f5f5 !important;
}

.has-grigio-bordo-background-color {
  background: #cccccc !important;
}

.has-grigio-bordo-border-color {
  border-color: #cccccc !important;
}

.has-grigio-bordo-color {
  color: #cccccc !important;
}

.has-grigio-background-color {
  background: #999999 !important;
}

.has-grigio-border-color {
  border-color: #999999 !important;
}

.has-grigio-color {
  color: #999999 !important;
}

.has-oro-background-color {
  background: #b59410 !important;
}

.has-oro-border-color {
  border-color: #b59410 !important;
}

.has-oro-color {
  color: #b59410 !important;
}

.has-oro-chiaro-background-color {
  background: #d9b215 !important;
}

.has-oro-chiaro-border-color {
  border-color: #d9b215 !important;
}

.has-oro-chiaro-color {
  color: #d9b215 !important;
}

/* ----------------------------------------------------------------------- */
/* @note Utility */
/* ----------------------------------------------------------------------- */
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/* ----------------------------------------------------------------------- */
/* @note Bottoni */
/* ----------------------------------------------------------------------- */
.btn,
.wp-block-button .wp-block-button__link {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
  padding: 15px 25px;
  border-radius: 0;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
}
.btn:hover,
.wp-block-button .wp-block-button__link:hover {
  background-color: #b59410;
  border-color: #b59410;
  color: #ffffff;
}
.btn:hover::after,
.wp-block-button .wp-block-button__link:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.btn--outline,
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #ffffff;
}

/* ----------------------------------------------------------------------- */
/* @note Paragrafi */
/* ----------------------------------------------------------------------- */
.is-style-occhiello {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b59410;
  padding-bottom: 5px;
  margin: 0 0 10px 0;
  position: relative;
}
.is-style-occhiello::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #b59410;
}
.is-style-occhiello.has-text-align-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.is-style-occhiello.has-text-align-right::after {
  left: auto;
  right: 0;
}

.is-style-stretto {
  max-width: 850px !important;
}
.is-style-stretto.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.is-style-strettohas-text-align-right {
  margin-left: auto;
}

/* ----------------------------------------------------------------------- */
/* @note Immagini */
/* ----------------------------------------------------------------------- */
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.alignright {
  margin-left: auto;
}

/* ----------------------------------------------------------------------- */
/* @note Media Text */
/* ----------------------------------------------------------------------- */
.wp-block-media-text {
  grid-template-columns: 43% 57%;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 120px;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 57% 43%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 120px 0 0;
}
.wp-block-media-text.alignfull .wp-block-media-text__content {
  padding: 0 15%;
  position: relative;
}

/* ----------------------------------------------------------------------- */
/* @note Group */
/* ----------------------------------------------------------------------- */
.wp-block-group.is-style-stretto {
  max-width: 900px;
}

/* ----------------------------------------------------------------------- */
/* @note Cover */
/* ----------------------------------------------------------------------- */
.wp-block-cover.is-dark-theme:not(.has-text-color) .wp-block-button .wp-block-button__link {
  color: #ffffff;
  border-color: #ffffff;
}
.wp-block-cover .wp-block-button .wp-block-button__link {
  border-color: currentColor;
}
.wp-block-cover .wp-block-button .wp-block-button__link:hover {
  border-color: #b59410;
}

/* ----------------------------------------------------------------------- */
/* @note Colonne */
/* ----------------------------------------------------------------------- */
.wp-block-columns {
  gap: 30px;
}
.wp-block-columns.is-style-largo {
  gap: 90px;
}
.wp-block-columns.is-style-nospace {
  gap: 0;
}

/* ----------------------------------------------------------------------- */
/* @note Tabelle */
/* ----------------------------------------------------------------------- */
.wp-block-table table tr:nth-child(odd) {
  background-color: #333333;
  color: #ffffff;
}
.wp-block-table table tr:nth-child(odd) td,
.wp-block-table table tr:nth-child(odd) th {
  border-color: #333333;
}
.wp-block-table table th,
.wp-block-table table td {
  border: 1px solid #cccccc;
  padding: 20px;
}

/* ----------------------------------------------------------------------- */
/* @note Liste */
/* ----------------------------------------------------------------------- */
ul.is-style-step {
  list-style: none;
  margin: 0;
  padding: 0 0 0 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}
ul.is-style-step::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: currentColor;
}
ul.is-style-step li {
  margin: 0;
  position: relative;
  font-size: 15px;
}
ul.is-style-step li strong {
  font-size: 18px;
}
ul.is-style-step li::before {
  content: "";
  position: absolute;
  left: -41px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
}

.acf-block-preview .spaziatore-flessibile:hover,
.acf-block-preview.is-selected .spaziatore-flessibile {
  background-color: #444;
}

.lista-icone {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}
.lista-icone__box {
  flex: 1;
  max-width: 300px;
  text-align: center;
  padding: 20px 0;
}
.lista-icone__icona {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px auto;
  background-color: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #b59410;
  transition: 0.3s;
}
.lista-icone__titolo {
  font-size: 22px;
  font-weight: 400;
  color: currentColor;
  margin: 5px 0;
  transition: 0.3s;
}
.lista-icone__testo {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
.lista-icone__testo a {
  text-decoration: none;
}
.lista-icone__testo a:hover {
  text-decoration: underline;
}
.lista-icone.is-style-vertical {
  flex-direction: column;
  gap: 40px;
}
.lista-icone.is-style-vertical .lista-icone__box {
  max-width: unset;
  padding: 0;
  display: flex;
  gap: 20px;
  text-align: left;
}
.lista-icone.is-style-vertical .lista-icone__content {
  flex: 1;
}
.lista-icone.is-style-vertical .lista-icone__titolo {
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
}

.wp-block-cover .lista-icone__icona {
  background-color: #ffffff;
  color: #333333;
}
.wp-block-cover.is-light:not(.has-text-color) .lista-icone__icona {
  background-color: #f5f5f5;
  color: #b59410;
}

.block-carousel-testimonial__image {
  text-align: center;
}
.block-carousel-testimonial__slider {
  margin: 60px 0 90px 0;
  text-align: center;
}
.block-carousel-testimonial__testo {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Playfair Display", serif;
}
.block-carousel-testimonial__nome {
  font-size: 18px;
  font-weight: 400;
  margin-top: 45px;
}
.block-carousel-testimonial__ruolo {
  font-size: 14px;
  font-weight: 400;
}
.block-carousel-testimonial__link {
  margin-top: 60px;
}
.block-carousel-testimonial__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f5f5f5;
  height: 300px;
  text-transform: uppercase;
  font-weight: 600;
}
.block-carousel-testimonial .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
}
.block-carousel-testimonial .slick-arrow:hover {
  color: #b59410;
}
.block-carousel-testimonial .slick-next {
  right: 0;
}
.block-carousel-testimonial .slick-prev {
  left: 0;
}
.block-carousel-testimonial .slick-track {
  display: flex;
}
.block-carousel-testimonial .slick-slide {
  float: none;
  height: inherit;
}

.block-lista-cta.alignfull {
  padding-left: 15px;
  padding-right: 15px;
}
.block-lista-cta__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f5f5f5;
  height: 300px;
  text-transform: uppercase;
  font-weight: 600;
}
.block-lista-cta__grid {
  display: grid;
  gap: 15px;
}
.block-lista-cta__box {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.block-lista-cta__box:hover .block-lista-cta__immagine {
  transform: scale(1.05);
}
.block-lista-cta__immagine {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.block-lista-cta__immagine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-lista-cta__titolo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 15px 15px 15px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}

/* ----------------------------------------------------------------------- */
/* TEMPLATE */
/* ----------------------------------------------------------------------- */
.admin-bar .testata {
  top: 32px;
}

.small-menu .testata {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
}

.testata {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
}
.testata__top {
  background-color: #b59410;
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
}
.testata__top .container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.testata__top a:hover {
  color: #000000;
}
.testata__logo img {
  height: 40px;
  width: auto;
}
.testata__info {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.testata__info i {
  color: #333333;
  margin-right: 10px;
}
.testata__info:hover {
  color: #b59410;
}
.testata__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.testata__social li {
  margin: 0;
}
.testata__social a {
  color: #ffffff;
  text-decoration: none;
}
.testata__social a:hover {
  color: #b59410;
}
.testata__main {
  background-color: #222222;
  padding: 30px 15px;
}
.testata__main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testata__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
}
.testata__menu li {
  margin: 0;
  position: relative;
}
.testata__menu .current-menu-item > a::before {
  width: 100%;
  right: auto;
  left: 0;
}
.testata__menu a {
  display: inline-block;
  color: #f5f5f5;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding: 2px 0;
}
.testata__menu a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #b59410;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.testata__menu a:hover {
  color: #b59410;
}
.testata__menu a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.testata__menu li:hover > .sub-menu {
  display: flex;
}
.testata__menu .menu-item-has-children > a::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.testata__menu .sub-menu {
  display: none;
  height: auto;
  position: absolute;
  left: 0;
  top: 21px;
  width: 220px;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  justify-content: flex-start;
  z-index: 1;
  padding: 46px 0;
}
.testata__menu .sub-menu a {
  background-color: #333333;
  color: #f5f5f5;
  font-size: 14px;
  padding: 6px 20px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.testata__menu .sub-menu a::before {
  height: 100%;
  top: 0;
  z-index: -1;
}
.testata__menu .sub-menu a:hover {
  color: #ffffff !important;
}
.testata__menu .evidenza > a {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
  padding: 15px 25px;
  border-radius: 0;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
}
.testata__menu .evidenza > a::before {
  content: none;
}
.testata__menu .evidenza > a:hover {
  background-color: #d9b215;
  border-color: #d9b215;
  color: #333333;
}
.testata__menu .evidenza > a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.wpml-ls {
  margin-left: auto;
  border: none;
  padding: 0;
}
.wpml-ls ul {
  display: flex;
  gap: 15px;
}
.wpml-ls a {
  padding: 0;
  color: #ffffff;
  text-decoration: none;
}
.wpml-ls a:hover {
  color: #b59410;
}
.wpml-ls .wpml-ls-current-language > a {
  font-weight: 700;
}

#burger-btn {
  display: none;
}

.pre-footer {
  background-color: #b59410;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  padding: 30px 0;
  font-family: "Playfair Display", serif;
}
.pre-footer p {
  margin: 0;
}
.pre-footer a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}
.pre-footer a:hover {
  text-decoration: underline;
}

.footer {
  background-color: #222222;
  color: #f5f5f5;
  font-size: 14px;
  padding-top: 60px;
}
.footer .no-link {
  color: #f5f5f5;
  text-decoration: none;
}
.footer .no-link:hover {
  color: #b59410;
}
.footer__main {
  display: flex;
  justify-content: space-between;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__logo img {
  height: 40px;
  width: auto;
}
.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 120px;
}
.footer__menu li {
  margin: 0;
  padding: 0;
}
.footer__menu a {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
  cursor: default;
  font-family: "Playfair Display", serif;
}
.footer__menu .sub-menu {
  flex-direction: column;
  gap: 10px;
}
.footer__menu .sub-menu a {
  color: #f5f5f5;
  text-transform: none;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-family: "Lato", sans-serif;
}
.footer__menu .sub-menu a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #b59410;
  position: absolute;
  right: 0;
  top: 23px;
  transition: 0.3s;
}
.footer__menu .sub-menu a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.footer__bottom {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__bottom p {
  margin: 0;
}
.footer__social {
  margin-left: auto;
}
.footer__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.footer__social li {
  margin: 0;
}
.footer__social a {
  color: #ffffff;
  text-decoration: none;
}
.footer__social a:hover {
  color: #b59410;
}

/* ----------------------------------------------------------------------- */
/* @note Hero */
/* ----------------------------------------------------------------------- */
.hero {
  margin-top: 140px;
}
.hero__text {
  max-width: 800px;
  padding-bottom: 60px;
}
.hero__titolo {
  margin-bottom: 10px;
}
.hero__sottotitolo {
  font-size: 20px;
}
.hero__form {
  background-color: #ffffff;
  padding: 40px 60px 30px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  color: #333333;
  margin-bottom: -50px;
  margin-top: 30px;
}
.hero__cta {
  margin-top: 20px;
}
.hero--home {
  margin: 140px 0 0;
  height: calc(100svh - 140px);
}
.hero--page .hero__text {
  padding: 0;
}
.hero--banner {
  margin-top: 140px;
  height: 550px;
  position: relative;
  background: no-repeat center;
  background-size: cover;
  color: #ffffff;
}
.hero--banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}
.hero--banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero--banner .hero__text {
  padding: 0;
}
.hero--cta {
  margin: 140px 0 0px;
  height: calc(100svh - 140px);
}
.hero--cta .container {
  justify-content: center;
}

/* ----------------------------------------------------------------------- */
/* @note Form CTA */
/* ----------------------------------------------------------------------- */
.form-cta-new .row {
  margin-left: -10px;
  margin-right: -10px;
}
.form-cta-new [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.form-cta-new .form-box {
  margin-bottom: 20px;
}

.form-cta {
  column-gap: 70px;
  row-gap: 0;
  grid-template-columns: 2fr 1fr;
}
.form-cta__row {
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}
.form-cta__row .form-box:not(:last-child) {
  border-right: none;
}

#tipologia-wrapper {
  grid-column: span 2;
}

#partenza-wrapper {
  flex: 1;
}

#arrivo-wrapper {
  display: none;
}

/* ----------------------------------------------------------------------- */
/* @note Rank Math Breadcrumbs */
/* ----------------------------------------------------------------------- */
.rank-math-breadcrumb {
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0 30px 0;
}
.rank-math-breadcrumb a {
  text-decoration: none;
  font-weight: 700;
}

/* ----------------------------------------------------------------------- */
/* @note Landing Page */
/* ----------------------------------------------------------------------- */
.page-template-landing-page .testata__link {
  display: flex;
  gap: 30px;
}
.page-template-landing-page .testata__link a {
  color: #f5f5f5;
}
.page-template-landing-page .testata__link a:hover {
  color: #b59410;
}
.page-template-landing-page .testata__info i {
  color: #b59410;
}
.page-template-landing-page .hero {
  margin-top: 117px;
  margin-bottom: 0;
}
.page-template-landing-page .footer__main {
  justify-content: center;
  text-align: center;
}
.page-template-landing-page .footer__bottom {
  text-align: center;
  justify-content: center;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* MEDIA QUERIES */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* @note XS e SM - Portrait and Landscape Smartphone */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  /* ----------------------------------------------------------------------- */
  /* GENERALE: font-15% */
  /* ----------------------------------------------------------------------- */
  #wpadminbar {
    position: fixed;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  /* ----------------------------------------------------------------------- */
  /* GUTENBERG */
  /* ----------------------------------------------------------------------- */
  body {
    --wp--style--global--content-size: 100%;
    --wp--style--global--wide-size: 100%;
  }
  .alignwide {
    padding: 0 15px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 0 0 0;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 30px 0 0 0;
  }
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 30px 15px 0;
    position: relative;
  }
  .wp-block-columns.is-style-largo {
    gap: 30px;
  }
  .block-lista-cta__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .block-lista-cta__titolo {
    font-size: 16px;
  }
  .block-carousel-testimonial__testo {
    font-size: 22px;
  }
  .block-carousel-testimonial__image img {
    height: 100px;
    width: auto;
  }
  /* ----------------------------------------------------------------------- */
  /* TESTATA */
  /* ----------------------------------------------------------------------- */
  #burger-btn {
    display: block;
  }
  .is-active .testata__menu {
    opacity: 1;
    visibility: visible;
  }
  .admin-bar .testata {
    top: 46px;
  }
  .admin-bar .testata__menu ul {
    margin-top: 186px;
  }
  .testata__top {
    position: relative;
    z-index: 2;
  }
  .testata__top .container {
    gap: 15px;
  }
  .testata__main {
    padding: 20px 15px;
  }
  .testata__info span {
    display: none;
  }
  .testata__logo {
    position: relative;
    z-index: 1;
  }
  .testata__menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: scroll;
  }
  .testata__menu ul {
    gap: 20px;
    height: auto;
    margin-top: 140px;
    border-top: 1px solid #999999;
    padding: 15px 30px 90px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* ----------------------------------------------------------------------- */
  /* FOOTER */
  /* ----------------------------------------------------------------------- */
  .pre-footer {
    font-size: 20px;
    padding: 15px 0;
  }
  .footer {
    padding-top: 30px;
  }
  .footer__main {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer__info {
    text-align: center;
  }
  .footer__menu > ul {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .footer__menu > ul > li {
    display: none;
  }
  .footer__menu > ul > li > a {
    display: none;
  }
  .footer__menu > ul > li:last-child {
    display: block;
  }
  .footer__menu .sub-menu {
    flex-direction: row;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* ----------------------------------------------------------------------- */
  /* HERO */
  /* ----------------------------------------------------------------------- */
  .hero {
    margin-top: 137px;
  }
  .hero--banner {
    height: 100vw;
  }
  .hero--page {
    margin-top: 155px;
  }
  .hero--cta {
    height: auto;
  }
  .hero--cta .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero__sottotitolo {
    font-size: 18px;
  }
  .hero__form {
    padding: 30px 15px;
  }
  .form-cta {
    grid-template-columns: 1fr;
  }
  .form-cta__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  /*
  #tipologia-wrapper {
      grid-column: span 1;
  }

  #arrivo-wrapper {
      border-bottom: none;
      border-right: 1px solid $grigio_bordo;
      border-left: none;
  }

  #partenza-wrapper {
      grid-column: span 2;
      border-right: 1px solid $grigio_bordo;
      border-bottom: none;
  }
  */
  /* ----------------------------------------------------------------------- */
  /* CONTATTI */
  /* ----------------------------------------------------------------------- */
  .lista-icone {
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* @note MD - Portrait Tablet */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  /* ----------------------------------------------------------------------- */
  /* GENERALE */
  /* ----------------------------------------------------------------------- */
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
  /* ----------------------------------------------------------------------- */
  /* GUTENBERG */
  /* ----------------------------------------------------------------------- */
  body {
    --wp--style--global--content-size: 690px;
    --wp--style--global--wide-size: 720px;
  }
  .alignwide {
    padding: 0 30px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 30px;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 30px 0 0;
  }
  .wp-block-columns.is-style-largo {
    gap: 30px;
  }
  .block-lista-cta__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-lista-cta__titolo {
    font-size: 20px;
  }
  .block-carousel-testimonial__testo {
    font-size: 25px;
  }
  /* ----------------------------------------------------------------------- */
  /* TESTATA */
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* TESTATA */
  /* ----------------------------------------------------------------------- */
  #burger-btn {
    display: block;
  }
  .is-active .testata__menu {
    opacity: 1;
    visibility: visible;
  }
  .admin-bar .testata {
    top: 32px;
  }
  .admin-bar .testata__menu ul {
    margin-top: 172px;
  }
  .testata__top {
    position: relative;
    z-index: 2;
  }
  .testata__top .container {
    gap: 15px;
  }
  .testata__main {
    padding: 20px 15px;
  }
  .testata__info span {
    display: none;
  }
  .testata__logo {
    position: relative;
    z-index: 1;
  }
  .testata__menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: scroll;
  }
  .testata__menu ul {
    gap: 20px;
    height: auto;
    margin-top: 140px;
    border-top: 1px solid #999999;
    padding: 15px 30px 90px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* ----------------------------------------------------------------------- */
  /* FOOTER */
  /* ----------------------------------------------------------------------- */
  .pre-footer {
    font-size: 24px;
  }
  .footer__menu ul {
    gap: 60px;
  }
  /* ----------------------------------------------------------------------- */
  /* HERO */
  /* ----------------------------------------------------------------------- */
  .form-cta {
    grid-template-columns: 1fr;
  }
  #tipologia-wrapper {
    grid-column: span 1;
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* @note LG - Netbook e Landscape Tablet */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  /* ----------------------------------------------------------------------- */
  /* GENERALE */
  /* ----------------------------------------------------------------------- */
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ----------------------------------------------------------------------- */
  /* GUTENBERG */
  /* ----------------------------------------------------------------------- */
  body {
    --wp--style--global--content-size: 930px;
    --wp--style--global--wide-size: 1200px;
  }
  .alignwide {
    padding: 0 60px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 60px;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 60px 0 0;
  }
  .wp-block-columns.is-style-largo {
    gap: 60px;
  }
  .block-lista-cta__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* @note XL - Desktop */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* ----------------------------------------------------------------------- */
  /* GUTENBERG */
  /* ----------------------------------------------------------------------- */
  body {
    --wp--style--global--content-size: 1110px;
    --wp--style--global--wide-size: 1400px;
  }
}

/*# sourceMappingURL=style.css.map */
