/*
 Theme Name: assiteam60-child
 Template: assiteam60
*/
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/assiteam60-child/assets/fonts/Avenir/Avenir-Light.woff2) format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/assiteam60-child/assets/fonts/Avenir/Avenir-Book.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/assiteam60-child/assets/fonts/Avenir/Avenir-Medium.woff2) format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/assiteam60-child/assets/fonts/Avenir/Avenir-Heavy.woff2) format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/assiteam60-child/assets/fonts/Avenir/Avenir-Black.woff2) format("woff2");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url(/wp-content/themes/assiteam60-child/assets/fonts/Raleway-ExtraBold.woff2);
  font-style: normal;
}
@font-face {
  font-family: "Didot";
  src: url(/wp-content/themes/assiteam60-child/assets/fonts/Didot.woff2);
  font-weight: 500;
  font-style: normal;
}
body, html {
  box-sizing: border-box;
  outline: none;
  font-family: "Avenir";
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.t1 {
  font-size: 60px;
  line-height: 70px;
}
h1, h2, h3 {
  margin: 0;
}
a, span {
  color: #000;
  text-decoration: none;
}
header#masthead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  gap: 0;
  padding: 0 !important;
}
header#masthead .top {
  padding-left: calc((100vw - 1300px) / 2);
  padding-right: calc((100vw - 1300px) / 2);
  background-color: #D9DDE2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1250px) {
  header#masthead .top {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  header#masthead .top {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (max-width: 500px) {
  header#masthead .top {
    padding-left: 25px;
    padding-right: 25px;
  }
}
header#masthead .top .contatti {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 65px;
}
header#masthead .top .contatti .single-con a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
header#masthead .top .contatti .single-con a img {
  height: 23px;
  width: auto;
}
header#masthead .top .contatti .single-con a span {
  font-size: 15px;
  line-height: 100%;
}
header#masthead .top .social a svg {
  height: 25px;
  width: 25px;
}
header#masthead .bottom {
  padding-left: calc((100vw - 1300px) / 2);
  padding-right: calc((100vw - 1300px) / 2);
  background-color: #00193D;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  header#masthead .bottom {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  header#masthead .bottom {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (max-width: 500px) {
  header#masthead .bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
}
header#masthead .bottom .site-branding img {
  height: 80px;
  width: auto;
}
header#masthead .bottom .site-branding .custom-logo-link {
  display: flex;
}
header #site-navigation .primary-menu-container > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 55px;
}
header #site-navigation .primary-menu-container > ul > li {
  position: relative;
}
header #site-navigation .primary-menu-container > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
}
header #site-navigation .primary-menu-container > ul > li ul {
  background-color: #fff;
  padding: 15px !important;
  top: calc(100% + 25px) !important;
  box-shadow: 0px 0px 8px 3px #00000054;
}
header #site-navigation .primary-menu-container > ul > li ul li {
  position: relative;
  display: flex;
}
header #site-navigation .primary-menu-container > ul > li ul li:not(:first-child) {
  margin-top: 15px;
}
header #site-navigation .primary-menu-container > ul > li ul li a {
  font-size: 17px;
  line-height: 100%;
  display: inline-flex;
  position: relative;
}
header #site-navigation .primary-menu-container > ul > li ul li a::before {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  height: 2px;
  width: 0;
  background-color: #00193D;
  transition: all 0.3s ease;
}
header #site-navigation .primary-menu-container > ul > li ul li a:hover::before {
  width: 100%;
}
header #site-navigation .primary-menu-container > ul > li ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 30px 12px 0px;
  border-color: transparent transparent #fff transparent;
  transform: translateY(-100%) rotate(0deg);
}
header #site-navigation .primary-menu-container > ul > li::before {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
header #site-navigation .primary-menu-container > ul > li:hover::before, header #site-navigation .primary-menu-container > ul > li.current-menu-item::before, header #site-navigation .primary-menu-container > ul > li.current-menu-ancestor::before {
  width: 100%;
}
header#header-sticky {
  width: calc(100% - 60px);
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 20px;
  background-color: #00193de0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 10px;
  z-index: 99999;
  padding: 20px 60px;
  backdrop-filter: blur(3px);
  display: none;
}
header#header-sticky .logo {
  width: 100px;
  position: relative;
}
header#header-sticky .logo img {
  width: 100%;
  height: auto;
}
header#header-sticky .logo a {
  display: flex;
}
@media only screen and (max-width: 1500px) {
  header#masthead .bottom .site-branding img {
    height: 60px;
  }
  header#masthead .bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1350px) {
  header #site-navigation .primary-menu-container > ul {
    gap: 40px;
  }
  header #site-navigation .primary-menu-container > ul > li > a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  header#masthead .bottom .site-branding img {
    height: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  #mobile-navigation svg path {
    fill: #fff;
  }
  #mobile-navigation .menu-button-container {
    padding: 0;
    left: 5vw !important;
    transform: translateY(-50%);
  }
  header#masthead .bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header#header-sticky {
    justify-content: center;
    padding: 10px;
    width: calc(100% - 10vw);
  }
  header#header-sticky .logo {
    width: 70px;
  }
  header#header-sticky .primary-menu-container {
    left: -5vw;
    top: -20px;
    height: 100vh;
    width: 100vw;
  }
  .primary-menu-container {
    z-index: 490 !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list {
    padding: 30px 5vw !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li {
    justify-content: center !important;
    width: 100% !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li > a {
    font-weight: 500;
    position: relative;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li > ul li a {
    padding: 4px 0;
    font-size: 21px;
    line-height: 24px;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li.menu-item-has-children {
    width: 100% !important;
    align-items: center !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li.menu-item-has-children > a::after {
    content: "";
    margin-left: 5px;
    background-image: url(/wp-content/themes/assiteam60-child/assets/svg/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    transition: all 0.3s ease;
    position: absolute;
    right: -25px;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li.menu-item-has-children.submenu-open > a::after {
    transform: rotate(180deg);
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li.menu-item-has-children ul {
    width: 100%;
    align-items: center;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li.menu-item-has-children ul li {
    justify-content: center;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li.current-menu-item a {
    text-decoration: underline;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-531 ul li.current-menu-item a {
    text-decoration: none;
  }
  header#masthead .top {
    padding-top: 20px;
  }
  header#masthead .top .contatti .single-con a span {
    font-size: 15px;
  }
  #mobile-navigation .primary-menu-container {
    background-color: #74635c !important;
  }
  #mobile-navigation .primary-menu-container * {
    color: #fff;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children .sub-menu {
    background-color: transparent !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list::after {
    content: "";
    position: relative;
    width: 100px;
    height: 100px;
    background-image: url(/wp-content/themes/assiteam60-child/assets/svg/logo-chiocciola-bianco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 500px) {
  header#masthead .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    display: none;
  }
  header#masthead .top .contatti {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media only screen and (max-width: 450px) {
  header#masthead .bottom .site-branding img {
    height: 35px;
  }
}
::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #74635c;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}
::selection {
  background-color: #74635c !important;
  color: #fff !important;
}
.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.social .single-social a {
  display: flex;
}
.social .single-social a svg {
  width: 28px;
  height: 28px;
}
.btn {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #00193D !important;
  font-family: "Raleway";
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 23px;
  position: relative;
  text-align: center;
}
.btn.dark {
  background-color: #00193D;
  color: #fff !important;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff6a;
  opacity: 0;
  transition: all 0.3s ease;
}
.btn:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 1350px) {
  .btn {
    padding: 15px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 10px !important;
    min-width: 60px;
  }
}
h1, .h1 {
  font-size: 50px;
  line-height: 65px;
  font-family: "Raleway";
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 500px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Raleway";
}
@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 500px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.title-button {
  font-size: 36px;
  line-height: 40px;
  background-color: #74635c;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  padding: 10px 15px;
  display: inline-flex;
  font-family: "Raleway";
}
@media only screen and (max-width: 1500px) {
  .title-button {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .title-button {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .title-button {
    font-size: 19px;
    line-height: 23px;
  }
}
.boxed {
  padding-left: calc((100vw - 1300px) / 2);
  padding-right: calc((100vw - 1300px) / 2);
}
@media only screen and (max-width: 1250px) {
  .boxed {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .boxed {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (max-width: 500px) {
  .boxed {
    padding-left: 25px;
    padding-right: 25px;
  }
}
h1, h2, h3, p {
  margin: 0;
}
strong, .strong, .bold {
  /*@include ff_bold;*/
  font-weight: 600;
}
.ff2 {
  font-family: "Raleway";
}
.justify {
  text-align: justify;
}
.common-banner {
  background-color: #00193de0;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 40px;
  position: relative;
}
.common-banner .columns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 !important;
  width: 100%;
  margin-left: -80px;
  width: calc(100% + 160px);
}
.common-banner .columns .slick-list {
  margin: 0 -80px;
  width: 100%;
}
.common-banner .columns .slick-list .slick-slide {
  margin: 0 80px;
  position: relative;
}
.common-banner .columns .single-col {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  gap: 25px;
}
.common-banner .columns .single-col .icon {
  height: 110px;
  position: relative;
}
.common-banner .columns .single-col .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.common-banner .columns .single-col a {
  width: 100%;
  font-size: 20px;
}
.services-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 180px 30px;
  flex-wrap: wrap;
  margin-top: 130px;
  padding: 0 80px;
}
.services-container .single-ser {
  width: calc((100% - 60px) / 3);
  position: relative;
  padding: 0 20px 50px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.services-container .single-ser * {
  text-align: center;
}
.services-container .single-ser .div-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -125px;
  position: relative;
  border: 3px solid #74635c;
}
.services-container .single-ser .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.services-container .single-ser .title {
  margin-top: 30px;
}
.services-container .single-ser .title span {
  text-transform: uppercase;
  font-size: 27px;
  line-height: 33px;
}
.services-container .single-ser .par {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
}
.services-container .single-ser a {
  margin-top: auto;
}
.classic-heading {
  width: 100vw;
  height: 550px;
  position: relative;
}
.classic-heading img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.classic-heading .text {
  width: 100%;
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.classic-heading .text img {
  width: 300px;
  height: auto;
  opacity: 0.6;
}
.classic-heading .text * {
  color: #fff;
}
.classic-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000045;
  z-index: 2;
}
#oggi-domani {
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 110px;
}
#oggi-domani .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#oggi-domani .top .logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 105px;
  z-index: 1;
}
#oggi-domani .top .logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#oggi-domani .top .div-img {
  width: 65%;
  position: relative;
}
#oggi-domani .top .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2.45;
}
#oggi-domani .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#oggi-domani .bottom > .title {
  margin-bottom: 45px;
}
#oggi-domani .bottom .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#oggi-domani .bottom .text .title {
  margin-bottom: 25px;
  width: 100%;
}
#oggi-domani .bottom .text .par {
  width: 100%;
  margin-bottom: 65px;
}
#sedi {
  margin-top: 145px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#sedi .single-sede {
  width: calc((100% - 50px) / 2);
  background-color: #EAE8E7;
  padding: 20px 35px 55px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#sedi .single-sede .div-img {
  width: 100%;
  position: relative;
}
#sedi .single-sede .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2;
}
#sedi .single-sede .text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  width: 100%;
  height: 100%;
}
#sedi .single-sede .text .title {
  margin-bottom: 20px;
}
#sedi .single-sede .text .paese {
  margin-bottom: 15px;
}
#sedi .single-sede .text .more-text {
  margin-top: 30px;
}
#sedi .single-sede .text .icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sedi .single-sede .text .icons div img {
  height: 35px;
  width: auto;
}
#sedi .single-sede .text .icons div.maps img {
  height: 40px;
}
#sedi .single-sede .text .strong, #sedi .single-sede .text strong, #sedi .single-sede .text a {
  color: #212E47;
}
@media only screen and (min-width: 850px) {
  #sedi .single-sede:first-child {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    padding-bottom: 28px;
  }
  #sedi .single-sede:first-child .div-img {
    width: 50%;
    padding-right: 75px;
  }
  #sedi .single-sede:first-child .div-img img {
    aspect-ratio: 1.5;
  }
  #sedi .single-sede:first-child .text {
    width: 50%;
    justify-content: center;
    margin-top: 0;
  }
}
.gruppi-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 140px;
}
.gruppi-container .single-logo {
  padding: 70px 115px;
  width: 50%;
  position: relative;
}
.gruppi-container .single-logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gruppi-container .single-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.gruppi-container .single-logo:not(:last-child) {
  border-bottom: 2px solid #74635c;
}
.gruppi-container .single-logo:nth-child(2) {
  border-right: 2px solid #74635c;
}
.gruppi-container .single-logo:first-child, .gruppi-container .single-logo:last-child {
  width: 100%;
}
.gruppi-container .single-logo:first-child img, .gruppi-container .single-logo:last-child img {
  width: 50%;
}
#sede-malo {
  margin-top: 130px;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #EAE8E7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 110px;
}
#sede-malo .title {
  margin-bottom: 60px;
}
#sede-malo .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
#sede-malo .bottom iframe {
  width: calc(60% - 25px);
  aspect-ratio: 2;
  height: unset;
}
#sede-malo .bottom .text {
  width: calc(40% - 25px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 65px;
}
div.modulo {
  padding: 0 250px;
  width: 100%;
}
div.modulo .gform_wrapper input:not(input[type="checkbox"]), div.modulo .gform_wrapper textarea, div.modulo .gform_wrapper select {
  border-radius: 10px;
  font-size: 25px;
}
div.modulo .gform_wrapper input:not(input[type="checkbox"])::placeholder, div.modulo .gform_wrapper textarea::placeholder, div.modulo .gform_wrapper select::placeholder {
  color: #4F4F52;
  opacity: 1;
  /* Firefox */
}
div.modulo .gform_wrapper select {
  color: #4F4F52;
  display: flex;
  align-items: center;
}
div.modulo .gform_wrapper input:not(input[type="checkbox"]), div.modulo .gform_wrapper select {
  height: 65px;
}
div.modulo .gform_wrapper .gform_fields {
  row-gap: 25px;
}
div.modulo .gform_wrapper .gform_fields .ginput_container_date input {
  width: 100%;
}
div.modulo .gform_wrapper button {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #00193D !important;
  font-family: "Raleway";
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 23px;
  position: relative;
  text-align: center;
  background-color: #00193D;
  color: #fff !important;
}
div.modulo .gform_wrapper button.dark {
  background-color: #00193D;
  color: #fff !important;
}
div.modulo .gform_wrapper button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff6a;
  opacity: 0;
  transition: all 0.3s ease;
}
div.modulo .gform_wrapper button:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 1350px) {
  div.modulo .gform_wrapper button {
    padding: 15px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  div.modulo .gform_wrapper button {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 10px !important;
    min-width: 60px;
  }
}
div.modulo .gform_wrapper a {
  text-decoration: underline;
}
div.modulo .gform_wrapper .gfield--type-consent * {
  text-align: justify;
}
div.modulo .gform_wrapper .gfield_required {
  margin-left: 7px;
  display: inline-block;
}
.banner-associazione {
  margin-top: 130px;
  padding-top: 50px;
  background-color: #778E65;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 110px;
}
.banner-associazione .div-img {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}
.banner-associazione .div-img img {
  width: 100%;
  height: 100%;
}
.banner-associazione .text {
  width: calc(100% - 480px);
}
.banner-associazione .text .title {
  color: #fff;
}
.banner-associazione .text .par {
  color: #fff;
  margin-top: 30px;
  text-align: justify;
}
.banner-associazione .text .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  margin-top: 50px;
}
.banner-associazione#protetti-section {
  background-color: #BECED0;
  margin-bottom: -50px;
}
.banner-associazione#protetti-section .title, .banner-associazione#protetti-section .par {
  color: #102F85;
}
.banner-associazione#protetti-section a {
  background-color: #102F85;
  color: #fff !important;
  margin-top: 30px;
}
.banner-associazione#protetti-section .div-img {
  background-color: #fff;
  border: 2px solid #102F85;
}
.banner-associazione#protetti-section .div-img img {
  object-fit: contain;
  object-position: bottom;
}
.banner-associazione#protetti-section .bottom {
  margin-top: 20px;
}
.slick-slider {
  padding: 0 70px;
}
.slick-slider .slick-track {
  display: flex !important;
}
.slick-slider .slick-list {
  margin: 0 -27px;
}
.slick-slider .slick-list .slick-slide {
  margin: 0 27px;
  position: relative;
  height: inherit !important;
}
.slick-slider .slick-list .slick-slide > div {
  height: 100%;
}
.slick-slider .slick-list .slick-slide .single-slide {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.slick-slider .slick-list .slick-slide .single-slide .div-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}
.slick-slider .slick-list .slick-slide .single-slide .div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.slick-slider .slick-list .slick-slide .single-slide .name {
  margin-top: 30px;
}
.slick-slider .slick-list .slick-slide .single-slide .role {
  font-family: "Raleway";
  margin-top: 15px;
}
.slick-slider .slick-list .slick-slide .single-slide .role span {
  color: #212E47;
}
.slick-slider .slick-list .slick-slide .single-img {
  width: 100%;
  position: relative;
  display: flex;
  height: 100%;
}
.slick-slider .slick-list .slick-slide .single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-slider .slick-arrow {
  width: 28px;
  height: 48px;
  left: 0;
}
.slick-slider .slick-arrow::before {
  content: "";
  background-image: url(/wp-content/themes/assiteam60-child/assets/svg/slick-prev.svg);
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slick-slider .slick-arrow.slick-next::before {
  background-image: url(/wp-content/themes/assiteam60-child/assets/svg/slick-next.svg);
}
.slick-slider .slick-dots {
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-slider.light .slick-arrow::before {
  background-image: url(/wp-content/themes/assiteam60-child/assets/svg/slick-prev-light.svg);
}
.slick-slider.light .slick-arrow.slick-next::before {
  background-image: url(/wp-content/themes/assiteam60-child/assets/svg/slick-next-light.svg);
}
.slick-slider.light .slick-dots li button:before {
  color: #fff;
}
#privacy-popup[open] {
  max-height: 80vh;
  width: 1000px;
  max-width: 90vw;
  border: none;
}
#privacy-popup[open] .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
#privacy-popup[open] .container .h2 {
  text-align: center;
}
#privacy-popup[open] .container .btn {
  cursor: pointer;
}
#privacy-popup[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.home #heading {
  height: 80vh;
  position: relative;
}
.home #heading video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home #heading video.mobile {
  display: none;
}
.home #heading .text {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 100px;
  gap: 20px;
  z-index: 3;
  width: 100%;
}
.home #heading .text .title .h1 {
  color: #fff;
}
.home #heading .text .par {
  width: 500px;
  max-width: 100%;
}
.home #heading .text .par * {
  color: #fff;
}
.home #heading .text .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.home #heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 2;
}
.home #first {
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-bottom: 150px;
}
.home #first .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  max-width: 70vw;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.home #first .bg img {
  width: 100%;
  height: auto;
}
.home #first > .title {
  margin-bottom: 50px;
}
.home #first .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 100px;
}
.home #first .container .single-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  position: relative;
  gap: 25px;
}
.home #first .container .single-col .div-img {
  width: 100%;
  position: relative;
}
.home #first .container .single-col .div-img img {
  width: 100%;
  height: auto;
}
.home #first .container .single-col a {
  margin-top: auto;
}
.home #first .container .single-col .par {
  text-align: justify;
}
.home .common-banner {
  margin-bottom: 0;
}
.home #second {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 150px;
  background-color: #D9DDE2;
  padding-top: 120px;
}
.home #second > .title {
  margin-bottom: 50px;
}
.home #third {
  background-color: #74635c;
  padding-top: 75px;
  padding-bottom: 75px;
}
.home #third .title {
  margin-bottom: 40px;
}
.home #third .title h2 {
  background-color: #fff;
  color: #74635c;
}
.home #third .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 45px;
  padding-left: 180px;
  padding-right: 180px;
  padding-left: 80px;
  padding-right: 120px;
}
.home #third .container .single-number {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: scale 0.3s ease;
}
.home #third .container .single-number::before {
  content: "";
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #00193D;
  border-radius: 50%;
}
.home #third .container .single-number img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.home #third .container .single-number .div-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.home #third .container .single-number .div-number * {
  text-align: center;
  color: #74635c;
}
.home #third .container .single-number .div-number .number {
  font-size: 75px;
  line-height: 80px;
  font-family: "Didot";
}
.home #third .container .single-number .div-number .number .small {
  font-size: 45px;
  line-height: 50px;
}
.home #third .container .single-number .div-number .label {
  font-size: 19px;
  line-height: 22px;
}
.home #third .container .single-number .div-number .label span {
  text-transform: uppercase;
}
.home #third .container .single-number:nth-child(5), .home #third .container .single-number:nth-child(6), .home #third .container .single-number:nth-child(7), .home #third .container .single-number:last-child {
  transform: translate(130px, 50px);
}
.home #third .container .single-number:hover {
  scale: 1.1 !important;
}
.home #third .container .single-number {
  width: 200px;
  height: 200px;
}
.home #third .container .single-number .div-number .number {
  font-size: 60px;
  line-height: 70px;
}
.home #fourth {
  margin-top: 75px;
}
.home #fourth .title {
  margin-bottom: 50px;
}
.home #fifth {
  margin-top: 130px;
  padding-top: 50px;
  background-color: #778E65;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.home #fifth .div-img {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}
.home #fifth .div-img img {
  width: 100%;
  height: 100%;
}
.home #fifth .text .title {
  color: #fff;
}
.home #fifth .text .par {
  color: #fff;
  margin-top: 30px;
}
.home #fifth .text .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  margin-top: 50px;
}
.page-template-template-chi-siamo #first {
  margin-top: 75px;
}
.page-template-template-chi-siamo #first .title {
  margin-bottom: 25px;
}
.page-template-template-chi-siamo #first .images {
  margin-top: 70px;
}
.page-template-template-chi-siamo #first .images .single-img {
  height: 275px;
}
.page-template-template-chi-siamo #second {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-chi-siamo #second > .title {
  margin-bottom: 25px;
}
.page-template-template-chi-siamo #second .text {
  width: 100%;
}
.page-template-template-chi-siamo #second .text .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-template-chi-siamo #second .text .top .div-img {
  height: 100px;
  position: relative;
  display: flex;
}
.page-template-template-chi-siamo #second .text .top .div-img img {
  height: 100%;
  width: auto;
}
.page-template-template-chi-siamo #third {
  margin-top: 90px;
  background-color: #74635c;
  padding-top: 135px;
  padding-bottom: 150px;
}
.page-template-template-chi-siamo #third .images {
  margin-bottom: 70px;
}
.page-template-template-chi-siamo #third .images .single-img {
  height: 365px;
}
.page-template-template-chi-siamo #third .struttura {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-chi-siamo #third .struttura > .title {
  margin-bottom: 25px;
}
.page-template-template-chi-siamo #third .struttura > .title .title-button {
  background-color: #fff;
  color: #74635c;
}
.page-template-template-chi-siamo #third .struttura .text .title {
  margin-bottom: 20px;
}
.page-template-template-chi-siamo #third .struttura .text * {
  color: #fff;
}
.page-template-template-chi-siamo #third .architettura {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
.page-template-template-chi-siamo #third .architettura .left {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.page-template-template-chi-siamo #third .architettura .left .single-img {
  width: 100%;
  position: relative;
}
.page-template-template-chi-siamo #third .architettura .left .single-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-chi-siamo #third .architettura .right {
  width: calc(100% - 555px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.page-template-template-chi-siamo #third .architettura * {
  color: #fff;
}
.page-template-template-chi-siamo #fourth {
  margin-top: 100px;
  margin-bottom: 110px;
}
.page-template-template-chi-siamo #fourth .logo {
  height: 135px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.page-template-template-chi-siamo #fourth .logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  max-width: 100%;
}
.page-template-template-chi-siamo #fourth > .title {
  margin-top: 100px;
  margin-bottom: 40px;
}
.page-template-template-chi-siamo #fourth .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-template-chi-siamo #fourth .text .title {
  margin-bottom: 20px;
}
.page-template-template-chi-siamo #fourth .text .title, .page-template-template-chi-siamo #fourth .text .par {
  width: 100%;
}
.page-template-template-chi-siamo #fourth .text a {
  margin-top: 70px;
}
.page-template-template-team #first {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-team #first .title {
  margin-bottom: 25px;
}
.page-template-template-team #first .par {
  text-align: justify;
}
.page-template-template-team #second {
  margin-top: 75px;
  margin-bottom: 110px;
}
.page-template-template-team #second .team-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 45px 20px;
}
.page-template-template-team #second .team-container .single-consulente {
  width: calc((100% - 60px) / 4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 20px;
  background-color: #EAE8E7;
}
.page-template-template-team #second .team-container .single-consulente .div-img {
  width: 100%;
  position: relative;
  display: flex;
}
.page-template-template-team #second .team-container .single-consulente .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1;
}
.page-template-template-team #second .team-container .single-consulente .sede {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-template-template-team #second .team-container .single-consulente .sede span {
  font-size: 19px;
  line-height: 22px;
}
.page-template-template-team #second .team-container .single-consulente .sede img {
  height: 30px;
  width: auto;
}
.page-template-template-team #second .team-container .single-consulente .name {
  margin-top: 30px;
  font-size: 26px;
  line-height: 30px;
  font-family: "Raleway";
}
.page-template-template-team #second .team-container .single-consulente .role {
  margin-top: 5px;
}
.page-template-template-team #second .team-container .single-consulente .attivita {
  margin-top: 15px;
}
.page-template-template-team #second .team-container .single-consulente .rui {
  margin-top: 15px;
}
.page-template-template-team #second .team-container .single-consulente .contatti {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 30px;
  margin-top: auto;
  padding-top: 15px;
}
.page-template-template-team #second .team-container .single-consulente .contatti img {
  height: 33px;
  width: auto;
}
.page-template-template-team #second .team-container .single-consulente .strong {
  color: #212E47;
  font-size: 22px;
  line-height: 15px;
}
.page-template-template-sedi #first {
  margin-top: 75px;
}
.page-template-template-sedi #first .title {
  margin-bottom: 25px;
}
.page-template-template-servizi #first {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.page-template-template-servizi #second {
  background-color: #E0DBD9;
  margin-top: 115px;
  padding-top: 105px;
  padding-bottom: 130px;
}
.single-servizio #first {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-servizio #first .title {
  margin-bottom: 25px;
}
.single-servizio #second {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 100px;
  padding-top: 55px;
  padding-bottom: 75px;
  background-color: #E4E1DE;
}
.single-servizio #second .single-garanzia {
  width: calc((100% - 200px) / 3);
  position: relative;
}
.single-servizio #second .single-garanzia a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 25px;
}
.single-servizio #second .single-garanzia .div-img {
  width: 100%;
  position: relative;
}
.single-servizio #second .single-garanzia .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.4;
}
.single-servizio #second .single-garanzia .btn {
  margin-top: auto;
}
.page-template-template-gruppo #first {
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F2EFEF;
}
.page-template-template-gruppo #second {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.page-template-template-gruppo #third {
  margin-top: 180px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
.page-template-template-gruppo #third .single-group {
  width: calc((100% - 50px) / 2);
  background-color: #74635c;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.page-template-template-gruppo #third .single-group .logo {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2;
  background-color: #fff;
}
.page-template-template-gruppo #third .single-group .logo img {
  width: 80%;
  height: auto;
  object-fit: cover;
}
.page-template-template-gruppo #third .single-group .name {
  margin-top: 45px;
}
.page-template-template-gruppo #third .single-group .name * {
  color: #fff;
}
.page-template-template-gruppo #third .single-group .par {
  margin-top: 15px;
}
.page-template-template-gruppo #third .single-group .par * {
  color: #fff;
}
.page-template-template-gruppo #third .single-group a {
  margin-top: 30px;
  margin-bottom: 70px;
}
.page-template-template-gruppo #third .single-group .loghi {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 20px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 50%;
}
.page-template-template-gruppo #third .single-group .loghi img {
  height: 60px;
  width: auto;
}
.page-template-template-gruppo #third .single-group:nth-child(2) .loghi img {
  height: 130px;
}
.page-template-template-gruppo #third .single-group:nth-child(3) .loghi img:nth-child(2) {
  height: 35px;
}
.page-template-template-gruppo #third .single-group:nth-child(3) .loghi img:last-child {
  height: 40px;
}
.page-template-template-gruppo #third .single-group:last-child .loghi img:first-child {
  height: 35px;
}
.page-template-template-gruppo #third .single-group:last-child .loghi img:last-child {
  height: 130px;
}
.page-template-template-gruppo #third .single-group:not(:first-child) .logo img {
  width: 70%;
}
.page-template-template-gruppo #fourth {
  margin-top: 130px;
  padding-top: 50px;
  background-color: #778E65;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 110px;
}
.page-template-template-gruppo #fourth .div-img {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}
.page-template-template-gruppo #fourth .div-img img {
  width: 100%;
  height: 100%;
}
.page-template-template-gruppo #fourth .text .title {
  color: #fff;
}
.page-template-template-gruppo #fourth .text .par {
  color: #fff;
  margin-top: 30px;
}
.page-template-template-gruppo #fourth .text .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  margin-top: 50px;
}
.blog #first {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #E0DBD9;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 90px;
  flex-wrap: wrap;
}
.blog #first .single-news {
  width: calc((100% - 90px) / 2);
}
.blog #first .single-news a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog #first .single-news .div-img {
  width: 100%;
  position: relative;
  display: flex;
}
.blog #first .single-news .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.7;
}
.blog #first .single-news .date {
  margin-top: 15px;
}
.blog #first .single-news .title {
  margin-top: 20px;
}
.blog #first .single-news .par {
  margin-top: 25px;
  margin-bottom: 55px;
}
.blog #first .single-news .btn {
  margin-top: auto;
}
.blog .pag {
  background-color: #E0DBD9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.blog .pag .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 110px;
}
.blog .pag .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  color: #00193D;
  border: 2px solid #00193D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .pag .nav-links .page-numbers.current {
  background-color: #00193D;
  color: #fff;
}
.page-template-template-contatti #second {
  margin-top: 100px;
  padding-top: 110px;
  padding-bottom: 55px;
  background-color: #D3CDCB;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}
.page-template-template-contatti #second .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.page-template-template-contatti #second .top .title h2 {
  text-transform: uppercase;
  color: #74635c;
}
.page-template-template-contatti #second .top .par {
  font-size: 32px;
  line-height: 35px;
}
.page-template-template-contatti #second button {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #00193D !important;
  font-family: "Raleway";
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 23px;
  position: relative;
  text-align: center;
  background-color: #00193D;
  color: #fff !important;
}
.page-template-template-contatti #second button.dark {
  background-color: #00193D;
  color: #fff !important;
}
.page-template-template-contatti #second button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff6a;
  opacity: 0;
  transition: all 0.3s ease;
}
.page-template-template-contatti #second button:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 1350px) {
  .page-template-template-contatti #second button {
    padding: 15px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-contatti #second button {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 10px !important;
    min-width: 60px;
  }
}
.page-template-template-contatti #sede-malo {
  margin-top: 0;
}
.single-post #first {
  margin: 75px auto 110px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-post #first .title {
  width: 100%;
  margin-bottom: 30px;
}
.single-post #first .data {
  margin-bottom: 30px;
}
.single-post #first .div-img {
  width: 100%;
  position: relative;
  display: flex;
}
.single-post #first .div-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.single-post #first .credits {
  font-size: 15px;
  color: #606060;
  display: block;
  position: relative;
  margin: 10px 0 30px;
}
.single-post #first .share-on-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 30px;
}
.single-post #first .share-on-social .share {
  background-color: #00193D;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post #first .share-on-social .share img {
  width: 80%;
  height: auto;
}
.single-post #first .share-on-social .single-icon:not(.share) {
  height: 28px;
  position: relative;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.single-post #first .share-on-social .single-icon:not(.share) svg {
  height: 100%;
  width: auto;
  fill: #00193D;
}
.single-post #first .share-on-social .single-icon:not(.share):hover {
  opacity: 1;
}
.single-post #first .par {
  width: 100%;
  margin-top: 30px;
}
.single-post #first .par h2, .single-post #first .par .h2 {
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  display: block;
}
.single-post #first .par img {
  margin: 30px auto;
}
.single-post #first .gallery {
  width: 100%;
  margin-top: 60px;
}
.single-garanzie #first {
  margin-top: 75px;
}
.single-garanzie #first h2 {
  margin-bottom: 15px;
}
.single-garanzie #first .h1 {
  margin-bottom: 30px;
  display: block;
}
.single-garanzie #second {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.single-garanzie #second .container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 50px;
}
.single-garanzie #second .container .single-gar {
  padding: 40px;
  width: calc((100% - 50px) / 2);
  background-color: #EAE8E7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.single-garanzie .common-banner {
  margin-top: 110px;
}
.page-template-template-lavora-con-noi #first {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.page-template-template-lavora-con-noi #first .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 50px;
  position: relative;
  flex-wrap: wrap;
}
.page-template-template-lavora-con-noi #first .container .single-posizione {
  width: calc((100% - 50px) / 2);
  position: relative;
  background-color: #EAE8E7;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.page-template-template-lavora-con-noi #first .container .single-posizione .title {
  text-align: center;
}
.page-template-template-lavora-con-noi #second {
  margin-top: 100px;
  padding-top: 110px;
  padding-bottom: 55px;
  background-color: #D3CDCB;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  margin-bottom: 110px;
}
.page-template-template-lavora-con-noi #second .par {
  font-size: 32px;
  line-height: 35px;
}
.page-template-template-lavora-con-noi #second button {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #00193D !important;
  font-family: "Raleway";
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 23px;
  position: relative;
  text-align: center;
  background-color: #00193D;
  color: #fff !important;
}
.page-template-template-lavora-con-noi #second button.dark {
  background-color: #00193D;
  color: #fff !important;
}
.page-template-template-lavora-con-noi #second button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff6a;
  opacity: 0;
  transition: all 0.3s ease;
}
.page-template-template-lavora-con-noi #second button:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 1350px) {
  .page-template-template-lavora-con-noi #second button {
    padding: 15px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-lavora-con-noi #second button {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 10px !important;
    min-width: 60px;
  }
}
.error404 #content {
  min-height: unset;
}
.error404 #first {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  padding: 70px 0;
}
.error404 #first .big {
  font-size: 100px;
  line-height: 110px;
}
.page-template-template-base #first {
  margin-top: 75px;
}
.page-template-template-base #first a {
  text-decoration: underline;
}
.page-template-template-base #second {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.page-template-template-base .common-banner {
  margin-top: 110px;
}
.page-template-template-grazie #first {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-template-zurich .classic-heading::before {
  background-color: #2836838f;
}
.page-template-template-zurich #first, .page-template-template-zurich #second, .page-template-template-zurich #fourth, .page-template-template-zurich #fifth, .page-template-template-zurich #sixth .single-block {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.page-template-template-zurich #first {
  margin-top: 75px;
  gap: 25px;
}
.page-template-template-zurich #third {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #E1E8F6;
}
.page-template-template-zurich #third .text .title, .page-template-template-zurich #third .text .par {
  color: #143666;
  width: 100%;
}
.page-template-template-zurich #third .text a {
  background-color: #3566A9;
}
.page-template-template-zurich #third .text .bottom {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.page-template-template-zurich #third .text .bottom img {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(-50%);
}
.page-template-template-zurich #fourth {
  margin-top: 0;
}
.page-template-template-zurich #sixth {
  margin-top: 150px;
  background-color: #74635c;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 150px;
}
.page-template-template-zurich #sixth .single-block {
  margin-top: 0;
}
.page-template-template-zurich #sixth .single-block * {
  color: #fff !important;
}
.page-template-template-zurich #oggi-domani .top {
  justify-content: center;
}
.page-template-template-zurich #oggi-domani .top .logo {
  left: 0%;
  transform: unset;
  top: 0;
  position: relative;
}
footer#colophon nav {
  display: none;
}
footer#colophon .footer-inner {
  padding-left: calc((100vw - 1300px) / 2);
  padding-right: calc((100vw - 1300px) / 2);
  background-color: #00193D;
  padding-top: 110px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1250px) {
  footer#colophon .footer-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  footer#colophon .footer-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (max-width: 500px) {
  footer#colophon .footer-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer#colophon .footer-inner * {
  color: #fff;
  font-size: 19px;
  line-height: 22px;
}
footer#colophon .footer-inner .title {
  margin-bottom: 10px;
}
footer#colophon .footer-inner .title span {
  font-size: 23px;
  line-height: 28px;
  font-family: "Raleway";
}
footer#colophon .footer-inner .footer-col {
  display: flex;
}
footer#colophon .footer-inner .footer-col .col-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer#colophon .footer-inner .footer-col .col-container .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
footer#colophon .footer-inner .footer-col .col-container .top .address {
  margin-bottom: 35px;
}
footer#colophon .footer-inner .footer-col .col-container .bottom {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
footer#colophon .footer-inner .footer-col .col-container .btn {
  margin-top: 15px;
}
footer#colophon .footer-inner .footer-col .col-container .social {
  margin-top: 15px;
}
footer#colophon .footer-inner .footer-col:first-child .bottom * {
  color: #7F8C9E;
}
footer#colophon .footer-inner .footer-col:nth-child(2) {
  justify-content: center;
}
footer#colophon .footer-inner .footer-col:last-child {
  justify-content: flex-end;
}
footer#colophon .footer-bottom {
  padding-left: calc((100vw - 1300px) / 2);
  padding-right: calc((100vw - 1300px) / 2);
  background-color: #D9DDE2;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1250px) {
  footer#colophon .footer-bottom {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  footer#colophon .footer-bottom {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (max-width: 500px) {
  footer#colophon .footer-bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer#colophon .footer-bottom * {
  font-size: 16px;
  line-height: 20px;
}
footer#colophon .footer-bottom .container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
footer#colophon .footer-bottom .container .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
footer#colophon .footer-bottom .container .left .single-link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
footer#colophon .footer-bottom .container .left .single-link a img {
  height: 23px;
  width: auto;
}
@media only screen and (max-width: 1025px) {
  footer#colophon .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  footer#colophon .footer-inner .footer-col {
    width: 100%;
    flex: unset;
    justify-content: flex-start !important;
  }
  footer#colophon .footer-bottom * {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  footer#colophon .footer-inner * {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 520px) {
  footer#colophon .footer-bottom {
    padding-bottom: 25px;
    display: none;
  }
  footer#colophon .footer-bottom .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  footer#colophon .footer-bottom .container .left {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media only screen and (max-width: 1680px) {
  .page-template-template-zurich #third .text .bottom img {
    width: 250px;
    height: auto;
  }
}
@media only screen and (max-width: 1500px) {
  body, html {
    font-size: 20px;
    line-height: 25px;
  }
  .services-container {
    padding: 0;
  }
  .common-banner .columns {
    width: calc(100% + 100px);
    margin-left: -50px;
  }
  .common-banner .columns .single-col a {
    font-size: 19px;
  }
  .common-banner .columns .slick-list {
    margin: 0 -50px;
  }
  .common-banner .columns .slick-list .slick-slide {
    margin: 0 50px;
  }
  .home #heading .text {
    width: 58%;
  }
  .home #first {
    padding-top: 100px;
  }
  .home #third .container {
    padding-left: 80px;
    padding-right: 120px;
  }
  .home #third .container .single-number {
    width: 200px;
    height: 200px;
  }
  .home #third .container .single-number .div-number .number {
    font-size: 60px;
    line-height: 70px;
  }
  .gruppi-container .single-logo {
    padding: 60px;
  }
  .classic-heading .text img {
    width: 200px;
  }
}
@media only screen and (max-width: 1350px) {
  .services-container .single-ser .title span {
    font-size: 28px;
    line-height: 35px;
  }
  .home #second {
    padding-bottom: 100px;
  }
  .home #third .container {
    padding-left: 50px;
    padding-right: 0;
  }
  .single-post #first {
    max-width: unset;
    margin: 75px 0 110px;
    padding-left: calc((100vw - 1300px) / 2);
    padding-right: calc((100vw - 1300px) / 2);
  }
  .page-template-template-zurich #third .text .bottom img {
    position: relative;
    width: 200px;
    top: 0;
    left: 0;
    transform: unset;
  }
}
@media only screen and (max-width: 1350px) and (max-width: 1250px) {
  .single-post #first {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1350px) and (max-width: 1025px) {
  .single-post #first {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (max-width: 1350px) and (max-width: 500px) {
  .single-post #first {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1250px) {
  .banner-associazione {
    margin-top: 100px;
  }
  .banner-associazione .div-img {
    width: 300px;
    height: 300px;
  }
  .banner-associazione .text {
    width: calc(100% - 360px);
  }
  .banner-associazione .text .bottom img {
    width: 200px;
    height: auto;
  }
  #sedi {
    margin-top: 100px;
  }
  #sedi .single-sede {
    padding-bottom: 20px;
  }
  #sedi .single-sede .text .icons {
    position: relative;
    bottom: unset;
    left: unset;
    justify-content: flex-start;
    margin-top: 20px;
  }
  #sedi .single-sede:first-child .div-img img {
    aspect-ratio: unset;
    height: 100%;
  }
  #sede-malo {
    margin-top: 100px;
  }
  #oggi-domani {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .gruppi-container {
    padding: 0 100px;
  }
  .home #first {
    padding-bottom: 100px;
  }
  .home #first .container {
    gap: 50px;
  }
  .home #second {
    padding-top: 100px;
  }
  .home #third .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .home #third .container .single-number {
    width: 170px;
    height: 170px;
  }
  .home #third .container .single-number .div-number .number {
    font-size: 50px;
    line-height: 55px;
  }
  .home #third .container .single-number .div-number .label {
    font-size: 16px;
    line-height: 20px;
  }
  .page-template-template-chi-siamo #second .text .top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
  }
  .page-template-template-chi-siamo #second .text .top .div-img {
    height: 50px;
  }
  .page-template-template-chi-siamo #second .text .top .title {
    width: 100%;
  }
  .page-template-template-chi-siamo #third .architettura {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-template-chi-siamo #third .architettura .left {
    flex-direction: row;
    width: 100%;
    gap: 50px;
  }
  .page-template-template-chi-siamo #third .architettura .left .single-img {
    width: calc(50% - 25px);
  }
  .page-template-template-chi-siamo #third .architettura .right {
    width: 100%;
  }
  .page-template-template-chi-siamo #fourth .logo {
    height: 90px;
  }
  .page-template-template-team #second .team-container .single-consulente {
    width: calc((100% - 40px) / 3);
  }
  .page-template-template-servizi #second {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .single-servizio #second {
    gap: 50px;
  }
  .single-servizio #second .single-garanzia {
    width: calc((100% - 100px) / 3);
  }
  .single-garanzie .common-banner {
    margin-top: 100px;
  }
  .page-template-template-gruppo #second {
    margin-top: 100px;
  }
  .page-template-template-gruppo #third {
    margin-top: 100px;
  }
  .page-template-template-gruppo #third .single-group .loghi img {
    height: 30px;
  }
  .page-template-template-gruppo #third .single-group:nth-child(2) .loghi img {
    height: 90px;
  }
  .page-template-template-gruppo #third .single-group:nth-child(3) .loghi img:nth-child(2) {
    height: 30px;
  }
  .page-template-template-gruppo #third .single-group:nth-child(3) .loghi img:last-child {
    height: 30px;
  }
  .page-template-template-gruppo #third .single-group:last-child .loghi img:first-child {
    height: 30px;
  }
  .page-template-template-gruppo #third .single-group:last-child .loghi img:last-child {
    height: 90px;
  }
  .blog #first {
    padding-top: 100px;
  }
  div.modulo {
    padding: 0 100px;
  }
  .page-template-template-zurich #sixth {
    margin-top: 100px;
    gap: 100px;
  }
}
@media only screen and (max-width: 1160px) {
  .services-container .single-ser {
    width: calc((100% - 30px) / 2);
  }
  .common-banner .columns {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  .common-banner .columns .slick-list {
    margin: 0 -30px;
  }
  .common-banner .columns .slick-list .slick-slide {
    margin: 0 30px;
  }
  .home #third .container {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .home #heading .text {
    width: 80%;
  }
  .home #third .container {
    padding-left: 0px;
  }
  .page-template-template-gruppo #third .single-group a {
    margin-bottom: 30px;
  }
  .page-template-template-gruppo #third .single-group .loghi {
    position: relative;
    bottom: unset;
    right: unset;
    justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) {
  .common-banner .slick-arrow {
    display: none !important;
  }
  .common-banner .slick-dots {
    bottom: -35px !important;
  }
  .common-banner .columns {
    padding: 0 30px !important;
    margin-left: 0;
    width: 100%;
  }
  .classic-heading .text {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .classic-heading .text img {
    width: 100px;
  }
  #sede-malo .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  #sede-malo .bottom iframe {
    width: 100%;
    min-height: 300px;
  }
  #sede-malo .bottom .text {
    width: 100%;
    gap: 30px;
  }
  #oggi-domani .top .logo {
    height: 80px;
  }
  #oggi-domani .top .div-img img {
    aspect-ratio: 1.8;
  }
  #oggi-domani .bottom .text .par {
    margin-bottom: 30px;
  }
  .gruppi-container {
    padding: 0 60px;
  }
  .home #first .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .home #first .container .single-col .div-img {
    width: 300px;
  }
  .home #third .container {
    padding: 0;
  }
  .home #third .container .single-number {
    width: calc((100% - 135px) / 4);
    aspect-ratio: 1;
    height: unset;
  }
  .home #third .container .single-number:nth-child(5), .home #third .container .single-number:nth-child(6), .home #third .container .single-number:nth-child(7), .home #third .container .single-number:last-child {
    transform: translate(0px, 50px);
  }
  .page-template-template-chi-siamo #first .images .single-img {
    height: 200px;
  }
  .page-template-template-chi-siamo #third .images .single-img {
    height: 250px;
  }
  .single-servizio #second .single-garanzia {
    width: calc((100% - 50px) / 2);
  }
  .single-garanzie #second {
    gap: 30px;
  }
  .page-template-template-gruppo #second {
    gap: 30px;
  }
  .page-template-template-gruppo #third {
    gap: 30px;
  }
  .page-template-template-gruppo #third .single-group {
    width: calc((100% - 30px) / 2);
  }
  .blog #first {
    gap: 80px 40px;
  }
  .blog #first .single-news {
    width: calc((100% - 40px) / 2);
  }
  .page-template-template-lavora-con-noi #first .container {
    gap: 30px;
  }
  .page-template-template-lavora-con-noi #first .container .single-posizione {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 900px) {
  .home #third .container {
    padding: 0;
  }
  .home #third .container .single-number {
    width: calc((100% - 90px) / 3);
    aspect-ratio: 1;
    height: unset;
  }
  .home #third .container .single-number.image {
    display: none;
  }
  .home #third .container .single-number:nth-child(7) {
    order: 10;
    display: flex;
  }
  .page-template-template-team #second .team-container .single-consulente {
    width: calc((100% - 20px) / 2);
  }
  .single-garanzie #second .container .single-gar {
    width: 100%;
  }
  .gruppi-container {
    padding: 0px;
  }
}
@media only screen and (max-width: 850px) {
  .banner-associazione {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .banner-associazione .div-img {
    width: 280px;
    height: 280px;
  }
  .banner-associazione .text {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .banner-associazione .text .title, .banner-associazione .text .par {
    text-align: center;
  }
  #sedi .single-sede {
    width: 100%;
  }
  #sedi .single-sede .div-img img {
    aspect-ratio: 2 !important;
  }
  div.modulo {
    padding: 0px;
  }
  div.modulo .gform_wrapper input:not(input[type="checkbox"]), div.modulo .gform_wrapper textarea, div.modulo .gform_wrapper select {
    font-size: 20px;
  }
  div.modulo .gform_wrapper input:not(input[type="checkbox"]), div.modulo .gform_wrapper select {
    height: 50px;
  }
  .banner-associazione .text .bottom {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .classic-heading {
    height: 300px;
  }
  .classic-heading .text {
    bottom: 50px;
  }
  .banner-associazione {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  #sedi {
    margin-top: 60px;
  }
  #sede-malo {
    margin-top: 60px;
    padding-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  #sede-malo .title {
    margin-bottom: 30px;
  }
  #oggi-domani {
    margin-top: 60px;
    margin-bottom: 60px;
    gap: 60px;
  }
  .services-container .single-ser {
    width: 100%;
  }
  .gruppi-container .single-logo {
    padding: 30px 60px;
  }
  .home #heading .text {
    width: 100%;
  }
  .home #first {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home #second {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home #fourth {
    margin-top: 60px;
  }
  .page-template-template-chi-siamo #third {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-template-template-chi-siamo #third .architettura {
    margin-top: 60px;
  }
  .page-template-template-chi-siamo #fourth {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .page-template-template-chi-siamo #fourth > .title {
    margin-top: 60px;
  }
  .page-template-template-chi-siamo #fourth .text a {
    margin-top: 30px;
  }
  .page-template-template-team #first {
    margin-top: 60px;
  }
  .page-template-template-team #second {
    margin-top: 60px;
  }
  .page-template-template-sedi #first {
    margin-top: 60px;
  }
  .page-template-template-servizi #first {
    margin-top: 60px;
  }
  .page-template-template-servizi #second {
    margin-top: 60px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .single-servizio #first {
    margin-top: 60px;
  }
  .single-servizio #second {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .single-garanzie #first {
    margin-top: 60px;
  }
  .single-garanzie #second {
    margin-top: 60px;
  }
  .single-garanzie .common-banner {
    margin-top: 60px;
  }
  .page-template-template-gruppo #first {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-template-template-gruppo #second {
    margin-top: 60px;
  }
  .page-template-template-gruppo #third {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .page-template-template-gruppo #third .single-group {
    width: 100%;
    padding: 20px;
  }
  .blog #first {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .single-post #first {
    margin: 60px 0;
  }
  .page-template-template-contatti #third {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template-template-contatti #second {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }
  .page-template-template-contatti #second .top .par {
    font-size: 24px;
    line-height: 28px;
  }
  .page-template-template-lavora-con-noi #second {
    margin-top: 60px;
    padding-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }
  .page-template-template-lavora-con-noi #second .par {
    font-size: 25px;
    line-height: 30px;
  }
  .page-template-template-lavora-con-noi #first {
    margin-top: 60px;
  }
  .page-template-template-lavora-con-noi #first .container .single-posizione {
    width: 100%;
  }
  .page-template-template-base #first {
    margin-top: 60px;
  }
  .page-template-template-base .common-banner {
    margin-top: 60px;
  }
  .page-template-template-zurich #first, .page-template-template-zurich #second, .page-template-template-zurich #fourth, .page-template-template-zurich #fifth {
    margin-top: 60px;
  }
  .page-template-template-zurich #sixth {
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-template-template-chi-siamo #first {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 650px) {
  #oggi-domani .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  #oggi-domani .top .logo {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    max-width: 100%;
    width: 450px;
    height: unset;
  }
  #oggi-domani .top .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #oggi-domani .top .div-img {
    width: 100%;
  }
  #oggi-domani .bottom > .title {
    margin-bottom: 25px;
  }
  .home #third .container .single-number .div-number .number {
    font-size: 40px;
  }
  .home #third .container .single-number .div-number .number .small {
    font-size: 30px;
    line-height: 34px;
  }
  .blog #first {
    gap: 60px;
  }
  .blog #first .single-news {
    width: 100%;
  }
  .blog #first .single-news .par {
    margin-bottom: 30px;
  }
  .single-post #first .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .single-post #first .share-on-social .single-icon.share {
    height: 30px;
    width: 30px;
  }
  .single-post #first .share-on-social .single-icon:not(.share) {
    height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .services-container .single-ser .title span {
    font-size: 19px;
    line-height: 23px;
  }
  body, html {
    font-size: 16px;
    line-height: 24px;
  }
  .services-container .single-ser .par {
    font-size: 16px;
    line-height: 20px;
  }
  #sedi {
    gap: 30px;
  }
  #sedi .single-sede {
    padding: 20px !important;
  }
  #sedi .single-sede .text {
    margin-top: 20px;
  }
  .gruppi-container .single-logo {
    padding: 30px 30px;
  }
  .home #third .container {
    gap: 25px;
  }
  .home #third .container .single-number {
    width: calc((100% - 50px) / 3);
  }
  .page-template-template-team #second .team-container .single-consulente {
    width: 100%;
  }
  .home #heading {
    height: 90vh;
  }
  .home #heading video.desk {
    display: none;
  }
  .home #heading video.mobile {
    display: block;
  }
  .home #first .container .single-col .div-img {
    width: 100%;
  }
  .services-container .single-ser {
    padding-bottom: 30px;
  }
  .page-template-template-team #second .team-container .single-consulente .sede span {
    font-size: 16px;
    line-height: 20px;
  }
  .page-template-template-team #second .team-container .single-consulente .sede img {
    height: 25px;
  }
  .page-template-template-team #second .team-container .single-consulente .name {
    margin-top: 15px;
  }
  .page-template-template-team #second .team-container .single-consulente .contatti {
    gap: 15px;
  }
  .page-template-template-team #second .team-container .single-consulente .contatti img {
    height: 25px;
  }
  #sedi .single-sede .text .icons div img {
    height: 27px;
  }
  #sedi .single-sede .text .icons div.maps img {
    height: 30px;
  }
  .gruppi-container .single-logo {
    border-width: 1px !important;
  }
  div.modulo .gform_wrapper .gform_fields {
    row-gap: 16px;
  }
  div.modulo .gform_wrapper input:not(input[type="checkbox"]), div.modulo .gform_wrapper textarea, div.modulo .gform_wrapper select {
    font-size: 16px;
    line-height: 20px;
  }
  div.modulo .gform_wrapper input:not(input[type="checkbox"]), div.modulo .gform_wrapper select {
    height: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .banner-associazione .text .bottom {
    align-items: center;
    gap: 20px;
  }
  .banner-associazione .text .bottom img {
    width: 150px;
  }
  .common-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .common-banner .columns .single-col {
    gap: 15px;
  }
  .common-banner .columns .single-col .icon {
    height: 70px;
  }
  .common-banner .columns .single-col a {
    font-size: 15px;
    padding: 10px;
  }
  .home #third .container .single-number {
    width: calc((100% - 50px) / 3);
  }
  .home #third .container .single-number .div-number .number {
    font-size: 25px;
    line-height: 30px;
  }
  .home #third .container .single-number .div-number .number .small {
    font-size: 25px;
    line-height: 30px;
  }
  .home #third .container .single-number .div-number .label {
    font-size: 12px;
    line-height: 15px;
  }
  .home #third .container .single-number:last-child .div-number .label {
    font-size: 10px;
    line-height: 13px;
  }
  .page-template-template-chi-siamo #third .architettura .left {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .page-template-template-chi-siamo #third .architettura .left .single-img {
    width: 100%;
  }
  .single-servizio #second .single-garanzia {
    width: 100%;
  }
  .page-template-template-contatti #second .top .par {
    font-size: 16px;
    line-height: 20px;
  }
  .page-template-template-lavora-con-noi #second .par {
    font-size: 16px;
    line-height: 20px;
  }
  .blog #first .single-news .par {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .gruppi-container .single-logo {
    padding: 15px;
  }
  .home #first .container .single-col .par {
    margin-top: -10px;
  }
  .banner-associazione .text .par {
    margin-top: 10px;
  }
}
