@media only screen and (min-width: 0rem) {
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  #hero-1115 {
    padding: clamp(12.5rem, 16.82vw, 18.75rem) 1rem 6.25rem;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-1115:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  #hero-1115 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.25rem;
  }
  #hero-1115 .cs-content {
    max-width: 39.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #hero-1115 .cs-topper {
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.25rem;
    display: block;
  }
  #hero-1115 .cs-title {
    font-size: clamp(2.4375rem, 5vw, 3.8125rem);
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    max-width: 23ch;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #hero-1115 .cs-text {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    max-width: 33.1875rem;
    margin: 0 0 clamp(1.75rem, 3.92vw, 2.5rem) 0;
    color: var(--bodyTextColor);
  }
  #hero-1115 #button-box {
    width: 100%;
    max-width: 39.375rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #hero-1115 #button-box .cs-button-transparent {
    font-size: 1rem;
    font-weight: 400;
    font-family: "font2";
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    text-align: center;
    margin: 0;
    color: #1a1a1a;
    min-width: 11.5625rem;
    padding: 0 1.5rem;
    background-color: var(--secondary);
    border-radius: 3rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s;
  }
  #hero-1115 #button-box .cs-button-transparent:before {
    content: "";
    width: 0%;
    height: 100%;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #hero-1115 #button-box .cs-button-transparent:hover {
    color: #FFF;
  }
  #hero-1115 #button-box .cs-button-transparent:hover:before {
    width: 100%;
  }
  #hero-1115 .cs-image-group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    position: relative;
  }
  #hero-1115 .cs-image-group {
    font-size: min(2.2vw, 0.75em);
    width: 40.8125em;
    height: 54.875em;
    position: relative;
    z-index: 2;
  }
  #hero-1115 .cs-floater {
    width: clamp(3.125rem, 8vw, 7.5rem);
    height: clamp(3.125rem, 8vw, 7.5rem);
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8.125em;
    left: -2.1875em;
    transform: rotate(-15deg);
  }
  #hero-1115 .cs-floater-icon {
    width: 3.25em;
    height: auto;
  }
  #hero-1115 .cs-picture {
    width: 40.8125em;
    height: auto;
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #hero-1115 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  #hero-1115 .cs-volunteer {
    padding: clamp(1rem, 2vw, 1.25rem) clamp(1.25rem, 2.5vw, 1.5rem);
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0px 8px 100px 0px rgba(0, 0, 0, 0.08);
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: clamp(0.5rem, 2vw, 1rem);
    position: relative;
    z-index: -1;
  }
  #hero-1115 .cs-volunteer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero-1115 .cs-header {
    font-size: clamp(0.75rem, 2vw, 1.25rem);
    line-height: 1.2em;
    font-weight: 700;
    font-family: "Raleway";
    margin: 0;
    color: var(--headerColor);
  }
  #hero-1115 .cs-social-icon {
    width: clamp(2.25rem, 3vw, 3rem);
    height: auto;
    margin: 0 -1rem 0 0;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
  }
  #hero-1115 .cs-arrow {
    width: clamp(3.75rem, 10.5vw, 8.125rem);
    height: auto;
    position: absolute;
    bottom: 110%;
    left: -0.625rem;
    transform: rotate(-66deg);
  }
  #hero-1115 .cs-bubbles {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  #hero-1115 .cs-container {
    gap: 3rem;
  }
  #hero-1115 .cs-image-group {
    font-size: min(1.13vw, 1em);
    margin-bottom: 4.25rem;
    height: 38.625em;
  }
  #hero-1115 .cs-donations {
    left: 50%;
    transform: translateX(-50%);
  }
  #hero-1115 .cs-volunteer {
    position: absolute;
    bottom: 0;
    left: -1.5625rem;
    bottom: 0;
    z-index: 10;
  }
  #hero-1115 .cs-arrow {
    bottom: 95%;
    left: 2.375rem;
    transform: rotate(0);
    z-index: -1;
  }
  #hero-1115 .cs-bubbles {
    font-size: min(2.9vw, 0.9em);
    position: absolute;
    z-index: -1;
    display: block;
  }
  #hero-1115 .cs-bubbles2 {
    width: 20.625rem;
    height: 29.75rem;
    left: -16.25rem;
    bottom: 3.75rem;
  }
  #hero-1115 .cs-bubbles2:before {
    content: "";
    width: 20.625rem;
    height: 20.625rem;
    background: transparent;
    border: 1px solid var(--primary);
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    animation-name: floatAnimation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #hero-1115 .cs-bubbles2:after {
    content: "";
    width: 16.25rem;
    height: 16.25rem;
    background: var(--secondary);
    opacity: 0.8;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 2.5rem;
    z-index: -1;
    animation-name: floatAnimation2;
    animation-duration: 14s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
}
@media only screen and (min-width: 64rem) {
  #hero-1115 {
    text-align: left;
  }
  #hero-1115 .cs-container {
    flex-direction: row;
    justify-content: space-between;
  }
  #hero-1115 .cs-content {
    width: 40vw;
    flex: none;
    align-items: flex-start;
  }
  #hero-1115 #button-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #hero-1115 .cs-title, #hero-1115 .cs-text {
    text-align: left;
  }
}
@media only screen and (min-width: 87.5rem) {
  #hero-1115 .cs-image-group-wrapper {
    right: calc(clamp(2rem, 3vw, 10rem) * -1);
  }
  #hero-1115 .cs-image-group {
    margin: 0;
    z-index: 10;
  }
  #hero-1115 .cs-floater {
    left: -4.625rem;
  }
  #hero-1115 .cs-volunteer {
    left: -12.5rem;
    bottom: 1.25rem;
    z-index: -1;
  }
  #hero-1115 .cs-bubbles2 {
    width: 20.625rem;
    height: 29.75rem;
    left: -12.5rem;
    bottom: 3.75rem;
  }
  #hero-1115 .cs-arrow {
    left: 12.5rem;
  }
}

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