:root {
  --blue: #0f328c;
  --white: #fff;
  --orange: #ff7442;
  --lighter-orange: #ff9c66;
  --lighter-blue: #2a54c0;
  --even-lighter-blue: #98cfff;
  --navy: #001752;
  --grey: #f3f5f9;
  --dark-blue: #001752;
  --purple: #5c2f8f;
  --yellow: #f6ed35;
}

.hwb-landing {
  background: var(--white);
  overflow-x: hidden;
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

a:hover {
  cursor: pointer;
}

.button-dark:hover {
  background: transparent;
  color: #0f328c;
}

.hwb-landing nav .button.button-orange,
.hwb-landing .header .button-holder .button.button-orange {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.hwb-landing nav .button.button-orange:hover,
.hwb-landing .header .button-holder .button.button-orange:hover {
  background: transparent;
  color: var(--orange);
  border-color: var(--orange);
}

.hwb-landing .header .button-holder .button:not(.button-orange) {
  color: var(--white);
  border-color: var(--white);
  background: transparent;
}

.hwb-landing .header .button-holder .button:not(.button-orange):hover {
  background: var(--white);
  color: var(--dark-blue);
}

.button span {
  display: inline;
}

.button span:nth-of-type(2) {
  display: none;
}

.max-width {
  max-width: 1360px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .max-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .button span {
    display: none;
  }

  .button span:nth-of-type(2) {
    display: inline;
  }
}

/* nav */

nav {
  padding: 26px 0px;
  background: var(--dark-blue);
}

nav .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav .max-width img {
  width: 104px;
  height: auto;
}

nav .max-width button {
  width: 146px;
  height: 40px;
  border-radius: 24px;
  border: 2px solid var(--blue);
  background: var(--blue);
  color: var(--white);
  text-align: center;
  font-family: scandia-web, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

nav .max-width button:hover {
  color: var(--dark-blue);
  background: transparent;
}

.header {
  background: var(--dark-blue);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header .header-body {
  padding-top: 0px;
  padding-bottom: 70px;
}

.header .header-text {
  max-width: 700px;
}

.header .max-width .header-text h1 {
  color: var(--white);
  font-family: scandia-web, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.5px;
}

.header .max-width .header-text h1 span {
  color: var(--yellow);
}

.header .image-holder {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
}

.header .image-holder::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 45%;
  transform: translateY(-50%);
  width: 416px;
  height: 245px;
  background-image: url(../images/header-pattern-hwb.webp);
  background-repeat: no-repeat;
  background-size: 416px 197.8px;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.header .image-holder img {
  position: relative;
  z-index: 1;
  max-width: 412px;
}

.hwb-landing .header p {
  color: var(--white);
  font-family: scandia-web, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 32px;
}

.header .button-holder {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}

.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

@media screen and (max-width: 1200px) {
  .header img {
    max-width: 250px;
  }

  .header .max-width .header-text {
    max-width: 450px;
  }

  .header .max-width .header-text h1 {
    font-size: 40px;
  }

  .header .max-width .header-text h1 span {
    display: inline-block;
  }

  .header p {
    font-size: 16px;
    line-height: 24px;
  }

  .header p br {
    display: none;
  }

  .header .image-holder::after {
    right: -60px;
    width: 320px;
    height: 152px;
    background-size: 320px 152px;
  }

  .header .flex {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header .header-body {
    padding-top: 20px;
    padding-bottom: 56px;
  }

  .header .flex {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .header .header-text {
    width: 100%;
  }

  .header .max-width .header-text {
    max-width: none;
  }

  .header .max-width .header-text h1 span {
    display: inline;
  }

  .header .button-holder {
    gap: 12px;
    flex-wrap: wrap;
  }

  .header .button-holder .button {
    font-size: 14px;
    padding: 0px 15px;
    white-space: nowrap;
  }

  .hwb-landing .header p {
    margin-top: 24px;
  }

  .header .image-holder {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    padding: 0;
    overflow: visible;
  }

  .header .image-holder::after {
    display: block;
    right: -200px;
    top: 44%;
    width: 380px;
    height: 180px;
    background-size: 380px 180px;
    opacity: 0.5;
  }

  .header .image-holder img {
    display: block;
    width: 100%;
    max-width: min(100%, 494px);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }
}

/* nav end */

/* marquee */
.marquee {
  background: var(--purple);
  padding-top: 20px;
  padding-bottom: 20px;
}

.marquee-track {
  display: flex;
}

.marquee-holder {
  display: flex;
  gap: 80px;
  padding-right: 80px;
  font-size: 28px;
  font-weight: 500;
  color: white;
  flex: 0 0 auto;
}

.marquee-holder .card {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee .marquee-track > div:nth-last-of-type(1) {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

@media screen and (max-width: 980px) {
  .marquee-track {
    width: max-content;
    animation: marquee-scroll 18s linear infinite;
  }

  .marquee-window {
    max-width: 976px;
    overflow: hidden;
  }

  .marquee .marquee-track > div:nth-last-of-type(1) {
    display: flex;
  }
}

/* marquee end */

/* panel what */
.section-what {
  padding-top: 120px;
  padding-bottom: 0;
}

.section-what .flex {
  display: flex;
  gap: 120px;
  align-items: center;
}

.section-what .section-text {
  max-width: 620px;
}

.section-what h2 {
  font-size: 56px;
}

.section-what .section-text p {
  margin-top: 36px;
}

.section-what .image-holder {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  background: url(../images/header_pattern_landing_page_dots.webp) left center
    no-repeat;
  background-size: 450px;
  position: relative;
}

.section-what .image-holder:before {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background: white;
}

.section-what .image-holder img {
  max-width: 400px;
}

@media screen and (max-width: 1200px) {
  .section-what h2 {
    font-size: 40px;
  }

  .section-what .section-text p {
    font-size: 14px;
  }

  .section-what .image-holder img {
    max-width: 260px;
  }

  .section-what .flex {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .section-what {
    padding-top: 70px;
  }

  .section-what .flex {
    flex-direction: column;
  }

  .section-what .image-holder {
    justify-content: center;
    width: 100%;
  }
}

/* panel what end */

/* panel cards */
.section-cards {
  padding-top: 80px;
}

.section-cards .flex {
  display: flex;
  gap: 16px;
  padding-bottom: 10px;
}

.section-cards .card {
  flex: 1;
  border-radius: 8px;
  border: 2px solid #f3f5f9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 62px 40px;
  position: relative;
}

.section-cards .card.highlight:after {
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -2px;
  position: absolute;
  background: var(--orange);
}

.section-cards .card .icon-holder {
  height: 40px;
}

.section-cards .card p {
  line-height: 1.2em;
}

.section-cards .card h3 {
  font-size: 28px;
  margin: 20px 0;
}

@media screen and (max-width: 900px) {
  .section-cards {
    padding-top: 48px;
  }

  .section-cards .flex {
    flex-direction: column;
  }

  .section-cards .card {
    padding: 50px 30px;
  }

  .section-cards .card p {
    font-size: 14px;
  }

  .section-cards .card h3 {
    font-size: 20px;
    margin: 16px 0;
  }
}

/* panel cards end */

/* panel where */
.section-where {
  padding-top: 80px;
  text-align: center;
}

.section-where h2 {
  font-size: 56px;
  margin-bottom: 32px;
}

.section-where p {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.2em;
}

.section-where .section-where-apps {
  color: #0f328c;
  font-weight: 700;
  margin-bottom: 34px;
}

.section-where ul {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto 40px auto;
  padding: 0;
  justify-content: center;
  color: var(--blue);
  flex-wrap: wrap;
  list-style: none;
}

.section-where .button.button-dark {
  height: 48px;
  border-radius: 48px;
}

.section-where .button.button-orange {
  height: 48px;
  border-radius: 48px;
}

.section-where ul li {
  padding-left: 25px;
  position: relative;
}
.section-where ul li:nth-of-type(n + 2):before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: var(--blue);
  display: block;
  position: absolute;
  top: 8px;
  left: 10px;
}
.section-where ul li:first-child::marker {
  content: "";
}

.section-where ul li:nth-of-type(1) {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .section-where h2 {
    font-size: 40px;
  }

  .section-where .section-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .section-where .button.button-dark {
    height: 48px;
    border-radius: 48px;
    font-size: 12px;
    padding: 0px 15px;
  }
}

@media screen and (max-width: 576px) {
  .section-where .button.button-orange {
    height: 48px;
    border-radius: 48px;
    font-size: 12px;
    padding: 0px 15px;
  }
}

/* panel where end */

/* panel how to buy */
.section-how-to-buy {
  padding-top: 64px;
  padding-bottom: 140px;
  background: rgba(243, 245, 249, 1);
  margin-top: 120px;
}

.section-how-to-buy h3 {
  font-size: 50px;
  color: var(--blue);
  text-align: center;
  width: 100%;
}

.section-how-to-buy ul {
  margin: 70px 0 0 0;
  display: flex;
  gap: 60px;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.section-how-to-buy ul li {
  text-align: center;
  position: relative;
}

.section-how-to-buy ul li:nth-of-type(n + 2):before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/arrow-right-ott.svg) center center no-repeat;
  position: absolute;
  left: -38px;
  top: 50%;
}

.section-how-to-buy ul .icon-holder {
  height: 40px;
  margin-bottom: 24px;
}

.section-how-to-buy ul p {
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .section-how-to-buy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-how-to-buy h3 {
    font-size: 40px;
    margin: 16px 0;
  }

  .section-how-to-buy ul {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .section-how-to-buy ul li {
    text-align: center;
    max-width: 245px;
  }

  .section-how-to-buy ul li:nth-of-type(n + 2):before {
    left: calc(50% - 10px);
    top: -50px;
    transform: rotate(90deg);
  }
}

/* panel how to buy */

/* how it works */
.hwb-landing .how-it-works {
  position: relative;
  background: #5b2383;
  padding: 100px 0;
  overflow: hidden;
}

.hwb-landing .how-it-works::before {
  content: "";
  position: absolute;
  top: 100px;
  left: -34px;
  width: 416px;
  height: 197.803299px;
  background-image: url(../images/how-it-works-pattern.webp);
  background-size: 416px 197.803299px;
  background-repeat: no-repeat;
  background-position: top left;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.how-it-works-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 180px;
  z-index: 1;
}

.how-it-works-heading {
  flex: 0 0 416px;
  width: 416px;
  max-width: 416px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.hwb-landing .how-it-works h2 {
  width: 416px;
  max-width: 416px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
  text-align: left;
}

.hwb-landing .how-it-works .hiw-dot {
  color: var(--yellow);
}

.how-it-works-steps {
  flex: 0 1 auto;
  max-width: 720px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.how-it-works-steps li {
  display: flex;
  align-items: center;
  gap: 28px;
}

.how-it-works-steps li.how-it-works-step--last {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.how-it-works-step-row {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
}

.how-it-works-step--last .how-it-works-hwb-logo {
  display: block;
  width: 213px;
  height: auto;
  margin-left: 152px;
}

.step-num {
  flex-shrink: 0;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  font-family: scandia-web, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-num--yellow {
  border-color: var(--yellow);
  color: var(--yellow);
}

.how-it-works-steps li p {
  color: #fff;
  font-family: scandia-web, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
}

.how-it-works-steps li p strong {
  color: #fff;
  font-family: scandia-web, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

@media screen and (max-width: 1024px) {
  .how-it-works-inner {
    gap: 72px;
  }

  .how-it-works-heading {
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px;
  }

  .how-it-works-steps {
    max-width: 560px;
  }

  .hwb-landing .how-it-works h2 {
    width: 100%;
    max-width: 320px;
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .hwb-landing .how-it-works {
    padding: 80px 24px 96px;
  }

  .how-it-works-inner {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .how-it-works-heading {
    flex: none;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .hwb-landing .how-it-works::before {
    top: 40px;
    width: 240px;
    height: 114px;
    background-size: 240px 114px;
    left: -20px;
  }

  .hwb-landing .how-it-works h2 {
    width: 100%;
    max-width: 100%;
    font-size: 64px;
    line-height: 1em;
    text-align: center;
  }

  .how-it-works-steps {
    width: 100%;
    max-width: 320px;
    gap: 40px;
    align-items: center;
  }

  .how-it-works-steps li {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    text-align: center;
  }

  .how-it-works-steps li.how-it-works-step--last {
    align-items: center;
    gap: 20px;
  }

  .how-it-works-step-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .how-it-works-step--last .how-it-works-hwb-logo {
    margin-left: 0;
    margin-top: 8px;
    width: 180px;
  }

  .step-num {
    width: 100px;
    height: 100px;
    font-size: 72px;
    line-height: 1;
  }

  .how-it-works-steps li p,
  .how-it-works-steps li p strong {
    font-size: 22px;
    line-height: 1.25;
    max-width: 280px;
  }
}

/* Account logos */
.hwb-landing .account-logos {
  padding: 120px 0;
  text-align: center;
  background: white;
}

.hwb-landing .account-logos h2 {
  color: var(--blue);
  font-size: 50px;
}

.hwb-landing .account-logos .logo-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -32px -32px -32px;
  justify-content: center;
}

.hwb-landing .account-logos .logo-grid > img {
  margin: 32px;
  align-self: center;
  max-height: 70px;
  max-width: 210px;
}

@media screen and (max-width: 768px) {
  .hwb-landing .account-logos {
    padding: 80px 0 40px 0;
    text-align: center;
    background: white;
  }

  .hwb-landing .account-logos .logo-grid {
    margin: 50px -10px 0px -10px;
    justify-content: space-between;
  }

  .hwb-landing .account-logos .logo-grid > img {
    margin: 16px;
    max-height: 60px;
    max-width: 40%;
  }

  .hwb-landing .account-logos h2 {
    font-size: 40px;
    text-align: center;
  }

  .faq-headline-flex::before {
    display: none;
  }
}

/* HWB accordion FAQs — typography inside open panel only */
.hwb-landing .for-business-faqs .faq-answer-visible {
  padding: 40px 40px 48px;
}

.hwb-landing .for-business-faqs .faq-answer .faq-answer-heading {
  color: #001752;
  font-family: scandia-web, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14em;
  margin: 0 0 24px;
  padding: 0;
}

.hwb-landing .for-business-faqs .faq-answer > p:not(.faq-answer-heading) {
  color: #001752;
  font-family: scandia-web, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
}

/* Contact form — HWB star entry layout */
.hwb-landing .hwb-contact {
  position: relative;
  z-index: 1;
  padding: 100px 0 120px;
  background-color: var(--white);
}

.hwb-landing .hwb-contact .contact-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.hwb-landing .hwb-contact .contact-left {
  flex: 0 0 38%;
  max-width: 460px;
  display: block;
  width: auto;
  margin: 0;
  text-align: left;
}

.hwb-landing .hwb-contact .contact-left h2 {
  color: var(--navy);
  font-family: scandia-web, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin: 0;
  text-align: left;
}

.hwb-landing .hwb-contact .contact-left p {
  margin: 24px 0 0;
  color: var(--navy);
  font-family: scandia-web, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.hwb-landing .hwb-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 12px 48px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-family: scandia-web, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease;
}

.hwb-landing .hwb-contact-submit:hover {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.hwb-landing .hwb-contact-submit--mobile {
  display: none;
  width: fit-content;
}

.hwb-landing .hwb-contact .contact-right {
  flex: 1 1 58%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  margin: 0;
}

.hwb-landing .hwb-contact-form-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.hwb-landing .hwb-contact-form-logo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: 0 4px 16px rgba(0, 23, 82, 0.12);
}

.hwb-landing .hwb-contact-form {
  width: 100%;
  display: block;
}

.hwb-landing .hwb-contact-fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hwb-landing .hwb-contact-fields-row {
  display: flex;
  gap: 40px;
}

.hwb-landing .hwb-contact-fields-row .hwb-field {
  flex: 1 1 50%;
  min-width: 0;
}

.hwb-landing .hwb-field {
  position: relative;
}

.hwb-landing .hwb-field label {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-family: scandia-web, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.hwb-landing .hwb-field .textbox {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 0 8px;
  margin: 0;
  border: none;
  border-bottom: 2px solid var(--navy);
  border-radius: 0;
  background: transparent;
  color: var(--navy);
  font-family: scandia-web, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.hwb-landing .hwb-field .textbox:focus {
  border-bottom-color: var(--navy);
}

.hwb-landing .hwb-field .textbox.error {
  border-bottom-color: #ff5417;
}

.hwb-landing .hwb-field .validator {
  visibility: hidden;
  margin: 6px 0 0;
  color: #ff5417;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hwb-landing .hwb-contact-thankyou.edu {
  display: none;
  text-align: left;
}

.hwb-landing .hwb-contact-thankyou.edu h2 {
  color: var(--navy);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}

.hwb-landing .hwb-contact-thankyou.edu p {
  margin-top: 24px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .hwb-landing .hwb-contact .contact-body {
    flex-direction: column;
    gap: 48px;
  }

  .hwb-landing .hwb-contact .contact-left,
  .hwb-landing .hwb-contact .contact-right {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }

  .hwb-landing .hwb-contact .contact-left h2 {
    font-size: 40px;
  }

  .hwb-landing .hwb-contact .contact-left p {
    font-size: 18px;
  }

  .hwb-landing .contact-left > .hwb-contact-submit {
    display: none;
  }

  .hwb-landing .hwb-contact-submit--mobile {
    display: inline-flex;
    margin-top: 8px;
  }
}

@media screen and (max-width: 640px) {
  .hwb-landing .hwb-contact {
    padding: 64px 0 80px;
  }

  .hwb-landing .hwb-contact-fields-row {
    flex-direction: column;
    gap: 36px;
  }
}

/* HWB footer link alignment */
.hwb-landing .footer .top-row > a:nth-of-type(2),
.hwb-landing .footer .top-row > a:nth-of-type(3) {
  position: relative;
  top: -55px;
}

.hwb-landing .footer .top-row div {
  position: relative;
  top: -55px;
}
