.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  cursor: url("../images/cursor.cur") 10 10, pointer;
}

body.noscroll {
  overflow: hidden !important;
}

.al-button-1 {
  background-color: transparent;
  outline: none;
  padding: 10px 15px;
  text-transform: uppercase;
  color: var(--awb-color7);
  border: 1px solid var(--awb-color7);
  transition: all 0.3s;
  cursor: pointer;
}
.al-button-1:hover, .al-button-1.active {
  color: #FFFFFF;
  background-color: var(--awb-color7);
}

#menu-language-switcher .wpml-ls-item {
  align-items: center;
}
#menu-language-switcher .wpml-ls-item .background-default,
#menu-language-switcher .wpml-ls-item .background-active {
  display: none !important;
}
#menu-language-switcher .wpml-ls-item .wpml-ls-link .menu-text {
  display: none;
}
#menu-language-switcher .wpml-ls-item .wpml-ls-link:before {
  color: #000000;
}
#menu-language-switcher .wpml-ls-item.wpml-ls-item-ca .wpml-ls-link:before {
  content: "CA";
}
#menu-language-switcher .wpml-ls-item.wpml-ls-item-es .wpml-ls-link:before {
  content: "ES";
}
#menu-language-switcher .wpml-ls-item.wpml-ls-item-en .wpml-ls-link:before {
  content: "EN";
}
#menu-language-switcher .wpml-ls-item:after {
  content: "|";
  margin: 0 10px;
  color: #000000;
}
#menu-language-switcher .wpml-ls-item:last-child:after {
  display: none;
}
#menu-language-switcher .wpml-ls-item.wpml-ls-current-language .wpml-ls-link:before {
  font-weight: bold;
}

#al-presentation-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  transition: top 1s;
}
#al-presentation-wrapper.exit {
  top: -101vh;
}
#al-presentation-wrapper:before {
  --bg-grad-color: rgb(47, 0, 255);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  transition: all 2s;
  background-color: var(--bg-grad-color);
  box-shadow: 0px 0px 200px 200px var(--bg-grad-color);
  opacity: 0.5;
}
#al-presentation-wrapper.g1:before {
  --bg-grad-color: rgb(47, 0, 255);
}
#al-presentation-wrapper.g2:before {
  --bg-grad-color: rgb(255, 115, 0);
}
#al-presentation-wrapper.g3:before {
  --bg-grad-color: rgb(251, 255, 0);
}
#al-presentation-wrapper .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
}
#al-presentation-wrapper .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 200%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  font-family: "Alegreya Sans";
  font-size: 52px;
  text-align: center;
}
#al-presentation-wrapper .text .linea_2 {
  font-weight: bold;
  margin-bottom: 48px;
}
#al-presentation-wrapper .text .linea_3 {
  font-size: 28px;
}
#al-presentation-wrapper.stage2 .logo {
  left: -100%;
}
#al-presentation-wrapper.stage2 .text {
  left: 50%;
}
#al-presentation-wrapper .btn-scrolldown {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  transition: opacity 0.3s;
  font-family: "Alegreya Sans";
  font-style: italic;
}
#al-presentation-wrapper .btn-scrolldown.show {
  display: flex;
  opacity: 1;
}
#al-presentation-wrapper .btn-scrolldown img {
  animation: bounce 2s infinite;
}

#al-products .wrapper {
  display: grid;
  grid-template-columns: 320px calc(100% - 350px);
  gap: 30px;
}
#al-products .wrapper .filters .general-title,
#al-products .wrapper .products .general-title {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}
#al-products .wrapper .filters .general-title span,
#al-products .wrapper .products .general-title span {
  border-bottom: 1px solid #000000;
  padding: 4px 0;
  display: table;
  margin-bottom: -1px;
}
#al-products .wrapper .filters .search-text {
  margin-bottom: 30px;
}
#al-products .wrapper .filters .search-text input {
  height: 34px;
  border-radius: 0;
  border: 1px solid #000000;
}
#al-products .wrapper .filters .families,
#al-products .wrapper .filters .spaces,
#al-products .wrapper .filters .new {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
}
#al-products .wrapper .filters .families .title,
#al-products .wrapper .filters .spaces .title,
#al-products .wrapper .filters .new .title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
#al-products .wrapper .filters .families .title .selected,
#al-products .wrapper .filters .spaces .title .selected,
#al-products .wrapper .filters .new .title .selected {
  position: absolute;
  top: 50%;
  right: 0;
  height: 12px;
  width: 12px;
  background-color: #000000;
  border-radius: 10px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
#al-products .wrapper .filters .families .title:hover .selected,
#al-products .wrapper .filters .spaces .title:hover .selected,
#al-products .wrapper .filters .new .title:hover .selected {
  opacity: 0.5;
}
#al-products .wrapper .filters .families .title.active .selected,
#al-products .wrapper .filters .spaces .title.active .selected,
#al-products .wrapper .filters .new .title.active .selected {
  opacity: 1;
}
#al-products .wrapper .filters .families ul,
#al-products .wrapper .filters .spaces ul,
#al-products .wrapper .filters .new ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#al-products .wrapper .filters .families ul li,
#al-products .wrapper .filters .spaces ul li,
#al-products .wrapper .filters .new ul li {
  color: #898989;
  border-bottom: 1px solid #898989;
}
#al-products .wrapper .filters .families ul li label,
#al-products .wrapper .filters .spaces ul li label,
#al-products .wrapper .filters .new ul li label {
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 20px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#al-products .wrapper .filters .families ul li label input,
#al-products .wrapper .filters .spaces ul li label input,
#al-products .wrapper .filters .new ul li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#al-products .wrapper .filters .families ul li label input:checked ~ .checkmark,
#al-products .wrapper .filters .spaces ul li label input:checked ~ .checkmark,
#al-products .wrapper .filters .new ul li label input:checked ~ .checkmark {
  opacity: 1;
}
#al-products .wrapper .filters .families ul li label .checkmark,
#al-products .wrapper .filters .spaces ul li label .checkmark,
#al-products .wrapper .filters .new ul li label .checkmark {
  position: absolute;
  top: 50%;
  right: 0;
  height: 12px;
  width: 12px;
  background-color: #000000;
  border-radius: 10px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
#al-products .wrapper .filters .families ul li label:hover input ~ .checkmark,
#al-products .wrapper .filters .spaces ul li label:hover input ~ .checkmark,
#al-products .wrapper .filters .new ul li label:hover input ~ .checkmark {
  opacity: 0.5;
}
#al-products .wrapper .products .families,
#al-products .wrapper .products .spaces {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 30px;
}
#al-products .wrapper .products .families .family button,
#al-products .wrapper .products .families .space button,
#al-products .wrapper .products .spaces .family button,
#al-products .wrapper .products .spaces .space button {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
#al-products .wrapper .products .families .family button .hover,
#al-products .wrapper .products .families .space button .hover,
#al-products .wrapper .products .spaces .family button .hover,
#al-products .wrapper .products .spaces .space button .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
#al-products .wrapper .products .families .family button:hover .hover,
#al-products .wrapper .products .families .space button:hover .hover,
#al-products .wrapper .products .spaces .family button:hover .hover,
#al-products .wrapper .products .spaces .space button:hover .hover {
  opacity: 1;
}
#al-products .wrapper .products .filteredProducts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}
#al-products .wrapper .products .filteredProducts .product {
  position: relative;
  padding-top: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#al-products .wrapper .products .filteredProducts .product .new {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #F8A531;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: 100;
}
#al-products .wrapper .products .filteredProducts .product img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#al-products .wrapper .products .filteredProducts .product a {
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#al-products .wrapper .products .filteredProducts .product a h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
}
#al-products .wrapper .products .filteredProducts .product:hover a {
  opacity: 1;
}

#al-product-breadcrumbs {
  padding: 15px 0;
}
#al-product-breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#al-product-breadcrumbs ul li:after {
  content: ">";
  display: inline;
  margin: 0 10px;
}
#al-product-breadcrumbs ul li:last-child:after {
  display: none;
}

#al-product-gallery .wrapper .main-image {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
#al-product-gallery .wrapper .thumbnails-wrapper {
  position: relative;
}
#al-product-gallery .wrapper .thumbnails-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
#al-product-gallery .wrapper .thumbnails-wrapper ul li {
  width: 30%;
  padding-right: 20px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s;
}
#al-product-gallery .wrapper .thumbnails-wrapper ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#al-product-gallery .wrapper .thumbnails-wrapper .btn-nav {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 300;
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  color: #000000;
  outline: none;
  cursor: pointer;
  font-size: 36px;
  opacity: 0.6;
  transition: opacity 0.3s;
}
#al-product-gallery .wrapper .thumbnails-wrapper .btn-nav:hover {
  opacity: 1;
}
#al-product-gallery .wrapper .thumbnails-wrapper .btn-nav.btn-next {
  right: 0;
}
#al-product-gallery .wrapper .thumbnails-wrapper .btn-nav.btn-prev {
  left: 0;
}

.al-lightbox {
  position: fixed;
  z-index: 20000;
  width: 100%;
  height: 100vh;
  max-height: -webkit-fill-available;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.al-lightbox .btn-close {
  position: absolute;
  top: 15px;
  right: 25px;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: 0;
  color: #FFFFFF;
  z-index: 400;
  font-size: 50px;
  cursor: pointer;
}
.al-lightbox .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  max-width: calc(100% - 200px);
  height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 200;
}
.al-lightbox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  max-width: calc(100% - 200px);
  aspect-ratio: 16/9;
  z-index: 200;
}
.al-lightbox .btn-nav {
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 300;
  width: 100px;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
  font-size: 50px;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.al-lightbox .btn-nav:hover {
  opacity: 1;
}
.al-lightbox .btn-nav.btn-next {
  right: 0;
}
.al-lightbox .btn-nav.btn-prev {
  left: 0;
}

#al-product-title-logos .subtitle {
  font-size: 20px;
  font-weight: bold;
}
#al-product-title-logos .images {
  margin-top: 10px;
}
#al-product-title-logos .images ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}
#al-product-title-logos .images ul li img {
  max-height: 45px;
}

#al-product-specs,
#al-product-dimensions,
#al-product-documents {
  margin-top: 40px;
}
#al-product-specs .title,
#al-product-dimensions .title,
#al-product-documents .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-table .table tr th {
  padding: 5px 0;
  text-align: left;
  border-bottom-width: 1px;
}
.product-table .table tr td {
  padding: 5px 0;
  color: #000000;
}
.product-table .table tr.son td:first-child {
  color: #898989;
}

#al-product-documents .title {
  border-bottom: 1px solid #e5e4e3;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#al-product-documents ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}
#al-product-documents ul li a {
  padding: 8px 20px 6px;
  border: 1px solid #000000;
  text-decoration: none;
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  transition: all 0.3s;
}
#al-product-documents ul li a:hover {
  color: #FFFFFF;
  background-color: #000000;
}

#al-product-features {
  padding: 10px;
  border: 2px solid #000000;
  margin: 0 0 0 auto;
}
#al-product-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#al-product-features ul li {
  font-weight: normal;
  color: #000000;
}

#al-product-configurator {
  background-color: #ececec;
  padding: 60px 30px;
}
#al-product-configurator .content-wrapper {
  max-width: var(--site_width);
  margin: 0 auto;
}
#al-product-configurator .content-wrapper .general-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  border-bottom: 1px solid #000000;
  display: table;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#al-product-configurator .content-wrapper .description {
  font-size: 3.5rem;
  line-height: 50px;
  text-align: center;
}
#al-product-configurator .content-wrapper .subtitle {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}
#al-product-configurator .content-wrapper .configurator-wrapper {
  margin-top: 60px;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
  gap: 30px;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .title {
  border: 2px solid #000000;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 40px 8px 20px;
  position: relative;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .title button {
  background-color: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .options {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .options li {
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #898989;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .options li label {
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.3s;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .options li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .options li label input:checked ~ .checkmark {
  opacity: 1;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .options li label .checkmark {
  position: absolute;
  top: 50%;
  right: 0;
  height: 12px;
  width: 12px;
  background-color: #000000;
  border-radius: 10px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .options li label:hover input ~ .checkmark {
  opacity: 0.5;
}
#al-product-configurator .content-wrapper .configurator-wrapper .filters .filter .options li.disabled label {
  opacity: 0.5;
}
#al-product-configurator .content-wrapper .configurator-wrapper .code-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 60px;
}
#al-product-configurator .content-wrapper .configurator-wrapper .code-wrapper .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #272425;
  padding: 10px 20px 8px;
  white-space: nowrap;
}
#al-product-configurator .content-wrapper .configurator-wrapper .code-wrapper .code {
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 1;
  border: 2px solid #272425;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: transparent;
  border-radius: 0;
  height: auto;
  cursor: pointer;
}
#al-product-configurator .content-wrapper .configurator-wrapper .code-wrapper button {
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
  color: #FFFFFF;
  background-color: #272425;
  padding: 10px;
  position: relative;
  width: 40px;
  flex-shrink: 0;
}
#al-product-configurator .content-wrapper .configurator-wrapper .code-wrapper button i {
  position: absolute;
  top: 12px;
  left: 11px;
}

#al-projects .filters {
  margin: 40px 0 30px;
}
#al-projects .filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
#al-projects .projects-wrapper .project-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 30px;
}
#al-projects .projects-wrapper .project-list li a {
  display: block;
  cursor: pointer;
}
#al-projects .projects-wrapper .project-list li a:hover {
  color: var(--awb-color7);
}
#al-projects .projects-wrapper .project-list li a:hover .image-wrapper {
  opacity: 0.7;
}
#al-projects .projects-wrapper .project-list li a .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  transition: all 0.3s;
}
#al-projects .projects-wrapper .project-list li a .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#al-projects .projects-wrapper .project-list li a .info-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
}
#al-projects .projects-wrapper .project-list li a .info-wrapper h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}
#al-projects .projects-wrapper .project-list li a .info-wrapper .categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#al-projects .projects-wrapper .project-list li a .info-wrapper .categories li:before {
  content: ", ";
}
#al-projects .projects-wrapper .project-list li a .info-wrapper .categories li:first-child::before {
  display: none;
}
#al-projects .projects-wrapper .project-list li a .info-wrapper i {
  font-size: 24px;
  flex-shrink: 0;
}
#al-projects .showMoreButton {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

#al-project-subtitle ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  color: #9b9b9b;
}

#al-project-gallery {
  margin-top: 60px;
}
#al-project-gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
#al-project-gallery ul li.layout_100 {
  width: 100%;
}
#al-project-gallery ul li.layout_50 {
  width: calc(50% - 20px);
}
#al-project-gallery ul li.type_video {
  position: relative;
  padding-top: 56.25%;
}
#al-project-gallery ul li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#al-project-products {
  padding: 60px 0;
}
#al-project-products .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
#al-project-products .title span {
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
}
#al-project-products ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
#al-project-products ul li a {
  display: block;
}
#al-project-products ul li a h3 {
  font-size: 48px;
}

#al-project-more-info {
  background-color: #000000;
  padding: 60px 30px;
  color: #FFFFFF;
  margin-top: 60px;
}
#al-project-more-info .wrapper {
  max-width: var(--site_width);
  margin: 0 auto;
}
#al-project-more-info .wrapper .more-info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#al-project-more-info .wrapper .more-info-row:last-child {
  margin-bottom: 0;
}
#al-project-more-info .wrapper .more-info-row:nth-child(even) .image {
  order: 1;
}
#al-project-more-info .wrapper .more-info-row .image {
  width: 60%;
}
#al-project-more-info .wrapper .more-info-row .text {
  width: calc(40% - 30px);
}
#al-project-more-info .wrapper .more-info-row .text .category {
  color: #ff6900;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#al-project-more-info .wrapper .more-info-row .text .category span {
  border-bottom: 1px solid #ff6900;
  padding-bottom: 6px;
}
#al-project-more-info .wrapper .more-info-row .text .title_1,
#al-project-more-info .wrapper .more-info-row .text .title_2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
#al-project-more-info .wrapper .more-info-row .text .title_2 {
  font-weight: normal;
  margin-bottom: 20px;
}
#al-project-more-info .wrapper .more-info-row .text .description {
  font-size: 22px;
  font-weight: normal;
}
#al-project-more-info .wrapper .more-info-row .text .description ul {
  padding-left: 20px;
}

#al-featured-projects {
  padding: 60px 0;
}
#al-featured-projects .title {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: normal;
}
#al-featured-projects .title span {
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
}
#al-featured-projects .projects-wrapper .project-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
#al-featured-projects .projects-wrapper .project-list li a {
  display: block;
  cursor: pointer;
}
#al-featured-projects .projects-wrapper .project-list li a:hover {
  color: var(--awb-color7);
}
#al-featured-projects .projects-wrapper .project-list li a:hover .image-wrapper {
  opacity: 0.7;
}
#al-featured-projects .projects-wrapper .project-list li a .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  transition: all 0.3s;
}
#al-featured-projects .projects-wrapper .project-list li a .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#al-featured-projects .projects-wrapper .project-list li a .info-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
}
#al-featured-projects .projects-wrapper .project-list li a .info-wrapper h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}
#al-featured-projects .projects-wrapper .project-list li a .info-wrapper .categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#al-featured-projects .projects-wrapper .project-list li a .info-wrapper .categories li:before {
  content: ", ";
}
#al-featured-projects .projects-wrapper .project-list li a .info-wrapper .categories li:first-child::before {
  display: none;
}
#al-featured-projects .projects-wrapper .project-list li a .info-wrapper i {
  font-size: 24px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  #al-products .wrapper {
    grid-template-columns: 100%;
    gap: 0;
  }
  #al-products .wrapper .filters {
    margin-bottom: 40px;
  }
  #al-product-configurator .content-wrapper .configurator-wrapper .code-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
  }
  #al-product-configurator .content-wrapper .configurator-wrapper .code-wrapper .title {
    width: 100%;
    text-align: center;
  }
  #al-product-configurator .content-wrapper .configurator-wrapper .code-wrapper .code {
    width: calc(100% - 40px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=al-style.css.map */