<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
  background-color: #131313;
}

.container-wrapper {
  background-color: #1d1d1d;
  padding: 140px 0px;
}

.green-link {
  color: #00ff00;
  font-size: 16px;
  line-height: 25px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  margin-top: 24px;
}

.green-link:hover {
  text-shadow: 0 0 16px rgba(0, 255, 0, 0.7);
  cursor: pointer;
}

.position-title-holder {
  text-align: center;
  margin-bottom: 140px;
}

.position-description-holder.benefits-wrapper {
  text-align: center;
}

.position-description-holder {
  border-radius: 24px;
  background-color: #272727;
  padding: 60px 80px 80px;
  max-width: 780px;
  width: 100%;
  margin: 0px auto 40px auto;
}

.position-description-holder:last-child {
  margin-bottom: 0px;
}

.position-description-holder .green-button.inline-block {
  margin-top: 32px;
}

.summary-holder .section-description {
  text-align: left;
}

.description-list-holder {
  margin-top: 20px;
}

.description-list-holder .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
}

.description-list-holder .list-item:last-child {
  margin-bottom: 0;
}

.description-list-holder .list-item .bullet {
  color: #00ff00;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 18px;
}

.description-list-holder .list-item .item-description {
  opacity: 0.6;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.contact-section {
  margin: 104px 0px 224px;
  text-align: center;
}

.contact-section .green-button {
  display: inline-block;
}

.contact-section .linkedin-apply-button {
  border-radius: 4px;
  background-color: #00ff00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.contact-section .linkedin-apply-button img {
  margin-right: 8px;
  width: 14px;
  height: 14px;
  -webkit-filter: invert(2%) sepia(21%) saturate(105%) hue-rotate(314deg)
    brightness(99%) contrast(81%);
  filter: invert(2%) sepia(21%) saturate(105%) hue-rotate(314deg)
    brightness(99%) contrast(81%);
}

.benefits-list:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(39, 39, 39, 0)),
    to(#272727)
  );
  background: -o-linear-gradient(top, rgba(39, 39, 39, 0) 0%, #272727 100%);
  background: linear-gradient(180deg, rgba(39, 39, 39, 0) 0%, #272727 100%);
}

@media (max-width: 768px) {
  .container-wrapper {
    padding: 96px 0px 60px;
  }

  .position-description-holder {
    padding: 40px 18px;
  }

  .contact-section {
    margin: 80px 0px 160px;
  }

  .benefits-list .benefit {
    text-align: left;
  }
}
</pre></body></html>