@charset "UTF-8";
@import url("https://use.typekit.net/wxe1aws.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Mono&display=swap");
:root {
  --bg-color: #FFFFFF;
  --text-color: #00324FCC;
  --title-color: #00324F;
  --border-color: #004B7626;
  color: var(--text-color);
}
:root [class*=title-t],
:root .text-strong {
  color: var(--title-color);
}
:root [class*=label-l] {
  color: var(--title-color);
}

.theme-white {
  --text-color: #00324FCC;
  --title-color: #00324F;
  --border-color: #004B7626;
  background-color: var(--bg-color);
  color: var(--text-color);
  --bg-color: #FFFFFF;
}

/*
.theme-dark {
    --text-color: theme("colors.canvas-fg-dark-default");
    --title-color: theme("colors.canvas-fg-dark-default");
    --border-color: theme("colors.canvas-bg-dark-border");
    background-color: var(--bg-color);
    color: var(--text-color);
}

.theme-dark {
    --bg-color: theme("colors.canvas-bg-dark-medium");
}
*/
/*
! tailwindcss v3.4.1 | 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: var(--border-color); /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
.title-t2{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: max( 56px, 2.9vw );
  font-weight: 400;
  line-height: 1.20em;
  letter-spacing: 0;
}
.title-t3{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: max( 48px, 2.5vw );
  font-weight: 400;
  line-height: 1.20em;
  letter-spacing: 0;
}
.title-t4{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: max( 40px, 2vw );
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0;
}
.title-t5{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: max( 32px, 1.6vw );
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0;
}
.title-t6{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.40em;
  letter-spacing: 0;
}
.title-t7{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
}
.title-t8{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
}
.body-b1{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.40em;
  letter-spacing: 0;
}
.body-b2{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
}
.body-b3{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
}
.body-b4{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
}
.body-b5{
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.label-l3{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
  letter-spacing: 0;
}
.preTitle-pre1{
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0;
}
.-right-8{
  right: -80px;
}
.bottom-0{
  bottom: 0;
}
.bottom-2{
  bottom: 16px;
}
.left-0{
  left: 0;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 16px;
}
.left-\[-10000px\]{
  left: -10000px;
}
.left-\[-28px\]{
  left: -28px;
}
.right-0{
  right: 0;
}
.right-2{
  right: 16px;
}
.right-3{
  right: 24px;
}
.top-0{
  top: 0;
}
.top-1\/2{
  top: 50%;
}
.top-3{
  top: 24px;
}
.top-\[-1\.8em\]{
  top: -1.8em;
}
.top-\[-10000px\]{
  top: -10000px;
}
.top-\[-2px\]{
  top: -2px;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[80px\]{
  top: 80px;
}
.top-\[calc\(100\%\)\]{
  top: calc(100%);
}
.top-full{
  top: 100%;
}
.z-1{
  z-index: 1;
}
.z-100{
  z-index: 100;
}
.z-1000{
  z-index: 1000;
}
.z-2{
  z-index: 2;
}
.z-2000{
  z-index: 2000;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[1001\]{
  z-index: 1001;
}
.z-\[1002\]{
  z-index: 1002;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1040\]{
  z-index: 1040;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2000\]{
  z-index: 2000;
}
.z-\[2999\]{
  z-index: 2999;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[500\]{
  z-index: 500;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[999\]{
  z-index: 999;
}
.z-\[99\]{
  z-index: 99;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.\!col-span-full{
  grid-column: 1 / -1 !important;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-full{
  grid-column: 1 / -1;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.clear-both{
  clear: both;
}
.m-0{
  margin: 0;
}
.-mx-2{
  margin-left: -16px;
  margin-right: -16px;
}
.mx-1{
  margin-left: 8px;
  margin-right: 8px;
}
.mx-3{
  margin-left: 24px;
  margin-right: 24px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0;
  margin-bottom: 0;
}
.my-3{
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-5{
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-\[-1px\]{
  margin-top: -1px;
  margin-bottom: -1px;
}
.-mb-\[1px\]{
  margin-bottom: -1px;
}
.-ml-3{
  margin-left: -24px;
}
.-mt-2{
  margin-top: -16px;
}
.-mt-\[1px\]{
  margin-top: -1px;
}
.mb-1{
  margin-bottom: 8px;
}
.mb-2{
  margin-bottom: 16px;
}
.mb-3{
  margin-bottom: 24px;
}
.mb-4{
  margin-bottom: 32px;
}
.mb-5{
  margin-bottom: 40px;
}
.mb-7{
  margin-bottom: 64px;
}
.mb-\[-1px\]{
  margin-bottom: -1px;
}
.mb-\[4px\]{
  margin-bottom: 4px;
}
.mb-auto{
  margin-bottom: auto;
}
.ml-0{
  margin-left: 0;
}
.ml-1{
  margin-left: 8px;
}
.ml-5{
  margin-left: 40px;
}
.ml-6{
  margin-left: 48px;
}
.ml-\[-1px\]{
  margin-left: -1px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 8px;
}
.mr-\[-4px\]{
  margin-right: -4px;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0;
}
.mt-1{
  margin-top: 8px;
}
.mt-2{
  margin-top: 16px;
}
.mt-3{
  margin-top: 24px;
}
.mt-4{
  margin-top: 32px;
}
.mt-5{
  margin-top: 40px;
}
.mt-\[-1px\]{
  margin-top: -1px;
}
.mt-\[-32px\]{
  margin-top: -32px;
}
.mt-\[-46px\]{
  margin-top: -46px;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-\[96px\]{
  margin-top: 96px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[128\/80\]{
  aspect-ratio: 128/80;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[21\/13\]{
  aspect-ratio: 21/13;
}
.aspect-\[319\/247\]{
  aspect-ratio: 319/247;
}
.aspect-\[32\/13\]{
  aspect-ratio: 32/13;
}
.aspect-\[38\/23\]{
  aspect-ratio: 38/23;
}
.aspect-\[39\/25\]{
  aspect-ratio: 39/25;
}
.aspect-\[64\/64\]{
  aspect-ratio: 64/64;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-0{
  height: 0;
}
.h-2{
  height: 16px;
}
.h-4{
  height: 32px;
}
.h-5{
  height: 40px;
}
.h-6{
  height: 48px;
}
.h-7{
  height: 64px;
}
.h-9{
  height: 120px;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[6px\]{
  height: 6px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[410px\]{
  max-height: 410px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-full{
  min-height: 100%;
}
.w-2{
  width: 16px;
}
.w-3{
  width: 24px;
}
.w-4{
  width: 32px;
}
.w-5{
  width: 40px;
}
.w-6{
  width: 48px;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[111px\]{
  width: 111px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[128px\]{
  width: 128px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[268px\]{
  width: 268px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[390px\]{
  width: 390px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[520px\]{
  width: 520px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[792px\]{
  width: 792px;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[96px\]{
  width: 96px;
}
.w-\[calc\(100\%\+24px\)\]{
  width: calc(100% + 24px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[351px\]{
  max-width: 351px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[580px\]{
  max-width: 580px;
}
.max-w-\[590px\]{
  max-width: 590px;
}
.max-w-\[660px\]{
  max-width: 660px;
}
.max-w-\[690px\]{
  max-width: 690px;
}
.max-w-\[780px\]{
  max-width: 780px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[840px\]{
  max-width: 840px;
}
.max-w-\[850px\]{
  max-width: 850px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-full{
  max-width: 100%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.basis-\[292px\]{
  flex-basis: 292px;
}
.basis-\[382px\]{
  flex-basis: 382px;
}
.basis-full{
  flex-basis: 100%;
}
.origin-bottom{
  transform-origin: bottom;
}
.-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));
}
.-translate-y-1\/2{
  --tw-translate-y: -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));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  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));
}
.translate-y-0{
  --tw-translate-y: 0;
  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));
}
.scale-y-\[-1\]{
  --tw-scale-y: -1;
  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));
}
.transform{
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, 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;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.\!justify-between{
  justify-content: space-between !important;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0;
}
.gap-1{
  gap: 8px;
}
.gap-2{
  gap: 16px;
}
.gap-3{
  gap: 24px;
}
.gap-4{
  gap: 32px;
}
.gap-5{
  gap: 40px;
}
.gap-6{
  gap: 48px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-x-2{
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-y-2{
  row-gap: 16px;
}
.gap-y-3{
  row-gap: 24px;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-clip{
  overflow-x: clip;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 8px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-full{
  border-radius: 999px;
}
.rounded-lg{
  border-radius: 24px;
}
.rounded-md{
  border-radius: 16px;
}
.rounded-none{
  border-radius: 0;
}
.rounded-sm{
  border-radius: 4px;
}
.rounded-b-md{
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-bl-md{
  border-bottom-left-radius: 16px;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-\[16px\]{
  border-width: 16px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-\[4px\]{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#CCC\]{
  border-color: #CCC;
}
.border-canvas-bg-light-border{
  border-color: #004B7626;
}
.border-ia-secondary-light-border{
  border-color: #004B7633;
}
.border-transparent{
  border-color: transparent;
}
.border-l-canvas-accent-secondary-default{
  border-left-color: #EC008C;
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-t-canvas-accent-secondary-default{
  border-top-color: #EC008C;
}
.\!bg-canvas-bg-light-medium{
  background-color: #F6F9FA !important;
}
.bg-\[\#000000CC\]{
  background-color: #000000CC;
}
.bg-\[\#999\]{
  background-color: #999;
}
.bg-\[\#CCC\]{
  background-color: #CCC;
}
.bg-\[\#e8e8e8\]{
  background-color: #e8e8e8;
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.8\)\]{
  background-color: rgba(0,0,0,0.8);
}
.bg-\[rgba\(16\2c 45\2c 68\2c 0\.10\)\]{
  background-color: rgba(16,45,68,0.10);
}
.bg-canvas-accent-primary-low{
  background-color: #004B761A;
}
.bg-canvas-bg-light-default{
  background-color: #FFFFFF;
}
.bg-canvas-bg-light-medium{
  background-color: #F6F9FA;
}
.bg-canvas-bg-light-strong{
  background-color: #CCE5F4;
}
.bg-current{
  background-color: currentColor;
}
.bg-ia-cta-light-default{
  background-color: #E3018C;
}
.bg-ia-secondary-light-default{
  background-color: #004B760D;
}
.bg-ia-secondary-light-selected{
  background-color: #00649E;
}
.bg-system-error-default{
  background-color: #db3f3f;
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  background-color: #fff;
}
.bg-\[url\(\'\.\.\/images\/icon-arrow-right\.svg\'\)\]{
  background-image: url('../images/icon-arrow-right.svg');
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0;
}
.p-1{
  padding: 8px;
}
.p-2{
  padding: 16px;
}
.p-3{
  padding: 24px;
}
.p-4{
  padding: 32px;
}
.p-5{
  padding: 40px;
}
.p-\[5px\]{
  padding: 5px;
}
.px-1{
  padding-left: 8px;
  padding-right: 8px;
}
.px-2{
  padding-left: 16px;
  padding-right: 16px;
}
.px-3{
  padding-left: 24px;
  padding-right: 24px;
}
.px-4{
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.py-1{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-2{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-3{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-5{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.\!pr-0{
  padding-right: 0 !important;
}
.pb-0{
  padding-bottom: 0;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 8px;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-10{
  padding-bottom: 144px;
}
.pb-11{
  padding-bottom: 160px;
}
.pb-12{
  padding-bottom: 200px;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 16px;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-3{
  padding-bottom: 24px;
}
.pb-3\.5{
  padding-bottom: 0.875rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 32px;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-44{
  padding-bottom: 11rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pb-5{
  padding-bottom: 40px;
}
.pb-52{
  padding-bottom: 13rem;
}
.pb-56{
  padding-bottom: 14rem;
}
.pb-6{
  padding-bottom: 48px;
}
.pb-60{
  padding-bottom: 15rem;
}
.pb-64{
  padding-bottom: 16rem;
}
.pb-7{
  padding-bottom: 64px;
}
.pb-72{
  padding-bottom: 18rem;
}
.pb-8{
  padding-bottom: 80px;
}
.pb-80{
  padding-bottom: 20rem;
}
.pb-9{
  padding-bottom: 120px;
}
.pb-96{
  padding-bottom: 24rem;
}
.pb-\[50\%\]{
  padding-bottom: 50%;
}
.pl-0{
  padding-left: 0;
}
.pl-2{
  padding-left: 16px;
}
.pl-3{
  padding-left: 24px;
}
.pl-6{
  padding-left: 48px;
}
.pl-8{
  padding-left: 80px;
}
.pr-2{
  padding-right: 16px;
}
.pr-3{
  padding-right: 24px;
}
.pr-4{
  padding-right: 32px;
}
.pr-5{
  padding-right: 40px;
}
.pr-7{
  padding-right: 64px;
}
.pt-0{
  padding-top: 0;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 8px;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-10{
  padding-top: 144px;
}
.pt-11{
  padding-top: 160px;
}
.pt-12{
  padding-top: 200px;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 16px;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-3{
  padding-top: 24px;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-4{
  padding-top: 32px;
}
.pt-40{
  padding-top: 10rem;
}
.pt-44{
  padding-top: 11rem;
}
.pt-48{
  padding-top: 12rem;
}
.pt-5{
  padding-top: 40px;
}
.pt-52{
  padding-top: 13rem;
}
.pt-56{
  padding-top: 14rem;
}
.pt-6{
  padding-top: 48px;
}
.pt-60{
  padding-top: 15rem;
}
.pt-64{
  padding-top: 16rem;
}
.pt-7{
  padding-top: 64px;
}
.pt-72{
  padding-top: 18rem;
}
.pt-8{
  padding-top: 80px;
}
.pt-80{
  padding-top: 20rem;
}
.pt-9{
  padding-top: 120px;
}
.pt-96{
  padding-top: 24rem;
}
.pt-\[34px\]{
  padding-top: 34px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-\[0\.33em\]{
  font-size: 0.33em;
}
.text-\[0px\]{
  font-size: 0px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-lg{
  font-size: 18px;
  line-height: 0.07em;
  letter-spacing: 0.04em;
}
.text-sm{
  font-size: 14px;
  line-height: 0.12em;
  letter-spacing: 0.20em;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.\!leading-\[1\]{
  line-height: 1 !important;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[45px\]{
  line-height: 45px;
}
.text-black{
  color: #000;
}
.text-canvas-accent-primary-default{
  color: #004B76;
}
.text-canvas-accent-primary-strong{
  color: #004B76;
}
.text-canvas-bg-dark-default{
  color: #8E0054;
}
.text-canvas-bg-light-border{
  color: #004B7626;
}
.text-canvas-fg-dark-default{
  color: #ffffff;
}
.text-canvas-fg-light-default{
  color: #00324F;
}
.text-canvas-fg-light-muted{
  color: #00324FCC;
}
.text-canvas-fg-light-subtle{
  color: #00324F4D;
}
.text-current{
  color: currentColor;
}
.text-ia-cta-light-fg{
  color: #ffffff;
}
.text-inherit{
  color: inherit;
}
.text-system-error-default{
  color: #db3f3f;
}
.text-white{
  color: #fff;
}
.underline{
  text-decoration-line: underline;
}
.overline{
  text-decoration-line: overline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-\[2px\]{
  text-decoration-thickness: 2px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-canvas-fg-light-default::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}
.placeholder-canvas-fg-light-default::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.\!outline-0{
  outline-width: 0px !important;
}
.outline-current{
  outline-color: currentColor;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.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-filter{
  -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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);
}
a{
  cursor: pointer;
  color: inherit;
  text-decoration-line: none;
}

hr:last-child{
  display: none;
}

html{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media (max-width: 1023px) {
  html.navigation-open{
    touch-action: none;
    overflow: hidden;
  }
}
html.scroll-lock{
  touch-action: none;
  overflow: hidden;
}

@view-transition {
  navigation: auto;
}
@media (max-width: 979px) {
  html #wpadminbar{
    display: none !important;
  }
  body.admin-bar{
    margin-top: -32px;
  }
}
@media (max-width: 781px) {
  html #wpadminbar{
    display: none !important;
  }
  body.admin-bar{
    margin-top: -46px;
  }
}
img{
  height: auto;
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=url]{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 999px;
  border-width: 1px;
  border-color: #004B7633;
  background-color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  color: currentColor;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=url]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=url]{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=url]::-moz-placeholder{
  opacity: 0.5;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder{
  opacity: 0.5;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=url]:hover,
input[type=url]:focus{
  border-color: currentColor;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=url]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px currentColor;
}

label{
  color: inherit;
}

p{
  margin-bottom: 24px;
}

select{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 999px;
  border-width: 1px;
  border-color: #004B7633;
  background-color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  color: currentColor;
}

select::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}

select::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}

select{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}

select::-moz-placeholder{
  opacity: 0.5;
}

select::placeholder{
  opacity: 0.5;
}

select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent url("../images/icon-arrow-down.svg") no-repeat right 16px center;
  background-size: 12px;
}
select:hover, select:focus{
  border-color: currentColor;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px currentColor;
}

select::-ms-expand{
  display: none;
}

svg {
  flex-shrink: 0;
}

textarea{
  height: 150px;
  resize: none;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 999px;
  border-width: 1px;
  border-color: #004B7633;
  background-color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  color: currentColor;
}

textarea::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}

textarea::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}

textarea{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}

textarea::-moz-placeholder{
  opacity: 0.5;
}

textarea::placeholder{
  opacity: 0.5;
}
textarea:hover, textarea:focus{
  border-color: currentColor;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px currentColor;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-effect--slide-up {
  transform: translateY(50px);
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s;
  transition-property: opacity, transform;
  opacity: 0;
}
.scroll-effect--slide-up.do {
  opacity: 1;
  transform: translateY(0);
}

.scroll-effect--slide-up-no-fade {
  transform: translateY(120px);
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s;
  transition-property: opacity, transform;
}
.scroll-effect--slide-up-no-fade.do {
  transform: translateY(0);
}

.scroll-effect--clip-right {
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.scroll-effect--clip-right.do {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.scroll-effect--fade {
  transition: opacity cubic-bezier(0.23, 1, 0.32, 1) 1s;
  opacity: 0;
}
.scroll-effect--fade.do {
  opacity: 1;
}

[data-parallax] {
  will-change: transform;
}

.o-type--accessible-link:after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --tw-content: "";
  content: var(--tw-content);
}

.o-type--wysiwyg p,
.o-type--wysiwyg blockquote,
.o-type--wysiwyg ul,
.o-type--wysiwyg ol,
.o-type--wysiwyg .c-video-responsive{
  margin-bottom: 24px;
}
.o-type--wysiwyg p:last-child,
.o-type--wysiwyg blockquote:last-child,
.o-type--wysiwyg ul:last-child,
.o-type--wysiwyg ol:last-child,
.o-type--wysiwyg .c-video-responsive:last-child{
  margin-bottom: 0;
}
.o-type--wysiwyg iframe{
  max-width: 100%;
}
.o-type--wysiwyg a{
  text-decoration-line: underline;
}
.o-type--wysiwyg a:hover{
  text-decoration-line: none;
}
.o-type--wysiwyg a.c-button, .o-type--wysiwyg a.gform_button, .o-type--wysiwyg a.c-link{
  text-decoration-line: none;
}
.o-type--wysiwyg ul,
.o-type--wysiwyg ol{
  margin-left: 24px;
}
.o-type--wysiwyg ul li,
.o-type--wysiwyg ol li{
  margin-bottom: 8px;
  padding-left: 16px;
}
.o-type--wysiwyg ol {
  list-style: decimal;
}
.o-type--wysiwyg ul {
  list-style: disc;
}
.o-type--wysiwyg blockquote{
  margin-top: 40px;
  margin-bottom: 40px;
  border-left-width: 4px;
  border-left-color: #EC008C;
  padding-left: 24px;
}
.o-type--wysiwyg blockquote:last-child{
  margin-bottom: 0;
}
.o-type--wysiwyg blockquote p{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
}
.o-type--wysiwyg .wp-caption{
  margin-bottom: 40px;
  max-width: 100%;
}
.o-type--wysiwyg .wp-caption .wp-caption-text{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  margin-top: 8px;
  opacity: 0.7;
}
.o-type--wysiwyg .aligncenter{
  margin: auto;
  display: block;
}
.o-type--wysiwyg .alignnone{
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 48px;
  display: block;
  width: 100%;
}
.o-type--wysiwyg .alignnone img{
  width: 100%;
}
.o-type--wysiwyg img.alignleft{
  float: left;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 24px;
}
.o-type--wysiwyg img.alignright{
  float: right;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
}
.o-type--wysiwyg h2, .o-type--wysiwyg h3, .o-type--wysiwyg h4, .o-type--wysiwyg h5 {
  color: var(--title-color);
}
.o-type--wysiwyg h2:not(:last-child), .o-type--wysiwyg h3:not(:last-child), .o-type--wysiwyg h4:not(:last-child), .o-type--wysiwyg h5:not(:last-child){
  margin-bottom: 24px;
}
.o-type--wysiwyg h2{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: max( 32px, 1.6vw );
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0;
}
.o-type--wysiwyg h3{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.40em;
  letter-spacing: 0;
}
.o-type--wysiwyg h4{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
}
.o-type--wysiwyg h5 {
  font-weight: bold;
}
.o-type--wysiwyg hr{
  margin-top: 24px;
  margin-bottom: 24px;
  border-width: 0px;
  border-top-width: 1px;
}
.o-type--wysiwyg hr:last-child{
  margin-bottom: 0;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}

.basicLightbox--visible {
  opacity: 1;
}

.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  pointer-events: auto;
}

.basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}

.basicLightbox--iframe .basicLightbox__placeholder, .basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

.basicLightbox{
  padding: 24px;
}

@media (min-width: 1024px){
  .basicLightbox{
    padding: 40px;
  }
}

.basicLightbox {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.basicLightbox .basicLightbox__placeholder{
  max-width: 1200px;
  background-color: #FFFFFF;
  padding: 24px;
}
@media (min-width: 1024px){
  .basicLightbox .basicLightbox__placeholder{
    border-radius: 8px;
  }
}
.basicLightbox .c-video-responsive {
  max-width: 100%;
  width: 1200px;
}

[data-image-popup] {
  cursor: zoom-in;
}

.gform_title{
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  font-size: 16px;
}

.gform_description{
  display: block;
  padding: 0;
}

.gform_body{
  clear: both;
  padding: 0;
}

.gform_footer{
  position: relative;
  clear: both;
  padding: 0;
}

.gform_required_legend {
  display: none;
}

.gsection{
  display: none;
}

.gform_fields{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.gform_fields .gform_validation_container{
  display: none;
}
.gform_fields .ginput_container{
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .gform_fields .ginput_container_date {
    width: calc(33.3333333% - 16px);
  }
}
.gform_fields .gfield{
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}
.gform_fields .gfield_label{
  margin-bottom: 8px;
  display: block;
}
.gform_fields .gfield.hidden_label .gfield_label{
  display: none;
}
.gform_fields .gfield.gform_hidden{
  display: none;
}
.gform_fields .gfield--width-full{
  width: 100%;
}
.gform_fields .gfield--width-half{
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .gform_fields .gfield--width-half {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .gform_fields .gfield--width-third {
    width: calc(33.333333% - 16px);
  }
}
@media (min-width: 768px) {
  .gform_fields .gfield--width-quarter {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .gform_fields .gfield--width-quarter {
    width: calc(25% - 16px);
  }
}
.gform_fields .gfield_checkbox{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gform_fields .ginput_container_consent,
.gform_fields .gchoice{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.gform_fields .ginput_container_consent .gform-field-label,
.gform_fields .gchoice .gform-field-label{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  color: inherit;
  cursor: pointer;
}
.gform_fields .ginput_container_consent input[type=checkbox],
.gform_fields .ginput_container_consent input[type=radio],
.gform_fields .gchoice input[type=checkbox],
.gform_fields .gchoice input[type=radio]{
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  border-radius: 999px;
  border-width: 1px;
  background-color: #fff;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 75% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.gform_fields .ginput_container_consent input[type=checkbox]:checked,
.gform_fields .ginput_container_consent input[type=radio]:checked,
.gform_fields .gchoice input[type=checkbox]:checked,
.gform_fields .gchoice input[type=radio]:checked{
  border-color: transparent;
  background-color: #00649E;
  background-image: url("../images/icon-tick-white.svg");
}
.gform_fields .ginput_container_consent input[type=checkbox]:hover,
.gform_fields .ginput_container_consent input[type=radio]:hover,
.gform_fields .gchoice input[type=checkbox]:hover,
.gform_fields .gchoice input[type=radio]:hover{
  border-color: #00649E;
}
.gform_fields .ginput_container_consent input[type=checkbox]:focus-visible,
.gform_fields .ginput_container_consent input[type=radio]:focus-visible,
.gform_fields .gchoice input[type=checkbox]:focus-visible,
.gform_fields .gchoice input[type=radio]:focus-visible{
  border-color: currentColor;
  outline-style: solid;
  outline-color: currentColor;
}
.gform_fields .ginput_container_consent input[type=radio],
.gform_fields .gchoice input[type=radio]{
  border-radius: 999px;
}

.gform_ajax_spinner{
  position: absolute;
  top: 50%;
  z-index: 99;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: calc(100% + 16px);
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-left: 2px solid rgb(0, 0, 0);
  animation: spinner 1.1s infinite linear;
}

@keyframes spinner {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.gform_validation_errors{
  margin: 0;
  margin-bottom: 32px;
  background-color: #db3f3f;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
  color: #fff;
}

.gform_submission_error{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  margin: 0;
}

.gfield_validation_message{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  position: relative;
  margin-top: 16px;
  display: flex;
  padding: 0;
  color: #db3f3f;
}
.gfield_validation_message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 2.25C5.27802 2.25 2.25 5.27802 2.25 9C2.25 12.7218 5.27802 15.75 9 15.75C12.7218 15.75 15.75 12.7218 15.75 9C15.75 5.27802 12.7218 2.25 9 2.25ZM9.375 12.75H8.625V7.5H9.375V12.75ZM9 6.375C8.68982 6.375 8.4375 6.12268 8.4375 5.8125C8.4375 5.50232 8.68982 5.25 9 5.25C9.31018 5.25 9.5625 5.50232 9.5625 5.8125C9.5625 6.12268 9.31018 6.375 9 6.375Z" fill="%23DB3F3F"/></svg>');
}

.gform_confirmation_wrapper{
  padding: 24px;
}

.gform_confirmation_message{
  text-align: center;
}

.gform_fields .ginput_container_fileupload{
  display: block;
}
.gform_fields .gform_fileupload_multifile .gform_drop_area{
  border-width: 1px;
  border-style: dashed;
  border-color: #00324F;
  padding: 32px;
  text-align: center;
  color: inherit;
}
.gform_fields span.gform_drop_instructions{
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  line-height: 0.12em;
  letter-spacing: 0.20em;
}
.gform_fields .gform_fileupload_rules{
  margin-top: 8px;
  display: block;
  font-size: 16px;
}
.gform_fields .ginput_container .gform_drop_area input{
  padding: 16px;
  font-size: 14px;
  line-height: 0.12em;
  letter-spacing: 0.20em;
}

.gform_fields .ginput_container_address{
  flex-direction: column;
  gap: 24px;
}

.gform_fields .gfield--type-time .ginput_container {
  justify-content: start;
  gap: 16px;
  align-items: center;
}

.modal-open body{
  height: 100vh;
  overflow-y: hidden;
}

.modal{
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: visibility 0s linear 400ms, opacity 400ms;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal.is-open{
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 400ms;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto !important;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-wrapper.h-full {
  height: 100% !important;
}

.swiper:not(.swiper-initialized) .swiper-wrapper{
  display: flex;
}
@media (min-width: 1024px) {
  .swiper:not(.swiper-initialized) .swiper-wrapper{
    display: flex;
  }
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}
.swiper-slide__bg {
  overflow: hidden;
}
.swiper-slide:hover .swiper-slide__bg-image {
  transform: scale(1.1);
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-pagination-lock {
  display: none !important;
}

.swiper-button {
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper-pagination {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .swiper-pagination {
    position: absolute;
    align-items: end;
    right: 0px;
    top: 32px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  cursor: pointer;
  background-color: #D9D4C9;
  transition: all ease-in-out 0.3s;
  border-radius: 8px;
  font-size: 0px;
}
.bg-solidBlack .swiper-pagination .swiper-pagination-bullet, .bg-midBlack .swiper-pagination .swiper-pagination-bullet {
  background-color: #333;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bullet-color);
  width: 30px;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination.swiper-pagination-fraction {
  gap: 0px;
}

* {
  outline-offset: 6px;
}

:root,
.theme-white {
  --button-bg-color: #E3018C;
  --button-text-color: #ffffff;
  --button-outline-color: #E3018C;
  --button-hover-bg-color: #BD0070;
  --button-hover-text-color: #ffffff;
  --button-secondary-bg-color: #004B760D;
  --button-secondary-text-color: #00324F;
}

.c-button, input[type=submit],
input[type=button],
input[type=reset], .gform_button{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
  letter-spacing: 0;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  border-width: 1px;
  border-color: transparent;
  z-index: 1;
  overflow: hidden;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.c-button svg, input[type=submit] svg,
input[type=button] svg,
input[type=reset] svg, .gform_button svg {
  flex-shrink: 0;
}
.c-button:hover, input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover, .gform_button:hover, .c-button:focus, input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus, .gform_button:focus, .c-button.active, input.active[type=submit],
input.active[type=button],
input.active[type=reset], .active.gform_button {
  background-color: var(--button-hover-bg-color);
  color: var(--button-hover-text-color);
  border-color: transparent;
}

.c-button--secondary{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
  letter-spacing: 0;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  border-width: 1px;
  border-color: transparent;
  z-index: 1;
  overflow: hidden;
  background-color: var(--button-secondary-bg-color);
  color: var(--button-secondary-text-color);
  border-color: var(--border-color);
}
.c-button--secondary svg {
  flex-shrink: 0;
}
.c-button--secondary:hover, .c-button--secondary:focus, .c-button--secondary.active{
  background-color: #CCE5F4;
  color: #00324F;
  border-color: transparent;
}

.c-button--outline{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
  letter-spacing: 0;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  border-width: 1px;
  border-color: transparent;
  z-index: 1;
  overflow: hidden;
  border-color: #004B7633;
  background-color: transparent;
  color: currentColor;
}
.c-button--outline svg {
  flex-shrink: 0;
}
.c-button--outline:hover, .c-button--outline:focus, .c-button--outline.active{
  border-color: transparent;
  background-color: var(--button-hover-bg-color);
  color: var(--button-hover-text-color);
}

.c-button--block,
.c-links--block,
.c-links--block li,
.c-links--block .c-button,
.c-links--block input[type=submit],
.c-links--block input[type=button],
.c-links--block input[type=reset],
.c-links--block .gform_button,
.c-links--block .c-button--outline{
  width: 100%;
}

@media not all and (min-width: 1024px){
  .c-links--block-mobile{
    width: 100%;
  }
  .c-button--block-mobile,
.c-links--block-mobile li,
.c-links--block-mobile a{
    width: 100%;
  }
}

.c-basic-hover{
  border-radius: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  outline: 1px solid transparent;
  outline-offset: -6px;
}
.c-basic-hover:hover, .c-basic-hover:focus, .c-basic-hover:has(:focus-visible) {
  outline-color: var(--border-color);
  background-color: #F6F9FA;
}
.c-card.c-basic-hover:hover,
.c-card-mini.c-basic-hover:hover,.c-card .c-basic-hover:focus,
.c-card-mini .c-basic-hover:focus,.c-card .c-basic-hover:has(:focus-visible),
.c-card-mini .c-basic-hover:has(:focus-visible){
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-card.c-basic-hover:hover:hover,
.c-card-mini.c-basic-hover:hover:hover,.c-card .c-basic-hover:focus:hover,
.c-card-mini .c-basic-hover:focus:hover,.c-card .c-basic-hover:has(:focus-visible):hover,
.c-card-mini .c-basic-hover:has(:focus-visible):hover {
  background-color: #eaf0f2;
}
.c-basic-hover:hover, .c-basic-hover:focus, .c-basic-hover:has(:focus-visible) {
  outline-offset: 0px;
}

.lg\:container,
.container {
  max-width: 1920px !important;
}

.container--no-padding {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
}

.c-icon-button{
  display: grid;
  height: 32px;
  width: 32px;
  place-items: center;
  border-radius: 999px;
  border-width: 1px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}

.c-filter-view--list.c-icon-button,
.c-filter-view--list > .c-icon-button {
  grid-template-columns: auto;
  gap: 16px;
}

.c-icon-button.c-post-filters--loading:after {
  content: "";
  grid-column: 1 / -1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 999px;
  border-width: 2px;
  border-top-color: #EC008C;
  border-left-color: #EC008C;
  animation: postFiltersSpinner 500ms ease-in-out 0s infinite;
}

.c-icon-button {
  background-color: var(--button-secondary-bg-color);
  color: var(--button-secondary-text-color);
  border-color: var(--border-color);
}
.c-icon-button:hover, .c-icon-button:focus, .c-icon-button.active {
  background-color: var(--button-hover-bg-color);
  color: var(--button-hover-text-color);
  border-color: transparent;
}

img.lazy{
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
img.lazy.object-cover, img.lazy.cover{
  height: 100%;
  width: 100%;
}
img.swiper-wrapper.lazy.object-cover, img.swiper-wrapper.lazy.cover {
  height: 100%;
}
img:not(.initial){
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
img.initial, img.loaded, img.error{
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
img:not([src]){
  visibility: hidden;
}

.lazy:not(img){
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}

.lazy:not(img)[data-ll-status=loaded],
.lazy:not(img)[data-ll-status=entered]{
  opacity: 1;
}

.c-lazy-wrapper{
  position: relative;
  height: 0;
  width: 100%;
  background-color: #CCC;
  padding-bottom: 50%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-lazy-wrapper svg{
  margin: auto;
  display: block;
  height: auto;
  max-width: 100%;
}
.c-lazy-wrapper--svg{
  height: auto;
  padding-bottom: 0;
}
.c-lazy-wrapper--loaded, .c-lazy-wrapper--transparent{
  background-color: transparent;
}
.c-lazy-wrapper--cover, .c-lazy-wrapper--contain {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 0px !important;
}
.c-lazy-wrapper--cover img, .c-lazy-wrapper--cover svg, .c-lazy-wrapper--contain img, .c-lazy-wrapper--contain svg {
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
  -o-object-position: inherit;
     object-position: inherit;
}
.c-lazy-wrapper--cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-lazy-wrapper--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-lazy-wrapper--position-center {
  -o-object-position: center center;
     object-position: center center;
}
.c-lazy-wrapper--position-top {
  -o-object-position: center top;
     object-position: center top;
}
.c-lazy-wrapper--position-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.c-lazy-wrapper-static{
  display: inline-block;
  background-color: #CCC;
  vertical-align: middle;
}
.c-lazy-wrapper-static img{
  position: static;
  display: block;
}

.c-link{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00324F;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-link .c-link__label{
  position: relative;
}
.c-link .c-link__label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: currentColor;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  height: 1px;
  transform: scaleX(0);
  transform-origin: 100% 0%;
}
.c-link:hover .c-link__label:after, .c-link:active .c-link__label:after, .c-link:focus .c-link__label:after {
  transform: scaleX(1);
  transform-origin: 0% 0%;
}

/*.c-link--secondary {
    @apply text-canvas-fg-dark-default;

    &:active,
    &:focus,
    &:hover {
        @apply text-canvas-fg-light-default;
    }
}

.c-link--underline {
    @apply border border-transparent transition-all ease-in-out duration-200;

    &:active,
    &:focus,
    &:hover {
        @apply text-canvas-fg-light-default border-canvas-fg-light-default;
    }
}*/
.c-accessibility-link:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  --tw-content: "";
  content: var(--tw-content);
}
.swiper-wrapper.c-accessibility-link:before {
  height: 100%;
}

.c-logo{
  display: block;
}
.c-logo__image{
  display: block;
  width: 100%;
}

.c-map{
  min-height: 300px;
}

.c-video-inline .plyr{
  height: 100%;
  width: 100%;
}

.swiper-wrapper.c-video-inline .plyr {
  height: 100%;
}
.c-video-inline__play-button{
  color: #ffffff;
}
.c-video-inline__play-button > span {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  transition: all ease-in-out 0.35s;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.c-video-inline__play-button .pause {
  opacity: 0;
}
.c-video-inline__play-button .play {
  opacity: 1;
}
.c-video-inline__play-button.playing .pause {
  opacity: 1;
}
.c-video-inline__play-button.playing .play {
  opacity: 0;
}
.c-video-inline__play-button span.play {
  border-radius: 50%;
}
.c-video-inline__play-button span.play svg {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-video-inline.c-video-inline--cover{
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.c-video-inline.c-video-inline--cover .plyr__video-embed {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .c-video-inline.c-video-inline--cover .plyr__video-embed {
    width: 100vw;
    height: 100vw;
  }
}
.c-video-inline.c-video-inline--cover .plyr__video-embed__container,
.c-video-inline.c-video-inline--cover .plyr__video-embed iframe{
  height: 100%;
  width: 100%;
}
.swiper-wrapper.c-video-inline.c-video-inline--cover .plyr__video-embed__container,.swiper-wrapper
.c-video-inline.c-video-inline--cover .plyr__video-embed iframe {
  height: 100%;
}
.c-video-inline.c-video-inline--cover .plyr__video-embed__container,
.c-video-inline.c-video-inline--cover .plyr__video-embed iframe {
  aspect-ratio: auto !important;
}

.c-video-responsive{
  position: relative;
  aspect-ratio: 16 / 9;
}
.c-video-responsive iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.swiper-wrapper.c-video-responsive iframe {
  height: 100%;
}

.c-block-page-banner {
  background-image: url("../images/bg/page-banner-mobile.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (min-width: 1024px) {
  .c-block-page-banner {
    background-image: url("../images/bg/page-banner-desktop.png");
    background-size: 420px auto;
    background-position: right 50vw top;
  }
}

.c-block-basic-content {
  background-image: url("../images/bg/basic-content-mobile.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (min-width: 1024px) {
  .c-block-basic-content {
    background-image: url("../images/bg/basic-content-desktop.jpg");
  }
}
.c-block-padding + .c-block-basic-content {
  background-image: none;
}

.c-staff-member-single__banner {
  background-image: url("../images/bg/staff-banner-mobile.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (min-width: 1024px) {
  .c-staff-member-single__banner {
    background-image: url("../images/bg/staff-banner-desktop.png");
    background-size: 440px auto;
  }
}

.c-search-page__banner,
.c-block-page-banner-simple {
  background-image: url("../images/bg/page-banner-simple-mobile.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (min-width: 1024px) {
  .c-search-page__banner,
.c-block-page-banner-simple {
    background-image: url("../images/bg/page-banner-simple.png");
    background-size: 440px auto;
    background-position: right 80px top;
  }
}

.c-block-image-text__content {
  background-image: url("../images/bg/image-text-desktop.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (min-width: 1024px) {
  .c-block-image-text__content {
    background-image: none;
  }
  .c-block-image-text {
    background-image: url("../images/bg/image-text-desktop.jpg");
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .c-block-image-text.c-block-image-text--image-right {
    background-position: left top;
  }
}
.c-mega-menu {
  background-image: url("../images/bg/mega-menu-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-mobile-header__body-content {
  background-image: url("../images/bg/mobile-nav.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

.c-mobile-sub-nav {
  background-image: url("../images/bg/mobile-sub-nav.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

#search-modal .c-modal__inner {
  background-image: url("../images/bg/search-modal.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.c-block-home-banner .c-joint-logos svg {
  color: var(--title-color);
}
@media (min-width: 1024px) {
  .c-block-home-banner {
    --title-color: #ffffff;
    --text-color: #ffffffcc;
    --button-secondary-bg-color: #FFFFFF1A;
    --button-secondary-text-color: #FFFFFF;
    --border-color: #FFFFFF33;
    color: var(--text-color);
  }
  .c-block-home-banner .c-joint-logos svg path {
    fill: currentColor;
  }
  .c-block-home-banner .c-joint-logos svg path.color-reversed {
    fill: #000F46;
  }
}

.c-block-home-banner__video {
  animation: homeBannerVideoFade 1s ease-out 1s 1 both;
}

@keyframes homeBannerVideoFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .c-block-organisation-structure__structure {
    --border-color: #00324F4D;
  }
}

.c-block-padding + .c-block-padding {
  padding-top: 0px;
}

.c-block-page-banner-simple:has(+ .c-section-nav){
  padding-bottom: 16px;
  border: 0;
}

.c-block-partner-map__card{
  pointer-events: none;
  position: absolute;
  z-index: 5;
  width: 240px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}
svg:hover + .c-block-partner-map__card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media (min-width: 1024px) {
  .c-block-partner-map__card {
    left: var(--pin-left);
    top: var(--pin-top);
    transform: translate(-50%, -100%) translateY(-32px);
  }
  svg:hover + .c-block-partner-map__card {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -100%) translateY(-56px);
  }
}

.c-block-post-grid__grid .c-card {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-block-post-grid__grid > :first-child{
    grid-column: span 2 / span 2;
  }
  .c-block-post-grid__grid > :first-child .c-card{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
.c-filter-view--list.c-block-post-grid__grid > :first-child .c-card,
.c-filter-view--list > .c-block-post-grid__grid > :first-child .c-card {
  grid-template-columns: auto;
  gap: 16px;
}

.c-block-post-grid__grid > :first-child .c-card.c-post-filters--loading:after {
  content: "";
  grid-column: 1 / -1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 999px;
  border-width: 2px;
  border-top-color: #EC008C;
  border-left-color: #EC008C;
  animation: postFiltersSpinner 500ms ease-in-out 0s infinite;
}
  .c-block-post-grid__grid > :first-child .c-card h3{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.40em;
    letter-spacing: 0;
  }
  .c-block-post-grid__grid > :first-child .c-card.c-card--publication{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c-block-post-grid__grid > :first-child .c-card__image{
    grid-row: span 2 / span 2;
    margin: 0;
    aspect-ratio: 1 / 1;
  }
  .c-block-post-grid__grid > :first-child .c-card__tags{
    margin-top: auto;
  }
}

.c-block-sitemap a {
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.c-block-sitemap a:hover, .c-block-sitemap a:focus, .c-block-sitemap a:active {
  text-decoration: underline;
}
.c-block-sitemap ul {
  list-style: none;
}
.c-block-sitemap ul li {
  display: block;
  margin-bottom: 8px;
}
.c-block-sitemap ul li:before{
  background-color: #CCE5F4;
  display: inline-block;
  width: 10px;
  height: 2px;
  vertical-align: middle;
  content: "";
  margin-right: 16px;
}
.c-block-sitemap ul ul {
  list-style: none;
  margin-top: 8px;
  margin-left: 24px;
}

.c-divider-block__bar{
  height: 1px;
  width: 100%;
}
.c-divider-block--line-grey .c-divider-block__bar{
  background-color: #e8e8e8;
}
.c-divider-block--bg-grey{
  background-color: #999;
}
.c-divider-block--bg-white{
  background-color: #fff;
}

.c-theme-single .c-post-block{
  border-bottom-width: 1px;
  padding-bottom: 32px;
}

@media (min-width: 1024px){
  .c-theme-single .c-post-block{
    padding-bottom: 64px;
  }
}
.c-theme-single .c-post-block:last-child{
  border-bottom-width: 0px;
  padding-bottom: 0;
}

.c-bottom-bar .c-navigation li:not(:last-child):after {
  content: "•";
  margin-left: 16px;
  margin-right: 16px;
}
.c-bottom-bar a:hover{
  text-decoration-line: underline;
}

.c-footer a:not(.c-link):hover,
.c-bottom-bar a:not(.c-link):hover{
  text-decoration-line: underline;
}

.c-footer-newsletter__inner {
  background-image: url("../images/bg/footer-newsletter-mobile.png");
  background-size: auto 120px;
  background-repeat: repeat-x;
}
.c-footer-newsletter__inner .gform_validation_errors {
  display: none;
}
@media (min-width: 1024px) {
  .c-footer-newsletter__inner {
    background-image: url("../images/bg/footer-newsletter-desktop.png");
    background-size: 50% auto;
    background-repeat: repeat-y;
  }
}
.c-footer-newsletter__inner form{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.c-footer-newsletter__inner form .gfield{
  margin: 0;
}

.c-desktop-header{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background-color: #FFFFFF;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-desktop-header .c-navigation__item.mega-menu .c-navigation__link:after {
  content: "";
  margin-left: 8px;
  margin-right: -4px;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6L8 10L12 6" stroke="%2300324F" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.c-desktop-header .c-navigation__item.mega-menu.mega-menu-opened .c-navigation__link:after {
  transform: scale(-1);
}
body.scrolled .c-desktop-header {
  transform: translateY(-100%);
}
body:has(.c-mega-menu-overlay.opened) .c-desktop-header, body.scrolled.scrolling-up .c-desktop-header, body.scrolled .c-desktop-header:has(:focus-visible) {
  transform: translateY(0%);
}
@media not all and (min-width: 1280px){
  .c-desktop-header .c-button--secondary svg{
    display: none;
  }
}

@media (min-width: 1024px){
  .c-desktop-header__main-nav > .c-navigation > li > .c-navigation__link{
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sticky-menu-offset{
    top: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
    transition-duration: 300ms;
    transition-property: top;
  }
  body.scrolled.scrolling-up .sticky-menu-offset, body:not(.scrolled) .sticky-menu-offset{
    top: 100px;
  }
}
.c-mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  z-index: -2;
}
.mega-menu-opened .c-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: -1;
  transition-delay: 100ms;
}
.c-mega-menu__column{
  position: relative;
  padding: 40px;
}
.c-mega-menu__column:after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: rgba(16,45,68,0.10);
  --tw-content: "";
  content: var(--tw-content);
}
.c-mega-menu__column.last:after {
  display: none;
}
.mega-menu-opened .c-mega-menu__column {
  animation: megaMenuColumn 500ms cubic-bezier(0.47, 0, 0.175, 1) 0s 1 both;
}
.mega-menu-opened .c-mega-menu__column:nth-child(1) {
  animation-delay: 100ms;
}
.mega-menu-opened .c-mega-menu__column:nth-child(2) {
  animation-delay: 200ms;
}
.mega-menu-opened .c-mega-menu__column:nth-child(3) {
  animation-delay: 300ms;
}
.c-mega-menu .opened {
  display: flex !important;
}

@keyframes megaMenuColumn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.c-mega-menu-overlay {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.c-mega-menu-overlay.opened {
  opacity: 1;
  visibility: visible;
}

:root {
  --mobile-header-height: 77px;
}

.c-mobile-header{
  display: block;
  height: --mobile-header-height;
}
@media (min-width: 1024px) {
  .c-mobile-header{
    display: none;
  }
}
.c-mobile-header__nav{
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
  color: #000;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.swiper-wrapper.c-mobile-header__nav {
  height: 100%;
}
.navigation-open .c-mobile-header__nav{
  pointer-events: auto;
  visibility: visible;
  --tw-translate-y: 0;
  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));
  opacity: 1;
}

.c-mobile-header__body{
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-mobile-header__body-content{
  flex-grow: 1;
  overflow-y: scroll;
  scroll-behavior: smooth;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  display: flex;
  flex-direction: column;
  transition-duration: 0.6s;
}
body:has(.c-mobile-sub-nav.opened) .c-mobile-header__body-content {
  transform: translateX(-100%);
}

.c-mobile-header .c-logo{
  position: relative;
  z-index: 100;
}
.c-mobile-header .hamburger{
  position: relative;
}
.c-mobile-header .navigation-open .hamburger{
  display: none;
}
.c-mobile-header .c-joint-logos{
  text-align: left;
}
.c-mobile-header .c-joint-logos svg {
  max-width: 150px;
}
.c-mobile-header .c-navigation{
  list-style-type: none;
  padding-top: 32px;
}
.c-mobile-header .c-navigation__item--has-children .c-navigation__link{
  position: relative;
}
.c-mobile-header .c-navigation__item--has-children .c-navigation__link:after{
  position: absolute;
  right: 24px;
  top: 16px;
  display: block;
}
.c-navigation__item--is-open .c-navigation__link:after {
  transform: scale(-1, -1);
}

.navigation-open .c-mobile-header .c-navigation--main li {
  animation: mobileNavigationSlideIn 500ms cubic-bezier(0.47, 0, 0.175, 1) 0s 1 both;
}

.c-mobile-header .c-navigation--main li:nth-child(2) {
  animation-delay: 80ms;
}
.c-mobile-header .c-navigation--main li:nth-child(3) {
  animation-delay: 160ms;
}
.c-mobile-header .c-navigation--main li:nth-child(4) {
  animation-delay: 240ms;
}
.c-mobile-header .c-navigation--main li:nth-child(5) {
  animation-delay: 320ms;
}
.c-mobile-header .c-navigation--main li:nth-child(6) {
  animation-delay: 400ms;
}
.c-mobile-header .c-navigation--main li:nth-child(7) {
  animation-delay: 480ms;
}
.c-mobile-header .c-navigation--main li:nth-child(8) {
  animation-delay: 560ms;
}
@keyframes mobileNavigationSlideIn {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-mobile-header .c-sub-navigation{
  margin: 0;
  display: none;
  list-style-type: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}
.c-mobile-header .c-sub-navigation__link{
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 32px;
  padding-left: 48px;
  font-size: 16px;
}
.c-mobile-header .c-sub-navigation__item--has-children .c-sub-navigation__link{
  position: relative;
}
.c-mobile-header .c-sub-navigation__item--has-children .c-sub-navigation__link:after{
  position: absolute;
  right: 16px;
  top: 24px;
  display: block;
}
.c-sub-navigation__item--is-open .c-sub-navigation__link:after {
  transform: scale(-1, -1);
}

.c-mobile-header .c-sub-sub-navigation{
  margin: 0;
  display: none;
  list-style-type: none;
}
.c-mobile-header .c-sub-sub-navigation__item{
  border-top-width: 1px;
  border-color: #CCC;
}
.c-mobile-header .c-sub-sub-navigation__link{
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 32px;
  padding-left: 80px;
  font-size: 16px;
}

.hamburger[aria-expanded=true] .c-mobile-header__button-close{
  opacity: 1;
}
.hamburger[aria-expanded=true] .c-mobile-header__button-open{
  opacity: 0;
}

.c-mobile-sub-nav{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  transform: translate3d(100%, 0, 0);
  transition-duration: 0.6s;
  will-change: transform;
  top: var(--mobile-header-height);
}
.c-mobile-sub-nav.opened {
  transform: translate3d(0, 0, 0);
}

.c-search-page__header-nav .c-navigation__link{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-search-page__back-to-top{
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
body.scrolled-down .c-search-page__back-to-top{
  visibility: visible;
  opacity: 1;
}

.c-search-form__categories{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  width: auto;
  border-radius: 999px;
  border-width: 1px;
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 32px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  background-size: 12px auto;
  background-position: right 12px center;
}
.c-search-form__categories:hover, .c-search-form__categories:focus{
  border-color: currentColor;
}

.c-search-form__terms > ul > li {
  animation: searchResultPopin 500ms ease 0s 1 both;
}
.c-search-form__terms > ul > li:nth-child(2) {
  animation-delay: 50ms;
}
.c-search-form__terms > ul > li:nth-child(3) {
  animation-delay: 100ms;
}
.c-search-form__terms > ul > li:nth-child(4) {
  animation-delay: 150ms;
}
.c-search-form__terms > ul > li:nth-child(5) {
  animation-delay: 200ms;
}

@keyframes searchResultPopin {
  from {
    transform: translateY(16px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-search-form__result-item{
  border-top-width: 1px;
}
.c-search-form__result-item a{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-search-form__result-image{
  position: relative;
  width: 32px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.c-search-form__result-image img{
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
img.lazy.c-search-form__result-image img{
  height: 100%;
  width: 100%;
}
img.swiper-wrapper.lazy.c-search-form__result-image img {
  height: 100%;
}

.c-search-form__result-item--sod_product .c-search-form__result-image img{
  -o-object-fit: contain;
     object-fit: contain;
}

.c-search-form--loading:after {
  content: "";
  grid-column: 1 / -1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 999px;
  border-width: 2px;
  border-top-color: #EC008C;
  border-left-color: #EC008C;
  animation: postFiltersSpinner 500ms ease-in-out 0s infinite;
}

.c-skipwrapper{
  height: 0;
  width: 1px;
  overflow: hidden;
}

.c-skiplinks{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2999;
  display: none;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .c-skiplinks{
    display: block;
  }
}
.c-skiplinks.initial, body.c-skiplinks-hidden .c-skiplinks{
  left: -10000px;
  top: -10000px;
}
body.c-skiplinks-has-focus .c-skiplinks{
  z-index: 1040;
}
.c-skiplinks ul li{
  display: inline-block;
  vertical-align: middle;
}
.c-skiplinks ul a{
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  color: inherit;
}
@media (min-width: 768px) {
  .c-skiplinks ul a{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 0.07em;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
}
.c-skiplinks__label{
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 8px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .c-skiplinks__label{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 0.07em;
    letter-spacing: 0.04em;
  }
}

.c-accordion button[aria-expanded=true] span{
  --tw-scale-y: -1;
  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));
}

[data-accordion-content]{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  transition-behavior: allow-discrete;
  height: calc-size(auto, size);
  overflow: hidden;
}
@starting-style {
  [data-accordion-content] {
    height: 0;
  }
}
[data-accordion-content][hidden] {
  height: 0;
}

.c-breadcrumbs li:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
.c-breadcrumbs--no-arrow svg {
  display: none;
}

.c-card.c-card--small .c-card__title{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
}

@media (min-width: 1024px){
  .c-card.c-card--small .c-card__title{
    font-family: 'neue-haas-grotesk-text', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.50em;
    letter-spacing: 0;
  }
}
.c-card.c-card--thin-image .c-card__image{
  aspect-ratio: 32/13;
}

.c-card.bg-canvas-bg-light-medium,
.c-card-mini.bg-canvas-bg-light-medium{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-card.bg-canvas-bg-light-medium:hover,
.c-card-mini.bg-canvas-bg-light-medium:hover {
  background-color: #eaf0f2;
}

.c-icon-list__icon{
  margin-top: -8px;
  margin-bottom: -8px;
}

.c-modal{
  position: fixed;
  inset: 0;
  z-index: 1002;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0ms linear 400ms;
}
.c-modal .c-modal__backdrop{
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  background-color: #000000CC;
  transition: opacity 400ms cubic-bezier(0.47, 0, 0.175, 1);
  opacity: 0;
}
.c-modal.active{
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0ms linear 0ms;
}
.c-modal.active .c-modal__backdrop{
  pointer-events: auto;
  opacity: 1;
}

.c-slideout-modal .c-modal__inner{
  position: fixed;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 390px;
}

.swiper-wrapper.c-slideout-modal .c-modal__inner {
  height: 100%;
}

@media not all and (min-width: 1024px){
  .c-slideout-modal .c-modal__inner{
    left: 0;
  }
}

@media (min-width: 1024px){
  .c-slideout-modal .c-modal__inner{
    right: 0;
  }
}

.c-slideout-modal .c-modal__inner {
  max-width: calc(100% - 100px);
  transition: transform 400ms cubic-bezier(0.47, 0, 0.175, 1);
  overflow-y: auto;
  transform: translateX(-100%);
}
@media (min-width: 1024px) {
  .c-slideout-modal .c-modal__inner {
    transform: translateX(100%);
  }
}
.c-slideout-modal.c-slideout-modal--large .c-modal__inner{
  width: 600px;
  max-width: 100%;
}
.c-slideout-modal.active .c-modal__inner {
  transform: translateX(0%);
}

.c-popup-modal{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.c-popup-modal .c-modal__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 590px;
  border-radius: 24px;
  padding: 24px;
}
@media (min-width: 1024px){
  .c-popup-modal .c-modal__inner{
    padding: 40px;
  }
}
.c-popup-modal .c-modal__inner {
  max-height: 80vh;
  transform: scale(0.9);
  transition: all 400ms cubic-bezier(0.47, 0, 0.175, 1);
  opacity: 0;
}
.c-popup-modal.active .c-modal__inner {
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 1023px) {
  .c-post-filters__inner{
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background-color: #FFFFFF;
    padding: 24px;
    transform: translateX(-100%);
    transition: transform 500ms cubic-bezier(0.47, 0, 0.175, 1);
  }
  .active-mobile .c-post-filters__inner{
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }
}

.c-filter-dropdown{
  position: relative;
  flex-shrink: 0;
}
.c-filter-dropdown .c-filter-dropdown__toggle{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 999px;
  border-width: 1px;
  border-color: #004B7633;
  background-color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  color: currentColor;
}
.c-filter-dropdown .c-filter-dropdown__toggle::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}
.c-filter-dropdown .c-filter-dropdown__toggle::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 50 79 / var(--tw-placeholder-opacity));
}
.c-filter-dropdown .c-filter-dropdown__toggle{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-filter-dropdown .c-filter-dropdown__toggle::-moz-placeholder{
  opacity: 0.5;
}
.c-filter-dropdown .c-filter-dropdown__toggle::placeholder{
  opacity: 0.5;
}
.c-filter-dropdown .c-filter-dropdown__toggle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  text-align: left;
  background-image: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}
.c-filter-dropdown .c-filter-dropdown__toggle:hover, .c-filter-dropdown .c-filter-dropdown__toggle:focus{
  border-color: currentColor;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.c-filter-dropdown .c-filter-dropdown__toggle:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px currentColor;
}
.c-filter-dropdown .c-filter-dropdown__toggle:before {
  content: attr(data-default-label);
  padding-right: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-filter-dropdown .c-filter-dropdown__toggle[data-filter-count] {
  background-image: none;
}
.c-filter-dropdown .c-filter-dropdown__toggle[data-filter-count]:after{
  margin-left: auto;
  display: inline-block;
  display: grid;
  aspect-ratio: 1 / 1;
  height: 16px;
  width: 16px;
  place-items: center;
  border-radius: 999px;
}
.c-filter-view--list.c-filter-dropdown .c-filter-dropdown__toggle[data-filter-count]:after,
.c-filter-view--list > .c-filter-dropdown .c-filter-dropdown__toggle[data-filter-count]:after {
  grid-template-columns: auto;
  gap: 16px;
}
.c-filter-dropdown .c-filter-dropdown__toggle[data-filter-count].c-post-filters--loading:after:after {
  content: "";
  grid-column: 1 / -1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 999px;
  border-width: 2px;
  border-top-color: #EC008C;
  border-left-color: #EC008C;
  animation: postFiltersSpinner 500ms ease-in-out 0s infinite;
}
.c-filter-dropdown .c-filter-dropdown__toggle[data-filter-count]:after{
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: #004B76;
  color: #ffffff;
  content: attr(data-filter-count);
  line-height: 0;
}
.c-filter-dropdown .c-filter-dropdown__toggle:hover{
  border-color: currentColor;
}
.c-filter-dropdown.active .c-filter-dropdown__toggle{
  border-color: currentColor;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px currentColor;
}
.c-filter-dropdown .c-filter-dropdown__options{
  display: none;
  border-width: 1px;
  background-color: #FFFFFF;
  padding: 8px;
}
.c-filter-dropdown .c-filter-dropdown__options label{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-filter-dropdown .c-filter-dropdown__options label:hover{
  background-color: #004B761A;
}
.c-filter-dropdown .c-filter-dropdown__options label input{
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  border-radius: 999px;
  border-width: 1px;
  background-color: #fff;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 75% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.c-filter-dropdown .c-filter-dropdown__options label input:checked{
  border-color: transparent;
  background-color: #00649E;
  background-image: url("../images/icon-tick-white.svg");
}
.c-filter-dropdown .c-filter-dropdown__options label input:hover{
  border-color: #00649E;
}
.c-filter-dropdown .c-filter-dropdown__options label input:focus-visible{
  border-color: currentColor;
  outline-style: solid;
  outline-color: currentColor;
}
.c-filter-dropdown .c-filter-dropdown__options label:hover input:not(:checked){
  border-color: #00324F;
}
.c-filter-dropdown.active .c-filter-dropdown__options{
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .c-filter-dropdown .c-filter-dropdown__options{
    position: absolute;
    right: 0;
    z-index: 100;
    display: block;
    white-space: nowrap;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
    transition-duration: 300ms;
    max-height: 410px;
    overflow-y: auto;
    top: calc(100% + 24px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
  }
}

.c-filter-checkboxes label{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
}
.c-filter-checkboxes label input{
  flex-shrink: 0;
  border-width: 1px;
  background-color: #fff;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 75% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  width: 24px;
  border-radius: 8px;
}
.c-filter-checkboxes label input:checked{
  border-color: transparent;
  background-color: #00649E;
  background-image: url("../images/icon-tick-white.svg");
}
.c-filter-checkboxes label input:hover{
  border-color: #00649E;
}
.c-filter-checkboxes label input:focus-visible{
  border-color: currentColor;
  outline-style: solid;
  outline-color: currentColor;
}

.c-filter-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-filter-buttons button{
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
  letter-spacing: 0;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-filter-buttons button:hover, .c-filter-buttons button.active{
  background-color: #004B761A;
}

.c-filter-buttons--select{
  background-color: #004B760D;
}

.c-post-filters__view button{
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px;
  color: #00324F;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
}
.c-post-filters__view button:hover, .c-post-filters__view button.active{
  background-color: #004B761A;
}

.c-filter-view--list {
  max-width: 840px !important;
  margin-left: auto;
  margin-right: auto;
}
.c-filter-view--list.grid,
.c-filter-view--list > .grid {
  grid-template-columns: auto !important;
  gap: 16px !important;
}
.c-filter-view--list .c-card-mini{
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 1024px){
  .c-filter-view--list .c-card-mini{
    padding: 16px;
  }
}
.c-filter-view--list .c-card-mini .c-card__image{
  width: 128px;
  flex-shrink: 0;
  margin: 0;
}
.c-filter-view--list .c-card-mini .c-card__content {
  margin-bottom: 0;
}
.c-filter-view--list .c-card-mini .c-card__tags {
  margin: 0;
}
.c-filter-view--list .c-card-mini .c-card__tags .c-tag-list {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .c-filter-view--list .c-card-mini .c-card__image,
.c-filter-view--list .c-card-mini .c-card__tags {
    display: none;
  }
}
.c-filter-view--list .c-card{
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 1024px){
  .c-filter-view--list .c-card{
    padding: 16px;
  }
}
.c-filter-view--list .c-card .c-overline {
  display: none;
}
.c-filter-view--list .c-card .grid-view-only {
  display: none;
}

.c-post-filters__applied-filters{
  display: none;
}

.c-post-filters--filtering .c-post-filters__applied-filters{
  display: block;
}
.c-post-filters--filtering .c-post-filters__clear{
  display: block;
}

.c-post-filters--loading {
  position: relative;
}
.c-post-filters--loading .c-card {
  opacity: 0.3;
}

.c-post-filters.c-post-filters--loading:before{
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
  background-image: linear-gradient(to right, #004B761A 50%, #004B76 50%);
  content: "";
  background-size: 200% 100%;
  background-repeat: repeat-x;
  animation: postFiltersLoading 1s ease-in-out 0s infinite;
}

.grid.c-post-filters--loading:after {
  content: "";
  grid-column: 1 / -1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 999px;
  border-width: 2px;
  border-top-color: #EC008C;
  border-left-color: #EC008C;
  animation: postFiltersSpinner 500ms ease-in-out 0s infinite;
}

@keyframes postFiltersLoading {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes postFiltersSpinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-scrolling-container {
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.c-scrolling-container::-webkit-scrollbar {
  display: none;
}

.c-share-links__items a {
  transition: all ease-in-out 0.2s;
}
.c-share-links__items a svg path {
  transition: all ease-in-out 0.2s;
}
.c-share-links__items a:hover, .c-share-links__items a:active, .c-share-links__items a:focus {
  background-color: #E3018C;
}
.c-share-links__items a:hover svg path, .c-share-links__items a:active svg path, .c-share-links__items a:focus svg path {
  fill: #ffffff;
}
.c-share-links-copy__message {
  --share-link-bg-color: #2F001C;
  background: var(--share-link-bg-color);
  font-size: 12px;
  line-height: 1;
  height: auto;
  color: white;
  z-index: 20;
  padding: 6px 8px 7px;
  border-radius: 8px;
  white-space: nowrap;
  top: calc(100% + 10px);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
}
@media (min-width: 1024px) {
  .c-share-links-copy__message {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.c-share-links-copy__message.is-active {
  opacity: 1;
  visibility: visible;
}
.c-share-links-copy__message:after {
  position: absolute;
  margin: auto;
  top: -6px;
  right: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  z-index: 0;
  border-style: solid;
  border-width: 0px 6px 6px 6px;
  border-color: transparent transparent var(--share-link-bg-color) transparent;
}
@media (min-width: 1024px) {
  .c-share-links-copy__message:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.c-social-media__link{
  position: relative;
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border-width: 1px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 300ms;
  background-color: var(--button-secondary-bg-color);
  color: var(--button-secondary-text-color);
  border-color: var(--border-color);
}
.c-social-media__link:hover, .c-social-media__link:focus {
  background-color: var(--button-hover-bg-color);
  color: var(--button-hover-text-color);
  border-color: transparent;
}

.c-tag-list {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin-left: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 8px;
  align-items: flex-start;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-tag-list {
    display: flex;
  }
}
.c-tag-list--center {
  align-items: center;
}
@media (max-width: 1023px) {
  .c-tag-list--mobile-scrollable {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    overflow: scroll;
    width: calc(100% + 48px);
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .c-tag-list--mobile-scrollable::-webkit-scrollbar {
    display: none;
  }
}
.c-tag-list li {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-tag-list li {
    display: block;
  }
}
.c-tag-list-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  transition: all ease-in-out 0.35s;
  border-radius: 4px;
  max-width: 100%;
  min-width: 0px;
}
.c-tag-list-item--link:hover, .c-tag-list-item--link:active, .c-tag-list-item--link:focus {
  filter: brightness(95%);
}
.c-tag-list-item a,
.c-tag-list-item span{
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px;
  border-width: 1px;
  background-color: #004B761A;
  color: #00324F;
  padding: 2px 6px;
  display: block;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.c-tag-list-item a img,
.c-tag-list-item a svg,
.c-tag-list-item span img,
.c-tag-list-item span svg {
  width: 1.33em;
  height: 1.33em;
  margin: -0.8em 0 -0.6em;
  display: inline-block;
}
.c-tag-list-item a:hover{
  text-decoration-line: underline;
}
.c-tag-list--expandable li {
  display: none !important;
}
.c-tag-list--expandable li:first-child, .c-tag-list--expandable li:nth-child(2), .c-tag-list--expandable li:nth-child(3), .c-tag-list--expandable li:nth-child(4) {
  display: inline-block !important;
}
.c-tag-list--expandable.expanded li {
  display: inline-block !important;
}
.c-tag-list--expandable.expanded .c-tag-list__expander .expanded {
  display: none;
}
.c-tag-list--expandable.expanded .c-tag-list__expander .less {
  display: block;
}
.c-tag-list .c-tag-list__expander {
  display: inline-block !important;
  border-radius: 16px;
  transition: all ease-in-out 0.35s;
}
.c-tag-list .c-tag-list__expander .expanded {
  display: block;
}
.c-tag-list .c-tag-list__expander .less {
  display: none;
}
.c-tag-list--size-medium .c-tag-list-item {
  line-height: 1;
  border-radius: 80px;
}
.c-tag-list--size-medium .c-tag-list-item a,
.c-tag-list--size-medium .c-tag-list-item span {
  padding: 8px 12px;
}
.c-tag-list--rounded .c-tag-list-item {
  border-radius: 16px;
}

.c-tag-style{
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.50em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px;
  border-width: 1px;
  background-color: #004B761A;
  color: #00324F;
  padding: 2px 6px;
  display: block;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.c-tag-style img,
.c-tag-style svg {
  width: 1.33em;
  height: 1.33em;
  margin: -0.8em 0 -0.6em;
  display: inline-block;
}

.c-page-navigation{
  margin-top: 40px;
  margin-bottom: 64px;
}

@media (min-width: 1024px){
  .c-page-navigation{
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
.c-page-navigation ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.c-page-navigation ul li{
  display: flex;
  align-items: center;
}
.c-page-navigation ul li a{
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border-width: 1px;
  border-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.c-page-navigation ul li.active a{
  border-color: currentColor;
}
.c-page-navigation ul li:hover a{
  border-color: currentColor;
}
.c-page-navigation ul li.c-page-navigation__next a, .c-page-navigation ul li.c-page-navigation__previous a{
  height: 6px;
  width: 18px;
  border-radius: 0;
  border-style: none;
  font-size: 0px;
}
.c-page-navigation ul li.c-page-navigation__next a:before, .c-page-navigation ul li.c-page-navigation__previous a:before{
  display: block;
  height: 6px;
  width: 18px;
  background-image: url("../images/icon-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.175, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}
.c-page-navigation ul li.c-page-navigation__next a:hover, .c-page-navigation ul li.c-page-navigation__previous a:hover{
  background-color: transparent;
}
.c-page-navigation ul li.c-page-navigation__next a:hover:before, .c-page-navigation ul li.c-page-navigation__previous a:hover:before{
  opacity: 0.7;
}
.c-page-navigation ul li.c-page-navigation__previous a{
  --tw-rotate: 180deg;
  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){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
      padding-right: 40px;
      padding-left: 40px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .lg\:container{
      max-width: 1440px;
    }
  }
  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }
  @media (min-width: 1920px){
    .lg\:container{
      max-width: 1920px;
    }
  }
  .lg\:title-t1{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: max( 72px, 3.75vw );
    font-weight: 400;
    line-height: 1.20em;
    letter-spacing: 0;
  }
  .lg\:title-t2{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: max( 56px, 2.9vw );
    font-weight: 400;
    line-height: 1.20em;
    letter-spacing: 0;
  }
  .lg\:title-t3{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: max( 48px, 2.5vw );
    font-weight: 400;
    line-height: 1.20em;
    letter-spacing: 0;
  }
  .lg\:title-t4{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: max( 40px, 2vw );
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0;
  }
  .lg\:title-t5{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: max( 32px, 1.6vw );
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0;
  }
  .lg\:title-t6{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.40em;
    letter-spacing: 0;
  }
  .lg\:body-b1{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.40em;
    letter-spacing: 0;
  }
  .lg\:body-b2{
    font-family: 'neue-haas-grotesk-text', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.50em;
    letter-spacing: 0;
  }
  .lg\:body-b3{
    font-family: 'neue-haas-grotesk-text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.50em;
    letter-spacing: 0;
  }
  .lg\:body-b4{
    font-family: 'neue-haas-grotesk-text', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50em;
    letter-spacing: 0;
  }
  .lg\:clip-left{
    -webkit-clip-path: polygon( 0 0, 0 100%, 100vw 100%, 100vw 0);
            clip-path: polygon( 0 0, 0 100%, 100vw 100%, 100vw 0);
  }
}
.placeholder\:opacity-50::-moz-placeholder{
  opacity: 0.5;
}
.placeholder\:opacity-50::placeholder{
  opacity: 0.5;
}
.first\:border-t-0:first-child{
  border-top-width: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.focus-within\:border-current:focus-within{
  border-color: currentColor;
}
.hover\:scale-\[1\.2\]:hover{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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));
}
.hover\:border-current:hover{
  border-color: currentColor;
}
.hover\:bg-\[\#ECEFFA\]:hover{
  background-color: #ECEFFA;
}
.hover\:bg-canvas-accent-primary-low:hover{
  background-color: #004B761A;
}
.hover\:bg-canvas-bg-light-medium:hover{
  background-color: #F6F9FA;
}
.hover\:bg-ia-secondary-light-hover:hover{
  background-color: #004B761A;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.group:hover .group-hover\:scale-\[1\.05\]{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:scale-\[1\.1\]{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.group:hover .group-hover\:bg-ia-cta-light-hover{
  background-color: #BD0070;
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
@media not all and (min-width: 1280px){
  .max-xl\:hidden{
    display: none;
  }
}
@media not all and (min-width: 1024px){
  .max-lg\:relative{
    position: relative;
  }
  .max-lg\:left-0{
    left: 0;
  }
  .max-lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .max-lg\:mx-screenOffsetX{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .max-lg\:-mb-4{
    margin-bottom: -32px;
  }
  .max-lg\:ml-auto{
    margin-left: auto;
  }
  .max-lg\:mt-5{
    margin-top: 40px;
  }
  .max-lg\:hidden{
    display: none;
  }
  .max-lg\:aspect-\[3\/2\]{
    aspect-ratio: 3/2;
  }
  .max-lg\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .max-lg\:w-\[240px\]{
    width: 240px;
  }
  .max-lg\:items-start{
    align-items: flex-start;
  }
  .max-lg\:justify-between{
    justify-content: space-between;
  }
  .max-lg\:gap-5{
    gap: 40px;
  }
  .max-lg\:border-b{
    border-bottom-width: 1px;
  }
  .max-lg\:border-t{
    border-top-width: 1px;
  }
  .max-lg\:pt-\[140px\]{
    padding-top: 140px;
  }
  .max-lg\:text-right{
    text-align: right;
  }
}
@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:inset-0{
    inset: 0;
  }
  .lg\:bottom-3{
    bottom: 24px;
  }
  .lg\:left-0{
    left: 0;
  }
  .lg\:left-3{
    left: 24px;
  }
  .lg\:right-0{
    right: 0;
  }
  .lg\:top-0{
    top: 0;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:order-4{
    order: 4;
  }
  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .lg\:my-5{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg\:mb-1{
    margin-bottom: 8px;
  }
  .lg\:mb-2{
    margin-bottom: 16px;
  }
  .lg\:mb-4{
    margin-bottom: 32px;
  }
  .lg\:mb-5{
    margin-bottom: 40px;
  }
  .lg\:mb-8{
    margin-bottom: 80px;
  }
  .lg\:mb-auto{
    margin-bottom: auto;
  }
  .lg\:ml-0{
    margin-left: 0;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-0{
    margin-right: 0;
  }
  .lg\:mr-auto{
    margin-right: auto;
  }
  .lg\:mt-3{
    margin-top: 24px;
  }
  .lg\:mt-5{
    margin-top: 40px;
  }
  .lg\:mt-8{
    margin-top: 80px;
  }
  .lg\:mt-9{
    margin-top: 120px;
  }
  .lg\:mt-\[160px\]{
    margin-top: 160px;
  }
  .lg\:mt-auto{
    margin-top: auto;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[136\/55\]{
    aspect-ratio: 136/55;
  }
  .lg\:aspect-\[31\/19\]{
    aspect-ratio: 31/19;
  }
  .lg\:aspect-\[78\/40\]{
    aspect-ratio: 78/40;
  }
  .lg\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .lg\:h-7{
    height: 64px;
  }
  .lg\:h-\[420px\]{
    height: 420px;
  }
  .lg\:h-\[600px\]{
    height: 600px;
  }
  .lg\:h-\[60px\]{
    height: 60px;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-6{
    width: 48px;
  }
  .lg\:w-7{
    width: 64px;
  }
  .lg\:w-\[180px\]{
    width: 180px;
  }
  .lg\:w-\[200px\]{
    width: 200px;
  }
  .lg\:w-\[33\%\]{
    width: 33%;
  }
  .lg\:w-\[380px\]{
    width: 380px;
  }
  .lg\:w-\[480px\]{
    width: 480px;
  }
  .lg\:w-\[64px\]{
    width: 64px;
  }
  .lg\:w-\[90px\]{
    width: 90px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[220px\]{
    max-width: 220px;
  }
  .lg\:max-w-\[280px\]{
    max-width: 280px;
  }
  .lg\:max-w-\[300px\]{
    max-width: 300px;
  }
  .lg\:max-w-\[480px\]{
    max-width: 480px;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1fr_50\%\]{
    grid-template-columns: 1fr 50%;
  }
  .lg\:grid-cols-\[1fr_600px_1fr\]{
    grid-template-columns: 1fr 600px 1fr;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-1{
    gap: 8px;
  }
  .lg\:gap-2{
    gap: 16px;
  }
  .lg\:gap-3{
    gap: 24px;
  }
  .lg\:gap-4{
    gap: 32px;
  }
  .lg\:gap-5{
    gap: 40px;
  }
  .lg\:gap-7{
    gap: 64px;
  }
  .lg\:gap-8{
    gap: 80px;
  }
  .lg\:gap-9{
    gap: 120px;
  }
  .lg\:rounded{
    border-radius: 8px;
  }
  .lg\:rounded-md{
    border-radius: 16px;
  }
  .lg\:rounded-xl{
    border-radius: 48px;
  }
  .lg\:border{
    border-width: 1px;
  }
  .lg\:border-x{
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .lg\:border-r{
    border-right-width: 1px;
  }
  .lg\:bg-\[\#000\]{
    background-color: #000;
  }
  .lg\:p-2{
    padding: 16px;
  }
  .lg\:p-3{
    padding: 24px;
  }
  .lg\:p-4{
    padding: 32px;
  }
  .lg\:p-5{
    padding: 40px;
  }
  .lg\:p-7{
    padding: 64px;
  }
  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-2{
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg\:px-4{
    padding-left: 32px;
    padding-right: 32px;
  }
  .lg\:px-5{
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:px-\[12px\]{
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg\:px-flush{
    padding-left: min( calc((1920px - 100vw) / 2), 40px);
    padding-right: min( calc((1920px - 100vw) / 2), 40px);
  }
  .lg\:py-1{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lg\:py-2{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .lg\:py-5{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:py-7{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lg\:py-8{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:py-9{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .lg\:pb-0{
    padding-bottom: 0;
  }
  .lg\:pb-0\.5{
    padding-bottom: 0.125rem;
  }
  .lg\:pb-1{
    padding-bottom: 8px;
  }
  .lg\:pb-1\.5{
    padding-bottom: 0.375rem;
  }
  .lg\:pb-10{
    padding-bottom: 144px;
  }
  .lg\:pb-11{
    padding-bottom: 160px;
  }
  .lg\:pb-12{
    padding-bottom: 200px;
  }
  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-2{
    padding-bottom: 16px;
  }
  .lg\:pb-2\.5{
    padding-bottom: 0.625rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-3{
    padding-bottom: 24px;
  }
  .lg\:pb-3\.5{
    padding-bottom: 0.875rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-36{
    padding-bottom: 9rem;
  }
  .lg\:pb-4{
    padding-bottom: 32px;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pb-44{
    padding-bottom: 11rem;
  }
  .lg\:pb-48{
    padding-bottom: 12rem;
  }
  .lg\:pb-5{
    padding-bottom: 40px;
  }
  .lg\:pb-52{
    padding-bottom: 13rem;
  }
  .lg\:pb-56{
    padding-bottom: 14rem;
  }
  .lg\:pb-6{
    padding-bottom: 48px;
  }
  .lg\:pb-60{
    padding-bottom: 15rem;
  }
  .lg\:pb-64{
    padding-bottom: 16rem;
  }
  .lg\:pb-7{
    padding-bottom: 64px;
  }
  .lg\:pb-72{
    padding-bottom: 18rem;
  }
  .lg\:pb-8{
    padding-bottom: 80px;
  }
  .lg\:pb-80{
    padding-bottom: 20rem;
  }
  .lg\:pb-9{
    padding-bottom: 120px;
  }
  .lg\:pb-96{
    padding-bottom: 24rem;
  }
  .lg\:pl-5{
    padding-left: 40px;
  }
  .lg\:pl-\[50\%\]{
    padding-left: 50%;
  }
  .lg\:pl-flush{
    padding-left: min( calc((1920px - 100vw) / 2), 40px);
  }
  .lg\:pr-0{
    padding-right: 0;
  }
  .lg\:pr-5{
    padding-right: 40px;
  }
  .lg\:pr-8{
    padding-right: 80px;
  }
  .lg\:pt-0{
    padding-top: 0;
  }
  .lg\:pt-0\.5{
    padding-top: 0.125rem;
  }
  .lg\:pt-1{
    padding-top: 8px;
  }
  .lg\:pt-1\.5{
    padding-top: 0.375rem;
  }
  .lg\:pt-10{
    padding-top: 144px;
  }
  .lg\:pt-11{
    padding-top: 160px;
  }
  .lg\:pt-12{
    padding-top: 200px;
  }
  .lg\:pt-14{
    padding-top: 3.5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-2{
    padding-top: 16px;
  }
  .lg\:pt-2\.5{
    padding-top: 0.625rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-3{
    padding-top: 24px;
  }
  .lg\:pt-3\.5{
    padding-top: 0.875rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-36{
    padding-top: 9rem;
  }
  .lg\:pt-4{
    padding-top: 32px;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-44{
    padding-top: 11rem;
  }
  .lg\:pt-48{
    padding-top: 12rem;
  }
  .lg\:pt-5{
    padding-top: 40px;
  }
  .lg\:pt-52{
    padding-top: 13rem;
  }
  .lg\:pt-56{
    padding-top: 14rem;
  }
  .lg\:pt-6{
    padding-top: 48px;
  }
  .lg\:pt-60{
    padding-top: 15rem;
  }
  .lg\:pt-64{
    padding-top: 16rem;
  }
  .lg\:pt-7{
    padding-top: 64px;
  }
  .lg\:pt-72{
    padding-top: 18rem;
  }
  .lg\:pt-8{
    padding-top: 80px;
  }
  .lg\:pt-80{
    padding-top: 20rem;
  }
  .lg\:pt-9{
    padding-top: 120px;
  }
  .lg\:pt-96{
    padding-top: 24rem;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-canvas-fg-light-muted{
    color: #00324FCC;
  }
  .group:hover .lg\:group-hover\:scale-\[1\.05\]{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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){
  .xl\:w-\[162px\]{
    width: 162px;
  }
  .xl\:w-\[170px\]{
    width: 170px;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:gap-5{
    gap: 40px;
  }
  .xl\:border{
    border-width: 1px;
  }
  .xl\:px-2{
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1920px){
  .xxxl\:aspect-auto{
    aspect-ratio: auto;
  }
  .xxxl\:h-\[1080px\]{
    height: 1080px;
  }
}
.\[\&\.active\]\:bg-\[\#ECEFFA\].active{
  background-color: #ECEFFA;
}
.\[\&\.active\]\:bg-canvas-accent-primary-low.active{
  background-color: #004B761A;
}
.\[\&\.hovered\]\:opacity-100.hovered{
  opacity: 1;
}
.\[\&\.is-active\]\:bg-canvas-accent-primary-low.is-active{
  background-color: #004B761A;
}
.\[\&\.is-active\]\:bg-ia-secondary-light-hover.is-active{
  background-color: #004B761A;
}