.tcl-new-hero__wrapper {
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #15161c;
  padding-top: 120px;
  min-height: 440px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.tcl-new-hero__wrapper--background:after {
  content: "";
  max-width: 500px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-image: url("/wp-content/themes/fundraisingbox/img/hero-background.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.tcl-new-hero__wrapper--background-image {
  background-size: cover;
  background-position: center center;
}
.tcl-new-hero__heading {
  font-family: "Montserrat";
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}
.tcl-new-hero__heading u {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  .tcl-new-hero__heading u:before {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 15px;
    width: 0;
    left: -6px;
    background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
    z-index: -1;
    -webkit-transition: width 0.7s linear;
    transition: width 0.7s linear;
  }
  .tcl-new-hero__heading u[data-animation=true]:before {
    width: calc(100% + 14px);
  }
}
@media (max-width: 1199px) {
  .tcl-new-hero__heading u {
    display: inline;
    background-image: linear-gradient(white calc(100% - 15px), rgba(11, 64, 55, 0) 15px), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0 -3px;
    -webkit-transition: background-size 1s;
    transition: background-size 1s;
  }
  .tcl-new-hero__heading u[data-animation=true] {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .tcl-new-hero__heading {
    font-size: 51px;
    word-wrap: break-word;
  }
}
@media (min-width: 1200px) {
  .tcl-new-hero__heading u:before {
    background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.27) 18.87%, rgba(255, 255, 255, 0.096) 96.1%), rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
}
@media (max-width: 1199px) {
  .tcl-new-hero__heading u {
    background-image: linear-gradient(transparent calc(100% - 15px), rgba(255, 255, 255, 0.3) 15px);
  }
}
.tcl-new-hero__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
}
.tcl-new-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .tcl-new-hero__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.tcl-new-hero__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-new-hero__button a img,
.tcl-new-hero__button a svg {
  margin-right: 12px;
}
.tcl-new-hero__button--secondary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 8px 30px;
  border: 2px solid #fff;
  background: none;
  color: #ffffff;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.tcl-new-hero__button--secondary a:focus {
  outline-offset: 2px;
}
.tcl-new-hero__button--secondary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-new-hero__button--secondary a:focus-visible {
  outline-offset: 2px;
}
.tcl-new-hero__button--secondary a img,
.tcl-new-hero__button--secondary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-new-hero__button--secondary a span {
  position: relative;
}
.tcl-new-hero__button--secondary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.45) 18.87%, rgba(255, 255, 255, 0.16) 96.1%), rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, background-color 0.3s linear;
  transition: opacity 0.3s linear, background-color 0.3s linear;
}
.tcl-new-hero__button--secondary a:hover {
  color: #4b4b4b;
}
.tcl-new-hero__button--secondary a:hover:before {
  opacity: 1;
}
.tcl-new-hero__button--secondary a:active {
  color: #000000;
}
.tcl-new-hero__button--cta a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(359deg, #9650c8 45.46%, rgba(150, 80, 200, 0) 111.16%), rgba(204, 151, 242, 0.8);
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}
.tcl-new-hero__button--cta a:focus {
  outline-offset: 2px;
}
.tcl-new-hero__button--cta a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-new-hero__button--cta a:focus-visible {
  outline-offset: 2px;
}
.tcl-new-hero__button--cta a img,
.tcl-new-hero__button--cta a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-new-hero__button--cta a span {
  position: relative;
}
.tcl-new-hero__button--cta a:hover {
  text-shadow: -0.15px -0.15px 0 #ffffff, 0.15px 0.15px #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-new-hero__button--cta a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.tcl-new-hero__button--primary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.9) 18.87%, rgba(255, 255, 255, 0.32) 96.1%), rgba(255, 255, 255, 0.7);
  color: #4b4b4b;
}
.tcl-new-hero__button--primary a:focus {
  outline-offset: 2px;
}
.tcl-new-hero__button--primary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-new-hero__button--primary a:focus-visible {
  outline-offset: 2px;
}
.tcl-new-hero__button--primary a img,
.tcl-new-hero__button--primary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-new-hero__button--primary a span {
  position: relative;
}
.tcl-new-hero__button--primary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(137.94deg, rgba(113, 221, 42, 0.14) 8.03%, #71dd2a 47.02%, #71dd2a 93.85%), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-new-hero__button--primary a:hover {
  color: #ffffff;
}
.tcl-new-hero__button--primary a:hover:before {
  opacity: 1;
}
.tcl-new-hero__button--primary a:active:before {
  opacity: 1;
}
.tcl-new-hero__button--primary a:hover {
  color: #4b4b4b;
}
.tcl-new-hero__button--primary a:before {
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.9) 18.87%, rgba(255, 255, 255, 0.32) 96.1%), #ffffff;
}
.tcl-new-hero__button--primary a:active {
  color: #000000;
}
.tcl-new-hero__button--text a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  color: #ffffff;
  -webkit-transition: text-shadow ease 0.3s;
  transition: text-shadow ease 0.3s;
}
.tcl-new-hero__button--text a img,
.tcl-new-hero__button--text a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-new-hero__button--text a:hover {
  color: #ffffff;
  text-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-new-hero__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .tcl-new-hero__logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 1199px) {
  .tcl-new-hero__logo {
    width: calc(25% - 18px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tcl-new-hero__logo {
    width: calc(50% - 12px);
    text-align: center;
  }
}
.tcl-new-hero__logo img {
  height: 38px !important;
  width: auto !important;
}
@media (max-width: 1199px) {
  .tcl-new-hero__logo img {
    margin: 0 auto;
  }
}