/*
 Theme Name: altameta-child
 Template: altameta
*/
body, html {
  box-sizing: border-box;
  outline: none;
  font-size: 20px;
  line-height: 26px;
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  background-color: #FAF9F7 !important;
}
@media only screen and (max-width: 500px) {
  body, html {
    font-size: 18px;
    line-height: 22px;
  }
}
.t1 {
  font-size: 60px;
  line-height: 70px;
}
h1, h2, h3 {
  margin: 0;
}
a, span {
  color: #000;
  text-decoration: none;
}
header#masthead {
  width: calc(100% - 200px);
  position: fixed;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  padding: 22px 50px !important;
  display: flex;
  align-items: center;
  z-index: 9999;
}
header#masthead .site-branding {
  margin: 0 auto;
}
header#masthead .site-branding .white {
  display: none;
}
header#masthead #site-navigation {
  margin: 0;
  position: unset;
}
header#masthead #site-navigation .primary-menu-container {
  position: unset;
}
header#masthead #site-navigation .primary-menu-container > ul {
  display: flex;
  gap: 60px;
  align-items: center;
  position: unset;
}
header#masthead #site-navigation .primary-menu-container > ul > li {
  font-size: 16px;
  position: unset;
  display: flex;
  align-items: center;
  gap: 10px;
}
header#masthead #site-navigation .primary-menu-container > ul > li > a {
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
}
header#masthead #site-navigation .primary-menu-container > ul > li > a::before {
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #0094D5;
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
header#masthead #site-navigation .primary-menu-container > ul > li > a:hover {
  color: #0094D5 !important;
}
header#masthead #site-navigation .primary-menu-container > ul > li > a:hover::before {
  width: 100%;
}
header#masthead #site-navigation .primary-menu-container > ul > li.submenu-open > a {
  color: #0094D5 !important;
}
header#masthead #site-navigation .primary-menu-container > ul > li.submenu-open > a::before {
  width: 100%;
}
header#masthead #site-navigation .primary-menu-container > ul > li > ul {
  width: 100%;
  left: 0;
  background-color: #fff;
  padding: 60px 50px;
  border-top: 0.3px solid #2E2E2E;
}
header#masthead #site-navigation .primary-menu-container > ul > li > ul > li > a {
  font-size: 30px;
  color: #0094D5 !important;
  position: relative;
  display: inline-block;
  pointer-events: none;
  font-weight: 500;
}
header#masthead #site-navigation .primary-menu-container > ul > li > ul > li > a::before {
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #0094D5;
  content: "";
  position: absolute;
  left: 0;
}
header#masthead #site-navigation .primary-menu-container > ul > li > ul > li > ul {
  margin-top: 50px;
  padding: 0;
}
header#masthead #site-navigation .primary-menu-container > ul > li > ul > li > ul li a {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
header#masthead #site-navigation .primary-menu-container > ul > li > ul > li > ul li a::before {
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #0094D5;
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
header#masthead #site-navigation .primary-menu-container > ul > li > ul > li > ul li a:hover {
  color: #0094D5 !important;
}
header#masthead #site-navigation .primary-menu-container > ul > li > ul > li > ul li a:hover::before {
  width: 100%;
}
header#masthead #site-navigation .primary-menu-container > ul > li.has-image > ul::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 60%;
  background-image: url(/wp-content/themes/altameta-child/assets/png/candidati.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}
header#masthead #site-navigation .primary-menu-container > ul > li.has-image:nth-child(2) > ul::before {
  background-image: url(/wp-content/themes/altameta-child/assets/png/azienda.png);
  width: 48%;
}
header#masthead #site-navigation .primary-menu-container > ul > li.menu-item-has-children::after {
  position: relative;
  content: "";
  background-image: url(/wp-content/themes/altameta-child/assets/svg/dropdown-menu.svg);
  width: 15px;
  height: 7px;
  object-fit: contain;
  transition: transform 0.3s ease;
  background-repeat: no-repeat;
}
header#masthead #site-navigation .primary-menu-container > ul > li.menu-item-has-children.submenu-open::after {
  transform: rotate(-180deg);
}
header#masthead:not(.scrolled):not(.hover) .site-branding .custom-logo-link {
  display: none;
}
header#masthead:not(.scrolled):not(.hover) .site-branding .white {
  display: block;
}
header#masthead:not(.scrolled):not(.hover) a {
  color: #fff;
}
header#masthead:not(.scrolled):not(.hover) #site-navigation .primary-menu-container > ul > li.menu-item-has-children::after {
  background-image: url(/wp-content/themes/altameta-child/assets/svg/dropdown-menu-white.svg);
}
header#masthead.scrolled {
  background-color: #fff !important;
  box-shadow: 0px 0px 4px 3px #00000014 !important;
}
header#masthead.scrolled a {
  color: #000 !important;
}
header#masthead.scrolled .site-branding .custom-logo-link {
  display: block !important;
}
header#masthead.scrolled .site-branding .white {
  display: none !important;
}
header#masthead.scrolled #site-navigation .primary-menu-container > ul > li.menu-item-has-children::after {
  background-image: url(/wp-content/themes/altameta-child/assets/svg/dropdown-menu.svg) !important;
}
header#masthead.hover {
  background-color: #FFFFFF;
  backdrop-filter: blur(90px);
}
header#masthead.hover #site-navigation .primary-menu-container > ul > li > ul {
  box-shadow: 0px 3px 4px 3px #00000014;
}
@media only screen and (max-width: 1150px) {
  header#masthead {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1024px) {
  header#masthead {
    width: 100%;
    background-color: #fff !important;
    box-shadow: 0px 0px 4px 3px #00000014 !important;
    top: 0;
  }
  header#masthead a {
    color: #000 !important;
  }
  header#masthead .site-branding .custom-logo-link {
    display: block !important;
  }
  header#masthead .site-branding .white {
    display: none !important;
  }
  header#masthead #site-navigation .primary-menu-container > ul > li.menu-item-has-children::after {
    background-image: url(/wp-content/themes/altameta-child/assets/svg/dropdown-menu.svg) !important;
  }
  header#masthead .site-branding .custom-logo-link img {
    width: 200px;
    height: auto;
  }
  #mobile-navigation .menu-button-container {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    left: 6vw !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children > a {
    position: relative;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children > a::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/altameta-child/assets/svg/dropdown-menu.svg);
    width: 15px;
    height: 7px;
    object-fit: contain;
    transition: transform 0.3s ease;
    background-repeat: no-repeat;
    display: block;
    left: 100%;
    top: 50%;
    transform: translate(7px, -50%);
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children.submenu-open a::after {
    transform: translate(7px, -50%) rotate(-180deg);
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li > a {
    font-size: 25px;
    line-height: 28px;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li ul li a {
    padding: 3px 0;
    font-size: 20px;
    line-height: 23px;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li ul li:last-child {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  header#masthead .site-branding .custom-logo-link img {
    width: 200px;
    height: auto;
  }
  #mobile-navigation .menu-button-container {
    left: 20px !important;
  }
  .menu-button-container .svg-icon {
    height: 30px;
    width: auto;
  }
}
::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #0094D5;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}
::selection {
  background-color: #0094D5 !important;
  color: #fff !important;
}
h1, .h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
@media only screen and (max-width: 1500px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
@media only screen and (max-width: 500px) {
  h1, .h1 {
    font-size: 34px !important;
    line-height: 40px !important;
  }
}
h2, .h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}
@media only screen and (max-width: 1500px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 500px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
h3, .h3 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  h3, .h3 {
    font-size: 23px;
    line-height: 25px;
  }
}
strong {
  font-weight: 700;
}
.boxed {
  padding: 0 13.2vw;
}
@media only screen and (max-width: 1680px) {
  .boxed {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1500px) {
  .boxed {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  .boxed {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 500px) {
  .boxed {
    padding: 0 35px;
  }
}
.boxed.only-right {
  padding: 0 13.2vw;
  padding-left: 40px;
}
@media only screen and (max-width: 1680px) {
  .boxed.only-right {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1500px) {
  .boxed.only-right {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  .boxed.only-right {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 500px) {
  .boxed.only-right {
    padding: 0 35px;
  }
}
.boxed.only-left {
  padding: 0 13.2vw;
  padding-right: 40px;
}
@media only screen and (max-width: 1680px) {
  .boxed.only-left {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1500px) {
  .boxed.only-left {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  .boxed.only-left {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 500px) {
  .boxed.only-left {
    padding: 0 35px;
  }
}
body:not(.page-template-template-candidatura):not(.page-template-template-offerte) .btn {
  border-radius: 30px;
  border: 2px solid #0094D5;
  height: 60px;
  padding: 0 30px;
  display: inline-flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
body:not(.page-template-template-candidatura):not(.page-template-template-offerte) .btn span {
  transition: all 0.3s ease;
}
body:not(.page-template-template-candidatura):not(.page-template-template-offerte) .btn::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #0094D5;
  transition: all 0.3s ease;
}
body:not(.page-template-template-candidatura):not(.page-template-template-offerte) .btn:hover {
  background-color: #0094D5;
}
body:not(.page-template-template-candidatura):not(.page-template-template-offerte) .btn:hover span {
  color: #fff;
}
body:not(.page-template-template-candidatura):not(.page-template-template-offerte) .btn:hover::after {
  border-left-color: #fff;
}
.altameta {
  text-transform: uppercase;
  display: inline-flex;
}
.altameta > * {
  color: #0094D5;
  display: inline;
}
.altameta > *:last-child {
  color: #596166;
}
.image-animated svg {
  width: 100%;
  height: auto;
}
.image-animated svg path, .image-animated svg polyline, .image-animated svg line {
  stroke-dashoffset: 5000;
  stroke-dasharray: 5000;
}
.image-animated svg g.move#Immagini {
  transform: translateX(100%);
}
.image-animated svg g.move#Immagini_2 {
  transform: translateX(-100%);
}
.image-animated svg g.fill .cls-1 {
  fill: #1d1d1b !important;
}
.single-word {
  white-space: nowrap;
  overflow: visible;
}
.gform_wrapper {
  z-index: 10;
  position: relative;
}
.gform_wrapper .gform_fields {
  row-gap: 20px !important;
}
.gform_wrapper .gform_fields .gfield input, .gform_wrapper .gform_fields .gfield textarea, .gform_wrapper .gform_fields .gfield select {
  background: transparent;
}
.gform_wrapper .gform_fields .gfield input:not(input[type="checkbox"]):not(input[type="radio"]), .gform_wrapper .gform_fields .gfield textarea {
  height: 30px;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  border-radius: 0;
}
.gform_wrapper .gform_fields .gfield textarea {
  min-block-size: 100px !important;
}
.gform_wrapper .gform_fields .gfield.gfield--type-radio .gfield_radio {
  flex-direction: row;
}
.gform_wrapper .gform_fields .gfield .gfield_description {
  color: #000;
  font-size: 15px;
  line-height: 20px;
}
.gform_wrapper .gform_fields .gfield a {
  text-decoration: underline;
}
.gform_wrapper .gform_footer button.gform_button {
  border-radius: 30px !important;
  border: 1px solid #0094D5 !important;
  height: 60px !important;
  padding: 0 30px !important;
  display: inline-flex !important;
  justify-content: center !important;
  gap: 20px !important;
  align-items: center !important;
  cursor: pointer !important;
  background-color: transparent !important;
  color: #000 !important;
}
.gform_wrapper .gform_footer button.gform_button span {
  font-size: 20px !important;
}
.gform_wrapper .gform_footer button.gform_button::after {
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 15px solid transparent !important;
  border-bottom: 15px solid transparent !important;
  border-left: 15px solid #0094D5 !important;
}
.gform_wrapper .gform_footer button.gform_button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #0094D5;
}
#builder-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
}
#builder-content .single-section {
  width: 100%;
  position: relative;
}
#builder-content .single-section > *:not(.triangle) {
  z-index: 5;
  position: relative;
}
#builder-content .single-section.title {
  padding-top: 50px;
}
#builder-content .single-section.text-image .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#builder-content .single-section.text-image .container .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}
#builder-content .single-section.text-image .container .text p {
  margin: 0;
}
#builder-content .single-section.text-image .container .image {
  width: 50%;
  position: relative;
  display: flex;
}
#builder-content .single-section.text-image .container .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#builder-content .single-section.polygons.polygons[data-prev="immagine_full_width"] {
  margin-top: 100px;
}
#builder-content .single-section.polygons .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
#builder-content .single-section.polygons .container .single-polygon {
  width: 56%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
  position: relative;
}
#builder-content .single-section.polygons .container .single-polygon > * {
  z-index: 2;
  position: relative;
}
#builder-content .single-section.polygons .container .single-polygon .div-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20%);
  width: 40%;
}
#builder-content .single-section.polygons .container .single-polygon .div-img img, #builder-content .single-section.polygons .container .single-polygon .div-img svg {
  width: 100%;
  height: auto;
}
#builder-content .single-section.polygons .container .single-polygon .text {
  margin-top: 80px;
}
#builder-content .single-section.polygons .container .single-polygon .background {
  position: absolute;
  clip-path: polygon(0 0, 100% 3%, 75% 100%, 0% 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#builder-content .single-section.polygons .container .single-polygon .link {
  margin-top: 50px;
}
#builder-content .single-section.polygons .container .single-polygon:first-child {
  padding: 0 13.2vw;
  padding-right: 40px;
  padding-right: 250px;
}
@media only screen and (max-width: 1680px) {
  #builder-content .single-section.polygons .container .single-polygon:first-child {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1500px) {
  #builder-content .single-section.polygons .container .single-polygon:first-child {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  #builder-content .single-section.polygons .container .single-polygon:first-child {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 500px) {
  #builder-content .single-section.polygons .container .single-polygon:first-child {
    padding: 0 35px;
  }
}
#builder-content .single-section.polygons .container .single-polygon:last-child {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 13.2vw;
  padding-left: 40px;
  padding-left: 13vw;
}
@media only screen and (max-width: 1680px) {
  #builder-content .single-section.polygons .container .single-polygon:last-child {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1500px) {
  #builder-content .single-section.polygons .container .single-polygon:last-child {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  #builder-content .single-section.polygons .container .single-polygon:last-child {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 500px) {
  #builder-content .single-section.polygons .container .single-polygon:last-child {
    padding: 0 35px;
  }
}
#builder-content .single-section.polygons .container .single-polygon:last-child .div-img {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 55%;
}
#builder-content .single-section.polygons .container .single-polygon:last-child .background {
  clip-path: polygon(25% 0, 100% 3%, 100% 100%, 0 100%);
}
#builder-content .single-section.columns .top {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#builder-content .single-section.columns .top .title, #builder-content .single-section.columns .top .text {
  max-width: 50%;
}
#builder-content .single-section.columns .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 100px 200px;
}
#builder-content .single-section.columns .container .single-col {
  width: calc((100% - 400px) / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#builder-content .single-section.columns .container .single-col .icon {
  height: 78px;
  position: relative;
}
#builder-content .single-section.columns .container .single-col .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
#builder-content .single-section.columns .container .single-col .title {
  margin-top: 30px;
}
#builder-content .single-section.columns .container .single-col .title h3 {
  color: #0094D5;
}
#builder-content .single-section.columns .container .single-col .divisor {
  margin: 22px 0;
  width: 55px;
  height: 1px;
  background-color: #000;
}
#builder-content .single-section.columns .container .single-col.no-par .title h3 {
  color: #000;
}
#builder-content .single-section.columns.columns[data-prev="timeline"] {
  margin-top: -100px;
  padding-bottom: 100px;
}
#builder-content .single-section.columns.columns[data-prev="timeline"] .top {
  align-items: center;
}
#builder-content .single-section.columns.columns[data-prev="timeline"] .top h2, #builder-content .single-section.columns.columns[data-prev="timeline"] .top p {
  text-align: center;
}
#builder-content .single-section.timeline {
  width: 100%;
  position: relative;
}
#builder-content .single-section.timeline > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#builder-content .single-section.timeline > svg line {
  stroke: #000;
  stroke-width: 1;
}
#builder-content .single-section.timeline > svg line.hidden {
  stroke: #0094D5;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  stroke-width: 3;
}
#builder-content .single-section.timeline .point {
  position: relative;
  z-index: 101;
}
#builder-content .single-section.timeline .point .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  z-index: 10;
  position: relative;
}
#builder-content .single-section.timeline .point .circle {
  width: 60px;
  height: 60px;
  background-color: #EEEBE8;
  border: 3px solid #0A6E9B;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
#builder-content .single-section.timeline .container {
  background-color: #EEEBE8;
  width: 100%;
  padding-top: 115px;
  padding-bottom: 140px;
  position: unset;
}
#builder-content .single-section.timeline .container .title {
  width: 100%;
  display: flex;
  justify-content: center;
}
#builder-content .single-section.timeline .container .title h2 {
  text-align: center;
}
#builder-content .single-section.timeline .container .title h2 p {
  margin: 0;
}
#builder-content .single-section.timeline .container .steps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 170px;
  margin-top: 140px;
  position: relative;
}
#builder-content .single-section.timeline .container .steps .single-step {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}
#builder-content .single-section.timeline .container .steps .single-step .title-step .h2, #builder-content .single-section.timeline .container .steps .single-step .text {
  max-width: 600px;
}
#builder-content .single-section.timeline .container .steps .single-step .title-step {
  position: relative;
  width: 100%;
}
#builder-content .single-section.timeline .container .steps .single-step .title-step .h2 {
  display: block;
}
#builder-content .single-section.timeline .container .steps .single-step .title-step .point {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(2n) {
  align-items: flex-end;
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(2n) .title-step {
  display: flex;
  justify-content: flex-end;
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(2), #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(8) {
  padding-right: 50px;
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(2) .point, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(8) .point {
  left: calc(50% - 50px);
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(3) .title-step .h2, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(3) .text, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(7) .title-step .h2, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(7) .text {
  max-width: 500px;
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(3) .point, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(7) .point {
  left: calc(50% - 150px);
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(4) {
  padding-right: 0px;
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(5) {
  padding-left: 100px;
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(5) .point {
  left: calc(50% + 120px);
}
#builder-content .single-section.timeline .container .steps .single-step:nth-of-type(8) .title-step .h2, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(8) .text {
  max-width: 400px;
  margin-right: 200px;
}
#builder-content .single-section.timeline .container .steps._7steps .single-step:nth-child(5) .point {
  left: calc(50% + 120px);
}
#builder-content .single-section.timeline .container .steps._7steps .single-step:nth-child(6) .title-step .h2, #builder-content .single-section.timeline .container .steps._7steps .single-step:nth-child(6) .text {
  max-width: 450px;
}
#builder-content .single-section.timeline .container .steps._7steps .single-step:nth-child(6) .point {
  left: calc(50% + 80px);
}
#builder-content .single-section.timeline .container .steps._7steps .single-step:nth-of-type(7) .point {
  left: 50%;
}
#builder-content .single-section.timeline .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 150px 0;
  gap: 60px;
  z-index: 110;
}
#builder-content .single-section.timeline .bottom .point .circle {
  background-color: #FAF9F7;
}
#builder-content .single-section.timeline .bottom .title-bottom {
  width: 60%;
  margin-top: 83px;
}
#builder-content .single-section.timeline .bottom .title-bottom .h2, #builder-content .single-section.timeline .bottom .title-bottom .h3 {
  text-align: center;
  display: block;
}
#builder-content .single-section.timeline .bottom .title-bottom .h3 {
  color: #0094D5;
  margin-bottom: 20px;
}
#builder-content .single-section.timeline .bottom .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#builder-content .single-section.timeline .bottom .div-img {
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(-10%);
  width: 300px;
}
#builder-content .single-section.timeline .bottom .div-img > img, #builder-content .single-section.timeline .bottom .div-img svg {
  width: 100%;
  height: auto;
}
#builder-content .single-section.timeline .bottom .div-img.right {
  left: auto;
  right: 30px;
  transform: translateY(-35%);
  width: 500px;
}
#builder-content .single-section.referenze {
  padding: 0 110px;
}
#builder-content .single-section.referenze.referenze[data-prev="timeline"] {
  margin-top: -150px;
  margin-bottom: 150px;
}
#builder-content .single-section.referenze .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 100px 0px 85px;
  background-color: #596166;
}
#builder-content .single-section.referenze .container * {
  color: #fff;
}
#builder-content .single-section.referenze .container .left {
  width: 40%;
  position: relative;
  padding: 0 140px;
  display: flex;
  flex-direction: column;
}
#builder-content .single-section.referenze .container .left .text {
  margin-top: 75px;
}
#builder-content .single-section.referenze .container .left .arrows {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-start;
  margin-top: auto;
}
#builder-content .single-section.referenze .container .left .arrows .time {
  width: 100%;
  position: relative;
}
#builder-content .single-section.referenze .container .left .arrows .time::before {
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #000;
}
#builder-content .single-section.referenze .container .left .arrows .time .progress {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 0;
  background-color: #0094D5;
  transform: translateY(-50%);
  display: block;
}
#builder-content .single-section.referenze .container .left .arrows .single-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #0094D5;
  cursor: pointer;
}
#builder-content .single-section.referenze .container .left .arrows .single-arrow.next {
  border-left: 10px solid #0094D5;
  border-right: none;
}
#builder-content .single-section.referenze .container .left::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}
#builder-content .single-section.referenze .container .right {
  width: 60%;
  position: relative;
  padding: 0 140px;
}
#builder-content .single-section.referenze .container .right .single-ref .text {
  margin-top: 75px;
}
#builder-content .single-section.referenze .container .right .single-ref .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
}
#builder-content .single-section.referenze .container .right .single-ref .bottom .author {
  font-weight: 700;
}
#builder-content .single-section.referenze .container .right .single-ref .bottom .author .name span {
  color: #000;
}
#builder-content .single-section.referenze .container .right .single-ref .bottom .author .role span {
  color: #0094D5;
}
#builder-content .single-section.referenze .container .right .single-ref .bottom .counter span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #FFFFFF1A;
}
#builder-content .single-section.titolo .title h2 {
  text-align: center;
}
#builder-content .single-section.polygon-img.polygon-img[data-prev="poligono_immagine"] {
  margin-top: -100px;
}
#builder-content .single-section.polygon-img .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
#builder-content .single-section.polygon-img .container .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#builder-content .single-section.polygon-img .container .div-img {
  width: 60%;
  position: relative;
  display: flex;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}
#builder-content .single-section.polygon-img .container .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#builder-content .single-section.polygon-img .container .div-img.first {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}
#builder-content .single-section.img-button .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 0 auto 100px;
}
#builder-content .single-section.img-button .container p {
  margin: 0;
}
#builder-content .single-section.img-button .container .div-img {
  width: 40%;
}
#builder-content .single-section.img-button .container .div-img img, #builder-content .single-section.img-button .container .div-img svg {
  width: 100%;
  height: auto;
}
#builder-content .single-section.img-button .container .label span {
  color: #0094D5;
  text-align: center;
  display: block;
}
#builder-content .single-section.img-button .container .title {
  margin-top: 15px;
  text-align: center;
}
#builder-content .single-section.img-button .container .buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#builder-content .single-section.img-full {
  width: 100%;
  position: relative;
  z-index: 1;
}
#builder-content .single-section.img-full img {
  width: 100%;
  height: auto;
}
@keyframes timeline {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent #596166 transparent;
  position: absolute;
  z-index: 2;
}
.sottolineatura, .cerchio {
  position: relative;
  margin-bottom: 30px;
}
.sottolineatura svg, .cerchio svg {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 100%);
}
.sottolineatura svg path, .cerchio svg path {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.sottolineatura.cerchio, .cerchio.cerchio {
  display: inline;
}
.sottolineatura.cerchio p, .cerchio.cerchio p {
  display: inline;
}
.sottolineatura.cerchio svg, .cerchio.cerchio svg {
  transform: translate(20px, 20px);
  opacity: 0.8;
  right: 0;
}
.par-animation .single-word {
  opacity: 0.2;
}
.home #heading .container {
  background-color: #0094D5;
  position: relative;
  display: flex;
}
.home #heading .container .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home #heading .container .text span {
  color: #fff;
  text-align: center;
}
.home #heading .container video {
  width: 100%;
  height: auto;
}
.home #heading .container video.mobile {
  display: none;
}
.home #first {
  margin-top: -250px;
}
.home #first .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 27px;
}
.home #first .container .single-card {
  padding: 45px 60px 0;
  background: #0075d5;
  background: #0094D5;
  background-image: url(/wp-content/themes/altameta-child/assets/svg/noisy.png);
  background-blend-mode: lighten;
  border-radius: 30px;
  width: 550px;
  position: relative;
  height: 550px;
  box-shadow: 10px 4px 14px 0 #00000026;
}
.home #first .container .single-card * {
  color: #fff;
}
.home #first .container .single-card .label span {
  font-weight: 700;
}
.home #first .container .single-card .title {
  margin-top: 20px;
}
.home #first .container .single-card .div-img {
  position: absolute;
  top: 100%;
  transform: translateY(-75%);
  left: 0;
  width: 100%;
}
.home #first .container .single-card .div-img img {
  width: 100%;
  height: auto;
}
.home #first .container .single-card .text {
  margin-top: 40px;
}
.home #first .container .single-card:nth-child(2) .div-img {
  transform: translateY(-65%);
  width: 75%;
  left: auto;
  right: 0;
}
.home #builder-content {
  margin-top: 150px;
}
.home #builder-content .single-section.polygons .container .single-polygon .background {
  clip-path: polygon(0 0, 100% 3%, 75% 100%, 0% 97%);
}
.home #builder-content .single-section.polygons .container .single-polygon:last-child .background {
  clip-path: polygon(25% 0, 100% 3%, 100% 100%, 0 97%);
}
.home #second {
  margin-top: 230px;
}
.home #second .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #second .container .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
  width: 50%;
}
.home #second .container .top .title .h1 {
  text-align: center;
  font-size: 70px;
  line-height: 70px;
}
.home #second .container .top .par {
  text-align: center;
}
.home #second .container .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.home #second .container .bottom .left {
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}
.home #second .container .bottom .left img {
  width: 75%;
  height: auto;
  z-index: 2;
}
.home #second .container .bottom .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C9CBCB99;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 1;
}
.home #second .container .bottom .right {
  width: 50%;
  padding: 0 13.2vw;
  padding-left: 40px;
  padding-bottom: 100px !important;
  position: relative;
}
@media only screen and (max-width: 1680px) {
  .home #second .container .bottom .right {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1500px) {
  .home #second .container .bottom .right {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  .home #second .container .bottom .right {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 500px) {
  .home #second .container .bottom .right {
    padding: 0 35px;
  }
}
.page-template-template-classic #heading .container {
  position: relative;
}
.page-template-template-classic #heading .container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-template-template-classic #heading .container img.mobile {
  display: none;
}
.page-template-template-classic #heading .container .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
}
.page-template-template-classic #heading .container .title h1 {
  text-align: center;
  color: #fff;
}
.page-template-template-classic #heading .container .title svg path {
  stroke: #fff;
}
.page-template-template-classic #builder-content {
  margin-top: 150px;
}
.page-template-template-candidatura header#masthead {
  background-color: #fff !important;
  box-shadow: 0px 0px 4px 3px #00000014 !important;
}
.page-template-template-candidatura header#masthead a {
  color: #000 !important;
}
.page-template-template-candidatura header#masthead .site-branding .custom-logo-link {
  display: block !important;
}
.page-template-template-candidatura header#masthead .site-branding .white {
  display: none !important;
}
.page-template-template-candidatura header#masthead #site-navigation .primary-menu-container > ul > li.menu-item-has-children::after {
  background-image: url(/wp-content/themes/altameta-child/assets/svg/dropdown-menu.svg) !important;
}
.page-template-template-candidatura #heading {
  padding-top: 340px;
  padding-bottom: 190px;
}
.page-template-template-candidatura #heading .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  position: relative;
}
.page-template-template-candidatura #heading .container .title, .page-template-template-candidatura #heading .container .modulo {
  width: 840px;
  max-width: 90%;
  z-index: 10;
}
.page-template-template-candidatura #heading .container .title h1 {
  text-align: center;
}
.page-template-template-candidatura #heading .container .par {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.page-template-template-candidatura #heading .container .images {
  width: calc(100% - 160px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 55px;
}
.page-template-template-candidatura #heading .container .images svg {
  height: 17vw;
  width: auto;
}
.page-template-template-candidatura #heading .container .modulo {
  margin-top: 250px;
}
.page-template-template-contatti header#masthead {
  background-color: #fff !important;
  box-shadow: 0px 0px 4px 3px #00000014 !important;
}
.page-template-template-contatti header#masthead a {
  color: #000 !important;
}
.page-template-template-contatti header#masthead .site-branding .custom-logo-link {
  display: block !important;
}
.page-template-template-contatti header#masthead .site-branding .white {
  display: none !important;
}
.page-template-template-contatti header#masthead #site-navigation .primary-menu-container > ul > li.menu-item-has-children::after {
  background-image: url(/wp-content/themes/altameta-child/assets/svg/dropdown-menu.svg) !important;
}
.page-template-template-contatti #heading .container {
  position: relative;
}
.page-template-template-contatti #heading .container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-template-template-contatti #heading .container img.mobile {
  display: none;
}
.page-template-template-contatti #heading .container .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
}
.page-template-template-contatti #heading .container .title h1 {
  text-align: center;
  color: #fff;
}
.page-template-template-contatti #heading .container .title svg path {
  stroke: #fff;
}
.page-template-template-contatti #par {
  padding-top: 50px;
  position: relative;
}
.page-template-template-contatti #par .text {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.page-template-template-contatti #first {
  padding-top: 160px;
}
.page-template-template-contatti #first .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.page-template-template-contatti #first .container .left, .page-template-template-contatti #first .container .right {
  width: calc(50% - 50px);
}
.page-template-template-contatti #first .container .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  position: relative;
}
.page-template-template-contatti #first .container .left .single-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-contatti #first .container .left .single-row .icon {
  width: 50px;
  position: relative;
}
.page-template-template-contatti #first .container .left .single-row .icon img, .page-template-template-contatti #first .container .left .single-row .icon svg {
  width: 100%;
  height: auto;
}
.page-template-template-contatti #first .container .left .single-row .text {
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
}
.page-template-template-contatti #first .container .left .single-row .text p {
  margin-top: 10px;
}
.page-template-template-contatti #first .container .left #map {
  width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto;
}
.page-template-template-contatti #second {
  padding-top: 110px;
}
.page-template-template-contatti #second .container {
  padding: 0 110px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-template-contatti #second .container .div-img {
  width: 50%;
  position: relative;
  display: flex;
}
.page-template-template-contatti #second .container .div-img img {
  width: 100%;
  height: auto;
}
.page-template-template-privacy header#masthead {
  background-color: #fff !important;
  box-shadow: 0px 0px 4px 3px #00000014 !important;
}
.page-template-template-privacy header#masthead a {
  color: #000 !important;
}
.page-template-template-privacy header#masthead .site-branding .custom-logo-link {
  display: block !important;
}
.page-template-template-privacy header#masthead .site-branding .white {
  display: none !important;
}
.page-template-template-privacy header#masthead #site-navigation .primary-menu-container > ul > li.menu-item-has-children::after {
  background-image: url(/wp-content/themes/altameta-child/assets/svg/dropdown-menu.svg) !important;
}
.page-template-template-privacy #heading {
  padding-top: 200px;
  position: relative;
  padding-bottom: 50px;
}
.page-template-template-privacy #heading .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-privacy #heading .container .text b {
  font-weight: bold;
}
.page-template-template-privacy #heading .container .text a {
  text-decoration: underline;
}
.page-template-template-offerte header#masthead {
  background-color: #fff !important;
  box-shadow: 0px 0px 4px 3px #00000014 !important;
}
.page-template-template-offerte header#masthead a {
  color: #000 !important;
}
.page-template-template-offerte header#masthead .site-branding .custom-logo-link {
  display: block !important;
}
.page-template-template-offerte header#masthead .site-branding .white {
  display: none !important;
}
.page-template-template-offerte header#masthead #site-navigation .primary-menu-container > ul > li.menu-item-has-children::after {
  background-image: url(/wp-content/themes/altameta-child/assets/svg/dropdown-menu.svg) !important;
}
.page-template-template-offerte #heading {
  padding-top: 200px;
  position: relative;
  padding-bottom: 50px;
}
.page-template-template-offerte #heading .title {
  margin-bottom: 50px;
}
footer#colophon {
  background-color: #0094D5;
  padding: 150px 9.3vw;
}
footer#colophon .div-img.logo {
  height: 88px;
  position: relative;
  display: flex;
  justify-content: center;
}
footer#colophon .div-img.logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
footer#colophon .footer-inner {
  margin-top: 140px;
  justify-content: space-between;
  align-items: flex-start;
}
footer#colophon .footer-inner span, footer#colophon .footer-inner a {
  color: #fff;
}
footer#colophon .footer-inner .footer-col {
  flex: unset;
}
footer#colophon .footer-inner .footer-col .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 100px;
}
footer#colophon .footer-inner .footer-col .container .dato {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
footer#colophon .footer-inner .footer-col .container .dato img {
  height: 40px;
  width: auto;
}
footer#colophon .footer-inner .footer-col .container .dato span {
  display: block;
  margin-top: 20px;
}
footer#colophon .footer-inner .footer-col .container .dato::before {
  content: "";
  left: -30px;
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
}
footer#colophon .footer-inner .footer-col .container .dato:last-child img {
  height: 35px;
}
footer#colophon .footer-inner .footer-col .row {
  display: flex;
  justify-content: flex-end;
}
footer#colophon .footer-inner .footer-col .row span, footer#colophon .footer-inner .footer-col .row a {
  text-align: end;
  font-size: 12px;
  line-height: 16px;
}
footer#colophon .footer-inner .footer-col:nth-child(2) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 400px;
}
footer#colophon .footer-inner .footer-col .social {
  gap: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1680px) {
  footer#colophon .footer-inner .footer-col .container .dato span {
    font-size: 17px;
    line-height: 20px;
  }
  footer#colophon .footer-inner .footer-col:first-child {
    width: 65%;
  }
  footer#colophon .footer-inner .footer-col:nth-child(2) {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  footer#colophon {
    padding: 0 13.2vw;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  footer#colophon .footer-inner {
    margin-top: 80px;
  }
  footer#colophon .footer-inner .footer-col:first-child {
    width: 100%;
  }
  footer#colophon .footer-inner .footer-col:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1680px) {
  footer#colophon {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1500px) {
  footer#colophon {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  footer#colophon {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  footer#colophon {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1024px) {
  footer#colophon .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  footer#colophon .footer-inner .footer-col {
    width: 100%;
    justify-content: center !important;
  }
  footer#colophon .footer-inner .footer-col .container {
    gap: 50px;
    justify-content: center;
  }
  footer#colophon .footer-inner .footer-col .container .dato {
    align-items: center;
  }
  footer#colophon .footer-inner .footer-col .container .dato::before {
    left: 0;
    display: none !important;
  }
  footer#colophon .footer-inner .footer-col .container .dato span {
    text-align: center;
  }
  footer#colophon .footer-inner .footer-col .row {
    justify-content: center;
  }
  footer#colophon .footer-inner .footer-col .row span, footer#colophon .footer-inner .footer-col .row a {
    text-align: center;
  }
  footer#colophon .footer-inner .footer-col:nth-child(2) {
    justify-content: start;
  }
}
@media only screen and (max-width: 700px) {
  footer#colophon {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  footer#colophon .footer-inner {
    margin-top: 50px;
  }
  footer#colophon .footer-inner .footer-col .container {
    flex-direction: column;
    align-items: center;
  }
  footer#colophon .div-img.logo {
    height: auto;
    width: 300px;
    margin: 0 auto;
  }
  footer#colophon .div-img.logo img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 2000px) {
  .page-template-template-contatti #first .container .left .single-row .text {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1680px) {
  #builder-content .single-section.timeline .container .steps .single-step .title-step .h2, #builder-content .single-section.timeline .container .steps .single-step .text {
    max-width: 40%;
  }
  #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(3) .title-step .h2, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(3) .text, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(7) .title-step .h2, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(7) .text {
    max-width: 30%;
  }
  #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(3) .point, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(7) .point {
    left: calc(50% - 7.81vw);
  }
  #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(2), #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(8) {
    padding-right: 0px;
  }
  #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(2) .point, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(8) .point {
    left: calc(50% - 2.6vw);
  }
  #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(5) .point {
    left: calc(50% + 5.2vw);
  }
  #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(8) .title-step .h2, #builder-content .single-section.timeline .container .steps .single-step:nth-of-type(8) .text {
    max-width: 30%;
    margin-right: 10vw;
  }
  #builder-content .single-section.timeline .container .steps._7steps .single-step:nth-child(5) .point {
    left: calc(50% + 6.25vw);
  }
  #builder-content .single-section.timeline .container .steps._7steps .single-step:nth-child(6) .title-step .h2, #builder-content .single-section.timeline .container .steps._7steps .single-step:nth-child(6) .text {
    max-width: 40%;
  }
  #builder-content .single-section.timeline .container .steps._7steps .single-step:nth-child(6) .point {
    left: calc(50% + 4.16vw);
  }
  #builder-content .single-section.timeline .bottom .div-img {
    width: 400px !important;
  }
}
@media only screen and (max-width: 1500px) {
  #builder-content .single-section.text-image .container {
    justify-content: space-between;
  }
  #builder-content .single-section.text-image .container .text {
    width: 45%;
  }
  #builder-content .single-section.text-image .container .image {
    width: 50%;
  }
  #builder-content .single-section.columns .container {
    gap: 100px;
  }
  #builder-content .single-section.columns .container .single-col {
    width: calc((100% - 200px) / 3);
  }
  #builder-content .single-section.referenze .container .left, #builder-content .single-section.referenze .container .right {
    padding: 0 50px;
  }
  #builder-content .single-section.polygons .container .single-polygon:first-child {
    padding-right: 200px;
  }
  #builder-content .single-section.polygons .container .single-polygon:last-child {
    padding-left: 200px;
  }
  #builder-content .single-section.polygon-img .container .text {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .home #second .container .top {
    width: 80%;
  }
  .home #second .container .bottom .right {
    padding-left: 0;
  }
  .page-template-template-contatti #first {
    padding-top: 80px;
  }
  .page-template-template-contatti #first .container .left .single-row .text {
    font-size: 30px;
    line-height: 35px;
  }
  .page-template-template-candidatura #heading {
    padding-top: 180px;
  }
  .page-template-template-candidatura #heading .container .images .div-img {
    width: 300px;
    position: relative;
  }
  .page-template-template-candidatura #heading .container .images .div-img svg {
    width: 100%;
    height: auto;
  }
  .page-template-template-candidatura #heading .container .modulo {
    margin-top: 100px;
  }
  .sottolineatura.cerchio svg, .cerchio.cerchio svg {
    scale: 0.9;
    transform: translate(25px, 20px);
  }
}
@media only screen and (max-width: 1250px) {
  .home #first {
    margin-top: -100px;
  }
  .home #first .container {
    padding: 0 13.2vw;
    justify-content: space-between;
    gap: unset;
  }
  .home #first .container .single-card {
    width: 47.5%;
    transform: unset !important;
  }
  #builder-content .single-section.referenze {
    padding: 0 13.2vw;
  }
  #builder-content .single-section.img-button .container {
    width: 100%;
    padding: 0 13.2vw;
  }
  .sottolineatura.cerchio svg, .cerchio.cerchio svg {
    scale: 0.7;
    transform: translate(60px, 40px);
  }
  .page-template-template-contatti #first .container .left {
    gap: 50px;
    width: calc(100% - 50px);
  }
  .page-template-template-contatti #first .container .left .single-row .text {
    font-size: 30px;
    line-height: 35px;
    margin-top: 10px;
  }
  .page-template-template-contatti #first .container .left .single-row .text p {
    margin: 0;
  }
  .page-template-template-contatti #first .container .right {
    width: calc(100% - 50px);
  }
  .page-template-template-candidatura #heading {
    padding-bottom: 40px;
  }
  .page-template-template-candidatura #heading .container {
    padding: 0 13.2vw;
  }
  .page-template-template-candidatura #heading .container .images {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .page-template-template-candidatura #heading .container .images .div-img {
    width: 50%;
  }
  .page-template-template-candidatura #heading .container .modulo {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1680px) {
  .home #first .container {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1500px) {
  .home #first .container {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1024px) {
  .home #first .container {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 500px) {
  .home #first .container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1680px) {
  #builder-content .single-section.referenze {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1500px) {
  #builder-content .single-section.referenze {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1024px) {
  #builder-content .single-section.referenze {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 500px) {
  #builder-content .single-section.referenze {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1680px) {
  #builder-content .single-section.img-button .container {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1500px) {
  #builder-content .single-section.img-button .container {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1024px) {
  #builder-content .single-section.img-button .container {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 500px) {
  #builder-content .single-section.img-button .container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1680px) {
  .page-template-template-candidatura #heading .container {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1500px) {
  .page-template-template-candidatura #heading .container {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1024px) {
  .page-template-template-candidatura #heading .container {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 500px) {
  .page-template-template-candidatura #heading .container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1180px) {
  .page-template-template-contatti #par .text {
    width: 100%;
  }
  .page-template-template-contatti #first {
    padding-top: 30px;
  }
  .page-template-template-contatti #first .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .page-template-template-contatti #first .container .left, .page-template-template-contatti #first .container .right {
    width: 100%;
  }
  .page-template-template-contatti #first .container .left {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px 0;
  }
  .page-template-template-contatti #first .container .left .single-row {
    width: 100%;
  }
  .page-template-template-contatti #first .container .left #map {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #builder-content .single-section.text-image .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  #builder-content .single-section.text-image .container .text {
    width: 100%;
    gap: 40px;
    order: 1 !important;
  }
  #builder-content .single-section.text-image .container .image {
    width: 100%;
    order: 2 !important;
  }
  #builder-content .single-section.columns .top .text, #builder-content .single-section.columns .top .title {
    max-width: 100%;
  }
  #builder-content .single-section.columns .container {
    gap: 50px;
  }
  #builder-content .single-section.columns .container .single-col {
    width: calc((100% - 100px) / 3);
  }
  #builder-content .single-section.polygons .container .single-polygon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 100px !important;
  }
  #builder-content .single-section.polygons .container .single-polygon .title, #builder-content .single-section.polygons .container .single-polygon .text, #builder-content .single-section.polygons .container .single-polygon .link {
    width: 80%;
  }
  #builder-content .single-section.polygons .container .single-polygon .text {
    margin-top: 40px;
  }
  #builder-content .single-section.polygons .container .single-polygon .div-img {
    transform: translateY(-40%);
  }
  #builder-content .single-section.polygons .container .single-polygon:first-child {
    padding-right: 50px;
  }
  #builder-content .single-section.polygons .container .single-polygon:last-child {
    padding-left: 50px;
    align-items: flex-end;
  }
  #builder-content .single-section.referenze .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 50px;
  }
  #builder-content .single-section.referenze .container .left, #builder-content .single-section.referenze .container .right {
    width: 100%;
    padding: 50px 0;
  }
  #builder-content .single-section.referenze .container .left::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    right: auto;
    top: auto;
  }
  #builder-content .single-section.referenze .container .left .text {
    margin-top: 30px;
  }
  #builder-content .single-section.referenze .container .left .arrows {
    margin-top: 50px;
  }
  #builder-content .single-section.referenze.referenze[data-prev="timeline"] {
    margin-top: -100px;
  }
  #builder-content .single-section.timeline .container {
    padding-top: 60px;
  }
  #builder-content .single-section.timeline .container .steps {
    margin-top: 30px;
  }
  #builder-content .single-section.timeline .container .steps .single-step {
    padding: 0 !important;
  }
  #builder-content .single-section.timeline .container .steps .single-step .title-step .h2, #builder-content .single-section.timeline .container .steps .single-step .text {
    max-width: 70% !important;
  }
  #builder-content .single-section.timeline .container .steps .single-step:nth-child(2n) {
    justify-content: flex-start;
    align-items: flex-start;
  }
  #builder-content .single-section.timeline .container .steps .single-step:nth-child(2n) .title-step {
    justify-content: flex-start;
  }
  #builder-content .single-section.timeline .container .steps .single-step .title-step .point {
    left: 90% !important;
  }
  #builder-content .single-section.timeline .bottom {
    padding: 0 13.2vw;
    padding-bottom: 100px !important;
  }
  #builder-content .single-section.timeline .bottom .div-img {
    width: 200px !important;
    right: auto !important;
    left: 20px !important;
    bottom: 100% !important;
    top: auto !important;
    transform: translateY(50%) !important;
  }
  #builder-content .single-section.timeline .bottom .point {
    position: absolute;
    left: calc(90% - 6vw);
    top: 50px;
    transform: translateX(50%);
  }
  #builder-content .single-section.timeline .bottom .title-bottom {
    margin-top: 100px;
    width: 100%;
  }
  #builder-content .single-section.polygon-img .container .text {
    gap: 25px;
  }
  .home #second .container .top {
    width: 100%;
    padding: 0 13.2vw;
  }
  .home #second .container .top .par {
    text-align: start;
  }
  .home #second .container .bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 50px;
  }
  .home #second .container .bottom .right {
    width: 100%;
    padding: 0 13.2vw;
  }
  .sottolineatura svg {
    width: 100%;
  }
  .page-template-template-classic #heading .container {
    height: 70vh;
  }
  .page-template-template-classic #heading .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-template-classic #heading .container .title {
    padding: 0 13.2vw;
    width: 100%;
  }
  .page-template-template-contatti #heading .container {
    height: 70vh;
  }
  .page-template-template-contatti #heading .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-template-contatti #heading .container .title {
    padding: 0 13.2vw;
    width: 100%;
  }
  .page-template-template-contatti #second {
    padding-top: 50px;
  }
  .page-template-template-contatti #second .container {
    padding: 0 13.2vw;
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1680px) {
  #builder-content .single-section.timeline .bottom {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1500px) {
  #builder-content .single-section.timeline .bottom {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #builder-content .single-section.timeline .bottom {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  #builder-content .single-section.timeline .bottom {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1680px) {
  .home #second .container .top {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1500px) {
  .home #second .container .top {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .home #second .container .top {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .home #second .container .top {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1680px) {
  .home #second .container .bottom .right {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1500px) {
  .home #second .container .bottom .right {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .home #second .container .bottom .right {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .home #second .container .bottom .right {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1680px) {
  .page-template-template-classic #heading .container .title {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1500px) {
  .page-template-template-classic #heading .container .title {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .page-template-template-classic #heading .container .title {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .page-template-template-classic #heading .container .title {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1680px) {
  .page-template-template-contatti #heading .container .title {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1500px) {
  .page-template-template-contatti #heading .container .title {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .page-template-template-contatti #heading .container .title {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .page-template-template-contatti #heading .container .title {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1680px) {
  .page-template-template-contatti #second .container {
    padding: 0 11vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1500px) {
  .page-template-template-contatti #second .container {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .page-template-template-contatti #second .container {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .page-template-template-contatti #second .container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  #builder-content {
    gap: 60px;
  }
  #builder-content .single-section.text-image .container .text {
    gap: 20px;
  }
  #builder-content .single-section.polygons .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #builder-content .single-section.polygons .container .single-polygon {
    width: 100%;
    position: relative !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  #builder-content .single-section.polygons .container .single-polygon .background {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 97%) !important;
  }
  #builder-content .single-section.polygons .container .single-polygon .title, #builder-content .single-section.polygons .container .single-polygon .text, #builder-content .single-section.polygons .container .single-polygon .link {
    width: 100%;
  }
  #builder-content .single-section.polygons .container .single-polygon:last-child {
    align-items: flex-start;
  }
  #builder-content .single-section.polygons .container .single-polygon:last-child .background {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%) !important;
  }
  #builder-content .single-section.polygons:last-child .container .single-polygon:last-child .background {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%) !important;
  }
  #builder-content .single-section.columns.colums[data-prev="timeline"] {
    margin-top: -60px;
  }
  #builder-content .single-section.columns .container {
    gap: 50px;
  }
  #builder-content .single-section.columns .container .single-col {
    width: calc((100% - 50px) / 2);
  }
  #builder-content .single-section.columns .container .single-col .icon {
    height: 65px;
  }
  #builder-content .single-section.referenze .container .right .single-ref .text {
    margin-top: 25px;
  }
  #builder-content .single-section.referenze .container .right .single-ref .bottom {
    margin-top: 60px;
  }
  #builder-content .single-section.timeline .container .steps {
    gap: 80px;
  }
  #builder-content .single-section.timeline .container .steps .single-step {
    gap: 0;
  }
  #builder-content .single-section.timeline .bottom {
    gap: 30px;
  }
  #builder-content .single-section.timeline .bottom .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #builder-content .single-section.polygon-img.polygon-img[data-prev="poligono_immagine"] {
    margin-top: -60px;
  }
  #builder-content .single-section.polygon-img .container {
    display: flex;
    flex-direction: column;
  }
  #builder-content .single-section.polygon-img .container .text {
    order: 1 !important;
    width: 100%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #builder-content .single-section.polygon-img .container .div-img {
    order: 2 !important;
    width: 100%;
  }
  #builder-content .single-section.polygon-img .container .div-img img {
    clip-path: unset !important;
  }
  #builder-content .single-section.img-button .container .div-img {
    width: 500px;
    max-width: 100%;
    position: relative;
  }
  #builder-content .single-section.img-button .container .div-img img {
    width: 100%;
    height: auto;
  }
  .home #heading .container {
    padding-top: 89px;
    min-height: unset;
    height: auto;
  }
  .home #heading .container video {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .home #heading .container video.mobile {
    display: block;
  }
  .home #heading .container video.desk {
    display: none;
  }
  .home #first .container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .home #first .container .single-card {
    width: 100%;
    padding: 45px 30px 0;
    height: 450px;
  }
  .home #first .container .single-card .text {
    margin-top: 20px;
  }
  .home #builder-content {
    margin-top: 100px;
  }
  .home #second {
    margin-top: 100px;
  }
  .home #second .container .bottom .left {
    width: 100%;
  }
  .page-template-template-classic #heading .container img.mobile {
    display: block;
  }
  .page-template-template-classic #heading .container img.desk {
    display: none;
  }
  .page-template-template-classic #builder-content {
    margin-top: 100px;
  }
  .triangle {
    opacity: 0.2 !important;
  }
  .triangle.second, .triangle.third {
    display: none;
  }
  .page-template-template-contatti #heading .container img.mobile {
    display: block;
  }
  .page-template-template-contatti #heading .container img.desk {
    display: none;
  }
  .page-template-template-contatti #first .container .left .single-row {
    width: 100%;
  }
  .page-template-template-contatti #first .container .left #map {
    margin: 30px 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  #builder-content .single-section.text-image .cerchio svg {
    width: 100%;
    height: auto;
    transform: translate(20px, 10px) !important;
    scale: 0.9 !important;
  }
  #builder-content .single-section.columns .container {
    gap: 30px;
  }
  #builder-content .single-section.columns .container .single-col {
    width: 100%;
  }
  #builder-content .single-section.referenze .container {
    padding: 0 30px;
  }
  #builder-content .single-section.timeline .bottom .point {
    left: calc(90% - 30px);
    transform: unset;
  }
  #builder-content .single-section.polygons .container .single-polygon .div-img {
    width: 50%;
    transform: translateY(-50%);
  }
  #builder-content .single-section.polygons .container .single-polygon:first-child {
    padding-right: 35px;
  }
  #builder-content .single-section.polygons .container .single-polygon:last-child {
    padding-left: 35px;
  }
  #builder-content .single-section.polygons .container .single-polygon:last-child .div-img {
    width: 80%;
    transform: translateY(43%);
  }
  #builder-content .single-section.polygon-img .cerchio svg {
    width: 100%;
    height: auto;
    transform: translate(0px, 10px) !important;
    scale: 1 !important;
  }
  #builder-content .single-section.timeline .bottom .div-img:not(.right) {
    width: 150px !important;
  }
  .page-template-template-classic #builder-content {
    margin-top: 50px;
  }
  .home #builder-content {
    margin-top: 120px;
  }
  .home #second .container .bottom .right {
    padding-bottom: 50px !important;
  }
  .page-template-template-contatti #first .container .left {
    gap: 15px;
  }
  .page-template-template-contatti #first .container .left .single-row .icon {
    height: 40px;
    position: relative;
  }
  .page-template-template-contatti #first .container .left .single-row .icon img, .page-template-template-contatti #first .container .left .single-row .icon svg {
    height: 100%;
    width: auto;
  }
  .page-template-template-contatti #first .container .left .single-row .text {
    font-size: 18px;
    line-height: 22px;
  }
  .page-template-template-candidatura #heading {
    padding-top: 120px;
  }
  .page-template-template-candidatura #heading .container .modulo {
    margin-top: 20px;
  }
}
