@charset "UTF-8";
/*!
Theme Name: Apiject Theme
Text Domain: vanguard
Version: 1.0
Requires at least: WordPress 5.x
Description: Gutenberg ready theme for Apiject
Author: GoodFolk LLC
Author URI: https://goodfolk.agency/
Theme URI: https://goodfolk.agency/
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

/* // ------------------------------------------------ */
/* Folders*/
/* // ------------------------------------------------ */
/*
// ------------------------------------------------
// Colors
// ------------------------------------------------ */
:root {
  --color-dark: #1e1e1e;
  --color-white: #FFF;
  --color-white-rgb: 255, 255, 255;
  --color-lighter-green: #64B2A6;
  --color-darkblue: #313d3d;
  --color-lighter-green-rgb: 100, 178, 166;
  --color-blue-lines: #3D90CD;
  --color-blue-lines-rgb: 61, 144, 205;
  --color-green-dark: #3D6867;
  --color-blue-dark-rgb: 61, 104, 103;
  --color-blue-light: #9BE1FF;
  --color-blue-lighter: #E4F8FF;
  --color-cobalt: #035a82;
  --color-cobalt-rgb: 28, 25, 155;
  --color-cherry: #FF3B3B;
  --color-blue: #0879B0;
  --color-very-light-green: #D8DFBC;
  --color-gray-light: #F9F9F9;
  --color-gray-lighter: #F2F3F5;
  --color-light-blue-border: rgba(61, 144, 205, 0.50);
  --color-dark-green-nav: #3D6867;
  --color-blue-nav-rgb: 100, 178, 167;
  --color-green-highlight: #BBE800;
  --color-blue-highlight: #98E0FF;
  --gradient-footer: linear-gradient(72deg, var(--color-lighter-green) 34.9%, var(--color-cobalt) 206.37%);
  --gradient-home: linear-gradient(151deg, var(--color-lighter-green) 42.81%, var(--color-cobalt) 129.2%);
  /* Smooth + ordered stops (white → blue midband → cobalt) */
  --gradient-hero: linear-gradient(
                  127deg,
                  var(--color-white) 0%,
                  var(--color-white) 8%,
                  var(--color-lighter-green) 46%,
                  var(--color-lighter-green) 56%,
            /* longer, smoother blend into cobalt */
                  var(--color-cobalt) 74%,
                  var(--color-cobalt) 90%,
                  var(--color-dark) 100%
  );
  --gradient-contact: linear-gradient(
                  127deg,
                  var(--color-white) 0%,
                  var(--color-white) 8%,
                  var(--color-lighter-green) 46%,
                  var(--color-lighter-green) 56%,
            /* longer, smoother blend into cobalt */
                  var(--color-cobalt) 74%,
                  var(--color-cobalt) 90%,
                  var(--color-dark) 100%
  );
  --gradient-contactpage: linear-gradient(
                  120deg,
                  var(--color-white) 0%,
                  var(--color-white) 5%,
                  var(--color-lighter-green) 18%,
                  var(--color-lighter-green) 34%,
            /* longer, smoother blend into cobalt */
                  var(--color-cobalt) 52%,
                  var(--color-cobalt) 78%,
                  var(--color-dark) 100%
  );
  --gradient-companies: linear-gradient(
                  180deg,
                  var(--color-dark) 0%,
                  var(--color-lighter-green) 2%,
                  var(--color-lighter-green) 6%,
                  var(--color-cobalt) 20%,
                  var(--color-dark) 47%,
                  var(--color-dark) 52%,
                  var(--color-cobalt) 80%,
                  var(--color-lighter-green) 94%,
                  var(--color-lighter-green) 98%,
                  var(--color-dark) 100%
  );
  --gradient-companies-b: linear-gradient(
                  180deg,
                  var(--color-dark) 0%,
                  var(--color-lighter-green) 2%,
                  var(--color-lighter-green) 6%,
                  var(--color-cobalt) 20%,
                  var(--color-dark) 47%,
                  var(--color-dark) 52%,
                  var(--color-cobalt) 80%,
                  var(--color-lighter-green) 96%,
                  var(--color-lighter-green) 98%,
                  var(--color-dark) 100%
  );
  --gradient-companies-d: linear-gradient(
                  180deg,
                  var(--color-dark) 0%,
                  var(--color-lighter-green) 2%,
                  var(--color-lighter-green) 6%,
                  var(--color-cobalt) 20%,
                  var(--color-cobalt) 80%,
                  var(--color-lighter-green) 96%,
                  var(--color-lighter-green) 98%,
                  var(--color-dark) 100%
  );
  --gradient-companies-c: linear-gradient(
                  90deg,
                  var(--color-dark) 0%,
                  var(--color-lighter-green) 2%,
                  var(--color-lighter-green) 6%,
                  var(--color-cobalt) 20%,
                  var(--color-dark) 47%,
                  var(--color-dark) 52%,
                  var(--color-cobalt) 80%,
                  var(--color-lighter-green) 96%,
                  var(--color-lighter-green) 98%,
                  var(--color-dark) 100%
  );
  --gradient-light: linear-gradient(293deg, var(--color-blue-lighter) 31.42%, #FFF 92.33%);
  --gradient-testimonial: var(--gradient-hero);
  --pattern-line-vertical: linear-gradient(180deg, rgba(var(--color-blue-lines-rgb), 0.5) 50%, rgba(var(--color-blue-lines-rgb), 0) 50%);
  --pattern-line-horizontal: linear-gradient(90deg, rgba(var(--color-blue-lines-rgb), 0.5) 50%, rgba(var(--color-blue-lines-rgb), 0) 50%);
  --pattern-line-vertical-white: linear-gradient(180deg, rgba(var(--color-white-rgb), 0.5) 50%, rgba(var(--color-white-rgb), 0) 50%);
  --pattern-line-horizontal-white: linear-gradient(90deg, rgba(var(--color-white-rgb), 0.5) 50%, rgba(var(--color-white-rgb), 0) 50%);
  --pattern-line-vertical-blue: linear-gradient(180deg, rgba(var(--color-lighter-green-rgb), 0.5) 50%, rgba(var(--color-lighter-green-rgb), 0) 50%);
  --pattern-line-horizontal-blue: linear-gradient(90deg, rgba(var(--color-lighter-green-rgb), 0.5) 50%, rgba(var(--color-lighter-green-rgb), 0) 50%);
}

/* mobile-xs: 320px, */
/* mobile-sm: 375px, */
/* mobile-lg: 620px, */
/* tablet-sm: 768px, */
/* tablet-md: 840px, */
/* tablet-xl: 1012px, */
/* desktop-sm: 1180px, */
/* desktop-md: 1240px, */
/* desktop-xl: 1600px, */
/* $mobile-bleed: 30px;
$tablet-bleed: 30px;
$desktop-bleed: 105px; */
:root {
  --admin-bar-height: 16px;
  --side-margin: 30px;
  --side-line-padding: 15px;
  --header-height: 88px !important;
  --desktop-max-width: 1440px;
  --desktop-max-width-article: 1232px;
  --desktop-max-width-quote: 1200px;
  --section-padding: 120px;
  --section-padding-short: 64px;
  --section-padding-shorter: 32px;
}
@media screen and (max-width: 782px) {
  :root {
    --admin-bar-height: 46px;
  }
}
@media (min-width: 724px) {
  :root {
    --side-margin: 40px;
    --side-line-padding: 24px;
    --header-height: 128px;
  }
}
@media (min-width: 1240px) {
  :root {
    --side-margin: 106px;
    --side-line-padding: 37px;
  }
}

body {
  --font-size-xxs: 1.1rem;
  --font-size-xs: 1.2rem;
  --font-size-s: 1.7rem;
  --font-size-m: 1.9rem;
  --font-size-l: 2.1rem;
  --font-size-xl: 2.3rem;
  --font-size-xxl: 2.5rem;
  --wp--preset--font-size--small: var(--font-size-s);
  --wp--preset--font-size--medium: var(--font-size-m);
  --wp--preset--font-size--large: var(--font-size-l);
  --wp--preset--font-size--x-large: var(--font-size-xl);
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* #region Headlines */
.h_headline-home {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.4px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  color: var(--color-darkblue);
  text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.55);
}
@media (min-width: 724px) {
  .h_headline-home {
    font-size: 5.2rem;
  }
}
@media (min-width: 1240px) {
  .h_headline-home {
    font-size: 5.2rem;
    letter-spacing: -2.4px;
  }
}
.h_headline-home strong {
  color: #FFF;
  font-weight: inherit;
}

.h_headline-home-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.55);
  color: var(--color-lighter-green);
}
@media (min-width: 724px) {
  .h_headline-home-light {
    font-size: 5.2rem;
  }
}
@media (min-width: 1240px) {
  .h_headline-home-light {
    font-size: 9rem;
    letter-spacing: -2.4px;
  }
}
.h_headline-home-light strong {
  color: var(--color-cobalt);
  font-weight: inherit;
}

.h_headline-hero {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--color-green-dark);
}
@media (min-width: 1240px) {
  .h_headline-hero {
    font-size: 5.6rem;
  }
}
.h_headline-hero strong {
  color: #ffffff;
  font-weight: inherit;
}

.h_headline-section {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--color-lighter-green);
}
@media (min-width: 1240px) {
  .h_headline-section {
    font-size: 5.6rem;
  }
}
.h_headline-section strong {
  color: var(--color-cobalt);
  font-weight: inherit;
}

h1, .h_headline-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.55);
}
@media (min-width: 724px) {
  h1, .h_headline-1 {
    font-size: 5.2rem;
  }
}
@media (min-width: 1240px) {
  h1, .h_headline-1 {
    font-size: 9rem;
    letter-spacing: -2.4px;
  }
}

h2, .h_headline-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.1;
  letter-spacing: 0;
}
@media (min-width: 1240px) {
  h2, .h_headline-2 {
    font-size: 5.6rem;
  }
}

h3, .h_headline-3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: 0;
}
@media (min-width: 1240px) {
  h3, .h_headline-3 {
    font-size: 4rem;
  }
}

h4, .h_headline-4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 1240px) {
  h4, .h_headline-4 {
    font-size: 2.8rem;
  }
}

h5, .h_headline-5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 1240px) {
  h5, .h_headline-5 {
    font-size: 2.2rem;
  }
}

h6, .h_headline-6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 1240px) {
  h6, .h_headline-6 {
    font-size: 2rem;
  }
}

/* #endregion */
/* #region Paragraphs */
.p_body-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: var(--font-size-xl);
  line-height: 1.35;
}

.p_body-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-m);
  line-height: 1.5;
}

.p_body-2-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--font-size-m);
  line-height: 1.5;
}

.p_body-3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-s);
  line-height: 1.4;
  letter-spacing: 0.3px;
}

.h_text.text-sm {
  font-size: var(--font-size-s);
}
.h_text.text-lg {
  font-size: var(--font-size-l);
}
.h_text.text-xl {
  font-size: var(--font-size-xl);
}

/* #endregion */
/* #region Tags */
.h_tag-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--font-size-s);
  line-height: 1.3;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.h_tag-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--font-size-xxs);
  line-height: 1.4;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

/* #endregion */
/* -----------------------------------------------------------------------------
 * Wrapper
 * ----------------------------------------------------------------------------- */
.h_wrapper {
  max-width: var(--desktop-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
}
.h_wrapper.center {
  text-align: center;
}

.h_header-space {
  padding-bottom: var(--header-height);
  background: transparent !important;
}

.h_colored-section {
  background: transparent;
}
.h_colored-section .acf-innerblocks-container > :last-child {
  margin-bottom: 0;
}
.h_colored-section > div {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.h_colored-section.padding-top-short > div {
  padding-top: var(--section-padding-short);
}
.h_colored-section.padding-top-shorter > div {
  padding-top: var(--section-padding-shorter);
}
.h_colored-section.padding-top-no > div {
  padding-top: 0px;
}
.h_colored-section.padding-bottom-short > div {
  padding-bottom: var(--section-padding-short);
}
.h_colored-section.padding-bottom-shorter > div {
  padding-bottom: var(--section-padding-shorter);
}
.h_colored-section.padding-bottom-no > div {
  padding-bottom: 0px;
}
.h_colored-section.top-border {
  border-top: 1px solid rgba(var(--color-blue-lines-rgb), 0.5);
}
.h_colored-section.bg-light-gray {
  background: var(--color-gray-lighter);
}
.h_colored-section.bg-light-gradient {
  background: var(--gradient-light);
}
.h_colored-section.bg-blue-gradient {
  background: var(--gradient-testimonial);
}
.h_colored-section.bg-dark-blue {
  background: var(--color-green-dark);
}

.h_dotted-line {
  pointer-events: none;
}
.h_dotted-line.vertical {
  width: 1px;
  background: repeat-y top center;
  background-size: 1px 16px;
}
.h_dotted-line.horizontal {
  height: 1px;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 16px 1px;
}
.h_border-wrapper {
  position: relative;
}
.h_border-wrapper::before, .h_border-wrapper::after {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  width: 1px;
  background-size: 1px 16px;
}
.h_border-wrapper.left-border::before {
  left: var(--side-line-padding);
}
.h_border-wrapper.right-border::after {
  right: var(--side-line-padding);
}
/* -----------------------------------------------------------------------------
 * Buttons
 * ----------------------------------------------------------------------------- */
.h_cta {
  display: inline-block;
  padding: 22px 24px;
  font-size: 1.4rem;
  line-height: 1.28;
  min-width: 100px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: 1px solid var(--color-lighter-green);
  background-color: var(--color-lighter-green);
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
  text-align: center;
  border-radius: 40px;
}
.h_cta.size-small {
  padding: 10px 24px;
}
.h_cta.style-bordered {
  background-color: rgba(255, 255, 255, 0);
  color: var(--color-lighter-green);
}
.h_cta.style-bordered-white {
  background-color: rgba(255, 255, 255, 0);
  color: #FFF;
  border-color: #FFF;
}
.h_cta.style-white {
  background-color: #FFF;
  border-color: #FFF;
  color: var(--color-green-dark);
}
.h_cta.style-green {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-green-dark);
}
.h_cta.style-blue-dark {
  background-color: var(--color-green-dark);
  border-color: var(--color-green-dark);
}
.h_cta.style-white-blue {
  background-color: var(--color-white);
  border-color: var(--color-lighter-green);
  color: var(--color-lighter-green);
}

.h_input-text {
  background: transparent;
  max-width: 100%;
  padding: 10px 60px 10px 24px;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: unset;
}
.h_input-text::placeholder {
  font-weight: 300;
  color: unset;
}

.h_input-checkbox {
  width: 24px;
  height: 24px;
  appearance: none;
  background: transparent;
  border: 1px solid var(--color-cobalt);
  border-radius: 4px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.h_input-checkbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/check.svg");
  opacity: 0;
  z-index: -1;
}
.h_input-checkbox:checked {
  background: var(--color-cobalt);
}
.h_input-checkbox:checked::before {
  opacity: 1;
  z-index: 1;
}

.h_select {
  width: 196px;
  height: 46px;
  background: transparent;
  padding: 1px 24px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  cursor: pointer;
}
@media (min-width: 992px) {
  .h_select {
    width: 245px;
  }
}
@media (min-width: 1240px) {
  .h_select {
    padding-right: 42px;
  }
}

.h_card-image {
  display: block;
}
.h_card-image .thumb {
  position: relative;
  aspect-ratio: 1.78;
}
.h_card-image .thumb .image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_card-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.h_card-image .overlay .play-icon {
  display: none;
  height: 52px;
  width: 52px;
  background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/video-play.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1240px) {
  .h_card-image .overlay .play-icon {
    height: 73px;
    width: 73px;
  }
}
.h_card-image.isVideo .overlay .play-icon {
  display: block;
}
.h_card-image:hover .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.h_card-image:hover .overlay .play-icon {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  margin: 0;
  overflow-x: hidden;
  font-display: swap;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-green-dark);
  /* Single fixed right-side decoration (animates only after scroll) */
  /* On scroll: run the opacity animation */
}
html::before {
  content: "";
  position: fixed;
  top: 0;
  right: -20px;
  height: 100vh;
  width: min(560px, 42vw);
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/home-hero-hexagons_colorAdj_95.png");
  background-repeat: repeat-y;
  background-position: right center;
  background-size: contain;
  opacity: 0.35;
  transition: none;
  animation: none;
  pointer-events: none;
  z-index: 0;
}
html.isScrolled::before {
  animation: vgdHexOpacity 45s ease-in-out infinite;
}

@keyframes vgdHexOpacity {
  0%, 100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-m);
  line-height: 1.5;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  html::before {
    animation: none !important;
    opacity: 0.35;
  }
}
/* Ensure common layout containers sit above the global decoration */
body > * {
  position: relative;
  z-index: 1;
}

img,
object,
iframe,
embed {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

a {
  color: inherit;
}

strong {
  font-weight: 600;
}

img {
  width: 100%;
  height: auto;
}

/* =WordPress Core - only for content inside a <p> so it affects Classic Text blocks and doesn't affect image GB blocks
-------------------------------------------------------------- */
p .alignnone {
  margin: 5px 5px 20px 0;
}
p .aligncenter,
p div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
p .alignright {
  float: right;
  width: unset;
  margin: 5px 0 20px 20px;
}
p .alignleft {
  float: left;
  width: unset;
  margin: 5px 20px 20px 0;
}
p a img.alignright {
  float: right;
  width: unset;
  margin: 5px 0 20px 20px;
}
p a img.alignnone {
  margin: 5px 20px 20px 0;
}
p a img.alignleft {
  float: left;
  width: unset;
  margin: 5px 20px 20px 0;
}
p a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
p .wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 0px 10px 0;
  text-align: center;
}
p .wp-caption.alignnone {
  margin: 5px 0px 20px 0;
}
p .wp-caption.alignleft {
  margin: 5px 0px 20px 0;
}
p .wp-caption.alignright {
  margin: 5px 0 20px 0px;
}
p .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.frm_forms form .form-field,
.frm_style_formidable-style.with_frm_style form .form-field {
  padding: 30px 0 0;
  margin-bottom: 16px;
}
@media (min-width: 724px) {
  .frm_forms form .form-field,
  .frm_style_formidable-style.with_frm_style form .form-field {
    margin-bottom: 54px;
  }
}
.frm_forms form .form-field label,
.frm_style_formidable-style.with_frm_style form .form-field label {
  padding: 0;
  font-size: 17px;
  color: var(--color-dark);
  font-weight: 500;
  top: 10px;
}
@media (min-width: 724px) {
  .frm_forms form .form-field label,
  .frm_style_formidable-style.with_frm_style form .form-field label {
    font-size: 20px;
  }
}
.frm_forms form .form-field input,
.frm_forms form .form-field select,
.frm_forms form .form-field textarea,
.frm_style_formidable-style.with_frm_style form .form-field input,
.frm_style_formidable-style.with_frm_style form .form-field select,
.frm_style_formidable-style.with_frm_style form .form-field textarea {
  height: 32px;
  font-family: "Montserrat", sans-serif;
  padding: 5px 0;
  font-size: 17px;
  color: var(--color-dark);
  background: none !important;
  border-radius: 0;
  box-shadow: none !important;
  font-weight: 300;
}
.frm_forms form .form-field input option,
.frm_forms form .form-field select option,
.frm_forms form .form-field textarea option,
.frm_style_formidable-style.with_frm_style form .form-field input option,
.frm_style_formidable-style.with_frm_style form .form-field select option,
.frm_style_formidable-style.with_frm_style form .form-field textarea option {
  padding: 3px 0;
}
@media (min-width: 724px) {
  .frm_forms form .form-field input,
  .frm_forms form .form-field select,
  .frm_forms form .form-field textarea,
  .frm_style_formidable-style.with_frm_style form .form-field input,
  .frm_style_formidable-style.with_frm_style form .form-field select,
  .frm_style_formidable-style.with_frm_style form .form-field textarea {
    font-size: 20px;
  }
}
.frm_forms form .form-field input:focus,
.frm_forms form .form-field select:focus,
.frm_forms form .form-field textarea:focus,
.frm_style_formidable-style.with_frm_style form .form-field input:focus,
.frm_style_formidable-style.with_frm_style form .form-field select:focus,
.frm_style_formidable-style.with_frm_style form .form-field textarea:focus {
  border-color: var(--color-dark) !important;
  color: unset !important;
}
.frm_forms form .form-field textarea,
.frm_style_formidable-style.with_frm_style form .form-field textarea {
  height: auto;
  min-height: 1em;
}
.frm_forms form .form-field.frm_html_container,
.frm_style_formidable-style.with_frm_style form .form-field.frm_html_container {
  border: none;
  font-size: 1.2rem;
  color: unset;
  letter-spacing: 1px;
}
.frm_forms form .form-field.frm_label_float_top label,
.frm_style_formidable-style.with_frm_style form .form-field.frm_label_float_top label {
  font-size: 1.6rem;
  top: 0;
}
@media (min-width: 724px) {
  .frm_forms form .form-field.frm_label_float_top label,
  .frm_style_formidable-style.with_frm_style form .form-field.frm_label_float_top label {
    font-size: 18px;
  }
}
.frm_forms form .form-field:not(:has(~ .form-field)),
.frm_style_formidable-style.with_frm_style form .form-field:not(:has(~ .form-field)) {
  padding-top: 0;
  margin-bottom: 32px;
}
@media (min-width: 724px) {
  .frm_forms form .form-field:not(:has(~ .form-field)),
  .frm_style_formidable-style.with_frm_style form .form-field:not(:has(~ .form-field)) {
    margin-bottom: 40px;
  }
}
.frm_forms form .form-field :invalid,
.frm_style_formidable-style.with_frm_style form .form-field :invalid {
  color: unset;
}
.frm_forms form .frm_inside_container:not(:has(~ .frm_inside_container)),
.frm_style_formidable-style.with_frm_style form .frm_inside_container:not(:has(~ .frm_inside_container)) {
  margin-bottom: 16px;
}

.frm_fields_container > div:has(.frm_verify) {
  width: 0;
  height: 0;
  overflow: hidden;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-links > a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FFF;
}
.social-links .facebook {
  mask-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/stack/svg/sprite.stack.svg#facebook");
}
.social-links .youtube {
  mask-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/stack/svg/sprite.stack.svg#youtube");
}
.social-links .instagram {
  mask-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/stack/svg/sprite.stack.svg#instagram");
}
.social-links .email {
  mask-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/stack/svg/sprite.stack.svg#email");
}
.social-links .twitter {
  mask-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/stack/svg/sprite.stack.svg#icon-x");
}
.social-links .linkedin {
  mask-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/stack/svg/sprite.stack.svg#linkedin");
}

body .anim_from-bottom {
  opacity: 0;
  transform: translateY(80px);
}
body .anim_from-bottom.startAnimation {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.6s, transform 0.6s;
}
body .anim_from-top {
  opacity: 0;
  transform: translateY(-80px);
}
body .anim_from-top.startAnimation {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.6s, transform 0.6s;
}
body .anim_from-left {
  opacity: 0;
  transform: translateX(0px);
}
body .anim_from-left.startAnimation {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s, transform 0.6s;
}
@media (min-width: 768px) {
  body .anim_from-left {
    transform: translateX(-160px);
  }
  body .anim_from-left.startAnimation {
    transform: translateX(0px);
  }
}
body .anim_from-right {
  opacity: 0;
  transform: translateX(0px);
}
body .anim_from-right.startAnimation {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s, transform 0.6s;
}
@media (min-width: 768px) {
  body .anim_from-right {
    transform: translateX(160px);
  }
  body .anim_from-right.startAnimation {
    transform: translateX(0px);
  }
}
body .anim_fade-in {
  opacity: 0;
}
body .anim_fade-in.startAnimation {
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInFromBottom {
  0% {
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
/* This is an auto-updated file, touch at your own peril */
/* UBody */
body.u_body.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}
body.u_body.no-scroll.admin-bar {
  max-height: calc(100vh - var(--admin-bar-height));
}

/* UFooter */
footer.u_footer {
  padding: 40px 0 40px;
  background: transparent;
  color: var(--color-green-dark);
  font-size: var(--font-size-s);
  clear: both;
}
@media (min-width: 1240px) {
  footer.u_footer {
    padding: 25px 0 0;
  }
}
footer.u_footer .h_wrapper .top-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1240px) {
  footer.u_footer .h_wrapper .top-section {
    flex-direction: row;
    gap: 15%;
  }
}
@media (min-width: 1240px) {
  footer.u_footer .h_wrapper .top-section .info-col {
    width: 35%;
  }
}
footer.u_footer .h_wrapper .top-section .info-col .logo img {
  width: 146px;
  height: 41px;
}
@media (min-width: 724px) {
  footer.u_footer .h_wrapper .top-section .info-col .logo img {
    width: 265px;
    height: 56px;
  }
}
footer.u_footer .h_wrapper .top-section .info-col p {
  margin: 20px 0 20px 28px;
}
footer.u_footer .h_wrapper .top-section .info-col a {
  text-decoration: none;
  font-size: 1.4rem;
  margin-bottom: 16px;
  display: block;
  max-width: 360px;
}
@media (min-width: 1240px) {
  footer.u_footer .h_wrapper .top-section .info-col a {
    margin: 0 0 0 28px;
    width: fit-content;
  }
}
footer.u_footer .h_wrapper .top-section .info-col .text {
  font-family: "Montserrat", sans-serif;
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1240px) {
  footer.u_footer .h_wrapper .top-section .info-col .text {
    margin: 0 0 0 28px;
  }
}
footer.u_footer .h_wrapper .top-section .info-col .btn {
  margin-bottom: 56px;
}
@media (min-width: 1240px) {
  footer.u_footer .h_wrapper .top-section .info-col .btn {
    margin: 0 0 40px 28px;
  }
}
footer.u_footer .h_wrapper .top-section .menus {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
  flex: 1;
}
@media (min-width: 724px) {
  footer.u_footer .h_wrapper .top-section .menus {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  footer.u_footer .h_wrapper .top-section .menus {
    width: 43%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
footer.u_footer .h_wrapper .top-section .menus .menu {
  padding: 0px;
  margin: 0px;
}
footer.u_footer .h_wrapper .top-section .menus .menu .menu-item {
  list-style-type: none;
  margin-bottom: 16px;
}
footer.u_footer .h_wrapper .top-section .menus .menu .menu-item a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
footer.u_footer .h_wrapper .social-links {
  display: none;
}
@media (min-width: 724px) {
  footer.u_footer .h_wrapper .social-links {
    display: flex;
    margin-right: 31px;
  }
}
footer.u_footer .h_wrapper .social-links.mobile {
  display: flex;
  align-self: self-end;
  justify-self: flex-end;
  padding-bottom: 12px;
}
@media (min-width: 724px) {
  footer.u_footer .h_wrapper .social-links.mobile {
    display: none;
  }
}
footer.u_footer .bottom-footer {
  background: var(--gradient-footer);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 6px 131px;
}
@media (min-width: 724px) {
  footer.u_footer .bottom-footer {
    flex-direction: row;
  }
}
footer.u_footer .bottom-footer .left-section {
  display: flex;
  align-items: center;
}
footer.u_footer .bottom-footer .left-section .copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 724px) {
  footer.u_footer .bottom-footer .left-section .copyright {
    margin-bottom: 0px;
    margin-left: 30px;
  }
}
footer.u_footer .bottom-footer .right-section p {
  margin-bottom: 0px;
}
footer.u_footer .bottom-footer .right-section a {
  text-decoration: none;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid var(--color-white);
}
footer.u_footer .bottom-footer .right-section a:nth-last-child(1) {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
footer.u_footer .footer-mailing-modal {
  display: none;
}
footer.u_footer .footer-mailing-modal.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  overflow-y: scroll;
}
footer.u_footer .footer-mailing-modal.active .modal-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#VangardCompanies {
  margin: 40px 0;
  padding: 40px 0 40px;
  background: var(--gradient-companies-c);
  color: var(--color-white);
  font-size: var(--font-size-s);
  clear: both;
  /* Keep logos (and reflection) above the background gradient */
  position: relative;
  isolation: isolate;
}
#VangardCompanies .h_headline-1 {
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.2;
  padding: unset !important;
  margin: unset !important;
  opacity: 0.8;
  text-align: center;
}
@media (min-width: 724px) {
  #VangardCompanies .h_headline-1 {
    font-size: clamp(20px, 1.8vw, 32px);
    text-align: left;
  }
}
@media (min-width: 1240px) {
  #VangardCompanies .h_headline-1 {
    font-size: 28px;
  }
}
#VangardCompanies .u_company-logos-wrapper {
  width: 100%;
}
#VangardCompanies .info-col {
  width: 100%;
}
#VangardCompanies .u_company-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  justify-items: center;
  margin-top: 54px;
  width: 100%;
  /* Layout variants based on rendered logo count */
}
@media (min-width: 724px) {
  #VangardCompanies .u_company-logos {
    gap: 32px 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1240px) {
  #VangardCompanies .u_company-logos {
    gap: 32px 48px;
    margin-top: 15px;
  }
}
@media (min-width: 724px) {
  #VangardCompanies .u_company-logos.has-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1240px) {
  #VangardCompanies .u_company-logos.has-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 724px) {
  #VangardCompanies .u_company-logos.has-4 {
    /* 4 logos: use 2 columns on tablet (2x2) */
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1240px) {
  #VangardCompanies .u_company-logos.has-4 {
    /* 4 logos: single row on desktop */
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#VangardCompanies .u_company-logos .company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  /* Optional per-logo hover color. Set in markup via style="--logo-glow: ..." */
  --logo-glow: rgba(58, 185, 252, 0.71);
  /* Apply to both images so reflection glows too */
  /* Fallback for browsers without color-mix() */
  /* Markup-based Apple-style reflection (reliable across browsers) */
}
#VangardCompanies .u_company-logos .company-logo a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Rollover glow */
  transition: filter 180ms ease;
}
#VangardCompanies .u_company-logos .company-logo a:hover,
#VangardCompanies .u_company-logos .company-logo a:focus-visible {
  filter: drop-shadow(0 10px 16px var(--logo-glow)) drop-shadow(0 0 24px color-mix(in srgb, var(--logo-glow) 70%, transparent));
}
@media (prefers-reduced-motion: reduce) {
  #VangardCompanies .u_company-logos .company-logo a {
    transition: none;
  }
}
@supports not (color: color-mix(in srgb, white, black)) {
  #VangardCompanies .u_company-logos .company-logo a:hover,
  #VangardCompanies .u_company-logos .company-logo a:focus-visible {
    filter: drop-shadow(0 10px 16px var(--logo-glow)) drop-shadow(0 0 20px var(--logo-glow));
  }
}
#VangardCompanies .u_company-logos .company-logo img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
#VangardCompanies .u_company-logos .company-logo img.logo {
  height: 64px;
  position: relative;
  z-index: 2;
}
@media (min-width: 724px) {
  #VangardCompanies .u_company-logos .company-logo img.logo {
    height: 76px;
  }
}
@media (min-width: 1240px) {
  #VangardCompanies .u_company-logos .company-logo img.logo {
    height: 84px;
  }
}
#VangardCompanies .u_company-logos .company-logo img.reflection {
  height: 64px;
  margin-top: 4px;
  transform: scaleY(-1);
  transform-origin: top;
  opacity: 0.28;
  top: 62px;
  /* Fade-out mask */
  filter: blur(0.2px);
  pointer-events: none;
  z-index: 1;
  position: relative;
}
@media (min-width: 724px) {
  #VangardCompanies .u_company-logos .company-logo img.reflection {
    height: 76px;
    margin-top: 8px;
  }
}
@media (min-width: 1240px) {
  #VangardCompanies .u_company-logos .company-logo img.reflection {
    height: 84px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #VangardCompanies .u_company-logos .company-logo img.reflection {
    filter: none;
  }
}
@media (min-width: 724px) {
  #VangardCompanies {
    /* Tablet/desktop background */
    background: var(--gradient-companies-d);
  }
}

/* UHeader */
header.u_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--color-dark);
  z-index: 1000;
  /* Pre-scroll (static) hamburger line color */
}
header.u_header .top-header {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  width: 100%;
  transition: background-color 0.3s;
}
header.u_header .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
}
@media (min-width: 724px) {
  header.u_header .content {
    padding: 40px 0 32px;
  }
}
header.u_header .content::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid var(--color-green-dark);
  bottom: 0;
  left: 0;
  width: 200vw;
  transition: left 0.3s, border-bottom-color 0.3s;
}
header.u_header .content .logo {
  display: block;
}
header.u_header .content .logo img {
  display: block;
  width: 265px;
  height: 56px;
}
@media (min-width: 724px) {
  header.u_header .content .logo img {
    width: 265px;
    height: 56px;
  }
}
header.u_header .content .buttons {
  display: flex;
  gap: 24px;
  border: 2px solid var(--color-green-dark);
  border-radius: 4px;
  background-color: var(--color-white);
  padding: 2px 2px 4px 2px;
}
@media (min-width: 724px) {
  header.u_header .content .buttons {
    gap: 40px;
  }
}
header.u_header .content .menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 32px;
  height: 24px;
  padding-top: 3px;
}
header.u_header .content .menu-toggle .line {
  width: 100%;
  height: 3px;
  border-radius: 4px;
  /* background-color for the hamburger pre-scroll*/
  background-color: var(--color-green-dark);
  transition: 300ms;
}
header.u_header .content .global-search-button {
  display: none;
  border: none;
  background: transparent;
  color: #FFF;
  cursor: pointer;
}
header.u_header .content .global-search-button .search-icon {
  width: 24px;
  height: 24px;
}
header.u_header .content .close-search-overlay {
  border: none;
  background: transparent;
  display: none;
  color: var(--color-white);
  cursor: pointer;
}
header.u_header .content .close-search-overlay > svg {
  width: 24px;
  height: 24px;
}
header.u_header .search-overlay {
  background-color: var(--color-green-dark);
  position: fixed;
  top: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 950;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
header.u_header .search-overlay .container {
  margin: 120px auto 0;
}
header.u_header .search-overlay h2 {
  color: var(--color-white);
}
header.u_header .search-overlay .keyword-form-overlay {
  position: relative;
}
header.u_header .search-overlay .keyword-form-overlay > * {
  position: relative;
  z-index: 2;
}
header.u_header .search-overlay .keyword-form-overlay .keyword-input {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  padding: 18px 16px;
  color: #FFF;
  border-color: #FFF;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (min-width: 724px) {
  header.u_header .search-overlay .keyword-form-overlay .keyword-input {
    font-size: 2.2rem;
  }
}
header.u_header .search-overlay .keyword-form-overlay .keyword-input::placeholder {
  color: #FFF;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (min-width: 724px) {
  header.u_header .search-overlay .keyword-form-overlay .keyword-input::placeholder {
    font-size: 2.2rem;
  }
}
header.u_header .search-overlay .keyword-form-overlay .search-button-keyword .search-icon {
  color: #FFF;
  width: 20px;
  height: 20px;
}
@media (min-width: 724px) {
  header.u_header .search-overlay .keyword-form-overlay .search-button-keyword .search-icon {
    width: 30px;
    height: 30px;
  }
}
header.u_header .search-overlay .keyword-form-overlay .line {
  position: absolute;
  top: 100%;
  height: 100vh;
  z-index: 1;
}
header.u_header .search-overlay .keyword-form-overlay .line.line-1 {
  left: 20%;
}
@media (min-width: 724px) {
  header.u_header .search-overlay .keyword-form-overlay .line.line-1 {
    left: 10%;
  }
}
header.u_header .search-overlay .keyword-form-overlay .line.line-2 {
  left: 62%;
}
@media (min-width: 724px) {
  header.u_header .search-overlay .keyword-form-overlay .line.line-2 {
    left: 36%;
  }
}
header.u_header .mobile-menu {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
header.u_header.remove-margin {
  margin-bottom: 0;
}
header.u_header:not(.isSticky):not(.isMenuOpen) .content .menu-toggle .line {
  /* background-color for the hamburger pre-scroll*/
  background-color: var(--color-green-dark);
}
header.u_header.isSticky .top-header {
  background-color: rgba(var(--color-blue-nav-rgb), 1);
}
header.u_header.isSticky .top-header .content {
  /* On scroll (sticky), remove white background + hide border */
}
header.u_header.isSticky .top-header .content::after {
  left: -50vw;
  border-bottom-color: #FFF;
}
header.u_header.isSticky .top-header .content .buttons {
  background-color: transparent;
  border-color: transparent;
}
header.u_header.isSticky .content .menu-toggle .line {
  background-color: #FFF;
}
header.u_header.isMenuOpen .top-header {
  position: fixed;
}
header.u_header.isMenuOpen .content {
  /* When menu is open, remove the white button-group background */
}
header.u_header.isMenuOpen .content .global-search-button {
  display: block;
}
header.u_header.isMenuOpen .content::after {
  border-bottom-color: #FFF;
}
header.u_header.isMenuOpen .content .buttons {
  background-color: transparent;
  border: 0 solid transparent;
}
header.u_header.isMenuOpen .mobile-menu {
  opacity: 1;
  pointer-events: all;
}
header.u_header.isMenuOpen .menu-toggle .line {
  background-color: var(--color-white) !important;
}
header.u_header.isMenuOpen .menu-toggle .line:first-child {
  transform: translateY(8px) rotate(45deg);
}
header.u_header.isMenuOpen .menu-toggle .line:last-child {
  transform: translateY(-10px) rotate(-45deg);
}
header.u_header.isMenuOpen .menu-toggle .line:nth-child(2) {
  opacity: 0;
}
header.u_header.isSearchOverlayOpen .search-overlay {
  opacity: 1;
  pointer-events: all;
}
header.u_header.isSearchOverlayOpen .content .global-search-button, header.u_header.isSearchOverlayOpen .content .menu-toggle {
  display: none;
}
header.u_header.isSearchOverlayOpen .content .close-search-overlay {
  display: block;
}
header.u_header.isIndexPage .top-header .h_wrapper {
  height: 99px;
}
body.admin-bar header.u_header {
  /*turned off to fix space*/
}
body.admin-bar header.u_header .search-overlay {
  top: var(--admin-bar-height);
}

/* UTplPage */
/* UEditorContent */
div.u_editor-content {
  overflow: auto;
  /* Center the blocks horizontally */
  /* Gutenberg blocks customization */
}
div.u_editor-content img.aligncenter {
  margin: auto;
  display: block;
}
div.u_editor-content img.alignright {
  display: block;
  margin-left: auto;
}
div.u_editor-content ul {
  padding-left: 30px;
}
div.u_editor-content ul li {
  margin-bottom: 10px;
}
div.u_editor-content ol li {
  margin-bottom: 10px;
}
div.u_editor-content ul li ul li {
  padding-left: 16px; /* Adjust the value as needed */
}
div.u_editor-content hr {
  margin-top: 48px;
  margin-bottom: 32px;
  border: 0;
  border-bottom: 1px solid rgba(var(--color-blue-lines-rgb), 0.5);
}
div.u_editor-content .has-x-large-font-size {
  line-height: 1.35;
}
div.u_editor-content > *,
div.u_editor-content .fullwidth-block .constrained-content,
div.u_editor-content .wp-block-group.is-layout-constrained > *,
div.u_editor-content .wp-block-group > .is-layout-constrained {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2 * var(--side-margin));
  max-width: calc(var(--desktop-max-width) - 2 * var(--side-margin));
}
div.u_editor-content .fullwidth-block,
div.u_editor-content .wp-block-group {
  width: 100%;
  max-width: 100%;
}
div.u_editor-content .wp-block-separator {
  border-bottom: 0;
}
div.u_editor-content .gb-block-spacer {
  margin-bottom: 0;
}
div.u_editor-content .wp-element-caption {
  letter-spacing: 0.28px;
  font-size: var(--font-size-s);
}
div.u_editor-content table {
  border-collapse: collapse;
  min-width: 660px;
  margin-top: 50px;
}
div.u_editor-content table thead {
  border-bottom: none;
}
div.u_editor-content table thead th {
  background-color: var(--color-green-dark);
  color: var(--color-gray-lighter);
  border-bottom: none !important;
  border-left: none;
  border-right: 1px solid var(--color-gray-lighter);
  padding: 10px 16px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 724px) {
  div.u_editor-content table thead th {
    font-size: 16px;
  }
}
div.u_editor-content table tbody td {
  background-color: var(--color-gray-lighter);
  border: 1px solid var(--color-green-dark);
  padding: 16px;
  vertical-align: top;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  color: var(--color-green-dark);
}
@media (min-width: 724px) {
  div.u_editor-content table tbody td {
    font-size: 14px;
  }
}
div.u_editor-content .privacy-list-title {
  gap: 16px;
  margin-top: 58px;
}
div.u_editor-content .privacy-list-title .list-number {
  display: flex;
  align-items: center;
}
div.u_editor-content .privacy-list-title .list-number p {
  margin-bottom: 0px;
  font-size: 28px !important;
  color: var(--color-cherry) !important;
  font-weight: 700;
  line-height: 120%;
}
div.u_editor-content .privacy-list-title .list-text {
  display: flex;
  align-items: center;
}
div.u_editor-content .privacy-list-title .list-text p {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
  color: var(--color-green-dark);
}
div.u_editor-content .privacy-list {
  margin-top: 0px;
  line-height: 1.5;
}
div.u_editor-content .privacy-list li {
  margin-bottom: 0px;
}
div.u_editor-content .privacy-list li::marker {
  font-size: 10px;
}
div.u_editor-content .mb-0 {
  margin-bottom: 0px;
}
div.u_editor-content form .gform-body label {
  color: var(--color-green-dark);
}
div.u_editor-content form .gform-body .gfield_required {
  color: var(--color-cherry);
}
div.u_editor-content form .gform-body input {
  border-radius: 8px;
  border: 1px solid var(--color-green-dark);
  height: 56px;
}
div.u_editor-content form .gform-body input::placeholder {
  color: var(--color-green-dark);
  opacity: 0.6;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
div.u_editor-content form .gform-body input[type=checkbox] {
  height: auto;
  width: auto;
  border-radius: 4px;
}
div.u_editor-content form .gform-body input[type=checkbox]::before {
  color: var(--color-green-dark);
}
div.u_editor-content form .gform-body textarea {
  border-radius: 8px;
  border: 1px solid var(--color-green-dark);
}
div.u_editor-content form .gform-body textarea::placeholder {
  color: var(--color-green-dark);
  opacity: 0.6;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
div.u_editor-content form .gform_footer input.gform_button[type=submit] {
  padding: 10px 24px !important;
  border-radius: 40px !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  text-transform: uppercase !important;
  background-color: var(--color-lighter-green) !important;
}

/* UHero */
div.u_hero {
  margin-bottom: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-xl);
  line-height: 1.35;
  /* Let content behind this section show through the hero gradient.
     Render the gradient on a pseudo-element so only the background fades (not the text). */
  background: transparent;
  position: relative;
  /* Keep all real content above the backgrounds. */
  color: #FFF;
}
div.u_hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--gradient-hero);
  opacity: 0.5;
}
div.u_hero > * {
  position: relative;
  z-index: 2;
}
div.u_hero .hero-content {
  /* Keep the decorative hexagon background above the gradient but below content. */
  position: relative;
  z-index: 1;
}
@media (min-width: 724px) {
  div.u_hero .h_border-wrapper::after {
    display: none;
  }
}
div.u_hero p:last-child {
  margin-bottom: 0;
}
div.u_hero .text-row {
  padding: 64px 0 127px;
}
@media (min-width: 724px) {
  div.u_hero .text-row {
    padding: 0;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
  }
}
@media (min-width: 1240px) {
  div.u_hero .text-row {
    grid-template-columns: 488px 1fr;
    gap: 106px;
  }
}
@media (min-width: 724px) {
  div.u_hero .text-row > .title, div.u_hero .text-row > .text {
    padding: 88px 0 100px;
  }
}
div.u_hero .text-row .title {
  position: relative;
}
div.u_hero .text-row .title .line-desktop {
  position: absolute;
  right: -30px;
  top: 0;
  height: 100%;
  display: none;
}
@media (min-width: 724px) {
  div.u_hero .text-row .title .line-desktop {
    display: block;
  }
}
@media (min-width: 1240px) {
  div.u_hero .text-row .title .line-desktop {
    right: -53px;
  }
}
div.u_hero .text-row .text {
  font-weight: 600;
  color: var(--color-cobalt);
  /* Improve legibility over hero gradient/background imagery */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 4px 12px rgba(0, 0, 0, 0.25);
}
div.u_hero .text-row .button {
  margin-top: 20px;
}
@media (min-width: 724px) {
  div.u_hero .text-row .button {
    text-align: right;
  }
}
@media (min-width: 1240px) {
  div.u_hero .text-row .button {
    margin-top: 32px;
  }
}
div.u_hero .text-row .button a {
  color: var(--color-cobalt);
}
@media (min-width: 992px) {
  div.u_hero.text-longer .text-row {
    grid-template-columns: 420px 1fr;
  }
}
@media (min-width: 1240px) {
  div.u_hero.text-longer .text-row {
    grid-template-columns: 600px 1fr;
  }
}
/* UInternalNav */
div.u_internal-nav .items {
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 15px;
  column-gap: 24px;
  margin: 0 0 30px;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 724px) {
  div.u_internal-nav .items {
    flex-direction: row;
    margin: 0 0 50px 0;
  }
}
div.u_internal-nav a {
  padding-bottom: 8px;
  text-decoration: none;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all 0.4s;
  color: var(--color-cobalt);
}
div.u_internal-nav a.current {
  font-size: 2.8rem;
  border-bottom: 3px solid var(--color-cobalt);
  font-weight: 700;
}

/* UBackButton */
/* U404 */
div.u_404 {
  color: #FFF;
  background-color: var(--color-green-dark);
}
div.u_404 .text-wrapper {
  padding: 80px 0 120px;
  max-width: 800px;
}
div.u_404 .text {
  margin-bottom: 40px;
}

/* UHomeHero */
div.u_home-hero {
  position: relative;
}
div.u_home-hero .gradient-bg {
  /* use theme gradient variable for hero */
  background: var(--gradient-hero);
  color: #000;
}
div.u_home-hero .hero-content .deco-wrapper {
  /* sit above the blurred hero gradient but below content */
  position: relative;
  z-index: 10;
  /* Use explicit properties so background behaves predictably across browsers and stacking contexts.
     Removed `background-attachment: fixed` which can be ignored or cause clipping when parents
     have transforms/filters. Keep sizes/positions similar to previous behavior. */
  overflow: hidden;
}
@media (min-width: 992px) {
  div.u_home-hero .hero-content .deco-wrapper {
    /* keep horizontal offset but pin to top; increase tablet size by 50% (619px -> 930px) */
    background-position: calc(100% - 18px) 0;
    background-size: 930px auto;
    /* background-attachment: scroll; keep scroll behavior */
  }
}
div.u_home-hero .hero-content .h_wrapper.h_border-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  /* When there is room, keep columns side-by-side */
}
div.u_home-hero .hero-content .h_wrapper.h_border-wrapper > .col {
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 992px) {
  div.u_home-hero .hero-content .h_wrapper.h_border-wrapper {
    flex-wrap: nowrap;
    gap: 32px;
    align-items: center;
  }
  div.u_home-hero .hero-content .h_wrapper.h_border-wrapper > .col:first-of-type {
    /* text column: wider */
    flex: 1 1 65%;
  }
  div.u_home-hero .hero-content .h_wrapper.h_border-wrapper > .col:last-of-type {
    /* seal column: narrower */
    flex: 0 0 35%;
    margin: 0;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  div.u_home-hero .hero-content .h_wrapper::after {
    right: 90px;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero .hero-content .h_wrapper::after {
    right: 110px;
  }
}
div.u_home-hero .hero-content .ourSeal {
  padding: 64px 0 0 0;
  flex: 0 0 auto;
  z-index: 4;
}
div.u_home-hero .hero-content .ourSeal img {
  display: block;
  height: auto;
  width: 615px;
}
div.u_home-hero .hero-content .vanSeal-top {
  line-height: 0;
  display: flex;
  justify-content: center;
  /* Optional: tiny hover lift for desktop */
}
div.u_home-hero .hero-content .vanSeal-top img {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  /* Subtle 3D depth */
  transform: perspective(900px) rotateY(-10deg) rotateX(3deg);
  transform-origin: center;
  filter: drop-shadow(0 18px 28px rgba(2, 90, 130, 0.5)) drop-shadow(0 6px 10px rgba(0, 0, 0, 0.6));
  transition: transform 600ms ease, filter 600ms ease;
}
@media (hover: hover) and (pointer: fine) {
  div.u_home-hero .hero-content .vanSeal-top img:hover {
    transform: perspective(900px) rotateY(-6deg) rotateX(2deg) translateY(-2px);
    filter: drop-shadow(0 22px 36px rgba(2, 90, 130, 0.3)) drop-shadow(0 8px 14px rgba(0, 0, 0, 0.95));
  }
}
@media (prefers-reduced-motion: reduce) {
  div.u_home-hero .hero-content .vanSeal-top img {
    transition: none;
    transform: none;
  }
}
div.u_home-hero .hero-content .text-row {
  /* ensure text-row doesn't constrain the column widths */
  width: 100%;
  max-width: none;
  padding: 64px 0 40px;
}
@media (min-width: 992px) {
  div.u_home-hero .hero-content .text-row {
    padding: 64px 0 100px;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero .hero-content .text-row {
    padding: 80px 0 100px;
  }
}
div.u_home-hero .hero-content .text-row .text {
  max-width: 488px;
  line-height: 1.5;
}
div.u_home-hero .hero-content .text-row .button {
  margin-top: 40px;
}
div.u_home-hero .hero-content .text-row .button a {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1240px) {
  div.u_home-hero .hero-content .text-row .button a {
    width: auto;
  }
}
div.u_home-hero .hero-content .needle-top {
  /* Make the needle-top a full-area absolute layer so the gradient can run across the hero background */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 2; /* sits behind text (text-row z-index:6) */
  /* Provide a small safe area for the needle image container if needed */
}
div.u_home-hero .hero-content .needle-top .needle-inner {
  position: absolute;
  right: 40px;
  top: 40%;
  transform: translateY(-40%);
  pointer-events: none;
  z-index: 3;
  max-width: 640px;
}
div.u_home-hero .hero-content .needle-top img {
  position: relative;
  z-index: 4; /* keep image above gradient */
}
div.u_home-hero .hero-content .needle-top .gradient {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 120%; /* a bit wider than container to bleed off edges */
  height: 140%;
  transform: translateX(-10%) translateY(-10%);
  /* use the theme hero gradient, keep blur for soft effect */
  background: var(--gradient-hero);
  filter: blur(40px);
}
div.u_home-hero .secondary-content > .h_wrapper {
  padding-top: 75px;
  padding-bottom: 10px;
  max-width: var(--desktop-max-width-article);
}
div.u_home-hero .secondary-content .image {
  padding-bottom: 40px;
  max-width: 1200px;
  margin: 0 -18px;
}
@media (min-width: 620px) {
  div.u_home-hero .secondary-content .image {
    margin: 0 auto;
  }
}
div.u_home-hero .secondary-content .intro {
  border-top: 1px solid rgba(155, 225, 255, 0.5);
  padding-top: 22px;
}
@media (min-width: 992px) {
  div.u_home-hero .secondary-content .intro {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero .secondary-content .intro {
    grid-template-columns: 480px 1fr;
  }
}
div.u_home-hero .secondary-content .text p {
  letter-spacing: -0.28px;
}
div.u_home-hero .secondary-content .text strong {
  font-weight: inherit;
  color: var(--color-green-highlight);
}
div.u_home-hero .secondary-content .text em {
  font-weight: inherit;
  font-style: normal;
  color: var(--color-blue-highlight);
}
div.u_home-hero .secondary-list {
  position: relative;
  background: var(--color-gray-light);
}
div.u_home-hero .secondary-list .h_wrapper {
  max-width: var(--desktop-max-width-article);
}
div.u_home-hero .secondary-list::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 100%;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, #121059 290%);
  opacity: 0.3;
}
div.u_home-hero .secondary-list .list {
  display: grid;
  grid-template-columns: 100%;
  gap: 56px;
  padding: 60px 0;
}
@media (min-width: 992px) {
  div.u_home-hero .secondary-list .list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px 46px;
    padding: 80px 0;
  }
}
div.u_home-hero .secondary-list .list .item {
  position: relative;
}
div.u_home-hero .secondary-list .list .item h3 {
  margin-bottom: 16px;
  color: var(--color-lighter-green);
}
div.u_home-hero .secondary-list .list .item::before, div.u_home-hero .secondary-list .list .item::after {
  content: "";
  display: block;
  position: absolute;
}
div.u_home-hero .secondary-list .list .item::before {
  height: 1px;
  top: -23px;
  left: 0;
  right: 0;
  background-size: 16px 1px;
  background-image: var(--pattern-line-horizontal);
}
div.u_home-hero .secondary-list .list .item::after {
  display: none;
  width: 1px;
  top: 5px;
  bottom: 5px;
  right: -23px;
  background-size: 1px 16px;
  background-image: var(--pattern-line-vertical);
}
div.u_home-hero .secondary-list .list .item:first-child::before {
  display: none;
}
@media (min-width: 992px) {
  div.u_home-hero .secondary-list .list .item::before {
    display: none;
    left: -23px;
    right: -23px;
  }
  div.u_home-hero .secondary-list .list .item::after {
    display: block;
  }
  div.u_home-hero .secondary-list .list .item:nth-child(n+4)::before {
    display: block;
  }
  div.u_home-hero .secondary-list .list .item:nth-child(3n+1)::before {
    left: 0;
  }
  div.u_home-hero .secondary-list .list .item:nth-child(3n+3)::before {
    right: 0;
  }
  div.u_home-hero .secondary-list .list .item:nth-child(3n+3)::after {
    display: none;
  }
}

/* UTplSingleNews */
div.u_tpl-single-news > .article-content {
  background-color: var(--color-gray-light);
  --desktop-max-width: var(--desktop-max-width-article);
}
div.u_tpl-single-news .might-like {
  border-top: 1px solid rgba(var(--color-blue-lines-rgb), 0.5);
}
div.u_tpl-single-news.pt-default > .article-content {
  padding-top: 80px;
}
div.u_tpl-single-news.pb-default > .article-content {
  padding-bottom: 80px;
}

/* UTplResources */
@media (min-width: 992px) {
  div.u_tpl-resources .content {
    display: grid;
    grid-template-columns: minmax(250px, 318px) minmax(679px, 1fr);
    gap: 100px;
  }
}

/* UFilters */
div.u_filters > h2 {
  margin: 0 0 16px;
  color: var(--color-cobalt);
}
@media (min-width: 992px) {
  div.u_filters > h2 {
    border-bottom: 1px solid var(--color-cobalt);
    margin-bottom: 24px;
    padding-bottom: 4px;
  }
}
div.u_filters.filtersOpen {
  padding-top: 110px;
}
div.u_filters.filtersOpen .filters-overlay {
  display: block;
}
div.u_filters .filters-overlay {
  background: var(--gradient-light);
  overflow-y: auto;
  position: fixed;
  inset: 0;
  z-index: 1002;
  padding: 100px 30px 30px;
  display: none;
}
@media (min-width: 992px) {
  div.u_filters .filters-overlay {
    background: transparent;
    position: relative;
    z-index: 0;
    padding: 0;
    display: block;
  }
}
div.u_filters .filters-overlay .overlay-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  div.u_filters .filters-overlay .overlay-title {
    display: none;
  }
}
div.u_filters .filters-overlay .filters {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
div.u_filters .filters-overlay .filters .filter-label {
  width: 100%;
  text-align: left;
  margin-bottom: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-cobalt);
  border-top: 1px solid var(--color-cobalt);
  border-bottom: 1px solid rgba(28, 25, 155, 0.1);
  padding: 16px 0px;
}
div.u_filters .filters-overlay .filters .filter-label .arrow-down {
  transition: transform 0.4s;
  width: 14px;
  height: 15px;
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/arrow-down-cobalt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.u_filters .filters-overlay .filters .filter-options-container {
  display: grid;
  transition: grid-template-rows 0.4s;
  grid-template-rows: 0fr;
}
div.u_filters .filters-overlay .filters .filter-options-container .filter-options {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 30px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  list-style-type: none;
}
div.u_filters .filters-overlay .filters .filter-options-container .filter-options label {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
div.u_filters .filters-overlay .filters .filter-options-container .filter-options label .h_input-checkbox {
  border: 1px solid var(--color-cobalt);
}
div.u_filters .filters-overlay .filters .filter-options-container .filter-options label .h_input-checkbox::before {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/check-white.svg");
}
div.u_filters .filters-overlay .filters .filter-options-container .filter-options label span {
  color: var(--color-green-dark);
}
div.u_filters .filters-overlay .filters .menu-checkbox:checked + .filter-label .arrow-down {
  transform: rotateX(-180deg);
}
div.u_filters .filters-overlay .filters .menu-checkbox:checked ~ .filter-options-container {
  grid-template-rows: 1fr;
}
div.u_filters .select-filters {
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  div.u_filters .select-filters {
    display: none;
  }
}
div.u_filters .close-menu {
  position: absolute;
  top: 32px;
  right: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  div.u_filters .close-menu {
    display: none;
  }
}
div.u_filters .close-menu svg {
  width: 26px;
  height: 26px;
}

.admin-bar div.u_filters .filters-overlay {
  padding-top: calc(var(--admin-bar-height) + 114px);
}
@media (min-width: 992px) {
  .admin-bar div.u_filters .filters-overlay {
    padding-top: 0;
  }
}
.admin-bar div.u_filters .filters-overlay .close-menu {
  top: calc(30px + var(--admin-bar-height));
}

/* UCustomButton */
div.u_custom-button {
  display: flex;
  margin-bottom: 25px;
  gap: 24px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 724px) {
  div.u_custom-button {
    gap: 40px;
  }
}
div.u_custom-button.align-left {
  justify-content: flex-start;
}
div.u_custom-button.align-center {
  justify-content: center;
}
div.u_custom-button.align-right {
  justify-content: flex-end;
}
div.u_custom-button > a {
  min-width: 250px;
  display: block;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 724px) {
  div.u_custom-button > a {
    width: auto;
    max-width: 100%;
  }
}

/* UTeamMemberList */
div.u_team-member-list {
  margin-bottom: 56px;
}
div.u_team-member-list h3 {
  border-bottom: 1px solid rgba(5, 24, 72, 0.2);
  padding-bottom: 8px;
  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 40px;
}
div.u_team-member-list h4 {
  font-size: 1.8rem;
}
div.u_team-member-list .list-wrapper {
  display: grid;
  gap: 16px 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 724px) {
  div.u_team-member-list .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  div.u_team-member-list .list-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 40px;
  }
}
@media (min-width: 1240px) {
  div.u_team-member-list .list-wrapper {
    gap: 56px 80px;
  }
}
@media (min-width: 724px) {
  div.u_team-member-list .list-wrapper[data-columns="3"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  div.u_team-member-list .list-wrapper[data-columns="3"] {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
div.u_team-member-list .member {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(var(--color-cobalt-rgb), 0.1);
}
@media (min-width: 724px) {
  div.u_team-member-list .member {
    width: 100%;
    margin: 0;
    height: 100%;
  }
}
div.u_team-member-list .member .member-photo-stack {
  position: relative;
  margin-bottom: 10px;
  /* Force 16:9 thumbnails */
  aspect-ratio: 16/9;
  /* White rounded "card" behind the photo (and placeholder seal) */
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 480px) {
  div.u_team-member-list .member .member-photo-stack {
    margin-bottom: 15px;
  }
}
@media (min-width: 724px) {
  div.u_team-member-list .member .member-photo-stack {
    margin-bottom: 20px;
  }
}
div.u_team-member-list .member .member-photo-seal {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  pointer-events: none;
}
div.u_team-member-list .member .member-photo-seal img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 1;
}
div.u_team-member-list .member .member-photo {
  display: block;
  position: relative;
  overflow: hidden;
  height: 1px;
  /* Keep legacy fallback for browsers without aspect-ratio: 9/16 = 56.25% */
  padding-bottom: 56.25%;
  margin-bottom: 0;
  z-index: 2;
}
div.u_team-member-list .member .member-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* 246×106 style images are very wide; contain avoids aggressive cropping in 16:9 */
  object-fit: contain;
  object-position: center;
}
div.u_team-member-list .member .member-name {
  margin-bottom: 8px;
}
div.u_team-member-list .member .member-position {
  color: var(--color-cobalt);
}

/* UFilteredListTemplate */
@media (min-width: 992px) {
  div.u_filtered-list-template {
    display: grid;
    grid-template-columns: 250px minmax(500px, 1fr);
    gap: 34px;
  }
}
@media (min-width: 1400px) {
  div.u_filtered-list-template {
    grid-template-columns: minmax(250px, 278px) minmax(500px, 1fr);
  }
}
div.u_filtered-list-template button {
  text-decoration: none;
}
div.u_filtered-list-template .col .top-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  gap: 10px;
}
@media (min-width: 992px) {
  div.u_filtered-list-template .col .top-filters {
    margin-top: 0;
  }
}
div.u_filtered-list-template .col .top-filters .total-results h2 {
  display: flex;
  align-items: end;
  margin-bottom: 0px;
}
div.u_filtered-list-template .col .top-filters .total-results h2 .total-number {
  font-weight: 700;
  color: var(--color-cobalt);
  margin-right: 16px;
}
div.u_filtered-list-template .col .top-filters .total-results h2 .total-text {
  display: inline;
  color: var(--color-cobalt);
}
div.u_filtered-list-template .col .top-filters .order-container {
  position: relative;
}
div.u_filtered-list-template .col .top-filters .order-container::after {
  content: "";
  pointer-events: none;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/arrow-down-cobalt.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
div.u_filtered-list-template .col .top-filters .order-container .u_select select {
  border: 1px solid var(--color-cobalt);
  border-radius: 8px;
  color: var(--color-cobalt);
  padding: 12px 16px;
}
div.u_filtered-list-template .col .filters-applied {
  display: none;
}
div.u_filtered-list-template .col .filters-applied__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-cobalt);
  margin-top: 32px;
  margin-bottom: 20px;
}
div.u_filtered-list-template .col .filters-applied__top span {
  color: var(--color-cobalt);
}
div.u_filtered-list-template .col .filters-applied__top .clear-all {
  position: absolute;
  right: -23px;
  cursor: pointer;
  background: transparent;
  border: none;
}
div.u_filtered-list-template .col .filters-applied__top .clear-all > span {
  color: var(--color-cobalt);
  margin-right: 11px;
}
div.u_filtered-list-template .col .filters-applied__top .clear-all .close-menu {
  width: 9px;
  height: 9px;
}
div.u_filtered-list-template .col .filters-applied .close-menu {
  width: 9px;
  height: 9px;
}
div.u_filtered-list-template .col .filters-applied .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  margin-bottom: 24px;
}
div.u_filtered-list-template .col .filters-applied .tags .filter-badge {
  background: var(--color-blue);
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 20px;
}
div.u_filtered-list-template .col .filters-applied .tags .filter-badge .remove-tag {
  cursor: pointer;
  border: none;
  background: transparent;
}
div.u_filtered-list-template .col .filters-applied .tags .filter-badge .close-menu {
  color: var(--color-white);
}
div.u_filtered-list-template .list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
div.u_filtered-list-template .list > .u_resource-card {
  border-top: 1px solid rgba(10, 34, 64, 0.5);
  opacity: 0;
  animation: fadeInFromBottom 0.5s ease-out forwards;
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(1) {
  animation-delay: calc(0.1s * 1);
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(2) {
  animation-delay: calc(0.1s * 2);
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(3) {
  animation-delay: calc(0.1s * 3);
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(4) {
  animation-delay: calc(0.1s * 4);
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(5) {
  animation-delay: calc(0.1s * 5);
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(6) {
  animation-delay: calc(0.1s * 6);
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(7) {
  animation-delay: calc(0.1s * 7);
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(8) {
  animation-delay: calc(0.1s * 8);
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(9) {
  animation-delay: calc(0.1s * 9);
}
div.u_filtered-list-template .list > .u_resource-card:nth-child(10) {
  animation-delay: calc(0.1s * 10);
}
div.u_filtered-list-template .list > .u_resource-card.remove-card {
  animation: fadeOut 0.5s ease-out forwards;
}
div.u_filtered-list-template .list > .u_resource-card:last-of-type {
  border-bottom: 1px solid rgba(10, 34, 64, 0.5);
}
div.u_filtered-list-template .u_pagination {
  margin-top: 80px;
}
div.u_filtered-list-template .col {
  position: relative;
}
div.u_filtered-list-template .u_loader {
  position: absolute;
  top: 150px;
  left: 50%;
}

/* UColoredSection */
/* UPagination */
div.u_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
div.u_pagination.hide {
  display: none;
}
div.u_pagination .page {
  margin: 0 34px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.4rem;
}
div.u_pagination .pages > span {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
}
div.u_pagination .pages > button {
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #F1F1F1;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.4s;
  background: transparent;
  line-height: 1;
  padding: 0;
}
div.u_pagination .pages > button:disabled {
  margin: 0;
  background-color: var(--color-lighter-green);
  color: var(--color-white);
}
div.u_pagination .pages > button:hover {
  border: 1px solid var(--color-lighter-green);
}
div.u_pagination button {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.4s;
  background: transparent;
  line-height: 1;
  padding: 0;
  background-color: var(--color-white);
  border-radius: 50%;
  border: 1px solid #F1F1F1;
  padding: 10px;
}
div.u_pagination button:hover {
  border: 1px solid var(--color-lighter-green);
}
div.u_pagination button .icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}
div.u_pagination button .icon-left-arrow {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/pagination-left.svg");
}
div.u_pagination button .icon-right-arrow {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/pagination-right.svg");
}

/* UHeaderMenu */
div.u_header-menu {
  --uheader-left-col-width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--gradient-home);
  z-index: 900;
}
@media (min-width: 1240px) {
  div.u_header-menu {
    --uheader-left-col-width: 382px;
  }
}
@media (min-width: 724px) {
  div.u_header-menu {
    background: var(--color-lighter-green);
  }
}
div.u_header-menu .h_wrapper {
  min-height: 100%;
  position: relative;
}
@media (min-width: 724px) {
  div.u_header-menu .h_wrapper {
    display: grid;
  }
}
div.u_header-menu .h_wrapper::before {
  top: 40px;
}
@media (min-width: 724px) {
  div.u_header-menu .h_wrapper::before {
    top: 80px;
  }
}
@media (min-width: 724px) {
  div.u_header-menu .h_wrapper .menu-divider {
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(var(--uheader-left-col-width) + var(--side-margin));
  }
}
div.u_header-menu .menu-content {
  height: calc(100% - var(--header-height));
  overflow: scroll;
}
div.u_header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.u_header-menu a {
  color: #FFF;
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 2.4rem;
}
div.u_header-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 724px) {
  div.u_header-menu .menu {
    width: var(--uheader-left-col-width);
    padding-top: 80px;
    gap: 32px;
  }
}
@media (min-width: 724px) {
  div.u_header-menu .menu > li > a {
    padding-right: 43px;
  }
}
@media (min-width: 1240px) {
  div.u_header-menu .menu > li > a {
    font-size: 2.8rem;
  }
}
div.u_header-menu .menu > li > .sub-menu {
  display: none;
  margin-top: 29px;
}
@media (min-width: 724px) {
  div.u_header-menu .menu > li > .sub-menu {
    position: absolute;
    top: 0;
    left: calc(var(--uheader-left-col-width) + var(--side-margin));
    right: var(--side-margin);
    margin-top: 0;
    padding-top: 80px;
    padding-left: 60px;
  }
}
div.u_header-menu .menu > li > .sub-menu > li {
  background: rgba(103, 237, 255, 0.1);
}
@media (min-width: 724px) {
  div.u_header-menu .menu > li > .sub-menu > li {
    background: transparent;
  }
}
div.u_header-menu .menu > li > .sub-menu > li:not(:last-child) {
  margin-bottom: 22px;
}
div.u_header-menu .menu > li > .sub-menu > li > a {
  display: block;
  padding: 7px 55px 7px 12px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1240px) {
  div.u_header-menu .menu > li > .sub-menu > li > a {
    font-size: 2.4rem;
  }
}
div.u_header-menu .menu > li > .sub-menu > li.menu-item-has-children > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 12px;
  gap: 18px;
}
div.u_header-menu .menu > li > .sub-menu .sub-menu {
  padding: 14px 0 16px;
  display: block;
}
div.u_header-menu .menu > li > .sub-menu .sub-menu > li:not(:last-child) {
  margin-bottom: 14px;
}
div.u_header-menu .menu > li > .sub-menu .sub-menu > li > a {
  font-size: 1.6rem;
  padding: 0 55px 0 51px;
  font-weight: 700;
}
@media (min-width: 1240px) {
  div.u_header-menu .menu > li > .sub-menu .sub-menu > li > a {
    font-size: 2.2rem;
  }
}
div.u_header-menu .menu > li.has_divider::before {
  content: "";
  pointer-events: none;
  display: block;
  height: 1px;
  background: repeat-x center left;
  background-size: 16px 1px;
  background-image: var(--pattern-line-horizontal-white);
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: calc(var(--side-line-padding) - var(--side-margin));
}
@media (min-width: 1240px) {
  div.u_header-menu .menu > li.has_divider::before {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
div.u_header-menu .menu > li.menu-item-has-children > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 12px;
  gap: 18px;
}
@media (min-width: 724px) {
  div.u_header-menu .menu > li.menu-item-has-children > a {
    padding-right: 43px;
  }
}
div.u_header-menu .menu > li.menu-item-has-children > a .action {
  position: relative;
  text-align: right;
  width: 30px;
  height: 30px;
}
div.u_header-menu .menu > li.menu-item-has-children > a .action::before, div.u_header-menu .menu > li.menu-item-has-children > a .action::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background-color: #FFF;
}
@media (min-width: 1240px) {
  div.u_header-menu .menu > li.menu-item-has-children > a .action::before, div.u_header-menu .menu > li.menu-item-has-children > a .action::after {
    width: 20px;
    margin-left: -10px;
    height: 2.5px;
  }
}
div.u_header-menu .menu > li.menu-item-has-children > a .action::after {
  transform: rotate(90deg);
}
div.u_header-menu .menu > li.isOpen.menu-item-has-children > a {
  position: relative;
  color: var(--color-very-light-green);
}
div.u_header-menu .menu > li.isOpen.menu-item-has-children > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  width: 30px;
  height: 2px;
  background: var(--color-blue);
}
@media (min-width: 724px) {
  div.u_header-menu .menu > li.isOpen.menu-item-has-children > a::after {
    bottom: -10px;
    height: 4px;
  }
}
div.u_header-menu .menu > li.isOpen.menu-item-has-children > a .action::after {
  transform: rotate(0deg);
}
div.u_header-menu .menu > li.isOpen > .sub-menu {
  display: block;
}
div.u_header-menu .social-links {
  width: var(--uheader-left-col-width);
  padding-bottom: 80px;
}
body.admin-bar div.u_header-menu {
  top: var(--admin-bar-height);
}

/* UContact */
div.u_contact {
  --ucontact-col-gap: 30px;
  color: var(--color-green-dark);
}
@media (min-width: 992px) {
  div.u_contact {
    --ucontact-col-gap: 50px;
  }
}
@media (min-width: 1240px) {
  div.u_contact {
    --ucontact-col-gap: 80px;
  }
}
@media (min-width: 724px) {
  div.u_contact .h_wrapper {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: var(--ucontact-col-gap);
  }
}
@media (min-width: 992px) {
  div.u_contact .h_wrapper {
    grid-template-columns: 1fr 360px;
  }
}
@media (min-width: 1240px) {
  div.u_contact .h_wrapper {
    grid-template-columns: 1fr 470px;
  }
}
div.u_contact .h_wrapper > .content {
  padding: 64px 0 42px;
}
div.u_contact .h_wrapper > .content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.55);
  color: var(--color-cobalt);
}
@media (min-width: 724px) {
  div.u_contact .h_wrapper > .content h1 {
    font-size: 5.2rem;
  }
}
@media (min-width: 1240px) {
  div.u_contact .h_wrapper > .content h1 {
    font-size: 9rem;
    letter-spacing: -2.4px;
  }
}
div.u_contact .h_wrapper > .content h1 strong {
  color: var(--color-dark-green-nav);
  font-weight: inherit;
}
div.u_contact .h_wrapper > .content form label {
  color: var(--color-dark-green-nav);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
div.u_contact .h_wrapper > .content form input {
  height: 56px;
  border: 1px solid var(--color-blue-light) !important;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff !important;
  color: var(--color-green-dark);
}
div.u_contact .h_wrapper > .content form input::placeholder {
  color: rgba(30, 30, 30, 0.55);
  margin-bottom: 5px;
}
div.u_contact .h_wrapper > .content form input:focus {
  border: 1px solid var(--color-white) !important;
}
div.u_contact .h_wrapper > .content form textarea {
  border: 1px solid var(--color-blue-light);
  border-radius: 8px;
  background-color: #fff !important;
  color: var(--color-green-dark);
}
div.u_contact .h_wrapper > .content form textarea::placeholder {
  color: rgba(30, 30, 30, 0.55);
}
div.u_contact .h_wrapper > .content form textarea:focus {
  border: 1px solid var(--color-dark-green-nav) !important;
}
div.u_contact .h_wrapper > .content form button.frm_button_submit {
  margin: 0px;
  margin-top: 17px;
  padding: 22px 24px;
  border-radius: 48px;
  background-color: #fff;
  color: var(--color-cobalt);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 724px) {
  div.u_contact .h_wrapper > .content form button.frm_button_submit {
    width: fit-content;
  }
}
div.u_contact .h_wrapper > .content form .frm_fields_container .frm_form_field {
  padding-top: 0px;
  margin-bottom: 23px;
}
div.u_contact .h_wrapper > .content form .frm_fields_container .frm_form_field:last-child {
  display: none !important;
  margin-bottom: 40px;
}
div.u_contact .h_wrapper > .sidebar {
  position: relative;
  padding: 80px 0 120px;
}
@media (min-width: 724px) {
  div.u_contact .h_wrapper > .sidebar {
    padding: 64px 0 80px;
    padding-left: var(--ucontact-col-gap);
  }
}
div.u_contact .h_wrapper > .sidebar .line-desktop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (min-width: 724px) {
  div.u_contact .h_wrapper > .sidebar .line-desktop {
    display: block;
  }
}
div.u_contact .h_wrapper > .sidebar .line-mobile {
  position: absolute;
  top: 0;
  left: calc(-1 * var(--side-margin));
  right: calc(-1 * var(--side-margin));
}
@media (min-width: 724px) {
  div.u_contact .h_wrapper > .sidebar .line-mobile {
    display: none;
  }
}
div.u_contact .h_wrapper > .sidebar .h_cta {
  display: block;
  padding: 13px 10px;
  margin-bottom: 40px;
}
@media (min-width: 724px) {
  div.u_contact .h_wrapper > .sidebar .h_cta {
    padding: 8px 13px;
  }
}
div.u_contact .h_wrapper > .sidebar .text-content h4 {
  font-size: var(--font-size-s);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: var(--color-blue);
  margin-bottom: 24px;
  margin-top: 40px;
}
@media (min-width: 1240px) {
  div.u_contact .h_wrapper > .sidebar .text-content h4 {
    margin-bottom: 27px;
  }
}
div.u_contact .h_wrapper > .sidebar .text-content h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 8px;
  color: var(--color-dark-green-nav);
}
@media (min-width: 1240px) {
  div.u_contact .h_wrapper > .sidebar .text-content h5 {
    font-size: 2.2rem;
  }
}
div.u_contact .h_wrapper > .sidebar .text-content p {
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
div.u_contact .h_wrapper > .sidebar .text-content p.text-sm {
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 130%;
}

/* UHeroImage */
div.u_hero-image {
  position: relative;
  padding-top: 1px;
}
div.u_hero-image img {
  display: block;
  margin: -60px 0 60px;
}
@media (min-width: 724px) {
  div.u_hero-image img {
    margin: -192px 0 80px;
  }
}

/* UUpcomingEvents */
div.u_upcoming-events .upcoming-events-title {
  color: var(--color-cobalt);
}
div.u_upcoming-events .event-cards-container {
  display: grid;
}
@media (min-width: 724px) {
  div.u_upcoming-events .event-cards-container {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  div.u_upcoming-events .event-cards-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
div.u_upcoming-events .event-cards-container .event-card {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
div.u_upcoming-events .event-cards-container .event-card .card-img {
  height: 280px;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
}
div.u_upcoming-events .event-cards-container .event-card .card-content .date {
  margin-bottom: 8px;
  color: var(--color-cobalt);
}
div.u_upcoming-events .event-cards-container .event-card .card-content .location {
  margin-bottom: 16px;
  color: var(--color-green-dark);
}
div.u_upcoming-events .event-cards-container .event-card .card-content .title {
  margin-bottom: 8px;
  color: var(--color-green-dark);
}
div.u_upcoming-events .event-cards-container .event-card .card-content .summary {
  font-weight: 300;
  color: var(--color-green-dark);
  margin-bottom: 15px;
}
div.u_upcoming-events .event-cards-container .event-card .card-icon {
  display: flex;
  align-items: end;
}
div.u_upcoming-events .event-cards-container .event-card .card-icon .arrow-icon {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/arrow-read-more.svg");
  height: 14px;
  width: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* UArticleHero */
div.u_article-hero {
  --desktop-max-width: var(--desktop-max-width-article);
  background: var(--gradient-hero);
  color: #FFF;
  position: relative;
}
div.u_article-hero h1 {
  margin-bottom: 0px;
}
div.u_article-hero .text-row {
  padding: 64px 0;
}
@media (min-width: 1240px) {
  div.u_article-hero .text-row {
    padding: 88px 0;
  }
}
div.u_article-hero .text-row .date {
  margin-bottom: 8px;
  text-transform: uppercase;
}
div.u_article-hero .text-row .tags {
  margin-bottom: 8px;
}
div.u_article-hero .text-row .tags .tag {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--font-size-xxs);
  line-height: 1.4;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-right: 1px solid var(--color-blue-light);
  padding-right: 16px;
  margin-right: 14px;
  text-transform: uppercase;
  color: var(--color-blue-light);
}
div.u_article-hero .text-row .tags .tag:nth-last-child(1) {
  padding-right: 0px;
  margin-right: 0px;
  border: none;
}

/* UFeaturedArticles */
div.u_featured-articles .headings-container {
  margin-bottom: 38px;
}
@media (min-width: 724px) {
  div.u_featured-articles .headings-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
div.u_featured-articles .headings-container h2 {
  color: var(--color-cobalt);
  margin-bottom: 25px;
}
@media (min-width: 724px) {
  div.u_featured-articles .headings-container h2 {
    margin-bottom: 0px;
  }
}
div.u_featured-articles .headings-container .cta-button {
  min-width: 100px;
}
@media (min-width: 724px) {
  div.u_featured-articles .headings-container .cta-button {
    display: block;
  }
}
div.u_featured-articles .news-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 724px) {
  div.u_featured-articles .news-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
div.u_featured-articles .news-container .news-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 48px;
}
@media (min-width: 724px) {
  div.u_featured-articles .news-container .news-card {
    flex: 1;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1240px) {
  div.u_featured-articles .news-container .news-card {
    flex: 1;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
div.u_featured-articles .news-container .news-card .tag {
  color: var(--color-cobalt);
  margin-bottom: 16px;
}
div.u_featured-articles .news-container .news-card .title {
  color: var(--color-green-dark);
  margin-bottom: 8px;
}
div.u_featured-articles .news-container .news-card .description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: var(--font-size-s);
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: var(--color-green-dark);
  margin-bottom: 27px;
}
div.u_featured-articles .news-container .news-card .icon-container {
  flex: 1;
  display: flex;
  align-items: end;
}
div.u_featured-articles .news-container .news-card .icon-container .arrow-icon {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/arrow-read-more.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 34px;
}

/* UDevelopmentProcess */
div.u_development-process {
  background-color: var(--color-green-dark);
  padding-top: 104px;
  padding-bottom: 24px;
  position: relative;
}
div.u_development-process .h_wrapper .headings-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  div.u_development-process .h_wrapper .headings-container {
    margin-bottom: 139px;
  }
}
@media (min-width: 992px) {
  div.u_development-process .h_wrapper .headings-container {
    flex-direction: row;
  }
}
div.u_development-process .h_wrapper .headings-container .title-container {
  flex: 1;
}
@media (min-width: 992px) {
  div.u_development-process .h_wrapper .headings-container .title-container .title h2 {
    margin-bottom: 0px;
  }
}
div.u_development-process .h_wrapper .headings-container .description-container {
  flex: 1;
}
div.u_development-process .h_wrapper .headings-container .description-container .description {
  color: var(--color-white);
}
div.u_development-process .h_wrapper .headings-container .description-container .description p {
  margin-bottom: 0px;
}
div.u_development-process .h_wrapper .items-container {
  display: grid;
}
@media (min-width: 724px) {
  div.u_development-process .h_wrapper .items-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 1240px) {
  div.u_development-process .h_wrapper .items-container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
div.u_development-process .h_wrapper .items-container .item-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
div.u_development-process .h_wrapper .items-container .item-card .image {
  height: 280px;
  margin-bottom: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div.u_development-process .h_wrapper .items-container .item-card .title {
  color: var(--color-white);
  margin-bottom: 8px;
}
div.u_development-process .h_wrapper .items-container .item-card .description {
  color: var(--color-white);
  margin-bottom: 16px;
}
div.u_development-process .h_wrapper .items-container .item-card .icon-container {
  flex: 1;
  display: flex;
  align-items: end;
}
div.u_development-process .h_wrapper .items-container .item-card .icon-container .arrow-icon {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/arrow-read-more.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 34px;
}
div.u_development-process .background-image {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/hexagons-bg.png");
  height: 565px;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
}

/* UWinningAwards */
@media (min-width: 724px) {
  div.u_winning-awards .h_wrapper::before, div.u_winning-awards .h_wrapper::after {
    display: none;
  }
}
div.u_winning-awards .main-content {
  padding: 120px 0 120px;
}
@media (min-width: 724px) {
  div.u_winning-awards .main-content {
    padding: 0;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 40px;
    margin-right: 0px;
  }
}
@media (min-width: 1240px) {
  div.u_winning-awards .main-content {
    grid-template-columns: 422px 1fr;
    gap: 106px;
    margin-right: 100px;
  }
}
@media (min-width: 724px) {
  div.u_winning-awards .main-content > div {
    position: relative;
    padding: 120px 0;
    padding-right: 30px;
  }
}
@media (min-width: 1240px) {
  div.u_winning-awards .main-content > div {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 40px;
  }
}
div.u_winning-awards .main-content .line {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: none;
}
@media (min-width: 724px) {
  div.u_winning-awards .main-content .line {
    display: block;
  }
}
div.u_winning-awards .main-content > .intro-col {
  margin-bottom: 56px;
  position: relative;
}
@media (min-width: 724px) {
  div.u_winning-awards .main-content > .intro-col {
    margin-bottom: 0;
  }
}
div.u_winning-awards .main-content > .intro-col .icon-container {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translateY(-50%);
}
@media (min-width: 724px) {
  div.u_winning-awards .main-content > .intro-col .icon-container {
    position: relative;
    transform: none;
    margin-bottom: 12px;
  }
}
div.u_winning-awards .main-content > .intro-col .icon-container .award-icon {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/award-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 83px;
  height: 83px;
}
@media (min-width: 724px) {
  div.u_winning-awards .main-content > .intro-col .icon-container .award-icon {
    width: 105px;
    height: 105px;
  }
}
div.u_winning-awards .main-content > .intro-col h2 {
  margin-bottom: 24px;
}
div.u_winning-awards .main-content > .list-col .link-container {
  text-decoration: none;
  margin-bottom: 56px;
  display: block;
}
@media (min-width: 1240px) {
  div.u_winning-awards .main-content > .list-col .link-container {
    margin-bottom: 80px;
  }
}
div.u_winning-awards .main-content > .list-col .link-container:nth-last-child(2) {
  margin-bottom: 0px;
}
div.u_winning-awards .main-content > .list-col .link-container h5 {
  margin-bottom: 8px;
  color: var(--color-lighter-green);
}
div.u_winning-awards .main-content > .list-col .link-container .source {
  margin-bottom: 16px;
  color: var(--color-cobalt);
}
div.u_winning-awards .main-content > .list-col .link-container .icon-container .arrow-icon {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/arrow-read-more-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 34px;
}

/* UTplSingleExpert */
div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container {
  margin-bottom: 80px;
}
div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container:nth-last-child(1) {
  margin-bottom: 0px;
}
@media (min-width: 1240px) {
  div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container {
    margin-bottom: 150px;
  }
}
div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container .heading-container {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container .heading-container {
    display: flex;
    justify-content: space-between;
  }
}
div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container .heading-container h2 {
  color: var(--color-cobalt);
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container .heading-container h2 {
    max-width: 85%;
  }
}
div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container .heading-container a {
  display: none;
  height: 35px;
  padding: 9px 24px;
}
@media (min-width: 992px) {
  div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container .heading-container a {
    display: block;
  }
}
@media (min-width: 1240px) {
  div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container .heading-container a {
    margin-top: 10px;
  }
}
div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container a.mobile {
  width: 100%;
}
@media (min-width: 992px) {
  div.u_tpl-single-expert .h_colored-section .h_wrapper .expert-categories .category-container a.mobile {
    display: none;
  }
}

/* UExpertIntro */
div.u_expert-intro {
  overflow: hidden;
}
div.u_expert-intro .smaller-content {
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 724px) {
  div.u_expert-intro .smaller-content {
    grid-template-columns: 270px 1fr;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  div.u_expert-intro .smaller-content {
    grid-template-columns: 384px 1fr;
  }
}
div.u_expert-intro .blue-bg {
  background-color: var(--color-green-dark);
  color: #FFF;
}
div.u_expert-intro .blue-bg .blue-content {
  position: relative;
}
@media (min-width: 992px) {
  div.u_expert-intro .blue-bg .blue-content {
    background-size: 180px auto;
  }
}
div.u_expert-intro .blue-bg .blue-content > .mobile-line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: var(--side-margin);
}
@media (min-width: 724px) {
  div.u_expert-intro .blue-bg .blue-content > .mobile-line {
    display: none;
  }
}
div.u_expert-intro .blue-bg .section-top {
  padding-top: 40px;
}
div.u_expert-intro .blue-bg .section-bottom {
  position: relative;
}
div.u_expert-intro .blue-bg .section-bottom .desktop-left-line {
  display: none;
  position: absolute;
  left: var(--side-line-padding);
  top: 1px;
  bottom: 0;
}
@media (min-width: 724px) {
  div.u_expert-intro .blue-bg .section-bottom .desktop-left-line {
    display: block;
  }
}
div.u_expert-intro .blue-bg .btn-back {
  margin-bottom: 56px;
}
@media (min-width: 724px) {
  div.u_expert-intro .blue-bg .btn-back {
    margin-bottom: 80px;
  }
}
div.u_expert-intro .blue-bg .image-col {
  position: relative;
  order: 2;
}
@media (min-width: 724px) {
  div.u_expert-intro .blue-bg .image-col {
    order: 0;
  }
}
div.u_expert-intro .blue-bg .image-col::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background: rgba(var(--color-blue-lines-rgb), 0.5);
}
div.u_expert-intro .blue-bg .image-col .image {
  position: relative;
  z-index: 2;
  aspect-ratio: 0.88;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: -150px;
}
@media (min-width: 724px) {
  div.u_expert-intro .blue-bg .image-col .image {
    margin-bottom: -200px;
  }
}
div.u_expert-intro .blue-bg .image-col .mobile-left-line {
  position: absolute;
  top: 0;
  left: calc(var(--side-line-padding) - var(--side-margin));
  height: 100%;
}
@media (min-width: 724px) {
  div.u_expert-intro .blue-bg .image-col .mobile-left-line {
    display: none;
  }
}
div.u_expert-intro .blue-bg .image-col .desktop-right-line {
  position: absolute;
  display: none;
  width: 1px;
  bottom: 100%;
  right: 0;
  height: 159px;
}
@media (min-width: 724px) {
  div.u_expert-intro .blue-bg .image-col .desktop-right-line {
    display: block;
  }
}
div.u_expert-intro .blue-bg .name-col {
  padding-bottom: 40px;
}
@media (min-width: 724px) {
  div.u_expert-intro .blue-bg .name-col {
    padding-bottom: 76px;
  }
}
div.u_expert-intro .blue-bg .name-col .categories-container {
  display: block;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
div.u_expert-intro .blue-bg .name-col .categories-container .category {
  display: inline;
  color: var(--color-blue-light);
  text-transform: uppercase;
}
div.u_expert-intro .blue-bg .name-col .categories-container .category:not(:last-child)::after {
  content: ", ";
}
div.u_expert-intro .blue-bg .name-col .name {
  margin-bottom: 8px;
}
div.u_expert-intro .white-bg .h_wrapper {
  padding-top: 206px;
  padding-bottom: 120px;
}
@media (min-width: 724px) {
  div.u_expert-intro .white-bg .h_wrapper {
    padding-top: 40px;
  }
}
div.u_expert-intro .white-bg .smaller-content {
  gap: 56px;
}
@media (min-width: 724px) {
  div.u_expert-intro .white-bg .smaller-content {
    gap: 40px;
    align-items: end;
  }
}
div.u_expert-intro .white-bg .link-col {
  order: 2;
}
@media (min-width: 724px) {
  div.u_expert-intro .white-bg .link-col {
    order: 0;
  }
}
div.u_expert-intro .white-bg .link-col .link {
  display: inline-block;
  font-size: 2rem;
  color: var(--color-cobalt);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--color-cobalt);
}
div.u_expert-intro .white-bg .content-col {
  color: var(--color-green-dark);
}
@media (min-width: 724px) {
  div.u_expert-intro .white-bg .content-col {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  div.u_expert-intro .white-bg .content-col {
    min-height: 230px;
  }
}
div.u_expert-intro .white-bg .content-col :last-child {
  margin-bottom: 0;
}
div.u_expert-intro .white-bg .content-col .text-xl {
  font-weight: 600;
}

/* UFeaturedQuote */
div.u_featured-quote {
  --desktop-max-width: var(--desktop-max-width-quote);
  position: relative;
  text-align: center;
  color: #FFF;
  overflow: hidden;
}
@media (min-width: 724px) {
  div.u_featured-quote .h_wrapper {
    padding-top: 144px;
    padding-bottom: 160px;
  }
}
div.u_featured-quote .h_wrapper .line {
  position: absolute;
  width: 50vw;
  height: 1px;
  background: rgba(var(--color-white-rgb), 0.6);
}
div.u_featured-quote .h_wrapper .line.line-left {
  bottom: 120px;
  right: calc(100% - var(--side-line-padding));
}
@media (min-width: 724px) {
  div.u_featured-quote .h_wrapper .line.line-left {
    bottom: 80px;
  }
}
div.u_featured-quote .h_wrapper .line.line-right {
  top: 120px;
  left: calc(100% - var(--side-line-padding));
}
@media (min-width: 724px) {
  div.u_featured-quote .h_wrapper .line.line-right {
    top: 80px;
  }
}
div.u_featured-quote::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 128px;
  top: 0;
  left: 5px;
  background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/quote-bg.png") top left no-repeat;
  background-size: contain;
}
@media (min-width: 724px) {
  div.u_featured-quote::before {
    width: 265px;
    height: 322px;
    left: 30px;
  }
}
div.u_featured-quote .quote_text {
  margin-bottom: 16px;
}

/* UCtaBlue */
div.u_cta-blue {
  color: #FFF;
}
div.u_cta-blue .text-wrapper {
  max-width: 914px;
}
div.u_cta-blue .text {
  margin-bottom: 40px;
}
div.u_cta-blue .link a {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 724px) {
  div.u_cta-blue .link a {
    width: auto;
  }
}
div.u_cta-blue.no-image .h_wrapper {
  background: url("/wp-content/themes/VanguardUtility/uneets/src/assets/images/Vanguard_Seal.svg") no-repeat;
  background-size: 100px auto;
  background-position: calc(100% - 10px) center;
}
@media (min-width: 620px) {
  div.u_cta-blue.no-image .h_wrapper {
    background-size: 200px auto;
  }
}
@media (min-width: 1240px) {
  div.u_cta-blue.no-image .h_wrapper {
    background-size: auto 75%;
  }
}
@media (min-width: 620px) {
  div.u_cta-blue.no-image .text-wrapper {
    width: 80%;
  }
}
@media (min-width: 1240px) {
  div.u_cta-blue.no-image .text-wrapper {
    width: 65%;
  }
}
div.u_cta-blue.has-image {
  overflow: hidden;
}
div.u_cta-blue.has-image .h_wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 56px;
}
@media (min-width: 724px) {
  div.u_cta-blue.has-image .h_wrapper {
    grid-template-columns: 1fr 50%;
  }
}
@media (min-width: 1240px) {
  div.u_cta-blue.has-image .h_wrapper {
    gap: 60px;
  }
}
div.u_cta-blue.has-image .text {
  max-width: 384px;
}
div.u_cta-blue.has-image .link {
  position: relative;
}
div.u_cta-blue.has-image .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  height: 1px;
  background-color: var(--color-lighter-green);
  opacity: 0.5;
}
div.u_cta-blue.has-image .link .line {
  position: absolute;
  top: 50%;
  left: calc(var(--side-line-padding) - var(--side-margin));
  height: 100vh;
}
div.u_cta-blue.has-image .image-wrapper::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color-lighter-green);
  opacity: 0.5;
  width: 100vw;
}
div.u_cta-blue.has-image .image-wrapper img {
  display: block;
  padding-bottom: 20px;
}
@media (min-width: 724px) {
  div.u_cta-blue.has-image .image-wrapper img {
    padding-bottom: 40px;
  }
}

.h_headline-home {
  color: var(--color-cobalt);
}

/* UCtaCentered */
div.u_cta-centered {
  position: relative;
  text-align: center;
  background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/needle-top.png") no-repeat top left, url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/needle-bottom.png") no-repeat bottom right;
  background-size: 120px auto, 160px auto;
}
@media (min-width: 620px) {
  div.u_cta-centered {
    background-size: 160px auto, 180px auto;
  }
}
@media (min-width: 992px) {
  div.u_cta-centered {
    background-size: 240px auto, 240px auto;
  }
}
@media (min-width: 1240px) {
  div.u_cta-centered {
    background-size: 390px auto, 382px auto;
  }
}
div.u_cta-centered::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 94px;
  left: 0;
  bottom: 29px;
  pointer-events: none;
  background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/cta-bg-light.png") no-repeat center left;
  background-size: contain;
}
@media (min-width: 724px) {
  div.u_cta-centered::before {
    width: 144px;
    height: 113px;
  }
}
@media (min-width: 1240px) {
  div.u_cta-centered::before {
    bottom: auto;
    top: 200px;
    width: 198px;
    height: 162px;
  }
}
div.u_cta-centered .h_wrapper {
  padding-bottom: 160px;
}
@media (min-width: 724px) {
  div.u_cta-centered .h_wrapper {
    padding-top: 160px;
  }
}
div.u_cta-centered h2 {
  color: var(--color-cobalt);
}
div.u_cta-centered .text-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
div.u_cta-centered .text {
  margin-bottom: 40px;
}
div.u_cta-centered .link {
  position: relative;
}
div.u_cta-centered .link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 50vw;
  height: 1px;
  top: 50%;
  right: 50%;
  background-color: var(--color-blue-lines);
  opacity: 0.5;
}
div.u_cta-centered .link a {
  min-width: 150px;
  position: relative;
  z-index: 2;
}

/* UImageAndText */
div.u_image-and-text {
  --u-imagetext-image-pad: 20px;
  --u-imagetext-text-pad: 10px;
  margin-bottom: 120px;
}
@media (min-width: 724px) {
  div.u_image-and-text {
    margin-bottom: 180px;
  }
}
@media (min-width: 992px) {
  div.u_image-and-text {
    --u-imagetext-image-pad: 45px;
    --u-imagetext-text-pad: 20px;
  }
}
@media (min-width: 1240px) {
  div.u_image-and-text {
    --u-imagetext-image-pad: 90px;
  }
}
div.u_image-and-text h2 {
  color: var(--color-cobalt);
}
@media (min-width: 724px) {
  div.u_image-and-text .cols {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
  }
}
div.u_image-and-text .image-col .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 90%;
  margin-bottom: 32px;
  z-index: 2;
}
@media (min-width: 724px) {
  div.u_image-and-text .image-col .image-wrapper {
    margin-bottom: 0;
    padding-bottom: 120%;
  }
}
@media (min-width: 992px) {
  div.u_image-and-text .image-col .image-wrapper {
    padding-bottom: 90%;
  }
}
div.u_image-and-text .image-col .image-wrapper img {
  position: absolute;
  display: block;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.u_image-and-text .text {
  margin-bottom: 40px;
}
div.u_image-and-text .link {
  text-align: center;
}
@media (min-width: 724px) {
  div.u_image-and-text .link {
    text-align: left;
  }
}
div.u_image-and-text .link a {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 724px) {
  div.u_image-and-text .link a {
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 724px) {
  div.u_image-and-text.image-left .image-col {
    margin-right: var(--u-imagetext-image-pad);
  }
}
@media (min-width: 724px) {
  div.u_image-and-text.image-left .text-col > * {
    padding-left: var(--u-imagetext-text-pad);
  }
}
div.u_image-and-text.image-right .image-col {
  order: 2;
}
@media (min-width: 724px) {
  div.u_image-and-text.image-right .image-col {
    margin-left: var(--u-imagetext-image-pad);
  }
}
@media (min-width: 724px) {
  div.u_image-and-text.image-right .text-col > * {
    padding-right: var(--u-imagetext-text-pad);
  }
}
div.u_image-and-text.style-style1 .link {
  position: relative;
}
div.u_image-and-text.style-style1 .link::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  left: calc(var(--side-margin) * -1);
  right: calc(var(--side-margin) * -1);
  background-color: var(--color-blue-lines);
  opacity: 0.5;
  z-index: 0;
}
@media (min-width: 724px) {
  div.u_image-and-text.style-style1 .link::before {
    width: calc(2 * (100% + var(--side-margin) - var(--side-line-padding)));
  }
}
@media (min-width: 724px) {
  div.u_image-and-text.style-style1.image-left .link::before {
    left: auto;
    right: calc(var(--side-line-padding) - var(--side-margin));
  }
}
@media (min-width: 724px) {
  div.u_image-and-text.style-style1.image-right .link::before {
    left: calc(var(--side-line-padding) - var(--side-margin));
  }
}

/* USelect */
div.u_select {
  position: relative;
}
div.u_select::after {
  content: "";
  pointer-events: none;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

/* ULoader */
div.u_loader {
  --u-loader-mask: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
  position: relative;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-green-dark);
  -webkit-mask: var(--u-loader-mask);
  mask: var(--u-loader-mask);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  margin: 0 auto;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
/* UResourceCard */
article.u_resource-card {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(28, 25, 155, 0.1);
}
article.u_resource-card:nth-last-child(1) {
  border-bottom: 1px solid rgba(28, 25, 155, 0.1);
}
@media (min-width: 992px) {
  article.u_resource-card {
    grid-template-columns: min(384px, 42%) 1fr;
    grid-template-rows: auto 1fr;
    gap: 20px 40px;
    display: grid;
    padding: 40px 0;
  }
}
article.u_resource-card > div:last-child:nth-child(2) { /* If the second item is also the last item (only has 2 child) */
  grid-column: 1/-1; /* Make the item span all columns */
}
article.u_resource-card > div:first-child.top { /* If there is no image, top item is the first */
  grid-column: 1/-1; /* Make the item span all columns */
}
article.u_resource-card .resource-content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  order: 2;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  article.u_resource-card .resource-content {
    margin-bottom: 0px;
  }
}
article.u_resource-card .resource-content .resource-title {
  margin: 0 0 8px;
}
article.u_resource-card .resource-content .resource-title > a {
  color: unset;
  text-decoration: none;
}
article.u_resource-card .resource-content p {
  margin: 0px;
}
article.u_resource-card .thumbnail {
  min-width: 250px;
  grid-row: span 2;
  text-decoration: none;
  position: relative;
  order: 3;
}
@media (min-width: 992px) {
  article.u_resource-card .thumbnail {
    order: 0;
  }
}
article.u_resource-card .thumbnail > div {
  height: 100%;
}
article.u_resource-card .thumbnail img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 176px;
}
@media (min-width: 992px) {
  article.u_resource-card .thumbnail img {
    height: 215px;
  }
}
article.u_resource-card .top {
  order: -1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  article.u_resource-card .top {
    order: 0;
  }
}
article.u_resource-card .top .article-header {
  display: flex;
  gap: 16px;
  flex-direction: column-reverse;
  order: -1;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  article.u_resource-card .top .article-header {
    margin-bottom: 0px;
    order: 1;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
article.u_resource-card .top .article-header .topics-col .topics {
  display: flex;
  align-items: center;
}
article.u_resource-card .top .article-header .topics-col .topics .topic {
  border-right: 1px solid var(--color-cobalt);
  margin-right: 16px;
  padding-right: 16px;
  color: var(--color-cobalt);
}
article.u_resource-card .top .article-header .topics-col .topics .topic:nth-last-child(1) {
  border: none;
  margin-right: 0px;
  padding-right: 0xp;
}
article.u_resource-card .top .article-header time {
  color: var(--color-cobalt);
}

/* UResourcesInnerList */
div.u_resources-inner-list .resources-list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
div.u_resources-inner-list .resources-list > .u_resource-card {
  opacity: 0;
  animation: fadeInFromBottom 0.5s ease-out forwards;
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(1) {
  animation-delay: calc(0.1s * 1);
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(2) {
  animation-delay: calc(0.1s * 2);
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(3) {
  animation-delay: calc(0.1s * 3);
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(4) {
  animation-delay: calc(0.1s * 4);
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(5) {
  animation-delay: calc(0.1s * 5);
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(6) {
  animation-delay: calc(0.1s * 6);
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(7) {
  animation-delay: calc(0.1s * 7);
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(8) {
  animation-delay: calc(0.1s * 8);
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(9) {
  animation-delay: calc(0.1s * 9);
}
div.u_resources-inner-list .resources-list > .u_resource-card:nth-child(10) {
  animation-delay: calc(0.1s * 10);
}
div.u_resources-inner-list .resources-list > .u_resource-card.remove-card {
  animation: fadeOut 0.5s ease-out forwards;
}

/* UIconList */
div.u_icon-list {
  overflow: hidden;
  background-color: var(--color-green-dark);
  color: white;
}
div.u_icon-list .h_wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 156px;
  padding-bottom: 120px;
  position: relative;
  max-width: 1500px;
}
@media (min-width: 724px) {
  div.u_icon-list .h_wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 1240px) {
  div.u_icon-list .h_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1240px) {
  div.u_icon-list .h_wrapper.left-border::before {
    left: 0px;
  }
}
@media (min-width: 1240px) {
  div.u_icon-list .h_wrapper.left-border::after {
    right: 0px;
  }
}
div.u_icon-list .h_wrapper .title-container {
  margin-bottom: 16px;
}
@media (min-width: 1240px) {
  div.u_icon-list .h_wrapper .title-container {
    margin-bottom: 10px;
  }
}
div.u_icon-list .h_wrapper .title-container .title {
  font-size: 12pt;
  color: var(--color-white);
}
div.u_icon-list .h_wrapper .border-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
div.u_icon-list .h_wrapper .items-container {
  display: grid;
  gap: 56px;
  --u-iconlist-min-col: 280px;
  grid-template-columns: repeat(auto-fit, minmax(var(--u-iconlist-min-col), 1fr));
  justify-content: center;
  justify-items: stretch;
  max-width: calc(var(--u-iconlist-min-col) * 3 + 112px);
  margin-left: auto;
  margin-right: auto;
}
div.u_icon-list .h_wrapper .items-container .item-card {
  display: flex;
  gap: 24px;
}
div.u_icon-list .h_wrapper .items-container .item-card .icon-col {
  flex-basis: 62px;
}
div.u_icon-list .h_wrapper .items-container .item-card .icon-col .card-icon {
  height: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.u_icon-list .h_wrapper .items-container .item-card .text-col {
  flex: 1;
}
div.u_icon-list .h_wrapper .items-container .item-card .text-col .card-title {
  color: var(--color-lighter-green);
  margin-bottom: 16px;
  font-size: 90%;
}
div.u_icon-list .h_wrapper .items-container .item-card .text-col .card-text {
  font-weight: 300;
}
div.u_icon-list .h_wrapper .items-container .item-card .text-col .card-text a {
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
}
div.u_icon-list .h_wrapper .left-icon {
  position: absolute;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: left;
  bottom: 26px;
  width: 106px;
  left: 15px;
}
@media (min-width: 724px) {
  div.u_icon-list .h_wrapper .left-icon {
    left: 25px;
  }
}
@media (min-width: 1240px) {
  div.u_icon-list .h_wrapper .left-icon {
    width: calc((100vw - 1018px) / 2);
    left: calc((100vw - 1018px) / 2 * -1);
    background-position: bottom;
    background-position-x: right;
    bottom: 111px;
  }
}
@media (min-width: 1240px) {
  div.u_icon-list .h_wrapper .right-icon {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 184px;
    height: 200px;
    width: calc((100vw - 1018px) / 2);
    right: calc((100vw - 1018px) / 2 * -1);
  }
}

/* USearchKeyword */
div.u_search-keyword {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  div.u_search-keyword {
    margin-bottom: 80px;
  }
}
div.u_search-keyword > input {
  padding: 12px 16px;
  width: 100%;
  border: 1px solid var(--color-cobalt);
  border-radius: 8px;
}
div.u_search-keyword > input::placeholder {
  color: var(--color-cobalt);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: var(--font-size-s);
  line-height: 1.4;
  letter-spacing: 0.3px;
}
div.u_search-keyword label {
  overflow: hidden;
  position: absolute;
  height: 0;
}
div.u_search-keyword .search-button-keyword {
  display: flex;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  line-height: 1;
  background: transparent;
  border: none;
  padding: 0px;
}
div.u_search-keyword .search-button-keyword .search-icon {
  width: 18px;
  height: 18px;
  color: var(--color-cobalt);
}

/* UTestimonials */
div.u_testimonials {
  background-color: var(--color-green-dark);
  color: #FFF;
  overflow: hidden;
}
div.u_testimonials > .title {
  border-bottom: 1px solid rgba(var(--color-lighter-green-rgb), 0.5);
  padding: 80px 0 60px;
}
@media (min-width: 1240px) {
  div.u_testimonials > .title {
    padding: 143px 0 89px;
  }
}
div.u_testimonials .testimonials {
  position: relative;
  margin-left: 32px;
  padding-bottom: 126px;
}
@media (min-width: 724px) {
  div.u_testimonials .testimonials {
    margin-left: 120px;
  }
}
@media (min-width: 1240px) {
  div.u_testimonials .testimonials {
    margin-left: 210px;
    padding-bottom: 160px;
  }
}
div.u_testimonials .testimonials .left-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
div.u_testimonials .testimonials .right-line {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 161px;
}
@media (min-width: 1240px) {
  div.u_testimonials .testimonials .right-line {
    display: block;
  }
}
div.u_testimonials .testimonials .icon {
  position: absolute;
  top: 56px;
  left: -32px;
  width: 64px;
  height: 64px;
  background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/testimonials-icon.png") no-repeat center;
  background-size: contain;
}
div.u_testimonials .testimonials .list {
  position: relative;
}
div.u_testimonials .testimonials .list::after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  bottom: 0;
  height: 1px;
  width: 100vw;
  background: rgba(var(--color-lighter-green-rgb), 0.5);
}
div.u_testimonials .testimonials .list .item {
  padding: 54px 0 80px 54px;
  line-height: 1.5;
}
@media (min-width: 724px) {
  div.u_testimonials .testimonials .list .item {
    padding-right: 50px;
  }
}
@media (min-width: 1240px) {
  div.u_testimonials .testimonials .list .item {
    padding: 54px 106px 50px 106px;
  }
}
div.u_testimonials .testimonials .list .item h4 {
  margin-bottom: 8px;
}

/* UImprovingInjections */
div.u_improving-injections {
  text-align: left;
}
div.u_improving-injections .title {
  position: relative;
  margin-bottom: 52px;
}
@media (min-width: 724px) {
  div.u_improving-injections .title {
    margin-left: calc(var(--side-line-padding) - var(--side-margin));
    margin-right: calc(var(--side-line-padding) - var(--side-margin));
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
  }
}
div.u_improving-injections .list {
  display: grid;
  grid-template-columns: 100%;
  gap: 56px;
  max-width: 480px;
  margin: 0;
  margin-bottom: 56px;
}
@media (min-width: 724px) {
  div.u_improving-injections .list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 100%;
  }
}
@media (min-width: 1240px) {
  div.u_improving-injections .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
div.u_improving-injections .item {
  text-decoration: none;
  text-align: left;
}
div.u_improving-injections .item .item-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.37;
  object-fit: contain;
  object-position: left;
  margin-bottom: 16px;
}
@media (min-width: 1240px) {
  div.u_improving-injections .item .item-image img {
    margin-bottom: 24px;
  }
}
div.u_improving-injections .item .item-title {
  color: var(--color-cobalt);
  margin-bottom: 0;
}
div.u_improving-injections .item .item-arrow {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/arrow-read-more-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 34px;
  margin-top: 16px;
}

/* UNewsListing */
div.u_news-listing .top-section {
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  margin-bottom: 56px;
}
@media (min-width: 724px) {
  div.u_news-listing .top-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
div.u_news-listing .top-section h4 {
  color: var(--color-cobalt);
  margin-bottom: 25px;
  letter-spacing: -0.28px;
}
@media (min-width: 724px) {
  div.u_news-listing .top-section h4 {
    margin-bottom: 0px;
  }
}
div.u_news-listing .top-section .cta-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
div.u_news-listing .top-section .cta-container a {
  padding: 9px 24px;
}
div.u_news-listing .posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 64px;
}
@media (min-width: 724px) {
  div.u_news-listing .posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
div.u_news-listing .posts .post-card {
  text-decoration: none;
}
div.u_news-listing .posts .post-card.video {
  cursor: pointer;
}
div.u_news-listing .posts .post-card.video .card-image {
  aspect-ratio: 1.78;
  background: center no-repeat;
  background-size: cover;
  margin-bottom: 24px;
}
div.u_news-listing .posts .post-card.video .card-image .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
div.u_news-listing .posts .post-card.video .card-image .overlay .play-icon {
  height: 73px;
  width: 73px;
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/video-play.svg");
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
}
div.u_news-listing .posts .post-card.video .card-title {
  color: var(--color-green-dark);
}
div.u_news-listing .posts .post-card.video:hover .card-image .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
div.u_news-listing .posts .post-card.video:hover .card-image .overlay .play-icon {
  opacity: 0.7;
}
div.u_news-listing .posts.border-bottom {
  border-bottom: 1px solid rgba(61, 144, 205, 0.5);
}

/* UArticleCard */
a.u_article-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
a.u_article-card .card-date {
  color: var(--color-cobalt);
  margin-bottom: 8px;
}
a.u_article-card .category-container {
  display: flex;
}
a.u_article-card .category-container .card-category {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid var(--color-green-dark);
}
a.u_article-card .category-container .card-category:nth-last-child(1) {
  margin-right: 0px;
  padding-right: 0px;
  border: none;
}
a.u_article-card .card-category {
  color: var(--color-green-dark);
  margin-bottom: 16px;
}
a.u_article-card .card-title {
  color: var(--color-green-dark);
}
a.u_article-card .card-text {
  margin-bottom: 16px;
}
a.u_article-card .icon-container {
  flex: 1;
  display: flex;
  align-items: end;
}
a.u_article-card .icon-container .arrow-icon {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/arrow-read-more.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 34px;
}

/* URelatedArticles */
div.u_related-articles {
  position: relative;
  margin-top: 46px;
  margin-bottom: 80px;
}
div.u_related-articles .top-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 37px;
  gap: 20px;
}
@media (min-width: 724px) {
  div.u_related-articles .top-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
div.u_related-articles .top-section h2 {
  color: var(--color-cobalt);
  margin-bottom: 0px;
}
div.u_related-articles .top-section .cta-container a {
  padding: 9px 24px;
}
@media (min-width: 724px) {
  div.u_related-articles .articles_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1080px) {
  div.u_related-articles .articles_container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
div.u_related-articles .articles_container .u_article-card {
  padding: 32px 0;
}
@media (min-width: 724px) {
  div.u_related-articles .articles_container .u_article-card {
    padding: 32px;
  }
}
@media (min-width: 1240px) {
  div.u_related-articles .articles_container .u_article-card {
    padding: 48px;
  }
}

/* UTopicArticles */
div.u_topic-articles .top-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding-bottom: 25px;
}
@media (min-width: 724px) {
  div.u_topic-articles .top-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
div.u_topic-articles .top-section.with-images {
  margin-bottom: 56px;
  padding-bottom: 0px;
}
div.u_topic-articles .top-section h2 {
  color: var(--color-cobalt);
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 724px) {
  div.u_topic-articles .top-section h2 {
    max-width: 80%;
    margin-bottom: 0px;
  }
}
div.u_topic-articles .top-section h4 {
  color: var(--color-cobalt);
  margin-bottom: 0px;
}
div.u_topic-articles .top-section .cta-container a {
  padding: 9px 24px;
  width: 100%;
}
@media (min-width: 724px) {
  div.u_topic-articles .top-section .cta-container a {
    width: auto;
  }
}
div.u_topic-articles .main-article {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-top: 1px solid rgba(61, 144, 205, 0.5);
  padding-top: 24px;
  padding-bottom: 40px;
  align-items: center;
}
@media (min-width: 724px) {
  div.u_topic-articles .main-article {
    flex-direction: row;
    gap: 0px;
    justify-content: space-between;
  }
}
div.u_topic-articles .main-article.no-border {
  border: none;
  padding-top: 0px;
}
div.u_topic-articles .main-article .article-img {
  display: block;
  width: 100%;
  padding-bottom: 62%;
  background: no-repeat center;
  background-size: cover;
}
@media (min-width: 724px) {
  div.u_topic-articles .main-article .article-img {
    width: 48%;
    padding-bottom: 0;
    height: auto;
    min-height: 300px;
  }
}
@media (min-width: 1240px) {
  div.u_topic-articles .main-article .article-img {
    min-height: 375px;
  }
}
@media (min-width: 724px) {
  div.u_topic-articles .main-article .article-content {
    width: 45%;
  }
}
@media (min-width: 1240px) {
  div.u_topic-articles .main-article .article-content {
    width: 40%;
  }
}
div.u_topic-articles .articles_container {
  border-top: 1px solid rgba(61, 144, 205, 0.5);
  padding-top: 40px;
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
}
@media (min-width: 724px) {
  div.u_topic-articles .articles_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  div.u_topic-articles .articles_container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
div.u_topic-articles .articles_container .u_article-card h5 {
  margin-bottom: 8px;
}

/* UMailingListModal */
div.u_mailing-list-modal {
  background-color: var(--color-green-dark);
  max-width: 909px;
  position: relative;
  padding: 30px;
  min-height: 100%;
}
@media (min-width: 724px) {
  div.u_mailing-list-modal {
    padding: 102px 316px 102px 102px;
    min-height: auto;
  }
}
div.u_mailing-list-modal .logo-container {
  margin-bottom: 8px;
}
div.u_mailing-list-modal .logo-container .logo-img {
  height: 48px;
  width: auto;
}
div.u_mailing-list-modal h3 {
  color: var(--color-blue-light);
}
div.u_mailing-list-modal .form-container {
  margin-bottom: 40px;
}
div.u_mailing-list-modal .form-container form .gform_heading {
  display: none;
}
div.u_mailing-list-modal .form-container form .gform-body legend {
  display: none;
}
div.u_mailing-list-modal .form-container form .gform-body label {
  display: none;
}
div.u_mailing-list-modal .form-container form .gform-body input {
  height: 56px;
  border: 1px solid var(--color-blue-light) !important;
  border-radius: 8px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: var(--color-white);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: var(--font-size-s);
  line-height: 1.4;
  letter-spacing: 0.3px;
}
div.u_mailing-list-modal .form-container form .gform-body input::placeholder {
  color: var(--color-white);
  margin-bottom: 5px;
}
div.u_mailing-list-modal .form-container form .gform-body input:focus {
  border: 1px solid var(--color-white) !important;
}
div.u_mailing-list-modal .form-container form .gform-body input[type=checkbox] {
  height: auto;
  width: auto;
}
div.u_mailing-list-modal .form-container form .gform-body input[type=checkbox]::before {
  color: white;
}
div.u_mailing-list-modal .form-container form .gform-body .ginput_container {
  display: flex;
  align-items: center;
}
div.u_mailing-list-modal .form-container form .gform-body .ginput_container label {
  display: block;
  color: white;
}
div.u_mailing-list-modal .form-container form .gform_footer input[type=submit] {
  padding: 22px 10px;
  border-radius: 48px !important;
  background-color: #fff !important;
  color: var(--color-cobalt) !important;
  font-size: var(--font-size-s) !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 120% !important;
  text-transform: uppercase !important;
  width: 100% !important;
}
@media (min-width: 724px) {
  div.u_mailing-list-modal .form-container form .gform_footer input[type=submit] {
    width: fit-content !important;
  }
}
div.u_mailing-list-modal .information {
  line-height: 1.5;
}
div.u_mailing-list-modal .exit-button-container {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 25px;
  right: 24px;
}
div.u_mailing-list-modal .exit-button-container button {
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/close-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--color-green-dark);
  border: none;
  cursor: pointer;
}
@media (min-width: 1240px) {
  div.u_mailing-list-modal .exit-button-container {
    top: 24px;
  }
}

/* UTopicContainer */
div.u_topic-container .content {
  max-width: 808px;
  margin: 0 auto;
}
div.u_topic-container > .h_wrapper {
  position: relative;
}
div.u_topic-container > .h_wrapper .deco {
  position: absolute;
  width: 160px;
  height: 181px;
  pointer-events: none;
  display: none;
}
@media (min-width: 1240px) {
  div.u_topic-container > .h_wrapper .deco {
    display: block;
  }
}
@media (min-width: 1400px) {
  div.u_topic-container > .h_wrapper .deco {
    width: 220px;
    height: 249px;
  }
}
div.u_topic-container > .h_wrapper .deco.left-deco {
  left: var(--side-line-padding);
  top: 80px;
}
div.u_topic-container > .h_wrapper .deco.right-deco {
  right: var(--side-line-padding);
  top: 150px;
}

/* UTplSingleEvent */
div.u_tpl-single-event .u_article-hero .date {
  text-transform: uppercase;
}
div.u_tpl-single-event > .article-content {
  background-color: var(--color-gray-light);
  --desktop-max-width: var(--desktop-max-width-article);
}
div.u_tpl-single-event.pt-default > .article-content {
  padding-top: 80px;
}
div.u_tpl-single-event.pb-default > .article-content {
  padding-bottom: 80px;
}

/* UHeroTopic */
div.u_hero-topic {
  margin-bottom: 50px;
  /* Let content behind this section show through the hero gradient.
     We render the gradient on a pseudo-element at 85% opacity. */
  background: transparent;
  color: #FFF;
  position: relative;
  /* Keep the hexagon decoration above the gradient but still behind content. */
  /* Ensure all real content sits above the backgrounds. */
}
div.u_hero-topic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--gradient-hero);
  opacity: 0.25;
}
div.u_hero-topic::before {
  z-index: 1;
}
div.u_hero-topic > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 724px) {
  div.u_hero-topic .h_border-wrapper {
    --side-line-padding: 40px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-topic .h_border-wrapper {
    --side-line-padding: 102px;
  }
}
div.u_hero-topic .text-row {
  /* Reduce vertical blank space on mobile */
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 724px) {
  div.u_hero-topic .text-row {
    /* Tighten vertical whitespace */
    padding: 5px 0;
    grid-template-columns: minmax(260px, 48%) 1fr;
    gap: 20px;
    align-items: center;
  }
}
@media (min-width: 1240px) {
  div.u_hero-topic .text-row {
    grid-template-columns: 600px 1fr;
    padding: 5px 0;
  }
}
div.u_hero-topic .text-row .title {
  position: relative;
  margin: 0;
  /* Default h1 margins often look like extra blank space */
}
div.u_hero-topic .text-row .title h1,
div.u_hero-topic .text-row .title .h_headline-hero {
  margin: 0;
}
@media (min-width: 724px) {
  div.u_hero-topic .text-row .title {
    padding: 0;
  }
}
div.u_hero-topic .text-row .image-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-width: 0; /* prevent flex/grid overflow causing wrapping */
  /* Hard cap the image area height so it can't push the row taller */
  height: 200px;
  /* The dotted line component can bring its own margins/padding */
}
@media (min-width: 724px) {
  div.u_hero-topic .text-row .image-col {
    justify-content: flex-end;
  }
}
div.u_hero-topic .text-row .image-col .h_dotted-line,
div.u_hero-topic .text-row .image-col .line-desktop {
  margin: 0;
  padding: 0;
}
div.u_hero-topic .text-row .image-col img {
  display: block;
  width: auto;
  max-height: 196px;
  transform: perspective(900px) rotateY(-10deg) rotateX(3deg);
  transform-origin: center;
  filter: drop-shadow(0 18px 28px rgba(2, 90, 130, 0.5)) drop-shadow(0 6px 10px rgba(0, 0, 0, 0.6));
  transition: transform 600ms ease, filter 600ms ease;
}
div.u_hero-topic .text-row .image-col .img-bg {
  width: auto;
  max-height: 200px;
  overflow: hidden;
  aspect-ratio: auto;
  min-height: 0;
  /* In case any placeholder text/whitespace is in the markup, don't let it affect layout */
  font-size: 0;
  line-height: 0;
  color: transparent;
  /* Background image opacity:
     The image is provided via inline `background-image` in PHP.
     We move it to a pseudo-element so we can fade it without affecting children. */
  position: relative;
  background-image: none !important;
  background-color: transparent;
  /* If content ever gets placed inside `.img-bg`, keep it above the faded image. */
}
div.u_hero-topic .text-row .image-col .img-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.85;
  background-image: inherit;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  pointer-events: none;
}
div.u_hero-topic .text-row .image-col .img-bg > * {
  position: relative;
  z-index: 1;
  font-size: initial;
  line-height: initial;
  color: inherit;
}
@media (min-width: 724px) {
  div.u_hero-topic .text-row .image-col .img-bg {
    max-width: 480px;
    height: 200px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-topic .text-row .image-col .img-bg {
    max-width: 580px;
    height: 200px;
  }
}

/* UHeroBasicPage */
div.u_hero-basic-page {
  background: var(--gradient-hero);
  color: #FFF;
  position: relative;
}
div.u_hero-basic-page h1 {
  margin-bottom: 0px;
}
div.u_hero-basic-page .btn-row {
  padding: 64px 0 56px;
}
@media (min-width: 1240px) {
  div.u_hero-basic-page .btn-row {
    padding: 40px 0;
  }
}
div.u_hero-basic-page .text-row {
  padding: 0 0 75px;
  max-width: 1020px;
  margin: 0 auto;
}
/* UVideoOverlay */
div.u_video-overlay {
  position: fixed;
  inset: 0;
  z-index: -100;
  opacity: 0;
  background: rgba(var(--color-blue-dark-rgb), 0.95);
  display: grid;
  place-items: center;
}
div.u_video-overlay.isOpen {
  transition: opacity 0.5s ease-in-out;
  z-index: 1001;
  opacity: 1;
}
div.u_video-overlay .overlay-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
div.u_video-overlay iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
div.u_video-overlay .close-menu {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  margin-left: auto;
  margin-bottom: 17px;
}
div.u_video-overlay .close-menu svg {
  width: 17px;
  height: 17px;
  color: #fff;
}

/* UCtaVideo */
div.u_cta-video {
  color: #FFF;
  overflow: hidden;
}
div.u_cta-video .h_wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 56px;
}
@media (min-width: 724px) {
  div.u_cta-video .h_wrapper {
    grid-template-columns: 1fr 48%;
    gap: 40px;
  }
}
div.u_cta-video .text {
  margin-bottom: 40px;
  max-width: 500px;
}
div.u_cta-video .link {
  position: relative;
}
div.u_cta-video .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  height: 1px;
  background-color: var(--color-lighter-green);
  opacity: 0.5;
}
div.u_cta-video .link .line {
  position: absolute;
  top: 50%;
  left: calc(var(--side-line-padding) - var(--side-margin));
  height: 100vh;
}
div.u_cta-video .link a {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 724px) {
  div.u_cta-video .link a {
    width: auto;
  }
}
div.u_cta-video .video-wrapper::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color-lighter-green);
  opacity: 0.5;
  width: 100vw;
}
div.u_cta-video .video-wrapper .video {
  margin-bottom: 16px;
}
div.u_cta-video .video-wrapper .video .thumb {
  aspect-ratio: 1.92;
}
div.u_cta-video .video-wrapper .video-info {
  margin-bottom: 40px;
}
div.u_cta-video .video-wrapper .video-title {
  margin-bottom: 5px;
}

/* UHeroVideo */
div.u_hero-video {
  position: relative;
  padding-top: 1px;
}
div.u_hero-video iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: -60px 0 60px;
}
@media (min-width: 724px) {
  div.u_hero-video iframe {
    margin: -192px 0 80px;
  }
}

/* UArticleCard */
.u_article-card-image {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.u_article-card-image .thumb {
  margin-bottom: 24px;
  aspect-ratio: 1.35;
}
.u_article-card-image .card-title {
  color: var(--color-green-dark);
}
.u_article-card-image .icon-container {
  flex: 1;
  display: flex;
  align-items: end;
}
.u_article-card-image .icon-container .arrow-icon {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/icons/arrow-read-more.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 34px;
}

/* UHeroGlobalAccess */
div.u_hero-global-access {
  background: var(--gradient-hero);
  color: #FFF;
  position: relative;
}
div.u_hero-global-access .h_border-wrapper::before {
  display: none;
}
@media (min-width: 1240px) {
  div.u_hero-global-access .h_border-wrapper::before {
    display: block;
    top: 240px;
  }
}
div.u_hero-global-access .hero-content {
  background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/home-hero-hexagons.png") calc(100% - 36px) 100% no-repeat;
  background-size: 90px auto;
}
@media (min-width: 724px) {
  div.u_hero-global-access .hero-content {
    background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/home-hero-hexagons.png") calc(100% + 40px) 0 no-repeat;
    background-size: 600px auto;
  }
}
div.u_hero-global-access .text-row {
  padding: 64px 0 64px;
}
@media (min-width: 724px) {
  div.u_hero-global-access .text-row {
    padding: 0px;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 40px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-global-access .text-row {
    grid-template-columns: 40% 1fr;
  }
}
div.u_hero-global-access .text-row .text-col {
  position: relative;
}
@media (min-width: 724px) {
  div.u_hero-global-access .text-row .text-col {
    padding: 80px 0 60px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-global-access .text-row .text-col {
    padding: 80px 0 120px;
  }
}
@media (min-width: 724px) {
  div.u_hero-global-access .text-row .text-col h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-global-access .text-row .text-col h1 {
    margin-bottom: 56px;
  }
}
div.u_hero-global-access .text-row .text-col::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 60px;
  left: calc(var(--side-line-padding) - var(--side-margin));
  right: -40px;
  height: 1px;
  background-color: #FFF;
}
@media (min-width: 1240px) {
  div.u_hero-global-access .text-row .text-col::before {
    display: block;
  }
}
div.u_hero-global-access .text-row .image-col {
  position: relative;
}
@media (min-width: 724px) {
  div.u_hero-global-access .text-row .image-col {
    padding: 70px 0 0;
    margin-bottom: -30px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-global-access .text-row .image-col {
    margin-bottom: -60px;
  }
}
div.u_hero-global-access .text-row .image-col .line-left, div.u_hero-global-access .text-row .image-col .line-right {
  position: absolute;
  top: 0;
  height: 50%;
  display: none;
}
@media (min-width: 724px) {
  div.u_hero-global-access .text-row .image-col .line-left, div.u_hero-global-access .text-row .image-col .line-right {
    display: block;
  }
}
div.u_hero-global-access .text-row .image-col .line-left {
  left: 25%;
}
div.u_hero-global-access .text-row .image-col .line-right {
  left: 75%;
}
div.u_hero-global-access .text-row .image-col img {
  position: relative;
  max-width: 440px;
  display: block;
  margin: 0 auto;
  z-index: 2;
}
@media (min-width: 724px) {
  div.u_hero-global-access .text-row .image-col img {
    max-width: 480px;
  }
}
@media (min-width: 724px) {
  div.u_hero-global-access .text-row .image-col img {
    max-width: 100%;
  }
}

/* UHeroPlatform */
div.u_hero-platform {
  background: var(--gradient-hero);
  color: #FFF;
  position: relative;
}
div.u_hero-platform .h_border-wrapper::before {
  display: none;
}
@media (min-width: 1240px) {
  div.u_hero-platform .h_border-wrapper::before {
    display: block;
    top: 240px;
  }
}
div.u_hero-platform .hero {
  background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/home-hero-hexagons.png") calc(100% + 250px) -10% no-repeat;
  background-size: auto 400px;
}
@media (min-width: 724px) {
  div.u_hero-platform .hero {
    background-position: calc(100% + 250px) 0%;
    background-size: auto 900px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-platform .hero {
    background-size: 1200px auto;
  }
}
div.u_hero-platform .text-row {
  position: relative;
  padding: 64px 0 64px;
}
@media (min-width: 724px) {
  div.u_hero-platform .text-row {
    padding: 0px;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 40px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-platform .text-row {
    grid-template-columns: 40% 1fr;
  }
}
div.u_hero-platform .text-row::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100vw;
  right: 0px;
  height: 1px;
  background-color: #FFF;
}
div.u_hero-platform .text-row .text-col {
  position: relative;
}
@media (min-width: 724px) {
  div.u_hero-platform .text-row .text-col {
    padding: 80px 0 60px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-platform .text-row .text-col {
    padding: 80px 0 120px;
  }
}
div.u_hero-platform .text-row .text-col .text {
  color: #0c1021;
}
div.u_hero-platform .text-row .video-col {
  position: relative;
}
@media (min-width: 724px) {
  div.u_hero-platform .text-row .video-col {
    padding: 53px 0 120px;
  }
}
div.u_hero-platform .text-row .video-col iframe {
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
div.u_hero-platform .secondary-content {
  background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/platform-bg.png") -30px 100% no-repeat;
  background-size: auto 400px;
}
@media (min-width: 992px) {
  div.u_hero-platform .secondary-content {
    background-position: 20px 100%;
    background-size: auto 500px;
  }
}
@media (min-width: 1240px) {
  div.u_hero-platform .secondary-content {
    background-position: -20px 100%;
    background-size: auto 680px;
  }
}
div.u_hero-platform .secondary-content .h_wrapper {
  padding-top: 64px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  div.u_hero-platform .secondary-content .h_wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: calc(50% - 40px) 50%;
    gap: 40px;
  }
}
div.u_hero-platform .secondary-content .object-col {
  position: relative;
}
@media (min-width: 992px) {
  div.u_hero-platform .secondary-content .object-col {
    padding: 100px 0 160px;
  }
}
div.u_hero-platform .secondary-content .object-col .object {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  div.u_hero-platform .secondary-content .text-col {
    padding: 100px 0 160px;
  }
}
div.u_hero-platform .secondary-content .text-col .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
div.u_hero-platform .secondary-content .text-col .buttons a {
  width: 100%;
}
@media (min-width: 1240px) {
  div.u_hero-platform .secondary-content .text-col .buttons a {
    width: auto;
  }
}
div.u_hero-platform .hero-needles {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
div.u_hero-platform .hero-needles .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}
div.u_hero-platform .hero-needles .pagination .swiper-pagination {
  font-size: 1.4rem;
  font-weight: 700;
  position: static;
  width: 80px;
}
div.u_hero-platform .hero-needles .pagination .swiper-button-prev, div.u_hero-platform .hero-needles .pagination .swiper-button-next {
  color: #FFF;
  position: relative;
  width: 34px;
  height: 17px;
  margin: 0;
  inset: auto;
  transition: background-color 0.4s;
}
div.u_hero-platform .hero-needles .pagination .swiper-button-prev::after, div.u_hero-platform .hero-needles .pagination .swiper-button-next::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/stack/svg/sprite.stack.svg#arrow-next") no-repeat center/contain;
  mask: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/stack/svg/sprite.stack.svg#arrow-next") no-repeat center/contain;
  background-color: #FFF;
  width: 60px;
  height: 30px;
  transition: background-color 0.4s;
}
div.u_hero-platform .hero-needles .pagination .swiper-button-prev::after {
  transform: rotate(180deg);
}

/* UVideoList */
div.u_video-list .top-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}
@media (min-width: 724px) {
  div.u_video-list .top-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 106px;
  }
}
div.u_video-list .top-section h2 {
  color: var(--color-white);
  margin-bottom: 40px;
  max-width: 100%;
}
@media (min-width: 724px) {
  div.u_video-list .top-section h2 {
    max-width: 80%;
    margin-bottom: 0px;
  }
}
div.u_video-list .top-section .cta-container a {
  padding: 9px 24px;
  width: 100%;
}
@media (min-width: 724px) {
  div.u_video-list .top-section .cta-container a {
    width: auto;
  }
}
div.u_video-list .articles_container {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
}
@media (min-width: 724px) {
  div.u_video-list .articles_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  div.u_video-list .articles_container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
div.u_video-list .articles_container .u_article-card-image h5 {
  margin-bottom: 8px;
  color: var(--color-white);
}

/* UTplBasicPage */
div.u_tpl-basic-page > .content {
  --desktop-max-width: var(--desktop-max-width-article);
}
div.u_tpl-basic-page.pt-default > .content {
  padding-top: 80px;
}
div.u_tpl-basic-page.pb-default > .content {
  padding-bottom: 80px;
}

/* UNeedle */
div.u_needle {
  aspect-ratio: 1.5;
  height: auto;
}
div.u_needle canvas {
  height: 100% !important;
  width: 100% !important;
  max-width: 100%;
}
div.u_needle .caption {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 724px) {
  div.u_needle .caption {
    font-size: 2.2rem;
  }
}

/* UVideoGrid */
div.u_video-grid {
  margin-bottom: 40px;
}
div.u_video-grid .intro {
  max-width: 808px;
  margin: 0 auto 40px;
  text-align: center;
}
div.u_video-grid .intro h2 {
  color: var(--color-cobalt);
  text-align: center;
}
div.u_video-grid .articles_container {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
}
@media (min-width: 724px) {
  div.u_video-grid .articles_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  div.u_video-grid .articles_container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
div.u_video-grid .articles_container .u_article-card-image h5 {
  margin-bottom: 8px;
}

/* UTabsBlock */
/* UTabsItemBlock */
div.u_tabs-item-block {
  display: none;
}
div.u_tabs-item-block > .title {
  display: none;
}
div.u_tabs-item-block.active {
  display: block;
}

/* UResponsiveSpacer */
div.u_responsive-spacer {
  height: var(--uresponsivespacer-mobile);
}
@media (min-width: 724px) {
  div.u_responsive-spacer {
    height: var(--uresponsivespacer-tablet);
  }
}
@media (min-width: 1240px) {
  div.u_responsive-spacer {
    height: var(--uresponsivespacer-desktop);
  }
}

/* UNewsTicker */
div.u_news-ticker {
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/news-ticker-bg.png") 0% 0%/156px 156px repeat, linear-gradient(103deg, rgba(48, 255, 218, 0.3) -4.74%, rgba(255, 255, 255, 0) 49.68%, rgba(111, 246, 222, 0.3) 98.51%);
  background-blend-mode: overlay, normal;
  box-shadow: 0px -2px 9.9px 0px rgba(19, 17, 98, 0.15), 0px 4px 9.9px 0px rgba(19, 17, 98, 0.24);
  backdrop-filter: blur(5px);
  padding: 28px 0;
}
div.u_news-ticker .news-grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 724px) {
  div.u_news-ticker .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}
div.u_news-ticker .news-grid .item {
  display: flex;
  position: relative;
  text-decoration: none;
  gap: 24px;
}
div.u_news-ticker .news-grid .item .image {
  flex: 0 0 90px;
  align-self: center;
}
@media (min-width: 724px) {
  div.u_news-ticker .news-grid .item .image {
    flex: 0 0 136px;
  }
}
div.u_news-ticker .news-grid .item .image img {
  display: block;
}
div.u_news-ticker .news-grid .item .label {
  font-size: 1.4rem;
  color: var(--color-blue-light);
  margin-bottom: 4px;
}
div.u_news-ticker .news-grid .item .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
  color: var(--color-gray-light);
}
@media (min-width: 1240px) {
  div.u_news-ticker .news-grid .item .title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
div.u_news-ticker .news-grid .item .cta {
  font-size: 1.4rem;
  margin-top: 16px;
  color: var(--color-gray-light);
}
@media (min-width: 724px) {
  div.u_news-ticker .news-grid .item:nth-child(2n)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 1px;
    background: #FFF;
    opacity: 0.25;
  }
}

/* UNeedleImage */
div.u_needle-image {
  position: relative;
  height: 0;
  padding-bottom: 20%;
}
div.u_needle-image .gradient {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 50px);
  background: radial-gradient(50% 100% at 50% 60%, rgba(103, 237, 255, 0.4) 0%, rgba(103, 246, 255, 0) 100%);
  filter: blur(40px);
}
div.u_needle-image img {
  display: block;
  height: auto;
}
div.u_needle-image .main-img {
  position: absolute;
  z-index: 2;
  width: 90%;
  bottom: 0;
  left: 5%;
}
div.u_needle-image .line, div.u_needle-image .item {
  position: absolute;
  z-index: 2;
}
div.u_needle-image .line img, div.u_needle-image .item img {
  display: block;
  width: 100%;
  height: auto;
}
div.u_needle-image .item {
  height: 12.9%;
  overflow: hidden;
}
div.u_needle-image .item img {
  width: 0%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  margin: 0 auto;
  transition: width 0.6s, opacity 0.6s;
}
div.u_needle-image .item.startAnimation img {
  width: 100%;
  opacity: 1;
}
div.u_needle-image .line-1 {
  width: 14.21%;
  left: 11%;
  top: 30%;
}
div.u_needle-image .line-2 {
  width: 14.21%;
  left: 41%;
  top: 20%;
}
div.u_needle-image .line-3 {
  width: 5.5%;
  left: 63%;
  top: 12.5%;
}
div.u_needle-image .line-4 {
  width: 6%;
  left: 82.4%;
  top: 32%;
}
div.u_needle-image .item-1 {
  width: 23.614%;
  left: 0%;
  top: 19%;
}
div.u_needle-image .item-2 {
  width: 19.88%;
  left: 31.32%;
  top: 8%;
}
div.u_needle-image .item-3 {
  width: 23.01%;
  left: 56.55%;
  top: 3%;
}
div.u_needle-image .item-4 {
  width: 23.43%;
  left: 76.55%;
  top: 20%;
}

/* UHeroVanguardPlatform */
.u_hero-vanguard-platform {
  position: relative;
}
.u_hero-vanguard-platform .gradient-bg {
  /* use theme gradient variable for hero */
  background: var(--gradient-hero);
  color: #FFF;
}
.u_hero-vanguard-platform .hero-content {
  background-image: url("/wp-content/themes/VanguardUtility/uneets/dist/assets/images/home-hero-hexagons.png");
  background-repeat: no-repeat;
  background-position: calc(100% + 1px) 0;
  background-size: 900px auto;
  background-attachment: fixed;
}
.u_hero-vanguard-platform .hero-content .deco-wrapper {
  /* sit above the blurred hero gradient but below content */
  position: relative;
  z-index: 10;
  /* Use explicit properties so background behaves predictably across browsers and stacking contexts.
     Removed `background-attachment: fixed` which can be ignored or cause clipping when parents
     have transforms/filters. Keep sizes/positions similar to previous behavior. */
  overflow: hidden;
}
@media (min-width: 992px) {
  .u_hero-vanguard-platform .hero-content .deco-wrapper {
    /* keep horizontal offset but pin to top; increase tablet size by 50% (619px -> 930px) */
    background-position: calc(100% - 18px) 0;
    background-size: 930px auto;
    /* background-attachment: scroll; keep scroll behavior */
  }
}
.u_hero-vanguard-platform .hero-content .h_wrapper.h_border-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .u_hero-vanguard-platform .hero-content .h_wrapper::after {
    right: 90px;
  }
}
@media (min-width: 1240px) {
  .u_hero-vanguard-platform .hero-content .h_wrapper::after {
    right: 110px;
  }
}
.u_hero-vanguard-platform .hero-content .ourSeal {
  padding: 64px 0 0 0;
  flex: 0 0 auto;
  z-index: 4;
}
.u_hero-vanguard-platform .hero-content .ourSeal img {
  display: block;
  height: auto;
  width: 515px;
}
.u_hero-vanguard-platform .hero-content .text-row {
  position: relative;
  z-index: 6;
  padding: 64px 0 40px;
  flex: 1 1 0;
}
@media (min-width: 992px) {
  .u_hero-vanguard-platform .hero-content .text-row {
    padding: 64px 0 100px;
    width: auto;
  }
}
@media (min-width: 1240px) {
  .u_hero-vanguard-platform .hero-content .text-row {
    padding: 80px 0 100px;
    width: auto;
  }
}
.u_hero-vanguard-platform .hero-content .text-row .text {
  max-width: 488px;
  line-height: 1.5;
}
.u_hero-vanguard-platform .hero-content .text-row .button {
  margin-top: 40px;
}
.u_hero-vanguard-platform .hero-content .text-row .button a {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1240px) {
  .u_hero-vanguard-platform .hero-content .text-row .button a {
    width: auto;
  }
}
.u_hero-vanguard-platform .hero-content .needle-top {
  /* Make the needle-top a full-area absolute layer so the gradient can run across the hero background */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 2; /* sits behind text (text-row z-index:6) */
  /* Provide a small safe area for the needle image container if needed */
}
.u_hero-vanguard-platform .hero-content .needle-top .needle-inner {
  position: absolute;
  right: 40px;
  top: 40%;
  transform: translateY(-40%);
  pointer-events: none;
  z-index: 3;
  max-width: 640px;
}
.u_hero-vanguard-platform .hero-content .needle-top img {
  position: relative;
  z-index: 4; /* keep image above gradient */
}
.u_hero-vanguard-platform .hero-content .needle-top .gradient {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 120%; /* a bit wider than container to bleed off edges */
  height: 140%;
  transform: translateX(-10%) translateY(-10%);
  /* use the theme hero gradient, keep blur for soft effect */
  background: var(--gradient-hero);
  filter: blur(40px);
}
.u_hero-vanguard-platform .secondary-content > .h_wrapper {
  padding-top: 75px;
  padding-bottom: 10px;
  max-width: var(--desktop-max-width-article);
}
.u_hero-vanguard-platform .secondary-content .image {
  padding-bottom: 60px;
  max-width: 830px;
  margin: 0 -18px;
}
@media (min-width: 620px) {
  .u_hero-vanguard-platform .secondary-content .image {
    margin: 0 auto;
  }
}
.u_hero-vanguard-platform .secondary-content .intro {
  border-top: 1px solid rgba(155, 225, 255, 0.5);
  padding-top: 22px;
}
@media (min-width: 992px) {
  .u_hero-vanguard-platform .secondary-content .intro {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
  }
}
@media (min-width: 1240px) {
  .u_hero-vanguard-platform .secondary-content .intro {
    grid-template-columns: 480px 1fr;
  }
}
.u_hero-vanguard-platform .secondary-content .text p {
  letter-spacing: -0.28px;
}
.u_hero-vanguard-platform .secondary-content .text strong {
  font-weight: inherit;
  color: var(--color-green-highlight);
}
.u_hero-vanguard-platform .secondary-content .text em {
  font-weight: inherit;
  font-style: normal;
  color: var(--color-blue-highlight);
}
.u_hero-vanguard-platform .secondary-list {
  position: relative;
  background: var(--color-gray-light);
}
.u_hero-vanguard-platform .secondary-list .h_wrapper {
  max-width: var(--desktop-max-width-article);
}
.u_hero-vanguard-platform .secondary-list::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 100%;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, #121059 290%);
  opacity: 0.3;
}
.u_hero-vanguard-platform .secondary-list .list {
  display: grid;
  grid-template-columns: 100%;
  gap: 56px;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .u_hero-vanguard-platform .secondary-list .list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px 46px;
    padding: 80px 0;
  }
}
.u_hero-vanguard-platform .secondary-list .list .item {
  position: relative;
}
.u_hero-vanguard-platform .secondary-list .list .item h3 {
  margin-bottom: 16px;
  color: var(--color-lighter-green);
}
.u_hero-vanguard-platform .secondary-list .list .item::before, .u_hero-vanguard-platform .secondary-list .list .item::after {
  content: "";
  display: block;
  position: absolute;
}
.u_hero-vanguard-platform .secondary-list .list .item::before {
  height: 1px;
  top: -23px;
  left: 0;
  right: 0;
  background-size: 16px 1px;
  background-image: var(--pattern-line-horizontal);
}
.u_hero-vanguard-platform .secondary-list .list .item::after {
  display: none;
  width: 1px;
  top: 5px;
  bottom: 5px;
  right: -23px;
  background-size: 1px 16px;
  background-image: var(--pattern-line-vertical);
}
.u_hero-vanguard-platform .secondary-list .list .item:first-child::before {
  display: none;
}
@media (min-width: 992px) {
  .u_hero-vanguard-platform .secondary-list .list .item::before {
    display: none;
    left: -23px;
    right: -23px;
  }
  .u_hero-vanguard-platform .secondary-list .list .item::after {
    display: block;
  }
  .u_hero-vanguard-platform .secondary-list .list .item:nth-child(n+4)::before {
    display: block;
  }
  .u_hero-vanguard-platform .secondary-list .list .item:nth-child(3n+1)::before {
    left: 0;
  }
  .u_hero-vanguard-platform .secondary-list .list .item:nth-child(3n+3)::before {
    right: 0;
  }
  .u_hero-vanguard-platform .secondary-list .list .item:nth-child(3n+3)::after {
    display: none;
  }
}

/* UEBP_test */
/**
  * This file contains custom classes to be added in the block editor or via TinyMCE Customizations (wp-content/mu-plugins/gf_custom_site/WPAdminUtils/EditorStyles.php)
  *
  * @package vanguardutility
  */
.has-dark-background-color {
  background-color: var(--color-dark);
}

.has-dark-color {
  color: var(--color-dark);
}

.has-white-background-color {
  background-color: var(--color-white);
}

.has-white-color {
  color: var(--color-white);
}

.has-cobalt-background-color {
  background-color: var(--color-cobalt);
}

.has-cobalt-color {
  color: var(--color-cobalt);
}

.has-blue-background-color {
  background-color: var(--color-blue);
}

.has-blue-color {
  color: var(--color-blue);
}

.has-blue-dark-background-color {
  background-color: var(--color-blue-dark);
}

.has-blue-dark-color {
  color: var(--color-blue-dark);
}

.has-blue-light-background-color {
  background-color: var(--color-blue-light);
}

.has-blue-light-color {
  color: var(--color-blue-light);
}

.has-green-background-color {
  background-color: var(--color-green);
}

.has-green-color {
  color: var(--color-green);
}

.editor-style.remove-margins {
  margin: 0 0 !important;
}

.editor-style.vertically-center-content {
  display: flex;
  align-items: center;
}

.editor-style.horizontally-center-content {
  display: flex;
  justify-content: center;
}

/* Beginning of Shame.scss, this file should be EMPTY. */
.devHint {
  display: none;
  font-size: 8.5pt;
  color: black;
  text-align: center;
  background: transparent;
}
.devHint::before {
  content: "Developer Note: ";
  background: red;
  color: #000;
  padding: 0 0.25em;
}
/*# sourceMappingURL=style.css.map */
