* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #101737;
}

h1,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

a {
  font-size: 1rem;
  text-decoration: none;
  color: #524DD0;
  font-weight: 500;
}

.navigation-header {
  padding: 1.3em 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.navigation {
  display: flex;
  gap: 1.5em;
  align-items: center;
  list-style-type: none;
}

.navigation__link {
  color: #101737;
  text-decoration: none;
}

.navigation__link:hover {
  color: #524DD0;
}

.btn {
  padding: .6em 1.5em;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to right, #524dd0, #84389e);
  text-decoration: none;
  border-radius: .5em;
  display: block;
  width: max-content;
}

.btn:hover {
  color: #524DD0;
  background: #fff;
  box-shadow: 0 0 0 2px #524DD0;
}

footer {
  padding-top: 4em;
  padding-right: 1.5em;
  padding-bottom: 4em;
  padding-left: 1.5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 8em;
  row-gap: 3em;
  background-color: #101737;
}

footer p {
  color: #fff;
}

footer p a {
  color: #fff;
  text-decoration: underline;
}

.footer-menu {
  list-style-type: none;
}

.footer-menu__link {
  color: #fff;
  text-decoration: none;
  line-height: 2;
}

.footer-menu__link:hover {
  text-decoration: underline;
}

.newsletter {
  font-family: 'Rajdhani', sans-serif;
  color: #fff;
  font-weight: 700;
}

.newsletter label {
  margin-bottom: .5em;
  display: block;
  font-size: 1.5625rem;
}

.newsletter div {
  display: flex;
}

.newsletter input {
  color: #fff;
  background-color: #101737;
}

.newsletter input:focus {
  border: 2px solid #fff;
  outline: none;
}

.newsletter input[type="email"] {
  padding: .5em .8em;
  font-size: 1.1875rem;
  width: 100%;
  border-top: 2px solid #fff;
  border-right: none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 8px 0 0 8px;
}

.newsletter input[type="email"]:focus:invalid {
  border-top: 2px solid #524DD0;
  border-right: none;
  border-bottom: 2px solid #524DD0;
  border-left: 2px solid #524DD0;
}

.newsletter input[type="email"]:focus:invalid + input[type="submit"] {
  border-top: 2px solid #524DD0;
  border-right: 2px solid #524DD0;
  border-bottom: 2px solid #524DD0;
  border-left: none;
}

.newsletter input[type="submit"] {
  padding-top: .5em;
  padding-right: .8em;
  padding-bottom: .5em;
  padding-left: .5em;
  font-family: "Rajdhani";
  font-size: 1.1875rem;
  font-weight: 500;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

.newsletter input[type="submit"]:hover {
  color: #524DD0;
}

.social-media {
  margin-bottom: 2em;
  display: flex;
  gap: .75em;
}

.social-media svg {
  stroke: #fff;
}

.social-media svg:hover {
  stroke: #524DD0;
}

.hero {
  padding-top: 8em;
  padding-left: 1.5em;
  padding-bottom: 6em;
  padding-right: 1.5em;
  color: #fff;
  background-image: url("../assets/images/hero-image.b0e9264e7c41.webp");
  background-size: cover;
  display: grid;
  align-content: center;
  gap: 2em;
}

.hero div {
  max-width: 50em;
}

.hero div h1 {
  margin-bottom: .7rem;
}

.hero div p {
  font-size: 1.5625rem;
  margin-bottom: 2rem;
}

.hero div .btn-group {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 1.5em;
}

.hero__btn {
  padding: .5em 1.5em;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to right, #524dd0, #84389e);
  text-decoration: none;
  border-radius: .5em;
  display: block;
  width: max-content;
}

.hero__btn:hover {
  color: #524DD0;
  font-weight: 500;
  background: #fff;
  box-shadow: 0 0 0 2px #524DD0;
}

.link {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
}

.link:hover::after {
  margin-left: .8em;
}

.link::after {
  margin-left: .6em;
  content: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8649 1L23 8.5M23 8.5L15.8649 16M23 8.5L1 8.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
  transition: margin-left .125s;
  position: absolute;
}

.update-link {
  text-decoration: none;
  color: #101737;
}

.update-link:hover {
  color: #524DD0;
}

.update-link:hover + .link-blue {
  color: #524DD0;
}

.update-link:hover + .link-blue::after {
  margin-left: .8em;
  content: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8649 1L23 8.5M23 8.5L15.8649 16M23 8.5L1 8.5' stroke='%23524DD0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.link-blue {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #101737;
  display: block;
}

.link-blue:hover::after {
  margin-left: .8em;
  content: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8649 1L23 8.5M23 8.5L15.8649 16M23 8.5L1 8.5' stroke='%23524DD0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.link-blue:hover {
  color: #524DD0;
}

.link-blue::after {
  margin-left: .6em;
  content: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8649 1L23 8.5M23 8.5L15.8649 16M23 8.5L1 8.5' stroke='%23101737' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
  transition: margin-left .125s;
}

.digital {
  padding: 4em 1.5em;
  color: #fff;
  background-color: #524DD0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em;
}

.services-image {
  width: 100%;
}

#services {
  padding: 4em 1.5em;
}

.services-intro {
  display: grid;
  justify-content: center;
  text-align: center;
}

.services-intro p {
  margin-bottom: 2em;
  max-width: 31em;
}

.services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}

.services__service {
  padding: 2em;
  background-color: #D2D3F1;
  border-radius: 8px;
}

.services__service h3 {
  margin-bottom: .25em;
}

.services__service a {
  margin-top: 1.5rem;
}

.stakeholder::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='46' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cstyle%3E%3C!%5BCDATA%5B.B%7Bstroke-linejoin:round%7D.C%7Bstroke-linecap:round%7D.D%7Bstroke-miterlimit:10%7D%5D%5D%3E%3C/style%3E%3Cg stroke='%23101737' stroke-width='2'%3E%3Cg class='D B'%3E%3Cpath d='M44.602 10.629v2.206m-3.75-7.81v.841m3.324-.841v.841m-.787 2.362c-.236.111-.599.169-.864.169s-.672-.058-.908-.169' class='C'/%3E%3Cpath d='M46.653 4.916C46.653 2.753 44.706 1 42.305 1s-4.348 1.753-4.348 3.916v2.23c0 2.163 1.947 3.916 4.348 3.916s4.348-1.753 4.348-3.916v-2.23z'/%3E%3Cpath d='M39.5 12.834v-2.206m-2.332 10.66v-3.665m9.844-.001v3.665' class='C'/%3E%3Cpath d='M49.406 14.649c-1.727-1.728-4.017-1.889-4.67-1.906 0 0 0 1.518-2.713 1.518s-2.697-1.503-2.697-1.503c-.812.036-2.943.278-4.572 1.914-.824.841-1.37 1.883-1.575 3.002v3.746h17.822v-3.746c-.208-1.129-.761-2.179-1.595-3.026z'/%3E%3Cpath d='M8.246 5.025v.841m3.324-.841v.841m-.787 2.362c-.236.111-.599.169-.864.169s-.672-.058-.908-.169' class='C'/%3E%3Cpath d='M14.043 4.916C14.043 2.753 12.097 1 9.696 1S5.348 2.753 5.348 4.916v2.23c0 2.163 1.947 3.916 4.348 3.916s4.348-1.753 4.348-3.916v-2.23z'/%3E%3Cpath d='M12.426 10.629v2.206m-5.098-.001v-2.206m-2.332 10.66v-3.665m9.848-.001v3.665' class='C'/%3E%3Cpath d='M17.228 14.649c-1.725-1.728-4.018-1.889-4.674-1.906l-2.716 1.989-2.691-1.974c-.811.036-2.943.278-4.572 1.914-.823.842-1.369 1.883-1.575 3.002v3.746h17.822v-3.746c-.208-1.129-.761-2.179-1.593-3.026z'/%3E%3Cpath d='M28.43 33.481v2.204m-5.098 0v-2.204M21 44.139v-3.665m9.848 0v3.665' class='C'/%3E%3Cpath d='M33.246 37.5c-1.725-1.728-4.018-1.891-4.674-1.906 0 0-.468 1.632-2.571 1.632s-2.846-1.617-2.846-1.617c-.811.035-2.95.278-4.572 1.914-.823.842-1.369 1.883-1.575 3.002v3.745h17.824v-3.745c-.206-1.128-.756-2.178-1.587-3.026z'/%3E%3C/g%3E%3Cpath d='M36.6 35.998c1.381-.894 2.627-1.955 3.702-3.152 1.907-2.12 3.281-4.666 3.932-7.46M19.645 5.455c1.992-.663 4.139-1.024 6.377-1.024 2.03 0 3.984.297 5.816.847m-16.617 30.72c-1.381-.894-2.626-1.955-3.702-3.152-1.907-2.12-3.281-4.666-3.932-7.46' class='C B'/%3E%3Cpath d='M6.434 3.013c.311.459 1.118 1.14 1.863.983.932-.197.932-.787 1.553-.59.497.157 2.277.066 3.106 0'/%3E%3Cg class='B'%3E%3Cpath d='M22 26l2.13.5H25h.652l.609.5 1.217-.5.913.5.609-.5m-5.432-2.386c.519.23 1.299.46 2.077.23h1.038l1.298-.46s.26-.92 0-1.379h0c-.26-.46-.519-.919-1.298-1.149s-1.817-.23-1.817-.23c-1.298 0-1.558.92-1.818 1.379s.334 1.527.519 1.609zm-1.373 11.1l2.528 3.019L26 37.226l1.756 1.006 1.505-2.013'/%3E%3Cg class='D'%3E%3Cpath d='M24.551 28.17v.841m3.324-.841v.841m-.783 2.361c-.236.111-.599.169-.864.169s-.672-.058-.908-.169' class='C'/%3E%3Cpath d='M30.344 28.061c0-2.163-1.947-3.916-4.348-3.916s-4.348 1.753-4.348 3.916v2.23c0 2.163 1.947 3.916 4.348 3.916s4.348-1.753 4.348-3.916v-2.23z'/%3E%3C/g%3E%3Cpath d='M39.047 2.006l2.075 1.006 1.729-.503.692.503h1.383l1.729-.755'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin-right: .5em;
  vertical-align: middle;
}

.smartzone::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='42' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cg stroke='%23101737' stroke-width='2'%3E%3Cg stroke-miterlimit='10'%3E%3Cpath d='M0 26.836c13.249 0 13.249 13.249 26.499 13.249'/%3E%3Cpath d='M26.496 40.086c13.249 0 13.249-13.249 26.499-13.249' stroke-dasharray='8 4'/%3E%3Cpath d='M53 14.249C39.751 14.249 39.751 1 26.501 1'/%3E%3Cpath d='M26.5 1C13.251 1 13.251 14.249.001 14.249' stroke-dasharray='8 4'/%3E%3C/g%3E%3Cpath d='M25.973 15.971v4.843l-2.517 1.63' stroke-linecap='square'/%3E%3Cpath d='M33.343 14.773a9.71 9.71 0 0 0-10.831-3.328 9.71 9.71 0 0 0-6.609 9.204'/%3E%3C/g%3E%3Cpath d='M36.44 12.262l-.546 7.95-6.742-4.455 7.287-3.495z' fill='%23101737'/%3E%3Cpath d='M15.902 20.289c0 5.164 4.347 9.349 9.709 9.349 4.181 0 7.744-2.544 9.112-6.113' stroke='%23101737' stroke-width='2' stroke-dasharray='5 2'/%3E%3C/svg%3E");
  margin-right: .5em;
  vertical-align: middle;
}

.information__livebility {
  padding-top: 4em;
  padding-right: 1.5em;
  padding-bottom: 4em;
  padding-left: 1.5em;
  color: var(--clr-white);
  background-color: var(--clr-purple);
}

.information__livebility h2 {
  margin-bottom: 0.75rem;
}

.information__smarter {
  padding-top: 4em;
  padding-right: 1.5em;
  padding-bottom: 4em;
  padding-left: 1.5em;
}

.information__smarter h2 {
  margin-bottom: 0.75rem;
}

.information__smarter div {
  display: flex;
  flex-wrap: wrap;
  gap: 4em;
  justify-content: center;
}

.partners {
  padding-top: 4em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  text-align: center;
  display: grid;
  justify-items: center;
}

.partners h2 {
  margin-bottom: .75rem;
}

.partners p {
  margin-bottom: 3em;
  max-width: 36em;
}

.partners div {
  display: flex;
  flex-wrap: wrap;
  flex-wrap-flex-direction: row;
  gap: 4em;
  justify-content: center;
}

.partners div img {
  width: auto;
  height: 40px;
}

.quotes-carousel {
  margin: 4em 1.5em;
  text-align: center;
  font-size: 1.5625rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  justify-items: center;
  gap: 5em;
}

.information {
  display: grid;
  grid-template-columns: 1fr;
}

.information img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission {
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
  color: #fff;
  background-color: #524DD0;
  display: grid;
  justify-items: center;
}

.mission h2 {
  font-size: 1.5625rem;
}

.mission h3 {
  font-size: 3.125rem;
}

.mission p {
  font-size: 1.5625rem;
  font-weight: 300;
  max-width: 30em;
}

.slide {
  width: 100%;
}

.slide q {
  margin-bottom: 1em;
  display: inline-block;
  max-width: 32em;
}

.slide h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 300;
}

#prev, #next {
  display: none;
}

.quote {
  padding-bottom: 4em;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 5em;
}

.quote img {
  width: 100%;
}

.quote div {
  padding-right: 4em;
  padding-left: 4em;
}

.quote q {
  margin-bottom: 1em;
  font-size: 1.5625rem;
  display: inline-block;
  max-width: 32em;
}

.quote h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 300;
}

.updates-section {
  padding-right: 1.5em;
  padding-bottom: 4em;
  padding-left: 1.5em;
  display: grid;
  justify-items: center;
}

.updates-section h2 {
  margin-bottom: .5em;
  text-align: center;
}

.updates-section div {
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}

.updates-section div article {
  text-align: left;
}

.updates-section div article div {
  padding: 2em;
  display: flex;
  flex-direction: column;
  background-color: #D2D3F1;
  gap: .25em;
}

.updates-section div article h3 {
  text-align: left;
}

.updates-section div article p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.updates-section div article img {
  display: block;
  width: 100%;
}

.learn-more {
  padding: 4em 1.5em;
  text-align: center;
  background-color: #D2D3F1;
  display: grid;
  justify-items: center;
}

.learn-more h2 {
  margin-bottom: .75rem;
}

.learn-more p {
  margin-bottom: 1.5em;
  max-width: 36em;
}

.about-us {
  padding: 5em 4em 4em 4em;
  text-align: center;
  display: grid;
  justify-items: center;
}

.about-us h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}

.about-us p {
  margin-bottom: 1.125rem;
  max-width: 36em;
}

.companies {
  padding: 0 4em 4em 4em;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 8em;
}

.companies img {
  margin-bottom: 1.5rem;
}

.companies .visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.companies .company {
  display: grid;
  justify-items: center;
}

.companies div {
  padding: 1em;
  text-align: center;
}

.team {
  padding-bottom: 4em;
}

.team h2 {
  margin-bottom: 2rem;
  text-align: center;
}

.team div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}

.team div img {
  margin-bottom: 1em;
}

.team div p {
  margin-bottom: .5rem;
}

.team .team-contact {
  display: flex;
  position: relative;
  gap: .75rem;
  justify-content: left;
}

.team .team-contact svg {
  stroke: #101737;
}

.team .team-contact svg:hover {
  stroke: #524DD0;
}

.project-manager {
  padding-top: 10rem;
  padding-bottom: 5rem;
  text-align: center;
  background: url("../assets/images/project-manager.45a2730d131e.webp") rgba(82, 77, 208, 0.6);
  background-blend-mode: soft-light;
  background-size: cover;
  display: grid;
  justify-content: center;
  color: #fff;
}

.project-manager h1 {
  font-size: 5rem;
}

.project-manager h2 {
  margin-bottom: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  max-width: 38em;
}

.project-manager p {
  font-size: 1.5rem;
}

.free-the-city {
  margin: 4em auto;
  text-align: center;
  max-width: 41rem;
  display: grid;
  gap: 1rem;
}

.project-manager-image {
  width: 100%;
  height: 30em;
  object-fit: cover;
}

.work {
  margin: 4em auto;
  text-align: center;
  max-width: 41rem;
  display: grid;
  gap: 1rem;
}

.what-you-get {
  margin: 4em auto;
  max-width: 46rem;
}

.what-you-get h2 {
  text-align: center;
}

.looking-for {
  margin: 4em auto;
  max-width: 46rem;
}

.looking-for h2 {
  text-align: center;
}

article ul {
  list-style: inside;
  list-style-position: outside;
}

article ul li {
  line-height: 1.5;
}

.apply {
  padding: 4em 1.5em;
  text-align: center;
  background-color: #D2D3F1;
}

.apply .deadline {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.apply a:first-child {
  color: #000;
  text-decoration: underline;
}

.apply .btn {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.apply .btn::after {
  margin-left: .8rem;
  content: url("../assets/icons/right-arrow-white.5be0748ee414.svg");
  vertical-align: middle;
}

.apply .btn:hover:after {
  content: url("../assets/icons/right-arrow-purple.b9cd119b18ee.svg");
}

.updates {
  padding-top: 6em;
  padding-right: 4em;
  padding-bottom: 4em;
  padding-left: 4em;
}

.updates h1 {
  margin-bottom: 1rem;
  font-size: 5rem;
  text-align: center;
}

.updates div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}

.updates div h2 {
  font-size: 1.5rem;
}

.updates div article img {
  width: 100%;
  display: block;
}

.updates div article div {
  padding: 1.5em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
  background-color: #D2D3F1;
}

.updates div article div p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.detail-header {
  top: 5.58625em;
  color: #fff;
  position: absolute;
  width: 100%;
  background-image: url("../assets/images/detail-header.caa8edc65c13.webp");
  background-size: cover;
}

.detail-header .layer {
  background-color: #10173799;
  background-color-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-header .layer h1 {
  font-size: 1.5rem;
}

.detail-header .layer a {
  margin-right: 30.125em;
  right: 0;
  transform-origin: left;
  position: absolute;
}

.detail-header:before {
  content: ' ';
  position: absolute;
  position-top: 0;
  position-left: 0;
  position-right: 0;
  position-bottom: 0;
  position-background-color: #101737;
  z-index: 1;
}

.detail-header h1 {
  font-size: 3.125rem;
}

.update {
  padding-top: 13em;
  padding-right: 30rem;
  padding-bottom: 4em;
  padding-left: 30rem;
}

.update h2 {
  margin-bottom: .5rem;
}

.update h3 {
  margin-bottom: 1.5rem;
}

.update div {
  margin-bottom: 2rem;
  display: grid;
  gap: 1rem;
}

.update div .intro {
  font-weight: 600;
}

.update div a {
  text-decoration: underline;
}

.update div ul {
  display: grid;
  gap: 1rem;
}

.update div ul li {
  list-style-type: none;
  line-height: 1.5;
}

.update div ul .list-style {
  margin-left: 40px;
  list-style-type: disc;
}

.update img {
  margin-bottom: 2rem;
  width: 100%;
}

.carousel {
  margin-top: 4em;
  display: grid;
  justify-content: center;
  align-items: center;
}

.carousel #prev, .carousel #next {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
}

.carousel #prev {
  left: 30em;
}

.carousel #next {
  right: 30em;
}

.carousel img {
  width: auto;
  height: 40em;
}

.contact {
  padding-top: 5em;
  padding-right: 4em;
  padding-bottom: 4em;
  padding-left: 4em;
  display: grid;
  justify-content: center;
}

.contact h1 {
  font-size: 5rem;
  text-align: center;
  line-height: 1.5;
}

.contact p {
  margin-bottom: 2rem;
  text-align: center;
  max-width: 32em;
}

.contact form {
  padding: 2em;
  display: grid;
  gap: 1.5em;
  background-color: #D2D3F1;
  border-radius: 8px;
}

.contact form div {
  display: flex;
  flex-direction: column;
}

.contact form div label {
  margin-bottom: .5em;
  font-size: 1.1875rem;
  font-weight: 500;
}

.contact form div input {
  padding: .5em .8em;
  font-size: 1.1875rem;
  border: none;
  border-radius: 8px;
}

.contact form div textarea {
  padding: .5em .8em;
  font-size: 1.1875rem;
  border: none;
  border-radius: 8px;
}

.contact form .btn {
  border: none;
  cursor: pointer;
}

.eit-header {
  padding-top: 10rem;
  padding-bottom: 5rem;
  color: #fff;
  text-align: center;
  background: url("../assets/images/eit-header.b3609bf0efa4.webp") rgba(82, 77, 208, 0.6);
  background-blend-mode: darken;
  background-size: cover;
}

.eit-header h1 {
  font-size: 5rem;
}

.eit-header p {
  font-size: 1.5rem;
}

.eit {
  margin: 4rem auto;
  padding: 0 1.5rem;
  text-align: center;
  max-width: 50rem;
}

.eit p {
  margin-bottom: 1rem;
}

.eit p:first-of-type {
  font-size: 1.5rem;
}

.eit p:first-of-type strong {
  font-weight: 500;
}

.project-partners {
  padding-bottom: 4rem;
  text-align: center;
}

.project-partners h2 {
  margin-top: 4rem;
  margin-bottom: 0.75rem;
}

.project-partners img {
  width: 100%;
}

.project-partners .partners {
  padding: 2rem 10em 0 10em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.project-partners .partners p {
  margin-bottom: 0;
}

.project-partners .partners p:first-of-type {
  margin-bottom: 1rem;
}

.project-partners .partners div {
  display: block;
}

.project-partners .partners div img {
  margin-bottom: 1rem;
  height: 5rem;
}

.project-partners .partners div a {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.urban-spaces {
  padding-right: 10em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  align-items: center;
}

.urban-spaces h2 {
  margin-bottom: 0.75rem;
}

.urban-spaces article {
  padding-top: 6rem;
  padding-right: 20rem;
  padding-bottom: 6rem;
  padding-left: 25rem;
  text-align: center;
  grid-column: 1/3;
}

.privacy-statement {
  padding-top: 8em;
  padding-left: 10em;
  padding-right: 10em;
  padding-bottom: 4em;
}

@media (min-width: 60em) {
  .updates-section div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 70em) {
  p {
    font-size: 1.1875rem;
    line-height: 1.5;
  }
  h1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
  h2 {
    font-size: 3.125rem;
  }
  a {
    font-size: 1.1875rem;
    font-weight: 400;
  }
  li {
    font-size: 1.1875rem;
  }
  .navigation-header {
    padding: 1.3em 4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .navigation {
    display: flex;
    gap: 1.5em;
    align-items: center;
    list-style-type: none;
  }
  .navigation__link {
    color: #101737;
    text-decoration: none;
  }
  .navigation__link:hover {
    color: #524DD0;
  }
  .hero {
    padding-left: 10em;
    color: #fff;
    background-image: url("../assets/images/hero-image.b0e9264e7c41.webp");
    background-size: cover;
    height: 100vh;
    display: grid;
    align-content: center;
    gap: 2em;
  }
  .hero div .btn-group {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1.5em;
  }
  .digital {
    padding: 4em 10em;
    color: #fff;
    background-color: #524DD0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
  }
  #services {
    padding: 4em 10em;
  }
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
  .information {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .information__livebility {
    padding-top: 4em;
    padding-right: 5em;
    padding-bottom: 4em;
    padding-left: 10em;
    color: var(--clr-white);
    background-color: var(--clr-purple);
  }
  .information__livebility h2 {
    margin-bottom: 0.75rem;
  }
  .information__smarter {
    padding-top: 4em;
    padding-right: 10em;
    padding-bottom: 4em;
    padding-left: 5em;
  }
  .information__smarter h2 {
    margin-bottom: 0.75rem;
  }
  .updates-section {
    padding-right: 10em;
    padding-left: 10em;
  }
  .updates-section div {
    grid-template-columns: repeat(3, 1fr);
  }
  .updates-section div article div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .updates {
    padding-right: 10em;
    padding-left: 10em;
  }
  .updates div {
    grid-template-columns: repeat(3, 1fr);
  }
  .updates div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #prev, #next {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
  }
  #prev {
    left: 10em;
  }
  #prev svg {
    stroke: #101737;
  }
  #prev svg:hover {
    stroke: #524DD0;
  }
  #next {
    right: 10em;
  }
  #next svg {
    stroke: #101737;
  }
  #next svg:hover {
    stroke: #524DD0;
  }
  .hide {
    display: none;
  }
  .quotes-carousel {
    margin: 4em auto;
    text-align: center;
    font-size: 1.5625rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    justify-items: center;
    gap: .5em;
  }
  .learn-more {
    padding: 4em 10em;
    text-align: center;
    background-color: #D2D3F1;
    display: grid;
    justify-items: center;
  }
  .about-us {
    padding: 5em 10em 4em 10em;
    text-align: center;
    display: grid;
    justify-items: center;
  }
  .companies {
    padding: 0 4.8125em 4em 4.8125em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    gap: 8em;
  }
}
