.makes-wrapper {
  padding: 100px 0;
  position: relative;
}
.makes-wrapper .makes-overlay-layer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.makes-wrapper .makes-container {
  padding: 0;
  position: relative;
  z-index: 2;
}
.makes-wrapper .makes-container .makes {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.makes-wrapper .makes-container .makes h6 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  margin-top: 16px;
}
.makes-wrapper .makes-container .makes .makes-logo {
  padding: 0;
  height: 56px;
  width: 56px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media screen and (min-width: 480px) {
  .makes-wrapper .makes-container {
    margin: 0 auto;
    padding: 0 40px;
    width: calc(100% - 80px);
    max-width: 1180px;
  }
  .makes-wrapper .makes-container .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 0;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .makes-wrapper .makes-container .slick-arrow.slick-prev {
    left: -60px;
  }
  .makes-wrapper .makes-container .slick-arrow.slick-next {
    right: -60px;
  }
}
@media screen and (min-width: 768px) {
  .makes-wrapper .makes-container .slick-slider + a {
    display: none;
  }
  .makes-wrapper .makes-container.makes-style-c {
    max-width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .makes-wrapper .makes-container.makes-style-c {
    max-width: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 60px;
    width: 472px;
  }
}
@media screen and (min-width: 1440px) {
  .makes-wrapper .makes-container.makes-style-c {
    width: 590px;
  }
}
.makes-wrapper .slick-slide {
  line-height: 0;
}
.makes-wrapper .slick-dots {
  text-align: center;
  padding: 30px 24px 0;
}
.makes-wrapper .slick-dots li {
  display: inline-block;
  padding: 0 4px;
}
.makes-wrapper .slick-dots li button {
  border: none;
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.makes-wrapper .slick-dots li.slick-active button {
  background: var(--inv360-primary-color);
}
@media screen and (min-width: 1024px) {
  .makes-wrapper {
    padding: 120px 0;
  }
}
.makes-wrapper .btn-inv360 {
  margin: 0;
  min-width: 186px;
  max-width: 186px;
}
.makes-wrapper .btn-inv360.mobile-btn {
  margin: 64px auto 0;
}
@media screen and (min-width: 768px) {
  .makes-wrapper .btn-inv360.mobile-btn {
    display: none;
  }
}
.makes-wrapper .btn-inv360.desktop-btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .makes-wrapper .btn-inv360.desktop-btn {
    display: none;
  }
}
.makes-wrapper .makes-normal-container {
  display: block;
}
.makes-wrapper .makes-normal-container a {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .makes-wrapper .makes-normal-container {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 56px;
    align-items: center;
    max-width: 1260px;
    margin: auto;
  }
  .makes-wrapper .makes-normal-container h2 {
    margin: 0;
    text-align: left;
  }
  .makes-wrapper .makes-normal-container.makes-style-b h2 {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .makes-wrapper .makes-normal-container h2 {
    height: 36px;
    line-height: 40px;
    text-align: left;
    margin: 0;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .makes-wrapper .makes-flex-container {
    font-size: 0;
    padding: 0 40px;
    margin: auto;
  }
}
@media screen and (min-width: 1440px) {
  .makes-wrapper .makes-flex-container {
    padding: 0;
    max-width: 1180px;
  }
}
.makes-wrapper .title-section {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .makes-wrapper .title-section {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .makes-wrapper .title-section.makes-style-c {
    padding: 0 80px 0 0;
    text-align: left;
    margin: 0;
    width: calc(100% - 472px);
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1440px) {
  .makes-wrapper .title-section.makes-style-c {
    padding: 0 120px 0 0;
    width: calc(100% - 590px);
  }
}

body[mode=light] .makes-container .makes h6 {
  color: #2e2e2e;
}
@media screen and (min-width: 480px) {
  body[mode=light] .makes-container .slick-arrow.slick-prev {
    background-image: url(../../../assets/light/carousel-prev-arrow.svg);
  }
  body[mode=light] .makes-container .slick-arrow.slick-next {
    background-image: url(../../../assets/light/carousel-next-arrow.svg);
  }
}
body[mode=light] .title-section {
  color: #2e2e2e;
}
body[mode=light] .slick-dots li button {
  background: rgba(0, 0, 0, 0.1);
}

body[mode=dark] .makes-container .makes h6 {
  color: #cdcdcd;
}
@media screen and (min-width: 480px) {
  body[mode=dark] .makes-container .slick-arrow.slick-prev {
    background-image: url(../../../assets/dark/carousel-prev-arrow.svg);
  }
  body[mode=dark] .makes-container .slick-arrow.slick-next {
    background-image: url(../../../assets/dark/carousel-next-arrow.svg);
  }
}
body[mode=dark] .title-section {
  color: #e0e0e0;
}
body[mode=dark] .slick-dots li button {
  background: rgba(255, 255, 255, 0.2);
}

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