.home-head {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #060609;
}
.home-head .pulsar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-head .pulsar .the-pulsar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/pulsar-hero2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 860px) {
  .home-head .pulsar .the-pulsar {
    background-position: left;
  }
}
@media (min-width: 1400px) {
}
.home-head .pulsar .pulsar-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-head .pulsar .pulsar-overlay #particles-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-head .pulsar .pulsar-overlay:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #060609;
  opacity: 0.7;
  z-index: 2;
}
@media (min-width: 800px) {
  .home-head .pulsar .pulsar-overlay:before {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.79035364) 53%, rgba(0, 0, 0, 0) 100%);
  }
}
.home-head .hero {
  flex-grow: 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-head .hero .tagline {
  padding: 4rem 0 6rem;
  transform: translate(0, -4rem);
}
@media (min-width: 900px) {
  .home-head .hero .tagline h1,
  .home-head .hero .tagline .sub {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .home-head .hero .tagline h1,
  .home-head .hero .tagline .sub {
    max-width: 56%;
  }
}
.home-head .hero .tagline h1 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.home-head .hero .tagline h1 strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.home-head .hero .tagline h1 > div:first-child {
  font-size: 1.6rem;
  color: #FFCB00;
}
.home-head .hero .tagline h1 > div:first-child span {
  display: inline-block;
  position: relative;
}
.home-head .hero .tagline h1 > div:first-child span:after {
  display: block;
  content: '';
  position: absolute;
  margin-left: 1rem;
  height: 1px;
  width: 2rem;
  background: #FFCB00;
  left: 100%;
  top: 50%;
}
.home-head .hero .tagline h1 > div:last-child {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  display: inline-block;
}
.home-head .hero .tagline h1 > div:last-child strong {
  color: #FFCB00;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.home-head .hero .tagline h1 > div:last-child span {
  display: block;
  text-align: right;
}
@media (min-width: 600px) {
  .home-head .hero .tagline h1 {
    font-size: 2.8rem;
    padding-bottom: 0;
    margin-right: 4rem;
  }
}
@media (min-width: 900px) {
  .home-head .hero .tagline h1 {
    font-size: 3rem;
    line-height: 1.25em;
    margin-right: 6rem;
  }
  .home-head .hero .tagline h1:before {
    right: -50px;
  }
  .home-head .hero .tagline h1:after {
    right: -50px;
  }
  .home-head .hero .tagline h1 > .inner {
    position: relative;
  }
  .home-head .hero .tagline h1 > .inner:before {
    left: -50px;
  }
  .home-head .hero .tagline h1 > .inner:after {
    left: -50px;
  }
}
@media (min-width: 1600px) {
  .home-head .hero .tagline h1 {
    font-size: 4rem;
  }
}
.home-head .hero .tagline .sub {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.25em;
  margin: 0;
}
@media (min-width: 600px) {
  .home-head .hero .tagline .sub {
    font-size: 1.6rem;
  }
}
@media (min-width: 900px) {
  .home-head .hero .tagline .sub {
    font-size: 1.8rem;
  }
}
.home-head .hero .tagline > .inner {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  box-sizing: content-box;
}
@media (min-width: 600px) {
  .home-head .hero .tagline > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-head .hero .tagline > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-head .hero .tagline > .inner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-head .hero .tagline > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 600px) {
  .home-head .hero .tagline > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-head .hero .tagline > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-head .hero .tagline > .inner {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-head .hero .tagline > .inner {
    padding-right: 7rem !important;
  }
}
@media (min-width: 600px) {
}
.home-head .hero .credit {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 1rem 4rem 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}
.home-options {
  position: relative;
  z-index: 1;
}
.home-options > .inner {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  position: relative;
  padding: 1rem 0 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) {
  .home-options > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-options > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-options > .inner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-options > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 600px) {
  .home-options > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-options > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-options > .inner {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-options > .inner {
    padding-right: 7rem !important;
  }
}
@media (min-width: 470px) {
  .home-options > .inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .home-options > .inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 2rem 0 4rem;
  }
}
@media (min-width: 1200px) {
  .home-options > .inner {
    padding: 4rem 0 6rem;
  }
}
.home-options > .inner .card {
  background: #fff;
  padding: 3rem 1rem;
  text-align: center;
  color: #000;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.home-options > .inner .card:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.home-options > .inner .card .icon {
  max-width: 50px;
  margin: 0 auto 1rem;
}
@media (min-width: 1200px) {
  .home-options > .inner .card .icon {
    max-width: 75px;
    margin-bottom: 1.2rem;
  }
}
.home-options > .inner .card header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 900px) {
  .home-options > .inner .card header {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .home-options > .inner .card header {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.home-options > .inner .card p {
  margin: 0;
}
.home-options > .inner:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3rem;
  right: -3rem;
  background: #FAFAFA;
  z-index: -1;
}
.home-options > .inner:before {
  display: block;
  content: '';
  position: absolute;
  top: -2rem;
  bottom: 100%;
  left: -3rem;
  right: -3rem;
  background: #FAFAFA;
}
.home-section > .inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media (min-width: 600px) {
  .home-section > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section > .inner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 600px) {
  .home-section > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section > .inner {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section > .inner {
    padding-right: 7rem !important;
  }
}
.home-section {
  padding: 3rem 0;
}
@media (min-width: 900px) {
  .home-section {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .home-section {
    padding: 6rem 0;
  }
}
.home-section.intro {
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .home-section.intro .content {
    margin-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .home-section.intro .content {
    margin-left: 6rem;
  }
}
.home-section.featured {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.home-section.featured:before {
  display: block;
  content: '';
  position: absolute;
  height: 3rem;
  left: 0;
  right: 0;
  background: #fff;
}
@media (min-width: 900px) {
  .home-section.featured:after {
    display: block;
    content: '';
    position: absolute;
    height: 3rem;
    left: 0;
    right: 0;
    z-index: -1;
    background: #FFCB00;
    transform: translate(0, -100%);
  }
}
.home-section.featured > .inner {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
@media (min-width: 600px) {
  .home-section.featured > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section.featured > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section.featured > .inner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section.featured > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 600px) {
  .home-section.featured > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section.featured > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section.featured > .inner {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section.featured > .inner {
    padding-right: 7rem !important;
  }
}
.home-section.featured > .inner:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #FAFAFA;
  z-index: -2;
  left: 1rem;
  right: 1rem;
}
@media (min-width: 600px) {
  .home-section.featured > .inner:after {
    left: 1rem;
    right: 1rem;
  }
}
@media (min-width: 900px) {
  .home-section.featured > .inner:after {
    left: 2rem;
    right: 2rem;
  }
}
@media (min-width: 1200px) {
  .home-section.featured > .inner:after {
    left: 2.5rem;
    right: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .home-section.featured > .inner:after {
    left: 3.5rem;
    right: 3.5rem;
  }
}
.home-section.featured > .inner .img {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
.home-section.featured > .inner .content {
  margin: 8rem 0;
}
@media (min-width: 900px) {
  .home-section.featured > .inner {
    flex-direction: row-reverse;
    align-items: center;
  }
  .home-section.featured > .inner > *,
  .home-section.featured > .inner .img {
    max-width: 100%;
    width: 50%;
  }
}
.home-section.pulsars {
  background: #FFCB00;
  background: linear-gradient(180deg, #ffcb00 0%, #fcda57 100%);
}
.home-section.pulsars > .inner {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  text-align: center;
}
@media (min-width: 600px) {
  .home-section.pulsars > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section.pulsars > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section.pulsars > .inner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section.pulsars > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 600px) {
  .home-section.pulsars > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section.pulsars > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section.pulsars > .inner {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section.pulsars > .inner {
    padding-right: 7rem !important;
  }
}
.home-section.pulsars > .inner .more-link {
  margin-top: 4rem;
}
.home-section.pulsars > .inner .pulsars-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-section.pulsars > .inner .pulsars-list .pulsar {
  padding: 2rem;
  background: #FFCB00;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  color: #000;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
}
.home-section.pulsars > .inner .pulsars-list .pulsar header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (min-width: 900px) {
  .home-section.pulsars > .inner .pulsars-list .pulsar:before {
    content: url("../img/pulsar.svg");
    height: 3rem;
    width: 3rem;
    display: block;
    margin-right: 2rem;
    flex-shrink: 0;
  }
}
@media (min-width: 600px) {
  .home-section.pulsars > .inner .pulsars-list {
    flex-direction: row;
  }
}
.home-section.media > .inner {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media (min-width: 600px) {
  .home-section.media > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section.media > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section.media > .inner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section.media > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 600px) {
  .home-section.media > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section.media > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section.media > .inner {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section.media > .inner {
    padding-right: 7rem !important;
  }
}
.home-section.media .content {
  display: flex;
  gap: 5rem;
  flex-direction: column;
}
@media (min-width: 900px) {
  .home-section.media .content {
    flex-direction: row;
  }
}
.home-section.media .content > section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.home-section.media .prs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-section.media .prs .item {
  background: #FAFAFA;
  padding: 3rem 2rem;
}
.home-section.media .prs .item .date {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.01rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.home-section.media .prs .item header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
}
.home-section.partners {
  position: relative;
  padding-bottom: 0;
}
.home-section.partners > .inner {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  position: relative;
  padding: 4rem;
  text-align: center;
}
@media (min-width: 600px) {
  .home-section.partners > .inner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section.partners > .inner {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section.partners > .inner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section.partners > .inner {
    padding-left: 7rem !important;
  }
}
@media (min-width: 600px) {
  .home-section.partners > .inner {
    padding-right: 2rem !important;
  }
}
@media (min-width: 900px) {
  .home-section.partners > .inner {
    padding-right: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .home-section.partners > .inner {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-section.partners > .inner {
    padding-right: 7rem !important;
  }
}
.home-section.partners > .inner:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: -3rem;
  background: #798386;
  z-index: -2;
  left: 1rem;
  right: 1rem;
}
@media (min-width: 600px) {
  .home-section.partners > .inner:after {
    left: 1rem;
    right: 1rem;
  }
}
@media (min-width: 900px) {
  .home-section.partners > .inner:after {
    left: 2rem;
    right: 2rem;
  }
}
@media (min-width: 1200px) {
  .home-section.partners > .inner:after {
    left: 2.5rem;
    right: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .home-section.partners > .inner:after {
    left: 3.5rem;
    right: 3.5rem;
  }
}
.home-section.partners > .inner .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: 70rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.sprtr {
  margin: 2rem 0 6rem;
  text-align: center;
}
.sprtr.bottom {
  margin: 6rem 0 2rem;
}
.sprtr svg {
  width: 25px;
}
@media (min-width: 1200px) {
  .sprtr svg {
    width: 35px;
  }
}
h3 {
  color: #333F48;
  font-size: 1.1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}
@media (min-width: 600px) {
  h3 {
    font-size: 1.2rem;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=home.css.map */