*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Open Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 800px) {

  .container {
    max-width: 800px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
.fluid-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1280px) {

  .fluid-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 640px) {

    .fluid-container {
      max-width: 640px;
    }
  }

  @media (min-width: 800px) {

    .fluid-container {
      max-width: 800px;
    }
  }

  @media (min-width: 1024px) {

    .fluid-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .fluid-container {
      max-width: 1280px;
    }
  }
}
@media (min-width: 1024px) {

  .fluid-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
p + .wp-block-buttons {
  margin-top: 1rem;
}
.wp-block-button .has-bluegray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 227, 236, 1);
  background-color: rgba(220, 227, 236, var(--tw-bg-opacity, 1));
}
.wp-block-button .has-deepblue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(18, 28, 77, 1);
  background-color: rgba(18, 28, 77, var(--tw-bg-opacity, 1));
}
.wp-block-button .has-deepblue-background-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 148, 34, 1);
  background-color: rgba(255, 148, 34, var(--tw-bg-opacity, 1));
}
.wp-block-button .has-orange-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 148, 34, 1);
  background-color: rgba(255, 148, 34, var(--tw-bg-opacity, 1));
}
.wp-block-button .has-orange-background-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 227, 236, 1);
  background-color: rgba(220, 227, 236, var(--tw-bg-opacity, 1));
}
.wp-block-button .has-white-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.accordion__item {
    }
.accordion__header {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion--large .accordion__header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion__target {
  z-index: 10;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.accordion__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.accordion--large .accordion__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.accordion__body {
  height: 0px;
  overflow: hidden;
        transition: height .25s ease-in;
}
.accordion__padding {
  position: relative;
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .accordion__padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.accordion__icon-wrap {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accordion__icon-wrap:hover .accordion__icon {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.accordion__icon {
  font-size: 1.875rem;
  line-height: 2.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accordion__icon--expanded {
  display: none;
}
.accordion__item--active .accordion__icon--expanded {
  display: block;
}
.accordion__item--active .accordion__icon--collapsed {
  display: none;
}
/* styles to be shown on public side */
/* this file is automatically compiled w/ other css files */
.careers {
  width: 390px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 148, 34, 1);
  background-color: rgba(255, 148, 34, var(--tw-bg-opacity, 1));
  padding: 0.875rem;
}
.careers__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 800px) {

  .careers__wrapper {
    flex-direction: row;
  }
}
.careers__body {
  display: flex;
  justify-content: center;
}
.grid-item.padding-lg {
  border-radius: 1rem;
  padding: 2rem;
}
@media (min-width: 1024px) {

  .grid-item.padding-lg {
    padding: 3rem;
  }
}
.grid-item.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(18, 28, 77, 1);
  background-color: rgba(18, 28, 77, var(--tw-bg-opacity, 1));
}
.grid-item.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 148, 34, 1);
  background-color: rgba(255, 148, 34, var(--tw-bg-opacity, 1));
}
.grid-item.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 227, 236, 1);
  background-color: rgba(220, 227, 236, var(--tw-bg-opacity, 1));
}
/* styles to be shown on public side */
/* this file is automatically compiled w/ other css files */
.grid {
    display: grid;
}
.grid__item {
  width: 100%;
}
.grid--align-start {
  align-items: flex-start;
}
.grid--align-center {
  align-items: center;
}
.grid--align-end {
  align-items: flex-end;
}
.grid--align-stretch {
  align-items: stretch;
}
.grid--gap-none {}
.grid--gap-small {
  gap: 0.5rem;
}
@media (min-width: 1280px) {

  .grid--gap-small {
    gap: 1rem;
  }
}
.grid--gap-normal {
  gap: 1rem;
}
@media (min-width: 1280px) {

  .grid--gap-normal {
    gap: 2rem;
  }
}
.grid--gap-large {
  gap: 2rem;
}
@media (min-width: 1280px) {

  .grid--gap-large {
    gap: 4rem;
  }
}
/* set up column widths per breakpoint & rows setting */
.grid--cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
        }
.grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
        }
.grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
        }
.grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
        }
.grid--cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
        }
.grid--cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
        }
.grid--cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
        }
.grid--cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
        }
.icon-link-container__content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
    display: grid;
}
@media (min-width: 800px) {

  .icon-link-container__content {
    gap: 0px;
  }
}
.icon-link-container__content {
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 1024px) {

  .icon-link-container__content {
    display: flex;
  }
}
.icon-link-container__content {
  align-content: center;
  justify-content: center;
  place-content: center;
}
.icon-link-container__content a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 148, 34, 1);
  color: rgba(255, 148, 34, var(--tw-text-opacity, 1));
}
/*acf icon-link block */
.icon-link-block {
  margin-left: auto;
  margin-right: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  width: 100px;
  flex-direction: column;
  justify-self: center;
}
@media (min-width: 800px) {

  .icon-link-block {
    width: 150px;
  }
}
.icon-link-block img {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
@media (min-width: 800px) {

  .icon-link-block img {
    width: 150px;
  }
}
.icon-link-block__stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.icon-link-block__stack img {
  margin-bottom: 0.5rem;
}
.icon-link-block__stack a .text {
  display: flex;
  text-align: center;
}
.icon-link-block__stack a .text:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 227, 236, 1);
  color: rgba(220, 227, 236, var(--tw-text-opacity, 1));
}
.industry-photo-block {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 40px;
}
.industry-photo-block .wp-block-button__link {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(18, 28, 77, 1);
  background-color: rgba(18, 28, 77, var(--tw-bg-opacity, 1));
}
.industry-photo-block .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 148, 34, 1);
  background-color: rgba(255, 148, 34, var(--tw-bg-opacity, 1));
}
.industry-photo-block .wp-block-columns {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 800px) {

  .industry-photo-block .wp-block-columns {
    flex-direction: row;
  }
}
.industry-photo-block .wp-block-columns {
  gap: 2rem;
}
.industry-photo-block img {
  width: 100%;
}
.industry-photo-block .wp-block-column {
  flex: 1 1 0%;
}
.orange-list {
  margin-bottom: 2rem !important;
  border-left-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 148, 34, 1) !important;
  border-color: rgba(255, 148, 34, var(--tw-border-opacity, 1)) !important;
}
.orange-list li {
  list-style-type: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.news__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 800px) {

  .news__wrapper {
    flex-direction: row;
  }
}
.news__wrapper .news {
  width: 312px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 0.875rem;
}
.ribbon-hero {
  --tw-bg-opacity: 1;
  background-color: rgba(18, 28, 77, 1);
  background-color: rgba(18, 28, 77, var(--tw-bg-opacity, 1));
}
.ribbon-hero__inner {
  z-index: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 800px) {

  .ribbon-hero__inner {
    flex-direction: row;
  }
}
.ribbon-hero__inner {
  overflow: hidden;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-bottom: 3rem;
}
.ribbon-hero__content {
  max-width: 912px;
  padding-top: 3rem;
}
.section--style-fade .ribbon-hero__fade {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.ribbon-hero__bg img {
  float: right;
  max-height: 15rem;
}
@media (min-width: 800px) {

  .ribbon-hero__bg img {
    max-height: 100%;
  }
}
.ribbon-hero__wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1280px) {

  .ribbon-hero__wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 640px) {

    .ribbon-hero__wrap {
      max-width: 640px;
    }
  }

  @media (min-width: 800px) {

    .ribbon-hero__wrap {
      max-width: 800px;
    }
  }

  @media (min-width: 1024px) {

    .ribbon-hero__wrap {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .ribbon-hero__wrap {
      max-width: 1280px;
    }
  }
}
@media (min-width: 1024px) {

  .ribbon-hero__wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.ribbon-hero__wrap {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.section--height-screen .ribbon-hero__wrap {
  height: 100vh;
}
.section--height-tall .ribbon-hero__wrap {
  height: 640px;
}
.section--height-normal .ribbon-hero__wrap {
  height: 480px;
}
.section--height-short .ribbon-hero__wrap {
  height: 320px;
}
.section {
  position: relative;
  z-index: 0;
}
.section__inner {
  overflow: hidden;
}
.section__content {
  padding: 1rem;
}
.section__bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
.section__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--style-fade .section__fade {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.section--bg-color-bluegray {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 227, 236, 1);
  background-color: rgba(220, 227, 236, var(--tw-bg-opacity, 1));
}
.section--bg-color-deepblue {
  --tw-bg-opacity: 1;
  background-color: rgba(18, 28, 77, 1);
  background-color: rgba(18, 28, 77, var(--tw-bg-opacity, 1));
}
.section--bg-color-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 148, 34, 1);
  background-color: rgba(255, 148, 34, var(--tw-bg-opacity, 1));
}
.section--bg-color-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.section .has-orange-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 148, 34, 1);
  background-color: rgba(255, 148, 34, var(--tw-bg-opacity, 1));
}
.section .has-light-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.section__wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1280px) {

  .section__wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 640px) {

    .section__wrap {
      max-width: 640px;
    }
  }

  @media (min-width: 800px) {

    .section__wrap {
      max-width: 800px;
    }
  }

  @media (min-width: 1024px) {

    .section__wrap {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .section__wrap {
      max-width: 1280px;
    }
  }
}
@media (min-width: 1024px) {

  .section__wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.section__wrap {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.section--height-screen .section__wrap {
  height: 100vh;
}
.section--height-tall .section__wrap {
  height: 640px;
}
.section--height-normal .section__wrap {
  height: 480px;
}
.section--height-short .section__wrap {
  height: 320px;
}
/*acf service-explorer block */
.service-explorer-block {
  display: flex;
  flex-direction: column;
}
.service-explorer-block .industry-main-image {
  width: 600px;
}
@media (min-width: 1024px) {

  .service-explorer-block .industry-main-image {
    height: 100%;
  }
}
.service-explorer-block__stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-explorer-block__stack img {
  margin-bottom: 0.5rem;
}
.service-explorer-block__stack a .text {
  display: flex;
  text-align: center;
}
.service-explorer-block #industry-list {
  padding-left: 0px;
}
.arrow-icon {
  height: 18px;
  width: 18px;
}
.slideshow {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.slideshow__item-inner {
  display: flex;
  gap: 3rem;
}
@media not all and (min-width: 800px) {

  .slideshow__item-inner {
    flex-direction: column;
    align-items: center;
  }
}
.slideshow__image {
  height: 184px;
  width: 184px;
  flex-shrink: 0;
}
.slideshow__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow__content {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.slideshow__sizer {
  position: relative;
}
@media not all and (min-width: 800px) {

  .slideshow__sizer {
    padding-bottom: 5rem;
  }
}
@media (min-width: 800px) {

  .slideshow__sizer {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {

  .slideshow__sizer {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
.slideshow__nav-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
}
@media not all and (min-width: 800px) {

  .slideshow__nav-wrapper {
    align-items: flex-end;
    justify-content: center;
  }
}
@media (min-width: 800px) {

  .slideshow__nav-wrapper {
    align-items: center;
    justify-content: space-between;
  }
}
/* Control arrow sizes */
.slideshow__prev,
.slideshow__next {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slideshow__prev:disabled, .slideshow__next:disabled {
        opacity: 0.5;
    }
.has-text-color {

}
.wp-block-separator {
  margin-top: 2rem;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-4 {
  right: 1rem;
}
.top-4 {
  top: 1rem;
}
.z-\[100\] {
  z-index: 100;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-8 {
  margin: 2rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-20 {
  height: 5rem;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[330px\] {
  height: 330px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[460px\] {
  min-height: 460px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[600px\] {
  width: 600px;
}
.w-full {
  width: 100%;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-16 {
  gap: 4rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - 0));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - 0));
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.25rem * calc(1 - 0));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 0);
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.text-wrap {
  text-wrap: wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-b {
  border-bottom-width: 1px;
}
.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 148, 34, 1);
  border-color: rgba(255, 148, 34, var(--tw-border-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(18, 28, 77, 1);
  background-color: rgba(18, 28, 77, var(--tw-bg-opacity, 1));
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 227, 236, 1);
  background-color: rgba(220, 227, 236, var(--tw-bg-opacity, 1));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 148, 34, 1);
  background-color: rgba(255, 148, 34, var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-\[190px\] {
  padding-left: 190px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-bottom {
  vertical-align: bottom;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-\[400\] {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-feature-settings: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(18, 28, 77, 1);
  color: rgba(18, 28, 77, var(--tw-text-opacity, 1));
}
.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 148, 34, 1);
  color: rgba(255, 148, 34, var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:hidden {
  display: none;
}
@media (min-width: 800px) {

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[150px\] {
    height: 150px;
  }

  .md\:h-\[168px\] {
    height: 168px;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
