/*
! tailwindcss v3.3.2 | 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.
*/

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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]) {
  -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. 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-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;
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}.text5xl {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: .02em;
}@media (min-width: 768px) {

  .text5xl {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 700;
  }
}.text4xl {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .text4xl {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.text3xl {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 400;
  letter-spacing: .01em;
}.text2xl {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: .02em;
}.textxl {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .01em;
}.textlg {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}.textbase {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: .05em;
}.textbasecaps {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .15em;
}.textbaseboldcaps {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}.textsm {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: .05em;
}.soft-shadow{box-shadow:20px 25px 80px rgba(0,40,69,.08)}

*, ::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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}.container {
  width: 100%;
}@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.bottom-0 {
  bottom: 0px;
}.left-0 {
  left: 0px;
}.col-span-12 {
  grid-column: span 12 / span 12;
}.col-span-3 {
  grid-column: span 3 / span 3;
}.col-span-4 {
  grid-column: span 4 / span 4;
}.col-span-6 {
  grid-column: span 6 / span 6;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.\!mb-0 {
  margin-bottom: 0px !important;
}.\!mt-1 {
  margin-top: 0.25rem !important;
}.mb-0 {
  margin-bottom: 0px;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-14 {
  margin-bottom: 3.5rem;
}.mb-24 {
  margin-bottom: 6rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-5 {
  margin-left: 1.25rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-5 {
  margin-right: 1.25rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-11 {
  margin-top: 2.75rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-2\.5 {
  margin-top: 0.625rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-7 {
  margin-top: 1.75rem;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-1\/2 {
  height: 50%;
}.h-16 {
  height: 4rem;
}.h-full {
  height: 100%;
}.w-1\/5 {
  width: 20%;
}.w-16 {
  width: 4rem;
}.w-4\/5 {
  width: 80%;
}.w-56 {
  width: 14rem;
}.w-6 {
  width: 1.5rem;
}.w-8 {
  width: 2rem;
}.w-\[443px\] {
  width: 443px;
}.w-\[75px\] {
  width: 75px;
}.w-full {
  width: 100%;
}.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}.max-w-5xl {
  max-width: 64rem;
}.max-w-6xl {
  max-width: 72rem;
}.resize {
  resize: both;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-0 {
  gap: 0px;
}.gap-10 {
  gap: 2.5rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-8 {
  gap: 2rem;
}.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-y-14 {
  row-gap: 3.5rem;
}.gap-y-16 {
  row-gap: 4rem;
}.self-start {
  align-self: flex-start;
}.self-end {
  align-self: flex-end;
}.self-center {
  align-self: center;
}.rounded-full {
  border-radius: 9999px;
}.border-0 {
  border-width: 0px;
}.border-b {
  border-bottom-width: 1px;
}.border-t-4 {
  border-top-width: 4px;
}.border-sfg_almostdeepteal {
  --tw-border-opacity: 1;
  border-color: rgb(5 48 80 / var(--tw-border-opacity));
}.border-sfg_cream {
  --tw-border-opacity: 1;
  border-color: rgb(243 218 145 / var(--tw-border-opacity));
}.bg-sfg_deepteal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 69 / var(--tw-bg-opacity));
}.bg-sfg_mediumblue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
}.bg-sfg_softgray {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-sfg_deepteal {
  --tw-gradient-to: #002445 var(--tw-gradient-to-position);
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.object-center {
  -o-object-position: center;
     object-position: center;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.\!pb-6 {
  padding-bottom: 1.5rem !important;
}.\!pt-12 {
  padding-top: 3rem !important;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pl-6 {
  padding-left: 1.5rem;
}.pr-5 {
  padding-right: 1.25rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-14 {
  padding-top: 3.5rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-7 {
  padding-top: 1.75rem;
}.text-center {
  text-align: center;
}.\!font-fono {
  font-family: AeonikFono, Anonymous Pro !important;
}.font-fono {
  font-family: AeonikFono, Anonymous Pro;
}.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}.font-bold {
  font-weight: 700;
}.\!text-sfg_mediumblue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 123 189 / var(--tw-text-opacity)) !important;
}.text-sfg_deepteal {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.text-sfg_lightblue {
  --tw-text-opacity: 1;
  color: rgb(33 164 255 / var(--tw-text-opacity));
}.text-sfg_mediumblue {
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
}.text-sfg_white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.underline-offset-4 {
  text-underline-offset: 4px;
}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  width: 100%;
}@media (min-width: 640px) {

  body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 640px;
  }
}@media (min-width: 768px) {

  body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 768px;
  }
}@media (min-width: 1024px) {

  body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {

  body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {

  body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1536px;
  }
}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.wp-block-sfg-commit-change-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding: 5rem;
  }
}.wp-block-sfg-commit-change-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull))>img {
  margin-bottom: 0.625rem;
  width: 4rem;
}.wp-block-sfg-commit-change-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-commit-change-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) h2 {
  margin-top: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-commit-change-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-commit-change-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .wp-block-button .wp-block-button__link {
  margin-top: 1.75rem;
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  padding-top: 3rem;
  padding-bottom: 24rem;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  background-size: cover;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-size: auto 100%;
  }
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  background-position: bottom -20rem center;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: center right -25rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: center right -17rem;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: center right -2rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: center right;
  }
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background h2,.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background h3,.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background .wp-block-button__link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
  background-position: bottom -28rem center;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
    background-position: center right -35rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
    background-position: center right -25rem;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
    background-position: center right -10rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
    background-position: center right;
  }
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: .02em;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h2 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 700;
  }
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h2 {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h3 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h3 {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1.25rem;
  max-width: 48rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    max-width: 36rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    max-width: 48rem;
  }
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .wp-block-button .wp-block-button__link {
  margin-top: 1.75rem;
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.has-image {
  width: 100%;
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.has-image {
    width: 66.666667%;
  }
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .image-container {
  position: relative;
  display: none;
  padding-right: 1rem;
  padding-top: 5rem;
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .image-container {
    margin-bottom: -8rem;
    display: block;
    width: 33.333333%;
    padding-right: 5rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .image-container {
    margin-bottom: -5rem;
  }
}.wp-block-sfg-elevate-henn-cta body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .image-container img {
  height: 100%;
  width: 100%;
  border-width: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  display: grid;
  gap: 0px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIxIiBoZWlnaHQ9IjcyNiIgdmlld0JveD0iMCAwIDgyMSA3MjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI0MTAuNSIgY3k9IjM2MyIgcng9IjQxMC41IiByeT0iMzYzIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMTgzXzY4MikiLz4KPGRlZnM+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQwX3JhZGlhbF8xODNfNjgyIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMC41IDM2Mykgcm90YXRlKDkwKSBzY2FsZSgzNjMgNDEwLjUpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0YzREE5MSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGN0U4QkQiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-repeat: no-repeat;margin-top: -22rem;background-position: right 12rem;
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: right top;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: right 5rem top;
  }
}.wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  background-size: 90%;
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-size: auto;
  }
}.wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container {
  grid-column: span 12 / span 12;
  margin-top: 18rem;
  margin-bottom: 1.5rem;
  padding-top: 8rem;
  padding-bottom: 2.5rem;
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container {
    margin-bottom: 0px;
    height: 15rem;
    padding-top: 10rem;
    padding-bottom: 16rem;
  }
}.wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(243 218 145 / var(--tw-border-opacity));
}.wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .01em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 1024px) {.wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
    letter-spacing: .01em;
  }
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    max-width: 64rem;
    padding-right: 5rem;
  }
}.wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .icon-container {
  display: grid;
  place-content: end;
  padding-right: 2rem;
}.wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .icon-container img {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .icon-container img {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-gradient-text>body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .icon-container img {
    --tw-translate-y: -3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media (min-width: 1024px) {

  body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 0px;
    padding-right: 0px;
  }
}body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  width: 100%;
}@media (min-width: 640px) {

  body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 640px;
  }
}@media (min-width: 768px) {

  body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 768px;
  }
}@media (min-width: 1024px) {

  body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {

  body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {

  body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1536px;
  }
}body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.wp-block-sfg-commit-change-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding: 5rem;
  }
}.wp-block-sfg-commit-change-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull))>img {
  margin-bottom: 0.625rem;
  width: 4rem;
}.wp-block-sfg-commit-change-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-commit-change-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) h2 {
  margin-top: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-commit-change-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-commit-change-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .wp-block-button .wp-block-button__link {
  margin-top: 1.75rem;
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  padding-top: 3rem;
  padding-bottom: 24rem;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  background-size: cover;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-size: auto 100%;
  }
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  background-position: bottom -20rem center;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: center right -25rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: center right -17rem;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: center right -2rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: center right;
  }
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background h2,.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background h3,.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)).blue-background .wp-block-button__link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
  background-position: bottom -28rem center;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
    background-position: center right -35rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
    background-position: center right -25rem;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
    background-position: center right -10rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.full-width {
    background-position: center right;
  }
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: .02em;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h2 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 700;
  }
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h2 {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h3 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container h3 {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1.25rem;
  max-width: 48rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    max-width: 36rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    max-width: 48rem;
  }
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .wp-block-button .wp-block-button__link {
  margin-top: 1.75rem;
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.has-image {
  width: 100%;
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container.has-image {
    width: 66.666667%;
  }
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .image-container {
  position: relative;
  display: none;
  padding-right: 1rem;
  padding-top: 5rem;
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .image-container {
    margin-bottom: -8rem;
    display: block;
    width: 33.333333%;
    padding-right: 5rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .image-container {
    margin-bottom: -5rem;
  }
}.wp-block-sfg-elevate-henn-cta body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .image-container img {
  height: 100%;
  width: 100%;
  border-width: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  display: grid;
  gap: 0px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIxIiBoZWlnaHQ9IjcyNiIgdmlld0JveD0iMCAwIDgyMSA3MjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI0MTAuNSIgY3k9IjM2MyIgcng9IjQxMC41IiByeT0iMzYzIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMTgzXzY4MikiLz4KPGRlZnM+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQwX3JhZGlhbF8xODNfNjgyIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMC41IDM2Mykgcm90YXRlKDkwKSBzY2FsZSgzNjMgNDEwLjUpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0YzREE5MSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGN0U4QkQiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-repeat: no-repeat;margin-top: -22rem;background-position: right 12rem;
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: right top;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-position: right 5rem top;
  }
}.wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  background-size: 90%;
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    background-size: auto;
  }
}.wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container {
  grid-column: span 12 / span 12;
  margin-top: 18rem;
  margin-bottom: 1.5rem;
  padding-top: 8rem;
  padding-bottom: 2.5rem;
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container {
    margin-bottom: 0px;
    height: 15rem;
    padding-top: 10rem;
    padding-bottom: 16rem;
  }
}.wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(243 218 145 / var(--tw-border-opacity));
}.wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .01em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 1024px) {.wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
    letter-spacing: .01em;
  }
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container p {
    max-width: 64rem;
    padding-right: 5rem;
  }
}.wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .icon-container {
  display: grid;
  place-content: end;
  padding-right: 2rem;
}.wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .icon-container img {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .icon-container img {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-gradient-text>body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) .text-container .icon-container img {
    --tw-translate-y: -3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  body.home .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}.wp-block-columns.is-layout-flex.gap-8{gap:2rem;margin:2rem auto}@font-face{font-family:"FoundryUnie";src:url(fonts/FoundryUnie-Regular.4dde219e.woff2) format("woff2"),url(fonts/FoundryUnie-Regular.9b62e8ba.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"FoundryUnie";src:url(fonts/FoundryUnie-Bold.72c31dab.woff2) format("woff2"),url(fonts/FoundryUnie-Bold.83dd142c.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"AeonikFono";src:url(fonts/AeonikFono-Regular.68ecd804.woff2) format("woff2"),url(fonts/AeonikFono-Regular.345578df.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"AeonikFono";src:url(fonts/AeonikFono-Bold.d54b3564.woff2) format("woff2"),url(fonts/AeonikFono-Bold.855db609.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.prosey * {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.prosey fieldset legend {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}.prosey label {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}.prosey h1 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: .02em;
}@media (min-width: 768px) {

  .prosey h1 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 700;
  }
}.prosey h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .prosey h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.prosey h2 {
  margin-bottom: 0.5rem;
}.prosey h3 {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: .02em;
}.prosey h4 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}.prosey p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}.prosey hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 0.125rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 69 / var(--tw-bg-opacity));
}.dash-heading {
  align-items: center;
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .dash-heading {
    display: flex;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.dash-heading:before{content:"";margin-bottom: 1rem;margin-right: 1rem;display: block;height: 0.25rem;width: 5rem;--tw-bg-opacity: 1;background-color: rgb(243 218 145 / var(--tw-bg-opacity))}@media (min-width: 768px) {

  .dash-heading:before {
    margin-bottom: 0.25rem;
  }
}.wp-block-columns.is-layout-flex{gap:0;margin-bottom:0}#desktop-nav-container li.current_page_item,#desktop-nav-container li.current_page_parent {
  text-decoration-line: underline;
  text-decoration-color: #F3DA91;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}#mobile-nav-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}@media (min-width: 1024px) {

  #mobile-nav-container {
    display: none;
  }
}#mobile-nav-container .modal{display:none}#mobile-nav-container .modal.is-open {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  padding: 2.25rem;
}@media (min-width: 768px) {

  #mobile-nav-container .modal.is-open {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}#mobile-nav-container .modal.is-open {
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 69 / var(--tw-bg-opacity));
}#mobile-nav-container .modal.is-open ul li {
  padding-left: 3.5rem;
}@media (min-width: 768px) {

  #mobile-nav-container .modal.is-open ul li {
    padding-left: 7rem;
  }
}#mobile-nav-container .modal.is-open ul li.current_page_item,#mobile-nav-container .modal.is-open ul li.current_page_parent {
  background-size: 2.5rem;
}@media (min-width: 768px) {

  #mobile-nav-container .modal.is-open ul li.current_page_item,#mobile-nav-container .modal.is-open ul li.current_page_parent {
    background-size: 5rem;
  }
}#mobile-nav-container .modal.is-open ul li.current_page_item,#mobile-nav-container .modal.is-open ul li.current_page_parent{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODUiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDg1IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHkxPSIyIiB4Mj0iODUiIHkyPSIyIiBzdHJva2U9IiNGM0RBOTEiIHN0cm9rZS13aWR0aD0iNCIvPgo8L3N2Zz4K);background-position:0 50%;background-repeat:no-repeat}@media (min-width: 1280px) {

  body.home header,body.home footer>div {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}body.home .content-wrapper{background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg0NiIgaGVpZ2h0PSIxMTgyIiB2aWV3Qm94PSIwIDAgMTg0NiAxMTgyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTExOC4zNCA0NTAuMTQxQzE2NzQuNDcgMjYyLjkyNSAxODMzLjcyIDc0NC40MzUgMTg0My44MiAxMDA4LjU5TDQ2LjIyNTcgMTAwOC41OUw0Ni4yMjU2IDY0MEM2MS41MTIzIDQ5Mi41MDUgLTIuNDg2MTUgMjE2LjQ4MSAyNjAuNTg2IDE0OS45MTZDNTg5LjQyNyA2Ni43MDk4IDQyMy4xODcgNjg0LjE2MiAxMTE4LjM0IDQ1MC4xNDFaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTkxXzY4NCkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xOTFfNjg0IiB4MT0iNjg5Ljg5OCIgeTE9Ii0xMS4xNTMiIHgyPSI5NDYuNDI2IiB5Mj0iMTI5NS4zMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuMjAyODM5IiBzdG9wLWNvbG9yPSIjMTNENEVBIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KPHN0b3Agb2Zmc2V0PSIwLjc2MDQxNyIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIxIiBoZWlnaHQ9IjcyNyIgdmlld0JveD0iMCAwIDgyMSA3MjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI0MTAuNSIgY3k9IjM2My40MTkiIHJ4PSI0MTAuNSIgcnk9IjM2My40MTkiIGZpbGw9InVybCgjcGFpbnQwX3JhZGlhbF8xOTFfNjg2KSIgZmlsbC1vcGFjaXR5PSIwLjUzIi8+CjxkZWZzPgo8cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50MF9yYWRpYWxfMTkxXzY4NiIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSg0MTAuNSAzNjMuNDE5KSByb3RhdGUoOTApIHNjYWxlKDM2My40MTkgNDEwLjUpIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzM1QzJEMiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzNUMyRDIiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIxIiBoZWlnaHQ9IjcyNiIgdmlld0JveD0iMCAwIDgyMSA3MjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI0MTAuNSIgY3k9IjM2MyIgcng9IjQxMC41IiByeT0iMzYzIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMTgzXzY4MikiLz4KPGRlZnM+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQwX3JhZGlhbF8xODNfNjgyIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMC41IDM2Mykgcm90YXRlKDkwKSBzY2FsZSgzNjMgNDEwLjUpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0YzREE5MSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGN0U4QkQiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-position:top calc(15rem + 15vw) left -20rem,top 105rem right -20rem,top 200rem left -20rem}body:not(.home) .content-wrapper{background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIxIiBoZWlnaHQ9IjcyNiIgdmlld0JveD0iMCAwIDgyMSA3MjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI0MTAuNSIgY3k9IjM2MyIgcng9IjQxMC41IiByeT0iMzYzIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMTgzXzY4MikiLz4KPGRlZnM+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQwX3JhZGlhbF8xODNfNjgyIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMC41IDM2Mykgcm90YXRlKDkwKSBzY2FsZSgzNjMgNDEwLjUpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0YzREE5MSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGN0U4QkQiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIxIiBoZWlnaHQ9IjcyNyIgdmlld0JveD0iMCAwIDgyMSA3MjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI0MTAuNSIgY3k9IjM2My40MTkiIHJ4PSI0MTAuNSIgcnk9IjM2My40MTkiIGZpbGw9InVybCgjcGFpbnQwX3JhZGlhbF8xOTFfNjg2KSIgZmlsbC1vcGFjaXR5PSIwLjUzIi8+CjxkZWZzPgo8cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50MF9yYWRpYWxfMTkxXzY4NiIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSg0MTAuNSAzNjMuNDE5KSByb3RhdGUoOTApIHNjYWxlKDM2My40MTkgNDEwLjUpIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzM1QzJEMiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzNUMyRDIiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-position:top 90rem right -20rem,top 200rem left -20rem}body.page-services .content-wrapper{background:none}body.page-services .subtle-gradient{background:linear-gradient(180deg, #FFFFFF 0%, #E2F3FF 100%);max-width: 100%}body.page-services .subtle-gradient>.wp-block-group__inner-container {
  margin: 0px;
  max-width: 100%;
  padding: 0px;
}body.page-services .subtle-gradient .circular-gradients {
  max-width: 100%;
}body.page-services .subtle-gradient .circular-gradients>.wp-block-group__inner-container {
  margin: 0px;
  max-width: 100%;
  padding: 0px;
}body.page-services .subtle-gradient .circular-gradients{background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIxIiBoZWlnaHQ9IjcyNiIgdmlld0JveD0iMCAwIDgyMSA3MjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI0MTAuNSIgY3k9IjM2MyIgcng9IjQxMC41IiByeT0iMzYzIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMTgzXzY4MikiLz4KPGRlZnM+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQwX3JhZGlhbF8xODNfNjgyIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMC41IDM2Mykgcm90YXRlKDkwKSBzY2FsZSgzNjMgNDEwLjUpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0YzREE5MSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGN0U4QkQiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIxIiBoZWlnaHQ9IjcyNyIgdmlld0JveD0iMCAwIDgyMSA3MjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI0MTAuNSIgY3k9IjM2My40MTkiIHJ4PSI0MTAuNSIgcnk9IjM2My40MTkiIGZpbGw9InVybCgjcGFpbnQwX3JhZGlhbF8xOTFfNjg2KSIgZmlsbC1vcGFjaXR5PSIwLjUzIi8+CjxkZWZzPgo8cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50MF9yYWRpYWxfMTkxXzY4NiIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSg0MTAuNSAzNjMuNDE5KSByb3RhdGUoOTApIHNjYWxlKDM2My40MTkgNDEwLjUpIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzM1QzJEMiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzNUMyRDIiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-position:top 0rem right -20rem,top 160rem left -20rem}a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
}a.link-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}a.link-light:hover {
  --tw-text-opacity: 1;
  color: rgb(33 164 255 / var(--tw-text-opacity));
}p a {
  text-decoration-line: underline;
  text-decoration-color: rgb(0 36 69 / 0.4);
  text-decoration-thickness: 1px;
  text-underline-offset: .166em;
}p a:hover {
  text-decoration-color: #007BBD;
}.soft-shadow{box-shadow:20px 25px 80px rgba(0,40,69,.08)}.follow-icons svg path {
  fill: #FFFFFF;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.follow-icons svg:hover path,.follow-icons svg:active path {
  fill: #21A4FF;
}.contact-page-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-bottom: 2.5rem;
}.contact-page-form * {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.contact-page-form fieldset legend {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}.contact-page-form label {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}.contact-page-form h1 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: .02em;
}@media (min-width: 768px) {

  .contact-page-form h1 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 700;
  }
}.contact-page-form h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .contact-page-form h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.contact-page-form h2 {
  margin-bottom: 0.5rem;
}.contact-page-form h3 {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: .02em;
}.contact-page-form h4 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}.contact-page-form p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}.contact-page-form hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 0.125rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 69 / var(--tw-bg-opacity));
}@media (min-width: 768px) {.contact-page-form p {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: .01em;
  }
}.newsletter-subscription-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.newsletter-subscription-wrapper input[type=email] {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.newsletter-subscription-wrapper input[type=submit] {
  margin-bottom: 0px;
}.newsletter-subscription-wrapper .gform_wrapper.gravity-theme .gform_footer {
  margin-bottom: 0px;
  padding-bottom: 0px;
}.digital-resilience-strategy-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}.digital-resilience-strategy-form * {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.digital-resilience-strategy-form fieldset legend {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}.digital-resilience-strategy-form label {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}.digital-resilience-strategy-form h1 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: .02em;
}@media (min-width: 768px) {

  .digital-resilience-strategy-form h1 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 700;
  }
}.digital-resilience-strategy-form h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .digital-resilience-strategy-form h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.digital-resilience-strategy-form h2 {
  margin-bottom: 0.5rem;
}.digital-resilience-strategy-form h3 {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: .02em;
}.digital-resilience-strategy-form h4 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}.digital-resilience-strategy-form p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}.digital-resilience-strategy-form hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 0.125rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 69 / var(--tw-bg-opacity));
}form.wpforms-form label,form.wpforms-form .wpforms-field-label,form.wpforms-form .wpforms-field {
  margin-bottom: 0.5rem;
}form.wpforms-form li label {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}form.wpforms-form .wpforms-field-label {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}form.wpforms-form input,form.wpforms-form textarea {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 36 69 / var(--tw-border-opacity));
}form.wpforms-form .wpforms-field-file-upload input {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  border-width: 0px;
}form.wpforms-form .wpforms-field-file-upload input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}form.wpforms-form .wpforms-field-file-upload input::file-selector-button {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.75rem;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}form.wpforms-form .wpforms-field-file-upload input::file-selector-button:hover,form.wpforms-form .wpforms-field-file-upload input::file-selector-button:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 36 69 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}form.wpforms-form .dz-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}form.wpforms-form .dz-message svg {
  fill: #007BBD;
}form.wpforms-form button.wpforms-submit {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
}form.wpforms-form button.wpforms-submit:hover,form.wpforms-form button.wpforms-submit:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(33 164 255 / var(--tw-border-opacity));
}form.wpforms-form button.wpforms-submit {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
}form.wpforms-form button.wpforms-submit:hover,form.wpforms-form button.wpforms-submit:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(33 164 255 / var(--tw-border-opacity));
}form.wpforms-form button.wpforms-submit {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
}form.wpforms-form button.wpforms-submit:hover,form.wpforms-form button.wpforms-submit:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(33 164 255 / var(--tw-border-opacity));
}form.wpforms-form button.wpforms-submit {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
}form.wpforms-form button.wpforms-submit:hover,form.wpforms-form button.wpforms-submit:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(33 164 255 / var(--tw-border-opacity));
}.button,.wp-block-button__link,.wp-element-button {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
}.button:hover,.button:focus,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-element-button:hover,.wp-element-button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(33 164 255 / var(--tw-border-opacity));
}.button-light .wp-block-button__link,.button-light .wp-element-button {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
}.button-light .wp-block-button__link:hover,.button-light .wp-block-button__link:focus,.button-light .wp-element-button:hover,.button-light .wp-element-button:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 36 69 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.pill-list-wrap {
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 218 145 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.pill,a.pill {
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: AeonikFono, Anonymous Pro;
}a.pill:hover,a.pill.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.term-toggle{background-image:url("data:image/svg+xml,<svg width=\"10\" height=\"8\" viewBox=\"0 0 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5 8L0.669873 0.5L9.33013 0.500001L5 8Z\" fill=\"%23002445\"/></svg>");margin-right: 1rem;cursor: pointer;background-position: right;background-repeat: no-repeat;padding-right: 0.875rem}.term-toggle.active{background-image:url("data:image/svg+xml,<svg width=\"10\" height=\"8\" viewBox=\"0 0 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5 0L9.33013 7.5L0.669873 7.5L5 0Z\" fill=\"%2321A4FF\"/></svg>");--tw-text-opacity: 1;color: rgb(33 164 255 / var(--tw-text-opacity))}.wp-block[data-type="sfg/card"] {
  max-width: none;
}.wp-block-sfg-card {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 69 / var(--tw-bg-opacity));
}.wp-block-sfg-card.light {
  --tw-bg-opacity: 1;
  background-color: rgb(5 48 80 / var(--tw-bg-opacity));
}.wp-block-sfg-card.light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
}.wp-block-sfg-card.gray {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
}.wp-block-sfg-card .text-container {
  grid-column: span 2 / span 2;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}@media (min-width: 640px) {

  .wp-block-sfg-card .text-container {
    padding: 2.5rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-card .text-container {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}.wp-block-sfg-card .text-container.has-icon {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 9rem;
}@media (min-width: 768px) {

  .wp-block-sfg-card .text-container.has-image {
    grid-column: span 1 / span 1;
  }
}.wp-block-sfg-card .text-container.icon-background {
  background-size: auto 85%;
  background-position: left bottom;
  background-repeat: no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI1IiBoZWlnaHQ9IjY0MSIgdmlld0JveD0iMCAwIDQyNSA2NDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00MTAuNTQyIDQxOC40NzZDNDEwLjU0MiA1NTMuNzYxIDMwMC43MzUgNjYzLjQ3NiAxNjUuMjE4IDY2My40NzZDMjkuNzAwOCA2NjMuNDc2IC04MC4xMDY0IDU1My44MTQgLTgwLjEwNjQgNDE4LjQ3NkMtODAuMTA2NCAyMzAuNTc0IDE2NS4yMTggMTguNjMwNiAxNjUuMjE4IDE4LjYzMDZDMTY1LjIxOCAxOC42MzA2IDQxMC41NDIgMjI3LjQxIDQxMC41NDIgNDE4LjQ3NloiIHN0cm9rZT0iIzA1MzA1MCIgc3Ryb2tlLXdpZHRoPSIyOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0zMTUuNzggNTEzLjE2NUMzMTUuNzggNTk2LjIwMyAyNDguMzY1IDY2My41MjkgMTY1LjIxOCA2NjMuNTI5QzgyLjA3MDYgNjYzLjUyOSAxNC42NTUzIDU5Ni4yMDMgMTQuNjU1MyA1MTMuMTY1QzE0LjY1NTMgMzk3LjgwOSAxNjUuMjE4IDI2Ny43OTYgMTY1LjIxOCAyNjcuNzk2QzE2NS4yMTggMjY3Ljc5NiAxNzUuOTg3IDI3Ni45NyAxOTEuNzE5IDI5Mi41NzZDMjAyLjMzMSAzMDMuMTIgMjE1LjI2NSAzMTYuNjcgMjI4LjY3NCAzMzIuMzI4QzI0NS45MzcgMzUyLjQ2OCAyNjQuMDQ0IDM3Ni4xOTMgMjc5LjMwMSA0MDEuNzExQzMwMC4zMTIgNDM2LjkyOSAzMTUuNzggNDc1LjYyNyAzMTUuNzggNTEzLjE2NVoiIHN0cm9rZT0iIzA1MzA1MCIgc3Ryb2tlLXdpZHRoPSIyOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yMzUuMjczIDU5My41MTVDMjM1LjI3MyA2MzIuMTYgMjAzLjkxNCA2NjMuNDc3IDE2NS4yMTggNjYzLjQ3N0MxMjYuNTIyIDY2My40NzcgOTUuMTYzMSA2MzIuMTYgOTUuMTYzMSA1OTMuNTE1Qzk1LjE2MzEgNTM5Ljg0MyAxNjUuMjE4IDQ3OS4zMTggMTY1LjIxOCA0NzkuMzE4QzE2NS4yMTggNDc5LjMxOCAyMzUuMjczIDUzOC45NDcgMjM1LjI3MyA1OTMuNTE1WiIgc3Ryb2tlPSIjMDUzMDUwIiBzdHJva2Utd2lkdGg9IjI4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);
}.wp-block-sfg-card .text-container.light-blue h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-card .text-container.light-blue.outline-button .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 255 / var(--tw-bg-opacity));
}.wp-block-sfg-card .text-container.gray h3,.wp-block-sfg-card .text-container.gray h2,.wp-block-sfg-card .text-container.gray p {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-card .text-container.gray h3 strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
}.wp-block-sfg-card .text-container>img {
  margin-bottom: 0.625rem;
  width: 6rem;
}.wp-block-sfg-card .text-container h3 {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 164 255 / var(--tw-text-opacity));
}.wp-block-sfg-card .text-container h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-card .text-container h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-card .text-container h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-card .text-container p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-card .text-container .wp-block-button .wp-block-button__link {
  margin-top: 1.75rem;
}.wp-block-sfg-card .text-container.outline-button .wp-block-button__link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-card .text-container.outline-button .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
}.wp-block-sfg-card .image-container {
  grid-column: span 2 / span 2;
  height: 100%;
}@media (min-width: 768px) {

  .wp-block-sfg-card .image-container {
    grid-column: span 1 / span 1;
  }
}.wp-block-sfg-card .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.wp-block-sfg-card .image-container.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}.wp-block-sfg-card .image-container.offset-right {
  z-index: 10;
  display: grid;
  align-items: center;
}.wp-block-sfg-card .image-container.offset-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 768px) {

  .wp-block-sfg-card .image-container.offset-right img {
    height: 80%;
    -o-object-position: left;
       object-position: left;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-card .image-container.offset-right img {
    height: 100%;
  }
}.wp-block[data-type="sfg/card-abstract"] {
  max-width: none;
}.wp-block-sfg-card-abstract .text-container {
  grid-column: span 11 / span 11;
  padding-top: 4rem;
  padding-bottom: 10rem;
}@media (min-width: 768px) {

  .wp-block-sfg-card-abstract .text-container {
    grid-column: span 7 / span 7;
    margin-top: 20%;
  }
}.wp-block-sfg-card-abstract .text-container {
  padding-left: 2rem;
  padding-right: 2rem;
}@media (min-width: 768px) {

  .wp-block-sfg-card-abstract .text-container {
    padding-left: 5rem;
    padding-right: 10rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}.wp-block-sfg-card-abstract .text-container {
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 69 / var(--tw-bg-opacity));
}.wp-block-sfg-card-abstract .text-container p {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 1024px) {.wp-block-sfg-card-abstract .text-container p {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
    letter-spacing: .01em;
  }
}.wp-block-sfg-card-abstract .text-container span {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1.25rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-card-abstract .text-container .wp-block-button .wp-block-button__link {
  margin-top: 1.75rem;
}.wp-block-sfg-card-abstract .image-container {
  grid-column-start: 2;
  grid-column-end: 13;
  margin-top: -5rem;
}@media (min-width: 768px) {

  .wp-block-sfg-card-abstract .image-container {
    grid-column: span 5 / span 5;
    margin-top: 0px;
    margin-bottom: 5rem;
    --tw-translate-x: -5rem;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.wp-block-sfg-card-abstract .image-container img{-o-object-fit:cover;object-fit:cover}.wp-block[data-type="sfg/block-quote"] {
  max-width: none;
}.wp-block-sfg-block-quote {
  padding-left: 1rem;
  padding-right: 1rem;
}@media (min-width: 768px) {

  .wp-block-sfg-block-quote {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}.wp-block-sfg-block-quote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}@media (min-width: 768px) {

  .wp-block-sfg-block-quote {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}.wp-block-sfg-block-quote .text-container {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(243 218 145 / var(--tw-border-opacity));
  margin-left: auto;
  margin-right: auto;
}@media (min-width: 1024px) {

  .wp-block-sfg-block-quote .text-container {
    max-width: 64rem;
  }
}.wp-block-sfg-block-quote .text-container p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 768px) {.wp-block-sfg-block-quote .text-container p {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: .01em;
    padding: 2rem;
  }
}.wp-block[data-type="sfg/commit-change-hero"] {
  max-width: none;
}.wp-block-sfg-commit-change-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center right -10rem;
  background-repeat: no-repeat;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-hero {
    background-size: contain;
    background-position: right;
  }
}.wp-block-sfg-commit-change-hero {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzM1IiBoZWlnaHQ9IjYxMyIgdmlld0JveD0iMCAwIDczNSA2MTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF83MjBfNTMwMSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjczNiIgaGVpZ2h0PSI2MTMiPgo8cmVjdCB3aWR0aD0iNzM2IiBoZWlnaHQ9IjYxMyIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgNzM2IDApIiBmaWxsPSIjMzRDRkUwIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF83MjBfNTMwMSkiPgo8ZyBvcGFjaXR5PSIwLjQiPgo8cGF0aCBkPSJNMTc0My4xNSAxMDUwLjM3QzE0MTAuMjQgMTM3My4wNCA4NDIuODE4IDE0MTQuODcgNDAxLjk3NCAxMDcxLjI4QzE3OC4zIDg5Ni45NDYgMC4xNDE1NzcgNTM1Ljc3MSAxOTAuNjU0IDMwNy4xMDVDMjAxLjA1OCAzOTQuNDY3IDIyOS4yMzQgNDc5Ljg3NSAyNzMuODgyIDU1OS4wMjhDNDgzLjI1IDkxNy42NjMgODg5LjQxNyAxMTIwLjE0IDEyNjMuNzIgMTA2OS45MUwxMjc4LjI0IDEwNjkuOTFDMjE1OC4yIDEwNTQuMjggMjA0Ny40NSAyMTQuODU3IDE2NzEuNjIgLTM1LjUwMzRDMTk1OS44OSAxNTMuMDk3IDIxODUuNzMgNjIwLjc4OCAxNzQyLjkzIDEwNTAuMTciIGZpbGw9IiMzNENGRTAiLz4KPHBhdGggZD0iTTEyNjMuNTEgMTA2OS42Qzg4OS4yMDYgMTEyMC4yMiA0ODMuMDM5IDkxNy41NDcgMjczLjQ1NCA1NTguNzE4QzIyOC44MDYgNDc5LjM2OSAyMDAuODQ3IDM5NC4xNTcgMTkwLjQ0NCAzMDYuNzk1TDE5NC43NzggMzAxLjMyM0MyNjkuMTE5IDIxNS41MjQgMzY4LjgxOSAxNjQuNzEgNDc2LjEwNCAxNDkuNDY1QzQ2NS40ODQgMTg4LjM1OCA0NTguOTgyIDIyNy44MzcgNDU2LjgxNCAyNjcuNzA3QzQzMi41NCA3MzYuNTY5IDc5OS42OTMgMTA3MC45NyAxMjYyLjg2IDEwNjkuOTkiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl83MjBfNTMwMSkiLz4KPHBhdGggZD0iTTEyNjMuNTEgMTA2OS42NkM3OTkuOTA1IDEwNzAuNjQgNDMyLjk2OCA3MzYuMjM5IDQ1Ny40NTkgMjY3LjM3NkM0NTkuNjI2IDIyNy43MDIgNDY2LjEyOSAxODguMjIzIDQ3Ni43NDkgMTQ5LjUyNUM2NzguOTY1IDEyMC40MDUgOTA4LjkyNCAyMTYuNzU3IDEwNTEuOTcgNDQwLjUzN0MxMTE4LjI5IDU0NC45MDIgMTIwNi4wNyA2NTEuODA4IDEzMTQuMjIgNzEyLjk4MUMxMzQ2LjczIDc3Ni41IDE0MTQuMTQgODIxLjQ1MSAxNTM1Ljk1IDgyOS44NTVDMTczNC4wNCA4NDMuNzMxIDE4MzcuMjEgNzE3Ljg2NyAxODY1LjM5IDU1My42OTdDMTg3NS43OSA1MzMuNTY3IDE4ODQuMjQgNTEyLjY1NCAxODkwLjMxIDQ5MS4zNTFDMTg3OC4zOSA2ODUuNjIgMTc2My43NCA4ODEuODQyIDE0ODUuMDEgMTAwNi4xNEMxNDE1Ljg3IDEwMzcuMDIgMTM0MS4xIDEwNTguMTMgMTI2My45NCAxMDY4LjQ5IiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfNzIwXzUzMDEpIi8+CjxwYXRoIGQ9Ik0xMjkwLjgyIDU3NC43NjFDMTI4Ny43OSA2MjUuNTc1IDEyOTQuMjkgNjczLjI2MyAxMzE0Ljg4IDcxMy4zMjhDMTIwNi4wOCA2NTEuOTYgMTExOC4zIDU0NC42NjMgMTA1MS43NiA0NDAuNDkzQzkwOC43MTYgMjE2LjcxMyA2NzguNTQxIDExOS45NjkgNDc2LjU0MSAxNDkuNDgxQzUxMy44MiA5LjE1NDM0IDYwMi4yNDkgLTEzNy44MTcgNzI5LjkwNyAtMjI5LjI4NEM5MTAuODg0IC0xODkuMDIzIDEwNjQuOTggLTM5LjcwNTkgMTA5OS44OCAxOTAuMzI4QzExMjEuNTUgMzMxLjgyOCAxMTczLjE0IDQ5My4wNjYgMTI5MC4zOSA1NzQuNzYxIiBmaWxsPSIjMDA4N0QyIi8+CjxwYXRoIGQ9Ik0xMzc1Ljk5IDI4NC41MTJDMTMzNS4yNCAzNzIuODUxIDEyOTYuMjMgNDc5LjE3MSAxMjkwLjM4IDU3NC43NDJDMTE3Mi45IDQ5Mi44NTIgMTEyMS41NCAzMzEuODA5IDEwOTkuODYgMTkwLjMwOUMxMDY0Ljc1IC0zOS43MjQ3IDkxMC44NjggLTE4OS4wNDIgNzI5Ljg5MiAtMjI5LjMwM0M4MDEuMTk5IC0yODAuMzEzIDg4NS4yOTMgLTMxNC4xMjQgOTc5LjU3NCAtMzE5LjIwNUMxMzE1Ljk1IC0zMzYuOTkgMTUzMi42OSAtNTMuNzk2NSAxMzc1Ljk5IDI4NC41MTJaIiBmaWxsPSIjMDAyNDQ1Ii8+CjxwYXRoIGQ9Ik0xOTUgMzAxLjUzN0MxOTMuNDgzIDMwMy4yOTYgMTkxLjk2NiAzMDUuMjUgMTkwLjY2NSAzMDcuMDA5QzE2Ni42MDcgMTE4LjIxMyAyMTkuNzA4IC04My40ODE4IDM5OC45NSAtMTgwLjYxNkM1MDYuMjM1IC0yMzguNjYyIDYyMi42MjMgLTI1Mi45MjkgNzI5LjY5MSAtMjI5LjA4NUM2MDIuMjUgLTEzNy44MTQgNTEzLjYwNCA5LjM1MjY4IDQ3Ni4zMjUgMTQ5LjY3OUMzNjguODIzIDE2NC45MjQgMjY5LjM0MSAyMTUuOTM0IDE5NSAzMDEuNTM3WiIgZmlsbD0iI0YzREE5MSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl83MjBfNTMwMSIgeDE9IjEyNjMuNTEiIHkxPSI2MTMuMzc2IiB4Mj0iMTkwLjQ0NCIgeTI9IjYxMy4zNzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRTJGM0ZGIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl83MjBfNTMwMSIgeDE9IjE4OTAuMzEiIHkxPSI2NDguOTc3IiB4Mj0iNDU3LjgyNyIgeTI9IjU5Ny41NjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzAwOTBFMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMyOUQ3RUIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
}.wp-block-sfg-commit-change-hero .text-container {
  max-width: 56rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-hero .text-container {
    padding-right: 2.5rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-commit-change-hero .text-container {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}.wp-block-sfg-commit-change-hero .text-container {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-commit-change-hero .text-container h1 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: .02em;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-hero .text-container h1 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 700;
  }
}.wp-block-sfg-commit-change-hero .text-container h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-hero .text-container h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-commit-change-hero .text-container h2 {
  margin-top: 0.625rem;
}.wp-block-sfg-commit-change-hero .text-container p {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .01em;
  margin-top: 1.75rem;
}@media (min-width: 768px) {.wp-block-sfg-commit-change-hero .text-container p {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
    letter-spacing: .01em;
  }
}.wp-block[data-type="sfg/commit-change-cta"] {
  max-width: none;
}.wp-block-sfg-commit-change-cta .container {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-cta .container {
    padding: 5rem;
  }
}.wp-block-sfg-commit-change-cta .container>img {
  margin-bottom: 0.625rem;
  width: 4rem;
}.wp-block-sfg-commit-change-cta .container h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-cta .container h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-commit-change-cta .container h2 {
  margin-top: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-commit-change-cta .container p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-commit-change-cta .container .wp-block-button .wp-block-button__link {
  margin-top: 1.75rem;
}.wp-block[data-type="sfg/elevate-henn-cta"] {
  max-width: none;
}.wp-block-sfg-elevate-henn-cta .container {
  padding-top: 3rem;
  padding-bottom: 24rem;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}.wp-block-sfg-elevate-henn-cta .container {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  background-size: cover;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta .container {
    background-size: auto 100%;
  }
}.wp-block-sfg-elevate-henn-cta .container {
  background-position: bottom -20rem center;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta .container {
    background-position: center right -25rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-henn-cta .container {
    background-position: center right -17rem;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta .container {
    background-position: center right -2rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-henn-cta .container {
    background-position: center right;
  }
}.wp-block-sfg-elevate-henn-cta .container.blue-background {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
}.wp-block-sfg-elevate-henn-cta .container.blue-background h2,.wp-block-sfg-elevate-henn-cta .container.blue-background h3,.wp-block-sfg-elevate-henn-cta .container.blue-background p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta .container.blue-background .wp-block-button__link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta .container .text-container.full-width {
  background-position: bottom -28rem center;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta .container .text-container.full-width {
    background-position: center right -35rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-henn-cta .container .text-container.full-width {
    background-position: center right -25rem;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta .container .text-container.full-width {
    background-position: center right -10rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-henn-cta .container .text-container.full-width {
    background-position: center right;
  }
}.wp-block-sfg-elevate-henn-cta .container .text-container h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: .02em;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta .container .text-container h2 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 700;
  }
}.wp-block-sfg-elevate-henn-cta .container .text-container h2 {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta .container .text-container h3 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta .container .text-container h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-elevate-henn-cta .container .text-container h3 {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-henn-cta .container .text-container p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1.25rem;
  max-width: 48rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-henn-cta .container .text-container p {
    max-width: 36rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-henn-cta .container .text-container p {
    max-width: 48rem;
  }
}.wp-block-sfg-elevate-henn-cta .container .text-container .wp-block-button .wp-block-button__link {
  margin-top: 1.75rem;
}.wp-block-sfg-elevate-henn-cta .container .text-container.has-image {
  width: 100%;
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta .container .text-container.has-image {
    width: 66.666667%;
  }
}.wp-block-sfg-elevate-henn-cta .container .image-container {
  position: relative;
  display: none;
  padding-right: 1rem;
  padding-top: 5rem;
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-henn-cta .container .image-container {
    margin-bottom: -8rem;
    display: block;
    width: 33.333333%;
    padding-right: 5rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-henn-cta .container .image-container {
    margin-bottom: -5rem;
  }
}.wp-block-sfg-elevate-henn-cta .container .image-container img {
  height: 100%;
  width: 100%;
  border-width: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.wp-block[data-type="sfg/commit-change-details"] {
  max-width: none;
}.wp-block-sfg-commit-change-details {
  padding-top: 5rem;
  padding-bottom: 5rem;
}@media (min-width: 1024px) {

  .wp-block-sfg-commit-change-details {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}.wp-block-sfg-commit-change-details .text-container {
  grid-column: span 2 / span 2;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-details .text-container {
    padding-left: 0px;
  }

  .wp-block-sfg-commit-change-details .text-container.has-image {
    grid-column: span 1 / span 1;
  }
}.wp-block-sfg-commit-change-details .text-container h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-details .text-container h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-commit-change-details .text-container h2 {
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-commit-change-details .text-container ul {
  margin-left: 0.5rem;
  margin-top: 2rem;
  list-style-position: inside;
  list-style-type: disc;
}.wp-block-sfg-commit-change-details .text-container ul li {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-commit-change-details .image-container {
  grid-column: span 2 / span 2;
  padding: 2.5rem;
  padding-bottom: 0px;
}@media (min-width: 768px) {

  .wp-block-sfg-commit-change-details .image-container {
    grid-column: span 1 / span 1;
  }
}.wp-block-sfg-commit-change-details .image-container{background-color:#dae9f2}.wp-block-sfg-commit-change-details .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}.wp-block[data-type="sfg/centered-buttons"] {
  max-width: none;
}.wp-block-sfg-centered-buttons .wp-block-button {
  grid-column: span 2 / span 2;
}@media (min-width: 768px) {

  .wp-block-sfg-centered-buttons .wp-block-button {
    grid-column: span 1 / span 1;
  }
}.wp-block-sfg-centered-buttons .wp-block-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}.wp-block-sfg-centered-buttons .wp-block-button .wp-block-button__link {
  white-space: nowrap;
}.wp-block-sfg-centered-buttons .wp-block-button:first-child {
  align-items: center;
}@media (min-width: 768px) {

  .wp-block-sfg-centered-buttons .wp-block-button:first-child {
    align-items: flex-end;
  }
}.wp-block-sfg-centered-buttons .wp-block-button:last-child {
  align-items: center;
}@media (min-width: 768px) {

  .wp-block-sfg-centered-buttons .wp-block-button:last-child {
    align-items: flex-start;
  }
}.wp-block-sfg-centered-buttons .wp-block-button:last-child .wp-block-button__link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
}.wp-block-sfg-centered-buttons .wp-block-button:last-child .wp-block-button__link:hover,.wp-block-sfg-centered-buttons .wp-block-button:last-child .wp-block-button__link:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 36 69 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block[data-type="sfg/dash-heading"] {
  max-width: none;
}.wp-block-sfg-dash-heading .title-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}@media (min-width: 768px) {

  .wp-block-sfg-dash-heading .title-container {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}.wp-block-sfg-dash-heading .title-container h3 {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 768px) {.wp-block-sfg-dash-heading .title-container h3 {
    font-family: FoundryUnie, Montserrat;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 700;
    letter-spacing: .01em;
  }@media (min-width: 768px) {

    .wp-block-sfg-dash-heading .title-container h3 {
      font-size: 1.875rem;
      line-height: 2.5rem;
      font-weight: 700;
    }
  }
}.wp-block[data-type="sfg/elevate-hero"] {
  max-width: none;
}.wp-block-sfg-elevate-hero {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 3rem;
}.wp-block-sfg-elevate-hero .hero-wrapper{background:linear-gradient(181.33deg, #0090E0 1.03%, #29D7EB 98.79%);width: 100%}.wp-block-sfg-elevate-hero .white-border {
  position: absolute;
  right: 0px;
  display: none;
  height: 100%;
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-hero .white-border {
    display: block;
    width: calc((100% - 1280px) / 2 + 12px);
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-elevate-hero .white-border {
    width: calc((100% - 1536px) / 2 + 12px);
  }
}.wp-block-sfg-elevate-hero .white-border{color:#fff;background:#fff}.wp-block-sfg-elevate-hero .background {
  background-size: cover;
  background-position: center right -10rem;
  background-repeat: no-repeat;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-hero .background {
    background-size: contain;
    background-position: right;
    background-size: 36rem;
    background-position: right 0rem top -4rem;
  }
}.wp-block-sfg-elevate-hero .text-container {
  width: 83.333333%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-hero .text-container {
    padding-right: 2.5rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-hero .text-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}.wp-block-sfg-elevate-hero .text-container #elevate-text-switcher {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-color: rgb(255 255 255 / 0.5);
  text-decoration-thickness: 2px;opacity:1;transition:opacity .5s ease-out;
}.wp-block-sfg-elevate-hero .text-container #elevate-text-switcher.fadeout{opacity:0}.wp-block-sfg-elevate-hero .text-container h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-hero .text-container h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-elevate-hero .text-container h2 {
  overflow-wrap: normal;
  word-break: normal;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-elevate-hero .text-container h1 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-elevate-hero .text-container h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-elevate-hero .text-container h1 {
  overflow-wrap: normal;
  word-break: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));font-size:clamp(1.75rem,1.25rem + 3.3333vw,2.25rem);line-height:clamp(1.33em,1.25rem + 3.3333vw,1.166em);
}.wp-block-sfg-elevate-hero .text-container.has-image {
  width: 100%;
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-hero .text-container.has-image {
    width: 50%;
  }
}.wp-block-sfg-elevate-hero .image-container {
  position: relative;
  display: none;
  padding-top: 5rem;
}@media (min-width: 1280px) {

  .wp-block-sfg-elevate-hero .image-container {
    display: block;
    width: 50%;
  }
}.wp-block-sfg-elevate-hero .image-container img {
  height: 100%;
  width: 100%;
  border-width: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.wp-block[data-type="sfg/home-hero"] {
  max-width: none;
}.wp-block-sfg-home-hero .hero-wrapper{background:linear-gradient(181.33deg, #0090E0 1.03%, #29D7EB 98.79%);width: 100%;padding-top: 5rem;padding-bottom: 5rem}@media (min-width: 768px) {

  .wp-block-sfg-home-hero .hero-wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}.wp-block-sfg-home-hero .white-border {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  height: 100%;
}@media (min-width: 1280px) {

  .wp-block-sfg-home-hero .white-border {
    display: block;
    width: calc((100% - 1280px) / 2 + 80px);
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-home-hero .white-border {
    width: calc((100% - 1536px) / 2 + 80px);
  }
}.wp-block-sfg-home-hero .white-border{color:#fff;background:#fff}.wp-block-sfg-home-hero h1 {
  font-family: FoundryUnie, Montserrat;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-home-hero h1 {
    font-size: 5rem;
    line-height: 1.125em;
    font-weight: 700;
    letter-spacing: 0;
  }
}.wp-block-sfg-home-hero h1 {
  overflow-wrap: normal;
  word-break: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));font-size:clamp(2.5rem,1.25rem + 3.3333vw,5rem);line-height:clamp(1.25em,1.25rem + 3.3333vw,1.125em);
}.wp-block[data-type="sfg/services-hero"] {
  max-width: none;
}.wp-block-sfg-services-hero{background:linear-gradient(181.33deg, #0090E0 1.03%, #29D7EB 98.79%);position: relative}.wp-block-sfg-services-hero .hero-wrapper{background:linear-gradient(181.33deg, #0090E0 1.03%, #29D7EB 98.79%);width: 100%}.wp-block-sfg-services-hero .white-border {
  position: absolute;
  right: 0px;
  display: none;
  height: 100%;
}@media (min-width: 1280px) {

  .wp-block-sfg-services-hero .white-border {
    display: block;
    width: calc((100% - 1280px) / 2 + 12px);
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-services-hero .white-border {
    width: calc((100% - 1536px) / 2 + 12px);
  }
}.wp-block-sfg-services-hero .white-border{color:#fff;background:#fff}.wp-block-sfg-services-hero .text-container {
  width: 83.333333%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}@media (min-width: 768px) {

  .wp-block-sfg-services-hero .text-container {
    padding-right: 2.5rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-services-hero .text-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}.wp-block-sfg-services-hero .text-container a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
  text-decoration-line: underline;
  text-decoration-color: rgb(255 255 255 / 0.5);
  text-decoration-thickness: 2px;
  text-underline-offset: .166em;
}.wp-block-sfg-services-hero .text-container a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
  text-decoration-color: #002445;
}.wp-block-sfg-services-hero .text-container a{transition-property:opacity,color,text-decoration-color;transition-duration:500,300,300}.wp-block-sfg-services-hero .text-container a.fadeout{opacity:0}.wp-block-sfg-services-hero .text-container h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-services-hero .text-container h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-services-hero .text-container h2 {
  overflow-wrap: normal;
  word-break: normal;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-services-hero .text-container h1 {
  font-family: FoundryUnie, Montserrat;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-services-hero .text-container h1 {
    font-size: 5rem;
    line-height: 1.125em;
    font-weight: 700;
    letter-spacing: 0;
  }
}.wp-block-sfg-services-hero .text-container h1 {
  overflow-wrap: normal;
  word-break: normal;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));font-size:clamp(2.5rem,.83rem + 4.44vw,5rem);line-height:clamp(1.25em,.83rem + 4.44vw,1.25em);
}.wp-block[data-type="sfg/generic-hero"] {
  max-width: none;
}.wp-block-sfg-generic-hero {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 3rem;
}.wp-block-sfg-generic-hero .hero-wrapper{background:linear-gradient(181.33deg, #0090E0 1.03%, #29D7EB 98.79%);width: 100%}.wp-block-sfg-generic-hero .white-border {
  position: absolute;
  right: 0px;
  display: none;
  height: 100%;
}@media (min-width: 1280px) {

  .wp-block-sfg-generic-hero .white-border {
    display: block;
    width: calc((100% - 1280px) / 2 + 12px);
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-generic-hero .white-border {
    width: calc((100% - 1536px) / 2 + 12px);
  }
}.wp-block-sfg-generic-hero .white-border{color:#fff;background:#fff}.wp-block-sfg-generic-hero .background {
  background-size: cover;
  background-position: center right -10rem;
  background-repeat: no-repeat;
}@media (min-width: 768px) {

  .wp-block-sfg-generic-hero .background {
    background-size: contain;
    background-position: right;
    background-size: 36rem;
    background-position: right 0rem top -4rem;
  }
}.wp-block-sfg-generic-hero .background {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzM1IiBoZWlnaHQ9IjYxMyIgdmlld0JveD0iMCAwIDczNSA2MTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF83MjBfNTMwMSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjczNiIgaGVpZ2h0PSI2MTMiPgo8cmVjdCB3aWR0aD0iNzM2IiBoZWlnaHQ9IjYxMyIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgNzM2IDApIiBmaWxsPSIjMzRDRkUwIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF83MjBfNTMwMSkiPgo8ZyBvcGFjaXR5PSIwLjQiPgo8cGF0aCBkPSJNMTc0My4xNSAxMDUwLjM3QzE0MTAuMjQgMTM3My4wNCA4NDIuODE4IDE0MTQuODcgNDAxLjk3NCAxMDcxLjI4QzE3OC4zIDg5Ni45NDYgMC4xNDE1NzcgNTM1Ljc3MSAxOTAuNjU0IDMwNy4xMDVDMjAxLjA1OCAzOTQuNDY3IDIyOS4yMzQgNDc5Ljg3NSAyNzMuODgyIDU1OS4wMjhDNDgzLjI1IDkxNy42NjMgODg5LjQxNyAxMTIwLjE0IDEyNjMuNzIgMTA2OS45MUwxMjc4LjI0IDEwNjkuOTFDMjE1OC4yIDEwNTQuMjggMjA0Ny40NSAyMTQuODU3IDE2NzEuNjIgLTM1LjUwMzRDMTk1OS44OSAxNTMuMDk3IDIxODUuNzMgNjIwLjc4OCAxNzQyLjkzIDEwNTAuMTciIGZpbGw9IiMzNENGRTAiLz4KPHBhdGggZD0iTTEyNjMuNTEgMTA2OS42Qzg4OS4yMDYgMTEyMC4yMiA0ODMuMDM5IDkxNy41NDcgMjczLjQ1NCA1NTguNzE4QzIyOC44MDYgNDc5LjM2OSAyMDAuODQ3IDM5NC4xNTcgMTkwLjQ0NCAzMDYuNzk1TDE5NC43NzggMzAxLjMyM0MyNjkuMTE5IDIxNS41MjQgMzY4LjgxOSAxNjQuNzEgNDc2LjEwNCAxNDkuNDY1QzQ2NS40ODQgMTg4LjM1OCA0NTguOTgyIDIyNy44MzcgNDU2LjgxNCAyNjcuNzA3QzQzMi41NCA3MzYuNTY5IDc5OS42OTMgMTA3MC45NyAxMjYyLjg2IDEwNjkuOTkiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl83MjBfNTMwMSkiLz4KPHBhdGggZD0iTTEyNjMuNTEgMTA2OS42NkM3OTkuOTA1IDEwNzAuNjQgNDMyLjk2OCA3MzYuMjM5IDQ1Ny40NTkgMjY3LjM3NkM0NTkuNjI2IDIyNy43MDIgNDY2LjEyOSAxODguMjIzIDQ3Ni43NDkgMTQ5LjUyNUM2NzguOTY1IDEyMC40MDUgOTA4LjkyNCAyMTYuNzU3IDEwNTEuOTcgNDQwLjUzN0MxMTE4LjI5IDU0NC45MDIgMTIwNi4wNyA2NTEuODA4IDEzMTQuMjIgNzEyLjk4MUMxMzQ2LjczIDc3Ni41IDE0MTQuMTQgODIxLjQ1MSAxNTM1Ljk1IDgyOS44NTVDMTczNC4wNCA4NDMuNzMxIDE4MzcuMjEgNzE3Ljg2NyAxODY1LjM5IDU1My42OTdDMTg3NS43OSA1MzMuNTY3IDE4ODQuMjQgNTEyLjY1NCAxODkwLjMxIDQ5MS4zNTFDMTg3OC4zOSA2ODUuNjIgMTc2My43NCA4ODEuODQyIDE0ODUuMDEgMTAwNi4xNEMxNDE1Ljg3IDEwMzcuMDIgMTM0MS4xIDEwNTguMTMgMTI2My45NCAxMDY4LjQ5IiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfNzIwXzUzMDEpIi8+CjxwYXRoIGQ9Ik0xMjkwLjgyIDU3NC43NjFDMTI4Ny43OSA2MjUuNTc1IDEyOTQuMjkgNjczLjI2MyAxMzE0Ljg4IDcxMy4zMjhDMTIwNi4wOCA2NTEuOTYgMTExOC4zIDU0NC42NjMgMTA1MS43NiA0NDAuNDkzQzkwOC43MTYgMjE2LjcxMyA2NzguNTQxIDExOS45NjkgNDc2LjU0MSAxNDkuNDgxQzUxMy44MiA5LjE1NDM0IDYwMi4yNDkgLTEzNy44MTcgNzI5LjkwNyAtMjI5LjI4NEM5MTAuODg0IC0xODkuMDIzIDEwNjQuOTggLTM5LjcwNTkgMTA5OS44OCAxOTAuMzI4QzExMjEuNTUgMzMxLjgyOCAxMTczLjE0IDQ5My4wNjYgMTI5MC4zOSA1NzQuNzYxIiBmaWxsPSIjMDA4N0QyIi8+CjxwYXRoIGQ9Ik0xMzc1Ljk5IDI4NC41MTJDMTMzNS4yNCAzNzIuODUxIDEyOTYuMjMgNDc5LjE3MSAxMjkwLjM4IDU3NC43NDJDMTE3Mi45IDQ5Mi44NTIgMTEyMS41NCAzMzEuODA5IDEwOTkuODYgMTkwLjMwOUMxMDY0Ljc1IC0zOS43MjQ3IDkxMC44NjggLTE4OS4wNDIgNzI5Ljg5MiAtMjI5LjMwM0M4MDEuMTk5IC0yODAuMzEzIDg4NS4yOTMgLTMxNC4xMjQgOTc5LjU3NCAtMzE5LjIwNUMxMzE1Ljk1IC0zMzYuOTkgMTUzMi42OSAtNTMuNzk2NSAxMzc1Ljk5IDI4NC41MTJaIiBmaWxsPSIjMDAyNDQ1Ii8+CjxwYXRoIGQ9Ik0xOTUgMzAxLjUzN0MxOTMuNDgzIDMwMy4yOTYgMTkxLjk2NiAzMDUuMjUgMTkwLjY2NSAzMDcuMDA5QzE2Ni42MDcgMTE4LjIxMyAyMTkuNzA4IC04My40ODE4IDM5OC45NSAtMTgwLjYxNkM1MDYuMjM1IC0yMzguNjYyIDYyMi42MjMgLTI1Mi45MjkgNzI5LjY5MSAtMjI5LjA4NUM2MDIuMjUgLTEzNy44MTQgNTEzLjYwNCA5LjM1MjY4IDQ3Ni4zMjUgMTQ5LjY3OUMzNjguODIzIDE2NC45MjQgMjY5LjM0MSAyMTUuOTM0IDE5NSAzMDEuNTM3WiIgZmlsbD0iI0YzREE5MSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl83MjBfNTMwMSIgeDE9IjEyNjMuNTEiIHkxPSI2MTMuMzc2IiB4Mj0iMTkwLjQ0NCIgeTI9IjYxMy4zNzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRTJGM0ZGIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl83MjBfNTMwMSIgeDE9IjE4OTAuMzEiIHkxPSI2NDguOTc3IiB4Mj0iNDU3LjgyNyIgeTI9IjU5Ny41NjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzAwOTBFMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMyOUQ3RUIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
}.wp-block-sfg-generic-hero .text-container {
  width: 83.333333%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}@media (min-width: 768px) {

  .wp-block-sfg-generic-hero .text-container {
    padding-right: 2.5rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-generic-hero .text-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}.wp-block-sfg-generic-hero .text-container a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: rgb(255 255 255 / 0.5);
  text-decoration-thickness: 2px;
  text-underline-offset: .166em;
}.wp-block-sfg-generic-hero .text-container a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
  text-decoration-color: #002445;
}.wp-block-sfg-generic-hero .text-container span {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 0.5rem;
  display: block;
  overflow-wrap: normal;
  word-break: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-generic-hero .text-container span a {
  text-decoration-line: none;
}.wp-block-sfg-generic-hero .text-container h1 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-generic-hero .text-container h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-generic-hero .text-container h1 {
  overflow-wrap: normal;
  word-break: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));font-size:clamp(2rem,1.25rem + 3.3333vw,3.15rem);line-height:clamp(1.33em,1.25rem + 3.3333vw,1.166em);
}.wp-block-sfg-generic-hero .text-container.has-image {
  width: 100%;
}@media (min-width: 1280px) {

  .wp-block-sfg-generic-hero .text-container.has-image {
    width: 50%;
  }
}.wp-block-sfg-generic-hero .image-container {
  position: relative;
  display: none;
  padding-right: 1rem;
  padding-top: 5rem;
}@media (min-width: 1280px) {

  .wp-block-sfg-generic-hero .image-container {
    margin-bottom: -8rem;
    display: block;
    width: 50%;
    padding-right: 5rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-generic-hero .image-container {
    margin-bottom: -5rem;
  }
}.wp-block-sfg-generic-hero .image-container img {
  height: 100%;
  width: 100%;
  border-width: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.wp-block-sfg-side-message {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}@media (min-width: 1280px) {

  .wp-block-sfg-side-message {
    display: flex;
    right: 0px;
    width: calc((100% - 1280px) / 2 + 80px);
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-side-message {
    right: calc(max(0px,(100% - 1536px) / 2 - 20px));
    width: 5rem;
  }
}.wp-block-sfg-side-message {
  position: absolute;
  top: 20em;
}.wp-block-sfg-side-message span {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .15em;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));writing-mode:vertical-rl;text-orientation:sideways-right;
}.wp-block[data-type="sfg/gradient-text"] {
  max-width: none;
}.wp-block-sfg-gradient-text>.container {
  display: grid;
  gap: 0px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIxIiBoZWlnaHQ9IjcyNiIgdmlld0JveD0iMCAwIDgyMSA3MjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI0MTAuNSIgY3k9IjM2MyIgcng9IjQxMC41IiByeT0iMzYzIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMTgzXzY4MikiLz4KPGRlZnM+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQwX3JhZGlhbF8xODNfNjgyIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMC41IDM2Mykgcm90YXRlKDkwKSBzY2FsZSgzNjMgNDEwLjUpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0YzREE5MSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGN0U4QkQiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-repeat: no-repeat;margin-top: -22rem;background-position: right 12rem;
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>.container {
    background-position: right top;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-gradient-text>.container {
    background-position: right 5rem top;
  }
}.wp-block-sfg-gradient-text>.container {
  background-size: 90%;
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>.container {
    background-size: auto;
  }
}.wp-block-sfg-gradient-text>.container .text-container {
  grid-column: span 12 / span 12;
  margin-top: 18rem;
  margin-bottom: 1.5rem;
  padding-top: 8rem;
  padding-bottom: 2.5rem;
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>.container .text-container {
    margin-bottom: 0px;
    height: 15rem;
    padding-top: 10rem;
    padding-bottom: 16rem;
  }
}.wp-block-sfg-gradient-text>.container .text-container {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(243 218 145 / var(--tw-border-opacity));
}.wp-block-sfg-gradient-text>.container .text-container p {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .01em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 1024px) {.wp-block-sfg-gradient-text>.container .text-container p {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
    letter-spacing: .01em;
  }
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>.container .text-container p {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-gradient-text>.container .text-container p {
    max-width: 64rem;
    padding-right: 5rem;
  }
}.wp-block-sfg-gradient-text>.container .text-container .icon-container {
  display: grid;
  place-content: end;
  padding-right: 2rem;
}.wp-block-sfg-gradient-text>.container .text-container .icon-container img {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 768px) {

  .wp-block-sfg-gradient-text>.container .text-container .icon-container img {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-gradient-text>.container .text-container .icon-container img {
    --tw-translate-y: -3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.wp-block[data-type="sfg/icon-section"] {
  max-width: none;
}.wp-block-sfg-icon-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.wp-block-sfg-icon-section .title-container {
  margin-bottom: 3.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}@media (min-width: 768px) {

  .wp-block-sfg-icon-section .title-container {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}.wp-block-sfg-icon-section .title-container img {
  margin-right: 1.75rem;
  margin-bottom: 1.5rem;
  width: 5rem;
}@media (min-width: 768px) {

  .wp-block-sfg-icon-section .title-container img {
    margin-bottom: 0px;
  }
}.wp-block-sfg-icon-section .title-container h3 {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 768px) {.wp-block-sfg-icon-section .title-container h3 {
    font-family: FoundryUnie, Montserrat;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 700;
    letter-spacing: .01em;
  }@media (min-width: 768px) {

    .wp-block-sfg-icon-section .title-container h3 {
      font-size: 1.875rem;
      line-height: 2.5rem;
      font-weight: 700;
    }
  }
}.wp-block-sfg-icon-section .icon-blocks {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2.5rem;
}.wp-block-sfg-icon-section .icon-blocks .value-container {
  grid-column: span 12 / span 12;
  display: grid;
  place-content: start;
}@media (min-width: 768px) {

  .wp-block-sfg-icon-section .icon-blocks .value-container {
    grid-column: span 6 / span 6;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-icon-section .icon-blocks .value-container {
    grid-column: span 4 / span 4;
  }
}.wp-block-sfg-icon-section .icon-blocks .value-container img {
  margin-bottom: 0.625rem;
  width: 5rem;
}.wp-block-sfg-icon-section .icon-blocks .value-container h5 {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-icon-section .icon-blocks .value-container p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.button,.wp-block-button__link,.wp-element-button {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
}.button:hover,.button:focus,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-element-button:hover,.wp-element-button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(33 164 255 / var(--tw-border-opacity));
}.button-light .wp-block-button__link,.button-light .wp-element-button {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
}.button-light .wp-block-button__link:hover,.button-light .wp-block-button__link:focus,.button-light .wp-element-button:hover,.button-light .wp-element-button:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 36 69 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block[data-type="sfg/floating-banner"] {
  max-width: none;
}.wp-block-sfg-floating-banner .text-container {
  padding-top: 3rem;
  padding-bottom: 24rem;
}@media (min-width: 768px) {

  .wp-block-sfg-floating-banner .text-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}.wp-block-sfg-floating-banner .text-container {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 242 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI4IiBoZWlnaHQ9IjUwMyIgdmlld0JveD0iMCAwIDQyOCA1MDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tNDEwLjMxNSAxMTIzLjU3Qy02ODMuMjk2IDg5NC43MzIgLTcxOC42OCA1MDQuNjk0IC00MjguMDA2IDIwMS42NjJDLTI4MC41MiA0Ny45MTE0IDI1LjAzNDEgLTc0LjU1MjggMjE4LjQ4NiA1Ni40MDM1QzE0NC41NzcgNjMuNTU0NyA3Mi4zMjIzIDgyLjkyMjYgNS4zNTgyNiAxMTMuNjEzQy0yOTguMDQ2IDI1Ny41MzEgLTQ2OS4zNDIgNTM2LjcyNSAtNDI2Ljg0OSA3OTQuMDE5TC00MjYuODQ5IDgwNC4wMDFDLTQxMy42MjIgMTQwOC44NyAyOTYuNTI3IDEzMzIuNzQgNTA4LjMzMiAxMDc0LjQxQzM0OC43NzYgMTI3Mi41NSAtNDYuODkwMyAxNDI3Ljc5IC00MTAuMTQ5IDExMjMuNDIiIGZpbGw9IiMzNENGRTAiLz4KPHBhdGggZD0iTS00MjYuNTgyIDc5My44NzRDLTQ2OS40MDYgNTM2LjU4IC0yOTcuOTQ1IDI1Ny4zODYgNS42MjM5MiAxMTMuMzE5QzcyLjc1MzEgODIuNjI4OCAxNDQuODQzIDYzLjQxMDEgMjE4Ljc1MSA1Ni4yNTg5TDIyMy4zOCA1OS4yMzg1QzI5NS45NjYgMTEwLjM0IDMzOC45NTUgMTc4Ljg3MiAzNTEuODUyIDI1Mi42MTlDMzE4Ljk0OCAyNDUuMzE4IDI4NS41NDkgMjQwLjg0OSAyNTEuODE5IDIzOS4zNTlDLTE0NC44MzggMjIyLjY3MyAtNDI3Ljc0IDQ3NS4wNSAtNDI2LjkxMyA3OTMuNDI3IiBmaWxsPSIjRkZGOEU3Ii8+CjxwYXRoIGQ9Ik0tNDI2LjYzOCA3OTMuODdDLTQyNy40NjUgNDc1LjE5NSAtMTQ0LjU2MyAyMjIuOTY3IDI1Mi4wOTUgMjM5LjgwMkMyODUuNjU5IDI0MS4yOTIgMzE5LjA1OSAyNDUuNzYxIDM1MS43OTYgMjUzLjA2MUMzNzYuNDMzIDM5Mi4wNjMgMjk0LjkxOCA1NTAuMTM0IDEwNS42MDEgNjQ4LjQ2M0MxNy4zMDc2IDY5NC4wNTEgLTczLjEzNSA3NTQuMzkgLTEyNC44ODcgODI4LjczMkMtMTc4LjYyNCA4NTEuMDggLTIxNi42NTMgODk3LjQxNCAtMjIzLjc2MyA5ODEuMTQyQy0yMzUuNTAyIDExMTcuMzEgLTEyOS4wMjEgMTE4OC4yMyA5Ljg2NzA0IDEyMDcuNkMyNi44OTc0IDEyMTQuNzUgNDQuNTg5MSAxMjIwLjU2IDYyLjYxMTUgMTIyNC43M0MtMTAxLjczOSAxMjE2LjU0IC0yNjcuNzQ0IDExMzcuNzIgLTM3Mi45MDIgOTQ2LjEzMUMtMzk5LjAyNiA4OTguNjA1IC00MTYuODgzIDg0Ny4yMDYgLTQyNS42NDYgNzk0LjE2OCIgZmlsbD0iIzIxQTRGRiIvPgo8cGF0aCBkPSJNLTcuOTUxOTYgODEyLjY0OUMtNTAuOTQxMiA4MTAuNTY0IC05MS4yODQ4IDgxNS4wMzMgLTEyNS4xOCA4MjkuMTg2Qy03My4yNjI0IDc1NC4zOTcgMTcuNTEwOSA2OTQuMDU5IDEwNS42MzkgNjQ4LjMyMUMyOTQuOTU3IDU0OS45OTIgMzc2LjgwMSAzOTEuNzcyIDM1MS44MzUgMjUyLjkyQzQ3MC41NTEgMjc4LjU0NSA1OTQuODg5IDMzOS4zMyA2NzIuMjcgNDI3LjA4MUM2MzguMjA5IDU1MS40ODIgNTExLjg4NyA2NTcuNDA5IDMxNy4yNzggNjgxLjM5NUMxOTcuNTcgNjk2LjI5NCA2MS4xNjE0IDczMS43NTIgLTcuOTUxOTYgODEyLjM1MSIgZmlsbD0iIzAwODdEMiIvPgo8cGF0aCBkPSJNMjM3LjU5OSA4NzEuMTg5QzE2Mi44NjQgODQzLjE4IDcyLjkxNzEgODE2LjM2MyAtNy45MzU2NiA4MTIuMzQxQzYxLjM0MyA3MzEuNTkyIDE5Ny41ODYgNjk2LjI4MyAzMTcuMjk0IDY4MS4zODRDNTExLjkwMyA2NTcuMjQ5IDYzOC4yMjUgNTUxLjQ3MSA2NzIuMjg2IDQyNy4wN0M3MTUuNDQgNDc2LjA4NiA3NDQuMDQ0IDUzMy44OTEgNzQ4LjM0MyA1OTguNjk5Qzc2My4zOSA4MjkuOTIxIDUyMy44MDcgOTc4LjkwNCAyMzcuNTk5IDg3MS4xODlaIiBmaWxsPSIjMDAyNDQ1Ii8+CjxwYXRoIGQ9Ik0yMjMuMTk2IDU5LjM4OThDMjIxLjcwOCA1OC4zNDY5IDIyMC4wNTQgNTcuMzA0IDIxOC41NjYgNTYuNDEwMUMzNzguMjg4IDM5Ljg3MyA1NDguOTIyIDc2LjM3MzggNjMxLjA5NyAxOTkuNTgzQzY4MC4yMDQgMjczLjMyOSA2OTIuMjc0IDM1My4zMzMgNjcyLjEwMiA0MjYuOTMxQzU5NC44ODcgMzM5LjMyOSA0NzAuMzg0IDI3OC4zOTUgMzUxLjY2NyAyNTIuNzdDMzM4Ljc3MSAxNzguODc0IDI5NS42MTYgMTEwLjQ5MSAyMjMuMTk2IDU5LjM4OThaIiBmaWxsPSIjRjNEQTkxIi8+Cjwvc3ZnPgo=);
}@media (min-width: 768px) {

  .wp-block-sfg-floating-banner .text-container {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTY5IiBoZWlnaHQ9IjM5NyIgdmlld0JveD0iMCAwIDU2OSAzOTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMTU5LjIzIDc3Ny4zNjJDOTIyLjkyOSAxMDMwLjU3IDUyMC4xNjUgMTA2My4zOSAyMDcuMjQ2IDc5My43NzJDNDguNDc5MiA2NTYuOTY4IC03Ny45ODA2IDM3My41NDUgNTcuMjQ4MyAxOTQuMTA2QzY0LjYzMjggMjYyLjY2MSA4NC42MzI2IDMyOS42ODIgMTE2LjMyNCAzOTEuNzk2QzI2NC45MzggNjczLjIyNSA1NTMuMjQxIDgzMi4xMTQgODE4LjkzIDc5Mi42OTlMODI5LjIzOCA3OTIuNjk5QzE0NTMuODQgNzgwLjQyOSAxMzc1LjIzIDEyMS43MTYgMTEwOC40NiAtNzQuNzQ3M0MxMzEzLjA4IDczLjI1MjIgMTQ3My4zOCA0NDAuMjYgMTE1OS4wOCA3NzcuMjA4IiBmaWxsPSIjMzRDRkUwIi8+CjxwYXRoIGQ9Ik04MTguNzggNzkyLjQ1MkM1NTMuMDkyIDgzMi4xNzQgMjY0Ljc4OCA2NzMuMTMyIDExNi4wMjEgMzkxLjU1Qzg0LjMyOTYgMzI5LjI4MyA2NC40ODM4IDI2Mi40MTUgNTcuMDk5MyAxOTMuODZMNjAuMTc2MSAxODkuNTY2QzExMi45NDUgMTIyLjIzOCAxODMuNzEzIDgyLjM2MjQgMjU5Ljg2NiA3MC4zOTk4QzI1Mi4zMjcgMTAwLjkyIDI0Ny43MTIgMTMxLjkgMjQ2LjE3MyAxNjMuMTg3QzIyOC45NDMgNTMxLjExNCA0ODkuNTU0IDc5My41MjUgODE4LjMxOSA3OTIuNzU4IiBmaWxsPSIjRkZGOEU3Ii8+CjxwYXRoIGQ9Ik04MTguNzc3IDc5Mi41MDFDNDg5LjcwNCA3OTMuMjY4IDIyOS4yNDcgNTMwLjg1NyAyNDYuNjMxIDE2Mi45MjlDMjQ4LjE2OSAxMzEuNzk1IDI1Mi43ODUgMTAwLjgxNSAyNjAuMzIzIDcwLjQ0ODJDNDAzLjg1OSA0Ny41OTY0IDU2Ny4wODggMTIzLjIwNiA2NjguNjI1IDI5OC44MTJDNzE1LjcwMSAzODAuNzEgNzc4LjAwOCA0NjQuNjAyIDg1NC43NzYgNTEyLjYwNkM4NzcuODUzIDU2Mi40NSA5MjUuNjk4IDU5Ny43MjUgMTAxMi4xNiA2MDQuMzE5QzExNTIuNzcgNjE1LjIwOSAxMjI2IDUxNi40NCAxMjQ2IDM4Ny42MTJDMTI1My4zOSAzNzEuODE1IDEyNTkuMzkgMzU1LjQwNCAxMjYzLjY5IDMzOC42ODdDMTI1NS4yMyA0OTEuMTM0IDExNzMuODUgNjQ1LjExNSA5NzYuMDA1IDc0Mi42NTdDOTI2LjkyOSA3NjYuODg5IDg3My44NTMgNzgzLjQ1MiA4MTkuMDg0IDc5MS41ODEiIGZpbGw9IiMyMUE0RkYiLz4KPHBhdGggZD0iTTgzOC4xNjcgNDA0LjE0QzgzNi4wMTQgNDQ0LjAxNiA4NDAuNjI5IDQ4MS40MzcgODU1LjI0NCA1MTIuODc4Qzc3OC4wMTQgNDY0LjcyIDcxNS43MDggMzgwLjUyMiA2NjguNDc4IDI5OC43NzdDNTY2Ljk0MSAxMjMuMTcxIDQwMy41NTggNDcuMjU0NSAyNjAuMTc2IDcwLjQxM0MyODYuNjM3IC0zOS43MDQ3IDM0OS40MDUgLTE1NS4wMzcgNDQwLjAxOSAtMjI2LjgxM0M1NjguNDc5IC0xOTUuMjE5IDY3Ny44NjIgLTc4LjA0NjYgNzAyLjYzMSAxMDIuNDY3QzcxOC4wMTUgMjEzLjUwNSA3NTQuNjMgMzQwLjAzMyA4MzcuODYgNDA0LjE0IiBmaWxsPSIjMDA4N0QyIi8+CjxwYXRoIGQ9Ik04OTguNjE5IDE3Ni4zNzVDODY5LjY5NiAyNDUuNjk3IDg0Mi4wMDQgMzI5LjEyOSA4MzcuODUgNDA0LjEyNUM3NTQuNDY3IDMzOS44NjUgNzE4LjAwNiAyMTMuNDkgNzAyLjYyMSAxMDIuNDUyQzY3Ny42OTkgLTc4LjA2MTIgNTY4LjQ2OSAtMTk1LjIzNCA0NDAuMDEgLTIyNi44MjdDNDkwLjYyNCAtMjY2Ljg1NiA1NTAuMzE2IC0yOTMuMzg5IDYxNy4yMzggLTI5Ny4zNzZDODU2LjAwNCAtMzExLjMzMyAxMDA5Ljg1IC04OS4xMDM2IDg5OC42MTkgMTc2LjM3NVoiIGZpbGw9IiMwMDI0NDUiLz4KPHBhdGggZD0iTTYwLjMzMjcgMTg5LjczNUM1OS4yNTU4IDE5MS4xMTYgNTguMTc4OSAxOTIuNjQ5IDU3LjI1NTggMTk0LjAzQzQwLjE3OTIgNDUuODc2OSA3Ny44NzA5IC0xMTIuMzk4IDIwNS4xIC0xODguNjIyQzI4MS4yNTIgLTIzNC4xNzIgMzYzLjg2NiAtMjQ1LjM2OCA0MzkuODY1IC0yMjYuNjU3QzM0OS40MDUgLTE1NS4wMzQgMjg2LjQ4MyAtMzkuNTQ4NyAyNjAuMDIyIDcwLjU2OUMxODMuNzE1IDgyLjUzMTcgMTEzLjEwMSAxMjIuNTYxIDYwLjMzMjcgMTg5LjczNVoiIGZpbGw9IiNGM0RBOTEiLz4KPC9zdmc+Cg==);
  }
}.wp-block-sfg-floating-banner .text-container {
  background-size: cover;
}@media (min-width: 768px) {

  .wp-block-sfg-floating-banner .text-container {
    background-size: auto 100%;
  }
}.wp-block-sfg-floating-banner .text-container {
  background-position: bottom -20rem center;
}@media (min-width: 768px) {

  .wp-block-sfg-floating-banner .text-container {
    background-position: center right -25rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-floating-banner .text-container {
    background-position: center right -17rem;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-floating-banner .text-container {
    background-position: center right -2rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-floating-banner .text-container {
    background-position: center right;
  }
}.wp-block-sfg-floating-banner .text-container.full-width {
  background-position: bottom -28rem center;
}@media (min-width: 768px) {

  .wp-block-sfg-floating-banner .text-container.full-width {
    background-position: center right -35rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-floating-banner .text-container.full-width {
    background-position: center right -25rem;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-floating-banner .text-container.full-width {
    background-position: center right -10rem;
  }
}@media (min-width: 1536px) {

  .wp-block-sfg-floating-banner .text-container.full-width {
    background-position: center right;
  }
}.wp-block-sfg-floating-banner .text-container h1 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: .02em;
}@media (min-width: 768px) {

  .wp-block-sfg-floating-banner .text-container h1 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-weight: 700;
  }
}.wp-block-sfg-floating-banner .text-container h1 {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-floating-banner .text-container h3 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-floating-banner .text-container h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-floating-banner .text-container h3 {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-floating-banner .text-container p {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 1.25rem;
  max-width: 48rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .wp-block-sfg-floating-banner .text-container p {
    max-width: 36rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-floating-banner .text-container p {
    max-width: 48rem;
  }
}.wp-block-sfg-floating-banner .text-container .wp-block-button .wp-block-button__link {
  margin-top: 1.75rem;
}.wp-block-sfg-floating-banner .text-container.blue-background {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
}.wp-block-sfg-floating-banner .text-container.blue-background h1,.wp-block-sfg-floating-banner .text-container.blue-background h3,.wp-block-sfg-floating-banner .text-container.blue-background p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-floating-banner .text-container.blue-background .wp-block-button__link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block[data-type="sfg/elevate-blurb"] {
  max-width: none;
}.wp-block-sfg-elevate-blurb {
  max-width: 72rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}.wp-block-sfg-elevate-blurb .blurb-container {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(243 218 145 / var(--tw-border-opacity));
}.wp-block-sfg-elevate-blurb .blurb-container p {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .01em;
  margin-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .wp-block-sfg-elevate-blurb .blurb-container p {
    max-width: 72rem;
  }
}.wp-block[data-type="sfg/services-blurb"] {
  max-width: none;
}.wp-block-sfg-services-blurb {
  max-width: 72rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}.wp-block-sfg-services-blurb p {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .01em;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .wp-block-sfg-services-blurb p {
    max-width: 72rem;
  }
}.wp-block[data-type="sfg/service-bullets"] {
  max-width: none;
}.wp-block-sfg-service-bullets {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}@media (min-width: 640px) {

  .wp-block-sfg-service-bullets {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}@media (min-width: 1024px) {

  .wp-block-sfg-service-bullets {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}@media (min-width: 1280px) {

  .wp-block-sfg-service-bullets {
    padding-left: 7rem;
    padding-right: 3rem;
  }
}.button,.wp-block-button__link,.wp-element-button {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
}.button:hover,.button:focus,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-element-button:hover,.wp-element-button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(33 164 255 / var(--tw-border-opacity));
}.button-light .wp-block-button__link,.button-light .wp-element-button {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
}.button-light .wp-block-button__link:hover,.button-light .wp-block-button__link:focus,.button-light .wp-element-button:hover,.button-light .wp-element-button:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 36 69 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block[data-type="sfg/service-bullet"] {
  max-width: none;
}.wp-block-sfg-service-bullet {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .01em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 1280px) {.wp-block-sfg-service-bullet {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
    letter-spacing: .01em;
  }
}.wp-block-sfg-service-bullet img {
  margin-right: 1rem;
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
}@media (min-width: 640px) {

  .wp-block-sfg-service-bullet img {
    margin-right: 2rem;
  }
}.wp-block[data-type="sfg/service-list"] {
  max-width: none;
}.wp-block-sfg-service-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}.wp-block-sfg-service-list h3 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-service-list h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-service-list h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}.wp-block-sfg-service-list ul {
  display: flex;
  width: 100%;
  max-width: 56rem;
  flex-direction: column;
  gap: 0.375rem;
}.wp-block-sfg-service-list ul li {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(33 164 255 / 0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  padding-top: 1.375rem;
}.wp-block-sfg-what-we-do-card{height: 100%;border-radius: 0.5rem;--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity));padding: 1.25rem;padding-bottom: 2rem;box-shadow:20px 25px 80px rgba(0,40,69,.08)}.wp-block-sfg-what-we-do-cta {
  padding: 1.25rem;
}.wp-block-sfg-what-we-do-cta .cta-heading {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}.wp-block-sfg-what-we-do-cta .cta-link a {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #007BBD;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}.wp-block-sfg-what-we-do-cta .cta-link a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
  text-decoration-color: #002445;
}.wp-block[data-type="sfg/our-approach-section"] {
  max-width: none;
}.wp-block-sfg-our-approach-section {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 69 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}.wp-block-sfg-our-approach-section h2 {
  font-family: FoundryUnie, Montserrat;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: .01em;
}@media (min-width: 768px) {

  .wp-block-sfg-our-approach-section h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}.wp-block-sfg-our-approach-section h2 {
  padding-bottom: 3.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-our-approach-section img {
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  padding: 1.5rem;
}.wp-block-sfg-our-approach-section h3 {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-our-approach-section p {
  overflow-wrap: normal;
  word-break: normal;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.wp-block-sfg-our-approach-section .wrapper {
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 1rem;
}.wp-block-sfg-our-approach-section .wrapper .sub-section {
  grid-column: span 3 / span 3;
}@media (min-width: 768px) {

  .wp-block-sfg-our-approach-section .wrapper .sub-section {
    grid-column: span 1 / span 1;
  }
}.wp-block-sfg-our-approach-section .text-wrapper {
  padding: 0.5rem;
}.wp-block-sfg-our-approach-section .wp-block-button .wp-block-button__link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: block;
}.wp-block[data-type="acf/team-list"] {
  max-width: none;
}.wp-block[data-type="acf/case-studies"] {
  max-width: none;
}.wp-block-acf-case-studies .button-light {
  font-family: AeonikFono, Anonymous Pro;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 123 189 / var(--tw-text-opacity));
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 123 189 / var(--tw-border-opacity));
  margin-top: 1.5rem;
  display: flex;
  cursor: pointer;
  border-radius: 0px;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.wp-block-acf-case-studies .button-light:hover,.wp-block-acf-case-studies .button-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 36 69 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 640px) {.sm\:textbase {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
    letter-spacing: .05em;
  }
}@media (min-width: 768px) {.md\:text5xl {
    font-family: FoundryUnie, Montserrat;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: .02em;
  }@media (min-width: 768px) {

    .md\:text5xl {
      font-size: 3.75rem;
      line-height: 4.375rem;
      font-weight: 700;
    }
  }.md\:text3xl {
    font-family: AeonikFono, Anonymous Pro;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
    letter-spacing: .01em;
  }.md\:textlg {
    font-family: FoundryUnie, Montserrat;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}@media (min-width: 1024px) {.lg\:text4xl {
    font-family: FoundryUnie, Montserrat;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 700;
    letter-spacing: .01em;
  }@media (min-width: 768px) {

    .lg\:text4xl {
      font-size: 1.875rem;
      line-height: 2.5rem;
      font-weight: 700;
    }
  }
}.hover\:text-sfg_deepteal:hover {
  --tw-text-opacity: 1;
  color: rgb(0 36 69 / var(--tw-text-opacity));
}@media (min-width: 640px) {

  .sm\:w-6\/12 {
    width: 50%;
  }

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

  .sm\:gap-4 {
    gap: 1rem;
  }
}@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-80 {
    width: 20rem;
  }

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

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

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

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

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

  .lg\:items-center {
    align-items: center;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
}@media (min-width: 1280px) {

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
