:root {
  --black: #201b1f;
  --orange: #ff6e41;
  --blue: #0d3ab7;
  --white: white;
  --green: #75c8be;
  --light-gray: #e2e2e2;
  --azure: #9fc8e8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
}

.header {
  z-index: 10;
  background-color: var(--black);
  position: sticky;
  top: 0;
}

.logo-header {
  width: 12%;
  display: block;
}

.logo-header.footer {
  width: 50%;
}

.button {
  background-color: var(--orange);
  color: var(--black);
  text-transform: uppercase;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 105%;
  text-decoration-style: solid;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.button:where(.w-variant-b648e6f4-c7f0-280a-391a-f13ae373889c) {
  background-color: var(--blue);
  color: var(--white);
}

.button:where(.w-variant-8d870771-6167-ce8d-a3d5-b2f449e1e145) {
  background-color: var(--green);
  color: var(--black);
}

.button:hover {
  background-color: #e24f21;
}

.button:hover:where(.w-variant-b648e6f4-c7f0-280a-391a-f13ae373889c) {
  background-color: #0a2b88;
}

.button:hover:where(.w-variant-8d870771-6167-ce8d-a3d5-b2f449e1e145) {
  background-color: #469b91;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brygada 1918", sans-serif;
  font-size: 50px;
  line-height: 105%;
}

.h1.black {
  color: var(--black);
}

.paragraph {
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph.black {
  color: var(--black);
}

.paragraph.black.center {
  text-align: center;
}

.paragraph.white {
  color: var(--white);
}

.hero-text {
  color: var(--green);
  justify-content: space-between;
  padding-top: 3%;
  padding-bottom: 0%;
  display: flex;
}

.hero-text-left {
  width: 68%;
}

.hero-text-right {
  width: 30%;
}

.orange {
  color: var(--orange);
}

.hero-image-bg {
  background-image: linear-gradient(180deg, var(--light-gray), #fff0 20%), url('../images/map-background.webp');
  text-align: center;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-full {
  max-height: 100vh;
  overflow: hidden;
}

.body {
  background-color: var(--light-gray);
}

.image {
  object-fit: cover;
  object-position: 50% 0%;
  max-width: 70%;
}

.about {
  background-color: var(--black);
}

.about-div {
  min-height: 60vh;
  display: flex;
  position: relative;
}

.about-div-sx {
  background-color: var(--orange);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 40vh;
  display: flex;
}

.about-div-center {
  align-self: center;
  padding: 5%;
}

.about-div-dx {
  width: 25%;
}

.separator-10 {
  height: 10px;
}

.separator-20 {
  height: 20px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brygada 1918", sans-serif;
  font-size: 42px;
  line-height: 100%;
}

.h2.black {
  color: var(--black);
}

.h2.black.center {
  text-align: center;
}

.h2.white {
  display: none;
}

.div-block {
  min-width: 40vh;
}

.image-2 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
}

.decoration {
  z-index: 9;
  width: 6%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.funzionalit {
  padding-top: 8%;
  padding-bottom: 8%;
}

.funzionalit--text {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  padding-bottom: 5%;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brygada 1918", sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.h3.black {
  color: var(--black);
}

.h3.white {
  color: var(--white);
}

.toggle-title {
  z-index: 9;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.toggle-icon {
  background-color: var(--white);
  padding: 5px;
}

.toggle-div-icon {
  -webkit-clip-path: polygon(50% 0%, 0% 50%, 50% 100%, 100% 50%);
  clip-path: polygon(50% 0%, 0% 50%, 50% 100%, 100% 50%);
}

.toggle {
  padding: 20px 30px;
  position: relative;
}

.toggle.green {
  background-color: var(--green);
}

.toggle.azure {
  background-color: var(--azure);
}

.toggle.orange {
  background-color: var(--orange);
}

.toggle.blue {
  background-color: var(--blue);
}

.toggle-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.toggle-image {
  width: 30%;
}

.toggle-content-interno {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.toggle-content-interno.top {
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.toggle-div-bullet {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.toggle-text {
  width: 70%;
}

.bullet-list {
  width: 30%;
  padding-top: 20px;
  font-size: 16px;
  line-height: 130%;
}

.toggle-p {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.toggle-p.black {
  color: var(--black);
}

.toggle-p.white {
  color: var(--white);
}

.bullet {
  width: 30%;
}

.bullet.white {
  color: var(--white);
}

.bullet.full {
  width: 100%;
}

.toggle-col {
  width: 50%;
}

.image-3 {
  position: absolute;
  bottom: -20px;
  left: -30px;
}

.toggle-decoration {
  position: absolute;
}

.toggle-decoration.db-mob {
  width: 6%;
  bottom: 0;
  left: 0;
}

.toggle-decoration.standard {
  z-index: 5;
  width: 7%;
  bottom: 0;
  right: 0;
}

.toggle-decoration.case {
  width: 6%;
}

.toggle-decoration.case.sx {
  transform-style: preserve-3d;
  bottom: 0;
  left: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.toggle-decoration.case.dx {
  transform-style: preserve-3d;
  top: 0;
  right: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.demo {
  background-color: var(--white);
}

.demo-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.demo-div-text, .demo-div-image {
  width: 48%;
}

.h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
}

.h4.black {
  color: var(--black);
}

.h4.blue {
  color: var(--blue);
}

.subtitle {
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.subtitle.black {
  color: var(--black);
}

.subtitle.white {
  color: var(--white);
}

.case-study {
  background-color: var(--green);
  position: relative;
}

.case-study-div {
  justify-content: space-between;
  align-items: center;
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
}

.case-study-text-div {
  width: 48%;
}

.case-study-video-div {
  aspect-ratio: 16 / 9;
  background-image: url('../images/copertina-pdf.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.caratteristiche {
  padding-top: 5%;
  padding-bottom: 5%;
}

.caratteristiche-div {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.caratteristiche-div.m-1 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.caratteristiche-single {
  width: 100%;
  overflow: hidden;
}

.caratteristiche-single.m1 {
  text-align: left;
  margin-top: 30px;
}

.caratteristiche-single.m2 {
  margin-top: 60px;
}

.caratteristiche-single.m3 {
  margin-top: 90px;
}

.caratteristiche-single.m4 {
  margin-top: 120px;
}

.caratteristiche-title {
  aspect-ratio: 1;
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
}

.caratteristiche-title.azure {
  background-color: var(--azure);
}

.caratteristiche-title.orange {
  background-color: var(--orange);
}

.caratteristiche-title.blue {
  background-color: var(--blue);
}

.caratteristiche-title.green {
  background-color: var(--green);
}

.clienti {
  background-color: var(--white);
  padding-top: 5%;
  padding-bottom: 5%;
}

.loghi-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5% 3%;
  display: grid;
}

.footer {
  background-color: var(--black);
}

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  padding-top: 5%;
  padding-bottom: 5%;
  display: grid;
}

.small {
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 110%;
}

.small.black {
  color: var(--black);
}

.small.black.center {
  text-align: center;
}

.small.white {
  color: var(--white);
}

.link.black {
  color: var(--black);
  font-weight: 600;
}

.link.white {
  color: var(--white);
}

.button-div-center {
  text-align: center;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15%;
  padding-right: 15%;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
  display: none;
}

.slide-nav, .icon, .icon-2 {
  display: none;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.separator-50 {
  height: 50px;
}

.elmo-show {
  cursor: pointer;
  text-decoration: underline;
}

.overlay {
  filter: blur(5px);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .container.demo, .container.car {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-header.footer {
    width: 20%;
  }

  .button {
    padding: 10px 20px;
    font-size: 16px;
  }

  .h1 {
    font-size: 36px;
  }

  .hero-text {
    flex-flow: column;
    padding-bottom: 1%;
  }

  .hero-text-left {
    width: 100%;
  }

  .hero-text-right {
    width: 100%;
    padding-top: 20px;
  }

  .hero-full {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .image {
    max-width: 100%;
  }

  .about-div-sx {
    display: none;
  }

  .h2 {
    font-size: 30px;
  }

  .h2.white {
    color: var(--white);
    display: block;
  }

  .funzionalit--text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .h3 {
    font-size: 24px;
  }

  .toggle-image {
    width: 40%;
  }

  .toggle-content-interno {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .toggle-div-bullet {
    flex-flow: column;
    padding-top: 0;
  }

  .toggle-text {
    width: 100%;
  }

  .bullet {
    width: 100%;
    margin-bottom: 0;
  }

  .toggle-col {
    width: auto;
  }

  .demo-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .demo-div-text {
    text-align: center;
    width: 100%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .demo-div-image {
    width: 100%;
  }

  .subtitle.black.mobile {
    text-align: center;
  }

  .case-study-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .case-study-text-div, .case-study-video-div {
    width: 100%;
  }

  .caratteristiche-div.m-1 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 50px;
    padding-left: 20px;
    display: none;
    overflow: scroll;
  }

  .caratteristiche-single {
    min-width: 40%;
  }

  .caratteristiche-single.m1, .caratteristiche-single.m2, .caratteristiche-single.m3, .caratteristiche-single.m4 {
    margin-top: 0;
  }

  .loghi-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-div {
    flex-flow: column;
    display: flex;
  }

  .footer-loghi {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small.black.mobile, .small.white, .footer-social {
    text-align: center;
  }

  .image-4 {
    width: 100%;
  }

  .icon-soc {
    max-width: 80%;
  }

  .slider {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .logo-header {
    width: 30%;
  }

  .logo-header.footer {
    width: 40%;
  }

  .logo-header.urbi {
    display: none;
  }

  .button {
    text-align: center;
  }

  .h1 {
    font-size: 34px;
  }

  .hero-text {
    padding-top: 15%;
  }

  .hero-image {
    margin-top: 60px;
  }

  .hero-full {
    max-height: none;
  }

  .about-div-center {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .div-block {
    display: none;
  }

  .decoration {
    width: 20%;
  }

  .funzionalit {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .toggle {
    padding: 10px 20px;
  }

  .toggle-image {
    width: 80%;
  }

  .toggle-content-interno {
    padding-top: 20px;
  }

  .toggle-decoration.db-mob, .toggle-decoration.standard {
    width: 12%;
  }

  .toggle-decoration.case {
    width: 15%;
  }

  .demo-div-text {
    padding-top: 25%;
  }

  .case-study-div, .caratteristiche {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .caratteristiche-div.m-1 {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    padding-right: 20px;
  }

  .caratteristiche-single {
    min-width: 70%;
  }

  .clienti {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .loghi-div {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


