@charset "UTF-8";
/* Colors
------------------------------------ */
/* Fonts
------------------------------------ */
/* Line Heights
------------------------------------ */
/* Font Sizes
------------------------------------ */
/* Layout / Spacing
------------------------------------ */
/* Borders
------------------------------------ */
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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
	========================================================================== */
/**
 * 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 */
}

/* Text-level semantics
	========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
	========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

figure {
  margin: 0;
}

/**
 * Button Reset
 *
 */
/**
 * List Reset
 */
/**
 * Max Width Text
**/
.maw-10em {
  max-width: 10em !important;
}

.maw-11em {
  max-width: 11em !important;
}

.maw-12em {
  max-width: 12em !important;
}

.maw-13em {
  max-width: 13em !important;
}

.maw-14em {
  max-width: 14em !important;
}

.maw-15em {
  max-width: 15em !important;
}

.maw-16em {
  max-width: 16em !important;
}

.maw-17em {
  max-width: 17em !important;
}

.maw-18em {
  max-width: 18em !important;
}

.maw-19em {
  max-width: 19em !important;
}

.maw-20em {
  max-width: 20em !important;
}

.maw-21em {
  max-width: 21em !important;
}

.maw-22em {
  max-width: 22em !important;
}

.maw-23em {
  max-width: 23em !important;
}

.maw-24em {
  max-width: 24em !important;
}

.maw-25em {
  max-width: 25em !important;
}

.maw-26em {
  max-width: 26em !important;
}

.maw-27em {
  max-width: 27em !important;
}

.maw-28em {
  max-width: 28em !important;
}

.maw-29em {
  max-width: 29em !important;
}

.maw-30em {
  max-width: 30em !important;
}

.maw-31em {
  max-width: 31em !important;
}

.maw-32em {
  max-width: 32em !important;
}

.maw-33em {
  max-width: 33em !important;
}

.maw-34em {
  max-width: 34em !important;
}

.maw-35em {
  max-width: 35em !important;
}

.maw-36em {
  max-width: 36em !important;
}

.maw-37em {
  max-width: 37em !important;
}

.maw-38em {
  max-width: 38em !important;
}

.maw-39em {
  max-width: 39em !important;
}

.maw-40em {
  max-width: 40em !important;
}

.maw-41em {
  max-width: 41em !important;
}

.maw-42em {
  max-width: 42em !important;
}

.maw-43em {
  max-width: 43em !important;
}

.maw-44em {
  max-width: 44em !important;
}

.maw-45em {
  max-width: 45em !important;
}

.maw-46em {
  max-width: 46em !important;
}

.maw-47em {
  max-width: 47em !important;
}

.maw-48em {
  max-width: 48em !important;
}

.maw-49em {
  max-width: 49em !important;
}

.maw-50em {
  max-width: 50em !important;
}

/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Image Cover
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Positions
**/
.abs-btm {
  position: absolute;
  bottom: 0;
}

.snug-bottom {
  margin-bottom: 0;
}
.snug-bottom + *,
.snug-bottom + .vgap {
  margin-top: 0 !important;
}

.snug-bottom-half {
  margin-bottom: 0.5em;
}
.snug-bottom-half + *,
.snug-bottom-half + .vgap {
  margin-top: 0 !important;
}

/**
 * Font Sizes
 *
**/
/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

html {
  font-size: 13.5px;
}
@media (min-width: 651px) {
  html {
    font-size: 15px;
  }
}

body {
  background: #fbfaf9;
  color: var(--wp--preset--color--body-text);
  font-size: unset;
}
@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

.site-inner {
  padding: var(--wp--custom--layout--block-gap);
}
@media (max-width: 799px) {
  .site-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page-header-first .site-inner {
  padding-top: 0;
}

.vgap {
  margin-top: 20vh !important;
  margin-bottom: 20vh !important;
}
@media (max-width: 1099px) {
  .vgap {
    margin-top: 10vh !important;
    margin-bottom: 10vh !important;
  }
}
.vgap:first-child:not(.blog .vgap:first-child):not(.scrolling-text-block) {
  margin-top: 0 !important;
}
.vgap:last-child {
  margin-bottom: 10vh !important;
}
.vgap.lock-up-bottom {
  margin-bottom: var(--wp--custom--layout--block-gap) !important;
}
.vgap.lock-up-bottom + .vgap {
  margin-top: var(--wp--custom--layout--block-gap) !important;
}

.vgap-half {
  margin-top: 10vh !important;
  margin-bottom: 10vh !important;
}
@media (max-width: 1099px) {
  .vgap-half {
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
  }
}
.bleed,
.bleed-left {
  margin-left: calc(var(--wp--custom--layout--block-gap) * -1) !important;
}
@media (min-width: 1761px) {
  .bleed,
  .bleed-left {
    margin-left: calc((var(--wp--custom--layout--content) + 20px - 100vw) * 0.5) !important;
  }
}
@media (max-width: 799px) {
  .bleed,
  .bleed-left {
    margin-left: -16px !important;
  }
}

.bleed,
.bleed-right {
  margin-right: calc(var(--wp--custom--layout--block-gap) * -1) !important;
}
@media (min-width: 1761px) {
  .bleed,
  .bleed-right {
    margin-right: calc((var(--wp--custom--layout--content) + 20px - 100vw) * 0.5) !important;
  }
}
@media (max-width: 799px) {
  .bleed,
  .bleed-right {
    margin-right: -16px !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--block-gap));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--block-gap);
  padding-right: var(--wp--custom--layout--block-gap);
}
@media (max-width: 799px) {
  .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.error404 .wrap {
  padding-top: 15vh;
}
@media (max-width: 799px) {
  .error404 .wrap {
    padding-top: 7vh;
  }
}
.error404 .wrap .entry-content {
  padding-left: var(--wp--custom--layout--block-gap);
  padding-right: var(--wp--custom--layout--block-gap);
}
@media (max-width: 799px) {
  .error404 .wrap .entry-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.full-width-content {
  --wp--custom--layout--page: $layout-wide;
}

/* Screen Reader Text
--------------------------------------------- */
.visually-hidden,
.visually-hidden span,
.screen-reader-text,
.screen-reader-text span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.screen-reader-text:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
@font-face {
  font-family: "thefuture";
  src: url("../fonts/the-future/the-future-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "thefuture";
  src: url("../fonts/the-future/the-future-medium-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "thefuture";
  src: url("../fonts/the-future/the-future-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "thefuture";
  src: url("../fonts/the-future/the-future-medium-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "thefuture";
  src: url("../fonts/the-future/the-future-bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/* Links
--------------------------------------------- */
a, a:visited {
  color: var(--wp--preset--color--primary);
}
a:hover, a:active {
  color: #000;
  outline: 0;
}
.has-text-color > a:hover, .has-text-color > a:active {
  color: var(--wp--preset--color--primary);
}
a:focus {
  outline: 0;
  text-decoration: underline;
}
a:focus-visible {
  outline: 1px solid var(--wp--preset--color--primary);
  outline-offset: -1px;
}

/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 var(--wp--style--block-gap);
}

.has-headline-1-display-font-size {
  font-size: var(--wp--preset--font-size--headline-1-display);
  line-height: var(--wp--custom--line-height--small);
  font-weight: 400;
}

.has-headline-1-font-size,
h1 {
  font-size: var(--wp--preset--font-size--headline-1);
  line-height: var(--wp--custom--line-height--small);
  font-weight: 400;
}
@media (max-width: 650px) {
  .has-headline-1-font-size,
  h1 {
    font-size: var(--wp--preset--font-size--headline-2) !important;
  }
}

h2 {
  font-weight: 500;
}

.has-headline-2-font-size,
h2 {
  font-size: var(--wp--preset--font-size--headline-2);
  line-height: var(--wp--custom--line-height--medium);
}
@media (max-width: 650px) {
  .has-headline-2-font-size,
  h2 {
    font-size: var(--wp--preset--font-size--headline-3) !important;
  }
}

.has-headline-3-font-size,
h3 {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--headline-3);
  line-height: var(--wp--custom--line-height--medium);
}
@media (max-width: 650px) {
  .has-headline-3-font-size,
  h3 {
    font-size: var(--wp--preset--font-size--headline-4) !important;
  }
}

.has-headline-4-font-size,
h4 {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--headline-4);
  line-height: var(--wp--custom--line-height--small);
}
@media (max-width: 650px) {
  .has-headline-4-font-size,
  h4 {
    font-size: var(--wp--preset--font-size--headline-5) !important;
  }
}

h5 {
  font-size: var(--wp--preset--font-size--headline-5);
  font-weight: 500;
}
@media (max-width: 650px) {
  h5 {
    font-size: var(--wp--preset--font-size--headline-6) !important;
  }
}

h6 {
  font-weight: bold;
  font-size: var(--wp--preset--font-size--headline-6);
}

h1, h2 {
  will-change: word-spacing, opacity, text-indent;
  word-spacing: 0.3em;
  opacity: 0;
  text-indent: 0.3em;
  transition: word-spacing 0.5s ease-in-out, opacity 0.5s ease-in-out, text-indent 0.5s ease-in-out;
}
h1.in-view, h2.in-view {
  word-spacing: normal;
  opacity: 1;
  text-indent: 0;
}

p {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
p.in-view {
  opacity: 1;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

.is-style-rounded-corners {
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--medium);
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--black);
  border: none;
  height: 2px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap);
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
input[type=submit],
a.wp-element-button,
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
  color: #fff;
  border-radius: 16px;
  background-color: var(--wp--preset--color--primary);
  transition: background-color 100ms ease-in-out, border-color 100ms ease-in-out, color 100ms ease-in-out;
  text-decoration: none;
}
@media (max-width: 800px) {
  input[type=submit],
  a.wp-element-button,
  .wp-element-button,
  .wp-block-button > .wp-block-button__link {
    font-size: 14px;
  }
}
@media (hover: hover) {
  input[type=submit]:hover,
  a.wp-element-button:hover,
  .wp-element-button:hover,
  .wp-block-button > .wp-block-button__link:hover {
    color: #fff;
    background-color: #B53E18;
  }
}
input[type=submit]:focus,
a.wp-element-button:focus,
.wp-element-button:focus,
.wp-block-button > .wp-block-button__link:focus {
  color: #fff;
  background-color: #792A10;
}

.has-background:not(.has-light-background-background-color) .wp-block-button:not(.is-style-animated-dot) > .wp-block-button__link {
  border: 2px solid currentColor;
}
@media (hover: hover) {
  .has-background:not(.has-light-background-background-color) .wp-block-button:not(.is-style-animated-dot) > .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary);
  }
}
.has-background:not(.has-light-background-background-color) .wp-block-button:not(.is-style-animated-dot) > .wp-block-button__link:focus {
  color: #fff;
  border-color: #792A10;
}

input[type=submit] {
  background: var(--wp--preset--color--primary);
  border: none;
  padding: 5px 12px;
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px solid currentColor;
  color: currentColor;
  background: transparent;
  padding: 3px 10px;
}
.has-background:not(.has-light-background-background-color):not(.has-white-background-color) .wp-element-button.is-style-outline,
.has-background:not(.has-light-background-background-color):not(.has-white-background-color) .wp-block-button.is-style-outline > .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}
@media (hover: hover) {
  .wp-element-button.is-style-outline:hover,
  .wp-block-button.is-style-outline > .wp-block-button__link:hover {
    color: #fff;
    border-color: var(--wp--preset--color--primary);
    background-color: var(--wp--preset--color--primary);
  }
  .wp-element-button.is-style-outline:focus,
  .wp-block-button.is-style-outline > .wp-block-button__link:focus {
    color: #fff;
    border-color: #792A10;
    background-color: #792A10;
  }
}

.is-style-animated-dot {
  position: relative;
  display: inline-block;
  line-height: 1 !important;
  white-space: nowrap;
  transition: all 350ms ease !important;
  border-radius: 1em;
  border: 1px solid rgba(242, 83, 32, 0);
  text-decoration: none;
  padding: 0;
  font-size: var(--wp--preset--font-size--medium);
}
.is-style-animated-dot:before, .is-style-animated-dot:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
  transition: all 350ms ease !important;
}
.is-style-animated-dot:before {
  border-radius: 0.8em;
  background: var(--wp--preset--color--primary);
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
  z-index: 0;
}
.is-style-animated-dot:after {
  width: 0.8em;
  height: 0.8em;
  transform: translate(0.3em, -50%);
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 13 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1,5 L11,5'%3E%3C/path%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='2' points='8 1 12 5 8 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.is-style-animated-dot .wp-block-button__link,
.is-style-animated-dot span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 500;
  transition: all 350ms ease !important;
  padding: 0.2em 0.75em 0.2em 2em;
  vertical-align: middle !important;
}
.is-style-animated-dot .wp-block-button__link {
  background: transparent;
  border: none !important;
  line-height: 1 !important;
}
@media (hover: hover) {
  .is-style-animated-dot:hover {
    border-color: #f25320;
  }
  .is-style-animated-dot:hover .wp-block-button__link,
  .is-style-animated-dot:hover span {
    padding-left: 0.75em;
    padding-right: 2em;
  }
  .is-style-animated-dot:hover:before, .is-style-animated-dot:hover:after {
    left: calc(100% - 1.45em);
    opacity: 1;
  }
}
.is-style-animated-dot:has(a:focus), .is-style-animated-dot:focus {
  border-color: #b53e18;
  text-decoration: none;
}
.is-style-animated-dot:has(a:focus) .wp-block-button__link,
.is-style-animated-dot:has(a:focus) span, .is-style-animated-dot:focus .wp-block-button__link,
.is-style-animated-dot:focus span {
  padding-left: 0.75em;
  padding-right: 2em;
}
.is-style-animated-dot:has(a:focus):before, .is-style-animated-dot:has(a:focus):after, .is-style-animated-dot:focus:before, .is-style-animated-dot:focus:after {
  left: calc(100% - 1.45em);
  opacity: 1;
}
.is-style-animated-dot:has(a:focus):before, .is-style-animated-dot:focus:before {
  background-color: #B53E18;
}
.is-style-animated-dot:has(a:focus):after, .is-style-animated-dot:focus:after {
  transform: translate(0.35em, -50%) rotate(90deg);
}

.wp-block-button.is-style-animated-dot > .wp-block-button__link {
  background-color: unset;
}

/* Group
--------------------------------------------- */
.page-header-block,
.has-background {
  padding: calc(var(--wp--custom--layout--block-gap) * 0.75) var(--wp--custom--layout--block-gap);
  border-radius: var(--wp--custom--border-radius--medium);
}
@media (max-width: 799px) {
  .page-header-block,
  .has-background {
    padding: 24px 16px;
  }
}
.page-header-block.alignfull,
.has-background.alignfull {
  border-radius: 0;
  padding: var(--wp--custom--layout--block-gap);
}
@media (max-width: 799px) {
  .page-header-block.alignfull,
  .has-background.alignfull {
    padding: 16px;
  }
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group:empty {
  display: none;
}

@media (max-width: 1049px) {
  .wp-block-group.is-layout-grid:not(.mobile-keep-columns) {
    grid-template-columns: 1fr;
  }
  .wp-block-group.is-layout-grid:not(.mobile-keep-columns) > * {
    grid-column: auto !important;
  }
  .wp-block-group.is-layout-grid.mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* Cover
--------------------------------------------- */
.wp-block-cover {
  padding: var(--wp--custom--layout--block-gap);
  /*.wp-block-buttons {
  	&:last-child {
  		margin-bottom: $gap;
  	}
  }*/
}
@media (max-width: 799px) {
  .wp-block-cover {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Lists
--------------------------------------------- */
.wp-block-list {
  padding-left: 1em;
}
.wp-block-list li {
  padding-bottom: 1em;
}
@media (min-width: 800px) {
  .wp-block-list.is-style-columns-2 {
    columns: 2;
    column-gap: var(--wp--custom--layout--block-gap);
  }
  .wp-block-list.is-style-columns-2 li {
    margin-left: 0;
    padding-bottom: 0.75em;
    break-inside: avoid-column;
  }
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--black);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--white);
  border: var(--wp--custom--border-width--medium) solid var(--wp--preset--color--gray);
  border-radius: none;
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  cursor: pointer;
}

.whs-select {
  position: relative;
  display: block;
}
.whs-select select {
  appearance: none;
  padding-left: 0.5em;
  padding-right: 1.5em;
}
.whs-select select .placeholder {
  color: var(--wp--preset--color--gray);
}
.whs-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.75em;
  height: 0.75em;
  pointer-events: none;
  transform: translateY(-25%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' fill='none'%3E%3Cpath fill='%23202020' d='M10.04 11.04c-.27 0-.52-.11-.71-.29L.29 1.71C-.1 1.32-.1.68.29.29.68-.1 1.32-.1 1.71.29l8.34 8.34L18.38.29a.996.996 0 1 1 1.41 1.41l-9.04 9.04a.99.99 0 0 1-.71.29v.01Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.whs-select:has(select:invalid)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' fill='none'%3E%3Cpath fill='%237C7C7C' d='M10.04 11.04c-.27 0-.52-.11-.71-.29L.29 1.71C-.1 1.32-.1.68.29.29.68-.1 1.32-.1 1.71.29l8.34 8.34L18.38.29a.996.996 0 1 1 1.41 1.41l-9.04 9.04a.99.99 0 0 1-.71.29v.01Z'/%3E%3C/svg%3E");
}
.whs-select:has(select:focus)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' fill='none'%3E%3Cpath fill='%23202020' d='M10.04 11.04c-.27 0-.52-.11-.71-.29L.29 1.71C-.1 1.32-.1.68.29.29.68-.1 1.32-.1 1.71.29l8.34 8.34L18.38.29a.996.996 0 1 1 1.41 1.41l-9.04 9.04a.99.99 0 0 1-.71.29v.01Z'/%3E%3C/svg%3E");
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--gray);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--gray);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--gray);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.resource-filters {
  display: flex;
  gap: 24px;
  margin-bottom: calc(var(--wp--custom--layout--block-gap) * 2);
}
.resource-filters .whs-select {
  width: 225px;
}
.resource-filters .submit-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .resource-filters {
    flex-direction: column;
  }
  .resource-filters input[type=text] {
    order: 1;
  }
  .resource-filters .whs-select {
    order: 2;
    width: 100%;
  }
  .resource-filters .submit-wrap {
    order: 3;
  }
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--black);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--white);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* WPForms
--------------------------------------------- */
:root {
  --wpforms-field-size-input-spacing: 8px;
  --wpforms-button-size-height: auto;
  --wpforms-field-border-color: #AFAFAF;
}

div.wpforms-container .wpforms-title {
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

body div.wpforms-container-full .wpforms-field-label,
body .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  margin-bottom: 8px;
}
body div.wpforms-container-full:not(:empty) {
  margin-top: 0;
}
body div.wpforms-container-full:not(:empty):last-child {
  margin-bottom: 0;
}
body div.wpforms-container-full input[type=submit],
body div.wpforms-container-full button[type=submit],
body div.wpforms-container-full .wpforms-page-button,
body .wp-core-ui div.wpforms-container-full input[type=submit],
body .wp-core-ui div.wpforms-container-full button[type=submit],
body .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  display: inline-block;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
  color: #fff;
  border-radius: 16px;
  background-color: var(--wp--preset--color--primary) !important;
  transition: background-color 100ms ease-in-out, border-color 100ms ease-in-out, color 100ms ease-in-out;
  text-decoration: none;
  padding: 7px 14px;
  height: auto;
}
@media (max-width: 800px) {
  body div.wpforms-container-full input[type=submit],
  body div.wpforms-container-full button[type=submit],
  body div.wpforms-container-full .wpforms-page-button,
  body .wp-core-ui div.wpforms-container-full input[type=submit],
  body .wp-core-ui div.wpforms-container-full button[type=submit],
  body .wp-core-ui div.wpforms-container-full .wpforms-page-button {
    font-size: 14px;
  }
}
@media (hover: hover) {
  body div.wpforms-container-full input[type=submit]:hover,
  body div.wpforms-container-full button[type=submit]:hover,
  body div.wpforms-container-full .wpforms-page-button:hover,
  body .wp-core-ui div.wpforms-container-full input[type=submit]:hover,
  body .wp-core-ui div.wpforms-container-full button[type=submit]:hover,
  body .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover {
    color: #fff;
    background-color: #B53E18 !important;
  }
}
body div.wpforms-container-full input[type=submit]:focus,
body div.wpforms-container-full button[type=submit]:focus,
body div.wpforms-container-full .wpforms-page-button:focus,
body .wp-core-ui div.wpforms-container-full input[type=submit]:focus,
body .wp-core-ui div.wpforms-container-full button[type=submit]:focus,
body .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus {
  color: #fff;
  background-color: #792A10 !important;
}

@media (max-width: 599px) {
  .wpforms-container .wpforms-one-half,
  .wpforms-container .wpforms-three-sixths,
  .wpforms-container .wpforms-two-fourths {
    width: 100%;
    margin-left: 0 !important;
  }
}

/* Global Grid
--------------------------------------------- */
.whs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--wp--custom--layout--block-gap);
}
@media (max-width: 799px) {
  .whs-grid {
    gap: 16px;
  }
}

/* Page Header Block
--------------------------------------------- */
.page-header-block {
  position: relative;
  padding-top: 80px;
  background: var(--wp--preset--color--gray);
  color: #fff;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 80vh;
}
.page-header-first .page-header-block {
  padding-top: 155px;
}
.page-header-block .text {
  position: absolute;
  bottom: 0;
  min-width: 90%;
}
@media (min-width: 1700px) {
  .page-header-block .text {
    min-width: 1670px;
  }
}
.page-header-block .text p,
.page-header-block .text h1,
.page-header-block .text h2,
.page-header-block .text h3,
.page-header-block .text h4 {
  font-weight: 400;
  font-size: clamp(36px, 11vw, var(--wp--preset--font-size--headline-1-display));
  line-height: 1.15;
  max-width: 900px;
  margin: var(--wp--custom--layout--block-gap) 0;
}
body.singular .page-header-block .text p,
body.singular .page-header-block .text h1,
body.singular .page-header-block .text h2,
body.singular .page-header-block .text h3,
body.singular .page-header-block .text h4 {
  max-width: 1200px;
}
.page-header-block .text p.meta {
  font-size: var(--wp--preset--font-size--headline-2);
  margin-bottom: -0.5em;
}
@media (max-width: 999px) {
  .page-header-block .text p.meta {
    font-size: var(--wp--preset--font-size--large);
  }
}
.single-type-news .page-header-block {
  background-color: var(--wp--preset--color--primary);
}
@media (max-width: 999px) {
  .single-type-news .page-header-block {
    background-color: #792A10;
  }
}
.single-type-download .page-header-block, .single-type-blog .page-header-block {
  background-color: #792A10 !important;
}

.clipped-text-block {
  position: relative;
  width: 100%;
  margin-bottom: -0.3em !important;
  text-align: center;
  z-index: 1;
}
.clipped-text-block,
.clipped-text-block > div {
  font-size: 6.5vw;
  font-weight: 500;
}
.clipped-text-block > div {
  color: var(--wp--preset--color--light-gray);
  clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 0.3em), 0% calc(100% - 0.3em));
  margin: 0;
}
.clipped-text-block > div + div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  clip-path: polygon(0 calc(100% - 0.3em), 100% calc(100% - 0.3em), 100% 100%, 0% 100%);
}
.clipped-text-block.wp-admin div + div {
  display: none;
}
.clipped-text-block + .wp-block-group {
  margin-top: 0 !important;
}
.has-background .clipped-text-block div {
  color: #fff;
}
.has-background .clipped-text-block div + div {
  color: var(--wp--preset--color--light-gray);
}
.has-background .clipped-text-block:last-child {
  transform: translateY(25px);
}
@media (min-width: 801px) {
  .has-background .clipped-text-block:last-child {
    transform: translateY(30px);
  }
}

/* Video Header Block
--------------------------------------------- */
.video-header-block {
  padding-top: 100px;
}
.video-header-block h1 {
  font-weight: 400;
  margin-bottom: 1em;
  font-size: var(--wp--preset--font-size--headline-1-display);
}
.video-header-block .video {
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--medium);
  position: relative;
  height: calc(100vh - 140px);
}
@media (min-width: 783px) {
  .admin-bar .video-header-block .video {
    height: calc(100vh - 172px);
  }
}
.video-header-block .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
}
.video-header-block.has-headline .video {
  height: calc(100vh - 240px);
}
@media (min-width: 783px) {
  .admin-bar .video-header-block.has-headline .video {
    height: calc(100vh - 272px);
  }
}

/* Arrow Table Block
--------------------------------------------- */
.arrow-table-block .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.arrow-table-block .table .thead,
.arrow-table-block .table .row {
  display: table-row;
}
.arrow-table-block .table .thead > .col1,
.arrow-table-block .table .thead > .col2,
.arrow-table-block .table .row > .col1,
.arrow-table-block .table .row > .col2 {
  display: table-cell;
  width: 45%;
}
.arrow-table-block .table .thead > .arrow,
.arrow-table-block .table .row > .arrow {
  position: relative;
  display: table-cell;
  width: 50px;
  padding: 0 5px;
}
.arrow-table-block .table .thead h5 {
  color: var(--wp--preset--color--primary);
  margin: 0 0 1em 0;
}
.arrow-table-block .table .row {
  color: var(--wp--preset--color--gray);
}
.arrow-table-block .table .row > .col1 {
  position: relative;
}
.arrow-table-block .table .row > .col1,
.arrow-table-block .table .row > .col2 {
  padding-bottom: 1em;
}
.arrow-table-block .table .row > .arrow svg {
  position: absolute;
  left: 50%;
  top: 0.5em;
  width: 44px;
  transform: translateX(-50%);
  height: auto;
}

/* Accordion
--------------------------------------------- */
.accordion-block .accordion,
.columned-accordions-block .accordion {
  position: relative;
  border-top: 2px solid var(--wp--preset--color--light-gray-2);
  padding: var(--wp--custom--layout--block-gap) 0;
}
.accordion-block .accordion > button,
.columned-accordions-block .accordion > button {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: unset;
  padding-right: 25px !important;
  text-align: left;
  font-weight: 500;
  user-select: none;
}
.accordion-block .accordion > button svg,
.columned-accordions-block .accordion > button svg {
  color: var(--wp--preset--color--primary);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 100ms ease-in-out;
}
.accordion-block .accordion > .content,
.columned-accordions-block .accordion > .content {
  margin-top: 0;
  transition: margin 300ms ease, height 300ms ease;
}
.accordion-block .accordion > button[aria-expanded=true] + .content,
.columned-accordions-block .accordion > button[aria-expanded=true] + .content {
  margin-top: var(--wp--custom--layout--block-gap);
}
.accordion-block .accordion > button[aria-expanded=true] > svg,
.columned-accordions-block .accordion > button[aria-expanded=true] > svg {
  transform: translateY(-50%) rotate(45deg);
}
.accordion-block .accordion:last-child,
.columned-accordions-block .accordion:last-child {
  border-bottom: 2px solid var(--wp--preset--color--light-gray-2);
}

/* Accordion Block
--------------------------------------------- */
.accordion-block .accordion > button {
  font-size: var(--wp--preset--font-size--headline-5);
  color: var(--wp--preset--color--primary);
  width: 100%;
}

/* Columned Accordions Block
--------------------------------------------- */
.columned-accordions-block .whs-grid {
  /*> header {
  	font-size: $fz-headline-2;
  	font-weight: 500;
  }*/
}
@media (max-width: 999px) {
  .columned-accordions-block .whs-grid {
    grid-template-columns: 1fr;
    row-gap: var(--wp--custom--layout--block-gap);
  }
  .columned-accordions-block .whs-grid > * {
    grid-column: auto !important;
  }
}
.columned-accordions-block .number {
  font-size: var(--wp--preset--font-size--headline-2);
  color: var(--wp--preset--color--light-gray-2);
  font-weight: 500;
}
@media (max-width: 999px) {
  .columned-accordions-block .number {
    grid-row: 1;
  }
}
.columned-accordions-block .accordions {
  grid-column: span 4;
}
.columned-accordions-block .accordion {
  row-gap: 0 !important;
}
@media (max-width: 999px) {
  .columned-accordions-block .accordion {
    display: flex;
    flex-direction: column;
  }
  .columned-accordions-block .accordion > button svg {
    margin-top: -0.75em;
  }
}
@media (min-width: 1000px) {
  .columned-accordions-block .accordion {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--wp--custom--layout--block-gap);
  }
}
@media (min-width: 1000px) and (max-width: 799px) {
  .columned-accordions-block .accordion {
    gap: 16px;
  }
}
@media (min-width: 1000px) {
  .columned-accordions-block .accordion > button,
  .columned-accordions-block .accordion > .content {
    grid-column: 2/span 3;
  }
}
.columned-accordions-block .accordion > button {
  font-size: var(--wp--preset--font-size--headline-2);
}
.columned-accordions-block .accordion .subsection {
  position: relative;
}
.columned-accordions-block .accordion .subsection .content {
  color: var(--wp--preset--color--gray);
}
.columned-accordions-block .accordion .subsection .learn-more {
  text-decoration: none;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
}
.columned-accordions-block .accordion .subsection + .subsection {
  margin-top: var(--wp--custom--layout--block-gap);
}
.columned-accordions-block .accordion .subsection .subsection-inner > h3 {
  margin: 0;
}
@media (max-width: 999px) {
  .columned-accordions-block .accordion .subsection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 0;
    align-items: start;
  }
  .columned-accordions-block .accordion .subsection .subsection-inner {
    grid-column: 1;
    align-self: start;
  }
  .columned-accordions-block .accordion .subsection > .hover-image {
    grid-column: 2;
    align-self: start;
  }
  .columned-accordions-block .accordion .subsection:nth-child(even) .subsection-inner {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }
  .columned-accordions-block .accordion .subsection:nth-child(even) > .hover-image {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
}
@media (min-width: 1000px) {
  .columned-accordions-block .accordion .subsection {
    padding-right: 100px;
  }
  .columned-accordions-block .accordion .subsection .learn-more {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1000px) and (hover: hover) {
  .columned-accordions-block .accordion .subsection:hover .hover-image {
    opacity: 1;
    height: auto;
    z-index: 1000;
  }
}
@media (min-width: 1000px) {
  .columned-accordions-block .accordion .subsection.show-image .hover-image {
    opacity: 1;
    height: auto;
    z-index: 1000;
  }
}
.columned-accordions-block .accordion > .content {
  grid-row: 2;
}
.columned-accordions-block.has-intro .accordions {
  grid-column: span 3;
}
.columned-accordions-block.has-intro .accordion {
  grid-template-columns: repeat(3, 1fr);
}
.columned-accordions-block.has-intro .accordion > button,
.columned-accordions-block.has-intro .accordion > .content {
  grid-column: 1/span 3;
}
.columned-accordions-block .hover-image {
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--medium);
}
.columned-accordions-block .hover-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1000px) {
  .columned-accordions-block .hover-image {
    position: fixed;
    transition: opacity 200ms ease;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    height: 0;
  }
}

/* Jobs Block
--------------------------------------------- */
.jobs-block .job {
  display: grid;
  gap: var(--wp--custom--layout--block-gap);
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-top: 2px solid var(--wp--preset--color--light-gray-2);
  padding: var(--wp--custom--layout--block-gap) 0;
}
.jobs-block .job h3 {
  color: var(--wp--preset--color--primary);
  margin: 0;
}
.jobs-block .job p {
  margin: 0;
}
.jobs-block .job:last-child {
  border-bottom: 2px solid var(--wp--preset--color--light-gray-2);
}
.jobs-block .job-details {
  grid-column: span 2;
}
.jobs-block .job-link {
  justify-self: end;
}
.is-layout-grid .jobs-block .job {
  grid-template-columns: repeat(3, 1fr);
}
.is-layout-grid .jobs-block .job-details {
  grid-column: span 1;
}

/* Events Block
--------------------------------------------- */
.events-block .event {
  display: grid;
  gap: var(--wp--custom--layout--block-gap);
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  padding-bottom: calc(var(--wp--custom--layout--block-gap) * 2);
  border-bottom: 2px solid var(--wp--preset--color--light-gray-2);
}
.events-block .event + .event {
  padding-top: calc(var(--wp--custom--layout--block-gap) * 2);
}
.events-block .event-details,
.events-block .event-image {
  grid-column: span 2;
}
.events-block figure {
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--medium);
}
.events-block h3.event-title {
  font-size: var(--wp--preset--font-size--headline-3);
  margin: 0.35em 0;
  font-weight: 400;
}
.events-block .learn-more {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
}
@media (hover: hover) {
  .events-block .learn-more:hover {
    color: var(--wp--preset--color--body-text);
  }
}
.events-block .event-meta {
  display: inline-block;
  padding: 0;
}
.events-block .event-meta > * {
  display: inline !important;
}
.events-block .event-meta > *::after {
  content: " ";
  letter-spacing: 1em;
  background: linear-gradient(90deg, transparent calc(50% - 0.03125em), currentColor 0, currentColor calc(50% + 0.03125em), transparent 0);
}
.events-block .event-taxonomy span {
  display: inline-block;
}
.events-block .event-taxonomy span::after {
  content: ",";
  display: inline-block;
  padding-right: 0.4em;
}
.events-block .event-taxonomy span:last-child::after {
  display: none;
}
.events-block .event-date {
  color: var(--wp--preset--color--gray);
}
.is-layout-grid .events-block .event {
  grid-template-columns: repeat(3, 1fr);
}
.is-layout-grid .events-block .event-details {
  grid-column: span 1;
}

/* Numbered Columns Block
--------------------------------------------- */
.numbered-columns-block {
  border-top: 2px solid var(--wp--preset--color--light-gray-2);
  padding-top: var(--wp--custom--layout--block-gap);
  overflow: hidden;
}
.numbered-columns-block:has(+ .numbered-columns-block) {
  margin-bottom: var(--wp--custom--layout--block-gap) !important;
}
.numbered-columns-block + .numbered-columns-block {
  margin-top: 0 !important;
}
.numbered-columns-block .has-background.is-layout-grid {
  padding: var(--wp--custom--layout--block-gap) 0;
}
.numbered-columns-block .has-background.is-layout-grid > *:first-child {
  padding-left: var(--wp--custom--layout--block-gap);
}
.numbered-columns-block .has-background.is-layout-grid > *:last-child {
  padding-right: var(--wp--custom--layout--block-gap);
}
.numbered-columns-block .acf-innerblocks-container > .is-layout-grid {
  grid-template-rows: auto;
}
.numbered-columns-block .acf-innerblocks-container > .is-layout-grid .col-1 {
  grid-column: 1/span 1;
}
.numbered-columns-block .acf-innerblocks-container > .is-layout-grid .col-2 {
  grid-column: 2/span 1;
}
.numbered-columns-block .acf-innerblocks-container > .is-layout-grid .col-3 {
  grid-column: 3/span 2;
}
@media (max-width: 1199px) {
  .numbered-columns-block .acf-innerblocks-container > .is-layout-grid {
    grid-template-columns: auto;
    gap: 0;
  }
  .numbered-columns-block .acf-innerblocks-container > .is-layout-grid .col-1,
  .numbered-columns-block .acf-innerblocks-container > .is-layout-grid .col-2,
  .numbered-columns-block .acf-innerblocks-container > .is-layout-grid .col-3 {
    grid-column: 1/span 4;
  }
  .numbered-columns-block .acf-innerblocks-container > .is-layout-grid .col-3 {
    padding-top: 1em;
  }
}
.numbered-columns-block ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* Text/Image/Image 50/25/25
--------------------------------------------- */
@media (max-width: 999px) {
  .text-image-50-50-block .acf-innerblocks-container > .is-layout-grid {
    align-items: center;
    display: flex !important;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1000px) {
  .text-image-50-50-block .wp-block-image {
    align-self: start;
  }
  .text-image-50-50-block.text-layout-left .text-area {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .text-image-50-50-block.text-layout-left .large-image {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .text-image-50-50-block.text-layout-right .text-area {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .text-image-50-50-block.text-layout-right .large-image {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
}

/* Button Right Block
--------------------------------------------- */
.button-right-block {
  border-top: 2px solid var(--wp--preset--color--light-gray);
  border-bottom: 2px solid var(--wp--preset--color--light-gray);
  padding-top: calc(var(--wp--custom--layout--block-gap) * 2);
  padding-bottom: calc(var(--wp--custom--layout--block-gap) * 2);
}
.button-right-block .wp-block-group-is-layout-grid {
  display: grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--wp--custom--layout--block-gap);
  align-items: start;
}
@media (max-width: 799px) {
  .button-right-block .wp-block-group-is-layout-grid {
    gap: 16px;
  }
}
.button-right-block .wp-block-group-is-layout-grid > p {
  grid-column: 1/span 3;
  line-height: 1.3;
}
.button-right-block .wp-block-group-is-layout-grid > .wp-block-buttons {
  grid-column: -1/span 1;
  justify-self: end;
}
@media (max-width: 1199px) {
  .button-right-block .wp-block-group-is-layout-grid > p {
    grid-column: 1/span 2;
  }
  .button-right-block .wp-block-group-is-layout-grid > .wp-block-buttons {
    grid-column: -2/span 2;
  }
}
@media (max-width: 799px) {
  .button-right-block {
    padding: var(--wp--custom--layout--block-gap) 16px;
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .button-right-block .wp-block-group-is-layout-grid > p {
    grid-column: 1/-1;
    font-size: var(--wp--preset--font-size--headline-2) !important;
  }
  .button-right-block .wp-block-group-is-layout-grid > .wp-block-buttons {
    grid-column: 1/-1;
    grid-ro1: 2/span 1;
    justify-self: left;
  }
}

/* Latest News Columns Block
--------------------------------------------- */
.latest-news-columns-block .is-layout-grid {
  align-items: flex-start;
}

/* Grid Boxes Block
--------------------------------------------- */
.grid-boxes-block > .acf-innerblocks-container > p:first-child,
.grid-boxes-block > .acf-innerblocks-container .wp-block-heading:first-child {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.grid-boxes-block > .acf-innerblocks-container > .is-layout-grid > * {
  border-radius: var(--wp--custom--border-radius--medium);
  background: #fff;
  padding: var(--wp--custom--layout--block-gap);
}
@media (max-width: 799px) {
  .grid-boxes-block > .acf-innerblocks-container > .is-layout-grid > * {
    padding: 20px;
  }
}

/* News Cards
--------------------------------------------- */
a.post-type-news {
  display: block;
  border-radius: var(--wp--custom--border-radius--medium);
  text-decoration: none;
  color: var(--wp--preset--color--body-text);
  padding: 16px;
  background: #fff;
  transition: color 250ms ease, background 250ms ease;
}
a.post-type-news h2, a.post-type-news h3 {
  margin-top: 0;
  font-size: var(--wp--preset--font-size--headline-3);
  font-weight: 400;
}
a.post-type-news .post-summary__meta {
  font-size: var(--wp--preset--font-size--medium);
  display: flex;
  color: var(--wp--preset--color--gray);
  justify-content: space-between;
}
a.post-type-news .read-more {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
  padding-right: 10px;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  a.post-type-news:hover {
    background: var(--wp--preset--color--primary);
    color: #fff;
  }
  a.post-type-news:hover .read-more {
    color: #fff;
    text-decoration: underline;
  }
  a.post-type-news:hover .post-summary__meta {
    color: #fff;
  }
}

/* Latest News Block
--------------------------------------------- */
.latest-news-block > a + a {
  margin-top: var(--wp--custom--layout--block-gap);
}

/* Schematic Block
--------------------------------------------- */
.schematic-block {
  position: relative;
}
.schematic-block figure {
  position: relative;
  border: 1px solid var(--wp--preset--color--light-gray-2);
  border-radius: var(--wp--custom--border-radius--medium);
  overflow: hidden;
}
.schematic-block figure img {
  max-width: 100%;
  display: block;
}

.schematic-point {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--light-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  color: var(--wp--preset--color--primary);
  font-weight: 400;
}

.schematic-labels {
  position: relative;
}

.schematic-label-header {
  color: var(--wp--preset--color--primary);
}

.schematic-label-content {
  color: var(--wp--preset--color--gray);
}

@media (min-width: 781px) {
  .schematic-number {
    display: none;
  }
  .schematic-labels {
    position: absolute;
    top: 0;
    left: 0;
  }
  .schematic-point svg {
    transition: transform 100ms ease-in-out;
  }
  .schematic-point svg path {
    stroke-width: 3;
  }
  .schematic-point.active svg {
    transform: rotate(45deg);
  }
  .schematic-label {
    position: absolute;
    padding: 1em;
    background: white;
    border-radius: 4px;
    width: 250px;
    display: none;
    z-index: 10;
  }
  .schematic-label h5 {
    margin-bottom: 0.5em;
  }
  .schematic-label p {
    margin: 0;
  }
  .schematic-label.visible {
    display: block;
  }
  .schematic-label.measuring {
    visibility: hidden;
    display: block !important;
  }
  .schematic-point {
    background: var(--wp--preset--color--primary);
    color: #fff;
  }
}
@media (max-width: 780px) {
  .schematic-point {
    transform: translate(-50%, -50%);
  }
  .schematic-point svg {
    display: none;
  }
  .schematic-labels {
    margin-top: 2em;
    border-top: 1px solid var(--wp--preset--color--light-gray-2);
  }
  .schematic-label {
    position: static;
    display: block !important;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid var(--wp--preset--color--light-gray-2);
    padding: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .schematic-label.expanded .schematic-label-content {
    display: block;
  }
  .schematic-label-header {
    padding: 1em 0;
    cursor: pointer;
  }
  .schematic-label-header .schematic-number {
    display: inline-block;
    width: 2em;
  }
  .schematic-label-header h5 {
    position: relative;
    margin-bottom: 0;
    padding-right: 20px;
  }
  .schematic-label-header h5::before, .schematic-label-header h5::after {
    content: "";
    width: 2px;
    height: 20px;
    background: var(--wp--preset--color--primary);
    position: absolute;
    right: 15px;
    top: 50%;
    transition: transform 100ms ease-in-out;
    transform: translate(-50%, -50%);
  }
  .schematic-label-header h5::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .expanded h5::before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .expanded h5::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .schematic-label-content {
    display: none;
  }
}
/* Blog & Download Cards
--------------------------------------------- */
a.post-type-post,
a.post-type-download {
  display: block;
  text-decoration: none;
  color: var(--wp--preset--color--body-text);
}
a.post-type-post figure,
a.post-type-download figure {
  position: relative;
  border-radius: var(--wp--custom--border-radius--medium);
  overflow: hidden;
  aspect-ratio: 4/3;
}
a.post-type-post figure img,
a.post-type-download figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
}
a.post-type-post h3,
a.post-type-download h3 {
  margin-top: 0;
  font-weight: 400;
}
a.post-type-post .post-summary__meta,
a.post-type-download .post-summary__meta {
  margin-top: 20px;
  font-size: var(--wp--preset--font-size--medium);
  transition: font-size 250ms ease;
  display: inline-block;
  padding: 0;
}
.archive-post-grid a.post-type-post .post-summary__meta,
.archive-post-grid a.post-type-download .post-summary__meta {
  margin-top: 8px;
}
a.post-type-post .post-summary__meta > *,
a.post-type-download .post-summary__meta > * {
  display: inline !important;
}
a.post-type-post .post-summary__meta > *::after,
a.post-type-download .post-summary__meta > *::after {
  content: " ";
  letter-spacing: 1em;
  background: linear-gradient(90deg, transparent calc(50% - 0.03125em), currentColor 0, currentColor calc(50% + 0.03125em), transparent 0);
}
a.post-type-post .post-summary__taxonomy span,
a.post-type-download .post-summary__taxonomy span {
  display: inline-block;
}
a.post-type-post .post-summary__taxonomy span::after,
a.post-type-download .post-summary__taxonomy span::after {
  content: ",";
  display: inline-block;
  padding-right: 0.4em;
}
a.post-type-post .post-summary__taxonomy span:last-child::after,
a.post-type-download .post-summary__taxonomy span:last-child::after {
  display: none;
}
a.post-type-post .post-summary__read-time,
a.post-type-download .post-summary__read-time {
  color: var(--wp--preset--color--gray);
}
a.post-type-post h3.post-summary__title,
a.post-type-download h3.post-summary__title {
  font-size: var(--wp--preset--font-size--headline-4);
  margin-bottom: 0.3em;
  margin-top: 0.3em;
  transition: font-size 250ms ease;
}
.archive-post-grid a.post-type-post h2.post-summary__title,
.archive-post-grid a.post-type-download h2.post-summary__title {
  font-size: var(--wp--preset--font-size--headline-3);
  font-weight: 400;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
a.post-type-post .read-more,
a.post-type-download .read-more {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  a.post-type-post:hover .read-more,
  a.post-type-download:hover .read-more {
    text-decoration: underline;
  }
}

/* Latest Blog Block
--------------------------------------------- */
.latest-blog-block .blog-list {
  margin-top: var(--wp--custom--layout--block-gap);
  display: flex;
  gap: 20px;
}
@media (max-width: 1099px) {
  .latest-blog-block .blog-list {
    flex-direction: column;
  }
}
@media (min-width: 1100px) {
  .latest-blog-block .blog-list > a {
    transition: flex-basis 250ms ease;
    flex-basis: 25%;
  }
  .latest-blog-block .blog-list > a.hover {
    flex-basis: 50%;
  }
  .latest-blog-block .blog-list > a.hover h3.post-summary__title {
    font-size: var(--wp--preset--font-size--headline-3);
  }
  .latest-blog-block .blog-list > a.hover .post-summary__meta {
    font-size: var(--wp--preset--font-size--large);
  }
}

/* Share Article
--------------------------------------------- */
.news-documents-block h3,
.share-post-block h3 {
  margin-bottom: 20px;
}
.news-documents-block .links ul,
.share-post-block .links ul {
  list-style: none;
  margin-top: 0.5em 0;
  padding-left: 0;
}
.news-documents-block .links ul li,
.share-post-block .links ul li {
  padding-bottom: 1em;
}
.news-documents-block .links a,
.share-post-block .links a {
  font-weight: 500;
  color: var(--wp--preset--color--gray);
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
@media (hover: hover) {
  .news-documents-block .links a:hover,
  .share-post-block .links a:hover {
    color: var(--wp--preset--color--primary);
  }
}
.news-documents-block .links a:focus,
.share-post-block .links a:focus {
  color: var(--wp--preset--color--primary);
}

/* Scrolling Text Block
--------------------------------------------- */
.scrolling-text-block {
  overflow: hidden;
  text-align: center;
  margin-top: 8vh !important;
  margin-bottom: 8vh !important;
}
.wp-block-group .scrolling-text-block {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.scrolling-text-block h6 {
  color: var(--wp--preset--color--primary);
}
.scrolling-text-block .words-track {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  will-change: transform;
  pointer-events: none;
  font-size: 5vw;
  color: #fff;
}
@media (max-width: 799px) {
  .scrolling-text-block .words-track {
    font-size: 7.5vw;
  }
}
.scrolling-text-block .words {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.scrolling-text-block .words span {
  display: inline-block;
  position: relative;
  padding: 0 0.85em;
}
.scrolling-text-block .words span::after {
  content: "•";
  font-size: 0.5em;
  position: absolute;
  right: 0;
  transform: translate(50%, 50%);
}

/* Icon Section Block
--------------------------------------------- */
.icon-section-block .icon-block svg {
  height: 80px;
  width: auto;
}
.icon-section-block .wp-block-separator {
  background: var(--wp--preset--color--gray);
}
.icon-section-block > .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}
.icon-section-block .wp-block-heading + p {
  margin-top: -0.75em;
}

/* Icon Section 2 Block
--------------------------------------------- */
.icon-section-2-block {
  border-top: 2px solid var(--wp--preset--color--light-gray-2);
  padding-top: var(--wp--custom--layout--block-gap);
}
.icon-section-2-block .icon-block svg {
  height: 80px;
  width: auto;
}
@media (max-width: 599px) {
  .icon-section-2-block .icon-block svg {
    height: 60px;
  }
}

/* Icon Section 2 Column Block
--------------------------------------------- */
.icon-section-2-col-block {
  border-top: 2px solid var(--wp--preset--color--light-gray-2);
  padding-top: var(--wp--custom--layout--block-gap);
}
.icon-section-2-col-block .icon-block svg {
  height: 80px;
  width: auto;
}
@media (max-width: 1099px) {
  .icon-section-2-col-block .is-layout-grid {
    gap: 8px;
  }
}

/* Pipeline Animation Block
--------------------------------------------- */
.pipeline-animation-block h3 {
  color: var(--wp--preset--color--primary);
  border-bottom: 2px solid var(--wp--preset--color--light-gray-2);
  padding-bottom: 20px;
}
.pipeline-animation-block h3 + svg {
  margin-top: 20px;
}
.pipeline-animation-block .pa-circle {
  transform-box: fill-box;
  transform-origin: 0% 50%;
  transform: scale(1);
  transition: transform 800ms;
}

/* Email Signup Block
--------------------------------------------- */
.email-signup-block {
  padding: 16px;
  border: 2px solid var(--wp--preset--color--light-gray-2);
  border-radius: var(--wp--custom--border-radius--medium);
}
.email-signup-block h3 {
  font-weight: 400;
  margin-bottom: 20px;
}

/* Featured Blog, Two Column
--------------------------------------------- */
.featured-blog-2-col-block {
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--medium);
}
@media (min-width: 1200px) {
  .featured-blog-2-col-block {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 1199px) {
  .featured-blog-2-col-block {
    padding: 20px;
    border-radius: var(--wp--custom--border-radius--medium);
    background: var(--wp--preset--color--light-gray);
  }
}
.archive-main-column .featured-blog-2-col-block.vgap {
  margin-top: 0 !important;
  margin-bottom: var(--wp--custom--layout--block-gap) !important;
}
.featured-blog-2-col-block .whs-grid {
  gap: 0;
  height: 100%;
}
.featured-blog-2-col-block .whs-grid .featured-blog-summary {
  grid-column: span 2;
}
.featured-blog-2-col-block .whs-grid .featured-blog-image {
  grid-column: span 2;
}
@media (max-width: 1199px) {
  .featured-blog-2-col-block .whs-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .featured-blog-2-col-block .whs-grid .featured-blog-band {
    grid-column: auto;
    grid-row: 1;
  }
  .featured-blog-2-col-block .whs-grid .featured-blog-summary,
  .featured-blog-2-col-block .whs-grid .featured-blog-summary > div {
    display: contents;
  }
  .featured-blog-2-col-block .whs-grid .featured-blog-summary > div h1 {
    grid-row: 1;
  }
  .featured-blog-2-col-block .whs-grid .featured-blog-summary > div > div {
    grid-row: 3;
  }
  .featured-blog-2-col-block .whs-grid .featured-blog-image {
    grid-column: auto;
    grid-row: 2;
    aspect-ratio: 4/3;
    border-radius: var(--wp--custom--border-radius--medium);
  }
}
.featured-blog-2-col-block .featured-blog-summary {
  background: var(--wp--preset--color--light-background);
}
.featured-blog-2-col-block .featured-blog-summary > div {
  padding: var(--wp--custom--layout--block-gap);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.featured-blog-2-col-block .featured-blog-summary h3.post-summary__title {
  font-size: var(--wp--preset--font-size--headline-2);
}
.featured-blog-2-col-block .featured-blog-image {
  position: relative;
  overflow: hidden;
}
.featured-blog-2-col-block .featured-blog-image a {
  display: block;
}
@media (hover: hover) {
  .featured-blog-2-col-block .featured-blog-image a:hover img {
    transform: translate(-50%, -50%) scale(1.025);
  }
}
.featured-blog-2-col-block .featured-blog-image img {
  transition: transform 300ms ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
}
/* Related Blog
--------------------------------------------- */
.related-blog-block h3 {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.related-blog-block ul {
  list-style: none;
  margin-top: 0.15em;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.2;
}
.related-blog-block li + li {
  margin-top: 20px;
}
.related-blog-block a {
  display: block;
  color: var(--wp--preset--color--body-text);
  text-decoration: none;
  display: flex;
  gap: 16px;
  align-items: center;
}
.related-blog-block a figure {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.related-blog-block a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
}
.related-blog-block a > div {
  flex: 1 0 0;
  line-height: 1.3;
  margin: 0.1em 0;
}
/* Timeline Block
--------------------------------------------- */
.timeline-block {
  padding: 5vh 0;
}
.wp-block-group > .timeline-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.timeline-block .timeline-grid-wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.timeline-block .timeline-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(225px, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0;
  align-items: stretch;
  position: relative;
  margin: 75px 50px;
  min-width: 2500px;
}
.timeline-block .event {
  position: relative;
  padding: var(--wp--custom--layout--block-gap);
  border-width: 0 0 0 10px;
}
.timeline-block .event, .timeline-block .event::before {
  border-style: dotted;
  border-color: var(--wp--preset--color--gray);
  border-image-source: url("../icons/dots.svg");
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  grid-column: span 2;
}
.timeline-block .event::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: 1;
  border-width: 10px 0 0 0;
}
.timeline-block .event::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: var(--wp--preset--color--primary);
  position: absolute;
  z-index: 2;
  left: -17px;
}
.timeline-block .event.top {
  grid-row: 1;
}
.timeline-block .event.top time {
  top: 0;
  transform: translate(-45px, -50%);
}
.timeline-block .event.top::before {
  bottom: -8px;
}
.timeline-block .event.top::after {
  bottom: -8px;
}
.timeline-block .event.bottom {
  grid-row: 2;
}
.timeline-block .event.bottom time {
  bottom: 0;
  transform: translate(-45px, 50%);
}
.timeline-block .event.bottom::after {
  top: -8px;
}
.timeline-block .event.bottom::before {
  top: -2px;
}
.timeline-block .event:nth-child(2n) {
  grid-column: span 2;
}
.timeline-block .event:last-child:before {
  display: none !important;
}
.timeline-block .event h5 {
  font-weight: 400;
  margin-bottom: 0;
  max-width: 14em;
}
.timeline-block .event p {
  margin: 0.5em 0;
  max-width: 17em;
  color: var(--wp--preset--color--gray);
}
.timeline-block time {
  position: absolute;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: var(--wp--preset--color--primary);
  color: #fff;
  z-index: 2;
}
.timeline-block .timeline-scroll-spacer {
  height: 100vh;
}

/* Animated Bar Chart Block
--------------------------------------------- */
@media (min-width: 1050px) {
  .animated-bar-chart-block .table-wrap {
    border-radius: var(--wp--custom--border-radius--medium);
    border: 2px solid var(--wp--preset--color--light-gray-2);
    padding: var(--wp--custom--layout--block-gap);
  }
}
.animated-bar-chart-block table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.animated-bar-chart-block th, .animated-bar-chart-block td {
  position: relative;
  text-align: left;
  border-left: 1px solid var(--wp--preset--color--light-gray-2);
  font-weight: normal;
  vertical-align: top;
}
.animated-bar-chart-block th:first-child, .animated-bar-chart-block td:first-child {
  border-left: 0;
}
.animated-bar-chart-block th.head-col, .animated-bar-chart-block td.head-col {
  text-align: right;
  font-size: var(--wp--preset--font-size--headline-3);
}
.animated-bar-chart-block .mobile-title {
  display: none;
}
.animated-bar-chart-block thead th {
  font-size: clamp(14px, 2.2vw, 28px);
  padding: 16px 20px 20px;
  hyphens: auto;
  hyphenate-limit-chars: 10 4 4;
  word-wrap: break-word;
}
@media (max-width: 1049px) {
  .animated-bar-chart-block thead th {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.animated-bar-chart-block thead th.head-col {
  color: var(--wp--preset--color--primary);
  text-align: left;
  padding-left: 0;
}
@media (max-width: 1049px) {
  .animated-bar-chart-block thead th.head-col {
    display: none !important;
  }
}
.animated-bar-chart-block tbody th {
  padding: 0 var(--wp--custom--layout--block-gap) 1em 0;
}
.animated-bar-chart-block tbody td {
  padding: 3px 3px 20px;
}
@media (max-width: 1049px) {
  .animated-bar-chart-block tbody tr {
    position: relative;
  }
  .animated-bar-chart-block tbody th.head-col {
    display: none !important;
  }
  .animated-bar-chart-block tbody td {
    padding-top: 2em;
  }
  .animated-bar-chart-block tbody .mobile-title {
    position: relative;
    display: block;
    z-index: 10;
    width: 95vw;
    transform: translateY(-2em);
  }
  .animated-bar-chart-block tbody .mobile-title > div {
    position: absolute;
    top: 0.25em;
    left: 3px;
  }
}
.animated-bar-chart-block .bar {
  position: relative;
  height: var(--wp--custom--layout--block-gap);
  border-radius: var(--wp--custom--border-radius--medium);
  background: var(--wp--preset--color--light-gray);
  width: 100%;
}
.animated-bar-chart-block .bar > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 250ms linear;
  border-radius: var(--wp--custom--border-radius--medium);
}
.animated-bar-chart-block .color-orange td .bar > div {
  background: var(--wp--preset--color--primary);
}
.animated-bar-chart-block .color-aqua td .bar > div {
  background: var(--wp--preset--color--aqua);
}
.animated-bar-chart-block.cols-2 td, .animated-bar-chart-block.cols-2 th {
  width: 50%;
}
.animated-bar-chart-block.cols-3 td, .animated-bar-chart-block.cols-3 th {
  width: 33.333%;
}
.animated-bar-chart-block.cols-4 td, .animated-bar-chart-block.cols-4 th {
  width: 25%;
}
.animated-bar-chart-block.cols-5 td, .animated-bar-chart-block.cols-5 th {
  width: 20%;
}
.animated-bar-chart-block.cols-6 td, .animated-bar-chart-block.cols-6 th {
  width: 16.666%;
}
.animated-bar-chart-block.cols-7 td, .animated-bar-chart-block.cols-7 th {
  width: 14.28%;
}
.animated-bar-chart-block .end-icon {
  position: absolute;
  opacity: 0;
  transition: opacity 400ms;
  top: 20px;
  transform: translate(-150%, -30%);
}
@media (max-width: 1049px) {
  .animated-bar-chart-block .end-icon {
    top: calc(20px + 1.75em);
  }
}
.animated-bar-chart-block .end-icon svg {
  fill: #fff;
}
.animated-bar-chart-block .fineprint {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--gray);
}

/* Team Mini Cards Block
--------------------------------------------- */
.author-mini-cards-block > p:first-child,
.team-mini-cards-block > p:first-child {
  margin-top: 0;
}
p + .author-mini-cards-block, .wp-block-heading + .author-mini-cards-block,
p + .team-mini-cards-block,
.wp-block-heading + .team-mini-cards-block {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.author-mini-cards-block .team-member,
.team-mini-cards-block .team-member {
  display: flex;
  gap: 16px;
  align-items: center;
}
.author-mini-cards-block .team-member figure,
.team-mini-cards-block .team-member figure {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.author-mini-cards-block .team-member figure img,
.team-mini-cards-block .team-member figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
}
.author-mini-cards-block .team-member .team-member__info,
.team-mini-cards-block .team-member .team-member__info {
  flex: 1 0 0;
  line-height: 1.3;
}
.author-mini-cards-block .team-member .team-member__info p,
.team-mini-cards-block .team-member .team-member__info p {
  margin: 0.1em 0;
}
.author-mini-cards-block .team-member p.team-member__title,
.author-mini-cards-block .team-member .team-member__phone,
.team-mini-cards-block .team-member p.team-member__title,
.team-mini-cards-block .team-member .team-member__phone {
  color: var(--wp--preset--color--gray);
}
.author-mini-cards-block .team-member + .team-member,
.team-mini-cards-block .team-member + .team-member {
  margin-top: 20px;
}

/* Team Block
--------------------------------------------- */
.team-block .whs-grid {
  align-items: flex-start;
}
.team-block .whs-grid > h2 {
  margin-top: 0;
}
.team-block .whs-grid > p.category-description {
  margin-top: 0;
  grid-column: span 3;
}
@media (max-width: 999px) {
  .team-block .whs-grid h2 {
    grid-column: 1/-1;
    margin-bottom: 0;
  }
  .team-block .whs-grid > p.category-description {
    grid-column: 1/-1;
  }
}
.team-block button.team-member {
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: unset;
}
@media (hover: hover) {
  .team-block button.team-member:hover .team-member__image img {
    transform: scale(1.05);
  }
}
@media (max-width: 849px) {
  .team-block .team-member {
    grid-column: span 2;
  }
}
.team-block .team-member__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--medium);
}
.team-block .team-member__image img {
  width: 100%;
  display: block;
  margin: 0;
  transition: transform 1s cubic-bezier(0.24, 0.43, 0.15, 0.97);
}
.team-block .team-member__info {
  position: relative;
  margin-top: var(--wp--custom--layout--block-gap);
}
@media (max-width: 1099px) {
  .team-block .team-member__info {
    margin-top: 16px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    row-gap: 0;
  }
}
.team-block .team-member__info svg.plus {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.team-block .team-member__info svg.plus,
.team-block .team-member__info svg.plus path {
  stroke: var(--wp--preset--color--primary);
}
.team-block .team-member__name {
  margin: 0;
  padding-right: 35px;
  font-size: var(--wp--preset--font-size--headline-4);
  line-height: 1.1;
  flex: 1;
}
@media (max-width: 1099px) {
  .team-block .team-member__name {
    grid-column: auto;
    grid-row: 1;
  }
}
@media (min-width: 800px) and (max-width: 1099px) {
  .team-block .team-member__name {
    font-size: var(--wp--preset--font-size--large);
  }
}
@media (max-width: 649px) {
  .team-block .team-member__name {
    font-size: 16px;
  }
}
.team-block .team-member__title {
  margin: 0.35em 35px 0 0;
  font-size: var(--wp--preset--font-size--headline-5);
  line-height: 1.25;
}
@media (max-width: 1099px) {
  .team-block .team-member__title {
    margin-top: 8px;
    grid-column: auto;
    grid-row: 2;
  }
}
@media (min-width: 800px) and (max-width: 1099px) {
  .team-block .team-member__title {
    font-size: var(--wp--preset--font-size--medium);
  }
}
@media (max-width: 649px) {
  .team-block .team-member__title {
    font-size: 14px;
  }
}
.team-block .team-member__bio {
  display: none;
}

.drawer-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  display: flex;
  pointer-events: none;
  z-index: 1100;
  display: flex;
  flex-direction: column;
}
.drawer-wrapper .drawer-overlay {
  position: absolute;
  background-color: #000;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.24, 0.43, 0.15, 0.97);
  width: 100%;
  z-index: 1;
}
.drawer-wrapper .close-button {
  margin-top: 1em;
}
.drawer-wrapper .drawer {
  position: absolute;
  background-color: #fff;
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap) 100px;
  right: 0;
  top: 0;
  width: calc(50vw - 20px);
  height: 100vh;
  transform: translate(105%);
  transition: transform 500ms cubic-bezier(0.24, 0.43, 0.15, 0.97);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
}
@media (max-width: 1099px) {
  .drawer-wrapper .drawer {
    width: calc(100vw - 0px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.drawer-wrapper .drawer-inner {
  margin: auto 0;
}
.drawer-wrapper .drawer-content {
  max-width: calc(var(--wp--custom--layout--content) * 0.5);
}
.drawer-wrapper.active {
  transform: translateX(0);
  pointer-events: auto;
}
.drawer-wrapper.active .drawer-overlay {
  opacity: 0.6;
}
.drawer-wrapper.active .drawer {
  transform: translate(0);
}
.drawer-wrapper .team-member__name {
  font-size: var(--wp--preset--font-size--headline-2);
  margin: 0;
}
@media (max-width: 799px) {
  .drawer-wrapper .team-member__name {
    font-size: var(--wp--preset--font-size--headline-3);
    font-weight: 500;
  }
}
.drawer-wrapper .team-member__title {
  font-size: var(--wp--preset--font-size--headline-3);
  margin: 0.65em 0 0.75em 0;
}
.drawer-wrapper .team-member__bio {
  font-size: var(--wp--preset--font-size--headline-3);
}
@media (max-width: 799px) {
  .drawer-wrapper .team-member__bio {
    font-size: var(--wp--preset--font-size--headline-5);
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: rgba(255, 255, 255, 0.25);
  position: relative;
  backdrop-filter: blur(12px);
  z-index: 1;
}
.page-header-first .site-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
.site-header__logo {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.site-header__logo svg {
  width: 150px;
  height: auto;
}
.header-fixed .site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-82px);
  transition: transform 250ms ease-in-out, background-color 250ms ease-in-out;
}
.top-250 .site-header {
  transition: background-color 250ms ease-in-out;
}
.header-fixed.top-250.scrolling-up .site-header {
  transition: transform 250ms ease-in-out;
}
.header-fixed .admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .header-fixed .admin-bar .site-header {
    top: 0;
  }
}
.header-fixed.scrolling-up .site-header {
  transform: translateY(0);
}
.site-header .wp-element-button {
  display: inline-block;
}
@media (min-width: 1101px) {
  .site-header {
    border-bottom: 2px solid #fff;
    /*&__logo,
    &__center,
    .wp-element-button {
    	transform: translateY(12px);
    }*/
  }
  .site-header .wrap {
    height: 80px;
    display: grid;
    grid-template-columns: 125px 1fr auto;
    align-items: center;
  }
  .site-header__center {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--wp--custom--layout--block-gap);
    align-items: center;
    justify-self: center;
  }
}
@media (max-width: 1100px) {
  .site-header {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .site-header__logo {
    height: 80px;
  }
  .show-primary-nav .site-header {
    background: var(--wp--preset--color--light-gray);
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    transform: translateY(0) !important;
  }
  .site-header .wrap {
    max-width: 100%;
    margin: 0;
  }
  .show-primary-nav .site-header .wrap {
    padding-bottom: 25px;
  }
  .site-header a.wp-element-button {
    display: none;
    font-size: var(--wp--preset--font-size--headline-5);
    font-weight: 400;
    text-align: center;
    margin-top: 1em;
    width: 100%;
  }
  .show-primary-nav .site-header a.wp-element-button {
    display: block;
  }
}

.search-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: unset;
  width: 44px;
  height: 44px;
}
.search-toggle svg {
  width: 24px;
  height: 24px;
}
.search-toggle .close-icon {
  display: none;
}
.search-toggle .open-icon {
  display: inline;
}
.search-toggle[aria-expanded=true] .close-icon {
  display: inline;
}
.search-toggle[aria-expanded=true] .open-icon {
  display: none;
}
@media (max-width: 1100px) {
  .search-toggle {
    display: none;
  }
}

.search-form {
  display: none;
  align-items: center;
}
.search-form input[type=search] {
  flex: 1;
}
.search-form button {
  background: var(--wp--preset--color--primary);
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
}
.search-form button svg {
  fill: #fff;
}
.search-form button:hover, .search-form button:focus {
  color: var(--wp--preset--color--primary);
  outline: none;
}
.search-form button span {
  display: none;
}
@media (min-width: 1101px) {
  .show-search .search-form {
    display: flex;
  }
}
@media (max-width: 1100px) {
  .show-primary-nav .search-form {
    padding-top: var(--wp--custom--layout--block-gap);
    padding-bottom: var(--wp--custom--layout--block-gap);
    display: flex;
  }
}

/* Hamburger Menu
--------------------------------------------- */
.menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
  transition: top 200ms ease-in-out;
  border: 0;
  background: transparent;
}
@media (min-width: 1101px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle > div:nth-child(1),
.menu-toggle > div:nth-child(2),
.menu-toggle > div:nth-child(3) {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--wp--preset--color--primary);
  transform-origin: 50% 50%;
  right: 30px;
}

.menu-toggle > div:nth-child(1),
.menu-toggle > div:nth-child(3) {
  transition: background-color 110ms ease-in-out, transform 0.075s 0s ease-in-out, top 0.075s 0.075s ease-in-out;
  top: 32px;
}

.menu-toggle > div:nth-child(2) {
  transition: background-color 110ms ease-in-out, opacity 0.075s linear;
  top: 40px;
}

.menu-toggle > div:nth-child(3) {
  top: 48px;
}

html.show-primary-nav .menu-toggle > div:nth-child(1),
html.show-primary-nav .menu-toggle > div:nth-child(3),
html.show-primary-nav .menu-toggle svg:nth-child(1),
html.show-primary-nav .menu-toggle svg:nth-child(3) {
  background: var(--wp--preset--color--primary);
  transition: top 0.075s 0.075s ease-in-out, transform 0.075s 0.15s ease-in-out;
  top: 40px;
  width: 25px;
  right: 27.5px;
}
html.show-primary-nav .menu-toggle > div:nth-child(1),
html.show-primary-nav .menu-toggle svg:nth-child(1) {
  transform: rotate(45deg);
}
html.show-primary-nav .menu-toggle > div:nth-child(3),
html.show-primary-nav .menu-toggle svg:nth-child(3) {
  transform: rotate(-45deg);
}
html.show-primary-nav .menu-toggle > div:nth-child(2),
html.show-primary-nav .menu-toggle svg:nth-child(2) {
  opacity: 0;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu {
  font-weight: 500;
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--dark-gray);
  display: block;
  font-size: var(--wp--preset--font-size--medium);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  text-underline-offset: 0.15em;
  transition: color 100ms ease-in-out;
}
@media (hover: hover) {
  .nav-menu .menu-item a:hover {
    color: var(--wp--preset--color--primary);
    text-decoration: underline;
  }
  .nav-menu .menu-item a:hover + .submenu-toggle svg {
    stroke: var(--wp--preset--color--primary);
  }
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.nav-menu .menu-item.current-menu-item > button > svg, .nav-menu .menu-item.current-menu-ancestor > button > svg {
  stroke: var(--wp--preset--color--primary);
}
.nav-menu .submenu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: unset;
  line-height: 0;
  position: absolute;
}
.nav-menu .submenu-toggle svg {
  width: 0.5em;
  height: 0.5em;
  transition: stroke 100ms ease-in-out;
  stroke: currentColor;
}
@media (min-width: 1101px) {
  .show-search .nav-menu {
    display: none;
  }
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item:hover > a, .nav-menu .menu-item:focus-within > a {
    color: var(--wp--preset--color--primary);
  }
  .nav-menu .menu-item:hover > button > svg, .nav-menu .menu-item:focus-within > button > svg {
    stroke: var(--wp--preset--color--primary);
  }
  .nav-menu .menu-item:hover > button, .nav-menu .menu-item:focus-within > button {
    transform: rotate(180deg) translateY(50%);
  }
  .nav-menu .menu > .menu-item > a {
    height: 80px;
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--white);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    border-bottom-left-radius: var(--wp--custom--border-radius--medium);
    border-bottom-right-radius: var(--wp--custom--border-radius--medium);
    overflow: hidden;
  }
  .nav-menu .sub-menu.submenu-open {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu .menu-item {
    line-height: 1.5;
  }
  .nav-menu .sub-menu .menu-item a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .nav-menu .sub-menu li:first-child a {
    padding-top: 1.5em;
  }
  .nav-menu .sub-menu li:last-child a {
    padding-bottom: 1.5em;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
  .nav-menu .submenu-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
}
@media (max-width: 1100px) {
  .nav-menu {
    display: none;
  }
  .nav-menu .menu-item a {
    font-size: var(--wp--preset--font-size--headline-3);
    font-weight: 400;
    padding-left: 0;
  }
  .show-primary-nav .nav-menu {
    display: block;
    grid-column: 1/-1;
  }
  .nav-menu .submenu-toggle {
    position: relative;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-toggle svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-toggle[aria-expanded=true] {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-toggle[aria-expanded=true] + .sub-menu {
    display: block;
  }
  .nav-menu .menu > .menu-item {
    display: grid;
    grid-template-columns: 1fr 44px;
  }
  .nav-menu .menu > .menu-item > a,
  .nav-menu .menu > .menu-item > button {
    align-self: center;
  }
  .nav-menu .menu > .menu-item > ul {
    grid-column: span 2;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--light-background);
  padding: 24px 0 40px;
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap);
}

@media (min-width: 1000px) {
  .single-left-column,
  .single-right-column {
    position: sticky;
    align-self: flex-start;
    top: var(--wp--custom--layout--block-gap);
  }
  .admin-bar .single-left-column,
  .admin-bar .single-right-column {
    top: calc(var(--wp--custom--layout--block-gap) + 32px);
  }
}
.single-left-column > *:not(p),
.archive-left-column > *:not(p) {
  padding-bottom: var(--wp--custom--layout--block-gap);
}
.single-left-column > *:first-child,
.archive-left-column > *:first-child {
  margin-top: 0;
}
.single-left-column > * + *,
.archive-left-column > * + * {
  padding-top: var(--wp--custom--layout--block-gap);
  border-top: 2px solid var(--wp--preset--color--light-gray-2);
}

.archive-main-column {
  grid-column: span 3;
}

.single-main-column {
  grid-column: span 2;
}

.archive-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wp--custom--layout--block-gap);
  align-items: flex-start;
}
.archive-post-grid a {
  text-decoration: none;
}
.archive-type-news .archive-post-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 799px) {
  .archive-type-news .archive-post-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 799px) {
  .archive-type-blog .archive-post-grid, .archive-type-download .archive-post-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*article.type-archive,
article.type-single {
	.entry-content {
		> .whs-grid {
			padding-top: 10vh;
		}
	}
}*/
@media (max-width: 999px) {
  .type-archive .entry-content > .whs-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .type-archive .entry-content > .whs-grid > * {
    grid-column: auto !important;
  }
}

.resources-menu {
  padding-bottom: var(--wp--custom--layout--block-gap);
}
.resources-menu a, .resources-menu span {
  display: inline-block;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--gray);
  border-radius: 16px;
  border: 2px solid var(--wp--preset--color--gray);
  background: #fff;
  transition: background-color 100ms ease-in-out, border-color 100ms ease-in-out, color 100ms ease-in-out;
  text-decoration: none;
  padding: 3px 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .resources-menu a, .resources-menu span {
    font-size: 14px;
  }
}
.resources-menu span {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
@media (hover: hover) {
  .resources-menu a:hover {
    color: #fff;
    background-color: #B53E18;
    border-color: #B53E18;
  }
}
.resources-menu a:focus {
  color: #fff;
  background-color: #792A10;
  border-color: #792A10;
}

/* Post Listing
--------------------------------------------- */
.post-summary .entry-category a {
  text-decoration: none;
}
/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--white);
  border: var(--wp--custom--border-width--medium) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--medium);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  fill: var(--wp--preset--color--white);
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--content);
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--block-gap));
  margin-right: calc(-1 * var(--wp--custom--layout--block-gap));
  max-width: 100vw;
}
@media (max-width: 799px) {
  .entry-content > *.alignfull,
  .block-area > *.alignfull {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.entry-content > *.alignfull > p, .entry-content > *.alignfull > h1, .entry-content > *.alignfull > h2, .entry-content > *.alignfull > h3, .entry-content > *.alignfull > h4, .entry-content > *.alignfull > h5, .entry-content > *.alignfull > h6, .entry-content > *.alignfull > ul, .entry-content > *.alignfull > ol,
.block-area > *.alignfull > p,
.block-area > *.alignfull > h1,
.block-area > *.alignfull > h2,
.block-area > *.alignfull > h3,
.block-area > *.alignfull > h4,
.block-area > *.alignfull > h5,
.block-area > *.alignfull > h6,
.block-area > *.alignfull > ul,
.block-area > *.alignfull > ol {
  padding-left: var(--wp--custom--layout--block-gap);
  padding-right: var(--wp--custom--layout--block-gap);
}
@media (max-width: 799px) {
  .entry-content > *.alignfull > p, .entry-content > *.alignfull > h1, .entry-content > *.alignfull > h2, .entry-content > *.alignfull > h3, .entry-content > *.alignfull > h4, .entry-content > *.alignfull > h5, .entry-content > *.alignfull > h6, .entry-content > *.alignfull > ul, .entry-content > *.alignfull > ol,
  .block-area > *.alignfull > p,
  .block-area > *.alignfull > h1,
  .block-area > *.alignfull > h2,
  .block-area > *.alignfull > h3,
  .block-area > *.alignfull > h4,
  .block-area > *.alignfull > h5,
  .block-area > *.alignfull > h6,
  .block-area > *.alignfull > ul,
  .block-area > *.alignfull > ol {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--block-gap));
    margin-right: calc(-1 * var(--wp--custom--layout--block-gap));
    max-width: 100vw;
  }
}
@media (max-width: 799px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child),
.entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap);
}
.entry-content > .alignfull:not(:last-child),
.entry-content > .wp-block-separator:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap));
}

.entry-content > p:empty {
  display: none;
}

.bleed,
.bleed-left {
  margin-left: calc(var(--wp--custom--layout--block-gap) * -1) !important;
}
@media (min-width: 1761px) {
  .bleed,
  .bleed-left {
    margin-left: calc((var(--wp--custom--layout--content) + 20px - 100vw) * 0.5) !important;
  }
}
@media (max-width: 799px) {
  .bleed,
  .bleed-left {
    margin-left: -16px !important;
  }
}

.bleed,
.bleed-right {
  margin-right: calc(var(--wp--custom--layout--block-gap) * -1) !important;
}
@media (min-width: 1761px) {
  .bleed,
  .bleed-right {
    margin-right: calc((var(--wp--custom--layout--content) + 20px - 100vw) * 0.5) !important;
  }
}
@media (max-width: 799px) {
  .bleed,
  .bleed-right {
    margin-right: -16px !important;
  }
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 32px 0;
}

.single-post .site-main {
  padding-bottom: 20vh;
}
@media (max-width: 991px) {
  .single-post .site-main {
    padding-bottom: 5vh;
  }
}

@media (max-width: 999px) {
  .type-single > .entry-content > .whs-grid {
    display: flex;
    row-gap: 0;
    flex-direction: column;
  }
  .type-single > .entry-content > .whs-grid .single-left-column {
    order: 2;
  }
  .type-single > .entry-content > .whs-grid .single-left-column:empty {
    display: none;
  }
  .type-single > .entry-content > .whs-grid .single-right-column {
    order: 3;
  }
  .type-single > .entry-content > .whs-grid .single-right-column:empty {
    display: none;
  }
  .type-single.single-type-news > .entry-content > .whs-grid .single-left-column, .type-single.single-type-download > .entry-content > .whs-grid .single-left-column {
    order: 3;
  }
  .type-single.single-type-news > .entry-content > .whs-grid .single-right-column, .type-single.single-type-download > .entry-content > .whs-grid .single-right-column {
    padding-top: 2em;
    order: 2;
    margin-bottom: 2em;
  }
  .type-single.single-type-news > .entry-content > .whs-grid .single-left-column {
    border-bottom: 2px solid var(--wp--preset--color--light-gray-2);
  }
  .type-single.single-type-news > .entry-content > .whs-grid .single-right-column {
    border-bottom: 2px solid var(--wp--preset--color--light-gray-2);
  }
  .single-left-column h3,
  .single-left-column .has-headline-3-font-size,
  .single-right-column h3,
  .single-right-column .has-headline-3-font-size {
    font-size: 1em !important;
  }
}
/* Comments
--------------------------------------------- */
.entry-comments h2, .entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 2px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.site-footer {
  background: var(--wp--preset--color--body-text);
  color: #fff;
  font-size: var(--wp--preset--font-size--medium);
  padding: 2rem 0 1rem;
  position: relative;
}
.site-footer a {
  color: #fff;
}
.site-footer .contact-button.mobile {
  display: none;
}
@media (max-width: 649px) {
  .site-footer .contact-button.mobile {
    display: inline-block;
  }
  .site-footer .contact-button.desktop {
    display: none;
  }
}
@media (max-width: 649px) {
  .site-footer > .wrap {
    display: flex;
    flex-direction: column;
  }
  .site-footer > .wrap .site-footer-logo {
    order: 1;
    margin-bottom: 18px;
  }
  .site-footer > .wrap .contact-button {
    order: 1;
  }
  .site-footer > .wrap .contact-button {
    align-self: flex-start;
  }
  .site-footer > .wrap .footer-menus {
    margin-top: 6rem;
    margin-bottom: 3rem;
    order: 2;
  }
  .site-footer > .wrap .footer-last-line {
    order: 3;
  }
}

.footer-menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 649px) {
  .footer-menus {
    grid-template-columns: repeat(auto-fill, calc(50% - 8px));
  }
}

.footer-menu h6 {
  color: var(--wp--preset--color--gray);
  font-weight: 400;
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
}
@media (min-width: 768px) {
  .footer-menu h6 {
    font-size: var(--wp--preset--font-size--large);
  }
}
.footer-menu ul {
  margin-left: 0;
  margin-top: 0.4em;
  list-style: none;
  padding-left: 0;
}
.footer-menu ul a {
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0.2em 0 0.7em 0;
}
@media (max-width: 649px) {
  .footer-menu ul a {
    padding: 0.33em 0;
  }
}
@media (hover: hover) {
  .footer-menu ul a:hover {
    color: var(--wp--preset--color--primary);
  }
}
.footer-menu li {
  font-size: var(--wp--preset--font-size--medium);
}

.legal-menu {
  justify-self: end;
}
.legal-menu ul {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
.legal-menu ul a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
@media (hover: hover) {
  .legal-menu ul a:hover {
    color: var(--wp--preset--color--primary);
  }
}
.site-footer-logo {
  text-decoration: none;
  margin: 6rem 0;
  display: block;
}
.site-footer-logo svg {
  width: 300px;
  height: auto;
}
@media (max-width: 649px) {
  .site-footer-logo svg {
    width: clamp(210px, 50%, 250px);
  }
}
.site-footer-logo svg .logo-text {
  fill: #fff;
}
.site-footer-logo p {
  margin: 0.5em 0 0;
  font-size: var(--wp--preset--font-size--headline-3);
  line-height: 1.5;
}

.footer-last-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 649px) {
  .footer-last-line {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
}

.copyright {
  color: var(--wp--preset--color--gray);
}

body .cookie_disclaimer {
  position: fixed;
  bottom: 2rem;
  width: 90%;
  max-width: 700px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f25320;
  z-index: 30;
  display: flex;
  color: black;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
  color: white;
}
body .cookie_disclaimer a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 640px) {
  body .cookie_disclaimer {
    width: 70%;
  }
}
body .cookie_disclaimer .cookie_inner {
  display: flex;
  padding: 1rem;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  body .cookie_disclaimer .cookie_inner {
    padding: 1rem;
  }
}
@media (min-width: 640px) {
  body .cookie_disclaimer .cookie_inner {
    align-items: center;
  }
}
body .cookie_disclaimer .cookie_inner .external_link_container a.underline {
  text-decoration: underline;
}
body .cookie_disclaimer .cookie_inner .cookie_buttons_container {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  body .cookie_disclaimer .cookie_inner .cookie_buttons_container {
    gap: 2rem;
  }
}
body .cookie_disclaimer .cookie_inner .cookie_buttons_container .close_cookie {
  background: white;
  color: #f25320;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
body .cookie_disclaimer .cookie_inner .cookie_buttons_container .close_cookie:hover {
  opacity: 0.8;
}/*# sourceMappingURL=main.css.map */