@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
section {
  box-sizing: border-box;
  padding: 64px 32px;
}
@media (min-width: 768px) {
  section {
    padding: 96px 32px;
  }
}

ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

h3 {
  font-family: "Roboto", sans-serif;
}

.full-width-text {
  width: 100%;
  overflow-x: hidden;
}
.full-width-text__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
.full-width-text__eyebrow {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .full-width-text__eyebrow {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-text__heading {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 10px 0 8px 0;
}
@media (min-width: 768px) {
  .full-width-text__heading {
    font-size: 58px;
    line-height: 64px;
    margin: 12px 0 24px 0;
  }
}
.full-width-text h3 {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .full-width-text h3 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 1px;
    font-weight: 500;
  }
}
.full-width-text__body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.full-width-text__body p:empty {
  display: none;
}
.full-width-text__body p {
  margin: 0;
}
.full-width-text__body a {
  text-decoration: underline;
}
.full-width-text__body a:hover {
  text-decoration: none;
}
.full-width-text__body ul,
.full-width-text__body ol {
  margin: 0;
  padding-left: 24px;
}
.full-width-text__body li {
  margin-bottom: 8px;
}
.full-width-text__body li:last-child {
  margin-bottom: 0;
}
.full-width-text__buttons {
  display: inline-flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .full-width-text__buttons {
    display: flex;
    flex-direction: column;
  }
  .full-width-text__buttons .hoekstra-button {
    width: 100%;
    box-sizing: border-box;
  }
}
.full-width-text--dark .full-width-text__eyebrow {
  color: #F5F5F5;
}
.full-width-text--dark .full-width-text__heading {
  color: #ffffff;
}
.full-width-text--dark .full-width-text__body {
  color: #F5F5F5;
}
.full-width-text--dark .full-width-text__body a {
  color: #8EA604;
}
.full-width-text--light .full-width-text__eyebrow {
  color: #1A535C;
}
.full-width-text--light .full-width-text__heading {
  color: #101820;
}
.full-width-text--light .full-width-text__body {
  color: #61676B;
}
.full-width-text--light .full-width-text__body a {
  color: #1A535C;
}
.full-width-text--center .full-width-text__container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.full-width-text--center .full-width-text__content {
  text-align: center;
}
.full-width-text--center .full-width-text__buttons {
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .full-width-text--center .full-width-text__buttons {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .full-width-text--center .full-width-text__buttons {
    margin-top: 32px;
  }
}
.full-width-text--left .full-width-text__content {
  text-align: left;
}
.full-width-text--left .full-width-text__heading {
  max-width: 800px;
}
@media (max-width: 768px) {
  .full-width-text--left .full-width-text__buttons {
    width: 100%;
  }
  .full-width-text--left .full-width-text__buttons .hoekstra-button {
    width: 100%;
    display: flex;
    box-sizing: border-box;
  }
}
.full-width-text--buttons-bottom .full-width-text__container {
  flex-direction: column;
}
.full-width-text--buttons-bottom .full-width-text__buttons {
  align-self: flex-start;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .full-width-text--buttons-bottom .full-width-text__buttons {
    margin-top: 32px;
    width: fit-content;
  }
}
.full-width-text--buttons-bottom.full-width-text--center .full-width-text__buttons {
  align-self: center;
}
.full-width-text--buttons-side .full-width-text__container {
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .full-width-text--buttons-side .full-width-text__container {
    flex-direction: column;
    gap: 32px;
  }
}
.full-width-text--buttons-side .full-width-text__content {
  flex: 1;
  max-width: 768px;
  margin-bottom: 0;
}
.full-width-text--buttons-side .full-width-text__buttons {
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .full-width-text--buttons-side .full-width-text__buttons {
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .full-width-text--buttons-side .full-width-text__buttons {
    width: 100%;
    max-width: 100%;
  }
  .full-width-text--buttons-side .full-width-text__buttons > div {
    width: 100%;
  }
  .full-width-text--buttons-side .full-width-text__buttons .hoekstra-button {
    width: 100%;
    max-width: 100%;
    display: flex;
    box-sizing: border-box;
  }
}
.full-width-text--buttons-side.full-width-text--center .full-width-text__container {
  flex-direction: column;
  justify-content: center;
}
.full-width-text--buttons-side.full-width-text--center .full-width-text__buttons {
  align-self: center;
  width: 100%;
}
.full-width-text--buttons-align-top.full-width-text--buttons-side .full-width-text__container {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .full-width-text--buttons-align-top.full-width-text--buttons-side .full-width-text__buttons {
    margin-top: 56px;
  }
}
.full-width-text--buttons-align-center.full-width-text--buttons-side .full-width-text__container {
  align-items: center;
}
@media (max-width: 768px) {
  .full-width-text--buttons-align-center.full-width-text--buttons-side .full-width-text__container {
    align-items: flex-start;
  }
}
.full-width-text--buttons-align-bottom.full-width-text--buttons-side .full-width-text__container {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .full-width-text--buttons-align-bottom.full-width-text--buttons-side .full-width-text__container {
    align-items: flex-start;
  }
}
.full-width-text--nested .full-width-text__container {
  padding: 0;
}
.full-width-text--nested .full-width-text__body {
  max-width: 768px;
}
.full-width-text--nested.full-width-text--center .full-width-text__body {
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=full-width-text.css.map */
