@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.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #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{
  overflow-y: hidden;
}

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

.nav-item{
  position: relative;
}

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

.nav-item[aria-expanded=true] > button{
  --tw-text-opacity: 1;
  color: rgb(81 178 222 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.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: 10;
  --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[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:hover{
  --tw-text-opacity: 1;
  color: rgb(81 178 222 / var(--tw-text-opacity));
}

a:focus,
  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 {
  border: 2px solid #f7f7f7;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #019e7c;
  /* 1 */
  outline-offset: 0;
}

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

input[type=checkbox]:focus {
  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:  ;
}

.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.375rem;
  padding-bottom: 1.085rem;
}

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

.nav-link{
  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(81 178 222 / var(--tw-text-opacity));
}

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

.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-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: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: 419px){
  .nav--sm{
    top: 5rem;
  }
}

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

@media (min-width: 1024px){
  .nav--sm{
    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-link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav--sm .nav-items-col{
  margin-bottom: 7rem;
  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));
  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{
  --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: 1.25rem;
    line-height: 1.75rem;
    width: 100%;
  }
}

.custom-accordion-title::after{
  position: absolute;
  right: 0px;
  display: flex;
  height: 17px;
  width: 1.275rem;
  --tw-content: "";
  content: var(--tw-content);
  top: 50%;
  --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(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  -webkit-clip-path: path("M6.63353 7.82519C6.48085 7.82519 6.33314 7.79657 6.1904 7.73932C6.04689 7.68206 5.92742 7.60573 5.832 7.51031L0.564824 2.24313C0.3549 2.03321 0.249939 1.76603 0.249939 1.44161C0.249939 1.11718 0.3549 0.850004 0.564824 0.64008C0.774748 0.430157 1.04192 0.325195 1.36635 0.325195C1.69078 0.325195 1.95795 0.430157 2.16788 0.64008L6.63353 5.10573L11.0992 0.64008C11.3091 0.430157 11.5763 0.325195 11.9007 0.325195C12.2251 0.325195 12.4923 0.430157 12.7022 0.64008C12.9122 0.850004 13.0171 1.11718 13.0171 1.44161C13.0171 1.76603 12.9122 2.03321 12.7022 2.24313L7.43505 7.51031C7.32055 7.62481 7.1965 7.70573 7.06292 7.75306C6.92933 7.80115 6.7862 7.82519 6.63353 7.82519Z");
          clip-path: path("M6.63353 7.82519C6.48085 7.82519 6.33314 7.79657 6.1904 7.73932C6.04689 7.68206 5.92742 7.60573 5.832 7.51031L0.564824 2.24313C0.3549 2.03321 0.249939 1.76603 0.249939 1.44161C0.249939 1.11718 0.3549 0.850004 0.564824 0.64008C0.774748 0.430157 1.04192 0.325195 1.36635 0.325195C1.69078 0.325195 1.95795 0.430157 2.16788 0.64008L6.63353 5.10573L11.0992 0.64008C11.3091 0.430157 11.5763 0.325195 11.9007 0.325195C12.2251 0.325195 12.4923 0.430157 12.7022 0.64008C12.9122 0.850004 13.0171 1.11718 13.0171 1.44161C13.0171 1.76603 12.9122 2.03321 12.7022 2.24313L7.43505 7.51031C7.32055 7.62481 7.1965 7.70573 7.06292 7.75306C6.92933 7.80115 6.7862 7.82519 6.63353 7.82519Z");
}

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

.custom-accordion[open] .custom-accordion-title::after{
  --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: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  --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: 1024px){
  .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;
  align-items: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.case-study-card{
  aspect-ratio: 0.776;
  height: 28.125rem;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.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.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: relative;
  margin-top: auto;
}

.case-study-card-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}

.case-study-card-img{
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.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;
}

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

.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{
  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;
  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-body{
  position: relative;
  --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;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.publication-card-body--displace{
  top: -7.4rem;
  width: 93%;
}

.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;
}

.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;
}

.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: -0.25rem;
  left: 0px;
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(90deg, #931e73 0%, #e31c3a 100%);
}

.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;
}

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

.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{
  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: 1024px){
  .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;
  align-items: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.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{
    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;
  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: 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__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: 50%;
    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{
  font-weight: 500;
  line-height: 1.625rem;
}

.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;
  }
}

.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{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 58 / var(--tw-bg-opacity));
}

.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: 3rem;
  }
}

.home-hero-description{
  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: inherit;
  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;
    height: 105%;
  }
}

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

@media (min-width: 1024px){
  .home-hero-img-background{
    height: 39.875rem;
    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: 2rem;
  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));
}

.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-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: 7rem;
  }
}

.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(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px){
  .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: 1024px){
  .home-publication-header, .home-case-header{
    flex-direction: row;
    align-items: center;
  }
}

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

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

@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: 2.5rem;
  font-weight: 700;
  line-height: 2.5625rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.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;
}

.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;
}

.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;
}

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

.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--2{
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px){
  .cdr-header--2{
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.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;
}

.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;
}

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

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

.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{
  line-height: 1.5625rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

*,
html,
body {
  font-size: 12px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: auto;
}

@media screen and (min-width: 370px) {
  *,
  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: 100%;
  flex-direction: column;
  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__label{
  z-index: 9;
  margin-bottom: auto;
  font-family: "Montserrat";
  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;
  margin-top: 7.5rem;
  font-family: "Montserrat";
  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-family: "Montserrat";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.funding-calls-card__link{
  position: absolute;
  bottom: -1.5rem;
  right: 2rem;
  z-index: 9;
  display: flex;
  height: 3.0625rem;
  width: 3.75rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(227 28 58 / var(--tw-bg-opacity));
}

.funding-calls-card__top-background{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 15rem;
}

.funding-calls-card__bottom-background{
  position: absolute;
  bottom: 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: 24rem;
  --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);
}

.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: 11rem;
}

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

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

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

.footer-container-title{
  text-align: center;
  font-family: "Montserrat";
  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{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

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

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

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

.footer-container-newsletter{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 32rem;
  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(244 245 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-family: "Montserrat";
}

.footer-container-newsletter__input{
  height: 3rem;
  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;
  height: 2.5rem;
  width: 8rem;
  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));
  font-family: "Montserrat";
  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{
  margin-top: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14rem;
}

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

@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: 1024px){
  .footer-container-link_content{
    text-align: left;
  }
}

@media (min-width: 1280px){
  .footer-container-link_content{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer-container-link_content-title{
  margin-bottom: 2.25rem;
  font-family: "Montserrat";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-container-link_content-body{
  gap: 1.75rem;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}

.footer-container-link_content-body a{
  margin-bottom: 1.75rem;
  display: block;
}

.footer-container-head_logo{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
  height: 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px){
  .footer-container-head_logo{
    display: none;
  }
}

.footer-container-body_logo{
  display: none;
  height: 3.5rem;
}

@media (min-width: 768px){
  .footer-container-body_logo{
    display: none;
  }
}

@media (min-width: 1280px){
  .footer-container-body_logo{
    display: block;
  }
}

.footer-container-base{
  margin-top: 9rem;
  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-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-family: "Montserrat";
  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;
}

.footer-container-base-content div{
  font-family: "Montserrat";
  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;
  }
}

.about-missions__definition{
  padding-top: 5.25rem;
  padding-bottom: 4.375rem;
  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: 9.6875rem;
  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;
}

.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: 6rem;
  padding-bottom: 4.3125rem;
  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-bottom: 8.6875rem;
  }
}

.about-missions__motivation .ukcdr-body-h2{
  margin-bottom: 3.1875rem;
}

.about-missions__motivation .ukcdr-body-p{
  margin-bottom: 1.5rem;
}

.about-missions__motivation-images{
  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;
  }
}

.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;
  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;
}

@media (min-width: 768px){
  .md\:ml-auto{
    margin-left: auto;
  }
}
