:root {
  --op-info-navy: #13253a;
  --op-info-navy-dark: #0a1624;
  --op-info-brick: #a8443a;
  --op-info-brick-dark: #7e302a;
  --op-info-charcoal: #20262d;
  --op-info-grey-700: #4f5b67;
  --op-info-grey-500: #7b8793;
  --op-info-grey-300: #d5dbe1;
  --op-info-grey-200: #e3e7eb;
  --op-info-grey-100: #f2f4f6;
  --op-info-off-white: #faf9f7;
  --op-info-white: #ffffff;
  --op-info-whatsapp: #25d366;
}

.op-about-page,
.op-contact-page,
.op-about-page *,
.op-contact-page * {
  box-sizing: border-box;
}

.op-about-page,
.op-contact-page {
  width: 100%;
  overflow: clip;
  color: var(--op-info-charcoal);
  background: var(--op-info-white);
  font-family: "Source Sans 3", Arial, sans-serif;
}

.op-about-page h1,
.op-about-page h2,
.op-about-page h3,
.op-contact-page h1,
.op-contact-page h2,
.op-contact-page h3,
.op-about-page a,
.op-contact-page a,
.op-about-page button,
.op-contact-page button,
.op-about-page strong,
.op-contact-page strong {
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.op-about-page h1,
.op-about-page h2,
.op-about-page h3,
.op-about-page p,
.op-about-page ol,
.op-about-page ul,
.op-contact-page h1,
.op-contact-page h2,
.op-contact-page h3,
.op-contact-page p,
.op-contact-page ol,
.op-contact-page ul {
  margin-top: 0;
}

.op-information-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.op-information-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: var(--op-info-grey-500);
  font-size: 0.84rem;
}

.op-information-breadcrumb a {
  color: var(--op-info-navy);
  text-decoration: none;
}

.op-information-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.op-information-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--op-info-brick);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.op-information-eyebrow::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: currentColor;
  content: "";
}

.op-information-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.op-about-page .op-information-button,
.op-contact-page .op-information-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1.5px solid transparent;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.op-information-button svg {
  width: 18px;
  height: 18px;
}

.op-information-button--primary {
  border-color: var(--op-info-navy);
  color: var(--op-info-white) !important;
  background: var(--op-info-navy);
}

.op-information-button--primary:hover {
  border-color: var(--op-info-navy-dark);
  color: var(--op-info-white) !important;
  background: var(--op-info-navy-dark);
}

.op-information-button--outline {
  border-color: var(--op-info-navy);
  color: var(--op-info-navy) !important;
  background: transparent;
}

.op-information-button--outline:hover {
  color: var(--op-info-navy) !important;
  background: var(--op-info-grey-100);
}

.op-information-button--light {
  border-color: var(--op-info-white);
  color: var(--op-info-navy) !important;
  background: var(--op-info-white);
}

.op-information-button--light:hover {
  border-color: var(--op-info-grey-200);
  background: var(--op-info-grey-100);
}

.op-information-button--whatsapp {
  border-color: var(--op-info-whatsapp);
  color: var(--op-info-navy-dark) !important;
  background: var(--op-info-whatsapp);
}

.op-information-button--whatsapp:hover {
  border-color: #1fbd59;
  background: #1fbd59;
}

.op-information-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 38px;
}

.op-information-section-head h2 {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--op-info-navy);
  font-size: clamp(1.85rem, 3.1vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.op-information-section-head > p {
  margin-bottom: 4px;
  color: var(--op-info-grey-700);
  font-size: 1.02rem;
  line-height: 1.65;
}

/* About page */
.op-about-hero {
  padding: 46px 0 70px;
  border-bottom: 1px solid var(--op-info-grey-200);
  background: var(--op-info-off-white);
}

.op-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: clamp(46px, 7vw, 94px);
  align-items: center;
}

.op-about-hero__copy h1 {
  max-width: 700px;
  margin-bottom: 23px;
  color: var(--op-info-navy);
  font-size: clamp(2.5rem, 5.2vw, 4.55rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.op-about-hero__intro {
  max-width: 660px;
  margin-bottom: 29px;
  color: var(--op-info-grey-700);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.68;
}

.op-about-index {
  border-top: 4px solid var(--op-info-brick);
  background: var(--op-info-navy);
  box-shadow: 18px 18px 0 var(--op-info-grey-200);
}

.op-about-index__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 23px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--op-info-white);
}

.op-about-index__head span {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
}

.op-about-index__head small {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.78rem;
}

.op-about-index > a {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 20px;
  gap: 15px;
  align-items: center;
  padding: 19px 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--op-info-white);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.op-about-index > a:last-child {
  border-bottom: 0;
}

.op-about-index > a:hover {
  background: var(--op-info-navy-dark);
}

.op-about-index__number {
  color: #dba59e;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
}

.op-about-index > a > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.op-about-index strong {
  font-size: 1rem;
  font-weight: 600;
}

.op-about-index small {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.35;
}

.op-about-index svg {
  width: 18px;
  height: 18px;
  transition: transform 160ms ease;
}

.op-about-index > a:hover svg {
  transform: translateX(3px);
}

.op-about-role {
  padding: 86px 0;
}

.op-about-role__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(44px, 8vw, 104px);
  align-items: start;
}

.op-about-role h2 {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--op-info-navy);
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.op-about-role__copy {
  padding-left: 30px;
  border-left: 1px solid var(--op-info-grey-300);
}

.op-about-role__copy p {
  margin-bottom: 18px;
  color: var(--op-info-grey-700);
  font-size: 1.08rem;
  line-height: 1.72;
}

.op-about-role__copy p:last-child {
  margin-bottom: 0;
}

.op-about-buyers {
  padding: 78px 0 84px;
  background: var(--op-info-grey-100);
}

.op-about-buyers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--op-info-grey-300);
  border-left: 1px solid var(--op-info-grey-300);
  background: var(--op-info-white);
}

.op-about-buyers__grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--op-info-grey-300);
  border-bottom: 1px solid var(--op-info-grey-300);
}

.op-about-buyers__grid article > span {
  display: block;
  margin-bottom: 42px;
  color: var(--op-info-brick);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
}

.op-about-buyers__grid h3 {
  margin-bottom: 10px;
  color: var(--op-info-navy);
  font-size: 1.25rem;
  font-weight: 600;
}

.op-about-buyers__grid p {
  margin-bottom: 0;
  color: var(--op-info-grey-700);
  line-height: 1.62;
}

.op-about-process {
  padding: 88px 0 92px;
}

.op-about-process__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--op-info-navy);
  list-style: none;
}

.op-about-process__list li {
  position: relative;
  min-width: 0;
  padding: 26px 24px 0 0;
}

.op-about-process__list li::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--op-info-brick);
  content: "";
}

.op-about-process__list li + li {
  padding-left: 24px;
  border-left: 1px solid var(--op-info-grey-200);
}

.op-about-process__list > li > span {
  display: block;
  margin-bottom: 28px;
  color: var(--op-info-grey-500);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
}

.op-about-process__list h3 {
  margin-bottom: 9px;
  color: var(--op-info-navy);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.3;
}

.op-about-process__list p {
  margin-bottom: 0;
  color: var(--op-info-grey-700);
  font-size: 0.94rem;
  line-height: 1.6;
}

.op-about-bulk {
  background: var(--op-info-navy);
}

.op-about-bulk__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 60px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 58px;
}

.op-about-bulk .op-information-eyebrow {
  color: #dba59e;
}

.op-about-bulk h2 {
  margin-bottom: 12px;
  color: var(--op-info-white);
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.op-about-bulk p {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.03rem;
  line-height: 1.64;
}

.op-about-bulk .op-information-actions {
  justify-content: flex-end;
}

.op-about-contact {
  padding: 67px 0 70px;
  background: var(--op-info-off-white);
}

.op-about-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.op-about-contact h2 {
  margin-bottom: 9px;
  color: var(--op-info-navy);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.op-about-contact p:last-child {
  margin-bottom: 0;
  color: var(--op-info-grey-700);
}

/* Contact page */
.op-contact-hero {
  padding: 46px 0 64px;
  border-bottom: 1px solid var(--op-info-grey-200);
  background: var(--op-info-off-white);
}

.op-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.op-contact-hero h1 {
  max-width: 680px;
  margin-bottom: 20px;
  color: var(--op-info-navy);
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.op-contact-hero p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--op-info-grey-700);
  font-size: 1.1rem;
  line-height: 1.68;
}

.op-contact-hero__actions {
  border-top: 3px solid var(--op-info-brick);
  background: var(--op-info-white);
  box-shadow: 12px 12px 0 var(--op-info-grey-200);
}

.op-contact-direct {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 18px;
  gap: 15px;
  align-items: center;
  min-height: 87px;
  padding: 17px 21px;
  border-right: 1px solid var(--op-info-grey-200);
  border-bottom: 1px solid var(--op-info-grey-200);
  border-left: 1px solid var(--op-info-grey-200);
  color: var(--op-info-navy) !important;
  text-decoration: none;
  transition: background-color 160ms ease;
}

.op-contact-direct:hover {
  background: var(--op-info-grey-100);
}

.op-contact-direct > svg:first-child {
  width: 25px;
  height: 25px;
  color: var(--op-info-brick);
}

.op-contact-direct--whatsapp > svg:first-child {
  color: #169c49;
}

.op-contact-direct > svg:last-child {
  width: 18px;
  height: 18px;
  color: var(--op-info-grey-500);
}

.op-contact-direct > span {
  display: grid;
  gap: 2px;
}

.op-contact-direct small {
  color: var(--op-info-grey-500);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 0.78rem;
}

.op-contact-direct strong {
  overflow-wrap: anywhere;
  font-size: 1rem;
  font-weight: 600;
}

.op-contact-content {
  padding: 78px 0 92px;
}

.op-contact-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: 56px;
  align-items: start;
}

.op-contact-form-panel__head {
  max-width: 720px;
  margin-bottom: 32px;
}

.op-contact-form-panel__head h2,
.op-contact-sidebar h2 {
  margin-bottom: 11px;
  color: var(--op-info-navy);
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.op-contact-form-panel__head > p:last-child {
  margin-bottom: 0;
  color: var(--op-info-grey-700);
  line-height: 1.65;
}

.op-contact-form-wrap {
  position: relative;
}

.op-contact-form__notice {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid #a9d6bd;
  border-left: 4px solid #067647;
  color: #064e3b;
  background: #ecfdf3;
}

.op-contact-form__notice--error {
  display: grid;
  grid-template-columns: 1fr;
  border-color: #efb7b2;
  border-left-color: #b42318;
  color: #7a271a;
  background: #fef3f2;
}

.op-contact-form__notice svg {
  width: 24px;
  height: 24px;
}

.op-contact-form__notice > div,
.op-contact-form__notice--error {
  gap: 3px;
}

.op-contact-form__notice strong,
.op-contact-form__notice span {
  display: block;
}

.op-contact-form__notice span {
  margin-top: 3px;
  color: inherit;
  line-height: 1.5;
}

.op-contact-form {
  padding: 28px;
  border: 1px solid var(--op-info-grey-300);
  background: var(--op-info-white);
}

.op-contact-form__trap {
  position: absolute !important;
  top: auto !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.op-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.op-contact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.op-contact-form label > span:first-child {
  color: var(--op-info-navy);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
}

.op-contact-form label b {
  color: var(--op-info-brick);
}

.op-contact-form input[type="text"],
.op-contact-form input[type="tel"],
.op-contact-form input[type="email"],
.op-contact-form select,
.op-contact-form textarea {
  width: 100%;
  min-height: 47px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid var(--op-info-grey-300);
  border-radius: 4px;
  outline: 0;
  color: var(--op-info-charcoal);
  background: var(--op-info-white);
  box-shadow: none;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.op-contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.op-contact-form input:focus,
.op-contact-form select:focus,
.op-contact-form textarea:focus {
  border-color: var(--op-info-navy);
  box-shadow: 0 0 0 3px rgba(19, 37, 58, 0.1);
}

.op-contact-form__wide {
  grid-column: 1 / -1;
}

.op-contact-form__consent {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px !important;
  align-items: start;
  margin: 20px 0 22px;
  color: var(--op-info-grey-700);
  font-size: 0.89rem;
  line-height: 1.45;
}

.op-contact-form__consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--op-info-navy);
}

.op-contact-form__consent span {
  color: var(--op-info-grey-700) !important;
  font-family: "Source Sans 3", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: 400 !important;
}

.op-contact-form__consent a {
  color: var(--op-info-navy);
  font-family: inherit;
  font-weight: 600;
  text-underline-offset: 2px;
}

.op-contact-form__submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.op-contact-form__submit-row button,
.op-contact-page .op-contact-form__submit-row button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid var(--op-info-navy) !important;
  border-radius: 6px;
  color: var(--op-info-white) !important;
  background: var(--op-info-navy) !important;
  box-shadow: none !important;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.op-contact-form__submit-row button:hover,
.op-contact-form__submit-row button:focus {
  border-color: var(--op-info-navy-dark) !important;
  color: var(--op-info-white) !important;
  background: var(--op-info-navy-dark) !important;
}

.op-contact-form__submit-row button svg {
  width: 18px;
  height: 18px;
}

.op-contact-form__submit-row small {
  color: var(--op-info-grey-500);
  font-size: 0.78rem;
  line-height: 1.35;
}

.op-contact-sidebar {
  display: grid;
  gap: 22px;
}

.op-contact-sidebar__block {
  padding: 26px;
  border-top: 3px solid var(--op-info-navy);
  background: var(--op-info-grey-100);
}

.op-contact-sidebar__block ul {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.op-contact-sidebar__block li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--op-info-grey-700);
  line-height: 1.45;
}

.op-contact-sidebar__block li svg {
  width: 19px;
  height: 19px;
  color: var(--op-info-brick);
}

.op-contact-sidebar__details {
  border-top-color: var(--op-info-brick);
  background: var(--op-info-white);
  box-shadow: inset 0 0 0 1px var(--op-info-grey-300);
}

.op-contact-sidebar__details > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid var(--op-info-grey-200);
}

.op-contact-sidebar__details > div:last-of-type {
  border-bottom: 0;
}

.op-contact-sidebar__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--op-info-navy);
  background: var(--op-info-grey-100);
}

.op-contact-sidebar__icon svg {
  width: 20px;
  height: 20px;
}

.op-contact-sidebar__details > div > span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.op-contact-sidebar__details small {
  color: var(--op-info-grey-500);
  font-size: 0.75rem;
}

.op-contact-sidebar__details strong {
  overflow-wrap: anywhere;
  color: var(--op-info-navy);
  font-size: 0.95rem;
  font-weight: 600;
}

.op-contact-sidebar__details a {
  color: var(--op-info-navy);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.op-contact-sidebar__details a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.op-contact-sidebar__note {
  margin: 15px 0 0;
  color: var(--op-info-grey-700);
  font-size: 0.85rem;
  line-height: 1.5;
}

.op-contact-sidebar__bulk {
  border-top-color: var(--op-info-brick);
  color: var(--op-info-white);
  background: var(--op-info-navy);
}

.op-contact-sidebar__bulk-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--op-info-white);
  background: var(--op-info-brick);
}

.op-contact-sidebar__bulk-icon svg {
  width: 24px;
  height: 24px;
}

.op-contact-sidebar__bulk h2 {
  color: var(--op-info-white);
}

.op-contact-sidebar__bulk p {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

.op-contact-sidebar__bulk > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--op-info-white);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.op-contact-sidebar__bulk > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.op-contact-sidebar__bulk > a svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 980px) {
  .op-about-hero__grid,
  .op-contact-hero__grid,
  .op-contact-content__grid {
    grid-template-columns: 1fr;
  }

  .op-about-hero__grid,
  .op-contact-hero__grid {
    gap: 42px;
  }

  .op-about-index {
    max-width: 700px;
    box-shadow: 12px 12px 0 var(--op-info-grey-200);
  }

  .op-about-role__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .op-about-role__copy {
    max-width: 760px;
  }

  .op-about-process__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 0;
    border-left: 2px solid var(--op-info-navy);
  }

  .op-about-process__list li,
  .op-about-process__list li + li {
    min-height: 210px;
    padding: 24px 28px;
    border-top: 1px solid var(--op-info-grey-200);
    border-right: 1px solid var(--op-info-grey-200);
    border-bottom: 0;
    border-left: 0;
  }

  .op-about-process__list li::before {
    top: 28px;
    left: -6px;
  }

  .op-about-bulk__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .op-about-bulk .op-information-actions {
    justify-content: flex-start;
  }

  .op-contact-content__grid {
    gap: 42px;
  }

  .op-contact-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .op-contact-sidebar__bulk {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .op-information-container {
    width: min(100% - 30px, 1180px);
  }

  .op-information-breadcrumb {
    margin-bottom: 25px;
  }

  .op-information-section-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }

  .op-about-hero,
  .op-contact-hero {
    padding: 29px 0 46px;
  }

  .op-about-hero__copy h1,
  .op-contact-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 11.5vw, 3.3rem);
    line-height: 1.01;
  }

  .op-about-hero__intro,
  .op-contact-hero p:last-child {
    font-size: 1rem;
  }

  .op-information-actions {
    align-items: stretch;
  }

  .op-information-button {
    flex: 1 1 100%;
  }

  .op-about-index {
    box-shadow: 7px 7px 0 var(--op-info-grey-200);
  }

  .op-about-index__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 18px;
  }

  .op-about-index > a {
    grid-template-columns: 29px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 16px 18px;
  }

  .op-about-index small {
    font-size: 0.8rem;
  }

  .op-about-role,
  .op-about-buyers,
  .op-about-process,
  .op-contact-content {
    padding: 56px 0;
  }

  .op-about-role__copy {
    padding-left: 18px;
  }

  .op-about-buyers__grid {
    grid-template-columns: 1fr;
  }

  .op-about-buyers__grid article {
    min-height: 0;
    padding: 25px;
  }

  .op-about-buyers__grid article > span {
    margin-bottom: 24px;
  }

  .op-about-process__list {
    grid-template-columns: 1fr;
  }

  .op-about-process__list li,
  .op-about-process__list li + li {
    min-height: 0;
    padding: 23px 22px;
  }

  .op-about-process__list > li > span {
    margin-bottom: 15px;
  }

  .op-about-bulk__inner {
    padding-top: 45px;
    padding-bottom: 48px;
  }

  .op-about-contact {
    padding: 50px 0 54px;
  }

  .op-about-contact__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 25px;
  }

  .op-contact-hero__actions {
    box-shadow: 7px 7px 0 var(--op-info-grey-200);
  }

  .op-contact-direct {
    min-height: 78px;
    padding: 14px 16px;
  }

  .op-contact-form {
    padding: 20px 16px;
  }

  .op-contact-form__grid,
  .op-contact-sidebar {
    grid-template-columns: 1fr;
  }

  .op-contact-form__wide,
  .op-contact-sidebar__bulk {
    grid-column: auto;
  }

  .op-contact-form__submit-row {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .op-contact-form__submit-row button {
    width: 100%;
  }

  .op-contact-sidebar__block {
    padding: 23px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .op-about-page *,
  .op-contact-page * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
