@media screen and (min-width: 768px) {
  .wp-child-theme-sparkjoy-pantegral-net-child-one .hero-heading {
    font-size: 70px;
  }
  .wp-child-theme-sparkjoy-pantegral-net-child-one .hero-subheading {
    font-size: 24px;
  }
  .wp-child-theme-sparkjoy-pantegral-net-child-one p, .wp-child-theme-sparkjoy-pantegral-net-child-one span, .wp-child-theme-sparkjoy-pantegral-net-child-one a, .wp-child-theme-sparkjoy-pantegral-net-child-one li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-child-theme-sparkjoy-pantegral-net-child-one .hero-heading {
    font-size: 100px;
  }
}
.wp-child-theme-sparkjoy-pantegral-net-child-one .mac-max-width {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .wp-child-theme-sparkjoy-pantegral-net-child-one .event-info-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.single .event-info-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border: 0.5px solid #81D89F;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .wp-child-theme-sparkjoy-pantegral-net-child-one .event-info {
    flex: 1 1 auto;
  }
}
.wp-child-theme-sparkjoy-pantegral-net-child-one .event-info span {
  color: #adb5bd;
  font-size: 16px;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one .event-topic {
  color: #adb5bd;
}

.sj-icon {
  position: relative;
  transition: 0.25s ease-in-out background;
}
.sj-icon[class*=sj-icon-] {
  display: inline-block;
  width: 25px;
  height: 1.5em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.sj-icon[class*=sj-icon-].sj-icon-brain {
  -webkit-mask-image: url("../images/icons/icon-brain.svg");
          mask-image: url("../images/icons/icon-brain.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-lightbulb {
  -webkit-mask-image: url("../images/icons/icon-lightbulb.svg");
          mask-image: url("../images/icons/icon-lightbulb.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-network {
  -webkit-mask-image: url("../images/icons/icon-network.svg");
          mask-image: url("../images/icons/icon-network.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-shield {
  -webkit-mask-image: url("../images/icons/icon-shield.svg");
          mask-image: url("../images/icons/icon-shield.svg");
}

.section-padding:first-of-type {
  padding-top: 0;
}

.button.white {
  background-color: #fff;
  color: #17233A;
  border: 2px solid #fff;
  box-shadow: none;
}

.wp-child-theme-sparkjoy-pantegral-net-child-one #header {
  position: unset;
  background-color: transparent;
  width: 100%;
  margin: 40px 0;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one #header .header-title {
  margin: 0;
  color: white;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one #header .header-subtitle {
  margin: 0;
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  color: white;
  font-family: "Jost", sans-serif;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one #header.active {
  box-shadow: none;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one #header #header_logo {
  width: 70px;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0a0f14;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home {
  height: 100vh;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content .hero-heading {
  margin-top: 32px;
  color: #fff;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content .hero-heading span {
  color: #81D89F;
  display: block;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content .hero-subheading {
  color: #EEEEEE;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content .next-event {
  margin: 50px auto;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content .home-event-card {
  border: 2px solid #81D89F;
  padding: 15px;
  box-shadow: 0 0 20px #81D89F;
  backdrop-filter: blur(10px);
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content .home-event-card header {
  margin-bottom: 15px;
  text-align: right;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content .home-event-card main .event-image {
  height: 150px;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content .home-event-card main .event-image {
    height: 250px;
  }
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content .home-event-card h4 {
  color: #fff;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content-block {
  margin-top: 70px;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .home-list .lists-wrapper {
  padding: 0;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .home-list .lists-wrapper li {
  border: 1px solid #343A40;
  background: #17233A;
  border-radius: 8px;
  padding: 25px 15px;
  margin-bottom: 0;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .home-list .lists-wrapper li .sj-icon {
  background: #81D89F;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .home-list .lists-wrapper li h4 {
  color: #fff;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .home-list .lists-wrapper li p {
  color: #EEEEEE;
  margin-bottom: 0;
}

@media screen and (min-width: 876px) {
  .wp-child-theme-sparkjoy-pantegral-net-child-one.home .two-columns-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .wp-child-theme-sparkjoy-pantegral-net-child-one.home .two-columns-wrapper .media-col {
    height: auto;
  }
  .wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .content-block {
    margin-top: 150px;
  }
}
@media screen and (min-width: 992px) {
  .wp-child-theme-sparkjoy-pantegral-net-child-one.home #wrapper .home-list .lists-wrapper li .listing-text {
    margin-left: 15px;
    max-width: calc(100% - 40px);
    flex-basis: calc(100% - 40px);
  }
}
.section-heading {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 10px #81D89F, 0 0 40px #81D89F, 0 0 80px #81D89F, 0 0 160px #81D89F;
}

.wp-child-theme-sparkjoy-pantegral-net-child-one.single .event-header {
  margin-top: 24px;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one.single .header-img {
  height: 150px;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .wp-child-theme-sparkjoy-pantegral-net-child-one.single .header-img {
    height: 250px;
  }
}
.wp-child-theme-sparkjoy-pantegral-net-child-one .text-editor h1 a:not(.button), .wp-child-theme-sparkjoy-pantegral-net-child-one .text-editor h2 a:not(.button), .wp-child-theme-sparkjoy-pantegral-net-child-one .text-editor h3 a:not(.button), .wp-child-theme-sparkjoy-pantegral-net-child-one .text-editor h4 a:not(.button), .wp-child-theme-sparkjoy-pantegral-net-child-one .text-editor h5 a:not(.button), .wp-child-theme-sparkjoy-pantegral-net-child-one .text-editor h6 a:not(.button) {
  font-size: inherit;
}

.wp-child-theme-sparkjoy-pantegral-net-child-one .upper-footer {
  margin-top: 100px;
  position: relative;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one .upper-footer h4 {
  color: #DEF144;
  text-align: center;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one .upper-footer .text-editor {
  border: 1px solid #343A40;
  background: #17233A;
  border-radius: 8px;
  padding: 30px;
}
.wp-child-theme-sparkjoy-pantegral-net-child-one .upper-footer .upper-footer-bg {
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 90%;
  transform: scale(1.1);
  z-index: -1;
}