@charset "UTF-8";
/*
Read README
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.032em;
  font-weight: 700;
}
h1 span, h2 span, h3 span, h4 span, h5 span,
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span {
  color: #e2161a;
}

h1, .h1 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.6rem;
  }
}

a {
  text-decoration: underline;
  color: #000;
}
a:hover, a:active {
  text-decoration: none;
  color: #000;
}

.btn {
  border-radius: 10px;
  transition: 1s;
}
.btn.btn-danger {
  background: #e21618;
}
.btn.btn-light {
  border: solid #000 1px;
  background: #fff;
}
.btn.btn-light:hover {
  background: #f8f9fa;
}

.modal-dialog {
  max-width: 96%;
  width: 900px;
}
.modal-dialog .modal-content {
  border-radius: 20px;
}
.modal-dialog .modal-header {
  border-bottom: none;
}
.modal-dialog .modal-body {
  padding: 10px 100px 50px 100px;
}

/* Navbar */
.navbar {
  background: #ffffff;
  padding: 0;
  /* Logo */
  /* MENU */
}
.navbar.is-scrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.navbar .navbar-brand {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 2rem;
}
.navbar .navbar-brand img {
  display: block;
  max-height: 60px;
  width: auto;
}
.navbar .navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .menu-item {
  position: relative;
  margin: 0 6px;
}
.navbar .navbar-nav .menu-item a {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.058em;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}
.navbar .navbar-nav .menu-item a:hover {
  color: #666;
}
.navbar .navbar-nav .menu-item.current-menu-item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 41%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #e63946;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .menu-item.current-menu-item a::after {
    display: none;
  }
}
.navbar .navbar-nav .menu-item.current-menu-item.menu-item-has-children a::after {
  display: none;
}
.navbar .navbar-nav .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 1.5rem;
}
.navbar .navbar-nav .menu-item.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 0.75rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .menu-item.menu-item-has-children > a::before {
    display: none;
  }
}
.navbar .sub-menu {
  position: absolute;
  left: 0;
  display: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 0;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  .navbar .sub-menu {
    display: block;
    position: static;
    box-shadow: none;
  }
  .navbar .sub-menu a {
    color: #aaa !important;
  }
}
.navbar .sub-menu a::after {
  display: none;
}
.navbar .sub-menu li:not(:last-child) > a {
  border-bottom: solid #aaa 1px;
}
@media (max-width: 991.98px) {
  .navbar .sub-menu li:not(:last-child) > a {
    border: none;
  }
}
.navbar .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* MOBILE – Bootstrap breakpoint LG */
/*
@media (max-width: 991.98px) {
    .navbar {
        position: fixed;
        top: 0;

    }
}
*/
.lang-switch {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.lang-switch:hover {
  color: #666;
}

.footer-menu a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 20px;
  white-space: nowrap;
  width: 32%;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .footer-menu a {
    width: auto !important;
    font-size: 1em;
  }
}

.dropdown-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.dropdown-menu .dropdown-item {
  text-align: center;
  padding: 16px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.teaser .carousel-inner {
  border-radius: 32px;
}
.teaser .carousel-item {
  position: relative;
}
.teaser .carousel-item .info {
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: 50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.teaser .carousel-item .info .title {
  text-shadow: 0 0 3px rgb(0, 0, 0);
  text-transform: uppercase;
}
.teaser .carousel-item .info .description {
  text-shadow: 0 0 3px rgb(0, 0, 0);
}
.teaser .carousel-item img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  min-height: 350px;
  height: 350px;
  object-fit: cover;
}
.teaser .carousel-indicators {
  bottom: 1.5rem;
}
.teaser .carousel-indicators button {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  background-color: #b3b3b3;
  transition: all 0.3s ease;
  opacity: 1;
}
.teaser .carousel-indicators button:hover {
  transform: scale(1.2);
}
.teaser .carousel-indicators button.active {
  background-color: #e21618;
}

body.home .carousel .carousel-item img {
  border-radius: 0 0 20px 20px;
}
body.home .teaser .carousel-inner {
  border-radius: 0 0 20px 20px;
}

.masonry .item {
  overflow: hidden;
  position: relative;
  min-height: 375px;
  border-radius: 32px;
  display: block;
}
.masonry .item .link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
}
.masonry .item img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 32px;
  transition: 1s;
}
.masonry .item .info {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.masonry .item .info .title {
  text-shadow: 0 0 3px rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 600;
}
.masonry .item .info .text {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 1s;
}
.masonry .item .info .text::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 10px auto;
}
.masonry .item .info .btn {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  transition: 1s;
}
.masonry .item::after {
  z-index: 1;
  transition: background 1s;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.masonry .item:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.masonry .item:hover img {
  transform: scale(1.2);
}
.masonry .item:hover .info .text {
  height: auto;
  opacity: 1;
}
.masonry .item.item-id-3 .title,
.masonry .item.item-id-8 .title {
  color: #000;
  font-size: 3.6em;
  text-shadow: none;
}
.masonry .item.item-id-3 .info,
.masonry .item.item-id-8 .info {
  align-items: flex-end;
  padding: 20px 20px 20px 40px;
  text-align: right;
  opacity: 1;
}
.masonry .item.item-id-3 .btn,
.masonry .item.item-id-8 .btn {
  opacity: 1;
}
.masonry .item.item-id-3 .text,
.masonry .item.item-id-8 .text {
  color: #000;
  height: auto;
  opacity: 1;
}
.masonry .item.item-id-3 .text::before,
.masonry .item.item-id-8 .text::before {
  display: none;
}
.masonry .item.item-id-3:hover::after,
.masonry .item.item-id-8:hover::after {
  background: none;
}
.masonry .item.item-id-8 {
  min-height: 500px;
}
.masonry .item.item-id-8 .info {
  align-items: flex-start;
  text-align: left;
}

.masonry-mobile .carousel-inner {
  border-radius: 32px;
}
.masonry-mobile .item {
  overflow: hidden;
  position: relative;
  border-radius: 32px;
}
.masonry-mobile .item .link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
}
.masonry-mobile .item img {
  width: 100%;
  height: 700px;
  display: block;
  object-fit: cover;
}
.masonry-mobile .item .info {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.masonry-mobile .item .info .title {
  text-shadow: 0 0 3px rgb(0, 0, 0);
  text-transform: uppercase;
}
.masonry-mobile .item .info .text {
  overflow: hidden;
}
.masonry-mobile .item .info .text::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 10px auto;
}
.masonry-mobile .item .info .btn {
  margin-top: 30px;
  display: none;
}
.masonry-mobile .item::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.masonry-mobile .carousel-indicators {
  bottom: 1.5rem;
}
.masonry-mobile .carousel-indicators button {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  background-color: #b3b3b3;
  transition: all 0.3s ease;
  opacity: 1;
}
.masonry-mobile .carousel-indicators button:hover {
  transform: scale(1.2);
}
.masonry-mobile .carousel-indicators button.active {
  background-color: #e21618;
}

.boxes .item {
  border-radius: 0 0 20px 20px;
  padding: 30px 40px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .boxes .item {
    border-radius: 20px;
    box-shadow: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
}

.brands-list .filters .btn {
  font-weight: 600;
  text-transform: lowercase;
}
.brands-list .filters .btn:hover, .brands-list .filters .btn.active {
  background: #000;
  color: #fff;
}
.brands-list .item {
  border: solid rgba(87, 87, 87, 0.4) 1px;
  border-radius: 32px;
  position: relative;
  transition: 1s;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.brands-list .item .link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.brands-list .item img {
  object-fit: contain;
  aspect-ratio: 4/3;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  filter: grayscale(100%);
}
.brands-list .item .btn {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  transition: opacity 1s;
  color: #000;
}
.brands-list .item:hover {
  border: solid rgb(87, 87, 87) 1px;
  box-shadow: 0 0 0 2px rgb(0, 0, 0);
}
.brands-list .item:hover img {
  filter: grayscale(0%);
}
.brands-list .item:hover .btn {
  opacity: 1;
}
@media (max-width: 767px) {
  .brands-list .item .btn {
    opacity: 1;
  }
}

.specs-list .item img {
  border-radius: 32px;
  object-fit: cover;
  aspect-ratio: 1/0.935;
  max-width: 100%;
  width: 100%;
}
.specs-list .item.last {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specs-list .item a {
  text-transform: uppercase;
}

.timeline {
  display: flex;
  overflow: auto;
  justify-content: center;
}
@media (max-width: 1363px) {
  .timeline {
    justify-content: left;
  }
}
.timeline .timeline-item {
  width: 112px;
  text-align: center;
}
.timeline .timeline-item .timeline-year {
  font-weight: 600;
  padding-left: 10px;
}
.timeline .timeline-item .timeline-text {
  font-size: 0.75em;
  padding-left: 10px;
}
.timeline .timeline-item .timeline-dots {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
}
.timeline .timeline-item .timeline-dots::before, .timeline .timeline-item .timeline-dots::after {
  content: "";
  display: inline-flex;
  gap: 10px;
  margin-left: 6px;
  width: 50px;
  height: 10px;
  background: radial-gradient(circle, #b3b3b3 5px, transparent 6px) repeat-x;
  background-size: 23px 10px;
}
.timeline .timeline-item .timeline-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2161a;
}
.timeline .timeline-item:first-child .timeline-dots::before {
  background: none;
}
.timeline .timeline-item:last-child .timeline-dots::after {
  background: none;
}

.contacts-list .item,
.career-list .item {
  border-radius: 0 0 20px 20px;
  padding: 30px 40px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.contacts-list .item h2, .contacts-list .item h3,
.career-list .item h2,
.career-list .item h3 {
  margin-bottom: 0;
}

.career-list .item {
  padding: 20px 20px 70px 20px;
  position: relative;
}
.career-list .item .absoluted {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#cmplz-manage-consent .cmplz-manage-consent {
  bottom: -5px !important;
}

.form-service {
  display: none;
}

/*# sourceMappingURL=style.css.map */
