@media only screen and (min-width: 0rem) {
  #preloader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #070707;
    z-index: 99999;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }
  .preloader-logo {
    width: clamp(300px, 30vw, 550px);
    height: auto;
    opacity: 0;
    transform: scale(0.2);
    animation: logoFade 1.5s ease forwards;
  }
  #preloader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  @keyframes logoFade {
    from {
      opacity: 0;
      transform: scale(0.2);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  #hero-229 {
    padding: 0 1rem;
    background: var(--primary);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #hero-229 .cs-picture {
    display: none;
  }
  #hero-229 .cs-picture2 {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    z-index: -2;
    object-fit: cover;
    opacity: 0.3;
  }
  #hero-229 .cs-side {
    display: none;
  }
  #hero-229 .cs-container {
    width: 100%;
    max-width: 80rem;
    padding: clamp(9rem, 25.95vw, 17.5rem) 0;
    margin: auto;
    position: relative;
  }
  #hero-229 .cs-container:before {
    content: "";
    height: 100%;
    background: -moz-linear-gradient(top, rgba(250, 251, 252, 0.5) 0%, rgba(250, 251, 252, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0.5) 0%, rgba(250, 251, 252, 0) 100%);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #hero-229 .cs-flex-group {
    margin-bottom: clamp(3.75rem, 15.5vw, 13.75rem);
    margin: auto;
    width: 80vw;
    max-width: clamp(29rem, 60vw, 35.125rem);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1.25rem;
    box-sizing: border-box;
  }
  #hero-229 .cs-topper,
  #hero-229 .cs-title,
  #hero-229 .cs-text,
  #hero-229 .cs-button-group {
    opacity: 0;
    transform: translateY(30px);
  }
  #hero-229 .cs-topper {
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  #hero-229 .cs-title {
    transition: opacity 0.6s ease 0.15s, transform 0.6s ease 0.15s;
  }
  #hero-229 .cs-text {
    transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
  }
  #hero-229 .cs-button-group {
    transition: opacity 0.6s ease 0.45s, transform 0.6s ease 0.45s;
  }
  #hero-229 .cs-topper {
    font-size: clamp(0.8125rem, 1.6vw, 1rem);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    display: block;
  }
  #hero-229 .cs-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    margin: 0 auto clamp(2rem, 4vw, 2.5rem) 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #hero-229 .cs-text {
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    margin: 0 auto clamp(2rem, 4vw, 2.5rem) 0;
    margin-bottom: clamp(2.5rem, 4vw, 3rem);
    color: var(--bodyTextColorWhite);
  }
  #hero-229 .cs-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #hero-229 .cs-button {
    min-width: 12.3125rem;
  }
  #hero-229 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-align: center;
    text-decoration: none;
    margin: 0;
    box-sizing: border-box;
    padding: 0 3rem;
    background-color: var(--primary);
    overflow: hidden;
    color: #fff;
    border: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #hero-229 .cs-button-solid:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #hero-229 .cs-button-solid:hover {
    color: #fff;
  }
  #hero-229 .cs-button-solid:hover:before {
    width: 100%;
  }
  #hero-229 .cs-button-transparent {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    width: 11.25rem;
    height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    margin: 0;
    color: #fff;
    padding: 0;
    background-color: transparent;
    border: 1px solid var(--bodyTextColorWhite);
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #hero-229 .cs-button-transparent:before {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    opacity: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s;
  }
  #hero-229 .cs-button-transparent:hover:before {
    transform: scaleX(1);
  }
  #hero-229 .cs-button-transparent .cs-img {
    display: block;
    margin-right: 0.75rem;
  }
  #hero-229.loaded .cs-topper,
  #hero-229.loaded .cs-title,
  #hero-229.loaded .cs-text,
  #hero-229.loaded .cs-button-group {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 48rem) {
  #hero-229 {
    padding: 0 clamp(2rem, 5vw, 2.5rem);
  }
  #hero-229 .cs-container:after {
    content: "";
    height: 100%;
    background: -moz-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, 0.5) 100%);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
  }
  #hero-229 .cs-button-group {
    flex-direction: row;
  }
}
@media only screen and (min-width: 64rem) {
  #hero-229 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #hero-229 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    z-index: -3;
    will-change: transform;
  }
  #hero-229 .cs-picture:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 94, 59, 0.45);
    z-index: 1;
  }
  #hero-229 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.35);
  }
  #hero-229 .cs-picture2 {
    width: 40rem;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    object-fit: cover;
    z-index: -2;
    opacity: 0.3;
  }
  #hero-229 .cs-side {
    display: block;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 18rem;
    height: 18rem;
    z-index: -1;
    background: url("/assets/images/borsellino-logo.png") center/contain no-repeat;
    opacity: 0.15;
    pointer-events: none;
  }
}

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