.b2b-wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 0 0 32px;
  background-color: var(--layer-1-color, #f7f7f7);
}

@media screen and (min-width: 48em) {
  .b2b-wrap {
    padding: 0 0 118px;
  }
}

.b2b-sep {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .b2b-sep {
    gap: 8px;
  }
}

.b2b-sep::before {
  flex-shrink: 0;
  width: 60px;
  height: 1px;
  background-color: #e50c2c;
  content: '';
}

@media screen and (min-width: 48em) {
  .b2b-sep::before {
    width: 76px;
    height: 2px;
  }
}

.b2b-sep::after {
  flex-shrink: 0;
  width: 60px;
  height: 1px;
  background-color: #e50c2c;
  content: '';
}

@media screen and (min-width: 48em) {
  .b2b-sep::after {
    width: 76px;
    height: 2px;
  }
}

.b2b-sep svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 48em) {
  .b2b-sep svg {
    width: 32px;
    height: 32px;
  }
}

[theme='dark'] .b2b-sep svg {
  --i-color1: #9e9e9e;
  --i-color2: #2a2a2a;
}

.b2b-sep_30 svg {
  width: 17px;
  height: 17px;
}

@media screen and (min-width: 48em) {
  .b2b-sep_30 svg {
    width: 30px;
    height: 30px;
  }
}

.b2b-sep_28 svg {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 48em) {
  .b2b-sep_28 svg {
    width: 28px;
    height: 28px;
  }
}

.b2b-head {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 98px 16px 32px;
  background-image: url(/nimg/b2b-head.svg);
  background-position: 0 248px;
  background-repeat: repeat-x;
  background-size: 50%;
}

@media screen and (min-width: 30em) {
  .b2b-head {
    background-size: 30%;
  }
}

@media screen and (min-width: 40em) {
  .b2b-head {
    background-size: 20%;
  }
}

@media screen and (min-width: 48em) {
  .b2b-head {
    margin: 0 0 64px;
    padding: 117px 30px 0;
    background-image: none;
  }
}

[theme='dark'] .b2b-head {
  background-image: none;
}

.b2b-head::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 248px;
  background-color: #221c38;
  background-image: url(/nimg/b2b-head2.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

@media screen and (min-width: 48em) {
  .b2b-head::before {
    height: 459px;
    background-color: #221c38;
    background-image: url(/nimg/b2b-head.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1600px;
  }
}

.b2b-head--inner {
  gap: 8px 0;
  display: flex;
  z-index: 3;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1038px;
  padding: 32px 24px 23px;
  border-radius: 16px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
}

@media screen and (min-width: 48em) {
  .b2b-head--inner {
    gap: 24px 0;
    min-height: 400px;
    padding: 60px 48px 48px;
    border-radius: 36px;
  }
}

.b2b-head--inner h1 {
  max-width: 700px;
  margin: 0;
  color: var(--text-1-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-head--inner h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

.b2b-head--inner h1 span {
  color: #e50c2c;
}

.b2b-head--icon {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 -8px 16px rgba(0, 0, 0, .5));
}

@media screen and (min-width: 48em) {
  .b2b-head--icon {
    width: 116px;
    height: 117px;
  }
}

[theme='dark'] .b2b-head--icon {
  --i-color2: #424242;
}

.b2b-head--sub {
  color: var(--text-2-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-head--sub {
    font-size: 20px;
    line-height: 28px;
  }
}

.b2b-perf {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
}

@media screen and (min-width: 48em) {
  .b2b-perf {
    margin: 0 0 40px;
  }
}

.b2b-perf--inner {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 16px;
}

@media screen and (min-width: 48em) {
  .b2b-perf--inner {
    gap: 32px 0;
    padding: 0 30px;
  }
}

.b2b-perf--inner h2 {
  margin: 0;
  color: #a07956;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-perf--inner h2 {
    font-size: 32px;
  }
}

[theme='dark'] .b2b-perf--inner h2 {
  color: #b79679;
}

.b2b-perf--grid {
  gap: 9px 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .b2b-perf--grid {
    gap: 20px;
  }
}

@media screen and (min-width: 64em) {
  .b2b-perf--grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.b2b-perf--card {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-radius: 16px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .07);
}

@media screen and (min-width: 48em) {
  .b2b-perf--card {
    padding: 32px 30px 32px 32px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 64em) {
  .b2b-perf--card {
    flex-direction: row;
  }
}

.b2b-perf--top {
  gap: 0 8px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .b2b-perf--top {
    gap: 0 16px;
  }
}

.b2b-perf--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b2b-perf--icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 48em) {
  .b2b-perf--icon {
    width: 96px;
    height: 96px;
  }
}

[theme='dark'] .b2b-perf--icon {
  --i-color2: #2a2a2a;
  --i-color1: #9e9e9e;
}

.b2b-perf--data {
  color: #e50c2c;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .b2b-perf--data {
    font-size: 24px;
    line-height: 1.3;
  }
}

.b2b-perf--text {
  display: none;
  color: var(--text-2-color, #6d6969);
  font-size: 15px;
  line-height: 19px;
}

@media screen and (min-width: 48em) {
  .b2b-perf--text {
    font-size: 22px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 64em) {
  .b2b-perf--text {
    display: initial;
  }
}

.b2b-perf--text_mobile {
  display: initial;
}

@media screen and (min-width: 64em) {
  .b2b-perf--text_mobile {
    display: none;
  }
}

.b2b-scale {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
  background-image: linear-gradient(180deg, #f7f7f7 0%, #e8dfdf 55.29%, #f7f7f7 100%);
}

[theme='dark'] .b2b-scale {
  background-image: none;
}

@media screen and (min-width: 48em) {
  .b2b-scale {
    margin: 0 0 10px;
    padding: 40px 0 70px;
  }
}

.b2b-scale--inner {
  gap: 36px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 16px;
}

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

.b2b-scale--head {
  gap: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .b2b-scale--head {
    gap: 8px 0;
  }
}

.b2b-scale--head h2 {
  max-width: 670px;
  margin: 0;
  color: var(--text-1-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-scale--head h2 {
    font-size: 40px;
    line-height: 53px;
  }
}

.b2b-scale--sub {
  display: flex;
  flex-direction: column;
  color: var(--text-2-color, #292929);
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-scale--sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}

.b2b-scale--grid {
  gap: 28px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .b2b-scale--grid {
    gap: 16px 0;
  }
}

.b2b-scale--row {
  gap: 28px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .b2b-scale--row {
    flex-direction: row;
  }
}

@media screen and (min-width: 48em) {
  .b2b-scale--row_dense {
    gap: 16px 20px;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 64em) {
  .b2b-scale--row_dense {
    gap: 28px 20px;
    flex-wrap: nowrap;
  }
}

.b2b-scale--card {
  gap: 16px;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 32px 16px 20px;
  border-radius: 24px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .07);
}

@media screen and (min-width: 48em) {
  .b2b-scale--card {
    flex-direction: row;
    padding: 32px 30px 32px 32px;
  }
}

@media screen and (min-width: 64em) {
  .b2b-scale--card {
    flex-direction: column;
  }
}

.b2b-scale--card_wide {
  flex-direction: row;
}

.b2b-scale--double {
  gap: 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.b2b-scale--badge {
  display: none;
  margin: 10px 0 0;
  padding: 6px 16px;
  border-radius: 24px;
  background-color: var(--layer-4-color, #292929);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-scale--badge {
    width: 100%;
    max-width: 574px;
    margin: 8px 0 0;
    padding: 8px 16px;
    font-size: 24px;
    line-height: 29px;
  }
}

@media screen and (min-width: 64em) {
  .b2b-scale--badge {
    display: initial;
    margin: 0;
  }
}

.b2b-scale--badge_mobile {
  display: initial;
}

@media screen and (min-width: 64em) {
  .b2b-scale--badge_mobile {
    display: none;
  }
}

.b2b-scale--icon {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--layer-4-color, #fff);
  box-shadow: 0 2.182px 8.727px 0 rgba(0, 0, 0, .07);
}

@media screen and (min-width: 48em) {
  .b2b-scale--icon {
    position: initial;
    width: 44px;
    height: 44px;
    transform: none;
    background-color: initial;
    box-shadow: none;
  }
}

.b2b-scale--icon svg {
  width: 34px;
  height: 34px;
}

@media screen and (min-width: 48em) {
  .b2b-scale--icon svg {
    width: 43px;
    height: 44px;
  }
}

[theme='dark'] .b2b-scale--icon svg {
  --i-color1: #9e9e9e;
  --i-color3: #2a2a2a;
}

.b2b-scale--content {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .b2b-scale--content {
    gap: 8px 0;
  }
}

.b2b-scale--heading {
  color: var(--text-2-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-scale--heading {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }
}

.b2b-scale--text {
  color: var(--text-5-color, #6d6969);
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-scale--text {
    font-size: 18px;
    line-height: 23px;
    text-align: left;
  }
}

.b2b-start {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
}

@media screen and (min-width: 48em) {
  .b2b-start {
    margin: 0 0 80px;
  }
}

.b2b-start--inner {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 16px;
}

@media screen and (min-width: 48em) {
  .b2b-start--inner {
    gap: 36px 0;
    padding: 0 30px;
  }
}

.b2b-start--head {
  gap: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .b2b-start--head {
    gap: 8px 0;
  }
}

.b2b-start--head h2 {
  max-width: 670px;
  margin: 0;
  color: var(--text-1-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-start--head h2 {
    font-size: 40px;
    line-height: 53px;
  }
}

.b2b-start--sub {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  color: var(--text-2-color, #292929);
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-start--sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}

.b2b-start--badge {
  padding: 6px 16px;
  border-radius: 24px;
  background-color: var(--layer-4-color, #292929);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-start--badge {
    width: 100%;
    max-width: 574px;
    padding: 8px;
    font-size: 24px;
    line-height: 29px;
  }
}

.b2b-start--grid {
  gap: 8px 0;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .b2b-start--grid {
    gap: 20px 0;
    margin: -12px 0 0;
  }
}

.b2b-start--bg1 {
  --i-color1: rgba(0, 0, 0, .05);
  display: none;
  position: absolute;
  bottom: 188px;
  left: 53px;
  width: 160px;
  height: 160px;
}

@media screen and (min-width: 48em) {
  .b2b-start--bg1 {
    display: initial;
  }
}

[theme='dark'] .b2b-start--bg1 {
  --i-color1: rgba(255, 255, 255, .06);
}

.b2b-start--bg2 {
  --i-color1: rgba(0, 0, 0, .03);
  display: none;
  position: absolute;
  right: 25px;
  bottom: 69px;
  width: 153px;
  height: 150px;
}

@media screen and (min-width: 48em) {
  .b2b-start--bg2 {
    display: initial;
  }
}

[theme='dark'] .b2b-start--bg2 {
  --i-color1: rgba(255, 255, 255, .06);
}

.b2b-start--row {
  gap: 8px;
  display: flex;
  z-index: 2;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .b2b-start--row {
    gap: 20px;
    flex-direction: row;
    justify-content: center;
  }
}

@media screen and (min-width: 48em) {
  .b2b-start--row_dense {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 64em) {
  .b2b-start--row_dense {
    flex-direction: row;
    align-items: initial;
  }
}

.b2b-start--card {
  gap: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  padding: 12px 16px 16px;
  border-radius: 16px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .07);
}

@media screen and (min-width: 48em) {
  .b2b-start--card {
    gap: 24px;
    max-width: 402px;
    padding: 32px 32px 40px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 48em) {
  .b2b-start--row_dense .b2b-start--card {
    max-width: 824px;
  }
}

@media screen and (min-width: 64em) {
  .b2b-start--row_dense .b2b-start--card {
    max-width: 402px;
  }
}

.b2b-start--icon {
  display: flex;
  flex-shrink: 0;
}

.b2b-start--icon svg {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 48em) {
  .b2b-start--icon svg {
    width: 60px;
    height: 60px;
  }
}

[theme='dark'] .b2b-start--icon svg {
  --i-color1: #9e9e9e;
  --i-color2: #2a2a2a;
}

.b2b-start--content {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b2b-start--heading {
  color: #83684f;
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-start--heading {
    font-size: 22px;
    line-height: 26px;
  }
}

[theme='dark'] .b2b-start--heading {
  color: #b79679;
}

.b2b-start--text {
  color: var(--text-3-color, #292929);
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-start--text {
    font-size: 18px;
    line-height: 23px;
  }
}

.b2b-estimate {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .b2b-estimate {
    margin: 0 0 80px;
  }
  .b2b-estimate::before {
    position: absolute;
    top: 288px;
    width: 100%;
    height: 590px;
    background-image: linear-gradient(180deg, #f7f7f7 0%, #fff 23.55%, #fff 74.04%, #f7f7f7 100%);
    content: '';
  }
  [theme='dark'] .b2b-estimate::before {
    background-image: none;
  }
}

.b2b-estimate--inner {
  gap: 4px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 16px;
}

@media screen and (min-width: 48em) {
  .b2b-estimate--inner {
    gap: 36px 0;
    padding: 0 30px;
  }
}

.b2b-estimate--head {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b2b-estimate--head h2 {
  max-width: 670px;
  margin: 0;
  color: var(--text-1-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-estimate--head h2 {
    font-size: 40px;
    line-height: 53px;
  }
}

.b2b-estimate--sub {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  color: var(--text-2-color, #292929);
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-estimate--sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}

.b2b-estimate--badge {
  padding: 6px 16px;
  border-radius: 24px;
  background-color: var(--layer-4-color, #292929);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-estimate--badge {
    width: 100%;
    padding: 8px;
    font-size: 24px;
    line-height: 29px;
  }
}

.b2b-estimate--grid {
  gap: 16px 0;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 822px;
}

@media screen and (min-width: 48em) {
  .b2b-estimate--grid {
    gap: 28px 0;
  }
}

.b2b-estimate--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.b2b-estimate--top svg {
  width: 35px;
  height: 27px;
  transform: translateY(1px);
}

@media screen and (min-width: 48em) {
  .b2b-estimate--top svg {
    width: 60px;
    height: 45px;
  }
}

[theme='dark'] .b2b-estimate--top svg {
  --i-color1: #424242;
}

.b2b-estimate--list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.b2b-estimate--list li:not(:last-child) {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 12px;
}

@media screen and (min-width: 48em) {
  .b2b-estimate--list li:not(:last-child) {
    margin: 0 0 32px;
    padding: 0 0 32px;
  }
}

.b2b-estimate--list li:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 822 2'%3E%3Cpath stroke='%23D9D9D9' stroke-dasharray='4 4' d='M0 1.16h822'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 822px;
  content: '';
}

[theme='dark'] .b2b-estimate--list li:not(:last-child)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 822 2'%3E%3Cpath stroke='%23424242' stroke-dasharray='4 4' d='M0 1.16h822'/%3E%3C/svg%3E");
}

.b2b-estimate--item {
  gap: 0 14px;
  display: flex;
}

@media screen and (min-width: 48em) {
  .b2b-estimate--item {
    gap: 0 24px;
  }
}

.b2b-estimate--num {
  color: #e50c2c;
  font-family: "PT Serif", serif;
  font-size: 40px;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .b2b-estimate--num {
    font-size: 56px;
  }
}

.b2b-estimate--content {
  color: var(--text-4-color, #292929);
  font-size: 16px;
  line-height: 21px;
}

@media screen and (min-width: 48em) {
  .b2b-estimate--content {
    font-size: 20px;
    line-height: 26px;
  }
}

.b2b-feedback {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
}

@media screen and (min-width: 48em) {
  .b2b-feedback {
    margin: 0 0 80px;
  }
}

.b2b-feedback--inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 882px;
}

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

.b2b-feedback--inner h2 {
  margin: 0 0 16px;
  color: var(--text-1-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .b2b-feedback--inner h2 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 34px;
  }
}

.b2b-feedback--content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 24px;
  background-color: var(--layer-4-color, #fff);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .07);
}

@media screen and (min-width: 48em) {
  .b2b-feedback--content {
    padding: 44px;
    border-radius: 24px;
  }
}

.b2b-feedback--field {
  width: 100%;
  height: 172px;
  margin: 0 0 16px;
  padding: 10px;
  border: 1px solid var(--line-2-color, #dfe1e4);
  border-radius: 6px;
  background-color: var(--layer-2-color, #f8f8f8);
  color: var(--text-2-color, #292929);
  font-size: 14px;
  line-height: 16px;
  resize: vertical;
}

@media screen and (min-width: 48em) {
  .b2b-feedback--field {
    padding: 16px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 19px;
  }
}

.b2b-feedback--field::-moz-placeholder {
  color: var(--text-2-color, #808080);
}

.b2b-feedback--field::placeholder {
  color: var(--text-2-color, #808080);
}

.b2b-feedback--field:focus-visible {
  outline: none;
}

.b2b-feedback--label {
  margin: 0 0 8px;
  color: var(--text-2-color, #292929);
  font-size: 14px;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .b2b-feedback--label {
    font-size: 16px;
    line-height: 19px;
  }
}

.b2b-feedback--row {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .b2b-feedback--row {
    flex-direction: row;
  }
}

.b2b-feedback--input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 13px 10px;
  border: 1px solid var(--control-1-border-color, #dfe1e4);
  border-radius: 6px;
  background-color: var(--layer-2-color, #f8f8f8);
  color: var(--text-2-color, #292929);
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .b2b-feedback--input {
    padding: 16px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 21px;
  }
}

.b2b-feedback--input::-moz-placeholder {
  color: var(--text-2-color, #808080);
}

.b2b-feedback--input::placeholder {
  color: var(--text-2-color, #808080);
}

.b2b-feedback--send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
  padding: 10px 36px 9px;
  border-radius: 6px;
  background-color: #e50c2c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .b2b-feedback--send {
    width: initial;
    padding: 15px 50px;
    border-radius: 10px;
  }
}

.b2b-contact {
  display: flex;
  justify-content: center;
  width: 100%;
}

.b2b-contact--inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 828px;
  padding: 0 16px;
}

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

.b2b-contact--grid {
  gap: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 24px 24px;
  border-radius: 24px;
  background-color: var(--layer-4-color, #292929);
}

@media screen and (min-width: 48em) {
  .b2b-contact--grid {
    flex-direction: row;
    justify-content: space-between;
    padding: 24px;
    border-radius: 100px;
  }
}

.b2b-contact--data {
  gap: 20px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .b2b-contact--data {
    gap: 24px;
  }
}

.b2b-contact--avatar {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px var(--line-1-color, #e9e9e9);
}

@media screen and (min-width: 48em) {
  .b2b-contact--avatar {
    width: 100px;
    height: 100px;
  }
}

.b2b-contact--image {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .b2b-contact--image {
    width: 92px;
    height: 92px;
  }
}

.b2b-contact--name {
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (min-width: 48em) {
  .b2b-contact--name {
    font-size: 26px;
    line-height: 34px;
  }
}

.b2b-contact--link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .b2b-contact--link {
    align-items: flex-start;
  }
}

.b2b-contact--label {
  margin: 0 0 8px;
  color: #c8cad1;
  font-size: 13px;
  line-height: 15px;
}

@media screen and (min-width: 48em) {
  .b2b-contact--label {
    font-size: 14px;
    line-height: 16px;
  }
}

.b2b-contact--email {
  --i-color1: #e50c2c;
  gap: 0 8px;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .15px;
  line-height: 19px;
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .b2b-contact--email {
    --i-color1: #fff;
    margin: 0 0 9px;
    font-size: 18px;
    letter-spacing: initial;
    line-height: 23px;
  }
}

.b2b-contact--email svg {
  --i-color1: #e50c2c;
  width: 14px;
  height: 12px;
}

@media screen and (min-width: 48em) {
  .b2b-contact--email svg {
    --i-color1: #fff;
  }
}

.b2b-contact--telegram {
  gap: 0 8px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: .15px;
  line-height: 19px;
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .b2b-contact--telegram {
    font-size: 18px;
    letter-spacing: initial;
    line-height: 23px;
  }
}

.b2b-contact--telegram svg {
  --i-color1: #43b7f0;
  --i-color2: #292929;
  width: 16px;
  height: 14px;
}

@media screen and (min-width: 48em) {
  .b2b-contact--telegram svg {
    --i-color1: #fff;
    --i-color2: #43b7f0;
  }
}

.b2b-contact--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .b2b-contact--icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background-color: #e50c2c;
  }
  .b2b-contact--telegram .b2b-contact--icon {
    background-color: #43b7f0;
  }
}
