:root {
  --white: #ffffff;
  --black: #000000;
  --ghost-white: #f6f7fb;
  --ghost-white-darker: #eff3fe;
  --lavander: #dadfeb;
  --powder-blue: #9faac5;
  --persian-blue: #003aba;
  --gray: #757575;
}
* {
  font-family: "Poppins", sans-serif;
}
html {
  scroll-padding-top: 4rem;
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
}
.section-margin {
  margin-top: 2.5rem;
}
.border-x {
  border-bottom: 1px solid var(--powder-blue);
}
.intro-section {
  margin-top: 1.25rem;
}
.intro-section__container {
  gap: 2.25rem;
}
.container__left-block {
}
.left-block__badge {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--black);
  background-color: var(--ghost-white-darker);
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  margin-bottom: 1.25rem;
  width: fit-content;
}
.section-heading {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
  color: var(--black);
}
.container__left-block p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--black);
}
.left-block__btn-wrapper {
  margin-top: 1.75rem;
  gap: 0.75rem;
  flex-direction: column;
}
.btn-primary {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  color: var(--white) !important;
  background-color: var(--black) !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  padding: 0.75rem 2rem !important;
  text-align: center !important;
  gap: 0.75rem !important;
  white-space: nowrap !important;
}
.btn-primary:hover {
  background-color: var(--persian-blue) !important;
}
.btn-secondary {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  color: var(--black) !important;
  background-color: transparent !important;
  border: 1px solid var(--lavander) !important;
  border-radius: 0.25rem !important;
  padding: 0.75rem 2rem !important;
  text-align: center !important;
  gap: 0.75rem !important;
  white-space: nowrap !important;
}
.btn-secondary:hover {
  color: var(--black) !important;
  background-color: var(--ghost-white-darker) !important;
  border-color: transparent !important;
}
.container__right-block {
  border-radius: 1.5rem;
}
.container__right-block img {
  object-fit: cover;
  object-position: bottom;
}
.numbers-section {
  background-color: var(--ghost-white);
}
.numbers-section__container {
  padding: 3.75rem 0rem;
}
.container__stats {
  margin-top: 2.5rem;
}
.container__content-item {
}
.container__content-item h1 {
  margin-bottom: 1rem;
}
.container__content-item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--black);
}
.w-50__number-item {
  /*padding: 0 1.25rem; */
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.number-item__paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--black);
}
.number-item__number {
  font-size: 3rem !important;
  font-weight: 300 !important;
  line-height: 110% !important;
  color: var(--black) !important;
  width: fit-content;
}
.number-item__number span {
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
  color: var(--black);
}
.ecosystem-section__container h1 {
  margin-bottom: 4rem;
}
.container__card-wrapper {
  gap: 3.25rem;
}
.card-wrapper__item .ratio {
  background-color: var(--ghost-white);
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}
.ratio__nysora-360-img {
  transform: skewX(-16deg);
  object-fit: cover;
  object-position: center 0.75rem;
}
.card-wrapper__item {
  flex: 1 1 0;
}
.card-wrapper__item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 0.75rem;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-wrapper__item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gray);
  margin-bottom: 1.5rem;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-wrapper__item .ratio img {
  object-fit: cover;
}
.card-wrapper__item a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--black);
  border: 1px solid var(--powder-blue);
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  width: fit-content;
}
.card-wrapper__item a:hover {
  background-color: var(--ghost-white-darker);
  border-color: transparent;
}
.sponsors-section__logo-container {
  white-space: nowrap;
  animation: 30s logos-slide infinite linear;
  gap: 3.5rem;
}
.sponsors-section::before,
.sponsors-section::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 8vw;
  z-index: 2;
  pointer-events: none;
}
.sponsors-section::before {
  left: 0;
  background: linear-gradient(to right, #fbfbfd, transparent);
}
.sponsors-section::after {
  right: 0;
  background: linear-gradient(to left, #fbfbfd, transparent);
}
@keyframes logos-slide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.logo-container__logo-wrapper {
  height: 8rem;
  margin-top: 2.25rem;
  gap: 3.5rem;
}
.logo-container__logo-wrapper img {
}
.about-section__container {
}
.about-section__container .section-heading {
  margin-bottom: 1.25rem;
}
.section-paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--gray);
}
.container__item-wrapper {
  margin-top: 3rem;
  gap: 2rem;
}
.item-wrapper__item {
  width: 100%;
}
.item__img-container {
  background-color: var(--ghost-white-darker);
  border-radius: 1rem;
  padding: 0.75rem;
  width: fit-content;
  height: fit-content;
}
.item__img-container img {
  width: 2.25rem;
  height: 2.25rem;
}
.item-wrapper__item img {
  object-fit: contain;
}
.item__content {
  gap: 0.75rem;
}
.item__content h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--black);
}
.item__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--gray);
}
.container__form-section {
  gap: 1.75rem;
}
.form-section {
  margin-bottom: 1.25rem;
}
.form-section__left-block,
.form-section__right-block {
  border: 1px solid var(--powder-blue);
  border-radius: 1.25rem;
  padding: 3.25rem 2rem;
  box-shadow: 0px 2.77px 2.21px 0px #9191930a, 0px 6.65px 5.32px 0px #9191930e;
}
.form-section__left-block {
  gap: 1.75rem;
}
.container__form-section input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  color: var(--black);
  background-color: var(--ghost-white);
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
}
.container__form-section input:focus,
.container__form-section textarea:focus {
  background-color: var(--ghost-white-darker);
}
.container__form-section textarea {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--black);
  background-color: var(--ghost-white);
  border: none;
  border-radius: 0.5rem;
  padding: 1.25rem 1rem;
  resize: none;
}
.form-section__right-block {
  gap: 1.75rem;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.warning-message {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--gray);
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 0.875rem;
  font-weight: 400;
  color: green;
  text-align: center;
  border: none;
}
.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input {
  border: 1px solid red;
}
.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  font-weight: 400;
  color: red;
  margin-top: 1rem;
  margin-left: 1rem;
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 576px) {
  .sponsors-section::before,
  .sponsors-section::after {
    width: 7.5vw;
  }
}
@media (min-width: 768px) {
  .sponsors-section::before,
  .sponsors-section::after {
    width: 16vw;
  }
  .section-margin {
    margin-top: 5rem;
  }
  .intro-section {
    margin-top: 2.5rem;
  }
  .container__right-block {
  }
  .intro-section__container {
    gap: 2.5rem;
  }
  .left-block__badge {
    font-size: 1.125rem;
    padding: 0.5rem 1.25rem;
  }
  .section-heading {
    font-size: 2rem;
  }
  .left-block__btn-wrapper {
    gap: 1.25rem;
    flex-direction: row;
  }
  .numbers-section__container {
    padding: 3.25rem 0;
  }
  .container__content-item h1 {
    margin-bottom: 1.75rem;
  }
  .container__stats {
    margin-top: 3rem;
  }
  .number-item__paragraph {
  }
  .number-item__number {
    font-size: 3rem !important;
    padding-top: 7.25rem;
  }
  .card-wrapper__item h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .card-wrapper__item p {
    margin-bottom: 2rem;
  }
  .container__card-wrapper {
    gap: 3.5rem;
  }
  .logo-container__logo-wrapper {
    margin-top: 1.25rem;
  }
  .about-section__container {
    padding: 0 5rem;
  }
  .container__item-wrapper {
    margin-top: 2.75rem;
  }
  .item__content h4 {
    font-size: 1.125rem;
  }
  .item__img-container {
    padding: 1.25rem 0.75rem;
  }
  .form-section {
    margin-bottom: 2.5rem;
  }
  .form-section__left-block,
  .form-section__right-block {
    padding: 3.75rem 2.75rem;
  }
  .container__form-section input {
    padding: 0.75rem 2rem;
  }
  .container__form-section textarea {
    padding: 1.25rem 2rem;
  }
  .warning-message {
    font-size: 0.875rem;
  }
  .container__form-section {
    gap: 5rem;
  }
  .border-x {
    border-bottom: 0;
    border-right: 1px solid var(--powder-blue);
  }
  .w-50__number-item {
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .numbers-section__container .d-flex {
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .w-50__number-item {
    padding: 0 2.5rem;
  }
}
@media (min-width: 992px) {
  .section-margin {
    margin-top: 7.5rem;
  }
  .intro-section {
    margin-top: 3.75rem;
  }
  .left-block__btn-wrapper {
    flex-direction: column;
  }
  .sponsors-section__logo-container {
    animation: 60s logos-slide infinite linear;
    gap: 7.563rem;
  }
  .logo-container__logo-wrapper {
    margin-top: 2.5rem;
    gap: 7.563rem;
  }
  .logo-container__logo-wrapper img:hover {
    scale: 1.2;
  }
  .sponsors-section::before,
  .sponsors-section::after {
    width: 9vw;
  }
  .container__right-block {
  }
  .container__left-block {
  }
  .left-block__badge {
    margin-bottom: 3rem;
  }
  .container__content-item {
    padding-right: 2.5rem;
    padding-bottom: 4.5rem;
  }
  .numbers-section {
    background-color: transparent;
  }
  .numbers-section__container {
    padding: 0;
    gap: 2rem;
  }
  .w-50__number-item {
    padding: 0 2.25rem;
    margin-bottom: 0;
  }
  .container__content-item h1 {
    margin-bottom: 2.25rem;
  }
  .form-section {
    margin-bottom: 3.75rem;
  }
  .container__card-wrapper {
    gap: 2rem;
  }
  .card-wrapper__item h4 {
    height: calc(1.5rem * 1.5 * 2);
  }
  .card-wrapper__item p {
    line-height: 110%;
    height: calc(1rem * 1.1 * 3);
    margin-bottom: 2.5rem;
  }
  .number-item__number {
    padding-top: 5rem;
    font-size: 5rem !important;
  }
  .container__item-wrapper {
    gap: 0;
  }
  .item-wrapper__item {
    width: 24%;
  }
  .item__content h4 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    height: calc(1.5rem * 1.1 * 3);
  }
  .item__content p {
    height: calc(1rem * 1.1 * 3);
  }
  .item__img-container {
    margin-bottom: 3.25rem;
    padding: 2rem 1.25rem;
  }
  .item__img-container img {
    width: 4rem;
    height: 4rem;
  }
  .container__item-wrapper {
    margin-top: 5.75rem;
  }
  .form-section__left-block,
  .form-section__right-block {
    padding: 3.25rem 3.5rem;
    box-shadow: none;
  }
  .container__form-section {
    gap: 2.25rem;
  }
  .container__form-section input {
    padding: 0.75em 1.75rem;
  }
  .container__form-section textarea {
    padding: 1.25rem 1.75rem;
  }
  .border-x {
    border-right: 0;
    border-left: 1px solid var(--powder-blue);
  }
  .container__content-item {
    margin-bottom: 0;
  }
  .number-item__paragraph {
    font-size: 1.25rem;
    padding-top: 4.125rem;
  }
}
@media (min-width: 1200px) {
  .container__content-item {
    padding-right: 7rem;
  }
  .sponsors-section::before,
  .sponsors-section::after {
    width: 16vw;
  }
  .left-block__btn-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .sponsors-section__logo-container {
    animation: 90s logos-slide infinite linear;
  }
  .sponsors-section::before,
  .sponsors-section::after {
    width: 20vw;
  }
  .item__content h4 {
    height: calc(1.5rem * 1.1 * 2);
  }
  .container__content-item {
    padding-bottom: 6.25rem;
  }
  .number-item__number {
    padding-top: 0;
  }
}
