:root {
  --val-blue: #5798df;
  --val-dark: #1c315e;
  --val-white: #ffffff;
  --val-shadow: 0 7px 18px rgba(22, 43, 79, 0.12);
  --val-design-width: 1140px;
}

.val-homepage-active .site-header,
.val-homepage-active .page-header,
.val-homepage-active .entry-title,
.val-homepage-active footer {
  display: none;
}

.val-homepage-active .site-main,
.val-homepage-active .page-content,
.val-homepage-active .entry-content {
  margin: 0 !important;
  max-width: none !important;
  padding: 0;
  width: 100% !important;
}

.val-homepage-active,
.val-homepage-active body {
  background: var(--val-white);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

.val-homepage-active html,
.val-homepage-active body {
  width: 100%;
}

.val-homepage-active #content.site-main {
  left: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: none !important;
  position: relative;
  width: 100vw !important;
}

.val-homepage-active #page,
.val-homepage-active .site,
.val-homepage-active .site-content,
.val-homepage-active .content-area {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.val-home {
  background: var(--val-white);
  color: var(--val-dark);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: var(--val-design-width);
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
}

.val-home * {
  box-sizing: border-box;
}

.val-site-header {
  background: var(--val-white);
  height: 93px;
  position: relative;
  z-index: 20;
}

.val-nav {
  align-items: center;
  display: flex;
  height: 93px;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.val-brand {
  display: block;
  height: 73px;
  text-decoration: none;
  width: 106px;
}

.val-brand img {
  display: block;
  height: 73px;
  object-fit: contain;
  width: 106px;
}

.val-nav-links {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  padding-top: 1px;
}

.val-nav-links a {
  color: var(--val-dark);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.val-support-link {
  align-items: center;
  background: var(--val-blue);
  border-radius: 7px;
  color: var(--val-white) !important;
  display: inline-flex;
  gap: 6px;
  height: 28px;
  justify-content: center;
  min-width: 98px;
  padding: 0 11px;
}

.val-support-link span:first-child {
  font-size: 17px;
  font-weight: 400;
  line-height: 0;
  transform: translateY(-1px);
}

.val-hero {
  background: var(--val-white);
  height: 497px;
  position: relative;
  width: 100%;
}

.val-hero-image {
  display: block;
  height: 497px;
  left: 326px;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  width: calc(100% - 326px);
  z-index: 1;
}

.val-hero-fade {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 22%, rgba(255, 255, 255, 0.78) 38%, rgba(255, 255, 255, 0.14) 61%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  inset: 0;
  position: absolute;
  z-index: 2;
}

.val-hero-content {
  left: 0;
  position: absolute;
  top: 35px;
  width: 900px;
  z-index: 5;
}

.val-hero h1 {
  color: var(--val-dark);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  white-space: nowrap;
}

.val-title-wave {
  display: block;
  height: 10px;
  margin: 16px 0 14px;
  width: 62px;
}

.val-hero-text {
  color: var(--val-dark);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.28;
  margin: 0;
}

.val-hero-text strong {
  font-weight: 800;
}

.val-actions {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.val-button {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 33px;
  justify-content: center;
  min-width: 120px;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}

.val-button-primary {
  background: var(--val-blue);
  color: var(--val-white);
  min-width: 168px;
}

.val-button-secondary {
  background: var(--val-white);
  border: 1px solid var(--val-blue);
  color: var(--val-blue);
  min-width: 121px;
}

.val-stats {
  align-items: center;
  background: var(--val-white);
  border-radius: 7px;
  box-shadow: var(--val-shadow);
  display: grid;
  gap: 22px;
  grid-template-columns: 185px 175px 175px 130px;
  height: 65px;
  left: 0;
  padding: 0 26px;
  position: absolute;
  top: 369px;
  width: 785px;
  z-index: 8;
}

.val-stat {
  align-items: center;
  display: flex;
  gap: 15px;
  min-width: 0;
}

.val-stat img {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.val-stat:nth-child(1) img {
  height: 41px;
  width: 41px;
}

.val-stat:nth-child(2) img {
  height: 34px;
  width: 48px;
}

.val-stat:nth-child(3) img {
  height: 40px;
  width: 40px;
}

.val-stat:nth-child(4) img {
  height: 43px;
  width: 43px;
}

.val-stat p {
  color: var(--val-dark);
  display: grid;
  font-size: 16px;
  line-height: 1.12;
  margin: 0;
  min-width: 0;
}

.val-stat strong {
  font-size: 16px;
  font-weight: 800;
}

.val-stat span {
  font-weight: 400;
  white-space: nowrap;
}

.val-bottom-wave {
  bottom: -1px;
  display: block;
  height: 36px;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 7;
}

@media (max-width: 900px) {
  .val-site-header,
  .val-nav {
    height: auto;
  }

  .val-nav {
    align-items: flex-start;
    gap: 20px;
    padding: 18px 22px;
  }

  .val-nav,
  .val-nav-links {
    flex-direction: column;
  }

  .val-nav-links {
    align-items: flex-start;
    gap: 13px;
  }

  .val-hero {
    height: auto;
    min-height: 720px;
  }

  .val-hero-image {
    height: 360px;
    left: 0;
    object-position: 58% top;
    top: 300px;
    width: 100%;
  }

  .val-hero-fade {
    background:
      linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.94) 41%, rgba(255, 255, 255, 0.2) 73%, #ffffff 100%),
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0) 100%);
  }

  .val-hero-content {
    left: 22px;
    top: 24px;
    width: calc(100% - 44px);
  }

  .val-hero h1 {
    font-size: 38px;
    max-width: 410px;
  }

  .val-hero-text br {
    display: none;
  }

  .val-actions {
    flex-wrap: wrap;
  }

  .val-stats {
    gap: 14px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    left: 22px;
    padding: 18px;
    top: 540px;
    width: calc(100% - 44px);
  }

  .val-stat {
    gap: 10px;
  }

  .val-stat p,
  .val-stat strong {
    font-size: 14px;
  }

  .val-stat span {
    white-space: normal;
  }
}
