@font-face {
  font-family: "Organetto";
  src: url("/assets/fonts/Organetto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("/assets/fonts/SourceSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("/assets/fonts/SourceSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("/assets/fonts/SourceSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("/assets/fonts/SourceSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("/assets/fonts/SourceSans-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
body {
  margin: 0;
  font-family: "Source Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #f3f4f5;
  min-width: 23.75rem;
}
body[isMobile="true"] {
  padding-bottom: 6rem;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Organetto", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  color: #062030;
  line-height: 1.125;
  text-wrap: pretty;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
p {
  text-wrap: pretty;
}
a {
  color: #1565a0;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
a:focus-visible {
  outline: 0.25rem solid #4484b3;
  outline-offset: 0.125rem;
}
@media (min-width: 60rem) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 80rem) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  p {
    font-size: 1.25rem;
  }
  .no-break {
    text-wrap: nowrap;
  }
}
@media (min-width: 120rem) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  p {
    font-size: 1.5rem;
  }
}
main section.dark {
  background-color: #062030;
  color: #f3f7fa;
}
main section.dark h1, main section.dark h2, main section.dark h3, main section.dark h4, main section.dark h5, main section.dark h6 {
  color: inherit;
}
main section form h1, main section form h2, main section form p {
  text-align: center;
}
main section .content-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
main section .content-container.prose {
  max-width: 40rem;
}
main section .content-container form {
  max-width: 37rem;
  margin: 0 auto;
}
@media (min-width: 80rem) {
  main section .content-container {
    padding: 5rem 1.5rem;
  }
  main section .content-container.prose {
    max-width: 64rem;
  }
}
@media (min-width: 120rem) {
  main section .content-container {
    padding: 6rem 1.5rem;
  }
}
main section .content-container > :first-child, main section .content-container > form > :first-child, main section .content-container > div > :first-child {
  margin-top: 0;
}
main section .content-container > :last-child, main section .content-container > form > :last-child, main section .content-container > div > :last-child {
  margin-bottom: 0;
}
main img {
  width: 100%;
  height: auto;
  display: block;
}
header {
  overflow: hidden;
  background-color: #e8f0f6;
  text-align: center;
  user-select: none;
}
header .hero {
  padding: 12.5vw 0;
}
header .hero .logo {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10vw;
}
header .hero .logo img {
  display: block;
  width: 75%;
  margin: 0 auto;
}
header .hero h1 {
  font-size: clamp(1.375rem, 6.7183vw - 0.2206rem, 3rem);
  line-height: 1.125;
  margin: 0 0 5vw;
}
header .hero h1 span {
  display: block;
}
header .hero h1 span:nth-child(2) {
  color: #51636e;
}
header .hero p {
  font-size: clamp(1rem, 4.1318vw + 0.0184rem, 2rem);
  line-height: 1.25;
  font-weight: 400;
  color: #062030;
  margin: 0;
}
@media (min-width: 30rem) {
  header .hero {
    padding: 3.75rem 0;
  }
  header .hero .logo {
    margin-bottom: 3rem;
  }
  header .hero .logo img {
    width: 22.5rem;
  }
  header .hero h1 {
    font-size: 1.75rem;
    margin: 0 0 1.5rem;
  }
  header .hero p {
    font-size: 1.25rem;
  }
}
@media (min-width: 60rem) {
  header .hero {
    background-image: url("/assets/img/hero/builderjct-hero-bg-2560px.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 2.9538461538;
    text-align: left;
  }
  header .hero .logo {
    padding: 0;
    position: absolute;
    margin: 0;
    top: 3.125vw;
    left: 14.167vw;
    width: auto;
    height: auto;
  }
  header .hero .logo img {
    width: 33.4375vw;
    height: auto;
  }
  header .hero h1 {
    position: absolute;
    left: 6.6667vw;
    top: 17.375vw;
    font-size: 2.5vw;
    line-height: 1.125;
  }
  header .hero p {
    position: absolute;
    left: 6.6667vw;
    top: 26.125vw;
    font-size: 1.25vw;
    line-height: 1.5;
  }
  header .hero::before {
    content: "";
    display: block;
    height: 0.125rem;
    width: 4.1667vw;
    position: absolute;
    left: 6.6667vw;
    top: 24.5625vw;
    background: #839098;
  }
}
header .blocks {
  background: #ffffff;
}
header .blocks .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  width: 100%;
}
header .blocks .container > div {
  height: 10rem;
  background-size: clamp(2.5rem, 6.2016vw + 1.0271rem, 4rem) clamp(2.5rem, 6.2016vw + 1.0271rem, 4rem);
  background-repeat: no-repeat;
  background-position: 0.3125rem center;
  position: relative;
  padding-right: clamp(1rem, 6.2016vw - 0.4729rem, 2.5rem);
  padding-bottom: 1rem;
  padding-top: 3rem;
  padding-left: clamp(3rem, 8.2687vw + 1.0362rem, 5rem);
  text-align: left;
}
header .blocks .container > div h2 {
  font-size: clamp(0.75rem, 1.0336vw + 0.5045rem, 1rem);
  line-height: 1.125;
  margin: 0 0 0.5rem;
}
header .blocks .container > div p {
  font-size: clamp(0.75rem, 1.0336vw + 0.5045rem, 1rem);
  line-height: 1.125;
  margin: 0;
}
header .blocks .container > div::before, header .blocks .container > div::after {
  content: "";
  display: block;
  background: #e6e9ea;
  position: absolute;
}
header .blocks .container > div::before {
  width: 1px;
}
header .blocks .container > div::after {
  height: 1px;
}
header .blocks .container > div:nth-child(1)::before, header .blocks .container > div:nth-child(3)::before {
  right: 0;
  top: 20%;
  bottom: 20%;
}
header .blocks .container > div:nth-child(2)::before, header .blocks .container > div:nth-child(4)::before {
  left: 0;
  top: 20%;
  bottom: 20%;
}
header .blocks .container > div:nth-child(1)::after, header .blocks .container > div:nth-child(2)::after {
  bottom: 0;
  left: 20%;
  right: 20%;
}
header .blocks .container > div:nth-child(3)::after, header .blocks .container > div:nth-child(4)::after {
  top: 0;
  left: 20%;
  right: 20%;
}
header .blocks .container > div.fast {
  background-image: url("/assets/img/hero/contract.svg");
}
header .blocks .container > div.expert {
  background-image: url("/assets/img/hero/worker.svg");
}
header .blocks .container > div.risk {
  background-image: url("/assets/img/hero/shield.svg");
}
header .blocks .container > div.trust {
  background-image: url("/assets/img/hero/handshake.svg");
}
@media (min-width: 48rem) {
  header .blocks .container > div {
    padding-right: 3.5rem;
    padding-left: 6.25rem;
    background-position: 1.25rem center;
    background-size: 4rem 4rem;
  }
}
@media (min-width: 60rem) {
  header .blocks .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  header .blocks .container > div {
    height: auto;
    padding-right: clamp(1rem, 12.5vw - 6.5rem, 3.5rem);
    padding-left: clamp(4rem, 11.25vw - 2.75rem, 6.25rem);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-position: clamp(0.375rem, 4.375vw - 2.25rem, 1.25rem) center;
    background-size: clamp(3rem, 5vw, 4rem) clamp(3rem, 5vw, 4rem);
  }
  header .blocks .container > div:nth-child(1)::before {
    display: none;
  }
  header .blocks .container > div:nth-child(2)::before, header .blocks .container > div:nth-child(3)::before, header .blocks .container > div:nth-child(4)::before {
    height: auto;
    width: 1px;
    top: 20%;
    bottom: 20%;
    left: 0;
    right: unset;
  }
  header .blocks .container > div:nth-child(1)::after, header .blocks .container > div:nth-child(2)::after, header .blocks .container > div:nth-child(3)::after {
    height: auto;
    width: 1px;
    top: 20%;
    bottom: 20%;
    left: unset;
    right: 0;
  }
  header .blocks .container > div:nth-child(4)::after {
    display: none;
  }
}
@media (min-width: 80rem) {
  header .blocks .container {
    width: 80rem;
    margin: 0 auto;
  }
  header .blocks .container > div {
    padding-right: 3.5rem;
    padding-left: 6.25rem;
    background-position: 1.25rem center;
    background-size: 4rem 4rem;
  }
}
form {
  display: block;
  margin: 0;
  padding: 0;
}
form .input-group {
  background: #ffffff;
  margin: 0 0 1.5rem;
  position: relative;
  color: #062030;
  box-sizing: border-box;
}
form .input-group:has(> input) {
  height: 4rem;
}
form .input-group:has(> textarea) {
  height: 10rem;
}
@media (max-width: 59rem) {
  form .input-group:has(> textarea) {
    height: auto;
    min-height: 10rem;
  }
}
form .input-group label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 100%;
  color: #384d59;
  font-style: italic;
  padding: 0 1rem;
  line-height: 4rem;
  pointer-events: none;
  transition: all 100ms ease-out;
}
form .input-group input, form .input-group textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 1rem;
  font-size: 1rem;
  outline: none;
}
form .input-group input::placeholder, form .input-group textarea::placeholder {
  opacity: 0;
}
@media (max-width: 59rem) {
  form .input-group textarea {
    height: auto;
    overflow-y: hidden;
    resize: none;
  }
}
form .input-group:focus-within {
  outline: 0.25rem solid #a1c1d9;
}
form .input-group:focus-within, form .input-group:has(input:not(:placeholder-shown)), form .input-group:has(textarea:not(:placeholder-shown)) {
  padding-top: 1.75rem;
  padding-bottom: 0.75rem;
}
form .input-group:focus-within label, form .input-group:has(input:not(:placeholder-shown)) label, form .input-group:has(textarea:not(:placeholder-shown)) label {
  font-size: 0.875rem;
  height: 1rem;
  line-height: 2rem;
  font-style: normal;
  font-weight: 600;
  color: #062030;
}
form .input-group:has(p.error) {
  outline: 0.25rem solid #d32f2f;
  margin-bottom: 3.5rem;
}
form .input-group:has(p.error) p.error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #d32f2f;
  color: #ffffff;
  margin: 0;
  line-height: 2;
  outline: 0.25rem solid #d32f2f;
  padding: 0 1rem 0 2rem;
}
form .input-group:has(p.error) p.error::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/assets/img/error.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0.375rem;
  left: 0.5rem;
}
form button {
  display: block;
  height: 4rem;
  width: 100%;
  border: none;
  background-color: #1565a0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
form button:focus {
  outline: 0.25rem solid #a1c1d9;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.about {
  overflow: hidden;
}
.about .content-container > div {
  max-width: 40rem;
  margin: 0 auto;
}
.about .content-container::after {
  content: "";
  display: block;
  aspect-ratio: 1.5;
  background-image: url("/assets/img/about.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 4rem -1.5rem -4rem -1.5rem;
}
@media (min-width: 80rem) {
  .about {
    background: #cdd2d6;
  }
  .about .content-container {
    position: relative;
    background: #f3f4f5;
    padding: 4rem 0;
  }
  .about .content-container > div {
    padding-left: 2.25rem;
    padding-right: calc(50% + 2.25rem);
    max-width: unset;
  }
  .about .content-container::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    aspect-ratio: unset;
    margin: 0;
  }
}
@media (min-width: 120rem) {
  .about .content-container {
    max-width: 115rem;
  }
  .about .content-container > div {
    padding-left: 3rem;
    padding-right: calc(50% + 3rem);
    width: auto;
  }
}
.newsletter button {
  margin-top: 1rem;
}
body:not([isMobile="true"]) .cta {
  display: none;
}
body[isMobile="true"] .cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  overflow: hidden;
  background-color: #1f3645;
  box-shadow: 0 -0.125rem 0.25rem 0 rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.875rem;
}
body[isMobile="true"] .cta a {
  display: block;
  width: 25%;
  flex-grow: 0;
  height: 4rem;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
body[isMobile="true"] .cta a svg {
  display: block;
  margin: 0.5rem auto 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
footer {
  padding: 1.5rem 1.5rem;
  background-color: #031018;
  color: #ffffff;
  font-size: 0.875rem;
}
footer nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-bottom: 2rem;
}
footer nav a {
  flex-grow: 0;
  text-decoration: none;
  color: inherit;
  display: block;
  line-height: 2;
}
footer .copyright {
  text-align: center;
  margin: 0;
}
footer .copyright .mdash {
  display: inline-block;
  margin: 0 0.25rem;
}
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus-visible {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0.75rem 1.5rem;
  clip: auto;
  white-space: normal;
  background-color: #ffffff;
  color: #062030;
  font-weight: 600;
  font-size: 1rem;
  z-index: 9999;
  outline: 0.25rem solid #4484b3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
