@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*
! tailwindcss v3.3.5 | 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: #4F4F4F;
  /* 2 */
}

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html,
  * {
  font-family: "Montserrat", Arial, sans-serif;
}

.site-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .site-container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .site-container{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.no-scroll{
  height: 100vh;
  overflow-y: hidden;
}

.s14-tab-content [role=tabpanel][aria-hidden=true]{
  display: none;
}

.nav-item{
  position: relative;
}

.nav-item .active{
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.nav-item:hover > button, .nav-item[aria-expanded=true] > button{
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.nav-item:hover .nav-options, .nav-item[aria-expanded=true] .nav-options{
  --tw-translate-y: 0px;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: 30;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nav-item:hover .nav-options > *, .nav-item[aria-expanded=true] .nav-options > *{
  display: block;
}

.nav-options{
  --tw-translate-y: -100vh;
  --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));
  opacity: 0;
}

.nav-options > *{
  display: none;
}

.nav-toggle{
  margin-left: auto;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.nav-toggle:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px){
  .nav-toggle{
    display: none;
  }
}

.nav-toggle .close{
  display: none;
}

.nav-toggle[aria-expanded=true] .close{
  display: block;
}

.nav-toggle[aria-expanded=true] .open{
  display: none;
}

.skip-to-main-link{
  position: absolute;
  left: 50%;
  --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));
  padding: 0.5rem;
}

.skip-to-main-link:focus{
  top: 4rem;
  left: 25%;
  z-index: 2;
}

a{
  text-decoration-line: underline;
}

.ukcdr-link-wrapper,
  article a{
  text-decoration-line: none;
}

a:hover,
  a.ukcdr-link-wrapper:hover,
  article a:hover{
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

a:focus-visible {
  box-shadow: 0 -2px #019e7c, 0 4px #f7f7f7;
  outline: 4px solid transparent;
  text-decoration: none;
  color: #f7f7f7;
  background-color: #019e7c;
}

a.no-focus:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
  color: initial;
  background-color: initial;
}

a.no-focus:focus-visible {
  box-shadow: 0 -2px #019e7c, 0 4px #f7f7f7;
  outline: 4px solid transparent;
  text-decoration: none;
  color: #f7f7f7;
  background-color: #019e7c;
}

p:focus {
  box-shadow: 0 -2px #019e7c, 0 4px #f7f7f7;
  outline: 4px solid transparent;
  text-decoration: none;
  --tw-bg-opacity: 1;
  background-color: rgb(132 232 182 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

input:focus-visible {
  border: 2px solid #f7f7f7;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #019e7c;
  /* 1 */
  outline-offset: 0;
}

input[type=radio]:focus-visible {
  border: 4px solid #f7f7f7;
  box-shadow: 0 0 0 4px #019e7c;
}

input[type=checkbox]:focus-visible {
  border: 4px solid #f7f7f7;
  box-shadow: 0 0 0 4px #019e7c;
}

button:focus-visible {
  background-color: #019e7c;
  border: 0;
  box-shadow: 0 4px 0 0 #f7f7f7;
  color: #f7f7f7;
  outline: 4px solid transparent;
  /* 1 */
  outline-offset: 4px;
}

button:focus-visible svg {
  fill: #f7f7f7;
}

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

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

.container{
  width: 100%;
}

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

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

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

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

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

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

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

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

.top-nav{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .top-nav{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .top-nav{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.top-nav{
  display: flex;
  display: none;
  align-items: flex-end;
  padding-top: 1.125rem;
  padding-bottom: 1.085rem;
}

@media (min-width: 1024px){
  .top-nav{
    display: flex;
  }
}

.top-nav__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.top-nav-items{
  margin-left: auto;
  display: flex;
}

.top-nav-items > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.main-nav{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .main-nav{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .main-nav{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.main-nav{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px){
  .main-nav{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.main-nav__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav{
  display: flex;
  flex-direction: column;
}

.nav-logo{
  margin-top: 1.125rem;
  margin-bottom: 1.5rem;
}

.nav-logo__lg{
  display: none;
}

@media (min-width: 768px){
  .nav-logo__lg{
    display: flex;
  }

  .nav-logo__sm{
    display: none;
  }
}

.nav-dropdown--lg{
  height: 3rem;
}

.nav-items{
  margin-top: 1.125rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  display: none;
}

@media (min-width: 1024px){
  .nav-items{
    display: flex;
  }
}

.nav-items{
  align-items: center;
}

.nav-items > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

a.nav-link:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
  color: initial;
  background-color: initial;
}

a.nav-link:focus-visible {
  box-shadow: 0 -2px #019e7c, 0 4px #f7f7f7;
  outline: 4px solid transparent;
  text-decoration: none;
  color: #f7f7f7;
  background-color: #019e7c;
}

.nav-link{
  text-decoration-line: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.nav-link:hover{
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.nav-link--sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-link--sm.active{
  text-decoration-line: underline;
}

.nav-link--md{
  font-size: 0.9375rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.nav-options{
  position: absolute;
  border-width: 0.7px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 17.875rem;
}

.nav-options--sm{
  position: relative;
  width: 100%;
}

.nav-option{
  border-bottom-width: 0.7px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.375rem;
  padding-bottom: 1.0625rem;
}

.nav-option .nav-link{
  font-weight: 500;
}

.nav-option:last-of-type{
  border-bottom-width: 0px;
}

.nav-option svg{
  margin-left: auto;
}

.nav-search{
  position: relative;
  margin-left: 3rem;
  margin-bottom: 1.5rem;
  height: 100%;
  align-items: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding: 1.1875rem;
  padding-top: 2rem;
  display: none;
}

@media (min-width: 768px){
  .nav-search{
    display: flex;
  }
}

.nav-search-gradient{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.nav-divider{
  display: flex;
  width: 100%;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.14);
}

.nav--sm{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.75rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 7rem;
  --tw-translate-y: -100vh;
  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));
  transition-duration: 200ms;
}

@media (min-width: 640px){
  .nav--sm{
    top: 8rem;
  }
}

@media (min-width: 768px){
  .nav--sm{
    top: 7.5rem;
  }
}

@media (min-width: 1024px){
  .nav--sm{
    top: 8.75rem;
    display: none;
  }
}

.nav--sm > *{
  --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));
}

.nav--sm[data-visible=true]{
  z-index: 50;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  opacity: 1;
}

.nav--sm[data-visible=true] > *{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nav--sm .nav-item > .nav-link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav--sm .nav-item:hover .nav-dropdown, .nav--sm .nav-item[aria-expanded=true] .nav-dropdown{
  margin-bottom: 1.75rem;
}

.nav--sm .nav-items-col{
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
}

.nav--sm .nav-items-col > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.nav--sm .nav-items-row{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav--sm .nav-search--sm{
  display: flex;
  height: 4rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.nav--sm .nav-search--sm > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.nav--sm .nav-search--sm{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  margin-bottom: 2.75rem;
}

.nav--sm .nav-search-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-accordion{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .custom-accordion{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.custom-accordion{
  max-width: 40.875rem;
  --tw-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 3px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.custom-accordion[open]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.custom-accordion-title{
  position: relative;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.custom-accordion-title:hover{
  cursor: pointer;
}

@media (min-width: 1024px){
  .custom-accordion-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.custom-accordion-title{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.custom-accordion-title__text{
  width: 80%;
}

.custom-accordion-title .custom-accordion-toggle {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Im1hdGVyaWFsLXN5bWJvbHM6a2V5Ym9hcmQtYXJyb3ctZG93bi1yb3VuZGVkIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEwLjA3MjUgMTIuNzVDOS44OTQzNyAxMi43NSA5LjcyMjA0IDEyLjcyMTQgOS41NTU1IDEyLjY2NDFDOS4zODgwNyAxMi42MDY5IDkuMjQ4NyAxMi41MzA1IDkuMTM3MzcgMTIuNDM1MUwyLjk5MjM0IDcuMTY3OTRDMi43NDc0MiA2Ljk1ODAyIDIuNjI0OTcgNi42OTA4NCAyLjYyNDk3IDYuMzY2NDFDMi42MjQ5NyA2LjA0MTk4IDIuNzQ3NDIgNS43NzQ4MSAyLjk5MjM0IDUuNTY0ODlDMy4yMzcyNSA1LjM1NDk2IDMuNTQ4OTUgNS4yNSAzLjkyNzQ1IDUuMjVDNC4zMDU5NSA1LjI1IDQuNjE3NjUgNS4zNTQ5NiA0Ljg2MjU3IDUuNTY0ODlMMTAuMDcyNSAxMC4wMzA1TDE1LjI4MjQgNS41NjQ4OUMxNS41MjczIDUuMzU0OTYgMTUuODM5IDUuMjUgMTYuMjE3NSA1LjI1QzE2LjU5NiA1LjI1IDE2LjkwNzcgNS4zNTQ5NiAxNy4xNTI2IDUuNTY0ODlDMTcuMzk3NiA1Ljc3NDgxIDE3LjUyIDYuMDQxOTggMTcuNTIgNi4zNjY0MUMxNy41MiA2LjY5MDg0IDE3LjM5NzYgNi45NTgwMiAxNy4xNTI2IDcuMTY3OTRMMTEuMDA3NiAxMi40MzUxQzEwLjg3NCAxMi41NDk2IDEwLjcyOTMgMTIuNjMwNSAxMC41NzM0IDEyLjY3NzlDMTAuNDE3NiAxMi43MjYgMTAuMjUwNiAxMi43NSAxMC4wNzI1IDEyLjc1WiIgZmlsbD0iIzIyMjIyMiIvPgo8L2c+Cjwvc3ZnPgo=");
  height: 1.125rem;
  width: 1.3125rem;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-accordion-title::-webkit-details-marker{
  display: none;
}

.custom-accordion[open] .custom-accordion-title .custom-accordion-toggle{
  --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));
}

.custom-accordion-description{
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.core-member-card{
  display: flex;
  height: 15.0625rem;
  width: 12.9375rem;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  padding-top: 1.75rem;
  padding-bottom: 1.9375rem;
}

.core-member-card__image{
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.core-member-card__text{
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.case-studies{
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 640px){
  .case-studies{
    flex-direction: row;
  }

  .case-studies > :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));
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.case-studies{
  margin-top: 1.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .case-studies{
    margin-top: 3.5rem;
  }
}

@media (min-width: 768px){
  .case-studies{
    align-items: center;
  }
}

.case-study-card{
  aspect-ratio: 0.776;
  height: 28.125rem;
  width: 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  position: relative;
  display: flex;
  flex-direction: column;
}

.case-study-card:hover .case-study-card-img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.case-study-card:hover .case-study-card-overlay{
  opacity: 0.85;
}

.case-study-card__wrapper{
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
}

.case-study-card-tag{
  position: absolute;
  top: 2.5rem;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  fill: #FFFFFF;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 2rem;
  padding-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 0.8125rem;
  font-weight: 700;
}

.case-study-card-tag::after{
  position: absolute;
  left: 0.75rem;
  top: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
  -webkit-clip-path: path("M7.91667 10.5417H2.95833V9.125H7.91667M10.0417 7.70833H2.95833V6.29167H10.0417M10.0417 4.875H2.95833V3.45833H10.0417M11.4583 0.625H1.54167C0.755417 0.625 0.125 1.25542 0.125 2.04167V11.9583C0.125 12.3341 0.274255 12.6944 0.539932 12.9601C0.805609 13.2257 1.16594 13.375 1.54167 13.375H11.4583C11.8341 13.375 12.1944 13.2257 12.4601 12.9601C12.7257 12.6944 12.875 12.3341 12.875 11.9583V2.04167C12.875 1.66594 12.7257 1.30561 12.4601 1.03993C12.1944 0.774255 11.8341 0.625 11.4583 0.625Z");
          clip-path: path("M7.91667 10.5417H2.95833V9.125H7.91667M10.0417 7.70833H2.95833V6.29167H10.0417M10.0417 4.875H2.95833V3.45833H10.0417M11.4583 0.625H1.54167C0.755417 0.625 0.125 1.25542 0.125 2.04167V11.9583C0.125 12.3341 0.274255 12.6944 0.539932 12.9601C0.805609 13.2257 1.16594 13.375 1.54167 13.375H11.4583C11.8341 13.375 12.1944 13.2257 12.4601 12.9601C12.7257 12.6944 12.875 12.3341 12.875 11.9583V2.04167C12.875 1.66594 12.7257 1.30561 12.4601 1.03993C12.1944 0.774255 11.8341 0.625 11.4583 0.625Z");
}

.case-study-card-title{
  padding-bottom: 4.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: relative;
  margin-top: auto;
  line-height: 2rem;
}

.case-study-card-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.case-study-card-img{
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.funders-card .case-study-card-button{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .case-study-card-button{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .case-study-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .case-study-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .case-study-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .case-study-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .case-study-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .case-study-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.case-study-card-button{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.case-study-card-button > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.case-study-card-button{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.case-study-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.case-study-card-button{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .case-study-card-button{
    font-weight: 400;
  }
}

.case-study-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.case-study-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.case-study-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.case-study-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reports__banner .case-study-card-button{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .case-study-card-button{
    margin-bottom: 0px;
  }
}

.case-study-card-button{
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  right: 1.5rem;
  --tw-translate-y: 45%;
  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));
}

.publication-card{
  aspect-ratio: 0.8229;
  height: 27.875rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-shadow: 0px 8px 40px rgba(92, 0, 17, 0.1);
  --tw-shadow-colored: 0px 8px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.publication-card:hover .publication-card-body{
  width: 95%;
  --tw-translate-y: -35%;
  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));
}

.publication-card:hover .publication-card-description{
  opacity: 1;
}

.publication-card-body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 2.75rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  position: relative;
}

.publication-card__inner{
  overflow: hidden;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.publication-card-tag{
  position: absolute;
  top: 2rem;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  fill: #FFFFFF;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 2rem;
  padding-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  left: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: capitalize;
}

.publication-card-tag::after{
  position: absolute;
  left: 0.75rem;
  top: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
  -webkit-clip-path: path("M9.1875 9.375H1.75C1.51794 9.375 1.29538 9.28281 1.13128 9.11872C0.967187 8.95462 0.875 8.73206 0.875 8.5V1.5C0.875 1.26794 0.967187 1.04538 1.13128 0.881282C1.29538 0.717187 1.51794 0.625 1.75 0.625H9.1875C9.41956 0.625 9.64212 0.717187 9.80622 0.881282C9.97031 1.04538 10.0625 1.26794 10.0625 1.5V3.27625L12.4338 1.58312C12.499 1.53663 12.5759 1.50897 12.6558 1.50317C12.7358 1.49736 12.8158 1.51363 12.8871 1.5502C12.9584 1.58676 13.0183 1.64223 13.0603 1.71053C13.1022 1.77883 13.1246 1.85734 13.125 1.9375V8.0625C13.1246 8.14266 13.1022 8.22117 13.0603 8.28947C13.0183 8.35777 12.9584 8.41324 12.8871 8.4498C12.8158 8.48637 12.7358 8.50264 12.6558 8.49683C12.5759 8.49103 12.499 8.46337 12.4338 8.41687L10.0625 6.72375V8.5C10.0625 8.73206 9.97031 8.95462 9.80622 9.11872C9.64212 9.28281 9.41956 9.375 9.1875 9.375Z");
          clip-path: path("M9.1875 9.375H1.75C1.51794 9.375 1.29538 9.28281 1.13128 9.11872C0.967187 8.95462 0.875 8.73206 0.875 8.5V1.5C0.875 1.26794 0.967187 1.04538 1.13128 0.881282C1.29538 0.717187 1.51794 0.625 1.75 0.625H9.1875C9.41956 0.625 9.64212 0.717187 9.80622 0.881282C9.97031 1.04538 10.0625 1.26794 10.0625 1.5V3.27625L12.4338 1.58312C12.499 1.53663 12.5759 1.50897 12.6558 1.50317C12.7358 1.49736 12.8158 1.51363 12.8871 1.5502C12.9584 1.58676 13.0183 1.64223 13.0603 1.71053C13.1022 1.77883 13.1246 1.85734 13.125 1.9375V8.0625C13.1246 8.14266 13.1022 8.22117 13.0603 8.28947C13.0183 8.35777 12.9584 8.41324 12.8871 8.4498C12.8158 8.48637 12.7358 8.50264 12.6558 8.49683C12.5759 8.49103 12.499 8.46337 12.4338 8.41687L10.0625 6.72375V8.5C10.0625 8.73206 9.97031 8.95462 9.80622 9.11872C9.64212 9.28281 9.41956 9.375 9.1875 9.375Z");
}

.publication-card-title{
  margin-top: 0.75rem;
  height: 6ch;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.inner-wwd .publication-card-description{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .publication-card-description{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .publication-card-description{
  margin-bottom: 1.5rem;
}

.publication-card-description{
  font-family: Montserrat, sans-serif;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 8ch;
  font-weight: 500;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.publication-card-area{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

.publication-card-img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.50;
  height: 15.25rem;
}

.publication-card-line{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(90deg, #931e73 0%, #e31c3a 100%);
}

.funders-card .publication-card-button{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .publication-card-button{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .publication-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .publication-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .publication-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .publication-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .publication-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .publication-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.publication-card-button{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.publication-card-button > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.publication-card-button{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.publication-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.publication-card-button{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .publication-card-button{
    font-weight: 400;
  }
}

.publication-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.publication-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.publication-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.publication-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reports__banner .publication-card-button{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .publication-card-button{
    margin-bottom: 0px;
  }
}

.publication-card-button{
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  right: 1.5rem;
  --tw-translate-y: 45%;
  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));
}

.publication-cards{
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 640px){
  .publication-cards{
    flex-direction: row;
  }

  .publication-cards > :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));
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.publication-cards{
  margin-top: 1.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .publication-cards{
    margin-top: 2.5rem;
    align-items: center;
  }
}

.subscribe-banner{
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 3.5625rem;
  padding-bottom: 3.25rem;
}

@media (min-width: 1024px){
  .subscribe-banner{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
    padding-left: 3.875rem;
    padding-right: 3.5625rem;
  }
}

.subscribe-banner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 1024px){
  .subscribe-banner > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.8125rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px){
  .subscribe-banner{
    margin-left: 2.3125rem;
    margin-right: 2.3125rem;
    flex-direction: row;
  }

  .subscribe-banner > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(9.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.subscribe-banner__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.875rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .subscribe-banner__wrapper{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.subscribe-banner__wrapper{
  max-width: 72.75rem;
}

@media not all and (min-width: 1024px){
  .subscribe-banner__wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .subscribe-banner__wrapper{
    padding-top: 4.1875rem;
  }
}

.subscribe-banner__text{
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .subscribe-banner__text{
    width: 50%;
  }
}

.subscribe-banner__form{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  padding-left: 1.06rem;
  padding-right: 0.5rem;
  width: 100%;
  flex: 1 1 0%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(244 245 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.subscribe-banner__form-input{
  display: inline-block;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.subscribe-banner__form-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.subscribe-banner__form-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.subscribe-banner__form-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.subscribe-banner__form-button{
  display: flex;
  height: 2.5rem;
  width: 8rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-top-banner{
  position: relative;
  padding-top: 8.75rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .custom-top-banner{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (min-width: 1024px){
  .custom-top-banner{
    padding-left: 5.4375rem;
    padding-right: 5.4375rem;
  }
}

.custom-top-banner__lg{
  padding-top: 20.125rem;
}

.custom-top-banner__lg .custom-top-banner__text{
  max-width: 100%;
}

@media (min-width: 1024px){
  .custom-top-banner__lg .custom-top-banner__text{
    margin-right: 7.0625rem;
  }
}

.custom-top-banner__lg .custom-top-banner__title{
  width: 100%;
}

.custom-top-banner__image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.custom-top-banner__image-wrapper{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 26.4375rem;
  width: 100%;
  max-width: 79.625rem;
}

.custom-top-banner__image-wrapper::before{
  position: relative;
  top: 0px;
  z-index: 10;
  display: block;
  height: 0.25rem;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background: linear-gradient(90deg, #931e73 0%, #e31c3a 100%);
}

.custom-top-banner__image-style{
  position: absolute;
  right: 5rem;
  top: 0px;
  height: 100%;
}

.custom-top-banner__text{
  max-width: 37.3125rem;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .custom-top-banner__text{
    padding-left: 2.5rem;
    padding-right: 2.75rem;
  }
}

.custom-top-banner__text{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .custom-top-banner__text{
    margin-left: 7.0625rem;
  }
}

.custom-top-banner__text-green{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
}

.custom-top-banner__text-violet{
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.custom-top-banner__title{
  width: 100%;
  font-size: 2rem;
}

@media (min-width: 1024px){
  .custom-top-banner__title{
    width: 66.666667%;
    font-size: 2.5rem;
  }
}

.custom-top-banner__title{
  margin-bottom: 2.125rem;
  font-weight: 500;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  .custom-top-banner__title{
    line-height: 2.8125rem;
  }
}

.custom-top-banner__subtext{
  padding-left: 0.3125rem;
  font-weight: 500;
  line-height: 1.625rem;
}

@media (min-width: 1024px){
  .custom-top-banner__subtext{
    padding-left: 0px;
  }
}

.funding-practice-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .funding-practice-card{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.funding-practice-card{
  max-width: 72.75rem;
}

@media (min-width: 1024px){
  .funding-practice-card{
    flex-direction: row;
  }
}

.funding-practice-card{
  padding-top: 3.75rem;
  padding-bottom: 0px;
}

@media not all and (min-width: 1024px){
  .funding-practice-card{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .funding-practice-card{
    padding-top: 7.25rem;
    padding-bottom: 7.5625rem;
  }
}

.funding-practice-card{
  margin-bottom: 3.875rem;
  --tw-shadow: 0 0.25rem 1.5rem 0.125rem rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0.25rem 1.5rem 0.125rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .funding-practice-card{
    margin-bottom: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.funding-practice-card__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.funding-practice-card .ukcdr-body-h2{
  margin-bottom: 1.5625rem;
}

.funding-practice-card .ukcdr-body-p{
  margin-bottom: 2.75rem;
}

.funding-practice-card__text{
  padding-right: 3.4375rem;
  padding-top: 1.9375rem;
  padding-bottom: 2.625rem;
}

@media not all and (min-width: 1024px){
  .funding-practice-card__text{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

@media (min-width: 1024px){
  .funding-practice-card__text{
    width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.funders-card .funding-practice-card__link{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .funding-practice-card__link{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .funding-practice-card__link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .funding-practice-card__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .funding-practice-card__link{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .funding-practice-card__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .funding-practice-card__link{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .funding-practice-card__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.funding-practice-card__link{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.funding-practice-card__link > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.funding-practice-card__link{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.funding-practice-card__link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.funding-practice-card__link{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .funding-practice-card__link{
    font-weight: 400;
  }
}

.funding-practice-card__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.funding-practice-card__link{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.funding-practice-card__link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.funding-practice-card__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reports__banner .funding-practice-card__link{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .funding-practice-card__link{
    margin-bottom: 0px;
  }
}

.funding-practice-card__image{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.funding-practice-card__image-wrapper{
  max-height: 32.375rem;
  max-width: 37.3125rem;
}

@media not all and (min-width: 1024px){
  .funding-practice-card__image-wrapper{
    order: -9999;
  }
}

@media (min-width: 1024px){
  .funding-practice-card__image-wrapper{
    width: 50%;
  }
}

.funding-practice-card--alt{
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .funding-practice-card--alt{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.funding-practice-card--alt__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.funding-practice-card--alt .funding-practice-card__image-wrapper{
  order: -9999;
  max-height: 37.8125rem;
  max-width: 45rem;
}

@media (min-width: 1024px){
  .funding-practice-card--alt .funding-practice-card__text{
    margin-left: 6.12rem;
    max-width: 30.25rem;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5.1875rem;
    padding-bottom: 5.6875rem;
  }
}

.wwd-card{
  aspect-ratio: 0.904;
  height: 25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  align-items: flex-end;
  overflow: hidden;
  justify-content: flex-end;
}

.wwd-card:hover .wwd-text{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px){
  .wwd-card:hover .wwd-text{
    position: relative;
  }
}

.wwd-card:hover .wwd-overlay{
  opacity: 1;
}

.wwd-card:hover .wwd-img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.inner-wwd .wwd-title{
  margin-bottom: 1.875rem;
}

.wwd-title{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: flex;
  height: 6ch;
  align-items: flex-end;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wwd-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(6, 20, 15, 0) 25.79%, #06140f 78.09%);
  position: absolute;
  height: 100%;
  width: 100%;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .wwd-overlay{
    opacity: 0.6;
  }
}

.wwd-content{
  z-index: 10;
  padding-left: 2rem;
  padding-right: 2.25rem;
  padding-bottom: 1.75rem;
}

.wwd-text{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .wwd-text{
    position: absolute;
    --tw-translate-y: 90%;
    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));
  }
}

.wwd-img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.inner-wwd .wwd-description{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .wwd-description{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .wwd-description{
  margin-bottom: 1.5rem;
}

.wwd-description{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  margin-bottom: 1.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.inner-wwd .wwd-link{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .wwd-link{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .wwd-link{
  margin-bottom: 1.5rem;
}

.wwd-link{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
}

.wwd-link > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.wwd-link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.wwd-cards{
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 1024px){
  .wwd-cards{
    flex-direction: row;
  }

  .wwd-cards > :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));
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.wwd-cards{
  align-items: center;
  justify-content: center;
}

.priority-card{
  aspect-ratio: 0.831;
  height: 25rem;
  width: 20.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 6rem;
  padding-left: 1.75rem;
  padding-bottom: 3rem;
  padding-right: 2rem;
}

.funders-card .priority-card-button{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .priority-card-button{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .priority-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .priority-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .priority-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .priority-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .priority-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .priority-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.priority-card-button{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.priority-card-button > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.priority-card-button{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.priority-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.priority-card-button{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .priority-card-button{
    font-weight: 400;
  }
}

.priority-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.priority-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.priority-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.priority-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reports__banner .priority-card-button{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .priority-card-button{
    margin-bottom: 0px;
  }
}

.priority-card-button{
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  right: 1.5rem;
  --tw-translate-y: 45%;
  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));
}

.inner-wwd .priority-card-title{
  margin-bottom: 1.875rem;
}

.priority-card-title{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.inner-wwd .priority-card-description{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .priority-card-description{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .priority-card-description{
  margin-bottom: 1.5rem;
}

.priority-card-description{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.funders-card .priority-card-button{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .priority-card-button{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .priority-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .priority-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .priority-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .priority-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .priority-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .priority-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.priority-card-button{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.priority-card-button > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.priority-card-button{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.priority-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.priority-card-button{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .priority-card-button{
    font-weight: 400;
  }
}

.priority-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.priority-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.priority-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.priority-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reports__banner .priority-card-button{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .priority-card-button{
    margin-bottom: 0px;
  }
}

.priority-card-button{
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  right: 1.5rem;
  --tw-translate-y: 45%;
  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));
}

.priority-cards{
  display: flex;
  flex-direction: row;
}

.priority-cards > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.priority-cards{
  margin-top: 1.5rem;
  align-items: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.data-hub-card{
  display: flex;
  max-width: 24.0625rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: relative;
  height: 100%;
}

.data-hub-card__text{
  --tw-bg-opacity: 1;
  background-color: rgb(45 46 130 / var(--tw-bg-opacity));
  background-image: url("../svgs/data-hub-gradient.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 11.25rem;
  padding-left: 2.5rem;
  padding-right: 2.3125rem;
  padding-bottom: 2.6875rem;
  height: 100%;
  flex: 1 1 0%;
}

.data-hub-card--violet .data-hub-card__text{
  --tw-bg-opacity: 1;
  background-color: rgb(177 33 97 / var(--tw-bg-opacity));
  background-image: url("../svgs/data-hub-violet-gradient.svg");
}

.data-hub-card--green .data-hub-card__text{
  --tw-bg-opacity: 1;
  background-color: rgb(62 171 149 / var(--tw-bg-opacity));
  background-image: url("../svgs/data-hub-green-gradient.svg");
}

.data-hub-card__title{
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5625rem;
}

@media (min-width: 1024px){
  .data-hub-card__title{
    font-size: 2rem;
    line-height: 2.5625rem;
  }
}

.data-hub-card__subtext{
  margin-bottom: 2.625rem;
  line-height: 1.75rem;
}

.data-hub-card__image{
  margin-top: -9.25rem;
  height: 17.23038rem;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  --tw-shadow: 0 0.625rem 1.625rem rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0.625rem 1.625rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-hub-card__image-wrapper{
  position: relative;
  bottom: -9.25rem;
  max-width: 20.57781rem;
}

funders-card{
  display: flex;
  justify-content: center;
}

.funders-card{
  min-height: 22.75rem;
  max-width: 22.9375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.75rem;
  position: relative;
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
}

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

.funders-card{
  --tw-shadow: 0 0.3125rem 0.5625rem 0 rgba(0,0,0,0.09);
  --tw-shadow-colored: 0 0.3125rem 0.5625rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-image: url("../svgs/funders-card-bg.svg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.funders-card__tag{
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4375rem;
}

.funders-card__tag--green{
  --tw-text-opacity: 1;
  color: rgb(0 158 125 / var(--tw-text-opacity));
}

.funders-card__tag--red{
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.funders-card__text{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 3.4375rem;
}

.funders-card__title{
  margin-bottom: 1.8125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9375rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.funders-card__subtext{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4375rem;
}

.funders-card .btn{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.best-use-card{
  height: 100%;
  max-width: 72.4375rem;
  background-color: transparent;
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .best-use-card{
    --tw-bg-opacity: 1;
    background-color: rgb(45 47 131 / var(--tw-bg-opacity));
  }
}

.best-use-card{
  position: relative;
  padding: 0px;
}

@media (min-width: 1024px){
  .best-use-card{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 6.3125rem;
    padding-right: 0px;
  }
}

.best-use-card{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .best-use-card{
    flex-direction: row;
  }
}

.best-use-card{
  background-size: cover;
}

@media (min-width: 1024px){
  .best-use-card{
    background-image: url("../svgs/best-use-card-gradient.svg");
  }
}

.best-use-card__arrow-large{
  position: absolute;
  right: 0px;
  display: none;
  height: 100%;
}

@media (min-width: 1024px){
  .best-use-card__arrow-large{
    display: block;
  }
}

.best-use-card__arrow-small{
  position: absolute;
  left: 0px;
  display: none;
  height: 100%;
}

@media (min-width: 1024px){
  .best-use-card__arrow-small{
    display: block;
  }
}

.best-use-card__text{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.6875rem;
  padding-top: 9.25rem;
}

@media (min-width: 1024px){
  .best-use-card__text{
    padding: 0px;
    padding-top: 0px;
  }
}

.best-use-card__text{
  order: 2;
  height: 100%;
  max-width: 30.125rem;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(45 47 131 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .best-use-card__text{
    order: -9999;
  }
}

.best-use-card__text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../svgs/best-use-card-gradient-mobile.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .best-use-card__text{
    background-color: transparent;
    background-image: none;
  }
}

.best-use-card--violet{
  background-size: cover;
}

@media (min-width: 1024px){
  .best-use-card--violet{
    --tw-bg-opacity: 1;
    background-color: rgb(177 33 97 / var(--tw-bg-opacity));
    background-image: url("../svgs/best-use-card-gradient-violet.svg");
  }
}

.best-use-card--violet .best-use-card__text{
  background-image: url("../svgs/best-use-card-gradient-mobile-violet.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-bg-opacity: 1;
  background-color: rgb(177 33 97 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .best-use-card--violet .best-use-card__text{
    background-color: transparent;
    background-image: none;
  }
}

.best-use-card--green{
  background-size: cover;
}

@media (min-width: 1024px){
  .best-use-card--green{
    --tw-bg-opacity: 1;
    background-color: rgb(62 171 149 / var(--tw-bg-opacity));
    background-image: url("../svgs/best-use-card-gradient-green.svg");
  }
}

.best-use-card--green .best-use-card__text{
  background-image: url("../svgs/best-use-card-gradient-mobile-green.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-bg-opacity: 1;
  background-color: rgb(62 171 149 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .best-use-card--green .best-use-card__text{
    background-color: transparent;
    background-image: none;
  }
}

.best-use-card__title{
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5625rem;
}

@media (min-width: 1024px){
  .best-use-card__title{
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

.best-use-card__subtext{
  margin-bottom: 2.625rem;
  line-height: 1.75rem;
}

.best-use-card__image{
  position: relative;
  order: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px){
  .best-use-card__image{
    right: -2.75rem;
    order: 9999;
  }
}

.best-use-card__image{
  margin-top: -8.25rem;
  height: 17.23038rem;
  width: 20.57781rem;
  border-radius: 0.625rem;
}

@media (min-width: 1024px){
  .best-use-card__image{
    margin-top: 0px;
    height: 25.375rem;
    width: 31rem;
  }
}

.best-use-card__image{
  --tw-shadow: 0 0.625rem 1.625rem rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0.625rem 1.625rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .best-use-card__image{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.best-use-card__image-wrapper{
  padding: 0px;
}

@media (min-width: 1024px){
  .best-use-card__image-wrapper{
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 1.5rem;
    padding-bottom: 3.5rem;
  }
}

.best-use-card__image-wrapper{
  position: relative;
  bottom: -8.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .best-use-card__image-wrapper{
    bottom: 0px;
    background-image: url("../svgs/best-use-card-outline-1.svg"), url("../svgs/best-use-card-outline-2.svg");
  }
}

.best-use-card__image-wrapper{
  background-size: contain;
  background-position: right, -0.05rem;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .best-use-card__image-wrapper{
    overflow: hidden;
  }
}

resource-hub-card{
  position: relative;
  display: flex;
  justify-content: center;
}

.resource-hub-card__wrapper{
  width: 100%;
}

.resource-hub-card__wrapper.card-view .resource-hub-list{
  display: none;
}

.resource-hub-card__wrapper.list-view .resource-hub-card{
  display: none;
}

.resource-hub-list{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0.25rem 1.5rem 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0.25rem 1.5rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 3.4375rem;
       column-gap: 3.4375rem;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.resource-hub-list__icon{
  height: 3.25rem;
  width: 3.25rem;
}

.resource-hub-list__icon img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.resource-hub-list .resource-hub-card__title{
  margin-bottom: 1rem;
}

.resource-hub-list .resource-hub-card__subtext{
  margin-bottom: 0px;
}

.resource-hub-card{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 22.9375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 4.7rem;
  --tw-shadow: 0 0.5rem 2.5rem rgba(92,0,17,0.1);
  --tw-shadow-colored: 0 0.5rem 2.5rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.resource-hub-card__tag{
  position: absolute;
  top: 2rem;
  left: 1.1875rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.resource-hub-card__tag > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.resource-hub-card__tag{
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.resource-hub-card__tag span{
  font-size: 0.8125rem;
  line-height: 1.4375rem;
}

.resource-hub-card__image{
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.resource-hub-card__image-wrapper{
  height: 10.9375rem;
  max-width: 22.9375rem;
}

.resource-hub-card__image-wrapper.fill-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
}

.resource-hub-card__image-wrapper.fill-bg .resource-hub-card__image{
  width: -moz-fit-content;
  width: fit-content;
}

.resource-hub-card__text{
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  padding-top: 1.625rem;
}

.resource-hub-card__subtext{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.resource-hub-card__title{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.resource-hub-card .btn{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .btn:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .fill-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .btn{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .fill-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .btn{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.ukcdr-pagination{
  display: flex;
  justify-content: center;
}

.funders-card .ukcdr-pagination button:hover{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .ukcdr-pagination button:hover{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .ukcdr-pagination button:hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .ukcdr-pagination button:hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .ukcdr-pagination button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .ukcdr-pagination button:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .ukcdr-pagination button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .ukcdr-pagination button:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.ukcdr-pagination button:hover{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.ukcdr-pagination button:hover > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.ukcdr-pagination button:hover{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.ukcdr-pagination button:hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.ukcdr-pagination button:hover{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .ukcdr-pagination button:hover{
    font-weight: 400;
  }
}

.ukcdr-pagination button:hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ukcdr-pagination button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(42 48 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ukcdr-pagination button:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(42 48 58 / var(--tw-text-opacity));
}

.ukcdr-pagination button{
  height: 3.25rem;
  min-width: 2.75rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  font-weight: 600;
  border-width: 1px;
  border-color: transparent;
}

.ukcdr-pagination button:hover{
  font-weight: 600;
}

.funders-card .ukcdr-pagination button.active{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .ukcdr-pagination button.active{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .ukcdr-pagination button.active:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .ukcdr-pagination button.active:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .ukcdr-pagination button.active{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .ukcdr-pagination button.active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .ukcdr-pagination button.active{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .ukcdr-pagination button.active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.ukcdr-pagination button.active{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.ukcdr-pagination button.active > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.ukcdr-pagination button.active{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.ukcdr-pagination button.active:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.ukcdr-pagination button.active{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .ukcdr-pagination button.active{
    font-weight: 400;
  }
}

.ukcdr-pagination button.active:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reports__banner .ukcdr-pagination button.active{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .ukcdr-pagination button.active{
    margin-bottom: 0px;
  }
}

.funders-card .ukcdr-pagination button.active:hover{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .ukcdr-pagination button.active:hover{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .ukcdr-pagination button.active:hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .ukcdr-pagination button.active:hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .ukcdr-pagination button.active:hover{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .ukcdr-pagination button.active:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .ukcdr-pagination button.active:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .ukcdr-pagination button.active:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.ukcdr-pagination button.active:hover{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.ukcdr-pagination button.active:hover > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.ukcdr-pagination button.active:hover{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.ukcdr-pagination button.active:hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.ukcdr-pagination button.active:hover{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .ukcdr-pagination button.active:hover{
    font-weight: 400;
  }
}

.ukcdr-pagination button.active:hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ukcdr-pagination button.active {
  min-width: 2.75rem;
}

.ukcdr-pagination button:hover, .ukcdr-pagination button.active:hover {
  min-width: 2.75rem;
}

.ukcdr-pagination button:last-of-type{
  margin-left: 1.6875rem;
}

.blog-card{
  height: 31.25rem;
}

@media (min-width: 768px){
  .blog-card{
    aspect-ratio: 0.734;
  }
}

.blog-card{
  position: relative;
  display: flex;
  flex-direction: column;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-shadow: 0px 8px 40px rgba(92, 0, 17, 0.1);
  --tw-shadow-colored: 0px 8px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}

.blog-card-body{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.875rem;
  padding-bottom: 2rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .blog-card-body{
    padding-right: 2.25rem;
  }
}

.blog-card-body{
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  position: relative;
}

.blog-card-body--bg{
  height: 100%;
  background-image: url("../svgs/blog-placeholder.svg");
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  border-radius: 0.5rem;
  background-size: cover;
}

.blog-card-body--bg .blog-card-tag{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-card-body--bg .blog-card-title{
  font-size: 2rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
  height: auto;
}

.blog-card-body--bg .blog-card-description{
  margin-top: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-card__inner{
  overflow: hidden;
  height: 100%;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.blog-card-tag{
  font-size: 0.6875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.blog-card-title{
  margin-top: 0.375rem;
  height: 6ch;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.inner-wwd .blog-card-description{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .blog-card-description{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .blog-card-description{
  margin-bottom: 1.5rem;
}

.blog-card-description{
  font-family: Montserrat, sans-serif;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  margin-top: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 8ch;
  font-weight: 500;
}

.blog-card-img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.50;
  height: 15.25rem;
}

.funders-card .blog-card-button{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .blog-card-button{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .blog-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .blog-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .blog-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .blog-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .blog-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .blog-card-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.blog-card-button{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.blog-card-button > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.blog-card-button{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.blog-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.blog-card-button{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .blog-card-button{
    font-weight: 400;
  }
}

.blog-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blog-card-button{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.blog-card-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.blog-card-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reports__banner .blog-card-button{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .blog-card-button{
    margin-bottom: 0px;
  }
}

.blog-card-button{
  height: 3.0625rem;
  width: 3.75rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  right: 2.25rem;
  --tw-translate-y: 45%;
  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));
}

.blog-cards{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px){
  .blog-cards{
    flex-direction: row;
  }
}

.blog-cards{
  margin-top: 1.5rem;
  align-items: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .blog-cards{
    margin-top: 2.5rem;
  }
}

.blog-cards{
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 9.13rem;
}

.home-hero{
  display: flex;
  flex-direction: column;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .home-hero{
    padding-top: 6rem;
    padding-bottom: 8rem;
    height: 100%;
    min-height: 37rem;
  }
}

.home-hero__container{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .home-hero__container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .home-hero__container{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.home-hero__container{
  display: flex;
  width: 100%;
}

.home-hero__wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .home-hero__wrapper{
    margin-top: 1rem;
  }
}

.home-hero-title{
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .home-hero-title{
    font-size: 3.125rem;
    line-height: 3.6875rem;
  }
}

.home-hero-title{
  margin-bottom: 2rem;
  font-weight: 700;
  max-width: 29.5rem;
}

.home-hero-description{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .home-hero-description{
    margin-bottom: 2rem;
    max-width: 29.5rem;
  }
}

.home-hero-img{
  top: -0.75rem;
  left: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .home-hero-img{
    position: absolute;
  }
}

.home-hero-img{
  height: 100%;
  width: 100%;
}

.home-hero-img-background{
  left: 0px;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .home-hero-img-background{
    position: absolute;
  }
}

.home-hero-img-background{
  top: -0.625rem;
  height: 100%;
  padding-top: 0.25rem;
}

@media (min-width: 1024px){
  .home-hero-img-background{
    height: 103%;
    min-height: 38.25rem;
    padding-top: 0px;
  }
}

.home-hero-img-background__wrapper{
  aspect-ratio: 0.72;
  height: 25.875rem;
  width: 100%;
}

@media (min-width: 768px){
  .home-hero-img-background__wrapper{
    aspect-ratio: auto;
  }
}

@media (min-width: 1024px){
  .home-hero-img-background__wrapper{
    position: absolute;
    height: 100%;
    width: 50%;
  }
}

@media (min-width: 1536px){
  .home-hero-img-background__wrapper{
    width: max(50%, 728px);
  }
}

.home-hero-img-background__wrapper{
  right: 0px;
  overflow: hidden;
}

@media (min-width: 1024px){
  .home-hero-img-background__wrapper{
    overflow: visible;
  }
}

.home-focus{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .home-focus{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .home-focus{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.home-focus{
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .home-focus{
    padding-top: 9rem;
    padding-bottom: 7rem;
  }
}

.home-focus{
  flex-direction: column;
}

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

@media (min-width: 1024px){
  .home-focus{
    flex-direction: row;
  }

  .home-focus > :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));
  }
}

.home-focus-content > :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));
}

@media (min-width: 1024px){
  .home-focus-content{
    padding-right: 1rem;
  }
}

.inner-wwd .home-focus-description{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .home-focus-description{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .home-focus-description{
  margin-bottom: 1.5rem;
}

.home-focus-description{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .home-focus-description{
    width: 39ch;
  }
}

.home-focus-list{
  display: flex;
  width: 100%;
  max-width: 41rem;
  flex-direction: column;
}

.home-focus-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.home-focus-list .custom-accordion{
  padding-bottom: 1.75rem;
}

.home-focus-list .custom-accordion-description{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.home-publication, .home-case{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .home-publication, .home-case{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .home-publication, .home-case{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.home-publication, .home-case{
  display: flex;
  flex-direction: column;
  padding-bottom: 4.5rem;
}

@media (min-width: 1024px){
  .home-publication, .home-case{
    padding-bottom: 10rem;
  }
}

.home-publication-header, .home-case-header{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

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

@media (min-width: 640px){
  .home-publication-header > :not([hidden]) ~ :not([hidden]), .home-case-header > :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));
  }
}

.home-publication-header, .home-case-header{
  flex-direction: column;
}

@media (min-width: 640px){
  .home-publication-header, .home-case-header{
    flex-direction: row;
    align-items: center;
  }
}

.home-publication .controls, .home-case .controls{
  display: none;
}

@media (min-width: 640px){
  .home-publication .controls, .home-case .controls{
    display: flex;
  }
}

.home-publication__wrapper, .home-case__wrapper{
  overflow: hidden;
}

.home-publication{
  padding-top: 6rem;
}

.home-publication__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.controls{
  margin-top: 1.5rem;
  display: flex;
}

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

.controls > button:disabled{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}

.controls > button:not(:disabled){
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.controls > button:not(:disabled):active{
  --tw-scale-x: 0.90;
  --tw-scale-y: 0.90;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.fundingcalls-container{
  margin-bottom: -5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.fundingcalls-container-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .fundingcalls-container-wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .fundingcalls-container-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.fundingcalls-container-wrapper{
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.fundingcalls-container-heading{
  margin-bottom: 3.4375rem;
  display: flex;
  height: 3rem;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2rem;
}

@media (min-width: 640px){
  .fundingcalls-container-heading{
    flex-direction: row;
  }
}

.fundingcalls-container-heading-title{
  height: 0.75rem;
  width: 21.4375rem;
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5625rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fundingcalls-container-heading-title{
    font-size: 2.5rem;
  }
}

.fundingcalls-container-heading-sub{
  height: 0.75rem;
  width: 5.5625rem;
  padding-top: 0.75rem;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5625rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.work-wwd{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .work-wwd{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .work-wwd{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.work-wwd{
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 9rem;
}

@media (min-width: 1024px){
  .work-wwd{
    padding-bottom: 6rem;
  }
}

.inner-wwd .work-wwd-title{
  margin-bottom: 1.875rem;
}

.funding__container > div > .work-wwd-title{
  margin-bottom: 2.25rem;
}

.modari-tab-content .work-wwd-title{
  margin-bottom: 1rem;
}

.work-wwd-title{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-size: 1.875rem;
  line-height: 2.625rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .work-wwd-title{
    margin-left: 3.75rem;
  }
}

.work-priority{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .work-priority{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .work-priority{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.work-priority{
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
  padding-top: 4rem;
}

@media (min-width: 1024px){
  .work-priority{
    padding-bottom: 7rem;
    padding-top: 6rem;
  }
}

.work-priority-header{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.work-priority-header > :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));
}

@media (min-width: 1024px){
  .work-priority-header > :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));
  }
}

.work-priority-header{
  flex-direction: column;
}

@media (min-width: 1024px){
  .work-priority-header{
    margin-left: 2rem;
    flex-direction: row;
    align-items: center;
  }
}

.work-priority-content{
  position: relative;
}

.work-priority-controls > button{
  position: absolute;
  top: 50%;
  display: flex;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  z-index: 10;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  border-radius: 0.375rem;
  --tw-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 4px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.work-priority-controls > button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
}

.work-priority-controls [data-control=left]{
  left: -1.75rem;
}

@media (min-width: 1024px){
  .work-priority-controls [data-control=left]{
    left: -2rem;
    --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));
  }
}

.work-priority-controls [data-control=right]{
  right: 2rem;
  --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));
}

.work-priority__wrapper{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.inner-wwd{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .inner-wwd{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .inner-wwd{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.inner-wwd{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

@media (min-width: 1024px){
  .inner-wwd{
    flex-direction: row;
    padding-top: 5rem;
  }

  .inner-wwd__main .custom-top-banner__text{
    max-width: 44rem;
  }

  .inner-wwd__main .custom-top-banner__title{
    width: 83.333333%;
  }
}

@media (min-width: 1280px){
  .inner-wwd .subscribe-banner__wrapper{
    width: -moz-max-content;
    width: max-content;
  }
}

.inner-wwd .subscribe-banner{
  margin-left: 0px;
  margin-right: 0px;
}

.inner-wwd .cdr-body{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.inner-wwd .cdr-header{
  margin-bottom: 1.875rem;
}

.inner-wwd .inner-wwd-quote{
  margin-bottom: 1.875rem;
}

.inner-wwd-quote{
  font-family: Montserrat, sans-serif;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.inner-wwd__wrapper{
  position: relative;
}

.inner-wwd-content{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .inner-wwd-content{
    width: max(70%, 600px);
  }
}

@media (min-width: 1024px){
  .inner-wwd-content{
    padding-right: 1.25rem;
  }
}

.inner-wwd-menu{
  margin-top: 2.75rem;
  display: flex;
  flex-direction: column;
}

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

.inner-wwd-menu__container{
  top: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 1024px){
  .inner-wwd-menu__container{
    position: sticky;
  }
}

.inner-wwd-menu__container{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .inner-wwd-menu__container{
    width: 19.5rem;
  }
}

.inner-wwd-menu__container{
  --tw-shadow: 0px 4px 24px 2px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0px 4px 24px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.inner-wwd-menu-link{
  position: relative;
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.inner-wwd-menu-link.active::after{
  position: absolute;
  left: -0.75rem;
  top: 0px;
  height: 1.25rem;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.funding__container{
  padding-top: 2.625rem;
  padding-bottom: 4.5rem;
}

@media (min-width: 1024px){
  .funding__container{
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}

.funding__container > div > .cdr-body{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .cdr-header--3{
  margin-bottom: 2.25rem;
}

.case-studies-page .custom-top-banner__title{
  width: 100%;
}

@media (max-width: 768px) {
  .case-studies-page .case-studies-tab__container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .case-studies-page .custom-top-banner{
    padding-top: 4.75rem;
  }
}

.case-studies-tab__container{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .case-studies-tab__container{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.case-studies-tab__container{
  max-width: 79.625rem;
  margin-top: -1rem;
  width: 100%;
}

.case-studies-tabs{
  display: flex;
}

.case-studies-tabs > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.case-studies-tabs{
  padding-top: 4rem;
}

@media (min-width: 1024px){
  .case-studies-tabs{
    padding-top: 6rem;
  }
}

.case-studies-tabs{
  justify-content: center;
  overflow: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .case-studies-tabs{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.case-studies-tabs{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 214 230 / var(--tw-border-opacity));
}

.case-studies-tabs .tab-item{
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.case-studies-tabs .tab-item[aria-selected=true]{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.case-studies-impact-content{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .case-studies-impact-content{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.case-studies-impact-content{
  max-width: 79.625rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  padding-top: 2.75rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .case-studies-impact-content{
    flex-direction: row;
    padding-top: 4.5rem;
  }
}

.case-studies-impact-content__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.case-studies-impact-featured{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .case-studies-impact-featured{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.case-studies-impact-featured{
  max-width: 72.75rem;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.inner-wwd .case-studies-impact-featured .impact-featured__title{
  margin-bottom: 1.875rem;
}

.funding__container > div > .case-studies-impact-featured .impact-featured__title{
  margin-bottom: 2.25rem;
}

.modari-tab-content .case-studies-impact-featured .impact-featured__title{
  margin-bottom: 1rem;
}

.case-studies-impact-featured .impact-featured__title{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-size: 1.875rem;
  line-height: 2.625rem;
}

@media (min-width: 1024px){
  .case-studies-impact-featured .impact-featured__title{
    padding-left: 3.875rem;
  }
}

.case-studies-impact-featured .impact-featured__title{
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .case-studies-impact-featured .impact-featured__title{
    margin-bottom: 4rem;
  }
}

.case-studies-impact-featured .impact-featured__content{
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .case-studies-impact-featured .impact-featured__content{
    padding-left: 3.875rem;
    padding-right: 3.875rem;
    padding-top: 4rem;
  }
}

.case-studies-impact-featured .impact-featured__content{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.case-studies-impact-featured .impact-featured__content__wrapper{
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
}

@media (min-width: 1024px){
  .case-studies-impact-featured .impact-featured__content__wrapper{
    flex-direction: row;
    --tw-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
    --tw-shadow-colored: 0px 4px 24px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.case-studies-impact-featured .impact-featured__tag{
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  fill: #FFFFFF;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 2rem;
  padding-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  font-weight: 700;
}

.case-studies-impact-featured .impact-featured__tag::after{
  position: absolute;
  left: 0.75rem;
  top: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
  -webkit-clip-path: path("M7.91667 10.5417H2.95833V9.125H7.91667M10.0417 7.70833H2.95833V6.29167H10.0417M10.0417 4.875H2.95833V3.45833H10.0417M11.4583 0.625H1.54167C0.755417 0.625 0.125 1.25542 0.125 2.04167V11.9583C0.125 12.3341 0.274255 12.6944 0.539932 12.9601C0.805609 13.2257 1.16594 13.375 1.54167 13.375H11.4583C11.8341 13.375 12.1944 13.2257 12.4601 12.9601C12.7257 12.6944 12.875 12.3341 12.875 11.9583V2.04167C12.875 1.66594 12.7257 1.30561 12.4601 1.03993C12.1944 0.774255 11.8341 0.625 11.4583 0.625Z");
          clip-path: path("M7.91667 10.5417H2.95833V9.125H7.91667M10.0417 7.70833H2.95833V6.29167H10.0417M10.0417 4.875H2.95833V3.45833H10.0417M11.4583 0.625H1.54167C0.755417 0.625 0.125 1.25542 0.125 2.04167V11.9583C0.125 12.3341 0.274255 12.6944 0.539932 12.9601C0.805609 13.2257 1.16594 13.375 1.54167 13.375H11.4583C11.8341 13.375 12.1944 13.2257 12.4601 12.9601C12.7257 12.6944 12.875 12.3341 12.875 11.9583V2.04167C12.875 1.66594 12.7257 1.30561 12.4601 1.03993C12.1944 0.774255 11.8341 0.625 11.4583 0.625Z");
}

.case-studies-impact-featured .impact-featured__subtitle{
  margin-bottom: 1.25rem;
  margin-top: 1.75rem;
  font-size: 2rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .case-studies-impact-featured .impact-featured__subtitle{
    margin-right: 3rem;
  }
}

.case-studies-impact-featured .impact-featured__subtitle{
  font-weight: 500;
}

.case-studies-impact-featured .impact-featured__link{
  margin-top: 2.5rem;
}

.funders-card .case-studies-impact-featured .impact-featured__link{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .case-studies-impact-featured .impact-featured__link{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .case-studies-impact-featured .impact-featured__link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .case-studies-impact-featured .impact-featured__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .case-studies-impact-featured .impact-featured__link{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .case-studies-impact-featured .impact-featured__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .case-studies-impact-featured .impact-featured__link{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .case-studies-impact-featured .impact-featured__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.case-studies-impact-featured .impact-featured__link{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.case-studies-impact-featured .impact-featured__link > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.case-studies-impact-featured .impact-featured__link{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.case-studies-impact-featured .impact-featured__link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.case-studies-impact-featured .impact-featured__link{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .case-studies-impact-featured .impact-featured__link{
    font-weight: 400;
  }
}

.case-studies-impact-featured .impact-featured__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.case-studies-impact-featured .impact-featured__link{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.case-studies-impact-featured .impact-featured__link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.case-studies-impact-featured .impact-featured__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reports__banner .case-studies-impact-featured .impact-featured__link{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .case-studies-impact-featured .impact-featured__link{
    margin-bottom: 0px;
  }
}

.case-studies-impact-featured .impact-featured__img{
  aspect-ratio: 1.18;
  height: 16.75rem;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .case-studies-impact-featured .impact-featured__img{
    height: 28rem;
    width: 33rem;
  }
}

.case-studies-impact-featured .impact-featured__img{
  border-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

@media (min-width: 1024px){
  .case-studies-impact-featured .impact-featured__img{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

.case-studies-impact-text{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 4.325rem;
  padding-left: 2.1875rem;
  padding-right: 1.9375rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .case-studies-impact-text{
    margin-top: 2.75rem;
    margin-left: -3rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.case-studies-impact-text{
  z-index: 10;
  width: 100%;
  max-width: 49rem;
}

.inner-wwd .case-studies-impact-text p{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .case-studies-impact-text p{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .case-studies-impact-text p{
  margin-bottom: 1.5rem;
}

.case-studies-impact-text p{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
}

.case-studies-impact-img{
  aspect-ratio: 1.259;
  height: 27rem;
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .case-studies-impact-img{
    width: 34rem;
  }
}

.case-studies-impact-img{
  position: relative;
  max-width: 49rem;
}

.case-studies-impact-img__overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.case-studies-impact-img video{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-studies-impact-img iframe{
  height: 100%;
  width: 100%;
}

.case-studies-modal{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 20;
  display: none;
  background-color: rgb(42 48 58 / 0.6);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .case-studies-modal{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .case-studies-modal{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.case-studies-modal__content{
  animation: scale-in-center 0.25s ease-in-out;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 68.6875vh;
  width: 100%;
  max-width: 63.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px){
  .case-studies-modal__content{
    flex-direction: row;
  }
}

.case-studies-modal__content{
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.case-studies-modal__content button{
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
}

.case-studies-modal__video{
  height: 26.9375rem;
  width: 100%;
}

@media (min-width: 1024px){
  .case-studies-modal__video{
    height: 58.6875vh;
  }
}

@media (min-width: 1280px){
  .case-studies-modal__video{
    height: 68.6875vh;
  }
}

.case-studies-modal__video iframe{
  height: 100%;
  width: 100%;
}

.case-studies__cards{
  padding-top: 1.25rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .case-studies__cards{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.case-studies__cards{
  max-width: 72.75rem;
}

@media (min-width: 1024px){
  .case-studies__cards{
    padding-top: 5.1875rem;
  }
}

.case-studies__cards > div{
  display: flex;
  justify-content: center;
}

.case-studies__cards-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity));
  margin-bottom: -5rem;
  padding-bottom: 10rem;
  padding-top: 0.375rem;
}

@media (min-width: 1024px){
  .case-studies__cards-wrapper{
    padding-top: 0px;
  }
}

.case-studies__cards-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 2.375rem;
  padding-bottom: 8.4375rem;
}

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

@media (min-width: 1024px){
  .case-studies__cards-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.case-studies__cards-grid{
  justify-content: center;
  row-gap: 2.1875rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 1024px){
  .case-studies__cards-grid{
    justify-content: flex-start;
    row-gap: 2.5rem;
  }
}

.case-studies__cards case-study-card{
  display: flex;
  justify-content: center;
}

.case-studies__cards .case-study-card{
  height: 24.1875rem;
  width: 100%;
  max-width: 21.875rem;
}

.case-studies__cards .case-study-card-title{
  padding-bottom: 3.19rem;
  font-size: 1.25rem;
  line-height: 1.5875rem;
}

.case-studies__search{
  margin-bottom: 2.75rem;
  display: none;
  width: 100%;
  max-width: 53.3125rem;
}

.case-studies__search > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.case-studies__search{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.09375rem;
  padding-bottom: 1.09375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .case-studies__search{
    display: flex;
  }
}

.case-studies__search button{
  order: -9999;
}

.case-studies__search input[type=search]{
  order: 9999;
  width: 100%;
}

.case-studies__search input[type=search]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 34 34 / var(--tw-placeholder-opacity));
}

.case-studies__search input[type=search]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 34 34 / var(--tw-placeholder-opacity));
}

.case-studies__search input[type=search]:focus-visible{
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-width: 0px;
}

.case-studies__filters{
  position: relative;
  display: none;
  min-width: 10rem;
  padding-right: 2.6875rem;
  padding-top: 0.75rem;
}

@media (min-width: 1024px){
  .case-studies__filters{
    display: block;
  }
}

.case-studies__filters + div{
  flex: 1 1 0%;
}

.case-studies__filters > p{
  margin-bottom: 2.0625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
}

.case-studies__filters-list{
  display: flex;
  flex-direction: column;
}

.case-studies__filters-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
}

.case-studies__filters .filter-more{
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.5625rem;
}

.case-studies__filters .clear-filters{
  margin-top: 2.81rem;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 1.27rem;
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.case-studies__filters-item{
  display: flex;
  align-items: center;
}

.case-studies__filters-item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.case-studies__filters-item{
  padding-top: 0.625rem;
  padding-bottom: 0.8125rem;
  padding-right: 0.625rem;
}

.case-studies__filters-item[data-visible=false]{
  display: none;
}

.case-studies__filters-item label{
  max-width: 8.5rem;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.case-studies__filters-item input{
  height: 1.375rem;
  width: 1.375rem;
  cursor: pointer;
  accent-color: #000000;
}

.case-studies__filters-mobile{
  position: fixed;
  max-height: 100vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: block;
  --tw-translate-y: -100vh;
  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));
  transition-duration: 200ms;
}

@media (min-width: 1024px){
  .case-studies__filters-mobile{
    display: none;
  }
}

.case-studies__filters-mobile{
  padding: 1.875rem;
}

.case-studies__filters-mobile > *{
  --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));
}

.case-studies__filters-mobile[data-visible=true]{
  z-index: 50;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  opacity: 1;
}

.case-studies__filters-mobile[data-visible=true] > *{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.case-studies__filters-mobile__header{
  margin-bottom: 1.3125rem;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
}

.case-studies__filters-mobile__header p{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.case-studies__filters-mobile__wrapper p{
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
  line-height: 1.875rem;
}

.case-studies__filters-mobile__form{
  padding-top: 1.5rem;
  padding-bottom: 3.4375rem;
}

.case-studies__filters-mobile__form button{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(240 96 96 / var(--tw-text-opacity));
}

.case-studies__filters-mobile__form button[aria-expanded=true] svg{
  --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));
}

.case-studies__filters-mobile__list{
  display: flex;
  flex-direction: column;
}

.case-studies__filters-mobile__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
}

.case-studies__filters-mobile__list{
  padding-bottom: 2.0625rem;
}

.case-studies__filters-mobile__item{
  display: flex;
  align-items: center;
}

.case-studies__filters-mobile__item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.case-studies__filters-mobile__item[data-visible=false]{
  display: none;
}

.case-studies__filters-mobile__item label{
  font-weight: 500;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.case-studies__filters-mobile__item input{
  height: 1.0625rem;
  width: 1.0625rem;
  accent-color: #000000;
}

.case-studies__mobile-filters{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.375rem;
}

@media (min-width: 1024px){
  .case-studies__mobile-filters{
    display: none;
  }
}

.case-studies__mobile-filters button{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6875rem;
       column-gap: 0.6875rem;
  font-weight: 600;
  line-height: 2.8125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.case-studies__mobile-filters select{
  max-width: 11rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 1.5375rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-weight: 500;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  background-color: transparent;
}

.case-studies__sorting{
  margin-bottom: 2.625rem;
  display: none;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .case-studies__sorting{
    display: flex;
  }
}

.case-studies__sorting-select{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-studies__sorting-select label,
  .case-studies__sorting-select span{
  margin-right: 1.125rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0.9375rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.case-studies__sorting-select select{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-weight: 500;
  max-width: 12rem;
  padding-right: 2.5375rem;
}

.case-studies__sorting + p{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .case-studies__sorting + p{
    text-align: left;
  }
}

.modari .custom-top-banner{
  padding-top: 0px;
}

@media not all and (min-width: 1024px){
  .modari .custom-top-banner{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .modari .custom-top-banner{
    padding-top: 0px;
  }
}

.modari .custom-top-banner__title{
  width: 100%;
}

.modari .custom-top-banner__image-wrapper{
  height: 100%;
}

.modari .custom-top-banner__text{
  bottom: -1.25rem;
}

@media (max-width: 768px) {
  .modari .modari-tab__container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.modari-tab__container{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .modari-tab__container{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.modari-tab__container{
  max-width: 79.625rem;
  width: 100%;
}

@media (min-width: 1024px){
  .modari-tab__container{
    margin-top: -1rem;
  }
}

.modari-tabs{
  display: flex;
}

.modari-tabs > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.modari-tabs{
  padding-top: 2.875rem;
}

@media (min-width: 1024px){
  .modari-tabs{
    padding-top: 4.5rem;
    justify-content: center;
  }
}

.modari-tabs{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  padding-bottom: 1.5rem;
  justify-content: center;
  overflow: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .modari-tabs{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.modari-tabs .tab-item{
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.modari-tabs .tab-item[aria-selected=true]{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.modari-tab-content{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .modari-tab-content{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.modari-tab-content{
  max-width: 90rem;
  display: flex;
  flex-direction: column;
  padding-top: 2.75rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .modari-tab-content{
    padding-top: 4.5rem;
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.modari-tab-content .cdr-header--3{
  margin-bottom: 1rem;
}

.modari-tab-content-video{
  margin-bottom: 6rem;
  aspect-ratio: 1.828;
  height: 13rem;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .modari-tab-content-video{
    height: 29.75rem;
    width: 100%;
  }
}

.modari-tab-content-video{
  max-width: 54.375rem;
}

.modari-tab-content-video video{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modari-text-wrapper{
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .modari-text-wrapper{
    padding-bottom: 3.5rem;
  }
}

.modari-text-wrapper .cdr-body{
  margin-bottom: 1.5rem;
}

.modari-text-list{
  margin-left: 1.25rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

.modari-faq{
  padding-bottom: 11rem;
}

.modari-faq-list{
  display: flex;
  width: 100%;
  max-width: 41rem;
  flex-direction: column;
}

.modari-faq-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.modari-faq-list .custom-accordion{
  padding-bottom: 1.75rem;
}

.modari-faq-list .custom-accordion-description{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.modari-faq-list{
  max-width: 49rem;
}

.inner-wwd .modari-title-span{
  margin-bottom: 1.875rem;
}

.modari-title-span{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px){
  .modari-title-span{
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.modari-title-span{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}

.blogs{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

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

@media (min-width: 1280px){
  .blogs{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.blogs{
  display: flex;
  padding-top: 3.5rem;
  padding-bottom: 10rem;
}

@media (min-width: 1024px){
  .blogs{
    padding-top: 5.31rem;
  }
}

.blogs{
  flex-direction: column;
}

.blogs__wrapper{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.blogs-header{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

@media (min-width: 1024px){
  .blogs-header{
    margin-bottom: 2.625rem;
  }
}

.blogs-results{
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .blogs-results{
    display: none;
  }
}

.inner-blog{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .inner-blog{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.inner-blog{
  max-width: 60.625rem;
  display: flex;
  flex-direction: column;
  padding-top: 4.5rem;
}

.inner-blog-hero{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .inner-blog-hero{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.inner-blog-hero{
  max-width: 60.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px){
  .inner-blog-hero{
    flex-direction: row;
  }
}

.inner-blog-hero__text{
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
}

.inner-blog-hero__text__wrapper{
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding: 2.25rem;
  padding-right: 4rem;
  display: flex;
  width: 100%;
}

@media (min-width: 1024px){
  .inner-blog-hero__text__wrapper{
    max-width: 26.5rem;
  }
}

.inner-blog-hero__socials{
  bottom: -3rem;
  left: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .inner-blog-hero__socials{
    left: auto;
  }
}

.inner-blog-hero__socials{
  position: absolute;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .inner-blog-hero__socials{
    right: -4rem;
    bottom: 0.25rem;
    flex-direction: column;
  }
}

.inner-blog-hero__img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .inner-blog-hero__img{
    height: 100%;
  }
}

@media (min-width: 640px){
  .inner-blog-hero__img__wrapper{
    max-height: 11.125rem;
  }
}

@media (min-width: 1024px){
  .inner-blog-hero__img__wrapper{
    min-height: 9rem;
  }
}

@media (min-width: 768px){
  .inner-blog-hero__img__wrapper{
    max-height: 15rem;
    min-height: 13.4rem;
  }
}

.inner-blog-hero__img__wrapper{
  max-height: 27.25rem;
  min-height: 22.5rem;
  width: auto;
  overflow: hidden;
}

.inner-blog__tags{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.inner-blog__tag{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.inner-blog__date{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.inner-blog__body{
  margin-top: 4rem;
  max-width: 60rem;
}

.inner-wwd .inner-blog__body__intro{
  margin-bottom: 1.875rem;
}

.inner-blog__body__intro{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .inner-blog__body__intro{
    width: 91.666667%;
  }
}

.inner-wwd .inner-blog__body h3{
  margin-bottom: 1.875rem;
}

.inner-blog__body h3{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}

.inner-wwd .inner-blog__body p{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .inner-blog__body p{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .inner-blog__body p{
  margin-bottom: 1.5rem;
}

.inner-blog__body p{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.inner-blog__downloadables{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .inner-blog__downloadables{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.inner-blog__downloadables{
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 12rem;
}

.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;
}

.fixed{
  position: fixed;
}

.relative{
  position: relative;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.hidden{
  display: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.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));
}

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

.items-baseline{
  align-items: baseline;
}

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

.bg-\[\#019E7C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.bg-\[\#941E72\]{
  --tw-bg-opacity: 1;
  background-color: rgb(148 30 114 / var(--tw-bg-opacity));
}

.bg-\[\#E31D3A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.bg-\[\#F1F5FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.bg-\[\#F7F7F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-light-600{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

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

.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);
}

.cdr-header{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.cdr-header--1{
  font-size: 1.875rem;
  line-height: 2.625rem;
}

@media (min-width: 1024px){
  .cdr-header--1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.cdr-header--2{
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px){
  .cdr-header--2{
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.cdr-header--3{
  font-size: 1.875rem;
  line-height: 2.625rem;
}

.cdr-body{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.cdr-body--bold{
  font-weight: 700;
}

.cdr-select{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 2.9375rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

.btn{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

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

.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.btn{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .btn{
    font-weight: 400;
  }
}

.btn:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn--red{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.btn--red:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.btn--red:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn--green{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.btn--green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.btn--white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

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

.btn--sm{
  height: 3.0625rem;
  width: 3.75rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.select{
  max-width: 11rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 1.5375rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-weight: 500;
}

.select__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select__wrapper--lg{
  display: none;
}

@media (min-width: 1024px){
  .select__wrapper--lg{
    display: flex;
  }
}

.select__label, .select__text{
  border-right-width: 1px;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0.9375rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-right: 1.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
}

.select--mobile{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  background-color: transparent;
  display: flex;
}

@media (min-width: 1024px){
  .select--mobile{
    display: none;
  }
}

.ukcdr-container{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .ukcdr-container{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.ukcdr-container--sm{
  max-width: 60.625rem;
}

.ukcdr-body-h2{
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.625rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.ukcdr-body-p{
  font-weight: 500;
  line-height: 1.5625rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.--scrollbar-hidden {
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.--scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.empty__content{
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.filter-mobile{
  position: fixed;
  max-height: 100vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: block;
  --tw-translate-y: -100vh;
  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));
  transition-duration: 200ms;
}

@media (min-width: 1024px){
  .filter-mobile{
    display: none;
  }
}

.filter-mobile{
  z-index: -10;
  height: 100vh;
  padding: 1.875rem;
}

.filter-mobile > *{
  --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));
}

.filter-mobile[data-visible=true]{
  z-index: 50;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  opacity: 1;
}

.filter-mobile[data-visible=true] > *{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.filter-mobile__items{
  display: flex;
  flex-direction: column;
}

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

.filter-mobile__items{
  padding-bottom: 2.0625rem;
}

.filter-mobile__item{
  display: flex;
  align-items: center;
}

.filter-mobile__item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.filter-mobile__item[data-visible=false]{
  display: none;
}

.filter-mobile__more{
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(240 96 96 / var(--tw-text-opacity));
}

.filter-mobile__more[aria-expanded=true] svg{
  --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));
}

.filter-mobile__label{
  font-weight: 500;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.filter-mobile__checkbox{
  height: 1.0625rem;
  width: 1.0625rem;
  accent-color: #000000;
}

.filter-mobile__toggle{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6875rem;
       column-gap: 0.6875rem;
  font-weight: 600;
  line-height: 2.8125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .filter-mobile__toggle{
    display: none;
  }
}

.filter-mobile__wrapper{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.375rem;
}

@media (min-width: 1024px){
  .filter-mobile__wrapper{
    display: none;
  }
}

.filter-mobile__header{
  margin-bottom: 1.3125rem;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
}

.filter-mobile__subtitle{
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
  line-height: 1.875rem;
}

.filter-mobile__title{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.scale-out-center{
  animation: scale-out-center 0.25s ease-in-out;
}

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

*,
html,
body {
  font-size: 15px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: auto;
  scroll-behavior: smooth;
}

@media screen and (min-width: 992px) {
  *,
  html,
  body {
    font-size: 16px;
  }
}

body {
  font-size: 1em;
  overflow-x: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  width: 100%;
}

/*
0-640px: Phone
640 - 768px: Tablet portrait
768 - 1024px: Tablet landscape
1024 - px: Small desktop styles
$breakpoint arguments choices:
-sm
-md
-lg
-xl
1em = 16px
*/

.fundingcalls-card-containers{
  display: grid;
  gap: 4rem;
}

@media (min-width: 640px){
  .fundingcalls-card-containers{
    gap: 2rem;
  }
}

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

@media (min-width: 1280px){
  .fundingcalls-card-containers{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.funding-calls-card{
  position: relative;
  display: flex;
  height: 27.625rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 4.375rem;
  --tw-shadow: 0px 0.3125rem 0.5625rem rgba(0,0,0,0.09);
  --tw-shadow-colored: 0px 0.3125rem 0.5625rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.funding-calls-card a{
  z-index: 9;
}

.funding-calls-card__label{
  z-index: 9;
  margin-bottom: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 158 124 / var(--tw-text-opacity));
}

.funding-calls-card__title{
  z-index: 9;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.funding-calls-card__date{
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.funders-card .funding-calls-card__link{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .funding-calls-card__link{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .funding-calls-card__link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .funding-calls-card__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .funding-calls-card__link{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .funding-calls-card__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .funding-calls-card__link{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .funding-calls-card__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.funding-calls-card__link{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.funding-calls-card__link > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.funding-calls-card__link{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.funding-calls-card__link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.funding-calls-card__link{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .funding-calls-card__link{
    font-weight: 400;
  }
}

.funding-calls-card__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.funding-calls-card__link{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.funding-calls-card__link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.funding-calls-card__link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.funding-calls-card__link{
  height: 3.0625rem;
  width: 3.75rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.reports__banner .funding-calls-card__link{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .funding-calls-card__link{
    margin-bottom: 0px;
  }
}

.funding-calls-card__link{
  position: absolute;
  bottom: -1.5rem;
  right: 2rem;
  z-index: 9;
}

.funding-calls-card__top-background{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 19rem;
}

.funding-calls-card__bottom-background{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 19rem;
}

.footer{
  overflow: hidden;
  padding-top: 5rem;
}

.footer-container{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
}

.footer-container::before{
  position: absolute;
  top: 825rem;
  left: 50%;
  height: 24rem;
  width: 2.5rem;
  --tw-translate-x: -50%;
  --tw-scale-x: 70;
  --tw-scale-y: 70;
  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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 640px){
  .footer-container::before{
    width: 5rem;
  }
}

@media (min-width: 1024px){
  .footer-container::before{
    width: 24rem;
  }
}

.footer-container-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .footer-container-wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .footer-container-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.footer-container-wrapper{
  position: relative;
  padding-top: 3rem;
}

.footer-container-title{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .footer-container-title{
    width: 75%;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.footer-container-newsletter{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 32rem;
  flex-direction: row;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(244 245 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.footer-container-newsletter__input{
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-container-newsletter__input::-moz-placeholder{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.footer-container-newsletter__input::placeholder{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.footer-container-newsletter__input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.footer-container-newsletter__button{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-container-link{
  position: relative;
  z-index: 2;
  margin-top: 5.31rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14rem;
}

@media (min-width: 640px){
  .footer-container-link{
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .footer-container-link{
    margin-top: 11rem;
  }
}

@media (min-width: 1280px){
  .footer-container-link{
    flex-direction: row;
  }
}

.footer-container-link_content{
  display: grid;
  gap: 3rem;
  text-align: center;
}

@media (min-width: 768px){
  .footer-container-link_content{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .footer-container-link_content{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: left;
  }
}

.footer-container-link_content-title{
  margin-bottom: 2.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-container-link_content-body{
  gap: 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}

.inner-wwd .footer-container-link_content-body a{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .footer-container-link_content-body a{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .footer-container-link_content-body a{
  margin-bottom: 1.5rem;
}

.footer-container-link_content-body a{
  text-decoration-line: none;
  font-family: Montserrat, sans-serif;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 1.75rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}

.footer-container-link_content-body a:hover{
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.inner-wwd .footer-container-address{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding__container > div > .footer-container-address{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.modari-text-wrapper .footer-container-address{
  margin-bottom: 1.5rem;
}

.footer-container-address{
  font-style: normal;
  font-family: Montserrat, sans-serif;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}

.footer-container-head_logo{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
  height: 3.5rem;
  width: 9.625rem;
}

@media (min-width: 768px){
  .footer-container-head_logo{
    display: none;
  }
}

@media (min-width: 1024px){
  .footer-container-head_logo{
    height: -moz-fit-content;
    height: fit-content;
  }
}

.footer-container-body_logo{
  display: none;
  height: 3.5rem;
}

@media (min-width: 768px){
  .footer-container-body_logo{
    display: block;
  }
}

.footer-container-base{
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.15);
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .footer-container-base{
    flex-direction: row;
  }
}

.footer-container-base{
  position: relative;
  z-index: 2;
}

.footer-container-base-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .footer-container-base-content{
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .footer-container-base-content{
    flex-direction: row;
  }
}

.footer-container-base-content p{
  font-size: 0.6875rem;
}

.footer-container-base-content a{
  font-size: 0.6875rem;
  text-decoration-line: none;
}

.footer-container-base-content div{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-container-icons{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.footer-container-background{
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
}

@media (min-width: 768px){
  .footer-container-background{
    position: absolute;
    display: block;
  }
}

@media (min-width: 1024px){
  .hero-banner-wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  @media (min-width: 640px){
    .hero-banner-wrapper{
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }

  @media (min-width: 1280px){
    .hero-banner-wrapper{
      padding-left: 8.5rem;
      padding-right: 8.5rem;
    }
  }
}

.hero-banner-border-fixed{
  height: 0.26125rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #931E73 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 30 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E31C3A var(--tw-gradient-to-position);
}

.hero-banner-border{
  position: relative;
  height: 0.26125rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #931E73 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 30 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E31C3A var(--tw-gradient-to-position);
}

@media (min-width: 768px){
  .hero-banner-border{
    display: none;
  }
}

.hero-banner-heading{
  position: relative;
  margin-left: 1.625rem;
  overflow: hidden;
  padding-top: 5.86375rem;
}

.hero-banner-heading_main{
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  line-height: 3.375rem;
  --tw-text-opacity: 1;
  color: rgb(227 28 58 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .hero-banner-heading_main{
    font-size: 4rem;
  }
}

.hero-banner-heading_sub{
  margin-top: 1.625rem;
  width: min(32rem, 90%);
  padding-bottom: 5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5625rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.hero-banner-heading_background{
  position: absolute;
  top: 0px;
  right: -9rem;
  z-index: -10;
  height: 100%;
  max-width: 42rem;
}

@media (min-width: 768px){
  .hero-banner-heading_background{
    right: 0px;
  }
}

.annual-report-card{
  position: relative;
  height: 25.8125rem;
}

.annual-report-card-frame{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.annual-report-card-frame-big-background{
  position: absolute;
  right: 0px;
  top: 0px;
}

.annual-report-card-frame-small-background{
  position: absolute;
}

.annual-report-card-frame-heading{
  position: relative;
  z-index: 9;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 4.19rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding-top: 1rem;
}

.annual-report-card-frame-heading-title{
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.funders-card .annual-report-card-frame-link{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .annual-report-card-frame-link{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .annual-report-card-frame-link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .annual-report-card-frame-link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .annual-report-card-frame-link{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .annual-report-card-frame-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .annual-report-card-frame-link{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .annual-report-card-frame-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.annual-report-card-frame-link{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.annual-report-card-frame-link > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.annual-report-card-frame-link{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.annual-report-card-frame-link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.annual-report-card-frame-link{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .annual-report-card-frame-link{
    font-weight: 400;
  }
}

.annual-report-card-frame-link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.annual-report-card-frame-link{
  --tw-border-opacity: 1;
  border-color: rgb(42 48 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.annual-report-card-frame-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(42 48 58 / var(--tw-text-opacity));
}

.reports__banner .annual-report-card-frame-link{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .annual-report-card-frame-link{
    margin-bottom: 0px;
  }
}

.annual-report-card-frame-link{
  position: absolute;
  left: 2rem;
  bottom: -1.5rem;
}

.annual-report-card-frame-link-name{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.team-portfolio{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .team-portfolio{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .team-portfolio{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.team-portfolio{
  margin-top: 1.75rem;
  display: grid;
  justify-content: center;
  row-gap: 5rem;
}

@media (min-width: 640px){
  .team-portfolio{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

@media (min-width: 1024px){
  .team-portfolio{
    justify-content: space-between;
  }
}

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

@media (min-width: 1024px){
  .team-portfolio{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    place-items: center;
  }
}

.team-portfolio team-card{
  height: 100%;
}

@media (min-width: 1024px){
  .team-portfolio team-card{
    max-width: 21.125rem;
  }
}

.team-portfolio-frame{
  position: relative;
  height: 100%;
  min-height: 26.9375rem;
  width: 100%;
  flex: 1 1 0%;
}

@media (min-width: 1024px){
  .team-portfolio-frame{
    max-width: 21.125rem;
  }
}

.team-portfolio-frame-content{
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 20.3125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.team-portfolio-frame-content-heading{
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.team-portfolio-frame-content-sub{
  margin-bottom: 3rem;
  width: 100%;
  padding-top: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.team-portfolio-frame img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-portfolio-frame-link{
  position: absolute;
  bottom: -1.5rem;
}

.funders-card .team-portfolio-frame-link{
  position: absolute;
  bottom: -1.0625rem;
  right: 1.125rem;
  min-width: 3.75rem;
}

.resource-hub-card .team-portfolio-frame-link{
  position: absolute;
  right: 1.5625rem;
  bottom: -0.75rem;
  min-width: 7.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.resource-hub-card .team-portfolio-frame-link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hub-card .team-portfolio-frame-link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.resource-hub-card--green .team-portfolio-frame-link{
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
}

.resource-hub-card--green .team-portfolio-frame-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 158 124 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(1 158 124 / var(--tw-border-opacity));
}

.resource-hub-card--violet .team-portfolio-frame-link{
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
}

.resource-hub-card--violet .team-portfolio-frame-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(147 30 115 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(147 30 115 / var(--tw-border-opacity));
}

.team-portfolio-frame-link{
  height: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11rem;
}

.team-portfolio-frame-link > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.team-portfolio-frame-link{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-duration: 150ms;
}

.team-portfolio-frame-link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.team-portfolio-frame-link{
  font-weight: 600;
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .team-portfolio-frame-link{
    font-weight: 400;
  }
}

.team-portfolio-frame-link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.team-portfolio-frame-link{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.team-portfolio-frame-link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.team-portfolio-frame-link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reports__banner .team-portfolio-frame-link{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .team-portfolio-frame-link{
    margin-bottom: 0px;
  }
}

.team-portfolio-frame-link-name{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.team-modal{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
  background-color: rgb(42 48 58 / 0.6);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .team-modal{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .team-modal{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.team-modal_content{
  height: -moz-fit-content;
  height: fit-content;
  max-height: 68.6875vh;
  width: 100%;
  max-width: 63.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px){
  .team-modal_content{
    flex-direction: row;
  }
}

.team-modal_content{
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.team-modal_content-image{
  height: 18.75rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px){
  .team-modal_content-image{
    height: auto;
    width: 100%;
    max-width: 29.375rem;
  }
}

.team-modal_content-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-modal_content-text{
  width: -moz-fit-content;
  width: fit-content;
  overflow-y: scroll;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .team-modal_content-text{
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.team-modal_content-text h2{
  margin-bottom: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.team-modal_content-text h3{
  margin-bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.team-modal_content-text-paragraph :last-child{
  margin-top: 2rem;
}

.team-modal_content button{
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
}

.custom-downloadables{
  max-width: 90rem;
}

.custom-downloadables_title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.custom-downloadables_button{
  margin-top: 2.75rem;
  display: flex;
  width: 100%;
  max-width: 60.4375rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  --tw-shadow: 0px 4px 24px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .custom-downloadables_button{
    padding-left: 2.5rem;
  }
}

.custom-downloadables_button-content{
  display: flex;
  max-width: 41.0625rem;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 768px){
  .custom-downloadables_button-content{
    align-items: center;
    gap: 2.5rem;
    padding: 0px;
  }
}

.custom-downloadables_button-content-text{
  margin-right: 2rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.custom-downloadables_button button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 29 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.custom-downloadables_button button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.custom-downloadables_button button{
  margin-top: auto;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .custom-downloadables_button button{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

.custom-downloadables_button button:hover path {
  fill: red;
}

.download-btn_svg{
  width: 1rem;
}

@media (min-width: 768px){
  .download-btn_svg{
    width: auto;
  }
}

.event-frame{
  position: relative;
  display: flex;
  height: 31.25rem;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .event-frame{
    height: 100%;
  }
}

.event-frame{
  min-height: 31.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  --tw-shadow: 0 8px 40px rgba(92,0,17,0.1);
  --tw-shadow-colored: 0 8px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.event-frame-date{
  margin-bottom: 1rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.69rem;
  padding-bottom: 0.69rem;
}

.event-frame-date p{
  z-index: 9;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.event-frame a{
  z-index: 9;
}

.event-frame-content{
  z-index: 9;
}

.event-frame-title{
  margin-top: auto;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.event-frame-subtitle{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.event-frame-link{
  position: absolute;
  bottom: -1.5rem;
  right: 2.5rem;
  z-index: 10;
  font-size: 0.875rem;
  font-weight: 600;
}

.event-frame-background{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

.reports_top-border{
  height: 0.25rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #931E73 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 30 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E31D3A var(--tw-gradient-to-position);
}

.reports_banner{
  position: relative;
  display: flex;
  height: 27.5rem;
  width: 100%;
  max-width: 73rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
}

.reports_banner-note-svg{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 5.125rem;
}

.reports_banner-background{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

.reports_banner-image{
  height: 100%;
  width: 100%;
  max-width: 73rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.reports_banner-socials{
  position: absolute;
  bottom: -4rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .reports_banner-socials{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px){
  .reports_banner-socials{
    right: -3.5rem;
    bottom: 0px;
    flex-direction: column;
  }
}

.reports_banner-socials-title{
  font-size: 0.9783625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.reports_banner-text{
  position: absolute;
  bottom: -1.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .reports_banner-text{
    left: -1.75rem;
    max-width: 73.1875rem;
  }
}

.reports_banner-text-title{
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.reports_banner-text-label{
  position: absolute;
  left: 0px;
  top: -1.8125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-top: 0.28125rem;
  padding-bottom: 0.28125rem;
  padding-left: 0.703125rem;
  padding-right: 0.703125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.reports_banner-text-label p{
  font-size: 0.8125rem;
  font-weight: 600;
}

.pages-grid{
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 640px){
  .pages-grid{
    flex-direction: row;
  }

  .pages-grid > :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));
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.pages-grid{
  margin-top: 1.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .pages-grid{
    margin-top: 3.5rem;
  }
}

@media (min-width: 768px){
  .pages-grid{
    align-items: center;
  }
}

.page-card{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-shadow: 0px 5px 9px rgba(0,0,0,0.09);
  --tw-shadow-colored: 0px 5px 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .page-card{
    width: 25.1875rem;
  }
}

.page-card__title{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.page-card__subtitle{
  font-size: 1rem;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.page-card__link{
  width: 100%;
  max-width: 25.1875rem;
  text-decoration-line: none;
}

.page-card__link:hover{
  text-decoration-line: none;
}

@media (min-width: 768px){
  .page-card__link{
    width: 25.1875rem;
  }
}

.best-use__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 6.4375rem;
  padding-bottom: 7.0625rem;
}

.best-use__text{
  margin-bottom: 5.375rem;
  text-align: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .best-use__text{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.best-use__text{
  max-width: 60.625rem;
}

.best-use__title{
  margin-bottom: 1.5625rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.best-use__subtext{
  margin-bottom: 2.1875rem;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  font-weight: 500;
  line-height: 1.5625rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .best-use__subtext{
    padding-left: 4.71875rem;
    padding-right: 4.71875rem;
  }
}

.best-use__button{
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.5rem;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .best-use__button{
    --tw-shadow: 0 0.25rem 1.5rem 0 rgba(0,0,0,0.04);
    --tw-shadow-colored: 0 0.25rem 1.5rem 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.best-use__button[aria-selected=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.best-use__buttons-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.94rem;
  padding-top: 0.4243rem;
  padding-bottom: 0.4243rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}

@media (min-width: 1024px){
  .best-use__buttons-wrapper{
    display: inline-block;
  }
}

.best-use__buttons-wrapper{
  border-radius: 0.75rem;
}

@media (min-width: 1024px){
  .best-use__buttons-wrapper{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
    --tw-shadow: 0 0.25rem 1.5rem rgba(0,0,0,0.04);
    --tw-shadow-colored: 0 0.25rem 1.5rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.best-use__carousel{
  display: grid;
  --tw-pan-x: pan-x;
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  grid-auto-flow: column;
  overflow-x: scroll;
  scroll-behavior: smooth;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.best-use__carousel::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px){
  .best-use__carousel{
    display: flex;
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }
}

.best-use__carousel-wrapper{
  position: relative;
}

.best-use__carousel-item{
  position: relative;
  display: flex;
  height: 100%;
  min-width: 24.0625rem;
  flex: 1 1 0%;
  flex-direction: column;
}

@media not all and (min-width: 1024px){
  .best-use__carousel-item{
    margin-right: 8px;
  }
}

@media (min-width: 1024px){
  .best-use__carousel-item{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

.best-use__carousel-item:first-of-type{
  margin-left: 1.375rem;
}

@media (min-width: 1024px){
  .best-use__carousel-item:first-of-type{
    margin-left: 10rem;
    scroll-margin-left: 15rem;
  }

  .best-use__carousel-item:last-of-type{
    scroll-margin-right: 15rem;
    padding-right: 10rem;
  }
}

.best-use__carousel-item > *{
  display: flex;
  height: 100%;
}

.frames{
  margin-bottom: 8rem;
}

.annual-report{
  margin-bottom: 20rem;
}

.annual-report-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .annual-report-container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .annual-report-container{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.annual-report-container{
  margin-top: 1.75rem;
  display: grid;
  row-gap: 5rem;
}

@media (min-width: 640px){
  .annual-report-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (min-width: 1024px){
  .annual-report-container{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-missions__definition{
  padding-top: 5.25rem;
  padding-bottom: 6.375rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .about-missions__definition{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.about-missions__definition{
  max-width: 60.625rem;
}

.about-missions__definition .ukcdr-body-h2{
  margin-bottom: 2.3125rem;
}

.about-missions__strategies{
  padding-top: 4.3125rem;
  padding-bottom: 4.75rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .about-missions__strategies{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.about-missions__strategies{
  max-width: 60.625rem;
}

@media (min-width: 1024px){
  .about-missions__strategies{
    padding-bottom: 9.6875rem;
  }
}

.about-missions__strategies-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.about-missions__strategies .ukcdr-body-h2{
  margin-bottom: 2.5625rem;
}

.about-missions__strategies .ukcdr-body-p{
  margin-bottom: 4.8125rem;
}

.about-missions__strategies-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 2.875;
       column-gap: 2.875;
  row-gap: 3rem;
}

@media (min-width: 1024px){
  .about-missions__strategies-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }
}

.about-missions__strategy{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.about-missions__strategy-image__wrapper{
  height: 8rem;
  max-width: 8rem;
}

@media (min-width: 1024px){
  .about-missions__strategy-image__wrapper{
    height: 8.125rem;
    max-width: 8.125rem;
  }
}

.about-missions__strategy-image{
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.about-missions__strategy p{
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.about-missions__motivation{
  padding-top: 4rem;
  padding-bottom: 4.3125rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .about-missions__motivation{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.about-missions__motivation{
  max-width: 60.625rem;
}

@media (min-width: 1024px){
  .about-missions__motivation{
    padding-top: 6rem;
    padding-bottom: 8.6875rem;
  }
}

.about-missions__motivation .ukcdr-body-h2{
  margin-bottom: 2rem;
  line-height: 1.9375rem;
}

@media (min-width: 1024px){
  .about-missions__motivation .ukcdr-body-h2{
    margin-bottom: 3.1875rem;
  }
}

.about-missions__motivation .ukcdr-body-p{
  margin-bottom: 1.5rem;
}

.about-missions__motivation-images{
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media not all and (min-width: 1024px){
  .about-missions__motivation-images > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px){
  .about-missions__motivation-images{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-missions__motivation-images{
  padding-top: 1.75rem;
  padding-bottom: 3.125rem;
}

@media (min-width: 1024px){
  .about-missions__motivation-images > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .about-missions__motivation-images{
    padding-top: 3.0625rem;
    padding-bottom: 4.25rem;
    left: -2%;
    width: 104%;
  }
}

.about-missions__motivation-image__wrapper{
  height: 19.625rem;
  max-width: 19.375rem;
}

@media not all and (min-width: 1024px){
  .about-missions__motivation-image__wrapper{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px){
  .about-missions__motivation-image__wrapper{
    max-width: 19.4375rem;
  }
}

.about-missions__motivation-image__wrapper img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-missions__motivation-banner__wrapper{
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  height: 27.375rem;
  max-width: 50.0625rem;
}

.about-missions__motivation-banner__wrapper img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  --tw-shadow: 1.0625rem 1.0625rem 0 rgba(255,0,0,1);
  --tw-shadow-colored: 1.0625rem 1.0625rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.about-missions__history{
  padding-bottom: 4.3125rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .about-missions__history{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.about-missions__history{
  max-width: 60.625rem;
}

@media (min-width: 1024px){
  .about-missions__history{
    padding-bottom: 6.5rem;
  }
}

.about-missions__history .ukcdr-body-h2{
  margin-bottom: 2rem;
}

.about-missions__history .ukcdr-body-p{
  margin-bottom: 1.5rem;
}

.hub-partnership_image{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  display: flex;
  max-width: 90rem;
  flex-direction: column-reverse;
}

@media (min-width: 640px){
  .hub-partnership_image{
    margin-top: 8.5625rem;
  }
}

@media (min-width: 768px){
  .hub-partnership_image{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){
  .hub-partnership_image{
    padding-left: 15.5rem;
    padding-right: 15.5rem;
  }
}

.hub-partnership_image-wrapper{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px){
  .hub-partnership_image-wrapper{
    flex-direction: row;
  }
}

.hub-partnership_image-wrapper img{
  height: 11.1875rem;
  width: 100%;
  max-width: 79.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px){
  .hub-partnership_image-wrapper img{
    height: 23.5625rem;
  }
}

.hub-partnership_image-wrapper-socials{
  position: absolute;
  right: 0px;
  bottom: 0.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px){
  .hub-partnership_image-wrapper-socials{
    right: -4rem;
    flex-direction: column;
  }
}

.hub-partnership_image-wrapper-socials p{
  display: none;
  font-size: 0.9783625rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .hub-partnership_image-wrapper-socials p{
    display: block;
  }
}

.hub-partnership_image-text{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 41.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .hub-partnership_image-text{
    position: absolute;
    top: -6rem;
  }
}

@media (min-width: 768px){
  .hub-partnership_image-text{
    left: 1.75rem;
  }
}

@media (min-width: 1280px){
  .hub-partnership_image-text{
    left: 11rem;
  }
}

.hub-partnership_image-text-label{
  position: absolute;
  bottom: -1.375rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .hub-partnership_image-text-label{
    left: 2.3rem;
  }
}

@media (min-width: 1280px){
  .hub-partnership_image-text-label{
    left: 2.5rem;
  }
}

.hub-partnership_image-text-label img{
  height: 0.9375rem;
  width: 0.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.resource-hub_content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: Montserrat;
}

@media (min-width: 640px){
  .resource-hub_content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .resource-hub_content{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}

.resource-hub_content-label{
  margin-bottom: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.resource-hub_content-title{
  margin-bottom: 1.75rem;
  width: 100%;
  max-width: 55.875rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.resource-hub_content-body{
  width: 100%;
  max-width: 60.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.resource-hub_content-body-middle{
  font-weight: 600;
}

.resource-hub_content p{
  margin-bottom: 2rem;
}

.hub-accordion{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .hub-accordion{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .hub-accordion{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}

.hub-accordion-wrapper{
  display: flex;
  width: 100%;
  max-width: 49.5625rem;
  flex-direction: column;
  gap: 0.75rem;
}

.resource-hub-downloadables{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
  margin-top: 5rem;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .resource-hub-downloadables{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .resource-hub-downloadables{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}

.hub-question{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.hub-question-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 640px){
  .hub-question-wrapper{
    display: flex;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .hub-question-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.hub-question_content{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .hub-question_content{
    flex-direction: row;
  }
}

.hub-question_content-text{
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
}

.hub-question_content_btn-true:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 158 125 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  margin-right: 0.375rem;
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hub-question_content_btn-false{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false{
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_link{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.about-members__core{
  padding-top: 4.3125rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .about-members__core{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.about-members__core{
  max-width: 60.625rem;
}

@media (min-width: 1024px){
  .about-members__core{
    padding-top: 8.375rem;
  }
}

.about-members__core{
  margin-top: 2.9375rem;
  padding-bottom: 1.125rem;
}

@media (min-width: 1024px){
  .about-members__core{
    margin-top: 5.1875rem;
    padding-bottom: 5.125rem;
  }
}

.about-members__core{
  display: flex;
  flex-direction: column;
}

@media not all and (min-width: 1024px){
  .about-members__core > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.6875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.6875rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px){
  .about-members__core{
    flex-direction: row;
  }

  .about-members__core > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.about-members__core-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  padding-bottom: 5.3125rem;
}

@media (min-width: 1024px){
  .about-members__core-wrapper{
    padding-bottom: 7.6875rem;
  }

  .about-members__core-text{
    width: 60%;
  }
}

.about-members__core .ukcdr-body-p{
  margin-bottom: 2rem;
  letter-spacing: -0.03125rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.about-members__core-carousel{
  display: flex;
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.about-members__core-carousel > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.0625rem * var(--tw-space-x-reverse));
  margin-left: calc(1.0625rem * calc(1 - var(--tw-space-x-reverse)));
}

.about-members__core-carousel {
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.about-members__core-carousel::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px){
  .about-members__core-carousel > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.6875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.6875rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.about-members__core-carousel-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10.4375rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .about-members__core-carousel-wrapper{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.about-members__core-carousel-button{
  position: absolute;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 124 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.about-members__core-carousel-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
}

.about-members__core-carousel-button:first-of-type{
  left: 0.5rem;
}

@media (min-width: 1024px){
  .about-members__core-carousel-button:first-of-type{
    left: 8.4375rem;
  }
}

.about-members__core-carousel-button:last-of-type{
  right: 0.5rem;
}

@media (min-width: 1024px){
  .about-members__core-carousel-button:last-of-type{
    right: 6.5625rem;
  }
}

.about-members__board{
  padding-top: 6.3125rem;
  padding-bottom: 3.8125rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .about-members__board{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.about-members__board{
  max-width: 60.625rem;
}

.about-members__board .ukcdr-body-h2{
  margin-bottom: 2.3125rem;
}

.about-members__board .ukcdr-body-p{
  margin-bottom: 2rem;
}

.about-members__board .ukcdr-body-p:last-of-type{
  margin-bottom: 4.25rem;
}

.about-members__board-list{
  display: flex;
  max-width: 49.5625rem;
  flex-direction: column;
}

.about-members__board-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.6875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.6875rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px){
  .about-members__board-list{
    width: 80%;
  }
}

.about-members__stakeholders{
  margin-bottom: -5rem;
  padding-top: 4.625rem;
  padding-bottom: 4.3125rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .about-members__stakeholders{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.about-members__stakeholders{
  max-width: 60.625rem;
}

@media (min-width: 1024px){
  .about-members__stakeholders{
    padding-bottom: 13.5rem;
  }
}

.about-members__stakeholders-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.about-members__stakeholders .ukcdr-body-h2{
  margin-bottom: 2rem;
}

.about-members__stakeholders .ukcdr-body-p{
  margin-bottom: 1.5rem;
}

.funders-group__hero{
  padding-top: 5.25rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .funders-group__hero{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.funders-group__hero{
  max-width: 60.625rem;
}

.funders-group__hero .ukcdr-body-h2{
  margin-bottom: 2.3125rem;
}

.funders-group__practices{
  margin-bottom: -5rem;
}

@media not all and (min-width: 1024px){
  .funders-group .subscribe-banner__wrapper{
    padding-top: 0px;
  }
}

.rcs-inner_image{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: flex;
  max-width: 90rem;
  flex-direction: column-reverse;
}

@media (min-width: 640px){
  .rcs-inner_image{
    margin-top: 8.5625rem;
  }
}

@media (min-width: 768px){
  .rcs-inner_image{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){
  .rcs-inner_image{
    padding-left: 15.5rem;
    padding-right: 15.5rem;
  }
}

.rcs-inner_image-wrapper{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px){
  .rcs-inner_image-wrapper{
    flex-direction: row;
  }
}

.rcs-inner_image-wrapper img{
  height: 11.1875rem;
  width: 100%;
  max-width: 79.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px){
  .rcs-inner_image-wrapper img{
    height: 23.5625rem;
  }
}

.rcs-inner_image-wrapper-socials{
  position: absolute;
  right: 0px;
  bottom: 0.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px){
  .rcs-inner_image-wrapper-socials{
    right: -4rem;
    flex-direction: column;
  }
}

.rcs-inner_image-wrapper-socials p{
  display: none;
  font-size: 0.9783625rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .rcs-inner_image-wrapper-socials p{
    display: block;
  }
}

.rcs-inner_image-text{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 41.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .rcs-inner_image-text{
    position: absolute;
    top: -6rem;
  }
}

@media (min-width: 768px){
  .rcs-inner_image-text{
    left: 1.75rem;
  }
}

@media (min-width: 1280px){
  .rcs-inner_image-text{
    left: 11rem;
  }
}

.rcs-inner_image-text-label{
  position: absolute;
  bottom: -1.375rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .rcs-inner_image-text-label{
    left: 2.3rem;
  }
}

@media (min-width: 1280px){
  .rcs-inner_image-text-label{
    left: 2.5rem;
  }
}

.rcs-inner_image-text-label img{
  height: 0.9375rem;
  width: 0.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.rcs-inner_image-text-label{
  position: absolute;
  bottom: -1.375rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .rcs-inner_image-text-label{
    left: 2.3rem;
  }
}

@media (min-width: 1280px){
  .rcs-inner_image-text-label{
    left: 2.5rem;
  }
}

.rcs-inner_image-text-label img{
  height: 0.9375rem;
  width: 0.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.resource-hub_content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .resource-hub_content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .resource-hub_content{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}

.resource-hub_content-label{
  margin-bottom: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.resource-hub_content-title{
  margin-bottom: 1.75rem;
  width: 100%;
  max-width: 55.875rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.resource-hub_content-body{
  width: 100%;
  max-width: 60.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.resource-hub_content-body-middle{
  font-weight: 600;
}

.resource-hub_content p{
  margin-bottom: 2rem;
}

.hub-accordion{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .hub-accordion{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .hub-accordion{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}

.hub-accordion-wrapper{
  display: flex;
  width: 100%;
  max-width: 49.5625rem;
  flex-direction: column;
  gap: 0.75rem;
}

.rcs-downloadables{
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 12rem;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .rcs-downloadables{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .rcs-downloadables{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}

.hub-question{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.hub-question-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px){
  .hub-question-wrapper{
    display: flex;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px){
  .hub-question-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.hub-question_content{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .hub-question_content{
    flex-direction: row;
  }
}

.hub-question_content-text{
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
}

.hub-question_content_btn-true:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 158 125 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  margin-right: 0.375rem;
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hub-question_content_btn-false{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false{
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_link{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.sgr-inner_image{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  display: flex;
  max-width: 90rem;
  flex-direction: column-reverse;
}

@media (min-width: 640px){
  .sgr-inner_image{
    margin-top: 8.5625rem;
  }
}

@media (min-width: 768px){
  .sgr-inner_image{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){
  .sgr-inner_image{
    padding-left: 15.5rem;
    padding-right: 15.5rem;
  }
}

.sgr-inner_image-wrapper{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px){
  .sgr-inner_image-wrapper{
    flex-direction: row;
  }
}

.sgr-inner_image-wrapper img{
  height: 11.1875rem;
  width: 100%;
  max-width: 79.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px){
  .sgr-inner_image-wrapper img{
    height: 23.5625rem;
  }
}

.sgr-inner_image-wrapper-socials{
  position: absolute;
  right: 0px;
  bottom: 0.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px){
  .sgr-inner_image-wrapper-socials{
    right: -4rem;
    flex-direction: column;
  }
}

.sgr-inner_image-wrapper-socials p{
  display: none;
  font-size: 0.9783625rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .sgr-inner_image-wrapper-socials p{
    display: block;
  }
}

.sgr-inner_image-text{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 41.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(147 30 115 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sgr-inner_image-text{
    position: absolute;
    top: -6rem;
  }
}

@media (min-width: 768px){
  .sgr-inner_image-text{
    left: 1.75rem;
  }
}

@media (min-width: 1280px){
  .sgr-inner_image-text{
    left: 11rem;
  }
}

.sgr-inner_image-text-label{
  position: absolute;
  bottom: -1.375rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .sgr-inner_image-text-label{
    left: 2.3rem;
  }
}

@media (min-width: 1280px){
  .sgr-inner_image-text-label{
    left: 2.5rem;
  }
}

.sgr-inner_image-text-label img{
  height: 0.9375rem;
  width: 0.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.resource-hub_content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: Montserrat;
}

@media (min-width: 640px){
  .resource-hub_content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .resource-hub_content{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}

.resource-hub_content-label{
  margin-bottom: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.resource-hub_content-title{
  margin-bottom: 1.75rem;
  width: 100%;
  max-width: 55.875rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.resource-hub_content-body{
  width: 100%;
  max-width: 60.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.resource-hub_content-body-middle{
  font-weight: 600;
}

.resource-hub_content p{
  margin-bottom: 2rem;
}

.hub-accordion{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .hub-accordion{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .hub-accordion{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}

.hub-accordion-wrapper{
  display: flex;
  width: 100%;
  max-width: 49.5625rem;
  flex-direction: column;
  gap: 0.75rem;
}

.hub-downloadables{
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  margin-bottom: 12rem;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .hub-downloadables{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .hub-downloadables{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}

.hub-downloadables_title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.hub-downloadables_button{
  position: relative;
  margin-top: 2.75rem;
  display: flex;
  width: 100%;
  max-width: 60.4375rem;
  flex-direction: row;
  justify-content: space-between;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  --tw-shadow: 0px 4px 24px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .hub-downloadables_button{
    padding-left: 2.5rem;
  }
}

.hub-downloadables_button-content{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px){
  .hub-downloadables_button-content{
    gap: 2.5rem;
  }
}

@media (min-width: 1024px){
  .hub-downloadables_button-content{
    align-items: center;
  }
}

.hub-downloadables_button-content-text{
  margin-right: 2rem;
  width: 100%;
  max-width: 29.6925rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.hub-downloadables_button button{
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 28 58 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .hub-downloadables_button button{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

.hub-downloadables_button button span{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.download-btn_svg{
  width: 1rem;
}

@media (min-width: 768px){
  .download-btn_svg{
    width: auto;
  }
}

.hub-question{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.hub-question-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 640px){
  .hub-question-wrapper{
    display: flex;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .hub-question-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.hub-question_content{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .hub-question_content{
    flex-direction: row;
  }
}

.hub-question_content-text{
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
}

.hub-question_content_btn-true:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 158 125 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  margin-right: 0.375rem;
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hub-question_content_btn-false{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false{
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_link{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.funding{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}

@media (min-width: 640px){
  .funding{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .funding{
    padding-left: 5.1875rem;
    padding-right: 5.1875rem;
  }
}

.funding-banner{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.funding-banner_top-border{
  height: 0.26125rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #931E73 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 30 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E31C3A var(--tw-gradient-to-position);
}

.funding-banner-wrapper{
  height: 26.4375rem;
  max-width: 79.625rem;
}

.funding-banner-wrapper_image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.funding-banner_background{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

@media (min-width: 1024px){
  .funding-banner_background{
    bottom: 0px;
  }
}

.funding-banner-content{
  position: absolute;
  bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .funding-banner-content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .funding-banner-content{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}

.funding-banner-content_text{
  width: 100%;
  max-width: 68.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
}

.funding-banner-content_text-title{
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 2.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .funding-banner-content_text-title{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.resource-hub-landing_content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 7rem;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .resource-hub-landing_content{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .resource-hub-landing_content{
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

.resource-hub-landing_content-title{
  margin-bottom: 1.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.resource-hub-landing_content-body{
  font-family: #4F4F4F;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.resource-hub-landing_content-body p{
  margin-bottom: 2rem;
}

.resource-hub-landing_content-body-middle{
  font-weight: 600;
}

.data-hubs__hero{
  padding-top: 5.25rem;
  padding-bottom: 6.4375rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .data-hubs__hero{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.data-hubs__hero{
  max-width: 60.625rem;
}

.data-hubs__hero-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.data-hubs__hero .ukcdr-body-h2{
  margin-bottom: 2.3125rem;
}

.data-hubs__cards{
  padding-bottom: 13.6875rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .data-hubs__cards{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.data-hubs__cards{
  max-width: 72.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.data-hubs__cards > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.1875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.1875rem * calc(1 - var(--tw-space-x-reverse)));
}

@media not all and (min-width: 1024px){
  .data-hubs__cards > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px){
  .data-hubs__cards{
    flex-direction: row;
  }
}

.data-hubs__cards-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  margin-bottom: -5rem;
}

.funding-calls__cards{
  display: flex;
  padding-top: 3.25rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .funding-calls__cards{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.funding-calls__cards{
  max-width: 72.75rem;
}

@media (min-width: 1024px){
  .funding-calls__cards > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .funding-calls__cards{
    padding-top: 5.1875rem;
  }
}

.funding-calls__cards-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity));
  margin-bottom: -5rem;
  padding-bottom: 10rem;
  padding-top: 0.375rem;
}

@media (min-width: 1024px){
  .funding-calls__cards-wrapper{
    padding-top: 0px;
  }
}

.funding-calls__cards-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  row-gap: 2.375rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 2.375rem;
  padding-bottom: 8.4375rem;
}

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

@media (min-width: 1024px){
  .funding-calls__cards-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: flex-start;
  }
}

.funding-calls__filters{
  position: relative;
  display: none;
  min-width: 12.5rem;
  padding-right: 2.6875rem;
}

@media (min-width: 1024px){
  .funding-calls__filters{
    display: block;
  }
}

.funding-calls__filters + div{
  flex: 1 1 0%;
}

.funding-calls__filters > p{
  margin-bottom: 2.0625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
}

.funding-calls__filters-list{
  display: flex;
  flex-direction: column;
}

.funding-calls__filters-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
}

.funding-calls__filters .filter-more{
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.5625rem;
}

.funding-calls__filters .clear-filters{
  margin-top: 2.81rem;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 1.27rem;
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.funding-calls__filters-item{
  display: flex;
  align-items: center;
}

.funding-calls__filters-item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.funding-calls__filters-item{
  padding-top: 0.625rem;
  padding-bottom: 0.8125rem;
  padding-right: 0.625rem;
}

.funding-calls__filters-item[data-visible=false]{
  display: none;
}

.funding-calls__filters-item label{
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.funding-calls__filters-item input{
  height: 1.375rem;
  width: 1.375rem;
  cursor: pointer;
  accent-color: #000000;
}

.funding-calls__filters-mobile{
  position: fixed;
  max-height: 100vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: block;
  --tw-translate-y: -100vh;
  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));
  transition-duration: 200ms;
}

@media (min-width: 1024px){
  .funding-calls__filters-mobile{
    display: none;
  }
}

.funding-calls__filters-mobile{
  padding: 1.875rem;
}

.funding-calls__filters-mobile > *{
  --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));
}

.funding-calls__filters-mobile[data-visible=true]{
  z-index: 50;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  opacity: 1;
}

.funding-calls__filters-mobile[data-visible=true] > *{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.funding-calls__filters-mobile__header{
  margin-bottom: 1.3125rem;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
}

.funding-calls__filters-mobile__header p{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.funding-calls__filters-mobile__wrapper p{
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
  line-height: 1.875rem;
}

.funding-calls__filters-mobile__form{
  padding-top: 1.5rem;
  padding-bottom: 3.4375rem;
}

.funding-calls__filters-mobile__form button{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(240 96 96 / var(--tw-text-opacity));
}

.funding-calls__filters-mobile__form button[aria-expanded=true] svg{
  --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));
}

.funding-calls__filters-mobile__list{
  display: flex;
  flex-direction: column;
}

.funding-calls__filters-mobile__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
}

.funding-calls__filters-mobile__list{
  padding-bottom: 2.0625rem;
}

.funding-calls__filters-mobile__item{
  display: flex;
  align-items: center;
}

.funding-calls__filters-mobile__item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.funding-calls__filters-mobile__item[data-visible=false]{
  display: none;
}

.funding-calls__filters-mobile__item label{
  font-weight: 500;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.funding-calls__filters-mobile__item input{
  height: 1.0625rem;
  width: 1.0625rem;
  accent-color: #000000;
}

.funding-calls__mobile-filters{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.375rem;
}

@media (min-width: 1024px){
  .funding-calls__mobile-filters{
    display: none;
  }
}

.funding-calls__mobile-filters button{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6875rem;
       column-gap: 0.6875rem;
  font-weight: 600;
  line-height: 2.8125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.funding-calls__mobile-filters select{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

.funding-calls__sorting{
  margin-bottom: 2.625rem;
  display: none;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .funding-calls__sorting{
    display: flex;
  }
}

.funding-calls__sorting-list{
  display: flex;
  align-items: center;
}

.funding-calls__sorting-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
}

.funding-calls__sorting-item input[type=radio]{
  display: none;
}

.funding-calls__sorting-item label{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.3125rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  font-weight: 500;
}

.funding-calls__sorting-item input[type=radio]:checked + label{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.funding-calls__sorting-select label{
  margin-right: 1.125rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0.9375rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.funding-calls__sorting-select select{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 2.9375rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

.funding-calls__sorting + p{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .funding-calls__sorting + p{
    text-align: left;
  }
}

.search{
  margin-bottom: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .search{
    margin-bottom: 6rem;
  }
}

.search-heading{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .search-heading{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .search-heading{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.search-heading-title{
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.search-heading-searchbox{
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 72.5625rem;
  flex-direction: row;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.search-heading-searchbox input{
  width: 100%;
  border-style: none;
}

.search-heading-searchbox input::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.search-heading-searchbox input::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.search-heading-searchbox input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.search-heading-filter{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.search-heading-filter button{
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.search-heading-filter button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.search-funding-cards funding-call-card{
  width: 22.9375rem;
}

@media (min-width: 1024px){
  .search-funding-cards funding-call-card{
    min-width: 21.875rem;
  }
}

.search-event-cards{
  margin-bottom: 16rem;
}

.search-event-cards event-card{
  height: 31.25rem;
  width: 22.9375rem;
}

@media (min-width: 1024px){
  .search-event-cards event-card{
    min-width: 21.875rem;
  }
}

.search-downloadables{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .search-downloadables{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .search-downloadables{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.search-downloadables{
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.events{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
}

.events-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .events-container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .events-container{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.events-container_heading{
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .events-container_heading{
    display: flex;
  }
}

.events-container_heading-links{
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.events-container_heading-link{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.events-container_heading-link.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.events-container_heading-sort{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.events-container_heading-sort-text{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(205 212 220 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.events-container_heading-sort-select{
  cursor: pointer;
  border-style: none;
  outline-color: #8EE0FC;
  max-width: 11rem;
  border-radius: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 1.5375rem;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.events-container_results{
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .events-container_results{
    display: none;
  }
}

.events-container_cards{
  display: grid;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 5rem;
  padding-bottom: 18rem;
}

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

@media (min-width: 1024px){
  .events-container_cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.events-container_cards .event-card{
  height: 100%;
}

.event-inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}

@media (min-width: 640px){
  .event-inner{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .event-inner{
    padding-left: 14.8125rem;
    padding-right: 14.8125rem;
  }
}

.event-inner_banner{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 640px){
  .event-inner_banner{
    margin-top: 7rem;
  }
}

.event-inner_banner-image{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-inner_banner-text{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 43.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .event-inner_banner-text{
    position: absolute;
    top: -6rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 1024px){
  .event-inner_banner-text{
    right: 6rem;
  }
}

.event-inner-content{
  margin-top: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.event-inner-content__label{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.event-inner-content__article{
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-top: 3rem;
}

@media (min-width: 768px){
  .event-inner-content__article{
    flex-direction: row;
    gap: 6.3125rem;
  }
}

.event-inner-content__article-info{
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.event-inner-content__article-info h2{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 55 55 / var(--tw-text-opacity));
}

.event-inner-content__article-info-date :last-child, .event-inner-content__article-info-time :last-child{
  display: flex;
  width: 13rem;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.event-inner-content__article-info-location{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 232 232 / var(--tw-border-opacity));
  padding-bottom: 2.75rem;
}

.event-inner-content__article-info-location :last-child{
  width: 100%;
  max-width: 12.0625rem;
}

.event-inner-content__article-info-socials-icons{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.event-inner-content__article-info-link{
  margin-top: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.event-inner-content__article-content p{
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.e-inner-downloadables{
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.625rem;
  margin-bottom: 9.625rem;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .e-inner-downloadables{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .e-inner-downloadables{
    padding-left: 14.8125rem;
    padding-right: 14.8125rem;
  }
}

.funding-landscapes-top-border{
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #931E73 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 30 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E31D3A var(--tw-gradient-to-position);
}

@media (min-width: 768px){
  .funding-landscapes-top-border{
    display: none;
  }
}

.funding-landscapes-inner{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .funding-landscapes-inner{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 768px){
  .funding-landscapes-inner{
    margin-top: 7rem;
  }
}

@media (min-width: 1280px){
  .funding-landscapes-inner{
    padding-left: 11rem;
    padding-right: 11rem;
  }
}

.funding-landscapes-inner_banner{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90rem;
}

@media (min-width: 768px){
  .funding-landscapes-inner_banner{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px){
  .funding-landscapes-inner_banner{
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px){
  .funding-landscapes-inner_banner{
    padding-left: 6rem;
  }
}

.funding-landscapes-inner_banner-wrapper{
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 45.9375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .funding-landscapes-inner_banner-wrapper{
    position: absolute;
    left: unset;
    top: -4rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.funding-landscapes-inner_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5625rem;
  border-radius: 0.875rem;
  padding-bottom: 14rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .funding-landscapes-inner_content{
    padding-top: 11rem;
  }
}

@media (min-width: 1024px){
  .funding-landscapes-inner_content{
    flex-direction: row;
    align-items: flex-start;
  }
}

.funding-landscapes-inner_content-text{
  width: 100%;
  max-width: 48rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding-landscapes-inner_content-text p{
  margin-bottom: 1.5rem;
}

.funding-landscapes-inner_content-text ul{
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

.funding-landscapes-inner_content-text-weight{
  font-weight: 700;
}

.funding-landscapes-inner_content-sidebar{
  position: sticky;
  top: 0px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 20rem;
  gap: 4rem;
  border-radius: 0.875rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-shadow: 0 4px 24px 2px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 4px 24px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.funding-landscapes-inner_content-sidebar-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 13.67125rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.funding-landscapes-inner_content-sidebar-subtitle{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 15.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.funding-landscapes-inner_content-sidebar-link{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
  width: 100%;
  max-width: 11.853125rem;
}

.landscape-question{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.landscape-question-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 90rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px){
  .landscape-question-wrapper{
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px){
  .landscape-question-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.landscape-question_content{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .landscape-question_content{
    flex-direction: row;
  }
}

.landscape-question_content-text{
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.landscape-question_content_btn-true{
  margin-right: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.landscape-question_content_btn-false{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.landscape-question_link{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.funding-landscapes-top-border{
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #931E73 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 30 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E31D3A var(--tw-gradient-to-position);
}

@media (min-width: 768px){
  .funding-landscapes-top-border{
    display: none;
  }
}

.funding-landscapes-inner-closed{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .funding-landscapes-inner-closed{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 768px){
  .funding-landscapes-inner-closed{
    margin-top: 7rem;
  }
}

@media (min-width: 1280px){
  .funding-landscapes-inner-closed{
    padding-left: 11rem;
    padding-right: 11rem;
  }
}

.funding-landscapes-inner-closed_banner{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90rem;
}

@media (min-width: 768px){
  .funding-landscapes-inner-closed_banner{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px){
  .funding-landscapes-inner-closed_banner{
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px){
  .funding-landscapes-inner-closed_banner{
    padding-left: 6rem;
  }
}

.funding-landscapes-inner-closed_banner-wrapper{
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 45.9375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .funding-landscapes-inner-closed_banner-wrapper{
    position: absolute;
    left: unset;
    top: -4rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.funding-landscapes-inner-closed_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5625rem;
  border-radius: 0.875rem;
  padding-bottom: 14rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .funding-landscapes-inner-closed_content{
    padding-top: 11rem;
  }
}

@media (min-width: 1024px){
  .funding-landscapes-inner-closed_content{
    flex-direction: row;
    align-items: flex-start;
  }
}

.funding-landscapes-inner-closed_content-text{
  width: 100%;
  max-width: 48rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.funding-landscapes-inner-closed_content-text p{
  margin-bottom: 1.5rem;
}

.funding-landscapes-inner-closed_content-text ul{
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

.funding-landscapes-inner-closed_content-text-weight{
  font-weight: 700;
}

.funding-landscapes-inner-closed_content-sidebar{
  position: sticky;
  top: 0px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 20rem;
  gap: 4rem;
  border-radius: 0.875rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-shadow: 0 4px 24px 2px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 4px 24px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.funding-landscapes-inner-closed_content-sidebar-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 13.67125rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.funding-landscapes-inner-closed_content-sidebar-subtitle{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 15.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.funding-landscapes-inner-closed_content-sidebar-link{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
  display: flex;
  width: 100%;
  max-width: 11.853125rem;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.landscape-question{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.landscape-question-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 90rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px){
  .landscape-question-wrapper{
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px){
  .landscape-question-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.landscape-question_content{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .landscape-question_content{
    flex-direction: row;
  }
}

.landscape-question_content-text{
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.landscape-question_content_btn-true{
  margin-right: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.landscape-question_content_btn-false{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.landscape-question_link{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.case-studies-inner_image{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 90rem;
  flex-direction: column-reverse;
}

@media (min-width: 640px){
  .case-studies-inner_image{
    margin-top: 8.5625rem;
  }
}

@media (min-width: 768px){
  .case-studies-inner_image{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){
  .case-studies-inner_image{
    padding-left: 15.5rem;
    padding-right: 15.5rem;
  }
}

.case-studies-inner_image-border{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0.26125rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #931E73 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 30 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E31D3A var(--tw-gradient-to-position);
}

@media (min-width: 1024px){
  .case-studies-inner_image-border{
    display: none;
  }
}

.case-studies-inner_image-wrapper{
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
}

@media (min-width: 768px){
  .case-studies-inner_image-wrapper{
    flex-direction: row;
  }
}

.case-studies-inner_image-wrapper img{
  width: 100%;
  max-width: 79.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-studies-inner_image-wrapper-socials{
  position: absolute;
  bottom: -3rem;
  left: 1.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .case-studies-inner_image-wrapper-socials{
    left: auto;
  }
}

@media (min-width: 1024px){
  .case-studies-inner_image-wrapper-socials{
    right: -4rem;
    bottom: 0.25rem;
    flex-direction: column;
  }
}

.case-studies-inner_image-text{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 48rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 28 58 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .case-studies-inner_image-text{
    position: absolute;
    top: -6rem;
  }
}

@media (min-width: 768px){
  .case-studies-inner_image-text{
    left: 1.75rem;
  }
}

@media (min-width: 1280px){
  .case-studies-inner_image-text{
    left: 14rem;
  }
}

.case-studies-inner_image-text-label{
  position: absolute;
  bottom: -1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .case-studies-inner_image-text-label{
    left: 2.3rem;
  }
}

@media (min-width: 1280px){
  .case-studies-inner_image-text-label{
    left: 0.75rem;
  }
}

.case-studies-inner_image-text-label img{
  height: 0.9375rem;
  width: 0.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.case-studies-inner_content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 768px){
  .case-studies-inner_content{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){
  .case-studies-inner_content{
    padding-left: 15.5rem;
    padding-right: 15.5rem;
  }
}

.case-studies-inner_content-label{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.case-studies-inner_content-title{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.case-studies-inner_content-paragraph{
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.case-studies-inner-accordion-wrapper{
  display: flex;
  width: 100%;
  max-width: 49.5625rem;
  flex-direction: column;
  gap: 0.75rem;
}

.case-studies-inner-downloadables{
  margin-top: 6rem;
  margin-bottom: 12rem;
  max-width: 90rem;
}

.report-inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}

@media (min-width: 640px){
  .report-inner{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px){
  .report-inner{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.report-inner-major{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.report-inner-major_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.875rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 6rem;
  padding-bottom: 9rem;
}

@media (min-width: 768px){
  .report-inner-major_content{
    gap: 3.5rem;
    padding-top: 5rem;
  }
}

@media (min-width: 1024px){
  .report-inner-major_content{
    flex-direction: row;
    align-items: flex-start;
  }
}

.report-inner-major_content-text{
  width: 100%;
  max-width: 48rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.report-inner-major_content-text-label{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.report-inner-major_content-text-label-title{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.report-inner-major_content-text-label-date{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.report-inner-major_content-text-title{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.report-inner-major_content-text p{
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.report-inner-major_content-text p a{
  text-decoration-line: underline;
}

.report-inner-major_content-sidebar{
  gap: 4rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 2.25rem;
  width: 20rem;
  border-radius: 0.875rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-shadow: 0 4px 24px 2px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 4px 24px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.report-inner-major_content-sidebar-heading{
  margin-top: 3.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.report-inner-major_content-sidebar-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 16rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.report-inner-major_content-sidebar-link{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 13rem;
}

.hub-question{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.hub-question-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .hub-question-wrapper{
    display: flex;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: unset;
  }
}

@media (min-width: 1280px){
  .hub-question-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.hub-question_content{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .hub-question_content{
    flex-direction: row;
    padding-top: unset;
    padding-bottom: unset;
  }
}

.hub-question_content-text{
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
}

.hub-question_content_btn-true:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 158 125 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  margin-right: 0.375rem;
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hub-question_content_btn-false{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false{
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_link{
  margin-left: 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .hub-question_link{
    margin-left: unset;
  }
}

.report-inner-details{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}

@media (min-width: 640px){
  .report-inner-details{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .report-inner-details{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}

.report-inner-details-major{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
}

.report-inner-details-major_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.875rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 6rem;
  padding-bottom: 9rem;
}

@media (min-width: 768px){
  .report-inner-details-major_content{
    gap: 3.5rem;
    padding-top: 5rem;
  }
}

@media (min-width: 1024px){
  .report-inner-details-major_content{
    flex-direction: row;
    align-items: flex-start;
  }
}

.report-inner-details-major_content-text{
  width: 100%;
  max-width: 48rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.report-inner-details-major_content-text-label{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.report-inner-details-major_content-text-label-title{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.report-inner-details-major_content-text-label-date{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.report-inner-details-major_content-text-title{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.report-inner-details-major_content-text ul{
  margin-left: 1.75rem;
  list-style-type: disc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.report-inner-details-major_content-text p, .report-inner-details-major_content-text li{
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.report-inner-details-major_content-text-weight{
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.report-inner-details-major_content-sidebar{
  margin-top: 2.25rem;
  width: 20rem;
  border-radius: 0.875rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-shadow: 0 4px 24px 2px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 4px 24px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.report-inner-details-major_content-sidebar-heading{
  margin-top: 3.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.report-inner-details-major_content-sidebar-title{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 16rem;
  flex-direction: row;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.report-inner-details-major_content-sidebar-link{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
}

.hub-question{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.hub-question-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 640px){
  .hub-question-wrapper{
    display: flex;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .hub-question-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.hub-question_content{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .hub-question_content{
    flex-direction: row;
  }
}

.hub-question_content-text{
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
}

.hub-question_content_btn-true:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 158 125 / var(--tw-text-opacity));
}

.hub-question_content_btn-true{
  margin-right: 0.375rem;
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hub-question_content_btn-false{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hub-question_content_btn-false{
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hub-question_link{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .resource-hubs-categories .custom-top-banner{
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  }
}

.resource-hubs-categories .custom-top-banner__title{
  margin-bottom: 1.5625rem;
}

.resource-hubs-categories__cards{
  padding-top: 3.25rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .resource-hubs-categories__cards{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.resource-hubs-categories__cards{
  max-width: 72.75rem;
}

@media (min-width: 1024px){
  .resource-hubs-categories__cards{
    padding-top: 5.1875rem;
  }
}

.resource-hubs-categories__cards > div{
  display: flex;
}

.resource-hubs-categories__cards-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity));
  margin-bottom: -5rem;
  padding-bottom: 10rem;
  padding-top: 0.375rem;
}

@media (min-width: 1024px){
  .resource-hubs-categories__cards-wrapper{
    padding-top: 0px;
  }
}

.resource-hubs-categories__cards-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 2.375rem;
  padding-bottom: 8.4375rem;
}

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

@media (min-width: 1024px){
  .resource-hubs-categories__cards-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.resource-hubs-categories__cards-grid{
  justify-content: center;
  row-gap: 2.1875rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 1024px){
  .resource-hubs-categories__cards-grid{
    justify-content: flex-start;
    row-gap: 3.1875rem;
  }
}

.resource-hubs-categories__search{
  margin-bottom: 2.75rem;
  display: none;
  width: 100%;
  max-width: 53.3125rem;
}

.resource-hubs-categories__search > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.resource-hubs-categories__search{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.09375rem;
  padding-bottom: 1.09375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .resource-hubs-categories__search{
    display: flex;
  }
}

.resource-hubs-categories__search button{
  order: -9999;
}

.resource-hubs-categories__search input[type=search]{
  order: 9999;
  width: 100%;
}

.resource-hubs-categories__search input[type=search]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 34 34 / var(--tw-placeholder-opacity));
}

.resource-hubs-categories__search input[type=search]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 34 34 / var(--tw-placeholder-opacity));
}

.resource-hubs-categories__search input[type=search]:focus-visible{
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-width: 0px;
}

.resource-hubs-categories__filters{
  position: relative;
  display: none;
  min-width: 10rem;
  padding-right: 2.6875rem;
  padding-top: 0.75rem;
}

@media (min-width: 1024px){
  .resource-hubs-categories__filters{
    display: block;
  }
}

.resource-hubs-categories__filters + div{
  flex: 1 1 0%;
}

.resource-hubs-categories__filters > p{
  margin-bottom: 2.0625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
}

.resource-hubs-categories__filters-list{
  display: flex;
  flex-direction: column;
}

.resource-hubs-categories__filters-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
}

.resource-hubs-categories__filters .filter-more{
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.5625rem;
}

.resource-hubs-categories__filters .clear-filters{
  margin-top: 2.81rem;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 1.27rem;
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.resource-hubs-categories__filters-item{
  display: flex;
  align-items: center;
}

.resource-hubs-categories__filters-item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.resource-hubs-categories__filters-item{
  padding-top: 0.625rem;
  padding-bottom: 0.8125rem;
}

.resource-hubs-categories__filters-item[data-visible=false]{
  display: none;
}

.resource-hubs-categories__filters-item label{
  max-width: 8.5rem;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.resource-hubs-categories__filters-item input{
  height: 1.375rem;
  width: 1.375rem;
  cursor: pointer;
  accent-color: #000000;
}

.resource-hubs-categories__filters-mobile{
  position: fixed;
  max-height: 100vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: block;
  --tw-translate-y: -100vh;
  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));
  transition-duration: 200ms;
}

@media (min-width: 1024px){
  .resource-hubs-categories__filters-mobile{
    display: none;
  }
}

.resource-hubs-categories__filters-mobile{
  padding: 1.875rem;
}

.resource-hubs-categories__filters-mobile > *{
  --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));
}

.resource-hubs-categories__filters-mobile[data-visible=true]{
  z-index: 50;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  opacity: 1;
}

.resource-hubs-categories__filters-mobile[data-visible=true] > *{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resource-hubs-categories__filters-mobile__header{
  margin-bottom: 1.3125rem;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
}

.resource-hubs-categories__filters-mobile__header p{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.resource-hubs-categories__filters-mobile__wrapper p{
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
  line-height: 1.875rem;
}

.resource-hubs-categories__filters-mobile__form{
  padding-top: 1.5rem;
  padding-bottom: 3.4375rem;
}

.resource-hubs-categories__filters-mobile__form button{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(240 96 96 / var(--tw-text-opacity));
}

.resource-hubs-categories__filters-mobile__form button[aria-expanded=true] svg{
  --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));
}

.resource-hubs-categories__filters-mobile__list{
  display: flex;
  flex-direction: column;
}

.resource-hubs-categories__filters-mobile__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
}

.resource-hubs-categories__filters-mobile__list{
  padding-bottom: 2.0625rem;
}

.resource-hubs-categories__filters-mobile__item{
  display: flex;
  align-items: center;
}

.resource-hubs-categories__filters-mobile__item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.resource-hubs-categories__filters-mobile__item[data-visible=false]{
  display: none;
}

.resource-hubs-categories__filters-mobile__item label{
  font-weight: 500;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.resource-hubs-categories__filters-mobile__item input{
  height: 1.0625rem;
  width: 1.0625rem;
  accent-color: #000000;
}

.resource-hubs-categories__mobile-filters{
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.375rem;
}

@media (min-width: 1024px){
  .resource-hubs-categories__mobile-filters{
    display: none;
  }
}

.resource-hubs-categories__mobile-filters{
  margin-top: 3.625rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1rem;
}

.resource-hubs-categories__mobile-filters button{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6875rem;
       column-gap: 0.6875rem;
  font-weight: 600;
  line-height: 2.8125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.resource-hubs-categories__mobile-filters select{
  max-width: 11rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 1.5375rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-weight: 500;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  background-color: transparent;
}

.resource-hubs-categories__sorting{
  margin-bottom: 2.625rem;
  display: none;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .resource-hubs-categories__sorting{
    display: flex;
  }
}

.resource-hubs-categories__sorting-select{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resource-hubs-categories__sorting-select label,
.resource-hubs-categories__sorting-select span{
  margin-right: 1.125rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0.9375rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.resource-hubs-categories__sorting-select select{
  max-width: 11rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 1.5375rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-weight: 500;
}

.resource-hubs-categories__sorting + p{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .resource-hubs-categories__sorting + p{
    text-align: left;
  }
}

.news__cards{
  padding-top: 3.25rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .news__cards{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.news__cards{
  max-width: 72.75rem;
}

@media (min-width: 1024px){
  .news__cards{
    padding-top: 5.1875rem;
  }
}

.news__cards > div{
  display: flex;
}

.news__cards-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity));
  margin-bottom: -5rem;
  padding-bottom: 10rem;
  padding-top: 0.375rem;
}

@media (min-width: 1024px){
  .news__cards-wrapper{
    padding-top: 0px;
  }
}

.news__cards-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 2.375rem;
  padding-bottom: 8.4375rem;
}

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

@media (min-width: 1024px){
  .news__cards-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.news__cards-grid{
  justify-content: center;
  row-gap: 2.1875rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 1024px){
  .news__cards-grid{
    justify-content: flex-start;
    row-gap: 3.1875rem;
  }
}

.news__filters{
  position: relative;
  display: none;
  min-width: 10rem;
  padding-right: 2.6875rem;
  padding-top: 0.75rem;
}

@media (min-width: 1024px){
  .news__filters{
    display: block;
  }
}

.news__filters + div{
  flex: 1 1 0%;
}

.news__filters > p{
  margin-bottom: 2.0625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
}

.news__filters-list{
  display: flex;
  flex-direction: column;
}

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

.news__filters .filter-more{
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.5625rem;
}

.news__filters .clear-filters{
  margin-top: 2.81rem;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 1.27rem;
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.news__filters-item{
  display: flex;
  align-items: center;
}

.news__filters-item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.news__filters-item{
  padding-top: 0.625rem;
  padding-bottom: 0.8125rem;
}

.news__filters-item[data-visible=false]{
  display: none;
}

.news__filters-item label{
  max-width: 8.5rem;
  cursor: pointer;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.news__filters-item input{
  height: 1.375rem;
  width: 1.375rem;
  cursor: pointer;
  accent-color: #000000;
}

.news__filters-mobile{
  position: fixed;
  max-height: 100vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: block;
  --tw-translate-y: -100vh;
  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));
  transition-duration: 200ms;
}

@media (min-width: 1024px){
  .news__filters-mobile{
    display: none;
  }
}

.news__filters-mobile{
  padding: 1.875rem;
}

.news__filters-mobile > *{
  --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));
}

.news__filters-mobile[data-visible=true]{
  z-index: 50;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  opacity: 1;
}

.news__filters-mobile[data-visible=true] > *{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.news__filters-mobile__header{
  margin-bottom: 1.3125rem;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
}

.news__filters-mobile__header p{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.news__filters-mobile__wrapper p{
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
  line-height: 1.875rem;
}

.news__filters-mobile__form{
  padding-top: 1.5rem;
  padding-bottom: 3.4375rem;
}

.news__filters-mobile__form button{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(240 96 96 / var(--tw-text-opacity));
}

.news__filters-mobile__form button[aria-expanded=true] svg{
  --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));
}

.news__filters-mobile__list{
  display: flex;
  flex-direction: column;
}

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

.news__filters-mobile__list{
  padding-bottom: 2.0625rem;
}

.news__filters-mobile__item{
  display: flex;
  align-items: center;
}

.news__filters-mobile__item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.news__filters-mobile__item[data-visible=false]{
  display: none;
}

.news__filters-mobile__item label{
  font-weight: 500;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.news__filters-mobile__item input{
  height: 1.0625rem;
  width: 1.0625rem;
  accent-color: #000000;
}

.news__mobile-filters{
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.375rem;
}

@media (min-width: 1024px){
  .news__mobile-filters{
    display: none;
  }
}

.news__mobile-filters{
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1rem;
}

.news__mobile-filters button{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6875rem;
       column-gap: 0.6875rem;
  font-weight: 600;
  line-height: 2.8125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.news__mobile-filters select{
  max-width: 11rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 1.5375rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-weight: 500;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  background-color: transparent;
}

.news__sorting{
  margin-bottom: 2.625rem;
  display: none;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .news__sorting{
    display: flex;
  }
}

.news__sorting-select{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news__sorting-select label,
.news__sorting-select span{
  margin-right: 1.125rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0.9375rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news__sorting-select select{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 1.5375rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-weight: 500;
  max-width: 13rem;
}

.news__sorting + p{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .news__sorting + p{
    text-align: left;
  }
}

.news-inner__container{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .news-inner__container{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.news-inner__container{
  max-width: 66.875rem;
  padding-left: 0px;
  padding-right: 0px;
}

.news-inner__title{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .news-inner__title{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.news-inner__title{
  font-size: 1.875rem;
  font-weight: 700;
}

@media not all and (min-width: 1024px){
  .news-inner__title{
    line-height: 2.375rem;
  }
}

@media (min-width: 1024px){
  .news-inner__title{
    margin-left: 3.4375rem;
    max-width: 54.375rem;
  }
}

.news-inner__title{
  margin-bottom: 1.9375rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .news-inner__title{
    margin-top: 3.9375rem;
    text-align: center;
  }
}

.news-inner__banner{
  margin-bottom: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 1.8125rem;
}

@media not all and (min-width: 1024px){
  .news-inner__banner{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .news-inner__banner{
    margin-bottom: 2.8125rem;
    flex-direction: row;
  }
}

.news-inner__image-wrapper{
  height: 11.1875rem;
  max-width: 60.3125rem;
  flex: 1 1 0%;
}

@media (min-width: 1024px){
  .news-inner__image-wrapper{
    height: 23.5625rem;
  }
}

.news-inner__image-wrapper img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-inner__socials{
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

@media (min-width: 768px){
  .news-inner__socials{
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .news-inner__socials{
    margin-left: 1.25rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.news-inner__socials a{
  --tw-text-opacity: 1;
  color: rgb(7 7 7 / var(--tw-text-opacity));
}

.news-inner__socials p{
  font-size: 0.975rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news-inner__text{
  margin-bottom: 10rem;
  text-align: left;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .news-inner__text{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.news-inner__text{
  max-width: 60.625rem;
}

@media (min-width: 1024px){
  .news-inner__text{
    margin-left: 0px;
  }
}

.news-inner__created-at{
  margin-bottom: 2.8125rem;
  display: none;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .news-inner__created-at{
    display: block;
  }
}

.news-inner__category{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
}

@media (min-width: 1024px){
  .news-inner__category{
    display: none;
  }
}

.news-inner__category{
  margin-bottom: 5.125rem;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.inner-wwd .news-inner__sub-title{
  margin-bottom: 1.875rem;
}

.news-inner__sub-title{
  margin-bottom: 1.625rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
}

.news-inner .ukcdr-body-p + p{
  margin-top: 1.5rem;
}

.news-inner .ukcdr-body-p a{
  text-decoration-line: underline;
}

.news-inner__list{
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.news-inner__list-item{
  list-style-type: disc;
}

.news-inner-question{
  margin-bottom: -5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.news-inner-question-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 1.4375rem;
  padding-top: 2.75rem;
  padding-bottom: 7.75rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .news-inner-question-wrapper{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

@media (min-width: 1024px){
  .news-inner-question-wrapper{
    flex-direction: row;
    align-items: center;
  }
}

.news-inner-question__content{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .news-inner-question__content{
    flex-direction: row;
  }
}

.news-inner-question__content-text{
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news-inner-question__content-btn__true{
  margin-right: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news-inner-question__content-btn__true:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 158 125 / var(--tw-text-opacity));
}

.news-inner-question__content-btn__false{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news-inner-question__content-btn__false:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.news-inner-question__link{
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.reports__banner{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.875rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .reports__banner{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.reports__banner{
  max-width: 72.75rem;
}

@media (min-width: 1024px){
  .reports__banner{
    flex-direction: row;
    padding-bottom: 4.125rem;
  }
}

.reports__banner-text{
  width: 100%;
}

@media (min-width: 1024px){
  .reports__banner-text{
    width: 50%;
    padding-left: 3.4375rem;
    padding-right: 2.5625rem;
  }
}

.reports__banner-tag{
  margin-bottom: 1.3125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.reports__banner-tag > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.reports__banner-tag{
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.reports__banner-title{
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.3125rem;
  letter-spacing: -0.0625rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.reports__banner-subtext{
  margin-bottom: 1.875rem;
  width: 91.666667%;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(25 35 49 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .reports__banner-subtext{
    margin-bottom: 1rem;
  }
}

.reports__banner .btn{
  margin-bottom: 1.4375rem;
}

@media (min-width: 1024px){
  .reports__banner .btn{
    margin-bottom: 0px;
  }
}

.reports__banner-image__wrapper{
  height: 18.5rem;
  max-width: 23.4375rem;
}

@media (min-width: 1024px){
  .reports__banner-image__wrapper{
    height: 26.25rem;
    max-width: 37.875rem;
  }
}

.reports__banner-image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.reports__cards{
  padding-top: 3.25rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .reports__cards{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.reports__cards{
  max-width: 72.75rem;
}

@media (min-width: 1024px){
  .reports__cards{
    padding-top: 5.1875rem;
  }
}

.reports__cards > div{
  display: flex;
}

.reports__cards-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity));
  margin-bottom: -5rem;
  padding-bottom: 10rem;
  padding-top: 0.375rem;
}

@media (min-width: 1024px){
  .reports__cards-wrapper{
    padding-top: 0px;
  }
}

.reports__cards-grid{
  justify-content: center;
  padding-top: 2.375rem;
  padding-bottom: 8.4375rem;
}

@media (min-width: 1024px){
  .reports__cards-grid{
    justify-content: flex-start;
  }
}

.reports__cards-grid.reports__layouts-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.1875rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

@media (min-width: 1024px){
  .reports__cards-grid.reports__layouts-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 3.1875rem;
  }
}

.reports__cards-grid.reports__layouts-list{
  display: flex;
  flex-direction: column;
  row-gap: 1.0625rem;
}

.reports__top-bar{
  margin-bottom: 2.75rem;
  display: none;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .reports__top-bar{
    display: flex;
  }
}

.reports__search{
  display: none;
  width: 100%;
  max-width: 53.3125rem;
}

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

.reports__search{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.09375rem;
  padding-bottom: 1.09375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .reports__search{
    display: flex;
  }
}

.reports__search button{
  order: -9999;
}

.reports__search input[type=search]{
  order: 9999;
  width: 100%;
}

.reports__search input[type=search]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 34 34 / var(--tw-placeholder-opacity));
}

.reports__search input[type=search]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 34 34 / var(--tw-placeholder-opacity));
}

.reports__search input[type=search]:focus-visible{
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-width: 0px;
}

.reports__layouts{
  align-items: center;
}

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

@media (min-width: 1024px){
  .reports__layouts{
    display: flex;
  }
}

.reports__layouts button{
  display: flex;
  flex-direction: row;
}

.reports__layouts button > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5625rem * calc(1 - var(--tw-space-x-reverse)));
}

.reports__layouts button{
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

.reports__layouts button:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.reports__layouts button.active{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.reports__filters{
  position: relative;
  display: none;
  min-width: 10rem;
  padding-right: 2.6875rem;
  padding-top: 0.75rem;
}

@media (min-width: 1024px){
  .reports__filters{
    display: block;
  }
}

.reports__filters + div{
  flex: 1 1 0%;
}

.reports__filters > p{
  margin-bottom: 2.0625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
}

.reports__filters-list{
  display: flex;
  flex-direction: column;
}

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

.reports__filters .filter-more{
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.5625rem;
}

.reports__filters .clear-filters{
  margin-top: 2.81rem;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 1.27rem;
  --tw-text-opacity: 1;
  color: rgb(227 29 58 / var(--tw-text-opacity));
}

.reports__filters-item{
  display: flex;
  align-items: center;
}

.reports__filters-item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.reports__filters-item{
  padding-top: 0.625rem;
  padding-bottom: 0.8125rem;
  padding-right: 0.625rem;
}

.reports__filters-item[data-visible=false]{
  display: none;
}

.reports__filters-item label{
  max-width: 8.4rem;
  cursor: pointer;
  overflow-wrap: break-word;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.reports__filters-item input{
  height: 1.375rem;
  width: 1.375rem;
  cursor: pointer;
  accent-color: #000000;
}

.reports__filters-mobile{
  position: fixed;
  max-height: 100vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: block;
  --tw-translate-y: -100vh;
  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));
  transition-duration: 200ms;
}

@media (min-width: 1024px){
  .reports__filters-mobile{
    display: none;
  }
}

.reports__filters-mobile{
  padding: 1.875rem;
}

.reports__filters-mobile > *{
  --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));
}

.reports__filters-mobile[data-visible=true]{
  z-index: 50;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  opacity: 1;
}

.reports__filters-mobile[data-visible=true] > *{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.reports__filters-mobile__header{
  margin-bottom: 1.3125rem;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
}

.reports__filters-mobile__header p{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.reports__filters-mobile__wrapper p{
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1.3125rem;
  line-height: 1.875rem;
}

.reports__filters-mobile__form{
  padding-top: 1.5rem;
  padding-bottom: 3.4375rem;
}

.reports__filters-mobile__form button{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(240 96 96 / var(--tw-text-opacity));
}

.reports__filters-mobile__form button[aria-expanded=true] svg{
  --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));
}

.reports__filters-mobile__list{
  display: flex;
  flex-direction: column;
}

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

.reports__filters-mobile__list{
  padding-bottom: 2.0625rem;
}

.reports__filters-mobile__item{
  display: flex;
  align-items: center;
}

.reports__filters-mobile__item > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.reports__filters-mobile__item[data-visible=false]{
  display: none;
}

.reports__filters-mobile__item label{
  font-weight: 500;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.reports__filters-mobile__item input{
  height: 1.0625rem;
  width: 1.0625rem;
  accent-color: #000000;
}

.reports__mobile-filters{
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.375rem;
}

@media (min-width: 1024px){
  .reports__mobile-filters{
    display: none;
  }
}

.reports__mobile-filters{
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1rem;
}

.reports__mobile-filters button{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6875rem;
       column-gap: 0.6875rem;
  font-weight: 600;
  line-height: 2.8125rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.reports__mobile-filters select{
  max-width: 11rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  padding-right: 1.5375rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-weight: 500;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  background-color: transparent;
}

.reports__sorting{
  margin-bottom: 2.625rem;
  display: none;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .reports__sorting{
    display: flex;
  }
}

.reports__sorting-select{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reports__sorting-select label,
.reports__sorting-select span{
  margin-right: 1.125rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 212 220 / var(--tw-border-opacity));
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0.9375rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.reports__sorting-select select{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.3125rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svgs/chevron-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-weight: 500;
  max-width: 15rem;
  padding-right: 2.0375rem;
}

.reports__sorting + p{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .reports__sorting + p{
    text-align: left;
  }
}

.error-page{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .error-page{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .error-page{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.error-page_wrapper{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11rem;
  padding-top: 4.625rem;
  text-align: center;
}

@media (min-width: 1024px){
  .error-page_wrapper{
    height: 37.875rem;
    width: 37.875rem;
    border-radius: 9999px;
  }
}

.error-page_wrapper img{
  position: absolute;
  top: -3rem;
  left: 46%;
  z-index: -10;
  display: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px){
  .error-page_wrapper img{
    display: block;
  }
}

.error-page_wrapper__title{
  padding-top: 2.25rem;
  font-size: 8rem;
  line-height: 1;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.error-page_wrapper__body{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.error-page_wrapper__searchbox{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: 25rem;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.error-page_wrapper__searchbox input{
  width: 100%;
  border-style: none;
  background-color: transparent;
}

.error-page_wrapper__searchbox input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.error-page_wrapper__searchbox input::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.error-page_wrapper__searchbox input::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.error-page_wrapper__paragraph{
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity));
}

.error-page_wrapper__paragraph a{
  text-decoration-line: underline;
}

.annual-report-top-border{
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #931E73 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 30 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E31D3A var(--tw-gradient-to-position);
}

@media (min-width: 768px){
  .annual-report-top-border{
    display: none;
  }
}

.annual-report-inner{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 250 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .annual-report-inner{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 768px){
  .annual-report-inner{
    margin-top: 7rem;
  }
}

@media (min-width: 1280px){
  .annual-report-inner{
    padding-left: 11rem;
    padding-right: 11rem;
  }
}

.annual-report-inner_banner{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90rem;
}

@media (min-width: 768px){
  .annual-report-inner_banner{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px){
  .annual-report-inner_banner{
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px){
  .annual-report-inner_banner{
    padding-left: 6rem;
  }
}

.annual-report-inner_banner-wrapper{
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 45.9375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(227 29 58 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .annual-report-inner_banner-wrapper{
    position: absolute;
    left: unset;
    top: -4rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.annual-report-inner_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5625rem;
  border-radius: 0.875rem;
  padding-bottom: 5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .annual-report-inner_content{
    padding-top: 11rem;
  }
}

@media (min-width: 1024px){
  .annual-report-inner_content{
    flex-direction: row;
    align-items: flex-start;
  }
}

.annual-report-inner_content-text{
  width: 100%;
  max-width: 48rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.annual-report-inner_content-text-title{
  margin-bottom: 2rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.34375rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.annual-report-inner_content-text p{
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.annual-report-inner_content-text p a{
  text-decoration-line: underline;
}

.annual-report-inner_content-aside{
  width: 100%;
  max-width: 20rem;
}

.annual-report-inner_content-aside-title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.annual-report-inner_content-aside-sidebar{
  margin-top: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  gap: 4rem;
  border-radius: 0.875rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.75rem;
  padding-bottom: 2rem;
  --tw-shadow: 0 4px 24px 2px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 4px 24px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.annual-report-inner_content-aside-sidebar-title{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 14.9375rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.annual-report-inner_content-aside-sidebar-link{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

.annual-question{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.annual-question-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .annual-question-wrapper{
    display: flex;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: unset;
  }
}

@media (min-width: 1280px){
  .annual-question-wrapper{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

.annual-question_content{
  margin-bottom: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .annual-question_content{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
    flex-direction: row;
    padding-top: unset;
    padding-bottom: unset;
  }
}

.annual-question_content-text{
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.annual-question_content_btn-true{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 125 / var(--tw-bg-opacity));
}

.annual-question_content_btn-true:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 158 125 / var(--tw-text-opacity));
}

.annual-question_content_btn-true{
  margin-right: 0.375rem;
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.annual-question_content_btn-false{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.annual-question_content_btn-false:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.annual-question_content_btn-false{
  padding-top: 0.71625rem;
  padding-bottom: 0.71625rem;
  padding-left: 1.30875rem;
  padding-right: 1.30875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.annual-question_link{
  margin-left: 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .annual-question_link{
    margin-left: unset;
  }
}

.faqs__content{
  padding-top: 5.1rem;
  padding-bottom: 5.1rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .faqs__content{
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.faqs__content{
  max-width: 60.625rem;
}

.faqs__content .ukcdr-body-h2{
  margin-bottom: 2rem;
}

.faqs__content .ukcdr-body-p{
  margin-bottom: 3.12rem;
}

.faqs__content-accordions{
  display: flex;
  flex-direction: column;
  gap: 0.69rem;
}

@media (min-width: 1024px){
  .faqs__content-accordions{
    width: 80%;
    min-width: 49.5625rem;
  }
}

@media (min-width: 768px){
  .md\:ml-auto{
    margin-left: auto;
  }
}
