 @media only screen and (min-width: 0rem) {:root {--primary: #A84DCE;--secondary: #3BB3E5;--secondaryLight: #F3FDFF;--tertiary: #FEEC04;--gradient: linear-gradient(to right, var(--primary), var(--secondary));--headerColor: #1a1a1a;--bodyTextColor: #4e4b66;--bodyTextColorWhite: #fafbfc;--topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);--headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);--bodyFontSize: 1rem;--sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;}.cs-topper {display: inline-block;margin-bottom: 0.625rem;text-transform: uppercase;letter-spacing: 4px;font-size: var(--topperFontSize);line-height: 1.2em;font-weight: 700;text-align: inherit;color: var(--primary);background: var(--gradient);background-clip: text;-webkit-text-fill-color: transparent;}.cs-title {position: relative;margin: 0 0 1rem 0;max-width: 43.75rem;font-size: var(--headerFontSize);line-height: 1.2em;font-weight: 900;color: var(--headerColor);text-align: inherit;}.cs-text {margin: 0;max-width: 40.625rem;width: 100%;font-size: var(--bodyFontSize);line-height: 1.5em;color: var(--bodyTextColor);text-align: inherit;}.cs-button-solid {z-index: 1;position: relative;display: inline-block;background-color: var(--tertiary);width: auto;padding: 16px 40px 15px;text-decoration: none;text-transform: uppercase;font-size: 1rem;font-weight: bold;color: #000;transition: color 0.3s;transition-delay: 0.1s;text-align: center;}.cs-button-solid:hover {color: #fff;}.cs-button-solid:hover:before {width: 100%;}.cs-button-solid:before {z-index: -1;position: absolute;top: 0;left: 0;content: "";opacity: 1;display: block;background: var(--gradient);height: 100%;width: 0;transition: width 0.3s;}.cs-hide-on-mobile {display: none;}}@media only screen and (min-width: 64rem) {.cs-hide-on-mobile {display: block;}.cs-hide-on-desktop {display: none;}}@media only screen and (min-width: 0rem) {body, html {margin: 0;padding: 0;font-family: "Roboto", sans-serif;font-size: 100%;color: var(--bodyTextColor);text-wrap: pretty;}*, *:before, *:after {margin: 0;box-sizing: border-box;padding: 0;}body {transition: background-color 0.3s;}.container {position: relative;margin: auto;width: 92%;}h1, h2, h3, h4, h5, h6 {margin: 0;color: var(--headerColor);}p, li, a {margin: 0;font-size: 1rem;line-height: 1.5em;}p, li {color: #353535;}a:hover, button:hover {cursor: pointer;}.skip {z-index: -1111111;position: absolute;top: 0;left: 0;opacity: 0;}@font-face {font-display: swap;font-family: "Roboto";font-style: normal;font-weight: 400;src: url("/assets/fonts/roboto-v47-latin-regular.woff2") format("woff2");}@font-face {font-display: swap;font-family: "Roboto";font-style: normal;font-weight: 700;src: url("/assets/fonts/roboto-v47-latin-700.woff2") format("woff2");}@font-face {font-display: swap;font-family: "Roboto";font-style: normal;font-weight: 900;src: url("/assets/fonts/roboto-v47-latin-900.woff2") format("woff2");}}@media only screen and (min-width: 1024px) {body, html {margin: 0;padding: 0;}}@media only screen and (min-width: 3000px) {body, html {font-size: 0.55vw;}}@media only screen and (max-width: 63.9375rem) {body.cs-open {overflow: hidden;}body.scroll #cs-navigation .cs-top-container {gap: 0;}body.scroll #cs-navigation .cs-top-social {height: 0;opacity: 0;visibility: hidden;overflow: hidden;}#cs-navigation {width: 100%;box-sizing: border-box;background-color: #fff;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;position: sticky;top: 0;z-index: 10000;}#cs-navigation:before {content: "";width: 0%;height: 100vh;background: rgba(0, 0, 0, 0.6);opacity: 0;display: block;position: absolute;top: 100%;right: 0;z-index: -11;transition: width 0.5s, opacity 0.3s;-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);}#cs-navigation.cs-active:before {width: 100%;opacity: 1;}#cs-navigation.cs-active .cs-ul-wrapper {opacity: 1;transform: scaleX(1);transition-delay: 0.2s;}#cs-navigation.cs-active .cs-li {opacity: 1;transform: translateX(0);}#cs-navigation .cs-top-bar {display: none;}#cs-navigation .cs-container {width: 100%;box-sizing: border-box;padding: 16px 1rem;background: var(--gradient);display: flex;justify-content: space-between;align-items: center;position: relative;}#cs-navigation .cs-bottom-bar .cs-container > .cs-button-solid {display: none;}#cs-navigation .cs-logo {width: auto;height: 3.4375rem;margin: 0 auto 0 0;box-sizing: border-box;padding: 0;display: flex;justify-content: center;align-items: center;z-index: 10;}#cs-navigation .cs-logo img {width: auto;height: 100%;object-fit: contain;}#cs-navigation .cs-nav {order: 2;}#cs-navigation .cs-toggle {width: 48px;height: 48px;margin: 0 0 0 auto;background-color: var(--secondaryLight);border: none;display: flex;justify-content: center;align-items: center;transition: transform 0.6s;}#cs-navigation .cs-toggle.cs-active {transform: rotate(180deg);}#cs-navigation .cs-active .cs-line1 {top: 50%;transform: translate(-50%, -50%) rotate(225deg);}#cs-navigation .cs-active .cs-line2 {top: 50%;transform: translate(-50%, -50%) translateY(0) rotate(-225deg);transform-origin: center;}#cs-navigation .cs-active .cs-line3 {opacity: 0;bottom: 100%;}#cs-navigation .cs-box {width: clamp(1.5rem, 2vw, 1.75rem);height: 1rem;position: relative;}#cs-navigation .cs-line {width: 100%;height: 2px;background: var(--gradient);border-radius: 2px;position: absolute;left: 50%;transform: translateX(-50%);}#cs-navigation .cs-line1 {top: 0;transition: transform 0.5s, top 0.3s, left 0.3s;animation-duration: 0.7s;animation-timing-function: ease;animation-direction: normal;animation-fill-mode: forwards;transform-origin: center;}#cs-navigation .cs-line2 {top: 50%;transform: translateX(-50%) translateY(-50%);transition: top 0.3s, left 0.3s, transform 0.5s;animation-duration: 0.7s;animation-timing-function: ease;animation-direction: normal;animation-fill-mode: forwards;}#cs-navigation .cs-line3 {bottom: 0;transition: bottom 0.3s, opacity 0.3s;}#cs-navigation .cs-ul-wrapper {min-width: 70vw;height: 100vh;background-color: #fff;box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;opacity: 0;position: absolute;top: 100%;right: 0;left: auto;z-index: -1;overflow: hidden;transform: scaleX(0);transition: transform 0.4s, opacity 0.3s;transform-origin: top right;}#cs-navigation .cs-ul {width: auto;min-width: 40%;height: 65vh;margin: 0;padding: 3rem clamp(1.75rem, 3vw, 2.5rem) 2rem 4.375rem;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-end;overflow: scroll;gap: 1.25rem;}#cs-navigation .cs-li {text-align: right;list-style: none;width: 100%;margin-right: 0;opacity: 0;transform: translateX(-2.5rem);transition: transform 0.6s, opacity 0.9s;}#cs-navigation .cs-li:nth-of-type(1) {transition-delay: 0.05s;}#cs-navigation .cs-li:nth-of-type(2) {transition-delay: 0.1s;}#cs-navigation .cs-li:nth-of-type(3) {transition-delay: 0.15s;}#cs-navigation .cs-li:nth-of-type(4) {transition-delay: 0.2s;}#cs-navigation .cs-li:nth-of-type(5) {transition-delay: 0.25s;}#cs-navigation .cs-li:nth-of-type(6) {transition-delay: 0.3s;}#cs-navigation .cs-li:nth-of-type(7) {transition-delay: 0.35s;}#cs-navigation .cs-li:nth-of-type(8) {transition-delay: 0.4s;}#cs-navigation .cs-li:nth-of-type(9) {transition-delay: 0.45s;}#cs-navigation .cs-li:last-child {display: block;}#cs-navigation .cs-li-link {font-size: clamp(1rem, 2.5vw, 1.5rem);line-height: 1.2em;text-decoration: none;margin: 0;color: var(--headerColor);display: inline-block;position: relative;}#cs-navigation .cs-li-link:before {content: "";width: 100%;height: 1px;background: currentColor;opacity: 1;display: none;position: absolute;bottom: -0.125rem;left: 0;}#cs-navigation .cs-li-link.cs-active {color: var(--primary);}#cs-navigation .cs-li-link.cs-active:before {display: block;}}@media only screen and (min-width: 48rem) {#cs-navigation .cs-bottom-bar .cs-container > .cs-button-solid {display: block;margin-right: 1.25rem;}#cs-navigation .cs-li:last-child {display: none;}}@media only screen and (min-width: 64rem) {#cs-navigation {width: 100%;box-sizing: border-box;padding: 0;background-color: #fff;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;position: sticky;top: 0;z-index: 10000;}#cs-navigation .cs-top-bar {width: 100%;display: flex;justify-content: center;align-items: center;}#cs-navigation .cs-top-container {width: 100%;max-width: 80rem;box-sizing: border-box;padding: 1rem;display: flex;justify-content: space-between;align-items: center;gap: 1.5rem;}#cs-navigation .cs-contact-group {display: flex;justify-content: flex-end;align-items: center;gap: 1.5rem;}#cs-navigation .cs-contact-link {text-decoration: none;padding-right: 1.875rem;display: flex;justify-content: flex-start;align-items: center;position: relative;transform-style: preserve-3d;perspective: 200px;gap: 1rem;}#cs-navigation .cs-contact-link:hover .cs-wrapper {transform: rotateY(180deg);}#cs-navigation .cs-wrapper {width: 3.5rem;height: 3.5rem;display: flex;justify-content: center;align-items: center;position: relative;z-index: 1;transition: transform 0.6s;flex: none;}#cs-navigation .cs-wrapper:before {content: "";width: 100%;height: 100%;background-color: var(--secondaryLight);display: block;position: absolute;top: 0;left: 0;z-index: -1;}#cs-navigation .cs-icon {width: 1.5rem;height: auto;display: block;transition: transform 0.3s;fill: url(#gradientFill);}#cs-navigation .cs-info {display: flex;flex-direction: column;align-items: flex-start;gap: 0.25rem;}#cs-navigation .cs-header {font-size: 1rem;font-weight: 700;line-height: 1.2em;margin: 0;color: var(--headerColor);display: block;}#cs-navigation .cs-link-content {font-size: 0.875rem;font-weight: 400;line-height: 1.2em;margin: 0;color: var(--bodyTextColor);display: block;}#cs-navigation .cs-bottom-bar {width: 100%;background: var(--gradient);display: flex;justify-content: center;align-items: center;}#cs-navigation .cs-bottom-bar .cs-logo, #cs-navigation .cs-bottom-bar .cs-container > .cs-button-solid {display: none;}#cs-navigation .cs-container {width: 100%;max-width: 80rem;margin: auto;box-sizing: border-box;padding: 0 1rem;display: flex;justify-content: center;position: relative;gap: 1.5rem;}#cs-navigation .cs-toggle {display: none;}#cs-navigation .cs-logo {width: 18.4%;max-width: 12.3125rem;height: 3.75rem;margin: 0 auto 0 0;padding: 0;display: flex;justify-content: center;align-items: center;z-index: 100;}#cs-navigation .cs-logo img {width: 100%;height: 100%;object-fit: contain;}#cs-navigation .cs-ul {width: 100%;margin: 0;padding: 0;display: flex;justify-content: flex-start;align-items: center;gap: 2.25rem;}#cs-navigation .cs-li {list-style: none;padding: 1.3125rem 0 1.1875rem;flex: none;}#cs-navigation .cs-li-link {font-size: 1rem;line-height: 1.5em;text-transform: uppercase;text-decoration: none;margin: 0;color: var(--bodyTextColorWhite);display: block;position: relative;transition: color 0.3s;}#cs-navigation .cs-li-link:hover {color: var(--tertiary);}#cs-navigation .cs-li-link.cs-active {font-weight: 700;}#cs-navigation .cs-call {text-decoration: none;display: flex;justify-content: flex-start;align-items: center;position: relative;transform-style: preserve-3d;perspective: 200px;gap: 1rem;}#cs-navigation .cs-call:hover:hover .cs-wrapper {transform: rotateY(180deg);}#cs-navigation .cs-call .cs-wrapper {width: 3.5rem;height: 3.5rem;background-color: var(--primary);display: flex;justify-content: center;align-items: center;transition: transform 0.6s;flex: none;}#cs-navigation .cs-call .cs-icon {width: 1.5rem;height: auto;display: block;transition: transform 0.3s;}#cs-navigation .cs-call .cs-info {display: flex;flex-direction: column;align-items: flex-start;}#cs-navigation .cs-call .cs-header {font-size: 0.875rem;font-weight: 400;line-height: 1.2em;margin: 0;color: var(--bodyTextColorWhite);display: block;}#cs-navigation .cs-call .cs-link-content {font-size: 1.25rem;font-weight: 700;line-height: 1.2em;margin: 0;color: var(--bodyTextColorWhite);display: block;}}@media only screen and (min-width: 75rem) {#cs-navigation .cs-contact-link:nth-of-type(2) {display: flex;}}@media only screen and (min-width: 100rem) {#cs-navigation .cs-donate {margin-left: auto;display: flex;}#cs-navigation .cs-nav-button {margin: 0;}}@media only screen and (min-width: 0rem) {#banner {padding: var(--sectionPadding);position: relative;z-index: 1;}#banner .cs-container {text-align: center;width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: 0.75rem;}#banner .cs-int-title {font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);font-weight: 900;line-height: 1.2em;text-align: inherit;margin: 0;color: var(--headerColor);position: relative;}#banner .cs-breadcrumbs {display: flex;justify-content: center;align-items: center;}#banner .cs-link {font-size: 1rem;line-height: 1.2em;text-decoration: none;color: var(--bodyTextColor);display: flex;justify-content: center;align-items: center;position: relative;}#banner .cs-link:after {content: "";width: 0.4375rem;height: 0.75rem;margin: 0 1rem;background: url("https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Icons/grey-right-arrow-2.svg");background-position: center;background-size: contain;background-repeat: no-repeat;display: block;position: relative;}#banner .cs-link:last-child:after {display: none;}#banner .cs-link.cs-active {color: var(--primary);}#banner .cs-background {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: -1;}#banner .cs-background:before {content: "";width: 100%;height: 100%;background: linear-gradient(105deg, rgba(255, 255, 255, 0.95) 59%, transparent 100%);opacity: 0.84;display: block;position: absolute;top: 0;left: 0;z-index: 1;}#banner .cs-background img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}#banner .cs-graphic {width: clamp(7.71rem, 22.5vw, 14.19rem);height: auto;position: absolute;top: 1.25rem;right: -2rem;z-index: -1;}}@media only screen and (min-width: 0rem) {#cta {overflow: hidden;position: relative;z-index: 1;background-color: #fbfbfb;}#cta .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;justify-content: center;align-items: stretch;flex-direction: column;}#cta .cs-content {text-align: center;width: 100%;padding: var(--sectionPadding);box-sizing: border-box;display: flex;flex-direction: column;align-items: center;}#cta .cs-form-group {text-align: center;width: 100%;max-width: 44rem;margin: auto;padding: var(--sectionPadding);box-sizing: border-box;display: flex;flex-direction: column;align-items: center;order: 2;}#cta .cs-topper {color: var(--tertiary);-webkit-text-fill-color: initial;}#cta .cs-title {color: var(--bodyTextColorWhite);}#cta .cs-text {margin: 0;color: var(--bodyTextColorWhite);opacity: 0.8;}#cta .cs-h3 {font-size: 1.25rem;line-height: 1.2em;font-weight: 700;text-align: left;margin: 0 auto 2rem 0;color: var(--headerColor);display: flex;justify-content: flex-start;align-items: flex-start;gap: 1rem;}#cta .cs-picture {width: 3.5rem;height: 3.5rem;overflow: hidden;display: flex;justify-content: center;align-items: center;flex: none;position: relative;z-index: 1;}#cta .cs-picture:before {content: "";width: 100%;height: 100%;background: var(--secondaryLight);position: absolute;display: block;top: 0;left: 0;z-index: -1;}#cta .cs-form {width: 100%;padding: 0;box-sizing: border-box;display: grid;grid-template-columns: repeat(12, 1fr);gap: 0.75rem;}#cta .cs-label {font-size: clamp(0.875rem, 1.5vw, 1rem);color: var(--headerColor);display: flex;grid-column: span 12;flex-direction: column;justify-content: center;align-items: flex-start;gap: 0.5rem;}#cta .cs-label:last-of-type {margin-bottom: 1rem;}#cta .cs-input {font-size: 1rem;width: 100%;height: clamp(2.875rem, 4.5vw, 3.5rem);padding: 0;padding-left: 1.5rem;color: var(--headerColor);border: 1px solid #dad9e3;box-sizing: border-box;outline: none;background-color: transparent;}#cta .cs-input::placeholder {color: #aaa;}#cta .cs-input:focus-visible {border-image-slice: 1;border-image-source: var(--gradient);}#cta .cs-submit {width: 100%;margin: 0;grid-column: span 12;border: none;line-height: 1.5em;}#cta .cs-wrapper {display: flex;justify-content: center;align-items: center;position: relative;}#cta .cs-card-group {width: 100%;max-width: 32.625rem;margin: 0;padding: var(--sectionPadding);box-sizing: border-box;display: flex;flex-direction: column;align-items: center;gap: clamp(1rem, 2.3vw, 1.25rem);order: 1;position: relative;z-index: 1;}#cta .cs-item {text-align: left;list-style: none;width: 100%;margin: 0;padding: clamp(1rem, 4vw, 2.5rem);box-sizing: border-box;background-color: #fff;position: relative;z-index: 1;}#cta .cs-item:hover:before {opacity: 1;}#cta .cs-item:hover .cs-header, #cta .cs-item:hover .cs-item-text, #cta .cs-item:hover .cs-link {color: var(--bodyTextColorWhite);}#cta .cs-item:hover .cs-text, #cta .cs-item:hover .cs-link {opacity: 0.8;}#cta .cs-item:hover .cs-link:hover {color: var(--primary);}#cta .cs-item:hover .cs-icon {filter: grayscale(1) brightness(1000%);}#cta .cs-item:before {content: "";width: 100%;height: 100%;background: #1a1a1a;border: 1px solid var(--primary);opacity: 0;position: absolute;display: block;top: 0;left: 0;z-index: -1;transition: opacity 0.3s;}#cta .cs-header {font-size: 1.25rem;line-height: 1.2em;text-align: inherit;font-weight: 700;margin: 0 0 clamp(0.75rem, 1.6vw, 1rem);display: block;transition: color 0.3s;}#cta .cs-item-text {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;text-align: inherit;margin: 0 0 0.25rem;color: var(--bodyTextColor);display: block;transition: color 0.3s;}#cta .cs-link {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;text-align: inherit;margin: 0;color: var(--bodyTextColor);display: flex;justify-content: flex-start;align-items: center;gap: 0.25rem;transition: color 0.3s;}#cta .cs-icon {width: 1.5rem;height: auto;fill: url(#gradientFill);}#cta .cs-background {width: 100%;height: 100%;background: var(--gradient);display: block;position: absolute;top: 0;left: 0;z-index: -1;}#cta .cs-background img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;scale: -1 1;}}@media only screen and (min-width: 64rem) {#cta {padding: var(--sectionPadding);}#cta .cs-container {flex-direction: row;align-items: center;justify-content: space-between;}#cta .cs-content {text-align: left;margin: 0;padding: 0;align-items: flex-start;}#cta .cs-form-group {width: 43%;max-width: 32.625rem;margin: 0;padding: 0;}#cta .cs-form {padding: 0;}#cta .cs-wrapper {width: 50%;max-width: 32.75rem;flex: none;position: initial;}#cta .cs-background {width: 50vw;height: 100%;left: auto;right: 50%;top: 0;}#cta .cs-card-group {padding: 0;}}@media only screen and (min-width: 0rem) {#cs-footer-108 {padding: clamp(2.75rem, 4.7vw, 3.75rem) 1rem;padding-bottom: clamp(1.25rem, 2.8vw, 1.75rem);}#cs-footer-108 .cs-container {width: 100%;max-width: 80rem;margin: auto;}#cs-footer-108 .cs-ul {padding: 0 0 clamp(2.5rem, 4.7vw, 3.75rem);margin: auto;border-bottom: 1px solid #dad9e3;}#cs-footer-108 .cs-li {list-style: none;text-align: center;margin-bottom: 1.25rem;}#cs-footer-108 .cs-li:last-of-type {margin-bottom: 0;}#cs-footer-108 .cs-link {font-size: clamp(1rem, 1.55vw, 1.25rem);line-height: 1.5em;text-decoration: none;font-weight: 700;color: var(--headerColor);position: relative;}#cs-footer-108 .cs-link:hover {color: var(--primary);background: var(--gradient);background-clip: text;-webkit-text-fill-color: transparent;}#cs-footer-108 .cs-credit {font-size: clamp(0.875rem, 1.6vw, 1rem);text-align: center;color: #7d799c;display: block;margin: clamp(1.25rem, 2.8vw, 1.75rem) auto 0;}#cs-footer-108 .cs-credit-link {font-size: inherit;color: currentColor;text-decoration: none;transition: color 0.3s;}#cs-footer-108 .cs-credit-link:hover {color: var(--primary);background: var(--gradient);background-clip: text;-webkit-text-fill-color: transparent;}}@media only screen and (min-width: 37.5rem) {#cs-footer-108 .cs-ul {display: flex;justify-content: center;align-items: center;}#cs-footer-108 .cs-li {margin: 0 clamp(2.75rem, 6.2vw, 5.5rem) 0 0;}#cs-footer-108 .cs-li:last-of-type {margin: 0;}}