@import url("https://use.typekit.net/jfx3pqw.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  --yellow: #e0d80a;
  --dark-blue: #191f31;
  --light-blue: #24badb;
  --soft-blue: #0084e5;
  --white: #ffffff;
  --off-color-db: #8893ac;
  --off-color-lb: #aef0ff;
  --off-color-sb: #addcff;
  --off-color-y: #fffee9;
  --off-color-w: #f5f5f5;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "rama-gothic-c", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 74%;
  text-transform: uppercase;
}
body h1 strong.yellow,
body h2 strong.yellow,
body h3 strong.yellow,
body h4 strong.yellow,
body h5 strong.yellow,
body h6 strong.yellow {
  color: var(--yellow);
  font-family: rama-gothic-c, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body h1 strong.white,
body h2 strong.white,
body h3 strong.white,
body h4 strong.white,
body h5 strong.white,
body h6 strong.white {
  color: var(--white);
  font-family: rama-gothic-c, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body h1 strong.dark-blue,
body h2 strong.dark-blue,
body h3 strong.dark-blue,
body h4 strong.dark-blue,
body h5 strong.dark-blue,
body h6 strong.dark-blue {
  color: var(--dark-blue);
  font-family: rama-gothic-c, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body h1 strong.light-blue,
body h2 strong.light-blue,
body h3 strong.light-blue,
body h4 strong.light-blue,
body h5 strong.light-blue,
body h6 strong.light-blue {
  color: var(--light-blue);
  font-family: rama-gothic-c, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body h1 strong.soft-blue,
body h2 strong.soft-blue,
body h3 strong.soft-blue,
body h4 strong.soft-blue,
body h5 strong.soft-blue,
body h6 strong.soft-blue {
  color: var(--soft-blue);
  font-family: rama-gothic-c, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body h1.bold,
body h2.bold,
body h3.bold,
body h4.bold,
body h5.bold,
body h6.bold {
  font-weight: 800;
}
body h1 {
  font-size: 250px;
}
@media (max-width: 690px) {
  body h1 {
    font-size: 180px;
  }
}
body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 999px) {
  body p {
    font-size: 24px;
  }
}
@media (max-width: 690px) {
  body p {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  body p {
    font-size: 16px;
  }
}
body p strong {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
}
body p strong.yellow {
  color: var(--yellow);
}
body p strong.white {
  color: var(--white);
}
body p strong.dark-blue {
  color: var(--dark-blue);
}
body p strong.light-blue {
  color: var(--light-blue);
}
body p strong.soft-blue {
  color: var(--soft-blue);
}
body a {
  font-family: "rama-gothic-c", sans-serif;
  font-weight: 600;
  font-style: normal;
}
body ul li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2vw;
  line-height: 1.2;
  list-style-type: none;
  position: relative;
}
@media (min-width: 1400px) {
  body ul li {
    font-size: 1.5vw;
  }
}
@media (max-width: 999px) {
  body ul li {
    font-size: 24px;
  }
}
@media (max-width: 690px) {
  body ul li {
    font-size: 18px;
  }
}
body ul li::marker {
  content: none;
}
body ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: -31px;
  z-index: 2;
}
body ul li strong {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
}
body ul li strong.yellow {
  color: var(--yellow);
}
body ul li strong.white {
  color: var(--white);
}
body ul li strong.dark-blue {
  color: var(--dark-blue);
}
body ul li strong.light-blue {
  color: var(--light-blue);
}
body ul li strong.soft-blue {
  color: var(--soft-blue);
}
body ul.full-ball li::before {
  background-image: url(https://offbook.it/padeltrend/wp-content/uploads/2023/10/marker-full.svg);
}
body ul.dark-ball li::before {
  background-image: url(https://offbook.it/padeltrend/wp-content/uploads/2023/10/marker-dark.svg);
}
body ul.outline-ball li::before {
  background-image: url(https://offbook.it/padeltrend/wp-content/uploads/2023/10/marker-line.svg);
}
body .special-title {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
body .special-title h3 {
  font-size: 250px;
}
@media (max-width: 690px) {
  body .special-title h3 {
    font-size: 150px;
  }
}
body .special-title h5 {
  font-size: 100px;
}
@media (max-width: 690px) {
  body .special-title h5 {
    font-size: 70px;
  }
}
body .wpb_raw_code {
  margin-bottom: 0 !important;
}
body .wpb_raw_code .section_label {
  position: absolute;
  width: 308px;
  height: 43px;
  left: calc(50% - 154px);
  display: block;
  top: -142px;
  transition: all 300ms cubic-bezier(0.45, 0, 0.34, 3);
}
body .wpb_raw_code .section_label div:not(.bg_label) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
body .wpb_raw_code .section_label div:not(.bg_label) svg {
  position: absolute;
  z-index: -1;
}
body .wpb_raw_code .section_label div:not(.bg_label) p {
  line-height: 74%;
  transform: translateY(6px);
  font-family: "rama-gothic-c", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body .wpb_raw_code .section_label div:not(.bg_label) p.light {
  color: var(--white);
}
body .wpb_raw_code .section_label div:not(.bg_label) p.dark {
  color: var(--dark-blue);
}
body .wpb_raw_code .section_label div.bg_label {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 286px 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -2;
  height: 50%;
  width: 100%;
  transition: all 300ms cubic-bezier(0.65, 0, 0.34, 3);
}
body .wpb_raw_code .section_label div.bg_label.yellow {
  background-image: url(/padeltrend/wp-content/uploads/2023/10/label-yellow.png);
}
body .wpb_raw_code .section_label div.bg_label.white {
  background-image: url(/padeltrend/wp-content/uploads/2023/10/label-white.png);
}
body .wpb_raw_code .section_label div.bg_label.dark-blue {
  background-image: url(/padeltrend/wp-content/uploads/2023/10/label-dark-blue.png);
}
body .wpb_raw_code .section_label div.bg_label.soft-blue {
  background-image: url(/padeltrend/wp-content/uploads/2023/10/label-soft-blue.png);
}
body .wpb_raw_code .section_label div.bg_label.light-blue {
  background-image: url(/padeltrend/wp-content/uploads/2023/10/label-light-blue.png);
}
body .wpb_raw_code .section_label:hover div.bg_label {
  height: 120%;
}
body .wpb_raw_code .section_label.yellow div:not(.bg_label) svg path {
  fill: var(--yellow);
}
body .wpb_raw_code .section_label.white div:not(.bg_label) svg path {
  fill: var(--white);
}
body .wpb_raw_code .section_label.dark-blue div:not(.bg_label) svg path {
  fill: var(--dark-blue);
}
body .wpb_raw_code .section_label.soft-blue div:not(.bg_label) svg path {
  fill: var(--soft-blue);
}
body .wpb_raw_code .section_label.light-blue div:not(.bg_label) svg path {
  fill: var(--light-blue);
}
body .btn_main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
body .btn_main-title p {
  font-family: "rama-gothic-c", sans-serif;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: -4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .btn_main-title p.light {
  color: var(--white);
}
body .btn_main-title p.dark {
  color: var(--dark-blue);
}
body .btn_main-title .btn_circle {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
  transition: transform 300ms cubic-bezier(0.65, 0, 0.34, 3);
}
body .btn_main-title .btn_circle.light {
  border: solid 1px var(--white);
}
body .btn_main-title .btn_circle.light svg path {
  fill: white;
}
body .btn_main-title .btn_circle.dark {
  border: solid 1px var(--dark-blue);
}
body .btn_main-title .btn_circle.dark svg path {
  fill: var(--dark-blue);
}
@media (min-width: 1000px) {
  body .btn_main-title:hover .btn_circle {
    transform: rotate(45deg) scale(1.3);
  }
  body .btn_main-title:hover .btn_circle.light {
    background-color: var(--white);
  }
  body .btn_main-title:hover .btn_circle.light svg path {
    fill: var(--dark-blue);
  }
  body .btn_main-title:hover .btn_circle.dark {
    background-color: var(--dark-blue);
  }
  body .btn_main-title:hover .btn_circle.dark svg path {
    fill: var(--white);
  }
}
body .btn_main-2 {
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35em;
  padding-left: 1.2em;
  padding-right: 3em;
  border-radius: 10em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
body .btn_main-2.yellow {
  border: solid 1px var(--yellow);
  color: var(--yellow);
}
body .btn_main-2.white {
  border: solid 1px var(--white);
  color: var(--white);
}
body .btn_main-2.dark-blue {
  border: solid 1px var(--dark-blue);
  color: var(--dark-blue);
}
body .btn_main-2.light-blue {
  border: solid 1px var(--light-blue);
  color: var(--light-blue);
}
body .btn_main-2.soft-blue {
  border: solid 1px var(--soft-blue);
  color: var(--soft-blue);
}
body .btn_main-2.btn-form p {
  padding-bottom: 0 !important;
  font-size: 17px;
}
body .btn_main-2.btn-form .icon_custom p {
  display: flex;
}
body .btn_main-2 .icon_custom {
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 10em;
  right: 0.3em;
  transition: all 300ms cubic-bezier(0.65, 0, 0.34, 1.5);
}
body .btn_main-2 .icon_custom.yellow {
  background-color: var(--yellow);
}
body .btn_main-2 .icon_custom.white {
  background-color: var(--white);
}
body .btn_main-2 .icon_custom.dark-blue {
  background-color: var(--dark-blue);
}
body .btn_main-2 .icon_custom.light-blue {
  background-color: var(--light-blue);
}
body .btn_main-2 .icon_custom.soft-blue {
  background-color: var(--soft-blue);
}
body .btn_main-2 .icon_custom svg {
  width: 1.1em;
  transition: transform 0.3s;
  transform: rotate(-45deg);
}
body .btn_main-2 .icon_custom svg.yellow {
  color: var(--yellow);
}
body .btn_main-2 .icon_custom svg.white {
  color: var(--white);
}
body .btn_main-2 .icon_custom svg.dark-blue {
  color: var(--dark-blue);
}
body .btn_main-2 .icon_custom svg.light-blue {
  color: var(--light-blue);
}
body .btn_main-2 .icon_custom svg.soft-blue {
  color: var(--soft-blue);
}
body .btn_main-2 .icon_custom svg.next {
  transform: rotate(45deg);
}
@media (min-width: 1000px) {
  body .btn_main-2:hover .icon_custom, body .btn_main-2.hover .icon_custom {
    width: calc(100% - 0.6em);
  }
  body .btn_main-2:hover .icon_custom svg, body .btn_main-2.hover .icon_custom svg {
    transform: translateX(0.1em) rotate(0deg);
  }
  body .btn_main-2:hover .icon_custom svg.next, body .btn_main-2.hover .icon_custom svg.next {
    transform: translateX(0.1em) rotate(90deg);
  }
}
body .btn_main-2.attivo .icon_custom {
  width: calc(100% - 0.6em);
}
body .btn_main-2.attivo .icon_custom svg {
  transform: translateX(0.1em) rotate(0deg);
}
body .btn_main-2.attivo .icon_custom svg.next {
  transform: translateX(0.1em) rotate(90deg);
}
body .btn_main-2:active .icon_custom, body .btn_main-2.active .icon_custom {
  transform: scale(0.9);
}
body .btn_special {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1rem 2rem;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 20px;
  cursor: pointer;
  transition-duration: 1s;
  transition-property: border-top, border-left, border-bottom, border-right, box-shadow;
}
body .btn_special:hover {
  box-shadow: rgba(224, 216, 10, 0.8117647059) 5px 5px, rgba(224, 216, 10, 0.5294117647) 10px 10px, rgba(224, 216, 10, 0.2784313725) 15px 15px;
}
body .submit-form_box {
  display: flex;
  position: relative;
}
body .submit-form_box > p {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: block;
  height: 48px;
}
body .submit-form_box > p input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  color: transparent !important;
  border: none !important;
}
body .submit-form_box > p input.wpcf7-submit {
  position: relative;
}
body .submit-form_box > p span.wpcf7-spinner {
  position: absolute;
  top: -30px;
  left: 90px;
  background-color: var(--yellow);
  border: solid 1px var(--dark-blue);
  height: 50px;
  width: 50px;
}
body .submit-form_box > p span.wpcf7-spinner::before {
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  transform-origin: 15px 15px;
  background-color: var(--dark-blue);
}
@media (min-width: 1000px) {
  body .desk-hidden {
    display: none;
  }
}
@media (max-width: 999px) {
  body .mob-hidden {
    display: none;
  }
}
body .flex-start-custom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
body .back_custom {
  z-index: 1;
}
body .hidden {
  display: none !important;
}
body .img-with-aniamtion-wrap .hover_wrap {
  margin: 0 !important;
}
body .fixed {
  position: fixed;
}
body .sticky {
  position: sticky;
}
body .wpcf7 form .form_custom > div:not(:last-child) > p {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  body .wpcf7 form .form_custom > div:not(:last-child) > p {
    display: block;
  }
}
body .wpcf7 form .form_custom > div:not(:last-child) > p span {
  width: 50%;
}
@media (max-width: 999px) {
  body .wpcf7 form .form_custom > div:not(:last-child) > p span {
    width: 100%;
    margin-bottom: 20px;
  }
}
body .wpcf7 form .form_custom > div:not(:last-child) > p span input {
  border-radius: 10px;
}
body .wpcf7 form .form_custom > div:not(:last-child) > p span.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  border-radius: 5px;
}
body .wpcf7 form .form_custom > div:last-child {
  display: flex;
  justify-content: space-between;
  padding-top: 2vw;
}
@media (max-width: 999px) {
  body .wpcf7 form .form_custom > div:last-child {
    display: block;
  }
}
body .wpcf7 form .form_custom > div:last-child .wpcf7-form-control.wpcf7-acceptance label span {
  font-size: 14px;
}
@media (max-width: 999px) {
  body .wpcf7 form .form_custom > div:last-child .wpcf7-form-control.wpcf7-acceptance label span {
    font-size: 18px;
  }
}
body .wpcf7 form .form_custom > div:last-child .wpcf7-form-control.wpcf7-acceptance label span a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body .wpcf7 form .form_custom > div:last-child .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
body .wpcf7 form .form_custom > div:last-child .wpcf7-form-control.wpcf7-radio label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
body .wpcf7 form .form_custom > div:last-child .wpcf7-form-control.wpcf7-radio label span {
  font-size: 14px;
}
@media (max-width: 999px) {
  body .wpcf7 form .form_custom > div:last-child .wpcf7-form-control.wpcf7-radio label span {
    font-size: 18px;
  }
}
body .wpcf7 form .form_custom > div:last-child .wpcf7-form-control .wpcf7-select {
  border-radius: 10px;
}
body .wpcf7 form .form_custom > div:last-child .submit-form_section {
  display: flex;
  align-items: baseline;
  gap: 40px;
}
@media (max-width: 999px) {
  body .wpcf7 form .form_custom > div:last-child .submit-form_section {
    display: block;
    padding-top: 4vw;
  }
}
body .wpcf7 form .wpcf7-response-output {
  border: none;
  background-color: transparent;
  color: var(--white);
  margin: 0;
  border-radius: 20px;
}
body .box_articoli {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 999px) {
  body .box_articoli:not(.articolo_singolo) {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 999px) {
  body .box_articoli:not(.articolo_singolo) .item {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-bottom: 5vw;
    align-items: center;
  }
}
@media (max-width: 767px) {
  body .box_articoli:not(.articolo_singolo) .item {
    width: 100%;
    margin-bottom: 15vw;
  }
}
@media (max-width: 767px) {
  body .box_articoli:not(.articolo_singolo) .item div.img {
    width: 100%;
  }
}
body .box_articoli .item {
  width: 30%;
  height: 100%;
}
body .box_articoli .item img {
  margin-bottom: 35px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
  height: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 999px) {
  body .box_articoli .item img {
    height: auto;
  }
}
@media (min-width: 767px) and (max-width: 999px) {
  body .box_articoli .item .dati {
    min-width: 60%;
    position: relative;
  }
}
body .box_articoli .item .dati a.btn_main {
  margin-bottom: 2vw;
  align-items: flex-start;
}
body .box_articoli .item .dati a.btn_main p {
  max-width: 70%;
  line-height: 1;
}
@media (min-width: 767px) and (max-width: 999px) {
  body .box_articoli .item .dati a.btn_main p {
    white-space: normal;
    margin-bottom: 2vw;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  body .box_articoli .item .dati a.btn_main p {
    white-space: normal;
  }
}
@media (min-width: 767px) and (max-width: 999px) {
  body .box_articoli .item .dati a.btn_main div.btn_circle {
    position: absolute;
    right: -25px;
    bottom: 70px;
  }
}
body .box_articoli .item .dati p.data,
body .box_articoli .item .dati p.desc {
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
body .box_articoli .item .dati .data {
  margin-bottom: 2vw;
  padding: 0;
}
@media (min-width: 691px) and (max-width: 999px) {
  body .no__wrap-tablet .row_col_wrap_12_inner {
    flex-wrap: nowrap !important;
  }
}
body .btn_left .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 690px) {
  body .btn_left .wpb_wrapper {
    display: block;
  }
}
body #hero .hero-title h1 {
  font-weight: 700;
}
body #hero .hero-title img {
  position: absolute;
}
body #hero .hero-title img.pallina {
  right: 13.5vw;
  top: -20px;
  transform: rotate(75deg);
}
@media (max-width: 1300px) {
  body #hero .hero-title img.pallina {
    right: 13vw;
  }
}
@media (max-width: 1200px) {
  body #hero .hero-title img.pallina {
    right: 12.5vw;
    top: -30px;
    transform: rotate(75deg) scale(0.9);
  }
}
@media (max-width: 1100px) {
  body #hero .hero-title img.pallina {
    right: 12vw;
    top: -40px;
    transform: rotate(75deg) scale(0.7);
  }
}
@media (max-width: 999px) {
  body #hero .hero-title img.pallina {
    right: auto;
    left: 12vw;
  }
}
@media (max-width: 690px) {
  body #hero .hero-title img.pallina {
    left: 24vw;
    top: -30px;
    transform: rotate(75deg) scale(0.8);
  }
}
@media (max-width: 479px) {
  body #hero .hero-title img.pallina {
    left: 20vw;
    top: -45px;
    transform: rotate(75deg) scale(0.7);
  }
}
body #hero .hero-cta .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2vw;
}
@media (max-width: 999px) {
  body #hero .hero-cta .wpb_wrapper {
    align-items: start;
  }
}
body .slick-list {
  overflow: visible;
}
body #mappa .row_col_wrap_12_inner {
  max-width: 85%;
  margin-left: auto;
}
@media (max-width: 999px) {
  body #mappa .row_col_wrap_12_inner {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 999px) {
  body #mappa .indirizzo {
    margin-bottom: 5vw;
    margin-left: 15%;
    margin-right: 15%;
  }
}
body #mappa .indirizzo .special-title {
  margin-bottom: 2vw;
}
@media (max-width: 999px) {
  body #mappa .indirizzo .special-title {
    margin-bottom: 5vw;
  }
}
body #mappa .indirizzo .special-title h5 {
  color: var(--dark-blue);
}
@media (max-width: 1500px) {
  body #mappa .indirizzo .special-title h5 {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  body #mappa .indirizzo .special-title h5 {
    font-size: 70px;
  }
}
@media (max-width: 999px) {
  body #mappa .indirizzo .special-title h5 {
    font-size: 100px;
  }
}
@media (max-width: 479px) {
  body #mappa .indirizzo .special-title h5 {
    font-size: 70px;
  }
}
@media (max-width: 1500px) {
  body #mappa .indirizzo .special-title h3 {
    font-size: 200px;
  }
}
@media (max-width: 1200px) {
  body #mappa .indirizzo .special-title h3 {
    font-size: 140px;
  }
}
@media (max-width: 999px) {
  body #mappa .indirizzo .special-title h3 {
    font-size: 200px;
  }
}
@media (max-width: 479px) {
  body #mappa .indirizzo .special-title h3 {
    font-size: 150px;
  }
}
body #mappa .indirizzo p {
  margin-bottom: 3vw;
}
@media (max-width: 999px) {
  body #mappa .indirizzo p {
    margin-bottom: 7vw;
  }
}
@media (max-width: 999px) {
  body #mappa .mappa {
    margin-bottom: -90px;
    display: block;
    width: 100%;
    max-width: unset;
  }
  body #mappa .mappa div.imp-canvas {
    margin: auto !important;
  }
}
body #section_correlati {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 999px) {
  body #section_correlati {
    padding-top: 0;
  }
}
body #section_correlati .special-title {
  margin-bottom: 60px;
}
body #section_correlati .special-title h3 {
  color: #0084e5;
}
body #section_correlati .box_articoli.articolo_singolo {
  position: relative;
  display: block;
}
body #section_correlati .box_articoli.articolo_singolo .slick-arrow {
  position: absolute;
  top: -144px;
  right: 10vw;
}
@media (max-width: 999px) {
  body #section_correlati .box_articoli.articolo_singolo .slick-arrow {
    display: none !important;
  }
}
body #section_correlati .box_articoli.articolo_singolo .slick-arrow circle {
  fill: none;
  transition: all 300ms;
}
body #section_correlati .box_articoli.articolo_singolo .slick-arrow path {
  fill: rgb(36, 186, 219);
  transition: all 300ms;
}
body #section_correlati .box_articoli.articolo_singolo .slick-arrow.next_arr {
  right: calc(10vw + 80px);
}
@media (max-width: 690px) {
  body #section_correlati .box_articoli.articolo_singolo .slick-arrow.next_arr {
    right: calc(2.5vw + 80px);
  }
}
body #section_correlati .box_articoli.articolo_singolo .slick-arrow:hover circle {
  fill: rgb(36, 186, 219);
}
body #section_correlati .box_articoli.articolo_singolo .slick-arrow:hover path {
  fill: #fff;
}
body #section_correlati .box_articoli.articolo_singolo .slick-list .item {
  padding: 0 10px;
  display: block !important;
}
body #section_correlati .box_articoli.articolo_singolo .slick-list .item img {
  margin-bottom: 35px;
}
body #section_correlati .box_articoli.articolo_singolo .slick-list .item .data {
  font-size: 14px;
}
body #section_correlati .box_articoli.articolo_singolo .slick-list .item p.desc {
  font-size: 14px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
body #section_correlati .box_articoli.articolo_singolo .slick-list .item .btn_main {
  position: relative;
  display: block;
  width: 100%;
}
body #section_correlati .box_articoli.articolo_singolo .slick-list .item .btn_main p {
  display: block;
  min-width: 80%;
}
body #section_correlati .box_articoli.articolo_singolo .slick-list .item .btn_main .btn_circle {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
}
body .column-cta .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2vw;
}
@media (max-width: 999px) {
  body .column-cta .wpb_wrapper {
    align-items: start;
  }
}
body div.toggles div.toggle h3.toggle-title {
  text-transform: inherit;
}
body div.toggles div.toggle h3.toggle-title a {
  font-size: 30px;
  line-height: 30px !important;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body div.toggles div.toggle div.wpb_text_column p {
  color: var(--dark-blue);
  font-size: 20px;
}
body div.toggles div.toggle div.wpb_text_column p a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body #frecciarossa div.vc_column-inner > div.wpb_wrapper {
  padding: 0 100px;
}
@media (max-width: 767px) {
  body #frecciarossa div.vc_column-inner > div.wpb_wrapper {
    padding: 0;
  }
}
body #frecciarossa img.logo {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  body #frecciarossa img.logo {
    width: 80%;
  }
}
@media (max-width: 767px) {
  body #frecciarossa img.logo {
    width: 100%;
  }
}
body #frecciarossa div.wpb_text_column h3 {
  font-size: 7vw;
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1600px) {
  body #frecciarossa div.wpb_text_column h3 {
    font-size: 110px;
  }
}
@media (max-width: 999px) {
  body #frecciarossa div.wpb_text_column h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  body #frecciarossa div.wpb_text_column h3 {
    font-size: 100px;
  }
}
body #frecciarossa div.wpb_text_column h3 span.red {
  color: #D40E2B;
}
body #frecciarossa div.wpb_text_column.primo p {
  color: var(--dark-blue);
}
body #frecciarossa div.wpb_text_column.primo p strong.red {
  color: #D40E2B;
}
body #frecciarossa div.wpb_text_column.primo p strong.green {
  color: #058439;
}
body #frecciarossa div.wpb_text_column.secondo p {
  color: var(--dark-blue);
  font-size: 16px;
}
body #frecciarossa div.wpb_raw_code div.wpb_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px !important;
}
body #frecciarossa div.wpb_raw_code div.wpb_wrapper a.btn_main-2 div.green {
  background-color: #058439;
}
body #cupra img {
  width: 100% !important;
}
body .pallina_after {
  position: relative;
}
body .pallina_after::after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/padeltrend/wp-content/uploads/2023/10/Illustrazione-Pallina.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: visible;
}
body .campo_after {
  position: relative;
}
body .campo_after::after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/padeltrend/wp-content/uploads/2023/10/Illustrazione-Campo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: visible;
}
body .racchetta-blu_after {
  position: relative;
}
body .racchetta-blu_after::after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/padeltrend/wp-content/uploads/2023/10/illustrazione-Racchetta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: visible;
}
body .racchetta-bianca_after {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
body .racchetta-bianca_after::after {
  pointer-events: none;
  content: "";
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background-image: url(/padeltrend/wp-content/uploads/2023/10/illustrazione-Racchetta-white.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 90%;
  z-index: 2;
  visibility: visible;
}

.mobile-only li a {
  font-family: rama-gothic-c, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  color: #191f31 !important;
  font-size: 50px !important;
  margin-bottom: 10px 0 !important;
  font-size: 70px !important;
  line-height: 1 !important;
  margin-bottom: -20px;
}

body #header-outer {
  background-color: var(--dark-blue);
}
body #header-outer #top nav ul.sf-menu li.menu-item {
  padding: 2em;
  text-transform: uppercase;
  height: 100%;
  background-color: transparent;
  transition: height 300ms cubic-bezier(0.65, 0, 0.34, 3), background-color 300ms ease-in-out;
}
body #header-outer #top nav ul.sf-menu li.menu-item a {
  color: var(--white);
  font-size: 3em;
  padding: 0.2em !important;
}
body #header-outer #top nav ul.sf-menu li.menu-item:not(.acq_biglietto):hover {
  background-color: var(--light-blue);
  height: 110%;
}
body #header-outer #top nav ul.sf-menu li.menu-item:not(.acq_biglietto):hover a {
  color: var(--white) !important;
}
body #header-outer #header-secondary-outer {
  border: none;
  background-color: var(--soft-blue);
}
body #header-outer #header-secondary-outer nav {
  height: 42px;
  display: flex;
}
body #header-outer #header-secondary-outer nav ul.sf-menu {
  height: 100%;
  padding: 0;
}
@media (max-width: 999px) {
  body #header-outer #header-secondary-outer nav ul.sf-menu {
    margin: 0 !important;
  }
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 {
  display: flex;
  height: 100%;
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px;
  height: 100%;
  background-color: transparent;
  transition: height 300ms cubic-bezier(0.65, 0, 0.34, 3), background-color 300ms ease-in-out;
}
@media (max-width: 999px) {
  body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item {
    padding: 10px;
  }
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item span {
  color: var(--white);
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 999px) {
  body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item span {
    font-size: 22px;
  }
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item:hover {
  background-color: var(--yellow);
  height: 110%;
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item:hover span {
  color: var(--soft-blue);
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item#menu-item-1805 {
  background-color: var(--dark-blue);
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item#menu-item-1805 span {
  color: var(--yellow);
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item#menu-item-1805:hover {
  background-color: var(--yellow);
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item#menu-item-1805:hover span {
  color: var(--dark-blue);
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item.wpml-ls-item {
  position: absolute;
  right: 0;
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item.wpml-ls-item span {
  display: flex;
}
body #header-outer #header-secondary-outer nav ul.sf-menu div.secondary-box-1 li.menu-item::before {
  content: none;
}
@media (max-width: 767px) {
  body #header-outer #header-secondary-outer > div.container {
    max-width: 100%;
    margin: 0 20px !important;
  }
}

#form_newsletter h3 {
  font-size: 180px;
}
@media (max-width: 1400px) {
  #form_newsletter h3 {
    font-size: 150px;
  }
}
@media (max-width: 1200px) {
  #form_newsletter h3 {
    font-size: 110px;
  }
}
@media (max-width: 999px) {
  #form_newsletter h3 {
    font-size: 150px;
  }
}
@media (max-width: 479px) {
  #form_newsletter h3 {
    font-size: 120px;
  }
}
#form_newsletter div.form_custom input {
  border: solid 1px var(--off-color-sb);
  color: var(--off-color-sb);
  background-color: var(--soft-blue);
}
#form_newsletter div.form_custom input::-moz-placeholder {
  color: var(--off-color-sb);
}
#form_newsletter div.form_custom input::placeholder {
  color: var(--off-color-sb);
}
#form_newsletter div.form_custom span.wpcf7-not-valid-tip {
  background-color: var(--soft-blue);
  color: var(--yellow);
}
#form_newsletter div.form_custom span {
  color: var(--off-color-sb);
}
#form_newsletter div.form_custom span a {
  color: var(--yellow);
}
#form_newsletter div.form_custom .btn_main-2 {
  border: solid 1px var(--white);
  color: var(--white);
}
#form_newsletter div.form_custom .btn_main-2 .icon_custom {
  background-color: var(--yellow);
}
#form_newsletter div.form_custom .btn_main-2 .icon_custom svg {
  color: var(--soft-blue);
}

@media (max-width: 999px) {
  #info_row div#info .wpb_wrapper > div:nth-child(1) .row_col_wrap_12_inner > div:first-child {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media (max-width: 999px) {
  #info_row div#info .wpb_wrapper > div:nth-child(1) .row_col_wrap_12_inner > div:not(:first-child) {
    width: 33%;
    padding: 2vw;
  }
}
@media (max-width: 767px) {
  #info_row div#info .wpb_wrapper > div:nth-child(1) .row_col_wrap_12_inner > div:not(:first-child) {
    width: 100%;
  }
}
#info_row div#info p {
  font-size: 12px;
}
@media (max-width: 999px) {
  #info_row div#info p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #info_row div#info p {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  #info_row div#info .special-title {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #info_row div#info .special-title {
    justify-content: center;
  }
}
#info_row div#info .special-title h5 {
  font-size: 3vw;
  color: var(--yellow);
}
@media (max-width: 999px) {
  #info_row div#info .special-title h5 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #info_row div#info .special-title h5 {
    font-size: 50px;
  }
}
#info_row div#info .special-title h3 {
  font-size: 7vw;
}
@media (min-width: 1600px) {
  #info_row div#info .special-title h3 {
    font-size: 110px;
  }
}
@media (max-width: 999px) {
  #info_row div#info .special-title h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #info_row div#info .special-title h3 {
    font-size: 100px;
  }
}
#info_row div#info a,
#info_row div#info a.flex-start-custom {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: var(--white);
  transition: all 500ms;
  gap: 10px;
}
@media (max-width: 999px) {
  #info_row div#info a,
  #info_row div#info a.flex-start-custom {
    justify-content: center;
  }
}
#info_row div#info a svg,
#info_row div#info a.flex-start-custom svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  #info_row div#info a svg,
  #info_row div#info a.flex-start-custom svg {
    width: 24px;
    height: 24px;
  }
}
#info_row div#info a svg path,
#info_row div#info a.flex-start-custom svg path {
  fill: var(--white);
}
#info_row div#info a:hover,
#info_row div#info a.flex-start-custom:hover {
  color: var(--yellow);
}
#info_row div#info a:hover svg path,
#info_row div#info a.flex-start-custom:hover svg path {
  fill: var(--yellow);
}
#info_row div#info div.flex-start-custom {
  margin-bottom: 0;
  margin-bottom: 1vw;
}
@media (max-width: 999px) {
  #info_row div#info div.flex-start-custom {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #info_row div#info div.flex-start-custom {
    justify-content: flex-start;
  }
}
@media (min-width: 1000px) {
  #info_row div#info div.allineati {
    margin-left: 3vw;
  }
}
@media (min-width: 1000px) {
  #info_row div#info div.logo-expo.pallina_after::after {
    display: none;
  }
}
@media (max-width: 999px) {
  #info_row div#info div.logo-expo.pallina_after::after {
    height: 100%;
    top: -110px;
    left: -85px;
  }
}
@media (max-width: 767px) {
  #info_row div#info div.logo-expo.pallina_after::after {
    height: 80%;
    top: -80px;
    left: -90px;
  }
}
@media (max-width: 767px) {
  #info_row div#navigation .row_col_wrap_12_inner > div {
    margin: 15px !important;
  }
}
#info_row div#navigation .row_col_wrap_12_inner > div .wpb_raw_code .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#info_row div#navigation .row_col_wrap_12_inner > div .wpb_raw_code .wpb_wrapper a {
  color: var(--white);
}
#info_row::after {
  width: 200px;
  height: 200px;
  top: -110px;
  left: -90px;
}
@media (max-width: 999px) {
  #info_row::after {
    display: none;
  }
}

#conditions-row .nectar-cta a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--white);
  text-transform: uppercase;
  transition: all 500ms;
}
#conditions-row .nectar-cta a::after {
  display: none;
}
#conditions-row .nectar-cta a:hover {
  color: var(--yellow);
}

body:not(.home) div#sponsor {
  display: none;
}

div#sponsor_and_partner div.slick-slide div.loghi {
  display: flex;
  justify-content: space-evenly;
}
div#sponsor_and_partner div.slick-slide div.logo {
  width: 30%;
}
div#sponsor_and_partner div.slick-slide p {
  text-transform: uppercase;
  align-items: center;
}

#sponsor a.section_label {
  top: -82px;
}

html[lang=en-US] #form_newsletter h3 {
  font-size: 150px;
}
@media (max-width: 1400px) {
  html[lang=en-US] #form_newsletter h3 {
    font-size: 130px;
  }
}
@media (max-width: 1200px) {
  html[lang=en-US] #form_newsletter h3 {
    font-size: 90px;
  }
}
@media (max-width: 999px) {
  html[lang=en-US] #form_newsletter h3 {
    font-size: 150px;
  }
}
@media (max-width: 479px) {
  html[lang=en-US] #form_newsletter h3 {
    font-size: 120px;
  }
}
html[lang=en-US] #info_row div#info div.allineati {
  margin-left: 0;
}

#hero_hp .nectar-lottie-wrap {
  padding-bottom: 0px !important;
  margin-bottom: -19vw;
}
@media (max-width: 1400px) {
  #hero_hp .nectar-lottie-wrap {
    margin-bottom: -17vw;
  }
}
@media (max-width: 1200px) {
  #hero_hp .nectar-lottie-wrap {
    margin-bottom: -14vw;
  }
}
@media (max-width: 1050px) {
  #hero_hp .nectar-lottie-wrap {
    margin-bottom: -11vw;
  }
}
#hero_hp .nectar-lottie-wrap .nectar-lottie {
  width: 100% !important;
}
#hero_hp .section_label {
  z-index: 0;
}

#hero_hp_mobile {
  z-index: 0;
}
#hero_hp_mobile .nectar-lottie-wrap {
  transform: scale(1.12);
  transform-origin: top left;
  margin-bottom: -50vw;
}
@media (max-width: 690px) {
  #hero_hp_mobile .nectar-lottie-wrap {
    transform: scale(1.3);
    margin-bottom: -38vw;
  }
}
@media (max-width: 479px) {
  #hero_hp_mobile .nectar-lottie-wrap {
    transform: scale(1.4);
    margin-bottom: -30vw;
  }
}
#hero_hp_mobile .cta_hero {
  padding: 0 10vw 10vw;
}
@media (max-width: 767px) {
  #hero_hp_mobile .cta_hero {
    padding: 0 10vw 20vw;
  }
}
#hero_hp_mobile .cta_hero .btn_main-2 {
  margin-top: 50px;
}

#intro h1.pallina_after {
  color: var(--dark-blue);
}
@media (max-width: 1300px) {
  #intro h1.pallina_after {
    font-size: 200px;
  }
}
@media (max-width: 1100px) {
  #intro h1.pallina_after {
    font-size: 180px;
  }
}
@media (max-width: 999px) {
  #intro h1.pallina_after {
    font-size: 210px;
  }
}
@media (max-width: 690px) {
  #intro h1.pallina_after {
    font-size: 190px;
  }
}
@media (max-width: 479px) {
  #intro h1.pallina_after {
    font-size: 140px;
  }
}
#intro h1.pallina_after::after {
  width: 250px;
  top: -120px;
  left: 620px;
  transform: rotate(85deg);
}
@media (max-width: 1300px) {
  #intro h1.pallina_after::after {
    width: 220px;
    top: -120px;
    left: 490px;
  }
}
@media (max-width: 1100px) {
  #intro h1.pallina_after::after {
    top: -100px;
    left: 440px;
  }
}
@media (max-width: 999px) {
  #intro h1.pallina_after::after {
    top: -200px;
    left: 450px;
  }
}
@media (max-width: 690px) {
  #intro h1.pallina_after::after {
    width: 180px;
    top: -250px;
    left: 290px;
  }
}
@media (max-width: 479px) {
  #intro h1.pallina_after::after {
    top: -200px;
    left: 200px;
    width: 160px;
  }
}
#intro p {
  color: var(--dark-blue);
}
#intro .cta_box .wpb_raw_code > .wpb_wrapper {
  padding-bottom: 4vw;
}
#intro .section_label {
  z-index: 0;
}
#intro .btn_special {
  background: var(--yellow);
  color: var(--white);
}
#intro .btn_special.racchetta-blu_after::after {
  top: -30px;
  left: 160px;
  height: 100px;
}
#intro .btn_special:hover {
  box-shadow: rgba(224, 216, 10, 0.8117647059) 5px 5px, rgba(224, 216, 10, 0.5294117647) 10px 10px, rgba(224, 216, 10, 0.2784313725) 15px 15px;
}

.form-campagna {
  height: 400px;
  max-height: 400px;
}
@media (max-width: 999px) {
  .form-campagna {
    height: auto !important;
    max-height: unset !important;
  }
}
.form-campagna .row_col_wrap_12 {
  height: 100%;
}
.form-campagna .row_col_wrap_12 .vc_col-sm-12 {
  height: 100%;
}
.form-campagna .row_col_wrap_12 .wpb_wrapper {
  height: 100%;
}
.form-campagna .row_col_wrap_12 .wpb_wrapper .wpb_raw_code .section_label {
  top: -42px;
}
.form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 999px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner {
    padding: 70% 0 !important;
  }
}
@media (max-width: 1300px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .claim .special-title h3 {
    font-size: 200px;
  }
}
@media (max-width: 999px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .claim .special-title h3 {
    font-size: 250px;
  }
}
@media (max-width: 479px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .claim .special-title h3 {
    font-size: 180px;
  }
}
@media (max-width: 1300px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .claim .special-title h5 {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .claim .special-title h5 {
    font-size: 100px;
  }
}
@media (max-width: 479px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .claim .special-title h5 {
    font-size: 50px;
  }
}
.form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .cta_box .wpb_text_column p {
  width: 70%;
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .cta_box .wpb_text_column p {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .cta_box .wpb_text_column p {
    margin-bottom: 60px;
    width: 100%;
  }
}
.form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .cta_box .wpb_raw_code .btn_main-2 {
  margin-left: auto;
}
@media (max-width: 999px) {
  .form-campagna .row_col_wrap_12 .wpb_wrapper .campagna .row_col_wrap_12_inner .cta_box .wpb_raw_code .btn_main-2 {
    margin-left: 0;
  }
}
.form-campagna .row_col_wrap_12 .wpb_wrapper .form .row_col_wrap_12_inner {
  padding: 4em 0 !important;
  display: flex;
  align-items: center;
  max-width: 70%;
  margin: 0 auto;
  height: 100%;
}
.form-campagna .row_col_wrap_12 .wpb_wrapper .form .row_col_wrap_12_inner .wpb_wrapper .wpb_raw_code a.section_label {
  transform: rotate(90deg);
  transform-origin: center bottom;
  left: calc(-15vw - 153px);
  top: calc(50% - 42px);
}
.form-campagna#for_the_brands .campagna {
  background-color: var(--dark-blue);
}
@media (min-width: 500px) and (max-width: 767px) {
  .form-campagna#for_the_brands .campagna .row_col_wrap_12_inner {
    padding: 30% 0 50% 0 !important;
  }
}
.form-campagna#for_the_brands .campagna .row_col_wrap_12_inner .special-title h3 {
  color: var(--light-blue);
}
.form-campagna#for_the_brands .campagna .row_col_wrap_12_inner .cta_box .wpb_text_column p {
  color: var(--white);
}
.form-campagna#for_the_brands .campagna .row_col_wrap_12_inner .cta_box .wpb_wrapper .wpb_raw_code:nth-child(2) {
  margin-bottom: 20px !important;
}
.form-campagna#for_the_brands .form {
  background-color: var(--light-blue);
}
.form-campagna#for_the_brands .form div.form_custom input {
  border: solid 1px var(--off-color-lb);
  color: var(--off-color-lb);
  background-color: var(--light-blue);
}
.form-campagna#for_the_brands .form div.form_custom input::-moz-placeholder {
  color: var(--off-color-lb);
}
.form-campagna#for_the_brands .form div.form_custom input::placeholder {
  color: var(--off-color-lb);
}
.form-campagna#for_the_brands .form div.form_custom span.wpcf7-not-valid-tip {
  background-color: var(--off-color-lb);
  color: var(--dark-blue);
}
.form-campagna#for_the_brands .form div.form_custom span {
  color: var(--off-color-lb);
}
.form-campagna#for_the_brands .form div.form_custom span a {
  color: var(--off-color-lb);
}
.form-campagna#for_the_brands .form div.form_custom select {
  border: solid 1px var(--off-color-lb);
  color: var(--off-color-lb);
  background-color: var(--light-blue);
}
.form-campagna#for_the_brands .form div.form_custom .btn_main-2 {
  border: solid 1px var(--white);
  color: var(--white);
}
.form-campagna#for_the_brands .form div.form_custom .btn_main-2 .icon_custom {
  background-color: var(--white);
}
.form-campagna#for_the_brands .form div.form_custom .btn_main-2 .icon_custom svg {
  color: var(--light-blue);
}
.form-campagna#for_the_players .campagna {
  background-color: var(--yellow);
}
@media (min-width: 500px) and (max-width: 767px) {
  .form-campagna#for_the_players .campagna .row_col_wrap_12_inner {
    padding: 30% 0 50% 0 !important;
  }
}
.form-campagna#for_the_players .campagna .row_col_wrap_12_inner .special-title h3 {
  color: var(--white);
}
.form-campagna#for_the_players .campagna .row_col_wrap_12_inner .special-title h5 {
  color: var(--dark-blue);
}
.form-campagna#for_the_players .campagna .row_col_wrap_12_inner .cta_box .wpb_text_column p {
  color: var(--white);
}
.form-campagna#for_the_players .form {
  background-color: var(--dark-blue);
}
.form-campagna#for_the_players .form div.form_custom input {
  border: solid 1px var(--off-color-db);
  color: var(--off-color-db);
  background-color: var(--dark-blue);
}
.form-campagna#for_the_players .form div.form_custom input::-moz-placeholder {
  color: var(--off-color-db);
}
.form-campagna#for_the_players .form div.form_custom input::placeholder {
  color: var(--off-color-db);
}
.form-campagna#for_the_players .form div.form_custom span.wpcf7-not-valid-tip {
  background-color: var(--yellow);
  color: var(--dark-blue);
}
.form-campagna#for_the_players .form div.form_custom span {
  color: var(--off-color-db);
}
.form-campagna#for_the_players .form div.form_custom span a {
  color: var(--off-color-db);
}
.form-campagna#for_the_players .form div.form_custom .btn_main-2 {
  border: solid 1px var(--yellow);
  color: var(--yellow);
}
.form-campagna#for_the_players .form div.form_custom .btn_main-2 .icon_custom {
  background-color: var(--yellow);
}
.form-campagna#for_the_players .form div.form_custom .btn_main-2 .icon_custom svg {
  color: var(--dark-blue);
}
.form-campagna#for_the_clubs {
  z-index: 0;
}
.form-campagna#for_the_clubs .campagna {
  background-color: var(--white);
}
@media (min-width: 500px) and (max-width: 767px) {
  .form-campagna#for_the_clubs .campagna .row_col_wrap_12_inner {
    padding: 30% 0 50% 0 !important;
  }
}
.form-campagna#for_the_clubs .campagna .row_col_wrap_12_inner .special-title h3 {
  color: var(--soft-blue);
}
.form-campagna#for_the_clubs .campagna .row_col_wrap_12_inner .special-title h5 {
  color: var(--dark-blue);
}
.form-campagna#for_the_clubs .campagna .row_col_wrap_12_inner .cta_box .wpb_text_column p {
  color: var(--dark-blue);
}
.form-campagna#for_the_clubs .form {
  background-color: var(--soft-blue);
}
.form-campagna#for_the_clubs .form div.form_custom input {
  border: solid 1px var(--off-color-sb);
  color: var(--off-color-sb);
  background-color: var(--soft-blue);
}
.form-campagna#for_the_clubs .form div.form_custom input::-moz-placeholder {
  color: var(--off-color-sb);
}
.form-campagna#for_the_clubs .form div.form_custom input::placeholder {
  color: var(--off-color-sb);
}
.form-campagna#for_the_clubs .form div.form_custom span.wpcf7-not-valid-tip {
  background-color: var(--yellow);
  color: var(--soft-blue);
}
.form-campagna#for_the_clubs .form div.form_custom span {
  color: var(--off-color-sb);
}
.form-campagna#for_the_clubs .form div.form_custom span a {
  color: var(--off-color-sb);
}
.form-campagna#for_the_clubs .form div.form_custom .btn_main-2 {
  border: solid 1px var(--white);
  color: var(--white);
}
.form-campagna#for_the_clubs .form div.form_custom .btn_main-2 .icon_custom {
  background-color: var(--yellow);
}
.form-campagna#for_the_clubs .form div.form_custom .btn_main-2 .icon_custom svg {
  color: var(--soft-blue);
}
.form-campagna > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  display: flex;
}
.form-campagna > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_row {
  width: 100vw;
  max-width: 100vw;
}
.form-campagna > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_row.form {
  margin-right: -100%;
}
.form-campagna > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_row.campagna {
  transition: all 300ms cubic-bezier(0.82, 0.28, 0.34, 1.33);
}
.form-campagna > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_row.campagna.active {
  margin-left: -100vw;
}

#scopri::after {
  pointer-events: none;
  width: 240px;
  top: -480px;
  left: 110px;
  z-index: 12;
}
@media (max-width: 1300px) {
  #scopri::after {
    width: 220px;
    top: -470px;
    left: 70px;
  }
}
@media (max-width: 999px) {
  #scopri::after {
    display: none;
  }
}
#scopri .box_articoli {
  margin-bottom: 7vw;
}
#scopri div.cta div.vc_column-inner > div.wpb_wrapper {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  #scopri div.cta div.vc_column-inner > div.wpb_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

#ringraziamenti img {
  filter: drop-shadow(10px -10px 20px rgba(0, 0, 0, 0.2509803922));
}
@media (max-width: 999px) {
  #ringraziamenti img {
    margin-bottom: 30px;
  }
}
#ringraziamenti div.wpb_text_column h3 {
  font-size: 7vw;
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}
#ringraziamenti div.wpb_text_column h3 span.yellow {
  color: var(--yellow);
}
@media (min-width: 1600px) {
  #ringraziamenti div.wpb_text_column h3 {
    font-size: 110px;
  }
}
@media (max-width: 999px) {
  #ringraziamenti div.wpb_text_column h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #ringraziamenti div.wpb_text_column h3 {
    font-size: 100px;
  }
}
#ringraziamenti div.wpb_text_column h3 span.red {
  color: #D40E2B;
}
@media (min-width: 1000px) {
  #ringraziamenti div.wpb_text_column.primo {
    padding-left: 60px;
  }
}
#ringraziamenti div.wpb_text_column.primo p {
  text-align: left !important;
}
@media (max-width: 1319px) {
  #ringraziamenti div.wpb_text_column.primo p {
    font-size: 16px !important;
  }
}
#ringraziamenti div.wpb_text_column.primo p {
  color: var(--white);
}
#ringraziamenti div.wpb_text_column.primo p strong.red {
  color: #D40E2B;
}
#ringraziamenti div.wpb_text_column.primo p strong.green {
  color: #058439;
}
#ringraziamenti div.wpb_raw_code div.wpb_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px !important;
  margin-top: 60px;
}
@media (min-width: 1000px) {
  #ringraziamenti div.wpb_raw_code div.wpb_wrapper {
    padding-left: 60px;
  }
}

@media (max-width: 999px) {
  .page-id-757 #form_newsletter h3 {
    font-size: 160px;
  }
}
@media (max-width: 479px) {
  .page-id-757 #form_newsletter h3 {
    font-size: 120px;
  }
}
.page-id-757 #form_newsletter h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 410px;
  background-image: url(/padeltrend/wp-content/uploads/2023/10/illustrazione-Racchetta-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -280px;
  left: 60vw;
  z-index: 2;
  visibility: visible;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .page-id-757 #form_newsletter h3::after {
    left: 65vw;
    top: -220px;
    height: 330px;
  }
}
@media (max-width: 999px) {
  .page-id-757 #form_newsletter h3::after {
    left: 25vw;
    height: 350px;
  }
}
@media (max-width: 690px) {
  .page-id-757 #form_newsletter h3::after {
    height: 270px;
    top: 90px;
    left: 140px;
    transform: rotate(5deg);
  }
}
@media (max-width: 479px) {
  .page-id-757 #form_newsletter h3::after {
    top: 90px;
    left: 135px;
    height: 230px;
  }
}

.page-id-1498 #intro h1.pallina_after {
  font-size: 14vw;
}
@media (max-width: 999px) {
  .page-id-1498 #intro h1.pallina_after {
    font-size: 180px;
  }
}
@media (max-width: 690px) {
  .page-id-1498 #intro h1.pallina_after {
    font-size: 150px;
  }
}
@media (max-width: 479px) {
  .page-id-1498 #intro h1.pallina_after {
    font-size: 110px;
  }
}
.page-id-1498 #intro h1.pallina_after::after {
  left: 37vw;
}
@media (max-width: 999px) {
  .page-id-1498 #intro h1.pallina_after::after {
    top: -200px;
    left: 450px;
  }
}
@media (max-width: 690px) {
  .page-id-1498 #intro h1.pallina_after::after {
    width: 180px;
    top: -250px;
    left: 290px;
  }
}
@media (max-width: 479px) {
  .page-id-1498 #intro h1.pallina_after::after {
    top: -200px;
    left: 200px;
    width: 160px;
  }
}
.page-id-1498 #intro a.btn_special.racchetta-blu_after {
  font-size: 1.3vw;
}
@media (max-width: 999px) {
  .page-id-1498 #intro a.btn_special.racchetta-blu_after {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .page-id-1498 #intro a.btn_special.racchetta-blu_after {
    font-size: 13px;
  }
}
.page-id-1498 #intro a.btn_special.racchetta-blu_after::after {
  left: 13vw;
}
@media (max-width: 999px) {
  .page-id-1498 #intro a.btn_special.racchetta-blu_after::after {
    top: -30px;
    left: 200px;
    height: 100px;
  }
}
@media (max-width: 479px) {
  .page-id-1498 #intro a.btn_special.racchetta-blu_after::after {
    left: 142px;
  }
}

@media (max-width: 690px) {
  .page-id-490 #hero h1.pallina_after,
  .page-id-1523 #hero h1.pallina_after {
    font-size: 150px;
  }
}
.page-id-490 #hero h1.pallina_after::after,
.page-id-1523 #hero h1.pallina_after::after {
  width: 200px;
  top: -30px;
  left: 380px;
  transform: rotate(85deg);
}
@media (max-width: 999px) {
  .page-id-490 #hero h1.pallina_after::after,
  .page-id-1523 #hero h1.pallina_after::after {
    width: 180px;
    top: -30px;
    left: 390px;
  }
}
@media (max-width: 690px) {
  .page-id-490 #hero h1.pallina_after::after,
  .page-id-1523 #hero h1.pallina_after::after {
    width: 130px;
    top: -20px;
    left: 220px;
  }
}
.page-id-490 #perche p,
.page-id-1523 #perche p {
  color: var(--dark-blue);
}
.page-id-490 #perche div.elenco_espositori,
.page-id-1523 #perche div.elenco_espositori {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-id-490 #perche div.elenco_espositori a.singolo_expo,
.page-id-1523 #perche div.elenco_espositori a.singolo_expo {
  margin-bottom: 15px;
  max-width: 12% !important;
  position: relative;
  border-radius: 20px;
  margin-bottom: 0;
  box-shadow: 0px 10px 30px rgba(25, 31, 49, 0.2);
  transition: all 300ms cubic-bezier(0.45, 0, 0.34, 3);
}
@media (max-width: 999px) {
  .page-id-490 #perche div.elenco_espositori a.singolo_expo,
  .page-id-1523 #perche div.elenco_espositori a.singolo_expo {
    max-width: 16% !important;
  }
}
@media (max-width: 690px) {
  .page-id-490 #perche div.elenco_espositori a.singolo_expo,
  .page-id-1523 #perche div.elenco_espositori a.singolo_expo {
    max-width: 27% !important;
  }
}
.page-id-490 #perche div.elenco_espositori a.singolo_expo img,
.page-id-1523 #perche div.elenco_espositori a.singolo_expo img {
  margin-bottom: 0;
  border-radius: 20px;
}
.page-id-490 #perche div.elenco_espositori a.singolo_expo div.stand,
.page-id-1523 #perche div.elenco_espositori a.singolo_expo div.stand {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-blue);
  border-radius: 20px;
}
.page-id-490 #perche div.elenco_espositori a.singolo_expo div.stand p,
.page-id-1523 #perche div.elenco_espositori a.singolo_expo div.stand p {
  font-size: 12px;
  color: var(--white);
}
.page-id-490 #perche div.elenco_espositori a.singolo_expo:hover,
.page-id-1523 #perche div.elenco_espositori a.singolo_expo:hover {
  box-shadow: none;
}
.page-id-490 #come_funziona img,
.page-id-1523 #come_funziona img {
  margin-top: -25vw;
  margin-bottom: 50px;
}
@media (min-width: 1650px) {
  .page-id-490 #come_funziona img,
  .page-id-1523 #come_funziona img {
    margin-top: -18vw;
  }
}
@media (max-width: 999px) {
  .page-id-490 #come_funziona img,
  .page-id-1523 #come_funziona img {
    margin-left: -19%;
    display: block;
    width: auto;
    max-width: unset;
    margin-top: -35vw;
  }
}
@media (max-width: 690px) {
  .page-id-490 #come_funziona img,
  .page-id-1523 #come_funziona img {
    margin-bottom: 60px;
  }
}
.page-id-490 #come_funziona .btn_special,
.page-id-1523 #come_funziona .btn_special {
  padding: 1rem 7rem;
  background: var(--light-blue);
  color: var(--dark-blue);
}
@media (max-width: 479px) {
  .page-id-490 #come_funziona .btn_special,
  .page-id-1523 #come_funziona .btn_special {
    padding: 1rem 3rem;
  }
}
.page-id-490 #come_funziona .btn_special.pallina_after::after,
.page-id-1523 #come_funziona .btn_special.pallina_after::after {
  top: -30px;
  left: -150px;
  height: 90px;
}
@media (max-width: 479px) {
  .page-id-490 #come_funziona .btn_special.pallina_after::after,
  .page-id-1523 #come_funziona .btn_special.pallina_after::after {
    left: -90px;
  }
}
.page-id-490 #come_funziona .btn_special:hover,
.page-id-1523 #come_funziona .btn_special:hover {
  box-shadow: rgba(36, 186, 219, 0.8117647059) 5px 5px, rgba(36, 186, 219, 0.5294117647) 10px 10px, rgba(36, 186, 219, 0.2784313725) 15px 15px;
}
.page-id-490 #come_funziona .btn_main-2,
.page-id-1523 #come_funziona .btn_main-2 {
  margin: auto;
}
@media (min-width: 1000px) {
  .page-id-490 #come_funziona .btn_main-2,
  .page-id-1523 #come_funziona .btn_main-2 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media (min-width: 100px) {
  .page-id-490 #come_funziona .btn_main-2 svg,
  .page-id-1523 #come_funziona .btn_main-2 svg {
    transform: rotate(45deg) scale(1.5);
  }
}
@media (min-width: 100px) {
  .page-id-490 #come_funziona .btn_main-2:hover svg,
  .page-id-1523 #come_funziona .btn_main-2:hover svg {
    transform: rotate(90deg) scale(1.5);
  }
}
.page-id-490 #come_funziona .punti-di-forza.evidenza,
.page-id-1523 #come_funziona .punti-di-forza.evidenza {
  margin-bottom: 100px;
}
@media (max-width: 999px) {
  .page-id-490 #come_funziona .punti-di-forza.evidenza,
  .page-id-1523 #come_funziona .punti-di-forza.evidenza {
    padding-top: 70px;
  }
}
.page-id-490 #come_funziona .punti-di-forza.evidenza p,
.page-id-1523 #come_funziona .punti-di-forza.evidenza p {
  padding: 0;
  font-size: 1vw;
}
.page-id-490 #come_funziona .punti-di-forza.evidenza p strong,
.page-id-1523 #come_funziona .punti-di-forza.evidenza p strong {
  color: var(--light-blue);
}
@media (max-width: 999px) {
  .page-id-490 #come_funziona .punti-di-forza.evidenza p,
  .page-id-1523 #come_funziona .punti-di-forza.evidenza p {
    font-size: 20px;
  }
}
.page-id-490 #come_funziona .punti-di-forza.base,
.page-id-1523 #come_funziona .punti-di-forza.base {
  padding-top: 30px;
  text-align: center;
}
.page-id-490 #come_funziona .punti-di-forza.base p,
.page-id-1523 #come_funziona .punti-di-forza.base p {
  font-size: 1.5vw;
}
.page-id-490 #come_funziona .punti-di-forza.base img.pallina,
.page-id-1523 #come_funziona .punti-di-forza.base img.pallina {
  margin-top: 0;
  margin-bottom: 20px;
  width: 60px;
}
@media (max-width: 479px) {
  .page-id-490 #come_funziona .punti-di-forza.base img.pallina,
  .page-id-1523 #come_funziona .punti-di-forza.base img.pallina {
    height: 30%;
  }
}
@media (max-width: 999px) {
  .page-id-490 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper,
  .page-id-1523 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (max-width: 999px) and (max-width: 479px) {
  .page-id-490 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper,
  .page-id-1523 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper {
    gap: 40px;
  }
}
@media (max-width: 999px) {
  .page-id-490 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper p,
  .page-id-1523 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper p {
    font-size: 24px;
    text-align: left;
  }
}
@media (max-width: 999px) and (max-width: 479px) {
  .page-id-490 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper p,
  .page-id-1523 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  .page-id-490 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper .hover-wrap,
  .page-id-1523 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper .hover-wrap {
    margin-bottom: 0 !important;
  }
  .page-id-490 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper img.pallina,
  .page-id-1523 #come_funziona .punti-di-forza.base > .row_col_wrap_12_inner > div .wpb_wrapper img.pallina {
    margin-left: 0;
    width: auto;
    height: 50px;
    margin-bottom: 0;
  }
}
.page-id-490 #come_funziona .evidenza,
.page-id-1523 #come_funziona .evidenza {
  text-align: center;
}
.page-id-490 #come_funziona .evidenza strong,
.page-id-1523 #come_funziona .evidenza strong {
  font-family: "rama-gothic-c", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--white);
  margin-bottom: 100px;
  text-transform: uppercase;
  font-size: 6vw;
}
@media (max-width: 999px) {
  .page-id-490 #come_funziona .evidenza strong,
  .page-id-1523 #come_funziona .evidenza strong {
    font-size: 100px;
    margin-bottom: 50px;
    padding-top: 70px;
  }
}
.page-id-490 #form_section p,
.page-id-1523 #form_section p {
  color: var(--dark-blue);
}
.page-id-490 #form_section .for-the-brands input,
.page-id-1523 #form_section .for-the-brands input {
  border: solid 1px var(--off-color-y);
  color: var(--off-color-y);
  background-color: var(--yellow);
}
.page-id-490 #form_section .for-the-brands input::-moz-placeholder, .page-id-1523 #form_section .for-the-brands input::-moz-placeholder {
  color: var(--off-color-y);
}
.page-id-490 #form_section .for-the-brands input::placeholder,
.page-id-1523 #form_section .for-the-brands input::placeholder {
  color: var(--off-color-y);
}
.page-id-490 #form_section .for-the-brands label span a,
.page-id-1523 #form_section .for-the-brands label span a {
  color: var(--dark-blue);
}
.page-id-490 #form_section .for-the-brands select,
.page-id-1523 #form_section .for-the-brands select {
  border: solid 1px var(--off-color-y);
  color: var(--off-color-y);
  background-color: var(--yellow);
  color: var(--dark-blue);
}
.page-id-490 #form_section .for-the-brands select a,
.page-id-1523 #form_section .for-the-brands select a {
  color: var(--dark-blue);
}
.page-id-490 #form_section .for-the-brands span.wpcf7-not-valid-tip,
.page-id-1523 #form_section .for-the-brands span.wpcf7-not-valid-tip {
  color: var(--yellow);
  background-color: var(--dark-blue);
}
.page-id-490 #form_section .for-the-brands .btn_main-2,
.page-id-1523 #form_section .for-the-brands .btn_main-2 {
  color: var(--dark-blue);
  border: solid 1px var(--dark-blue);
}
.page-id-490 #form_section .for-the-brands .btn_main-2 .icon_custom,
.page-id-1523 #form_section .for-the-brands .btn_main-2 .icon_custom {
  background-color: var(--dark-blue);
}
.page-id-490 #form_section .for-the-brands .btn_main-2 .icon_custom svg,
.page-id-1523 #form_section .for-the-brands .btn_main-2 .icon_custom svg {
  color: var(--yellow);
}

.page-id-681 #hero div.special-title.campo_after,
.page-id-1528 #hero div.special-title.campo_after {
  margin-bottom: 40px;
}
.page-id-681 #hero div.special-title.campo_after::after,
.page-id-1528 #hero div.special-title.campo_after::after {
  bottom: -50px;
  left: 100px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .page-id-681 #hero div.special-title.campo_after::after,
  .page-id-1528 #hero div.special-title.campo_after::after {
    left: 150px;
  }
}
@media (max-width: 999px) {
  .page-id-681 #hero div.special-title.campo_after::after,
  .page-id-1528 #hero div.special-title.campo_after::after {
    left: 80px;
  }
}
@media (max-width: 690px) {
  .page-id-681 #hero div.special-title.campo_after::after,
  .page-id-1528 #hero div.special-title.campo_after::after {
    bottom: -40px;
    left: 50px;
  }
}
@media (max-width: 479px) {
  .page-id-681 #hero div.special-title.campo_after::after,
  .page-id-1528 #hero div.special-title.campo_after::after {
    left: 90px;
  }
}
.page-id-681 #hero div.special-title.campo_after h5,
.page-id-1528 #hero div.special-title.campo_after h5 {
  color: var(--yellow);
  font-weight: 700;
}
.page-id-681 #hero div.special-title.campo_after h3,
.page-id-1528 #hero div.special-title.campo_after h3 {
  font-weight: 700;
}
.page-id-681 #sotto_menu .section_label,
.page-id-1528 #sotto_menu .section_label {
  top: -72px;
}
.page-id-681 #sotto_menu .nectar-button,
.page-id-1528 #sotto_menu .nectar-button {
  background-color: transparent !important;
  border: solid 1px var(--white) !important;
  background: none !important;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.page-id-681 #sotto_menu .nectar-button.large,
.page-id-1528 #sotto_menu .nectar-button.large {
  font-size: 50px;
  padding: 20px 30px !important;
  border-radius: 50vw !important;
}
@media (max-width: 479px) {
  .page-id-681 #sotto_menu .nectar-button.large,
  .page-id-1528 #sotto_menu .nectar-button.large {
    font-size: 40px;
  }
}
.page-id-681 #sotto_menu .nectar-button span,
.page-id-1528 #sotto_menu .nectar-button span {
  font-family: "rama-gothic-c", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--white) !important;
  transition: all 500ms ease-in-out;
}
@media (min-width: 1000px) {
  .page-id-681 #sotto_menu .nectar-button:hover,
  .page-id-1528 #sotto_menu .nectar-button:hover {
    background-color: var(--white) !important;
  }
  .page-id-681 #sotto_menu .nectar-button:hover span,
  .page-id-1528 #sotto_menu .nectar-button:hover span {
    color: var(--dark-blue) !important;
  }
}
.page-id-681 #sotto_menu .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper,
.page-id-1528 #sotto_menu .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  text-align: center;
}
.page-id-681 .all_news,
.page-id-1528 .all_news {
  position: relative;
  padding-bottom: 100px !important;
  background-color: #fff;
}
.page-id-681 .all_news .news,
.page-id-1528 .all_news .news {
  padding: 3% 0 3% 40vw;
}
@media (max-width: 1100px) {
  .page-id-681 .all_news .news,
  .page-id-1528 .all_news .news {
    padding: 10% 10vw 10% 10vw;
  }
}
.page-id-681 .all_news .news div.testata,
.page-id-1528 .all_news .news div.testata {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.page-id-681 .all_news .news div.testata p,
.page-id-1528 .all_news .news div.testata p {
  color: var(--dark-blue);
  font-size: 25px;
  font-weight: 200;
}
.page-id-681 .all_news .news:nth-child(odd),
.page-id-1528 .all_news .news:nth-child(odd) {
  background-color: var(--off-color-w);
}
.page-id-681 .all_news .news:nth-child(even),
.page-id-1528 .all_news .news:nth-child(even) {
  background-color: var(--white);
}
.page-id-681 .all_news .special-title,
.page-id-1528 .all_news .special-title {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 120px;
  left: 10vw;
}
@media (max-width: 1100px) {
  .page-id-681 .all_news .special-title,
  .page-id-1528 .all_news .special-title {
    position: relative;
    margin-left: 10vw;
    margin-top: 60px;
    margin-bottom: 30px;
    top: 0;
    left: 0;
  }
}
.page-id-681 .all_news .special-title.pallina_after::after,
.page-id-1528 .all_news .special-title.pallina_after::after {
  width: 400px;
  height: 100%;
  top: -80px;
  left: 70px;
  transform: rotate(85deg);
}
@media (max-width: 1100px) {
  .page-id-681 .all_news .special-title.pallina_after::after,
  .page-id-1528 .all_news .special-title.pallina_after::after {
    left: 180px;
    width: 190px;
  }
}
@media (max-width: 690px) {
  .page-id-681 .all_news .special-title.pallina_after::after,
  .page-id-1528 .all_news .special-title.pallina_after::after {
    left: 100px;
    top: -60px;
  }
}
.page-id-681 .all_news .special-title h5,
.page-id-1528 .all_news .special-title h5 {
  color: var(--dark-blue);
}
.page-id-681 .all_news .special-title h3,
.page-id-1528 .all_news .special-title h3 {
  color: var(--soft-blue);
}
.page-id-681 #form_section p,
.page-id-1528 #form_section p {
  color: var(--dark-blue);
}
.page-id-681 #form_section .form-giornalisti input,
.page-id-1528 #form_section .form-giornalisti input {
  border: solid 1px var(--off-color-y);
  color: var(--off-color-y);
  background-color: var(--yellow);
}
.page-id-681 #form_section .form-giornalisti input::-moz-placeholder, .page-id-1528 #form_section .form-giornalisti input::-moz-placeholder {
  color: var(--off-color-y);
}
.page-id-681 #form_section .form-giornalisti input::placeholder,
.page-id-1528 #form_section .form-giornalisti input::placeholder {
  color: var(--off-color-y);
}
.page-id-681 #form_section .form-giornalisti select,
.page-id-1528 #form_section .form-giornalisti select {
  border: solid 1px var(--off-color-y);
  color: var(--off-color-y);
  background-color: var(--yellow);
}
.page-id-681 #form_section .form-giornalisti p label span,
.page-id-1528 #form_section .form-giornalisti p label span {
  color: var(--dark-blue);
}
.page-id-681 #form_section .form-giornalisti p label span a,
.page-id-1528 #form_section .form-giornalisti p label span a {
  color: var(--dark-blue);
}
.page-id-681 #form_section .form-giornalisti span.wpcf7-not-valid-tip,
.page-id-1528 #form_section .form-giornalisti span.wpcf7-not-valid-tip {
  color: var(--yellow);
  background-color: var(--dark-blue);
}
.page-id-681 #form_section .form-giornalisti .btn_main-2,
.page-id-1528 #form_section .form-giornalisti .btn_main-2 {
  color: var(--dark-blue);
  border: solid 1px var(--dark-blue);
}
.page-id-681 #form_section .form-giornalisti .btn_main-2 .icon_custom,
.page-id-1528 #form_section .form-giornalisti .btn_main-2 .icon_custom {
  background-color: var(--dark-blue);
}
.page-id-681 #form_section .form-giornalisti .btn_main-2 .icon_custom svg,
.page-id-1528 #form_section .form-giornalisti .btn_main-2 .icon_custom svg {
  color: var(--yellow);
}

@media (max-width: 767px) {
  .page-id-7283 #days div.wpb_wrapper, .page-id-7341 #days div.wpb_wrapper {
    display: flex;
    overflow: scroll;
    gap: 20px;
  }
}
.page-id-7283 #days .section_label, .page-id-7341 #days .section_label {
  top: -72px;
}
.page-id-7283 #days .nectar-button, .page-id-7341 #days .nectar-button {
  background-color: transparent !important;
  border: solid 1px var(--white) !important;
  background: none !important;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .page-id-7283 #days .nectar-button, .page-id-7341 #days .nectar-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .page-id-7283 #days .nectar-button span, .page-id-7341 #days .nectar-button span {
    width: 100%;
    white-space: nowrap;
  }
}
.page-id-7283 #days .nectar-button.large, .page-id-7341 #days .nectar-button.large {
  font-size: 50px;
  padding: 20px 30px !important;
  border-radius: 50vw !important;
}
@media (max-width: 479px) {
  .page-id-7283 #days .nectar-button.large, .page-id-7341 #days .nectar-button.large {
    font-size: 40px;
  }
}
.page-id-7283 #days .nectar-button.active, .page-id-7341 #days .nectar-button.active {
  background-color: var(--white) !important;
}
.page-id-7283 #days .nectar-button.active span, .page-id-7341 #days .nectar-button.active span {
  color: var(--dark-blue) !important;
}
.page-id-7283 #days .nectar-button span, .page-id-7341 #days .nectar-button span {
  font-family: "rama-gothic-c", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--white) !important;
  transition: all 500ms ease-in-out;
}
@media (min-width: 1000px) {
  .page-id-7283 #days .nectar-button:hover, .page-id-7341 #days .nectar-button:hover {
    background-color: var(--white) !important;
  }
  .page-id-7283 #days .nectar-button:hover span, .page-id-7341 #days .nectar-button:hover span {
    color: var(--dark-blue) !important;
  }
}
.page-id-7283 #days .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper, .page-id-7341 #days .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  text-align: center;
}
.page-id-7283 div#blocco, .page-id-7341 div#blocco {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(25, 31, 49, 0.9);
}
.page-id-7283 div#blocco .submit-form_section, .page-id-7341 div#blocco .submit-form_section {
  padding: 0 !important;
}
.page-id-7283 div#blocco .submit-form_section p, .page-id-7341 div#blocco .submit-form_section p {
  padding: 0 !important;
}
@media (max-width: 999px) {
  .page-id-7283 div#blocco, .page-id-7341 div#blocco {
    min-height: 100vh !important;
  }
}
.page-id-7283 div#blocco h2, .page-id-7341 div#blocco h2 {
  font-size: 90px;
}
@media (max-width: 767px) {
  .page-id-7283 div#blocco h2, .page-id-7341 div#blocco h2 {
    font-size: 70px;
  }
}
.page-id-7283 div#blocco div.row_col_wrap_12 > div.wpb_column, .page-id-7341 div#blocco div.row_col_wrap_12 > div.wpb_column {
  padding: 50px;
  border-radius: 30px;
  background-color: var(--soft-blue);
  width: 30%;
  margin: auto;
  box-shadow: 0 10px 30px #121624;
}
@media (max-width: 999px) {
  .page-id-7283 div#blocco div.row_col_wrap_12 > div.wpb_column, .page-id-7341 div#blocco div.row_col_wrap_12 > div.wpb_column {
    width: 70%;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .page-id-7283 div#blocco div.row_col_wrap_12 > div.wpb_column, .page-id-7341 div#blocco div.row_col_wrap_12 > div.wpb_column {
    padding: 30px;
    width: 80%;
  }
}
.page-id-7283 div#blocco form input, .page-id-7341 div#blocco form input {
  border: solid 1px var(--off-color-sb);
  color: var(--off-color-sb);
  background-color: var(--soft-blue);
}
.page-id-7283 div#blocco form input::-moz-placeholder, .page-id-7341 div#blocco form input::-moz-placeholder {
  color: var(--off-color-sb);
}
.page-id-7283 div#blocco form input::placeholder, .page-id-7341 div#blocco form input::placeholder {
  color: var(--off-color-sb);
}
.page-id-7283 div#blocco form span.wpcf7-form-control-wrap, .page-id-7341 div#blocco form span.wpcf7-form-control-wrap {
  width: 100%;
}
.page-id-7283 div#blocco form span.wpcf7-not-valid-tip, .page-id-7341 div#blocco form span.wpcf7-not-valid-tip {
  background-color: var(--soft-blue);
  color: var(--yellow);
}
.page-id-7283 div#blocco form span.wpcf7-acceptance span.wpcf7-list-item, .page-id-7341 div#blocco form span.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .page-id-7283 div#blocco form span.wpcf7-acceptance span.wpcf7-list-item label span, .page-id-7341 div#blocco form span.wpcf7-acceptance span.wpcf7-list-item label span {
    font-size: 10px;
  }
}
.page-id-7283 div#blocco form span, .page-id-7341 div#blocco form span {
  color: var(--off-color-sb);
}
.page-id-7283 div#blocco form span a, .page-id-7341 div#blocco form span a {
  color: var(--yellow);
}
.page-id-7283 .photo div.wpb_raw_code.sticky, .page-id-7341 .photo div.wpb_raw_code.sticky {
  z-index: 2;
}
.page-id-7283 .photo .special-title, .page-id-7341 .photo .special-title {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 120px;
  left: 10vw;
}
@media (max-width: 767px) {
  .page-id-7283 .photo .special-title, .page-id-7341 .photo .special-title {
    margin-top: 90px !important;
  }
}
@media (max-width: 999px) {
  .page-id-7283 .photo .special-title, .page-id-7341 .photo .special-title {
    margin-top: 110px;
  }
}
@media (max-width: 1100px) {
  .page-id-7283 .photo .special-title, .page-id-7341 .photo .special-title {
    position: relative;
    margin-left: 10vw;
    margin-top: 60px;
    margin-bottom: 30px;
    top: 0;
    left: 0;
  }
}
.page-id-7283 .photo .special-title.pallina_after::after, .page-id-7341 .photo .special-title.pallina_after::after {
  width: 400px;
  height: 100%;
  top: -80px;
  left: 70px;
  transform: rotate(85deg);
}
@media (max-width: 1100px) {
  .page-id-7283 .photo .special-title.pallina_after::after, .page-id-7341 .photo .special-title.pallina_after::after {
    left: 180px;
    width: 190px;
  }
}
@media (max-width: 690px) {
  .page-id-7283 .photo .special-title.pallina_after::after, .page-id-7341 .photo .special-title.pallina_after::after {
    left: 50px;
    top: -60px;
  }
}
.page-id-7283 .photo .special-title h5, .page-id-7341 .photo .special-title h5 {
  color: var(--yellow);
}
.page-id-7283 .photo .special-title h3, .page-id-7341 .photo .special-title h3 {
  color: var(--white);
}
.page-id-7283 .photo div.gallery, .page-id-7341 .photo div.gallery {
  padding-left: 25vw;
  padding-right: 10vw;
  padding-top: 140px;
  padding-bottom: 100px;
}
@media (max-width: 999px) {
  .page-id-7283 .photo div.gallery, .page-id-7341 .photo div.gallery {
    padding-left: 10vw;
    padding-right: 12vw;
    padding-top: 0;
  }
}
.page-id-7283 .photo div.gallery main.images, .page-id-7341 .photo div.gallery main.images {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 25% 25% 25% 25%;
}
@media (max-width: 999px) {
  .page-id-7283 .photo div.gallery main.images, .page-id-7341 .photo div.gallery main.images {
    grid-template-columns: 50% 50%;
  }
}
.page-id-7283 .photo div.gallery main.images a.template, .page-id-7341 .photo div.gallery main.images a.template {
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 5px;
}
.page-id-7283 .photo div.gallery main.images a.template img, .page-id-7341 .photo div.gallery main.images a.template img {
  height: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: transparent;
  border-radius: 50px;
  border: none !important;
  box-shadow: 0 10px 30px #121624;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .page-id-7283 .photo div.gallery main.images a.template img, .page-id-7341 .photo div.gallery main.images a.template img {
    border-radius: 20px;
  }
}
.page-id-7283 .photo div.gallery main.images a.template img:hover, .page-id-7341 .photo div.gallery main.images a.template img:hover {
  box-shadow: none;
}
.page-id-7283 .photo div.gallery main.images a.template.animate, .page-id-7341 .photo div.gallery main.images a.template.animate {
  transform: scale(1);
  opacity: 1;
}
.page-id-7283 .photo div.gallery footer.gallery-pagination, .page-id-7341 .photo div.gallery footer.gallery-pagination {
  margin: 30px 0;
  display: flex;
  justify-content: space-around;
}
.page-id-7283 .photo div.gallery footer.gallery-pagination > button, .page-id-7341 .photo div.gallery footer.gallery-pagination > button {
  background-color: var(--yellow);
  color: var(--dark-blue);
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
  border: none;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}
.page-id-7283 .photo div.gallery footer.gallery-pagination > button.sr-only, .page-id-7341 .photo div.gallery footer.gallery-pagination > button.sr-only {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.page-id-7283 .photo div.gallery footer.gallery-pagination span.page, .page-id-7341 .photo div.gallery footer.gallery-pagination span.page {
  display: none;
  margin-left: 15px;
  margin-right: 15px;
  color: #707070;
  font-style: italic;
  font-size: 13px;
}
.page-id-7283 .photo div.gallery footer.gallery-pagination div.gallery-dots, .page-id-7341 .photo div.gallery footer.gallery-pagination div.gallery-dots {
  margin-bottom: 15px;
  text-align: center;
}
.page-id-7283 .photo div.gallery footer.gallery-pagination div.gallery-dots .gallery-dot, .page-id-7341 .photo div.gallery footer.gallery-pagination div.gallery-dots .gallery-dot {
  background-color: transparent;
  background-image: url(https://offbook.it/padeltrend/wp-content/uploads/2023/10/marker-full.svg);
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  margin: 5px;
  opacity: 0.4;
  outline: none;
  cursor: pointer;
}
.page-id-7283 .photo div.gallery footer.gallery-pagination div.gallery-dots .gallery-dot.active, .page-id-7341 .photo div.gallery footer.gallery-pagination div.gallery-dots .gallery-dot.active {
  opacity: 1;
}
.page-id-7283 div.fancybox-container div.fancybox-toolbar a.fancybox-button--download, .page-id-7341 div.fancybox-container div.fancybox-toolbar a.fancybox-button--download {
  background-color: var(--yellow);
  color: var(--dark-blue);
  border-radius: 50px;
  position: absolute;
  left: -220px;
  top: 240px;
  width: 100px;
  height: 100px;
  padding: 30px;
  box-shadow: none;
  transition: all 300ms ease-in-out;
}
.page-id-7283 div.fancybox-container div.fancybox-toolbar a.fancybox-button--download:hover, .page-id-7341 div.fancybox-container div.fancybox-toolbar a.fancybox-button--download:hover {
  box-shadow: 0 10px 30px #121624;
}
@media (max-width: 767px) {
  .page-id-7283 div.fancybox-container div.fancybox-toolbar a.fancybox-button--download, .page-id-7341 div.fancybox-container div.fancybox-toolbar a.fancybox-button--download {
    left: -120px;
    top: 420px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}

#hero_23 {
  z-index: 0 !important;
}
@media (max-width: 999px) {
  #hero_23 {
    padding-top: 10vw !important;
  }
}
#hero_23 > .row_col_wrap_12 {
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 999px) {
  #hero_23 > .row_col_wrap_12 {
    padding-bottom: 35vw;
  }
}
#hero_23 .special-title h5 {
  color: var(--yellow);
}
@media (max-width: 999px) {
  #hero_23 .special-title h3 {
    font-size: 150px;
  }
  #hero_23 .special-title h5 {
    font-size: 72px;
  }
}
@media (max-width: 690px) {
  #hero_23 .special-title h3 {
    font-size: 90px;
  }
  #hero_23 .special-title h5 {
    font-size: 44px;
  }
}

#highlights h1 {
  font-size: 300px;
  margin-bottom: 10vw;
}
@media (max-width: 1300px) {
  #highlights h1 {
    font-size: 250px;
  }
}
@media (max-width: 1100px) {
  #highlights h1 {
    font-size: 210px;
  }
}
@media (max-width: 999px) {
  #highlights h1 {
    font-size: 200px;
  }
}
@media (max-width: 690px) {
  #highlights h1 {
    font-size: 150px;
  }
}
@media (max-width: 479px) {
  #highlights h1 {
    font-size: 110px;
  }
}
#highlights h1.pallina_after::after {
  width: 60%;
  height: 60%;
  top: 20px;
  left: 630px;
  transform: rotate(85deg);
}
@media (max-width: 1300px) {
  #highlights h1.pallina_after::after {
    top: 10px;
    left: 520px;
  }
}
@media (max-width: 1100px) {
  #highlights h1.pallina_after::after {
    width: 70%;
    height: 70%;
    top: -10px;
    left: 420px;
  }
}
@media (max-width: 999px) {
  #highlights h1.pallina_after::after {
    width: 50%;
    height: 50%;
    top: -130px;
    left: 370px;
  }
}
@media (max-width: 690px) {
  #highlights h1.pallina_after::after {
    width: 50%;
    height: 50%;
    top: 0;
    left: 300px;
  }
}
@media (max-width: 479px) {
  #highlights h1.pallina_after::after {
    width: 50%;
    height: 50%;
    top: 0;
    left: 210px;
  }
}
#highlights .reel {
  padding: 5% 0;
}
#highlights .reel .nectar-video-box .inner-wrap {
  border-radius: 50px;
}
@media (max-width: 999px) {
  #highlights .reel .nectar-video-box .inner-wrap {
    border-radius: 20px;
  }
}
#highlights .reel .video {
  padding: 0 5%;
}
@media (max-width: 999px) {
  #highlights .reel .video {
    padding: 0;
  }
}
@media (max-width: 999px) {
  #highlights .reel .day img {
    width: 40%;
  }
}
@media (max-width: 690px) {
  #highlights .reel .day img {
    width: 20%;
  }
}

#about h3 {
  color: var(--dark-blue);
  font-size: 150px;
  text-align: center;
  margin-bottom: 5vw;
}
@media (max-width: 690px) {
  #about h3 {
    font-size: 110px;
  }
}

#gallery .portfolio-items > div .inner-wrap .work-item {
  border-radius: 20px;
}
#gallery img.pallina {
  position: absolute;
  z-index: 2;
  left: -80px;
  top: -140px;
  transform: rotate(20deg) scale(2);
}
@media (max-width: 1300px) {
  #gallery img.pallina {
    left: -20px;
    top: -130px;
    transform: rotate(20deg) scale(1.5);
  }
}

.page-id-981 #section_correlati,
.page-id-2797 #section_correlati {
  top: 0;
}
.page-id-981 #section_correlati .section_label,
.page-id-2797 #section_correlati .section_label {
  top: -42px;
}
@media (max-width: 999px) {
  .page-id-981 #section_correlati,
  .page-id-2797 #section_correlati {
    padding-bottom: 0;
    top: 0;
    padding-top: 40px;
  }
}
.page-id-981 #filtri form ul > li.sf-field-category ul,
.page-id-2797 #filtri form ul > li.sf-field-category ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-left: 0 !important;
}
.page-id-981 #filtri form ul > li.sf-field-category ul li,
.page-id-2797 #filtri form ul > li.sf-field-category ul li {
  padding: 10px;
  border: solid 1px var(--white);
  border-radius: 10px;
}
.page-id-981 #filtri form ul > li.sf-field-category ul li input.sf-input-checkbox,
.page-id-2797 #filtri form ul > li.sf-field-category ul li input.sf-input-checkbox {
  display: none;
}
.page-id-981 #filtri form ul > li.sf-field-category ul li label,
.page-id-2797 #filtri form ul > li.sf-field-category ul li label {
  padding: 0;
  font-size: 40px;
  font-family: "rama-gothic-c", sans-serif;
  text-transform: uppercase;
}
.page-id-981 #filtri form ul > li.sf-field-category ul li:hover,
.page-id-2797 #filtri form ul > li.sf-field-category ul li:hover {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.page-id-981 #filtri form ul > li.sf-field-category ul li:hover label,
.page-id-2797 #filtri form ul > li.sf-field-category ul li:hover label {
  cursor: pointer;
}
.page-id-981 #filtri form ul > li.sf-field-category ul li.sf-option-active,
.page-id-2797 #filtri form ul > li.sf-field-category ul li.sf-option-active {
  background-color: var(--white);
}
.page-id-981 #filtri form ul > li.sf-field-category ul li.sf-option-active label,
.page-id-2797 #filtri form ul > li.sf-field-category ul li.sf-option-active label {
  color: var(--soft-blue);
}
@media (max-width: 999px) {
  .page-id-981 #filtri form ul > li.sf-field-category ul,
  .page-id-2797 #filtri form ul > li.sf-field-category ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.page-id-981 #filtri .section_label,
.page-id-2797 #filtri .section_label {
  top: -72px;
}
.page-id-981 .box_articoli.blog,
.page-id-2797 .box_articoli.blog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-template-rows: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .page-id-981 .box_articoli.blog,
  .page-id-2797 .box_articoli.blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.page-id-981 .box_articoli.blog a.item,
.page-id-2797 .box_articoli.blog a.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 30px;
  aspect-ratio: 1/1;
  width: 100%;
  transition: all 300ms cubic-bezier(0.7, -0.36, 0.14, 1.44);
}
.page-id-981 .box_articoli.blog a.item:hover,
.page-id-2797 .box_articoli.blog a.item:hover {
  transform: scale(1.05);
}
.page-id-981 .box_articoli.blog a.item:hover div.img img,
.page-id-2797 .box_articoli.blog a.item:hover div.img img {
  filter: brightness(0.5);
}
.page-id-981 .box_articoli.blog a.item:nth-child(9n+4),
.page-id-2797 .box_articoli.blog a.item:nth-child(9n+4) {
  grid-column: span 2;
  grid-row: span 2;
  transition: all 300ms cubic-bezier(0.7, -0.36, 0.14, 1.44);
}
.page-id-981 .box_articoli.blog a.item:nth-child(9n+4) .categorie p,
.page-id-2797 .box_articoli.blog a.item:nth-child(9n+4) .categorie p {
  font-size: 24px;
}
.page-id-981 .box_articoli.blog a.item:nth-child(9n+4) .dati .desc,
.page-id-2797 .box_articoli.blog a.item:nth-child(9n+4) .dati .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.page-id-981 .box_articoli.blog a.item:nth-child(9n+4):hover,
.page-id-2797 .box_articoli.blog a.item:nth-child(9n+4):hover {
  transform: scale(1.02);
}
.page-id-981 .box_articoli.blog a.item:nth-child(9n+8),
.page-id-2797 .box_articoli.blog a.item:nth-child(9n+8) {
  grid-column: span 2;
  grid-row: span 2;
  transition: all 300ms cubic-bezier(0.7, -0.36, 0.14, 1.44);
}
.page-id-981 .box_articoli.blog a.item:nth-child(9n+8) .categorie p,
.page-id-2797 .box_articoli.blog a.item:nth-child(9n+8) .categorie p {
  font-size: 24px;
}
.page-id-981 .box_articoli.blog a.item:nth-child(9n+8) .dati .desc,
.page-id-2797 .box_articoli.blog a.item:nth-child(9n+8) .dati .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.page-id-981 .box_articoli.blog a.item:nth-child(9n+8):hover,
.page-id-2797 .box_articoli.blog a.item:nth-child(9n+8):hover {
  transform: scale(1.02);
}
.page-id-981 .box_articoli.blog a.item img,
.page-id-2797 .box_articoli.blog a.item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  filter: brightness(0.5);
}
.page-id-981 .box_articoli.blog a.item div.dati p,
.page-id-2797 .box_articoli.blog a.item div.dati p {
  color: var(--white);
}
.page-id-981 .box_articoli.blog a.item div.dati p.titolo,
.page-id-2797 .box_articoli.blog a.item div.dati p.titolo {
  font-family: "rama-gothic-c", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 74%;
  text-transform: uppercase;
  font-size: 450%;
  padding-bottom: 20px;
  padding-right: 10%;
}
.page-id-981 .box_articoli.blog a.item div.categorie,
.page-id-2797 .box_articoli.blog a.item div.categorie {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-id-981 .box_articoli.blog a.item div.categorie div.categoria,
.page-id-2797 .box_articoli.blog a.item div.categorie div.categoria {
  padding: 10px;
  border: solid 1px var(--white);
  border-radius: 10px;
  background-color: rgba(0, 132, 229, 0.4);
}
.page-id-981 .box_articoli.blog a.item div.categorie p,
.page-id-2797 .box_articoli.blog a.item div.categorie p {
  color: var(--white);
  font-size: 14px;
  padding: 0;
}
@media (max-width: 1200px) {
  .page-id-981 .box_articoli.blog a.item,
  .page-id-2797 .box_articoli.blog a.item {
    width: 48% !important;
  }
}
@media (max-width: 999px) {
  .page-id-981 .box_articoli.blog a.item,
  .page-id-2797 .box_articoli.blog a.item {
    width: 90% !important;
  }
}

.page-id-628 #hero .hero-title h1,
.page-id-1632 #hero .hero-title h1 {
  margin-bottom: 5vw;
}
@media (max-width: 999px) {
  .page-id-628 #hero .hero-title,
  .page-id-1632 #hero .hero-title {
    margin-bottom: 15vw;
  }
}
@media (max-width: 999px) {
  .page-id-628 #hero .hero-title .nectar-highlighted-text,
  .page-id-1632 #hero .hero-title .nectar-highlighted-text {
    margin-bottom: 100px;
  }
}
.page-id-628 #hero .hero-cta .wpb_wrapper,
.page-id-1632 #hero .hero-cta .wpb_wrapper {
  gap: 0 !important;
}
.page-id-628 #hero .hero-cta .wpb_wrapper .wpb_text_column h4,
.page-id-1632 #hero .hero-cta .wpb_wrapper .wpb_text_column h4 {
  font-size: 120px;
  margin-bottom: 2vw;
}
@media (max-width: 690px) {
  .page-id-628 #hero .hero-cta .wpb_wrapper .wpb_text_column h4,
  .page-id-1632 #hero .hero-cta .wpb_wrapper .wpb_text_column h4 {
    font-size: 90px;
  }
}
.page-id-628 #hero .hero-cta .wpb_wrapper .wpb_raw_code,
.page-id-1632 #hero .hero-cta .wpb_wrapper .wpb_raw_code {
  margin-bottom: 5vw !important;
}
.page-id-628 #hero .hero-cta.sx .wpb_wrapper,
.page-id-1632 #hero .hero-cta.sx .wpb_wrapper {
  align-items: start;
}
.page-id-628 #hero .hero-cta.sx h4,
.page-id-1632 #hero .hero-cta.sx h4 {
  color: var(--yellow);
}
.page-id-628 #hero .hero-cta.dx .wpb_wrapper,
.page-id-1632 #hero .hero-cta.dx .wpb_wrapper {
  align-items: start;
}
.page-id-628 #hero .hero-cta.dx h4,
.page-id-1632 #hero .hero-cta.dx h4 {
  color: var(--light-blue);
}
@media (max-width: 479px) {
  .page-id-628 #hero .hero-cta .btn_main-2,
  .page-id-1632 #hero .hero-cta .btn_main-2 {
    font-size: 15px;
  }
}
@media (max-width: 999px) {
  .page-id-628 #hero .hero-cta .btn_main-2.yellow,
  .page-id-1632 #hero .hero-cta .btn_main-2.yellow {
    margin-bottom: 40px;
  }
}
.page-id-628 #hero a,
.page-id-1632 #hero a {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: var(--white);
}
.page-id-628 #hotel h2,
.page-id-1632 #hotel h2 {
  font-size: 120px;
  margin-bottom: 2vw;
  color: var(--dark-blue);
}
@media (max-width: 690px) {
  .page-id-628 #hotel h2,
  .page-id-1632 #hotel h2 {
    font-size: 90px;
  }
}
.page-id-628 #hotel p,
.page-id-1632 #hotel p {
  color: var(--dark-blue);
}
.page-id-628 #qea div.wpb_text_column h2,
.page-id-1632 #qea div.wpb_text_column h2 {
  font-size: 120px;
  color: var(--dark-blue);
  margin-bottom: 70px;
}

.page-id-3264 #hero h1.pallina_after::after,
.page-id-3276 #hero h1.pallina_after::after {
  width: 200px;
  top: -30px;
  left: 290px;
  transform: rotate(85deg);
}
@media (max-width: 999px) {
  .page-id-3264 #hero h1.pallina_after::after,
  .page-id-3276 #hero h1.pallina_after::after {
    width: 180px;
    top: -30px;
    left: 300px;
  }
}
@media (max-width: 690px) {
  .page-id-3264 #hero h1.pallina_after::after,
  .page-id-3276 #hero h1.pallina_after::after {
    width: 130px;
    top: -20px;
    left: 210px;
  }
}

.page-id-4808 #hero h1.campo_after,
.page-id-5635 #hero h1.campo_after {
  margin-bottom: 5vw;
}
@media (max-width: 690px) {
  .page-id-4808 #hero h1.campo_after,
  .page-id-5635 #hero h1.campo_after {
    margin-bottom: 10vw;
  }
}
.page-id-4808 #hero h1.campo_after::after,
.page-id-5635 #hero h1.campo_after::after {
  bottom: -60px;
  left: 80px;
  width: 100%;
  height: 100%;
}
@media (max-width: 999px) {
  .page-id-4808 #hero h1.campo_after::after,
  .page-id-5635 #hero h1.campo_after::after {
    left: 70px;
  }
}
@media (max-width: 690px) {
  .page-id-4808 #hero h1.campo_after::after,
  .page-id-5635 #hero h1.campo_after::after {
    left: 40px;
    bottom: -45px;
  }
}
.page-id-4808 #programma h5,
.page-id-5635 #programma h5 {
  color: var(--dark-blue);
}
.page-id-4808 #programma .btn_main-2,
.page-id-5635 #programma .btn_main-2 {
  margin-top: 50px;
}
.page-id-4808 #inspiration_hub h5,
.page-id-5635 #inspiration_hub h5 {
  color: var(--yellow);
}
.page-id-4808 #inspiration_hub .btn_main-2,
.page-id-5635 #inspiration_hub .btn_main-2 {
  margin-top: 50px;
}

.page-id-611 #hero h1.campo_after,
.page-id-1688 #hero h1.campo_after {
  margin-bottom: 5vw;
}
@media (max-width: 690px) {
  .page-id-611 #hero h1.campo_after,
  .page-id-1688 #hero h1.campo_after {
    margin-bottom: 10vw;
  }
}
.page-id-611 #hero h1.campo_after::after,
.page-id-1688 #hero h1.campo_after::after {
  bottom: -40px;
  width: 100%;
  height: 100%;
}
@media (max-width: 999px) {
  .page-id-611 #hero h1.campo_after::after,
  .page-id-1688 #hero h1.campo_after::after {
    right: auto;
    left: -160px;
  }
}
@media (max-width: 690px) {
  .page-id-611 #hero h1.campo_after::after,
  .page-id-1688 #hero h1.campo_after::after {
    left: 0;
  }
}
.page-id-611 #section_form p,
.page-id-1688 #section_form p {
  color: var(--dark-blue);
}
.page-id-611 #section_form .campo,
.page-id-1688 #section_form .campo {
  position: absolute;
  z-index: 2;
  top: -439px;
  left: 600px;
  transform: scale(0.6);
}
@media (max-width: 1400px) {
  .page-id-611 #section_form .campo,
  .page-id-1688 #section_form .campo {
    top: -429px;
    left: 400px;
    transform: scale(0.5);
  }
}
@media (max-width: 1400px) {
  .page-id-611 #section_form .campo,
  .page-id-1688 #section_form .campo {
    top: -429px;
    left: 500px;
    transform: scale(0.5);
  }
}
@media (max-width: 1200px) {
  .page-id-611 #section_form .campo,
  .page-id-1688 #section_form .campo {
    top: -409px;
    left: 350px;
    transform: scale(0.5);
  }
}
@media (max-width: 999px) {
  .page-id-611 #section_form .campo,
  .page-id-1688 #section_form .campo {
    top: -335px;
    left: 310px;
    transform: scale(0.7);
  }
}
@media (max-width: 690px) {
  .page-id-611 #section_form .campo,
  .page-id-1688 #section_form .campo {
    display: none;
  }
}
.page-id-611 #section_form form .form_custom input,
.page-id-611 #section_form form .form_custom select,
.page-id-1688 #section_form form .form_custom input,
.page-id-1688 #section_form form .form_custom select {
  border: solid 1px var(--dark-blue);
  color: var(--dark-blue);
  background-color: var(--yellow);
  border-radius: 10px;
}
.page-id-611 #section_form form .form_custom input::-moz-placeholder, .page-id-611 #section_form form .form_custom select::-moz-placeholder, .page-id-1688 #section_form form .form_custom input::-moz-placeholder, .page-id-1688 #section_form form .form_custom select::-moz-placeholder {
  color: var(--dark-blue);
}
.page-id-611 #section_form form .form_custom input::placeholder,
.page-id-611 #section_form form .form_custom select::placeholder,
.page-id-1688 #section_form form .form_custom input::placeholder,
.page-id-1688 #section_form form .form_custom select::placeholder {
  color: var(--dark-blue);
}
.page-id-611 #section_form form .form_custom p label span,
.page-id-1688 #section_form form .form_custom p label span {
  color: var(--dark-blue);
}
.page-id-611 #section_form form .form_custom p label span a,
.page-id-1688 #section_form form .form_custom p label span a {
  color: var(--dark-blue);
}
.page-id-611 #section_form form .form_custom span.wpcf7-not-valid-tip,
.page-id-1688 #section_form form .form_custom span.wpcf7-not-valid-tip {
  color: var(--yellow);
  background-color: var(--dark-blue);
}
.page-id-611 #section_form form .form_custom .btn_main-2,
.page-id-1688 #section_form form .form_custom .btn_main-2 {
  color: var(--dark-blue);
  border: solid 1px var(--dark-blue);
}
.page-id-611 #section_form form .form_custom .btn_main-2 .icon_custom,
.page-id-1688 #section_form form .form_custom .btn_main-2 .icon_custom {
  background-color: var(--dark-blue);
}
.page-id-611 #section_form form .form_custom .btn_main-2 .icon_custom svg,
.page-id-1688 #section_form form .form_custom .btn_main-2 .icon_custom svg {
  color: var(--yellow);
}
.page-id-611 #section_form form .form_custom .wpcf7-form-control.wpcf7-acceptance.optional,
.page-id-1688 #section_form form .form_custom .wpcf7-form-control.wpcf7-acceptance.optional {
  width: 100% !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
}
.page-id-611 #section_form form .form_custom .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item,
.page-id-1688 #section_form form .form_custom .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item {
  width: 100% !important;
  display: inline-block !important;
  margin: 0 !important;
}
.page-id-611 #section_form form .form_custom .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item > label,
.page-id-1688 #section_form form .form_custom .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.page-id-611 #section_form form .form_custom .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item-label,
.page-id-1688 #section_form form .form_custom .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item-label {
  width: 100% !important;
  display: inline-block !important;
  font-size: 14px !important;
  opacity: 0.8;
  margin-bottom: 0 !important;
}
.page-id-611 #section_form form .form_custom .sub_col > p,
.page-id-1688 #section_form form .form_custom .sub_col > p {
  font-size: 14px !important;
  opacity: 0.8;
  padding-bottom: 8px !important;
}
.page-id-611 #section_form form .form_custom .sub_col:first-of-type,
.page-id-1688 #section_form form .form_custom .sub_col:first-of-type {
  margin-bottom: 10px;
}
.page-id-611 #section_form form .form_custom .sub_col .campi_interni p,
.page-id-1688 #section_form form .form_custom .sub_col .campi_interni p {
  width: 100%;
  display: flex;
  gap: 10px;
}
.page-id-611 #section_form form .form_custom .sub_col .campi_interni p .wpcf7-form-control-wrap,
.page-id-1688 #section_form form .form_custom .sub_col .campi_interni p .wpcf7-form-control-wrap {
  width: calc(50% - 5px);
}
.page-id-611 #section_form form .form_custom span[data-name=accettazione-privacy] .wpcf7-list-item,
.page-id-1688 #section_form form .form_custom span[data-name=accettazione-privacy] .wpcf7-list-item {
  margin-left: 0 !important;
}
.page-id-611 #section_form form .form_custom span[data-name=accettazione-privacy] .wpcf7-list-item-label,
.page-id-1688 #section_form form .form_custom span[data-name=accettazione-privacy] .wpcf7-list-item-label {
  font-size: 14px !important;
  opacity: 0.8;
}

.page-id-1318 #hero h1.pallina_after::after,
.page-id-1635 #hero h1.pallina_after::after {
  transform: rotate(85deg);
  left: 220px;
  top: 20px;
}
@media (max-width: 1400px) {
  .page-id-1318 #hero h1.pallina_after::after,
  .page-id-1635 #hero h1.pallina_after::after {
    left: 240px;
  }
}
@media (max-width: 1300px) {
  .page-id-1318 #hero h1.pallina_after::after,
  .page-id-1635 #hero h1.pallina_after::after {
    left: 270px;
  }
}
@media (max-width: 1200px) {
  .page-id-1318 #hero h1.pallina_after::after,
  .page-id-1635 #hero h1.pallina_after::after {
    left: 300px;
  }
}
@media (max-width: 1100px) {
  .page-id-1318 #hero h1.pallina_after::after,
  .page-id-1635 #hero h1.pallina_after::after {
    left: 310px;
  }
}
@media (max-width: 690px) {
  .page-id-1318 #hero h1.pallina_after::after,
  .page-id-1635 #hero h1.pallina_after::after {
    left: 160px;
  }
}
@media (max-width: 479px) {
  .page-id-1318 #hero h1.pallina_after::after,
  .page-id-1635 #hero h1.pallina_after::after {
    left: -110px;
    top: -70px;
    width: 70%;
    height: 70%;
  }
}
.page-id-1318 #intro p,
.page-id-1635 #intro p {
  color: var(--dark-blue);
}
.page-id-1318 .hotel .column-cta .wpb_wrapper,
.page-id-1635 .hotel .column-cta .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2vw;
}
@media (max-width: 999px) {
  .page-id-1318 .hotel .column-cta .wpb_wrapper,
  .page-id-1635 .hotel .column-cta .wpb_wrapper {
    align-items: start;
  }
}
.page-id-1318 .hotel.mirage h3,
.page-id-1635 .hotel.mirage h3 {
  color: var(--yellow);
}
.page-id-1318 .hotel.una h3,
.page-id-1635 .hotel.una h3 {
  color: var(--dark-blue);
}
.page-id-1318 .hotel.una h5,
.page-id-1635 .hotel.una h5 {
  color: var(--yellow);
}
.page-id-1318 .hotel.portello h3,
.page-id-1635 .hotel.portello h3 {
  color: var(--white);
}
.page-id-1318 .hotel.portello h5,
.page-id-1635 .hotel.portello h5 {
  color: var(--dark-blue);
}
.page-id-1318 .hotel.portello p,
.page-id-1635 .hotel.portello p {
  color: var(--dark-blue);
}
.page-id-1318 .offerte div.tabbed ul.wpb_tabs_nav li.tab-item a,
.page-id-1635 .offerte div.tabbed ul.wpb_tabs_nav li.tab-item a {
  font-size: 60px;
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta {
  padding-left: 50px;
}
@media (max-width: 999px) {
  .page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta,
  .page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta h3,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta h3 {
  font-size: 100px !important;
  line-height: 1;
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta h3 em,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta h3 em {
  font-style: normal;
  font-size: 50px;
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta h6,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta h6 {
  font-style: normal;
  font-size: 50px;
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta ul,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta ul {
  text-align: left;
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta .price,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta .price {
  font-size: 30px;
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta div.tax,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta div.tax {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta div.tax p,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta div.tax p {
  font-size: 16px;
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta.sinistra,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta.sinistra {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 999px) {
  .page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta.sinistra,
  .page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta.sinistra {
    border-left: none;
  }
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta.centrale,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta.centrale {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 999px) {
  .page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta.centrale,
  .page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta.centrale {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    border-right: none;
    border-left: none;
  }
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta.destra,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta.destra {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 999px) {
  .page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta.destra,
  .page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta.destra {
    border-right: none;
  }
}
.page-id-1318 .offerte div.tabbed div.wpb_tab .colonna-offerta div.nectar_icon_wrap,
.page-id-1635 .offerte div.tabbed div.wpb_tab .colonna-offerta div.nectar_icon_wrap {
  margin-right: 20px;
}
.page-id-1318 .offerte.mirage div.wpb_tab .colonna-offerta .price,
.page-id-1635 .offerte.mirage div.wpb_tab .colonna-offerta .price {
  color: var(--yellow);
}
.page-id-1318 .offerte.mirage div.wpb_tab .colonna-offerta h6,
.page-id-1635 .offerte.mirage div.wpb_tab .colonna-offerta h6 {
  color: var(--yellow);
}
.page-id-1318 .offerte.mirage div.wpb_tab .colonna-offerta h3 em,
.page-id-1635 .offerte.mirage div.wpb_tab .colonna-offerta h3 em {
  color: var(--yellow);
}
.page-id-1318 .offerte.mirage div.wpb_tab .colonna-offerta div.tax,
.page-id-1635 .offerte.mirage div.wpb_tab .colonna-offerta div.tax {
  border: solid 1px var(--yellow);
}
.page-id-1318 .offerte.una div.tabbed ul.wpb_tabs_nav li.tab-item.active-tab a.active-tab,
.page-id-1635 .offerte.una div.tabbed ul.wpb_tabs_nav li.tab-item.active-tab a.active-tab {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark-blue);
}
.page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta h3,
.page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta h3 {
  color: var(--dark-blue);
}
.page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta h3 em,
.page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta h3 em {
  color: var(--light-blue);
}
.page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta h6,
.page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta h6 {
  color: var(--light-blue);
}
.page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta .price,
.page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta .price {
  color: var(--dark-blue);
}
.page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta ul,
.page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta ul {
  color: var(--dark-blue);
}
.page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta div.tax,
.page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta div.tax {
  color: var(--dark-blue);
  border: solid 1px var(--dark-blue);
}
.page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.sinistra,
.page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.sinistra {
  border-left: solid 1px rgba(25, 31, 49, 0.5);
}
@media (max-width: 999px) {
  .page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.sinistra,
  .page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.sinistra {
    border-left: none;
  }
}
.page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.centrale,
.page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.centrale {
  border-left: solid 1px rgba(25, 31, 49, 0.5);
  border-right: solid 1px rgba(25, 31, 49, 0.5);
}
@media (max-width: 999px) {
  .page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.centrale,
  .page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.centrale {
    border-top: solid 1px rgba(25, 31, 49, 0.5);
    border-right: none;
    border-left: none;
  }
}
.page-id-1318 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.destra,
.page-id-1635 .offerte.una div.tabbed div.wpb_tab .colonna-offerta.destra {
  border-right: solid 1px rgba(25, 31, 49, 0.5);
}
.page-id-1318 .condizioni h3,
.page-id-1635 .condizioni h3 {
  font-size: 130px;
}
.page-id-1318 .condizioni ul li,
.page-id-1635 .condizioni ul li {
  margin-bottom: 10px;
}
.page-id-1318 .condizioni ul li::before,
.page-id-1635 .condizioni ul li::before {
  top: 3px;
  left: -41px;
  width: 25px;
  height: 25px;
}
.page-id-1318 .condizioni.una h3,
.page-id-1635 .condizioni.una h3 {
  color: var(--dark-blue);
}
.page-id-1318 .condizioni.una ul li,
.page-id-1635 .condizioni.una ul li {
  color: var(--dark-blue);
}

@media (max-width: 690px) {
  .page-id-5110 #hero h1,
  .page-id-5535 #hero h1 {
    font-size: 150px;
  }
}
.page-id-5110 #acquista_biglietto_fixed_box,
.page-id-5535 #acquista_biglietto_fixed_box {
  display: none;
}
.page-id-5110 div.row,
.page-id-5535 div.row {
  padding-bottom: 0;
}
.page-id-5110 #form_liberatoria p,
.page-id-5535 #form_liberatoria p {
  color: var(--dark-blue);
}
.page-id-5110 #form_liberatoria form p,
.page-id-5535 #form_liberatoria form p {
  font-size: 18px;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria {
  /*div.flexi {
    p {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      span {
        width: 49%;
        @media(max-width:999px) {
          width: 100%;
        }
        &.text {
          width: 100%;
          font-size: 16px;
        }
      }
    }
    &.cf {
      span {
        width: 100%;
      }
    }
    &.nascita, &.residenza, &.via {
      span.text {
        width: 49%;
      }
    }
    &.testo {
      margin-top: 30px;
      .sub-title {
        font-weight: 600;
      }
      ol {
        li {
          color: var(--dark-blue);
        }
      }
    }
    &.consenso {
      padding-top: 30px;
    }
    &.attivita {
      padding-top: 30px;
      p {
        span {
          width: 100%;
          span.wpcf7-checkbox {
            display: flex;
            align-items: center;
          }
        }
      }
    }
    &.invia {
      & > p {
        @media(max-width:999px) {
          margin-bottom: 30px;
        }
        span {
          width: 100%;
        }
      }
      span.wpcf7-spinner {
        width: 50px;
      }
    }
  }*/
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group {
  margin-bottom: 20px;
}
@media (max-width: 690px) {
  .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group,
  .page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group {
    margin-bottom: 0;
  }
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.nascita, .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.residenza, .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.via,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.nascita,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.residenza,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.via {
  display: flex;
}
@media (max-width: 999px) {
  .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.nascita, .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.residenza, .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.via,
  .page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.nascita,
  .page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.residenza,
  .page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.via {
    display: block;
  }
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.nascita div.mix, .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.residenza div.mix, .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.via div.mix,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.nascita div.mix,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.residenza div.mix,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.via div.mix {
  width: 100%;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.nascita div.mix:first-child, .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.residenza div.mix:first-child, .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group.via div.mix:first-child,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.nascita div.mix:first-child,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.residenza div.mix:first-child,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group.via div.mix:first-child {
  margin-right: 20px;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group div.flexi > p,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group div.flexi > p {
  display: flex;
  gap: 20px;
}
@media (max-width: 999px) {
  .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group div.flexi > p,
  .page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group div.flexi > p {
    display: block;
  }
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group .text,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group .text {
  padding-bottom: 10px;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group span.wpcf7-form-control-wrap,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group span.wpcf7-form-control-wrap {
  width: 100%;
}
@media (max-width: 999px) {
  .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.group span.wpcf7-form-control-wrap,
  .page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.group span.wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.attivita,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.attivita {
  margin-bottom: 30px;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.attivita div.wpcf7-checkbox,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.attivita div.wpcf7-checkbox {
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.attivita div.wpcf7-checkbox,
  .page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.attivita div.wpcf7-checkbox {
    display: block;
  }
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.attivita div.wpcf7-checkbox span.wpcf7-list-item,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.attivita div.wpcf7-checkbox span.wpcf7-list-item {
  width: 100%;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria div.invia span.wpcf7-spinner,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria div.invia span.wpcf7-spinner {
  width: 50px;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria input,
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria select,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria input,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria select {
  border: solid 1px var(--dark-blue);
  color: var(--dark-blue);
  background-color: var(--yellow);
  border-radius: 10px;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria input::-moz-placeholder, .page-id-5110 #form_liberatoria form .form_custom.form-liberatoria select::-moz-placeholder, .page-id-5535 #form_liberatoria form .form_custom.form-liberatoria input::-moz-placeholder, .page-id-5535 #form_liberatoria form .form_custom.form-liberatoria select::-moz-placeholder {
  color: var(--dark-blue);
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria input::placeholder,
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria select::placeholder,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria input::placeholder,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria select::placeholder {
  color: var(--dark-blue);
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria p label span,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria p label span {
  color: var(--dark-blue);
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria p label span a,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria p label span a {
  color: var(--dark-blue);
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria span.wpcf7-not-valid-tip,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria span.wpcf7-not-valid-tip {
  color: var(--yellow);
  background-color: var(--dark-blue);
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .btn_main-2,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .btn_main-2 {
  color: var(--dark-blue);
  border: solid 1px var(--dark-blue);
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .btn_main-2 .icon_custom,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .btn_main-2 .icon_custom {
  background-color: var(--dark-blue);
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .btn_main-2 .icon_custom svg,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .btn_main-2 .icon_custom svg {
  color: var(--yellow);
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .wpcf7-form-control.wpcf7-acceptance.optional,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .wpcf7-form-control.wpcf7-acceptance.optional {
  width: 100% !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item {
  width: 100% !important;
  display: inline-block !important;
  margin: 0 !important;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item > label,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item-label,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item-label {
  width: 100% !important;
  display: inline-block !important;
  font-size: 18px !important;
  opacity: 0.8;
  margin-bottom: 0 !important;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .sub_col > p,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .sub_col > p {
  font-size: 14px !important;
  opacity: 0.8;
  padding-bottom: 8px !important;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .sub_col:first-of-type,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .sub_col:first-of-type {
  margin-bottom: 10px;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .sub_col .campi_interni p,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .sub_col .campi_interni p {
  width: 100%;
  display: flex;
  gap: 10px;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria .sub_col .campi_interni p .wpcf7-form-control-wrap,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria .sub_col .campi_interni p .wpcf7-form-control-wrap {
  width: calc(50% - 5px);
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria span[data-name=accettazione-privacy] .wpcf7-list-item,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria span[data-name=accettazione-privacy] .wpcf7-list-item {
  margin-left: 0 !important;
}
.page-id-5110 #form_liberatoria form .form_custom.form-liberatoria span[data-name=accettazione-privacy] .wpcf7-list-item-label,
.page-id-5535 #form_liberatoria form .form_custom.form-liberatoria span[data-name=accettazione-privacy] .wpcf7-list-item-label {
  font-size: 14px !important;
  opacity: 0.8;
}

@media (min-width: 1000px) {
  #banner_enjoy_mobile {
    display: none !important;
  }
}

@media (max-width: 999px) {
  #banner_enjoy_desktop {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .acquista_biglietto_fixed {
    display: none !important;
  }
}

@media (max-width: 999px) {
  div#acquista_biglietto_fixed_box {
    top: unset !important;
    bottom: 20px !important;
    right: -188px;
  }
}

.acquista_biglietto_fixed.mobile {
  width: 220px !important;
  padding: 10px 30px 10px 50px !important;
  background-size: cover !important;
}
.acquista_biglietto_fixed.mobile a {
  display: block !important;
  width: 120px !important;
  max-width: 100% !important;
  margin-left: -40px;
  position: relative;
  right: -40px;
  z-index: 4;
  height: 70px !important;
}
.acquista_biglietto_fixed.mobile h3 {
  font-size: 50px !important;
}
@media (max-width: 999px) {
  .acquista_biglietto_fixed.mobile {
    display: flex !important;
  }
}
@media (min-width: 1000px) {
  .acquista_biglietto_fixed.mobile {
    display: none !important;
  }
}

.grecaptcha-badge {
  right: -286px !important;
}/*# sourceMappingURL=briziostyle.css.map */