@import url("https://www.tenable.com/lp/assets/css/aeonik-font.css");
body {
  font-family: "Aeonik Pro", sans-serif;
  padding-top: 0;
}

.s-content.exposure26 hr {
  opacity: 0.3;
}

.c-button--black {
  background: #000;
  border-color: #000;
  color: #00F0FF;
}

.c-hero__bg-image {
  margin: -25px -50px -350px -50px;
  pointer-events: none;
}
@media (min-width: 650px) {
  .c-hero__bg-image {
    margin: -25px 0 -550px 0;
  }
}
@media (min-width: 870px) {
  .c-hero__bg-image {
    max-width: none;
    margin: 0 -240px -100px 0;
  }
}
@media (min-width: 1025px) {
  .c-hero__bg-image {
    position: absolute;
    width: 934.941px;
    height: 899.999px;
    top: 60px;
  }
}

.c-hero__details {
  border-top: 1px solid #D2D2CF;
  border-bottom: 1px solid #D2D2CF;
}
.c-hero__details span {
  display: inline-block;
  border-right: 1px solid #D2D2CF;
}
.c-hero__details span:last-of-type {
  border-right: none;
}

body .u-text-hero strong {
  font-weight: 600;
}

.c-legend {
  position: relative;
  background-color: #000;
  border-radius: 10px;
  z-index: 10;
  box-shadow: 0 2px 100px 0 rgba(4, 30, 66, 0.3);
}
.c-legend .border-right::after {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 300px;
  content: "";
  background-color: #D2D2CF;
  opacity: 0.3;
}

.exposure26-content {
  z-index: 2;
  position: relative;
  background-color: #EDEFF5;
  margin-top: -200px;
  padding-top: 300px;
}

.c-legend__video {
  position: relative;
  width: 100%;
}
.c-legend__video .video-hide-mute {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  background-color: #000;
  height: 55px;
  z-index: 20;
  pointer-events: none;
  max-width: 100%;
}

.exposure26-offer {
  border-left: 6px solid #00F0FF;
  padding-left: 20px;
}
.exposure26-offer h5 {
  margin-bottom: 10px;
}

.exposure26-discussions {
  position: relative;
}
.exposure26-discussions:before {
  content: "";
  background-image: url("https://www.tenable.com/lp/events/2026/exposure-summit/img/blue-circuit.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 634px;
  height: 888px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50vw;
  z-index: 1;
}
.exposure26-discussions .l-grid {
  position: relative;
  gap: 76px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .exposure26-discussions .l-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.exposure26-discussions .c-card {
  padding-bottom: 60px;
  border-width: 10px;
  border-color: #000;
}
.exposure26-discussions .c-card h4 {
  margin-bottom: 20px;
}

.exposure26-callout {
  background-color: #000;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.exposure26-callout:before {
  content: "";
  background-image: url("https://www.tenable.com/lp/events/2026/exposure-summit/img/iris.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 654px;
  height: 533px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1501px) {
  .exposure26-callout:before {
    left: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .exposure26-callout:before {
    left: -200px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .exposure26-callout:before {
    left: -300px;
  }
}
@media (max-width: 1024px) {
  .exposure26-callout:before {
    display: none;
  }
}

/*# sourceMappingURL=custom.css.map */
