.co-block-navigation{display:flex}.co-block-navigation--desktop ul,.co-block-navigation--desktop .block-editor-block-list__layout{list-style:none;display:flex;align-items:center;text-transform:uppercase}.co-block-navigation--desktop ul .wp-block-buttons,.co-block-navigation--desktop .block-editor-block-list__layout .wp-block-buttons{margin-left:1.5rem}.co-block-navigation--desktop ul a,.co-block-navigation--desktop .block-editor-block-list__layout a{position:relative;font-size:1.2rem;display:block;padding:1rem}.co-block-navigation--desktop ul a::before,.co-block-navigation--desktop .block-editor-block-list__layout a::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background-color:var(--primary);transition:width .3s}.co-block-navigation--desktop ul a:hover::before,.co-block-navigation--desktop .block-editor-block-list__layout a:hover::before{width:100%}@media screen and (max-width: 1000px){.co-block-navigation--desktop ul,.co-block-navigation--desktop .block-editor-block-list__layout{display:none}}.co-block-navigation--mobile{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;transition:all .3s ease}.co-block-navigation--mobile__button{font-size:2rem}.co-block-navigation--mobile__button svg{width:1em;height:1em}.co-block-navigation--mobile__button svg *{fill:currentColor}@media screen and (min-width: 1000px){.co-block-navigation--mobile__button{display:none}}.co-block-navigation--mobile__overlay{position:absolute;z-index:2;inset:0;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.co-block-navigation--mobile__inner{position:relative;isolation:isolate;background:var(--wp--preset--gradient--blue-gradient);color:#fff;z-index:3;padding:var(--wp-admin--admin-bar--height, 0px) 2rem 2rem;border-radius:1rem 1rem 0 0;box-shadow:0 0 10px rgba(0,0,0,.1);transition:all .3s ease;height:100vh;overflow-y:auto}.co-block-navigation--mobile__inner ul{margin-top:5rem}.co-block-navigation--mobile__inner a{text-transform:uppercase;display:block;padding-block:1rem;font-size:1.5rem;text-align:left}.co-block-navigation--mobile__inner .wp-block-buttons{margin-top:1.5rem}.co-block-navigation--mobile__graphic{position:absolute;opacity:.5;bottom:0;right:0;width:100%;max-width:20rem;z-index:-1;background-size:cover}.co-block-navigation--mobile__header{width:100%;display:flex;justify-content:space-between;align-items:center}.co-block-navigation--mobile__header img{width:7.5rem;height:auto}.co-block-navigation--mobile__close{font-size:2rem;cursor:pointer}.co-block-navigation--mobile__close svg{width:1em;height:1em}.co-block-navigation--mobile__close svg *{fill:currentColor}.co-block-navigation--mobile:not(.open){opacity:0;pointer-events:none}.co-block-navigation--mobile:not(.open) .co-block-navigation--mobile__inner{transform:translateY(10%)}.co-block-navigation--mobile:not(.open) .co-block-navigation--mobile__overlay{opacity:0}
/*
! tailwindcss v3.0.23 | 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: currentColor; /* 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.
*/

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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;
  }
}.pointer-events-none {
  pointer-events: none;
}.pointer-events-auto {
  pointer-events: auto;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.top-0 {
  top: 0px;
}.left-0 {
  left: 0px;
}.bottom-0 {
  bottom: 0px;
}.right-0 {
  right: 0px;
}.right-1\/2 {
  right: 50%;
}.-left-8 {
  left: -2rem;
}.-right-8 {
  right: -2rem;
}.isolate {
  isolation: isolate;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-50 {
  z-index: 50;
}.-z-10 {
  z-index: -10;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.mb-8 {
  margin-bottom: 2rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mt-4 {
  margin-top: 1rem;
}.block {
  display: block;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.grid {
  display: grid;
}.aspect-square {
  aspect-ratio: 1 / 1;
}.aspect-video {
  aspect-ratio: 16 / 9;
}.h-96 {
  height: 24rem;
}.h-12 {
  height: 3rem;
}.h-6 {
  height: 1.5rem;
}.h-full {
  height: 100%;
}.h-auto {
  height: auto;
}.max-h-full {
  max-height: 100%;
}.max-h-\[80\%\] {
  max-height: 80%;
}.min-h-\[45rem\] {
  min-height: 45rem;
}.w-full {
  width: 100%;
}.w-1\/12 {
  width: 8.333333%;
}.w-6 {
  width: 1.5rem;
}.w-60 {
  width: 15rem;
}.w-4 {
  width: 1rem;
}.w-\[30rem\] {
  width: 30rem;
}.w-screen {
  width: 100vw;
}.w-1\/2 {
  width: 50%;
}.w-2\/3 {
  width: 66.666667%;
}.w-10 {
  width: 2.5rem;
}.w-5 {
  width: 1.25rem;
}.max-w-2xl {
  max-width: 42rem;
}.max-w-full {
  max-width: 100%;
}.flex-1 {
  flex: 1 1 0%;
}.translate-x-1\/2 {
  --tw-translate-x: 50%;
  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));
}.resize {
  resize: both;
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.flex-col {
  flex-direction: column;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.gap-2 {
  gap: 0.5rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-4 {
  gap: 1rem;
}.overflow-clip {
  overflow: clip;
}.overflow-scroll {
  overflow: scroll;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded {
  border-radius: 0.25rem;
}.border-2 {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-r {
  border-right-width: 1px;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-secondary {
  background-color: var(--secondary);
}.bg-primary {
  background-color: var(--primary);
}.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}.p-4 {
  padding: 1rem;
}.p-6 {
  padding: 1.5rem;
}.p-8 {
  padding: 2rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pt-16 {
  padding-top: 4rem;
}.pb-64 {
  padding-bottom: 16rem;
}.pt-\[var\(--header-height\)\] {
  padding-top: var(--header-height);
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.font-bold {
  font-weight: 700;
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-secondary {
  color: var(--secondary);
}.text-primary {
  color: var(--primary);
}.opacity-100 {
  opacity: 1;
}.opacity-50 {
  opacity: 0.5;
}.opacity-30 {
  opacity: 0.3;
}.opacity-70 {
  opacity: 0.7;
}.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300 {
  transition-duration: 300ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}:root{--content-size: 85rem;--wide-size: 93rem;--size-lg: 2rem;--font-family: "SourceSans", serif;--primary: var(--wp--preset--color--primary);--secondary: var(--wp--preset--color--secondary);--tertiary: var(--wp--preset--color--tertiary);--white: var(--wp--preset--color--white);--black: var(--wp--preset--color--black);--light-gray: var(--wp--preset--color--light-gray);--bg-header: var(--white);--text-header: var(--primary);--p-header: 1rem;--header-height: 7rem;--screen-h: calc(100svh - var(--wp-admin--admin-bar--height));--wp--preset--font-size--h-1: 3.75rem;--wp--preset--font-size--h-2: 3rem;--wp--preset--font-size--h-3: 1.875rem;--wp--preset--font-size--h-4: 1.7rem;--wp--preset--font-size--h-5: 1.5rem;--wp--preset--font-size--h-6: 1.25rem;--wp--preset--font-size--normal: 1.15rem;--wp--preset--font-size--text-small: 1rem;--wp--preset--font-size--text-intro: 1.5rem}@media screen and (max-width: 768px){:root{--wp--preset--font-size--h-1: 2.5rem;--wp--preset--font-size--h-2: 2.25rem;--wp--preset--font-size--h-3: 2rem;--wp--preset--font-size--h-4: 1.75rem;--wp--preset--font-size--h-5: 1.5rem;--wp--preset--font-size--h-6: 1.25rem;--wp--preset--font-size--normal: 1rem;--wp--preset--font-size--text-small: 0.875rem;--wp--preset--font-size--text-intro: 1.25rem}}body.sticky{--text-header: var(--white);--bg-header: var(--primary);--header-height: 5rem}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-ExtraLight.5cc80d82.eot);src:url(fonts/SourceSans3ExtraLight-ExtraLight.5cc80d82.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-ExtraLight.c36806a2.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-ExtraLight.9f2adce5.woff) format("woff"),url(fonts/SourceSans3ExtraLight-ExtraLight.640df895.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-Light.bdb13724.eot);src:url(fonts/SourceSans3ExtraLight-Light.bdb13724.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-Light.2999c29f.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-Light.40a3c118.woff) format("woff"),url(fonts/SourceSans3ExtraLight-Light.454701d9.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-Regular.8319c34a.eot);src:url(fonts/SourceSans3ExtraLight-Regular.8319c34a.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-Regular.583daa1d.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-Regular.1708dae5.woff) format("woff"),url(fonts/SourceSans3ExtraLight-Regular.92be28d5.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-Medium.42a0e4b9.eot);src:url(fonts/SourceSans3ExtraLight-Medium.42a0e4b9.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-Medium.53e7134a.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-Medium.16fc3d44.woff) format("woff"),url(fonts/SourceSans3ExtraLight-Medium.a9af7fab.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-SemiBold.2d232b98.eot);src:url(fonts/SourceSans3ExtraLight-SemiBold.2d232b98.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-SemiBold.5d17e5fa.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-SemiBold.b18492ae.woff) format("woff"),url(fonts/SourceSans3ExtraLight-SemiBold.0a5eebe7.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-Bold.11ba293c.eot);src:url(fonts/SourceSans3ExtraLight-Bold.11ba293c.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-Bold.cbf15225.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-Bold.da47e38a.woff) format("woff"),url(fonts/SourceSans3ExtraLight-Bold.71a2be62.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-Black.ece45b5f.eot);src:url(fonts/SourceSans3ExtraLight-Black.ece45b5f.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-Black.df6941a8.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-Black.139aefe0.woff) format("woff"),url(fonts/SourceSans3ExtraLight-Black.7364638e.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-ExtraLightItalic.92e1d53c.eot);src:url(fonts/SourceSans3ExtraLight-ExtraLightItalic.92e1d53c.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-ExtraLightItalic.bafd1d79.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-ExtraLightItalic.56cdadc5.woff) format("woff"),url(fonts/SourceSans3ExtraLight-ExtraLightItalic.20b8acb7.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-LightItalic.d00040de.eot);src:url(fonts/SourceSans3ExtraLight-LightItalic.d00040de.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-LightItalic.59947e7f.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-LightItalic.871c02a7.woff) format("woff"),url(fonts/SourceSans3ExtraLight-LightItalic.d04d72df.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-Italic.f499bf7c.eot);src:url(fonts/SourceSans3ExtraLight-Italic.f499bf7c.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-Italic.50a5c4c2.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-Italic.dc20ed45.woff) format("woff"),url(fonts/SourceSans3ExtraLight-Italic.3223ff98.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-MediumItalic.86e7c9a3.eot);src:url(fonts/SourceSans3ExtraLight-MediumItalic.86e7c9a3.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-MediumItalic.89aff168.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-MediumItalic.1b025f47.woff) format("woff"),url(fonts/SourceSans3ExtraLight-MediumItalic.7a69d6e3.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-SemiBoldItalic.e88ed446.eot);src:url(fonts/SourceSans3ExtraLight-SemiBoldItalic.e88ed446.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-SemiBoldItalic.cf97137b.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-SemiBoldItalic.7f4da83d.woff) format("woff"),url(fonts/SourceSans3ExtraLight-SemiBoldItalic.f13c3ce0.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-BoldItalic.05a2c27d.eot);src:url(fonts/SourceSans3ExtraLight-BoldItalic.05a2c27d.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-BoldItalic.b8f75762.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-BoldItalic.d7b11392.woff) format("woff"),url(fonts/SourceSans3ExtraLight-BoldItalic.9f8e85c9.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"SourceSans";src:url(fonts/SourceSans3ExtraLight-BlackItalic.1eb9ecc1.eot);src:url(fonts/SourceSans3ExtraLight-BlackItalic.1eb9ecc1.eot?#iefix) format("embedded-opentype"),url(fonts/SourceSans3ExtraLight-BlackItalic.48e7aa99.woff2) format("woff2"),url(fonts/SourceSans3ExtraLight-BlackItalic.33da8ca8.woff) format("woff"),url(fonts/SourceSans3ExtraLight-BlackItalic.1f4a421e.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}h1,.has-h-1-font-size{font-size:var(--wp--preset--font-size--h-1)}h2,.has-h-2-font-size{font-size:var(--wp--preset--font-size--h-2)}h3,.has-h-3-font-size{font-size:var(--wp--preset--font-size--h-3)}h4,.has-h-4-font-size{font-size:var(--wp--preset--font-size--h-4)}h5,.has-h-5-font-size{font-size:var(--wp--preset--font-size--h-5)}h6,.has-h-6-font-size{font-size:var(--wp--preset--font-size--h-6)}p{font-size:var(--wp--preset--font-size--normal)}p a{color:var(--primary);text-decoration:underline}.wp-block-heading,.wp-block-paragraph{line-height:1.2;margin-bottom:1rem}.is-layout-constrained>*{margin-block-start:0;margin-block-end:0}.has-blue-gradient-gradient-background{color:#fff}.is-style-full-height-center{height:100%;align-items:center !important;padding-inline:3rem}@media(max-width: 768px){.is-style-mobile-reverse{flex-direction:column-reverse}}.wp-block-navigation{text-transform:uppercase}.wp-block-navigation__responsive-container-content,.wp-block-navigation .wp-block-navigation__container{gap:2rem}header.wp-block-template-part .wp-block-group{width:100%}header .wp-block-site-logo{height:var(--header-height);pointer-events:auto;opacity:1;transition:all ease .25s}header .wp-block-site-logo a{height:100%;padding-bottom:1rem}header .wp-block-site-logo img{height:100%}.sticky header .wp-block-site-logo{opacity:0}footer .wp-block-site-logo{height:var(--header-height)}footer .wp-block-site-logo img,footer .wp-block-site-logo a{height:100%}.co-sticky-logo{height:calc(var(--header-height) - 1rem);position:absolute;top:0;bottom:1rem;left:2rem;pointer-events:none;opacity:0;transition:all ease .25s}.sticky .co-sticky-logo{height:calc(var(--header-height) - 2rem);top:1rem;opacity:1}:root :where(.wp-element-button, .wp-block-button) .wp-block-button__link{border-radius:5px;background-color:var(--secondary);padding:.75rem 1.5rem;isolation:isolate;position:relative}:root :where(.wp-element-button, .wp-block-button) .wp-block-button__link::after{content:"";position:absolute;z-index:-1;inset:0;background-color:#000;opacity:0;transition:opacity .3s ease;border-radius:inherit}:root :where(.wp-element-button, .wp-block-button) .wp-block-button__link:hover::after{opacity:.5}:root :where(.wp-element-button, .wp-block-button).is-style-outline .wp-block-button__link{background-color:transparent;border:1px solid var(--primary)}:root :where(.wp-element-button, .wp-block-button).is-style-outline .wp-block-button__link::after{background-color:var(--primary)}:root :where(.wp-element-button, .wp-block-button).is-style-outline .wp-block-button__link:hover{color:#fff}:root :where(.wp-element-button, .wp-block-button).is-style-outline .wp-block-button__link:hover::after{opacity:1}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:clamp(16px,1vw,25px)}body,html{font-family:var(--font-family),Helvetica,Arial,sans-serif;font-weight:normal;line-height:1.5;color:var(--primary)}img{max-width:100%;height:auto}:where(.wp-site-blocks)>*{margin:0}.is-root-container,.is-layout-constrained,.is-root-container>.block-editor-inner-blocks>.block-editor-block-list__layout,.is-root-container>[data-habitat]{width:100%;max-width:100%;padding:0}.is-root-container>*,.is-layout-constrained>*,.is-root-container>.block-editor-inner-blocks>.block-editor-block-list__layout>*,.is-root-container>[data-habitat]>*{padding-inline:var(--size-lg);margin-inline:auto;width:100%;max-width:var(--content-size)}.is-root-container>*[data-align=wide],.is-root-container>*.alignwide,.is-layout-constrained>*[data-align=wide],.is-layout-constrained>*.alignwide,.is-root-container>.block-editor-inner-blocks>.block-editor-block-list__layout>*[data-align=wide],.is-root-container>.block-editor-inner-blocks>.block-editor-block-list__layout>*.alignwide,.is-root-container>[data-habitat]>*[data-align=wide],.is-root-container>[data-habitat]>*.alignwide{max-width:var(--wide-size)}.is-root-container>*[data-align=full],.is-root-container>*.alignfull,.is-layout-constrained>*[data-align=full],.is-layout-constrained>*.alignfull,.is-root-container>.block-editor-inner-blocks>.block-editor-block-list__layout>*[data-align=full],.is-root-container>.block-editor-inner-blocks>.block-editor-block-list__layout>*.alignfull,.is-root-container>[data-habitat]>*[data-align=full],.is-root-container>[data-habitat]>*.alignfull{padding-inline:0;max-width:unset}.is-root-container>*:last-child,.is-layout-constrained>*:last-child,.is-root-container>.block-editor-inner-blocks>.block-editor-block-list__layout>*:last-child,.is-root-container>[data-habitat]>*:last-child{margin-bottom:0}.bg-header{background:var(--bg-header)}.text-header{color:var(--text-header)}.wp-block-site-logo img{width:10rem;height:auto}@media screen and (max-width: 880px){.co-block-footer .wp-block-site-logo{display:none}}.hover\:opacity-100:hover {
  opacity: 1;
}.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group:hover .group-hover\:gap-2 {
  gap: 0.5rem;
}.group:hover .group-hover\:pl-2 {
  padding-left: 0.5rem;
}@media (min-width: 640px) {

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 768px) {

  .md\:aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

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

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }
}@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[50rem\] {
    min-height: 50rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 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));
  }

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

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }
}
