/* compiled by scssphp 1.12.1 on Tue, 19 May 2026 10:50:28 +0000 (0.0068s) */

.about {
  color: var(--blue);
  background: #fff;
}
.about h2, .about p {
  font-family: "Raleway", sans-serif;
}
.about strong {
  font-weight: 700;
}
.about-hero {
  padding: 126px 0 88px;
}
.about-hero__content {
  max-width: 960px;
}
.about-hero h1 {
  max-width: 880px;
  margin: 0 0 32px;
  font-family: "Lexend", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
}
.about-hero p {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.about-intro {
  padding: 116px 0 96px;
}
.about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  grid-template-areas: "title visual" "copy visual";
  align-items: center;
  column-gap: 72px;
}
.about-intro__title {
  grid-area: title;
  margin: 0 0 34px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
  color: #5c6772;
}
.about-intro__copy {
  grid-area: copy;
  max-width: 610px;
}
.about-intro__copy p {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--blue);
}
.about-intro__copy p:last-child {
  margin-bottom: 0;
}
.about-intro__visual {
  grid-area: visual;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  overflow: hidden;
  background: #f2f5f7;
}
.about-intro__visual img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: none;
}
.about-intro__visual span {
  position: relative;
  z-index: 1;
  margin-left: -8px;
  font-family: "Lexend", sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.34);
  text-shadow: 0 2px 3px rgba(0, 43, 70, 0.06);
}
.about .about-team {
  position: relative;
  z-index: 4;
  padding-top: 80px;
  padding-bottom: 108px;
}
.about .about-team h2 {
  margin-bottom: 42px;
  font-size: 40px;
  color: #5c6772;
}
.about .about-team .team-section__filters {
  max-width: 940px;
  margin: 0 auto 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}
.about .about-team .team-section__filter {
  width: 100%;
  border: 0;
  background: #f0f0f0;
  padding: 12px 24px;
  font-size: 16px;
}
.about .about-team .team-section__filter:hover, .about .about-team .team-section__filter:focus {
  background: var(--blue);
  color: #fff;
}
.about .about-team .team-section__filter.is-active {
  background: var(--blue);
  color: #fff;
}
.about .about-team .team-section__carousel {
  position: relative;
  z-index: 5;
  visibility: visible;
}
.about .about-team .team-section__carousel .splide__track {
  overflow: visible;
}
.about .about-team .team-section__carousel .team-section__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.6rem 1.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1200px) {
  .about .about-team .team-section__carousel .team-section__grid {
    transform: none !important;
  }
}
.about .about-team .team-section__grid {
  position: relative;
  z-index: 5;
  list-style: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.about .about-team .about-team__item {
  width: auto !important;
  display: flex;
  justify-content: center;
}
.about .about-team .person-card {
  --person-card-cyan: #8fa4ad;
  --person-card-radius: 18px;
  --person-card-portrait-height: 238px;
  --person-card-top-space: 52px;
  --person-card-meta-height: 90px;
  max-width: none;
  width: 100%;
}
.about .about-team .person-card--giorgio .person-card__portrait-panel img {
  bottom: -14px;
  max-width: 138%;
  max-height: calc(100% + var(--person-card-image-extra-height) + 26px);
}
.about .about-team .person-card--prisca .person-card__portrait-panel img {
  bottom: -36px;
  max-width: 148%;
  max-height: calc(100% + var(--person-card-image-extra-height) + 42px);
}
.about .about-team .person-card--prisca .person-card__face--front .person-card__portrait-panel img {
  bottom: -42px;
  max-width: 158%;
  max-height: calc(100% + var(--person-card-image-extra-height) + 52px);
}
.about .about-team .person-card--daniele .person-card__portrait-panel img {
  bottom: -30px;
  max-width: 142%;
  max-height: calc(100% + var(--person-card-image-extra-height) + 36px);
}
.about .about-team .person-card--daniele .person-card__face--front .person-card__portrait-panel img {
  bottom: -38px;
  max-width: 154%;
  max-height: calc(100% + var(--person-card-image-extra-height) + 48px);
}
.about .about-team .person-card--daniele .person-card__face--back .person-card__portrait-panel img {
  bottom: -20px;
}
.about .about-team .person-card--irene .person-card__portrait-panel img {
  bottom: -28px;
  max-width: 140%;
  max-height: calc(100% + var(--person-card-image-extra-height) + 34px);
}
.about .about-team .person-card--irene .person-card__face--back .person-card__portrait-panel img {
  bottom: -18px;
  max-width: 150%;
  max-height: calc(100% + var(--person-card-image-extra-height) + 48px);
}
.about .about-team .person-card--monica .person-card__face--front .person-card__portrait-panel img {
  bottom: -64px;
  max-width: 126%;
  max-height: calc(100% + var(--person-card-image-extra-height) + 28px);
}
.about .about-team .person-card--monica .person-card__face--back .person-card__portrait-panel img {
  bottom: -8px;
  max-width: 146%;
  max-height: calc(100% + var(--person-card-image-extra-height) + 68px);
}
.about-work {
  position: relative;
  z-index: 1;
  padding: 20px 0 116px;
}
.about-work__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  min-height: 330px;
  overflow: hidden;
  border-radius: 64px;
  background: var(--azzurro);
  padding: 66px 104px;
}
.about-work__content {
  position: relative;
  z-index: 2;
}
.about-work h2 {
  margin: 0 0 34px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.about-work__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.about-work .btn {
  min-width: 178px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
}
.about-work__phone {
  position: absolute;
  right: 140px;
  bottom: -60px;
  width: 330px;
  max-width: 35%;
}
.about-history {
  padding: 0;
}
.about-history > .container-md {
  padding-top: 82px;
  padding-bottom: 84px;
}
.about-history__row {
  row-gap: 3rem;
}
.about-history__logo-col {
  margin-top: 0;
}
.about-history__logo {
  max-width: 197px;
  margin: 0 auto;
  text-align: center;
}
.about-history__logo svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.about-history__copy {
  max-width: 735px;
}
.about-history h2 {
  margin: 0 0 34px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.14;
  color: var(--blue);
}
.about-history p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.26;
  color: var(--blue);
}
.about-history p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .about-history h2 {
    color: #5c6772;
  }
}
@media (max-width: 1199.98px) {
  .about-hero {
    padding: 90px 0 82px;
  }
  .about-hero h1 {
    max-width: 670px;
    font-size: 32px;
    line-height: 1.18;
  }
  .about-hero p {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.22;
  }
  .about-intro {
    padding: 86px 0 76px;
  }
  .about-intro__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "title" "visual" "copy";
    row-gap: 36px;
    text-align: center;
  }
  .about-intro__title {
    margin: 0;
    font-size: 29px;
  }
  .about-intro__title-prefix {
    display: none;
  }
  .about-intro__copy {
    max-width: 640px;
    margin: 0 auto;
  }
  .about-intro__visual {
    width: min(100%, 540px);
    min-height: auto;
    margin: 0 auto;
  }
  .about-intro__visual span {
    font-size: 60px;
  }
  .about .about-team {
    padding-top: 58px;
    padding-bottom: 86px;
  }
  .about .about-team h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }
  .about .about-team .team-section__filters {
    gap: 16px;
    margin-bottom: 48px;
  }
  .about .about-team .about-team__container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .about .about-team .team-section__carousel .team-section__grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none;
    gap: 0;
    max-width: none;
    margin: 0 !important;
  }
  .about .about-team .team-section__carousel {
    padding-bottom: 36px;
  }
  .about .about-team .team-section__item {
    flex: 0 0 50%;
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about .about-team .splide__pagination {
    position: relative;
    gap: 8px;
    margin-top: 28px;
    padding: 0;
  }
  .about .about-team .splide__pagination__page {
    width: 9px;
    height: 9px;
    margin: 0;
    border: 1px solid var(--blue);
    background: #fff;
    opacity: 1;
    transform: none;
  }
  .about .about-team .splide__pagination__page.is-active {
    border: 1px solid var(--azzurro);
    background: var(--azzurro);
    transform: none;
    opacity: 1;
  }
  .about .about-team .person-card {
    width: min(100%, 410px);
  }
  .about-work {
    padding-bottom: 86px;
  }
  .about-work__card {
    grid-template-columns: minmax(0, 1fr) 220px;
    min-height: 245px;
    border-radius: 30px;
    padding: 54px 58px;
  }
  .about-work__content {
    max-width: 580px;
  }
  .about-work h2 {
    font-size: 42px;
  }
  .about-work__mail {
    display: none;
  }
  .about-work__linkedin-label {
    display: none;
  }
  .about-work__phone {
    right: -6px;
    top: 32px;
    bottom: auto;
    width: 270px;
    max-width: 38%;
  }
  .about-history {
    padding: 0;
  }
  .about-history > .container-md {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about-history__logo-col {
    padding-top: 8px;
  }
  .about-history__logo {
    max-width: 151px;
  }
  .about-history h2 {
    font-size: 24px;
  }
  .about-history__copy {
    max-width: 640px;
  }
}
@media (max-width: 767.98px) {
  .about-hero {
    padding: 54px 0 58px;
  }
  .about-hero h1 {
    max-width: 290px;
    margin-bottom: 26px;
    font-size: 29px;
    line-height: 1.16;
  }
  .about-hero p {
    max-width: 270px;
    font-size: 16px;
    line-height: 1.26;
  }
  .about-intro {
    padding: 42px 0 48px;
  }
  .about-intro__grid {
    grid-template-areas: "title" "copy" "visual";
    row-gap: 28px;
  }
  .about-intro__title {
    font-size: 25px;
    line-height: 1.12;
  }
  .about-intro__copy p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.14;
  }
  .about-intro__visual {
    width: 100vw;
    min-height: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .about-intro__visual img {
    width: 100%;
  }
  .about-intro__visual span {
    margin-left: -4px;
    font-size: 28px;
  }
  .about .about-team {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .about .about-team h2 {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 48px;
    overflow: visible;
    clip: auto;
    white-space: normal;
    font-size: 25px;
    line-height: 1.12;
  }
  .about .about-team .team-section__filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 48px;
  }
  .about .about-team .team-section__filter {
    width: 164px;
    padding: 12px 18px;
    font-size: 14px;
  }
  .about .about-team .team-section__carousel .team-section__grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none;
    gap: 0;
    max-width: none;
    margin: 0 !important;
  }
  .about .about-team .team-section__carousel {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 36px;
  }
  .about .about-team .team-section__carousel--expanded .splide__track, .about .about-team .team-section__carousel--expanded .splide__list, .about .about-team .team-section__carousel--expanded .splide__slide {
    min-height: var(--team-carousel-active-height);
    overflow: visible;
  }
  .about .about-team .team-section__carousel:not(.is-initialized) .splide__track {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .about .about-team .team-section__item {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    padding-left: 34px;
    padding-right: 34px;
    scroll-snap-align: center;
  }
  .about .about-team .person-card {
    width: min(100%, 280px);
  }
  .about .about-team .splide__pagination {
    position: relative;
    gap: 8px;
    margin-top: 28px;
    padding: 0;
  }
  .about .about-team .splide__pagination__page {
    width: 9px;
    height: 9px;
    margin: 0;
    border: 1px solid var(--blue);
    background: #fff;
    opacity: 1;
    transform: none;
  }
  .about .about-team .splide__pagination__page.is-active {
    border: 1px solid var(--azzurro);
    background: var(--azzurro);
    transform: none;
    opacity: 1;
  }
  .about-work {
    padding: 0 0 56px;
  }
  .about-work__card {
    display: block;
    min-height: 0;
    border-radius: 18px;
    padding: 42px 32px;
    text-align: center;
  }
  .about-work h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .about-work__actions {
    justify-content: center;
  }
  .about-work .btn {
    width: 100%;
    max-width: 214px;
    padding: 12px 18px;
    font-size: 14px;
  }
  .about-work__linkedin-label {
    display: none;
  }
  .about-work__phone {
    display: none;
  }
  .about-history {
    padding: 0;
    text-align: center;
  }
  .about-history > .container-md {
    padding-top: 82px;
    padding-bottom: 74px;
  }
  .about-history__row {
    row-gap: 4rem;
  }
  .about-history__logo-col {
    padding-top: 0;
  }
  .about-history__logo {
    max-width: 197px;
  }
  .about-history__logo svg {
    width: 100%;
    height: auto;
  }
  .about-history__copy {
    max-width: 280px;
    margin: 0 auto;
  }
  .about-history h2 {
    font-size: 26px;
    line-height: 1.14;
  }
  .about-history p {
    font-size: 14px;
    line-height: 1.18;
  }
}
