main {
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

main .solutionContainer {
  padding: 4% 0;
  text-align: center;
  position: relative;
}

@media (max-width: 800px) {
  main .solutionContainer {
    padding: 8% 1%;
  }
}

main .solutionContainer .smallContainer {
  padding: 0 10%;
}

main .solutionContainer h2 {
  color: white;
  font-size: 3.2rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .solutionContainer h2 {
    font-size: 2rem;
  }
}

main .solutionContainer p {
  margin: 30px 0;
  color: white;
  line-height: 30px;
}

main .solutionContainer .enquireNowLink {
  position: absolute;
  top: 2%;
  z-index: 2;
  right: -3%;
  background: white;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 0 2%;
  height: 40px;
  width: 200px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 800px) {
  main .solutionContainer .enquireNowLink {
    font-size: 0.85rem;
    top: 6%;
    right: -114px;
  }
}

main .solutionContainer .enquireNowLink:hover {
  right: -2%;
}

main .solutionContainer .imageContainer {
  position: relative;
}

main .solutionContainer .imageContainer::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 65%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(241, 238, 54, 0.39)), color-stop(rgba(250, 91, 255, 0.308)), to(rgba(218, 37, 37, 0.308)));
  background: linear-gradient(to right, rgba(241, 238, 54, 0.39), rgba(250, 91, 255, 0.308), rgba(218, 37, 37, 0.308));
  -webkit-filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.432));
          filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.432));
  border-radius: 50%;
  top: 82%;
  left: 20%;
  bottom: 0;
  z-index: 0;
  -webkit-animation: bgAnim 6s linear infinite alternate;
          animation: bgAnim 6s linear infinite alternate;
}

@media (max-width: 800px) {
  main .solutionContainer .imageContainer::after {
    top: 82%;
    left: 0%;
    height: 50px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(241, 238, 54, 0.267)), color-stop(rgba(250, 91, 255, 0.205)), to(rgba(218, 37, 37, 0.212)));
    background: linear-gradient(to right, rgba(241, 238, 54, 0.267), rgba(250, 91, 255, 0.205), rgba(218, 37, 37, 0.212));
    -webkit-filter: blur(20px) drop-shadow(0 0 10px rgba(153, 6, 6, 0.432));
            filter: blur(20px) drop-shadow(0 0 10px rgba(153, 6, 6, 0.432));
    -webkit-animation: bgAnimMob 6s linear infinite alternate;
            animation: bgAnimMob 6s linear infinite alternate;
  }
}

main .solutionContainer .imageContainer img {
  display: block;
  margin: 80px 0;
  width: 100%;
  position: relative;
  z-index: 2;
}

@-webkit-keyframes bgAnim {
  0% {
    -webkit-filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
            filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
    opacity: 0.2;
  }
  25% {
    -webkit-filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
            filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
    opacity: 0.4;
  }
  50% {
    -webkit-filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
            filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
    opacity: 0.6;
  }
  75% {
    -webkit-filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
            filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
    opacity: 0.8;
  }
  100% {
    -webkit-filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
            filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
  }
}

@keyframes bgAnim {
  0% {
    -webkit-filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
            filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
    opacity: 0.2;
  }
  25% {
    -webkit-filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
            filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
    opacity: 0.4;
  }
  50% {
    -webkit-filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
            filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
    opacity: 0.6;
  }
  75% {
    -webkit-filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
            filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
    opacity: 0.8;
  }
  100% {
    -webkit-filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
            filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
  }
}

@-webkit-keyframes bgAnimMob {
  0% {
    -webkit-filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
            filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
    opacity: 0.2;
  }
  25% {
    -webkit-filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
            filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
    opacity: 0.4;
  }
  50% {
    -webkit-filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
            filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
    opacity: 0.6;
  }
  75% {
    -webkit-filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
            filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
    opacity: 0.8;
  }
  100% {
    -webkit-filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
            filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
  }
}

@keyframes bgAnimMob {
  0% {
    -webkit-filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
            filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
    opacity: 0.2;
  }
  25% {
    -webkit-filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
            filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
    opacity: 0.4;
  }
  50% {
    -webkit-filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
            filter: blur(20px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
    opacity: 0.6;
  }
  75% {
    -webkit-filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
            filter: blur(30px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
    opacity: 0.8;
  }
  100% {
    -webkit-filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
            filter: blur(40px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
  }
}

main .solutionContainer .soundImgContainer {
  margin: 80px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 2, 2, 0.452)), to(rgba(0, 0, 0, 0.247))), url("../../assets/image-3-compressed.jpg");
  background: linear-gradient(0deg, rgba(2, 2, 2, 0.452), rgba(0, 0, 0, 0.247)), url("../../assets/image-3-compressed.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 108vh;
  padding: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 800px) {
  main .solutionContainer .soundImgContainer {
    min-height: 100%;
    background-size: 100vw auto;
  }
}

main .solutionContainer .soundImgContainer h2 {
  font-size: 5rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .solutionContainer .soundImgContainer h2 {
    font-size: 2rem;
  }
}

main .solutionContainer .soundImgContainer h3 {
  font-size: 3rem;
  font-weight: 400;
}

@media (max-width: 800px) {
  main .solutionContainer .soundImgContainer h3 {
    font-size: 1.5rem;
  }
}

main .solutionContainer .soundImgContainer img {
  position: absolute;
  height: 100px;
  width: 184px;
  top: 5%;
  left: 3%;
}

@media (max-width: 800px) {
  main .solutionContainer .soundImgContainer img {
    height: 30px;
    width: 40px;
  }
}

main .solutionContainer .soundSystem .soundSysContainer {
  padding: 0 10%;
}

main .solutionContainer .soundSystem .soundSysContainer h2 {
  color: white;
  font-size: 3.2rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .solutionContainer .soundSystem .soundSysContainer h2 {
    font-size: 2rem;
  }
}

main .solutionContainer .soundSystem .soundSysContainer p {
  margin: 30px 0;
  color: white;
  line-height: 30px;
}

main .solutionContainer .soundRow {
  margin: 100px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  width: 75%;
}

@media (max-width: 800px) {
  main .solutionContainer .soundRow {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0px;
    width: 100%;
  }
}

main .solutionContainer .soundRow .soundContainer {
  -webkit-box-flex: 0.28;
      -ms-flex: 0.28;
          flex: 0.28;
  width: 28%;
}

@media (max-width: 800px) {
  main .solutionContainer .soundRow .soundContainer {
    max-width: 33.33%;
    min-width: 33.33%;
    margin-bottom: 30px;
  }
}

main .solutionContainer .soundRow .soundContainer .imageSection {
  border: 1px solid #cecece;
  position: relative;
  padding: 20px 30px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  height: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  main .solutionContainer .soundRow .soundContainer .imageSection {
    padding: 10px 30px;
    height: 10rem;
  }
}

main .solutionContainer .soundRow .soundContainer .imageSection img {
  width: 100%;
  max-width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media (max-width: 800px) {
  main .solutionContainer .soundRow .soundContainer .imageSection img {
    height: 100px;
  }
}

main .solutionContainer .soundRow .soundContainer .imageSection .tooltip {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background: #575757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #575757;
}

main .solutionContainer .soundRow .soundContainer .imageSection .tooltip svg {
  height: 12px;
  width: 12px;
  color: #0e0e0e;
}

main .solutionContainer .soundRow .soundContainer .imageSection:hover {
  background: #ebebeb;
}

main .solutionContainer .soundRow .soundContainer .imageSection:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

main .solutionContainer .soundRow .soundContainer .imageSection:hover .tooltip {
  background: transparent;
}

main .solutionContainer .soundRow .soundContainer .soundSystemName {
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .solutionContainer .soundRow .soundContainer .soundSystemName {
    font-size: 1rem;
  }
}

main .bangOlufsenContainer {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 2, 2, 0.452)), to(rgba(0, 0, 0, 0.247))), url("../../assets/image-2-compressed.jpg");
  background: linear-gradient(0deg, rgba(2, 2, 2, 0.452), rgba(0, 0, 0, 0.247)), url("../../assets/image-2-compressed.jpg");
  margin: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 108vh;
  padding: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 800px) {
  main .bangOlufsenContainer {
    min-height: 100%;
  }
}

main .bangOlufsenContainer h2 {
  font-size: 5rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .bangOlufsenContainer h2 {
    font-size: 2rem;
  }
}

main .bangOlufsenContainer h3 {
  font-size: 3rem;
  font-weight: 400;
}

@media (max-width: 800px) {
  main .bangOlufsenContainer h3 {
    font-size: 1.5rem;
  }
}

main .bangOlufsenContainer img {
  position: absolute;
  height: 120px;
  width: 180px;
  top: 77%;
  left: 45%;
}

@media (max-width: 800px) {
  main .bangOlufsenContainer img {
    height: 30px;
    width: 40px;
  }
}

main .soundSystems {
  padding: 3% 1% 10% 1%;
  text-align: center;
  background: url("../../assets/Net object.png");
  background-size: 100vw 50vh;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media (max-width: 800px) {
  main .soundSystems {
    padding: 6% 0;
    background-size: contain;
  }
}

main .soundSystems h2 {
  font-size: 3rem;
  font-weight: 500;
}

main .soundSystems p {
  margin: 40px 0;
  line-height: 30px;
}

@media (max-width: 800px) {
  main .soundSystems p {
    margin: 40px 12px;
  }
}

main .soundSystems .soundRow {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}

@media (max-width: 800px) {
  main .soundSystems .soundRow {
    gap: 0px;
    padding: 0 2% 50px 2%;
  }
}

main .soundSystems .soundRow .soundContainer {
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
  width: 25%;
}

@media (max-width: 800px) {
  main .soundSystems .soundRow .soundContainer {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    max-width: 45%;
    min-width: 45%;
    margin-bottom: 30px;
  }
}

main .soundSystems .soundRow .soundContainer .imageSection {
  border: 1px solid #cecece;
  position: relative;
  padding: 80px 60px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 800px) {
  main .soundSystems .soundRow .soundContainer .imageSection {
    padding: 10px;
  }
}

main .soundSystems .soundRow .soundContainer .imageSection img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

main .soundSystems .soundRow .soundContainer .imageSection .tooltip {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background: #575757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #575757;
}

main .soundSystems .soundRow .soundContainer .imageSection .tooltip svg {
  height: 12px;
  width: 12px;
  color: #0e0e0e;
}

main .soundSystems .soundRow .soundContainer .imageSection:hover {
  background: #ebebeb;
}

main .soundSystems .soundRow .soundContainer .imageSection:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

main .soundSystems .soundRow .soundContainer .imageSection:hover .tooltip {
  background: transparent;
}

main .soundSystems .soundRow .soundContainer .soundSystemName {
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .soundSystems .soundRow .soundContainer .soundSystemName {
    font-size: 0.9rem;
    height: 50px;
  }
}

main .oneTouchSol {
  padding: 5% 0 6% 0;
  position: relative;
  background: url("../../assets/Net object.png");
  background-size: 100vw 50vh;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media (max-width: 800px) {
  main .oneTouchSol {
    padding: 10% 5%;
    min-height: 55vh;
    background-size: 200% 62%;
  }
}

main .oneTouchSol .solutionsSectionRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 4%;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}

main .oneTouchSol .solutionsSectionRow .solutionsDetails {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
}

main .oneTouchSol .solutionsSectionRow .solutionsDetails h2 {
  font-size: 5rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsDetails h2 {
    font-size: 2.5rem;
  }
}

main .oneTouchSol .solutionsSectionRow .solutionsDetails p {
  margin: 40px 0;
  line-height: 30px;
  width: 80%;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsDetails p {
    width: 100%;
  }
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsDetails {
    padding: 2%;
  }
}

main .oneTouchSol .solutionsSectionRow .solutionsImg {
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .oneTouchSol .solutionsSectionRow .solutionsImg img {
  margin: 0 auto;
  height: auto;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsImg img {
    margin: 30px 0;
    max-width: 100%;
  }
}

main .companyLogos {
  min-height: 30vh;
  background: white;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media (max-width: 800px) {
  main .companyLogos {
    min-height: 20vh;
  }
}

main .companyLogos .companyLogoContainer {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  main .companyLogos .companyLogoContainer {
    overflow-x: scroll;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 30px;
  }
  main .companyLogos .companyLogoContainer::-webkit-scrollbar {
    display: none;
  }
  main .companyLogos .companyLogoContainer {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}

@media (max-width: 800px) {
  main .companyLogos .companyLogoContainer {
    width: 100%;
  }
}

main .companyLogos .logoCaroselContainer {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

main .companyLogos .logoCaroselContainer .swiper-container {
  width: 100%;
  height: 100%;
}

main .companyLogos .logoCaroselContainer .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .companyLogos .logoCaroselContainer .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .companyLogos .logoCaroselContainer .swiper-slide .skGrayImg img {
  -webkit-filter: contrast(0.2);
          filter: contrast(0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

main .companyLogos .logoCaroselContainer .swiper-slide span {
  height: 160px;
  width: 160px;
}

@media (max-width: 800px) {
  main .companyLogos .logoCaroselContainer .swiper-slide span {
    min-width: 100px;
    margin-right: 40px;
  }
}

main .companyLogos .logoCaroselContainer .swiper-slide span img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

main .companyLogos .logoCaroselContainer .swiper-slide span:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*# sourceMappingURL=experientialAV.css.map */