@font-face {
  font-family: ClashDisplay;
  src: url(../fonts/ClashDisplay.woff2) format('woff2'),
    url(../fonts/ClashDisplay.woff) format('woff'),
    url(../fonts/ClashDisplay.otf) format('opentype');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: MersadBlack;
  src: url(../fonts/Mersad-Black.woff2) format('woff2'),
    url(../fonts/Mersad-Black.woff) format('woff'),
    url(../fonts/Mersad-Black.otf) format('opentype');
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: MersadBold;
  src: url(../fonts/Mersad-Bold.woff2) format('woff2'),
    url(../fonts/Mersad-Bold.woff) format('woff'),
    url(../fonts/Mersad-Bold.otf) format('opentype');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: MersadSemiBold;
  src: url(../fonts/Mersad-SemiBold.woff2) format('woff2'),
    url(../fonts/Mersad-SemiBold.woff) format('woff'),
    url(../fonts/Mersad-SemiBold.otf) format('opentype');
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: MersadMedium;
  src: url(../fonts/Mersad-Medium.woff2) format('woff2'),
    url(../fonts/Mersad-Medium.woff) format('woff'),
    url(../fonts/Mersad-Medium.otf) format('opentype');
  font-style: normal;
  font-weight: 523;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: HelveticaGeo;
  src: url(../fonts/HelveticaNeueLTGEO-55Roman.woff2) format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
p {
    color: #404040;
}
.map {
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 100%;
	/* height: ; */
	aspect-ratio: 1 / 1;
}
.burger-menu {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

.top-line,
.middle-line,
.bottom-line {
  width: 100%;
  background-color: #ffffff;
  height: 1px;
}

.rotate-top-line {
  left: -2px;
  position: absolute;
  top: 5px;
  animation: rotateTop 0.3s linear forwards;
}

.rotate-bottom-line {
  animation: rotateBottom 0.3s linear forwards;
  bottom: -3px;
  position: absolute;
  right: -10px;
  transition: 0.3s;
}

.rotate-middle-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  animation: rotateMiddle 0.3s linear forwards;
}
.rotate-top-back {
  animation: rotateBackTop 0.3s linear forwards;
}
.rotate-middle-back {
  animation: rotateBackMiddle 0.3s linear forwards;
}
.rotate-bottom-back {
  animation: rotateBackBottom 0.3s linear forwards;
}

@keyframes rotateTop {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
    width: 100%;
  }
  100% {
    transform: rotate(50deg) translate(6px, 3px);
    width: 100%;
  }
}

@keyframes rotateBottom {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(45deg) translate(-6px, -3px);
    opacity: 0;
  }
}

@keyframes rotateMiddle {
  0% {
    transform: rotate(0deg) translateY(-50%);
  }
  100% {
    transform: rotate(-50deg) translateY(-50%);
  }
}

@keyframes rotateBackTop {
  0% {
    transform: rotate(50deg) translate(6px, 3px);
    width: 100%;
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
    width: 100%;
  }
}

@keyframes rotateBackBottom {
  0% {
    transform: rotate(45deg) translate(-6px, -3px);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes rotateBackMiddle {
  0% {
    transform: rotate(-50deg) translateY(-50%);
  }
  100% {
    transform: rotate(0deg) translateY(-50%);
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  width: 100%;
  scrollbar-width: none;
  margin: 0 auto;
}
body::-webkit-scrollbar {
  display: none;
}
.header-navigation-image {
  /*background-image: url(../images/background.png);*/
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/garden.jpg);
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.swiper-slide.slider-container > img {
  width: 100%;
  height: auto;
  position: absolute;
  object-fit: cover;
  height: 100%;
  z-index: -9;
  /*opacity:0.5;*/
}
.header > img {
  width: 100%;
  height: auto;
  position: absolute;
  object-fit: cover;
  max-height: 100%;
}
.header {
  width: 100%;
  position: relative;
  font-family: MersadSemiBold;
  background-attachment: fixed;
  z-index:99999;
}
.index-main {
  background-attachment: fixed;
  padding-bottom: 3rem;
}
.header-container {
  width: 100%;
  position: relative;
  /*z-index: 30; -ლუკა */ 
  padding: 20px 0 20px 0;
}
.header-black-line {
  display: block;
  border-bottom: 1px solid #fff;
  opacity: 0.16;
  position: relative;
  z-index: 101;
}
.header-logo {
  max-width: 150px;
  max-height: 50px;
  cursor: pointer;
}
.header-logo > a > img {
  width: 100%;
}
.mobile-navigation-wrapper {
  width: 70%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 30%;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 50px 0 0 33px;
  z-index: 99;
  display: none;
}
.active {
  display: flex;
}
.mobile-nav,
.mobile-navigation,
.mobile-ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: MersadMedium;
}
.mobile-nav-link:hover {
  color: #ffff00;
}
.mobile-nav-link {
  font-family: MersadMedium;
  font-weight: 523;
  font-size: 16px;
  line-height: 22.4px;
  color: #fff;
  opacity: 0.9;
  cursor: pointer;
  display: flex;
  margin-bottom: 2rem;
  gap: 1rem;
}
.mobile-select-lang {
  width: 100px;
  border-radius: 4px;
  font-family: ClashDisplay;
  cursor: pointer;
  border: 1px solid #eceeef;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 12px;
}
.mobile-lang-container-eng {
  width: 100%;
  height: 20px;
  gap: 0.5rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.mobile-lang-container-geo {
  width: 100%;
  height: 20px;
  gap: 0.5rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header-navigation-wrapper {
  display: none;
}
.nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 0 20.5px;
  cursor: pointer;
}
.nav-link:hover {
  color: #ff0;
}
.select-lang {
  width: 80px;
  border-radius: 4px;
  display: none;
  cursor: pointer;
  border: 1px solid #eceeef;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 15px;
  font-family: ClashDisplay;
}
.lang-container-eng {
  width: 100%;
  height: 10px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  color: #fff;
}
.lang-container-geo {
  width: 100%;
  height: 10px;
  gap: 0.5rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.footer {
  width: 100%;
  background-color: #151515;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}
.select-lang.footer {
  width: 80px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #eceeef;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 15px;
  font-family: ClashDisplay;
}
.footer-select-lang {
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
.footer-wrapper {
  width: 69.5%;
  margin-top: 2rem;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.footer-contacts {
  flex-basis: 100%;
}
.footer-logo {
  cursor: pointer;
}
.header-logo a {
  text-align: left;
}
.footer-logo > a > img {
  max-width: 150px;
  max-height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.footer-black-line {
  display: block;
  border-bottom: 1px solid #fff;
  opacity: 0.12;
  position: relative;
  z-index: 10;
  width: 100%;
}
.footer-nav,
.footer-navigation,
.footer-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-nav-link:hover {
  color: #ff0;
}
.footer-nav-link {
  font-size: 14px;
  color: #fff;
  font-family: MersadSemiBold;
  cursor: pointer;
  line-height: 21px;
}
.footer-contacts {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0 3rem 0;
}
.footer-contacts-container a:hover {
  color: #ff0;
}
.footer-contacts-container > a {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-family: MersadSemiBold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.footer-socials {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 1rem;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .burger-menu {
    display: none;
  }
  .header-wrapper {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    max-width: 69.5rem;
    z-index: 2;
  }
  .desktop-nav,
  .desktop-ul,
  .header-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .select-lang {
    display: block;
  }
  .mobile-navigation-wrapper {
    display: none;
  }
  .footer-nav,
  .footer-ul {
    display: flex;
    flex-direction: row;
  }
  .footer-nav-link {
    margin: 14px 20.5px;
  }
}
.footer-logo {
  flex: 1 0 auto;
  max-width: 85px;
  max-height: 28px;
}
.footer-logo a {
  max-width: 85px;
  max-height: 28px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 4.5rem 0 2rem 0;
  font-family: MersadSemiBold;
  color: #fff;
}
.footer-bottom .smartweb {
    color:white;
}
.footer-bottom .smartweb span {
  color: #ff0;
}
.nav-link.active,
.mobile-nav-link.active,
.footer-nav-link.active {
  color: #ffff00;
}

@media (max-width: 1400px) {
  .header {
      background-size: auto !important;
  }
  
  .header-navigation-image {
     background-size: auto;
  }
}

@media screen and (max-width: 1285px) {
  .footer-wrapper {
    gap: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .footer-navigation {
    margin-bottom: 0;
  }
  .burger-menu{
      position:absolute;
      z-index:100;
      right:1rem;
  }
  .chidori{
      display: none;
  }
  .footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3rem;
    margin-top: 5rem;
  }
  .footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0rem;
  }

  .footer-ul {
    gap: 1rem;
    margin-top: 2rem;
  }
  .select-lang.footer {
    display: flex;
    order: 4;
    justify-content: center;
    align-items: center;
            margin-top: 2rem;
  }
  body {
    background-size: cover;
    background-position: center;
  }
  .header-wrapper {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between !important;
    gap: 0;
    /*z-index: 2; -ლუკა */
  }
  .header{
      z-index:auto;
  }
  .header-logo{
      z-index:1;
  }
  
  .header-
  .header-container {
    padding: 20px 20px 20px 20px;
  }
  .footer-bottom {
    padding: 8rem 0 5rem 0;
  }
}
.change-lang {
  display: none;
}
/* 

index.html


*/

.main-page-swiper .autoplay-progress {
  position: absolute;
  left: 5%;
  bottom: 18vh; /*56px;*/
  z-index: 10;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: rgba(161, 161, 161, 1);
  display: grid;
  width: 90%;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.main-page-swiper {
  z-index: 0;
  height: 100vh;
}
.main-page-swiper .autoplay-progress span {
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  display: inline-block;
  position: relative;
  width: 88px;
  border-radius: 40px;
  cursor: pointer;
  margin: 5px 0;
}
.main-page-swiper .autoplay-progress span.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  background: rgba(255, 255, 0, 1);
  border-radius: 40px;
  width: var(--progress);
}
.slider-text-container {
  display: grid;
  justify-content: start;
  align-items: center;
  max-width: 100%;
  padding-left: 20.5%;
  margin-top: 30vh;
}
.slider-text-content {
  margin-bottom: 17.5rem;
}
.slider-text-content h3 {
  font-family: MersadBlack;
  font-size: 14px;
  color: #ff0;
}
.slider-text-content h2 {
  font-family: MersadBlack;
  font-size: 48px;
  color: #fff;
  line-height: 67.2px;
  margin-top: 1rem;
}
.slider-text-content p {
  font-family: MersadMedium;
  font-size: 14px;
  color: #fff;
  line-height: 22.4px;
  margin-top: 1rem;
}
.slider-text-content .slider-button {
    background-color: #ff0;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-family: MersadSemiBold;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 9.5625rem;
    margin-top: 2.5rem;
    text-align: center;
}
.slider-text-content .slider-button:hover {
  background-color: #eaea3e;
}
.scroll-graphic {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: MersadBold;
  color: #fff;
  position: relative;
  left: 20.5%;
  bottom: 20vh; /* 3rem */
  z-index: 99999;
  cursor: pointer;
    max-width: 170px;
    justify-content: space-between;}
.scroll-graphic img {
  cursor: pointer;
}


.main-carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 0 2rem 0;
}
.main-carousel-header.projects {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 2rem 0;
}
.main-carousel-header-title {
  font-size: 24px;
  font-weight: 700;
}
.main-carousel-view-all {
  background-color: rgba(255, 255, 0, 0.5);
  padding: 10px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px;
}
.main-carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-carousel {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  justify-content: space-between;
      gap: 1rem;
}
.main-carousel::-webkit-scrollbar {
  display: none;
}
.main-carousel-project {
  flex: 1 0 33.33%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
  max-width: 267px;
  cursor: pointer;
}
.main-carousel-project.projects {
  max-width: 363px;
}
.image-container.projects {
  position: relative;
  overflow: hidden;
  max-width: 363px;
}
.image-container.projects img {
    border-bottom: 6px solid #ff0;
  height: auto;
  display: block;
  width: 100%;
  height: 340px;
  transition: transform 0.3s;
  object-fit: none;
}
.main-carousel-section.systems .image-container img {
  object-fit: cover;
}
.image-container.img-system {
    max-width: 340px;
}
.image-container.img-system img {
    height: auto;
    object-fit: none;
}

.image-container {
  position: relative;
  overflow: hidden;
  
  display: flex;
  justify-content: center;
}
.image-container img {
  height: 100%;
  display: block;
  transition: transform 0.3s;
  height: 320px;
  border-bottom: 6px solid #ff0;
}
.image-container.prod-img img {
  height: 346px;
}
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 0, 0.5);
  color: #fff;
  font-family: MersadBlack;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-10px);
}
.main-carousel-project:hover .image-container img, .main-carousel-project:hover .image-container .image-overlay {
  transform: translateY(-10px);
}
.main-carousel-project:hover .image-overlay {
  opacity: 1;
}
.main-carousel-project:hover .transfer-icon {
  display: none;
}
.main-carousel-project:hover .transfer-hover {
  display: flex;
}
.transfer-hover {
  display: none;
}
.main-carousel-project-title {
  padding-top: 20px;
  text-align: left;
  font-family: MersadBold;
  display: flex;
  justify-content: space-between;
  padding-left: 3px;
}
.main-carousel-project-title p {
  max-width: 10rem;
}
.main-carousel-section.systems .main-carousel-arrow {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.12);
}
.main-carousel-section.systems .main-carousel-arrow img {
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(0) brightness(100%)
    contrast(100%);
}
.main-carousel-section.systems .main-carousel-project-title.index img {
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(0) brightness(100%)
    contrast(100%);
}
.main-carousel-section.systems .main-carousel-project-title.index p,
.main-carousel-section.systems .main-carousel-header-title.index,
.main-carousel-project-title .gray {
    color:#eaeaea;
}
.main-carousel-arrow {
  position: relative;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
  display: flex;
  transform: translateY(-50%);
  z-index: 101;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.main-carousel-arrow-left {
  left: -6rem;
  bottom: 13rem;
  z-index: 101;
}
.main-carousel-arrow-right {
  right: -73rem;
  bottom: 17rem;
  z-index: 101;
}
.main-carousel-body {
  max-width: 70.5rem;
  margin: 0 auto;
}
.main-carousel-section {
  width: 100%;
  background-image: url(../images/backgroundLines.png) !important;
}
.main-carousel-section.systems {
  background-color: #151515;
}
.main-carousel-header h2 {
  font-size: 24px;
  font-family: MersadBlack;
  color: #151515;
}
.main-carousel-header button:hover {
  background-color: #eaea3e;
}
.main-carousel-header button {
  background-color: #efef09;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
  font-family: MersadSemiBold;
  padding: 15px 38px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  .main-carousel-arrow {
    display: none;
  }
  .main-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6rem;
  }
  .main-carousel-container {
    padding: 0 0.5rem 0 0.5rem;
  }
  .main-carousel-header {
    padding: 3rem 1rem 2rem 1rem;
  }
  .main-carousel-header.projects {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 1rem 2rem 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .slider-text-container {
    padding-left: 3% !important;
  }
  .slider-text-content .slider-button {
    margin-top: 9rem;
    width: 90%;
            max-width: 260px;
  }
  .slider-text-content {
    margin-bottom: 5rem;
  }
  .main-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: space-between;
    display: flex;
  }
  .scroll-graphic {
    left: 40%;
    top: 0;
  }
  .mouse-icon {
    display: none;
  }
  .main-carousel-arrow {
    display: none;
  }
  .main-carousel-header button {
    background: 0 0;
    padding: 15px 5px;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid #efef09;
  }
  .main-carousel-section.systems .main-carousel-header button {
    color: #fff;
  }
  .main-carousel-header.projects {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 1rem 2rem 1rem;
  }
  .main-carousel-project {
    flex: 1 0 50%;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .index-br {
    display: none;
  }
}

@media screen and (max-width: 500px) {

  .slider-text-content .slider-button {
    margin-top:3rem;
    width: 90%;
            max-width: 260px;
  }

}

/*

About us

*/

.header-navigation-image {
  width: 100%;
  display: flex;
  justify-content: center;
  background-attachment: fixed;
  margin-bottom: 1rem;
}

.header-navigation {
  height: 8rem;
  display: flex;
  width: 69.5rem;
  text-align: left;
}
.header-navigation-map {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 20px 0px;
}

.header-navigation-legend {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.header-navigation-legend p {
  color: #ffffff;
  font-family: MersadMedium;
  cursor: pointer;
  font-size: 13px;
}
.header-navigation-legend p:hover {
  color: #eaea3e;
}
.header-navigation-legend p:nth-of-type(2) {
  color: rgba(255, 255, 0, 0.72);
  font-size: 13px;
  line-height: 18.2px;
  cursor: auto;
}

.header-navigation-legend img {
  width: 16px;
  height: 16px;
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(0) brightness(100%)
    contrast(100%);
}

.header-navigation-map h1 {
  font-family: MersadBlack;
  color: #ffffff;
  font-size: 36px;
  line-height: 50.4px;
}

.about-us-container {
  background-image: url(../images/backgroundLines.png);
  display: flex;
  justify-content: center;
}

.about-us-info {
  width: 69.5rem;
  padding: 0rem 0rem 5rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.about-us-info img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.about-us-info p {
  font-family: HelveticaGeo;
  font-size: 0.9375rem;
  line-height: 1.4rem;
  color: #404040;
}
.about-us-info button {
  margin: 1.5rem 0rem;
  font-family: MersadBold;
  color: #212121;
  font-size: 0.875rem;
  background-color: #efef09;
  padding: 14px 10px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.about-us-info button:hover {
  background-color: #eaea3e;
}
.about-us-info-image-container {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
  margin:1rem 0;
}

.about-us-info-image-container img {
  width: calc(50% - 0.5rem);
  height: auto;
  margin-top: 2rem;
  /*max-height: 250px;*/
}

@media screen and (max-width: 1024px) {
  .about-us-container {
    background-image: url(../images/backgroundLinesSmall.png);
  }

  .header-navigation-map {
    padding: 20px;
  }

  .header-navigation-map h1 {
    font-size: 28px;
    line-height: 50.4px;
  }
  .about-us-info p {
    padding: 0rem 1rem;
  }
  .about-us-info-image-container img {
    padding: 0rem 1rem;
    width: 100%;
  }
  .about-us-info-image-container {
    display: flex;
    gap: 0rem;
    width: 100%;
  }
}
/*
















Products














*/
.product-selection-wrapper {
  background-image: url(../images/backgroundLines.png);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem 0rem 5rem 0rem;
  justify-content: center;
  align-items: center;
}

.product-selection-wrapper button {
  font-family: MersadMedium;
  font-size: 13px;
  color: #000000;
  background-color: #efef09;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 10px 3rem;
}
.product-selection-wrapper button:hover {
  background-color: #eaea3e;
}


.products-main .main-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 267px));
    gap: 20px;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
  .product-selection-wrapper {
    background-image: url(../images/backgroundLinesSmall.png);
  }
  
  /*.products-main .main-carousel {*/
  /*  flex-direction: column;*/
  /*  justify-content: center;*/
  /*  gap: 3rem;*/
  /*  margin-top: 0rem;*/
  /*  padding-bottom: 0rem;*/
  /*  align-items: center;*/
  /*}*/
  
  .products-main .main-carousel {
    grid-template-columns: repeat(auto-fit, minmax(200px, 374px));
    margin-top: 0rem;
    padding-bottom: 0rem;
  }
  
  .products-main .main-carousel-section {
    margin-top: 0rem;
    padding-top: 0rem;
  }

  .products-main .main-carousel-project {
    width: 374px;
    /*height: 234px;*/
  }
  .products-main .main-carousel-project {
    max-width: 1024px;
  }

  .products-main .image-container img {
    display: block;
    width: 374px;
    height: 234px;
    object-fit: cover;
  }
  .product-selection-wrapper button {
    width: 80%;
    max-width: 374px;
  }
}
/*
















Contacts















*/

.contact-us-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(../images/backgroundLines.png);
}

.contact-us-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 69.5rem;
  gap: 0.5rem;
}

.contact-us-wrapper img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  object-fit: cover;
}

.contact-us-wrapper img:nth-of-type(2) {
  display: none;
}

.contact-us-container {
  background-color: #efef09;
  padding: 40px;
  display: flex;
  width: 116%;
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.contact-us-item h3 {
  font-size: 12px;
}
.contact-us-item p {
  font-size: 14px;
  text-align: left;
}
.contact-us-item p a {
  color: #000000;
}.contact-us-item p {
  color: #000000;
}
.contact-us-item {
  display: flex;
  flex-direction: column;
  font-family: MersadBold;
  gap: 0.2rem;
  max-width: 30%;
}
.contact-us-header {
  display: flex;
  align-items: self-end;
  margin-bottom: 1rem;
}
.contact-us-header img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  object-fit: cover;
}

.phone-icon,
.map-icon {
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(0) brightness(100%)
    contrast(100%);
}

.contact-us-item.contact-us-icons {
  flex-direction: column;
  display: flex;
  /*justify-content: center;*/
  align-items: start;
}
.social-links {
  flex-direction: row;
  display: flex;
  gap: 0.1rem;
  height: auto;
  align-items: baseline;
  justify-content: left;
}
.social-black-background {
  width: 32px;
  height: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.social-links img {
  width: 20px;
  height: 20px;
}

.social-black-background {
  background-color: #151515;
}

@media screen and (max-width: 1024px) {
  .contact-us-container {
    padding: 40px 10px;
    margin-bottom: 3rem;
  }
  .contact-us-main {
    background-image: url(../images/backgroundLinesSmall.png);
  }
}

@media screen and (max-width: 768px) {
  .large-map {
    display: none !important;
  }
  .contact-us-wrapper img:nth-of-type(2) {
    display: flex;
    width: 100%;
  }
  .contact-us-container {
    flex-direction: column;
    gap: 2rem;
            align-items: center;
  }
  .contact-us-header {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
  }
  .contact-us-item.contact-us-icons {
    align-items: center;
  }
  .contact-us-item p {
    text-align: center;
  }
  .contact-us-header {
    align-items: center;
  }
}

/* Systems */

  .systems-main .main-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 363px));
    justify-content: center;
    /*gap: 20px;*/

  }

@media screen and (max-width: 1024px) {
  /*.systems-main .main-carousel {*/
  /*  flex-direction: column;*/
  /*  justify-content: center;*/
  /*  gap: 3rem;*/
  /*  margin-top: 0rem;*/
  /*  padding-bottom: 0rem;*/
  /*  align-items: center;*/
  /*}*/
  
  .systems-main .main-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 363px));
    justify-content: center;
    gap: 20px;
    margin-top: 0rem;
    padding-bottom: 0rem;
  }
  
  /*.projects-wrapper {*/
  /*    display: grid;*/
  /*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
  /*    gap: 20px;*/
  /*}*/
}


/* Products Internal */
.internal p:nth-of-type(3) {
  color: rgba(255, 255, 0, 0.72);
  font-size: 13px;
  line-height: 18.2px;
  cursor: auto;
}
.internal p:nth-of-type(2) {
  color: #ffffff;
  cursor: pointer;
}

.internal p:nth-of-type(2):hover {
  color: #ffff00;
}

.products-internal-main {
  background-image: url(../images/backgroundLines.png);
  background-color: #f0f0f0;
}
.products-internal-wrapper {
  display: flex;
  justify-content: center;
}

.products-internal-container {
  display: flex;
  flex-direction: row;
  width: 69.5rem;
  gap: 1rem;
  margin-top: 1rem;
}

.products-internal-left-column {
  flex: 1;

  order: 1;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
}
.products-internal-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.products-internal-left-column h3 {
  color: #000000;
  font-family: MersadBold;
  font-size: 13px;
  line-height: 16.8px;
}
.products-internal-left-column p {
  font-family: HelveticaGeo;
  font-size: 14px;
  color: #212121;
  line-height: 25.2px;
}
.grey-line {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  display: block;
}
.products-internal-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  order: 2;
}

.products-internal-right-column img.products-internal-large {
  max-width: 554px;
  margin-bottom: 1rem;
  object-fit: cover;
}

.products-internal-right-column .products-internal-small-images {
  display: flex;
  justify-content: space-between;
  object-fit: cover;
  max-width: 100%;
}

.products-internal-right-column img.products-internal-small {
  max-width: 172px;
  max-height: 131px;
  object-fit: cover;
}

.products-internal-files {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.products-internal-file {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #efefef;
  padding: 15px 10px;
  align-items: center;
}
.products-internal-file div {
  display: flex;
  justify-content: center;
  text-align: center;
}
.products-internal-file p {
  text-decoration: none;
  padding: 0rem 0.7rem;
  font-size: 13px;
  line-height: 20.8px;
  color: #000000;
  text-align: center;
  font-family: MersadBold;
  text-wrap: nowrap;
}

.products-internal-file a {
  text-decoration: none;
  gap: 0.7rem;
  font-family: HelveticaGeo;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 20.8px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
}
.products-internal-main .main-carousel-body {
  max-width: 69.5rem;
  padding-bottom: 8rem;
}

@media (max-width: 1024px) {
  .products-internal-main {
    background-image: url(../images/backgroundLinesSmall.png);
  }
  .products-internal-container {
    flex-direction: column;
    max-width: 100%;
  }
  .header-navigation-map.internal h1 {
    font-size: 18px;
    line-height: 50.4px;
  }
  .products-internal-left-column {
    order: 2;
    padding-right: 0;
  }

  .products-internal-right-column {
    order: 1;
    margin-bottom: 1rem;
    align-items: center;
  }
  .products-internal-right-column .products-internal-small-images {
    justify-content: space-evenly;
  }
  .products-internal-right-column img.products-internal-large {
    width: 100%;
  }

  .products-internal-right-column img.products-internal-small {
    max-width: 118px;
    height: auto;

    object-fit: cover;
  }
  .products-internal-main .main-carousel-body {
    padding-bottom: 0rem !important;
  }
}

/* Projects and Systems Internal */
.internal-section h3 {
  color: #000000;
  font-family: MersadBold;
  font-size: 13px;
  margin-top: 1rem;
}
.internal-section .about-us-info {
  padding: 0rem;
}
.internal-section.about-us-info-image-container img {
  height: auto;
  margin-top: 2rem;
}
.internal-section .about-us-info p {
  margin-top: 1.2rem;
}

.internal-section .about-us-info img {
  margin: 0rem;
}
.internal-section .main-carousel-section.systems {
  background-color: #ffffff;
  padding-bottom: 7rem;
}
.internal-section .main-carousel-view-all {
  color: #000000 !important;
}
@media (max-width: 1024px) {
  .about-us-info-image-container img {
    padding: 0rem 1rem;
    max-width: 100%;
  }
  .internal-section h3 {
    padding: 0rem 1rem;
  }
  .internal-section .main-carousel-section.systems {
    padding-bottom: 0rem;
  }
}

@media (max-width: 768px) {
  .internal-section .about-us-info-image-container {
    display: flex;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.swiper-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
    z-index: -1;
}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
