.visually_hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*.menu-item:not(#menu-item-33, #menu-item-32, #menu-item-28, #menu-item-30) {
    pointer-events: none !important;
}*/
.h1.custom_line .custom_line-line {
  bottom: 10px;
}
@media (max-width: 1200px) {
  .h1.custom_line .custom_line-line {
    bottom: 7px;
  }
}
@media (max-width: 690px) {
  .h1.custom_line .custom_line-line {
    bottom: 4px;
  }
}

.custom_line {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 24px;
}
.custom_line .custom_line-line {
  position: absolute;
  bottom: 0;
  left: calc((100% - 100vw) / 2);
  width: 0;
  height: 1px;
  background-color: var(--color-ara);
  display: block;
  transition: all 300ms ease-out;
  pointer-events: none;
  z-index: -1;
}
.custom_line span:not(.custom_line-line) {
  display: block;
}
@media (min-width: 1000px) {
  .custom_line span:not(.custom_line-line) {
    max-width: 900px;
  }
}

.tri {
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 100px 100%, 0px calc(100% - 100px));
}
@media (max-width: 999px) {
  .tri {
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 60px 100%, 0px calc(100% - 60px));
  }
}
@media (max-width: 690px) {
  .tri {
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 40px 100%, 0px calc(100% - 40px));
  }
}
.tri.bottom_right {
  clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0px 100%);
}
@media (max-width: 999px) {
  .tri.bottom_right {
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0px 100%);
  }
}
@media (max-width: 690px) {
  .tri.bottom_right {
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0px 100%);
  }
}
.tri.top_right {
  clip-path: polygon(0px 0px, calc(100% - 100px) 0, 100% 100px, 100% 100%, 0px 100%);
}
@media (max-width: 999px) {
  .tri.top_right {
    clip-path: polygon(0px 0px, calc(100% - 60px) 0, 100% 60px, 100% 100%, 0px 100%);
  }
}
@media (max-width: 690px) {
  .tri.top_right {
    clip-path: polygon(0px 0px, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0px 100%);
  }
}
.tri.top_left {
  clip-path: polygon(100px 0px, 100% 0, 100% 100%, 0px 100%, 0px 100px);
}
@media (max-width: 999px) {
  .tri.top_left {
    clip-path: polygon(60px 0px, 100% 0, 100% 100%, 0px 100%, 0px 60px);
  }
}
@media (max-width: 690px) {
  .tri.top_left {
    clip-path: polygon(40px 0px, 100% 0, 100% 100%, 0px 100%, 0px 40px);
  }
}

.icona_mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 30px !important;
  width: 100px;
  pointer-events: none;
  z-index: 99;
  filter: drop-shadow(0 0 20px #fff);
}
.colonna_full_destra {
  padding-left: clamp(6vw, 6vw, 15px) !important;
  padding-right: 8vw !important;
}
@media (min-width: 1600px) {
  .colonna_full_destra {
    padding-right: 10vw !important;
  }
}

.colonna_full_sinistra {
  padding-right: clamp(6vw, 6vw, 15px) !important;
  padding-left: 8vw !important;
}
@media (min-width: 1600px) {
  .colonna_full_sinistra {
    padding-left: 10vw !important;
  }
}

.firma {
  padding-top: 20px;
  color: var(--color-blus);
}

table.custom {
  margin-bottom: 0 !important;
  background-color: #fff !important;
  border-color: var(--color-gri) !important;
}
table.custom * {
  background-color: transparent !important;
  border-color: var(--color-gri) !important;
}
table.custom td {
  font-size: 30px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--color-ara);
  padding: 20px !important;
}
@media (max-width: 999px) {
  table.custom td {
    font-size: 24px !important;
  }
}
@media (max-width: 690px) {
  table.custom td {
    font-size: 20px !important;
  }
}
table.custom h3 {
  color: var(--color-ara) !important;
  margin-bottom: 10px !important;
}
table.custom p {
  color: var(--color-gri);
}
@media (max-width: 690px) {
  table.custom p {
    font-size: 12px;
    font-weight: 300;
    margin-top: 1\0 px;
  }
}
table.custom.mob {
  display: none;
}
@media (max-width: 690px) {
  table.custom.mob {
    display: table;
  }
}
@media (max-width: 690px) {
  table.custom.desk {
    display: none;
  }
}

.auto_height_colonne .vc_col-sm-4.wpb_column.vc_column_container {
  height: 100% !important;
  max-height: unset !important;
  min-height: 100% !important;
}

.testo_in_evidenza {
  margin-top: 80px !important;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (max-width: 999px) {
  .testo_in_evidenza {
    margin-top: 80px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .testo_in_evidenza > .row_col_wrap_12_inner {
    gap: 20px;
  }
  .testo_in_evidenza > .row_col_wrap_12_inner::after {
    content: none !important;
  }
}
.testo_in_evidenza .row-bg-wrap {
  width: calc(100% + 60px);
  top: 0;
  left: -30px;
}
.testo_in_evidenza .row-bg-wrap > .row-bg {
  background-color: rgba(241, 193, 173, 0.2);
}
.testo_in_evidenza h3 {
  color: var(--color-ara);
}
.testo_in_evidenza li {
  color: #F47020;
}

.no_scroll {
  overflow: hidden;
}

/*.full-width-content {
    padding-left: 8vw;
    padding-right: 8vw;
    margin-bottom: 100px !important;

    &.no_padding_sinistra {
        padding-left: 0;
    }
    &.no_padding_destra {
        padding-right: 0;
    }
    &.no_padding {
        padding-left: 0;
        padding-right: 0;
    }
    @media($max_wide) {
        padding-left: calc((100vw - 1540px) / 2) !important;
        padding-right: calc((100vw - 1540px) / 2) !important;
        margin-bottom: 200px !important;
    }
    @media($mob) {
        margin-bottom: 80px !important;
    }
    @media($smart) {
        margin-bottom: 60px !important;
    }
}*/
.link_ancora {
  color: var(--color-blus) !important;
  border: 1px solid var(--color-blus);
  background-color: #fff;
  white-space: nowrap;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none !important;
  cursor: pointer;
}
@media (max-width: 999px) {
  .link_ancora {
    font-size: 12px;
  }
}
@media (max-width: 690px) {
  .link_ancora {
    font-size: 10px;
  }
}
.link_ancora:not(:last-child) {
  border-right: 0 !important;
}
.link_ancora:hover, .link_ancora.attivo {
  background-color: var(--color-ara);
  border: 1px solid var(--color-ara);
  color: #fff !important;
}

#squere {
  position: fixed;
  border: solid 1px var(--color-gri);
  width: 20px;
  height: 20px;
  transform: scale(1) rotate(0deg);
  transition: transform 500ms ease-in-out;
  z-index: 99;
  pointer-events: none;
  opacity: 1;
}
#squere.focus {
  transform: scale(1.5) rotate(405deg);
  opacity: 0.25;
}
@media (max-width: 999px) {
  #squere {
    visibility: hidden;
  }
}

h5.chapter_title {
  line-height: 1;
  letter-spacing: 0.9px;
  position: relative;
  text-transform: uppercase;
  color: var(--color-ara);
  position: relative;
  padding-bottom: 40px;
}
h5.chapter_title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  transform: translateY(-100%);
  display: block;
  height: 12px;
  width: 42px;
  background-color: var(--color-ara);
}
@media (max-width: 690px) {
  h5.chapter_title::before {
    height: 8px;
    width: 28px;
    top: -10px;
  }
}

.intestazione_capitolo {
  color: var(--color-ara);
  max-width: 800px;
  padding-bottom: 40px;
}
.intestazione_capitolo h5, .intestazione_capitolo h2 {
  color: var(--color-ara);
}
@media (min-width: 1000px) {
  .intestazione_capitolo .wpb_text_column {
    padding-right: 40% !important;
  }
}

a.regular-button.nectar-button.btn_standard,
a.regular-button.nectar-button.btn_standard_blus,
a.regular-button.nectar-button.btn_standard_bianco {
  padding: 14px 16px !important;
  clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0px 100%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 0 !important;
  position: relative;
  line-height: 1;
  transition: var(--trans) !important;
}
a.regular-button.nectar-button.btn_standard *,
a.regular-button.nectar-button.btn_standard_blus *,
a.regular-button.nectar-button.btn_standard_bianco * {
  transition: var(--trans) !important;
}
a.regular-button.nectar-button.btn_standard span,
a.regular-button.nectar-button.btn_standard_blus span,
a.regular-button.nectar-button.btn_standard_bianco span {
  transition: none !important;
}
a.regular-button.nectar-button.btn_standard.nowrap_custom span,
a.regular-button.nectar-button.btn_standard_blus.nowrap_custom span,
a.regular-button.nectar-button.btn_standard_bianco.nowrap_custom span {
  white-space: nowrap;
}
a.regular-button.nectar-button.btn_standard svg,
a.regular-button.nectar-button.btn_standard_blus svg,
a.regular-button.nectar-button.btn_standard_bianco svg {
  display: block;
  min-width: 16px;
  height: auto;
}
a.regular-button.nectar-button.btn_standard svg.dettaglio,
a.regular-button.nectar-button.btn_standard_blus svg.dettaglio,
a.regular-button.nectar-button.btn_standard_bianco svg.dettaglio {
  display: none;
  /*position: absolute;
  right: 0;
  top: 0;
  transform: translateX(98.5%);
  height: calc(100%);*/
}
a.regular-button.nectar-button.btn_standard:hover,
a.regular-button.nectar-button.btn_standard_blus:hover,
a.regular-button.nectar-button.btn_standard_bianco:hover {
  opacity: 1 !important;
  background-color: #fff !important;
  color: var(--color-ara);
}
a.regular-button.nectar-button.btn_standard:hover svg path[stroke=white],
a.regular-button.nectar-button.btn_standard_blus:hover svg path[stroke=white],
a.regular-button.nectar-button.btn_standard_bianco:hover svg path[stroke=white] {
  stroke: var(--color-ara) !important;
}
a.regular-button.nectar-button.btn_standard:hover svg path[fill="#F47020"],
a.regular-button.nectar-button.btn_standard_blus:hover svg path[fill="#F47020"],
a.regular-button.nectar-button.btn_standard_bianco:hover svg path[fill="#F47020"] {
  fill: #fff !important;
}

.btn_standard {
  cursor: pointer;
}

a.btn_standard_blus,
a.btn_standard_bianco,
a.btn_standard {
  clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0px 100%);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 14px 16px !important;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: var(--trans) !important;
  background-color: var(--color-blus);
  position: relative;
}
@media (max-width: 1200px) {
  a.btn_standard_blus,
  a.btn_standard_bianco,
  a.btn_standard {
    font-size: 16px !important;
  }
}
a.btn_standard_blus svg,
a.btn_standard_bianco svg,
a.btn_standard svg {
  display: block;
  position: relative;
  z-index: 1;
  min-width: 16px;
  height: auto;
}
a.btn_standard_blus svg path,
a.btn_standard_bianco svg path,
a.btn_standard svg path {
  transition: var(--trans);
}
a.btn_standard_blus svg.dettaglio,
a.btn_standard_bianco svg.dettaglio,
a.btn_standard svg.dettaglio {
  display: none;
  /*position: absolute;
  right: 0;
  top: 0px;
  transform: translateX(96.5%);
  height: calc(100%);
  width: auto;
  z-index: 0;*/
}
a.btn_standard_blus:hover,
a.btn_standard_bianco:hover,
a.btn_standard:hover {
  opacity: 1 !important;
  background-color: #fff !important;
  color: var(--color-blus);
}
a.btn_standard_blus:hover svg path[stroke=white],
a.btn_standard_bianco:hover svg path[stroke=white],
a.btn_standard:hover svg path[stroke=white] {
  stroke: var(--color-blus) !important;
}
a.btn_standard_blus:hover svg path[fill="#025273"],
a.btn_standard_bianco:hover svg path[fill="#025273"],
a.btn_standard:hover svg path[fill="#025273"] {
  fill: #fff !important;
}

a.btn_standard {
  background-color: var(--color-ara);
}
a.btn_standard:hover {
  background-color: var(--color-nero);
  color: #fff;
}
a.btn_standard:hover svg path[stroke=white] {
  stroke: var(--color-ara) !important;
}
a.btn_standard:hover svg path[fill="#F47020"] {
  fill: #fff !important;
}

a.btn_standard_bianco {
  margin-bottom: 0 !important;
}
a.btn_standard_bianco.nectar-button.regular-button {
  opacity: 1 !important;
  background-color: #fff !important;
  color: var(--color-ara);
}
a.btn_standard_bianco.nectar-button.regular-button:hover {
  opacity: 1 !important;
  background-color: var(--color-nero) !important;
  color: var(--color-ara);
}
a.btn_standard_bianco.regular-button.nectar-button svg path[stroke=white] {
  stroke: var(--color-ara) !important;
}
a.btn_standard_bianco.regular-button.nectar-button svg path[fill="#F47020"] {
  fill: #fff !important;
}
a.btn_standard_bianco.regular-button.nectar-button:hover svg path[stroke=white] {
  stroke: var(--color-ara) !important;
}
a.btn_standard_bianco.regular-button.nectar-button:hover svg path[fill="#F47020"] {
  fill: var(--color-blus) !important;
}

a.btn_standard_blus.nectar-button.regular-button:hover {
  opacity: 1 !important;
  background-color: #fff !important;
  color: var(--color-blus);
}

#linee_estetiche_verticali_box {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  height: 100%;
  z-index: 999;
  pointer-events: none !important;
}
#linee_estetiche_verticali_box .linee_estetiche_verticali {
  height: 100%;
  width: 1px;
  background-color: var(--color-gri);
  opacity: 20%;
}

.stop_scroll {
  height: 0;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.popup_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(241, 241, 241, 0.9450980392);
  padding: 7vw 5vw 3vw 5vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -999;
  opacity: 0;
  pointer-events: none !important;
  transition: var(--trans);
}
.popup_form .wpcf7 {
  padding: 20px;
  border: 1px solid var(--color-gri);
  background-color: var(--color-gric);
}
.popup_form.attivo {
  z-index: 999;
  opacity: 1;
  pointer-events: all !important;
}

#section_inner_nav_menu {
  margin-bottom: 100px !important;
  background-color: transparent !important;
}
#section_inner_nav_menu .full-width-content {
  height: auto !important;
  min-height: auto !important;
  max-height: unset !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
#section_inner_nav_menu .full-width-section {
  background-color: transparent !important;
}
#section_inner_nav_menu ul {
  background-color: transparent !important;
}
#section_inner_nav_menu ul li {
  margin: 0 !important;
}
#section_inner_nav_menu ul li::before {
  content: none !important;
}
#section_inner_nav_menu ul li:not(:last-child) a {
  border-right: none !important;
}
#section_inner_nav_menu ul li a {
  color: var(--color-blus);
  border: 1px solid var(--color-blus);
  background-color: #fff !important;
  opacity: 1;
  white-space: nowrap;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
#section_inner_nav_menu ul li a:hover {
  background-color: var(--color-blus) !important;
  color: #fff !important;
}
@media (max-width: 999px) {
  #section_inner_nav_menu {
    margin-bottom: 40px !important;
  }
  #section_inner_nav_menu .mobile-menu-link {
    display: none !important;
  }
  #section_inner_nav_menu .page-submenu .full-width-content {
    padding: 0;
    margin-bottom: 40px !important;
  }
  #section_inner_nav_menu .page-submenu .full-width-content ul {
    display: flex !important;
    overflow: auto;
    padding: 0 8vw;
    position: static;
    scrollbar-width: none;
  }
  #section_inner_nav_menu .page-submenu .full-width-content ul::-webkit-scrollbar {
    display: none;
  }
  #section_inner_nav_menu .page-submenu .full-width-content ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }
}

#section_hero {
  max-height: 400px !important;
  height: 400px !important;
  min-height: 400px !important;
}
@media (max-width: 999px) {
  #section_hero {
    max-height: 65vh !important;
    height: 65vh !important;
    min-height: 65vh !important;
  }
}
@media (max-width: 690px) {
  #section_hero {
    max-height: 80vh !important;
    height: 80vh !important;
    min-height: 80vh !important;
  }
}
#section_hero .row_col_wrap_12 {
  max-height: 400px !important;
  height: 400px !important;
  min-height: 400px !important;
}
@media (max-width: 999px) {
  #section_hero .row_col_wrap_12 {
    max-height: 65vh !important;
    height: 65vh !important;
    min-height: 65vh !important;
  }
}
@media (max-width: 690px) {
  #section_hero .row_col_wrap_12 {
    max-height: 80vh !important;
    height: 80vh !important;
    min-height: 80vh !important;
  }
}
#section_hero .row-bg {
  position: relative;
}
#section_hero .row-bg::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(133, 137, 139, 0.1882352941);
}
#section_hero .wpb_text_column {
  padding: 0 8vw 40px 8vw;
}
@media (min-width: 1000px) {
  #section_hero .wpb_text_column {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  #section_hero .wpb_text_column {
    padding: 0 10vw 40px 0;
  }
}
@media (max-width: 999px) {
  #section_hero .wpb_text_column {
    padding: 0 10vw 40px 10vw;
  }
}
#section_hero .wpb_text_column h1 {
  color: var(--color-ara);
}
#section_hero .wpb_text_column h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  #section_hero .wpb_text_column h2 {
    font-size: 36px;
  }
}
@media (max-width: 999px) {
  #section_hero .wpb_text_column h2 {
    font-size: 34px;
  }
}
@media (max-width: 690px) {
  #section_hero .wpb_text_column h2 {
    font-size: 26px;
  }
}

#section_hero_contatti {
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 80px !important;
  margin-bottom: 0 !important;
}
@media (min-width: 1000px) {
  #section_hero_contatti {
    margin-top: 80px !important;
    aspect-ratio: 5/1.5;
  }
}
@media (max-width: 690px) {
  #section_hero_contatti {
    margin-top: 58px !important;
    aspect-ratio: 2/1;
    margin-bottom: 0 !important;
  }
}

#section_cta_insight {
  margin-bottom: 0 !important;
  padding-bottom: 100px !important;
}
#section_cta_insight h2 {
  color: var(--color-ara);
}
@media (max-width: 999px) {
  #section_cta_insight h2 {
    text-align: center;
    margin-bottom: 60px;
  }
}
#section_cta_insight .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 80px;
}
@media (max-width: 999px) {
  #section_cta_insight .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
    justify-content: center;
  }
}

#download_requests {
  display: none;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9411764706);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}
#download_requests.attivo {
  display: flex;
  opacity: 1;
  pointer-events: all;
  z-index: 10;
}
#download_requests form {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0784313725);
}
#download_requests form .privacy_box {
  width: calc(100% - 24px);
}
#download_requests form .privacy_box .btn_standard {
  width: 100%;
}
#download_requests svg.close {
  display: block;
  margin: 0 0 20px auto;
  cursor: pointer;
}
#download_requests svg.close:hover {
  background-color: transparent;
}
#download_requests svg.close:hover path {
  stroke: var(--color-blus) !important;
}
#download_requests .wpb_wrapper > h3,
#download_requests .wpb_wrapper > p {
  padding: 0 30px;
}
#download_requests h3 {
  color: var(--color-ara);
}
#download_requests p {
  margin: 10px 0 30px 0;
}

body.search article.result img {
  aspect-ratio: 117/62;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.search article.result .inner-wrap {
  border-radius: 0 !important;
  border: 1px solid var(--color-gricx) !important;
}
body.search article.result h2.title a {
  font-weight: 300;
}
body.search article.result h2.title span {
  text-transform: uppercase;
  font-size: 10px !important;
}

#hero_principale_site {
  height: 100vh;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
  padding-top: 118px;
  padding-bottom: 40px;
  padding-left: 8vw !important;
  padding-right: 8vw !important;
}
#hero_principale_site .quote {
  position: absolute;
  bottom: 50vh;
  left: 50vw;
  transform: translate(-50%, 50%);
  text-align: center;
  z-index: 2;
}
#hero_principale_site .quote * {
  color: #fff !important;
}
#hero_principale_site .quote .quote_inner {
  max-width: 800px;
  padding: 0 20px;
}
#hero_principale_site .quote .quote_inner .firma {
  padding-top: clamp(20px, 5vh, 80px);
}
#hero_principale_site .quote .quote_inner .corpo {
  position: relative;
}
#hero_principale_site .quote .quote_inner .corpo::after, #hero_principale_site .quote .quote_inner .corpo::before {
  content: '"';
  display: block;
  position: absolute;
  font-size: 200px;
  color: var(--color-ara);
  line-height: 1;
}
#hero_principale_site .quote .quote_inner .corpo::before {
  top: -100px;
  left: -70px;
}
#hero_principale_site .quote .quote_inner .corpo::after {
  bottom: -180px;
  right: -70px;
}
#hero_principale_site .quote .quote_inner p.body_text {
  padding-bottom: 10px;
  font-size: 200%;
  font-weight: 300;
}
@media (min-width: 1000px) {
  #hero_principale_site.altezza_50 {
    height: 50vh;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  #hero_principale_site.altezza_200 {
    height: 200vh;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  #hero_principale_site.altezza_200 img {
    -o-object-position: top;
       object-position: top;
    animation: zoomLentoLento alternate infinite 20s ease-in-out;
  }
  @keyframes zoomLentoLento {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  #hero_principale_site.altezza_200.bg_down_center h1, #hero_principale_site.altezza_200.bg_down_right h1, #hero_principale_site.altezza_200.bg_down_left h1 {
    bottom: calc(100vh + 3vw + 40px);
  }
  #hero_principale_site.altezza_200.bg_center_center h1, #hero_principale_site.altezza_200.bg_right_center h1, #hero_principale_site.altezza_200.bg_left_center h1 {
    top: 25%;
  }
}
@media (max-width: 999px) {
  #hero_principale_site {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 40px;
  }
  #hero_principale_site.altezza_200 {
    height: 100vh;
    min-height: -moz-fit-content;
    min-height: fit-content;
    aspect-ratio: unset;
  }
  #hero_principale_site.altezza_200.bg_center_center h1, #hero_principale_site.altezza_200.bg_right_center h1, #hero_principale_site.altezza_200.bg_left_center h1 {
    top: 25%;
  }
  #hero_principale_site.altezza_200.bg_down_center h1, #hero_principale_site.altezza_200.bg_down_right h1, #hero_principale_site.altezza_200.bg_down_left h1 {
    bottom: calc(50vh + 3vw + 40px);
  }
  #hero_principale_site.altezza_200 .quote {
    bottom: 25vh;
    width: 70%;
  }
  #hero_principale_site.altezza_200 .quote .corpo .body_text {
    font-size: 130%;
  }
  #hero_principale_site.altezza_200 .quote .corpo::after, #hero_principale_site.altezza_200 .quote .corpo::before {
    font-size: 150px;
  }
  #hero_principale_site.altezza_200 .quote .corpo::before {
    top: -80px;
    left: -50px;
  }
  #hero_principale_site.altezza_200 .quote .corpo::after {
    bottom: -120px;
    right: -50px;
  }
}
@media (max-width: 690px) {
  #hero_principale_site.altezza_200 .quote {
    width: 90%;
  }
  #hero_principale_site.altezza_200 .quote .corpo .body_text {
    font-size: 100%;
  }
  #hero_principale_site.altezza_200 .quote .corpo::after, #hero_principale_site.altezza_200 .quote .corpo::before {
    font-size: 100px;
  }
  #hero_principale_site.altezza_200 .quote .corpo::after {
    bottom: -70px;
    right: -30px;
  }
  #hero_principale_site.altezza_200 .quote .corpo::before {
    top: -50px;
    left: -30px;
  }
}
@media (max-width: 999px) {
  #hero_principale_site {
    padding-top: 118px;
  }
}
@media (min-width: 1728px) {
  #hero_principale_site {
    padding-left: calc((100vw - 1540px) / 2) !important;
    padding-right: calc((100vw - 1540px) / 2) !important;
  }
}
#hero_principale_site img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform-origin: center;
  animation: zoomLento alternate infinite 20s ease-in-out;
}
@keyframes zoomLento {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
#hero_principale_site h1 {
  font-size: 400%;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media (max-width: 999px) {
  #hero_principale_site h1 {
    font-size: 150%;
  }
}
#hero_principale_site h1 * {
  color: #fff !important;
}
#hero_principale_site h1 svg {
  display: inline-block;
  height: clamp(27px, 4.8vw, 82px);
  width: auto;
  margin: 0 1vw;
}
#hero_principale_site.bg_up_left h1 {
  top: 118px;
  left: 8vw;
}
@media (min-width: 1728px) {
  #hero_principale_site.bg_up_left h1 {
    left: calc((100vw - 1540px) / 2);
  }
}
#hero_principale_site.bg_down_left h1 {
  bottom: calc(3vw + 40px);
  left: 8vw;
}
@media (min-width: 1728px) {
  #hero_principale_site.bg_down_left h1 {
    left: calc((100vw - 1540px) / 2);
  }
}
#hero_principale_site.bg_up_right h1 {
  top: 118px;
  right: 8vw;
  text-align: right;
}
@media (min-width: 1728px) {
  #hero_principale_site.bg_up_right h1 {
    right: calc((100vw - 1540px) / 2);
  }
}
#hero_principale_site.bg_up_right h1 * {
  text-align: right;
}
#hero_principale_site.bg_down_right h1 {
  bottom: calc(3vw + 40px);
  right: 8vw;
  text-align: right;
}
@media (min-width: 1728px) {
  #hero_principale_site.bg_down_right h1 {
    right: calc((100vw - 1540px) / 2);
  }
}
#hero_principale_site.bg_down_right h1 * {
  text-align: right;
}
#hero_principale_site.bg_up_center h1 {
  top: calc(78px + 10vh);
  left: 0;
  width: 100vw;
  padding-right: 8vw;
  padding-left: 8vw;
  text-align: center;
}
@media (max-width: 999px) {
  #hero_principale_site.bg_up_center h1 {
    top: 158px;
  }
}
@media (max-width: 690px) {
  #hero_principale_site.bg_up_center h1 {
    top: 98px;
  }
}
@media (min-width: 1728px) {
  #hero_principale_site.bg_up_center h1 {
    padding-right: calc((100vw - 1540px) / 2);
    padding-left: calc((100vw - 1540px) / 2);
  }
}
#hero_principale_site.bg_up_center h1 * {
  text-align: center;
}
#hero_principale_site.bg_down_center h1 {
  width: 100%;
  bottom: calc(3vw + 40px);
  left: 0;
  padding-right: 8vw;
  padding-left: 8vw;
  text-align: center;
}
@media (min-width: 1728px) {
  #hero_principale_site.bg_down_center h1 {
    padding-right: calc((100vw - 1540px) / 2);
    padding-left: calc((100vw - 1540px) / 2);
  }
}
#hero_principale_site.bg_down_center h1 * {
  text-align: center;
}
#hero_principale_site.bg_center_center h1 {
  width: 100%;
  top: 50%;
  transform: translateY(50%);
  left: 0;
  padding-right: 8vw;
  padding-left: 8vw;
  text-align: center;
}
@media (min-width: 1728px) {
  #hero_principale_site.bg_center_center h1 {
    padding-right: calc((100vw - 1540px) / 2);
    padding-left: calc((100vw - 1540px) / 2);
  }
}
#hero_principale_site.bg_center_center h1 * {
  text-align: center;
}
#hero_principale_site.bg_right_center h1 {
  top: 50%;
  transform: translateY(-50%);
  right: 8vw;
  text-align: right;
}
@media (min-width: 1728px) {
  #hero_principale_site.bg_right_center h1 {
    right: calc((100vw - 1540px) / 2);
  }
}
#hero_principale_site.bg_right_center h1 * {
  text-align: right;
}
#hero_principale_site.bg_left_center h1 {
  top: 50%;
  transform: translateY(-50%);
  left: 8vw;
}
@media (min-width: 1728px) {
  #hero_principale_site.bg_left_center h1 {
    left: calc((100vw - 1540px) / 2);
  }
}

body.page-id-1170 #header-space,
body.page-id-1170 #header-outer,
body.page-id-1170 .nectar-global-section.before-footer {
  display: none !important;
}

#section_launch_landing {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#section_launch_landing::before {
  background: linear-gradient(0deg, rgb(16, 69, 98) 0%, rgba(16, 69, 98, 0) 100%);
  display: block;
  width: 100%;
  height: 40vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#section_launch_landing .row-bg {
  background-position: center 39% !important;
  transform-origin: center;
  animation: zoomLentoBg alternate infinite 30s ease-in-out;
}
@keyframes zoomLentoBg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@media (max-width: 690px) {
  #section_launch_landing .row-bg {
    background-position: center 39% !important;
  }
}
#section_launch_landing .row_col_wrap_12 {
  padding-top: 0 !important;
}
#section_launch_landing .row_col_wrap_12 .vc_col-sm-12,
#section_launch_landing .row_col_wrap_12 .vc_col-sm-12 > .vc_column-inner,
#section_launch_landing .row_col_wrap_12 .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper,
#section_launch_landing .row_col_wrap_12 .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_raw_code,
#section_launch_landing .row_col_wrap_12 .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_raw_code > .wpb_wrapper {
  height: 100vh !important;
  min-height: 100vh !important;
}
#section_launch_landing svg#anim_bg {
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
#section_launch_landing svg#anim_bg #logo_landing {
  width: 100vw;
  height: 100vh;
}
#section_launch_landing svg#anim_bg #logo_landing image {
  width: 100vw;
  height: auto;
  transform: translateY(-17%);
}

#launch_landing_code_wrapper > .wpb_wrapper {
  padding: clamp(50px, 7vh, 300px) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 690px) {
  #launch_landing_code_wrapper > .wpb_wrapper {
    padding-bottom: 12.5vh;
  }
}
#launch_landing_code_wrapper svg,
#launch_landing_code_wrapper a.btn_standard {
  margin: auto;
}
#launch_landing_code_wrapper a.btn_standard {
  gap: clamp(7.5px, 0.5vw, 15px) !important;
  font-size: 18px;
}
@media (max-width: 400px) {
  #launch_landing_code_wrapper a.btn_standard {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  #launch_landing_code_wrapper a.btn_standard {
    padding: clamp(10px, 0.75vw, 20px) clamp(15px, 1vw, 25px) !important;
    font-size: clamp(15px, 1vw, 30px);
  }
  #launch_landing_code_wrapper a.btn_standard svg {
    width: clamp(12px, 0.75vw, 20px);
  }
}
#launch_landing_code_wrapper a.btn_standard span {
  white-space: nowrap;
}
#launch_landing_code_wrapper a.btn_standard .thin {
  font-weight: 400;
}
#launch_landing_code_wrapper a.btn_standard .bold {
  font-weight: 700;
}
#launch_landing_code_wrapper .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(30px, 2vw, 60px);
}
#launch_landing_code_wrapper .cont > svg {
  width: clamp(100px, 12vw, 400px);
  height: auto;
}
@media (max-width: 999px) {
  #launch_landing_code_wrapper .cont > svg {
    width: clamp(250px, 30vw, 400px);
  }
}
@media (max-width: 690px) {
  #launch_landing_code_wrapper .cont > svg {
    width: clamp(180px, 50vw, 300px);
  }
}
#launch_landing_code_wrapper h1 {
  color: #FFF;
  font-size: clamp(40px, 2vw, 80px);
}
@media (max-width: 690px) {
  #launch_landing_code_wrapper h1 {
    font-size: 24px;
  }
}
#launch_landing_code_wrapper h4 {
  color: #FFF;
  font-size: clamp(20px, 1.5vw, 40px);
  margin-bottom: 10px;
}
@media (max-width: 690px) {
  #launch_landing_code_wrapper h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#launch_landing_code_wrapper h4 .thin {
  font-weight: 700 !important;
}
#launch_landing_code_wrapper h4 .bold {
  font-weight: 400 !important;
}
#launch_landing_code_wrapper p {
  color: #FFF;
  font-size: clamp(14px, 0.75vw, 20px);
}
#launch_landing_code_wrapper #footer_landing {
  display: flex;
  justify-content: center;
  gap: calc(4vw + 40px);
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
#launch_landing_code_wrapper #footer_landing a {
  color: #fff;
  font-size: 11px;
  cursor: pointer;
}
#launch_landing_code_wrapper #footer_landing a:hover {
  color: var(--color-ara);
}
@media (max-width: 999px) {
  #launch_landing_code_wrapper #footer_landing a {
    font-size: 9px;
  }
}

@media (max-width: 690px) {
  #hidden_landing_form.hidden_form .job_form {
    padding-top: 450px !important;
  }
}
#hidden_landing_form h2, #hidden_landing_form h3 {
  margin-bottom: 10px;
  width: 90%;
  max-width: 1000px;
}
#hidden_landing_form h2 {
  color: var(--color-ara);
  line-height: 1.2;
}
#hidden_landing_form h3 {
  color: var(--color-gri);
  margin-bottom: 40px;
  font-weight: 400;
}

#ajax-content-wrap .tab_diversity ul.wpb_tabs_nav {
  margin-bottom: 20px;
  border-bottom: none;
}
#ajax-content-wrap .tab_diversity ul.wpb_tabs_nav li {
  margin-bottom: 0;
}
#ajax-content-wrap .tab_diversity ul.wpb_tabs_nav li a {
  line-height: 1;
  border: 1px solid var(--color-gri);
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.7;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
#ajax-content-wrap .tab_diversity ul.wpb_tabs_nav li a::after {
  content: none;
}
#ajax-content-wrap .tab_diversity ul.wpb_tabs_nav li a:hover {
  opacity: 1;
  color: var(--color-gri);
}
#ajax-content-wrap .tab_diversity ul.wpb_tabs_nav li.active-tab a {
  border: 1px solid var(--color-blus);
  color: var(--color-blus);
  opacity: 1;
  z-index: 2;
}/*# sourceMappingURL=off_style.css.map */