.ftw-page-partial--b2b-01,
.partial-b2b-01 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url("../../figma/AU3DUFoZdCMZJVuGBsgDQC/7bd63f3ddf02d2d992d88a1194cc1ab2123807ee.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.partial-b2b-01 {
  background: transparent;
}

.partial-b2b-01__inner {
  width: 100%;
  max-width: 1920px;
  min-width: min(100%, 320px);
  margin: 0 auto;
  padding: 100px 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.partial-b2b-01__brand {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.partial-b2b-01__logo {
  width: 65.1057px;
  height: 40px;
  display: block;
}

.partial-b2b-01__breadcrumbs {
  margin: 0;
  font-family: "Please VF Polish Fallback", "Please VF";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: rgba(133, 57, 31, 1);
}

.partial-b2b-01__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.partial-b2b-01__intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.partial-b2b-01__title {
  width: 100%;
  margin: 0;
  font-family: "Please Display VF Polish Fallback", "Please Display VF";
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.36px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(245, 85, 135, 1);
}

.partial-b2b-01__description {
  width: 100%;
  margin: 0;
  font-family: "Please VF Polish Fallback", "Please VF";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.18px;
  text-align: center;
  color: rgba(133, 57, 31, 1);
}

.partial-b2b-01__form-shell {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.partial-b2b-01__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  align-content: center;
}

.partial-b2b-01__row--split .partial-b2b-01__field {
  flex: 1 1 100%;
}

.partial-b2b-01__field {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 260px;
  min-height: 74px;
  padding: 20px 30px;
  background-color: rgba(253, 216, 228, 1);
  border: 0;
  border-radius: 40px;
}

.partial-b2b-01__field--textarea {
  align-items: flex-start;
  min-height: 170px;
}

.partial-b2b-01__field input,
.partial-b2b-01__field textarea {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font-family: "Please VF Polish Fallback", "Please VF";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.18px;
  text-align: left;
  color: rgba(245, 85, 135, 1);
  appearance: none;
  box-shadow: none;
  resize: none;
}

.partial-b2b-01__field input::placeholder,
.partial-b2b-01__field textarea::placeholder {
  color: rgba(245, 85, 135, 1);
  opacity: 1;
}

.partial-b2b-01__actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partial-b2b-01__submit {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: -10px;
  padding: 15px 30px;
  background-color: rgba(245, 85, 135, 1);
  border-radius: 100px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
}

.partial-b2b-01__submit::before {
  content: "";
  position: absolute;
  inset: -7.5px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22287%22%20height%3D%2271%22%20viewBox%3D%220%200%20287%2071%22%20fill%3D%22none%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%227.5%22%20y%3D%227.5%22%20width%3D%22272%22%20height%3D%2256%22%20rx%3D%2228%22%20ry%3D%2228%22%20stroke%3D%22%23f55587%22%20stroke-width%3D%2215%22%20stroke-dasharray%3D%221%2015%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%2F%3E%3C%2Fsvg%3E");
}

.partial-b2b-01__submit:hover,
.partial-b2b-01__submit:focus-visible {
  background-color: rgba(133, 57, 31, 1);
  transform: translateY(-2px) scale(1.03);
  opacity: 0.96;
  outline: none;
}

.partial-b2b-01__submit:hover::before,
.partial-b2b-01__submit:focus-visible::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22287%22%20height%3D%2271%22%20viewBox%3D%220%200%20287%2071%22%20fill%3D%22none%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%227.5%22%20y%3D%227.5%22%20width%3D%22272%22%20height%3D%2256%22%20rx%3D%2228%22%20ry%3D%2228%22%20stroke%3D%22%2385391f%22%20stroke-width%3D%2215%22%20stroke-dasharray%3D%221%2015%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%2F%3E%3C%2Fsvg%3E");
}

.partial-b2b-01__submit-label {
  position: relative;
  margin: 0;
  font-family: "Please Display VF Polish Fallback", "Please Display VF";
  font-size: 24px;
  font-weight: 800;
  line-height: 26.4px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 245, 225, 1);
}

@media (min-width: 1024px) {
  .partial-b2b-01__inner {
    min-width: min(100%, 1024px);
    padding: 100px 60px clamp(180px, 14vw, 260px);
  }

  .partial-b2b-01__intro {
    width: 874px;
  }

  .partial-b2b-01__title {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -0.64px;
  }

  .partial-b2b-01__description {
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: 0.24px;
  }

  .partial-b2b-01__form-shell {
    width: 650px;
  }

  .partial-b2b-01__row {
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
  }

  .partial-b2b-01__row--split .partial-b2b-01__field {
    flex: 0 0 315px;
    width: 315px;
  }

  .partial-b2b-01__field {
    min-width: 0;
  }

  .partial-b2b-01__field input,
  .partial-b2b-01__field textarea {
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: 0.24px;
  }

  .partial-b2b-01__submit {
    padding: 20px 30px;
  }

  .partial-b2b-01__submit::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22357%22%20height%3D%2290%22%20viewBox%3D%220%200%20357%2090%22%20fill%3D%22none%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%227.5%22%20y%3D%227.5%22%20width%3D%22342%22%20height%3D%2275%22%20rx%3D%2237.5%22%20ry%3D%2237.5%22%20stroke%3D%22%23f55587%22%20stroke-width%3D%2215%22%20stroke-dasharray%3D%221%2015%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%2F%3E%3C%2Fsvg%3E");
  }

  .partial-b2b-01__submit:hover::before,
  .partial-b2b-01__submit:focus-visible::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22357%22%20height%3D%2290%22%20viewBox%3D%220%200%20357%2090%22%20fill%3D%22none%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%227.5%22%20y%3D%227.5%22%20width%3D%22342%22%20height%3D%2275%22%20rx%3D%2237.5%22%20ry%3D%2237.5%22%20stroke%3D%22%2385391f%22%20stroke-width%3D%2215%22%20stroke-dasharray%3D%221%2015%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%2F%3E%3C%2Fsvg%3E");
  }

  .partial-b2b-01__submit-label {
    font-size: 32px;
    line-height: 35.2px;
  }
}
