*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (forced-colors: active)  {

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

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

@media (forced-colors: active)  {

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

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

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

@media (forced-colors: active)  {

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

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1440px) {

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

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

  .container {
    max-width: 1920px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {

  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {

  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
html,
  body {
  width: 100%;
  max-width: 100dvw;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.page-node-type-news div.custom-html--default divhtml,.page-node-type-news div.custom-html--default div
  body {
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {

  .page-node-type-news div.custom-html--default divhtml,.page-node-type-news div.custom-html--default div
  body {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1080px) {

  .page-node-type-news div.custom-html--default divhtml,.page-node-type-news div.custom-html--default div
  body {
    margin-bottom: 2.5rem;
  }

  html,
  body {
    overflow-x: visible;
  }
}
header[role='banner'] {
  width: 100%;
}
.page-node-type-news div.custom-html--default divheader[role='banner'] {
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {

  .page-node-type-news div.custom-html--default divheader[role='banner'] {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1080px) {

  .page-node-type-news div.custom-html--default divheader[role='banner'] {
    margin-bottom: 2.5rem;
  }
}
blockquote {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgb(176 54 143 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.typo-h1 {
  font-family: PlatformMedium;
  font-size: 50px;
  font-weight: 500;
  line-height: 95%;
}
@media (min-width: 768px) {

  .typo-h1 {
    font-size: 72px;
    line-height: 100%;
  }
}
@media (min-width: 1440px) {

  .typo-h1 {
    font-size: 90px;
    line-height: 96%;
    letter-spacing: -2%;
  }
}
@media (min-width: 1920px) {

  .typo-h1 {
    font-size: 120px;
    line-height: 94%;
  }
}
.typo-h2 {
  font-family: PlatformMedium;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 768px) {

  .typo-h2 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {

  .typo-h2 {
    font-size: 72px;
    line-height: 95%;
  }
}
@media (min-width: 1920px) {

  .typo-h2 {
    font-size: 82px;
  }
}
.h3-heading-text,
  .typo-h3 {
  font-family: PlatformMedium;
  font-size: 34px;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 768px) {

  .h3-heading-text,
  .typo-h3 {
    font-size: 40px;
    line-height: 95%;
  }
}
@media (min-width: 1440px) {

  .h3-heading-text,
  .typo-h3 {
    font-size: 56px;
  }
}
@media (min-width: 1920px) {

  .h3-heading-text,
  .typo-h3 {
    font-size: 64px;
  }
}
.typo-h4 {
  font-family: PlatformMedium;
  font-size: 27px;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 768px) {

  .typo-h4 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {

  .typo-h4 {
    font-size: 36px;
  }
}
@media (min-width: 1920px) {

  .typo-h4 {
    font-size: 40px;
  }
}
.typo-h5 {
  font-family: PostGrotesk;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}
@media (min-width: 768px) {

  .typo-h5 {
    font-size: 24px;
    line-height: 110%;
  }
}
@media (min-width: 1440px) {

  .typo-h5 {
    font-size: 26px;
    line-height: 105%;
  }
}
@media (min-width: 1920px) {

  .typo-h5 {
    font-size: 32px;
  }
}
.typo-paragraph {
  font-family: PostGrotesk;
  font-size: 17px;
  line-height: 135%;
}
@media (min-width: 768px) {

  .typo-paragraph {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {

  .typo-paragraph {
    font-size: 19px;
    line-height: 131%;
  }
}
@media (min-width: 1920px) {

  .typo-paragraph {
    font-size: 21px;
    line-height: 130%;
  }
}
.typo-cta {
  font-family: PostGrotesk;
  font-size: 17px;
  font-weight: 500;
  line-height: 135%;
  text-underline-offset: 4px;
}
@media (min-width: 768px) {

  .typo-cta {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {

  .typo-cta {
    font-size: 19px;
    line-height: 131%;
  }
}
@media (min-width: 1920px) {

  .typo-cta {
    font-size: 21px;
    line-height: 130%;
  }
}
.typo-label {
  font-family: PostGrotesk;
  font-size: 13px;
  font-weight: 700;
  line-height: 123%;
  letter-spacing: 0.7px;
  text-underline-offset: 4px;
}
@media (min-width: 768px) {

  .typo-label {
    font-size: 14px;
    line-height: 133%;
  }
}
@media (min-width: 1440px) {

  .typo-label {
    font-size:  16px;
    line-height: 131%;
  }
}
@media (min-width: 1920px) {

  .typo-label {
    font-size: 17px;
    line-height: 123%;
  }
}
.typo-captions {
  font-family: PostGrotesk;
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 768px) {

  .typo-captions {
    line-height: 20px;
  }
}
@media (min-width: 1080px) {

  .typo-captions {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {

  .typo-captions {
    font-size: 17px;
    line-height: 21px;
  }
}
.typo-button {
  font-family: PostGrotesk;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.78px;
}
@media (min-width: 768px) {

  .typo-button {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}
@media (min-width: 1440px) {

  .typo-button {
    font-size:  16px;
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1920px) {

  .typo-button {
    letter-spacing: 1.02px;
  }
}
body .transition-all {
    transition-duration: 500ms;
  }
.accordion-item a:hover {
  color: #B0368F;
}
.accordion-item a {
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-color: #B0368F;
}
.formatted-footer-contact-us a {
  font-family: PlatformMedium;
  font-size: 26px;
  line-height: 1.2;
  color: #FFE1F7;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.formatted-footer-contact-us:hover a {
  color: #FFBBEC;
}
@media (min-width: 768px) {

  .formatted-footer-contact-us a {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {

  .formatted-footer-contact-us a {
    font-size: 36px;
  }
}
.formatted-footer-contact-us p {
  font-family: PlatformMedium;
  font-size: 26px;
  line-height: 1.2;
  color: #FFBBEC;
}
@media (min-width: 768px) {

  .formatted-footer-contact-us p {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {

  .formatted-footer-contact-us p {
    font-size: 36px;
  }
}
.formatted-footer-contact-us {

    p {
      white-space: nowrap;
    }
  }
.formatted-text h2 {
  font-family: PlatformMedium;
  font-size: 27px;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 768px) {

  .formatted-text h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {

  .formatted-text h2 {
    font-size: 36px;
  }
}
@media (min-width: 1920px) {

  .formatted-text h2 {
    font-size: 40px;
  }
}
.formatted-text h3 {
  font-family: PostGrotesk;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}
@media (min-width: 768px) {

  .formatted-text h3 {
    font-size: 24px;
    line-height: 110%;
  }
}
@media (min-width: 1440px) {

  .formatted-text h3 {
    font-size: 26px;
    line-height: 105%;
  }
}
@media (min-width: 1920px) {

  .formatted-text h3 {
    font-size: 32px;
  }
}
.formatted-text h4 {
  font-family: PostGrotesk;
  font-size: 17px;
}
@media (min-width: 768px) {

  .formatted-text h4 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {

  .formatted-text h4 {
    font-size: 19px;
  }
}
@media (min-width: 1920px) {

  .formatted-text h4 {
    font-size: 21px;
  }
}
.formatted-text h5 {
  font-family: PostGrotesk;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}
@media (min-width: 768px) {

  .formatted-text h5 {
    font-size: 24px;
    line-height: 110%;
  }
}
@media (min-width: 1440px) {

  .formatted-text h5 {
    font-size: 26px;
    line-height: 105%;
  }
}
@media (min-width: 1920px) {

  .formatted-text h5 {
    font-size: 32px;
  }
}
.formatted-text h6 {
  font-family: PostGrotesk;
  font-size: 17px;
}
@media (min-width: 768px) {

  .formatted-text h6 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {

  .formatted-text h6 {
    font-size: 19px;
  }
}
@media (min-width: 1920px) {

  .formatted-text h6 {
    font-size: 21px;
  }
}
.formatted-text h2 {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
}
.formatted-text h3 {
  margin-bottom: 24px;
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
}
.formatted-text h4 {
  margin-top: 32px;
  margin-bottom: 24px;
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
}
.formatted-text h5 {
  margin-top: 32px;
  margin-bottom: 24px;
}
.formatted-text h6 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
}
.formatted-text h7 {
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
}
.formatted-text li {
  margin-bottom: 0.5rem;
  font-family: PostGrotesk;
  font-size: 17px;
  line-height: 23px;
}
@media (min-width: 768px) {

  .formatted-text li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1440px) {

  .formatted-text li {
    font-size: 19px;
  }
}
.formatted-text ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 4rem;
  list-style-type: decimal;
}
.formatted-text p {
  margin-bottom: 15px;
  font-family: PostGrotesk;
  font-size: 17px;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .formatted-text p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1440px) {

  .formatted-text p {
    font-size: 19px;
  }
}
.formatted-text ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 4rem;
  list-style-type: disc;
}
.formatted-text {

      a:where([href]) {
    font-family: PostGrotesk;
  }

      a:where([href]) {
    font-size: 17px;
  }

      a:where([href]) {
    font-weight: 400;
  }

      a:where([href]) {
    line-height: 23px;
  }

      a:where([href]) {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

      a:where([href]) {
    text-decoration-line: underline;
  }

      a:where([href]) {
    text-underline-offset: 3px;
  }

      a:where([href]) {
    text-decoration-color: #B0368F;
  }

      a:where([href]):hover {
    color: #B0368F;
  }

      @media (min-width: 768px) {

    a:where([href]) {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

      @media (min-width: 1440px) {

    a:where([href]) {
      font-size: 19px;
    }
  }

      h2,h3,h4,h5,h6 {
        a {
          font-style: inherit;
          font-size: inherit;
          color: inherit;
          font-weight: inherit;
        }
      }
  }
.link-item {
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  text-decoration-color: #B0368F;
}
.link-item:hover {
  --tw-text-opacity: 1;
  color: rgb(120 18 92 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #78125C;
}
@media (min-width: 1440px) {

  .link-item {
    text-decoration-thickness: 2px;
  }
}
.horizontal-spacing-full {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-node-type-news div.custom-html--default div.horizontal-spacing-full {
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {

  .page-node-type-news div.custom-html--default div.horizontal-spacing-full {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1080px) {

  .page-node-type-news div.custom-html--default div.horizontal-spacing-full {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {

  .horizontal-spacing-full {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1920px) {

  .horizontal-spacing-full {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.horizontal-spacing-full .horizontal-spacing-full {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.horizontal-spacing-narrow {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-node-type-news div.custom-html--default div.horizontal-spacing-narrow {
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {

  .page-node-type-news div.custom-html--default div.horizontal-spacing-narrow {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1080px) {

  .page-node-type-news div.custom-html--default div.horizontal-spacing-narrow {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {

  .horizontal-spacing-narrow {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1080px) {

  .horizontal-spacing-narrow {
    margin-left: auto;
    margin-right: auto;
    width: 656px;
  }
}
@media (min-width: 1440px) {

  .horizontal-spacing-narrow {
    width: 660px;
  }
}
@media (min-width: 1920px) {

  .horizontal-spacing-narrow {
    width: 864px;
  }
}
.hero-vertical-spacing {
  margin-bottom: 2.5rem;
}
.hero-vertical-spacing-simple {
  margin-bottom: 1rem;
}
@media (min-width: 1440px) {

  .hero-vertical-spacing-simple {
    margin-bottom: 1.5rem;
  }
}
.vertical-spacing-title {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {

  .vertical-spacing-title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1440px) {

  .vertical-spacing-title {
    margin-bottom: 5rem;
  }
}
.dropdown-toggle {
  font-family: PostGrotesk;
  font-size: 13px;
  font-weight: 700;
  line-height: 123%;
  letter-spacing: 0.7px;
  text-underline-offset: 4px;
}
@media (min-width: 768px) {

  .dropdown-toggle {
    font-size: 14px;
    line-height: 133%;
  }
}
@media (min-width: 1440px) {

  .dropdown-toggle {
    font-size:  16px;
    line-height: 131%;
  }
}
@media (min-width: 1920px) {

  .dropdown-toggle {
    font-size: 17px;
    line-height: 123%;
  }
}
.dropdown-toggle {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  border-radius: 0.375rem;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.dropdown-item-flex {
  font-family: PostGrotesk;
  font-size: 17px;
  line-height: 135%;
}
@media (min-width: 768px) {

  .dropdown-item-flex {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {

  .dropdown-item-flex {
    font-size: 19px;
    line-height: 131%;
  }
}
@media (min-width: 1920px) {

  .dropdown-item-flex {
    font-size: 21px;
    line-height: 130%;
  }
}
.dropdown-item-flex {
  margin-top: 16px;
  display: flex;
  width: auto;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  border-radius: 0.5rem;
  padding: 32px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dropdown-item-flex>*:hover {
  text-decoration-line: underline;
}
.dropdown-item-grid {
  font-family: PostGrotesk;
  font-size: 17px;
  line-height: 135%;
}
@media (min-width: 768px) {

  .dropdown-item-grid {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {

  .dropdown-item-grid {
    font-size: 19px;
    line-height: 131%;
  }
}
@media (min-width: 1920px) {

  .dropdown-item-grid {
    font-size: 21px;
    line-height: 130%;
  }
}
.dropdown-item-grid {
  z-index: 10;
  margin-top: 16px;
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  justify-content: space-between;
  row-gap: 12px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  border-radius: 0.5rem;
  padding: 32px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.page-node-type-news div.custom-html--default div.dropdown-item-grid {
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {

  .page-node-type-news div.custom-html--default div.dropdown-item-grid {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1080px) {

  .page-node-type-news div.custom-html--default div.dropdown-item-grid {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 640px) {

  .dropdown-item-grid {
    position: absolute;
  }
}
@media (min-width: 768px) {

  .dropdown-item-grid {
    -moz-column-gap: 41px;
         column-gap: 41px;
  }
}
@media (min-width: 1080px) {

  .dropdown-item-grid {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }
}
@media (min-width: 1440px) {

  .dropdown-item-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (min-width: 1920px) {

  .dropdown-item-grid {
    grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
  }
}
.dropdown-item-grid>*:hover {
  text-decoration-line: underline;
}
@media (min-width: 640px) {

  .glider-contain {
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {

  .glider-contain {
    margin-right: -1.5rem;
  }
}
@media (min-width: 1440px) {

  .glider-contain {
    margin-right: 0px;
  }
}
#dropdown-menu .dropdown-item.no-values {
    opacity: 0.6;
    pointer-events: none;
  }
.accordion-item p {
    margin-bottom: 1rem;
  }
.addl-resources .views-element-container:not(:first-child) h3 {
  margin-top: 2.5rem;
}
.resources-list .external svg {
  position: relative;
  margin-left: 4px;
  display: inline-block;
  height: 17px;
  width: 17px;
  vertical-align: baseline;
}
body .resources-list .external svg path {
    transition-duration: 500ms;
  }
body .resources-list .external svg rect {
    transition-duration: 500ms;
  }
.resources-list .external svg path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.resources-list .external svg rect {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.resources-list a:hover rect,
  .resources-list a:hover path {
  fill: #B0368F;
}
.btn-pill a {
  font-family: PostGrotesk;
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 768px) {

  .btn-pill a {
    line-height: 20px;
  }
}
@media (min-width: 1080px) {

  .btn-pill a {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {

  .btn-pill a {
    font-size: 17px;
    line-height: 21px;
  }
}
body .btn-pill a {
    transition-duration: 500ms;
  }
.btn-pill a {
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 248 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 47 137 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-pill a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(97 226 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1920px) {

  .btn-pill a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.after-overlay::after {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.15;
  --tw-content: '';
  content: var(--tw-content);
}
.no-arrow .after-overlay {
  opacity: 1;
}
.no-arrow .arrow {
  display: none;
}
.stay-informed {
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 247 / var(--tw-bg-opacity, 1));
}
.stay-informed .animated-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.path-frontpage .stay-informed {
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 247 / var(--tw-bg-opacity, 1));
}
.slug-events .view-events .link-item {
    display: none;
  }
.slug-take-action .stay-informed .animated-bg,
  .path-frontpage .stay-informed .animated-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 187 236 / var(--tw-bg-opacity, 1));
}
.stay-informed a {
  --tw-bg-opacity: 1;
  background-color: rgb(120 18 92 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 187 236 / var(--tw-text-opacity, 1));
}
.stay-informed a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 122 199 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(120 18 92 / var(--tw-text-opacity, 1));
}
.stay-informed p,
  .stay-informed h2 {
  --tw-text-opacity: 1;
  color: rgb(120 18 92 / var(--tw-text-opacity, 1));
}
.stay-informed img.pink {
    display: block;
  }
.stay-informed img.blue {
    display: none;
  }
.path-search .stay-informed img.pink,
  .has-blue-footer .stay-informed img.pink {
    display: none;
  }
.path-search .stay-informed img.blue,
  .has-blue-footer .stay-informed img.blue {
    display: block;
  }
.path-search .stay-informed,
  .has-blue-footer .stay-informed {
  --tw-bg-opacity: 1;
  background-color: rgb(218 248 255 / var(--tw-bg-opacity, 1));
}
.path-search .stay-informed a,
  .has-blue-footer .stay-informed a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 137 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(218 248 255 / var(--tw-text-opacity, 1));
}
.path-search .stay-informed a:hover,
  .has-blue-footer .stay-informed a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(97 226 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 47 137 / var(--tw-text-opacity, 1));
}
.path-search .stay-informed p,
  .path-search .stay-informed h2,
  .has-blue-footer .stay-informed p,
  .has-blue-footer .stay-informed h2 {
  --tw-text-opacity: 1;
  color: rgb(0 47 137 / var(--tw-text-opacity, 1));
}
body[class^='slug-news-'] .latest-news > .news-teaser-block:last-of-type {
  display: block;
}
@media (min-width: 768px) {

  body[class^='slug-news-'] .latest-news > .news-teaser-block:last-of-type {
    display: none;
  }
}
@media (min-width: 1440px) {

  body[class^='slug-news-'] .latest-news > .news-teaser-block:last-of-type {
    display: block;
  }
}
.slug-elections-endorsements .text-image > a {
  align-self: flex-start;
}
@media (min-width: 768px) {

  .slug-elections-endorsements .text-image > a {
    position: sticky;
    top: 2.5rem;
  }
}
@media (min-width: 1920px) {

  .slug-elections-endorsements .text-image > a {
    top: 4rem;
  }
}
.sticky-nav {
  position: sticky;
  top: 0px;
  z-index: 30;
}
.component-container
    > .section:last-child
    > .layout:last-child
    > .layout__region:last-child
    > .paragraph:last-child {
  margin-bottom: 0px !important;
}
.component-container .layout__region > .paragraph {
  display: block;
    &.featured-resources,
    &.recirculation-cards {
    margin-bottom: 5rem;
  }
}
.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;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-left-\[40px\] {
  left: -40px;
}
.-top-6 {
  top: -1.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-80px\] {
  bottom: -80px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-\[100\%\] {
  top: 100%;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[1px\] {
  top: 1px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[99\] {
  z-index: 99;
}
.z-\[9\] {
  z-index: 9;
}
.m-0 {
  margin: 0px;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-\[7px\] {
  margin-top: 7px;
  margin-bottom: 7px;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-20px\] {
  margin-bottom: -20px;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[17px\] {
  margin-bottom: 17px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[-126px\] {
  margin-left: -126px;
}
.ml-\[-139\.1\%\] {
  margin-left: -139.1%;
}
.ml-\[-30\.2\%\] {
  margin-left: -30.2%;
}
.ml-\[-5\%\] {
  margin-left: -5%;
}
.ml-\[-52\.3\%\] {
  margin-left: -52.3%;
}
.ml-\[-99\.1\%\] {
  margin-left: -99.1%;
}
.ml-\[40px\] {
  margin-left: 40px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mr-\[40px\] {
  margin-right: 40px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[calc\(-100vw-100\%\)\] {
  margin-top: calc(-100vw - 100%);
}
.mt-\[calc\(500\%-100vw\)\] {
  margin-top: calc(500% - 100vw);
}
.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-\[5\/4\] {
  aspect-ratio: 5/4;
}
.aspect-\[7\/4\] {
  aspect-ratio: 7/4;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0 {
  height: 0px;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[342px\] {
  height: 342px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[calc\(100dvh-70px\)\] {
  height: calc(100dvh - 70px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[390px\] {
  min-height: 390px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[104\%\] {
  width: 104%;
}
.w-\[110\%\] {
  width: 110%;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[122\%\] {
  width: 122%;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[193px\] {
  width: 193px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[58\%\] {
  width: 58%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[77px\] {
  width: 77px;
}
.w-\[92px\] {
  width: 92px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[342px\] {
  min-width: 342px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[680px\] {
  min-width: 680px;
}
.min-w-\[767px\] {
  min-width: 767px;
}
.min-w-\[83px\] {
  min-width: 83px;
}
.min-w-\[auto\] {
  min-width: auto;
}
.min-w-full {
  min-width: 100%;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[282px\] {
  max-width: 282px;
}
.max-w-\[569px\] {
  max-width: 569px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-xl {
  max-width: 1920px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-center {
  transform-origin: center;
}
.-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-x-full {
  --tw-translate-x: 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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-x-\[40px\] {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.gap-x-\[49px\] {
  -moz-column-gap: 49px;
       column-gap: 49px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.gap-y-\[3px\] {
  row-gap: 3px;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.gap-y-\[64px\] {
  row-gap: 64px;
}
.gap-y-\[80px\] {
  row-gap: 80px;
}
.gap-y-\[8px\] {
  row-gap: 8px;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.rounded-tl-\[0px\] {
  border-top-left-radius: 0px;
}
.rounded-tr-\[0px\] {
  border-top-right-radius: 0px;
}
.border-0 {
  border-width: 0px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-magentaDark {
  --tw-border-opacity: 1;
  border-color: rgb(120 18 92 / var(--tw-border-opacity, 1));
}
.border-magentaMedium {
  --tw-border-opacity: 1;
  border-color: rgb(176 54 143 / var(--tw-border-opacity, 1));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\] {
  background-color: rgba(255,255,255,0.7);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-darkOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(252 81 27 / var(--tw-bg-opacity, 1));
}
.bg-deepBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 137 / var(--tw-bg-opacity, 1));
}
.bg-deepBlueDark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 27 79 / var(--tw-bg-opacity, 1));
}
.bg-magenta {
  --tw-bg-opacity: 1;
  background-color: rgb(176 54 143 / var(--tw-bg-opacity, 1));
}
.bg-magentaDark {
  --tw-bg-opacity: 1;
  background-color: rgb(120 18 92 / var(--tw-bg-opacity, 1));
}
.bg-magentaMedium {
  --tw-bg-opacity: 1;
  background-color: rgb(176 54 143 / var(--tw-bg-opacity, 1));
}
.bg-orangeLight {
  --tw-bg-opacity: 1;
  background-color: rgb(255 154 122 / var(--tw-bg-opacity, 1));
}
.bg-orangeMedium {
  --tw-bg-opacity: 1;
  background-color: rgb(255 114 69 / var(--tw-bg-opacity, 1));
}
.bg-pinkLight {
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 247 / var(--tw-bg-opacity, 1));
}
.bg-pinkMedium {
  --tw-bg-opacity: 1;
  background-color: rgb(255 187 236 / var(--tw-bg-opacity, 1));
}
.bg-powderBlueLight {
  --tw-bg-opacity: 1;
  background-color: rgb(218 248 255 / var(--tw-bg-opacity, 1));
}
.bg-powderBlueMedium {
  --tw-bg-opacity: 1;
  background-color: rgb(185 242 255 / var(--tw-bg-opacity, 1));
}
.bg-sandLight {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 224 / var(--tw-bg-opacity, 1));
}
.bg-sandMedium {
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 163 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-hero-gradient-lg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.bg-none {
  background-image: none;
}
.fill-black {
  fill: #000;
}
.fill-magentaMedium {
  fill: #B0368F;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[6px\] {
  padding: 6px;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[42px\] {
  padding-top: 42px;
  padding-bottom: 42px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[160px\] {
  padding-bottom: 160px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[27px\] {
  padding-bottom: 27px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[75px\] {
  padding-bottom: 75px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[96px\] {
  padding-bottom: 96px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[230px\] {
  padding-top: 230px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[31px\] {
  padding-top: 31px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pt-\[62\.25\%\] {
  padding-top: 62.25%;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-baseline {
  vertical-align: baseline;
}
.align-middle {
  vertical-align: middle;
}
.font-platform {
  font-family: PlatformMedium;
}
.font-postgrotesk {
  font-family: PostGrotesk;
}
.font-sans {
  font-family: PostGrotesk, PlatformMedium, sans-serif;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-dropdownAnchor {
  font-size: 16px;
}
.text-footerAnchorSm {
  font-size: 13px;
}
.text-h3 {
  font-size: 34px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-anchorSm {
  line-height: 135%;
}
.leading-negative {
  line-height: 0.85;
}
.tracking-\[0\.65px\] {
  letter-spacing: 0.65px;
}
.tracking-dropdownAnchor {
  letter-spacing: 0.98px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-darkOrange {
  --tw-text-opacity: 1;
  color: rgb(252 81 27 / var(--tw-text-opacity, 1));
}
.text-deepBlue {
  --tw-text-opacity: 1;
  color: rgb(0 47 137 / var(--tw-text-opacity, 1));
}
.text-deepBlueDark {
  --tw-text-opacity: 1;
  color: rgb(0 27 79 / var(--tw-text-opacity, 1));
}
.text-deepBlueLight {
  --tw-text-opacity: 1;
  color: rgb(2 66 190 / var(--tw-text-opacity, 1));
}
.text-magentaDark {
  --tw-text-opacity: 1;
  color: rgb(120 18 92 / var(--tw-text-opacity, 1));
}
.text-magentaMedium {
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
}
.text-orangeMedium {
  --tw-text-opacity: 1;
  color: rgb(255 114 69 / var(--tw-text-opacity, 1));
}
.text-pinkLight {
  --tw-text-opacity: 1;
  color: rgb(255 225 247 / var(--tw-text-opacity, 1));
}
.text-pinkMedium {
  --tw-text-opacity: 1;
  color: rgb(255 187 236 / var(--tw-text-opacity, 1));
}
.text-powderBlueLight {
  --tw-text-opacity: 1;
  color: rgb(218 248 255 / var(--tw-text-opacity, 1));
}
.text-powderBlueMedium {
  --tw-text-opacity: 1;
  color: rgb(185 242 255 / var(--tw-text-opacity, 1));
}
.text-purpleMedium {
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-darkOrange {
  text-decoration-color: #FC511B;
}
.decoration-magentaMedium {
  text-decoration-color: #B0368F;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.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);
}
.text-decoration-magenta {
  text-decoration-color: #B0368F;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

.search-visible-completed,
.mobilenav-visible {
  overflow: hidden;
}

body.gin--vertical-toolbar {
  .gin-secondary-toolbar--frontend {
    top: var(--gin-toolbar-height);
  }

  .sticky-nav {
    top: calc(var(--gin-toolbar-secondary-height) + var(--gin-toolbar-height));
  }
}

/**
 * EveryAction CSS - repeat the `.at` selector to increase specificity.
 */
.at.at.at {

  .at-title {
    font-family: PlatformMedium;
  }

  .at-title {
    font-size: 34px;
  }

  .at-title {
    font-weight: 500;
  }

  .at-title {
    line-height: 100%;
  }

  @media (min-width: 768px) {

    .at-title {
      font-size: 40px;
    }
  }

  @media (min-width: 768px) {

    .at-title {
      line-height: 95%;
    }
  }

  @media (min-width: 1440px) {

    .at-title {
      font-size: 56px;
    }
  }

  @media (min-width: 1920px) {

    .at-title {
      font-size: 64px;
    }
  }
  .at-title {
    margin-bottom: 40px;
  }
  .at-title {
    padding: 0px;
  }
  .at-title {
    text-align: left;
  }
  .at-title {
    --tw-text-opacity: 1;
    color: rgb(176 54 143 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 768px) {

    .at-title {
      margin-bottom: 64px;
    }
  }
  @media (min-width: 1440px) {

    .at-title {
      margin-bottom: 80px;
    }
  }

  header.at-markup {
    display: flex;
  }

  header.at-markup {
    flex-direction: column;
  }

  header.at-markup > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  header.at-markup {
    padding: 0px !important;
  }

  .at-fields {
    display: flex;
  }

  .at-fields {
    flex-direction: column;
  }

  .at-fields > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .at-fields {
    padding: 0px !important;
  }

  ol,
  ul {
    display: flex;
  }

  ol,
  ul {
    flex-direction: column;
  }

  ol > :not([hidden]) ~ :not([hidden]),
  ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  ol,
  ul {
    padding-left: 1.5rem;
  }

  ol {
    list-style-type: decimal;
  }

  ul {
    list-style-type: disc;
  }

  label {
    font-family: PostGrotesk;
  }

  label {
    font-size: 13px;
  }

  label {
    font-weight: 700;
  }

  label {
    line-height: 123%;
  }

  label {
    letter-spacing: 0.7px;
  }

  label {
    text-underline-offset: 4px;
  }

  @media (min-width: 768px) {

    label {
      font-size: 14px;
    }
  }

  @media (min-width: 768px) {

    label {
      line-height: 133%;
    }
  }

  @media (min-width: 1440px) {

    label {
      font-size:  16px;
    }
  }

  @media (min-width: 1440px) {

    label {
      line-height: 131%;
    }
  }

  @media (min-width: 1920px) {

    label {
      font-size: 17px;
    }
  }

  @media (min-width: 1920px) {

    label {
      line-height: 123%;
    }
  }

  label {
    margin-left: 0px;
    margin-right: 0px;
  }

  label {
    --tw-text-opacity: 1;
    color: rgb(120 18 92 / var(--tw-text-opacity, 1));
  }

  fieldset {
    padding-left: 0px;
    padding-right: 0px;
  }

  legend {
    margin-left: 0px;
    margin-right: 0px;
  }

  input,
  textarea,
  select {
    margin-top: 0.5rem;
  }

  input,
  textarea,
  select {
    height: auto !important;
  }

  input,
  textarea,
  select {
    border-radius: 36px;
  }

  input,
  textarea,
  select {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  input,
  textarea,
  select {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  input,
  textarea,
  select {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .at-form-submit {
    padding: 0px;
  }

  body .btn-at {
    transition-duration: 500ms;
  }

  .btn-at {
    margin: 0px;
  }

  .btn-at {
    cursor: pointer;
  }

  .btn-at {
    border-radius: 9999px;
  }

  .btn-at {
    --tw-bg-opacity: 1;
    background-color: rgb(176 54 143 / var(--tw-bg-opacity, 1));
  }

  .btn-at {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-at {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn-at {
    font-family: PostGrotesk;
  }

  .btn-at {
    font-weight: 700;
  }

  .btn-at {
    text-transform: uppercase;
  }

  .btn-at {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .btn-at {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .btn-at:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 18 92 / var(--tw-bg-opacity, 1));
  }

  @media (min-width: 1080px) {

    .btn-at {
      font-size: 14px;
    }
  }

  @media (min-width: 1080px) {

    .btn-at {
      letter-spacing: 0.84px ;
    }
  }

  @media (min-width: 1440px) {

    .btn-at {
      font-size: 16px;
    }
  }

  @media (min-width: 1920px) {

    .btn-at {
      font-size: 17px;
    }
  }

  .thankYou .contributions {
    display: flex;
  }

  .thankYou .contributions {
    flex-direction: column;
  }

  .thankYou .contributions > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

div.no-bg,
.a4te-block:not(:last-child, :has(+ .a4te-block)) {
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {

  div.no-bg,
.a4te-block:not(:last-child, :has(+ .a4te-block)) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1080px) {

  div.no-bg,
.a4te-block:not(:last-child, :has(+ .a4te-block)) {
    margin-bottom: 5rem;
  }
}
.page-node-type-news div.custom-html--default div.w-full {
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {

  .page-node-type-news div.custom-html--default div.w-full {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1080px) {

  .page-node-type-news div.custom-html--default div.w-full {
    margin-bottom: 2.5rem;
  }
}
.page-node-type-news iframe html {
  padding-top: 0px;
}
div.bg-element + div.no-bg,
div.bg-element + div.components-container {
  margin-top: 2.5rem;
}
@media (min-width: 640px) {

  div.bg-element + div.no-bg,
div.bg-element + div.components-container {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1080px) {

  div.bg-element + div.no-bg,
div.bg-element + div.components-container {
    margin-top: 5rem;
  }
}
div.bg-element + div.bg-element,
div.hero-block + div.bg-element {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.a4te-formatted-text + div.info-list {
  margin-top: -2.5rem;
}

@media (min-width: 640px) {

  div.a4te-formatted-text + div.info-list {
    margin-top: -2.5rem;
  }
}

@media (min-width: 1080px) {

  div.a4te-formatted-text + div.info-list {
    margin-top: -5rem;
  }
}

div.a4te-formatted-text + div.text-cta {
  margin-top: -1.25rem;
}

@media (min-width: 640px) {

  div.a4te-formatted-text + div.text-cta {
    margin-top: -1.25rem;
  }
}

@media (min-width: 1080px) {

  div.a4te-formatted-text + div.text-cta {
    margin-top: -2.5rem;
  }
}

div.a4te-formatted-text > h2:not(:first-child) {
  margin-top: 2.5rem;
}
div.a4te-formatted-text > h3:not(:first-child) {
  margin-top: 2rem;
}

.four-across {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {

  .four-across {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .four-across {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {

  .four-across {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {

  .four-across {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.three-across {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {

  .three-across {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {

  .three-across {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {

  .three-across {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.three-two-across {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {

  .three-two-across {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .three-two-across {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {

  .three-two-across {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {

  .three-two-across {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.two-across {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {

  .two-across {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .two-across {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {

  .two-across {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {

  .two-across {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.field--name-field-custom-resources > .field__item:not(:last-child) {
  margin-bottom: 2.5rem;
  display: block;
}

.block-footnotes {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page-node-type-news div.custom-html--default div.block-footnotes {
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {

  .page-node-type-news div.custom-html--default div.block-footnotes {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1080px) {

  .page-node-type-news div.custom-html--default div.block-footnotes {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {

  .block-footnotes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1920px) {

  .block-footnotes {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.block-footnotes .horizontal-spacing-full {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.block-footnotes {
  margin-bottom: 2.5rem;
}

@media (min-width: 1080px) {

  .block-footnotes {
    margin-bottom: 5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.block-footnotes {

  ul {
    margin-left: auto;
    margin-right: auto;
  }

  ul {
    max-width: 100%;
  }

  ul {
    border-top-width: 1px;
  }

  ul {
    --tw-border-opacity: 1;
    border-top-color: rgb(176 54 143 / var(--tw-border-opacity, 1));
  }

  ul {
    padding-top: 2.5rem;
  }

  @media (min-width: 1080px) {

    ul {
      max-width: 60%;
    }
  }

  @media (min-width: 1440px) {

    ul {
      max-width: 45%;
    }
  }

  li {
    display: flex;
  }

  li {
    gap: 1rem;
  }

  a {
    text-decoration-line: underline;
  }

  a {
    text-underline-offset: 3px;
  }

  a {
    text-decoration-color: #B0368F;
  }

  a:hover {
    color: #B0368F;
  }
}

.footnote__citation {
  position: relative;
  top: -0.2em;
  vertical-align: top;
  font-size: 0.73em !important;
}

body .before\:transition-all::before {
    content: var(--tw-content);
    transition-duration: 500ms;
  }

body .after\:transition-all::after {
    content: var(--tw-content);
    transition-duration: 500ms;
  }

body .group.is-visible .group-\[\.is-visible\]\:transition-all {
    transition-duration: 500ms;
  }

@media (min-width: 640px) {

  .sm\:typo-label {
    font-family: PostGrotesk;
    font-size: 13px;
    font-weight: 700;
    line-height: 123%;
    letter-spacing: 0.7px;
    text-underline-offset: 4px;
  }

  @media (min-width: 768px) {

    .sm\:typo-label {
      font-size: 14px;
      line-height: 133%;
    }
  }

  @media (min-width: 1440px) {

    .sm\:typo-label {
      font-size:  16px;
      line-height: 131%;
    }
  }

  @media (min-width: 1920px) {

    .sm\:typo-label {
      font-size: 17px;
      line-height: 123%;
    }
  }
}

.\[\&_\.form-text\]\:typo-h3 .form-text {
  font-family: PlatformMedium;
  font-size: 34px;
  font-weight: 500;
  line-height: 100%;
}

@media (min-width: 768px) {

  .\[\&_\.form-text\]\:typo-h3 .form-text {
    font-size: 40px;
    line-height: 95%;
  }
}

@media (min-width: 1440px) {

  .\[\&_\.form-text\]\:typo-h3 .form-text {
    font-size: 56px;
  }
}

@media (min-width: 1920px) {

  .\[\&_\.form-text\]\:typo-h3 .form-text {
    font-size: 64px;
  }
}

.\[\&_a\]\:typo-captions a {
  font-family: PostGrotesk;
  font-size: 13px;
  line-height: 18px;
}

@media (min-width: 768px) {

  .\[\&_a\]\:typo-captions a {
    line-height: 20px;
  }
}

@media (min-width: 1080px) {

  .\[\&_a\]\:typo-captions a {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {

  .\[\&_a\]\:typo-captions a {
    font-size: 17px;
    line-height: 21px;
  }
}

.\[\&_p\]\:typo-paragraph p {
  font-family: PostGrotesk;
  font-size: 17px;
  line-height: 135%;
}

@media (min-width: 768px) {

  .\[\&_p\]\:typo-paragraph p {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {

  .\[\&_p\]\:typo-paragraph p {
    font-size: 19px;
    line-height: 131%;
  }
}

@media (min-width: 1920px) {

  .\[\&_p\]\:typo-paragraph p {
    font-size: 21px;
    line-height: 130%;
  }
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-\[3px\]::before {
  content: var(--tw-content);
  height: 3px;
}

.before\:w-\[25px\]::before {
  content: var(--tw-content);
  width: 25px;
}

.before\:w-\[30px\]::before {
  content: var(--tw-content);
  width: 30px;
}

.before\:rotate-90::before {
  content: var(--tw-content);
  --tw-rotate: 90deg;
  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));
}

.before\:bg-magentaMedium::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(176 54 143 / var(--tw-bg-opacity, 1));
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-\[3px\]::after {
  content: var(--tw-content);
  height: 3px;
}

.after\:w-\[25px\]::after {
  content: var(--tw-content);
  width: 25px;
}

.after\:w-\[30px\]::after {
  content: var(--tw-content);
  width: 30px;
}

.after\:-translate-y-\[2\.5px\]::after {
  content: var(--tw-content);
  --tw-translate-y: -2.5px;
  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));
}

.after\:bg-darkOrange::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(252 81 27 / var(--tw-bg-opacity, 1));
}

.after\:bg-deepBlue::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 137 / var(--tw-bg-opacity, 1));
}

.after\:bg-magentaMedium::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(176 54 143 / var(--tw-bg-opacity, 1));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

.last\:mb-\[0px\]:last-child {
  margin-bottom: 0px;
}

.hover\:bg-magenta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 54 143 / var(--tw-bg-opacity, 1));
}

.hover\:bg-magentaDark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 18 92 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orangeLight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 154 122 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pinkDark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 122 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pinkMedium:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 187 236 / var(--tw-bg-opacity, 1));
}

.hover\:bg-powderBlueMedium:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 242 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sandMedium:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-deepBlue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 47 137 / var(--tw-text-opacity, 1));
}

.hover\:text-magenta:hover {
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
}

.hover\:text-magentaDark:hover {
  --tw-text-opacity: 1;
  color: rgb(120 18 92 / var(--tw-text-opacity, 1));
}

.hover\:text-pinkLight:hover {
  --tw-text-opacity: 1;
  color: rgb(255 225 247 / var(--tw-text-opacity, 1));
}

.hover\:text-pinkMedium:hover {
  --tw-text-opacity: 1;
  color: rgb(255 187 236 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:decoration-magenta:hover {
  text-decoration-color: #B0368F;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group\/global.search-visible .group-\[\.search-visible\]\/global\:pointer-events-auto {
  pointer-events: auto;
}

.group\/global.search-visible .group-\[\.search-visible\]\/global\:visible {
  visibility: visible;
}

.group.news-hero .group-\[\.news-hero\]\:sticky {
  position: sticky;
}

.group\/global.mobile-menu-opened .group-\[\.mobile-menu-opened\]\/global\:bottom-0 {
  bottom: 0px;
}

.group\/global.mobile-menu-opened .group-\[\.mobile-menu-opened\]\/global\:top-0 {
  top: 0px;
}

.group.toggled .group-\[\.toggled\]\:mb-10 {
  margin-bottom: 2.5rem;
}

.group.toggled .group-\[\.toggled\]\:mb-\[80px\] {
  margin-bottom: 80px;
}

.group.is-visible .group-\[\.is-visible\]\:block {
  display: block;
}

.group\/global.search-visible .group-\[\.search-visible\]\/global\:block {
  display: block;
}

.group\/global.mobile-menu-opened .group-\[\.mobile-menu-opened\]\/global\:flex {
  display: flex;
}

.group\/global.search-visible .group-\[\.search-visible\]\/global\:flex {
  display: flex;
}

.group.visible .group-\[\.visible\]\:flex {
  display: flex;
}

.group\/action.open .group-\[\.open\]\/action\:inline-flex {
  display: inline-flex;
}

.group\/action.open .group-\[\.open\]\/action\:hidden {
  display: none;
}

.group\/global.search-visible .group-\[\.search-visible\]\/global\:hidden {
  display: none;
}

.group\/populartags.first .group-\[\.first\]\/populartags\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/populartags.last .group-\[\.last\]\/populartags\:translate-x-\[-400px\] {
  --tw-translate-x: -400px;
  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\/populartags.middle .group-\[\.middle\]\/populartags\:translate-x-\[-200px\] {
  --tw-translate-x: -200px;
  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\/global.mobile-menu-opened .group-\[\.mobile-menu-opened\]\/global\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/global.search-visible .group-\[\.search-visible\]\/global\: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));
}

.group\/action.open .group-\[\.open\]\/action\:rotate-180 {
  --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));
}

.group.toggled .group-\[\.toggled\]\:rotate-90 {
  --tw-rotate: 90deg;
  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\/global.mobile-menu-opened .group-\[\.mobile-menu-opened\]\/global\:scale-0 {
  --tw-scale-x: 0;
  --tw-scale-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));
}

@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.group.is-visible .group-\[\.is-visible\]\:animate-fadeIn {
  animation: fadeIn 0.5s ease-in-out;
}

.group\/action.open .group-\[\.open\]\/action\:grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}

.group.submenu-opened .group-\[\.submenu-opened\]\:grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}

.group.toggled .group-\[\.toggled\]\:grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}

.group\/global.search-visible .group-\[\.search-visible\]\/global\:flex-col {
  flex-direction: column;
}

.group\/global.mobile-menu-opened .group-\[\.mobile-menu-opened\]\/global\:overflow-y-scroll {
  overflow-y: scroll;
}

.group\/populartags.first .group-\[\.first\]\/populartags\:bg-powderBlueLight {
  --tw-bg-opacity: 1;
  background-color: rgb(218 248 255 / var(--tw-bg-opacity, 1));
}

.group\/populartags.last .group-\[\.last\]\/populartags\:bg-powderBlueLight {
  --tw-bg-opacity: 1;
  background-color: rgb(218 248 255 / var(--tw-bg-opacity, 1));
}

.group\/populartags.middle .group-\[\.middle\]\/populartags\:bg-powderBlueLight {
  --tw-bg-opacity: 1;
  background-color: rgb(218 248 255 / var(--tw-bg-opacity, 1));
}

.group\/action.open .group-\[\.open\]\/action\:py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.group.hovered .group-\[\.hovered\]\:text-deepBlueDark {
  --tw-text-opacity: 1;
  color: rgb(0 27 79 / var(--tw-text-opacity, 1));
}

.group.hovered .group-\[\.hovered\]\:text-magenta {
  --tw-text-opacity: 1;
  color: rgb(176 54 143 / var(--tw-text-opacity, 1));
}

.group.hovered .group-\[\.hovered\]\:text-magentaDark {
  --tw-text-opacity: 1;
  color: rgb(120 18 92 / var(--tw-text-opacity, 1));
}

.group.hovered .group-\[\.hovered\]\:text-orangeMedium {
  --tw-text-opacity: 1;
  color: rgb(255 114 69 / var(--tw-text-opacity, 1));
}

.group.is-visible .group-\[\.is-visible\]\:text-magentaDark {
  --tw-text-opacity: 1;
  color: rgb(120 18 92 / var(--tw-text-opacity, 1));
}

.group.is-visible .group-\[\.is-visible\]\:underline {
  text-decoration-line: underline;
}

.group.is-visible .group-\[\.is-visible\]\:decoration-2 {
  text-decoration-thickness: 2px;
}

.group.is-visible .group-\[\.is-visible\]\:underline-offset-\[3px\] {
  text-underline-offset: 3px;
}

.group.hovered .group-\[\.hovered\]\:opacity-100 {
  opacity: 1;
}

.group\/global.mobile-menu-opened .group-\[\.mobile-menu-opened\]\/global\:opacity-100 {
  opacity: 1;
}

.group\/action.open .group-\[\.open\]\/action\:opacity-100 {
  opacity: 1;
}

.group\/global.search-visible .group-\[\.search-visible\]\/global\:opacity-100 {
  opacity: 1;
}

.group\/global.search-visible .group-\[\.search-visible\]\/global\:opacity-\[1\] {
  opacity: 1;
}

.group.submenu-opened .group-\[\.submenu-opened\]\:opacity-100 {
  opacity: 1;
}

.group.toggled .group-\[\.toggled\]\:opacity-100 {
  opacity: 1;
}

.group.is-visible .group-\[\.is-visible\]\:transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group\/global.mobile-menu-opened .before\:group-\[\.mobile-menu-opened\]\/global\:translate-y-2\.5::before {
  content: var(--tw-content);
  --tw-translate-y: 0.625rem;
  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\/global.mobile-menu-opened .before\:group-\[\.mobile-menu-opened\]\/global\:rotate-\[135deg\]::before {
  content: var(--tw-content);
  --tw-rotate: 135deg;
  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.submenu-opened .before\:group-\[\.submenu-opened\]\:rotate-\[180deg\]::before {
  content: var(--tw-content);
  --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));
}

.group\/global.mobile-menu-opened .before\:group-\[\.mobile-menu-opened\]\/global\:bg-magentaMedium::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(176 54 143 / var(--tw-bg-opacity, 1));
}

.group\/global.mobile-menu-opened .after\:group-\[\.mobile-menu-opened\]\/global\:-translate-y-2\.5::after {
  content: var(--tw-content);
  --tw-translate-y: -0.625rem;
  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\/global.mobile-menu-opened .after\:group-\[\.mobile-menu-opened\]\/global\:rotate-\[-135deg\]::after {
  content: var(--tw-content);
  --tw-rotate: -135deg;
  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.submenu-opened .after\:group-\[\.submenu-opened\]\:rotate-\[180deg\]::after {
  content: var(--tw-content);
  --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));
}

.group\/global.mobile-menu-opened .after\:group-\[\.mobile-menu-opened\]\/global\:bg-magentaMedium::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(176 54 143 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {

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

  .sm\:mt-\[calc\(300\%-75vw\)\] {
    margin-top: calc(300% - 75vw);
  }

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:min-w-\[328px\] {
    min-width: 328px;
  }

  .sm\:gap-x-\[32px\] {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:text-\[14px\] {
    font-size: 14px;
  }

  .sm\:text-\[24px\] {
    font-size: 24px;
  }
}

@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

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

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .md\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .md\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .md\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[64px\] {
    margin-bottom: 64px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-\[4\%\] {
    margin-left: 4%;
  }

  .md\:ml-\[40px\] {
    margin-left: 40px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-\[38px\] {
    margin-right: 38px;
  }

  .md\:mr-\[4\%\] {
    margin-right: 4%;
  }

  .md\:mr-\[90px\] {
    margin-right: 90px;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

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

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-\[0px\] {
    margin-top: 0px;
  }

  .md\:mt-\[16px\] {
    margin-top: 16px;
  }

  .md\:mt-\[64px\] {
    margin-top: 64px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:h-\[36vh\] {
    height: 36vh;
  }

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

  .md\:h-auto {
    height: auto;
  }

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

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

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

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

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

  .md\:w-\[48\%\] {
    width: 48%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

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

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

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

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

  .md\:min-w-full {
    min-width: 100%;
  }

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

  .md\:max-w-\[55\%\] {
    max-width: 55%;
  }

  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .md\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-\[3\] {
    flex: 3;
  }

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

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-\[16px\] {
    gap: 16px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[32px\] {
    gap: 32px;
  }

  .md\:gap-\[35px\] {
    gap: 35px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-\[3\%\] {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }

  .md\:gap-x-\[32px\] {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-\[0px\] {
    row-gap: 0px;
  }

  .md\:gap-y-\[120px\] {
    row-gap: 120px;
  }

  .md\:gap-y-\[15px\] {
    row-gap: 15px;
  }

  .md\:gap-y-\[24px\] {
    row-gap: 24px;
  }

  .md\:gap-y-\[64px\] {
    row-gap: 64px;
  }

  .md\:gap-y-\[8px\] {
    row-gap: 8px;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:p-\[16px\] {
    padding: 16px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:pb-\[0px\] {
    padding-bottom: 0px;
  }

  .md\:pb-\[128px\] {
    padding-bottom: 128px;
  }

  .md\:pb-\[24px\] {
    padding-bottom: 24px;
  }

  .md\:pb-\[32px\] {
    padding-bottom: 32px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-\[1vw\] {
    padding-top: 1vw;
  }

  .md\:pt-\[64px\] {
    padding-top: 64px;
  }

  .md\:pt-\[66px\] {
    padding-top: 66px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-buttonTextMd {
    font-size: 14px;
  }

  .md\:text-footerAnchorMd {
    font-size: 14px;
  }

  .md\:text-mdH3 {
    font-size: 40px;
  }

  .last\:md\:mb-\[120px\]:last-child {
    margin-bottom: 120px;
  }

  .group\/populartags.first .group-\[\.first\]\/populartags\:md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group\/populartags.last .group-\[\.last\]\/populartags\:md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group\/populartags.middle .group-\[\.middle\]\/populartags\:md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1080px) {

  .mdlg\:relative {
    position: relative;
  }

  .mdlg\:top-10 {
    top: 2.5rem;
  }

  .mdlg\:order-1 {
    order: 1;
  }

  .mdlg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .mdlg\:ml-8 {
    margin-left: 2rem;
  }

  .mdlg\:mr-0 {
    margin-right: 0px;
  }

  .mdlg\:mt-0 {
    margin-top: 0px;
  }

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

  .mdlg\:mt-32 {
    margin-top: 8rem;
  }

  .mdlg\:block {
    display: block;
  }

  .mdlg\:inline-block {
    display: inline-block;
  }

  .mdlg\:flex {
    display: flex;
  }

  .mdlg\:hidden {
    display: none;
  }

  .mdlg\:h-\[12px\] {
    height: 12px;
  }

  .mdlg\:h-\[24px\] {
    height: 24px;
  }

  .mdlg\:h-\[440px\] {
    height: 440px;
  }

  .mdlg\:h-\[484px\] {
    height: 484px;
  }

  .mdlg\:h-\[49px\] {
    height: 49px;
  }

  .mdlg\:h-\[6px\] {
    height: 6px;
  }

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

  .mdlg\:h-screen {
    height: 100vh;
  }

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

  .mdlg\:w-\[12vw\] {
    width: 12vw;
  }

  .mdlg\:w-\[163px\] {
    width: 163px;
  }

  .mdlg\:w-\[193px\] {
    width: 193px;
  }

  .mdlg\:w-\[40\%\] {
    width: 40%;
  }

  .mdlg\:w-\[48\%\] {
    width: 48%;
  }

  .mdlg\:w-\[60\%\] {
    width: 60%;
  }

  .mdlg\:w-\[77px\] {
    width: 77px;
  }

  .mdlg\:w-auto {
    width: auto;
  }

  .mdlg\:w-full {
    width: 100%;
  }

  .mdlg\:min-w-\[242px\] {
    min-width: 242px;
  }

  .mdlg\:min-w-\[280px\] {
    min-width: 280px;
  }

  .mdlg\:min-w-\[40\%\] {
    min-width: 40%;
  }

  .mdlg\:min-w-\[484px\] {
    min-width: 484px;
  }

  .mdlg\:min-w-\[620px\] {
    min-width: 620px;
  }

  .mdlg\:max-w-\[344px\] {
    max-width: 344px;
  }

  .mdlg\:max-w-\[45\%\] {
    max-width: 45%;
  }

  .mdlg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .mdlg\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .mdlg\:max-w-none {
    max-width: none;
  }

  .mdlg\:flex-1 {
    flex: 1 1 0%;
  }

  .mdlg\:flex-\[2\] {
    flex: 2;
  }

  .mdlg\:flex-\[3\] {
    flex: 3;
  }

  .mdlg\:flex-\[4\] {
    flex: 4;
  }

  .mdlg\:flex-none {
    flex: none;
  }

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

  .mdlg\:flex-col {
    flex-direction: column;
  }

  .mdlg\:justify-between {
    justify-content: space-between;
  }

  .mdlg\:gap-\[32px\] {
    gap: 32px;
  }

  .mdlg\:gap-\[80px\] {
    gap: 80px;
  }

  .mdlg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .mdlg\:gap-x-\[22px\] {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .mdlg\:gap-x-\[32px\] {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .mdlg\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .mdlg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .mdlg\:gap-y-\[0px\] {
    row-gap: 0px;
  }

  .mdlg\:gap-y-\[30px\] {
    row-gap: 30px;
  }

  .mdlg\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .mdlg\:gap-y-\[60px\] {
    row-gap: 60px;
  }

  .mdlg\:gap-y-\[80px\] {
    row-gap: 80px;
  }

  .mdlg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .mdlg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mdlg\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mdlg\:px-\[212px\] {
    padding-left: 212px;
    padding-right: 212px;
  }

  .mdlg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .mdlg\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mdlg\:py-\[38px\] {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .mdlg\:pb-0 {
    padding-bottom: 0px;
  }

  .mdlg\:pb-\[37px\] {
    padding-bottom: 37px;
  }

  .mdlg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .mdlg\:pt-\[40px\] {
    padding-top: 40px;
  }

  .mdlg\:pt-\[64px\] {
    padding-top: 64px;
  }

  .mdlg\:text-navAnchorMdlg {
    font-size: 14px;
  }

  .mdlg\:tracking-headerAnchorMdlg {
    letter-spacing: 0.84px ;
  }

  .group\/action.open .group-\[\.open\]\/action\:mdlg\:flex {
    display: flex;
  }

  .group\/global.mobile-menu-opened .mdlg\:group-\[\.mobile-menu-opened\]\/global\:hidden {
    display: none;
  }
}

@media (min-width: 1440px) {

  .lg\:static {
    position: static;
  }

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

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

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

  .lg\:top-16 {
    top: 4rem;
  }

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .lg\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .lg\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

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

  .lg\:mr-\[40px\] {
    margin-right: 40px;
  }

  .lg\:mr-\[45\%\] {
    margin-right: 45%;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-\[24px\] {
    margin-top: 24px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[14px\] {
    height: 14px;
  }

  .lg\:h-\[30px\] {
    height: 30px;
  }

  .lg\:h-\[44px\] {
    height: 44px;
  }

  .lg\:h-\[495px\] {
    height: 495px;
  }

  .lg\:h-\[528px\] {
    height: 528px;
  }

  .lg\:w-\[10vw\] {
    width: 10vw;
  }

  .lg\:w-\[14px\] {
    width: 14px;
  }

  .lg\:w-\[15\%\] {
    width: 15%;
  }

  .lg\:w-\[30px\] {
    width: 30px;
  }

  .lg\:w-\[44px\] {
    width: 44px;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:min-w-\[193px\] {
    min-width: 193px;
  }

  .lg\:min-w-\[330px\] {
    min-width: 330px;
  }

  .lg\:min-w-\[428px\] {
    min-width: 428px;
  }

  .lg\:max-w-\[45\%\] {
    max-width: 45%;
  }

  .lg\:max-w-\[540px\] {
    max-width: 540px;
  }

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-\[164px\] {
    gap: 164px;
  }

  .lg\:gap-\[39px\] {
    gap: 39px;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:gap-\[64px\] {
    gap: 64px;
  }

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-\[158px\] {
    -moz-column-gap: 158px;
         column-gap: 158px;
  }

  .lg\:gap-x-\[39px\] {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .lg\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:gap-x-\[41px\] {
    -moz-column-gap: 41px;
         column-gap: 41px;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:gap-y-\[12px\] {
    row-gap: 12px;
  }

  .lg\:gap-y-\[21px\] {
    row-gap: 21px;
  }

  .lg\:gap-y-\[24px\] {
    row-gap: 24px;
  }

  .lg\:gap-y-\[64px\] {
    row-gap: 64px;
  }

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

  .lg\:p-\[20px\] {
    padding: 20px;
  }

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

  .lg\:px-\[273\.5px\] {
    padding-left: 273.5px;
    padding-right: 273.5px;
  }

  .lg\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-\[160px\] {
    padding-bottom: 160px;
  }

  .lg\:pb-\[38px\] {
    padding-bottom: 38px;
  }

  .lg\:pr-\[220px\] {
    padding-right: 220px;
  }

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

  .lg\:pt-\[109px\] {
    padding-top: 109px;
  }

  .lg\:pt-\[34px\] {
    padding-top: 34px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-buttonTextLg {
    font-size:  16px;
  }

  .lg\:text-footerAnchorLg {
    font-size: 16px;
  }

  .lg\:text-lgh3 {
    font-size: 56px;
  }

  .lg\:text-navAnchorLg {
    font-size: 16px;
  }

  .first-line\:lg\:tracking-buttonTextLg::first-line {
    letter-spacing: 0.96px;
  }
}

@media (min-width: 1920px) {

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mb-\[34px\] {
    margin-bottom: 34px;
  }

  .xl\:mr-\[47\%\] {
    margin-right: 47%;
  }

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

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[15px\] {
    height: 15px;
  }

  .xl\:h-\[28px\] {
    height: 28px;
  }

  .xl\:h-\[31px\] {
    height: 31px;
  }

  .xl\:h-\[645px\] {
    height: 645px;
  }

  .xl\:w-\[155px\] {
    width: 155px;
  }

  .xl\:w-\[15px\] {
    width: 15px;
  }

  .xl\:w-\[245px\] {
    width: 245px;
  }

  .xl\:w-\[28px\] {
    width: 28px;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-\[31px\] {
    width: 31px;
  }

  .xl\:w-\[55\%\] {
    width: 55%;
  }

  .xl\:w-\[550px\] {
    width: 550px;
  }

  .xl\:w-\[91px\] {
    width: 91px;
  }

  .xl\:min-w-\[245px\] {
    min-width: 245px;
  }

  .xl\:min-w-\[555px\] {
    min-width: 555px;
  }

  .xl\:max-w-\[555px\] {
    max-width: 555px;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:gap-\[219px\] {
    gap: 219px;
  }

  .xl\:gap-\[220px\] {
    gap: 220px;
  }

  .xl\:gap-\[63px\] {
    gap: 63px;
  }

  .xl\:gap-\[64px\] {
    gap: 64px;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-\[219px\] {
    -moz-column-gap: 219px;
         column-gap: 219px;
  }

  .xl\:gap-x-\[63px\] {
    -moz-column-gap: 63px;
         column-gap: 63px;
  }

  .xl\:gap-x-\[64px\] {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:gap-y-\[24px\] {
    row-gap: 24px;
  }

  .xl\:gap-y-\[80px\] {
    row-gap: 80px;
  }

  .xl\:gap-y-\[8px\] {
    row-gap: 8px;
  }

  .xl\:p-\[32px\] {
    padding: 32px;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

  .xl\:px-\[24\] {
    padding-left: 24;
    padding-right: 24;
  }

  .xl\:px-\[373\.5px\] {
    padding-left: 373.5px;
    padding-right: 373.5px;
  }

  .xl\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xl\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xl\:pb-\[130px\] {
    padding-bottom: 130px;
  }

  .xl\:pt-\[120px\] {
    padding-top: 120px;
  }

  .xl\:pt-\[40px\] {
    padding-top: 40px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-buttonTextXl {
    font-size: 17px;
  }

  .xl\:text-footerAnchorXL {
    font-size: 17px;
  }

  .xl\:text-navAnchorXl {
    font-size: 17px;
  }

  .xl\:text-xlH3 {
    font-size: 64px;
  }
}

.\[\&_\.form-actions\]\:hidden .form-actions {
  display: none;
}

.\[\&_\.form-item-search-api-fulltext\]\:contents .form-item-search-api-fulltext {
  display: contents;
}

.\[\&_\.form-text\]\:w-full .form-text {
  width: 100%;
}

.\[\&_\.form-text\]\:border-0 .form-text {
  border-width: 0px;
}

.\[\&_\.form-text\]\:border-b-\[1px\] .form-text {
  border-bottom-width: 1px;
}

.\[\&_\.form-text\]\:border-deepBlueDark .form-text {
  --tw-border-opacity: 1;
  border-color: rgb(0 27 79 / var(--tw-border-opacity, 1));
}

.\[\&_\.form-text\]\:px-0 .form-text {
  padding-left: 0px;
  padding-right: 0px;
}

.\[\&_\.form-text\]\:py-2\.5 .form-text {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\[\&_\.form-text\]\:text-deepBlue .form-text {
  --tw-text-opacity: 1;
  color: rgb(0 47 137 / var(--tw-text-opacity, 1));
}

.\[\&_\.form-text\]\:placeholder-deepBlue .form-text::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 47 137 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.form-text\]\:placeholder-deepBlue .form-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 47 137 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.form-text\]\:placeholder-opacity-50 .form-text::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.\[\&_\.form-text\]\:placeholder-opacity-50 .form-text::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.\[\&_a\]\:rounded-\[50px\] a {
  border-radius: 50px;
}

.\[\&_a\]\:bg-powderBlueLight a {
  --tw-bg-opacity: 1;
  background-color: rgb(218 248 255 / var(--tw-bg-opacity, 1));
}

.\[\&_a\]\:px-3 a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_a\]\:py-2 a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_a\]\:text-deepBlue a {
  --tw-text-opacity: 1;
  color: rgb(0 47 137 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .\[\&_a\]\:md\:px-6 a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.\[\&_div\]\:inline div {
  display: inline;
}

.\[\&_iframe\]\:max-w-full iframe {
  max-width: 100%;
}

/* Adding utility class and selectors intended to be display contents */
/* Selectors can be added here to apply the rule on demand */

.display-contents,
.field,
.field__item,
.form-item-search-api-fulltext,
#block-a4te-mainnavigation-mobile,
.paragraph.section,
.paragraph,
.views-element-container,
.layout--onecol,
.layout--onecol .layout__region {
  display: contents;
}



.animate-underline,
#menu-main .first-level-item {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: .5s ease all;
  padding-bottom: 4px;
}

.animate-underline::before,
#menu-main .first-level-item::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: .5s ease all;
}

.animate-underline.underline {
  text-decoration: none !important;
}

.animate-underline.underline::before,
.animate-underline:hover::before,
#menu-main .first-level-item.is-active::before ,
#menu-main li:hover .first-level-item::before {
  width: 100%;
  transform-origin: bottom left;
}

.animate-underline {
  padding-bottom: 0;
}

.animate-underline:before {
    bottom: 2px;
}

.pink-underline span {
    transition: .25s ease all;
    box-shadow: inset 0 0 #fff, inset 0 -2px #FFE1F700;
}

.pink-underline:hover span {
    box-shadow: inset 0 0 #fff, inset 0 -2px #FFE1F7;
}

.stay-informed img.animate {
	transition: 1s ease all;
  transform: scaleY(10%);
  transform-origin: bottom;
}

.stay-informed.in-view img.animate {
    transform: none;
}

.path-frontpage .animated-bg {
  background-color: #FFBBEC;
}

.custom-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 100px;
  height: 100px;
}
.ajax-progress-fullscreen {
  display: none !important;
}

.text-image img.animate {
    transition: 2s ease all;
    transform-origin: right;
    transform: scaleX(0.25);
}

.text-image.in-view img.animate {
    transform: none;
}

.image-slick-carousel .slide {
  transition: .5s ease all;
  transition-delay: 100ms;
  transform: scale(0.9);
  opacity: 0.5;
}

.image-slick-carousel .slide.slick-slide.slick-current {
  transform: scale(1.1);
  opacity: 1;
}

.image-slick-carousel .slick-list {
  overflow: visible;
}

.image-slick-carousel button.slick-arrow {
  position: absolute;
  bottom: -75px;
  right: 25%;
  transition: .5s ease opacity;
}

.image-slick-carousel button.slick-arrow:hover {
  opacity: 0.7;
}

.image-slick-carousel button.slick-arrow.slick-next {
  transform: rotate(180deg);
}

.image-slick-carousel button.slick-arrow.slick-prev {
  margin-right: 90px;
}

@media only screen and (max-width: 1024px) {
  .image-slick-carousel button.slick-arrow  {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map*/