@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

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

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

/*
! tailwindcss v3.4.14 | 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: #353535;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #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]:where(:not([hidden="until-found"])) {
  display: none;
}

a:not(.btn):hover{
  --tw-text-opacity: 1;
  color: rgb(255 95 0 / var(--tw-text-opacity));
}

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

p:focus {
  box-shadow: 0 -2px #ffeb3b, 0 4px #000000;
  outline: 4px solid transparent;
  text-decoration: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

input:focus-visible,
  textarea:focus-visible {
  border: 2px solid #000000;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b;
  /* 1 */
  outline-offset: 0;
}

input[type=radio]:focus-visible,
  textarea[type=radio]:focus-visible {
  border: 4px solid #000000;
  box-shadow: 0 0 0 4px #ffeb3b;
}

input[type=checkbox]:focus-visible,
  textarea[type=checkbox]:focus-visible {
  border: 4px solid #000000;
  box-shadow: 0 0 0 4px #ffeb3b;
}

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

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

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

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

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

.s14-container{
  display: flex;
}

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

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

.nav-item{
  position: relative;
}

.nav-item .active{
  --tw-text-opacity: 1;
  color: rgb(255 95 0 / var(--tw-text-opacity));
}

.nav-item:hover > button, .nav-item[aria-expanded=true] > button{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / 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-toggle{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-left: auto;
  display: flex;
  height: 2.75rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --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: 1280px){
  .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;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

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

  .container{
    max-width: 320px;
  }
}

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

  .container{
    max-width: 419px;
  }
}

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

  .container{
    max-width: 640px;
  }
}

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

  .container{
    max-width: 768px;
  }
}

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

  .container{
    max-width: 1024px;
  }
}

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

  .container{
    max-width: 1280px;
  }
}

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

  .container{
    max-width: 1536px;
  }
}

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

  .container{
    max-width: 1600px;
  }
}

.custom-accordion{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 244 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 248 / 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(29 29 27 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px){
  .custom-accordion-title{
    font-size: 1rem;
    line-height: 1.5rem;
    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: -25%;
  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(29 29 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  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(29 29 27 / var(--tw-text-opacity));
}

.navbar{
  display: flex;
  min-height: 5.75rem;
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1280px){
  .navbar{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.navbar .main-nav{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 79.125rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.navbar .main-nav[data-visible=true] .nav-list{
  display: flex;
}

.navbar .nav-logo__link{
  position: absolute;
  top: 0px;
  z-index: 10;
  max-width: 13.6875rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px){
  .navbar .nav-logo__link{
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.navbar .nav-logo{
  max-height: 5.125rem;
  max-width: 11.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1280px){
  .navbar .nav-logo{
    max-height: 8.1875rem;
  }
}

.navbar .nav-list{
  margin-top: 2rem;
  margin-bottom: 2.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3.375rem;
       column-gap: 3.375rem;
}

@media (min-width: 1280px){
  .navbar .nav-list{
    flex-direction: row;
  }
}

.navbar .nav-list{
  display: none;
}

@media (min-width: 1280px){
  .navbar .nav-list{
    display: flex;
  }
}

.navbar .nav-items{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

@media (min-width: 1280px){
  .navbar .nav-items{
    flex-direction: row;
  }
}

.navbar .nav-link{
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5625rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .navbar .nav-link{
    line-height: 1.25rem;
    font-size: 1.125rem;
  }
}

.navbar .nav-link.active{
  --tw-text-opacity: 1;
  color: rgb(255 95 0 / var(--tw-text-opacity));
}

@media (max-width: 1280px) {
  .navbar .nav-list{
    position: absolute;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    padding-top: 3rem;
    padding-bottom: 4rem;
    left: 0px;
    top: 0px;
    z-index: 15;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.875rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    --tw-translate-y: -120%;
    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;
  }

  .navbar .nav-dropdown{
    width: 91.666667%;
  }

  .navbar .nav-items{
    align-items: flex-start;
    row-gap: 1.875rem;
  }

  .navbar .nav-link{
    font-size: 1.125rem;
  }

  .navbar .main-nav[data-visible=true] .nav-list{
    top: 5rem;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    --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));
  }

  .navbar .main-nav[data-visible=true] .nav-list .active > .nav-link{
    text-decoration-line: underline;
  }
}

.home-banner{
  position: relative;
}

.home-banner:before{
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  --tw-content: "";
  content: var(--tw-content);
}

.home-banner__image{
  position: relative;
  height: 36.1875rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px){
  .home-banner__image{
    height: 42.0625rem;
  }
}

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

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

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

.home-banner__content{
  position: absolute;
  bottom: 3.5rem;
  display: flex;
  align-items: center;
  row-gap: 1rem;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .home-banner__content{
    bottom: 6.5rem;
  }
}

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

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

.home-banner__content-wrapper{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.home-banner__content-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-weight: 700;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 2.5rem;
  line-height: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .home-banner__content-title{
    width: 50%;
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}

.home-banner__content-text{
  font-size: 1.4375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media (min-width: 1024px){
  .home-banner__content-text{
    width: 41.666667%;
  }
}

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

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

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

.home-hero{
  display: flex;
  display: block;
  padding-top: 5.375rem;
  padding-bottom: 6.6875rem;
}

.home-hero__title{
  margin-bottom: 3.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.home-hero__image{
  position: relative;
  max-height: 31.3125rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px){
  @media (min-width: 1024px){
    .home-hero__image{
      max-width: 50%;
    }
  }
}

.home-hero__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.75rem;
}

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

.home-hero__text{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity));
}

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

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

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

.home-stats{
  display: flex;
  align-items: center;
  padding-top: 3.9375rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  flex-direction: column;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.home-stats__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(15 42 150 / var(--tw-bg-opacity));
}

.home-stats__title{
  text-align: center;
  font-weight: 700;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 2.5rem;
  line-height: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .home-stats__title{
    font-size: 2.25rem;
  }
}

@media (min-width: 640px){
  .home-stats__title{
    width: 66.6%;
  }
}

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

.home-stats__description{
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6625rem;
}

.home-stats__grid{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3.8125rem;
  padding-top: 4.1875rem;
  padding-bottom: 6rem;
}

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

@media (min-width: 1280px){
  .home-stats__grid{
    gap: 6.8125rem;
  }
}

.home-stats__stat{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-stats__stat-value{
  display: inline-flex;
  max-height: 6.9375rem;
  align-items: center;
  font-size: 4.9375rem;
  font-weight: 700;
}

@media (min-width: 1024px){
  .home-stats__stat-value{
    font-size: 6.9375rem;
  }
}

.home-stats__stat-text{
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.6625rem;
}

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

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

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

.home-funding{
  display: flex;
  display: block;
  padding-top: 5rem;
  padding-bottom: 4.0625rem;
}

.home-funding__header{
  margin-bottom: 2.75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .home-funding__header{
    margin-bottom: 4rem;
    flex-direction: row;
    align-items: center;
  }
}

.home-funding__header-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 1.75rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  .home-funding__header-title{
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.home-funding__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-items: center;
  gap: 2.375rem;
}

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

@media (min-width: 1024px){
  .home-funding__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.funding-card{
  height: 29.75rem;
  max-width: 24.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
  padding-left: 2.375rem;
  padding-right: 2.375rem;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.funding-card__tag{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(237 106 44 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.funding-card__tag__wrapper{
  box-sizing: content-box;
  min-height: 2.25rem;
  padding-bottom: 1.5rem;
}

.funding-card__title{
  margin-bottom: 1.5rem;
  max-height: 11.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 1.75rem;
  line-height: 2.25rem;
  min-height: 9rem;
  text-overflow: ellipsis;
}

.funding-card__date{
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}

.home-impact{
  padding-top: 3rem;
}

.home-impact__header{
  padding-left: 1.75rem;
  padding-right: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

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

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

.home-impact__image{
  position: relative;
  max-height: 31.3125rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px){
  .home-impact__image{
    max-width: 50%;
  }
}

.home-impact__hero{
  display: flex;
  max-width: 79rem;
  align-items: center;
  row-gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 247 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .home-impact__hero{
    gap: 5.75rem;
    padding-top: 4.5625rem;
    padding-bottom: 4.5625rem;
  }
}

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

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

.home-impact__hero{
  position: relative;
  top: -12.1875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -12.1875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.home-impact__hero-wrapper{
  position: relative;
  margin-top: 16.0625rem;
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .home-impact__hero-wrapper{
    margin-left: auto;
    margin-right: auto;
  }
}

.home-impact__text{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity));
}

.home-impact__text-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 1.75rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  .home-impact__text-title{
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.home-partners{
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  display: grid;
  align-items: center;
  padding-top: 4.125rem;
  padding-bottom: 3.625rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 330px));
}

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

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

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

.home-partners__container{
  position: relative;
  display: flex;
  height: 12.75rem;
  width: 100%;
  max-width: 80rem;
  align-items: center;
  overflow: hidden;
  padding-left: 0px;
}

.home-partners__container-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.home-partners__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  position: absolute;
  left: 0px;
  display: flex;
  width: 700%;
}

@media (min-width: 1024px){
  .home-partners__wrapper{
    width: 300%;
  }
}

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

@media not all and (min-width: 1024px){
  .home-partners__wrapper{
    animation: marquee 10s linear infinite;
  }
}

@media (min-width: 1024px){
  .home-partners__wrapper-slide{
    animation: marquee 20s linear infinite;
  }
}

.home-partners__title{
  z-index: 1;
  white-space: pre;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 2.5rem;
  line-height: 2.75rem;
}

@media (min-width: 1024px){
  .home-partners__title{
    padding-right: 2rem;
  }
}

.home-partners__title{
  display: none;
  height: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .home-partners__title{
    display: inline-flex;
  }
}

.home-partners__image{
  max-height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.what-we-fund-banner{
  position: relative;
  height: 18.125rem;
}

@media (min-width: 1024px){
  .what-we-fund-banner{
    height: 24.3125rem;
  }
}

.what-we-fund-banner__image{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.what-we-fund-banner__title{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .what-we-fund-banner__title{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .what-we-fund-banner__title{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.what-we-fund-banner__title{
  display: flex;
  position: relative;
  top: 5.5rem;
  z-index: 10;
  display: block;
  text-align: center;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 2.5rem;
  line-height: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .what-we-fund-banner__title{
    top: 8.75rem;
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}

.what-we-fund-details{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .what-we-fund-details{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .what-we-fund-details{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.what-we-fund-details{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.0625rem;
  padding-bottom: 6.0625rem;
}

@media (min-width: 1024px){
  .what-we-fund-details{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.what-we-fund-details__wrapper{
  gap: 4rem;
}

@media (min-width: 640px){
  .what-we-fund-details__wrapper{
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .what-we-fund-details__wrapper{
    display: flex;
    flex-direction: row;
  }
}

.what-we-fund-details__wrapper-reversed{
  flex-direction: row-reverse;
}

.what-we-fund-details__image{
  height: auto;
  width: auto;
}

@media (min-width: 1024px){
  .what-we-fund-details__image{
    height: 26.375rem;
    width: 35.4375rem;
  }
}

.what-we-fund-details__detail-container{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 2.25rem;
}

@media (min-width: 1024px){
  .what-we-fund-details__detail-container{
    gap: 1rem;
  }
}

.what-we-fund-details__detail-tag{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.3125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(237 106 44 / var(--tw-text-opacity));
}

.what-we-fund-details__detail-tag::after{
  display: block;
  height: 1px;
  width: 4.3125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.what-we-fund-details__detail-title{
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.1rem;
}

@media (min-width: 1024px){
  .what-we-fund-details__detail-title{
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.what-we-fund-details__detail-description{
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 244 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity));
}

.what-we-fund-details-text{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

@media (min-width: 1024px){
  .what-we-fund-details-text{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.what-we-fund-details-text__wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .what-we-fund-details-text__wrapper{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .what-we-fund-details-text__wrapper{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.what-we-fund-details-text__wrapper{
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 1024px){
  .what-we-fund-details-text__wrapper{
    flex-direction: row;
  }
}

.what-we-fund-details-text__detail-container{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px){
  .what-we-fund-details-text__detail-container{
    padding-top: 2.25rem;
  }
}

.what-we-fund-details-text__detail-tag{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.3125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(237 106 44 / var(--tw-text-opacity));
}

.what-we-fund-details-text__detail-tag::after{
  display: block;
  height: 1px;
  width: 4.3125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.what-we-fund-details-text__detail-title{
  width: auto;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.1rem;
}

@media (min-width: 1024px){
  .what-we-fund-details-text__detail-title{
    width: 28.8125rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.what-we-fund-details-text__detail-description{
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.what-we-fund-transition{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .what-we-fund-transition{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .what-we-fund-transition{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.what-we-fund-transition{
  display: flex;
  margin-top: 6.25rem;
  flex-direction: column;
  align-items: center;
}

.what-we-fund-transition__tag{
  padding-bottom: 1.125rem;
  font-size: 1.3125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 70 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .what-we-fund-transition__tag{
    text-align: center;
  }
}

.what-we-fund-transition__title{
  max-width: 35.1875rem;
  padding-bottom: 1.375rem;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.1rem;
}

@media (min-width: 1024px){
  .what-we-fund-transition__title{
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.what-we-fund-transition__details{
  max-width: 53.9375rem;
  padding-bottom: 8rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.partners-banner{
  position: relative;
  height: 28.375rem;
}

@media (min-width: 640px){
  .partners-banner{
    height: 36.1875rem;
  }
}

@media (min-width: 1024px){
  .partners-banner{
    height: 32.5625rem;
  }
}

.partners-banner:before{
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  --tw-content: "";
  content: var(--tw-content);
}

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

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

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

@media (min-width: 1280px){
  .partners-banner__content{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.partners-banner__content{
  display: flex;
  position: relative;
  top: 3.5rem;
  z-index: 10;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .partners-banner__content{
    top: 8.75rem;
  }
}

.partners-banner__content-title{
  font-weight: 700;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 2.5rem;
  line-height: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .partners-banner__content-title{
    width: 66.666667%;
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}

.partners-banner__content-text{
  margin-top: 1.25rem;
  max-width: 685px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .partners-banner__content-text{
    max-width: 900px;
  }
}

.partners-card{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 640px){
  .partners-card{
    max-width: 38.8125rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.partners-card__title{
  word-break: break-all;
  font-size: 2rem;
  font-weight: 700;
}

.partners-card__header{
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .partners-card__header{
    margin-bottom: 3rem;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
}

.partners-card__content{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .partners-card__content{
    flex-direction: row;
    gap: 2.5rem;
  }
}

.partners-card__content a{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 640px){
  .partners-card__content a{
    position: relative;
  }
}

.partners-card__logo{
  margin-left: auto;
  max-height: 5.4375rem;
  width: auto;
}

.partners-card__description{
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.partners-card__description * {
  font-size: inherit;
  color: inherit;
}

.partners-card__description[aria-expanded=true] + .partners-card__toggle 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.partners-card__toggle{
  margin-top: 1rem;
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.partners-card__toggle:hover{
  --tw-text-opacity: 1;
  color: rgb(255 95 0 / var(--tw-text-opacity));
}

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

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

@media (min-width: 1280px){
  .partners-cards{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.partners-cards{
  position: relative;
  z-index: 10;
  margin-top: -8rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 9rem;
}

@media (min-width: 1024px){
  .partners-cards{
    flex-direction: row;
    gap: 1.5rem;
  }
}

.partners-cards-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.partners-cards--upper, .partners-cards--lower{
  flex: 1 1 0%;
}

.partners-cards--lower{
  margin-top: 0px;
}

@media (min-width: 1024px){
  .partners-cards--lower{
    margin-top: 3.75rem;
  }
}

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

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

@media (min-width: 1280px){
  .about-banner__content{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.about-banner__content{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2rem;
  -moz-column-gap: 5.1875rem;
       column-gap: 5.1875rem;
  padding-top: 5.3125rem;
}

@media (min-width: 1024px){
  .about-banner__content{
    flex-direction: row;
    padding-top: 5.9375rem;
    padding-bottom: 5.375rem;
  }
}

.about-banner__title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 2.5rem;
  line-height: 2.75rem;
}

@media (min-width: 1024px){
  .about-banner__title{
    padding-left: 2.25rem;
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}

.about-banner__text{
  margin-bottom: 2.6875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .about-banner__text{
    font-size: 1.3125rem;
  }
}

.about-banner__images{
  display: flex;
  gap: 1rem;
  overflow: hidden;
  padding-bottom: 0px;
}

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

.about-banner__image-wrapper{
  position: relative;
  max-height: 18.125rem;
  min-width: 100vw;
}

@media (min-width: 1024px){
  .about-banner__image-wrapper{
    max-height: 32.8125rem;
    min-width: 70vw;
  }
}

.about-banner__image-wrapper:before{
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  --tw-content: "";
  content: var(--tw-content);
}

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

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

@media (min-width: 1280px){
  .about-hero{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.about-hero{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 5.75rem;
       column-gap: 5.75rem;
  row-gap: 2.6875rem;
  padding-bottom: 4.3125rem;
  padding-top: 2.6875rem;
}

@media (min-width: 1024px){
  .about-hero{
    flex-direction: row;
    padding-bottom: 4.9375rem;
    padding-top: 6.6875rem;
  }
}

.about-hero__title{
  font-size: 1.3125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .about-hero__title{
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.about-hero__text{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.about-hero__text * {
  font-size: inherit;
}

.about-details{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 90rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px){
  .about-details{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-details__wrapper{
  position: relative;
}

.about-details__bg{
  position: absolute;
  inset: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.about-details .about-detail{
  padding-top: 3.5625rem;
  padding-bottom: 3.5625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media (min-width: 1024px){
  .about-details .about-detail{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
    padding-left: 4.5625rem;
    padding-right: 4.5625rem;
  }
}

.about-details .about-detail:nth-of-type(1){
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .about-details .about-detail:nth-of-type(1){
    height: 50%;
  }
}

.about-details .about-detail:nth-of-type(2){
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 244 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .about-details .about-detail:nth-of-type(2){
    height: 50%;
  }
}

.about-details .about-detail.about-values{
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 248 / var(--tw-bg-opacity));
}

.about-details .about-detail__title{
  margin-bottom: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 2.0625rem;
}

.about-details .about-detail__text{
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.about-details .about-detail__text strong,
  .about-details .about-detail__text b{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.about-team{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 90rem;
  padding-top: 5rem;
  padding-bottom: 4.0625rem;
}

@media (min-width: 1024px){
  .about-team{
    padding-left: 3.5rem;
  }
}

@media (min-width: 1280px){
  .about-team{
    padding-left: 5.5625rem;
  }
}

.about-team__header{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 1024px){
  .about-team__header{
    align-items: center;
    justify-content: space-between;
  }
}

.about-team__header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.75rem;
  width: 100%;
  max-width: 79rem;
}

@media (min-width: 1024px){
  .about-team__header{
    margin-bottom: 4rem;
    padding-right: 5.1875rem;
  }
}

.about-team__header-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 1.75rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  .about-team__header-title{
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.about-team__header-nav{
  display: flex;
  position: absolute;
  z-index: 2;
  width: 100%;
  justify-content: space-between;
}

@media not all and (min-width: 1024px){
  .about-team__header-nav{
    top: 56%;
    left: 0;
  }
}

@media (min-width: 1024px){
  .about-team__header-nav{
    position: relative;
    width: auto;
  }
}

.about-team__carousel{
  display: flex;
  flex-direction: row;
  gap: 2.75rem;
}

@media (min-width: 768px){
  .about-team__carousel{
    gap: 0px;
  }

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

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

@media (min-width: 640px){
  .about-team__carousel{
    align-items: center;
  }
}

.about-team__carousel-wrapper{
  position: relative;
  display: flex;
  max-width: 90rem;
  align-items: center;
  overflow: hidden;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .about-team__carousel-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.about-team-card{
  position: relative;
  width: 19.3125rem;
  padding-left: 1rem;
}

@media (min-width: 768px){
  .about-team-card{
    padding-left: 0px;
  }
}

@media (min-width: 1024px){
  .about-team-card{
    width: 20.9375rem;
  }
}

.about-team-card__image{
  height: 24.17775rem;
  width: 100%;
  min-width: 19.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px){
  .about-team-card__image{
    min-width: 20.9375rem;
  }
}

.about-team-card__image__wrapper{
  height: 24.17775rem;
  min-width: 19.3125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .about-team-card__image__wrapper{
    min-width: 20.9375rem;
  }
}

.about-team-card__content{
  position: absolute;
  bottom: -1.9375rem;
  z-index: 1;
  display: flex;
  width: 90%;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 154 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.about-team-card__title{
  max-width: 12.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 1.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .about-team-card__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.about-team-card__subtitle{
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.about-team-card .btn{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.about-team-card__modal{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 20;
  display: none;
  background-color: rgb(0 0 0 / 0.1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media not all and (min-width: 1024px){
  .about-team-card__modal{
    overflow-x: auto;
  }
}

.about-team-card__modal{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.about-team-card__modal[data-visible=true]{
  display: flex;
}

.about-team-card__modal[data-visible=true] .about-member__modal-content{
  animation: scale-in-center 0.25s ease-in-out;
}

.about-team-card__modal-content{
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 63.75rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 4.31rem;
}

@media (min-width: 1024px){
  .about-team-card__modal-content{
    max-height: 37.125rem;
    padding-left: 5.5rem;
    padding-right: 3rem;
    padding-top: 4.5rem;
  }
}

.about-team-card__modal-content{
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  -moz-column-gap: 3.56rem;
       column-gap: 3.56rem;
}

@media (min-width: 1024px){
  .about-team-card__modal-content{
    flex-direction: row;
  }
}

.about-team-card__modal-content{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  align-items: flex-start;
  --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));
}

@media (min-width: 1024px){
  .about-team-card__modal-content{
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
  }
}

.about-team-card__modal-content button{
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 154 / var(--tw-bg-opacity));
}

.about-team-card__modal-image{
  width: 100%;
  max-width: 23.6875rem;
}

@media (min-width: 1024px){
  .about-team-card__modal-image{
    height: 27.3125rem;
  }
}

.about-team-card__modal-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-team-card__modal-title{
  font-size: 1.941rem;
  font-weight: 900;
  line-height: 2.875rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.about-team-card__modal-subtitle{
  --tw-text-opacity: 1;
  color: rgb(255 95 0 / var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.about-team-card__modal-text{
  max-height: 26.25rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow-y: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .about-team-card__modal-text{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.about-team-card__modal-description{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.carousel-item:first-of-type .about-team-card{
  padding-left: 0px;
}

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

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

@media (min-width: 1280px){
  .error-page__container{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.error-page__container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-page__image{
  max-height: 31.48rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.error-page__title{
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 2.0625rem;
}

.error-page__text{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 31.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.story-banner{
  position: relative;
  height: 16rem;
}

@media (min-width: 1024px){
  .story-banner{
    height: 33.375rem;
  }
}

.story-banner:before{
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}

.story-banner__image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-card-container{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding-bottom: 9rem;
}

.story-card-container__card{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  .story-card-container__card{
    max-width: 71.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px){
  .story-card-container__card{
    margin-top: -7rem;
  }
}

.story-card-container__card-wrapper{
  margin-top: 2.875rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px){
  .story-card-container__card-wrapper{
    margin-top: 0px;
  }
}

.story-card-container__card-title{
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}

@media (min-width: 640px){
  .story-card-container__card-title{
    max-width: 58.375rem;
  }
}

@media (min-width: 1024px){
  .story-card-container__card-title{
    font-size: 3rem;
    line-height: 3.45rem;
  }
}

.story-card-container__card-tag{
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.story-card-container__card-detail > :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));
}

.story-card-container__card-detail{
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .story-card-container__card-detail{
    max-width: 58.5625rem;
  }
}

.story-card-container__card-detail * {
  font-size: inherit;
  color: inherit;
}

.story-card-container__card-cta{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
}

@media (min-width: 640px){
  .story-card-container__card-cta{
    margin-top: 4rem;
  }
}

@media (min-width: 1024px){
  .story-card-container__card-cta{
    margin-top: 0px;
  }
}

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

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

@media (min-width: 1280px){
  .funding-empty{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.funding-empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

@media (min-width: 1024px){
  .funding-empty{
    padding-top: 22.625rem;
    padding-bottom: 22.625rem;
  }
}

.funding-empty__image{
  margin-bottom: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.funding-empty__title{
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-size: 2.0625rem;
}

.funding-empty__description{
  margin-left: auto;
  margin-right: auto;
  max-width: 29.875rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

@media (min-width: 1280px){
  .terms-banner{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.terms-banner{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.75rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 1024px){
  .terms-banner{
    padding-top: 6.375rem;
    padding-bottom: 6.375rem;
  }
}

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

.terms-banner h1{
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.475rem;
  --tw-text-opacity: 1;
  color: rgb(28 29 27 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .terms-banner h1{
    font-size: 3rem;
  }
}

.terms-banner h2{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .terms-banner h2{
    font-size: 1.4375rem;
    line-height: 2.0125rem;
  }
}

.terms-details{
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  padding-top: 6.375rem;
  padding-bottom: 9.3125rem;
}

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

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

@media (min-width: 1280px){
  .terms-details__wrapper{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.terms-details__title{
  padding-bottom: 0.5rem;
  font-size: 1.4375rem;
  font-weight: 700;
}

.terms-details__lists{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.terms-details__description{
  padding-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

.terms-details ol{
  list-style-position: inside;
  list-style-type: decimal;
}

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

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

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

.gcng-header{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.gcng-header--3{
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.gcng-body{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.gcng-body--1{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.btn{
  position: relative;
  min-height: 3.4375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  transition-duration: 150ms;
  font-size: 1.1875rem;
  font-weight: 700;
}

.btn--blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 154 / var(--tw-bg-opacity));
}

.btn--blue:hover{
  background-color: rgb(0 37 154 / 0.9);
}

.btn--orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 95 0 / var(--tw-bg-opacity));
}

.btn--orange:hover{
  background-color: rgb(255 95 0 / 0.9);
}

.btn--transparent{
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.btn--transparent:hover{
  --tw-text-opacity: 1;
  color: rgb(255 95 0 / var(--tw-text-opacity));
}

.btn--arrow{
  padding-right: 3.5625rem;
}

.btn--arrow::after{
  position: absolute;
  top: 45%;
  right: 1.875rem;
  --tw-translate-y: -55%;
  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));
  background-color: currentColor;
  --tw-content: "";
  content: var(--tw-content);
  height: 1.0625rem;
  width: 1.0625rem;
  clip-path: path("M17.2496 9.26264C17.2823 8.98298 17.2027 8.70178 17.0282 8.48081C16.8537 8.25983 16.5986 8.11716 16.319 8.08412L10.6906 7.42114C10.4106 7.38824 10.1291 7.4679 9.90786 7.64259C9.68664 7.81729 9.54388 8.07271 9.51097 8.35266C9.47807 8.63262 9.55773 8.91418 9.73243 9.1354C9.90712 9.35663 10.1625 9.49939 10.4425 9.53229L13.5231 9.89484L7.11074 14.9585C6.88959 15.1331 6.74687 15.3885 6.71398 15.6683C6.68109 15.9482 6.76072 16.2297 6.93536 16.4508C7.11 16.672 7.36534 16.8147 7.6452 16.8476C7.92507 16.8805 8.20654 16.8009 8.42769 16.6262L14.8401 11.5626L14.4781 14.6427C14.4618 14.7813 14.4729 14.9218 14.5109 15.0561C14.5489 15.1904 14.613 15.3159 14.6995 15.4255C14.786 15.535 14.8932 15.6264 15.0151 15.6945C15.1369 15.7626 15.271 15.8061 15.4096 15.8224C15.5482 15.8386 15.6887 15.8275 15.823 15.7895C15.9573 15.7515 16.0828 15.6874 16.1923 15.6009C16.3019 15.5144 16.3933 15.4072 16.4614 15.2853C16.5295 15.1635 16.5729 15.0295 16.5892 14.8908L17.2496 9.26264Z");
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

*,
html,
body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 420px) {
  *,
  html,
  body {
    font-size: 16px;
  }
}

ul,
ol,
li,
em,
i,
strong,
b{
  font-family: inherit;
  line-height: inherit;
  color: currentColor;
  font-size: inherit;
}

body {
  font-size: 1em;
  overflow-x: hidden;
  font-family: "Source Sans 3", 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
*/

.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;
  padding-bottom: 5.75rem;
  /* 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 */
}

.carousel::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px){
  .carousel{
    -moz-column-gap: 1.0625rem;
         column-gap: 1.0625rem;
  }
}

@media (min-width: 1024px){
  .carousel{
    -moz-column-gap: 1.6875rem;
         column-gap: 1.6875rem;
  }
}

.carousel-wrapper{
  position: relative;
  display: flex;
  max-width: 90rem;
  align-items: center;
}

.carousel-btn{
  margin-left: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 154 / var(--tw-bg-opacity));
  padding: 1rem;
}

.carousel-btn:hover{
  background-color: rgb(0 37 154 / 0.8);
}

.carousel-btn:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(159 177 233 / var(--tw-bg-opacity));
}

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

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

@media (min-width: 1280px){
  .footer__banner{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.footer__banner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .footer__banner{
    flex-direction: row;
  }
}

.footer__banner__title{
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 140%;
}

.footer__banner__subtitle{
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 140%;
}

.footer__banner form{
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(210 67 13 / var(--tw-bg-opacity));
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

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

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

.footer__banner form input{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.06125rem;
  padding-right: 1.06125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
  width: 100%;
  max-width: none;
  flex-shrink: 1;
  flex-grow: 1;
}

.footer__banner form input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity));
}

.footer__banner form input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity));
}

@media (min-width: 640px){
  .footer__banner form input{
    width: 0.25rem;
  }
}

@media (min-width: 1280px){
  .footer__banner form input{
    width: auto;
    max-width: 11rem;
    flex-grow: 0;
  }
}

.footer__banner form button,
.footer__banner form input[type=submit]{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 168 225 / var(--tw-bg-opacity));
  padding-left: 1.53125rem;
  padding-right: 1.53125rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  flex-basis: 100%;
}

@media (min-width: 640px){
  .footer__banner form button,
.footer__banner form input[type=submit]{
    flex-basis: auto;
  }
}

.footer__banner__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 70 0 / var(--tw-bg-opacity));
}

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

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

@media (min-width: 1280px){
  .footer__main{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.footer__main{
  display: flex;
  flex-direction: column;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.footer__main__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.footer__main__content{
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.270625rem;
}

@media (min-width: 640px){
  .footer__main__content{
    gap: 2rem;
  }
}

@media (min-width: 1024px){
  .footer__main__content{
    gap: 5.1875rem;
  }
}

@media (min-width: 1280px){
  .footer__main__content{
    flex-wrap: nowrap;
  }
}

.footer__main__about{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 142%;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}

.footer__main__title{
  padding-bottom: 0.3125rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__main__text{
  flex-basis: 100%;
}

@media (min-width: 1024px){
  .footer__main__text{
    flex-basis: calc(50% - 1rem);
  }
}

@media (min-width: 1280px){
  .footer__main__text{
    flex-basis: 37.5%;
  }
}

.footer__main__links{
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2.1875rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

@media (min-width: 1024px){
  .footer__main__links{
    flex-basis: calc(50% - 1rem);
  }
}

@media (min-width: 1280px){
  .footer__main__links{
    flex-basis: 37.5%;
  }
}

.footer__main__links ul{
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}

.footer__main__links ul li{
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity));
}

.footer__main__social{
  display: flex;
  flex-basis: 100%;
}

@media (min-width: 1280px){
  .footer__main__social{
    flex-basis: 25%;
    justify-content: flex-end;
  }
}

.footer__main__social ul{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 0.916875rem;
       column-gap: 0.916875rem;
  row-gap: 0.375rem;
  padding-top: 0.9375rem;
}

.footer__main__social ul li:hover{
  opacity: 0.7;
}

.footer__main__social ul .row-divider{
  height: 0.375rem;
  width: 100%;
}

.footer__main__logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1.1875rem;
  -moz-column-gap: 1.80625rem;
       column-gap: 1.80625rem;
  padding-top: 3.45625rem;
}

@media (min-width: 768px){
  .footer__main__logos{
    gap: 3.9725rem;
  }
}

@media (min-width: 1024px){
  .footer__main__logos{
    flex-wrap: nowrap;
  }
}

.footer__main__logos img{
  height: 4.625625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__main__logos img[data-for=usaid]{
  height: 1.914375rem;
}

.footer__main__logos img[data-for=mtn]{
  height: 2.643125rem;
}

.footer__main__logos img[data-for=nimr]{
  height: 3.3925rem;
}

.footer__main__logos img[data-for=bill-and-mellinda]{
  height: 1.823125rem;
}

.footer__main__logos img[data-for=nspri]{
  height: 3.919375rem;
}

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

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

@media (min-width: 1280px){
  .footer__sub{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.footer__sub{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1.125rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .footer__sub{
    flex-direction: row;
    align-items: center;
  }
}

.footer__sub__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}

.footer__sub__links{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .footer__sub__links{
    flex-wrap: nowrap;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.footer__sub__links *{
  white-space: nowrap;
}

.footer__logo{
  max-width: 7.104375rem;
}

.footer__designed-by{
  display: flex;
  align-items: center;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__designed-by a:hover{
  opacity: 0.7;
}

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

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

@media (min-width: 1280px){
  .footer__banner{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.footer__banner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .footer__banner{
    flex-direction: row;
  }
}

.footer__banner__title{
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 140%;
}

.footer__banner__subtitle{
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 140%;
}

.footer__banner form{
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(210 67 13 / var(--tw-bg-opacity));
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

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

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

.footer__banner form input{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.06125rem;
  padding-right: 1.06125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
  width: 100%;
  max-width: none;
  flex-shrink: 1;
  flex-grow: 1;
}

.footer__banner form input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity));
}

.footer__banner form input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity));
}

@media (min-width: 640px){
  .footer__banner form input{
    width: 0.25rem;
  }
}

@media (min-width: 1280px){
  .footer__banner form input{
    width: auto;
    max-width: 11rem;
    flex-grow: 0;
  }
}

.footer__banner form button,
.footer__banner form input[type=submit]{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 168 225 / var(--tw-bg-opacity));
  padding-left: 1.53125rem;
  padding-right: 1.53125rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  flex-basis: 100%;
}

@media (min-width: 640px){
  .footer__banner form button,
.footer__banner form input[type=submit]{
    flex-basis: auto;
  }
}

.footer__banner__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 70 0 / var(--tw-bg-opacity));
}

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

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

@media (min-width: 1280px){
  .footer__main{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.footer__main{
  display: flex;
  flex-direction: column;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.footer__main__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.footer__main__content{
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.270625rem;
}

@media (min-width: 640px){
  .footer__main__content{
    gap: 2rem;
  }
}

@media (min-width: 1024px){
  .footer__main__content{
    gap: 5.1875rem;
  }
}

@media (min-width: 1280px){
  .footer__main__content{
    flex-wrap: nowrap;
  }
}

.footer__main__about{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 142%;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}

.footer__main__title{
  padding-bottom: 0.3125rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__main__text{
  flex-basis: 100%;
}

@media (min-width: 1024px){
  .footer__main__text{
    flex-basis: calc(50% - 1rem);
  }
}

@media (min-width: 1280px){
  .footer__main__text{
    flex-basis: 37.5%;
  }
}

.footer__main__links{
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2.1875rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

@media (min-width: 1024px){
  .footer__main__links{
    flex-basis: calc(50% - 1rem);
  }
}

@media (min-width: 1280px){
  .footer__main__links{
    flex-basis: 37.5%;
  }
}

.footer__main__links ul{
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}

.footer__main__links ul li{
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity));
}

.footer__main__social{
  display: flex;
  flex-basis: 100%;
}

@media (min-width: 1280px){
  .footer__main__social{
    flex-basis: 25%;
    justify-content: flex-end;
  }
}

.footer__main__social ul{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 0.916875rem;
       column-gap: 0.916875rem;
  row-gap: 0.375rem;
  padding-top: 0.9375rem;
}

.footer__main__social ul li:hover{
  opacity: 0.7;
}

.footer__main__social ul .row-divider{
  height: 0.375rem;
  width: 100%;
}

.footer__main__logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1.1875rem;
  -moz-column-gap: 1.80625rem;
       column-gap: 1.80625rem;
  padding-top: 3.45625rem;
}

@media (min-width: 768px){
  .footer__main__logos{
    gap: 3.9725rem;
  }
}

@media (min-width: 1024px){
  .footer__main__logos{
    flex-wrap: nowrap;
  }
}

.footer__main__logos img{
  height: 4.625625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__main__logos img[data-for=usaid]{
  height: 1.914375rem;
}

.footer__main__logos img[data-for=mtn]{
  height: 2.643125rem;
}

.footer__main__logos img[data-for=nimr]{
  height: 3.3925rem;
}

.footer__main__logos img[data-for=bill-and-mellinda]{
  height: 1.823125rem;
}

.footer__main__logos img[data-for=nspri]{
  height: 3.919375rem;
}

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

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

@media (min-width: 1280px){
  .footer__sub{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.footer__sub{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1.125rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .footer__sub{
    flex-direction: row;
    align-items: center;
  }
}

.footer__sub__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}

.footer__sub__links{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .footer__sub__links{
    flex-wrap: nowrap;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.footer__sub__links *{
  white-space: nowrap;
}

.footer__logo{
  max-width: 7.104375rem;
}

.footer__designed-by{
  display: flex;
  align-items: center;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__designed-by a:hover{
  opacity: 0.7;
}

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

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

@media (min-width: 1280px){
  .footer__banner{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.footer__banner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .footer__banner{
    flex-direction: row;
  }
}

.footer__banner__title{
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 140%;
}

.footer__banner__subtitle{
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 140%;
}

.footer__banner form{
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(210 67 13 / var(--tw-bg-opacity));
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

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

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

.footer__banner form input{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.06125rem;
  padding-right: 1.06125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
  width: 100%;
  max-width: none;
  flex-shrink: 1;
  flex-grow: 1;
}

.footer__banner form input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity));
}

.footer__banner form input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity));
}

@media (min-width: 640px){
  .footer__banner form input{
    width: 0.25rem;
  }
}

@media (min-width: 1280px){
  .footer__banner form input{
    width: auto;
    max-width: 11rem;
    flex-grow: 0;
  }
}

.footer__banner form button,
.footer__banner form input[type=submit]{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 168 225 / var(--tw-bg-opacity));
  padding-left: 1.53125rem;
  padding-right: 1.53125rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  flex-basis: 100%;
}

@media (min-width: 640px){
  .footer__banner form button,
.footer__banner form input[type=submit]{
    flex-basis: auto;
  }
}

.footer__banner__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 70 0 / var(--tw-bg-opacity));
}

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

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

@media (min-width: 1280px){
  .footer__main{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.footer__main{
  display: flex;
  flex-direction: column;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.footer__main__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.footer__main__content{
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.270625rem;
}

@media (min-width: 640px){
  .footer__main__content{
    gap: 2rem;
  }
}

@media (min-width: 1024px){
  .footer__main__content{
    gap: 5.1875rem;
  }
}

@media (min-width: 1280px){
  .footer__main__content{
    flex-wrap: nowrap;
  }
}

.footer__main__about{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 142%;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}

.footer__main__title{
  padding-bottom: 0.3125rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__main__text{
  flex-basis: 100%;
}

@media (min-width: 1024px){
  .footer__main__text{
    flex-basis: calc(50% - 1rem);
  }
}

@media (min-width: 1280px){
  .footer__main__text{
    flex-basis: 37.5%;
  }
}

.footer__main__links{
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2.1875rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

@media (min-width: 1024px){
  .footer__main__links{
    flex-basis: calc(50% - 1rem);
  }
}

@media (min-width: 1280px){
  .footer__main__links{
    flex-basis: 37.5%;
  }
}

.footer__main__links ul{
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}

.footer__main__links ul li{
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity));
}

.footer__main__social{
  display: flex;
  flex-basis: 100%;
}

@media (min-width: 1280px){
  .footer__main__social{
    flex-basis: 25%;
    justify-content: flex-end;
  }
}

.footer__main__social ul{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 0.916875rem;
       column-gap: 0.916875rem;
  row-gap: 0.375rem;
  padding-top: 0.9375rem;
}

.footer__main__social ul li:hover{
  opacity: 0.7;
}

.footer__main__social ul .row-divider{
  height: 0.375rem;
  width: 100%;
}

.footer__main__logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1.1875rem;
  -moz-column-gap: 1.80625rem;
       column-gap: 1.80625rem;
  padding-top: 3.45625rem;
}

@media (min-width: 768px){
  .footer__main__logos{
    gap: 3.9725rem;
  }
}

@media (min-width: 1024px){
  .footer__main__logos{
    flex-wrap: nowrap;
  }
}

.footer__main__logos img{
  height: 4.625625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__main__logos img[data-for=usaid]{
  height: 1.914375rem;
}

.footer__main__logos img[data-for=mtn]{
  height: 2.643125rem;
}

.footer__main__logos img[data-for=nimr]{
  height: 3.3925rem;
}

.footer__main__logos img[data-for=bill-and-mellinda]{
  height: 1.823125rem;
}

.footer__main__logos img[data-for=nspri]{
  height: 3.919375rem;
}

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

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

@media (min-width: 1280px){
  .footer__sub{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.footer__sub{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1.125rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .footer__sub{
    flex-direction: row;
    align-items: center;
  }
}

.footer__sub__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}

.footer__sub__links{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .footer__sub__links{
    flex-wrap: nowrap;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.footer__sub__links *{
  white-space: nowrap;
}

.footer__logo{
  max-width: 7.104375rem;
}

.footer__designed-by{
  display: flex;
  align-items: center;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__designed-by a:hover{
  opacity: 0.7;
}

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

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

@media (min-width: 1280px){
  .contact-banner{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.contact-banner{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.75rem;
  padding-top: 6.375rem;
  padding-bottom: 6.375rem;
}

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

.contact-banner h1{
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.475rem;
  --tw-text-opacity: 1;
  color: rgb(28 29 27 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .contact-banner h1{
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}

.contact-banner h2{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .contact-banner h2{
    font-size: 1.4375rem;
    line-height: 2.0125rem;
  }
}

.contact-form {
  box-shadow: 0px 0px 22.9px 6px rgba(0, 0, 0, 0.04);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-top: 6.5625rem;
  padding-bottom: 4.6875rem;
}

@media (min-width: 768px){
  .contact-form{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

.contact-form{
  margin-left: -1.75rem;
  margin-right: -2rem;
  width: calc(100% + 1.75rem + 2rem);
  -moz-column-gap: 2.944375rem;
       column-gap: 2.944375rem;
  row-gap: 2.1875rem;
}

@media (min-width: 640px){
  .contact-form{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 1024px){
  .contact-form{
    width: 70%;
  }
}

.contact-form__wrapper {
  background-image: linear-gradient(to bottom, #fff 0% 17%, #f6faff 17% 100%);
}

@media (min-width: 768px){
  .contact-form__wrapper{
    padding-bottom: 8.6875rem;
  }
}

.contact-form h3{
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.05rem;
  --tw-text-opacity: 1;
  color: rgb(28 29 27 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .contact-form__text{
    grid-column: span 2 / span 2;
  }
}

.contact-form__subtitle{
  margin-bottom: 1.4375rem;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.6625rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.contact-form__enquiry{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6625rem;
}

.contact-form__enquiry a{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.contact-form input,
.contact-form textarea{
  border-width: 1.1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.106875rem;
  padding-right: 1.106875rem;
}

@media (min-width: 768px){
  .contact-form textarea{
    grid-column: span 2 / span 2;
  }
}

.about-team-card .contact-form button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-form button{
  position: relative;
  min-height: 3.4375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  transition-duration: 150ms;
  font-size: 1.1875rem;
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(255 95 0 / var(--tw-bg-opacity));
}

.contact-form button:hover{
  background-color: rgb(255 95 0 / 0.9);
}

.contact-form button{
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

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

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

@media (min-width: 1280px){
  .funding-banner{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.funding-banner{
  display: flex;
}

.funding-banner__wrapper{
  position: relative;
}

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

.funding-banner h1{
  z-index: 10;
  padding-top: 6.3125rem;
  padding-bottom: 6.3125rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .funding-banner h1{
    padding-top: 10.0625rem;
    padding-bottom: 10.0625rem;
  }
}

.funding-banner h1{
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.75rem;
}

@media (min-width: 768px){
  .funding-banner h1{
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
}

.funding-filter{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2.125rem;
       column-gap: 2.125rem;
  padding-bottom: 2.5rem;
}

.funding-filter__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

@media (min-width: 1280px){
  .funding-filter__container{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.funding-filter__container{
  display: flex;
  flex-direction: column;
}

.funding-filter span{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.funding-filter__select-wrapper{
  position: relative;
  display: block;
}

.funding-filter__select-wrapper::after{
  pointer-events: none;
  position: absolute;
  right: 1.025rem;
  top: 45%;
  width: 1rem;
  height: 1rem;
  --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(0 0 0 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
  clip-path: path("M1.30841 8.09977L1.30846 8.09981L6.93338 13.4122C6.93341 13.4123 6.93343 13.4123 6.93346 13.4123C7.08662 13.5571 7.28939 13.6377 7.50016 13.6377C7.71091 13.6377 7.91368 13.5571 8.06685 13.4123C8.06687 13.4123 8.0669 13.4123 8.06693 13.4122L13.6915 8.10069C13.7715 8.02695 13.8361 7.93811 13.8817 7.83929C13.9274 7.74002 13.9529 7.63265 13.9568 7.52343C13.9607 7.4142 13.9428 7.30529 13.9043 7.20303C13.8657 7.10077 13.8072 7.00718 13.7322 6.92772C13.6571 6.84826 13.5671 6.78449 13.4672 6.74013C13.3673 6.69578 13.2596 6.67171 13.1503 6.66933C13.041 6.66695 12.9324 6.68631 12.8307 6.72627C12.7294 6.76606 12.637 6.82547 12.5588 6.9011L7.50017 11.6781L2.4419 6.90029C2.36314 6.82587 2.27049 6.76768 2.16925 6.72906C2.068 6.69044 1.96014 6.67214 1.85182 6.6752C1.7435 6.67827 1.63685 6.70264 1.53795 6.74692C1.43905 6.7912 1.34984 6.85453 1.27542 6.93329C1.20099 7.01205 1.14281 7.1047 1.10419 7.20594C1.06557 7.30719 1.04727 7.41505 1.05033 7.52336C1.05339 7.63168 1.07776 7.73834 1.12205 7.83723C1.16633 7.93613 1.22966 8.02534 1.30841 8.09977Z");
}

.funding-filter select{
  min-width: 11.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 29 27 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.1875rem;
  padding-right: 3.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.575rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.funding-filter__footer{
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding-top: 3.25rem;
}

.about-team-card .funding-filter__footer a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.funding-filter__footer a{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5rem;
  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);
  transition-duration: 150ms;
  font-size: 1.1875rem;
  font-weight: 700;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  min-height: 2.5625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.funding-filter__footer a[disabled=true]{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.funding-filter__footer a[disabled=true]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.funding-filter__footer a.active{
  --tw-border-opacity: 1;
  border-color: rgb(255 95 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 95 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.funding-filter__footer a.active:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 95 0 / var(--tw-text-opacity));
}

.funding-accordion{
  position: relative;
}

.funding-accordions{
  display: flex;
  flex-direction: column;
  row-gap: 2.5625rem;
}

.funding-accordion summary{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  .funding-accordion summary{
    flex-direction: row;
  }
}

.funding-accordion summary::marker {
  content: "";
}

.funding-accordion__img__wrapper{
  height: 13.4375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .funding-accordion__img__wrapper{
    height: 15.1583125rem;
    width: 17.6875rem;
    flex-shrink: 0;
  }
}

.funding-accordion__img__wrapper img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.funding-accordion__details{
  display: flex;
  flex-grow: 1;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 1.75rem;
  padding-bottom: 2.125rem;
}

@media (min-width: 768px){
  .funding-accordion__details{
    padding-left: 0px;
  }
}

.funding-accordion__header{
  display: flex;
  -moz-column-gap: 1.1875rem;
       column-gap: 1.1875rem;
}

.funding-accordion__status{
  --tw-bg-opacity: 1;
  background-color: rgb(5 168 135 / var(--tw-bg-opacity));
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.funding-accordion__status[data-status=closed]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 50 63 / var(--tw-bg-opacity));
}

.funding-accordion__tag{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 95 0 / var(--tw-border-opacity));
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.59375rem;
  padding-right: 0.59375rem;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 95 0 / var(--tw-text-opacity));
  line-height: 1.225rem;
}

.funding-accordion__title{
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.86875rem;
  --tw-text-opacity: 1;
  color: rgb(28 29 27 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .funding-accordion__title{
    width: calc(100% - 14.62rem);
  }
}

.funding-accordion__title{
  min-height: 3.7375rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.funding-accordion__title__container{
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.about-team-card .funding-accordion__apply-link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.funding-accordion__apply-link{
  position: relative;
  min-height: 3.4375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  transition-duration: 150ms;
  font-size: 1.1875rem;
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 154 / var(--tw-bg-opacity));
}

.funding-accordion__apply-link:hover{
  background-color: rgb(0 37 154 / 0.9);
}

.funding-accordion__apply-link{
  bottom: 0px;
  display: none;
}

@media (min-width: 1024px){
  .funding-accordion__apply-link{
    position: absolute;
    right: calc(3.0075rem - 1.5625rem);
  }
}

.funding-accordion__footer{
  display: flex;
  min-height: 3.2583375rem;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 1.625rem;
       column-gap: 1.625rem;
}

.funding-accordion__footer p{
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5975rem;
}

.funding-accordion__footer p span{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.funding-accordion__state{
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 154 / var(--tw-bg-opacity));
}

.funding-accordion__state svg[data-for=open]{
  display: none;
}

.funding-accordion__state svg[data-for=closed]{
  display: block;
}

.funding-accordion[open] summary{
  margin-bottom: 1rem;
}

.funding-accordion[open] svg[data-for=open]{
  display: block;
}

.funding-accordion[open] svg[data-for=closed]{
  display: none;
}

.funding-accordion[open] .funding-accordion__title{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
  -webkit-line-clamp: unset;
}

.funding-accordion[open] .funding-accordion__apply-link{
  display: flex;
}

.funding-accordion__content{
  margin-top: -1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5625rem;
  padding-bottom: 5.8125rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .funding-accordion__content{
    padding-top: 0.5rem;
  }
}

@media (min-width: 1024px){
  .funding-accordion__content{
    padding-top: 0px;
    padding-left: calc(17.6875rem + 2.75rem);
  }
}

.funding-accordion__content{
  padding-right: 1.5625rem;
}

.funding-accordion__download-btns{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1875rem;
  padding-top: 2.4375rem;
}

.about-team-card .funding-accordion__download-btns a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.funding-accordion__download-btns a{
  position: relative;
  min-height: 3.4375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5rem;
  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);
  transition-duration: 150ms;
  font-size: 1.1875rem;
  font-weight: 700;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.funding-accordion__download-btns a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 95 0 / var(--tw-text-opacity));
}

.funding-accordion__download-btns a{
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
}

.funding-accordion__download-btns a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.funding-accordion__download-btns a svg{
  margin-left: 2.25rem;
}

.our-story-banner{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .our-story-banner{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .our-story-banner{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.our-story-banner{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 5.0625rem;
}

@media (min-width: 768px){
  .our-story-banner{
    flex-direction: row;
    padding-top: 6rem;
  }
}

@media (min-width: 1024px){
  .our-story-banner{
    -moz-column-gap: 4.8125rem;
         column-gap: 4.8125rem;
  }
}

.our-story-banner{
  row-gap: 2rem;
}

.our-story-banner__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.our-story-banner > *{
  flex-basis: 50%;
}

@media (min-width: 1024px){
  .our-story-banner__text{
    padding-left: 3.09375rem;
  }
}

.our-story-banner__text p{
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.our-story-banner__text h1{
  margin-bottom: 0.875rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.745rem;
  --tw-text-opacity: 1;
  color: rgb(28 29 27 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .our-story-banner__text h1{
    font-size: 2.5rem;
    line-height: 3.05rem;
  }
}

.our-story-banner__text h2{
  margin-bottom: 2.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.about-team-card .our-story-banner__text a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.our-story-banner__text a{
  position: relative;
  min-height: 3.4375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  transition-duration: 150ms;
  font-size: 1.1875rem;
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 154 / var(--tw-bg-opacity));
}

.our-story-banner__text a:hover{
  background-color: rgb(0 37 154 / 0.9);
}

.our-story-banner__text a{
  padding-right: 3.5625rem;
}

.our-story-banner__text a::after{
  position: absolute;
  top: 45%;
  right: 1.875rem;
  --tw-translate-y: -55%;
  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));
  background-color: currentColor;
  --tw-content: "";
  content: var(--tw-content);
  height: 1.0625rem;
  width: 1.0625rem;
  clip-path: path("M17.2496 9.26264C17.2823 8.98298 17.2027 8.70178 17.0282 8.48081C16.8537 8.25983 16.5986 8.11716 16.319 8.08412L10.6906 7.42114C10.4106 7.38824 10.1291 7.4679 9.90786 7.64259C9.68664 7.81729 9.54388 8.07271 9.51097 8.35266C9.47807 8.63262 9.55773 8.91418 9.73243 9.1354C9.90712 9.35663 10.1625 9.49939 10.4425 9.53229L13.5231 9.89484L7.11074 14.9585C6.88959 15.1331 6.74687 15.3885 6.71398 15.6683C6.68109 15.9482 6.76072 16.2297 6.93536 16.4508C7.11 16.672 7.36534 16.8147 7.6452 16.8476C7.92507 16.8805 8.20654 16.8009 8.42769 16.6262L14.8401 11.5626L14.4781 14.6427C14.4618 14.7813 14.4729 14.9218 14.5109 15.0561C14.5489 15.1904 14.613 15.3159 14.6995 15.4255C14.786 15.535 14.8932 15.6264 15.0151 15.6945C15.1369 15.7626 15.271 15.8061 15.4096 15.8224C15.5482 15.8386 15.6887 15.8275 15.823 15.7895C15.9573 15.7515 16.0828 15.6874 16.1923 15.6009C16.3019 15.5144 16.3933 15.4072 16.4614 15.2853C16.5295 15.1635 16.5729 15.0295 16.5892 14.8908L17.2496 9.26264Z");
}

.our-story-banner__img-container{
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px){
  .our-story-banner__img-container{
    padding-right: 3.09375rem;
  }
}

.our-story-banner__img-container img{
  height: 100%;
  max-height: 13.5625rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .our-story-banner__img-container img{
    height: 454px;
    max-height: none;
  }
}

.our-story-stories{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .our-story-stories{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .our-story-stories{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.our-story-stories{
  display: flex;
  flex-direction: column;
}

.our-story-stories__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.our-story-stories .stories__list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.9375rem;
       column-gap: 1.9375rem;
  row-gap: 2.5625rem;
  padding-top: 5.6875rem;
  padding-bottom: 4.125rem;
}

@media (min-width: 768px){
  .our-story-stories .stories__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .our-story-stories .stories__list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.our-story-stories .stories__list{
  place-items: center;
}

.about-team-card .our-story-stories .stories__list__load-more{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.our-story-stories .stories__list__load-more{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.1875rem;
  position: relative;
  min-height: 3.4375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5rem;
  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);
  transition-duration: 150ms;
  font-size: 1.1875rem;
  font-weight: 700;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.our-story-card{
  height: 100%;
  width: 100%;
  max-width: 25.0625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.our-story-card__img__wrapper{
  height: 17.8125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}

.our-story-card__img__wrapper img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-story-card__text{
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-bottom: 1.8125rem;
  padding-top: 1.6875rem;
}

.our-story-card__text span{
  margin-bottom: 0.5625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.our-story-card__text h3{
  margin-bottom: 1.6875rem;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.935rem;
  --tw-text-opacity: 1;
  color: rgb(28 29 27 / var(--tw-text-opacity));
  box-sizing: content-box;
  min-height: 3.87083125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.about-team-card .our-story-card__text a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.our-story-card__text a{
  position: relative;
  min-height: 3.4375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  transition-duration: 150ms;
  font-size: 1.1875rem;
  font-weight: 700;
  padding-right: 3.5625rem;
}

.our-story-card__text a::after{
  position: absolute;
  top: 45%;
  right: 1.875rem;
  --tw-translate-y: -55%;
  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));
  background-color: currentColor;
  --tw-content: "";
  content: var(--tw-content);
  height: 1.0625rem;
  width: 1.0625rem;
  clip-path: path("M17.2496 9.26264C17.2823 8.98298 17.2027 8.70178 17.0282 8.48081C16.8537 8.25983 16.5986 8.11716 16.319 8.08412L10.6906 7.42114C10.4106 7.38824 10.1291 7.4679 9.90786 7.64259C9.68664 7.81729 9.54388 8.07271 9.51097 8.35266C9.47807 8.63262 9.55773 8.91418 9.73243 9.1354C9.90712 9.35663 10.1625 9.49939 10.4425 9.53229L13.5231 9.89484L7.11074 14.9585C6.88959 15.1331 6.74687 15.3885 6.71398 15.6683C6.68109 15.9482 6.76072 16.2297 6.93536 16.4508C7.11 16.672 7.36534 16.8147 7.6452 16.8476C7.92507 16.8805 8.20654 16.8009 8.42769 16.6262L14.8401 11.5626L14.4781 14.6427C14.4618 14.7813 14.4729 14.9218 14.5109 15.0561C14.5489 15.1904 14.613 15.3159 14.6995 15.4255C14.786 15.535 14.8932 15.6264 15.0151 15.6945C15.1369 15.7626 15.271 15.8061 15.4096 15.8224C15.5482 15.8386 15.6887 15.8275 15.823 15.7895C15.9573 15.7515 16.0828 15.6874 16.1923 15.6009C16.3019 15.5144 16.3933 15.4072 16.4614 15.2853C16.5295 15.1635 16.5729 15.0295 16.5892 14.8908L17.2496 9.26264Z");
}

.our-story-card__text a{
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.575rem;
  --tw-text-opacity: 1;
  color: rgb(0 37 154 / var(--tw-text-opacity));
}

.our-story__empty-state{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .our-story__empty-state{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px){
  .our-story__empty-state{
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
  }
}

.our-story__empty-state{
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-story__empty-state__wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.our-story__empty-state__title{
  padding-top: 1.3125rem;
  padding-bottom: 0.5625rem;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 2.7125rem;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity));
}

.our-story__empty-state__subtitle{
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.6625rem;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .our-story__empty-state__subtitle{
    width: 34%;
  }

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