.speed-wrap {
  --theme-piano-color-1: #cfa84b;
  --theme-piano-color-2: #ff7320;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
}

.speed-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 48px 15px;
  background-color: #26221d;
}

@media screen and (min-width: 48em) {
  .speed-head {
    padding: 64px 15px;
  }
}

.speed-head--heading {
  margin: 0 0 12px;
  color: var(--theme-piano-color-1);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .speed-head--heading {
    margin: 0 0 16px;
    font-size: 36px;
  }
}

.speed-head--subheading {
  max-width: 600px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .speed-head--subheading {
    font-size: 18px;
    line-height: 24px;
  }
}

.speed-head--logo {
  width: 160px;
  height: 160px;
  margin: 0 0 24px;
  border-radius: 50%;
  background-color: #000;
  background-image: url(/nimg/speed-logo.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

@media screen and (min-width: 48em) {
  .speed-head--logo {
    width: 260px;
    height: 260px;
    margin: 0 0 32px;
    background-size: 157px;
  }
}

.speed-pros {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 48px 30px 0;
  background-color: #1a1a1a;
}

@media screen and (min-width: 48em) {
  .speed-pros {
    padding: 48px 30px 0;
  }
}

.speed-pros--inner {
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  max-width: 922px;
}

.speed-pros--heading {
  margin: 0 0 32px;
  color: var(--theme-piano-color-1);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .speed-pros--heading {
    margin: 0 0 56px;
    font-size: 36px;
  }
}

.speed-pros--grid {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .speed-pros--grid {
    gap: 0 8px;
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    margin: 0 0 32px;
  }
}

.speed-pros--item {
  gap: 10px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #424242;
}

@media screen and (min-width: 48em) {
  .speed-pros--item {
    gap: 28px 0;
    min-height: 180px;
    padding: 20px 0 16px;
    border-bottom: 2px solid #424242;
  }
}

@media screen and (min-width: 48em) {
  .speed-pros--item_right {
    padding: 20px 0 16px 32px;
  }
}

.speed-pros--item:nth-last-child(1 of .speed-pros--item) {
  border: 0;
}

@media screen and (min-width: 48em) {
  .speed-pros--item:nth-last-child(2 of .speed-pros--item) {
    border: 0;
  }
}

.speed-pros--sep {
  display: none;
  width: 2px;
  height: calc(100% - 20px);
  transform: translateY(10px);
  background-color: #424242;
}

@media screen and (min-width: 48em) {
  .speed-pros--sep {
    display: initial;
  }
}

.speed-pros--header {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

@media screen and (min-width: 48em) {
  .speed-pros--header {
    font-size: 28px;
    line-height: 36px;
  }
}

.speed-pros--subheader {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .speed-pros--subheader {
    max-width: 430px;
    font-size: 18px;
    line-height: 24px;
  }
}

.speed-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 48px 15px 32px;
  background-color: #1a1a1a;
}

.speed-offer--pros {
  margin: 0 0 32px;
  color: var(--theme-piano-color-1);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .speed-offer--pros {
    margin: 0 0 56px;
    font-size: 36px;
  }
}

.speed-offer--list {
  width: 100%;
  max-width: 600px;
  margin: 24px 0 64px;
}

.speed-offer--list li {
  position: relative;
  padding: 0 0 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .speed-offer--list li {
    padding: 0 0 0 24px;
    font-size: 20px;
    line-height: 26px;
  }
}

.speed-offer--list li:not(:last-child) {
  margin: 0 0 16px;
}

.speed-offer--list li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-piano-color-1);
  content: '';
}

@media screen and (min-width: 48em) {
  .speed-offer--list li::before {
    top: 10px;
  }
}

.speed-slider-wrap {
  width: 100%;
  padding: 32px 24px 64px;
  background-color: #26221d;
}

@media screen and (min-width: 48em) {
  .speed-slider-wrap {
    padding: 48px 30px 64px;
  }
}

.speed-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.speed-slider h2 {
  margin: 0 0 48px;
  color: var(--theme-piano-color-1);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .speed-slider h2 {
    font-size: 36px;
  }
}

.speed-slide-button {
  z-index: 1;
  position: absolute;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
}

.speed-slide-button_prev {
  left: -14px;
}

.speed-slide-button_next {
  right: -14px;
}

.speed-slide-button.swiper-button-lock {
  display: none;
}

.speed-slide-button svg {
  --i-color1: #cfa84b;
  --i-color2: #fff;
  width: 28px;
  height: 28px;
}

.speed-slide-button_disabled {
  cursor: auto;
  pointer-events: none;
}

.speed-slide-button_disabled svg {
  --i-color1: #9e9e9e;
  --i-color2: #ccc;
}

.speed-nav-icon {
  width: 24px;
  height: 24px;
}

.speed-slide-wrap {
  position: relative;
}

.speed-slide {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.speed-slide--inner {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 820px;
  height: 100%;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

.speed-slide--item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 395px;
  padding: 16px;
  border-radius: 10px;
  background-color: #1a1a1a;
}

.speed-slide--item_reverse {
  background-color: #2a2a2a;
}

.speed-slide--top {
  display: flex;
  flex-direction: column;
  margin: 0 0 12px;
  padding: 16px 16px 32px;
  border-radius: 10px;
  background-color: #212121;
}

.speed-slide--avatar {
  display: flex;
  z-index: 1;
  align-items: flex-start;
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 295px;
  max-height: 369px;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 10px;
}

.speed-slide--avatar img {
  max-width: 295px;
  border-radius: 10px;
}

.speed-slide--name {
  grid-area: name;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .speed-slide--name {
    font-size: 18px;
  }
}

.speed-slide--name span {
  color: var(--theme-piano-color-1);
  font-weight: 700;
  white-space: nowrap;
}

.speed-slide--bottom {
  margin: 0 0 16px;
  padding: 0 16px;
}

.speed-slide--role {
  grid-area: name;
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .speed-slide--role {
    font-size: 16px;
  }
}

.speed-slide--info {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .speed-slide--info {
    font-size: 16px;
  }
}

.speed-slide--graph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin: auto 0 0;
  padding: 0 16px;
  border: 1px solid #424242;
  border-radius: 10px;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.speed-slide--graph svg {
  --i-color-1: #cfa84b;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.speed-slide--view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #eca009;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.speed-slide--view svg {
  --i-color-1: #eca009;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.speed-slide--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #4d5159;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.speed-slide--link svg {
  --i-color-1: #eca009;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.speed-mate {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 48px 15px 64px;
  background-color: #1a1a1a;
}

@media screen and (min-width: 48em) {
  .speed-mate {
    padding: 48px 15px 96px;
  }
}

.speed-mate--heading {
  max-width: 1246px;
  margin: 0 0 48px;
  color: var(--theme-piano-color-1);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .speed-mate--heading {
    font-size: 36px;
  }
}

.speed-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 15px 128px;
  background-color: #26221d;
}

@media screen and (min-width: 48em) {
  .speed-cta {
    padding: 48px 15px 128px;
  }
}

.speed-cta--heading {
  margin: 0 0 16px;
  color: var(--theme-piano-color-1);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .speed-cta--heading {
    font-size: 36px;
  }
}

.speed-cta--subheading {
  grid-area: name;
  margin: 0 0 48px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .speed-cta--subheading {
    font-size: 18px;
  }
}

.speed-cta--subheading span {
  color: var(--theme-piano-color-1);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.speed-cta--button {
  padding: 14px 32px;
  border-radius: 5px;
  background-color: #fff;
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}
