:export {
  primaryMidnight500: #0b111e;
  primaryWhite100: #ffffff;
  primaryGray500: #848484;
  primaryAmber400: #fa9929;
}

.partner-wrapper {
  background: #f7f7f7;
}

.partner-cmp {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  overflow: visible;
  width: 100%;
  max-width: none;
  overflow: visible;
}
@media (max-width: 480px) {
  .partner-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .partner-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .partner-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .partner-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  .partner-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.partner-cmp__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.partner-cmp__title {
  color: #222;
  position: relative;
}
@media (max-width: 480px) {
  .partner-cmp__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .partner-cmp__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .partner-cmp__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .partner-cmp__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .partner-cmp__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}

.partner-cmp__title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 52px;
  height: 4px;
  background-color: #fa9929;
}

.partner-cmp__controls {
  display: flex;
  gap: 10px;
}

.partner-cmp__btn {
  width: 40px;
  height: 40px;
  border: 2px solid #f7f7f7;
  background: transparent;
  cursor: pointer;
  transition: border 0.3s, color 0.3s;
}

.partner-cmp__btn:hover {
  border-color: #fba43f;
}

.partner-cmp__btn svg {
  fill: #c5c5c5;
  width: 24px;
  height: 24px;
}

.partner-cmp__btn:hover svg {
  fill: #fba43f;
}

.partner-cmp__container {
  overflow: hidden;
}

.partner-cmp__track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
}

.partner-cmp__item {
  height: 120px;
  padding: 24px;
  background: white;
  flex: 0 0 calc((100% - 120px) / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.partner-cmp__img {
  width: 100%;
  display: block;
}

@media (max-width: 480px) {
  .partner-cmp {
    padding: 24px 0;
  }
  .partner-cmp__header {
    margin-bottom: 16px;
  }
  .partner-cmp__controls {
    align-self: end;
  }
  .partner-cmp__item {
    flex: 0 0 100%;
    height: auto;
    max-height: 220px;
    box-sizing: border-box;
  }
  .partner-cmp__img {
    object-fit: fill;
  }
  .partner-cmp__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .partner-cmp {
    padding: 24px 0;
  }
  .partner-cmp__header {
    margin-bottom: 16px;
  }
  .partner-cmp__controls {
    align-self: end;
  }
  .partner-cmp__item {
    flex: 0 0 100%;
    height: auto;
    max-height: 220px;
    box-sizing: border-box;
  }
  .partner-cmp__img {
    object-fit: fill;
  }
  .partner-cmp__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .partner-cmp {
    padding: 24px 0;
  }
  .partner-cmp__header {
    margin-bottom: 48px;
  }
  .partner-cmp__item {
    flex: 0 0 25%;
    height: auto;
    max-height: 220px;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=partner.min.css.map */
