.breadcrumbs {
  width: 1080px !important;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
}

.l-container {
  width: 100%;
}

.main {
  font-family: var(--font-family);
  color: var(--font-color);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 164px;
  margin-bottom: 225px;
}

.copy {
  margin-bottom: 136px;
}
.copy-text {
  font-size: 44px;
  font-weight: bold;
}
.copy-link {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-top: 18px;
}

.section-brandlist {
  width: 100%;
  margin-top: 192px;
}

.section-heading {
  font-size: 45px;
  width: 1000px;
  color: var(--bg-primary);
  border-bottom: 3px solid var(--bg-primary);
  padding-bottom: 20px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.section-brandlist .section-heading {
  font-weight: 500;
  margin-bottom: 27px;
}

.block + .block {
  margin-top: 110px;
}
.block-heading {
  font-size: 45px;
  color: var(--bg-primary);
  margin-bottom: 41px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
}
.form-group + .form-group {
  margin-top: 42px;
}

.form-text {
  font-size: 27px;
  font-weight: 700;
}
.form-text-small {
  font-size: 18px;
  font-weight: 700;
  margin-top: 45px;
}
.input {
  width: 680px;
  height: 66px !important;
  font-size: 27px;
  border: 3px solid var(--bg-accent) !important;
  background-color: white;
  text-align: center;
  outline: none;
  border-radius: 50px;
}
.blue-button {
  margin-top: 59px;
}
