/* latin-ext */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  color: #4e4d4d;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html,
* {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
}

.title {
  font-size: 50px;
  line-height: 1em;
  font-weight: 200;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.title strong {
  font-weight: 500;
}
@media (max-width: 499px) {
  .title {
    font-size: 40px;
  }
}
.title--icon {
  text-indent: -50px;
}
.title--icon:before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 22px;
  background-image: url('data:image/svg+xml;utf8,<svg width="39" height="22" viewBox="0 0 39 22" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect width="38.383" height="22" fill="url(%23pattern0_3_3)"/><defs><pattern id="pattern0_3_3" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_3_3" transform="scale(0.0121951 0.0212766)"/></pattern><image id="image0_3_3" width="82" height="47" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAvCAYAAABwkJ2EAAAACXBIWXMAAC4jAAAuIwF4pT92AAAA+0lEQVRoge3YzQ6CMBRE4UJ4/1euKwNKtT93rjGZc1bEBYvxq6JbrbUWj7bMm++ZN3dqL8nv1B+VevIQKeo5JCqDIVLUcbl2UZkSIkUdjdd4rlzIWaQUTGtIPisX+iTSZUyZSuejLe3bkKicCJGiekOicjBEnoXGHBnSRWUoRIpq/URshcpOiBQ1KvKaw58a0ycQke2msTCkqJUhXb54plQiUtTqkKh8C5H9hsaMDOmicqioSJcxuyo52qIUQ6KyIFKWakh7lYgUpRzSWiUi17qNqR7SReWtDJEuY76o5GiLyhrSTiUiRWUOaaUSkaKyh7RRiUhRvxjSQuUDNA4aZVxuhSoAAAAASUVORK5CYII%3D"/></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: -5px;
}
@media (max-width: 1399px) {
  .title--icon:before {
    top: -50px;
    left: 42px;
  }
}

.subtitle {
  font-size: 35px;
  line-height: 1.25em;
  font-weight: 600;
}
.subtitle--sm {
  font-size: 25px;
  line-height: 1em;
  font-weight: normal;
}
.testo {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
}
.testo strong {
  font-weight: 500;
}
.wrapper {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn {
  display: inline-flex;
  background-color: white;
  color: #4e4d4d;
  font-weight: 600;
  padding: 15px 40px;
  font-size: 25px;
  line-height: 1.2em;
  text-decoration: none;
  border-radius: 30px;
}
.btn--reverse {
  background-color: #b4262d;
  color: white;
}
@media (max-width: 499px) {
  .btn {
    font-size: 20px;
  }
}

.header {
  background-color: #a11f25;
  background-image: url(../img/hero.webp);
  background-size: cover;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 1199px) {
  .header {
    background-position: 60%;
  }
}
@media (max-width: 499px) {
  .header:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: #a11f25;
    opacity: 0.75;
  }
}
.header__title {
  margin-top: 250px;
  color: white;
  text-align: left;
  width: 500px;
  max-width: 100%;
  position: relative;
  text-transform: uppercase;
}
.header__subtitle {
  color: white;
  width: 500px;
  max-width: 100%;
}
.header__subtitle strong {
  font-weight: bold;
}
.header__cta {
  margin-top: 30px;
}

.nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  background-color: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .nav {
    padding: 20px 0;
  }
}
.nav__links {
  opacity: 0;
}
.nav .logo--sticky {
  display: none;
  width: 100px;
}
@media (max-width: 767px) {
  .nav .logo--sticky {
    margin: 0 auto;
  }
}
.nav--scrolled .logo--sticky {
  display: block;
}
.nav--scrolled .logo--default {
  display: none;
}
.nav--scrolled {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 15px 0;
}
.nav--scrolled .nav__links {
  opacity: 1;
}
@media (max-width: 767px) {
  .nav--scrolled {
    padding: 10px 0;
  }
  .nav--scrolled .nav__logo {
    width: 140px;
    margin-bottom: 10px;
  }
}
.nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .nav__links {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .nav__links {
    justify-content: center;
    flex: 0 0 100%;
  }
}
.nav__link a {
  font-size: 20px;
  color: #b4262d;
  text-decoration: none;
  display: block;
  padding: 10px 30px;
}
@media (max-width: 991px) {
  .nav__link a {
    padding: 10px 20px;
  }
}
@media (max-width: 499px) {
  .nav__link a {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.nav__link a.btn--reverse {
  color: white;
}
.nav__link--contact a {
  background-color: #9ebf60;
  color: #383838;
  padding: 10px 30px;
}
@media (max-width: 499px) {
  .nav__link--contact a {
    padding: 10px 15px;
  }
}
.nav__logo {
  transition: all 0.3s ease;
}
.nav__logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .nav__logo {
    margin: 0 auto 20px;
  }
}

.video {
  padding-top: 100px;
  padding-bottom: 100px;
}
.video__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 100px;
}
@media (max-width: 1199px) {
  .video__flex {
    gap: 50px;
  }
}
.video__embed {
  width: 60%;
}
@media (max-width: 1199px) {
  .video__embed {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .video__embed {
    width: 100%;
  }
}
.video__iframe {
  width: 100%;
  left: 0;
  height: 0;
  position: relative;
  padding-bottom: 56.338%;
  border-radius: 30px;
  overflow: hidden;
}
.video__iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video__text {
  flex: 1;
}

.circle {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1.5px solid #4c5458;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  display: block;
  z-index: -1;
  overflow: hidden;
}
.circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-top: 1.5px solid #9ebf60;
  border-left: 1.5px solid #9ebf60;
  border-radius: 100% 0 0 0;
  box-sizing: border-box;
}

.riempisacconi {
  background-color: #a11f25;
  color: white;
  padding-top: 60px;
  padding-bottom: 100px;
}
.riempisacconi .title {
  text-align: center;
  color: white;
}
.riempisacconi__boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 100px auto;
}
@media (max-width: 991px) {
  .riempisacconi__boxes {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .riempisacconi__boxes {
    margin-left: auto;
    margin-right: auto;
  }
}
.riempisacconi__text {
  margin-bottom: 50px;
}
.riempisacconi__text .subtitle,
.riempisacconi__text .testo {
  text-align: center;
  color: white;
}

.box {
  background-color: #b4262d;
  width: calc(33.3333% - 30px);
  border-radius: 15px;
  padding: 65px 25px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 499px) {
  .box {
    width: 100%;
  }
}

.icon {
  width: 84px;
  height: 84px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 40px;
}

.bg--grey {
  background-color: #383838;
}

.contactus {
  background-size: cover;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 190px;
}
@media (max-width: 767px) {
  .contactus {
    padding-bottom: 100px;
  }
}
.contactus__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.contactus__left {
  flex: 1;
  position: relative;
}
.contactus__left img {
  position: absolute;
  width: 50vw;
  right: -5%;
}
@media (max-width: 1199px) {
  .contactus__left {
    width: 100%;
    flex: 0 0 100%;
  }
  .contactus__left img {
    top: 310%;
    width: 70vw;
    right: -15%;
  }
}
@media (max-width: 991px) {
  .contactus__left img {
    top: 360%;
    width: 80vw;
    right: -15%;
  }
}
@media (max-width: 767px) {
  .contactus__left img {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
}
.contactus__right {
  width: 640px;
  max-width: 100%;
}
.contactus .testo {
  color: #a11f25;
}
.contactus .title {
  color: #a11f25;
}
.contactus .title--icon:before {
  content: "";
  background-image: url("../img/icon.png");
}
.contactus label.testo {
  color: white;
}

.wpcf7-form {
  background-color: #b4262d;
  padding: 40px 30px 50px;
  border-radius: 15px;
}

.footer {
  border-top: 2px solid #b4262d;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 300;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footer__cols {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .footer__cols {
    flex-wrap: wrap;
  }
}
.footer__col {
  max-width: 260px;
}
.footer__col a {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .footer__col {
    width: 140px;
    margin-bottom: 50px;
  }
  .footer__col:nth-child(1), .footer__col:nth-child(3) {
    max-width: 400px;
    width: calc(100% - 160px);
  }
}
@media (max-width: 499px) {
  .footer__col {
    width: 100%;
  }
  .footer__col:nth-child(1), .footer__col:nth-child(3) {
    max-width: 100%;
    width: 100%;
  }
}
.footer__logo {
  width: 140px;
}
.footer__logo img {
  display: block;
  max-width: 100%;
}
.footer__top {
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.footer__links {
  align-items: center;
}
.footer__links a {
  display: block;
  text-decoration: none;
  color: #4e4d4d;
  padding-bottom: 20px;
  font-weight: 300;
}
.footer__title {
  padding-bottom: 20px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

section,
header,
footer {
  overflow: hidden;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: none;
  background-color: #fe9ba0;
  margin-bottom: 20px;
  font-size: 20px;
  color: #3c3c3c;
  line-height: 1em;
  padding: 17px 32px 13px;
  width: 100%;
  border-radius: 30px;
}

textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.25em;
}

::placeholder {
  color: #3c3c3c;
  opacity: 1;
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
  appearance: none;
  margin-right: 10px;
  border: 2px solid white;
  background-color: transparent;
}
input[type=checkbox]:checked {
  background-color: #b4262d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
}

.form__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 499px) {
  .form__row {
    flex-direction: column;
    gap: 0;
  }
}
.form__required {
  color: #ffa7a7;
}
.form__privacy {
  color: white;
  margin: 20px 0 30px;
}
.form__submit {
  width: 100%;
  display: block;
}
.form__submit input {
  border: none;
  cursor: pointer;
  width: 100%;
  display: block;
}
.form__privacy {
  display: flex;
  align-items: center;
  display: flex;
  font-size: 20px;
}

.wpcf7-not-valid-tip {
  display: block;
  margin: -5px 0 10px;
  color: white;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  color: white;
  font-size: 20px;
  padding-top: 20px;
}

span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.form__privacy .wpcf7-not-valid-tip {
  margin: 10px 0 10px;
}

span.wpcf7-spinner {
  margin: 5px auto;
  display: block;
}