/*
Theme Name: Censys
Theme URI: http://censys.io
Author: Kaleidico
Author URI: http://kaleidico.com
Description: A Wordpress theme for Censys.
Version: 1.0
License: GNU General Public License
*/

@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

/* Colors */
html, body {
  background: #f6f7f9;
  font-family: 'proxima-nova', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  color: #080c20;
  font-size: 16px;
}

@media (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* Beta Flag */
.beta-flag {
  background: #4062fe;
  color: white;
}
.beta-flag p {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: 15px 0 15px 0;
}
.beta-flag p a {
  color: white;
  text-decoration: underline;
}

/* Buttons */
.btn {
  padding: 13px 20px 13px 20px;
  border-radius: 6px;
  font-weight: 500;
}

.btn i {
  margin-left: 6.11px;
  position: relative;
  top: 1px;
  display: inline-block !important;
}

.btn-orange {
  background: #FF7A38;
  border: 1px solid #EF6622;
  color: white;
}

.btn-orange:hover {
  background: #EF6622;
  color: white;
}

.btn.btn-light-grey {
  background: #f6f7f9;
  color: #6F7780;
  border-radius: 4px !important;
}

.btn.btn-light-grey:hover {
  background: #FF7A38;
  color: white;
}

.btn-transparent {
  background: none;
  border: none;
  color: #1B1D20;
}

.btn-transparent:hover {
  color: #6F7780;
}

.headline {
  padding-bottom:20px;
}

.more-about-data {
  margin-top:25px;
  display:block;
}

.btn-white {
  background: white;
  color: #FF7A38;
  border: 1px solid transparent;
}

.btn-white:hover {
  color: white;
  background: none;
  border: 1px solid white;
}

a > i {
  position: relative;
  top: 1px;
}

@media (min-width: 992px) {
  .md-text-right {
    text-align: right;
  }
  .lg-text-right {
    text-align: right !important;
  }
}

.nlp {
  padding-left: 0;
}

.nrp {
  padding-right: 0;
}

.tb {
  border-top: 1px solid #edeff3;
}

.rb {
  border-right: 1px solid #edeff3;
}

h1 {
  font-family: "Inter", sans-serif;
  font-size: 4.5rem;
  line-height: 4.75rem;
  letter-spacing: -2px;
}

.use-case-card {
  margin-bottom: 30px;
}

.use-case-card .avatar {
  margin-bottom: 20px;
}

.use-case-card .tag {
  color: #6f7780;
  margin-bottom: 15px;
}

.use-case-card .title {
  font-weight: 900;
  color: #1B1D20;
  font-size: 1.125rem;
}

.use-case-card .title a {
  text-decoration: none;
  color: #1B1D20;
}

.use-case-card .title a:hover {
  color: #FF7A38;
}

@media (min-width: 1200px) {
  .lg-nlp {
    padding-left: 0;
  }
  .lg-nrp {
    padding-right: 0;
  }
}

.desktop-header {
  background: #101940;
  margin: auto;
  font-size: 0.875rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9999;
  color: white;
  font-weight: bold;
}
.desktop-header a {
  color: white;
}

@media (max-width: 991px) {
  .desktop-header {
    display: none;
  }
}

.desktop-header .header-logo {
  padding-left: 10px;
  max-width: 101px;
}

.desktop-header .header-logo img {
  padding-top: 19px;
  padding-bottom: 17px;
}

.desktop-header .header-nav ul {
  margin-bottom: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.desktop-header .header-nav li {
  display: inline-block;
  list-style: none;
  text-align: center;
}

.desktop-header .header-nav li a {
  display: block;
  padding-top: 24px;
  padding-bottom: 22px;
  padding-right: 30px;
  padding-left: 30px;
  color: white;
}

.desktop-header .header-nav li a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .desktop-header .header-nav {
    display: none;
  }
}
.desktop-header .header-login {
  text-align: center;
}

.desktop-header .header-login a {
  color: black;
  display: block;
  padding-top: 24px;
  padding-bottom: 22px;
}

.desktop-header .header-login a:hover {
  background: #f6f7f9;
  text-decoration: none;
}

@media (max-width: 991px) {
  .desktop-header .header-login {
    display: none;
  }
}

.desktop-header .header-schedule-demo-avatar, .desktop-header .header-schedule-demo-text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .desktop-header .header-schedule-demo-avatar, .desktop-header .header-schedule-demo-text {
    display: none;
  }
}

.desktop-header .header-schedule-demo-avatar .header-schedule-demo-line-1 a, .desktop-header .header-schedule-demo-text .header-schedule-demo-line-1 a {
  color: #6f7780;
}

.desktop-header .header-schedule-demo-avatar .header-schedule-demo-line-1 a:hover, .desktop-header .header-schedule-demo-text .header-schedule-demo-line-1 a:hover {
  color: #FF7A38;
  text-decoration: none;
}

.desktop-header .header-schedule-demo-avatar .header-schedule-demo-line-2 a, .desktop-header .header-schedule-demo-text .header-schedule-demo-line-2 a {
  color: #1B1D20;
  font-weight: 500;
}

.desktop-header .header-schedule-demo-avatar .header-schedule-demo-line-2 a:hover, .desktop-header .header-schedule-demo-text .header-schedule-demo-line-2 a:hover {
  color: #FF7A38;
  text-decoration: none;
}

.desktop-header .header-schedule-demo-avatar {
  margin-left: 80px;
  margin-right: 17px;
}

@media (max-width: 1199px) {
  .desktop-header .header-schedule-demo-avatar {
    margin-left: 0px;
  }
}

.mobile-header {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 18px 0;
  z-index: 999;
}

@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}

.mobile-menu {
  background: #fff;
  border-top: 1px solid #EDEFF3;
  padding-top: 30px;
  padding-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 77px;
  z-index: 999;
}


.mlp {
  padding-left: 25px;
}

.desktop-header .header-nav ul li ul {
  display: none;
}

.desktop-header .header-nav ul li ul li {
  display: block;
}

.desktop-header .header-nav ul li ul li a {
  color: #1B1D20;
}

.desktop-header .header-nav ul li:hover ul {
  display: block;
}

.mega-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: white;
  margin-left: auto;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #edeff3;
  padding-top: 43px;
  text-align: left !important;
  max-width: 1110px;
}

.mega-menu a {
  display: inline !important;
  padding: 0 !important;
  text-align: left;
}

.mega-menu a:hover {
  background: none !important;
  color: #FF7A38 !important;
}

.mega-menu .large-menu-items {
  margin-bottom: 42px;
}

.mega-menu .large-menu-item {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.4px;
}

.mega-menu .small-menu-item {
  font-weight: bold;
  display: block !important;
  padding: 26px 33px 26px 30px !important;
}

.mega-menu .small-menu-item h6 {
  font-weight: bold !important;
}

.mega-menu .small-menu-item .small-menu-item-description {
  color: #6f7780;
  font-weight: 500;
}

.mega-menu .small-menu-item:hover {
  background: #FF7A38 !important;
  color: white !important;
}

.mega-menu .small-menu-item:hover .small-menu-item-description {
  color: #fff;
}

.mega-menu .mega-menu-contact-sales {
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
}

.mega-menu .mega-menu-contact-sales .mega-menu-contact-sales-lc,
.mega-menu .mega-menu-contact-sales .mega-menu-contact-sales-rc {
  display: inline-block;
  vertical-align: middle;
}

.mega-menu .mega-menu-contact-sales .mega-menu-contact-sales-lc a,
.mega-menu .mega-menu-contact-sales .mega-menu-contact-sales-rc a {
  color: #000;
}

.mega-menu .mega-menu-contact-sales .mega-menu-contact-sales-lc a:hover,
.mega-menu .mega-menu-contact-sales .mega-menu-contact-sales-rc a:hover {
  color: #FF7A38;
}

.mega-menu .mega-menu-contact-sales .mega-menu-contact-sales-lc {
  margin-right: 17px;
}

.mega-menu .mega-menu-contact-sales .mega-menu-contact-sales-rc-line-1 {
  color: #6f7780;
}

.mega-menu .mega-menu-contact-sales .mega-menu-contact-sales-rc-line-2 {
  color: #1b1d20;
  font-weight: 500;
}

.mobile-header-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-ready-to-get-started {
  border-radius: 6px;
  background: #FF7A38;
  margin-top: 20px;
  padding: 21px 22px 25px 25px;
  color: white;
}

.mobile-ready-to-get-started .view-pricing {
  margin-right: 16px;
}

.mobile-ready-to-get-started h2 {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 23px;
}

.mobile-ready-to-get-started .mobile-ready-to-get-started-contact {
  margin-top: 25px;
}

.mobile-ready-to-get-started .mobile-ready-to-get-started-contact .lc, .mobile-ready-to-get-started .mobile-ready-to-get-started-contact .rc {
  display: inline-block;
  vertical-align: middle;
}

.mobile-ready-to-get-started .mobile-ready-to-get-started-contact .lc {
  margin-right: 19px;
}

.mobile-ready-to-get-started .mobile-ready-to-get-started-contact .line-1 a {
  color: white;
  opacity: 0.6;
}

.mobile-ready-to-get-started .mobile-ready-to-get-started-contact .line-1 a:hover {
  opacity: 1;
  text-decoration: none;
}

.mobile-ready-to-get-started .mobile-ready-to-get-started-contact .line-2 a {
  color: white;
}

.mobile-ready-to-get-started .mobile-ready-to-get-started-contact .line-2 a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.use-cases {
  background: white;
  padding-top: 78px;
  padding-bottom: 104px;
}

.use-cases .use-cases-title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  letter-spacing: -2px;
  line-height: 3.75rem;
  margin-bottom: 50px;
}

.use-cases .use-cases-sub-headline, .use-cases .by-role-sub-headline {
  font-size: 1rem;
  line-height: 2rem;
}

.use-cases .button-use-cases, .use-cases .button-by-role {
  position: relative;
  background: #f6f7f9;
  color: #1B1D20;
  display: block;
  margin-bottom: 30px;
  padding: 30px 28px 30px 20px;
}

.use-cases .button-use-cases .button-use-cases-title, .use-cases .button-by-role .button-use-cases-title {
  margin-top: 25px;
}

.use-cases .button-use-cases .button-use-cases-arrow, .use-cases .button-use-cases .button-by-role-arrow, .use-cases .button-by-role .button-use-cases-arrow, .use-cases .button-by-role .button-by-role-arrow {
  float: right;
  margin-top: 10px;
  display: none;
  color: white;
}

.use-cases .button-use-cases:hover, .use-cases .button-by-role:hover {
  background: #FF7A38;
  color: white;
  text-decoration: none;
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.15);
}

.use-cases .button-use-cases:hover .button-use-cases-arrow, .use-cases .button-use-cases:hover .button-by-role-arrow, .use-cases .button-by-role:hover .button-use-cases-arrow, .use-cases .button-by-role:hover .button-by-role-arrow {
  display: block;
}

.use-cases .button-by-role img, .use-cases .button-by-role .button-by-role-title {
  display: inline-block;
  vertical-align: middle;
}

.use-cases .button-by-role img {
  margin-right: 30px;
}

.home-intro {
  margin-top: 99px;
  padding-bottom: 115px;
}

@media (max-width: 767px) {
  .home-intro {
    margin-top: 49px;
  }
}

.home-intro p {
  margin-top: 44px;
  color: #6F7780;
  font-weight: 500;
}

.home-intro .home-buttons {
  margin-top: 35px;
}

.home-intro .home-buttons .home-button-learn-more, .home-intro .home-buttons .home-button-use-cases {
  display: inline-block;
}

.home-intro .home-buttons .home-button-use-cases {
  margin-left: 15px;
}

.home-intro .home-intro-photo {
  position: absolute;
  right: 0%;
}

@media (max-width: 991px) {
  .home-intro .home-intro-photo {
    position: relative;
    margin: 30px auto;
  }
}

@media (min-width: 1600px) {
  .home-intro .home-intro-photo {
    right: 6%;
  }
}

.home-search-censys-data {
  margin-top: -8px;
  margin-bottom: -220px;
}

.home-search-censys-data .inner {
  background: white;
  padding: 45px 98px 50px 98px;
}

@media (max-width: 575px) {
  .home-search-censys-data .inner {
    padding: 45px 15px 45px 15px;
  }
}

.home-search-censys-data h2 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  letter-spacing: -0.5px;
  font-family: "Inter", sans-serif;
}

@media (max-width: 1200px) {
  .home-search-censys-data h2 {
    font-size: 1.125rem;
    margin-top: 5px;
  }
}

.home-search-censys-data .home-search {
  margin-top: 5px;
  position: relative;
}

.home-search-censys-data .home-search input[type="text"] {
  background: #f6f7f9;
  border: 0;
  border-radius: 4px;
  height: 56px;
  padding-left: 55px;
}

.home-search-censys-data .home-search .home-search-icon {
  position: absolute;
  top: 0;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 16px;
}

@media (min-width: 1200px) {
  .home-search-censys-data .home-search-button-link {
    position: relative;
    bottom: 4px;
  }
}

.home-search-censys-data .sample-searches-headline h3 {
  font-size: 1rem;
  line-height: 32px;
  font-weight: 500;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .home-search-censys-data .home-search-button-link .btn {
    padding-left: 0;
  }
}

.home-blank {
  height: 245px;
  background: white;
  border-bottom: 1px solid #C8CFDB;
}

.home-alerts-logbook {
  padding-top: 104px;
  padding-bottom: 98px;
  border-bottom: 1px solid #C8CFDB;
}

.home-alerts-logbook h2 {
  font-size: 3rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -2px;
  line-height: 3.75rem;
  margin-bottom: 40px;
}

.home-alerts-logbook h3 {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin-bottom: 35px;
  max-width: 398px;
  width: 100%;
}

.home-alerts-logbook .home-more-about-alerts-link {
  font-weight: 500;
  margin-bottom: 41px;
}

.home-alerts-logbook .home-more-about-alerts-link a {
  color: #FF7A38;
}

.home-alerts-logbook .home-more-about-alerts-link a:hover {
  text-decoration: none;
  color: #6F7780;
}

.home-alerts-logbook .home-more-about-alerts-link a i {
  margin-left: 8px;
}

.home-alerts-logbook .home-alerts-logbook-case-study-quote {
  max-width: 360px;
  margin-bottom: 20px;
  color: #6F7780;
}

.home-alerts-logbook .home-alerts-logbook-case-study-avatar, .home-alerts-logbook .home-alerts-logbook-case-study-name {
  display: inline-block;
  vertical-align: middle;
  color: #6f7780;
}

.home-alerts-logbook .home-alerts-logbook-case-study-avatar {
  margin-right: 15px;
}

.home-alerts-logbook .home-alerts-logbook-case-study-name {
  font-size: 0.875rem;
  line-height: 18px;
}

.home-alerts-logbook .home-alerts-logbook-case-study-name a {
  color: #6f7780;
  text-decoration: underline;
}

.home-alerts-logbook .home-alerts-logbook-case-study-name a:hover {
  color: #1B1D20;
}

.home-alerts-logbook .home-alerts-logbook-img img {
}

@media (max-width: 991px) {
  .home-alerts-logbook .home-alerts-logbook-img {
    margin-top: 30px;
  }
}

.home-blog-whitepaper-press {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card {
  display: block;
  padding: 30px 34px 30px 30px;
  background: white;
  color: #1B1D20;
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card:hover {
  text-decoration: none;
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.05);
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .home-blog-whitepaper-press-card-icon,
.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .home-blog-whitepaper-press-card-title,
.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .home-blog-whitepaper-press-card-tag {
  display: inline-block;
  vertical-align: middle;
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .home-blog-whitepaper-press-card-icon {
  margin-right: 11px;
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .home-blog-whitepaper-press-card-title h4 {
  margin-bottom: 0;
  font-size: 1rem;
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .home-blog-whitepaper-press-card-tag {
  float: right;
  position: relative;
  top: 7px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .home-blog-whitepaper-press-card-tag {
    float: none;
    top: 0;
    margin-top: 10px;
    display: block;
  }
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .card-tag {
  letter-spacing: -0.5px;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 3px 6px 3px 5px;
  font-weight: 600;
  border-radius: 4px;
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .card-tag-new {
  background: #e0faef;
  color: #1cbe78;
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-1 .card-tag-featured {
  background: #EBF1FF;
  color: #4D87FF;
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-2 {
  margin-top: 30px;
}

.home-blog-whitepaper-press .home-blog-whitepaper-press-card .home-blog-whitepaper-press-card-line-2 h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media (max-width: 767px) {
  .home-blog-whitepaper-press .home-blog-whitepaper-press-card {
    margin-bottom: 30px;
  }
}

.product {
  margin-top: 68px;
  margin-bottom: 110px;
}

.product h1 {
  margin-bottom: 78px;
}

.product a.product-card {
  display: block;
  background: white;
  padding: 26px 33px 32px 30px;
  margin-bottom: 29px;
}

.product a.product-card h2 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.25rem;
  color: #1B1D20;
}

.product a.product-card .product-card-description {
  color: #6F7780 !important;
  font-size: 0.875rem;
}

.product a.product-card:hover {
  background: #FF7A38;
  color: white !important;
  text-decoration: none;
}

.product a.product-card:hover h2, .product a.product-card:hover .product-card-description {
  color: white !important;
}

.product-intro {
  margin-top: 99px;
  padding-bottom: 115px;
}

.product-intro p {
  margin-top: 44px;
  color: #6F7780;
  font-weight: 500;
  max-width: 457px;
}

.product-intro .product-intro-photo {
  position: absolute;
  right: 0%;
}

@media (max-width: 991px) {
  .product-intro .product-intro-photo {
    position: relative;
    margin: 30px auto;
  }
}

@media (min-width: 1600px) {
  .product-intro .product-intro-photo {
    right: 6%;
  }
}

.product-search .product-search-content {
  padding: 45px 98px;
  background: white;
}

@media (max-width: 575px) {
  .product-search .product-search-content {
    padding: 45px 15px;
  }
}

.product-search h2 {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

.product-search .product-search-field {
  position: relative;
  margin-bottom: 41px;
}

.product-search .product-search-field input[type="text"] {
  background: #f6f7f9;
  border: 0;
  border-radius: 4px;
  width: 100%;
  line-height: 56px;
  padding-left: 50px;
}

.product-search .product-search-field i {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 24px;
}

.product-search h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.product-search .sample-searches-content {
  margin-top: 43px;
  color: #6f7780;
}

.product-search .sample-searches-links ul {
  margin-top: 43px;
  list-style: none;
  margin-left: 20px;
}

.product-search .sample-searches-links ul li {
  margin-bottom: 18px;
}

.product-search .sample-searches-links ul li a {
  color: #1B1D20;
}

.product-search .sample-searches-links ul li a:hover {
  color: #FF7A38;
  text-decoration: none;
}

.sample-search-button .btn {
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  .sample-search-button {
    margin-bottom: 10px;
  }
}

.sample-search-button .btn-text {
  float: left;
}

.sample-search-button .btn-icon {
  float: right;
  margin-top: 2px;
}

.product-feature {
  padding-bottom: 70px;
  padding-top: 70px;
  border-bottom: 1px solid #C8CFDB;
}

@media (min-width: 992px) {
  .product-feature .product-feature-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.product-feature .product-feature-avatar {
  margin-bottom: 24px;
}

.product-feature .product-feature-image img {
}

.product-feature h2 {
  font-size: 1.875rem;
  letter-spacing: -0.5px;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

.product-feature p {
  color: #6f7780;
  font-size: 1.125rem;
}

.product-customer-quote {
  margin-top: 55px;
  margin-bottom: 70px;
}

.product-customer-quote h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}

.product-customer-quote p {
  color: #6F7780;
  font-size: 1.125rem;
}

.product-customer-quote .customer-quote-content {
  margin-bottom: 33px;
}

.product-customer-quote .customer-quote-avatar, .product-customer-quote .customer-quote-name-title {
  display: inline-block;
  vertical-align: middle;
}

.product-customer-quote .customer-quote-avatar {
  margin-right: 15px;
}

.product-customer-quote .customer-quote-name-title .line-1 {
  font-size: 0.875rem;
  color: #6f7780;
}

.product-customer-quote .customer-quote-name-title .line-2 {
  font-size: 0.875rem;
  color: #6f7780;
}

.product-customer-quote .customer-quote-name-title .line-2 a {
  color: #6f7780;
}

.product-customer-quote .customer-quote-name-title .line-2 a:hover {
  color: #FF7A38;
}

.product-cta {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-cta .product-cta-box {
  background: #FF7A38;
  border-radius: 6px;
  padding: 35px 98px;
}

@media (max-width: 1199px) {
  .product-cta .product-cta-box {
    padding: 35px 35px;
  }
}

@media (max-width: 991px) {
  .product-cta .product-cta-box {
    padding: 15px 10px;
  }
}

.product-cta .product-cta-box .product-cta-title {
  max-width: 160px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 89px;
}

@media (max-width: 1199px) {
  .product-cta .product-cta-box .product-cta-title {
    margin-right: 59px;
  }
}

@media (max-width: 991px) {
  .product-cta .product-cta-box .product-cta-title {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .product-cta .product-cta-box .product-cta-title {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}

.product-cta .product-cta-box .product-cta-title h2 {
  color: white;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  font-size: 1.5rem;
}

@media (max-width: 567px) {
  .product-cta .product-cta-box .product-cta-buttons {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.product-cta .product-cta-box .lc, .product-cta .product-cta-box .mc, .product-cta .product-cta-box .rc {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 567px) {
  .product-cta .product-cta-box .lc, .product-cta .product-cta-box .mc, .product-cta .product-cta-box .rc {
    display: block;
  }
}

.product-cta .product-cta-box .mc {
  margin-left: 17px;
  margin-right: 17px;
  color: white;
}

@media (max-width: 567px) {
  .product-cta .product-cta-box .mc {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.product-cta .product-cta-box .product-cta-avatar, .product-cta .product-cta-box .product-cta-contact-text, .product-cta .product-cta-box .product-cta-title, .product-cta .product-cta-box .product-cta-buttons {
  display: inline-block;
  vertical-align: middle;
}

.product-cta .product-cta-box .product-cta-avatar {
  margin-right: 17px;
}

.product-cta .product-cta-box .product-cta-contact-text .line-1 a {
  opacity: 0.6;
  color: white;
  font-size: 0.875rem;
}

.product-cta .product-cta-box .product-cta-contact-text .line-1 a:hover {
  opacity: 1;
  text-decoration: none;
}

.product-cta .product-cta-box .product-cta-contact-text .line-2 a {
  color: white;
}

.product-cta .product-cta-box .product-cta-contact-text .line-2 a:hover {
  color: white;
  opacity: 0.6;
  text-decoration: none;
}

.product-insights {
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 1px solid #C8CFDB;

}

.product-insights h3 {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.product-insights h2 {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}

.product-insights .insight-avatar {
  margin-bottom: 19px;
}

.product-insights h3 {
  font-weight: bold;
  color: #1B1D20;
  font-size: 1.125rem;
}

.product-insights p {
  color: #6f7780;
  font-size: 1.125rem;
}

.product-insights .insight-testimonial-content {
  color: #6f7780;
  border-left: 2px solid #C8CFDB;
  padding-left: 32px;
  padding-top: 17px;
  padding-bottom: 20px;
}

.product-insights .testimonial-person {
  padding-top: 18px;
}

.product-insights .testimonial-person .lc, .product-insights .testimonial-person .rc {
  display: inline-block;
  vertical-align: middle;
}

.product-insights .testimonial-person .lc {
  margin-right: 15px;
}

.product-insights .testimonial-person .rc {
  font-size: 0.875rem;
}

.product-insights .testimonial-person .rc a {
  color: #6f7780;
  text-decoration: underline;
}

.product-insights .testimonial-person .rc a:hover {
  color: #FF7A38;
}

.product-insights .testimonial-name {
  font-weight: bold;
}

.why-censys-top h1 {
  margin-top: 98px;
  margin-bottom: 49px;
}

.why-censys-divider {
  margin-top: 10px;
}

.why-censys-use-case-avatar-tag {
  margin-bottom: 22px;
}

.why-censys-use-case-avatar, .why-censys-use-case-tag {
  display: inline-block;
  vertical-align: middle;
  color: #6f7780;
}

.why-censys-use-case-avatar {
  margin-right: 17px;
}

.why-censys-use-case-subtitle {
  font-size: 1.875rem;
  line-height: 38px;
  letter-spacing: -0.5px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  margin-bottom: 27px;
}

.why-censys-use-case-icon {
  color: #FF7A38;
  font-size: 24px;
  vertical-align: top;
}

.why-censys-use-case-row {
  margin-bottom: 13px;
}

.why-censys-use-case {
  padding-top: 109px;
  padding-bottom: 104px;
}

.why-censys-use-case-more-about-link {
  margin-top: 24px;
}

.why-censys-use-case-more-about-link a {
  color: #FF7A38;
  font-weight: 500;
}

.why-censys-use-case-more-about-link a:hover {
  color: #6F7780;
  text-decoration: none;
}

@media (max-width: 991px) {
  .why-censys-image {
    margin-top: 60px;
  }
}

.uc-cta-with-image {
  padding-top: 70px;
  padding-bottom: 72px;
  border-bottom: 1px solid #c8cfdb;
}

.uc-cta-with-image .avatar-label {
  margin-bottom: 22px;
}

.uc-cta-with-image .avatar-label .avatar, .uc-cta-with-image .avatar-label .label {
  display: inline-block;
}

.uc-cta-with-image .avatar-label .avatar {
  margin-right: 17px;
}

.uc-cta-with-image .avatar-label .label {
  color: #6F7780;
}

.uc-cta-with-image h2 {
  font-size: 1.875rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}

.uc-checkmarks {
  color: #6F7780;
  padding-left: 0;
  display: inline-block;
  width:100%;
}

.uc-checkmarks li {
  margin-bottom: 13px;
  list-style: none;
  clear:both;
}

.uc-checkmarks li i {
  float:left;
  width: 25px;
  margin-right: 20px;
}

.uc-checkmarks li span {
  display: block;
  float: left;
  width: 325px;
}

.more-about-link {
  margin-bottom: 30px;
}

.more-about-link a {
  color: #FF7A38;
}

.more-about-link a:hover {
  color: black;
  text-decoration: none;
}

.uc-two-column-info-section {
  padding-top: 71px;
  padding-bottom: 97px;
  color: #6F7780;
  border-bottom: 1px solid #c8cfdb;
}

.uc-two-column-info-section h3.title {
  font-size: 1rem;
  font-weight: bold;
  border-top: 1px solid black;
  max-width: 166px;
  padding-top: 6px;
  margin-bottom: 21px;
}

.uc-two-column-info-section h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: black;
  line-height: 1.5;
}

.uc-two-column-info-section .uc-image {
  margin-bottom: 24px;
}

.use-cases-page {
  margin-top: 88px;
}

.use-cases-page h1 {
  margin-bottom: 54px;
}

.use-cases-page h2 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 38px;
  margin-bottom: 42px;
}

.use-cases-page .use-cases-card {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  padding: 26px 30px;
}

.use-cases-page .use-cases-card h3 {
  font-weight: bold;
  font-size: 1rem;
  color: black;
}

.use-cases-page .use-cases-card .description {
  font-size: 0.875rem;
  color: #6f7780;
}

.use-cases-page .use-cases-card:hover {
  background: #FF7A38;
  text-decoration: none;
}

.use-cases-page .use-cases-card:hover h3, .use-cases-page .use-cases-card:hover .description {
  color: white;
}

.use-cases-page .uc-link a {
  color: black;
}

.use-cases-page .uc-link a:hover {
  color: #FF7A38;
  text-decoration: none;
}

@media (max-width: 767px) {
  .container.single-article {
    max-width: 100%;
  }
}

.single-feature-image-top {
  background-size: cover !important;
  width: 100%;
  height: 390px;
  margin-bottom: -245px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.single-feature-image-bottom {
  background-size: cover !important;
  width: 100%;
  height: 390px;
  margin-top: -245px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.single-article-container {
  max-width: 946px;
  background: white;
  margin: auto;
}

.single-article-header {
  padding: 21px 35px 18px 35px;
  border-bottom: 1px solid #C8CFDB;
}

.single-article-header .lc {
  float: left;
  font-size: 0.875rem;
}

.single-article-header .rc {
  float: right;
  font-size: 0.875rem;
}

.single-article-header .rc .linkedin, .single-article-header .rc .twitter {
  display: inline-block;
  margin-right: 11px;
}

@media (max-width: 1199px) {
  .single-article-header .rc {
    float: none;
    clear: both;
    padding-top: 15px;
  }
}

.single-article-header .clearfix {
  clear: both;
}

.single-article-header a {
  color: #6F7780;
  text-decoration: underline;
}

.single-article-header a:hover {
  color: #FF7A38;
}

.single-article-body {
  margin-top: 50px;
  padding-top:60px;
}

.single-article-body .single-article-title, .single-article-body .single-article-meta {
  padding-left: 98px;
  padding-right: 98px;
}

@media (max-width: 991px) {
  .single-article-body .single-article-title, .single-article-body .single-article-meta {
    padding-left: 44px;
    padding-right: 44px;
  }
  .single-article-body .single-article-title h1, .single-article-body .single-article-meta h1 {
    padding-left: 0;
  }
}

.single-article-body .single-article-logo {
  margin-left: 98px;
  max-width: 165px;
  margin-bottom: 39px;
}

@media (max-width: 991px) {
  .single-article-body .single-article-logo {
    margin-left: 44px;
  }
}

.single-article-body h1 {
  letter-spacing: -2px;
  color: #1B1D20;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .single-article-body h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.single-article-body article {
  padding: 40px 98px 45px 98px;
  color: #343537;
}

.single-article-body article a {
  color: #343537;
  text-decoration: underline;
}

.single-article-body article a:hover {
  color: #FF7A38;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .single-article-body article {
    padding: 0 44px 44px 44px;
  }
}

.single-article-body article h2, .single-article-body article h3, .single-article-body article h4, .single-article-body article h5, .single-article-body article h6 {
  color: #1B1D20;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.single-article-body article h2 {
  font-size: 1.875rem;
}

.single-article-body article h3 {
  font-size: 1.6875rem;
}

.single-article-body article h4 {
  font-size: 1.5rem;
}

.single-article-body article h5 {
  font-size: 1.125rem;
}

.single-article-body article h6 {
  font-size: 1.1rem;
}

.single-article-body blockquote {
  padding: 44px 98px;
  border: 1px solid #C8CFDB;
  color: #1B1D20;
  font-size: 1.125rem;
  margin-top: 32px;
  margin-bottom: 33px;
}

.single-article-body blockquote .blockquote-icon {
  max-width: 28px;
  margin-bottom: 40px;
}

.single-article-body blockquote .blockquote-name {
  font-size: 0.875rem;
  color: #6f7780;
  margin-top: 40px;
}

.single-article-body table p {
  margin:0;
  padding:0;
}

.single-article-body table {
  margin-bottom: 25px;
  width:100%;
}

.single-article-body table th, td {
  padding:12px;
  border:1px solid lightgrey;
}

.single-all-case-studies {
  padding: 49px 98px 78px 98px;
}

@media (max-width: 991px) {
  .single-all-case-studies {
    padding: 49px 44px 78px 44px;
  }
}

.single-all-case-studies h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  margin-bottom: 45px;
}

.single-all-case-studies .single-all-case-study {
  background: #F6F7F9;
  display: block;
  margin-bottom: 29px;
  padding: 26px 30px 35px 30px;
  cursor: pointer;
  color: #6f7780;
}

.single-all-case-studies .single-all-case-study h5 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 12px;
}

.single-all-case-studies .single-all-case-study .single-all-case-study-description {
  color: #6f7780;
  font-size: 0.875rem;
}

.single-all-case-studies .single-all-case-study:hover {
  background: #FF7A38;
  color: white !important;
  text-decoration: none;
}

.single-all-case-studies .single-all-case-study:hover h5, .single-all-case-studies .single-all-case-study:hover .single-all-case-study-description {
  color: white !important;
}

.single-stay-up-to-date {
  margin-top: 20px;
}

.single-stay-up-to-date p {
  max-width: 457px;
}

.single-article-meta {
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .single-article-meta {
    margin-bottom: 30px;
  }
}

.single-article-meta a {
  color: #6F7780;
  text-decoration: underline;
}

.single-article-meta a:hover {
  color: #FF7A38;
}

.single-article-meta .lc, .single-article-meta .rc {
  display: inline-block;
  vertical-align: middle;
}

.single-article-meta .lc {
  width: 70%;
}

@media (max-width: 576px) {
  .single-article-meta .lc {
    width: 100%;
    margin-bottom: 15px;
  }
}

.single-article-meta .single-article-avatar, .single-article-meta .single-article-name-all-posts {
  display: inline-block;
  vertical-align: middle;
}

.single-article-meta .single-article-avatar {
  margin-right: 15px;
}

.landing-page-top {
  padding-top: 81px;
  padding-bottom: 91px;
  color: #6F7780;
  border-bottom: 1px solid #C8CFDB;
}

.landing-page-top h1 {
  margin-bottom: 37px;
  color: #1B1D20;
}

.landing-page-top ul {
  padding-left: 0;
  list-style: none;
  margin-top: 24px;
}

.landing-page-top ul li {
  margin-bottom: 15px;
}

.landing-page-top ul li:before {
  content: '';
  background-image: url("/../assets/check-circle.png");
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 20px;
}

.landing-page-top .landing-page-form-container {
  border-top: 4px solid #FF7A38;
  background: #FFFFFF;
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.05);
  max-width: 300px;
}

@media (max-width: 991px) {
  .landing-page-top .landing-page-form-container {
    margin-top: 60px;
  }
}

.landing-page-top .landing-page-form-container .landing-page-form-content {
  padding: 22px 30px 30px 30px;
}

.landing-page-top .landing-page-form-container .landing-page-form-content h4 {
  font-size: 1.125rem;
  color: #1B1D20;
}

.landing-page-form-container .hs-error-msgs li::before {
  display:none;
}

.landing-page-top .landing-page-form-container .landing-page-form-content .form-control {
  margin-bottom: 19px;
}

.landing-page-top .landing-page-form-container .landing-page-form-content .btn-submit {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.error-body {
  padding-top:100px;
  padding-bottom:50px;
}
.blog-main {
  margin-top: 78px;
}
h1.blog-title {
  margin-bottom: 40px;
  font-weight: bold;
}

.blog .blog-featured-card {
  background: white;
  padding: 40px 50px;
  color: #6F7780;
  margin-bottom: 20px;
}

.blog .blog-featured-card .blog-card-tag {
  color: #4D87FF;
  letter-spacing: -0.5px;
  font-size: 14px;
  background: #EBF1FF;
  display: inline-block;
  padding: 2px 5px;
  font-weight: 600;
  margin-bottom: 18px;
  border-radius: 4px;
}

.blog .blog-featured-card h2 {
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 9px;
  color: #1B1D20;
}

.blog .blog-featured-card h2 a {
  color: #1B1D20;
}

.blog .blog-featured-card h2 a:hover {
  color: #FF7A38;
  text-decoration: none;
}

.blog .blog-featured-card .blog-card-meta {
  font-size: 1.125rem;
  margin-bottom: 14px;
}

.blog .blog-featured-card .blog-excerpt {
  font-size: 1.125rem;
  margin-bottom: 32px;
}

.blog .blog-pagination {
  padding: 31px 15px;
  background: white;
  text-align: center;
  margin-bottom: 20px;
}

.stay-up-to-date {
  padding: 45px 97px 50px 98px;
  background: white;
}

@media (max-width: 991px) {
  .stay-up-to-date {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .stay-up-to-date {
    padding: 15px;
  }
}

.stay-up-to-date h4 {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  font-size: 1.5rem;
  margin-bottom: 17px;
  font-weight: bold;
}

.stay-up-to-date p {
  margin-bottom: 34px;
  color: #6f7780;
}

.stay-up-to-date form.subscribe {
  position: relative;
}

.stay-up-to-date form.subscribe i.far.fa-envelope {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 25px;
}

.stay-up-to-date form.subscribe input[type=email] {
  background: #f6f7f9;
  border: 0;
  border-radius: 4px;
  height: 53px;
  width: 100%;
  padding-left: 60px;
}

.stay-up-to-date form.subscribe button {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .blog-categories-sidebar, .blog-more-resources-sidebar {
    margin-bottom: 60px;
  }
}

.blog-categories-sidebar h3, .blog-more-resources-sidebar h3 {
  font-size: 1rem;
  font-weight: bold;
  border-top: 1px solid #1B1D20;
  color: #1B1D20;
  padding-top: 10px;
}

.blog-categories-sidebar ul, .blog-more-resources-sidebar ul {
  padding-left: 0;
  list-style: none;
}

.blog-categories-sidebar ul li, .blog-more-resources-sidebar ul li {
  line-height: 30px;
  font-size: 0.875rem;
}

.blog-categories-sidebar ul li a, .blog-more-resources-sidebar ul li a {
  color: #6F7780;
}

.blog-categories-sidebar ul li a:hover, .blog-more-resources-sidebar ul li a:hover {
  color: #FF7A38;
  text-decoration: none;
}

.blog-pagination {
  text-align: center !important;
}

.blog-pagination ul.pagination {
  margin-bottom: 0;
  margin: auto;
  display: block;
}

.blog-pagination li {
  margin-right: 6px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  display: inline-block;
}

.blog-pagination a, .blog-pagination span {
  display: block;
  font-size: 14px;
  width: 32px;
  height: 32px;
  position: relative;
  color: black;
  cursor: pointer;
}

.blog-pagination a:hover, .blog-pagination span:hover {
  background: #FF7A38;
  border-radius: 6px;
}

.blog-pagination a:hover .digit, .blog-pagination span:hover .digit {
  color: white;
}

.blog-pagination .active {
  background: #FF7A38;
  color: white;
}

.blog-pagination .active .digit {
  color: white;
}

.blog-pagination .disabled .digit {
  color: #e8e8e8;
}

.blog-pagination .digit {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.blog-entry {
  background: white;
  padding: 43px 50px;
  border-bottom: 1px solid #c8cfdb;
  color: #6F7780;
}

.blog-entry h2 {
  font-size: 1.875rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
}

.blog-entry h2 a {
  color: #1B1D20;
}

.blog-entry h2 a:hover {
  color: #FF7A38;
  text-decoration: none;
}

.blog-entry .blog-meta, .blog-entry .blog-excerpt {
  margin-bottom: 15px;
}

.blog-entry .blog-read-more a {
  color: #1B1D20;
  font-weight: 500;
}

.blog-entry .blog-read-more a:hover {
  color: #FF7A38;
  text-decoration: none;
}

img.article-image {
  padding: 20px;
  margin-bottom:20px;
  display: block;
  border: 1px solid #C8CFDB;
}

.copy-clipboard {
  color: #6F7780 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.copy-clipboard:hover {
  color: #FF7A38 !important;
}

.single-product-feature-image-section {
  max-width: 1110px;
  margin: 0 auto 89px;
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 97px;
}

@media (max-width: 868px) {
  .single-product-feature-image-section {
    padding-left: 55px;
  }
}

@media (max-width: 544px) {
  .single-product-feature-image-section {
    padding-left: 0;
  }
}

.single-product-feature-image-section .single-product-feature-image-content {
  background: #fff;
  max-width: 653px;
  width: 100%;
  padding: 38px 98px 40px 98px;
}

@media (max-width: 868px) {
  .single-product-feature-image-section .single-product-feature-image-content {
    padding: 38px 40px 40px 40px;
  }
}

@media (max-width: 767px) {
  .single-product-feature-image-section .single-product-feature-image-content {
    max-width: 400px;
  }
}

@media (max-width: 544px) {
  .single-product-feature-image-section .single-product-feature-image-content {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-product-feature-image-section h1 {
  margin-bottom: 32px;
}

.single-product-feature-image-section p {
  margin-bottom: 33px;
  color: #6F7780;
}

.single-product-feature-image-section a {
  color: #FF7A38;
}

.single-product-feature-image-section a:hover {
  color: black;
  text-decoration: none;
}

.single-product-content-section-1 {
  padding-bottom: 103px;
  border-bottom: 1px solid #c8cfdb;
}

.single-product-content-section-1 .lc h2 {
  font-size: 3rem;
  letter-spacing: -2px;
  font-family: "Inter", sans-serif;
  margin-bottom: 50px;
}

.single-product-content-section-1 .lc p {
  color: #6F7780;
}

@media (max-width: 991px) {
  .single-product-content-section-1 .lc p:last-child {
    margin-bottom: 60px;
  }
}

.single-product-content-section-1 .lc a {
  color: #6F7780;
  text-decoration: underline;
}

.single-product-content-section-1 .lc a:hover {
  color: #FF7A38;
}

.single-product-content-section-1 .mc h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 23px;
}

.single-product-content-section-1 .mc p {
  color: #6F7780;
  margin-bottom: 46px;
}

.single-product-content-section-1 .rc {
  color: #6F7780;
}

.single-product-content-section-1 .rc .rc-testimonial {
  margin-bottom: 31px;
}

.single-product-content-section-1 .rc .rc-testimonial-avatar {
  margin-bottom: 13px;
}

.single-product-content-section-1 .rc .rc-testimonial-name-title {
  font-size: 0.875rem;
}

.single-product-content-section-1 .rc .rc-testimonial-name-title a {
  color: #6F7780;
  text-decoration: underline;
}

.single-product-content-section-1 .rc .rc-testimonial-name-title a:hover {
  color: #FF7A38;
}

.single-product-content-section-2 {
  padding-top: 103px;
  padding-bottom: 103px;
  border-bottom: 1px solid #c8cfdb;
}

.single-product-content-section-2 h2 {
  font-size: 1.875rem;
  letter-spacing: -0.5px;
  font-family: "Inter", sans-serif;
  max-width: 458px;
  margin-bottom: 46px;
}

.single-product-content-section-2 .single-product-card {
  background: white;
  display: block;
  padding: 25px 30px;
  margin-bottom: 30px;
}

.single-product-content-section-2 .single-product-card .line-1 {
  margin-bottom: 20px;
}

.single-product-content-section-2 .single-product-card .line-1 .lc, .single-product-content-section-2 .single-product-card .line-1 .rc {
  display: inline-block;
  vertical-align: middle;
}

.single-product-content-section-2 .single-product-card .line-1 .lc {
  margin-right: 12px;
}

.single-product-content-section-2 .single-product-card .line-1 h3 {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  line-height: 1rem;
  margin-bottom: 0;
}

.single-product-content-section-2 .single-product-card .line-2 {
  font-size: 0.875rem;
  color: #6F7780;
  margin-bottom: 15px;
}

.single-product-content-section-2 .single-product-card .line-3 {
  color: black;
}

.single-product-content-section-2 .single-product-card:hover {
  background: #FF7A38;
  text-decoration: none;
}

.single-product-content-section-2 .single-product-card:hover h3, .single-product-content-section-2 .single-product-card:hover .line-2, .single-product-content-section-2 .single-product-card:hover .line-3 {
  color: white;
  text-decoration: none;
}

.single-product-content-section-3 {
  padding-top: 125px;
  padding-bottom: 125px;
  border-bottom: 1px solid #c8cfdb;
}

.single-product-content-section-3 a {
  color: inherit;
  text-decoration: underline;
}

.single-product-content-section-3 h2 {
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.single-product-content-section-3 p {
  color: #6F7780;
}

.single-product-content-section-3 .single-product-content-section-2-testimonial {
  margin-top: 46px;
  max-width: 360px;
  color: #6F7780;
}

.single-product-content-section-3 .single-product-content-section-2-testimonial-quote {
  margin-bottom: 18px;
}

.single-product-content-section-3 .single-product-content-section-2-testimonial-person .lc, .single-product-content-section-3 .single-product-content-section-2-testimonial-person .rc {
  display: inline-block;
  vertical-align: middle;
}

.single-product-content-section-3 .single-product-content-section-2-testimonial-person .lc {
  margin-right: 15px;
}

.single-product-content-section-3 .single-product-content-section-2-testimonial-person .rc {
  font-size: 0.875rem;
}

.single-product-content-section-3 .single-product-content-section-2-testimonial-person .rc a {
  color: #6F7780;
  text-decoration: underline;
}

.single-product-content-section-3 .single-product-content-section-2-testimonial-person .rc a:hover {
  color: #FF7A38;
}

@media (max-width: 991px) {
  .single-product-content-section-3 .single-product-content-section-3-image {
    margin-top: 60px;
  }
}

.single-product-content-section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.single-product-content-section-4 h2 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -2px;
  font-family: "Inter", sans-serif;
  margin-bottom: 60px;
}

.single-product-content-section-4 .all-features-card {
  display: block;
  background: white;
  padding: 30px;
  margin-bottom: 30px;
}

.single-product-content-section-4 .all-features-card .line-1 {
  margin-bottom: 15px;
}

.single-product-content-section-4 .all-features-card .line-1 .title {
  float: left;
  font-weight: bold;
  color: #1B1D20;
  max-width: 70%;
}

.single-product-content-section-4 .all-features-card .line-1 .tag {
  float: right;
  background: #EBF1FF;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  color: #4D87FF;
  font-weight: 500;
  padding: 1px 3px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-product-content-section-4 .all-features-card .line-1 .tag {
    float: none;
    clear: both;
    display: inline-block;
    margin-top: 30px;
  }
}

.single-product-content-section-4 .all-features-card .line-2 {
  color: #6F7780;
}

.single-product-content-section-4 .all-features-card:hover {
  background: #FF7A38;
  text-decoration: none;
}

.single-product-content-section-4 .all-features-card:hover .line-1 .title {
  color: white;
}

.single-product-content-section-4 .all-features-card:hover .line-2 {
  color: white;
  text-decoration: none !important;
}

.single-product-bottom-feature-image-section {
  background-size: cover;
  height: 244px;
  max-width: 1110px;
  margin: -65px auto 0;
}

.author-wrapper {
  padding-top: 98px;
}

.about-author-sidebar {
  margin-bottom: 60px;
}

.about-author-sidebar h4 {
  border-top: 1px solid black;
  max-width: 165px;
  padding-top: 6px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 22px;
}

.about-author-sidebar .author-avatar {
  margin-bottom: 25px;
}

.about-author-sidebar .author-description {
  font-size: 0.875rem;
  color: #6F7780;
  margin-bottom: 16px;
}

.about-author-sidebar .author-twitter-icon, .about-author-sidebar .author-twitter-username {
  display: inline-block;
  vertical-align: middle;
}

.about-author-sidebar .author-twitter-icon {
  max-width: 18px;
}

.about-author-sidebar .author-twitter-username a {
  color: #6F7780;
  font-size: 0.875rem;
}

.about-author-sidebar .author-twitter-username a:hover {
  color: #FF7A38;
  text-decoration: none;
}

.author-name {
  margin-bottom: 75px;
}

.author-pagination {
  background: white;
  margin-bottom: 120px;
}

@media(min-width: 992px) {
  .sub-menu {
  position: absolute;
  top: 67px;
  z-index: 9;
  max-width: 1110px;
  background: white;
  margin: auto;
}

.sub-menu .container {
  padding: 26px;
}

.sub-menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0.875rem;
}

.sub-menu ul li {
  display: inline-block;
  margin-right: 40px;
}

.sub-menu ul li a {
  color: #99A0A8;
  display: block;
}

.sub-menu ul li a:hover {
  color: #FF7A38;
  text-decoration: none;
}
}

.resources-page, .documentation-page {
  margin-bottom: 61px;
}

.resources-page h1, .documentation-page h1 {
  margin-top: 83px;
  margin-bottom: 89px;
}

.resources-page h2, .documentation-page h2 {
  font-size: 1rem;
  font-weight: bold;
  border-top: 1px solid black;
  padding-top: 11px;
  margin-bottom: 25px;
}

.resources-page .resources-h2, .documentation-page .resources-h2 {
  margin-top: 71px;
}

.resources-page a.resources-card, .documentation-page a.resources-card {
  display: block;
  padding: 26px 30px;
  margin-bottom: 29px;
  background: white;
}

.resources-page a.resources-card h3, .documentation-page a.resources-card h3 {
  font-size: 1rem;
  color: black;
  font-weight: bold;
}

.resources-page a.resources-card .description, .documentation-page a.resources-card .description {
  color: #6F7780;
  font-size: 0.875rem;
}

.resources-page a.resources-card:hover, .documentation-page a.resources-card:hover {
  text-decoration: none;
  background: #FF7A38;
}

.resources-page a.resources-card:hover h3, .resources-page a.resources-card:hover .description, .documentation-page a.resources-card:hover h3, .documentation-page a.resources-card:hover .description {
  color: white;
}

.resources-page .resources-card-view-all, .documentation-page .resources-card-view-all {
  position: relative;
  display: block;
  background: white;
  color: #FF7A38;
}

.resources-page .resources-card-view-all .resources-card-view-all-content, .documentation-page .resources-card-view-all .resources-card-view-all-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.resources-page .resources-card-view-all:hover, .documentation-page .resources-card-view-all:hover {
  color: white;
  background: #FF7A38;
}

@media (max-width: 767px) {
  .resources-page .resources-card-view-all, .documentation-page .resources-card-view-all {
    background: #FF7A38;
    height: 30px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    color: white;
    border-radius: 4px;
    margin: 0 auto;
    border: 1px solid transparent;
  }
  .resources-page .resources-card-view-all:hover, .documentation-page .resources-card-view-all:hover {
    background: white;
    border: 1px solid #FF7A38;
    color: #FF7A38;
  }
}

.sub-anchor {
  position: relative;
  top: -140px;
}

#documentation.sub-anchor {
  position: relative;
  top: -210px;
}

.documentation-search {
  margin-bottom: 60px;
}

.documentation-search input[type="search"] {
  border: 0;
  height: 56px;
  border-radius: 4px;
  padding-left: 50px;
  color: #6F7780;
  background: url("../../../../assets/icon-search.png") no-repeat #fff 10px;
}

.documentation-search input[type="search"]:input-placeholder {
  color: #6f7780;
}

.documentation-search input[type="search"]:focus {
  outline: none;
  box-shadow: 0 0 3px #FF7A38;
}

.documentation-single-header {
  background: white;
  padding: 24px 35px 19px 35px;
  font-size: 0.875rem;
  color: #6F7780;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 30px;
}

.documentation-single-header .lc {
  float: left;
}

.documentation-single-header .lc a {
  color: #6F7780;
  text-decoration: underline;
}

.documentation-single-header .lc a:hover {
  color: #FF7A38;
}

.documentation-single-header .rc {
  float: right;
}

.documentation-article {
  background: white;
  padding: 49px 98px;
  font-size: 1.125rem;
  color: #6F7780;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .documentation-article {
    padding: 49px 25px;
  }
}

.documentation-article h1 {
  margin-bottom: 41px;
  color: black;
}

.documentation-article table {
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
  font-size: 0.875rem;
  border-radius: 4px;
  border: 1px solid #c8cfdb;
  max-width: 100%;
}

.documentation-article table thead {
  background: #f6f7f9;
  border-bottom: 1px solid #c8cfdb;
}

.documentation-article table thead th {
  font-weight: normal;
  padding: 11px 19px;
  border-right: 1px solid #c8cfdb;
}

.documentation-article table thead th:last-child {
  border-right: 0;
}

.documentation-article table td {
  padding: 11px 19px;
  border-right: 1px solid #c8cfdb;
  border-bottom: 1px solid #c8cfdb;
}

.documentation-article table td:last-child {
  border-right: 0;
}

.documentation-article table tr:last-child td {
  border-bottom: 0;
}

.documentation-article h1, .documentation-article h2, .documentation-article h3, .documentation-article h4, .documentation-article h5, .documentation-article h6 {
  font-family: "Inter", sans-serif;
  letter-spacing: -1px;
  color: black;
  margin-bottom: 25px;
}

.documentation-article img {
  border: 1px solid #ecedef;
  padding: 15px;
}

.documentation-article .width50p {
  width: 50%;
}

.documentation-article .width100p {
  width: 100%;
}

.documentation-article h2 {
  font-size: 1.875rem;
}

.documentation-article h3 {
  font-size: 1.625rem;
}

.documentation-article h4 {
  font-size: 1.375rem;
}

.documentation-article h5 {
  font-size: 1.25rem;
}

.documentation-article h6 {
  font-size: 1.125rem;
}

.documentation-article em {
  background: #F6F7F9;
  color: #E16F55;
  font-style: normal;
  font-family: "Source Code Pro", monospace;
  letter-spacing: -0.44px;
  border: 1px solid #c8cfdb;
  border-radius: 4px;
  padding: 2px 3px;
}

.documentation-article ul {
  margin-top: 25px;
  padding-left: 20px;
}

.documentation-article figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.documentation-article figcaption {
  font-style: italic;
  font-size: 0.875rem;
  margin-top: 15px;
}

.documentation-article pre {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  background: #f6f7f9;
  border-radius: 6px;
  padding: 15px;
  color: #1B1D20;
  font-size: 0.875rem;
  letter-spacing: -0.39px;
  line-height: 28px;
  font-weight: normal;
}

.documentation-article pre .line:before {
  content: '>  ';
  opacity: 0.4;
}

.documentation-article blockquote {
  padding: 44px 98px;
  border: 1px solid #C8CFDB;
  color: #1B1D20;
  font-size: 1.125rem;
  margin-top: 32px;
  margin-bottom: 33px;
}

.documentation-article blockquote .blockquote-icon {
  max-width: 28px;
  margin-bottom: 40px;
}

.documentation-article blockquote .blockquote-name {
  font-size: 0.875rem;
  color: #6f7780;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .documentation-single-sidebar {
    display: none;
  }
}

.documentation-single-sidebar h4 {
  border-top: 1px solid black;
  margin-top: 94px;
  font-weight: bold;
  font-size: 1rem;
  padding-top: 10px;
  margin-bottom: 30px;
}

.documentation-single-sidebar ul {
  padding-left: 0;
  list-style: none;
}

.documentation-single-sidebar ul li {
  margin-bottom: 10px;
}

.documentation-single-sidebar ul li a {
  color: #6F7780;
}

.documentation-single-sidebar ul li a:hover {
  color: #FF7A38;
  text-decoration: none;
}

.sticky-sidebar-parent {
  padding-bottom: 170px;
}

@media (max-width: 991px) {
  .sticky-sidebar-parent {
    padding-bottom: 0;
  }
}

.support {
  margin-top: 88px;
}

.support h1 {
  margin-bottom: 94px;
}

.support .support-card {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  padding: 26px 30px;
}

.support .support-card h2 {
  font-weight: bold;
  font-size: 1rem;
  color: black;
}

.support .support-card .description {
  font-size: 0.875rem;
  color: #6f7780;
}

.support .support-card:hover {
  text-decoration: none;
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
}

.support .support-card:hover h2 {
  text-decoration: none;
  color:#FF7A38;
}

.press-blocks .support-card img {
  padding-bottom:15px;
}

.support-divider {
  border: 0.5px solid #C8CFDB;
  margin-top: 50px;
  margin-bottom: 0px;
}

.publications-research {
  margin-top: 88px;
}

.press h1 {
  margin-bottom: 20px;
}

.press h2 {
  padding: 20px 0px;
}

.press .col-6 {
  padding-left:0;
}

.publications-research h1 {
  margin-bottom: 94px;
}

.publications-research .publications-research-card {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  padding: 26px 30px;
}

.publications-research .publications-research-card h2 {
  font-weight: bold;
  font-size: 1rem;
  color: black;
}

.publications-research .publications-research-card .description {
  font-size: 0.875rem;
  color: #6f7780;
}

.publications-research .publications-research-card:hover {
  background: #FF7A38;
  text-decoration: none;
}

.publications-research .publications-research-card:hover h2, .publications-research .publications-research-card:hover .description {
  color: white;
}

.publications-research-divider {
  border: 0.5px solid #C8CFDB;
  margin-top: 50px;
  margin-bottom: 0px;
}

.news-events {
  margin-top: 88px;
}

.news-events h1 {
  margin-bottom: 94px;
}

.news-events .news-events-card {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  padding: 26px 30px;
}

.news-events .news-events-card h2 {
  font-size: 1rem;
  color: black;
}

.news-events .news-events-card .headline {
  font-weight: bold;
}

.news-events .news-events-card:hover {
  background: #FF7A38;
  text-decoration: none;
}

.news-events .news-events-card:hover h2 {
  color: white;
}

.news-events-divider {
  border: 0.5px solid #C8CFDB;
  margin-top: 50px;
  margin-bottom: 0px;
}

.legal-title {
  margin-top: 89px;
  margin-bottom: 38px;
}

article.legal {
  color: #6F7780;
  margin-bottom: 83px;
}

article.legal a {
  color: #6F7780;
  text-decoration: underline;
}

article.legal a:hover {
  color: #FF7A38;
}

article.legal h2, article.legal h3, article.legal h4, article.legal h5, article.legal h6 {
  color: black;
  font-family: "Inter", sans-serif;
  margin-bottom: 19px;
  letter-spacing: -0.5px;
}

.our-story-intro {
  background: #FF7A38;
  position: relative;
  bottom: 104px;
  margin-bottom: -70px;
  padding-top: 195px;
  color: white;
}

@media (max-width: 991px) {
  .our-story-intro {
    padding-top: 180px;
  }
}

.our-story-intro h1 {
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}

.our-story-intro .our-story-intro-text {
  padding-bottom: 29px;
}

@media (max-width: 991px) {
  .our-story-intro .our-story-intro-text {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
    position: relative;
    padding-bottom: 35px;
  }
}

.our-story-intro .our-story-intro-photos-1 {
  position: absolute;
  bottom: -60px;
  left: 0;
  transition: all 300ms ease-in-out;
}

@media (max-width: 991px) {
  .our-story-intro .our-story-intro-photos-1 {
    display: none;
  }
}

@media (min-width: 1388px) {
  .our-story-intro .our-story-intro-photos-1 {
    bottom: -100px;
  }
}

@media (min-width: 1596px) {
  .our-story-intro .our-story-intro-photos-1 {
    bottom: -126px;
  }
}

@media (min-width: 1878px) {
  .our-story-intro .our-story-intro-photos-1 {
    bottom: -140px;
  }
}

.our-story-intro .our-story-intro-photos-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 991px) {
  .our-story-intro .our-story-intro-photos-2 {
    display: none;
  }
}

.our-story-section-2 {
  padding-top: 97px;
  font-size: 1.125rem;
  margin-bottom: 66px;
}

@media (max-width: 991px) {
  .our-story-section-2 {
    padding-top: 40px;
  }
}

@media (min-width: 1388px) {
  .our-story-section-2 {
    padding-top: 127px;
  }
}

@media (min-width: 1596px) {
  .our-story-section-2 {
    padding-top: 147px;
  }
}

.our-story-section-2 h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  color: #FF7A38;
  letter-spacing: -0.5px;
}

.our-story-section-2 h2 {
  font-family: "Inter", sans-serif;
  font-size: 4.5rem;
  margin-bottom: 33px;
}

.our-story-section-2 p {
  color: #6F7780;
}

.our-story-section-2 a {
  color: #6F7780;
  text-decoration: underline;
}

.our-story-section-2 a:hover {
  color: #FF7A38;
}

.our-story-section-3 h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  color: #FF7A38;
  letter-spacing: -0.5px;
}

.our-story-section-3 h2 {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  margin-bottom: 58px;
}

.our-story-section-3 .staff-photo {
  margin-bottom: 20px;
}

.our-story-section-3 .staff-name, .our-story-section-3 .staff-title {
  font-weight: bold;
}

.our-story-section-3 .staff-title {
  margin-bottom: 15px;
}

.our-story-section-3 .staff-link {
  margin-bottom: 55px;
}

.our-story-section-3 .staff-link a {
  color: black;
  font-size: 0.875rem;
  text-decoration: underline;
}

.our-story-section-3 .staff-link a:hover {
  color: #FF7A38;
}

.were-hiring {
  margin-top: 40px;
  margin-bottom: 100px;
}

.were-hiring .were-hiring-container {
  background: #FF7A38;
  color: white;
  padding: 34px;
  border-radius: 6px;
}

.were-hiring .were-hiring-container h2 {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.5rem;
}

@media (max-width: 991px) {
  .were-hiring .were-hiring-container .view-careers-button {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .were-hiring .were-hiring-container .view-careers-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.careers-title-section {
  max-width: 1110px;
  margin: 0 auto 100px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.careers-title-section .careers-title-container {
  background: transparent;
  margin-top: 327px;
  margin-bottom: 126px;
  padding: 13px 58px 28px 55px;
}

.careers-title-section .careers-title-container h1 {
  color:white;
  font-size:120px;
}

@media (max-width: 767px) {
  .careers-title-section .careers-title-container h1 {
    font-size:70px;;
  }
  .careers-title-section .careers-title-container {
    padding:0;
  }
}

.careers-open-roles {
  padding-bottom: 70px;
  border-bottom: 1px solid #C8CFDB;
}

.careers-open-roles h2 {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  letter-spacing: -1.5px;
}

.careers-open-roles .open-roles-department {
  margin-top: 60px;
}

.careers-open-roles .open-roles-department h3 {
  width: 100%;
  border-top: 1px solid black;
  font-weight: bold;
  font-size: 1rem;
  padding-top: 6px;
  margin-bottom: 30px;
}

.careers-open-roles .careers-card {
  background: white;
  display: block;
  padding: 40px 30px;
  color: black;
  margin-bottom: 30px;
}

.careers-open-roles .careers-card:hover {
  background: #FF7A38;
  color: white;
  text-decoration: none;
}

.careers-about-us {
  padding-top: 89px;
  padding-bottom: 100px;
  color: #6F7780;
  font-size: 1.125rem;
}

.careers-about-us .careers-about-us-photo-1 {
  position: relative;
  right: 15px;
  top: 20%;
}

@media (max-width: 767px) {
  .careers-about-us .careers-about-us-photo-1 {
    display: none;
  }
}

.careers-about-us .careers-about-us-photo-3 {
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .careers-about-us .careers-about-us-photo-3 {
    text-align: right;
    margin-top: 40px;
    position: relative;
    left: 15px;
  }
}

.careers-about-us .careers-about-us-text h2 {
  color: black;
  font-size: 3rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -1.5px;
  margin-bottom: 50px;
}

.careers-about-us .careers-about-us-text img {
  display: block;
  margin: 30px auto;
}

.careers-about-us .careers-about-us-text a {
  color: black;
}

.careers-about-us .careers-about-us-text a:hover {
  color: #FF7A38;
  text-decoration: none;
}

.careers-orange-section {
  background: #FF7A38;
  color: white;
  padding-top: 67px;
  padding-bottom: 100px;
}

.careers-orange-section h2.we-value-title,
.careers-orange-section h2.we-believe-in-title {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid white;
  font-size: 1rem;
  font-weight: 500;
}

.careers-orange-section h2.we-value-title {
  margin-bottom: 43px;
}

.careers-orange-section .orange-section-avatar {
  margin-bottom: 20px;
}

.careers-orange-section h3.orange-section-avatar-description {
  font-size: 1.875rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
}

@media (max-width: 991px) {
  .careers-orange-section h3.orange-section-avatar-description {
    margin-bottom: 60px;
  }
}

.careers-orange-section h2.we-believe-in-title {
  margin-top: 91px;
  margin-bottom: 60px;
}

.careers-orange-section .orange-section-text-row {
  margin-bottom: 80px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .careers-orange-section .orange-section-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.careers-orange-section .orange-section-text h3 {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  font-size: 1.875rem;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .careers-orange-section .orange-section-image {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .careers-orange-section .orange-section-image {
    text-align: right;
  }
}

.careers-benefits-perks {
  padding-top: 100px;
  font-size: 1.125rem;
  color: #6F7780;
  border-bottom: 1px solid #c8cfdb;
}

.careers-benefits-perks .benefits-perks-title img {
  margin-bottom: 24px;
}

.careers-benefits-perks .benefits-perks-title h2 {
  font-size: 1.875rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 23px;
  color: black;
}

.careers-benefits-perks h3 {
  font-size: 1.125rem;
  color: black;
  font-weight: bold;
}

@media (max-width: 767px) {
  .careers-benefits-perks .benefits-perks-title.perks-title {
    margin-top: 50px;
  }
}

.careers-benefits-perks h2 {
  margin-top: 50px;
}
.careers-interview-process {
  padding-bottom: 60px;
  color: #6F7780;
}

.careers-interview-process h2 {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  color: black;
}

.careers-interview-process .careers-interview-process-intro {
  margin-top: 60px;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .careers-interview-process .careers-interview-process-intro {
    margin-top: 25px;
  }
}

.careers-interview-process .careers-accordion {
  margin-top: 33px;
  border-bottom: 1px solid #c8cfdb;
}

.careers-interview-process .careers-accordion h3 {
  cursor: pointer;
  font-size: 1.125rem;
  color: black;
  font-weight: bold;
  border-top: 1px solid #c8cfdb;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}

.careers-interview-process .careers-accordion h3 .number {
  font-weight: normal;
  margin-right: 18px;
  color: #6F7780;
}

.careers-interview-process .careers-accordion h3.ui-accordion-header-collapsed:before {
  font-family: "Font Awesome 5 Free", monospace;
  color: black;
  content: '\f078';
  position: absolute;
  right: 15px;
}

.careers-interview-process .careers-accordion h3.ui-accordion-header-active:before {
  font-family: "Font Awesome 5 Free", monospace;
  color: black;
  content: '\f077';
  position: absolute;
  right: 15px;
}

.careers-interview-process .careers-accordion div {
  padding-bottom: 26px;
}

.careers-interview-process .careers-accordion div a {
  color: #6F7780;
  text-decoration: underline;
}

.careers-interview-process .careers-accordion div a:hover {
  color: #FF7A38;
}

.ready-to-get-started {
  background: #FF7A38;
  color: white;
  padding-top: 89px;
  padding-bottom: 100px;
}

.ready-to-get-started .ready-to-get-started-line-1 {
  margin-bottom: 36px;
}

.ready-to-get-started h2 {
  font-family: "Inter", sans-serif;
  font-size: 4.5rem;
  letter-spacing: -0.5px;
  line-height: 4.75rem;
  margin-bottom: 35px;
}

.ready-to-get-started p {
  max-width: 457px;
}

.ready-to-get-started .ready-to-get-started-line-2 {
  max-width: 457px;
}

.ready-to-get-started .ready-to-get-started-line-3 {
  margin-top: 89px;
}

.ready-to-get-started .ready-to-get-started-line-3 .lc, .ready-to-get-started .ready-to-get-started-line-3 .mc, .ready-to-get-started .ready-to-get-started-line-3 .rc {
  display: inline-block;
  vertical-align: middle;
}

.ready-to-get-started .ready-to-get-started-line-3 .lc {
  margin-right: 17px;
}

.ready-to-get-started .ready-to-get-started-line-3 .mc {
  margin-right: 17px;
}

@media (max-width: 567px) {
  .ready-to-get-started .ready-to-get-started-line-3 .mc {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
  }
}

.ready-to-get-started .ready-to-get-started-line-3 .rc .ready-to-get-started-contact-line-1 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
}

.ready-to-get-started .ready-to-get-started-line-3 .rc .ready-to-get-started-contact-line-1 a {
  color: white;
  opacity: 0.6;
}

.ready-to-get-started .ready-to-get-started-line-3 .rc .ready-to-get-started-contact-line-1 a:hover {
  opacity: 1;
  text-decoration: none;
}

.ready-to-get-started .ready-to-get-started-line-3 .rc .ready-to-get-started-contact-line-2 {
  line-height: 22px;
}

.ready-to-get-started .ready-to-get-started-line-3 .rc .ready-to-get-started-contact-line-2 a {
  color: white;
}

.ready-to-get-started .ready-to-get-started-line-3 .rc .ready-to-get-started-contact-line-2 a:hover {
  text-decoration: none;
  color: #d8d8d8;
}

.ready-to-get-started .ready-to-get-started-line-3 .ready-to-get-started-avatar,
.ready-to-get-started .ready-to-get-started-line-3 .ready-to-get-started-contact {
  display: inline-block;
  vertical-align: middle;
}

.ready-to-get-started .ready-to-get-started-line-3 .ready-to-get-started-avatar {
  margin-right: 17px;
}

.pre-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C8CFDB;
}

.pre-footer .pre-footer-logo {
  position: relative;
  top: 5px;
  max-width: 101px;
}

@media (max-width: 991px) {
  .pre-footer .pre-footer-logo {
    margin-bottom: 15px;
  }
}

.pre-footer .pre-footer-email {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.4px;
}

.pre-footer .pre-footer-email a {
  color: #1b1d20;
}

.pre-footer .pre-footer-email a:hover {
  color: #FF7A38;
  text-decoration: none;
}

@media (max-width: 991px) {
  .pre-footer .pre-footer-email {
    margin-bottom: 15px;
  }
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer h6 {
  font-weight: bold;
  line-height: 20px;
  font-size: 1rem;
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  footer h6 {
    margin-top: 30px;
  }
}

footer a {
  color: #1B1D20;
}

footer .footer-nav ul {
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
  font-weight: 500;
}

footer .footer-nav ul a {
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

footer .footer-nav ul a:hover {
  color: #FF7A38;
  text-decoration: none;
}

footer .footer-social i {
  font-size: 1.125rem;
}

.footer-legal {
  margin-bottom: 27px;
  font-size: 0.875rem;
  font-weight: 500;
}

.footer-legal a {
  color: #1B1D20;
}

.footer-legal a:hover {
  color: #FF7A38;
  text-decoration: none;
}

/* HUBSPOT OVERRIDES */

.hs-input {
  width: 100% !important;
  margin-bottom: 19px !important;
  display:block !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.hs-input:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #80bdff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}

.hs-button {
  width: 100% !important;
  max-width: 300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #FF7A38 !important;
  border: 1px solid #EF6622 !important;
  color: white !important;
  padding: 13px 20px 13px 20px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  display: inline-block !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  cursor:pointer !important;
}

.hs-button:hover {
  background: #EF6622 !important;
  color: white !important;
}

.hs-button:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}

.hs-error-msgs {
  margin:0 !important;
  margin-top:-13px !important;
}

.hs-error-msg {
  color: red;
  font-size:14px;
}

.submitted-message {
  margin-top:30px;
  color: green;
}

/* Swagger UI Overrides */

.swagger-ui .topbar {
  display:none;
}
.swagger-ui .wrapper {
  padding:0;
}
.swagger-ui .col-12 {
  padding:0;
}
.swagger-ui .wrapper {
  padding:0;
}
.swagger-ui .opblock-tag {
  padding-left:0;
  padding-right:0;
}
.swagger-ui .model-title {
  max-width:520px;
}
.swagger-ui .info .title small pre {
  background:inherit;
}
.swagger-ui .info hgroup.main a {
  font-size:inherit;
  display:block;
  margin-top:8px;
}
.swagger-ui .scheme-container {
  padding-left:30px;
  padding-right:30px;
}
.swagger-ui em {
  border: none;
  color: inherit;
  font-family: inherit;
  padding: inherit;
  border-radius: 0;
  background: inherit;
  letter-spacing:0;
}
.swagger-ui pre {
  letter-spacing:0;
}
.swagger-ui table thead tr td, .swagger-ui table thead tr th {
  padding-left:10px;
}
.swagger-ui table tbody tr td:first-of-type {
  padding-left:10px;
}
.swagger-ui table tbody tr td {
  padding:10px;
}
.swagger-ui table {
  margin-top: inherit;
  margin-bottom: inherit;
  width: inherit;
  font-size: inherit;
}
.swagger-ui .opblock .opblock-section-header h4 {
  letter-spacing:0;
}
.swagger-ui section.models .model-box {
  word-break:break-all;
}

.stay-up-to-date .hs-input {
  background: #f6f7f9 !important;
  height: 53px;
  border-style:none;
}



/* Changes 02/24/20 - Kaleidico */
h1 {
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: -1.56px;
}
.home-intro-content {
  position: relative;
  z-index: 2;
}
@media(max-width: 1199px) {
  .home-intro-photo {
    max-width: 490px;
  }
}
@media(max-width: 991px) {
  .home-intro-photo {
    max-width: 100%;
  }
  .home-intro {
    padding-bottom: 35px;
  }
}
.home-blank {
  border-bottom: 0;
}
.home-alerts-logbook-buttons .home-button-learn-more,
.home-alerts-logbook-buttons .home-button-use-cases {
  display: inline-block;
  vertical-align: middle;
}
.home-alerts-logbook-buttons .home-button-learn-more {
  margin-right: 27px;
}
.btn-orange-hollow {
  border: 1px solid #ef6622;
  color: #ef6622;
}
.btn-orange-hollow:hover {
  background: #ef6622;
  color: white;
}
.home-alerts-logbook h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
  letter-spacing: -0.8px;
}
.grey {
  color: #6F7780;
}
.white-card {
  background: #fff;
  margin-bottom: 25px;
}
.white-card-content,
.white-card-full-content {
  padding: 30px 25px 25px 25px;
}
.white-card-full-content {
  padding-right: 20px;
}
.white-card-icon {
  margin-bottom: 15px;
}
.white-card-number {
  font-weight: 900;
  font-family: "Inter", sans-serif;
  letter-spacing: -2px;
  line-height: 40px;
  font-size: 48px;
  margin-bottom: 30px;
}
.white-card-description {
  color: #6f7780;
  font-size: 20px;
}
.white-card-full-content .lc {
  display: inline-block;
  vertical-align: middle;
  width: 235px;
}
.white-card-full-content .mc {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: -1.25px;
  color: #6F7780;
  font-weight: 900 !important;
  font-family: "Inter", sans-serif;
}
.white-card-full-content .rc {
  display: inline-block;
  vertical-align: middle;
  width: 263px;
  border: 2px dashed #C8CFDB;
  padding: 20px;
  margin-left: 60px;
}
@media(max-width: 1199px) {
  .white-card-full-content .lc,
  .white-card-full-content .mc,
  .white-card-full-content .rc {
    width: 100%;
    text-align: center;
  }
  .white-card-full-content .rc {
    margin-top: 20px;
    margin-left: 0px;
  }
}

.ready-to-get-started, .mobile-ready-to-get-started {
  background: rgb(53,82,255);
}
.ready-to-get-started .btn-white, .mobile-ready-to-get-started .btn-white {
  color: rgb(53,82,255);
}
.ready-to-get-started .btn-white:hover,
.mobile-ready-to-get-started .btn-white:hover {
  color: #fff;
}
.attack-surface-report-headline {
  font-size: 30px;
  line-height: 38px;
}
.attack-surface-exposures-form {
  padding: 30px 30px 30px 30px;
  border-top: 4px solid #ff7a38;
  text-align: left;
  border-radius: 0;
  box-shadow: 0px 12px 35px rgba(0,0,0,0.1);
  z-index: 1;
  background-color: #fff;
}
.report-cover {

}
@media(min-width: 992px) {
  .lg-vert-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media(max-width: 991px) {
  .xs-mt-5 {
    margin-top: 40px;
  }
}

.attack-surface-report-intro {
  padding-top: 85px;
  padding-bottom: 178px;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-size: 1136px;
}
.attack-surface-report-intro h1 {
  margin-bottom: 25px;
}
.attack-surface-report-form {
  margin-top: -60px;
  margin-bottom: 0px;
  width: 100%;
}
.attack-surface-report-form-blank {
  height: 165px;
  margin-top: -130px;
  background: white;
  border-bottom: 1px solid #c8cfdb;
}
.attack-surface-report-form-content {
  padding: 45px 68px 61px 71px;
  background: white;
  margin-bottom: 5px;
}
.attack-surface-report-form-content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}
#asr-form {
  position: relative;
}
#asr-form input {
  margin-right: 20px;
  max-width: 574px;
  height: 47px;
  border-radius: 4px !important;
  width: 100%;
  background: #f6f7f9 !important;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding-left: 16px;
  padding-right: 16px;
}
@media(max-width: 1199px) {
  #asr-form input {
    max-width: 424px;
  }
}
@media(max-width: 991px) {
  #asr-form input {
    max-width: 344px;
  }
}
@media(max-width: 767px) {
  #asr-form input {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #asr-form button {
    max-width: 100%;
    width: 100%;
  }
}
#asr-form input.error {
  border: 1px solid #dc3545;
  border-radius: 4px !important;
}
#asr-form label#field-error {
  position: absolute;
  bottom: -45px;
  left: 0;
  color: #dc3545;
  font-size: 14px;
}

@media(max-width: 767px) {
  #asr-form label#field-error {
    position: initial;
  }
}
.asr-what-does-censys-include {
  padding-top: 110px;
  padding-bottom: 140px;
  background: white;
}
.asr-what-does-censys-include h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.8px;
  margin-bottom: 47px;
}
.asr-how-does-this-work {
  padding-top: 95px;
  padding-bottom: 95px;
  color: white;
  background: #4062fe;
}
.asr-how-does-this-work h2 {
  font-size: 48px;
  line-height: 76px;
  letter-spacing: -0.33px;
  font-family: "Inter", sans-serif;
  margin-bottom: 33px;
}


.asr-results {
  background: #4062fe;
  padding-top: 100px;
  padding-bottom: 105px;
}

.asr-results-box-content {
  background: white;
  padding: 60px 36px 18.16px 45px;
}
.asr-results-intro h1 {
  color: white;
  margin-bottom: 54px;
}
.asr-results-box-content input {
  margin-right: 20px;
  max-width: 574px;
  height: 47px;
  border-radius: 4px !important;
  width: 100%;
  background: #f6f7f9 !important;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 353px;
}
.asr-results-box-content h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
@media(max-width: 767px) {
  .asr-results-box-content input {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.asr-top-divider {
  border: 1px solid #f6f7f9;
  margin-top: 38px;
  margin-bottom: 42px;
}
.asr-top-box {
  position: relative;
  padding: 10px 10px 48px 28px;
  border-radius: 4px;
}
.asr-top-box.success {
  border: 1px solid #C8CFDB;
}
.asr-top-box.failure {
  border: 1px solid #DC3545;
  background: rgba(220,53,69,0.1);
}
.asr-top-box.success .asr-top-box-icon:after {
  content: '';
  width: 39px;
  height: 37px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../../../../assets/icon-success.svg);
  background-size: cover !important;
}
.asr-top-box.failure .asr-top-box-icon:after {
  content: '';
  width: 30px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../../../../assets/icon-failure.svg);
  background-size: cover !important;
}
.asr-top-box-number {
  font-size: 46px;
  line-height: 52px;
  letter-spacing: 0.77px;
  font-weight: bold;
  margin-top: 32px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.asr-top-box-description {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.row-4 {
  margin-top: 67px;
}
.asr-bottom-box-entry {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f6f7f9;
  position: relative;
}
.asr-bottom-box-entry:last-child {
  border-bottom: 1px solid #f6f7f9;
}
.asr-bottom-box-entry-content.success {
  padding: 0px 17px 0px 21px;
}
.asr-bottom-box-entry-content.failure {
  padding: 15px 17px 15px 21px;
  border: 1px solid #DC3545;
  border-radius: 4px;
  background: rgba(220,53,69,0.1);
}
.asr-bottom-box-entry-content.failure .asr-bottom-box-description {
  max-width: 330px;
  color: black;
}
.asr-bottom-box-number {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  font-size: 26px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.43px;
  line-height: 26px;
  position: relative;
  bottom: 2px;
}
.asr-bottom-box-description {
  color: #6F7780;
  display: inline-block;
  width: 100%;
  max-width: 338px;
  vertical-align: middle;
}
@media(max-width: 1199px) {
  .asr-bottom-box-description {
    max-width: 238px;
  }
  .asr-bottom-box-entry-content.failure .asr-bottom-box-description {
    max-width: 230px;
  }
}
@media(max-width: 991px) {
  .asr-bottom-box-description {
    max-width: 395px;
  }
  .asr-bottom-box-entry-content.failure .asr-bottom-box-description {
    max-width: 385px;
  }
}
.asr-bottom-box-icon {
  width: 65px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

@media(max-width: 991px) {
  .xs-mb-5 {
    margin-bottom: 30px;
  }
}

@media(max-width: 767px) {
  .asr-bottom-box-entry-content {
    position: relative;
  }
  .asr-bottom-box-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .asr-bottom-box-entry-content.failure .asr-bottom-box-icon {
    right: 20px;
  }
}

.asr-how-does-this-work-question {
  background: #f6f7f9;
  border: 1px solid #C8CFDB;
  padding: 20px 25px;
  border-radius: 4px;
}
.asr-how-does-this-work-question h3 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.11px;
  line-height: 20px;
}

@media(max-width: 991px) {
  .asr-how-does-this-work-question {
    margin-top: 30px;
  }
}
@media(min-width: 991px) and (max-width: 1199px) {
  .asr-how-does-this-work-question p {
    font-size: 13px;
    margin-top: 15px;
  }
}

.asr-logo {
  border-top: 1px solid #c8cfdb;
  margin-top: 50px;
  padding-top: 16px;
}
.asr-logo img {
  max-width: 96px;
}


.lp-headline {
  font-size: 32px;
  line-height: 38px;
}
.lp-form {
  padding: 30px 30px 30px 30px;
  border-top: 4px solid #ff7a38;
  text-align: left;
  border-radius: 0;
  box-shadow: 0px 12px 35px rgba(0,0,0,0.1);
  z-index: 1;
  background-color: #fff;
}

.landing-page-pre-title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.landing-page-pill {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #385cff;
  max-width: 200px;
  display: inline-block;
  padding: 5px 15px 8px 15px;
  border-radius: 80px;
  position: relative;
  bottom: 2px;
}
.font-16 {
  font-size: 16px !important;
}
img.forrester-screen {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
img.forrester-icon {
  max-width: 24px;
}
.landing-h2 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media(max-width: 991px) {
  .landing-h2 {
    margin-top: 60px;
  }
}
h3.join-guest-speaker {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
h4.speaker-h4 {
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
html, body {
  overflow-x: hidden;
}
.pre-lp-form-thank-you-headline {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lp-form-thank-you {
    border-top: 0;
    padding: 115px 45px 175px 45px;
}
.lp-form-thank-you .green-checkmark {
    max-width: 80px;
    margin: 0 auto 30px;
}
.lp-form-thank-you-headline h2 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 80px;
}
.lp-form-keep-an-eye-out {
    font-size: 24px;
    letter-spacing: 0;
    text-align: center;
}

.hnri-intro {
  padding-top: 61px;
  padding-bottom: 75px;
}
.hnri-intro h2 {
  font-size: 24px !important;
  letter-spacing: -0.67px;
  font-weight: 500;
  margin-bottom: 10px;
}
.hnri-intro h1 {
  font-size: 44px;
  line-height: 54px;
  letter-spacing: -1.56px;
  color: #1b1d20;
  margin-bottom: 25px;
}
.hnri-intro p {
  color: #6f7780;
  font-size: 18px;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
@media(min-width: 992px) {
  .hnri-intro p {
    max-width: 497px;
  }
}
@media(min-width: 992px) {
  .hnri-intro img {
    max-width: 629px;
    position: relative;
    right: 65px;
  }
}
.hnri-dots {
  margin-bottom: 47px;
}
.hnri-enterprise {
  margin-bottom: 67px;
}
.hnri-enterprise h3, .hnri-free h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin-bottom: -5px;
  margin-top: 0;
}
.hnri-enterprise h2, .hnri-free h2, .hnri-looking-for h2 {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  line-height: 58px;
  margin-bottom: 35px;
}
.hnri-enterprise p, .hnri-free p {
  font-size: 18px;
  color: #6f7780;
  margin-bottom: 30px;
}
.hnri-enterprise-button {
  margin-top: 49px;
}
.hnri-free-button {
  margin-top: 41px;
}
.hnri-free {
  padding-top: 89px;
  padding-bottom: 45px;
}
.hnri-free a {
  color: #6f7780;
}
.hnri-free a:hover {
  color: #EF6622;
  text-decoration: none;
}
.hnri-free-button a {
  color: #ef6622;
}
.hnri-free-button a:hover {
  color: white;
}
.hnri-looking-for {
  padding-top: 80px;
  padding-bottom: 101px;
}
.hnri-looking-for h2 {
  margin-bottom: 49px;
}
.hnri-white-boxes-container {
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width: 991px) {
  .hnri-white-boxes-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hnri-white-box {
  background: white;
  padding: 22px 27px 23px 15px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  position: relative;
}

.hnri-white-box-symbol, .hnri-white-box-text {
  display: inline-block;
  vertical-align: middle;
}
.hnri-white-box-symbol {
  max-width: 10%;
  margin-right: 5%;
}
.hnri-white-box-text {
  max-width: 84%;
}
@media(max-width: 1046px) {
  .hnri-white-box-text {
    max-width: 74%;
  }
}
.home-hnri-intro-h1 {
  font-size: 56px !important;
  line-height: 67px !important;
  margin-bottom: 30px !important;
}
.home-hnri-intro-text {
  margin-bottom: 95px !important;
}
.home-intro-button {
  display: inline-block;
  margin-right: 24px;
}
.home-intro-button:last-child {
  margin-right: 0;
}

/* Forrester Webinar B */
.webinar-date {
  margin-bottom: 37px;
}
.webinar-date .calendar-icon, .webinar-date .date-text {
  display: inline-block;
  vertical-align: middle;
}
.webinar-date .calendar-icon {
  max-width: 18px;
  margin-right: 14px;
}
.webinar-date .date-text {
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4d5358;
}
.why-join-this-webinar {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #252b36;
}
.why-join-box {
    box-shadow: 0 4px 10px 0 #e1e3e5;
    border-radius: 4px;
    background: white;
    margin-bottom: 27px;
    padding: 15px 20px 15px 20px;
    font-size: 16px;
}
.common-sense {
  margin-top: 41px;
}
.join-speakers {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: normal;
  text-align: left;
  color: #1d1d20;
  line-height: 22px;
  margin-bottom: 30px;
}
.forrester-webinar-speaker-photo, .forrester-webinar-speaker-name {
  display: inline-block;
  vertical-align: middle;
}
.josh-zelonis {
  margin-right: 20px;
}
.morgan-princing {
  margin-left: 20px;
}
.fwsn-line-1 {
  font-size: 16px;
  font-weight: 600;
  color: #252b36;
  margin-bottom: 10px;
}
.fwsn-line-2 {
  font-size: 14px;
  font-style: italic;
}

@media(max-width: 991px) {
  .join-speakers {
    margin-top: 40px;
  }
  .josh-zelonis {
    margin-bottom: 15px;
  }
  .fwsn-line-2 {
    margin-bottom: 15px;
  }
}
@media(max-width: 575px) {
  .josh-zelonis, .morgan-princing {
    max-width: 80px;
  }
}

.forrester-lp-subheadline {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}
h1.forrester-lp-headline {
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  padding-top: 0; 
  line-height: 38px !important;
  margin-bottom: 56px;
}
.why-join-this-webinar {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.forrester-italics {
  font-size: 16px !important;
  font-style: italic;
  margin-bottom: 28px;
}
.lp-form-description {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
}
.forrester-dotted-border {
  border: solid 0.5px #c1c5cb;
  margin-bottom: 55px;
}
.forrester-webinar-speakers {
  margin-bottom: 144px;
}

@media(max-width: 991px) {
  .forrester-dotted-border {
    margin-top: 55px;
  }
}
.btn-search-censys {
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #4062fe;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-search-censys:hover {
  background: #4062fe;
  color: white;
}

/* New Home Page */
.home-section-1 {
  background-color: #101940;
  padding-top: 121px;
  padding-bottom: 250px;
  position: relative;
}
.home-section-1 h1 {
  color: #f6f7f9;
  letter-spacing: -1.67px;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.home-section-1 p {
  position: relative;
  z-index: 2;
  color: #c8cfdb;
  margin-bottom: 32px;
}
.home-section-1-background {
  position: absolute;
  bottom: 151px;
}
@media(max-width: 818px) {
  .home-section-1-background {
    bottom: 240px;
  }
}
.home-section-1-buttons {
  position: relative;
  z-index: 2;
}
.home-section-1-button {
  display: inline-block;
  margin-right: 24px;
}
.home-section-1-button:last-child {
  margin-right: 0;
}
.btn-hover-blue-text:hover {
  color: #4862fe !important;
}
.btn-blue {
  background: #4862fe;
  font-weight: bold;
  color: white;
  border: 2px solid #4862fe;
}
.btn-blue:hover {
  background: none;
  color: #4862fe;
}
.btn-hollow-blue {
  color: #f6f7f9;
  border: 2px solid #4862fe;
  font-weight: bold;
}
.btn-hollow-blue:hover {
  color: white;
  background: #4862fe;
}
.home-section-1-buttons .btn-blue:hover {
  color: white;
}
.home-section-2 {
  margin-top: -260px;
}
.home-section-2-content {
  background: white;
  border-radius: 36px;
}
.home-section-2-text {
  padding: 53px 85px 50px 66px;
}
.home-section-2-text h2 {
  font-size: 32px;
  letter-spacing: -0.89px;
  line-height: 46px;
  color: #080c20;
  font-weight: bold;
  text-align: center
}
.home-section-2-text p {
  text-align: center;
  margin-bottom: 38px;
}
.home-section-2-buttons {
  text-align: center;
}
.home-section-2-button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  background: #e6ebfe;
  margin-right: 24px;
  font-weight: bold;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #080c20;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 24px;
}
.home-section-2-button:hover {
  background: #4062fe;
  color: white;
}
.home-section-2-button:hover .home-section-2-button-arrow img {
  filter: brightness(600%);
}
.home-section-2-button-text,
.home-section-2-button-arrow {
  display: inline-block;
}
.home-section-2-button-arrow {
  position: absolute;
  right: 20px;;
  max-width: 16px;
}
.home-section-2 .statistics-icon {
  max-width: 20px;
  margin-bottom: 15px;
}
.home-section-2 .statistics-text {
  color: #080c20;
  font-size: 30px;
  font-weight: bold;
}
.home-section-2 .statistics-description {
  color: #6f7780;
  letter-spacing: -0.27px;
  margin-bottom: 57px;
}
.home-section-3 {
  padding-top: 133px;
  padding-bottom: 245px;
}
.home-section-3 h2 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1.33px;
  margin-bottom: 27px;
  font-weight: bold;
}
.home-section-3 p {
  color: #6f7780;
  font-size: 18px;
}
.home-section-4 {
  background-color: #101940;
  position: relative;
}
.home-section-4-background {
  position: absolute;
  top: 0;
}
.home-section-4-content {
  position: relative;
  top: -125px;
  z-index: 2;
  color: white;
}
.home-section-4-video {
  margin-bottom: 198px;
}
.home-section-4 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  font-weight: bold;
  margin-bottom: 34px;
}
.home-section-4 p {
  margin-bottom: 30px;
  color: #c8cfdb;
  font-size: 18px;
  line-height: 32px;
}
.btn-hover-text-white:hover {
  color: white !important;
}
@media(max-width: 767px) {
  .home-section-4-buttons {
    margin-bottom: 24px;
  }
}
.home-section-4-button {
  display: inline-block;
  margin-right: 34px;
}
.btn-orange-text {
  color: #f97738;
  font-weight: bold;
}
.btn-orange-text:hover {
  color: white;
}
.btn-white-text {
  color: #fff;
  font-weight: bold;
}
.btn-white-text:hover {
  color: #f97738;
}
.home-section-5 {
  padding-top: 109px;
  padding-bottom: 109px;
  background: #f6f7f9;
}
.home-section-5 h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 61px;
}
.home-section-5-card {
  display: block;
  background: white;
  border-radius: 16px;
  padding: 45px 27px 60px 27px;
  text-align: center;
  margin-bottom: 24px;
}
.home-section-5-card-text {
  margin-top: 33px;
  color: #080c20;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.4px;
  font-weight: bold;
  text-align: left;
}
.home-section-5-card:hover {
  background: #4062fe;
  text-decoration: none !important;
}
.home-section-5-card:hover .home-section-5-card-text {
  color: #f6f7f9 !important;
  text-decoration: none !important;
}
.home-section-6 h2 {
  font-size: 48px;
  color: #080c20;
  font-weight: bold;
  letter-spacing: -1.33px;
}
.home-blog-whitepaper-press-card-feature-image img {
  border-radius: 16px 16px 0 0;
}
.home-blog-whitepaper-press-card {
  border-radius: 0 0 16px 16px;
}
.btn-blue-text {
  color: #4062fe;
}
.home-section-7 {
  margin-top: 103px;
  background: #4062fe;
  padding-top: 73px;
  padding-bottom: 54px;
}
.home-section-7 h2 {
  color: white;
  text-align: center;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #f6f7f9;
  font-weight: bold;
}
.home-section-7 p {
  color: #c8cfdb;
  text-align: center;
  margin-bottom: 28px;
}
.btn-careers {
  border: 1px solid #fff;
  margin-bottom: 28px;
  display: block;
  position: relative;
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 16px;
}
.btn-careers:hover {
  background: white;
}
.btn-careers-text {
  font-size: 21px;
  color: #f6f7f9;
  font-weight: bold;
  float: left;
}
.btn-careers:hover .btn-careers-text {
  color: #4062fe;
}
.btn-careers-arrow {
  float: right;
  max-width: 10px;
  margin-right: 32px;
}
.btn-careers:hover .btn-careers-arrow {
  filter: brightness(0);
}
.btn-hollow-white {
  font-weight: bold;
  color: white;
  border: 2px solid white;
  border-radius: 6px;
}
.btn-hollow-white:hover {
  background: white;
  color: #4062fe;
}
.home-section-8 {
  padding-top: 98px;
  color: #6f7780;
}
.home-section-8 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  font-weight: bold;
  margin-bottom: 19px;
}
.home-section-8-description {
  margin-bottom: 81px;
  font-size: 18px;
}
.home-section-8-block {
  margin-bottom: 101px;
}
.home-section-8-icon img {
  max-width: 20px;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.home-section-8 h3 {
  font-size: 24px;
  line-height: 28px;
  color: #080c20;
  font-weight: bold;
  margin-bottom: 40px;
}
.home-section-9 {
  background-color: #fff;
  background-image: url(../../../../assets/background-home-how-it-works.png);
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: bottom !important;
  padding-top: 192px;
  color: #080c20;
  position: relative;
  background-position: 0px;
  padding-bottom: 160px;
}
@media(max-width: 767px) {
  .home-section-9 {
    padding-bottom: 50px;
  }
}
.home-section-9 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  font-weight: bold;
  margin-bottom: 88px;
}
.how-it-works-slide h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
}
.how-it-works-slide p {
  color: #080c20;
  font-size: 18px;
}
.how-it-works-slider .slick-arrow,
.soc-slider .slick-arrow {
    display: none !important;
}
.how-it-works-slider ul.slick-dots,
.soc-slider ul.slick-dots {
    bottom: -30%;
    text-align: right;
    float: right !important;
    margin-left: 99%;
    height: 100%;
}
.how-it-works-slider .slick-dots li,
.soc-slider .slick-dots li {
  display: block !important;
}
li.slick-active {
  height: 73px !important;
}
.slick-dots li button:before {
    opacity: .45 !important;
    color: #4062fe !important;
    display: block !important;
    width: 7px !important;
    height: 10px !important;
    font-size: initial;
    content: '';
    background: #4062fe !important;
    border-radius: 2px;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #4062fe !important;
    display: block !important;
    width: 7px !important;
    height: 64px !important;
    font-size: initial;
    content: '';
    background: #4062fe !important;
    border-radius: 2px;
    transition: all 300ms ease;
}
@media(max-width: 767px) {
  .how-it-works-slide h3 {
    margin-top: 30px;
  }
  .how-it-works-slide img {
    max-width: 95%;
  }
}
.home-section-10 {
  background: url('img/background-home-section-10.jpg') no-repeat;
  background-size: cover !important;
  color: white;
  padding-top: 100px;
  padding-bottom: 97px;
}
.home-section-10 h2 {
  font-size: 36px;
  line-height: 64px;
  letter-spacing: -1.0px;
  font-weight: bold;
  margin-bottom: 24px;
}

/* New Footer */
footer {
  background: #080c20;
  color: white;
}
.footer-logo {
  max-width: 120px;
  margin-bottom: 66px;
}
.footer-contact-us {
  margin-bottom: 64px;
}
.footer-contact-us a {
  font-weight: bold;
  color: white;
}
.footer-contact-us a img {
  max-width: 14px;
  margin-left: 10px;
}
.btn-blue-hollow {
  padding-top: 7px;
  padding-bottom: 8px;
  border: 2px solid #4062fe;
}
.btn-blue-hollow:hover {
  background: #4062fe;
}


.footer-nav ul {
  padding-left: 0;
}
.footer-nav li > a {
  color: #f6f7f9;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 5px;
}
.footer-nav .sub-menu {
  background: none;
  position: relative;
  top: 0;
  margin-bottom: 40px;
}
.footer-nav .sub-menu a {
  font-weight: normal;
  color: #6f7780;
  font-size: 16px;
}


.footer-legal {
  font-size: 14px;
}
.footer-legal a {
  color: white;
}
.footer-social-icons {
  text-align: right;
  position: relative;
  bottom: 10px;
  margin-bottom: 22px;
}
@media(max-width: 767px) {
  .footer-social-icons {
    text-align: left;
  }
}
.footer-social-icon {
  display: inline-block;
  margin-right: 19px;
  max-width: 30px;
}
.menu-footer-legal-navigation-container {
    display: inline-block;
}
#menu-footer-legal-navigation {
  padding-left: 0;
}
#menu-footer-legal-navigation li {
    display: inline-block;
}
#menu-footer-legal-navigation li:before {
  content: "•";
  font-weight: bold;
  margin-right: 15px;
  margin-left: 10px;
}
.footer-social-icon:last-child {
  margin-right: 0;
}
.footer-social-icon:hover {
  filter: brightness(200%);
}

/* New Header */
.chevron-down {
  max-width: 10px;
  margin-left: 10px;
}
.header-nav li > a:hover {
  color: #d8d8d8;
}
.header-nav li ul.sub-menu {
  border-radius: 8px;
  text-align: left;
    padding-left: 17px !important;
  padding-right: 17px !important;
  padding-top: 9px !important;
  padding-bottom: 19px !important; 
}
.header-nav li ul.sub-menu li {
  text-align: left;
  padding: 0;
}
.header-nav li ul.sub-menu li a {
  padding: 0;
  padding-top: 15px;
}
.header-nav li ul.sub-menu li a:hover {
  color: #ff7a38 !important;
}
.blue-link a {
  color: #4062fe !important;
  display: block;
}
.blue-link {
  background-image: url(img/nav-right-arrow.png);
  background-size: 12px;
  background-position: 100%;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 10px !important;
}
.header-login:hover {
  color: #d8d8d8;
  text-decoration: none;
}

@media(max-width: 1199px) {
  .desktop-header .header-nav li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Mobile Header / Menu */
.mobile-menu {
  display: none;
}
.mobile-header {
  background: #101940;
}
.mobile-header-logo {
  max-width: 28px;
}
.open-mobile-menu img {
  max-width: 20px;
  cursor: pointer;
}
.open-mobile-menu-search-btn {
  color: white;
  font-weight: bold;
    border: 2px solid #4062FE;
  border-radius: 6px;
  padding: 8px;
}
.open-mobile-menu-search-btn:hover {
  background: #4062FE;
  color: white;
  text-decoration: none;
}
.close-mobile-menu-search-btn {
  color: #4062fe;
  font-weight: bold;
    border: 2px solid #4062FE;
  border-radius: 6px;
  padding: 8px;
}
.close-mobile-menu-search-btn:hover {
  background: #4062FE;
  color: white;
  text-decoration: none;
}

.mobile-nav ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.mobile-nav a {
  font-size: 14px;
  font-weight: bold;
  color: #0f184c;
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}
.mobile-nav a:hover {
  text-decoration: none;
  color: #FF7A38;
}
.mobile-nav .grey-arrow > a {
  padding-top: 30px;
  background-image: url(img/mobile-menu-arrow-right.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background-size: 12px;
  background-position: 100% 65%;
}
.mobile-menu {
  position: absolute;
  top: 0;
  width: 100%;
}
.mobile-nav .resources-link {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mobile-nav .login-link a {
  color: #5d6bff;
  padding-bottom: 30px;
}
.mobile-nav .login-link a:hover {
  color: #FF7A38;
}
.learn-more a {
  color: #4062fe;
  font-weight: bold;
}
.learn-more a:hover {
  color: #ff7a38;
  text-decoration: none;
}
@media(min-width: 992px) {
  .mobile-menu { display: none !important; }
}
.close-mobile-menu {
  max-width: 20px;
  float: right;
}


.use-cases-section-1 {
  background: #101940;
  color: white;
  padding-top: 118px;
  background-image: url(img/use-cases-section-1.png);
  background-size: 546px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media(max-width: 991px) {
  .use-cases-section-1 {
    padding-bottom: 524px;
    background-position: bottom center;
  }
}
.use-cases-section-1-content, .use-cases-section-2-content, .use-cases-section-4-content {
  padding-left: 15px;
  padding-right: 15px;
}
.use-cases-section-1 h1 {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: -1.67px;
  margin-bottom: 20px;
  font-weight: 700;
}
.use-cases-section-1 p {
  margin-top: 40px;
  margin-bottom: 24px;
}
.use-cases-section-1-btn-1 {
  padding-top: 7px;
  padding-bottom: 8px;
  background: #4062fe;
  border: 2px solid #4062fe;
  color: white;
  font-weight: bold;
  margin-right: 24px;
}
.use-cases-section-1-btn-1:hover {
  background: none;
  color: white;
}
.use-cases-section-1-btn-2 {
  color: white !important;
  font-weight: bold;
}
.use-cases-section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.use-cases-section-2 h2,
.use-cases-section-3 h2,
.use-cases-section-4 h2 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1.33px;
  font-weight: bold;
  margin-bottom: 30px;
}
.use-cases-section-2 p,
.use-cases-section-3 p,
.use-cases-section-4 p {
  color: #6f7780;
  margin-bottom: 45px;
}
.use-cases-section-2-statistics .ucs2s-icon,
.use-cases-section-3-statistics .ucs3s-icon {
  max-width: 18px;
  margin-bottom: 28px;
}
.use-cases-section-2-statistics .ucs2s-number,
.use-cases-section-3-statistics .ucs3s-number {
  color: #080c20;
  font-size: 24px;
  font-weight: bold;
}
.use-cases-section-2-statistics .ucs2s-description,
.use-cases-section-3-statistics .ucs3s-description {
  color: #6f7780;
  letter-spacing: -0.27px;
  margin-bottom: 24px;
}
.ucs2s-button, .ucs3s-button, .ucs4s-button {
  display: inline-block;
  margin-right: 31px;
}
.ucs2s-button:last-child, .ucs3s-button:last-child, .ucs4s-button:last-child {
  margin-right: 0;
}
.btn-blue-text {
  font-weight: bold;
}
.btn-blue-text:hover {
  color: #E97139;
}
.use-cases-section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ucs3s-chart, .ucs3s-chart-description,
.ucs4s-chart, .ucs4s-chart-description {
  display: inline-block;
  vertical-align: middle;
}
.ucs3s-chart,
.ucs4s-chart {
  max-width: 85px;
  margin-right: 21px;
}
.ucs3s-chart-description {
  max-width: 140px;
  color: #6f7780;
}
.ucs4s-chart-description {
  color: #6f7780;
  max-width: 194px;
}
.ucs3s-buttons, .ucs4s-buttons {
  margin-top: 27px;
}
.use-cases-section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media(max-width: 767px) {
  .use-cases-section-1-buttons, .ucs2s-buttons {
    margin-bottom: 30px;
  }
  .ucs2s-description, .ucs3s-description {
    margin-bottom: 60px !important;
  }
  .ucs3s-buttons {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .ucs4s-buttons {
    margin-bottom: 40px;
  }
}

/* ROLES */
.roles-main {
  background: #101940;
  color: #fff;
  padding-bottom: 86px;
}
.roles-intro {
  padding-top: 100px;
  padding-bottom: 86px;
}
.roles-intro h1 {
  font-size: 60px;
  letter-spacing: -1.67px;
  margin-bottom: 45px;
}
.roles-intro p {
  color: #c8cfdb;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}
@media(max-width: 767px) {
  .roles-intro .btn {
    margin-bottom: 30px;
  }
}
.roles-dropdown-inner {
  background-color: #fafbff;
  border-radius: 24px;
  display: flex;
  padding: 28px 42px 27px 37px;
  align-items: center;
  justify-content: space-between;
}
@media(max-width: 575px) {
  .roles-dropdown-inner {
    display: block;
  }
}
.roles-dropdown-label {
  color: #080c20;
  font-size: 24px;
  font-weight: bold;
  width: 15%;
}
@media(max-width: 991px) {
  .roles-dropdown-label {
    font-size: 14px;
  }
}
.roles-dropdown-select {
  width: 85%;
}
@media(max-width: 575px) {
  .roles-dropdown-select {
    width: 100%;
  }
}
.roles-dropdown-select select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: rgba(64, 98, 254, 0.1);
  border: 0;
  height: 47px;
  padding-left: 14px;
  font-size: 16px;
  color: #080c20;
  font-weight: bold;
  border-radius: 6px;
  background-image: url(../../../../assets/select-chevron.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
.roles-change-panel {
  margin-top: 24px;
}
.roles-change-panel .btn-blue-hollow {
  font-weight: bold;
  color: #4062fe;
}
.roles-change-panel-content {
  background: #fff;
  border-radius: 24px;
  padding: 40px 42px 52px 44px;
  color: #6f7780;
}
.roles-change-panel-content h2 {
  font-size: 36px;
  letter-spacing: -1.0px;
  line-height: 58px;
  color: #080c20;
  font-weight: bold;
}
.roles-change-panel-content ul {
  margin-top: 0;
  padding-top: 0;
}
.roles-panel-sidebar h3 {
  font-size: 16px;
  color: #080c20;
  font-weight: bold;
}
.roles-panel-learn-more {
  text-align: right;
}
@media(max-width: 767px) {
  .roles-panel-learn-more {
    text-align: left;
    margin-top: 30px;
  }
}
.pill.orange {
  font-size: 13px;
  padding: 4px 7px 5px 7px;
  background: #f7ded2;
  border-radius: 2px;
  color: #ff7a38;
  letter-spacing: 0.2px;
  font-weight: bold;
}
.pill.orange.linkable {
  color: #ff7a38;
  cursor: pointer;
}
.pill.orange.linkable:hover {
  background: #ff7a38;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}
.pill.green {
  font-size: 13px;
  padding: 4px 7px 5px 7px;
  background: rgba(28,190,120,0.1);
  border-radius: 2px;
  color: #1cbe78;
  letter-spacing: 0.2px;
  font-weight: bold;
}
.pill.green.linkable {
  color: #1cbe78;
  cursor: pointer;
}
.pill.green.linkable:hover {
  background: #1cbe78;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}
.pill.blue {
  font-size: 13px;
  padding: 4px 7px 5px 7px;
  background: rgba(64,98,254,0.15);
  border-radius: 2px;
  color: #4062fe;
  letter-spacing: 0.2px;
  font-weight: bold;
}
.pill.blue.linkable {
  color: #4062fe;
  cursor: pointer;
}
.pill.blue.linkable:hover {
  background: #4062fe;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}
.pill.grey {
  background: #f6f7f9;
  border-radius: 13.5px;
  color: #6f7780;
  font-size: 13px;
  padding: 4px 15px 5px 15px;
  margin-bottom: 13px;
  display: inline-block;
}
.pill.grey:first-child {
  margin-top: 15px;
}
.roles-panel-sidebar .see-all-link a {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  color: #4062fe;
}
@media(max-width: 991px) {
  .roles-panel-sidebar {
    margin-top: 30px;
  }
}
.roles-change-panel strong {
  color: #080c20;
}
.roles-panel-logo {
  margin-bottom: 15px;
}
.pill-spacer {
  margin-top: 8px;
}
.roles-change-panel .see-all-link a:hover {
  color: #ff7a38;
  text-decoration: none;
}
.roles-change-panel .free {
  padding-left: 9px;
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-style: italic;
  color: #4062fe;
}
.roles-panel-learn-more .btn:hover {
  color: white !important;
}

/* Product Page */
.product-hero {
  background: #101940;
  color: #fff;
  padding-top: 126px;
  padding-bottom: 90px;
}
.product-hero h1 {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: -1.67px;
  color: #f6f7f9;
  margin-bottom: 40px;
}
.product-hero p {
  font-size: 18px;
  color: #c8cfdb;
}
.product-hero-button {
  display: inline-block;
  margin-right: 24px;
  margin-top: 40px;
}
.product-main {
  background: #f6f7f9;
  padding-bottom: 100px;
}
.product-section-2 {
  padding-top: 80px;
  padding-bottom: 90px;
}
.product-section-2 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Inter', sans-serif;
}
.product-section-2 p {
  font-size: 18px;
  line-height: 28px;
  color: #6f7780;
}
.product-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-section-icon {
  max-width: 48px;
  margin-bottom: 25px;
}
.product-section h3 {
  font-weight: bold;
  font-size: 32px;
  color: #080c20;
  margin-bottom: 30px;
}
.product-section p {
  color: #6f7780;
}
.product-section .learn-more {
  color: #4062fe;
  font-weight: bold;
}
.product-section .learn-more:hover {
  color: #ff7a38;
  text-decoration: none;
}
@media(max-width: 767px) {
  .product-section-img {
    padding-top: 30px;
  }
}
.roles-asd-hero {
  background: #101940;
  color: #f6f7f9;
  padding-top: 87px;
}
.roles-asd-hero h1 {
  font-size: 60px;
  letter-spacing: -1.67px;
  margin-bottom: 48px;
}
.asd-sub-menu {
  padding-top: 84px;
}
.asdsm-icon {
  max-width: 47px;
  margin: 0 auto 14px;
}
.asdsm-name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}
.asd-sub-menu {
  border-bottom: 5px solid transparent;
  cursor: pointer;
}
.asd-sub-menu.active {
  border-bottom: 5px solid #ff7a38;
}

main.vuln,
main.it {
  display: none;
  background: #f6f7f9;
}
main.soc {
  background: #f6f7f9;
}
.soc-section-1 {
  padding-top: 152px;
  padding-bottom: 196px;
}
.soc-section-1 h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1.0px;
  margin-bottom: 35px;
}
.soc-section-1 p {
  color: #6f7780;
  font-weight: 500;
  margin-bottom: 39px;
}
.soc-section-1 .button {
  display: inline-block;
  margin-right: 31px;
}
.soc-section-1 .button:last-child {
  margin-right: 0;
}
.soc-section-2 h2 {
  font-size: 36px;
  color: #080c20;
  font-weight: bold;
  margin-bottom: 20px;
}
.soc-section-2 p {
  color: #6f7780;
}
.soc-slider {
  margin-top: 64px;
  margin-bottom: 89px;
}
.soc-slide {
  background: white;
  border-radius: 16px;
  padding: 61px 72px 63px 76px;
}
.soc-slide-number {
  color: #ff7a38;
  font-size: 24px;
  font-weight: bold;
  background: #f7ded2;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 100%;
  margin-bottom: 31px;
}
.soc-slide h3 {
  color: #080c20;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 33px;
}
.soc-slider ul.slick-dots {
  left: 5% !important;
}
@media(max-width: 1259px) {
  .soc-slider ul.slick-dots {
    left: 0% !important;
  }
}
@media(max-width: 767px) {
  .mobile-mt-3 {
    margin-top: 30px;
  }
  .mobile-mt-5 {
    margin-top: 60px;
  }
  .mobile-mb-3 {
    margin-bottom: 30px;
  }
  .mobile-pr-15 {
    padding-right: 15px;
  }
  .mobile-pl-15 {
    padding-left: 15px;
  }
}
.soc-section-3 {
  margin-top: 89px;
  margin-bottom: 0;
}
.soc-section-4, .vuln-section-7, .it-section-4, .th-section-9, .product-asm-section-9, .enterprise-section-3, .data-section-10, .careers-outro, .about-outro, .thank-you-resources {
  background: url(img/background-home-section-10.jpg);
  background-size: cover !important;
  color: white;
  padding-top: 85px;
  padding-bottom: 67px;
}
.soc-section-4 h2, .vuln-section-7 h2, .it-section-4 h2, .th-section-9 h2, .enterprise-section-3 h2, .data-section-10 h2, .careers-outro h2, .thank-you-resources h2 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -1px;
  margin-bottom: 46px;
}
.vuln-section-1 {
  padding-top: 122px;
  padding-bottom: 157px;
}
.vuln-section-1 h2 {
  font-size: 34px;
  letter-spacing: -1px;
  margin-bottom: 45px;
}
.vuln-section-1 p {
  color: #6f7780;
  font-weight: 500;
}
.vuln-card {
  background: #fff;
  padding: 35px 27px 20px 37px;
  margin-bottom: 30px;
  border-radius: 16px;
  text-align: center;
}
.vuln-card-icon {
  margin-bottom: 26px;
}
.vuln-card-text {
  font-weight: bold;
}
.vuln-section-2 {
  padding-top: 86px;
  padding-bottom: 88px;
  background: #4062fe;
  color: white;
}
.vuln-section-2-text-1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.vuln-section-2-quote-icon {
  margin-bottom: 9px;
}
.vuln-section-2 h2 {
  font-size: 36px;
  letter-spacing: -1.0px;
  line-height: 46px;
  margin-bottom: 38px;
}
.buttons .button {
  display: inline-block;
  margin-right: 31px;
  margin-bottom: 20px;
}
.buttons .button:last-child {
  margin-right: 0;
}
.vuln-section-3 {
  padding-top: 115px;
  padding-bottom: 160px;
}
.vuln-section-3 h2 {
  margin-bottom: 40px;
}
.vuln-section-3 p {
  color: #6f7780;
  font-weight: 500;
}
.vuln-section-4 h2 {
  font-size: 36px;
  margin-bottom: 24px;
}
.vuln-section-4 p {
  color: #6f7780;
  font-weight: 500;
  margin-bottom: 50px;
}
.vuln-section-5 {
  padding-bottom: 181px;
}
.it-section-1 {
  padding-top: 156px;
  background: white;
}
.it-section-1 h2 {
  font-size: 36px;
  letter-spacing: -1.0px;
  color: #080c20;
}
.it-section-2 {
  padding-top: 111px;
  padding-bottom: 109px;
  background-color: #f6f7f9;
}
.it-section-2 h2 {
  font-size: 36px;
  letter-spacing: -1.0px;
  color: #080c20;
  margin-bottom: 70px;
}
.it-card {
  display: inline-block;
  width: 31%;
  margin: 1%;
  vertical-align: top;
  background: #fff;
  padding: 35px 41px 30px 42px;
  border-radius: 16px;
}
.it-card-icon {
  max-width: 44px;
  margin: 0 auto 26px;
}
.it-card-text {
  color: #080c20;
  font-weight: bold;
}
.it-section-3 {
  padding-top: 111px;
  padding-bottom: 0;
}
.it-section-3 h2 {
  font-size: 36px;
  color: #080c20;
  letter-spacing: -1px;
  margin-bottom: 35px;
}
.it-section-3 p {
  margin-bottom: 70px;
}
.th-section-1 {
  background: #101940;
  color: #f8f9fb;
  padding-top: 70px;
  padding-bottom: 58px;
}
.th-section-1 h1 {
  margin-bottom: 41px;
}
.th-section-1 p {
  font-weight: 500;
  color: #ced5e1;
  margin-bottom: 32px;
}
.threat-hunter-main {
  background: #f6f7f9;
}
.th-section-2 {
  padding-top: 147px;
  padding-bottom: 137px;
}
.th-section-2 p {
  color: #848e98;
  font-weight: 500;
  margin-bottom: 43px;
}
.th-section-3 {
  padding-top: 76px;
  padding-bottom: 84px;
  background: rgba(200,207,219,0.44);
}
.th-section-3 h2 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1.0px;
  color: #07052b;
  margin-bottom: 24px;
}
.th-section-3 p {
  font-weight: 500;
  color: #848e98;
}
.th-section-4 {
  padding-top: 107px;
  padding-bottom: 168px;
  background: white;
}
.th-section-4 h2 {
  color: #090133;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 35px;
}
.th-section-4 p {
  color: #8e98a3;
  font-weight: 500;
}
.th-section-5 {
  background: white;
}
.th-section-5 h2 {
  font-size: 36px;
  color: #080c20;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 24px;
}
.th-section-5 p {
  color: #79828c;
  margin-bottom: 25px;
}
.th-section-6 {
  background: #f6f7f9;
  padding-top: 180px;
}
.th-section-6 h2 {
  font-size: 36px;
  color: #080c20;
  margin-bottom: 24px;
}
.th-section-6 p {
  color: #79828c;
  font-weight: 500;
  margin-bottom: 65px;
}
.th-section-7 {
  padding-bottom: 124px;
}
.mb-5 {
  margin-bottom: 60px;
}









h1, h2, h3, h4, h5, h6 {
  font-family : 'Inter', sans-serif !important;
}
.gd-section-1 {
  padding-top: 88px;
  padding-bottom: 58px;
  background: #101940;
  background-image: url(img/govt-map.png);
  background-repeat: no-repeat;
  background-size: cover !important;
  color: #fff;
}
.gd-section-1 h1 {
  font-size: 60px;
  letter-spacing: -1.67px;
  color: #f7f8fa;
  margin-bottom: 32px;
}
.gd-section-1 p {
  font-weight: 500;
  color: #c8cfdb;
  margin-bottom: 32px;
}
.gd-main {
  background: #f6f7f9;
}
.gd-section-2 {
  padding-top: 147px;
  padding-bottom: 214px;
}
.gd-section-2 p {
  color: #79828c;
  font-weight: 500;
  margin-bottom: 24px;
}
.gd-section-3 h2 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #070925;
  margin-bottom: 24px;
}
.gd-section-4 {
  padding-top: 190px;
  padding-bottom: 168px;
}
.gd-section-4 h2, .gd-section-5 h2 {
  font-size: 36px;
  color: #07052b;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.gd-section-4 p, .gd-section-5 p {
  color: #848e98;
  font-weight: 500;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
      max-width: 890px;
  }
}
.product-asm-section-1 {
  padding-top: 125px;
  padding-bottom: 130px;
  background: #101940;
}
.product-asm-section-1 h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 32px;
  color: white;
}
.product-asm-section-1 p {
  font-size: 18px;
  color: white;
}
.product-asm-section-2 {
  background: #f6f7f9;
  padding-top: 130px;
  padding-bottom: 97px;
}
.product-asm-section-2 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  margin-bottom: 39px;
}
.product-asm-section-2 p {
  font-size: 18px;
  color: #6f7780;
  margin-bottom: 40px;
}
.asm-screen-1 {
  position: relative;
}
.asm-screen-1 img {
  position: absolute;
  top: -60px;
}
@media(max-width: 991px) {
  .asm-screen-1 img {
    position: relative;
    top: 0;
  }
}
.product-asm-section-3 {
  background: #fff;
  padding-top: 62px;
}
.product-asm-section-3 h2 {
  color: #080c20;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  text-align: center;
  margin-bottom: 74px;
}
.product-asm-section-3 h3 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #080c20;
  margin-bottom: 27px;
  font-weight: bold;
}
.product-asm-section-3 h4 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #4062fe;
  font-weight: bold;
}
.product-asm-section-3-1, .product-asm-section-3-2, .product-asm-section-3-3, .product-asm-section-3-4 {
  padding-bottom: 137px;
}
.product-asm-section-3 p {
  color: #6f7780;
}
.product-asm-section-4 {
    background: #fff;
    padding-top: 124px;
    padding-bottom: 91px;
}
.product-asm-section-4 h2 {
  margin-bottom: 74px;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
}
.product-asm-section-4 p {
  color: #6f7780;
}
.product-asm-section-4 a {
  color: #4062fe;
}
.product-asm-section-4 a:hover {
  color: #ff7a38;
  text-decoration: none;
}
.pas4-4-col-section {
  margin-top: 74px;
}
.pas4-icon {
  margin-bottom: 16px;
  max-width: 20px;
}
.product-asm-section-5 {
  background: #f6f7f9;
  padding-top: 82px;
  padding-bottom: 131px;
}
.product-asm-section-5 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  margin-bottom: 92px;
}
.product-asm-section-5 .pas5-card {
  background: #fff;
  border-radius: 16px;
  padding: 38px 30px 41px 25px;
  margin-bottom: 46px;
}
.pas5-card-img {
  display: inline-block;
  width: 100%;
  max-width: 76px;
  margin-right: 28px;
}
.product-asm-section-6 {
  background: #f6f7f9;
}
.product-asm-powered {
  background: #fff;
  padding-top: 112px;
  padding-bottom: 122px;
}
.powered-icon {
  max-width: 51px;
  margin-bottom: 16px;
}
.product-asm-powered h3 {
  font-size: 30px;
  margin-bottom: 21px;
}
.product-asm-powered h4.blue-text {
  color: #4062fe;
  font-size: 30px;
}
.product-asm-section-6 {
  padding-top: 83px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.33px;
  color: #080c20;
}
.product-asm-section-6 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  font-weight: bold;
  margin-bottom: 60px;
}
.product-asm-section-7 {
  padding-top: 115px;
  background: #f6f7f9;
  padding-bottom: 95px;
}
.product-asm-section-7 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  margin-bottom: 50px;
}
.product-asm-section-7 .btn {
  margin-bottom: 60px;
}
.pas7-card {
  background: #fff;
  border-radius: 16px;
  padding: 58px 35px 65px 36px;
}
.pas7-card h3 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #080c20;
  margin-bottom: 55px;
}
.pas7-card p {
  color: #6f7780;
}
.product-asm-section-9 h2 {
  margin-bottom: 33px;
}
.product-hnri-section-1 {
  padding-top: 118px;
  padding-bottom: 0;
  background: #101940;
  color: white;
}
.product-hnri-section-1 h1 {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: -1.67px;
  color: #fff;
  margin-bottom: 49px;
}
.product-hnri-section-1 p {
  font-size: 18px;
  color: #c8cfdb;
  margin-bottom: 34px;
}
.product-hnri-section-1 .btn {
  margin-bottom: 117px;
}
.product-hnri-section-1 .hnri-sub-menu {
  color: #c8cfdb;
  font-size: 30px;
  line-height: 64px;
  letter-spacing: -0.83px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 5px solid transparent;
  cursor: pointer;
}
.product-hnri-section-1 .hnri-sub-menu.active {
  color: #fff;
  line-height: 64px;
  letter-spacing: -0.83px;
  border-bottom: 5px solid #ff7a38;
}
.free {
  display: none;
}
.enterprise-section-1 {
  padding-top: 104px;
  padding-bottom: 0;
}
.enterprise-section-1 h2 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #080c20;
  margin-bottom: 27px;
}
.enterprise-section-1 p {
  color: #6f7780;
}
.single-button {
  margin-top: 45px;
}
.enterprise-section-2 {
  padding-top: 82px;
  padding-bottom: 176px;
  background: #f6f7f9;
}
.enterprise-section-2 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  margin-bottom: 94px;
}
.e-card {
  background: #fff;
  padding: 38px 34px 28px 21px;
  border-radius: 16px;
  color: #6f7780;
  margin-bottom: 46px;
}
.enterprise-section-3 h2 {
  margin-bottom: 10px;
}
.enterprise-section-3 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 23px;
}
.data-section-1 {
  background: #101940;
  padding-top: 114px;
  padding-bottom: 61px;
}
.data-section-1 h1 {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: -1.67px;
  color: #fff;
  margin-bottom: 27px;
}
.data-section-1 p {
  color: #fff;
  font-size: 18px;
}
.data-section-2 {
  padding-top: 92px;
}
.data-section-2 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  margin-bottom: 26px;
}
.data-section-2 p {
  font-size: 18px;
  line-height: 28px;
  color: #6f7780;
  margin-bottom: 30px;
}
.data-section-3 {
  background: white;
  padding-top: 73px;
  padding-bottom: 114px;
}
.data-section-3 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  text-align: center;
}
.data-sub-section {
  padding-top: 100px;
  padding-bottom: 50px;
  color: #6f7780;
}
.data-sub-section-icon {
  max-width: 51px;
  margin-bottom: 17px;
}
.data-sub-section h3 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #080c20;
}
.data-sub-section .blue-number {
  font-size: 30px;
  margin-top: 30px;
  color: #4062fe;
}
.data-section-4 {
  padding-top: 110px;
  padding-bottom: 78px;
}
.data-section-4 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  margin-bottom: 127px;
}
.data-section-2 .buttons {
    margin-bottom: 50px;
}
.no-bottom-border {
  border-bottom: 0 !important;
}
.nlp {
  padding-left: 0 !important;
}
.bottom-border {
  border-bottom: 1px solid black;
}
.ds4-chart {
  background: #fff;
  border-radius: 36px;
  margin-bottom: 78px;
}
.ds4-chart-row, .ds4-chart-image-row {
  display: flex;
  align-items: center;
}
.ds4-chart-row {
  border-bottom: 1px solid rgba(200,207,219,0.5);
}
.ds4-chart-row:last-child {
  border-bottom: 0;
}
.lc, .rc {
  width: 50%;
  padding-top: 18px;
  padding-bottom: 18px;
}
.lc {
  padding-left: 51px;
}
.rc {
  font-size: 24px;
  line-height: 38px;
  border-left: 1px solid rgba(200,207,219,0.5);
  padding-left: 51px;
}
.r-col {
  padding-left: 25px;
}
@media(max-width: 575px) {
  .ds4-chart-row {
    display: block;
  }
}
@media(max-width: 875px) {
  .r-col h4, .rc {
    font-size: 18px !important;
  }
  .lc {
    padding-left: 20px;
  }
}
@media(max-width: 575px) {
  .ds4-chart .rc, .ds4-chart .lc {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .ds4-chart-image-row {
    display: block;
  }
  .ds4-chart-image-row .l-col {
    padding-left: 25px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .ds4-chart-row .rc {
    padding-left: 45px;
    border-left: 0;
  }
}
.data-section-5 {
  margin-bottom: 70px;
}
.data-section-6 {
  padding-bottom: 144px;
}
.data-section-6 p {
  color: #6f7780;
  margin-top: 10px;
}
.data-section-7 {
  background: #fff;
}
.data-section-7 h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  color: #080c20;
  margin-bottom: 112px;
}
.data-section-7 h3 {
  font-size: 32px;
  line-height: 42px;
  color: #080c20;
  margin-bottom: 44px;
}
.data-section-7 p {
  color: #6f7780;
}
.data-section-8 {
  padding-top: 146px;
}
.data-section-9 {
  text-align: center;
  padding-top: 86px;
}
.home-section-2 .statistics-icon {
  max-height: 20px;
}
@media(max-width: 1199px) {
  a.home-section-2-button:nth-child(2n), a.home-section-2-button:last-child {
      margin-right: 0;
  }
  .home-section-2 .statistics-text {
    font-size: 25px;
  }
  .home-section-5-card-text {
    font-size: 23px;
  }
  .pill {
    font-size: 11px !important;
  }
}
@media(max-width: 767px) {
  a.home-section-2-button {
    margin-right: 0;
  }
  h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .home-section-2 .statistics-icon {
    margin: 0 auto 15px;
  }
  .home-section-2-text {
    text-align: center;
  }
  h2 {
    font-size: 38px !important;
    line-height: 38px !important;
  }
  .home-section-5-card-text,
  .ucs2s-buttons,
  .use-cases-section-2-statistics,
  .use-cases-section-3-statistics,
  .ucs3s-buttons,
  .use-cases-section-4-statistics,
  .ucs4s-buttons {
    text-align: center;
  }
  .ucs2s-icon,
  .ucs3s-icon {
    margin-left: auto;
    margin-right: auto;
  }
    .asd-sub-menu.active {
      border-bottom: 0;
      color: #ff7a38;
    }
    .it-card {
      width: 100%;
      margin-right: 0;
    }
}
@media(max-width: 575px) {
  .asdsm-name  {
    font-size: 12px; 
  }
}
.home-section-4 {
  position: relative;
}
.discover-screen {
    max-width: 580px;
    position: absolute;
    right: 0;
}
@media(max-width: 1354px) {
  .discover-screen {
    max-width: 500px;
  }
}
@media(max-width: 991px) {
  .discover-screen {
    position: relative;
    margin-left: auto;
    top: 110px;
    z-index: 2;
    padding-left: 15px;
  }
  .discover-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-section-5-icon {
  max-width: 54px;
}
.home-section-5-card-image {
  text-align: left;
}
@media(max-width: 767px) {
 .home-section-5-card-image {
    text-align: center;
  } 
}

@media(max-width: 991px) {
    .mobile-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-slide-img {
  max-height: 420px;
}

@media(max-width: 767px) {
  .home-slide-img {
    max-height: 230px;
  }
}

.slick-list,
.slick-track {
    height: 100%;
}

@media(max-width: 767px) {
  .how-it-works-slide {
    text-align: center;
    margin-bottom: 60px;
  }
}

.roles-main {
  background-image: url(img/background-roles.png);
  background-size: 625px !important;
  background-position: top right !important;
  background-repeat: no-repeat;
}
.blue-checkmark {
  max-width: 30px;
  margin-left: auto;
}
.uc-section-4-img {
  position: relative;
  top: 80px;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.inline-block:last-child {
  margin-right: 0;
}
.roles-panel-sidebar .see-all-link a:last-child {
  margin-top: 0;
}
.asd-sub-menu .asdsm-icon {
  width: 48px;
  height: 52px;
  background: url(img/roles-off.png);
  background-size: cover !important;
}
.asd-sub-menu.active .asdsm-icon {
  width: 48px;
  height: 52px;
  background: url(img/roles-on.png);
  background-size: cover !important;
}
.vuln-card-icon {
  max-width: 52px;
  margin: 0 auto 15px;
}
.vuln-card {
  min-height: 180px;
}
@media(max-width: 767px) {
  .vuln-card {
    min-height: 150px;
  }
}
.btn-white-text {
  color: white !important;
}
@media(max-width: 767px) {
  .blue-checkmark {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.careers-intro {
  padding-top: 92px;
  padding-bottom: 63px;
}
.career-entry {
  background: #fff;
  display: block;
  font-size: 21px;
  color: #6f7780;
  text-decoration: none;
  padding: 26px 32px 21px 41px;
  border-radius: 16px;
  margin-bottom: 28px;
  font-weight: bold;
}
.career-entry:hover {
  text-decoration: none;
  color: #fff;
  background: #4062fe;
}
.chevron-grey {
  float: right;
  max-width: 10px;
  opacity: 0.5;
  position: relative;
  top: 5px;
}
.career-entry:hover .chevron-grey {
  opacity: 1;
  filter: brightness(200%);
}
.careers-benefits-perks {
  color: #080c20;
  border-bottom: 0;
}
.careers-benefits-perks h2 {
  color: #080c20;
  margin-bottom: 60px;
}
.careers-benefits-perks h3 {
  margin-top: 30px;
}
.careers-interview-process {
  border-top: 0;
}
.careers-interview-process h2 {
  color: #080c20;
  margin-bottom: 80px;
}
.careers-interview-process .interview-process-intro {
  font-size: 18px;
  line-height: 28px;
  color: #6f7780;
  margin-bottom: 100px;
}
.careers-outro h2 {
  font-size: 60px;
}
.careers-outro p {
  font-size: 18px;
  line-height: 28px;
}
.about-main{
  background: #fff;
}
.about-intro {
  background: #101940;
  color: white;
  padding-top: 113px;
  padding-bottom: 193px;
}
.about-photo {
  margin-top: -120px;
  margin-bottom: 85px;
}
.about-text-1, .about-text-2 {
  font-size: 18px;
  color: #6f7780;
  font-weight: 500;
}
.about-logos {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-logo {
  margin-right: 42px;
}
.about-logo-greylock {
  max-width: 182px;
}
.about-logo-gv {
  max-width: 70px;
}
.about-logo-decibel {
  max-width: 156px;
}
.were-trusted {
  margin-top: 32px;
}
.about-photo-collage {
  margin-top: 64px;
  margin-bottom: 118px;
}
.about-text-2 h2 {
  color: #080c20;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.33px;
  margin-bottom: 43px;
}
.about-text-2 {
  margin-bottom: 60px;
}
.about-outro h3 {
  font-size: 16px;
  line-height: 32px;
  color: #f6f7f9;
  margin-bottom: 20px;
}
.about-outro-social-icon {
  max-width: 30px;
}
.about-outro-social-icon:hover {
  opacity: 0.8;
}
@media(min-width: 1250px) {
.stand-out-checkmarks {
    position: absolute;
    bottom: 50%;
    transform: translateY(-30%);
}
}
.enterprise-section-1 {
  background: white;
}
@media(max-width: 1199px) {
  .padding-1199-below {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.soc-slide ul {
  color: #6f7780;
  font-size: 14px;
}
@media(max-width: 767px) {
  .soc-slide {
    margin-bottom: 40px;
  }
}
@media(max-width: 1199px) {
  .soc-slide, .how-it-works-slide {
    margin-bottom: 40px;
  }
  .hnri-search-icon {
    margin-bottom: 15px;
  }
}
@media(max-width: 1199px) {
  .mobile-shrink {
    max-width: 350px;
  }
  .right-align {
    margin-left: auto;
    margin-right: 0;
  }
  .center-align {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-mt-5 {
    margin-top: 50px;
  }
  .center-align {
    margin-left: auto;
    margin-right: auto;
  }
  .use-cases-section-3 {
    padding-bottom: 0;
  }
}
.data-section-7 {
  padding-top: 80px;
}
@media(max-width: 784px) {
  .asd-sub-menu.active {
    border-bottom: 0;
  }
}
@media(max-width: 991px) {
  .use-cases-section-1 {
    background-image: none;
    background-size: 0px;
    padding-bottom: 80px;
  }
}

@media(max-width: 575px) {
  .discover-screen {
    top: 0;
  }
  .home-section-9, .use-cases-section-3, .soc-section-1, .it-section-1, .it-section-3, .th-section-2, .th-section-6, .gd-section-2, .gd-section-4, .product-asm-section-6 {
    padding-top: 60px;
  }
  .soc-section-1, .vuln-section-3, .it-section-2, .th-section-2, .th-section-4, .gd-section-3, .enterprise-section-2, .data-section-6 {
    padding-bottom: 60px;
  }
  .gd-section-2, .product-section-4, .product-section-6, .product-asm-section-5 {
    padding-bottom: 0;
  }
  .it-section-1 h2 {
    margin-bottom: 30px;
  }
  .product-asm-section-4 h2 {
    margin-bottom: 0;
  }
}
.plug-icon {
    max-width: 40px;
}
.thank-you-intro {
  padding-top: 160px;
    padding-bottom: 95px;
}
@media(max-width: 575px) {
  .thank-you-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-section-2-text h2 {
    font-size: 28px !important;
    line-height: 28px !important;
    margin-bottom: 20px;
  }
  .home-section-4-video {
    margin-bottom: 60px;
  }
  .btn-careers-text {
    font-size: 14px;
  }
  .home-section-8-block h3 {
    font-size: 20px;
  }
  .roles-dropdown-label {
    width: 100%;
  }
  .roles-dropdown-select select {
    font-size: 13px;
  }
  .roles-change-panel-content h3 {
    font-size: 18px;
  }
  .asdsm-name {
    font-size: 10px;
  }
}
.censys-maintained h2, .third-party-developer h2 {
  color: #080c20;
  margin-bottom: 60px;
}
.third-party-developer h2 {
  padding-top: 107px;
}
.integration-card {
  background: white;
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 30px 19px 43px 15px;
}
.integration-card-logo {
  max-width: 77px;
  margin: 0 auto 33px;
}
.integration-company-blue-text {
  color: #4062fe;
}
.integration-card h3 {
  color: #080c20;
  margin-bottom: 30px;
}
.integration-company-description {
  color: #6F7780;
  letter-spacing: -0.27px;
  line-height: 26px;
}
.third-party-developer {
  padding-bottom: 107px;
}
.icon-certificates {
  max-height: 20px;
}

.diy-webinar-intro {
  background-image: url(../../../../assets/webinar-intro-background.png);
  background-size: cover;
  padding-top: 84px;
  padding-bottom: 85px;
}
.diy-webinar-sub-headline {
  color: #4062fe;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.diy-webinar-headline {
  color: #fff;
  font-size: 48px;
  letter-spacing: -1.33px;
  margin-bottom: 40px;
}
.diy-webinar-date-time h2 {
  font-size: 24px;
  letter-spacing: -0.67px;
  color: #c8cfdb;
}
.diy-webinar-main {
  padding-top: 47px;
  padding-bottom: 70px;
}
.learn-5-things {
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.83px;
  color: #4062fe;
  margin-bottom: 20px;
}
.what-youll-learn {
  color: #101940;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}
.what-youll-learn-list {
  color: #6b727b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.what-youll-learn-list strong {
  color: #101940;
}
.what-youll-learn-list li {
  margin-bottom: 34px;
}
.sign-up-for-free-product {
  margin-bottom: 24px;
}
.btn-bold {
  font-weight: bold;
}
.diy-speakers-headline {
  margin-top: 60px;
  margin-bottom: 30px;
  color: #4062fe;
}
.diy-speaker-photo {
  max-width: 80px;
  margin-bottom: 13px;
}
.diy-speaker-name {
  color: #101940;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.diy-speaker-title {
  color: #6b727b;
  font-size: 18px;
}

@media(max-width: 767px) {
  .diy-webinar-headline h1 {
    font-size: 36px !important;
    line-height: 46px !important;
    letter-spacing: -1.0px;
  }
  .diy-webinar-date-time h2 {
    font-size: 18px !important;
    line-height: 28px;
  }
  h2.learn-5-things {
    font-size: 21px !important;
    line-height: 32px !important;
    letter-spacing: -0.58px !important;
  }
  h2.diy-speakers-headline {
    font-size: 21px !important;
    line-height: 64px !important;
    letter-spacing: -0.58px !important;
  }
  .mobile-mb-5 {
    margin-bottom: 40px;
  }
  .diy-webinar-form h2 {
    color: #080c20;
    font-size: 24px !important;
    line-height: 64px;
    letter-spacing: -0.67px;
    margin-bottom: 55px;
  }
}
@media(max-width: 991px) {
    .diy-webinar-form {
    margin-top: 61px;
  }
}
@media(min-width: 1200px) {
  .diy-webinar-form {
    background: #fff;
    margin-top: -340px;
    padding: 37px;
    padding-right: 37px;
     border-radius: 24px;
  box-shadow: 0 2px 51px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #c8cfdb;
  }
  .diy-webinar-form h2 {
    margin-bottom: 50px;
  }
}
.home-section-1-call {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
}
.home-section-1-call a {
  color: #4A62FE;
}
.home-section-1-call a:hover {
  color: white;
  text-decoration: none;
}
.forrester-webinar-background {
  background-image: url(../../../../assets/background-forrester-webinar.png);
}
.webinar-list li {
  margin-bottom: 0;
}
.greyscale img {
  filter: grayscale(100%);
}
.diy-webinar-sub-headline.white {
  color: white !important;
}
.orange {
  color: #ff7c39 !important;
}
.vm-asm-background {
  background-image: url(../../../../assets/background-vm-asm.png);
}
.internet-risks-background {
  background-image: url(../../../../assets/background-internet-risks.png);
}
.diy-webinar-date {
  color: white;
  font-size: 24px;
  line-height: 64px;
  letter-spacing: 1px;
  font-weight: bold;
}
.speakers-intro {
  font-size: 18px;

  line-height: 28px;
  color: #6f7780;
  margin-bottom: 37px;
}
.asm-background {
    background-image: url(../../../../assets/background-asm.png);
}
.what-youll-learn-intro {
  font-size: 18px;
  line-height: 28px;
  color: #101940;
  font-weight: bold;
}
.pill.orange.linkable:hover {
  color: white !important;
}

/* RESOURCES */
.resources-intro {
  background: #101940;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
.resources-intro h2 {
  color: #4062fe;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.58px;
}
.resources-intro h1 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 44px;
  font-weight: bold;
}
.resources-menu {
  background: #101940;
  z-index: 99999;
}
ul#resources-menu-nav {
  margin-bottom:0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
#resources-menu-nav li {
  text-align: center;
  width: 25%;
}
#resources-menu-nav li a {
  display: block;
  padding-top: 30px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 5px solid transparent;
  color: #c8cfdb;
  font-size: 18px;
  font-weight: bold;
}
#resources-menu-nav li a:hover {
  text-decoration: none;
  color: white;
}
#resources-menu-nav li.active a {
  border-bottom: 5px solid #ff7a38;
  color: white;
}
.resources-webinars {
  padding-top: 100px;
  padding-bottom: 60px;
}
.resources-blog {
  padding-bottom: 63px;
}
.resources-blog-headline {
  color: #080c20;
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 35px;
}
.resources-featured-blog-card, .resources-featured-product-info-card {
  display: block;
  position: relative;
  background: white;
  padding: 29px 30px 45px 30px;
  border-radius: 16px;
  transition: all 300ms ease;
}
.resources-featured-blog-card:hover, .resources-featured-product-info-card:hover {
  text-decoration: none;
  box-shadow: 5px 5px 10px #ccc;
}
.resources-featured-blog-card .featured-pill, .resources-featured-product-info-card .resources-featured-pill {
  color: white;
  background: #4062fe;
  position: absolute;
  top: 18px;
  right: 30px;
  padding: 6px 35px 6px 35px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 28px;
}
.resources-featured-blog-card .featured-date {
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: -0.27px;
  color: #4062fe;
  margin-top: 26px;
}
.resources-featured-blog-card .featured-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.83px;
  color: #080c20;
  font-weight: bold;
}
.resources-featured-blog-card .featured-author {
  margin-bottom: 15px;
}
.resources-featured-blog-card .featured-author-image {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.resources-featured-blog-card .featured-author-image img {
  border-radius: 100%;
}
.resources-featured-blog-card .featured-author-name {
  display: inline-block;
  vertical-align: middle;
  color: #6f7780;
  letter-spacing: -0.27px;
}
.resources-featured-blog-card .featured-excerpt {
  color: #6f7780;
  letter-spacing: -0.27px;
}
.recent-posts-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.recent-posts-headline h3 {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.67px;
  font-weight: bold;
}
.recent-posts-view-all a {
  font-size: 16px;
  color: #4062fe;
  font-weight: bold;
  text-decoration: none;
}
.recent-posts-view-all a:hover {
  color: #ff7a38;
  text-decoration: none;
}
.recent-posts-entry-card {
  display: block;
  background: white;
  border-radius: 16px;
  margin-bottom: 33px;
  padding: 25px 25px 36px 25px;
}
.recent-posts-entry-card .recent-posts-entry-card-date {
  color: #4062fe;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.recent-posts-entry-card .recent-posts-entry-card-title {
  color: #080c20;
  font-size: 21px;
  line-height: 31px;
  letter-spacing: -0.58px;
  font-weight: bold;
  margin-bottom: 33px;
}
.diy-webinar-sub-headline {
  font-size: 24px;
  color: white;
}
.diy-webinar-headline h1 {
  font-size: 48px;
  letter-spacing: -1.33px;
  font-weight: bold;
  line-height: 64px;
}
.diy-webinar-content {
  color: #6f7780;
  font-weight: 500 !important;
}
.diy-webinar-content h2 {
  color: #4062fe;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.83px;
  margin-bottom: 20px;
  font-weight: bold;
}
.diy-webinar-content h3 {
  margin-bottom: 20px;
  color: #101940;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.diy-webinar-form h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.83px;
  color: #080c20;
  font-weight: bold;
  margin-bottom: 25px;
}
.about-intro h1 {
  font-weight: bold;
}
.about-logo img {
  max-height: 50px;
}
a.btn.btn-white-hollow {
  color: white;
  border: 2px solid white;
  margin-bottom: 24px;
  font-weight: bold;
}
a.btn.btn-white-hollow:hover {
  background: white;
  color: #080c20 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.slider-content {
  color: #6f7780;
}
.section-4-content p {
  margin-bottom: 0;
  margin-top: 0;
}
.ufc-card {
  display: block;
  background: white;
  border-radius: 16px;
  color: black;
}
.ufc-card:hover {
  box-shadow: 10px 10px 10px #eee;
  text-decoration: none;
  color: black;
}
.ufc-card-feature-image {
  height: 135px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background-size: cover !important;
}
.ufc-label-type {
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.ufc-card-content {
  padding: 30px;
}
h3.ufc-headline {
  font-size: 18px;
}
.integrations-intro {
  background: url('img/background-integrations.png');
  background-size: cover !important;
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: top;
}
.integrations-intro h1 {
  margin-bottom: 30px;
}
.integrations-intro-paragraph {
  color: #6f7785;
  margin-bottom: 30px;
}
.integrations-favorites {
  margin-top: 104px;
}
.integrations-search {
  padding-bottom: 110px;
}
.integrations-asm-title {
  font-size: 30px;
  line-height: 64px;
  margin-bottom: 29px;
  letter-spacing: -0.83px;
}
.integrations-censys-search-title {
  margin-top: 154px;
  font-size: 30px;
  line-height: 64px;
  letter-spacing: -0.83px;
}
.integrations-censys-maintained-title, .integrations-third-party-developer-title {
  color: #4062fe;
  font-size: 24px;
  line-height: 64px;
  letter-spacing: -0.67px;
}
.integrations-third-party-developer-title {
  margin-top: 47px;
}
.favorites-logo-card {
  background: #fff;
  border-radius: 24px;
  text-align: center;
  padding: 45px 15px 45px 15px;
  margin-bottom: 24px;
  display: block;
}
.favorites-logo-card:hover {
	box-shadow: 3px 3px 7px #ccc;
}
.favorites-logo img {
  max-height: 52px;
}
.integrations-card {
  border-radius: 24px;
  background: #fff;
  margin-bottom: 24px;
  padding: 30px 19px 50px 19px;
  display: block;
}
.integrations-card:hover {
	text-decoration: none;
	box-shadow: 3px 3px 7px #ccc;
}
.integrations-card-logo {
  text-align: center;
  margin-bottom: 33px;
}
.integrations-card-logo img {
  max-width: 75px;
}
.integrations-card-type {
  color: #4062fe;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.integrations-card-title h4 {
  color: #080c20;
  font-size: 30px;
  letter-spacing: -0.5px;
  font-weight: bold;
  margin-bottom: 20px;
}
.integrations-card-description {
  color: #6f7780;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.27px;
}
.integrations-intro-content {
  padding-bottom: 100px;
}
.press-intro {
  padding-top: 50px;
}
.press-entries {
  padding-bottom: 120px;
  padding-top: 50px;
}
.press-entry-card {
  display: block;
  padding: 26px 30px;
  margin-bottom: 30px;
  background: #fff;
  transition: all 300ms ease;
}
.press-entry-card h2 {
  color: black;
  font-size: 16px;
}
.press-entry-card:hover h2 {
  color: #ff7a38;
  text-decoration: none;
}
.press-entry-card:hover {
  box-shadow: 10px 10px 10px #eee;
  text-decoration: none;
}
.resources-featured-blog-card .featured-image, .resources-featured-product-info-card .resources-featured-image {
  height: 192px;
  border-radius: 16px;
  background-size: cover !important;
  background-position: center center !important;
}
.recent-posts-entry-card {
  transition: all 300ms ease;
}
.recent-posts-entry-card:hover {
  text-decoration: none;
  box-shadow: 5px 5px 10px #ccc;
}
.recent-posts-entry-card-author {
  color: #6f7780;
}
.email-subscribe-headline {
  font-size: 24px;
  color: #080c20;
  line-height: 32px;
  letter-spacing: -0.67px;
  margin-bottom: 29px;
}
.blog-subscribe-container {
  background: #fff;
  padding: 21px;
  border-radius: 16px;
  margin-bottom: 91px;
}
.resources-reports-headline {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
  color: #080c20;
}
.view-all {
  color: #4062fe;
  font-size: 16px;
  font-weight: bold;
}
.view-all:hover {
  color: #ff7a38;
  text-decoration: none;
}
.rwp-card {
  background: #fff;
  padding: 25px;
  display: block;
  border-radius: 16px;
  transition: all 300ms ease;
}
.rwp-card-feature-image {
  height: 144px;
  border-radius: 16px;
  margin-bottom: 36px;
  background-size: cover !important;
  background-position: center center !important;
}
.rwp-card-label-type {
  color: #4062fe;
  letter-spacing: -0.27px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.recent-posts-entry-card:last-child {
  margin-bottom: 0;
}
.rwp-card:hover {
  box-shadow: 5px 5px 10px #ccc;
  text-decoration: none;
}
.rwp-card-label-type {
  color: #4062fe;
}
.rwp-card h3 {
  color: #080c20;
  font-size: 24px;
}
@media(max-width: 767px) {
  .resources-featured-blog-card {
    margin-bottom: 40px;
  }
  .resources-reports-headline {
    margin-bottom: 20px;
  }
  .rwp-card {
    margin-bottom: 24px;
  }
  h3.censys-in-the-news-headline {
    margin-bottom: 20px;
  }
}

.resources-reports {
  padding-bottom: 90px;
}
.resources-news {
  margin-bottom: 90px;
}
.resources-news-press-inquiries {
  color: #6f7780;
  font-size: 16px;
  line-height: 26px;
  lettter-spacing: -0.27px;
  margin-bottom: 27px;
}
.resources-news-press-inquiries a {
  color: #6f7780;
}
.resources-news-press-inquiries a:hover {
  color: #4062fe;
  text-decoration: none;
}
.itn-card {
  background: #fff;
  display: block;
  padding: 28px 25px 35px 26px;
  border-radius: 16px;
  transition: all 300ms ease;
  margin-bottom: 24px;
}
.itn-card .itn-company {
  margin-bottom: 20px;
}
.itn-card:hover {
  text-decoration: none;
  box-shadow: 5px 5px 10px #ccc;
}
.itn-card-title {
  color: #080c20;
  font-size: 24px;
  margin-bottom: 20px;
}
.itn-company {
  color: #4062fe;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.itn-card-date {
  color: #6f7780;
}
.itn-card-feature-image {
  display: block;
  height: 144px;
  margin-bottom: 29px;
  border-radius: 14px;
  background-size: cover !important;
  background-position: center center !important;
}
.censys-product-info-headline {
  margin-bottom: 44px;
}
.product-info {
  padding-bottom: 109px;
}
.resources-featured-image {
  margin-bottom: 30px;
}
.resources-featured-product-info-card .featured-title {
  color: black;
  margin-bottom: 40px;
}
.featured-download-now {
  color: #4062fe;
  font-weight: bold;
}
.product-info-entry-card {
  display: block;
  background: #fff;
  padding: 40px;
  margin-bottom: 24px;
  border-radius: 16px;
  color: #080c20;
  transition: all 300ms ease;
}
.product-info-entry-card:hover {
  text-decoration: none;
  box-shadow: 5px 5px 10px #ccc;
  color: #080c20;
}
.resources-featured-product-info-card {
  margin-bottom: 24px;
}
.widget-title {
  border-top: 1px solid #000;
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.sticky-sidebar ul {
  padding-left: 0;
  list-style: none;
}
.sticky-sidebar li {
  margin-bottom: 10px;
}
.sticky-sidebar li a {
  color: #6f7780;
}
.sticky-sidebar li a:hover {
  color: #ff7a38;
  text-decoration: none;
}
.rwp-page-main h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 3px;
  margin-top: 30px;
}
.rwp-page-card {
  display: block;
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  transition: all 300ms ease;
  margin-bottom: 24px;
}
.rwp-page-card-feature-image {
  height: 144px;
  margin-bottom: 36px;
  background-size: cover !important;
  background-position: center center !important;
}
.rwp-page-card-type {
  color: #4062fe;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.rwp-page-card h2 {
  color: #080c20;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.67px;
}
.rwp-page-card:hover {
  text-decoration: none;
  box-shadow: 5px 5px 10px #ccc;
}
.itn-company img {
  border-radius: 100%;
  max-width: 28px;
  margin-right: 10px;
}
.itn-card-title {
  margin-top: 10px;
}
.rwp-page-card-feature-image {
  border-radius: 16px;
  margin-bottom: 16px;
}
.resources-featured-product-info-card .featured-type, .product-info-entry-card-type {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #3F62FC;
}
.press-entry-card-content span.date {
  text-transform: uppercase !important;
  color: #3F62FC;
}
.about-slider {
	position: relative;
}
.about-slider .slick-arrow {
    max-width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.about-slider .prev {
	left: -45px;
}
.about-slider .next {
	right: -45px;
}
@media(max-width: 991px) {
	.about-slider .prev {
		left: 0;
		z-index: 3;
	}
	.about-slider .next {
		right: 0;
		z-index: 3;
	}
}
.about-slider .slick-arrow:hover {
	opacity: 0.8;
}
.about-slider-section {
	padding-bottom: 120px;
}
.hubspot-form {
	position: relative;
	z-index: 9;
	margin-bottom: 50px;
}
.asr-intro {
	padding-top: 134px;
	background-size: cover !important;
	background-position: bottom center !important;
}
.asr-intro h1 {
	color: white;
	font-weight: 800;
	font-size: 60px;
	line-height: 72.61px;
}
.asr-intro p {
	color: white;
	font-weight: 500;
	font-size: 20px;
	line-height: 24.2px;
	margin-bottom: 114px;
}
.asr-form-section {
	background: #fff;
	border-radius: 17px;
	padding: 39px 44px 41px 52px;
	margin-bottom: 176px;
}
.asr-form {
	margin-bottom: 24px;
}
.asr-form-instructions {
	font-weight: 400;
	font-size: 15px;
	line-height: 18.15px;
}
.asr-main-content {
	background: #fff;
	border-radius: 71px;
	margin-top: -143px;
	max-width: 1318px;
	margin-left: auto;
	margin-right: auto;
	padding: 86px 97px;
	margin-bottom: 160px;
}
.asr-main-content-text h2 {
	font-weight: 700;
	font-size: 50px;
	line-height: 60.51px;
	margin-bottom: 21px;
}
.asr-main-content-image .row-1-image {
	max-width: 398px;
	margin-bottom: 62px;
	margin-left: auto;
	margin-right: auto;
}
.asr-main-content-image .row-2-image {
	max-width: 398px;
}
.asr-logo-dark {
	max-width: 120px;
}
.asr-logo-dark:hover {
	opacity: 0.8;
}
.asr-contact {
	margin-bottom: 40px;
}
.asr-links {
	display: flex;
	justify-content: space-between;
}
.asr-links .sales-email a, .asr-links .support-email a {
	color: black;
	font-size: 24px;
}
.asr-links .sales-email a:hover, .asr-links .support-email a:hover {
	color: #FF7A38;
	text-decoration: none;
}
.contact-us-button .btn-orange img {
    max-width: 13px;
}
@media(max-width: 991px) {
	.asr-logo-dark {
		margin-bottom: 24px;
	}
	.contact-us-button {
		margin-top: 24px;
		text-align: left;
	}
}
@media(max-width: 767px) {
	.asr-contact, .sales-email {
		margin-bottom: 24px;
	}
	.asr-main-content h2 {
		font-size: 24px !important;
		line-height: 29px !important;
	}
	.asr-logo-dark { 
		display: block;
	}
	.asr-main-content {
		padding: 24px;
		border-radius: 0;
	}
}