@font-face {
  font-family: "MHY Display";
  src: url("assets/fonts/BarlowSemiCondensed-SemiBold.ttf?v=1") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

:root {
  --selected-blue: #087af3;
  --selected-blue-deep: #0563ca;
  --selected-ink: #0d1720;
  --selected-navy: #0b243b;
  --selected-muted: #536372;
  --selected-cloud: #f3f7fa;
  --selected-line: #d5e0e8;
  --selected-display: "MHY Display", Bahnschrift, "Arial Narrow", sans-serif;
}

.selected-page {
  color: var(--selected-ink);
  background: #fff;
}

.selected-page :focus-visible {
  outline: 3px solid var(--selected-blue-deep);
  outline-offset: 3px;
}

.selected-page h1,
.selected-page h2,
.selected-page h3 {
  font-family: var(--selected-display);
  font-weight: 600;
}

.selected-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.selected-review-bar {
  min-height: 30px;
  padding: 5px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  color: #c7d2dc;
  background: #101923;
  font-size: 11px;
  line-height: 1.25;
}

.selected-review-bar strong {
  color: #fff;
}

.selected-header {
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #d8e0e6;
}

.selected-header__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.selected-brand {
  width: 250px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
}

.selected-brand img {
  width: 250px;
  height: 74px;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.selected-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

.selected-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #273746;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.selected-nav a:hover {
  color: var(--selected-blue-deep);
}

.selected-nav .selected-nav__quote {
  min-height: 50px;
  padding: 11px 20px;
  color: #fff;
  background: var(--selected-blue-deep);
  border-radius: 3px;
  font-size: 15px;
}

.selected-nav .selected-nav__quote:hover {
  color: #fff;
  background: #034e9e;
}

.selected-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #eaf2f7;
}

.selected-hero__backdrop,
.selected-hero__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.selected-hero__backdrop {
  z-index: -3;
  object-fit: cover;
  object-position: 50% center;
}

.selected-hero__wash {
  z-index: -2;
  background: linear-gradient(
    90deg,
    rgba(248, 251, 253, 0.97) 0%,
    rgba(248, 251, 253, 0.9) 25%,
    rgba(248, 251, 253, 0.7) 42%,
    rgba(248, 251, 253, 0.12) 64%,
    rgba(8, 22, 34, 0.06) 100%
  );
}

.selected-hero__layout {
  min-height: 760px;
  padding-top: 38px;
  padding-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 400px);
  align-items: center;
  gap: clamp(48px, 6vw, 78px);
}

.selected-hero__copy {
  max-width: 585px;
}

.selected-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--selected-blue-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.selected-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--selected-blue);
}

.selected-hero h1 {
  max-width: 590px;
  margin: 17px 0 17px;
  color: #0b1722;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.selected-hero__copy > p {
  max-width: 530px;
  margin: 0;
  color: #2d4050;
  font-size: 16px;
  line-height: 1.62;
}

.selected-quote-card {
  width: 100%;
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #c6d2dc;
  border-radius: 4px;
  box-shadow: 0 22px 52px rgba(12, 34, 52, 0.2);
}

.selected-quote-card__head > span {
  color: var(--selected-blue-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.selected-quote-card__head h2 {
  margin: 4px 0 3px;
  color: #111d28;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.05;
}

.selected-quote-card__head p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 13px;
  color: #5c6b78;
  font-size: 12px;
}

.selected-required-key {
  flex: none;
  color: #6a7885;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.selected-required-key > span,
.selected-required-mark {
  color: #b3261e;
  font-weight: 900;
}

.selected-required-mark {
  margin-left: 1px;
  font-size: 12px;
  line-height: 1;
}

.selected-field-name {
  display: inline;
}

.selected-form-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 10px;
}

.selected-quote-form label,
.selected-callback-form label {
  display: grid;
  gap: 4px;
  color: #354958;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.selected-quote-form input,
.selected-quote-form textarea,
.selected-callback-form input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 8px 9px;
  color: #14202a;
  background: #fff;
  border: 1px solid #c7d3dc;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.selected-quote-form textarea {
  min-height: 58px;
  line-height: 1.35;
  resize: vertical;
}

.selected-quote-form input:focus,
.selected-quote-form textarea:focus,
.selected-callback-form input:focus {
  border-color: var(--selected-blue);
  outline: 3px solid var(--selected-blue-deep);
  outline-offset: 1px;
}

.selected-field-wide {
  grid-column: 1 / -1;
}

.selected-place-result {
  min-height: 14px;
  color: #637481;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.selected-place-result.is-found {
  color: #155f40;
}

.selected-place-result.is-error {
  color: #9d201b;
}

.selected-equipment-details,
.selected-load-details,
.selected-pickup-details {
  grid-column: 1 / -1;
  min-width: 0;
  margin: 1px 0 0;
  padding: 7px 0 0;
  border: 0;
  border-top: 1px solid #d8e1e8;
}

.selected-equipment-details legend,
.selected-load-details legend,
.selected-pickup-details legend {
  padding: 0 7px 0 0;
  color: #354958;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.selected-equipment-details legend > span:not(.selected-required-mark),
.selected-load-details legend > span:not(.selected-required-mark) {
  color: #6a7885;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.selected-equipment-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 0.72fr) repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 5px;
}

.selected-load-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 5px;
}

.selected-pickup-row {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.selected-quote-form,
.selected-equipment-grid > label,
.selected-load-grid > label,
.selected-pickup-row > label {
  min-width: 0;
}

.selected-date-field {
  min-width: 0;
}

.selected-asap-choice {
  min-height: 42px;
  padding: 0 10px;
  display: inline-flex !important;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 7px !important;
  color: #314655 !important;
  background: #f4f7f9;
  border: 1px solid #c7d3dc;
  border-radius: 2px;
  cursor: pointer;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.selected-asap-choice input {
  width: 17px;
  min-height: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--selected-blue-deep);
}

.selected-asap-choice span {
  font-size: 11px;
  font-weight: 800;
}

.selected-date-field input:disabled {
  color: #6a7885;
  background: #edf2f5;
}

.selected-button {
  min-height: 44px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.selected-button--primary {
  color: #fff;
  background: var(--selected-blue-deep);
}

.selected-button--primary:hover {
  background: #034e9e;
}

.selected-button--full {
  width: 100%;
}

.selected-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-honeypot {
  position: absolute !important;
  left: -100vw !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.selected-preview-note {
  margin: 7px 0 0;
  color: #6b7883;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
}

.selected-privacy-note {
  margin: 8px 0 0;
  color: #5d6c77;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.selected-privacy-note a {
  color: #174f81;
  text-underline-offset: 2px;
}

.selected-turnstile {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #526777;
  font-size: 12px;
  line-height: 1.45;
}

.selected-turnstile.is-error {
  color: #9d2d2d;
}

.selected-turnstile iframe {
  max-width: 100%;
}

.form-status {
  display: none;
  margin: 9px 0 0;
  padding: 10px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: #0b492b;
  background: #e5f6ed;
  border: 1px solid #9bd7b6;
}

.form-status.is-error {
  color: #7a1f1f;
  background: #fff0f0;
  border: 1px solid #e3a6a6;
}

.form-status a {
  color: inherit;
  text-underline-offset: 2px;
}

.selected-quote-form .preview-result {
  margin-top: 7px;
  font-size: 11px;
}

.selected-proof {
  padding: 38px 0;
  background: #fff;
  border-block: 1px solid var(--selected-line);
}

.selected-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.selected-proof article {
  padding: 0 28px;
}

.selected-proof article:first-child {
  padding-left: 0;
}

.selected-proof article:last-child {
  padding-right: 0;
}

.selected-proof article + article {
  border-left: 1px solid var(--selected-line);
}

.selected-proof h3 {
  margin: 0 0 7px;
  color: var(--selected-blue-deep);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.15;
}

.selected-proof p {
  margin: 0;
  color: #465a69;
  font-size: 14px;
  line-height: 1.45;
}

.selected-capabilities {
  padding: 68px 0 56px;
  background: var(--selected-cloud);
}

.selected-capabilities__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  align-items: start;
  gap: clamp(54px, 8vw, 106px);
}

.selected-capabilities__intro {
  position: sticky;
  top: 24px;
}

.selected-capabilities h2,
.selected-about h2 {
  margin: 10px 0 15px;
  color: var(--selected-ink);
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.04;
}

.selected-capabilities__intro p {
  margin: 0;
  color: #586a78;
  font-size: 15px;
  line-height: 1.65;
}

.selected-service-ledger {
  border-top: 2px solid #142433;
}

.selected-service-ledger article {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 24px;
  border-bottom: 1px solid #cbd7df;
}

.selected-service-ledger article > span,
.selected-method > span {
  color: var(--selected-blue-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.selected-service-ledger h3 {
  margin: 0 0 5px;
  color: #142433;
  font-size: 23px;
  line-height: 1.1;
}

.selected-service-ledger p {
  margin: 0;
  color: #536573;
  font-size: 14px;
  line-height: 1.58;
}

.selected-audience-line {
  margin-top: 34px;
  padding-top: 19px;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 24px;
  border-top: 1px solid #cbd7df;
}

.selected-audience-line strong {
  color: #142433;
  font-family: var(--selected-display);
  font-size: 18px;
  font-weight: 600;
}

.selected-audience-line p {
  margin: 0;
  color: #586a78;
  font-size: 13px;
  line-height: 1.55;
}

.selected-about {
  padding: 72px 0 29px;
  color: #fff;
  background: var(--selected-navy);
}

.selected-about :focus-visible,
.selected-footer :focus-visible {
  outline-color: #a9d4ff;
}

.selected-about__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: start;
  gap: clamp(58px, 9vw, 118px);
}

.selected-eyebrow--light {
  color: #a9d4ff;
}

.selected-about h2 {
  max-width: 560px;
  color: #fff;
}

.selected-about__copy p {
  max-width: 620px;
  margin: 14px 0 0;
  color: #c7d4df;
  font-size: 15px;
  line-height: 1.65;
}

.selected-method {
  padding-left: 32px;
  border-left: 1px solid rgba(169, 212, 255, 0.34);
}

.selected-method > span {
  color: #a9d4ff;
}

.selected-method ol {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.selected-method li {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 164px 1fr;
  gap: 18px;
  border-top: 1px solid rgba(212, 229, 241, 0.18);
}

.selected-method li:last-child {
  border-bottom: 1px solid rgba(212, 229, 241, 0.18);
}

.selected-method strong {
  color: #fff;
  font-family: var(--selected-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.selected-method p {
  margin: 0;
  color: #b8c8d5;
  font-size: 12px;
  line-height: 1.5;
}

.selected-contact-line {
  margin-top: 49px;
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(212, 229, 241, 0.2);
}

.selected-contact-line p {
  margin: 0;
  color: #c7d4df;
  font-size: 13px;
}

.selected-contact-line a,
.selected-contact-line button {
  color: #fff;
  font-weight: 800;
  text-underline-offset: 3px;
}

.selected-contact-line button {
  padding: 0;
  background: transparent;
  border: 0;
  text-decoration: underline;
}

.selected-contact-line > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a9d4ff;
  font-size: 13px;
}

.selected-callback-dialog {
  width: min(430px, calc(100% - 32px));
  max-width: none;
  padding: 0;
  color: var(--selected-ink);
  background: transparent;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 28px 80px rgba(3, 18, 31, 0.34);
}

.selected-callback-dialog::backdrop {
  background: rgba(4, 20, 34, 0.68);
  backdrop-filter: blur(3px);
}

.selected-callback-dialog__panel {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid #c8d5de;
  border-radius: 5px;
}

.selected-callback-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #314655;
  background: #f0f4f7;
  border: 1px solid #d4dfe6;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}

.selected-callback-dialog h2 {
  margin: 11px 48px 7px 0;
  color: #111d28;
  font-size: 34px;
  line-height: 1.05;
}

.selected-callback-dialog__panel > p {
  margin: 0 0 20px;
  color: #566976;
  font-size: 14px;
  line-height: 1.55;
}

.selected-callback-form {
  display: grid;
  gap: 12px;
}

.selected-callback-form .preview-result {
  margin: 0;
  font-size: 12px;
}

.selected-callback-form .form-status {
  margin: 0;
}

.selected-footer {
  padding: 23px 0;
  color: #9eacb9;
  background: #071828;
  font-size: 11px;
}

.selected-footer__inner,
.selected-footer__inner > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.selected-footer__inner > div {
  justify-content: flex-start;
}

.selected-footer strong,
.selected-footer a {
  color: #fff;
}

.selected-footer a {
  text-underline-offset: 3px;
}

.selected-footer__links {
  justify-content: flex-end;
}

.legal-main {
  min-height: calc(100vh - 165px);
  padding: 72px 0 88px;
  background: var(--selected-cloud);
}

.legal-copy {
  width: min(760px, 100%);
  padding: clamp(26px, 5vw, 54px);
  background: #fff;
  border: 1px solid var(--selected-line);
  box-shadow: 0 18px 50px rgba(6, 28, 47, 0.08);
}

.legal-copy h1 {
  margin: 10px 0 16px;
  color: var(--selected-ink);
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1;
}

.legal-copy h2 {
  margin: 30px 0 8px;
  color: var(--selected-navy);
  font-size: 24px;
}

.legal-copy p,
.legal-copy li {
  color: var(--selected-muted);
  font-size: 16px;
  line-height: 1.7;
}

.legal-copy ul {
  margin: 8px 0 0;
  padding-left: 22px;
}

.legal-copy a {
  color: var(--selected-blue-deep);
  text-underline-offset: 3px;
}

.legal-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1040px) {
  .selected-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(355px, 385px);
    gap: 42px;
  }

  .selected-hero h1 {
    font-size: 42px;
  }

  .selected-capabilities__layout {
    gap: 58px;
  }

  .selected-method li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 820px) {
  .selected-header__inner {
    min-height: 68px;
  }

  .selected-nav > a:not(.selected-nav__quote) {
    display: none;
  }

  .selected-hero {
    background: #e9f1f6;
  }

  .selected-hero__backdrop,
  .selected-hero__wash {
    height: 610px;
  }

  .selected-hero__backdrop {
    object-position: 56% center;
  }

  .selected-hero__wash {
    background: linear-gradient(
      90deg,
      rgba(248, 251, 253, 0.98) 0%,
      rgba(248, 251, 253, 0.91) 50%,
      rgba(248, 251, 253, 0.34) 82%,
      rgba(248, 251, 253, 0.08) 100%
    );
  }

  .selected-hero__layout {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .selected-hero__copy {
    max-width: 540px;
  }

  .selected-hero h1 {
    max-width: 520px;
    font-size: 41px;
  }

  .selected-quote-card {
    max-width: 590px;
    margin-top: 190px;
    justify-self: center;
  }

  .selected-proof__grid {
    grid-template-columns: 1fr;
  }

  .selected-proof article {
    padding: 16px 0;
    display: grid;
    grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.28fr);
    gap: 24px;
  }

  .selected-proof article + article {
    border-top: 1px solid var(--selected-line);
    border-left: 0;
  }

  .selected-proof h3 {
    margin: 0;
  }

  .selected-capabilities__layout,
  .selected-about__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .selected-capabilities__intro {
    position: static;
    max-width: 620px;
  }

  .selected-about__copy {
    max-width: 680px;
  }

  .selected-method {
    padding-left: 0;
    border-left: 0;
  }

  .selected-method li {
    grid-template-columns: 190px 1fr;
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(var(--shell), calc(100% - 32px));
  }

  .selected-review-bar {
    padding-inline: 16px;
  }

  .selected-review-bar > span {
    max-width: 205px;
  }

  .selected-header__inner {
    min-height: 72px;
    gap: 10px;
  }

  .selected-brand,
  .selected-brand img {
    width: 164px;
    height: 56px;
  }

  .selected-nav {
    gap: 0;
  }

  .selected-nav .selected-nav__quote {
    min-height: 46px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .selected-hero__backdrop,
  .selected-hero__wash {
    height: 530px;
  }

  .selected-hero__backdrop {
    object-position: 58% center;
  }

  .selected-hero__layout {
    padding-top: 34px;
  }

  .selected-hero__copy {
    max-width: 355px;
  }

  .selected-eyebrow {
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  .selected-eyebrow::before {
    width: 21px;
  }

  .selected-hero h1 {
    max-width: 365px;
    margin: 14px 0;
    font-size: 34px;
    line-height: 1.02;
  }

  .selected-hero__copy > p {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.52;
  }

  .selected-quote-card {
    margin-top: 145px;
    padding: 18px 16px;
  }

  .selected-quote-card__head h2 {
    font-size: 27px;
  }

  .selected-quote-form input,
  .selected-quote-form textarea {
    font-size: 16px;
  }

  .selected-proof {
    padding: 19px 0;
  }

  .selected-proof article {
    padding: 14px 0;
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .selected-proof h3 {
    font-size: 19px;
  }

  .selected-proof p {
    font-size: 13px;
  }

  .selected-capabilities {
    padding: 48px 0 39px;
  }

  .selected-capabilities__layout {
    gap: 34px;
  }

  .selected-capabilities h2,
  .selected-about h2 {
    font-size: 30px;
    line-height: 1.05;
  }

  .selected-capabilities__intro p,
  .selected-about__copy p {
    font-size: 14px;
  }

  .selected-service-ledger article {
    padding: 18px 0;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .selected-service-ledger h3 {
    font-size: 22px;
  }

  .selected-audience-line {
    margin-top: 27px;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .selected-about {
    padding: 52px 0 25px;
  }

  .selected-about__layout {
    gap: 37px;
  }

  .selected-method li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .selected-contact-line {
    margin-top: 36px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .selected-footer__inner,
  .selected-footer__inner > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .selected-load-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selected-callback-dialog__panel {
    padding: 26px 20px 22px;
  }

  .selected-callback-dialog h2 {
    font-size: 30px;
  }
}

@media (max-width: 374px) {
  .selected-review-bar > span {
    max-width: 175px;
  }

  .selected-brand,
  .selected-brand img {
    width: 145px;
    height: 51px;
  }

  .selected-hero h1 {
    font-size: 31px;
  }

  .selected-form-grid {
    grid-template-columns: 1fr;
  }

  .selected-field-wide {
    grid-column: auto;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
