@charset "UTF-8";
/* IMPORTS */
/* FONTS */
/* COLOURS */
/* MIXINS */
/* Scss Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  color: #1A1A24;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 17px;
  scroll-behavior: smooth;
}
@media (max-width: 64em) {
  body {
    margin-top: 93px;
  }
}
body.light-theme {
  background-color: #F9F9F9;
}
body.dark-theme {
  background-color: #1A1A24;
}

#page,
#content {
  position: relative;
  overflow: hidden;
}

#content {
  overflow: hidden;
  margin-top: 113px;
}
@media (min-width: 60em) {
  #content {
    padding-top: 0px;
  }
}

@supports (display: grid) {
  .container {
    grid-column: 2/3;
    grid-auto-flow: row;
  }
}

/* If you're going to apply this CSS style, at least anchor it to an element ID or class */
/* This breaks all of our security research blog posts code snippets. */
/* span {
  display: inline-block;
} */

@supports (display: grid) {
  .col {
    display: grid;
  }
}

@supports (display: grid) {
  .col-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .col-2 {
      grid-template-columns: 1fr 1fr;
    }
  }
}

@supports (display: grid) {
  .col-3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .col-3 {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 64em) {
  @supports (display: grid) {
    .col-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}

@supports (display: grid) {
  .col-4 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .col-4 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
    }
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .col-4 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 64em) {
  .col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.ph {
  padding-left: 20px;
  padding-right: 20px;
}

.pv {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt {
  padding-top: 20px;
}

.pb {
  padding-bottom: 20px;
}

.pr {
  padding-right: 20px;
}

.pl {
  padding-left: 20px;
}

.mt {
  margin-top: 20px;
}

.mv {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mh {
  margin-left: 20px;
  margin-right: 20px;
}

.mb {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.section-pt {
  padding-top: 25px;
}
@media (min-width: 60em) {
  .section-pt {
    padding-top: 50px;
  }
}

.section-pb {
  padding-bottom: 25px;
}
@media (min-width: 60em) {
  .section-pb {
    padding-bottom: 50px;
  }
}

.np {
  padding-top: 0;
  padding-bottom: 0;
}

.section-pv {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 60em) {
  .section-pv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.cover {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: cover;
  background-size: cover !important;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.textcenter {
  text-align: center;
}

h1,
h2,
.h2,
span.h2,
h3,
.h3,
span.h3,
h4,
.h4,
span.h4,
h5 {
  font-family: alternate-gothic-atf, sans-serif;
  margin: 0.6em 0;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #1A1A24;
  text-transform: uppercase;
  display: block;
  max-width: 100%;
  line-height: 1.2;
}

h1 {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media (min-width: 32.5em) {
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h2,
.h2,
span.h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 32.5em) {
  h2,
  .h2,
  span.h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

h3,
.h3,
span.h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4,
.h4,
span.h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0.4em 0;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

.f-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

.f-s {
  font-size: 17px;
  font-size: 1.0625rem;
}

.f-m {
  font-size: 20px;
  font-size: 1.25rem;
}

.f-l {
  font-size: 24px;
  font-size: 1.5rem;
}

.f-xl {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 32.5em) {
  .f-xl {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.f-xxl {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media (min-width: 32.5em) {
  .f-xxl {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.f-xxxl {
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0;
  line-height: 1;
}
@media (min-width: 32.5em) {
  .f-xxxl {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

.title-font {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.title-base {
  font-weight: 300;
}

.p,
span.p {
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: initial;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

p,
.p,
span.p {
  margin: 0.6em 0;
}
.dark-theme article:not(.news-block.light) p,
.dark-theme article:not(.news-block.light) .p,
.dark-theme article:not(.news-block.light) span.p {
  color: rgba(255, 255, 255, 0.8);
}
.dark-theme .white-bg p,
.dark-theme .white-bg .p,
.dark-theme .white-bg span.p {
  color: #1A1A24;
}
.dark-bg p,
.dark-bg .p,
.dark-bg span.p {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form-container p, .demo-form-container p,
.contact-form-container .p,
.demo-form-container .p,
.contact-form-container span.p,
.demo-form-container span.p {
  color: #1A1A24;
}

.body-font {
  font-family: source-sans-pro, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.body-bold {
  font-weight: 600;
}

span.orange-text {
  color: #E94520;
}

hr {
  border-color: rgba(255, 255, 255, 0.2);
}

ul,
ol {
  margin-bottom: 40px;
  list-style-position: inside;
}
ul li,
ol li {
  color: #000000;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
}
ul li > ul,
ol li > ul {
  margin: 10px 0;
}
ul li a,
ol li a {
  display: inline-block;
}

ul {
  list-style: none;
}
ul li::before {
  content: "•";
  color: #E94520;
  font-size: 1.5em;
  display: inline-block;
  width: 0.8em;
}

select {
  padding: 15px 30px 15px 20px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  width: 200px;
  border-radius: 5px;
  border: 1px solid rgba(26, 26, 36, 0.2);
}
section:not(.demo-form-container,
.career-form-container,
.landing-form-container,
.webinar-form-container,
.contact-form-section) select {
  border: 1px solid #E94520;
}
.dark-theme section:not(.demo-form-container,
.career-form-container,
.landing-form-container,
.webinar-form-container,
.contact-form-section) select {
  color: #ffffff;
  background: #1A1A24;
}

.select {
  position: relative;
}
.category-filter .select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.select .demo-form-container,
.select .career-form-container,
.select .landing-form-container,
.select .contact-form-container,
.select .webinar-form-container, .select {
  display: inline-block;
  font-family: source-sans-pro, sans-serif;
  width: 100%;
}
.select .demo-form-container select:focus,
.select .career-form-container select:focus,
.select .landing-form-container select:focus,
.select .contact-form-container select:focus,
.select .webinar-form-container select:focus, .select select:focus {
  outline: none;
}
.dark-theme section:not(.demo-form-container,
.career-form-container,
.landing-form-container,
.webinar-form-container,
.contact-form-section) .select {
  color: #ffffff;
}
.select::before {
  display: block;
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  pointer-events: none;
  z-index: 1;
}

.table-wrap {
  width: 100%;
  margin-bottom: 40px;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
table tr {
  text-align: left;
}
table tr td {
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.1em;
}
table thead td {
  font-family: source-sans-pro, sans-serif;
}
table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
table tbody tr td {
  font-family: source-sans-pro, sans-serif;
}
@media (max-width: 64em) {
  table {
    border: 1px solid #F9F9F9;
  }
  table thead {
    display: none;
  }
  table tr td {
    display: block;
    border-bottom: 1px solid #F9F9F9;
  }
  table tbody tr {
    width: 100% !important;
  }
  table tbody tr td {
    display: block;
    text-align: right;
    width: 100% !important;
    height: auto !important;
  }
  table tbody tr td:before {
    content: attr(data-th);
    display: inline-block;
    float: left;
    text-transform: uppercase;
  }
}

a,
a:visited {
  display: inline-block;
  color: #1A1A24;
  text-decoration: underline;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
a .fas,
a:visited .fas {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover,
a:visited:hover {
  cursor: pointer;
}

button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button),
a.button,
span.wpcf7-form-control-wrap[data-name=file-745] {
  padding: 11px 30px 11px 20px;
  background: #E94520;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  border: 1px solid #E94520;
  outline: none;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button)::after,
a.button::after,
span.wpcf7-form-control-wrap[data-name=file-745]::after {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  right: 16px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).back,
a.button.back,
span.wpcf7-form-control-wrap[data-name=file-745].back {
  padding: 11px 20px 11px 30px;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).back::after,
a.button.back::after,
span.wpcf7-form-control-wrap[data-name=file-745].back::after {
  content: "\f060";
  right: unset;
  left: 16px;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).back:hover::after,
a.button.back:hover::after,
span.wpcf7-form-control-wrap[data-name=file-745].back:hover::after {
  -webkit-transform: translateY(-45%) translateX(-3px);
          transform: translateY(-45%) translateX(-3px);
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).download,
a.button.download,
span.wpcf7-form-control-wrap[data-name=file-745].download {
  padding: 11px 20px 11px 30px;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).download::after,
a.button.download::after,
span.wpcf7-form-control-wrap[data-name=file-745].download::after {
  content: "\f33d";
  right: unset;
  left: 16px;
  font-weight: 400;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).wpcf7-form-control-wrap[data-name=file-745],
a.button.wpcf7-form-control-wrap[data-name=file-745],
span.wpcf7-form-control-wrap[data-name=file-745].wpcf7-form-control-wrap[data-name=file-745] {
  padding: 11px 20px 11px 30px;
  display: inline-block;
  font-family: source-sans-pro, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.15;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).wpcf7-form-control-wrap[data-name=file-745]::after,
a.button.wpcf7-form-control-wrap[data-name=file-745]::after,
span.wpcf7-form-control-wrap[data-name=file-745].wpcf7-form-control-wrap[data-name=file-745]::after {
  content: "\f341";
  right: unset;
  left: 16px;
  font-weight: 400;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).secondary, button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).wpcf7-form-control-wrap[data-name=file-745],
a.button.secondary,
a.button.wpcf7-form-control-wrap[data-name=file-745],
span.wpcf7-form-control-wrap[data-name=file-745].secondary,
span.wpcf7-form-control-wrap[data-name=file-745].wpcf7-form-control-wrap[data-name=file-745] {
  background: none;
  color: #1A1A24;
}
.dark-theme button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).secondary, .dark-theme button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).wpcf7-form-control-wrap[data-name=file-745],
.dark-theme a.button.secondary,
.dark-theme a.button.wpcf7-form-control-wrap[data-name=file-745],
.dark-theme span.wpcf7-form-control-wrap[data-name=file-745].secondary,
.dark-theme span.wpcf7-form-control-wrap[data-name=file-745].wpcf7-form-control-wrap[data-name=file-745] {
  color: #ffffff;
}
.dark-theme .white-bg button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).secondary, .dark-theme .white-bg button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).wpcf7-form-control-wrap[data-name=file-745],
.dark-theme .white-bg a.button.secondary,
.dark-theme .white-bg a.button.wpcf7-form-control-wrap[data-name=file-745],
.dark-theme .white-bg span.wpcf7-form-control-wrap[data-name=file-745].secondary,
.dark-theme .white-bg span.wpcf7-form-control-wrap[data-name=file-745].wpcf7-form-control-wrap[data-name=file-745] {
  color: #1A1A24;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).button--1A1A24,
a.button.button--1A1A24,
span.wpcf7-form-control-wrap[data-name=file-745].button--1A1A24 {
  background: #1A1A24;
  border-color: #1A1A24;
}
.webinar-form-container button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).submit,
.webinar-form-container a.button.submit,
.webinar-form-container span.wpcf7-form-control-wrap[data-name=file-745].submit {
  margin-top: 20px;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).disabled,
a.button.disabled,
span.wpcf7-form-control-wrap[data-name=file-745].disabled {
  opacity: 0.8;
  pointer-events: none;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button):hover,
a.button:hover,
span.wpcf7-form-control-wrap[data-name=file-745]:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button):hover::after,
a.button:hover::after,
span.wpcf7-form-control-wrap[data-name=file-745]:hover::after {
  -webkit-transform: translateY(-45%) translateX(3px);
          transform: translateY(-45%) translateX(3px);
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button):hover.download::after, button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button):hover.wpcf7-form-control-wrap[data-name=file-745]::after,
a.button:hover.download::after,
a.button:hover.wpcf7-form-control-wrap[data-name=file-745]::after,
span.wpcf7-form-control-wrap[data-name=file-745]:hover.download::after,
span.wpcf7-form-control-wrap[data-name=file-745]:hover.wpcf7-form-control-wrap[data-name=file-745]::after {
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button):hover.wpcf7-form-control-wrap[data-name=file-745], button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button):hover.submit,
a.button:hover.wpcf7-form-control-wrap[data-name=file-745],
a.button:hover.submit,
span.wpcf7-form-control-wrap[data-name=file-745]:hover.wpcf7-form-control-wrap[data-name=file-745],
span.wpcf7-form-control-wrap[data-name=file-745]:hover.submit {
  cursor: pointer;
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button):focus,
a.button:focus,
span.wpcf7-form-control-wrap[data-name=file-745]:focus {
  -webkit-transform: scale(1);
          transform: scale(1);
}
button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button).leadin-button:after,
a.button.leadin-button:after,
span.wpcf7-form-control-wrap[data-name=file-745].leadin-button:after {
  height: auto;
}

.CookiebotWidget-logo {
  background: transparent !important;
}

.video-block {
  position: relative;
  width: 100%;
}
.video-block .video-wrapper {
  overflow: hidden;
}
.video-block .wp-video,
.video-block video.wp-video-shortcode,
.video-block .mejs-container,
.video-block .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.video-block .wp-video,
.video-block video.wp-video-shortcode {
  max-width: 100% !important;
}
.video-block video.wp-video-shortcode {
  position: relative;
}
.video-block .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-block .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.video-block .mejs-overlay-button {
  width: 42px !important;
  height: 48px !important;
  background-image: url("../../src/images/play-white.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.no-touchevents .video-block .mejs-overlay-button:hover {
  opacity: 0.6;
}
.video-block .mejs-controls {
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-block .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #000000 !important;
}
.video-block .mejs-container {
  padding-top: 56.25%;
}
.no-touchevents .video-block .mejs-container:hover .mejs-controls {
  opacity: 1 !important;
}

.media-embed {
  background-color: #000000;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  border-radius: 10px;
}
.media-embed .poster,
.media-embed .iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-embed .poster {
  z-index: 10;
  cursor: pointer;
}
.media-embed .poster a {
  display: block;
  width: 100%;
  height: 100%;
}
.media-embed .poster a::before {
  display: block;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 10px;
}
.media-embed .poster img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.media-embed .poster .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-embed .poster .play i {
  font-size: 60px;
  font-size: 3.75rem;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.no-touchevents .media-embed .poster:hover .play i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header#masthead {
  padding: 0;
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 64em) {
  header#masthead {
    position: fixed;
    top: 0;
  }
}
.light-theme header#masthead {
  background-color: #ffffff;
}
.dark-theme header#masthead, .single-sales-resources header#masthead {
  background-color: #1A1A24;
}
header#masthead .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#masthead .top-menu {
  border-bottom: 1px solid;
}
@media (max-width: 64em) {
  header#masthead .top-menu {
    display: none !important;
  }
}
.light-theme header#masthead .top-menu {
  border-color: rgba(26, 26, 36, 0.2);
}
.dark-theme header#masthead .top-menu {
  border-color: rgba(255, 255, 255, 0.2);
}
header#masthead .top-menu .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header#masthead .site-branding a,
header#masthead .site-branding div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
}
header#masthead .site-branding a img,
header#masthead .site-branding a svg,
header#masthead .site-branding div img,
header#masthead .site-branding div svg {
  height: 45px;
}
@media (min-width: 992px) {
  header#masthead .site-branding a img,
  header#masthead .site-branding a svg,
  header#masthead .site-branding div img,
  header#masthead .site-branding div svg {
    width: 100%;
  }
}
.dark-theme header#masthead .site-branding a img .letters *, .single-sales-resources header#masthead .site-branding a img .letters *,
.dark-theme header#masthead .site-branding a svg .letters *,
.single-sales-resources header#masthead .site-branding a svg .letters *,
.dark-theme header#masthead .site-branding div img .letters *,
.single-sales-resources header#masthead .site-branding div img .letters *,
.dark-theme header#masthead .site-branding div svg .letters *,
.single-sales-resources header#masthead .site-branding div svg .letters * {
  fill: #ffffff;
}
header#masthead .menu-toggle {
  width: 38px;
  height: 38px;
  padding: 12px 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 4;
  border-radius: 5px;
  border: 1px solid #E94520;
}
header#masthead .menu-toggle span {
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.dark-theme header#masthead .menu-toggle span {
  background: #ffffff;
}
.no-touchevents header#masthead .menu-toggle:hover {
  cursor: pointer;
}
.no-touchevents header#masthead .menu-toggle:hover span {
  background: #000000;
}
.no-touchevents .dark-theme header#masthead .menu-toggle:hover {
  cursor: pointer;
}
.no-touchevents .dark-theme header#masthead .menu-toggle:hover span {
  background: #ffffff;
}
header#masthead .menu-toggle.open:before {
  color: #000000;
}
header#masthead .menu-toggle.open span {
  background: #000000;
}
.dark-theme header#masthead .menu-toggle.open span {
  background: #ffffff;
}
header#masthead .menu-toggle.open span:nth-child(1) {
  -webkit-transform: translateY(5.5px) rotate(45deg);
          transform: translateY(5.5px) rotate(45deg);
}
header#masthead .menu-toggle.open span:nth-child(2) {
  width: 0;
}
header#masthead .menu-toggle.open span:nth-child(3) {
  -webkit-transform: translateY(-5.5px) rotate(-45deg);
          transform: translateY(-5.5px) rotate(-45deg);
}
@media (max-width: 64em) {
  header#masthead .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  overflow: hidden;
  max-height: 100vh;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s 3s ease-out;
  transition: all 0.5s 3s ease-out;
}
#loader-wrapper div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#loader-wrapper .loader-section {
  background: #1A1A24;
  z-index: 1;
}
.loaded #loader-wrapper .loader-section {
  opacity: 0;
  -webkit-transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loader-wrapper .loader-icon {
  top: 50%;
  left: 50%;
  height: 540px;
  width: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  -webkit-animation: fadeIn 1s linear;
          animation: fadeIn 1s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loaded #loader-wrapper .loader-icon {
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loader-wrapper .loader-icon img {
  -webkit-animation: fader 1.7s infinite linear;
          animation: fader 1.7s infinite linear;
  height: 100%;
  display: none;
  margin: 0;
}
#loader-wrapper .loader-icon img.mobile {
  display: block;
  max-height: 80%;
  height: 80%;
  width: auto;
}
@media (min-width: 80em) {
  #loader-wrapper .loader-icon img.desktop {
    display: block;
  }
  #loader-wrapper .loader-icon img.mobile {
    display: none;
  }
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main-navigation #menu-dark-web-hub-menu li.menu-item-has-children ul.sub-menu li {
  position: relative;
  left: 0;
}
.main-navigation #menu-dark-web-hub-menu li.menu-item-has-children {
  left: -50%;
}
.main-navigation #menu-dark-web-hub-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.main-navigation #menu-dark-web-hub-menu .sub-menu {
  left: 0 !important;
}
.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: alternate-gothic-atf, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.main-navigation ul li {
  position: relative;
  margin: 0 5px;
  padding: 0;
}
.main-navigation ul li::before {
  display: none;
}
@media (min-width: 1025px) {
  .main-navigation ul li:nth-child(2n) ul li ul li, .main-navigation ul li:nth-child(5n) ul li ul li {
    max-width: 144px;
  }
}
@media (min-width: 1440px) {
  .main-navigation ul li:nth-child(2n) ul li ul li, .main-navigation ul li:nth-child(5n) ul li ul li {
    max-width: 141px;
  }
}
.main-navigation ul li a {
  text-decoration: none;
  color: #1A1A24;
  padding: 20px 10px;
}
.dark-theme .main-navigation ul li a {
  color: #ffffff;
}
.main-navigation ul li.feature a {
  color: #E94520;
}
.main-navigation ul li.feature a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
  height: 12px;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  background: #E94520;
}
.main-navigation ul li:hover > a {
  color: #E94520;
}
.main-navigation ul li.level-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation ul li.level-0 a {
  font-size: 17px;
  font-size: 1.0625rem;
}
.main-navigation ul li:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
}
.main-navigation ul li:nth-last-child(1) a {
  padding-right: 0;
}
.main-navigation ul li:first-child {
  padding-left: 0;
}
.main-navigation ul li.menu-item-has-children ul {
  display: block;
  min-width: 18em;
  max-width: 25em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 30px 30px 20px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.main-navigation ul li.menu-item-has-children ul li a {
  padding: 8px 40px 8px 0;
  color: #1A1A24;
}
.no-touchevents .main-navigation ul li.menu-item-has-children ul li a:hover {
  color: #E94520;
}
.main-navigation ul li.menu-item-has-children .no-touchevents ul, .main-navigation ul li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.main-navigation ul li.menu-item-has-children.label > a {
  pointer-events: none;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even, .main-navigation ul li.menu-item-has-children.mega-menu {
  position: static;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul, .main-navigation ul li.menu-item-has-children.mega-menu ul {
  min-width: 100%;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 35px;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label, .main-navigation ul li.menu-item-has-children.mega-menu ul li.label {
  position: relative;
  color: #1A1A24;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (min-width: 60em) {
  .main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label, .main-navigation ul li.menu-item-has-children.mega-menu ul li.label {
    width: 50%;
  }
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label a, .main-navigation ul li.menu-item-has-children.mega-menu ul li.label a {
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 0;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label:first-child, .main-navigation ul li.menu-item-has-children.mega-menu ul li.label:first-child {
  margin-right: 30px;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label ul, .main-navigation ul li.menu-item-has-children.mega-menu ul li.label ul {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 130px;
  padding: 0;
  border-radius: 0;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label ul li, .main-navigation ul li.menu-item-has-children.mega-menu ul li.label ul li {
  margin: 0;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label ul li a, .main-navigation ul li.menu-item-has-children.mega-menu ul li.label ul li a {
  text-transform: none;
  font-family: source-sans-pro, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  letter-spacing: 1px;
  padding: 3px 8px 5px 0;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label ul li a:hover, .main-navigation ul li.menu-item-has-children.mega-menu ul li.label ul li a:hover {
  color: #E94520;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even {
  max-height: none;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.menu-item.no-link > a {
  cursor: unset;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.menu-item.no-link > a:hover {
  color: #1A1A24;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.menu-item a {
  padding-top: 0;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.menu-item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.menu-item:last-child a {
  padding-right: 0;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label {
  margin-right: 20px;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  min-width: unset;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label > a {
  pointer-events: unset;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li.label ul {
  max-height: none;
}
.main-navigation ul li.menu-item-has-children.mega-menu-even ul li:last-of-type.label {
  border-right: 0;
}
.main-navigation ul li.menu-item-has-children.mega-menu--resources ul li.label ul,
.main-navigation ul li.menu-item-has-children.mega-menu--resources .main-navigation ul li.menu-item-has-children.mega-menu ul li.label ul {
  max-height: 150px;
}
.main-navigation ul li.current-page-ancestor > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_parent > a, .main-navigation ul li.menu-item-has-children ul li.current-menu-item > a, .main-navigation ul li.menu-item-has-children.mega-menu ul li ul li.current-menu-item > a {
  color: #E94520;
}

#menu-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 0.875rem;
}
#menu-top-menu li {
  padding: 0 5px;
  margin: 0;
}
#menu-top-menu li::before {
  display: none;
}
#menu-top-menu li:last-child {
  padding-right: 0;
}
#menu-top-menu li:last-child a {
  padding-right: 0;
}
#menu-top-menu li a {
  padding: 8px 5px;
  text-decoration: none;
}
.dark-theme #menu-top-menu li a {
  color: #ffffff;
}
#menu-top-menu li a:hover {
  color: #E94520;
}
#menu-top-menu li.current-menu-item a {
  color: #E94520;
}

#mobile-navigation {
  display: none;
}
@media (max-width: 64em) {
  #mobile-navigation {
    display: none;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
#mobile-navigation ul#menu-main-menu-1 {
  padding-bottom: 60px;
}
#mobile-navigation ul li {
  padding: 0;
  display: block;
  position: relative;
  margin: 0;
}
#mobile-navigation ul li a {
  padding: 15px 0px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dark-theme #mobile-navigation ul li a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
#mobile-navigation ul li a.active {
  border: none;
}
#mobile-navigation ul li a:before {
  display: none;
}
#mobile-navigation ul li:last-child > a {
  border: none;
}
#mobile-navigation ul li ul li.label > a {
  border: 0;
}
#mobile-navigation ul li .menu-expand {
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dark-theme #mobile-navigation ul li .menu-expand {
  color: #ffffff;
}
#mobile-navigation ul li .menu-expand:hover {
  cursor: pointer;
}
#mobile-navigation ul li.mega-menu-even ul li .menu-expand, #mobile-navigation ul li.mega-menu ul li .menu-expand {
  display: none;
}
#mobile-navigation.show {
  display: none;
}
@media (max-width: 64em) {
  #mobile-navigation.show {
    display: block;
    max-height: calc(100vh - 93px);
    overflow-y: scroll;
  }
  #mobile-navigation.show .menu-main-menu-container {
    display: block;
  }
  #mobile-navigation.show ul {
    display: block;
    position: relative;
  }
  #mobile-navigation.show ul li.menu-item-has-children ul {
    display: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    height: auto;
    top: 0;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    max-height: none;
    max-width: 100%;
    width: 100%;
    position: relative;
    background: none;
    border-radius: 0;
  }
  #mobile-navigation.show ul li.menu-item-has-children ul::before {
    content: "";
    display: block;
    background: #F9F9F9;
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .dark-theme #mobile-navigation.show ul li.menu-item-has-children ul::before {
    background: #000000;
  }
  #mobile-navigation.show ul li.menu-item-has-children ul li {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    margin: 0;
  }
  #mobile-navigation.show ul li.menu-item-has-children ul li ul {
    display: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  #mobile-navigation.show ul li.menu-item-has-children ul:after {
    display: none;
  }
  #mobile-navigation.show ul li.menu-item-has-children .title {
    display: none;
  }
}
#mobile-navigation .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid rgba(26, 26, 36, 0.2);
  padding-top: 15px;
}
.dark-theme #mobile-navigation .social {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-theme #mobile-navigation .social h4 {
  color: #ffffff;
}
#mobile-navigation .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E94520;
  border-radius: 5px;
  width: 33px;
  height: 33px;
  font-size: 13px;
  text-decoration: none;
}
.dark-theme #mobile-navigation .social a {
  color: #ffffff;
}

#site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 64em) {
  #site-navigation {
    display: none;
  }
}

.footer-menu-1 ul,
.footer-menu-2 ul,
.footer-menu-3 ul,
.footer-menu-4 ul {
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .footer-menu-1 ul,
  .footer-menu-2 ul,
  .footer-menu-3 ul,
  .footer-menu-4 ul {
    margin-bottom: 0;
  }
}
.footer-menu-1 ul li,
.footer-menu-2 ul li,
.footer-menu-3 ul li,
.footer-menu-4 ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.footer-menu-1 ul li::before,
.footer-menu-2 ul li::before,
.footer-menu-3 ul li::before,
.footer-menu-4 ul li::before {
  display: none;
}
.footer-menu-1 ul li a,
.footer-menu-2 ul li a,
.footer-menu-3 ul li a,
.footer-menu-4 ul li a {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
}
.legal-menu ul {
  list-style: none;
  margin: 0;
}
.legal-menu ul li {
  display: inline-block;
  margin: 0;
}
.legal-menu ul li a {
  text-decoration: none;
}
.legal-menu ul li::before {
  display: none;
}

.legal-menu ul li {
  margin: 0 20px 0 0;
}
.legal-menu ul li::before {
  display: none;
}
.legal-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.no-touchevents .legal-menu ul li a:hover {
  opacity: 0.4;
}

.tabs-links {
  overflow-x: scroll;
  scrollbar-width: none;
  /* Firefox */
}
.tabs-links::-webkit-scrollbar {
  display: none;
}

.inpage-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dark-theme .inpage-menu ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inpage-menu ul li {
  padding: 0;
  padding-right: 30px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inpage-menu ul li::before {
  display: none;
}
.inpage-menu ul li a {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 5px 0 20px 0;
  border-bottom: 3px solid rgba(233, 69, 32, 0);
  margin-bottom: -1px;
  text-decoration: none;
}
.dark-theme .inpage-menu ul li a {
  color: #ffffff;
}
.inpage-menu ul li a:hover {
  border-color: #e94520;
}
.inpage-menu ul li.current-menu-item a {
  border-color: #e94520;
}

.pagination {
  max-width: 76.47em;
  margin: 0 auto;
  padding: 0 20px 130px;
  text-align: center;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}
.pagination .page-numbers {
  opacity: 0.3;
  padding: 3px;
  text-decoration: none;
}
.dark-theme .pagination .page-numbers {
  color: #ffffff;
}
.pagination .page-numbers.current {
  opacity: 1;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  opacity: 1;
  position: relative;
  font-size: 0;
}
@media (min-width: 42.5em) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.dark-theme .pagination .page-numbers.prev, .dark-theme .pagination .page-numbers.next {
  color: #ffffff;
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  font-family: "Font Awesome 5 Pro";
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid #E94520;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-size: 1.25rem;
}
.pagination .page-numbers.prev.inactive, .pagination .page-numbers.next.inactive {
  opacity: 0.3;
}
.pagination .page-numbers.next {
  padding: 15px 35px 15px 50px;
}
@media (min-width: 42.5em) {
  .pagination .page-numbers.next {
    padding: 15px 85px 15px 50px;
  }
}
@media (min-width: 60em) {
  .pagination .page-numbers.next {
    padding: 15px 85px 15px 200px;
  }
}
.pagination .page-numbers.next::before {
  right: 0;
  content: "\f061";
}
.pagination .page-numbers.prev {
  padding: 15px 50px 15px 35px;
}
@media (min-width: 42.5em) {
  .pagination .page-numbers.prev {
    padding: 15px 50px 15px 85px;
  }
}
@media (min-width: 60em) {
  .pagination .page-numbers.prev {
    padding: 15px 200px 15px 85px;
  }
}
.pagination .page-numbers.prev::before {
  left: 0;
  content: "\f060";
}

.pointer-events-none > a {
  pointer-events: none;
}

.menu-item-has-children.hover-active .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.page-template-dark-web-guide-template .main-banner.text-banner {
  display: none;
}
.page-template-dark-web-guide-template .main-banner.text-banner-mobile {
  display: grid;
}
@media (min-width: 64em) {
  .page-template-dark-web-guide-template .main-banner.text-banner {
    display: grid;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: calc(100vh - 131px);
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .page-template-dark-web-guide-template .main-banner.text-banner-mobile {
    display: none;
  }
}
.main-banner.text-banner, .main-banner.sales-hero-banner {
  padding: 40px 0 40px 0;
  width: 100%;
  position: relative;
  min-height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-dark-web-guide-template .main-banner.text-banner, .page-template-dark-web-guide-template .main-banner.sales-hero-banner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 60em) {
  .main-banner.text-banner, .main-banner.sales-hero-banner {
    min-height: 300px;
  }
}
.main-banner.text-banner.narrow.align-center, .main-banner.sales-hero-banner.narrow.align-center {
  grid-template-columns: 1fr minmax(auto, 35.2em) 1fr;
}
.main-banner.text-banner.narrow.align-left .container, .main-banner.sales-hero-banner.narrow.align-left .container {
  max-width: 35.2em;
}
.main-banner.text-banner:not(.post-banner) img, .main-banner.sales-hero-banner:not(.post-banner) img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.dark-theme .main-banner.text-banner h1,
.dark-theme .main-banner.text-banner h2,
.dark-theme .main-banner.text-banner .h2,
.dark-theme .main-banner.text-banner span.h2,
.dark-theme .main-banner.text-banner h3,
.dark-theme .main-banner.text-banner .h3,
.dark-theme .main-banner.text-banner span.h3,
.dark-theme .main-banner.text-banner h4,
.dark-theme .main-banner.text-banner .h4,
.dark-theme .main-banner.text-banner span.h4,
.dark-theme .main-banner.text-banner h5,
.dark-theme .main-banner.text-banner p,
.dark-theme .main-banner.text-banner .p,
.dark-theme .main-banner.text-banner span.p,
.dark-theme .main-banner.text-banner li,
.dark-theme .main-banner.text-banner a:not(.button), .dark-theme .main-banner.sales-hero-banner h1,
.dark-theme .main-banner.sales-hero-banner h2,
.dark-theme .main-banner.sales-hero-banner .h2,
.dark-theme .main-banner.sales-hero-banner span.h2,
.dark-theme .main-banner.sales-hero-banner h3,
.dark-theme .main-banner.sales-hero-banner .h3,
.dark-theme .main-banner.sales-hero-banner span.h3,
.dark-theme .main-banner.sales-hero-banner h4,
.dark-theme .main-banner.sales-hero-banner .h4,
.dark-theme .main-banner.sales-hero-banner span.h4,
.dark-theme .main-banner.sales-hero-banner h5,
.dark-theme .main-banner.sales-hero-banner p,
.dark-theme .main-banner.sales-hero-banner .p,
.dark-theme .main-banner.sales-hero-banner span.p,
.dark-theme .main-banner.sales-hero-banner li,
.dark-theme .main-banner.sales-hero-banner a:not(.button) {
  color: #ffffff;
}
.dark-theme .main-banner.text-banner h3,
.dark-theme .main-banner.text-banner .h3,
.dark-theme .main-banner.text-banner span.h3,
.dark-theme .main-banner.text-banner h4,
.dark-theme .main-banner.text-banner .h4,
.dark-theme .main-banner.text-banner span.h4, .dark-theme .main-banner.sales-hero-banner h3,
.dark-theme .main-banner.sales-hero-banner .h3,
.dark-theme .main-banner.sales-hero-banner span.h3,
.dark-theme .main-banner.sales-hero-banner h4,
.dark-theme .main-banner.sales-hero-banner .h4,
.dark-theme .main-banner.sales-hero-banner span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .main-banner.text-banner p,
.dark-theme .main-banner.text-banner .p,
.dark-theme .main-banner.text-banner span.p,
.dark-theme .main-banner.text-banner li,
.dark-theme .main-banner.text-banner a:not(.button), .dark-theme .main-banner.sales-hero-banner p,
.dark-theme .main-banner.sales-hero-banner .p,
.dark-theme .main-banner.sales-hero-banner span.p,
.dark-theme .main-banner.sales-hero-banner li,
.dark-theme .main-banner.sales-hero-banner a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.main-banner.text-banner.has-image, .main-banner.sales-hero-banner.has-image {
  margin-bottom: 40px;
}
.main-banner.text-banner.has-image *, .main-banner.sales-hero-banner.has-image * {
  color: #ffffff;
}
.main-banner.text-banner h1, .main-banner.sales-hero-banner h1 {
  margin-top: 5px;
}
@media (min-width: 64em) {
  .main-banner.text-banner, .main-banner.sales-hero-banner {
    padding: 80px 0 40px 0;
  }
}
.main-banner.text-banner .container .banner-content, .main-banner.sales-hero-banner .container .banner-content {
  width: 100%;
  max-width: 760px;
}
.main-banner.text-banner .container .banner-content .content-wrap .content > *:last-child, .main-banner.sales-hero-banner .container .banner-content .content-wrap .content > *:last-child {
  margin-bottom: 0;
}
.main-banner.text-banner.align-left .container, .main-banner.sales-hero-banner.align-left .container {
  text-align: left;
}
.main-banner.text-banner.align-left .container .banner-content .content-wrap, .main-banner.sales-hero-banner.align-left .container .banner-content .content-wrap {
  text-align: left;
}
.main-banner.text-banner.align-center .container, .main-banner.sales-hero-banner.align-center .container {
  text-align: center;
}
@media (max-width: 48em) {
  .page-template-dark-web-guide-template .main-banner.text-banner.align-center .container, .page-template-dark-web-guide-template .main-banner.sales-hero-banner.align-center .container {
    text-align: left;
  }
}
.main-banner.text-banner.align-center .container .banner-content .content-wrap, .main-banner.sales-hero-banner.align-center .container .banner-content .content-wrap {
  text-align: center;
}
@media (max-width: 64em) {
  .main-banner.text-banner .scroll-down-arrow, .main-banner.sales-hero-banner .scroll-down-arrow {
    display: none;
  }
}
.main-banner.text-banner .scroll-down-arrow, .main-banner.sales-hero-banner .scroll-down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-banner.hero-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 500px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 48em) {
  .main-banner.hero-banner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 60em) {
  .main-banner.hero-banner {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.main-banner.hero-banner.regular .container {
  max-width: 520px;
}
.main-banner.hero-banner.sales-resources-banner-half .container {
  max-width: 700px;
}
.main-banner.hero-banner.type-video video {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner.careers-banner h1, .main-banner.events-banner h1 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.main-banner.careers-banner .status,
.main-banner.careers-banner h4, .main-banner.events-banner .status,
.main-banner.events-banner h4 {
  color: #E94520;
}
.main-banner.careers-banner .meta, .main-banner.events-banner .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(26, 26, 36, 0.2);
}
.main-banner.careers-banner .meta p, .main-banner.events-banner .meta p {
  margin-top: 5px;
}
.main-banner.events-banner {
  padding-bottom: 20px;
}
.main-banner.events-banner h1 {
  margin-bottom: 30px;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.main-banner.events-banner .meta {
  border: 0;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
}
@media (min-width: 42.5em) {
  .main-banner.events-banner .meta {
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.main-banner.events-banner .meta div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.main-banner.events-banner .meta div h4 {
  min-width: 45px;
}
.main-banner.events-banner .image {
  height: 240px;
}
@media (min-width: 42.5em) {
  .main-banner.events-banner .image {
    height: 400px;
  }
}
@media (min-width: 42.5em) {
  .main-banner.events-banner {
    text-align: center;
  }
}
.main-banner.events-banner .image, .main-banner.post-banner .image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.main-banner.events-banner .image img, .main-banner.post-banner .image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-banner.post-banner video {
  border-radius: 10px;
}
.main-banner.post-banner .image {
  height: 440px;
}
.main-banner.post-banner.align-left {
  text-align: left;
}
.main-banner.post-banner.align-left .container .banner-content {
  max-width: 1025px;
}
.main-banner.post-banner.align-left .container .banner-content .post-meta {
  margin-bottom: 20px;
}
.main-banner.post-banner.align-left .container .banner-content .post-meta a.back,
.main-banner.post-banner.align-left .container .banner-content .post-meta .author p {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.no-touchevents .main-banner.post-banner.align-left .container .banner-content .post-meta a.back:hover {
  opacity: 0.4;
}
.main-banner.post-banner.align-left .container .banner-content .post-meta h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-banner.post-banner.align-left .container .banner-content .post-meta .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.main-banner.post-banner.align-left .container .banner-content .post-meta .author p {
  margin: 0;
  line-height: 1em;
}
.main-banner.post-banner.align-left .container .banner-content .post-meta .author .profile-image {
  width: 32px;
  height: 32px;
  margin: 0 20px;
  border-radius: 50%;
  overflow: hidden;
}
.main-banner.post-banner.align-left .container .banner-content .post-meta .author .profile-image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner.post-banner h1 {
  margin-top: 5px;
  margin-bottom: 40px;
}
.main-banner.post-banner .posted-by {
  padding-left: 25px;
}
.main-banner.post-banner .dark-web-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}
.main-banner.post-banner .dark-web-top .title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 64em) {
  .main-banner.post-banner .dark-web-top .title-img {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
  }
}
.main-banner.post-banner .dark-web-top .title-inner {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-bottom: 20px;
}
.main-banner.post-banner .dark-web-top .title-inner::after {
  content: "";
}
@media (min-width: 64em) {
  .main-banner.post-banner .dark-web-top .title-inner {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.main-banner.post-banner .dark-web-top .logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 135px;
  height: auto;
}
.main-banner.post-banner .dark-web-top .featured_image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 150px;
  height: auto;
}
@media (min-width: 64em) {
  .main-banner.post-banner .dark-web-top .featured_image {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: 205px;
  }
}
.main-banner .button {
  margin-top: 20px;
}

.single-sales-resources,
.sales-resources-banner-half {
  position: relative;
}
.single-sales-resources.hero-banner,
.sales-resources-banner-half.hero-banner {
  min-height: auto;
}
@media (min-width: 60em) {
  .single-sales-resources.hero-banner,
  .sales-resources-banner-half.hero-banner {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.single-sales-resources .container,
.sales-resources-banner-half .container {
  z-index: 1;
}
.single-sales-resources .overlay,
.sales-resources-banner-half .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Use rgba for setting opacity directly */
  height: 100%;
  width: 100%;
}
.single-sales-resources .button.back,
.sales-resources-banner-half .button.back {
  margin-top: 0;
  margin-bottom: 20px;
}
.single-sales-resources .breadcrumbs,
.sales-resources-banner-half .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  gap: 3px;
  text-transform: lowercase;
  font-weight: 600;
}

.single-sales-resources .breadcrumbs {
  margin-bottom: 50px;
  color: #1A1A24;
}
.single-sales-resources #site-content a.button {
  color: #ffffff;
}

.sales-resources-banner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-top: 20px;
}
.sales-resources-banner video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.sales-resources-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.sales-resources-banner h1,
.sales-resources-banner h2,
.sales-resources-banner h3,
.sales-resources-banner h4,
.sales-resources-banner p {
  color: #ffffff;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.sales-resources-banner p {
  max-width: 450px;
}
.sales-resources-banner .section-heading {
  text-align: center;
}
.sales-resources-banner .search-wrapper {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 20px;
  padding-bottom: 55px;
  padding-left: 10px;
  padding-right: 10px;
}
.sales-resources-banner .search-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(249, 249, 249, 0.03);
  backdrop-filter: blur(50px) brightness(180%) contrast(70%) opacity(1);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: -1;
  border-radius: 10px;
}
.sales-resources-banner .search-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.page-template-form-template #site-content {
  padding-top: 150px;
}

.posts-container .block {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.02);
}
.posts-container .block .block-image {
  position: relative;
  padding: 20px 20px 10px;
}
.posts-container .block .block-image a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.posts-container .block .block-image a img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:contain;object-position:center";
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.posts-container .block .block-image a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.posts-container .block .block-image a .overlay span {
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.no-touchevents .posts-container .block .block-image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.no-touchevents .posts-container .block .block-image a:hover .overlay {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.posts-container .block .block-content {
  width: 100%;
  padding: 0 20px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.posts-container .block .block-content .excerpt p {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
.posts-container .block .block-content .underline-link {
  justify-self: flex-end;
  margin-left: auto;
}

.search-results .search-form {
  max-width: 550px;
  margin-bottom: 50px;
}
.search-results .search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-results .search-form form input[type=text] {
  height: 53px;
  width: calc(100% - 60px);
}
.search-results .search-form form button {
  padding: 0;
  height: 53px;
  line-height: 53px;
  width: 60px;
}
.search-results .main-search-results {
  width: 100%;
  max-width: 780px;
}
.search-results .main-search-results .search-result {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #F9F9F9;
}
.search-results .main-search-results .search-result .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.search-results .main-search-results .search-result .excerpt h2,
.search-results .main-search-results .search-result .excerpt h3,
.search-results .main-search-results .search-result .excerpt h4,
.search-results .main-search-results .search-result .excerpt h5,
.search-results .main-search-results .search-result .excerpt ul,
.search-results .main-search-results .search-result .excerpt ol {
  display: none;
}
.search-results .main-search-results .pagination {
  width: 100%;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.simple-sitemap-container .simple-sitemap-wrap ul {
  margin: 0;
}

.page-template-demo-template .demo-form-container {
  grid-template-columns: 1fr minmax(auto, 39em) 1fr;
}
.page-template-demo-template .demo-form-container .container {
  position: relative;
}
.page-template-demo-template .demo-form-container .container::before {
  display: block;
  content: "";
  position: absolute;
  width: 1248px;
  height: 100%;
  max-width: calc(100vw - 40px);
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.page-template-demo-template .demo-form-container .container form {
  padding: 80px 60px;
}

.page-template-two-col-demo-template .demo-form-container .container {
  grid-gap: 20px;
  grid-template-columns: 50% 50%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
}
@media (max-width: 850px) {
  .page-template-two-col-demo-template .demo-form-container .container {
    grid-template-columns: minmax(0, 1fr);
  }
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column.left {
  padding-right: 10%;
}
@media (max-width: 850px) {
  .page-template-two-col-demo-template .demo-form-container .container .demo-column.left {
    padding-right: 0;
  }
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column.right {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 850px) {
  .page-template-two-col-demo-template .demo-form-container .container .demo-column.right {
    grid-column: initial;
    grid-row: initial;
  }
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column.white-bg {
  background: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 50px 30px;
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column .section-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column .section-logos .swiper {
  max-width: 100%;
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column .section-logos .swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column .section-logos .swiper .logo {
  color: white;
  opacity: 0.8;
  text-align: left;
  width: 100%;
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column .section-logos .swiper .logo .image {
  height: 90px;
  width: 100%;
  padding: 12px 12px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column .section-logos .swiper .logo .image img {
  width: auto;
  height: auto;
  max-height: 65px;
  max-width: 100%;
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column .section-logos .swiper-pagination {
  bottom: 0;
  text-align: left;
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column .section-logos .swiper-pagination .swiper-pagination-bullet {
  background: #000000;
  opacity: 0.3;
}
.page-template-two-col-demo-template .demo-form-container .container .demo-column .section-logos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left h1,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left h2,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left .h2,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left span.h2,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left h3,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left .h3,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left span.h3,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left h4,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left .h4,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left span.h4,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left h5,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left p,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left .p,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left span.p,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left li,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left a {
  color: #ffffff;
}
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left h3,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left .h3,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left span.h3,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left h4,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left .h4,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left p,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left .p,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left span.p,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left li,
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column.left a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column .section-logos .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
.page-template-two-col-demo-template.dark-theme .demo-form-container .demo-column .section-logos .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.page-template-contact-template .main-content {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.page-template-contact-template .contact-form-section > .col-2 {
  grid-gap: 0;
}
@media (min-width: 60em) {
  .page-template-contact-template .contact-form-section > .col-2 {
    grid-template-columns: 1.5fr 1fr;
  }
}
.page-template-contact-template .contact-form-section .text {
  padding: 30px 30px 30px 30px;
  background: #1A1A24;
  border-radius: 0 0 10px 10px;
}
.page-template-contact-template .contact-form-section .text h1,
.page-template-contact-template .contact-form-section .text h2,
.page-template-contact-template .contact-form-section .text .h2,
.page-template-contact-template .contact-form-section .text span.h2,
.page-template-contact-template .contact-form-section .text h3,
.page-template-contact-template .contact-form-section .text .h3,
.page-template-contact-template .contact-form-section .text span.h3,
.page-template-contact-template .contact-form-section .text h4,
.page-template-contact-template .contact-form-section .text .h4,
.page-template-contact-template .contact-form-section .text span.h4,
.page-template-contact-template .contact-form-section .text h5,
.page-template-contact-template .contact-form-section .text p,
.page-template-contact-template .contact-form-section .text .p,
.page-template-contact-template .contact-form-section .text span.p,
.page-template-contact-template .contact-form-section .text li,
.page-template-contact-template .contact-form-section .text a {
  color: #ffffff;
}
.page-template-contact-template .contact-form-section .text h3,
.page-template-contact-template .contact-form-section .text .h3,
.page-template-contact-template .contact-form-section .text span.h3,
.page-template-contact-template .contact-form-section .text h4,
.page-template-contact-template .contact-form-section .text .h4,
.page-template-contact-template .contact-form-section .text span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-template-contact-template .contact-form-section .text p,
.page-template-contact-template .contact-form-section .text .p,
.page-template-contact-template .contact-form-section .text span.p,
.page-template-contact-template .contact-form-section .text li,
.page-template-contact-template .contact-form-section .text a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 60em) {
  .page-template-contact-template .contact-form-section .text {
    border-radius: 0 10px 10px 0;
    padding: 30px 135px 60px 80px;
  }
}
.page-template-contact-template .contact-form-section .text .button {
  margin-top: 10px;
}
.dark-theme.page-template-contact-template .contact-form-section .text {
  background: #000000;
}

.page-template-contact-template .contact-form-section .text .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding-top: 5px;
}
.page-template-contact-template .contact-form-section .text .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E94520;
  border-radius: 5px;
  width: 33px;
  height: 33px;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
.page-template-contact-template .contact-form-container {
  padding: 50px 30px 50px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border-radius: 10px 10px 0 0;
  height: 100%;
}
@media (min-width: 60em) {
  .page-template-contact-template .contact-form-container {
    border-radius: 10px 0 0 10px;
    padding: 50px 60px 50px;
  }
}

.page-template-landing-page-template section {
  grid-template-columns: 1fr minmax(auto, 49.411em) 1fr;
}
.page-template-landing-page-template .main-content {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.page-template-landing-page-template .text h1,
.page-template-landing-page-template .text h2,
.page-template-landing-page-template .text .h2,
.page-template-landing-page-template .text span.h2,
.page-template-landing-page-template .text h3,
.page-template-landing-page-template .text .h3,
.page-template-landing-page-template .text span.h3,
.page-template-landing-page-template .text h4,
.page-template-landing-page-template .text .h4,
.page-template-landing-page-template .text span.h4,
.page-template-landing-page-template .text h5,
.page-template-landing-page-template .text p,
.page-template-landing-page-template .text .p,
.page-template-landing-page-template .text span.p,
.page-template-landing-page-template .text li,
.page-template-landing-page-template .text a:not(.button) {
  color: #ffffff;
}
.page-template-landing-page-template .text h3,
.page-template-landing-page-template .text h4 {
  color: #ffffff;
}
.page-template-landing-page-template .text p,
.page-template-landing-page-template .text .p,
.page-template-landing-page-template .text span.p,
.page-template-landing-page-template .text li,
.page-template-landing-page-template .text a:not(.button) {
  color: #ffffff;
}
.page-template-landing-page-template .text strong {
  opacity: 1;
}
.page-template-landing-page-template .landing-form-container {
  padding: 50px 60px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}
@media (min-width: 60em) {
  .page-template-landing-page-template .landing-form-container {
    margin-right: 50px;
  }
}
@media (min-width: 80em) {
  .page-template-landing-page-template .landing-form-container {
    margin-right: 130px;
  }
}
.page-template-landing-page-template .landing-form-container p,
.page-template-landing-page-template .landing-form-container .p,
.page-template-landing-page-template .landing-form-container span.p a {
  color: #1A1A24;
}
.page-template-landing-page-template h1,
.page-template-landing-page-template h2,
.page-template-landing-page-template .h2,
.page-template-landing-page-template span.h2,
.page-template-landing-page-template h3,
.page-template-landing-page-template .h3,
.page-template-landing-page-template span.h3,
.page-template-landing-page-template h4,
.page-template-landing-page-template .h4,
.page-template-landing-page-template span.h4,
.page-template-landing-page-template h5,
.page-template-landing-page-template p,
.page-template-landing-page-template .p,
.page-template-landing-page-template span.p,
.page-template-landing-page-template li,
.page-template-landing-page-template a {
  color: #ffffff;
}
.page-template-landing-page-template h3,
.page-template-landing-page-template .h3,
.page-template-landing-page-template span.h3,
.page-template-landing-page-template h4,
.page-template-landing-page-template .h4,
.page-template-landing-page-template span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-template-landing-page-template p,
.page-template-landing-page-template .p,
.page-template-landing-page-template span.p,
.page-template-landing-page-template li,
.page-template-landing-page-template a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}

.page-template-dark-web-guide-template {
  margin-top: 0;
}
.page-template-dark-web-guide-template.dark-theme header#masthead {
  background: none;
}
.page-template-dark-web-guide-template #page,
.page-template-dark-web-guide-template #content {
  overflow: visible;
}
@media (max-width: 64em) {
  .page-template-dark-web-guide-template #masthead {
    position: absolute;
  }
  .page-template-dark-web-guide-template #page {
    padding-top: 93px;
  }
}
.page-template-dark-web-guide-template #tsparticles {
  height: 100%;
}
.page-template-dark-web-guide-template .guides {
  position: relative;
  padding-top: 150px;
  margin-bottom: 100px;
}
@media (min-width: 64em) {
  .page-template-dark-web-guide-template .guides .hidden {
    display: none;
  }
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left {
  grid-template-columns: 1fr;
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left .media {
  grid-row: 0;
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left .taxonomy-title-description {
  grid-row: 0;
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left .taxonomy-title-description .title-description {
  display: none;
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-right {
  grid-template-columns: 1fr;
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-right .media {
  grid-row: 2;
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-right .taxonomy-title-description .title-description {
  display: none;
}
@media (min-width: 64em) {
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) and (min-width: 80em) {
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left {
    grid-template-columns: 1.55fr 1fr;
  }
}
@media (min-width: 64em) {
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left .title-description-mobile {
    display: none;
  }
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left .media {
    position: relative;
    grid-row: 1;
  }
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left .taxonomy-title-description {
    padding-left: 30px;
  }
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-left .taxonomy-title-description .title-description {
    display: block;
  }
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-right {
    grid-template-columns: 1fr 1.55fr;
  }
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-right .media {
    grid-row: unset;
  }
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-right .title-description-mobile {
    display: none;
  }
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-right .taxonomy-title-description {
    padding-right: 30px;
  }
  .page-template-dark-web-guide-template .guides .page-section.media-and-content .col-2.media-right .taxonomy-title-description .title-description {
    display: block;
  }
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content:not(:first-child) {
  margin-top: 100px;
}
@media (min-width: 64em) {
  .page-template-dark-web-guide-template .guides .page-section.media-and-content:not(:first-child) {
    margin-top: 150px;
  }
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .container {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .container .taxonomy-title-description {
  position: relative;
}
.page-template-dark-web-guide-template .guides .page-section.media-and-content .container .taxonomy-title-description h4 {
  opacity: 39%;
}
.page-template-dark-web-guide-template .guides .media-right .media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-template-dark-web-guide-template .guides .popup-container {
  background: -webkit-gradient(linear, left bottom, left top, from(#191922), color-stop(50%, #781e25), to(#4d1b39));
  background: linear-gradient(to top, #191922 0%, #781e25 50%, #4d1b39 100%);
  border-radius: 10px;
  padding-top: 10px;
}
.page-template-dark-web-guide-template .guides .popup-container .popup-div {
  padding: 2px 20px 10px;
}
.page-template-dark-web-guide-template .guides .popup-container .popup-div .content {
  height: 0;
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: rgba(249, 249, 249, 0.03);
  backdrop-filter: blur(100px) brightness(140%) contrast(110%) opacity(0.7);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-template-dark-web-guide-template .guides .popup-container .popup-div .content :not(a) {
  pointer-events: none;
}
.page-template-dark-web-guide-template .guides .popup-container .popup-div .content.active {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 14px;
}
@media (min-width: 64em) {
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .content {
    height: auto;
    opacity: 1;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    padding: 14px;
  }
}
.page-template-dark-web-guide-template .guides .popup-container .popup-div .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.page-template-dark-web-guide-template .guides .popup-container .popup-div .title .fa-chevron-down,
.page-template-dark-web-guide-template .guides .popup-container .popup-div .title .fa-chevron-up {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-dark-web-guide-template .guides .popup-container .popup-div:not(:last-child) .title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 64em) {
  .page-template-dark-web-guide-template .guides .popup-container {
    padding-top: 0;
  }
  .page-template-dark-web-guide-template .guides .popup-container .popup-div {
    position: absolute;
    top: 110px;
    min-height: calc(100% - 110px);
    z-index: 10;
    background: -webkit-gradient(linear, left bottom, left top, from(#191922), color-stop(50%, #781e25), to(#4d1b39));
    background: linear-gradient(to top, #191922 0%, #781e25 50%, #4d1b39 100%);
    padding: 20px 45px 55px 45px;
    border-radius: 10px;
  }
}
@media (min-width: 64em) and (min-width: 80em) {
  .page-template-dark-web-guide-template .guides .popup-container .popup-div {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .content {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    padding: 0;
    background: 0;
    backdrop-filter: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .title {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;
    pointer-events: none;
  }
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .title .fa-chevron-down,
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .title .fa-chevron-up {
    display: none;
  }
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .text-repeater {
    margin-top: 20px;
  }
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .text-repeater p {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .fa-chevron-down,
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .fa-chevron-up {
    display: none;
  }
  .page-template-dark-web-guide-template .guides .popup-container .popup-div .button {
    margin-top: 35px;
  }
}
.page-template-dark-web-guide-template .guides .sticky-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  height: calc(100% - 150px);
}
.page-template-dark-web-guide-template .guides .sticky-nav > div {
  position: sticky;
  top: 150px;
}
@media (max-width: 80em) {
  .page-template-dark-web-guide-template .guides .sticky-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #1A1A24;
    padding: 20px 28px 13px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 999;
  }
  .page-template-dark-web-guide-template .guides .sticky-nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 80em) {
  .page-template-dark-web-guide-template .guides .sticky-nav {
    top: 150px;
    left: 5px;
  }
}
@media (min-width: 90.625em) {
  .page-template-dark-web-guide-template .guides .sticky-nav {
    left: 36px;
  }
}
@media (min-width: 100em) {
  .page-template-dark-web-guide-template .guides .sticky-nav {
    left: 150px;
  }
}
.page-template-dark-web-guide-template .guides .sticky-nav > div:before {
  content: "";
  z-index: 100;
  position: absolute;
  top: 12px;
  background: #CED0D1;
  width: calc(100% - 110px);
  height: 2px;
  left: 55px;
}
@media (min-width: 80em) {
  .page-template-dark-web-guide-template .guides .sticky-nav > div:before {
    top: 0px;
    height: 100%;
    width: 2px;
    left: 13px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 374px) {
  .page-template-dark-web-guide-template .guides .sticky-nav {
    display: none;
  }
}
.page-template-dark-web-guide-template .guides .sticky-nav .section-indicator {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-dark-web-guide-template .guides .sticky-nav .section-indicator:not(:last-child) {
  padding-bottom: 15px;
}
@media (min-width: 80em) {
  .page-template-dark-web-guide-template .guides .sticky-nav .section-indicator {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: 26px;
  }
  .page-template-dark-web-guide-template .guides .sticky-nav .section-indicator:not(:last-child) {
    padding-bottom: 122px;
  }
}
.page-template-dark-web-guide-template .guides .sticky-nav .section-indicator .square {
  z-index: 101;
  background: #1A1A24;
  height: 26px;
  width: 26px;
  border: 2px solid #f12b2b;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (min-width: 80em) {
  .page-template-dark-web-guide-template .guides .sticky-nav .section-indicator .square {
    margin-right: 9px;
    margin-bottom: 0px;
  }
}
.page-template-dark-web-guide-template .guides .sticky-nav .section-indicator h5 {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  opacity: 39%;
  max-width: 140px;
  text-align: center;
}
@media (min-width: 80em) {
  .page-template-dark-web-guide-template .guides .sticky-nav .section-indicator h5 {
    text-align: left;
    max-width: 50px;
  }
}
.page-template-dark-web-guide-template .guides .sticky-nav .section-indicator.active .square, .page-template-dark-web-guide-template .guides .sticky-nav .section-indicator:hover .square {
  background: #f12b2b;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-template-dark-web-guide-template .guides .sticky-nav .section-indicator.active h5, .page-template-dark-web-guide-template .guides .sticky-nav .section-indicator:hover h5 {
  opacity: 78%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-template-dark-web-guide-template .guides .sticky-nav.fixed {
  position: fixed;
}
.page-template-dark-web-guide-template .guides .sticky-nav.bottom {
  position: absolute;
  top: calc(100% - 540px);
  -webkit-transition: all ease 0s;
  transition: all ease 0s;
}
.page-template-dark-web-guide-template .guides h1,
.page-template-dark-web-guide-template .guides h2,
.page-template-dark-web-guide-template .guides h3,
.page-template-dark-web-guide-template .guides h4,
.page-template-dark-web-guide-template .guides h5,
.page-template-dark-web-guide-template .guides h6,
.page-template-dark-web-guide-template .guides p {
  color: #ffffff;
}
.page-template-dark-web-guide-template svg {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-template-dark-web-guide-template svg path.cls-4 {
  stroke: none !important;
}
.page-template-dark-web-guide-template svg path.cls-71, .page-template-dark-web-guide-template svg path.cls-1 {
  pointer-events: none;
}
.page-template-dark-web-guide-template svg path.button {
  fill: #e84624 !important;
  opacity: 0.2 !important;
}
@media (max-width: 48em) {
  .page-template-dark-web-guide-template svg path.button {
    pointer-events: none;
  }
}
.page-template-dark-web-guide-template svg path.hover.button, .page-template-dark-web-guide-template svg path.active.button, .page-template-dark-web-guide-template svg path.open.button {
  fill: #e84624 !important;
  opacity: 1 !important;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-template-dark-web-guide-template svg path.hover.overflow, .page-template-dark-web-guide-template svg path.active.overflow, .page-template-dark-web-guide-template svg path.open.overflow {
  opacity: 1 !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#tsparticles {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single-dark-web {
  position: relative;
  background-color: #1A1A24;
  margin-top: 20px;
  margin-bottom: 40px;
}
.single-dark-web .logo {
  border-radius: 5px;
}
.single-dark-web .back-link-cross {
  position: absolute;
  top: 50px;
  right: 20px;
}
.single-dark-web .back-link-cross .fa-xmark {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #ffffff;
}
@media (min-width: 64em) {
  .single-dark-web .back-link-cross {
    top: 65px;
    right: 65px;
  }
}
.single-dark-web .button.bottom {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-size: 0.875rem;
}
.single-dark-web .button.bottom::after {
  display: none;
}
.single-dark-web h1,
.single-dark-web h2,
.single-dark-web h3,
.single-dark-web h4,
.single-dark-web h5,
.single-dark-web h6,
.single-dark-web time,
.single-dark-web p {
  color: #ffffff;
}

.tml-submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tml-submit-wrap .tml-button {
  width: 120px;
}

input[type=checkbox].tml-checkbox {
  top: 0;
}

.tml-links a {
  color: #ffffff;
}

.tml-action #menu-main-menu,
.tml-action .top-menu,
.tml-action .hamburger.menu-toggle,
.tml-action .footer-main.section,
.tax-resource-category #menu-main-menu,
.tax-resource-category .top-menu,
.tax-resource-category .hamburger.menu-toggle,
.tax-resource-category .footer-main.section,
.single-sales-resources #menu-main-menu,
.single-sales-resources .top-menu,
.single-sales-resources .hamburger.menu-toggle,
.single-sales-resources .footer-main.section,
.post-type-archive-sales-resources #menu-main-menu,
.post-type-archive-sales-resources .top-menu,
.post-type-archive-sales-resources .hamburger.menu-toggle,
.post-type-archive-sales-resources .footer-main.section,
.page-template-sales-portal-login-template #menu-main-menu,
.page-template-sales-portal-login-template .top-menu,
.page-template-sales-portal-login-template .hamburger.menu-toggle,
.page-template-sales-portal-login-template .footer-main.section,
.page-template-sales-resources-template #menu-main-menu,
.page-template-sales-resources-template .top-menu,
.page-template-sales-resources-template .hamburger.menu-toggle,
.page-template-sales-resources-template .footer-main.section,
.page-template-no-navigation-template #menu-main-menu,
.page-template-no-navigation-template .top-menu,
.page-template-no-navigation-template .hamburger.menu-toggle,
.page-template-no-navigation-template .footer-main.section {
  display: none;
}
.tml-action footer .footer-top,
.tax-resource-category footer .footer-top,
.single-sales-resources footer .footer-top,
.post-type-archive-sales-resources footer .footer-top,
.page-template-sales-portal-login-template footer .footer-top,
.page-template-sales-resources-template footer .footer-top,
.page-template-no-navigation-template footer .footer-top {
  padding-top: 40px;
}

.post-type-archive-sales-resources .page-section.related-posts,
.tax-resource-category .page-section.related-posts {
  background: #ffffff;
  position: relative;
}
.post-type-archive-sales-resources .page-section.related-posts .swiper-button-lock,
.post-type-archive-sales-resources .page-section.related-posts .swiper-scrollbar-lock,
.tax-resource-category .page-section.related-posts .swiper-button-lock,
.tax-resource-category .page-section.related-posts .swiper-scrollbar-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-type-archive-sales-resources .page-section.related-posts .down,
.tax-resource-category .page-section.related-posts .down {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #E94520;
  color: #ffffff;
  border-radius: 10px;
  height: 40px;
  width: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 11px 15px;
}
.post-type-archive-sales-resources .sales-resources-grid,
.tax-resource-category .sales-resources-grid {
  padding-top: 0;
  padding-bottom: 50px;
}
.post-type-archive-sales-resources .sales-resources-grid .number-of-results,
.tax-resource-category .sales-resources-grid .number-of-results {
  padding-bottom: 20px;
}
.post-type-archive-sales-resources .resource-category-content .container,
.tax-resource-category .resource-category-content .container {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.post-type-archive-sales-resources .sales-resources-search,
.tax-resource-category .sales-resources-search {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.post-type-archive-sales-resources .sales-resources-search .container,
.tax-resource-category .sales-resources-search .container {
  background: rgba(46, 46, 56, 0.1);
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
.post-type-archive-sales-resources .sales-resources-search .container .search-form,
.tax-resource-category .sales-resources-search .container .search-form {
  margin-top: 0;
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto;
}
.post-type-archive-sales-resources .sales-resources,
.tax-resource-category .sales-resources {
  position: relative;
}
.post-type-archive-sales-resources .sales-resources.search-form,
.tax-resource-category .sales-resources.search-form {
  width: 100%;
  max-width: none;
}

section.bg-light-grey {
  background: #F9F9F9;
}

.single-sales-resources #site-content {
  background: #F9F9F9;
}
.single-sales-resources #site-content h1, .single-sales-resources #site-content h2, .single-sales-resources #site-content h3, .single-sales-resources #site-content h4, .single-sales-resources #site-content p, .single-sales-resources #site-content a {
  color: #1A1A24;
}

.resource-categories {
  background: #F9F9F9;
  padding-bottom: 100px;
}
.resource-categories .container.content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.sales-resources.search-form {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.sales-resources.search-form .filter-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 60em) {
  .sales-resources.search-form .filter-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sales-resources.search-form form {
  position: relative;
}
.sales-resources.search-form form .select-wrap {
  background: #F9F9F9;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.sales-resources.search-form form .select-wrap i::before {
  width: 10px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
}
.sales-resources.search-form form .select-wrap select {
  border: 1px solid #E94520;
  background: rgba(46, 46, 56, 0.1);
  color: #1A1A24;
  width: auto;
  padding: 16px 30px 16px 16px;
}
.sales-resources.search-form form input[type=text] {
  padding: 23px;
  margin-bottom: 0;
  border-radius: 18px;
}
.sales-resources.search-form form button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button)#searchsubmit {
  position: absolute;
  border-radius: 10px;
  right: 0;
  top: 13px;
  padding: 12px;
  margin-right: 13px;
}
.sales-resources.search-form form button:not(.fancybox-button):not(.leadinModal-close):not(#play-icon):not(#mute-icon):not(.CookiebotWidget-logo):not(.fancybox-button)#searchsubmit::after {
  display: none;
}

.archive-list {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 60em) {
  .archive-list {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.events-list {
  padding-top: 20px;
}

.post-grid,
.category-filter,
.featured-articles {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters h3 {
  padding-right: 30px;
  display: inline-block;
}
.dark-theme .filters h3 {
  color: #ffffff;
}

.news-block {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-block.light {
  background: #ffffff;
}
.news-block.dark {
  background: #1A1A24;
}
.dark-theme .news-block.dark {
  background: #000000;
}
.news-block.dark .title {
  color: #ffffff;
}
.news-block.dark .content * {
  color: #ffffff;
}
.news-block.careers {
  border: 1px solid #000000;
}
.news-block.careers .footer {
  padding-top: 10px;
}
.news-block.careers:hover {
  border-color: #E94520;
}
.news-block .content {
  padding: 30px 30px 10px 30px;
}
.news-block header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-block header img {
  max-width: 100px;
  max-height: 100%;
}
.news-block .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.news-block .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.news-block .tag {
  padding: 5px 10px 5px 7px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid;
  text-decoration: none;
}
.news-block .tag i {
  margin-right: 5px;
}
.news-block .tag.dark {
  border-color: #000000;
  color: #000000;
}
.news-block .tag.light {
  border-color: #ffffff;
  color: #ffffff;
}
.news-block .title {
  min-height: 50px;
  margin-top: 22px;
}
.news-block .meta {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 25px;
}
.news-block.resource-category .footer {
  padding: 50px 30px 30px 30px;
}
.news-block .footer {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  z-index: 2;
  position: relative;
  padding: 50px 30px 30px 30px;
}
.news-block .footer.has_excerpt {
  padding: 0px 30px 30px 30px;
}
.news-block .footer .posted-on {
  font-size: 14px;
  font-size: 0.875rem;
  color: #2E2E38;
  margin: 5px 0;
}
.news-block .footer.footer-image {
  position: relative;
}
.news-block .footer.footer-image a {
  z-index: 2;
}
.news-block .footer.footer-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  bottom: 0;
}
.news-block .footer.footer-image::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.news-block.post .category, .news-block.datasheets:not(.swiper-slide.datasheets) .category {
  padding-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-block.post .posted-on, .news-block.datasheets:not(.swiper-slide.datasheets) .posted-on {
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.news-block.datasheets .footer {
  padding-top: 50px;
}
.news-block.post .title {
  margin-top: 12px;
}
.news-block.post .footer {
  padding-top: 60px;
}
@media (min-width: 26.25em) {
  .news-block.post .footer {
    padding-top: 130px;
  }
}
.news-block.sales-resource-block {
  margin-bottom: 20px;
}
.news-block.sales-resource-block .title {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.3);
}
.news-block.sales-resource-block .content {
  padding-bottom: 0;
}
.news-block.sales-resource-block .footer {
  padding-top: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: auto;
}
@media (min-width: 60em) {
  .news-block.sales-resource-block .footer {
    grid-template-columns: auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-block.sales-resource-block .footer .button {
  margin-top: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.news-block.sales-resource-block .footer .excerpt {
  max-width: 400px;
}
.news-block.sales-resource-block {
  margin-bottom: 20px;
}
.news-block.sales-resource-block .title {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.3);
}
.news-block.sales-resource-block .content {
  padding-bottom: 0;
}
.news-block.sales-resource-block .footer {
  padding-top: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: auto;
}
@media (min-width: 60em) {
  .news-block.sales-resource-block .footer {
    grid-template-columns: auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-block.sales-resource-block .footer .button {
  margin-top: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.news-block.sales-resource-block .footer .excerpt {
  max-width: 750px;
}
.news-block.swiper-slide.post img, .news-block.swiper-slide.datasheets img, .news-block.swiper-slide.whitepapers-reports img, .news-block.swiper-slide.press img, .news-block.featured-1.post img, .news-block.featured-1.datasheets img, .news-block.featured-1.whitepapers-reports img, .news-block.featured-1.press img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block.swiper-slide.post::before, .news-block.swiper-slide.datasheets::before, .news-block.swiper-slide.whitepapers-reports::before, .news-block.swiper-slide.press::before, .news-block.featured-1.post::before, .news-block.featured-1.datasheets::before, .news-block.featured-1.whitepapers-reports::before, .news-block.featured-1.press::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.news-block.swiper-slide.post .content, .news-block.swiper-slide.datasheets .content, .news-block.swiper-slide.whitepapers-reports .content, .news-block.swiper-slide.press .content, .news-block.featured-1.post .content, .news-block.featured-1.datasheets .content, .news-block.featured-1.whitepapers-reports .content, .news-block.featured-1.press .content {
  z-index: 2;
  position: relative;
}

.dark-theme .dark-web-block {
  color: #ffffff;
}
.dark-theme .dark-web-block h1,
.dark-theme .dark-web-block h2,
.dark-theme .dark-web-block h3,
.dark-theme .dark-web-block h4,
.dark-theme .dark-web-block h5,
.dark-theme .dark-web-block h6 {
  color: #ffffff;
}
.dark-theme .dark-web-block p {
  color: #ffffff;
}

.dark-theme .featured-articles h2 {
  color: #ffffff;
}
.featured-articles .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
@media (min-width: 60em) {
  .featured-articles .container {
    grid-template-columns: 1.2fr 1fr;
  }
}
.featured-articles .container .featured-1 {
  grid-row: span 2;
  position: relative;
  display: grid;
}
.featured-articles .container .featured-1 .content * {
  color: #ffffff;
}
.featured-articles .container .featured-1 .title {
  min-height: auto;
  padding-right: 30px;
  margin-top: 22px;
}
.featured-articles .container .featured-1 .posted-on {
  padding-bottom: 0;
  color: #ffffff;
}
.featured-articles .container.count-1 {
  display: block;
}
.featured-articles .container.count-2 .featured-1 {
  grid-row: auto;
}
.featured-articles .container.count-2 .featured-1 .footer {
  padding-top: 30px;
}
.featured-articles .container .featured-2,
.featured-articles .container .featured-3 {
  background: #ffffff;
}
.featured-articles .container .news-block:not(.featured-1) {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 42.5em) {
  .featured-articles .container .news-block:not(.featured-1) {
    grid-template-columns: 1fr 1.3fr;
  }
}
.featured-articles .container .news-block:not(.featured-1) .footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.letter-group {
  display: grid;
  padding-bottom: 30px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 60em) {
  .letter-group {
    grid-template-columns: 80px 1fr;
    grid-gap: 40px;
    padding-bottom: 70px;
    padding-top: 70px;
    padding-right: 40px;
  }
}
.letter-group:first-child {
  padding-top: 0;
}
.letter-group:last-child {
  border-bottom: 0;
}
.letter-group .letter {
  color: #E94520;
  margin-top: 8px;
}
.letter-group article {
  padding-bottom: 30px;
  display: grid;
}
@media (min-width: 60em) {
  .letter-group article {
    grid-template-columns: 230px 1fr;
    grid-gap: 40px;
  }
}
.letter-group article:last-child {
  padding-bottom: 0;
}
.letter-group article .text {
  margin-top: 12px;
}

.month-group .month-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 55px;
}
.month-group .month-title h2 {
  margin-bottom: 10px;
}
.month-group .event {
  display: grid;
  border-radius: 10px;
  overflow: hidden;
  grid-gap: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .month-group .event {
    grid-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }
}
.month-group .event .image {
  position: relative;
  height: 150px;
}
@media (min-width: 48em) {
  .month-group .event .image {
    height: auto;
  }
}
.month-group .event .image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.month-group .event .text {
  padding: 20px;
}
@media (min-width: 48em) {
  .month-group .event .text {
    padding: 20px 20px 20px 0;
  }
}
@media (min-width: 64em) {
  .month-group .event .text {
    padding: 40px 70px 40px 0;
  }
}
@media (min-width: 60em) {
  .month-group .event .text .meta {
    width: 70%;
  }
}
.month-group .event .text .meta .location,
.month-group .event .text .meta .date {
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-gap: 10px;
  padding: 5px 0;
}
.month-group .event .text .meta .location {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.month-group .event .text .meta .title {
  color: #E94520;
}
.month-group .event .text .content {
  padding: 20px 0 10px;
}
.month-group .event .text .button {
  margin-top: 40px;
}

.load-more-posts {
  width: 100%;
  clear: both;
  min-height: 80px;
  text-align: center;
  padding: 20px 0 0 0;
  grid-column: 1/-1;
}
.load-more-posts a {
  display: inline-block;
}
.load-more-posts .load {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  clear: both;
  display: inline-block;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #000000;
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
}

.single:not(.single-use-cases):not(.single-dark_web_hub_posts) section {
  grid-template-columns: 1fr minmax(auto, 49.411em) 1fr;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-research .page-section.related-posts {
  grid-template-columns: 1fr minmax(auto, 65.3em) 1fr;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-research .news-block .content {
  padding: 30px 30px 10px 0px;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-whitepapers-reports .main-content {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .main-content {
  grid-template-columns: 1fr minmax(auto, 65.3em) 1fr;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .main-banner {
  display: none !important;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .text {
  padding-top: 0px;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks h1 {
  margin-top: 0px;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .webinar-form-container {
  margin: 0 1rem;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section-pb {
  margin-top: 50px;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section.two-column.image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section.two-column.image-left .image {
  text-align: left;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section.two-column:not(.image-left) .image {
  text-align: right;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section.two-column .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section.two-column .image img {
  max-width: 100%;
  height: auto;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section.cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background: black;
  color: white;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section.cta-block h2 {
  margin-top: 0px;
  color: white;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section.cta-block .button {
  margin-top: 1rem;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .content-sections {
  grid-template-columns: 1fr minmax(auto, 65.3em) 1fr;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .content-sections {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .col {
    display: block;
  }
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .ebook-image img {
    max-width: 100%;
    height: auto;
  }
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .webinar-form-container {
    margin: 0px;
  }
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-ebooks .section-pb {
    margin-top: 10px;
  }
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-webinars .main-content {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-webinars .speakers {
  padding: 30px 45px 60px;
  background: #1A1A24;
  border-radius: 10px;
  margin-top: 50px;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-webinars .speakers h3 {
  color: #ffffff;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-webinars .speakers .speaker-container {
  display: grid;
  grid-gap: 50px;
  padding-top: 20px;
}
@media (min-width: 32.5em) {
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-webinars .speakers .speaker-container {
    grid-template-columns: 1fr 1fr;
  }
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-webinars .speakers .speaker {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-webinars .speakers .speaker img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 20px;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-webinars .speakers .speaker p {
  margin: 0;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-webinars .speakers .speaker .name {
  font-weight: 600;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-events .main-banner {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-events .main-content {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-events .main-content li {
  margin-bottom: 0px;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts).single-events .text {
  padding-top: 0px;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .career-form-container .container {
  position: relative;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .career-form-container .container::before {
  display: block;
  content: "";
  position: absolute;
  width: 1248px;
  height: 100%;
  max-width: calc(100vw - 40px);
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .career-form-container .container form {
  padding: 80px 0;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .single-col {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 50px;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .single-col .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .single-col .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .single-col .order-2 .speakers {
  margin-top: 0;
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .single-col .order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1200px) {
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts) .single-col .text-2 .speakers {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts) .single-col .text-1 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .webinar-form-container {
  padding: 10px 30px 50px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 42.5em) {
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts) .webinar-form-container {
    padding: 10px 60px 50px;
  }
}
@media (min-width: 60em) {
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts) .webinar-form-container {
    margin-right: 50px;
  }
}
@media (min-width: 80em) {
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts) .webinar-form-container {
    margin-right: 130px;
  }
}
@media (min-width: 1200px) {
  .single:not(.single-use-cases):not(.single-dark_web_hub_posts) .webinar-form-container.no-margin {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single:not(.single-use-cases):not(.single-dark_web_hub_posts) .text {
  padding-top: 20px;
}

.social-share {
  border-radius: 10px;
  position: relative;
  padding: 20px 45px;
  border: solid 5px transparent;
  background: #F9F9F9;
  background-clip: padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-share::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#4d1b39), color-stop(50%, #d1360f), to(#b80a0a));
  background: linear-gradient(to left, #4d1b39 0%, #d1360f 50%, #b80a0a 100%);
  border-radius: inherit;
  margin: -5px;
  z-index: -1;
}
.single-events .social-share {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-events .social-share::before {
  background: none;
}
.social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-share ul li {
  margin: 0;
  padding-left: 20px;
}
.social-share ul li::before {
  display: none;
}
.social-share ul li a {
  height: 33px;
  width: 33px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E94520;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
}
.pagination .container .flex-container {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination .container .flex-container a {
  display: inline-block;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pagination .container .flex-container a.previous i {
  margin-right: 5px;
}
.pagination .container .flex-container a.next i {
  margin-left: 5px;
}
.no-touchevents .pagination .container .flex-container a:hover {
  opacity: 0.5;
}

.load-more-section {
  padding-bottom: 100px;
}

.post-type-archive-research {
  margin-top: unset !important;
  background: #1A1A24 !important;
}
.post-type-archive-research * {
  color: #ffffff;
}
.post-type-archive-research .main-banner {
  display: none !important;
}
.post-type-archive-research .main-banner.text-banner {
  display: none !important;
}
.post-type-archive-research header {
  background-color: #1A1A24 !important;
}
.post-type-archive-research header #uuid-a28f5413-c97e-431e-9cd5-e34cf75b4986 path {
  fill: #ffffff !important;
}
.post-type-archive-research header .main-navigation ul li a {
  color: #ffffff;
}
.post-type-archive-research .menu-toggle span {
  background: #ffffff !important;
}

.post-type-archive-research .top-menu {
  display: none !important;
}

.single-research .related-posts {
  background: none !important;
}
.single-research .related-posts .swiper-control-container .swiper-button-prev,
.single-research .related-posts .swiper-control-container .swiper-button-next {
  color: #ffffff !important;
}

.research-hero {
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #EE6C4F 0%, #E94520 35%, rgba(233, 69, 32, 0.2) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#EE6C4F), color-stop(35%, #E94520), to(rgba(233, 69, 32, 0.2))) 1;
     border-image: linear-gradient(90deg, #EE6C4F 0%, #E94520 35%, rgba(233, 69, 32, 0.2) 100%) 1;
  margin-bottom: 32px;
}
.research-hero .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  color: #ffffff !important;
}
.research-hero .post-author.multiple {
  margin-bottom: 20px;
}
.research-hero .post-author.multiple .post-authors a {
  color: #ffffff;
}
.research-hero .post-author.multiple .post-authors a:hover {
  color: #E94520;
}

.video-container {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: rgb(233, 69, 32);
  font-size: 24px;
  width: 50px;
  height: 50px;
  background: rgba(233, 69, 32, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-player {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-player iframe,
.video-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.single-research {
  background: #1A1A24 !important;
}
.single-research header {
  background-color: #1A1A24 !important;
}
.single-research header #uuid-a28f5413-c97e-431e-9cd5-e34cf75b4986 path {
  fill: #ffffff !important;
}
.single-research header .main-navigation ul li a {
  color: #ffffff;
}
.single-research .menu-toggle span {
  background: #ffffff !important;
}
.single-research h1 {
  margin: 0 0 32px 0;
  color: #ffffff !important;
}
.single-research h2,
.single-research h3,
.single-research h4,
.single-research h5,
.single-research h6,
.single-research ul li,
.single-research p,
.single-research a i,
.single-research p a {
  color: #ffffff !important;
}
.single-research .main-banner {
  display: none !important;
}
.single-research .top-menu {
  display: none !important;
}
.single-research .social-share {
  background: #20202D !important;
  border: 4px solid #4D1B39;
  margin-top: 24px;
}

.research-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .research-single__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .research-single__content {
    gap: 60px;
    margin-top: 0;
  }
}
.research-single__content--copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .research-single__content--copy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 1440px) {
  .research-single__content--copy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}
.research-single__content--copy--content img {
  width: 100%;
  height: auto;
}
.research-single__content--copy--content--download p {
  color: #ffffff;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 17px;
}
.research-single__content.videos .research-single__content--copy {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}
.research-single__content--toc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #20202D;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.research-single__content--toc h4 {
  color: #ffffff;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0 0 8px 0;
}
.research-single__content--toc .toc-item {
  margin: 0 0 8px 0;
}
.research-single__content--toc .toc-item a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
}
.research-single__content--toc .toc-item a:hover {
  color: #E94520;
}
.research-single__related {
  margin-bottom: 24px;
}
.research-single__related--post--inner {
  border: 1px solid #E94520;
  border-radius: 12px;
  padding: 50px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  text-align: center;
}
.research-single__related--post--inner h3 {
  margin: 0;
}
.research-single__related--post--inner a {
  color: #ffffff;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
}
.research-single__related--post--inner a:hover {
  color: #E94520;
}
.research-single__related--post--pill {
  background: #E94520;
  color: #ffffff;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  border-radius: 50px;
  padding: 16px 17px 12px 17px;
}
.research-single .related-posts {
  background: #1A1A24 !important;
}
.research-single .related-posts .news-block {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: #20202D;
}
.research-single .related-posts .swiper-button-prev, .research-single .related-posts .swiper-button-next {
  border-radius: 5px;
  border: 1px solid #E94520;
}
.research-single .related-posts .swiper-button-prev:after, .research-single .related-posts .swiper-button-next:after {
  color: #FFFFFF;
}

@media (min-width: 1440px) {
  .content-form .container {
    max-width: 1100px;
  }
}
.content-form__container--inner .hbspt-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .content-form__container--inner .hbspt-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.content-form__container--inner form .hs-form-required {
  color: #E94520;
  padding-left: 8px;
}
.content-form__container--inner form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .content-form__container--inner form fieldset {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.content-form__container--inner form fieldset .hs-form-field {
  width: 100% !important;
}
.content-form__container--inner form fieldset label span:first-of-type {
  color: #BEBED0;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-bottom: 8px;
  font-family: source-sans-pro, sans-serif;
}
.content-form__container--inner form fieldset .input {
  margin-right: 0 !important;
}
.content-form__container--inner form fieldset .input input {
  border-radius: 6px;
  border: 1px solid #686893;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 12px 8px;
  line-height: 1.8;
  width: 100% !important;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.content-form__container--inner form fieldset .input input:hover, .content-form__container--inner form fieldset .input input:focus {
  border: 1px solid #E94520;
}
.content-form__container--inner form fieldset .input input :-webkit-autofill {
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
  border-color: #ccc !important;
}
.content-form__container--inner form fieldset .input select {
  border-radius: 6px;
  border: 1px solid #686893;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  width: 100% !important;
  padding: 12px 8px;
  line-height: 2;
  margin-bottom: 20px;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.content-form__container--inner form fieldset .input select:hover, .content-form__container--inner form fieldset .input select:focus {
  border: 1px solid #E94520;
}
.content-form__container--inner form fieldset textarea,
.content-form__container--inner form fieldset input[type=tel],
.content-form__container--inner form fieldset input[type=email],
.content-form__container--inner form fieldset input[type=number],
.content-form__container--inner form fieldset input[type=text],
.content-form__container--inner form fieldset input[type=password] {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #686893;
  background: rgba(255, 255, 255, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: source-sans-pro, sans-serif;
  font-weight: 500;
  color: #fff;
}
.content-form__container--inner form fieldset .hs-country_name .input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23E94520" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% 30%;
}
.content-form__container--inner form fieldset .hs-error-msgs {
  border-radius: 6px;
  background: #E94520;
}
.content-form__container--inner form fieldset .hs-error-msgs li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0;
}
.content-form__container--inner form fieldset .legal-consent-container p {
  color: #BEBED0;
}
.content-form__container--inner form fieldset .legal-consent-container p a {
  color: #BEBED0;
  text-decoration: underline;
}
.content-form__container--inner form fieldset .legal-consent-container p a:hover {
  color: #E94520;
}
.content-form__container--inner form .hs-recaptcha {
  margin: 15px 0;
}
.content-form__container--inner form .hs_error_rollup .hs-error-msgs {
  border-radius: 6px;
  background: #E94520;
}
.content-form__container--inner form .hs_error_rollup .hs-error-msgs li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0;
}
.content-form__container--inner form .hs-submit input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  border-radius: 6px;
  background: #E94520;
  color: #FFF;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.research-grid__filters {
  display: none;
}
@media (min-width: 768px) {
  .research-grid__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin-bottom: 0;
    position: relative;
  }
}
.research-grid__filters::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(49, 49, 58, 0)), color-stop(20%, rgba(49, 49, 58, 0.2)), color-stop(80%, rgba(49, 49, 58, 0.2)), to(rgba(49, 49, 58, 0)));
  background: linear-gradient(to right, rgba(49, 49, 58, 0) 0%, rgba(49, 49, 58, 0.2) 20%, rgba(49, 49, 58, 0.2) 80%, rgba(49, 49, 58, 0) 100%);
}
.research-grid__filters--item {
  position: relative;
}
.research-grid__filters--item a {
  text-decoration: none;
  font-size: 20px;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
  color: #ffffff;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 1;
}
.research-grid__filters--item a:hover {
  opacity: 0.65;
}
.research-grid__filters--item a.active {
  color: #ff5400;
}
.research-grid__filters--item a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #ff5400;
  /* Orange */
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.research-grid__filters--item a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff5400;
  -webkit-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
}
.research-grid__filters--item:before {
  display: none;
}
.research-grid__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.research-grid__posts .research-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.research-grid__posts .research-section .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
}
.research-grid__posts .research-section .title:before {
  content: "";
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.research-grid__posts .research-section .title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}
.research-grid__posts .research-section .research-category-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 20px;
  position: relative;
}
.research-grid__posts .research-section button {
  -ms-flex-item-align: center;
      align-self: center;
  color: #ffffff !important;
  margin-top: 24px;
}
.research-grid__posts .research-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
.research-grid__posts .research-grid .research-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: #20202D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .research-grid__posts .research-grid .research-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1366px) {
  .research-grid__posts .research-grid .research-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 20px);
            flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
.research-grid__posts .research-grid .research-item:hover {
  border: 2px solid #E94520;
  background: linear-gradient(136deg, #EE6C4F -98.6%, #E94520 -29.58%, rgba(184, 10, 10, 0.1) 39.44%, rgba(233, 69, 32, 0) 98.6%), #20202D;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
}
.research-grid__posts .research-grid .research-item .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
.research-grid__posts .research-grid .research-item--term {
  border: 1px solid #ffffff;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 5px;
  gap: 5px;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 14px;
}
.research-grid__posts .research-grid .research-item .video-thumbnail {
  width: 100%;
  height: 178px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.research-grid__posts .research-grid .research-item .video-thumbnail:hover .play-button {
  background: rgba(233, 69, 32, 0.5);
}
.research-grid__posts .research-grid .research-item .video-thumbnail .play-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E94520;
  background: rgba(233, 69, 32, 0.2);
  border-radius: 300px;
  width: 52px;
  height: 52px;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.research-grid__posts .research-grid .research-item .video-thumbnail .play-button i {
  color: #E94520;
}
.research-grid__posts .research-grid .research-item h3 {
  font-size: 24px;
  margin: 0;
}
.research-grid__posts .research-grid .research-item a {
  margin: 0;
  text-decoration: none;
}
.research-grid__posts .research-grid .research-item a:visited {
  color: #ffffff !important;
}
.research-grid__posts .research-grid .research-item a i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.research-grid__posts .research-grid .research-item a:hover i {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.research-grid .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.hero-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
  padding: 65px 0;
  max-width: 1058px;
  margin: 90px auto 0 auto;
  background-position: center;
}
@media (min-width: 768px) {
  .hero-banner {
    padding: 180px 0;
    margin: 63px auto 0 auto;
  }
}
@media (min-width: 992px) {
  .hero-banner {
    padding: 95px 0;
  }
}
@media (min-width: 1200px) {
  .hero-banner {
    padding: 120px 0;
  }
}
@media (min-width: 1440px) {
  .hero-banner {
    padding: 143px 0;
  }
}
.hero-banner h1 {
  margin: 0;
  color: #ffffff !important;
}
.hero-banner p {
  color: #ffffff !important;
}

.desktop-filters {
  display: none;
}

.mobile-filters {
  display: none;
}

/* Remove background and other styles from select */
.mobile-filters {
  background: transparent !important;
  color: inherit;
  border: none;
  padding: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mobile-filters option {
  background: transparent !important;
  color: inherit;
}

/* Remove the default styling for the dropdown in WebKit-based browsers */
.mobile-filters select::-webkit-appearance {
  background: transparent;
}

.mobile-filters select::-ms-expand {
  display: none;
}

@media (max-width: 768px) {
  .mobile-filters {
    display: block;
    width: 100%;
  }
}
.hidden-mobile {
  display: none !important;
}

.page-section.basic-content .content-wrap figure {
  width: 100% !important;
}
.page-section.basic-content .content-wrap p img,
.page-section.basic-content .content-wrap figure img {
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}
.page-section.basic-content .content-wrap > *:last-child {
  margin-bottom: 0;
}
.page-section.basic-content .content-wrap li {
  line-height: 1;
}
.page-section.basic-content .content-wrap .button {
  margin-right: 10px;
}
.page-section.basic-content .content-wrap iframe {
  max-width: 100%;
}
.page-section.basic-content pre {
  display: grid;
  overflow: scroll;
}
.dark-theme .page-section.basic-content:not(.white-bg) h1,
.dark-theme .page-section.basic-content:not(.white-bg) h2,
.dark-theme .page-section.basic-content:not(.white-bg) .h2,
.dark-theme .page-section.basic-content:not(.white-bg) span.h2,
.dark-theme .page-section.basic-content:not(.white-bg) h3,
.dark-theme .page-section.basic-content:not(.white-bg) .h3,
.dark-theme .page-section.basic-content:not(.white-bg) span.h3,
.dark-theme .page-section.basic-content:not(.white-bg) h4,
.dark-theme .page-section.basic-content:not(.white-bg) .h4,
.dark-theme .page-section.basic-content:not(.white-bg) span.h4,
.dark-theme .page-section.basic-content:not(.white-bg) h5,
.dark-theme .page-section.basic-content:not(.white-bg) p,
.dark-theme .page-section.basic-content:not(.white-bg) .p,
.dark-theme .page-section.basic-content:not(.white-bg) span.p,
.dark-theme .page-section.basic-content:not(.white-bg) li,
.dark-theme .page-section.basic-content:not(.white-bg) a:not(.button) {
  color: #ffffff;
}
.dark-theme .page-section.basic-content:not(.white-bg) h3,
.dark-theme .page-section.basic-content:not(.white-bg) .h3,
.dark-theme .page-section.basic-content:not(.white-bg) span.h3,
.dark-theme .page-section.basic-content:not(.white-bg) h4,
.dark-theme .page-section.basic-content:not(.white-bg) .h4,
.dark-theme .page-section.basic-content:not(.white-bg) span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .page-section.basic-content:not(.white-bg) p,
.dark-theme .page-section.basic-content:not(.white-bg) .p,
.dark-theme .page-section.basic-content:not(.white-bg) span.p,
.dark-theme .page-section.basic-content:not(.white-bg) li,
.dark-theme .page-section.basic-content:not(.white-bg) a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.basic-content.narrow {
  grid-template-columns: 1fr minmax(auto, 39em) 1fr;
}
.dark-theme .page-section.basic-content.narrow.white-bg .container {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.dark-theme .page-section.basic-content.narrow.white-bg .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(76.47em - 40px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  border-radius: 10px;
  z-index: 1;
}
.dark-theme .page-section.basic-content.narrow.white-bg .container .content-wrap {
  position: relative;
  z-index: 2;
}
.light-theme .page-section.basic-content.narrow.dark-bg {
  background: #1A1A24;
}
.light-theme .page-section.basic-content.narrow.dark-bg .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) h1,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) h2,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) .h2,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) span.h2,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) h3,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) .h3,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) span.h3,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) h4,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) .h4,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) span.h4,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) h5,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) p,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) .p,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) span.p,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) li,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) a {
  color: #ffffff;
}
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) h3,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) .h3,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) span.h3,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) h4,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) .h4,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) p,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) .p,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) span.p,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) li,
.light-theme .page-section.basic-content.narrow.dark-bg .container .content-wrap:not(.white-bg) a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.basic-content.anchor-left {
  grid-template-columns: 1fr minmax(auto, 65.3em) 1fr;
}
.page-section.basic-content.anchor-left .container {
  max-width: 40em;
}
.page-section.two-column-content .col-2 {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.page-section.two-column-content .col-2.small-style {
  -webkit-column-gap: 250px;
     -moz-column-gap: 250px;
          column-gap: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 60em) {
  .page-section.two-column-content .col-2.small-style {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.light-theme .page-section.two-column-content.white-bg {
  background-color: #F9F9F9;
}
.light-theme .page-section.two-column-content.dark-bg {
  background-color: #1A1A24;
}
.light-theme .page-section.two-column-content.dark-bg h1,
.light-theme .page-section.two-column-content.dark-bg h2,
.light-theme .page-section.two-column-content.dark-bg .h2,
.light-theme .page-section.two-column-content.dark-bg span.h2,
.light-theme .page-section.two-column-content.dark-bg h3,
.light-theme .page-section.two-column-content.dark-bg .h3,
.light-theme .page-section.two-column-content.dark-bg span.h3,
.light-theme .page-section.two-column-content.dark-bg h4,
.light-theme .page-section.two-column-content.dark-bg .h4,
.light-theme .page-section.two-column-content.dark-bg span.h4,
.light-theme .page-section.two-column-content.dark-bg h5,
.light-theme .page-section.two-column-content.dark-bg p,
.light-theme .page-section.two-column-content.dark-bg .p,
.light-theme .page-section.two-column-content.dark-bg span.p,
.light-theme .page-section.two-column-content.dark-bg li,
.light-theme .page-section.two-column-content.dark-bg a {
  color: #ffffff;
}
.light-theme .page-section.two-column-content.dark-bg h3,
.light-theme .page-section.two-column-content.dark-bg .h3,
.light-theme .page-section.two-column-content.dark-bg span.h3,
.light-theme .page-section.two-column-content.dark-bg h4,
.light-theme .page-section.two-column-content.dark-bg .h4,
.light-theme .page-section.two-column-content.dark-bg span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.light-theme .page-section.two-column-content.dark-bg p,
.light-theme .page-section.two-column-content.dark-bg .p,
.light-theme .page-section.two-column-content.dark-bg span.p,
.light-theme .page-section.two-column-content.dark-bg li,
.light-theme .page-section.two-column-content.dark-bg a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.dark-theme .page-section.two-column-content.white-bg {
  background-color: #F9F9F9;
}
.dark-theme .page-section.two-column-content.dark-bg {
  background-color: #1A1A24;
}
.dark-theme .page-section.two-column-content.no-bg h1,
.dark-theme .page-section.two-column-content.no-bg h2,
.dark-theme .page-section.two-column-content.no-bg .h2,
.dark-theme .page-section.two-column-content.no-bg span.h2,
.dark-theme .page-section.two-column-content.no-bg h3,
.dark-theme .page-section.two-column-content.no-bg .h3,
.dark-theme .page-section.two-column-content.no-bg span.h3,
.dark-theme .page-section.two-column-content.no-bg h4,
.dark-theme .page-section.two-column-content.no-bg .h4,
.dark-theme .page-section.two-column-content.no-bg span.h4,
.dark-theme .page-section.two-column-content.no-bg h5,
.dark-theme .page-section.two-column-content.no-bg p,
.dark-theme .page-section.two-column-content.no-bg .p,
.dark-theme .page-section.two-column-content.no-bg span.p,
.dark-theme .page-section.two-column-content.no-bg li,
.dark-theme .page-section.two-column-content.no-bg a, .dark-theme .page-section.two-column-content.dark-bg h1,
.dark-theme .page-section.two-column-content.dark-bg h2,
.dark-theme .page-section.two-column-content.dark-bg .h2,
.dark-theme .page-section.two-column-content.dark-bg span.h2,
.dark-theme .page-section.two-column-content.dark-bg h3,
.dark-theme .page-section.two-column-content.dark-bg .h3,
.dark-theme .page-section.two-column-content.dark-bg span.h3,
.dark-theme .page-section.two-column-content.dark-bg h4,
.dark-theme .page-section.two-column-content.dark-bg .h4,
.dark-theme .page-section.two-column-content.dark-bg span.h4,
.dark-theme .page-section.two-column-content.dark-bg h5,
.dark-theme .page-section.two-column-content.dark-bg p,
.dark-theme .page-section.two-column-content.dark-bg .p,
.dark-theme .page-section.two-column-content.dark-bg span.p,
.dark-theme .page-section.two-column-content.dark-bg li,
.dark-theme .page-section.two-column-content.dark-bg a {
  color: #ffffff;
}
.dark-theme .page-section.two-column-content.no-bg h3,
.dark-theme .page-section.two-column-content.no-bg .h3,
.dark-theme .page-section.two-column-content.no-bg span.h3,
.dark-theme .page-section.two-column-content.no-bg h4,
.dark-theme .page-section.two-column-content.no-bg .h4,
.dark-theme .page-section.two-column-content.no-bg span.h4, .dark-theme .page-section.two-column-content.dark-bg h3,
.dark-theme .page-section.two-column-content.dark-bg .h3,
.dark-theme .page-section.two-column-content.dark-bg span.h3,
.dark-theme .page-section.two-column-content.dark-bg h4,
.dark-theme .page-section.two-column-content.dark-bg .h4,
.dark-theme .page-section.two-column-content.dark-bg span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .page-section.two-column-content.no-bg p,
.dark-theme .page-section.two-column-content.no-bg .p,
.dark-theme .page-section.two-column-content.no-bg span.p,
.dark-theme .page-section.two-column-content.no-bg li,
.dark-theme .page-section.two-column-content.no-bg a:not(.button), .dark-theme .page-section.two-column-content.dark-bg p,
.dark-theme .page-section.two-column-content.dark-bg .p,
.dark-theme .page-section.two-column-content.dark-bg span.p,
.dark-theme .page-section.two-column-content.dark-bg li,
.dark-theme .page-section.two-column-content.dark-bg a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.dark-theme .page-section.two-column-content:not(.white-bg) h1,
.dark-theme .page-section.two-column-content:not(.white-bg) h2,
.dark-theme .page-section.two-column-content:not(.white-bg) .h2,
.dark-theme .page-section.two-column-content:not(.white-bg) span.h2,
.dark-theme .page-section.two-column-content:not(.white-bg) h3,
.dark-theme .page-section.two-column-content:not(.white-bg) .h3,
.dark-theme .page-section.two-column-content:not(.white-bg) span.h3,
.dark-theme .page-section.two-column-content:not(.white-bg) h4,
.dark-theme .page-section.two-column-content:not(.white-bg) .h4,
.dark-theme .page-section.two-column-content:not(.white-bg) span.h4,
.dark-theme .page-section.two-column-content:not(.white-bg) h5,
.dark-theme .page-section.two-column-content:not(.white-bg) p,
.dark-theme .page-section.two-column-content:not(.white-bg) .p,
.dark-theme .page-section.two-column-content:not(.white-bg) span.p,
.dark-theme .page-section.two-column-content:not(.white-bg) li,
.dark-theme .page-section.two-column-content:not(.white-bg) a:not(.button) {
  color: #ffffff;
}
.dark-theme .page-section.two-column-content:not(.white-bg) h3,
.dark-theme .page-section.two-column-content:not(.white-bg) .h3,
.dark-theme .page-section.two-column-content:not(.white-bg) span.h3,
.dark-theme .page-section.two-column-content:not(.white-bg) h4,
.dark-theme .page-section.two-column-content:not(.white-bg) .h4,
.dark-theme .page-section.two-column-content:not(.white-bg) span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .page-section.two-column-content:not(.white-bg) p,
.dark-theme .page-section.two-column-content:not(.white-bg) .p,
.dark-theme .page-section.two-column-content:not(.white-bg) span.p,
.dark-theme .page-section.two-column-content:not(.white-bg) li,
.dark-theme .page-section.two-column-content:not(.white-bg) a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.dark-theme .page-section.three-column-content:not(.white-bg) h1,
.dark-theme .page-section.three-column-content:not(.white-bg) h2,
.dark-theme .page-section.three-column-content:not(.white-bg) .h2,
.dark-theme .page-section.three-column-content:not(.white-bg) span.h2,
.dark-theme .page-section.three-column-content:not(.white-bg) h3,
.dark-theme .page-section.three-column-content:not(.white-bg) .h3,
.dark-theme .page-section.three-column-content:not(.white-bg) span.h3,
.dark-theme .page-section.three-column-content:not(.white-bg) h4,
.dark-theme .page-section.three-column-content:not(.white-bg) .h4,
.dark-theme .page-section.three-column-content:not(.white-bg) span.h4,
.dark-theme .page-section.three-column-content:not(.white-bg) h5,
.dark-theme .page-section.three-column-content:not(.white-bg) p,
.dark-theme .page-section.three-column-content:not(.white-bg) .p,
.dark-theme .page-section.three-column-content:not(.white-bg) span.p,
.dark-theme .page-section.three-column-content:not(.white-bg) li,
.dark-theme .page-section.three-column-content:not(.white-bg) a:not(.button) {
  color: #ffffff;
}
.dark-theme .page-section.three-column-content:not(.white-bg) h3,
.dark-theme .page-section.three-column-content:not(.white-bg) .h3,
.dark-theme .page-section.three-column-content:not(.white-bg) span.h3,
.dark-theme .page-section.three-column-content:not(.white-bg) h4,
.dark-theme .page-section.three-column-content:not(.white-bg) .h4,
.dark-theme .page-section.three-column-content:not(.white-bg) span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .page-section.three-column-content:not(.white-bg) p,
.dark-theme .page-section.three-column-content:not(.white-bg) .p,
.dark-theme .page-section.three-column-content:not(.white-bg) span.p,
.dark-theme .page-section.three-column-content:not(.white-bg) li,
.dark-theme .page-section.three-column-content:not(.white-bg) a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.dark-theme .page-section.media-and-content.white-bg {
  background: #F9F9F9;
}
.dark-theme .page-section.media-and-content.no-bg h1,
.dark-theme .page-section.media-and-content.no-bg h2,
.dark-theme .page-section.media-and-content.no-bg .h2,
.dark-theme .page-section.media-and-content.no-bg span.h2,
.dark-theme .page-section.media-and-content.no-bg h3,
.dark-theme .page-section.media-and-content.no-bg .h3,
.dark-theme .page-section.media-and-content.no-bg span.h3,
.dark-theme .page-section.media-and-content.no-bg h4,
.dark-theme .page-section.media-and-content.no-bg .h4,
.dark-theme .page-section.media-and-content.no-bg span.h4,
.dark-theme .page-section.media-and-content.no-bg h5,
.dark-theme .page-section.media-and-content.no-bg p,
.dark-theme .page-section.media-and-content.no-bg .p,
.dark-theme .page-section.media-and-content.no-bg span.p,
.dark-theme .page-section.media-and-content.no-bg li,
.dark-theme .page-section.media-and-content.no-bg a, .dark-theme .page-section.media-and-content.dark-bg h1,
.dark-theme .page-section.media-and-content.dark-bg h2,
.dark-theme .page-section.media-and-content.dark-bg .h2,
.dark-theme .page-section.media-and-content.dark-bg span.h2,
.dark-theme .page-section.media-and-content.dark-bg h3,
.dark-theme .page-section.media-and-content.dark-bg .h3,
.dark-theme .page-section.media-and-content.dark-bg span.h3,
.dark-theme .page-section.media-and-content.dark-bg h4,
.dark-theme .page-section.media-and-content.dark-bg .h4,
.dark-theme .page-section.media-and-content.dark-bg span.h4,
.dark-theme .page-section.media-and-content.dark-bg h5,
.dark-theme .page-section.media-and-content.dark-bg p,
.dark-theme .page-section.media-and-content.dark-bg .p,
.dark-theme .page-section.media-and-content.dark-bg span.p,
.dark-theme .page-section.media-and-content.dark-bg li,
.dark-theme .page-section.media-and-content.dark-bg a {
  color: #ffffff;
}
.dark-theme .page-section.media-and-content.no-bg h3,
.dark-theme .page-section.media-and-content.no-bg .h3,
.dark-theme .page-section.media-and-content.no-bg span.h3,
.dark-theme .page-section.media-and-content.no-bg h4,
.dark-theme .page-section.media-and-content.no-bg .h4,
.dark-theme .page-section.media-and-content.no-bg span.h4, .dark-theme .page-section.media-and-content.dark-bg h3,
.dark-theme .page-section.media-and-content.dark-bg .h3,
.dark-theme .page-section.media-and-content.dark-bg span.h3,
.dark-theme .page-section.media-and-content.dark-bg h4,
.dark-theme .page-section.media-and-content.dark-bg .h4,
.dark-theme .page-section.media-and-content.dark-bg span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .page-section.media-and-content.no-bg p,
.dark-theme .page-section.media-and-content.no-bg .p,
.dark-theme .page-section.media-and-content.no-bg span.p,
.dark-theme .page-section.media-and-content.no-bg li,
.dark-theme .page-section.media-and-content.no-bg a:not(.button), .dark-theme .page-section.media-and-content.dark-bg p,
.dark-theme .page-section.media-and-content.dark-bg .p,
.dark-theme .page-section.media-and-content.dark-bg span.p,
.dark-theme .page-section.media-and-content.dark-bg li,
.dark-theme .page-section.media-and-content.dark-bg a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.light-theme .page-section.media-and-content.dark-bg {
  background: #1A1A24;
}
.light-theme .page-section.media-and-content.dark-bg h1,
.light-theme .page-section.media-and-content.dark-bg h2,
.light-theme .page-section.media-and-content.dark-bg .h2,
.light-theme .page-section.media-and-content.dark-bg span.h2,
.light-theme .page-section.media-and-content.dark-bg h3,
.light-theme .page-section.media-and-content.dark-bg .h3,
.light-theme .page-section.media-and-content.dark-bg span.h3,
.light-theme .page-section.media-and-content.dark-bg h4,
.light-theme .page-section.media-and-content.dark-bg .h4,
.light-theme .page-section.media-and-content.dark-bg span.h4,
.light-theme .page-section.media-and-content.dark-bg h5,
.light-theme .page-section.media-and-content.dark-bg p,
.light-theme .page-section.media-and-content.dark-bg .p,
.light-theme .page-section.media-and-content.dark-bg span.p,
.light-theme .page-section.media-and-content.dark-bg li,
.light-theme .page-section.media-and-content.dark-bg a {
  color: #ffffff;
}
.light-theme .page-section.media-and-content.dark-bg h3,
.light-theme .page-section.media-and-content.dark-bg .h3,
.light-theme .page-section.media-and-content.dark-bg span.h3,
.light-theme .page-section.media-and-content.dark-bg h4,
.light-theme .page-section.media-and-content.dark-bg .h4,
.light-theme .page-section.media-and-content.dark-bg span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.light-theme .page-section.media-and-content.dark-bg p,
.light-theme .page-section.media-and-content.dark-bg .p,
.light-theme .page-section.media-and-content.dark-bg span.p,
.light-theme .page-section.media-and-content.dark-bg li,
.light-theme .page-section.media-and-content.dark-bg a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.media-and-content .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-section.media-and-content .media-right .media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 60em) {
  .page-section.media-and-content .media-right .text {
    padding-right: 70px;
  }
}
@media (min-width: 64em) {
  .page-section.media-and-content .media-right .text {
    padding-right: 130px;
  }
}
@media (min-width: 60em) {
  .page-section.media-and-content .media-left .text {
    padding-left: 70px;
  }
}
@media (min-width: 64em) {
  .page-section.media-and-content .media-left .text {
    padding-left: 130px;
  }
}
.page-section.media-and-content.wide {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.page-section.media-and-content.wide .container {
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
}
@media (min-width: 60em) {
  .page-section.media-and-content.wide .media-right .text {
    padding-left: 50px;
    padding-right: 25px;
  }
}
@media (min-width: 64em) {
  .page-section.media-and-content.wide .media-right .text {
    padding-left: 100px;
    padding-right: 55px;
  }
}
@media (min-width: 60em) {
  .page-section.media-and-content.wide .media-left .text {
    padding-left: 30px;
    padding-right: 50px;
  }
}
@media (min-width: 64em) {
  .page-section.media-and-content.wide .media-left .text {
    padding-left: 70px;
    padding-right: 110px;
  }
}
.page-section.media-and-content .image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.page-section.media-and-content .text .button {
  margin-right: 10px;
}
.page-section.full-width-media .section-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.page-section.full-width-media .section-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.page-section.full-width-media .section-image.cover {
  height: 440px;
}
.page .page-section.full-width-media .section-image.cover {
  height: 200px;
}
@media (min-width: 32.5em) {
  .page .page-section.full-width-media .section-image.cover {
    height: 340px;
  }
}
@media (min-width: 48em) {
  .page .page-section.full-width-media .section-image.cover {
    height: 540px;
  }
}
.page-section.full-width-media .section-image.cover img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.page-section.two-column-image .col-2 {
  grid-gap: 10px;
}
.page-section.two-column-image .section-image {
  border-radius: 10px;
  overflow: hidden;
  height: 256px;
  margin-bottom: 10px;
}
.page-section.two-column-image .section-image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 64em) {
  .page-section.form-section .grid-container .col .content-wrap p {
    max-width: 80%;
  }
}
.page-section.related-posts {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
  background: #F9F9F9;
}
.page-section.related-posts.slant {
  position: relative;
}
.page-section.related-posts.slant-top:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #F9F9F9;
  clip-path: polygon(0% 0%, 100% 98%, 100% 0%, 0% 0%);
}
.page-section.related-posts.slant-bottom:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #F9F9F9;
  clip-path: polygon(0% 99.7%, 100% 0%, 100% 99.7%, 0% 99.7%);
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.page-section.related-posts.slant-bottom + .content-form {
  padding-top: 130px;
}
.page-section.related-posts .container {
  max-width: 100vw;
}
.page-section.related-posts .swiper {
  max-width: 100%;
  padding-bottom: 100px;
  overflow: visible;
}
.page-section.related-posts .swiper .swiper-slide {
  width: 280px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 26.25em) {
  .page-section.related-posts .swiper .swiper-slide {
    width: 350px;
  }
}
.page-section.related-posts .swiper .swiper-slide.sales-resources .content {
  z-index: 3;
  color: #ffffff;
}
.page-section.related-posts .swiper .swiper-slide.sales-resources .content .title {
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 0;
}
.page-section.related-posts .swiper .swiper-slide.sales-resources .footer {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.page-section.related-posts .swiper .swiper-slide.sales-resources .footer.footer-image {
  padding-top: 0;
}
.page-section.related-posts .swiper .swiper-slide.sales-resources .footer .button {
  z-index: 3;
}
.page-section.related-posts .swiper .swiper-slide.sales-resources .footer.footer-image {
  position: static;
}
.page-section.related-posts .swiper .swiper-slide.sales-resources .footer.footer-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-section.related-posts .swiper .swiper-slide.sales-resources .footer.footer-image::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.page-section.related-posts .swiper .swiper-slide.dark {
  background: #000000;
}
.page-section.related-posts .swiper .swiper-slide.dark .posted-on {
  color: #ffffff;
}
.page-section.related-posts .swiper .swiper-slide.events .meta {
  display: block;
}
.page-section.related-posts .swiper .swiper-slide.events .meta .location {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.page-section.related-posts .swiper .swiper-slide.events .meta .location,
.page-section.related-posts .swiper .swiper-slide.events .meta .date {
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-gap: 10px;
  padding: 5px 0;
}
.page-section.related-posts .swiper .swiper-slide.post .title {
  margin-top: 22px;
}
.page-section.related-posts .swiper .swiper-slide.use-cases .title {
  min-height: auto;
}
.page-section.related-posts .swiper .swiper-slide.use-cases p {
  color: #1A1A24;
}
.page-section.related-posts .swiper .swiper-slide.use-cases .footer:not(.footer-image) {
  padding-top: 10px;
}
.page-section.related-posts .swiper .swiper-slide .footer.footer-image {
  padding-top: 60px;
}
@media (min-width: 26.25em) {
  .page-section.related-posts .swiper .swiper-slide .footer.footer-image {
    padding-top: 130px;
  }
}
.page-section.related-posts .swiper .swiper-control-container {
  width: 700px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-section.related-posts .swiper .swiper-scrollbar {
  background: rgba(26, 26, 36, 0.1);
  width: 700px;
  max-width: calc(100% - 150px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 23px;
}
.page-section.related-posts .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #E94520;
}
.page-section.related-posts .swiper .swiper-button-next,
.page-section.related-posts .swiper .swiper-button-prev {
  bottom: 0;
  top: auto;
  color: #1A1A24;
  width: 54px;
  height: 54px;
  border: 1px solid #E94520;
  padding: 10px;
  border-radius: 5px;
}
.page-section.related-posts .swiper .swiper-button-next::after,
.page-section.related-posts .swiper .swiper-button-prev::after {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
}
.page-section.related-posts .swiper .swiper-button-next {
  right: 0;
}
.page-section.related-posts .swiper .swiper-button-next::after {
  content: "\f061";
}
.page-section.related-posts .swiper .swiper-button-prev {
  left: 0;
}
.page-section.related-posts .swiper .swiper-button-prev::after {
  content: "\f060";
}
.page-section.team .col-3 {
  grid-gap: 10px;
}
.page-section.team .team-member {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  background: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-section.team .team-member:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.page-section.team .team-member:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.page-section.team .team-member a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 4;
}
.page-section.team .team-member .image {
  position: relative;
  height: 350px;
}
.page-section.team .team-member .image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-section.team .team-member .image .icon {
  height: 33px;
  width: 33px;
  background: #E94520;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 20px;
}
.page-section.team .team-member .content {
  padding: 15px 35px;
}
.page-section.team .team-member .content h4 {
  color: #E94520;
}
.page-section.team .team-member .content * {
  opacity: 1;
}
.page-section.team .team-member .content p {
  color: #1A1A24;
}
.page-section.pull-out-text .container {
  display: grid;
  grid-gap: 15px;
}
.page-section.pull-out-text .row {
  border-radius: 10px;
  position: relative;
  padding: 12px 25px;
  border: solid 5px transparent;
  background: #F9F9F9;
  background-clip: padding-box;
  gap: 80px;
}
@media (min-width: 42.5em) {
  .page-section.pull-out-text .row {
    padding: 12px 45px;
  }
}
@media (min-width: 48em) {
  .page-section.pull-out-text .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dark-theme .page-section.pull-out-text .row {
  background-color: #1A1A24;
}
.dark-theme .page-section.pull-out-text .row * {
  color: #ffffff;
}
.page-section.pull-out-text .row.button {
  padding: 20px 25px;
}
@media (min-width: 42.5em) {
  .page-section.pull-out-text .row.button {
    padding: 30px 45px;
  }
}
.page-section.pull-out-text .row::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#4d1b39), color-stop(50%, #d1360f), to(#b80a0a));
  background: linear-gradient(to left, #4d1b39 0%, #d1360f 50%, #b80a0a 100%);
  border-radius: inherit;
  margin: -5px;
  z-index: -1;
}
.page-section.pull-out-text .row .button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page-section.pull-out-text.regular .row:not(.button) h2 {
  margin-bottom: 7px;
}
.page-section.pull-out-text.regular .row:not(.button) p {
  margin-top: 7px;
}
.page-section.pull-out-text.wide {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.page-section.pull-out-text.wide .row {
  padding: 20px 35px;
}
@media (min-width: 42.5em) {
  .page-section.pull-out-text.wide .row {
    padding: 30px 85px;
  }
}
.page-section.pull-out-text.wide .row.button {
  padding: 35px 45px;
}
@media (min-width: 42.5em) {
  .page-section.pull-out-text.wide .row.button {
    padding: 75px 85px;
  }
}
.page-section.cards-section {
  display: block;
  position: relative;
}
.page-section.cards-section.white-bg {
  background: #F9F9F9;
}
.page-section.cards-section.dark-bg {
  background: #1A1A24;
}
.page-section.cards-section.dark-bg .section-heading h1,
.page-section.cards-section.dark-bg .section-heading h2,
.page-section.cards-section.dark-bg .section-heading .h2,
.page-section.cards-section.dark-bg .section-heading span.h2,
.page-section.cards-section.dark-bg .section-heading h3,
.page-section.cards-section.dark-bg .section-heading .h3,
.page-section.cards-section.dark-bg .section-heading span.h3,
.page-section.cards-section.dark-bg .section-heading h4,
.page-section.cards-section.dark-bg .section-heading .h4,
.page-section.cards-section.dark-bg .section-heading span.h4,
.page-section.cards-section.dark-bg .section-heading h5,
.page-section.cards-section.dark-bg .section-heading p,
.page-section.cards-section.dark-bg .section-heading .p,
.page-section.cards-section.dark-bg .section-heading span.p,
.page-section.cards-section.dark-bg .section-heading li,
.page-section.cards-section.dark-bg .section-heading a {
  color: #ffffff;
}
.page-section.cards-section.dark-bg .section-heading h3,
.page-section.cards-section.dark-bg .section-heading .h3,
.page-section.cards-section.dark-bg .section-heading span.h3,
.page-section.cards-section.dark-bg .section-heading h4,
.page-section.cards-section.dark-bg .section-heading .h4,
.page-section.cards-section.dark-bg .section-heading span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.cards-section.dark-bg .section-heading p,
.page-section.cards-section.dark-bg .section-heading .p,
.page-section.cards-section.dark-bg .section-heading span.p,
.page-section.cards-section.dark-bg .section-heading li,
.page-section.cards-section.dark-bg .section-heading a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.dark-theme .page-section.cards-section.no-bg .section-heading h1,
.dark-theme .page-section.cards-section.no-bg .section-heading h2,
.dark-theme .page-section.cards-section.no-bg .section-heading .h2,
.dark-theme .page-section.cards-section.no-bg .section-heading span.h2,
.dark-theme .page-section.cards-section.no-bg .section-heading h3,
.dark-theme .page-section.cards-section.no-bg .section-heading .h3,
.dark-theme .page-section.cards-section.no-bg .section-heading span.h3,
.dark-theme .page-section.cards-section.no-bg .section-heading h4,
.dark-theme .page-section.cards-section.no-bg .section-heading .h4,
.dark-theme .page-section.cards-section.no-bg .section-heading span.h4,
.dark-theme .page-section.cards-section.no-bg .section-heading h5,
.dark-theme .page-section.cards-section.no-bg .section-heading p,
.dark-theme .page-section.cards-section.no-bg .section-heading .p,
.dark-theme .page-section.cards-section.no-bg .section-heading span.p,
.dark-theme .page-section.cards-section.no-bg .section-heading li,
.dark-theme .page-section.cards-section.no-bg .section-heading a {
  color: #ffffff;
}
.dark-theme .page-section.cards-section.no-bg .section-heading h3,
.dark-theme .page-section.cards-section.no-bg .section-heading .h3,
.dark-theme .page-section.cards-section.no-bg .section-heading span.h3,
.dark-theme .page-section.cards-section.no-bg .section-heading h4,
.dark-theme .page-section.cards-section.no-bg .section-heading .h4,
.dark-theme .page-section.cards-section.no-bg .section-heading span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .page-section.cards-section.no-bg .section-heading p,
.dark-theme .page-section.cards-section.no-bg .section-heading .p,
.dark-theme .page-section.cards-section.no-bg .section-heading span.p,
.dark-theme .page-section.cards-section.no-bg .section-heading li,
.dark-theme .page-section.cards-section.no-bg .section-heading a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.cards-section .section-heading.align-left .container {
  max-width: 35.2em;
}
.page-section.cards-section .section-heading.align-center {
  grid-template-columns: 1fr minmax(auto, 35.2em) 1fr;
  text-align: center;
}
.page-section.cards-section .cards-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.page-section.cards-section .cards-container .container .card {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: solid 5px transparent;
  position: relative;
}
@media (min-width: 42.5em) {
  .page-section.cards-section .cards-container .container .card {
    width: calc(50% - 5px);
  }
}
@media (min-width: 48em) {
  .page-section.cards-section .cards-container .container .card {
    padding: 50px;
  }
}
@media (min-width: 60em) {
  .page-section.cards-section .cards-container .container .card {
    width: calc(33.33% - 7px);
  }
}
.page-section.cards-section .cards-container .container .card .icon {
  width: 40px;
  height: 40px;
  background: #E94520;
  border-radius: 10px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
}
.page-section.cards-section .cards-container .container .card.white-bg {
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}
.page-section.cards-section .cards-container .container .card.dark-bg {
  background-color: #1A1A24;
  border-color: #1A1A24;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}
.page-section.cards-section .cards-container .container .card.dark-bg h1,
.page-section.cards-section .cards-container .container .card.dark-bg h2,
.page-section.cards-section .cards-container .container .card.dark-bg .h2,
.page-section.cards-section .cards-container .container .card.dark-bg span.h2,
.page-section.cards-section .cards-container .container .card.dark-bg h3,
.page-section.cards-section .cards-container .container .card.dark-bg .h3,
.page-section.cards-section .cards-container .container .card.dark-bg span.h3,
.page-section.cards-section .cards-container .container .card.dark-bg h4,
.page-section.cards-section .cards-container .container .card.dark-bg .h4,
.page-section.cards-section .cards-container .container .card.dark-bg span.h4,
.page-section.cards-section .cards-container .container .card.dark-bg h5,
.page-section.cards-section .cards-container .container .card.dark-bg p,
.page-section.cards-section .cards-container .container .card.dark-bg .p,
.page-section.cards-section .cards-container .container .card.dark-bg span.p,
.page-section.cards-section .cards-container .container .card.dark-bg li,
.page-section.cards-section .cards-container .container .card.dark-bg a {
  color: #ffffff;
}
.page-section.cards-section .cards-container .container .card.dark-bg h3,
.page-section.cards-section .cards-container .container .card.dark-bg .h3,
.page-section.cards-section .cards-container .container .card.dark-bg span.h3,
.page-section.cards-section .cards-container .container .card.dark-bg h4,
.page-section.cards-section .cards-container .container .card.dark-bg .h4,
.page-section.cards-section .cards-container .container .card.dark-bg span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.cards-section .cards-container .container .card.dark-bg p,
.page-section.cards-section .cards-container .container .card.dark-bg .p,
.page-section.cards-section .cards-container .container .card.dark-bg span.p,
.page-section.cards-section .cards-container .container .card.dark-bg li,
.page-section.cards-section .cards-container .container .card.dark-bg a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.dark-theme .page-section.cards-section .cards-container .container .card.dark-bg {
  background-color: #000000;
  border-color: #000000;
}
.white-bg.page-section.cards-section .cards-container .container .card.dark-bg {
  background-color: #1A1A24;
  border-color: #1A1A24;
}

.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.dark-bg {
  background-color: #000000;
  border-color: #000000;
}

.page-section.cards-section .cards-container .container .card.border {
  background-clip: padding-box;
}
.page-section.cards-section .cards-container .container .card.border::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#4d1b39), color-stop(50%, #d1360f), to(#b80a0a));
  background: linear-gradient(to left, #4d1b39 0%, #d1360f 50%, #b80a0a 100%);
  border-radius: inherit;
  margin: -5px;
  z-index: -1;
}
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border {
  background-color: #1A1A24;
}
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border h1,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border h2,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border .h2,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border span.h2,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border h3,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border .h3,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border span.h3,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border h4,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border .h4,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border span.h4,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border h5,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border p,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border .p,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border span.p,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border li,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border a {
  color: #ffffff;
}
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border h3,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border .h3,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border span.h3,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border h4,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border .h4,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border p,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border .p,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border span.p,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border li,
.dark-theme .no-bg.page-section.cards-section .cards-container .container .card.border a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.light-theme .no-bg.page-section.cards-section .cards-container .container .card.border {
  background-color: #F9F9F9;
}

.dark-theme .white-bg.page-section.cards-section .cards-container .container .card.border, .light-theme .white-bg.page-section.cards-section .cards-container .container .card.border {
  background-color: #F9F9F9;
}

.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border, .light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border {
  background-color: #1A1A24;
}
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h1,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h2,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h2,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h2,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h3,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h3,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h3,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h4,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h4,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h4,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h5,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border p,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .p,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.p,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border li,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border a, .light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h1,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h2,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h2,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h2,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h3,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h3,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h3,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h4,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h4,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h4,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h5,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border p,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .p,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.p,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border li,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border a {
  color: #ffffff;
}
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h3,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h3,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h3,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h4,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h4,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h4, .light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h3,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h3,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h3,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border h4,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .h4,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border p,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .p,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.p,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border li,
.dark-theme .dark-bg.page-section.cards-section .cards-container .container .card.border a:not(.button), .light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border p,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border .p,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border span.p,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border li,
.light-theme .dark-bg.page-section.cards-section .cards-container .container .card.border a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}

.page-section.partners-section {
  background: #1A1A24;
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.page-section.partners-section .content-container {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
}
@media (min-width: 42.5em) {
  .page-section.partners-section .content-container {
    padding: 60px 40px;
  }
}
.page-section.partners-section .section-heading {
  max-width: 800px;
  margin: 0 auto;
}
.page-section.partners-section .logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.page-section.partners-section .logos-container .logo {
  width: 100px;
  text-align: center;
}
@media (min-width: 32.5em) {
  .page-section.partners-section .logos-container .logo {
    width: 150px;
  }
}
.page-section.partners-section .logos-container .logo img {
  width: 100%;
  height: auto;
}
.page-section.partners-section .swiper {
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
  max-width: 300px;
}
@media (min-width: 26.25em) {
  .page-section.partners-section .swiper {
    max-width: 360px;
  }
}
@media (min-width: 42.5em) {
  .page-section.partners-section .swiper {
    max-width: 660px;
  }
}
@media (min-width: 60em) {
  .page-section.partners-section .swiper {
    max-width: 915px;
  }
}
@media (min-width: 80em) {
  .page-section.partners-section .swiper {
    max-width: 100%;
  }
}
@media (min-width: 90.625em) {
  .page-section.partners-section .swiper .swiper-wrapper.under-6 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-section.partners-section .swiper-pagination-bullet {
  background: #000000;
  opacity: 0.3;
}
.page-section.partners-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.page-section.featured-text-image {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.page-section.featured-text-image .container {
  padding-top: 40px;
}
@media (min-width: 60em) {
  .page-section.featured-text-image .container {
    padding-right: 75px;
    padding-top: 0;
  }
}
@media (min-width: 90.625em) {
  .page-section.featured-text-image .container {
    padding-right: 20px;
  }
}
.page-section.featured-text-image .featured-text-image-container {
  background: #1A1A24;
  border-radius: 10px;
  padding: 0px 30px 30px 30px;
  grid-template-columns: 1fr;
  -webkit-column-gap: 125px;
     -moz-column-gap: 125px;
          column-gap: 125px;
}
.page-section.featured-text-image .featured-text-image-container h1,
.page-section.featured-text-image .featured-text-image-container h2,
.page-section.featured-text-image .featured-text-image-container .h2,
.page-section.featured-text-image .featured-text-image-container span.h2,
.page-section.featured-text-image .featured-text-image-container h3,
.page-section.featured-text-image .featured-text-image-container .h3,
.page-section.featured-text-image .featured-text-image-container span.h3,
.page-section.featured-text-image .featured-text-image-container h4,
.page-section.featured-text-image .featured-text-image-container .h4,
.page-section.featured-text-image .featured-text-image-container span.h4,
.page-section.featured-text-image .featured-text-image-container h5,
.page-section.featured-text-image .featured-text-image-container p,
.page-section.featured-text-image .featured-text-image-container .p,
.page-section.featured-text-image .featured-text-image-container span.p,
.page-section.featured-text-image .featured-text-image-container li,
.page-section.featured-text-image .featured-text-image-container a {
  color: #ffffff;
}
.page-section.featured-text-image .featured-text-image-container h3,
.page-section.featured-text-image .featured-text-image-container .h3,
.page-section.featured-text-image .featured-text-image-container span.h3,
.page-section.featured-text-image .featured-text-image-container h4,
.page-section.featured-text-image .featured-text-image-container .h4,
.page-section.featured-text-image .featured-text-image-container span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.featured-text-image .featured-text-image-container p,
.page-section.featured-text-image .featured-text-image-container .p,
.page-section.featured-text-image .featured-text-image-container span.p,
.page-section.featured-text-image .featured-text-image-container li,
.page-section.featured-text-image .featured-text-image-container a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 60em) {
  .page-section.featured-text-image .featured-text-image-container {
    grid-template-columns: minmax(auto, 256px) minmax(50%, 1fr);
    padding: 90px 0 90px 90px;
  }
}
.dark-theme .page-section.featured-text-image .featured-text-image-container {
  background: #000000;
}
.page-section.featured-text-image .featured-text-image-container h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.page-section.featured-text-image .featured-text-image-container .text {
  padding-top: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 60em) {
  .page-section.featured-text-image .featured-text-image-container .text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.page-section.featured-text-image .featured-text-image-container .text .button {
  margin-top: 20px;
}
.page-section.featured-text-image .featured-text-image-container .image {
  text-align: center;
  margin-top: -40px;
}
@media (min-width: 60em) {
  .page-section.featured-text-image .featured-text-image-container .image {
    width: calc(100% + 55px);
    margin-top: 0;
  }
}
.page-section.featured-text-image .featured-text-image-container .image img {
  font-family: "object-fit:contain";
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.page-section.featured-text-image .featured-text-image-container .image.highlight img {
  -webkit-box-shadow: 0 3px 36px rgba(233, 69, 32, 0.7);
          box-shadow: 0 3px 36px rgba(233, 69, 32, 0.7);
}
.page-section.quote-section {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.page-section.quote-section .section-heading {
  opacity: 0.8;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.dark-theme .page-section.quote-section .section-heading {
  opacity: 0.5;
}
.dark-theme .page-section.quote-section .section-heading h2 {
  color: #ffffff;
}
.page-section.quote-section .quote-container {
  border-radius: 10px;
  padding: 60px 30px 0px;
  background: -webkit-gradient(linear, right top, left top, from(#191922), color-stop(50%, #781e25), to(#4d1b39));
  background: linear-gradient(to left, #191922 0%, #781e25 50%, #4d1b39 100%);
}
.page-section.quote-section .quote-container * {
  color: #ffffff;
}
.page-section.quote-section .quote-container .swiper {
  width: 100%;
  max-width: 200px;
  padding-bottom: 50px;
  text-align: center;
}
@media (min-width: 26.25em) {
  .page-section.quote-section .quote-container .swiper {
    max-width: 300px;
  }
}
@media (min-width: 42.5em) {
  .page-section.quote-section .quote-container .swiper {
    max-width: 360px;
  }
}
@media (min-width: 42.5em) {
  .page-section.quote-section .quote-container .swiper {
    max-width: 460px;
  }
}
@media (min-width: 60em) {
  .page-section.quote-section .quote-container .swiper {
    max-width: 560px;
  }
}
@media (min-width: 64em) {
  .page-section.quote-section .quote-container .swiper {
    max-width: 760px;
  }
}
.page-section.quote-section .quote-container .swiper .quote {
  width: 100% !important;
}
.page-section.quote-section .quote-container .swiper .swiper-pagination {
  bottom: 20px;
}
.page-section.quote-section .quote-container .swiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.3;
}
.page-section.quote-section .quote-container .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.page-section.quote-section .quote-container .text {
  padding-bottom: 50px;
}
.page-section.quote-section .quote-container .text p {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 60em) {
  .page-section.quote-section .quote-container .text p {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.page-section.quote-section .logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 90px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-section.quote-section .logos-container .logo {
  width: 100px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 32.5em) {
  .page-section.quote-section .logos-container .logo {
    width: 150px;
  }
}
.dark-theme .page-section.quote-section .logos-container .logo {
  color: #ffffff;
  opacity: 0.8;
}
.page-section.quote-section .logos-container .logo img {
  width: 100%;
  height: auto;
}
.page-section.quote-section .logos-container .swiper {
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
  max-width: 300px;
}
@media (min-width: 26.25em) {
  .page-section.quote-section .logos-container .swiper {
    max-width: 360px;
  }
}
@media (min-width: 42.5em) {
  .page-section.quote-section .logos-container .swiper {
    max-width: 660px;
  }
}
@media (min-width: 60em) {
  .page-section.quote-section .logos-container .swiper {
    max-width: 915px;
  }
}
@media (min-width: 80em) {
  .page-section.quote-section .logos-container .swiper {
    max-width: 100%;
  }
}
@media (min-width: 90.625em) {
  .page-section.quote-section .logos-container .swiper .swiper-wrapper.under-6 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-section.quote-section .logos-container .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.3;
}
.page-section.quote-section .logos-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.page-section.statistics-section {
  display: block;
  background: #1A1A24;
}
.page-section.statistics-section h1,
.page-section.statistics-section h2,
.page-section.statistics-section .h2,
.page-section.statistics-section span.h2,
.page-section.statistics-section h3,
.page-section.statistics-section .h3,
.page-section.statistics-section span.h3,
.page-section.statistics-section h4,
.page-section.statistics-section .h4,
.page-section.statistics-section span.h4,
.page-section.statistics-section h5,
.page-section.statistics-section p,
.page-section.statistics-section .p,
.page-section.statistics-section span.p,
.page-section.statistics-section li,
.page-section.statistics-section a {
  color: #ffffff;
}
.page-section.statistics-section h3,
.page-section.statistics-section .h3,
.page-section.statistics-section span.h3,
.page-section.statistics-section h4,
.page-section.statistics-section .h4,
.page-section.statistics-section span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.statistics-section p,
.page-section.statistics-section .p,
.page-section.statistics-section span.p,
.page-section.statistics-section li,
.page-section.statistics-section a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.statistics-section .section-heading {
  grid-template-columns: 1fr minmax(auto, 49.411em) 1fr;
  text-align: center;
}
.page-section.statistics-section .statistics-container {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
  padding-top: 100px;
}
.page-section.statistics-section .statistics-container.count-1 {
  grid-template-columns: 1fr minmax(auto, 39em) 1fr;
}
.page-section.statistics-section .statistics-container.count-2 {
  grid-template-columns: 1fr minmax(auto, 65.3em) 1fr;
}
.page-section.statistics-section .statistics-container .block-container {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  padding: 0 20px 30px 20px;
  grid-row-gap: 70px;
}
@media (min-width: 64em) {
  .page-section.statistics-section .statistics-container .block-container {
    padding-right: 0;
  }
}
@media (min-width: 80em) {
  .page-section.statistics-section .statistics-container .block-container {
    padding: 0 0 60px 60px;
  }
}
.page-section.statistics-section .statistics-container .block-container.no-image {
  padding-top: 60px;
}
.page-section.statistics-section .statistics-container .block-container.no-image .stat {
  margin: 0;
}
.page-section.statistics-section .statistics-container .block-container .stat {
  padding-left: 20px;
  padding-right: 20px;
}
.page-section.statistics-section .statistics-container .block-container .stat:first-child {
  margin-top: -60px;
}
@media (min-width: 60em) {
  .page-section.statistics-section .statistics-container .block-container .stat:nth-child(2) {
    margin-top: -60px;
  }
}
@media (min-width: 64em) {
  .page-section.statistics-section .statistics-container .block-container .stat {
    margin-top: -60px;
    padding-right: 0;
  }
}
@media (min-width: 80em) {
  .page-section.statistics-section .statistics-container .block-container .stat {
    padding-left: 60px;
  }
}
.page-section.statistics-section .statistics-container .block-container .stat .image {
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (min-width: 80em) {
  .page-section.statistics-section .statistics-container .block-container .stat .image {
    padding-right: 60px;
  }
}
.page-section.statistics-section .statistics-container .block-container .stat .image img {
  width: 100%;
  font-family: "object-fit:contain";
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 32.5em) {
  .page-section.statistics-section .statistics-container .block-container .stat .image img {
    height: 120px;
    width: auto;
  }
}
.page-section.statistics-section .statistics-container .block-container .stat .content {
  border-bottom: 5px solid rgba(255, 255, 255, 0.1);
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
}
@media (min-width: 60em) {
  .page-section.statistics-section .statistics-container .block-container .stat .content {
    padding-right: 90px;
  }
}
@media (min-width: 64em) {
  .page-section.statistics-section .statistics-container .block-container .stat .content {
    border-bottom: 0;
    border-right: 5px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0;
  }
}
.page-section.statistics-section .statistics-container .block-container .stat .content .large-text {
  color: #ffffff;
}
.page-section.statistics-section .statistics-container .block-container .stat:last-child .content {
  border: 0;
}
.page-section.statistics-section .statistics-container .block-container.background-black {
  background: #000000;
}
.page-section.statistics-section .statistics-container .block-container.background-grey {
  background: #20202D;
}
.page-section.featured-products-section {
  display: block;
  background: #1A1A24;
}
.page-section.featured-products-section .section-heading {
  grid-template-columns: 1fr minmax(auto, 39em) 1fr;
  text-align: center;
}
.page-section.featured-products-section .section-heading h1,
.page-section.featured-products-section .section-heading h2,
.page-section.featured-products-section .section-heading .h2,
.page-section.featured-products-section .section-heading span.h2,
.page-section.featured-products-section .section-heading h3,
.page-section.featured-products-section .section-heading .h3,
.page-section.featured-products-section .section-heading span.h3,
.page-section.featured-products-section .section-heading h4,
.page-section.featured-products-section .section-heading .h4,
.page-section.featured-products-section .section-heading span.h4,
.page-section.featured-products-section .section-heading h5,
.page-section.featured-products-section .section-heading p,
.page-section.featured-products-section .section-heading .p,
.page-section.featured-products-section .section-heading span.p,
.page-section.featured-products-section .section-heading li,
.page-section.featured-products-section .section-heading a {
  color: #ffffff;
}
.page-section.featured-products-section .section-heading h3,
.page-section.featured-products-section .section-heading .h3,
.page-section.featured-products-section .section-heading span.h3,
.page-section.featured-products-section .section-heading h4,
.page-section.featured-products-section .section-heading .h4,
.page-section.featured-products-section .section-heading span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.featured-products-section .section-heading p,
.page-section.featured-products-section .section-heading .p,
.page-section.featured-products-section .section-heading span.p,
.page-section.featured-products-section .section-heading li,
.page-section.featured-products-section .section-heading a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.featured-products-section .featured-products-container {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
  padding-top: 110px;
}
.page-section.featured-products-section .featured-products-container h1,
.page-section.featured-products-section .featured-products-container h2,
.page-section.featured-products-section .featured-products-container .h2,
.page-section.featured-products-section .featured-products-container span.h2,
.page-section.featured-products-section .featured-products-container h3,
.page-section.featured-products-section .featured-products-container .h3,
.page-section.featured-products-section .featured-products-container span.h3,
.page-section.featured-products-section .featured-products-container h4,
.page-section.featured-products-section .featured-products-container .h4,
.page-section.featured-products-section .featured-products-container span.h4,
.page-section.featured-products-section .featured-products-container h5,
.page-section.featured-products-section .featured-products-container p,
.page-section.featured-products-section .featured-products-container .p,
.page-section.featured-products-section .featured-products-container span.p,
.page-section.featured-products-section .featured-products-container li,
.page-section.featured-products-section .featured-products-container a {
  color: #ffffff;
}
.page-section.featured-products-section .featured-products-container h3,
.page-section.featured-products-section .featured-products-container .h3,
.page-section.featured-products-section .featured-products-container span.h3,
.page-section.featured-products-section .featured-products-container h4,
.page-section.featured-products-section .featured-products-container .h4,
.page-section.featured-products-section .featured-products-container span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.featured-products-section .featured-products-container p,
.page-section.featured-products-section .featured-products-container .p,
.page-section.featured-products-section .featured-products-container span.p,
.page-section.featured-products-section .featured-products-container li,
.page-section.featured-products-section .featured-products-container a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.featured-products-section .featured-products-container .container {
  grid-gap: 120px;
}
@media (min-width: 60em) {
  .page-section.featured-products-section .featured-products-container .container {
    grid-gap: 10px;
  }
}
.page-section.featured-products-section .featured-products-container .product {
  background: #000000;
  border-radius: 10px;
  padding: 0 25px 70px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 32.5em) {
  .page-section.featured-products-section .featured-products-container .product {
    padding: 0 95px 70px 95px;
  }
}
.page-section.featured-products-section .featured-products-container .product .image {
  text-align: center;
  margin-top: -60px;
  padding-bottom: 60px;
}
.page-section.featured-products-section .featured-products-container .product .image img {
  height: 250px;
  width: auto;
  max-width: 100%;
}
.page-section.featured-products-section .featured-products-container .product .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.page-section.featured-products-section .featured-products-container .product .button {
  margin-top: 20px;
}
.page-section.featured-use-cases-section {
  display: block;
  padding-bottom: 50px;
  background: #1A1A24;
}
.page-section.featured-use-cases-section h1,
.page-section.featured-use-cases-section h2,
.page-section.featured-use-cases-section .h2,
.page-section.featured-use-cases-section span.h2,
.page-section.featured-use-cases-section h3,
.page-section.featured-use-cases-section .h3,
.page-section.featured-use-cases-section span.h3,
.page-section.featured-use-cases-section h4,
.page-section.featured-use-cases-section .h4,
.page-section.featured-use-cases-section span.h4,
.page-section.featured-use-cases-section h5,
.page-section.featured-use-cases-section p,
.page-section.featured-use-cases-section .p,
.page-section.featured-use-cases-section span.p,
.page-section.featured-use-cases-section li,
.page-section.featured-use-cases-section a {
  color: #ffffff;
}
.page-section.featured-use-cases-section h3,
.page-section.featured-use-cases-section .h3,
.page-section.featured-use-cases-section span.h3,
.page-section.featured-use-cases-section h4,
.page-section.featured-use-cases-section .h4,
.page-section.featured-use-cases-section span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.featured-use-cases-section p,
.page-section.featured-use-cases-section .p,
.page-section.featured-use-cases-section span.p,
.page-section.featured-use-cases-section li,
.page-section.featured-use-cases-section a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 60em) {
  .page-section.featured-use-cases-section {
    padding-right: 60px;
  }
}
@media (min-width: 90.625em) {
  .page-section.featured-use-cases-section {
    padding-right: 0;
  }
}
.page-section.featured-use-cases-section .section-heading {
  grid-template-columns: 1fr minmax(auto, 39em) 1fr;
  text-align: center;
}
.page-section.featured-use-cases-section .featured-use-cases-container {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.page-section.featured-use-cases-section .featured-use-cases-container .block-container {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#4d1b39), color-stop(50%, #781e25), to(#191922));
  background: linear-gradient(to right, #4d1b39 0%, #781e25 50%, #191922 100%);
  grid-gap: 0;
  padding: 20px 20px 40px 20px;
}
@media (min-width: 60em) {
  .page-section.featured-use-cases-section .featured-use-cases-container .block-container {
    padding: 80px 0 80px 60px;
  }
}
.page-section.featured-use-cases-section .featured-use-cases-container .left {
  padding: 0 0 30px 0;
  width: 100%;
}
@media (min-width: 60em) {
  .page-section.featured-use-cases-section .featured-use-cases-container .left {
    padding: 30px 0;
  }
}
@media (min-width: 60em) {
  .page-section.featured-use-cases-section .featured-use-cases-container .left .swiper-wrapper {
    display: block;
  }
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .title {
  display: inline-block;
}
@media (min-width: 60em) {
  .page-section.featured-use-cases-section .featured-use-cases-container .left .title {
    padding: 15px 100px 15px 30px;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0);
    height: auto;
  }
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .title:hover {
  cursor: pointer;
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .title:hover h2 {
  color: #ffffff;
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .title h2 {
  color: rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}
@media (min-width: 60em) {
  .page-section.featured-use-cases-section .featured-use-cases-container .left .title h2 {
    padding-bottom: 0;
  }
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .title p {
  display: none;
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .title.active {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media (min-width: 60em) {
  .page-section.featured-use-cases-section .featured-use-cases-container .left .title.active {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(100px) brightness(100%) opacity(0.5);
    padding: 25px 100px 25px 30px;
  }
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .title.active h2 {
  color: #ffffff;
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .title.active p {
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .swiper-scrollbar {
  width: 100%;
  left: 0;
  bottom: auto;
  top: 55px;
}
.page-section.featured-use-cases-section .featured-use-cases-container .left .swiper-scrollbar .swiper-scrollbar-drag {
  background: #E94520;
}
.page-section.featured-use-cases-section .featured-use-cases-container .right {
  margin-bottom: -75px;
}
@media (min-width: 60em) {
  .page-section.featured-use-cases-section .featured-use-cases-container .right {
    margin-bottom: 0;
    margin-right: -55px;
  }
}
.page-section.featured-use-cases-section .featured-use-cases-container .right .result {
  display: none;
  padding: 25px 30px 20px 30px;
  background: rgba(249, 249, 249, 0.03);
  backdrop-filter: blur(100px) brightness(140%) contrast(110%) opacity(0.7);
  border-radius: 10px;
  height: 100%;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media (min-width: 60em) {
  .page-section.featured-use-cases-section .featured-use-cases-container .right .result {
    padding: 45px 60px 60px 60px;
  }
}
.page-section.featured-use-cases-section .featured-use-cases-container .right .result.active {
  display: grid;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.page-section.featured-use-cases-section .featured-use-cases-container .right .result h3 {
  color: #ffffff;
  padding-bottom: 10px;
}
.page-section.link-blocks-section {
  display: block;
}
.page-section.link-blocks-section .section-heading {
  grid-template-columns: 1fr minmax(auto, 39em) 1fr;
  text-align: center;
}
.dark-theme .page-section.link-blocks-section .section-heading h1,
.dark-theme .page-section.link-blocks-section .section-heading h2,
.dark-theme .page-section.link-blocks-section .section-heading .h2,
.dark-theme .page-section.link-blocks-section .section-heading span.h2,
.dark-theme .page-section.link-blocks-section .section-heading h3,
.dark-theme .page-section.link-blocks-section .section-heading .h3,
.dark-theme .page-section.link-blocks-section .section-heading span.h3,
.dark-theme .page-section.link-blocks-section .section-heading h4,
.dark-theme .page-section.link-blocks-section .section-heading .h4,
.dark-theme .page-section.link-blocks-section .section-heading span.h4,
.dark-theme .page-section.link-blocks-section .section-heading h5,
.dark-theme .page-section.link-blocks-section .section-heading p,
.dark-theme .page-section.link-blocks-section .section-heading .p,
.dark-theme .page-section.link-blocks-section .section-heading span.p,
.dark-theme .page-section.link-blocks-section .section-heading li,
.dark-theme .page-section.link-blocks-section .section-heading a {
  color: #ffffff;
}
.dark-theme .page-section.link-blocks-section .section-heading h3,
.dark-theme .page-section.link-blocks-section .section-heading .h3,
.dark-theme .page-section.link-blocks-section .section-heading span.h3,
.dark-theme .page-section.link-blocks-section .section-heading h4,
.dark-theme .page-section.link-blocks-section .section-heading .h4,
.dark-theme .page-section.link-blocks-section .section-heading span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .page-section.link-blocks-section .section-heading p,
.dark-theme .page-section.link-blocks-section .section-heading .p,
.dark-theme .page-section.link-blocks-section .section-heading span.p,
.dark-theme .page-section.link-blocks-section .section-heading li,
.dark-theme .page-section.link-blocks-section .section-heading a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.link-blocks-section .link-blocks-container .col {
  grid-gap: 10px;
}
.page-section.link-blocks-section .link-blocks-container .link-block {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  text-align: center;
  padding: 35px 25px 35px;
}
@media (min-width: 32.5em) {
  .page-section.link-blocks-section .link-blocks-container .link-block {
    padding: 85px 85px 75px;
  }
}
.page-section.link-blocks-section .link-blocks-container .link-block .link-block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.page-section.link-blocks-section .link-blocks-container .link-block .text {
  position: relative;
  z-index: 2;
}
.page-section.link-blocks-section .link-blocks-container .link-block.white-bg {
  background: #ffffff;
}
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg {
  background: #1A1A24;
}
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg h1,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg h2,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg .h2,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg span.h2,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg h3,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg .h3,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg span.h3,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg h4,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg .h4,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg span.h4,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg h5,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg p,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg .p,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg span.p,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg li,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg a {
  color: #ffffff;
}
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg h3,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg .h3,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg span.h3,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg h4,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg .h4,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg p,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg .p,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg span.p,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg li,
.page-section.link-blocks-section .link-blocks-container .link-block.dark-bg a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.dark-theme .page-section.link-blocks-section .link-blocks-container .link-block.dark-bg {
  background: #000000;
}
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg {
  overflow: hidden;
}
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg h1,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg h2,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg .h2,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg span.h2,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg h3,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg .h3,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg span.h3,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg h4,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg .h4,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg span.h4,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg h5,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg p,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg .p,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg span.p,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg li,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg a {
  color: #ffffff;
}
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg h3,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg .h3,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg span.h3,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg h4,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg .h4,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg p,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg .p,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg span.p,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg li,
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-section.link-blocks-section .link-blocks-container .link-block.image-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.page-section.call-to-action {
  background: #F9F9F9;
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
}
.page-section.call-to-action .content {
  border-radius: 10px;
  background: #1A1A24;
  position: relative;
  overflow: hidden;
}
.page-section.call-to-action .content h1,
.page-section.call-to-action .content h2,
.page-section.call-to-action .content .h2,
.page-section.call-to-action .content span.h2,
.page-section.call-to-action .content h3,
.page-section.call-to-action .content .h3,
.page-section.call-to-action .content span.h3,
.page-section.call-to-action .content h4,
.page-section.call-to-action .content .h4,
.page-section.call-to-action .content span.h4,
.page-section.call-to-action .content h5,
.page-section.call-to-action .content p,
.page-section.call-to-action .content .p,
.page-section.call-to-action .content span.p,
.page-section.call-to-action .content li,
.page-section.call-to-action .content a {
  color: #ffffff;
}
.page-section.call-to-action .content h3,
.page-section.call-to-action .content .h3,
.page-section.call-to-action .content span.h3,
.page-section.call-to-action .content h4,
.page-section.call-to-action .content .h4,
.page-section.call-to-action .content span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.call-to-action .content p,
.page-section.call-to-action .content .p,
.page-section.call-to-action .content span.p,
.page-section.call-to-action .content li,
.page-section.call-to-action .content a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.call-to-action .content h1,
.page-section.call-to-action .content h2,
.page-section.call-to-action .content .h2,
.page-section.call-to-action .content span.h2,
.page-section.call-to-action .content h3,
.page-section.call-to-action .content .h3,
.page-section.call-to-action .content span.h3,
.page-section.call-to-action .content h4,
.page-section.call-to-action .content .h4,
.page-section.call-to-action .content span.h4,
.page-section.call-to-action .content h5,
.page-section.call-to-action .content p,
.page-section.call-to-action .content .p,
.page-section.call-to-action .content span.p,
.page-section.call-to-action .content li,
.page-section.call-to-action .content a:not(.button) {
  color: #ffffff;
}
.page-section.call-to-action .content img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.page-section.call-to-action .content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page-section.call-to-action .content .text,
.page-section.call-to-action .content .form {
  position: relative;
  z-index: 2;
}
.page-section.call-to-action .content .text .submitted-message h2,
.page-section.call-to-action .content .form .submitted-message h2 {
  color: #fff !important;
}
.page-section.call-to-action .content .text h2 {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media (min-width: 32.5em) {
  .page-section.call-to-action .content .text h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page-section.call-to-action.cta-1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  text-align: center;
}
@media (min-width: 42.5em) {
  .page-section.call-to-action.cta-1 .content {
    padding: 100px 40px;
  }
}
.page-section.call-to-action.cta-1 .text {
  max-width: 35.2em;
}
.page-section.call-to-action.cta-2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px;
}
@media (min-width: 42.5em) {
  .page-section.call-to-action.cta-2 .content {
    padding: 45px 60px;
  }
}
.page-section.call-to-action.cta-2 > .col {
  max-width: 65.3em;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.page-section.compare {
  display: block;
  background: #1A1A24;
}
.page-section.compare h1,
.page-section.compare h2,
.page-section.compare .h2,
.page-section.compare span.h2,
.page-section.compare h3,
.page-section.compare .h3,
.page-section.compare span.h3,
.page-section.compare h4,
.page-section.compare .h4,
.page-section.compare span.h4,
.page-section.compare h5,
.page-section.compare p,
.page-section.compare .p,
.page-section.compare span.p,
.page-section.compare li,
.page-section.compare a {
  color: #ffffff;
}
.page-section.compare h3,
.page-section.compare .h3,
.page-section.compare span.h3,
.page-section.compare h4,
.page-section.compare .h4,
.page-section.compare span.h4 {
  color: rgba(255, 255, 255, 0.5);
}
.page-section.compare p,
.page-section.compare .p,
.page-section.compare span.p,
.page-section.compare li,
.page-section.compare a:not(.button) {
  color: rgba(255, 255, 255, 0.8);
}
.page-section.compare .section-heading {
  grid-template-columns: 1fr minmax(auto, 39em) 1fr;
  text-align: center;
}
.page-section.compare .compare-container {
  grid-template-columns: 1fr minmax(auto, 76.47em) 1fr;
  padding-top: 40px;
}
.page-section.compare .compare-container p strong {
  color: #ffffff;
}
.page-section.compare .compare-container .col-2 {
  grid-gap: 10px;
}
.page-section.compare .compare-container .compare-block {
  padding: 30px 35px 45px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#191922), color-stop(50%, #781e25), to(#4d1b39));
  background: linear-gradient(to top, #191922 0%, #781e25 50%, #4d1b39 100%);
}
@media (min-width: 60em) {
  .page-section.compare .compare-container .compare-block {
    padding: 70px 95px 85px;
  }
}
.page-section.compare .compare-container .compare-block .items {
  padding: 15px 0;
}
.page-section.compare .compare-container .compare-block .items h3 {
  padding-bottom: 5px;
  color: #ffffff;
}
.page-section.compare .compare-container .compare-block .items .points {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-section.compare .compare-container .compare-block .items .points:last-child {
  border: 0;
}
.page-section.dw-hub-header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-section.dw-hub-header > .container .button {
  padding: 11px 20px;
}
.page-section.dw-hub-header > .container .button::after {
  content: none;
}
.page-section.dw-hub-hero {
  padding-top: 56px;
  padding-bottom: 32px;
}
.page-section.dw-hub-hero .dw-hub-hero__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__text-col {
  max-width: 373px;
  padding-bottom: 40px;
}
.page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__text-col .dw-hub-hero__tagline {
  margin-bottom: 16px;
  font-family: alternate-gothic-atf;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
  text-transform: uppercase;
}
.page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__text-col .dw-hub-hero__separator {
  margin-bottom: 18px;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E94520), to(rgba(131, 39, 18, 0)));
  background: linear-gradient(90deg, #E94520 0%, rgba(131, 39, 18, 0) 100%);
}
.page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__text-col .dw-hub-hero__heading {
  margin: unset;
  font-size: 88px;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 0;
}
.page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__text-col .dw-hub-hero__text {
  margin-top: 32px;
  color: #D7D1D6;
  line-height: 130%;
}
.page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__text-col .dw-hub-hero__text > * {
  color: #D7D1D6;
}
.page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__asset-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__asset-col video {
  width: 100%;
}
.page-section.dw-hub-hero .dw-hub-hero__additional_text {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(233, 69, 32, 0.4);
  color: #D7D1D6;
  line-height: 130%;
}
.page-section.dw-hub-hero .dw-hub-hero__additional_text > * {
  color: #D7D1D6;
}
@media (min-width: 60em) {
  .page-section.dw-hub-hero {
    padding-bottom: 96px;
    padding-top: 72px;
  }
  .page-section.dw-hub-hero .dw-hub-hero__flex-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(233, 69, 32, 0.4);
  }
  .page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__text-col .dw-hub-hero__text {
    line-height: 150%;
  }
  .page-section.dw-hub-hero .dw-hub-hero__flex-wrapper .dw-hub-hero__asset-col {
    max-width: 530px;
  }
  .page-section.dw-hub-hero .dw-hub-hero__additional_text {
    line-height: 150%;
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.page-section.dw-hub-posts-grid {
  padding-bottom: 96px;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-posts-grid__cat-label {
  margin-top: unset;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-hub-posts-grid__cat-filters-flex {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-hub-posts-grid__cat-filters-flex .dw-hub-posts-grid__filter-btn {
  margin: unset !important;
  padding: 16px 24px 16px 16px !important;
  background: unset !important;
  border: 1px solid rgba(233, 69, 32, 0.4) !important;
  cursor: pointer;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: left;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-hub-posts-grid__cat-filters-flex .dw-hub-posts-grid__filter-btn:after {
  content: none !important;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-hub-posts-grid__cat-filters-flex .dw-hub-posts-grid__filter-btn:hover, .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-hub-posts-grid__cat-filters-flex .dw-hub-posts-grid__filter-btn.dw-hub-posts-grid__filter-btn--active {
  background: #E94520 !important;
  color: #1A1A24 !important;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-hub-posts-grid__cat-filters-dropdown {
  width: 100%;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-hub-posts-grid__cat-filters-dropdown select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/wp-content/uploads/2024/09/Rectangle-1.svg");
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__grid-col-header {
  display: none;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__grid-col-header h2 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__grid-col-header p {
  color: #D7D1D6;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__grid-col-header.dw-hub-posts-grid__grid-col-header--active {
  display: block;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__active-category {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(233, 69, 32, 0.4);
  color: #FFF;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__alphabetical-filters-heading {
  margin-top: 32px !important;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 25.5px;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__alphabetical-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__alphabetical-filters .dw-hub-posts-grid__filter-btn {
  width: 42px;
  height: 56px;
  margin: unset !important;
  padding: 8px !important;
  border-radius: 8px;
  border: 2px solid #E94520 !important;
  background: unset !important;
  cursor: pointer;
  white-space: nowrap;
  color: #E94520 !important;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__alphabetical-filters .dw-hub-posts-grid__filter-btn:after {
  content: none !important;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__alphabetical-filters .dw-hub-posts-grid__filter-btn:hover, .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__alphabetical-filters .dw-hub-posts-grid__filter-btn.dw-hub-posts-grid__filter-btn--active {
  background: #E94520 !important;
  color: white !important;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__alphabetical-filters .dw-hub-posts-grid__filter-btn.dw-hub-posts-grid__filter-btn--disabled {
  color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.07) !important;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__alphabetical-active-filter {
  margin-top: 24px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 25.5px;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 16px;
  border-radius: 8px;
  background: #000;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post .dw-hub-posts-grid__post-header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post .dw-hub-posts-grid__post-header .dw-hub-posts-grid__post-title {
  margin: unset;
  text-transform: none;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post .dw-hub-posts-grid__post-header .dw-hub-posts-grid__date-type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post .dw-hub-posts-grid__post-header .dw-hub-posts-grid__date-type-wrapper * {
  margin: unset;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  color: #fff;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post .dw-hub-posts-grid__post-intro {
  margin-bottom: 24px;
  color: #D1D1D3;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post a {
  padding-right: 30px;
  color: #E94520;
  position: relative;
  text-decoration: unset;
}
.page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post a::after {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  right: 16px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 48em) {
  .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post .dw-hub-posts-grid__post-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__posts-grid .dw-hub-posts-grid__post .dw-hub-posts-grid__post-header .dw-hub-posts-grid__date-type-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 60em) {
  .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col {
    max-width: 195px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 195px;
            flex: 0 0 195px;
  }
  .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-hub-posts-grid__cat-filters-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__cat-filters-col .dw-hub-posts-grid__cat-filters-dropdown {
    display: none;
  }
  .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__active-category {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .page-section.dw-hub-posts-grid .dw-hub-posts-grid__flex-wrapper .dw-hub-posts-grid__grid-col .dw-hub-posts-grid__alphabetical-filters-heading {
    margin-top: 48px !important;
  }
}
.page-section.tabs-section {
  grid-template-columns: 1fr minmax(auto, 1462px) 1fr;
}
.page-section.tabs-section .tabs-section__toggle-icon {
  height: 32px;
  width: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  padding: 8px;
  border-radius: 100%;
  border: 2px solid #E94520;
}
.page-section.tabs-section .tabs-container {
  width: 100%;
}
.page-section.tabs-section .tabs-section__header {
  max-width: 755px;
  margin: 0 auto 70px;
}
.page-section.tabs-section .tabs-section__header .tabs-section__tagline {
  margin: unset;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #8C8C92;
}
.page-section.tabs-section .tabs-section__header .tabs-section__heading {
  margin: 30px 0;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #E94520;
}
.page-section.tabs-section .tabs-section__header .tabs-section__text {
  margin: unset;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
.page-section.tabs-section .tabs-section__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/wp-content/uploads/2024/09/Desktop_BackgroundImage_Plain-1.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.page-section.tabs-section .tabs-section__flex-wrapper > * {
  width: 50%;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__toggles-col {
  width: 100%;
  max-width: 686px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 686px;
          flex: 1 0 686px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__toggles-col .tabs-section__toggle {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(rgba(233, 69, 32, 0.4)), to(rgba(255, 255, 255, 0.4))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(270deg, rgba(233, 69, 32, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  color: #fff;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.1em;
  text-align: left;
  cursor: pointer;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__toggles-col .tabs-section__toggle .tabs-section__toggle-icon {
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: transparent;
  -webkit-transition: transparent 0.2s ease-out;
  transition: transparent 0.2s ease-out;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__toggles-col .tabs-section__toggle .tabs-section__toggle-icon path {
  stroke: #E94520;
  -webkit-transition: stroke 0.2s ease-out;
  transition: stroke 0.2s ease-out;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__toggles-col .tabs-section__toggle:last-child:nth-child(odd) {
  margin: 0 auto !important;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__toggles-col .tabs-section__toggle.tabs-section__toggle--active .tabs-section__toggle-icon {
  background-color: #E94520;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__toggles-col .tabs-section__toggle.tabs-section__toggle--active .tabs-section__toggle-icon path {
  stroke: #1A1A24;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  background: transparent;
  z-index: 1;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(26, 26, 36, 0.2) 37%, rgba(26, 26, 36, 0) 100%), -webkit-gradient(linear, left top, right top, from(rgba(26, 26, 36, 0)), color-stop(4%, rgba(26, 26, 36, 0.38)), color-stop(11%, rgba(26, 26, 36, 0.71)), color-stop(20%, rgba(26, 26, 36, 0.9)), color-stop(44%, rgba(26, 26, 36, 0.95)));
  background: radial-gradient(50% 50% at 50% 50%, rgba(26, 26, 36, 0.2) 37%, rgba(26, 26, 36, 0) 100%), linear-gradient(90deg, rgba(26, 26, 36, 0) 0%, rgba(26, 26, 36, 0.38) 4%, rgba(26, 26, 36, 0.71) 11%, rgba(26, 26, 36, 0.9) 20%, rgba(26, 26, 36, 0.95) 44%);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col::before {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  left: 10%;
  top: 0;
  background-image: url(/wp-content/uploads/2024/09/Report-with-shadow-no-circle.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col .tabs-section__content {
  max-width: 444px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col .tabs-section__content.tabs-section__content--active {
  opacity: 1;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col .tabs-section__content .tabs-section__content-heading {
  color: #E94520;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col .tabs-section__content .tabs-section__content-text {
  color: #fff;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col .tabs-section__hover-indicator {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  padding: 4px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: alternate-gothic-atf, sans-serif;
  margin: 0.6em 0;
  font-weight: 600;
  letter-spacing: 0.08em;
  background-color: #E94520;
  border-radius: 10000px;
  text-transform: uppercase;
  max-width: 100%;
  line-height: 1.2;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col .tabs-section__hover-indicator > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  white-space: nowrap;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col .tabs-section__hover-indicator .tabs-section__toggle-icon {
  height: 24px;
  width: 24px;
  padding: 6px;
  border-color: #1A1A24;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col .tabs-section__hover-indicator .tabs-section__toggle-icon path {
  stroke: #1A1A24;
}
.page-section.tabs-section .tabs-section__flex-wrapper .tabs-section__contents-col.tabs-section__contents-col--active::after {
  opacity: 1;
}
.page-section.tabs-section .tabs-section__accordions-wrapper {
  display: none;
}
@media (max-width: 1100px) {
  .page-section.tabs-section {
    padding-top: 55%;
    background-image: url(/wp-content/uploads/2024/09/Mobile_HeaderImage-1.webp);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .page-section.tabs-section .tabs-section__flex-wrapper {
    display: none;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper .tabs-section__accordion {
    border: 2px solid #E94520;
    border-radius: 8px;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper .tabs-section__accordion .tabs-section__accordion-toggle {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper .tabs-section__accordion .tabs-section__accordion-toggle .tabs-section__accordion-heading {
    margin: unset;
    font-family: alternate-gothic-atf, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper .tabs-section__accordion .tabs-section__accordion-toggle > svg path {
    stroke: #E94520;
    -webkit-transition: stroke 0.2s ease-out;
    transition: stroke 0.2s ease-out;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper .tabs-section__accordion .tabs-section__accordion-content {
    padding: 0 20px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.2s ease-out;
    transition: grid-template-rows 0.2s ease-out;
    transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper .tabs-section__accordion .tabs-section__accordion-content .tabs-section__content-text {
    color: #fff;
    overflow: hidden;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper .tabs-section__accordion.tabs-section__accordion--active .tabs-section__accordion-content {
    grid-template-rows: 1fr;
    padding: 0 20px 20px 20px;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper .tabs-section__accordion.tabs-section__accordion--active .tabs-section__accordion-toggle {
    background-color: #E94520;
  }
  .page-section.tabs-section .tabs-section__accordions-wrapper .tabs-section__accordion.tabs-section__accordion--active .tabs-section__accordion-toggle > svg path {
    stroke: #1A1A24;
  }
}
.page-section.typ-header > .container {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.page-section.typ-hero .container {
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  border-radius: 24px;
  border: 2px solid #000;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 64px 52px -48px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 64px 52px -48px rgba(0, 0, 0, 0.6);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  /* Ensure columns behave flexibly */
}
.page-section.typ-hero .container .typ-hero__left-col,
.page-section.typ-hero .container .typ-hero__right-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.page-section.typ-hero .container > .typ-hero__left-col {
  /* If right column is not present, the left will fill available space */
  width: 100%;
}
.page-section.typ-hero .container > .typ-hero__left-col h1 {
  margin: 43.5px 0 32px 0;
  font-size: 88px;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: unset;
}
.page-section.typ-hero .container > .typ-hero__left-col .typ-hero__left-col__text {
  margin: unset;
  color: #D7D1D6;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}
.page-section.typ-hero .container > .typ-hero__right-col {
  padding: 40px 32px 32px 32px;
  border-radius: 12px;
  background: #000;
  -webkit-box-shadow: 0px 32px 52px -24px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 32px 52px -24px rgba(0, 0, 0, 0.6);
  width: 100%;
  /* Ensure the right column fills the space if left is not present */
}
.page-section.typ-hero .container > .typ-hero__right-col h3 {
  padding-bottom: 32px;
  margin-top: unset;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  letter-spacing: unset;
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  line-height: 25.5px;
  text-transform: uppercase;
}
.page-section.typ-hero .container > .typ-hero__right-col li {
  padding-left: 20px;
  color: #D7D1D6;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}
.page-section.typ-hero .container > .typ-hero__right-col li::before {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1100px) {
  .page-section.typ-hero > .container {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: unset !important;
  }
  .page-section.typ-hero > .container > * {
    max-width: unset !important;
  }
  .page-section.typ-hero > .container > .typ-hero__right-col {
    padding: 32px 24px;
  }
}
.page-section.typ-posts {
  display: block;
}
.page-section.typ-posts > .container {
  max-width: 1150px;
  margin: 0 auto;
}
.page-section.typ-posts h2 {
  margin: 0 0 32px 0;
  text-align: center;
  color: #FFF;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: unset;
}
.page-section.typ-posts .swiper-slide {
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
}
.page-section.typ-posts .typ-posts__content {
  height: 100%;
  padding: 16px 16px 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-section.typ-posts .typ-posts__categories {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: scroll;
}
.page-section.typ-posts .typ-posts__categories > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 12px 16px;
  border-radius: 32px;
  background: rgba(233, 69, 32, 0.15);
  color: #E94520;
  font-size: 14px;
  font-weight: 400;
  line-height: 0.8;
}
.page-section.typ-posts .typ-posts__thumbnail {
  max-width: 100%;
  width: 100%;
}
.page-section.typ-posts .typ-posts__title {
  margin-bottom: 16px;
  text-transform: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 25.5px;
  letter-spacing: unset;
}
.page-section.typ-posts .typ-posts__meta {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.page-section.typ-posts .typ-posts__meta > * {
  margin: unset;
  color: #D1D1D3;
  font-size: 17px;
  font-weight: 300;
  line-height: 0.8;
}
.page-section.typ-posts .typ-posts__excerpt {
  margin-bottom: 32px;
  color: #D1D1D3;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}
.page-section.typ-posts .typ-posts__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  padding-right: 30px;
  color: #E94520;
  position: relative;
  text-decoration: unset;
}
.page-section.typ-posts .typ-posts__link::after {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  right: 12px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-section.typ-posts .swiper-control-container {
  display: none;
}
.page-section.typ-posts .swiper-control-container .swiper-button-prev,
.page-section.typ-posts .swiper-control-container .swiper-button-next {
  position: unset;
}
@media (max-width: 1100px) {
  .page-section.typ-posts h2 {
    text-align: left;
  }
  .page-section.typ-posts .swiper-control-container {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
  }
  .page-section.typ-posts .swiper-control-container > * {
    width: 84px;
    height: 84px;
    margin: unset;
    background-color: #E94520;
    border-radius: 100%;
  }
  .page-section.typ-posts .swiper-control-container > * svg {
    fill: #fff;
  }
  .page-section.typ-posts .swiper-control-container > *::after {
    content: unset;
  }
  .page-section.typ-posts .swiper-control-container > *.swiper-button-prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-section.typ-posts .swiper-control-container > *.swiper-button-disabled {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .page-section.typ-posts .swiper-control-container > *.swiper-button-disabled svg {
    fill: #1A1A24;
  }
}

.accordion-section {
  display: block;
}
.accordion-section .section-heading.align-center {
  grid-template-columns: 1fr minmax(auto, 35.2em) 1fr;
  text-align: center;
}
.light-theme .accordion-section.white-bg {
  background-color: #F9F9F9;
}
.light-theme .accordion-section.dark-bg {
  background-color: #1A1A24;
}
.light-theme .accordion-section.dark-bg .section-heading h2,
.light-theme .accordion-section.dark-bg .section-heading h3,
.light-theme .accordion-section.dark-bg .section-heading h4,
.light-theme .accordion-section.dark-bg .section-heading h5 {
  color: #E94520;
}
.light-theme .accordion-section.dark-bg .section-heading p,
.light-theme .accordion-section.dark-bg .section-heading li {
  color: #ffffff;
}
.light-theme .accordion-section.dark-bg .accordion-container .accordion {
  background-color: #ffffff;
}
.light-theme .accordion-section.dark-bg .accordion-container .accordion .label a {
  color: #000000;
}
.light-theme .accordion-section.dark-bg .accordion-container .accordion .label a h3 {
  color: #000000;
}
.light-theme .accordion-section.dark-bg .accordion-container .accordion .text {
  color: #000000;
}
.light-theme .accordion-section.dark-bg .accordion-container .accordion .text p,
.light-theme .accordion-section.dark-bg .accordion-container .accordion .text p a,
.light-theme .accordion-section.dark-bg .accordion-container .accordion .text h3,
.light-theme .accordion-section.dark-bg .accordion-container .accordion .text h4,
.light-theme .accordion-section.dark-bg .accordion-container .accordion .text li {
  color: #000000;
}
.light-theme .accordion-section.white-bg .accordion-container .accordion, .light-theme .accordion-section.no-bg .accordion-container .accordion {
  background-color: #1A1A24;
}
.light-theme .accordion-section.white-bg .accordion-container .accordion .label a, .light-theme .accordion-section.no-bg .accordion-container .accordion .label a {
  color: #ffffff;
}
.light-theme .accordion-section.white-bg .accordion-container .accordion .label a h3, .light-theme .accordion-section.no-bg .accordion-container .accordion .label a h3 {
  color: #ffffff;
}
.light-theme .accordion-section.white-bg .accordion-container .accordion .text, .light-theme .accordion-section.no-bg .accordion-container .accordion .text {
  color: #ffffff;
}
.light-theme .accordion-section.white-bg .accordion-container .accordion .text p,
.light-theme .accordion-section.white-bg .accordion-container .accordion .text p a,
.light-theme .accordion-section.white-bg .accordion-container .accordion .text h3,
.light-theme .accordion-section.white-bg .accordion-container .accordion .text h4,
.light-theme .accordion-section.white-bg .accordion-container .accordion .text li, .light-theme .accordion-section.no-bg .accordion-container .accordion .text p,
.light-theme .accordion-section.no-bg .accordion-container .accordion .text p a,
.light-theme .accordion-section.no-bg .accordion-container .accordion .text h3,
.light-theme .accordion-section.no-bg .accordion-container .accordion .text h4,
.light-theme .accordion-section.no-bg .accordion-container .accordion .text li {
  color: #ffffff;
}
.dark-theme .accordion-section.white-bg {
  background-color: #F9F9F9;
}
.dark-theme .accordion-section.white-bg .accordion-container .accordion {
  background-color: #1A1A24;
}
.dark-theme .accordion-section.white-bg .accordion-container .accordion .label a {
  color: #ffffff;
}
.dark-theme .accordion-section.white-bg .accordion-container .accordion .label a h3 {
  color: #ffffff;
}
.dark-theme .accordion-section.white-bg .accordion-container .accordion .text {
  color: #ffffff;
}
.dark-theme .accordion-section.white-bg .accordion-container .accordion .text p,
.dark-theme .accordion-section.white-bg .accordion-container .accordion .text p a,
.dark-theme .accordion-section.white-bg .accordion-container .accordion .text h3,
.dark-theme .accordion-section.white-bg .accordion-container .accordion .text h4,
.dark-theme .accordion-section.white-bg .accordion-container .accordion .text li {
  color: #ffffff;
}
.dark-theme .accordion-section.dark-bg {
  background-color: #1A1A24;
}
.dark-theme .accordion-section.dark-bg .section-heading h2,
.dark-theme .accordion-section.dark-bg .section-heading h3,
.dark-theme .accordion-section.dark-bg .section-heading h4,
.dark-theme .accordion-section.dark-bg .section-heading h5 {
  color: #E94520;
}
.dark-theme .accordion-section.dark-bg .section-heading p,
.dark-theme .accordion-section.dark-bg .section-heading li {
  color: #ffffff;
}
.dark-theme .accordion-section.no-bg .section-heading h2,
.dark-theme .accordion-section.no-bg .section-heading h3,
.dark-theme .accordion-section.no-bg .section-heading h4,
.dark-theme .accordion-section.no-bg .section-heading h5 {
  color: #E94520;
}
.dark-theme .accordion-section.no-bg .section-heading p,
.dark-theme .accordion-section.no-bg .section-heading li {
  color: #ffffff;
}

.accordion-container {
  display: grid;
  grid-gap: 15px;
}
.accordion-container .accordion {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.09);
  background: #ffffff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.accordion-container .accordion.active .label a {
  padding: 50px 40px 0px 50px;
}
.accordion-container .accordion.active .text {
  padding: 0 40px 50px 50px;
}
.accordion-container .accordion .label a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  text-decoration: none;
  padding: 25px 40px 25px 50px;
}
.accordion-container .accordion .label a h3 {
  margin-right: 30px;
  width: 85%;
  margin-bottom: 0;
  margin-top: 0;
}
.accordion-container .accordion .label a i {
  width: 20px;
  height: 20px;
  color: #E94520;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-container .accordion .text {
  width: 85%;
  padding: 0 40px 25px 50px;
}
.accordion-container .accordion .text p {
  color: #1A1A24;
}

.widget {
  /*@include breakpoint(500px){
  	.gartner-pi-card{
  		display: flex !important;
  		flex-wrap: wrap !important;
  	}
  	.gartner-pi-logo{
  		width: 50% !important;
  		order: 2 !important;
  	}
  	.gartner-pi-header{
  		width: 50% !important;
  		order: 1 !important;
  	}
  	.gartner-pi-stats{
  		order: 2 !important;
  		width: 100% !important;
  	}
  }*/
}
.widget.light {
  background: #f9f9f9;
}
.widget.dark .content h1,
.widget.dark .content h2,
.widget.dark .content h3,
.widget.dark .content h4,
.widget.dark .content h5,
.widget.dark .content h6 {
  color: #f9f9f9;
}
.widget.dark .content p {
  color: rgba(255, 255, 255, 0.8);
}
.widget .content {
  margin-bottom: 40px !important;
  max-width: 663px;
  margin: 0 auto;
}
.widget [id^=gartner-pi-widget][data-theme=dark] {
  background-color: black !important;
  width: 100% !important;
  border: none !important;
  display: block !important;
}
.widget .gartner-pi-as-of-date {
  display: none !important;
}
.widget [id^=gartner-pi-widget][data-theme=dark] .gartner-pi-gradient:after {
  display: none !important;
}
.widget .gartner-pi-sourcing-link {
  text-align: right !important;
}
@media (max-width: 488px) {
  .widget .gartner-pi-sourcing-link {
    text-align: left !important;
  }
}
.widget .widget-container {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}
.widget .gartner-pi-reviews {
  border-top: none !important;
}
.widget .gartner-pi-reviews-link {
  margin-top: 20px !important;
}
.widget li::before {
  display: none !important;
}
.widget [id^=gartner-pi-widget] .gartner-pi-link {
  padding: 50px !important;
}
@media (max-width: 768px) {
  .widget [id^=gartner-pi-widget] .gartner-pi-link {
    padding: 30px !important;
  }
}
.widget p,
.widget a {
  font-family: source-sans-pro, sans-serif !important;
}
.widget .gartner-pi-h1 {
  font-family: alternate-gothic-atf, sans-serif !important;
  font-size: 20px !important;
}
@media (max-width: 488px) {
  .widget .gartner-pi-h1 {
    margin-top: 20px !important;
  }
}
.widget .gartner-pi-h2 {
  font-family: alternate-gothic-atf, sans-serif !important;
  font-size: 19px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 488px) {
  .widget .gartner-pi-alignLeft {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px !important;
  }
}
.widget .gartner-pi-sourcing-link {
  position: relative;
  display: inline;
  float: right;
  padding: 11px 30px 11px 20px;
  background: #e94520;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  border: 1px solid #e94520;
  outline: none;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  margin-bottom: 0;
}
.widget .gartner-pi-sourcing-link a {
  padding-right: 10px;
}
.widget .gartner-pi-sourcing-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.widget .gartner-pi-sourcing-link:hover a, .widget .gartner-pi-sourcing-link:hover::after {
  color: white !important;
}
.widget .gartner-pi-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 550px) {
  .widget .gartner-pi-stats {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media (max-width: 550px) {
  .widget .gartner-pi-alignRight {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 15px !important;
  }
}
.widget .gartner-pi-sourcing-link::after {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  right: 16px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.widget .gartner-pi-chevron {
  background-image: unset !important;
}
.widget .gartner-pi-reviews-link {
  display: none !important;
}
.widget .gartner-pi-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  gap: 20px !important;
}
.widget .gartner-pi-card .gartner-pi-stats,
.widget .gartner-pi-card .gartner-pi-header,
.widget .gartner-pi-card .gartner-pi-card {
  width: 100% !important;
}
.widget .gartner-pi-card .gartner-pi-logo {
  width: 100px !important;
}
.widget .gartner-pi-card .gartner-pi-header .gartner-pi-h2 {
  margin-bottom: 0 !important;
}
.widget .gartner-pi-card .gartner-pi-stats {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 20px !important;
}
.widget .gartner-pi-card .gartner-pi-stats .gartner-pi-alignLeft,
.widget .gartner-pi-card .gartner-pi-stats .gartner-pi-alignRight {
  width: 100% !important;
}
.widget [id^=gartner-pi-widget][data-theme=dark][data-size=large] [id^=gartner-pi-datacontainer] {
  display: grid !important;
  grid-template-columns: 25% 1fr;
  grid-gap: 50px;
}
@media (max-width: 768px) {
  .widget [id^=gartner-pi-widget][data-theme=dark][data-size=large] [id^=gartner-pi-datacontainer] {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 30px;
  }
}
.widget [id^=gartner-pi-widget][data-theme=dark][data-size=large] [id^=gartner-pi-datacontainer] .gartner-pi-reviews {
  margin: 0 !important;
  max-height: 355px !important;
}
.widget [id^=gartner-pi-widget][data-theme=dark][data-size=large] [id^=gartner-pi-datacontainer] .gartner-pi-reviews ul li {
  border-bottom: 1px solid white;
}

.description-repeater .container {
  background: -webkit-gradient(linear, left bottom, left top, from(#191922), color-stop(50%, #781e25), to(#4d1b39));
  background: linear-gradient(to top, #191922 0%, #781e25 50%, #4d1b39 100%);
  margin: 0 20px;
  border-radius: 5px;
}
.description-repeater .container h1,
.description-repeater .container h2,
.description-repeater .container h3,
.description-repeater .container h4,
.description-repeater .container h5,
.description-repeater .container h6,
.description-repeater .container p {
  color: #ffffff;
}
@media (min-width: 80em) {
  .description-repeater .container {
    padding: 30px 55px 80px 55px;
    margin: 0;
  }
}
.description-repeater .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 0 5px 0;
}
.description-repeater .container .row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 80em) {
  .description-repeater .container .row {
    padding: 10px 60px 5px 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.description-repeater .container .row h3 {
  max-width: 50%;
}
.description-repeater .container .row h3.opacity {
  text-transform: capitalize;
  text-align: right;
  opacity: 80%;
}
@media (min-width: 64em) {
  .description-repeater .container .row h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.landing-page-hero {
  background: #1A1A24;
  padding: 32px 0px 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .landing-page-hero {
    padding: 100px 25px 55px 25px;
  }
}
@media (min-width: 992px) {
  .landing-page-hero {
    padding: 166px 26px 85px 26px;
  }
}
@media (min-width: 1200px) {
  .landing-page-hero {
    padding: 166px 56px 85px 56px;
  }
}
@media (min-width: 1366px) {
  .landing-page-hero {
    padding: 96px 76px 125px 76px;
  }
}
@media (min-width: 1680px) {
  .landing-page-hero {
    padding: 206px 76px 125px 76px;
  }
}
@media (min-width: 1440px) {
  .landing-page-hero .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  .landing-page-hero.fifty-fifty .landing-page-hero__container--left-col {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .landing-page-hero.fifty-fifty .landing-page-hero__container--left-col {
    width: 440px;
  }
}
@media (min-width: 1366px) {
  .landing-page-hero.fifty-fifty .landing-page-hero__container--left-col {
    width: 510px;
  }
}
@media (min-width: 1440px) {
  .landing-page-hero.fifty-fifty .landing-page-hero__container--left-col {
    width: 560px;
  }
}
.landing-page-hero.fifty-fifty .landing-page-hero__container--right-col img {
  width: 100%;
  height: auto;
  display: none;
}
@media (min-width: 992px) {
  .landing-page-hero.fifty-fifty .landing-page-hero__container--right-col img {
    display: block;
  }
}
@media (min-width: 992px) {
  .landing-page-hero.fifty-fifty .landing-page-hero__container--right-col {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .landing-page-hero.fifty-fifty .landing-page-hero__container--right-col {
    width: 570px;
  }
}
@media (min-width: 1366px) {
  .landing-page-hero.fifty-fifty .landing-page-hero__container--right-col {
    width: 600px;
    padding-left: 55px;
  }
}
@media (min-width: 1440px) {
  .landing-page-hero.fifty-fifty .landing-page-hero__container--right-col {
    width: 700px;
    padding-left: 64px;
  }
}
.landing-page-hero__container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .landing-page-hero__container--row {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .landing-page-hero__container--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.landing-page-hero__container--left-col {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .landing-page-hero__container--left-col {
    width: 580px;
  }
}
@media (min-width: 1200px) {
  .landing-page-hero__container--left-col {
    width: 650px;
  }
}
@media (min-width: 1366px) {
  .landing-page-hero__container--left-col {
    width: 620px;
  }
}
@media (min-width: 1440px) {
  .landing-page-hero__container--left-col {
    width: 721px;
  }
}
@media (min-width: 1920px) {
  .landing-page-hero__container--left-col {
    width: 991px;
  }
}
.landing-page-hero__container--left-col h1 {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 500;
  line-height: 130%;
  font-size: 40px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1200px) {
  .landing-page-hero__container--left-col h1 {
    font-size: 45px;
  }
}
@media (min-width: 1440px) {
  .landing-page-hero__container--left-col h1 {
    font-size: 50px;
  }
}
.landing-page-hero__container--left-col h1 .glow-effect {
  text-shadow: 0px 0px 20px #E94520;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(233, 69, 32, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(#F9CDC3), to(#F08168));
  background: linear-gradient(180deg, #F9CDC3 0%, #F08168 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-page-hero__container--left-col h2 {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 500;
  line-height: 130%;
  font-size: 40px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1200px) {
  .landing-page-hero__container--left-col h2 {
    font-size: 45px;
  }
}
@media (min-width: 1440px) {
  .landing-page-hero__container--left-col h2 {
    font-size: 50px;
  }
}
.landing-page-hero__container--left-col h2 .glow-effect {
  text-shadow: 0px 0px 20px #E94520;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(233, 69, 32, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(#F9CDC3), to(#F08168));
  background: linear-gradient(180deg, #F9CDC3 0%, #F08168 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-page-hero__container--left-col p {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 992px) {
  .landing-page-hero__container--left-col p {
    font-size: 24px;
  }
}
.landing-page-hero__container--left-col__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .landing-page-hero__container--left-col__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
.landing-page-hero__container--left-col__buttons .button {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .landing-page-hero__container--left-col__buttons .button {
    font-size: 18px;
  }
}
.landing-page-hero__container--left-col__buttons .button:after {
  display: none;
}
.landing-page-hero__container--left-col__buttons .button.secondary {
  color: #fff;
}
.landing-page-hero__container--right-col img {
  position: relative;
}
.landing-page-hero__container--right-col.overlap-image {
  display: none;
}
@media (min-width: 992px) {
  .landing-page-hero__container--right-col.overlap-image {
    position: relative;
    width: 321px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .landing-page-hero__container--right-col.overlap-image {
    width: 415px;
  }
}
@media (min-width: 1440px) {
  .landing-page-hero__container--right-col.overlap-image {
    width: 731px;
  }
}
.landing-page-hero__container--right-col.overlap-image img {
  display: none;
}
@media (min-width: 992px) {
  .landing-page-hero__container--right-col.overlap-image img {
    width: 731px;
    height: auto;
    position: absolute;
    display: block;
  }
}
.landing-page-hero.padding-bottom-no {
  padding-bottom: 80px !important;
}
@media (min-width: 992px) {
  .landing-page-hero.padding-bottom-no {
    padding-bottom: 0 !important;
  }
}
.landing-page-hero.padding-top-no {
  padding-top: 80px !important;
}
@media (min-width: 992px) {
  .landing-page-hero.padding-top-no {
    padding-top: 0 !important;
  }
}

.landing-page-grid {
  background: #1A1A24;
  padding: 32px 0px 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-page-grid .container {
  width: 100%;
}
@media (min-width: 1440px) {
  .landing-page-grid .container {
    max-width: 1320px;
  }
}
@media (min-width: 768px) {
  .landing-page-grid {
    padding: 38px 25px 0px 25px;
  }
}
@media (min-width: 992px) {
  .landing-page-grid {
    padding: 45px 26px 0px 26px;
  }
}
@media (min-width: 1200px) {
  .landing-page-grid {
    padding: 50px 46px 50px 46px;
  }
}
@media (min-width: 1440px) {
  .landing-page-grid {
    padding: 50px 26px 50px 26px;
  }
}
.landing-page-grid .blocks {
  position: relative;
  background: radial-gradient(37.06% 37.06% at 76.4% 0.02%, #FFF 0%, #F08168 31.5%, #E94520 61.47%, #2F2F41 100%);
  -webkit-box-shadow: 0px 52px 72px -24px rgba(4, 4, 6, 0.3);
          box-shadow: 0px 52px 72px -24px rgba(4, 4, 6, 0.3);
  border-radius: 16px;
  border: 1px solid #1A1A24;
  padding: 1px 0 0 0;
}
.landing-page-grid .blocks:before {
  content: "";
  position: absolute;
  background-image: url("../../src/img/mobile-shadow.svg");
  height: 24px;
  width: 480px;
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks:before {
    width: 719px;
    height: 87px;
    top: -68px;
    right: 0;
    background-image: url("../../src/img/outerglow.svg");
  }
}
.landing-page-grid .blocks:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -140px;
  width: 480px;
  height: 25px;
  background-image: url("../../src/img/mobile-bottom-shadow.svg");
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks:after {
    top: 0px;
    right: 0;
    width: 595px;
    height: 33px;
    background-image: url("../../src/img/innerglow.svg");
    background-repeat: no-repeat;
  }
}
.landing-page-grid .blocks__inner {
  border-radius: 16px;
  border: 2px solid #2F2F42;
  background: #1A1A24;
  padding: 0px;
}
.landing-page-grid .blocks--few-items .blocks__row:nth-child(2n) .blocks__row--item--inner {
  background: #20202D;
}
.landing-page-grid .blocks--few-items .blocks__row:nth-child(2n) .blocks__row--item--inner:nth-child(2) {
  background: #20202D !important;
}
.landing-page-grid .blocks--few-items .blocks__row:nth-child(2n) .blocks__row--item:nth-child(2) {
  background: none;
}
.landing-page-grid .blocks--few-items .blocks__row + .blocks__row {
  padding-top: 0;
}
.landing-page-grid .blocks--few-items .blocks__row--item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 16px);
          flex: 1 1 calc(50% - 16px);
}
@media (max-width: 768px) {
  .landing-page-grid .blocks--few-items .blocks__row--item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landing-page-grid .blocks--many-items::after {
  right: -120px !important;
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks--many-items::after {
    right: 150px !important;
  }
}
@media (max-width: 1199px) {
  .landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(1) {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(1) .blocks__row--item--inner {
    padding: 20px;
    border-radius: 8px;
  }
}
.landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(2) {
  padding: 1px 2px 0 0px;
  border-radius: 12px;
  border: 2px solid #20202D;
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(2) {
    background: radial-gradient(90.71% 76.42% at 100% 1.11%, #F08168 0%, #BD3C21 32%, #7D2E22 61.94%, #1A1A24 86.77%);
  }
}
.landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(2):hover {
  border: 2px solid #2F2F42;
}
.landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(2) .blocks__row--item--inner {
  padding: 20px;
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(2) .blocks__row--item--inner {
    background: radial-gradient(89.28% 92.4% at 100% 0%, #552A29 0%, #20202D 100%);
    border-radius: 8px;
    height: 100%;
  }
}
.landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(3) {
  padding: 1px 0px 0 2px;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(3) {
    border: 2px solid #20202D;
    background: radial-gradient(91.09% 77.37% at 0% 0%, #F08168 0%, #BD3C21 32%, #7D2E22 61.94%, #1A1A24 86.77%);
  }
}
.landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(3):hover {
  border: 2px solid #2F2F42;
}
.landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(3) .blocks__row--item--inner {
  padding: 20px;
  border-radius: 8px;
  height: 100%;
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks--many-items .blocks__row:first-of-type .blocks__row--item:nth-child(3) .blocks__row--item--inner {
    padding: 24px;
    background: radial-gradient(73.82% 84.53% at 0% 0%, #552A29 0%, #20202D 100%);
  }
}
.landing-page-grid .blocks--many-items .blocks__row + .blocks__row {
  padding-top: 0;
}
.landing-page-grid .blocks--many-items .blocks__row + .blocks__row .blocks__row--item:nth-child(2n), .landing-page-grid .blocks--many-items .blocks__row + .blocks__row .blocks__row--item:nth-child(3n) {
  background: #20202d !important;
}
.landing-page-grid .blocks--many-items .blocks__row + .blocks__row .blocks__row--item:nth-child(2n) .blocks__row--item--inner, .landing-page-grid .blocks--many-items .blocks__row + .blocks__row .blocks__row--item:nth-child(3n) .blocks__row--item--inner {
  background: #20202d !important;
}
.landing-page-grid .blocks--many-items .blocks__row--item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - 16px);
          flex: 1 1 calc(33.33% - 16px);
}
@media (max-width: 992px) {
  .landing-page-grid .blocks--many-items .blocks__row--item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 16px);
            flex: 1 1 calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .landing-page-grid .blocks--many-items .blocks__row--item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landing-page-grid .blocks__row {
  background: #1A1A24;
  padding: 42px 24px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.landing-page-grid .blocks__row--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.landing-page-grid .blocks__row--item {
  background: #20202D;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
  border: 2px solid transparent;
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks__row--item {
    padding: 24px;
  }
}
.landing-page-grid .blocks__row--item:hover {
  border: 2px solid #2F2F42;
}
.landing-page-grid .blocks__row--item h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: 1.92px;
}
@media (min-width: 992px) {
  .landing-page-grid .blocks__row--item h3 {
    font-size: 32px;
    letter-spacing: 2.56px;
  }
}
.landing-page-grid .blocks__row--item p {
  color: #BEBED0;
}
.landing-page-grid .blocks__row--item p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .landing-page-grid .blocks__row--item:nth-child(1) {
    background: #20202d;
  }
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks__row--item:nth-child(2) {
    padding: 1px 0 0 0;
    background: radial-gradient(59.86% 58.94% at 50.08% 0.04%, #F08168 0%, rgba(233, 69, 32, 0.7) 42%, rgba(233, 69, 32, 0) 100%);
    border-radius: 12px;
    border-bottom: 1px solid #20202D;
  }
}
@media (min-width: 1200px) {
  .landing-page-grid .blocks__row--item:nth-child(2) .blocks__row--item--inner {
    padding: 24px;
    height: 100%;
    background: radial-gradient(52.18% 68.06% at 50.08% 0.04%, #552A29 0%, #20202D 100%), #20202D;
    border-radius: 8px;
  }
}
.landing-page-grid .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px 0 0 0;
}
@media (min-width: 768px) {
  .landing-page-grid .logos {
    margin: 43px 0 0 0;
  }
}
@media (min-width: 992px) {
  .landing-page-grid .logos {
    margin: 52px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .landing-page-grid .logos {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 64px 104px 0 104px;
  }
}
.landing-page-grid .logos__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 35px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .landing-page-grid .logos__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .landing-page-grid .logos__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
}
@media (min-width: 1200px) {
  .landing-page-grid .logos__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.text-image {
  background: #1A1A24;
  padding: 32px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .text-image {
    padding: 38px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .text-image {
    padding: 45px 0px 0px 0px;
  }
}
@media (min-width: 1200px) {
  .text-image {
    padding: 50px 25px 0px 25px;
  }
}
@media (min-width: 1440px) {
  .text-image {
    padding: 50px 52px 0px 52px;
  }
}
@media (min-width: 1440px) {
  .text-image .container {
    max-width: 1320px;
  }
}
.text-image.background-black {
  background: #000000;
}
.text-image.background-none {
  background: none;
}
.text-image.background-none.slant-none:before {
  display: none;
}
.text-image.background-grey {
  background: #20202D;
}
.text-image.background-grey.slant {
  position: relative;
}
.text-image.background-grey.slant-top:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #20202D;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
.text-image.background-grey.slant-bottom:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #20202D;
  clip-path: polygon(0% 0%, 100% 98%, 100% 0%, 0% 0%);
}
.text-image.background-grey.slant-bottom + .quotes {
  padding-top: 104px;
}
@media (min-width: 1200px) {
  .text-image.background-grey.slant-bottom + .quotes {
    padding-top: 130px;
  }
}
@media (min-width: 1440px) {
  .text-image.background-grey.slant-bottom + .quotes {
    padding-top: 150px;
  }
}
.text-image.background-grey-both:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #20202D;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
.text-image.background-grey-both:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #20202D;
  clip-path: polygon(0% 0%, 100% 98%, 100% 0%, 0% 0%);
}
.text-image.background-grey-none:before {
  display: none;
}
.text-image__container--intro {
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .text-image__container--intro {
    padding-bottom: 62px;
  }
}
.text-image__container--intro h2 {
  text-align: center;
  margin: 0;
  color: #fff;
}
@media (min-width: 1440px) {
  .text-image__container--intro h2 {
    font-size: 48px;
  }
}
.text-image__container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .text-image__container--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 75px;
  }
}
@media (min-width: 1366px) {
  .text-image__container--row {
    gap: 100px;
  }
}
@media (min-width: 1440px) {
  .text-image__container--row {
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .text-image__container--row.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.text-image__container--image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .text-image__container--image {
    min-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1440px) {
  .text-image__container--image {
    min-width: 678px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.text-image__container--icon-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.text-image__container--icon-blocks--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.09);
  padding: 16px;
}
@media (min-width: 992px) {
  .text-image__container--icon-blocks--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.text-image__container--icon-blocks--item.background-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#20202D), to(rgba(32, 32, 45, 0)));
  background: linear-gradient(90deg, #20202D 0%, rgba(32, 32, 45, 0) 100%);
}
.text-image__container--icon-blocks--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-image__container--content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1200px) {
  .text-image__container--content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1366px) {
  .text-image__container--content {
    padding: 24px 24px 24px 0;
  }
}
.text-image__container--content h2 {
  color: #fff;
  margin: 0;
}
.text-image__container--content p {
  margin: 0;
}
.text-image__container--content ul {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-left: 30px;
}
.text-image__container--content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
  letter-spacing: 0.17px;
  position: relative;
}
.text-image__container--content ul li::before {
  line-height: 0;
  content: url("../../src/img/bullets.svg");
  position: absolute;
  left: -35px;
  top: 16%;
  -webkit-transform: translateY(-16%);
          transform: translateY(-16%);
  width: 23px;
  height: 23px;
}
@media (min-width: 992px) {
  .text-image__container--content ul li::before {
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.text-image__container--content .button {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .text-image__container--content .button {
    font-size: 18px;
    width: auto;
  }
}
.text-image__container--content .button:after {
  display: none;
}
.text-image__container--content .button.secondary {
  color: #fff;
}

.quotes {
  background: #1A1A24;
  padding: 44px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1366px) {
  .quotes {
    padding: 75px 76px 32px 76px;
  }
}
@media (min-width: 1440px) {
  .quotes {
    padding: 75px 76px 32px 76px;
  }
}
.quotes.slant-bottom {
  position: relative;
}
.quotes.slant-bottom:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #1A1A24;
  clip-path: polygon(0% 0%, 100% 98%, 100% 0%, 0% 0%);
}
.quotes.slant-bottom + .related-posts {
  padding-top: 75px;
  position: relative;
  z-index: 11;
}
@media (min-width: 1200px) {
  .quotes.slant-bottom + .related-posts {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .quotes.slant-bottom + .related-posts {
    padding-top: 120px;
  }
}
.quotes .container {
  width: 100%;
}
@media (min-width: 1440px) {
  .quotes .container {
    max-width: 1320px;
  }
}
.quotes__container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .quotes--title {
    text-align: center;
  }
}
@media (min-width: 1366px) {
  .quotes--title {
    max-width: 69%;
  }
}
@media (min-width: 1440px) {
  .quotes--title {
    max-width: 90%;
  }
}
.quotes--title h2 {
  color: #fff;
  margin: 0;
  font-size: 32px;
}
@media (min-width: 992px) {
  .quotes--title h2 {
    font-size: 42px;
  }
}
@media (min-width: 1366px) {
  .quotes--title h2 {
    font-size: 44px;
  }
}
@media (min-width: 1440px) {
  .quotes--title h2 {
    font-size: 48px;
  }
}
.quotes__quote-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
.quotes__quote-container--item {
  border-radius: 16px;
  background: #20202D;
  padding: 24px;
}
@media (min-width: 1200px) {
  .quotes__quote-container--item {
    padding: 35px 40px;
  }
}
.quotes__quote-container--item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
}
.quotes__quote-container--item--inner:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100%;
  position: relative;
  -webkit-transform: translate(50%, 0%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1200px) {
  .quotes__quote-container--item--inner:before {
    height: 100%;
    width: 1px;
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
    left: 50%;
    top: 0;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .quotes__quote-container--item--inner {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.quotes__quote-container--content {
  color: #BEBED0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1200px) {
  .quotes__quote-container--content {
    width: 400px;
  }
}
@media (min-width: 1366px) {
  .quotes__quote-container--content {
    width: 456px;
  }
}
@media (min-width: 1680px) {
  .quotes__quote-container--content {
    width: 475px;
  }
}
.quotes__quote-container--content h3 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  margin: 0;
}
@media (min-width: 992px) {
  .quotes__quote-container--content h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .quotes__quote-container--content h3 {
    font-size: 32px;
  }
}
.quotes__quote-container--content p {
  margin: 0;
}
.quotes__quote-container--content .button {
  font-size: 16px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .quotes__quote-container--content .button {
    font-size: 18px;
    width: auto;
  }
}
.quotes__quote-container--content .button:after {
  display: none;
}
.quotes__quote-container--quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1200px) {
  .quotes__quote-container--quote {
    gap: 38px;
    width: 400px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1366px) {
  .quotes__quote-container--quote {
    width: 456px;
  }
}
@media (min-width: 1680px) {
  .quotes__quote-container--quote {
    width: 475px;
  }
}
.quotes__quote-container--quote-item p {
  color: #BEBED0;
  font-size: 24px;
  letter-spacing: 0.24px;
  font-style: italic;
  margin: 0;
  line-height: 140%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .quotes__quote-container--quote-item p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.quotes__quote-container--quote-item p:before {
  content: url("../../src/img/quotation-marks.svg");
  position: relative;
  top: 0;
}
@media (min-width: 1200px) {
  .quotes__quote-container--quote-item p:before {
    position: absolute;
    top: 0;
    left: -56px;
  }
}
@media (min-width: 992px) {
  .quotes__quote-container--quote-item p {
    font-size: 25px;
  }
}
@media (min-width: 1366px) {
  .quotes__quote-container--quote-item p {
    font-size: 28px;
  }
}
.quotes__quote-container--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quotes__quote-container--meta p {
  margin: 0;
  color: #fff;
}
.quotes__quote-container--meta .quote-name {
  margin: 0;
  color: #BEBED0;
  font-weight: 600;
  letter-spacing: 0.17px;
}
.quotes__quote-container--meta .quote-name span {
  font-weight: 300 !important;
}

.content-form {
  padding: 0px 0px 44px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .content-form {
    padding: 30px 0px 32px 0px;
  }
}
@media (min-width: 1366px) {
  .content-form {
    padding: 75px 76px 32px 76px;
  }
}
@media (min-width: 1440px) {
  .content-form {
    padding: 39px 76px 69px 76px;
  }
}
@media (min-width: 1440px) {
  .content-form .container {
    max-width: 1320px;
  }
}
.content-form__container {
  border-radius: 16px;
  background: #1A1A24;
  border: 2px solid #2F2F42;
  padding: 16px;
  background: radial-gradient(37.06% 37.06% at 76.4% 0.02%, #FFF 0%, #F08168 31.5%, #E94520 61.47%, #2F2F41 100%);
  padding: 1px 0 0 0;
  position: relative;
}
.content-form__container:before {
  content: "";
  position: absolute;
  background-image: url("../../src/img/mobile-shadow.svg");
  height: 24px;
  width: 480px;
}
@media (min-width: 1200px) {
  .content-form__container:before {
    width: 719px;
    height: 87px;
    top: -68px;
    right: 0;
    background-image: url("../../src/img/outerglow.svg");
  }
}
.content-form__container:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -140px;
  width: 480px;
  height: 25px;
  background-image: url("../../src/img/mobile-bottom-shadow.svg");
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .content-form__container:after {
    top: 0px;
    right: 0;
    width: 595px;
    height: 33px;
    background-image: url("../../src/img/innerglow.svg");
    background-repeat: no-repeat;
  }
}
.content-form__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 32px;
  border-radius: 13px;
  background: #1A1A24;
  padding: 32px;
}
@media (min-width: 1200px) {
  .content-form__container--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .content-form__container--inner {
    gap: 55px;
  }
}
@media (min-width: 1440px) {
  .content-form__container--inner {
    gap: 61px;
  }
}
.content-form__container--inner h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2.56;
  line-height: 130%;
  font-size: 24px;
}
@media (min-width: 992px) {
  .content-form__container--inner h2 {
    font-size: 28px;
  }
}
@media (min-width: 1366px) {
  .content-form__container--inner h2 {
    font-size: 32px;
  }
}
.content-form__container--inner .content p {
  color: #BEBED0;
  margin: 0;
  font-size: 17px;
}
.content-form__container--content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .content-form__container--content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 500px;
  }
}
@media (min-width: 1366px) {
  .content-form__container--content {
    width: 549px;
    gap: 105px;
  }
}
@media (min-width: 1680px) {
  .content-form__container--content {
    width: 700px;
  }
}
.content-form__container--content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-form__container--content--inner .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.content-form__container--content--inner .blocks .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 2px solid rgba(233, 69, 32, 0.1);
  background: rgb(85, 42, 41);
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 42, 41, 0.5)), color-stop(12%, rgba(32, 32, 45, 0)));
  background: linear-gradient(90deg, rgba(85, 42, 41, 0.5) 0%, rgba(32, 32, 45, 0) 12%);
}
.content-form__container--content--inner .blocks .block p {
  margin: 0;
  color: #BEBED0;
  font-size: 17px;
  line-height: 140%;
}
.content-form__container--form {
  border-radius: 8px;
  background: radial-gradient(59.86% 58.94% at 50.08% 0.04%, #F08168 0%, rgba(233, 69, 32, 0.7) 42%, rgba(233, 69, 32, 0) 100%);
  width: 100%;
  padding-top: 1px;
}
@media (min-width: 1200px) {
  .content-form__container--form {
    width: 500px;
  }
}
@media (min-width: 1366px) {
  .content-form__container--form {
    width: 574px;
  }
}
@media (min-width: 1680px) {
  .content-form__container--form {
    width: 700px;
  }
}
.content-form__container--form .submitted-message p {
  color: #fff;
}
.content-form__container--form--inner {
  padding: 24px;
  background: radial-gradient(52.18% 68.06% at 50.08% 0.04%, #552A29 0%, #20202D 100%);
  border-radius: 8px;
}
.content-form__container--form--inner h2 {
  margin-bottom: 24px;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 1200px) {
  .content-form__container--form--inner h2 {
    margin-bottom: 32px;
    font-size: 32px;
    text-align: left;
  }
}
.content-form__container--form--inner .hbspt-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .content-form__container--form--inner .hbspt-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.content-form__container--form--inner form .hs-form-required {
  color: #E94520;
  padding-left: 8px;
}
.content-form__container--form--inner form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .content-form__container--form--inner form fieldset {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.content-form__container--form--inner form fieldset .hs-form-field {
  width: 100% !important;
}
.content-form__container--form--inner form fieldset label span:first-of-type {
  color: #BEBED0;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-bottom: 8px;
  font-family: source-sans-pro, sans-serif;
}
.content-form__container--form--inner form fieldset .input input {
  border-radius: 6px;
  border: 1px solid #686893;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 12px 8px;
  line-height: 1.8;
  width: 100% !important;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.content-form__container--form--inner form fieldset .input input:hover, .content-form__container--form--inner form fieldset .input input:focus {
  border: 1px solid #E94520;
}
.content-form__container--form--inner form fieldset .input input :-webkit-autofill {
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
  border-color: #ccc !important;
}
.content-form__container--form--inner form fieldset .input select {
  border-radius: 6px;
  border: 1px solid #686893;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  width: 100% !important;
  padding: 12px 8px;
  line-height: 2;
  margin-bottom: 20px;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.content-form__container--inner form fieldset .input select option{
	background: #47272a !important;
}
.content-form__container--form--inner form fieldset .input select:hover, .content-form__container--form--inner form fieldset .input select:focus {
  border: 1px solid #E94520;
}
.content-form__container--form--inner form fieldset .hs-country_name .input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23E94520" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% 30%;
}
.content-form__container--form--inner form fieldset .hs-error-msgs {
  border-radius: 6px;
  background: #E94520;
}
.content-form__container--form--inner form fieldset .hs-error-msgs li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0;
}
.content-form__container--form--inner form fieldset .legal-consent-container p {
  color: #BEBED0;
}
.content-form__container--form--inner form fieldset .legal-consent-container p a {
  color: #BEBED0;
  text-decoration: underline;
}
.content-form__container--form--inner form fieldset .legal-consent-container p a:hover {
  color: #E94520;
}
.content-form__container--form--inner form .hs-recaptcha {
  margin: 15px 0;
}
.content-form__container--form--inner form .hs_error_rollup .hs-error-msgs {
  border-radius: 6px;
  background: #E94520;
}
.content-form__container--form--inner form .hs_error_rollup .hs-error-msgs li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0;
}
.content-form__container--form--inner form .hs-submit input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  border-radius: 6px;
  background: #E94520 !important;
  color: #FFF;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.content-form.slant-top {
  position: relative;
  padding-top: 130px;
}
.content-form.slant-top:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 65px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  background-color: #F9F9F9;
  clip-path: polygon(0% 99.7%, 100% 0%, 100% 99.7%, 0% 99.7%);
}

.supporting-logos {
  border-top: 1.5px solid #2F2F41;
  border-bottom: 1.5px solid #2F2F41;
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .supporting-logos {
    padding: 58px 0;
  }
}
.supporting-logos .container {
  width: 100%;
  padding-bottom: 0;
}
@media (min-width: 1440px) {
  .supporting-logos .container {
    max-width: 1320px;
  }
}
.supporting-logos__container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .supporting-logos__container--row {
    gap: 44px;
  }
}
@media (min-width: 1366px) {
  .supporting-logos__container--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }
}
@media (min-width: 1366px) {
  .supporting-logos__container--title {
    width: 363px;
  }
}
@media (min-width: 1440px) {
  .supporting-logos__container--title {
    width: 405px;
  }
}
.supporting-logos__container--title h2 {
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .supporting-logos__container--title h2 {
    text-align: left;
  }
}
.supporting-logos__container--logos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 0;
}
.supporting-logos__container--logos .slick-slide {
  visibility: visible !important;
}
.supporting-logos__container--logo-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.supporting-logos__container--logo-item img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0px 0px 0px;
}
@media (min-width: 768px) {
  .cta-block {
    padding: 38px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .cta-block {
    padding: 45px 0px 0px 0px;
  }
}
@media (min-width: 1200px) {
  .cta-block {
    padding: 50px 25px 0px 25px;
  }
}
@media (min-width: 1440px) {
  .cta-block {
    padding: 50px 52px 0px 52px;
  }
}
.cta-block .container {
  width: 100%;
}
@media (min-width: 1440px) {
  .cta-block .container {
    max-width: 1320px;
  }
}
.cta-block__container--row {
  background: radial-gradient(circle, rgba(255, 80, 0, 0.5) 30%, rgba(0, 0, 0, 0) 70%);
  padding: 1px;
}
.cta-block__container--row-inner {
  background-image: url("../../src/img/large-glow.svg");
  padding: 1px 1px 1px 0px;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .cta-block__container--row-inner {
    background-image: url("../../src/img/large-glow.svg");
  }
}
.cta-block__container--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.03%, #20202D), color-stop(98.26%, #781E25)), #20202D;
  background: linear-gradient(180deg, #20202D -0.03%, #781E25 98.26%), #20202D;
  border-radius: 16px;
  padding: 0px;
}
@media (min-width: 1200px) {
  .cta-block__container--content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
    background: linear-gradient(95deg, #20202D -6.39%, #781E25 98.21%), #20202D;
  }
}
.cta-block__container--content--left {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 24px;
}
@media (min-width: 1200px) {
  .cta-block__container--content--left {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .cta-block__container--content--left {
    width: 458px;
  }
}
.cta-block__container--content--left h2 {
  color: #fff;
  margin: 0;
}
@media (min-width: 1200px) {
  .cta-block__container--content--left h2 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .cta-block__container--content--left h2 {
    font-size: 48px;
  }
}
.cta-block__container--content--left p,
.cta-block__container--content--left .button {
  margin: 0;
}
.cta-block__container--content--left .button {
  font-size: 16px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .cta-block__container--content--left .button {
    font-size: 18px;
    width: auto;
  }
}
.cta-block__container--content--left .button:after {
  display: none;
}
@media (min-width: 1440px) {
  .cta-block__container--content--right {
    width: 718px;
  }
}
.cta-block__container--content--right img {
  width: 100%;
  height: auto;
}

.large-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0px 32px 0px;
}
@media (min-width: 768px) {
  .large-accordion {
    padding: 38px 0px 38px 0px;
  }
}
@media (min-width: 992px) {
  .large-accordion {
    padding: 45px 0px 155px 0px;
  }
}
@media (min-width: 1100px) {
  .large-accordion {
    padding: 45px 0px 165px 0px;
  }
}
@media (min-width: 1200px) {
  .large-accordion {
    padding: 50px 25px 50px 25px;
  }
}
@media (min-width: 1440px) {
  .large-accordion {
    padding: 50px 52px 52px 52px;
  }
}
.large-accordion .container {
  width: 100%;
}
@media (min-width: 1440px) {
  .large-accordion .container {
    max-width: 1320px;
  }
}
.large-accordion__container--row {
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .large-accordion__container--row {
    padding-bottom: 48px;
  }
}
.large-accordion__container--row h2 {
  margin: 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .large-accordion__container--row h2 {
    max-width: 41%;
  }
}
@media (min-width: 1440px) {
  .large-accordion__container--row h2 {
    font-size: 48px;
    max-width: 50%;
  }
}
.large-accordion__container .custom-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
}
.large-accordion__container .custom-accordion .custom-accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
@media (max-width: 991px) {
  .large-accordion__container .custom-accordion .custom-accordion-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .large-accordion__container .custom-accordion .custom-accordion-item {
    max-width: 41%;
  }
}
@media (min-width: 1440px) {
  .large-accordion__container .custom-accordion .custom-accordion-item {
    max-width: 50%;
  }
}
.large-accordion__container .custom-accordion .custom-accordion-item.active {
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.large-accordion__container .custom-accordion .custom-accordion-item.active .custom-accordion-header {
  border: 1px solid #E94520;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(233, 69, 32, 0.1)), to(rgba(233, 69, 32, 0.1))), #20202D;
  background: linear-gradient(0deg, rgba(233, 69, 32, 0.1) 0%, rgba(233, 69, 32, 0.1) 100%), #20202D;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.large-accordion__container .custom-accordion .custom-accordion-item.active .custom-accordion-body {
  display: block;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 512px;
          flex: 0 0 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-header:hover {
  border: 1px solid #E94520;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(233, 69, 32, 0.1)), to(rgba(233, 69, 32, 0.1))), #20202D;
  background: linear-gradient(0deg, rgba(233, 69, 32, 0.1) 0%, rgba(233, 69, 32, 0.1) 100%), #20202D;
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-header h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-header h3 {
    font-size: 24px;
    white-space: nowrap;
  }
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-header .custom-accordion-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-header .toggle-content {
  background: none;
  border: none;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
  padding: 25px 0 25px 0;
  overflow: auto;
  overflow: visible;
}
@media (max-width: 991px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body {
    position: absolute;
    right: 0;
    max-width: 410px;
    top: 0;
    padding: 0;
  }
}
@media (min-width: 1100px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body {
    max-width: 550px;
  }
}
@media (min-width: 1366px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body {
    max-width: 650px;
  }
}
@media (min-width: 1440px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body {
    max-width: 700px;
  }
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body .content {
  margin-bottom: 15px;
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body .content p {
  margin: 0;
  color: #BEBED0;
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body .inner-content-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body .inner-content-blocks-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  border: 2px solid rgba(233, 69, 32, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 42, 41, 0.5)), color-stop(12%, rgba(32, 32, 45, 0)));
  background: linear-gradient(90deg, rgba(85, 42, 41, 0.5) 0%, rgba(32, 32, 45, 0) 12%);
}
@media (min-width: 992px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body .inner-content-blocks-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body .inner-content-blocks-inner-content {
  padding-left: 16px;
  border-left: 1px solid rgba(233, 69, 32, 0.5);
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body .button {
  font-size: 16px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body .button {
    font-size: 18px;
    width: auto;
  }
}
.large-accordion__container .custom-accordion .custom-accordion-item .custom-accordion-body .button:after {
  display: none;
}

pre code {
  max-width: 100%;
  display: block;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
}

code {
  white-space: pre-wrap;
  word-break: break-word;
}

.code {
  font-family: monospace, monospace;
  font-size: 1em;
}

.code {
  display: block;
  overflow-x: auto;
  padding: 1em;
  background: #2E2E38;
  color: #E7E7E7;
}

.code::-moz-selection, .code::-moz-selection {
  background-color: rgba(64, 159, 255, 0.25);
  color: #CCCAC2;
}

.code::selection,
.code::selection {
  background-color: rgba(64, 159, 255, 0.25);
  color: #CCCAC2;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
  background: #2E2E38;
  color: #E7E7E7;
}

.hljs-comment,
.hljs-quote {
  color: rgba(184, 207, 230, 0.5);
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-addition {
  color: #5CC5F0;
}

.hljs-type,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-literal,
.hljs-built_in {
  color: #F0A202;
}

.hljs-function .hljs-title,
.hljs-title.function_,
.hljs-title.function_.invoke__,
.hljs-attribute {
  color: #F0A202;
}

.hljs-number,
.hljs-deletion,
.hljs-variable.constant_,
.hljs-literal,
.hljs-params {
  color: #DFBFFF;
}

.hljs-string,
.hljs-meta-string {
  color: #E94520;
}

.hljs-regexp,
.hljs-link {
  color: #95E6CB;
}

.hljs-doctag,
.hljs-section,
.hljs-name,
.hljs-strong,
.hljs-emphasis {
  color: #F28779;
}

.hljs-variable,
.hljs-template-variable,
.hljs-property,
.hljs-meta {
  color: #73D0FF;
}

.hljs-special {
  color: #FFDFB3;
}

.hljs-operator,
.hljs-punctuation {
  color: #F29E74;
}

.hljs-subst {
  color: #CCCAC2;
}

.hljs-tag {
  color: #5CCFE6;
}

.hljs-name {
  color: #73D0FF;
}

.hljs-attr {
  color: #FFD173;
}

.hljs-selector-id,
.hljs-selector-class {
  color: #FFD173;
}

.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #5CCFE6;
}

.hljs-template-tag {
  color: #5CCFE6;
}

.hljs-template-variable {
  color: #73D0FF;
}

.hljs-addition {
  color: #87D96C;
  background: rgba(135, 217, 108, 0.1);
}

.hljs-deletion {
  color: #F27983;
  background: rgba(242, 121, 131, 0.1);
}

.hljs-error {
  color: #FF6666;
}

.hljs-line {
  background-color: #1A1F29;
}

.hljs-selection {
  background-color: rgba(64, 159, 255, 0.25);
}

.hljs-selection.inactive {
  background-color: rgba(64, 159, 255, 0.13);
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

.bamboo-hr {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 60em) {
  .bamboo-hr {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.bamboo-hr .BambooHR-ATS-board h2 {
  font-size: 24px;
  color: #000000;
}
.bamboo-hr .BambooHR-ATS-Department-Header {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 19px;
  text-transform: uppercase;
  color: #000000;
}
.bamboo-hr .BambooHR-ATS-Department-List {
  margin-top: 35px !important;
}
.bamboo-hr__inner {
  background: #ffffff;
  padding: 35px;
}
.bamboo-hr__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0 !important;
}
.bamboo-hr__inner ul li {
  margin-bottom: 35px !important;
}
.bamboo-hr__inner ul li:before {
  display: none;
}
.bamboo-hr__inner ul li a {
  text-decoration: none;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
  font-size: 17px;
}
.bamboo-hr__inner ul li a:hover {
  color: #E94520;
}
.bamboo-hr__inner ul li ul {
  padding: 0 !important;
}
.bamboo-hr__inner ul li ul li {
  border-top: 1px solid #efefef;
  padding: 15px;
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
  margin-bottom: 0 !important;
}
.bamboo-hr__inner ul li ul li:hover {
  background: #efefef;
}
.bamboo-hr__inner ul li ul li:first-of-type {
  border-top: 0;
}
.bamboo-hr__inner ul li ul li:last-of-type {
  border-bottom: 1px solid #efefef;
}

form {
  /* RESPONSE / ERRORS*/
}
form.gated.sent {
  display: none;
}
form p {
  margin: 0;
}
form#sales-resources input[type=text] {
  border: 0;
}
form textarea,
form input[type=tel],
form input[type=email],
form input[type=number],
form input[type=text],
form input[type=password] {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(26, 26, 36, 0.2);
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: source-sans-pro, sans-serif;
  font-weight: 500;
}
form input[type=file] {
  border: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
}
form span.wpcf7-form-control-wrap[data-name=file-745]::before {
  display: inline-block;
  content: "CV Upload";
}
form .select-wrap {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
form .select-wrap:before {
  content: "";
  width: 25px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
form .select-wrap select {
  font-family: source-sans-pro, sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 3;
  cursor: pointer;
  width: 105%;
  height: 100%;
  padding: 16px;
  text-indent: 1px;
  text-overflow: "";
  border: none;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form textarea {
  resize: none;
  min-height: 150px;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
  font-weight: 500;
  font-family: source-sans-pro, sans-serif;
}
form textarea,
form .select-wrap,
form input[type=tel],
form input[type=email],
form input[type=number],
form input[type=text],
form input[type=password] {
  margin-bottom: 20px;
}
form textarea:focus,
form .select-wrap:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=text]:focus,
form input[type=password]:focus {
  outline: none;
}
form input[type=checkbox] {
  cursor: pointer;
  position: relative;
  top: 4px;
}
form label {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.08em;
}
form .wpcf7-form-control-wrap {
  display: block;
}
form ::-webkit-input-placeholder {
  font-weight: 500;
}
form ::-moz-placeholder {
  font-weight: 500;
}
form :-ms-input-placeholder {
  font-weight: 500;
}
form :-moz-placeholder {
  font-weight: 500;
}
form .wpcf7-acceptance,
form .checkbox {
  margin-bottom: 20px;
}
form .wpcf7-acceptance .wpcf7-list-item,
form .checkbox .wpcf7-list-item {
  margin: 0 10px 20px 0;
}
form .wpcf7-acceptance .wpcf7-list-item label,
form .checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
form .checkbox .wpcf7-list-item label input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 5px 0;
  position: relative;
}
form .wpcf7-spinner,
form .wpcf7-spinner:after {
  border-radius: 50%;
  width: 22px !important;
  height: 22px !important;
}
form .wpcf7-spinner {
  clear: both;
  display: block;
  position: relative;
  margin: 0;
  left: 0;
  top: 20px;
  background-image: none !important;
  text-indent: -9999em;
  background-color: transparent !important;
  border-top: 4px solid #F9F9F9 !important;
  border-right: 4px solid #000000 !important;
  border-bottom: 4px solid #000000 !important;
  border-left: 4px solid #000000 !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
}
form .wpcf7-spinner:before {
  content: none;
}
form span.wpcf7-not-valid-tip {
  display: none;
}
form input[type=checkbox] + span.wpcf7-not-valid-tip {
  display: block;
  margin-bottom: 5px;
}
form .wpcf7-response-output {
  margin: 30px 0 !important;
  padding: 15px 20px;
  width: 100%;
  font-family: source-sans-pro, sans-serif;
  border-radius: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  grid-column: span 2;
}
.call-to-action form .wpcf7-response-output {
  color: #ffffff;
}
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid,
form form .select-wrap select.wpcf7-not-valid,
form input[type=tel].wpcf7-not-valid,
form input[type=email].wpcf7-not-valid,
form input[type=text].wpcf7-not-valid {
  color: #0d2240;
  opacity: 1;
  background-color: #ffd4d4;
  border-color: red;
}
form .invalid .focus-input {
  background-color: #ffd4d4;
}
form div.wpcf7-mail-sent-ng,
form div.wpcf7-validation-errors {
  border: 2px solid red;
  background-color: #ffd4d4;
  width: 100%;
  padding: 16px 20px;
  color: #ec6c6c;
  color: red;
}
form div.wpcf7-mail-sent-ok {
  padding: 20px;
  border: 2px solid #55d2a6;
  margin-bottom: 20px;
  position: relative;
  background-color: #f2fffa;
  color: #0d2240;
}

.dark-bg .search-form {
  margin-bottom: 20px;
  width: 100%;
  max-width: 220px;
}
.dark-bg .search-form form {
  position: relative;
}
.dark-bg .search-form form input[type=text] {
  background-color: transparent;
  border: none;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 5px 10px 5px 30px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.dark-bg .search-form form button {
  position: absolute;
  left: 0;
  width: auto;
  padding: 0;
  line-height: normal;
  top: 50%;
  color: #ffffff;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dark-bg .search-form form button i {
  vertical-align: top;
}

.hubspot-form h2 {
  color: #000000 !important;
}
.hubspot-form .hs-fieldtype-textarea {
  margin: 15px 0 !important;
}
.hubspot-form .hs-fieldtype-textarea textarea {
  margin-bottom: 0 !important;
}
.hubspot-form select {
  background: white !important;
  cursor: pointer !important;
  border: 1px solid rgba(26, 26, 36, 0.2) !important;
  -moz-appearance: none !important;
       appearance: none !important;
  color: black !important;
  -webkit-appearance: none !important;
}
.hubspot-form span,
.hubspot-form label,
.hubspot-form option,
.hubspot-form select {
  color: #000000 !important;
}
.hubspot-form .hs-fieldtype-select .input {
  position: relative;
}
.hubspot-form .hs-fieldtype-select .input::before {
  display: block;
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  pointer-events: none;
  z-index: 1;
}
.hubspot-form .hs-fieldtype-select .input select {
  width: 100%;
}
.hubspot-form .form-columns-1 input,
.hubspot-form .form-columns-1 select {
  width: 100% !important;
}
.hubspot-form .hs-richtext {
  margin: 30px 0 !important;
  font-family: alternate-gothic-atf, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
	color:white !important;
}
.hubspot-form .hs-form-booleancheckbox::before {
  display: none !important;
}
.hubspot-form .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hubspot-form .hs-form-booleancheckbox-display input {
  width: unset !important;
}
.hubspot-form .hs-submit .actions {
  position: relative;
  display: inline;
}
.hubspot-form .hs-submit .actions::after {
  content: "\f061" !important;
  display: block !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 11px !important;
  position: absolute !important;
  top: 50% !important;
  -webkit-transition: all ease 0.3s !important;
  transition: all ease 0.3s !important;
  -webkit-transform: translateY(-45%) translateX(3px) !important;
          transform: translateY(-45%) translateX(3px) !important;
  color: white !important;
  right: 20px !important;
  height: 13px !important;
  font-weight: bold !important;
}
.hubspot-form input[type=submit] {
  padding: 11px 30px 11px 20px;
  background: #E94520;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  border: 1px solid #E94520;
  outline: none;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.hubspot-form input[type=submit]:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
@media (max-width: 400px) {
  .hubspot-form .input {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .hubspot-form .input input {
    width: 100% !important;
  }
  .hubspot-form .hs-form-booleancheckbox-display {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .hubspot-form .hs-form-booleancheckbox-display input[type=checkbox] {
    width: 20px !important;
  }
  .hubspot-form .hs-form-booleancheckbox-display span {
    padding-top: 20px !important;
    margin: 0 !important;
  }
}

.page-template-dark-web-hub-template .hs-submit .actions,
.tax-dark_web_hub_categories .hs-submit .actions,
.page-template-dark-web-hub-podcasts .hs-submit .actions,
.post-type-archive-dark_web_hub_posts .hs-submit .actions,
.single-dark_web_hub_posts .hs-submit .actions {
  position: relative;
  display: inline;
}
.page-template-dark-web-hub-template .hs-submit .actions::after,
.tax-dark_web_hub_categories .hs-submit .actions::after,
.page-template-dark-web-hub-podcasts .hs-submit .actions::after,
.post-type-archive-dark_web_hub_posts .hs-submit .actions::after,
.single-dark_web_hub_posts .hs-submit .actions::after {
  content: "\f061" !important;
  display: block !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 11px !important;
  position: absolute !important;
  top: 50% !important;
  -webkit-transition: all ease 0.3s !important;
  transition: all ease 0.3s !important;
  -webkit-transform: translateY(-45%) translateX(3px) !important;
          transform: translateY(-45%) translateX(3px) !important;
  color: white !important;
  right: 20px !important;
  height: 13px !important;
  font-weight: bold !important;
}
.page-template-dark-web-hub-template input[type=submit],
.tax-dark_web_hub_categories input[type=submit],
.page-template-dark-web-hub-podcasts input[type=submit],
.post-type-archive-dark_web_hub_posts input[type=submit],
.single-dark_web_hub_posts input[type=submit] {
  width: 125px !important;
  padding: 11px 30px 11px 20px;
  background: #E94520;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  border: 1px solid #E94520;
  outline: none;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.page-template-dark-web-hub-template input[type=submit]:hover,
.tax-dark_web_hub_categories input[type=submit]:hover,
.page-template-dark-web-hub-podcasts input[type=submit]:hover,
.post-type-archive-dark_web_hub_posts input[type=submit]:hover,
.single-dark_web_hub_posts input[type=submit]:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}

.page-template-demo-template .has-hubspot-form .hubspot-form {
  max-width: 500px !important;
  padding: 80px 20px !important;
  margin: 0 auto !important;
}
.page-template-demo-template .has-hubspot-form form {
  max-width: unset !important;
  padding: unset !important;
}
.page-template-demo-template .submitted-message {
  padding: 60px 0;
}

.call-to-action span,
.call-to-action label {
  color: white !important;
}

.custom-form-section {
  position: relative;
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.custom-form-section.section-pb {
  padding-bottom: 0 !important;
  margin-bottom: 50px !important;
}
.custom-form-section.section-pt {
  padding-top: 0 !important;
  margin-top: 50px !important;
}
.custom-form-section .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.custom-form-section .custom-form-section__bk {
  max-width: 1248px;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  z-index: -1;
}
.custom-form-section .form-columns-2,
.custom-form-section .form-columns-1 {
  max-width: 100% !important;
}
.custom-form-section .hubspot-form {
  max-width: 500px !important;
  margin: 0 auto !important;
}

.webinar-form-container .hubspot-form {
  padding-top: 50px !important;
}
.webinar-form-container .hubspot-form h2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.webinar-form-container .hubspot-form select {
  border: 1px solid #E94520 !important;
}

.hubspot-form.has-h2 {
  padding-top: 0 !important;
}

.page-template-contact-template fieldset {
  max-width: unset !important;
}

@media (max-width: 960px) {
  .webinar-form-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .webinar-form-container .hubspot-form {
    max-width: 500px !important;
  }
}
.wpcf7-form .wpcf7-list-item label {
  position: relative !important;
}
.wpcf7-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7-form .wpcf7-list-item-label {
  margin-left: 40px !important;
}
.wpcf7-form .wpcf7-list-item-label::before {
  content: "" !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid rgba(26, 26, 36, 0.2) !important;
  position: absolute !important;
  left: 0 !important;
  top: 20px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  border-radius: 3px !important;
}
.wpcf7-form input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  content: "✓" !important;
  color: #E94520 !important;
}
.wpcf7-form input[type=checkbox] {
  height: 0.1px !important;
  position: absolute !important;
  z-index: -1 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

.page-template-sales-portal-login-template,
.tml-action-login,
.tml-action-lostpassword,
.tml-action-resetpass {
  position: relative;
}
.page-template-sales-portal-login-template .tml-message,
.page-template-sales-portal-login-template .tml-message a,
.tml-action-login .tml-message,
.tml-action-login .tml-message a,
.tml-action-lostpassword .tml-message,
.tml-action-lostpassword .tml-message a,
.tml-action-resetpass .tml-message,
.tml-action-resetpass .tml-message a {
  color: #ffffff;
}
.page-template-sales-portal-login-template .tml-message::before,
.page-template-sales-portal-login-template .tml-message a::before,
.tml-action-login .tml-message::before,
.tml-action-login .tml-message a::before,
.tml-action-lostpassword .tml-message::before,
.tml-action-lostpassword .tml-message a::before,
.tml-action-resetpass .tml-message::before,
.tml-action-resetpass .tml-message a::before {
  content: "";
}
.page-template-sales-portal-login-template .tml-login-link,
.tml-action-login .tml-login-link,
.tml-action-lostpassword .tml-login-link,
.tml-action-resetpass .tml-login-link {
  margin-top: 15px;
}
.page-template-sales-portal-login-template .tml-login-link a,
.tml-action-login .tml-login-link a,
.tml-action-lostpassword .tml-login-link a,
.tml-action-resetpass .tml-login-link a {
  color: #ffffff;
}
.page-template-sales-portal-login-template .tml-login-link::before,
.tml-action-login .tml-login-link::before,
.tml-action-lostpassword .tml-login-link::before,
.tml-action-resetpass .tml-login-link::before {
  content: "";
}
.page-template-sales-portal-login-template .background-image,
.tml-action-login .background-image,
.tml-action-lostpassword .background-image,
.tml-action-resetpass .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.page-template-sales-portal-login-template .background-image img,
.tml-action-login .background-image img,
.tml-action-lostpassword .background-image img,
.tml-action-resetpass .background-image img {
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-sales-portal-login-template .tml-login-section,
.tml-action-login .tml-login-section,
.tml-action-lostpassword .tml-login-section,
.tml-action-resetpass .tml-login-section {
  grid-template-columns: 1fr minmax(auto, 370px) 1fr;
}
.page-template-sales-portal-login-template .tml-login-section .container .logo,
.tml-action-login .tml-login-section .container .logo,
.tml-action-lostpassword .tml-login-section .container .logo,
.tml-action-resetpass .tml-login-section .container .logo {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding: 20px 40px;
}
.page-template-sales-portal-login-template .tml-login-section .tml-login form,
.tml-action-login .tml-login-section .tml-login form,
.tml-action-lostpassword .tml-login-section .tml-login form,
.tml-action-resetpass .tml-login-section .tml-login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-template-sales-portal-login-template .tml-login-section .tml-login form,
.page-template-sales-portal-login-template .tml-login-section .tml-lostpassword form,
.page-template-sales-portal-login-template .tml-login-section .tml-resetpass form,
.tml-action-login .tml-login-section .tml-login form,
.tml-action-login .tml-login-section .tml-lostpassword form,
.tml-action-login .tml-login-section .tml-resetpass form,
.tml-action-lostpassword .tml-login-section .tml-login form,
.tml-action-lostpassword .tml-login-section .tml-lostpassword form,
.tml-action-lostpassword .tml-login-section .tml-resetpass form,
.tml-action-resetpass .tml-login-section .tml-login form,
.tml-action-resetpass .tml-login-section .tml-lostpassword form,
.tml-action-resetpass .tml-login-section .tml-resetpass form {
  background: #ffffff;
  padding: 26px 24px 10px;
  border-radius: 10px;
  margin-top: 0;
}
.page-template-sales-portal-login-template .tml-login-section .tml-login form input,
.page-template-sales-portal-login-template .tml-login-section .tml-lostpassword form input,
.page-template-sales-portal-login-template .tml-login-section .tml-resetpass form input,
.tml-action-login .tml-login-section .tml-login form input,
.tml-action-login .tml-login-section .tml-lostpassword form input,
.tml-action-login .tml-login-section .tml-resetpass form input,
.tml-action-lostpassword .tml-login-section .tml-login form input,
.tml-action-lostpassword .tml-login-section .tml-lostpassword form input,
.tml-action-lostpassword .tml-login-section .tml-resetpass form input,
.tml-action-resetpass .tml-login-section .tml-login form input,
.tml-action-resetpass .tml-login-section .tml-lostpassword form input,
.tml-action-resetpass .tml-login-section .tml-resetpass form input {
  margin-bottom: 0;
}
.page-template-sales-portal-login-template .tml-login-section .tml-login form .description,
.page-template-sales-portal-login-template .tml-login-section .tml-lostpassword form .description,
.page-template-sales-portal-login-template .tml-login-section .tml-resetpass form .description,
.tml-action-login .tml-login-section .tml-login form .description,
.tml-action-login .tml-login-section .tml-lostpassword form .description,
.tml-action-login .tml-login-section .tml-resetpass form .description,
.tml-action-lostpassword .tml-login-section .tml-login form .description,
.tml-action-lostpassword .tml-login-section .tml-lostpassword form .description,
.tml-action-lostpassword .tml-login-section .tml-resetpass form .description,
.tml-action-resetpass .tml-login-section .tml-login form .description,
.tml-action-resetpass .tml-login-section .tml-lostpassword form .description,
.tml-action-resetpass .tml-login-section .tml-resetpass form .description {
  color: #1A1A24;
}
.page-template-sales-portal-login-template .tml-login-section .tml-login form .tml-log-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-login form .tml-pwd-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-lostpassword form .tml-log-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-lostpassword form .tml-pwd-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-resetpass form .tml-log-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-resetpass form .tml-pwd-wrap,
.tml-action-login .tml-login-section .tml-login form .tml-log-wrap,
.tml-action-login .tml-login-section .tml-login form .tml-pwd-wrap,
.tml-action-login .tml-login-section .tml-lostpassword form .tml-log-wrap,
.tml-action-login .tml-login-section .tml-lostpassword form .tml-pwd-wrap,
.tml-action-login .tml-login-section .tml-resetpass form .tml-log-wrap,
.tml-action-login .tml-login-section .tml-resetpass form .tml-pwd-wrap,
.tml-action-lostpassword .tml-login-section .tml-login form .tml-log-wrap,
.tml-action-lostpassword .tml-login-section .tml-login form .tml-pwd-wrap,
.tml-action-lostpassword .tml-login-section .tml-lostpassword form .tml-log-wrap,
.tml-action-lostpassword .tml-login-section .tml-lostpassword form .tml-pwd-wrap,
.tml-action-lostpassword .tml-login-section .tml-resetpass form .tml-log-wrap,
.tml-action-lostpassword .tml-login-section .tml-resetpass form .tml-pwd-wrap,
.tml-action-resetpass .tml-login-section .tml-login form .tml-log-wrap,
.tml-action-resetpass .tml-login-section .tml-login form .tml-pwd-wrap,
.tml-action-resetpass .tml-login-section .tml-lostpassword form .tml-log-wrap,
.tml-action-resetpass .tml-login-section .tml-lostpassword form .tml-pwd-wrap,
.tml-action-resetpass .tml-login-section .tml-resetpass form .tml-log-wrap,
.tml-action-resetpass .tml-login-section .tml-resetpass form .tml-pwd-wrap {
  width: 100%;
}
.page-template-sales-portal-login-template .tml-login-section .tml-login form .tml-submit-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-login form .tml-rememberme-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-lostpassword form .tml-submit-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-lostpassword form .tml-rememberme-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-resetpass form .tml-submit-wrap,
.page-template-sales-portal-login-template .tml-login-section .tml-resetpass form .tml-rememberme-wrap,
.tml-action-login .tml-login-section .tml-login form .tml-submit-wrap,
.tml-action-login .tml-login-section .tml-login form .tml-rememberme-wrap,
.tml-action-login .tml-login-section .tml-lostpassword form .tml-submit-wrap,
.tml-action-login .tml-login-section .tml-lostpassword form .tml-rememberme-wrap,
.tml-action-login .tml-login-section .tml-resetpass form .tml-submit-wrap,
.tml-action-login .tml-login-section .tml-resetpass form .tml-rememberme-wrap,
.tml-action-lostpassword .tml-login-section .tml-login form .tml-submit-wrap,
.tml-action-lostpassword .tml-login-section .tml-login form .tml-rememberme-wrap,
.tml-action-lostpassword .tml-login-section .tml-lostpassword form .tml-submit-wrap,
.tml-action-lostpassword .tml-login-section .tml-lostpassword form .tml-rememberme-wrap,
.tml-action-lostpassword .tml-login-section .tml-resetpass form .tml-submit-wrap,
.tml-action-lostpassword .tml-login-section .tml-resetpass form .tml-rememberme-wrap,
.tml-action-resetpass .tml-login-section .tml-login form .tml-submit-wrap,
.tml-action-resetpass .tml-login-section .tml-login form .tml-rememberme-wrap,
.tml-action-resetpass .tml-login-section .tml-lostpassword form .tml-submit-wrap,
.tml-action-resetpass .tml-login-section .tml-lostpassword form .tml-rememberme-wrap,
.tml-action-resetpass .tml-login-section .tml-resetpass form .tml-submit-wrap,
.tml-action-resetpass .tml-login-section .tml-resetpass form .tml-rememberme-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-sales-portal-login-template .tml-login-section .tml-login form .tml-submit-wrap .tml-button,
.page-template-sales-portal-login-template .tml-login-section .tml-login form .tml-rememberme-wrap .tml-button,
.page-template-sales-portal-login-template .tml-login-section .tml-lostpassword form .tml-submit-wrap .tml-button,
.page-template-sales-portal-login-template .tml-login-section .tml-lostpassword form .tml-rememberme-wrap .tml-button,
.page-template-sales-portal-login-template .tml-login-section .tml-resetpass form .tml-submit-wrap .tml-button,
.page-template-sales-portal-login-template .tml-login-section .tml-resetpass form .tml-rememberme-wrap .tml-button,
.tml-action-login .tml-login-section .tml-login form .tml-submit-wrap .tml-button,
.tml-action-login .tml-login-section .tml-login form .tml-rememberme-wrap .tml-button,
.tml-action-login .tml-login-section .tml-lostpassword form .tml-submit-wrap .tml-button,
.tml-action-login .tml-login-section .tml-lostpassword form .tml-rememberme-wrap .tml-button,
.tml-action-login .tml-login-section .tml-resetpass form .tml-submit-wrap .tml-button,
.tml-action-login .tml-login-section .tml-resetpass form .tml-rememberme-wrap .tml-button,
.tml-action-lostpassword .tml-login-section .tml-login form .tml-submit-wrap .tml-button,
.tml-action-lostpassword .tml-login-section .tml-login form .tml-rememberme-wrap .tml-button,
.tml-action-lostpassword .tml-login-section .tml-lostpassword form .tml-submit-wrap .tml-button,
.tml-action-lostpassword .tml-login-section .tml-lostpassword form .tml-rememberme-wrap .tml-button,
.tml-action-lostpassword .tml-login-section .tml-resetpass form .tml-submit-wrap .tml-button,
.tml-action-lostpassword .tml-login-section .tml-resetpass form .tml-rememberme-wrap .tml-button,
.tml-action-resetpass .tml-login-section .tml-login form .tml-submit-wrap .tml-button,
.tml-action-resetpass .tml-login-section .tml-login form .tml-rememberme-wrap .tml-button,
.tml-action-resetpass .tml-login-section .tml-lostpassword form .tml-submit-wrap .tml-button,
.tml-action-resetpass .tml-login-section .tml-lostpassword form .tml-rememberme-wrap .tml-button,
.tml-action-resetpass .tml-login-section .tml-resetpass form .tml-submit-wrap .tml-button,
.tml-action-resetpass .tml-login-section .tml-resetpass form .tml-rememberme-wrap .tml-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tml-links a,
#backtoblog a,
.privacy-policy-link {
  font-family: alternate-gothic-atf, sans-serif;
  color: #50575e;
  text-transform: uppercase;
  max-width: 100%;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: 17px;
  font-weight: 300;
}

.tml-links {
  margin-bottom: 15px;
}

.tml-lostpassword-link {
  padding-left: 20px;
}
.tml-lostpassword-link a {
  color: #ffffff;
}
.tml-lostpassword-link::before {
  content: "";
}

#backtoblog a {
  text-decoration: none;
  padding-left: 20px;
}

.privacy-policy-link {
  color: #2271b1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.tml-login-section,
.tml-sales-login-section {
  min-height: calc(100vh - 90px);
}
.tml-login-section .container,
.tml-sales-login-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tml-login-section .container h1, .tml-login-section .container h2, .tml-login-section .container h3, .tml-login-section .container h4, .tml-login-section .container p, .tml-login-section .container .h1, .tml-login-section .container .h2, .tml-login-section .container .h3, .tml-login-section .container .h4, .tml-login-section .container .p,
.tml-sales-login-section .container h1,
.tml-sales-login-section .container h2,
.tml-sales-login-section .container h3,
.tml-sales-login-section .container h4,
.tml-sales-login-section .container p,
.tml-sales-login-section .container .h1,
.tml-sales-login-section .container .h2,
.tml-sales-login-section .container .h3,
.tml-sales-login-section .container .h4,
.tml-sales-login-section .container .p {
  color: #ffffff;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.opacity-50 {
  opacity: 0.5;
}

.sales-resources .icon i,
.resource-category .icon i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  color: #ffffff;
  border-radius: 10px;
  background: #E94520;
  margin-bottom: 25px;
}

.login-background {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 40px 40px 20px 40px;
}
.login-background h1,
.login-background p {
  color: #ffffff;
  text-align: center;
  max-width: 435px;
  margin: 0 auto 10px;
}
.login-background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(249, 249, 249, 0.03);
  backdrop-filter: blur(100px) brightness(140%) contrast(90%) opacity(1);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: -1;
  border-radius: 10px;
}
.login-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.tml-login {
  position: relative;
  border-radius: 10px;
  position: relative;
}
.tml-login form {
  margin-top: 30px;
  max-width: 530px;
  margin: 40px auto;
  text-align: left;
}
.tml-login .tml-error {
  color: #ffffff;
}
.tml-login .overlay {
  background: rgba(0, 0, 0, 0.7);
}

footer {
  width: 100%;
  clear: both;
  color: #ffffff;
  background-color: #000000;
}
footer h2,
footer h3,
footer h4 {
  color: #ffffff;
  text-transform: uppercase;
}
footer p {
  color: #ffffff;
}
footer p a {
  color: #ffffff;
}
.no-touchevents footer p a:hover {
  color: #ffffff;
}
footer ul li a {
  color: #ffffff;
}
footer .footer-top {
  padding-top: 65px;
  padding-bottom: 40px;
  background: #000000;
}
@media (min-width: 42.5em) {
  footer .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .footer-top .container .accreditations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  gap: 20px;
}
@media (min-width: 42.5em) {
  footer .footer-top .container .accreditations {
    margin-top: 0px;
  }
}
footer .footer-top svg {
  height: 66px;
}
footer .footer-main {
  padding-bottom: 50px;
  background: #000000;
}
footer .footer-main .container {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 40px;
}
@media (min-width: 60em) {
  footer .footer-main .container {
    border-top: 0;
    padding-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
footer .footer-main .col-2 {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "office" "social" "left" "cta";
}
@media (min-width: 60em) {
  footer .footer-main .col-2 {
    grid-template-columns: 1.35fr 1.35fr 0.7fr 1.6fr;
    grid-template-rows: auto;
    row-gap: 40px;
    grid-template-areas: "left left cta cta" "office office office social";
  }
}
footer .footer-main .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-area: left;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 60em) {
  footer .footer-main .left {
    padding-top: 0;
    border-top: none;
  }
}
footer .footer-main .left h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
footer .footer-main .left .col-3 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 32.5em) {
  footer .footer-main .left .col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
footer .footer-main .left .col-4 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 32.5em) {
  footer .footer-main .left .col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
footer .footer-main .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  grid-area: social;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 60em) {
  footer .footer-main .social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 12px;
  }
}
footer .footer-main .social h5 {
  color: #ffffff;
}
footer .footer-main .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E94520;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
@media (min-width: 42.5em) {
  footer .footer-main .social a {
    width: 33px;
    height: 33px;
    font-size: 13px;
  }
}
footer .footer-main .cta {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  grid-area: cta;
}
footer .footer-main .cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-main .cta .content {
  position: relative;
  z-index: 2;
  display: block;
  grid-template-columns: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 35px 45px;
  text-align: center;
}
footer .footer-main .cta .content .text {
  padding-bottom: 20px;
}
footer .footer-main .cta .content .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 32.5em) {
  footer .footer-main .cta .content .button {
    margin-top: 20px;
  }
}
@media (min-width: 32.5em) {
  footer .footer-main .cta .content {
    display: grid;
    text-align: left;
  }
  footer .footer-main .cta .content .text {
    padding-bottom: 0;
  }
}
footer .footer-main .cta .content h3 {
  opacity: 0.8;
  font-size: 17px;
  font-size: 1.0625rem;
}
footer .footer-main .cta .content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
footer .footer-main .offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-area: office;
  gap: 40px;
}
@media (min-width: 32.5em) {
  footer .footer-main .offices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer-main .offices .office {
  width: 100%;
}
@media (min-width: 64em) {
  footer .footer-main .offices .office {
    width: auto;
  }
}
@media (min-width: 64em) {
  footer .footer-main .offices .office p br {
    display: none;
  }
}
footer .footer-main .offices .phone {
  font-size: 14px;
  font-size: 0.875rem;
}
footer .footer-main .offices p {
  font-size: 14px;
  font-size: 0.875rem;
}
footer .footer-main .offices a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-bottom {
  background: #1A1A24;
}
footer .footer-bottom .container {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 60em) {
  footer .footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .footer-bottom .container a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-bottom .container .left {
  display: block;
  gap: 60px;
  padding-bottom: 10px;
}
footer .footer-bottom .container .left .copy {
  padding-bottom: 10px;
}
@media (min-width: 48em) {
  footer .footer-bottom .container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-bottom .container .left .copy {
    padding-bottom: 0;
  }
}
@media (min-width: 60em) {
  footer .footer-bottom .container .left {
    padding-bottom: 0;
  }
}
footer .footer-bottom .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
}
footer .footer-bottom .container .right .rooster {
  margin: 5px 0 0 13px;
}
footer .footer-bottom .container p {
  margin: 0;
}

#gdpr-cookie-message {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  padding: 2px 15px;
  z-index: 999;
  text-align: center;
  border-radius: 0;
  color: #ffffff;
}
#gdpr-cookie-message .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000000;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 60em) {
  #gdpr-cookie-message .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#gdpr-cookie-message .wrapper #gdpr-cookie-advanced {
  background: #000000;
  margin-left: 10px;
}
#gdpr-cookie-message .wrapper p {
  font-size: 15px;
  opacity: 0.8;
}
@media (min-width: 60em) {
  #gdpr-cookie-message .wrapper p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#gdpr-cookie-message .wrapper a {
  margin-left: 5px;
  color: #ffffff;
}
#gdpr-cookie-message .wrapper h4 {
  display: none;
}
#gdpr-cookie-message .wrapper #gdpr-cookie-advanced {
  display: none;
}

.page-template-dark-web-hub-template header,
.page-template-dark-web-hub-template footer,
.page-template-dark-web-hub-template .main-banner,
.tax-dark_web_hub_categories header,
.tax-dark_web_hub_categories footer,
.tax-dark_web_hub_categories .main-banner,
.page-template-dark-web-hub-podcasts header,
.page-template-dark-web-hub-podcasts footer,
.page-template-dark-web-hub-podcasts .main-banner,
.post-type-archive-dark_web_hub_posts header,
.post-type-archive-dark_web_hub_posts footer,
.post-type-archive-dark_web_hub_posts .main-banner,
.single-dark_web_hub_posts header,
.single-dark_web_hub_posts footer,
.single-dark_web_hub_posts .main-banner {
  display: none;
}
.page-template-dark-web-hub-template .display-none,
.tax-dark_web_hub_categories .display-none,
.page-template-dark-web-hub-podcasts .display-none,
.post-type-archive-dark_web_hub_posts .display-none,
.single-dark_web_hub_posts .display-none {
  display: none;
}
.page-template-dark-web-hub-template .pointer-none,
.tax-dark_web_hub_categories .pointer-none,
.page-template-dark-web-hub-podcasts .pointer-none,
.post-type-archive-dark_web_hub_posts .pointer-none,
.single-dark_web_hub_posts .pointer-none {
  pointer-events: none;
}
.page-template-dark-web-hub-template .CookiebotWidget-logo,
.tax-dark_web_hub_categories .CookiebotWidget-logo,
.page-template-dark-web-hub-podcasts .CookiebotWidget-logo,
.post-type-archive-dark_web_hub_posts .CookiebotWidget-logo,
.single-dark_web_hub_posts .CookiebotWidget-logo {
  padding: 0 !important;
}
.page-template-dark-web-hub-template .CookiebotWidget-logo::after,
.tax-dark_web_hub_categories .CookiebotWidget-logo::after,
.page-template-dark-web-hub-podcasts .CookiebotWidget-logo::after,
.post-type-archive-dark_web_hub_posts .CookiebotWidget-logo::after,
.single-dark_web_hub_posts .CookiebotWidget-logo::after {
  display: none !important;
}
.page-template-dark-web-hub-template .tab-links,
.tax-dark_web_hub_categories .tab-links,
.page-template-dark-web-hub-podcasts .tab-links,
.post-type-archive-dark_web_hub_posts .tab-links,
.single-dark_web_hub_posts .tab-links {
  overflow-x: scroll;
  scrollbar-width: none;
}
@media (min-width: 60em) {
  .page-template-dark-web-hub-template .hbspt-form,
  .tax-dark_web_hub_categories .hbspt-form,
  .page-template-dark-web-hub-podcasts .hbspt-form,
  .post-type-archive-dark_web_hub_posts .hbspt-form,
  .single-dark_web_hub_posts .hbspt-form {
    max-height: 710px !important;
  }
}

.page-template-dark-web-hub-template a {
  display: block;
  text-decoration: none;
}
@media (min-width: 60em) {
  .page-template-dark-web-hub-template .hbspt-form {
    max-height: 710px !important;
  }
}

.dwh-breadcrumbs a {
  text-decoration: none;
}

.single-dark_web_hub_posts .CookiebotWidget-logo {
  padding: 0 !important;
}
.single-dark_web_hub_posts .CookiebotWidget-logo::after {
  display: none !important;
}

html {
  margin: 0 !important;
}

.dwh-btn-paths path {
  fill: #4D1C39 !important;
}

.page-template-dark-web-hub-template {
  background: #1A1A24 !important;
}
.page-template-dark-web-hub-template p,
.page-template-dark-web-hub-template a,
.page-template-dark-web-hub-template h1,
.page-template-dark-web-hub-template h2,
.page-template-dark-web-hub-template h3,
.page-template-dark-web-hub-template h4,
.page-template-dark-web-hub-template h5,
.page-template-dark-web-hub-template h6 {
  color: #F9F9F9 !important;
}
@media (min-width: 48em) {
  .page-template-dark-web-hub-template {
    overflow: hidden;
  }
}

.dwh-breadcrumbs .col-2 {
  grid-template-columns: 1fr 1fr;
}
.dwh-breadcrumbs .col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.dwh-breadcrumbs .col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.dwh-breadcrumbs a,
.dwh-breadcrumbs span {
  color: #F9F9F9 !important;
}
.dwh-breadcrumbs a::before,
.dwh-breadcrumbs span::before {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.dwh-breadcrumbs a:hover::before,
.dwh-breadcrumbs span:hover::before {
  background: #E94520 !important;
}
.dwh-breadcrumbs li {
  margin-bottom: 0;
}

.dwh-breadcrumbs .container {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
.dwh-breadcrumbs ul {
  display: grid;
  margin-bottom: 0;
}
.dwh-breadcrumbs ul.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.dwh-breadcrumbs ul.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.dwh-breadcrumbs ul li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dwh-breadcrumbs ul li::before {
  display: block;
  margin: 0 auto;
  content: "";
  width: 100%;
  height: 1px;
  background: #E94520;
  position: absolute;
  top: 20%;
  left: 54%;
}
@media (max-width: 48em) {
  .dwh-breadcrumbs ul li::before {
    top: 9px;
    left: 50%;
    width: 113%;
  }
}
.dwh-breadcrumbs ul li:last-of-type::before {
  display: none;
}
.dwh-breadcrumbs ul li:last-of-type a::before,
.dwh-breadcrumbs ul li:last-of-type span::before {
  background: #E94520;
}
.dwh-breadcrumbs ul li a,
.dwh-breadcrumbs ul li span {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 48em) {
  .dwh-breadcrumbs ul li a,
  .dwh-breadcrumbs ul li span {
    font-size: 12px;
  }
}
.dwh-breadcrumbs ul li a::before,
.dwh-breadcrumbs ul li span::before {
  display: block;
  margin: 0 auto;
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #E94520;
  background: black;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width: 48em) {
  .dwh-breadcrumbs ul li a::before,
  .dwh-breadcrumbs ul li span::before {
    width: 20px;
    height: 20px;
  }
}

.dwh-subheading h2 {
  font-size: 30px !important;
  text-align: center;
}

@media (max-width: 48em) {
  .dwh-subheading:not(.dwh-knowledge) {
    display: none;
  }
}

.dwh-subheading p,
.dwh-subheading h1,
.dwh-intro-text p,
.dwh-intro-text h1 {
  text-align: center;
}

.dwh-subheading-podcast h1,
.dwh-subheading-archive h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
  color: #F9F9F9;
}
.dwh-subheading-podcast p,
.dwh-subheading-archive p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 724px;
  margin: 0 auto;
  font-size: 20px;
}

@media (max-width: 48em) {
  .dwh-video-section .ph {
    padding: 0;
  }
  .dwh-video-section.section-pv {
    padding-top: 0;
  }
}
.dwh-video-section .container {
  position: relative;
}
.dwh-video-section__published {
  margin-right: 5px;
  font-weight: bold;
}
.dwh-video-section__date {
  font-weight: bold;
}
.dwh-video-section__video-info-text {
  font-size: 14px;
}
.dwh-video-section section,
.dwh-video-section section .container {
  display: block;
  padding: 0;
}
.dwh-video-section__image {
  border: 1px solid black;
  width: 100%;
  height: 513px;
}
@media (max-width: 60em) {
  .dwh-video-section__image {
    height: 354px;
  }
}
.dwh-video-section__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.dwh-video-section__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 64em) {
  .dwh-video-section__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 769px) {
  .dwh-video-section__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.dwh-video-section .play svg {
  width: 252px;
}
@media (max-width: 60em) {
  .dwh-video-section .play svg {
    width: 135px;
  }
}
.dwh-video-section .social-share {
  padding: 0 10px !important;
}

.dwh-video-section__video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 60em) {
  .dwh-video-section__video-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media (max-width: 60em) {
  .video-share-wrap {
    width: 100%;
  }
}

.dwh-video-section .play,
.dwh-podcast-file__image .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.dwh-up-next {
  background-color: #F9F9F9;
}
.dwh-up-next__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 0, 36)), color-stop(35%, rgb(120, 30, 37)), to(rgb(77, 27, 57)));
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(120, 30, 37) 35%, rgb(77, 27, 57) 100%);
  border-radius: 10px;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 64em) {
  .dwh-up-next__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
}
.dwh-up-next h1,
.dwh-up-next h2,
.dwh-up-next h3,
.dwh-up-next h4,
.dwh-up-next h5,
.dwh-up-next h6,
.dwh-up-next p,
.dwh-up-next a {
  color: #F9F9F9;
}
.dwh-up-next__image {
  position: relative;
  width: 155px;
  height: 111px;
  margin-left: 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 64em) {
  .dwh-up-next__image {
    margin: 0;
    width: 49%;
    margin-left: auto;
  }
}
.dwh-up-next__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.dwh-up-next__info {
  position: relative;
  max-width: 412px;
  width: 100%;
}
.dwh-up-next__info h3 {
  font-size: 20px;
  font-weight: 100;
}
.dwh-up-next__action {
  position: relative;
  margin-left: auto;
}
@media (max-width: 64em) {
  .dwh-up-next__action {
    margin-left: unset;
    width: 100%;
  }
}
.dwh-up-next__head {
  position: relative;
  width: 137px;
}
@media (max-width: 64em) {
  .dwh-up-next__head {
    width: 42%;
  }
}
.dwh-up-next__head h3 {
  font-size: 30px;
}
.dwh-up-next__head::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #F9F9F9;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.dwh-call-to-actions {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 229px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: none;
}
@media (min-width: 1645px) {
  .dwh-call-to-actions {
    display: block;
  }
}
.dwh-call-to-actions__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.dwh-call-to-actions__item {
  width: 100%;
  max-width: 229px;
  margin-bottom: 40px;
  z-index: 10;
  position: relative;
  min-height: 400px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 14px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dwh-call-to-actions__item.bk-1 .dwh-call-to-actions__content {
  background: #F2F2F2;
}
.dwh-call-to-actions__item.bk-1 .dwh-call-to-actions__content h2,
.dwh-call-to-actions__item.bk-1 .dwh-call-to-actions__content h3 {
  color: black;
}
.dwh-call-to-actions__item.bk-1 .dwh-call-to-actions__image {
  top: 2% !important;
}
.dwh-call-to-actions__content {
  padding: 25px;
}
.dwh-call-to-actions__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.dwh-call-to-actions__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.dwh-call-to-actions__btns {
  margin-top: auto;
  padding: 25px;
}
.dwh-call-to-actions h3 {
  color: rgba(255, 255, 255, 0.223);
}
.dwh-call-to-actions h2 {
  color: #F9F9F9;
  font-size: 25px;
}

.dwh-podcast-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dwh-podcast-intro__arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dwh-podcast-intro__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 180px;
}
@media (min-width: 48em) {
  .dwh-podcast-intro__image {
    height: 337px;
  }
}
.dwh-podcast-intro__image img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.dwh-podcast-intro__text h1 {
  margin-top: 0;
}

.podcast-block {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}
@media (min-width: 64em) {
  .podcast-block {
    grid-gap: 0;
    display: grid;
    grid-template-columns: 1fr 180px;
    grid-template-rows: minmax(248px, 1fr);
  }
}
.podcast-block__content {
  height: 100%;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F9F9F9;
}
.podcast-block__icons i:hover, .podcast-block__icons a:hover path {
  color: #E94520;
  fill: #E94520;
}
.podcast-block .tag {
  padding: 5px 10px 5px 7px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid;
  text-decoration: none;
  border-color: #000000;
  color: #000000;
}
.podcast-block__content-row-3 {
  margin-top: auto;
}
.podcast-block__content-row-2 {
  text-decoration: unset;
}
.podcast-block__content-row-1, .podcast-block__content-row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast-block__content-row-1 h3 {
  font-size: 17px !important;
  font-weight: 100 !important;
}
.podcast-block .podcast-preview-title {
  font-weight: bold;
  font-size: 20px;
}
.podcast-block__image {
  max-width: 180px;
  width: 100%;
  height: 100%;
  position: relative;
}
.podcast-block__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 64em) {
  .podcast-block__image {
    display: none;
  }
}
.podcast-block__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast-block__icons a {
  margin-right: 10px;
}

.dwh-podcast-hero {
  background: #F9F9F9;
}
.dwh-podcast-hero h1,
.dwh-podcast-hero h2,
.dwh-podcast-hero h3,
.dwh-podcast-hero h4,
.dwh-podcast-hero h5,
.dwh-podcast-hero h6,
.dwh-podcast-hero p {
  color: black !important;
}

.dwh-podcast-file {
  background: #F9F9F9;
}
.dwh-podcast-file iframe {
  width: 100%;
  height: 200px;
  display: block;
}
.dwh-podcast-file .container {
  position: relative;
}
.dwh-podcast-file__image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.dwh-podcast-file__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.dwh-podcast-transcript h2,
.dwh-podcast-transcript h3,
.dwh-podcast-transcript h4,
.dwh-podcast-transcript h5,
.dwh-podcast-transcript h6 {
  color: black;
}
.dwh-podcast-transcript__read-more-btn {
  cursor: pointer;
  font-weight: bold;
  display: inline;
}

.dwh-knowledge-intro .container {
  text-align: center;
}

@media (max-width: 48em) {
  .dwh-knowledge-intro h1 {
    font-size: 30px !important;
  }
}

.dwh-speakers .container {
  grid-gap: 70px;
}
@media (max-width: 42.5em) {
  .dwh-speakers .container {
    grid-gap: 20px;
  }
}

.dwh-speakers .left {
  padding: 30px 45px 60px;
  background: #1A1A24;
  border-radius: 10px;
  display: grid;
  grid-gap: 50px;
}
@media (max-width: 42.5em) {
  .dwh-speakers .left {
    grid-gap: 10px;
    padding: 30px;
  }
}
@media (min-width: 32.5em) {
  .dwh-speakers .left {
    grid-template-columns: 1fr;
  }
}
.dwh-speakers .left h3 {
  color: #F9F9F9;
}
.dwh-speakers .left .speaker {
  color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dwh-speakers .left .speaker img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 20px;
}
.dwh-speakers .left .speaker p {
  margin: 0;
}
.dwh-speakers .left .speaker .name {
  font-weight: 600;
}

@media (max-width: 60em) {
  .dwh-nav-section {
    grid-template-rows: 55px auto !important;
  }
}
@media (min-width: 48em) {
  .dwh-nav-section {
    height: calc(100vh - 20px);
  }
}

.dwh-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 42.5em) {
  .dwh-nav-wrap {
    height: calc(100vh - 185px);
    position: relative;
  }
}

.bk-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 48%;
}
.bk-circle .bk-circle-inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: #1A1A24;
  border-radius: 50%;
}
.bk-circle .bk-circle-inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

.dwh-nav {
  width: 100%;
  height: 100%;
  max-width: 854px;
  margin: 0 auto;
}
.dwh-nav .dwh-nav-svg {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dwh-nav svg {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 32.5em) {
  .dwh-nav svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 32.5em) {
  .dwh-nav svg {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media (max-width: 60em) {
  .dwh-nav svg {
    max-width: 590px;
    margin: 0 auto;
  }
}
@media (min-width: 60em) {
  .dwh-nav .dwh-nav-svg,
  .dwh-nav svg {
    min-height: 580px;
  }
}
@media (min-width: 60em) {
  .dwh-nav {
    max-height: calc(100vh - 215px);
  }
}

.page-template-dark-web-hub-template {
  margin-top: 0 !important;
}

.dwh-circle path {
  fill: transparent;
  stroke: black;
}

.dwh-title-container {
  text-align: center;
  max-width: 300px;
  position: absolute;
  left: 50%;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.dwh-title-container .dwh-title__sub-head {
  color: #E94520 !important;
}
@media (max-width: 48em) {
  .dwh-title-container .dwh-title__sub-head {
    font-size: 13px !important;
  }
}
.dwh-title-container > * {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.dwh-title-container h1 {
  color: #F9F9F9;
  margin-top: 0;
  font-size: 26px !important;
}
@media (min-width: 48em) {
  .dwh-title-container h1 {
    font-size: 43px !important;
  }
}
@media (max-width: 48em) {
  .dwh-title-container h1 {
    max-width: 100%;
    margin: 0 auto;
  }
}
.dwh-title-container a {
  width: 98px;
  margin: 0 auto;
  display: none;
}
@media (min-width: 48em) {
  .dwh-title-container a {
    display: block;
  }
}
@media (min-width: 48em) {
  .dwh-title-container {
    width: 100%;
  }
}

.page-template-dark-web-hub-template .hover-effect,
.page-template-dark-web-hub-podcasts .hover-effect {
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.page-template-dark-web-hub-template .hover-effect:hover,
.page-template-dark-web-hub-template #dwh-minus-btn.allowed:hover .cls-19,
.page-template-dark-web-hub-template #dwh-plus-icon.allowed:hover path:not(.pointer-none),
.page-template-dark-web-hub-template .active-button,
.page-template-dark-web-hub-podcasts .hover-effect:hover,
.page-template-dark-web-hub-podcasts #dwh-minus-btn.allowed:hover .cls-19,
.page-template-dark-web-hub-podcasts #dwh-plus-icon.allowed:hover path:not(.pointer-none),
.page-template-dark-web-hub-podcasts .active-button {
  fill: #e94520 !important;
}
.page-template-dark-web-hub-template #dwh-minus-btn.allowed,
.page-template-dark-web-hub-template #dwh-plus-icon.allowed,
.page-template-dark-web-hub-podcasts #dwh-minus-btn.allowed,
.page-template-dark-web-hub-podcasts #dwh-plus-icon.allowed {
  cursor: pointer;
}
.page-template-dark-web-hub-template #text-curve-1,
.page-template-dark-web-hub-template #text-curve-2,
.page-template-dark-web-hub-template #text-curve-3,
.page-template-dark-web-hub-template #text-curve-4,
.page-template-dark-web-hub-template #text-curve-5,
.page-template-dark-web-hub-template #text-curve-6,
.page-template-dark-web-hub-template #text-curve-7,
.page-template-dark-web-hub-template #text-curve-8,
.page-template-dark-web-hub-podcasts #text-curve-1,
.page-template-dark-web-hub-podcasts #text-curve-2,
.page-template-dark-web-hub-podcasts #text-curve-3,
.page-template-dark-web-hub-podcasts #text-curve-4,
.page-template-dark-web-hub-podcasts #text-curve-5,
.page-template-dark-web-hub-podcasts #text-curve-6,
.page-template-dark-web-hub-podcasts #text-curve-7,
.page-template-dark-web-hub-podcasts #text-curve-8 {
  pointer-events: none !important;
}
.page-template-dark-web-hub-template #dwh-slide-0,
.page-template-dark-web-hub-template #dwh-slide-1,
.page-template-dark-web-hub-template #dwh-slide-2,
.page-template-dark-web-hub-template #dwh-slide-3,
.page-template-dark-web-hub-podcasts #dwh-slide-0,
.page-template-dark-web-hub-podcasts #dwh-slide-1,
.page-template-dark-web-hub-podcasts #dwh-slide-2,
.page-template-dark-web-hub-podcasts #dwh-slide-3 {
  display: none !important;
}
.page-template-dark-web-hub-template #dwh-slide-0.active-slide,
.page-template-dark-web-hub-template #dwh-slide-1.active-slide,
.page-template-dark-web-hub-template #dwh-slide-2.active-slide,
.page-template-dark-web-hub-template #dwh-slide-3.active-slide,
.page-template-dark-web-hub-podcasts #dwh-slide-0.active-slide,
.page-template-dark-web-hub-podcasts #dwh-slide-1.active-slide,
.page-template-dark-web-hub-podcasts #dwh-slide-2.active-slide,
.page-template-dark-web-hub-podcasts #dwh-slide-3.active-slide {
  display: block !important;
}

.dwh-orange-circle {
  position: relative;
}

.orange-circle-wrap {
  position: relative;
  height: 60px;
}
@media (max-width: 60em) {
  .orange-circle-wrap {
    height: 45px;
  }
}
.orange-circle-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  margin: 0 auto;
}

.dwh-orange-circle {
  background: #E94520;
  width: 999px;
  height: 999px;
  position: fixed;
  top: -937px;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 99999;
}
.dwh-orange-circle:hover {
  top: -940px;
}
@media (max-width: 60em) {
  .dwh-orange-circle {
    width: 280px;
    height: 280px;
    position: fixed;
    top: -240px;
  }
}

.dwh-orange-circle-text {
  color: #F9F9F9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  text-align: center;
  width: 100%;
  pointer-events: none !important;
  font-weight: bold;
  font-size: 14px !important;
}
@media (max-width: 60em) {
  .dwh-orange-circle-text {
    padding: 3px;
  }
}

.dwh-site-logo {
  position: relative;
}
.dwh-site-logo .site-branding {
  width: 125px;
}
.dwh-site-logo .site-branding #uuid-a28f5413-c97e-431e-9cd5-e34cf75b4986 path {
  fill: #F9F9F9;
}
.dwh-site-logo .site-branding svg {
  width: 125px;
}
.dwh-site-logo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 48em) {
  .dwh-site-logo .container #pop-up-form-dwh {
    display: none;
  }
}

.nav-site-logo {
  position: relative;
}
.nav-site-logo .site-branding {
  width: 125px;
}
.nav-site-logo .site-branding #uuid-a28f5413-c97e-431e-9cd5-e34cf75b4986 path {
  fill: #F9F9F9;
}
.nav-site-logo__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}

.tax-dark_web_hub_categories .dwh-subheading h1,
.tax-dark_web_hub_categories .dwh-subheading h2,
.tax-dark_web_hub_categories .dwh-knowledge-intro h1,
.tax-dark_web_hub_categories .dwh-knowledge-intro h2 {
  color: #F9F9F9 !important;
}

.tax-dark_web_hub_categories .tab-links,
.single-dark_web_hub_posts .tab-links {
  overflow-x: scroll;
  scrollbar-width: none;
}
.tax-dark_web_hub_categories .tab-links ul,
.single-dark_web_hub_posts .tab-links ul {
  border-bottom-color: #F9F9F9;
}
.tax-dark_web_hub_categories .tab-links.li-is-larger ul,
.single-dark_web_hub_posts .tab-links.li-is-larger ul {
  border-bottom: none !important;
}
.tax-dark_web_hub_categories .tab-links.li-is-larger li,
.single-dark_web_hub_posts .tab-links.li-is-larger li {
  border-bottom: 1px solid #F9F9F9 !important;
}
.tax-dark_web_hub_categories .tab-links a,
.tax-dark_web_hub_categories .tab-links span,
.single-dark_web_hub_posts .tab-links a,
.single-dark_web_hub_posts .tab-links span {
  color: #F9F9F9 !important;
}

@media (min-width: 48em) {
  .dwh-guide .col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.dwh-guide__popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dwh-guide__small-text {
  color: #E64524 !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 100;
}
.dwh-guide__sub-title {
  color: #C6C6C6;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 100;
  opacity: 39%;
}
.dwh-guide__title {
  color: white;
  margin-top: 0;
}
.dwh-guide__popup__item {
  background: -webkit-gradient(linear, left bottom, left top, from(#191922), color-stop(50%, #781e25), to(#4d1b39));
  background: linear-gradient(to top, #191922 0%, #781e25 50%, #4d1b39 100%);
  padding: 20px 45px 55px 45px;
  display: none;
  border-radius: 10px;
  min-height: calc(100% - 110px);
}
.dwh-guide__popup__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dwh-guide__popup__item h2 {
  color: white;
}
.dwh-guide__popup__item p {
  color: white;
}
.dwh-guide__popup__item a {
  display: inline;
  margin-top: auto;
  width: 115px;
}
.dwh-guide__popup {
  max-width: 434.32px;
  width: 100%;
}
@media (max-width: 48em) {
  .dwh-guide__popup {
    max-width: unset;
  }
}
.dwh-guide__content {
  color: white;
  margin-bottom: 20px;
}
.dwh-guide path {
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  fill: #4D1C39 !important;
}
.dwh-guide path.active, .dwh-guide path.hovering {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  fill: #E94520 !important;
}
.dwh-guide__text-repeater {
  margin-bottom: 20px;
}
.dwh-guide__text-repeater p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}
.dwh-guide__svg {
  position: relative;
}
.dwh-guide__text-wrap {
  text-align: center;
  max-width: 300px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.dwh-guide__heading {
  color: white;
  margin-top: 0;
}
@media (max-width: 60em) {
  .dwh-guide__heading {
    font-size: 25px;
  }
}

.dwh-site-logo h1,
.dwh-site-logo h2,
.dwh-site-logo h3,
.dwh-site-logo h4,
.dwh-site-logo h5,
.dwh-site-logo h6,
.dwh-site-logo p,
.dwh-site-logo a,
.dwh-breadcrumbs h1,
.dwh-breadcrumbs h2,
.dwh-breadcrumbs h3,
.dwh-breadcrumbs h4,
.dwh-breadcrumbs h5,
.dwh-breadcrumbs h6,
.dwh-breadcrumbs p,
.dwh-breadcrumbs a,
.dwh-subheading h1,
.dwh-subheading h2,
.dwh-subheading h3,
.dwh-subheading h4,
.dwh-subheading h5,
.dwh-subheading h6,
.dwh-subheading p,
.dwh-subheading a,
.tax-dark_web_hub_categories .tab-links h1,
.tax-dark_web_hub_categories .tab-links h2,
.tax-dark_web_hub_categories .tab-links h3,
.tax-dark_web_hub_categories .tab-links h4,
.tax-dark_web_hub_categories .tab-links h5,
.tax-dark_web_hub_categories .tab-links h6,
.tax-dark_web_hub_categories .tab-links p,
.tax-dark_web_hub_categories .tab-links a,
.single-dark_web_hub_posts .tab-links h1,
.single-dark_web_hub_posts .tab-links h2,
.single-dark_web_hub_posts .tab-links h3,
.single-dark_web_hub_posts .tab-links h4,
.single-dark_web_hub_posts .tab-links h5,
.single-dark_web_hub_posts .tab-links h6,
.single-dark_web_hub_posts .tab-links p,
.single-dark_web_hub_posts .tab-links a,
.dwh-knowledge-intro h1,
.dwh-knowledge-intro h2,
.dwh-knowledge-intro h3,
.dwh-knowledge-intro h4,
.dwh-knowledge-intro h5,
.dwh-knowledge-intro h6,
.dwh-knowledge-intro p,
.dwh-knowledge-intro a,
.dwh-guide h1,
.dwh-guide h2,
.dwh-guide h3,
.dwh-guide h4,
.dwh-guide h5,
.dwh-guide h6,
.dwh-guide p,
.dwh-guide a,
.dwh-podcast-intro h1,
.dwh-podcast-intro h2,
.dwh-podcast-intro h3,
.dwh-podcast-intro h4,
.dwh-podcast-intro h5,
.dwh-podcast-intro h6,
.dwh-podcast-intro p,
.dwh-podcast-intro a,
.dwh-subheading-podcast h1,
.dwh-subheading-podcast h2,
.dwh-subheading-podcast h3,
.dwh-subheading-podcast h4,
.dwh-subheading-podcast h5,
.dwh-subheading-podcast h6,
.dwh-subheading-podcast p,
.dwh-subheading-podcast a {
  color: #F9F9F9;
}

.post-type-archive-dark_web_hub_posts .video-block {
  background-color: #F9F9F9;
}

.dwh-knowledge-intro p {
  max-width: 650px;
  margin: 0 auto;
}

.tax-dark_web_hub_categories,
.single-dark_web_hub_posts,
.page-template-dark-web-hub-podcasts,
.post-type-archive-dark_web_hub_posts {
  margin-top: 0 !important;
}

.tax-dark_web_hub_categories,
.single-dark_web_hub_posts,
.page-template-dark-web-hub-podcasts,
.post-type-archive-dark_web_hub_posts,
.single-podcasts {
  background: #1A1A24 !important;
}
.tax-dark_web_hub_categories .flexible-wrap,
.single-dark_web_hub_posts .flexible-wrap,
.page-template-dark-web-hub-podcasts .flexible-wrap,
.post-type-archive-dark_web_hub_posts .flexible-wrap,
.single-podcasts .flexible-wrap {
  position: relative;
  z-index: 1 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts .swiper-button-prev,
.tax-dark_web_hub_categories .flexible-wrap .related-posts .swiper-button-next,
.single-dark_web_hub_posts .flexible-wrap .related-posts .swiper-button-prev,
.single-dark_web_hub_posts .flexible-wrap .related-posts .swiper-button-next,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .swiper-button-prev,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .swiper-button-next,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .swiper-button-prev,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .swiper-button-next,
.single-podcasts .flexible-wrap .related-posts .swiper-button-prev,
.single-podcasts .flexible-wrap .related-posts .swiper-button-next {
  opacity: 1 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts .swiper-button-prev::after,
.tax-dark_web_hub_categories .flexible-wrap .related-posts .swiper-button-next::after,
.single-dark_web_hub_posts .flexible-wrap .related-posts .swiper-button-prev::after,
.single-dark_web_hub_posts .flexible-wrap .related-posts .swiper-button-next::after,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .swiper-button-prev::after,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .swiper-button-next::after,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .swiper-button-prev::after,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .swiper-button-next::after,
.single-podcasts .flexible-wrap .related-posts .swiper-button-prev::after,
.single-podcasts .flexible-wrap .related-posts .swiper-button-next::after {
  color: white !important;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts .swiper-scrollbar,
.single-dark_web_hub_posts .flexible-wrap .related-posts .swiper-scrollbar,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .swiper-scrollbar,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .swiper-scrollbar,
.single-podcasts .flexible-wrap .related-posts .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.1294117647) !important;
}
.tax-dark_web_hub_categories .flexible-wrap .call-to-action,
.single-dark_web_hub_posts .flexible-wrap .call-to-action,
.page-template-dark-web-hub-podcasts .flexible-wrap .call-to-action,
.post-type-archive-dark_web_hub_posts .flexible-wrap .call-to-action,
.single-podcasts .flexible-wrap .call-to-action {
  background: transparent !important;
}
.tax-dark_web_hub_categories .flexible-wrap .test-dwh.call-to-action .text,
.single-dark_web_hub_posts .flexible-wrap .test-dwh.call-to-action .text,
.page-template-dark-web-hub-podcasts .flexible-wrap .test-dwh.call-to-action .text,
.post-type-archive-dark_web_hub_posts .flexible-wrap .test-dwh.call-to-action .text,
.single-podcasts .flexible-wrap .test-dwh.call-to-action .text {
  max-width: 60em !important;
}
.tax-dark_web_hub_categories .flexible-wrap .basic-content.dark-bg h1,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.dark-bg h2,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.dark-bg h3,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.dark-bg h4,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.dark-bg h5,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.dark-bg h6,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.dark-bg p,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.dark-bg a, .tax-dark_web_hub_categories .flexible-wrap .basic-content.no-bg h1,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.no-bg h2,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.no-bg h3,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.no-bg h4,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.no-bg h5,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.no-bg h6,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.no-bg p,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.no-bg a,
.single-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h1,
.single-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h2,
.single-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h3,
.single-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h4,
.single-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h5,
.single-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h6,
.single-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg p,
.single-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg a,
.single-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h1,
.single-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h2,
.single-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h3,
.single-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h4,
.single-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h5,
.single-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h6,
.single-dark_web_hub_posts .flexible-wrap .basic-content.no-bg p,
.single-dark_web_hub_posts .flexible-wrap .basic-content.no-bg a,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.dark-bg h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.dark-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.dark-bg h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.dark-bg h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.dark-bg h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.dark-bg h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.dark-bg p,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.dark-bg a,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.no-bg h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.no-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.no-bg h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.no-bg h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.no-bg h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.no-bg h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.no-bg p,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.no-bg a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.dark-bg a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.no-bg h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.no-bg p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.no-bg a,
.single-podcasts .flexible-wrap .basic-content.dark-bg h1,
.single-podcasts .flexible-wrap .basic-content.dark-bg h2,
.single-podcasts .flexible-wrap .basic-content.dark-bg h3,
.single-podcasts .flexible-wrap .basic-content.dark-bg h4,
.single-podcasts .flexible-wrap .basic-content.dark-bg h5,
.single-podcasts .flexible-wrap .basic-content.dark-bg h6,
.single-podcasts .flexible-wrap .basic-content.dark-bg p,
.single-podcasts .flexible-wrap .basic-content.dark-bg a,
.single-podcasts .flexible-wrap .basic-content.no-bg h1,
.single-podcasts .flexible-wrap .basic-content.no-bg h2,
.single-podcasts .flexible-wrap .basic-content.no-bg h3,
.single-podcasts .flexible-wrap .basic-content.no-bg h4,
.single-podcasts .flexible-wrap .basic-content.no-bg h5,
.single-podcasts .flexible-wrap .basic-content.no-bg h6,
.single-podcasts .flexible-wrap .basic-content.no-bg p,
.single-podcasts .flexible-wrap .basic-content.no-bg a {
  color: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .basic-content.white-bg,
.single-dark_web_hub_posts .flexible-wrap .basic-content.white-bg,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.white-bg,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.white-bg,
.single-podcasts .flexible-wrap .basic-content.white-bg {
  background: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .basic-content.white-bg h1,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.white-bg h2,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.white-bg h3,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.white-bg h4,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.white-bg h5,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.white-bg h6,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.white-bg p,
.tax-dark_web_hub_categories .flexible-wrap .basic-content.white-bg a,
.single-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h1,
.single-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h2,
.single-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h3,
.single-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h4,
.single-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h5,
.single-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h6,
.single-dark_web_hub_posts .flexible-wrap .basic-content.white-bg p,
.single-dark_web_hub_posts .flexible-wrap .basic-content.white-bg a,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.white-bg h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.white-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.white-bg h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.white-bg h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.white-bg h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.white-bg h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.white-bg p,
.page-template-dark-web-hub-podcasts .flexible-wrap .basic-content.white-bg a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.white-bg h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.white-bg p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .basic-content.white-bg a,
.single-podcasts .flexible-wrap .basic-content.white-bg h1,
.single-podcasts .flexible-wrap .basic-content.white-bg h2,
.single-podcasts .flexible-wrap .basic-content.white-bg h3,
.single-podcasts .flexible-wrap .basic-content.white-bg h4,
.single-podcasts .flexible-wrap .basic-content.white-bg h5,
.single-podcasts .flexible-wrap .basic-content.white-bg h6,
.single-podcasts .flexible-wrap .basic-content.white-bg p,
.single-podcasts .flexible-wrap .basic-content.white-bg a {
  color: black !important;
}
.tax-dark_web_hub_categories .flexible-wrap .full-width-media,
.single-dark_web_hub_posts .flexible-wrap .full-width-media,
.page-template-dark-web-hub-podcasts .flexible-wrap .full-width-media,
.post-type-archive-dark_web_hub_posts .flexible-wrap .full-width-media,
.single-podcasts .flexible-wrap .full-width-media {
  background: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.dark-bg h1,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.dark-bg h2,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.dark-bg h3,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.dark-bg h4,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.dark-bg h5,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.dark-bg h6,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.dark-bg p,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.dark-bg a, .tax-dark_web_hub_categories .flexible-wrap .two-column-content.no-bg h1,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.no-bg h2,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.no-bg h3,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.no-bg h4,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.no-bg h5,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.no-bg h6,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.no-bg p,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.no-bg a,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h1,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h2,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h3,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h4,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h5,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h6,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg p,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg a,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h1,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h2,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h3,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h4,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h5,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h6,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg p,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg a,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.dark-bg h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.dark-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.dark-bg h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.dark-bg h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.dark-bg h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.dark-bg h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.dark-bg p,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.dark-bg a,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.no-bg h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.no-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.no-bg h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.no-bg h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.no-bg h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.no-bg h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.no-bg p,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.no-bg a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.dark-bg a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.no-bg a,
.single-podcasts .flexible-wrap .two-column-content.dark-bg h1,
.single-podcasts .flexible-wrap .two-column-content.dark-bg h2,
.single-podcasts .flexible-wrap .two-column-content.dark-bg h3,
.single-podcasts .flexible-wrap .two-column-content.dark-bg h4,
.single-podcasts .flexible-wrap .two-column-content.dark-bg h5,
.single-podcasts .flexible-wrap .two-column-content.dark-bg h6,
.single-podcasts .flexible-wrap .two-column-content.dark-bg p,
.single-podcasts .flexible-wrap .two-column-content.dark-bg a,
.single-podcasts .flexible-wrap .two-column-content.no-bg h1,
.single-podcasts .flexible-wrap .two-column-content.no-bg h2,
.single-podcasts .flexible-wrap .two-column-content.no-bg h3,
.single-podcasts .flexible-wrap .two-column-content.no-bg h4,
.single-podcasts .flexible-wrap .two-column-content.no-bg h5,
.single-podcasts .flexible-wrap .two-column-content.no-bg h6,
.single-podcasts .flexible-wrap .two-column-content.no-bg p,
.single-podcasts .flexible-wrap .two-column-content.no-bg a {
  color: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.white-bg,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.white-bg,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg,
.single-podcasts .flexible-wrap .two-column-content.white-bg {
  background: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.white-bg h1,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.white-bg h2,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.white-bg h3,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.white-bg h4,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.white-bg h5,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.white-bg h6,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.white-bg p,
.tax-dark_web_hub_categories .flexible-wrap .two-column-content.white-bg a,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h1,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h2,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h3,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h4,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h5,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h6,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg p,
.single-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg a,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.white-bg h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.white-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.white-bg h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.white-bg h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.white-bg h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.white-bg h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.white-bg p,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-content.white-bg a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-content.white-bg a,
.single-podcasts .flexible-wrap .two-column-content.white-bg h1,
.single-podcasts .flexible-wrap .two-column-content.white-bg h2,
.single-podcasts .flexible-wrap .two-column-content.white-bg h3,
.single-podcasts .flexible-wrap .two-column-content.white-bg h4,
.single-podcasts .flexible-wrap .two-column-content.white-bg h5,
.single-podcasts .flexible-wrap .two-column-content.white-bg h6,
.single-podcasts .flexible-wrap .two-column-content.white-bg p,
.single-podcasts .flexible-wrap .two-column-content.white-bg a {
  color: black !important;
}
.tax-dark_web_hub_categories .flexible-wrap .two-column-image,
.single-dark_web_hub_posts .flexible-wrap .two-column-image,
.page-template-dark-web-hub-podcasts .flexible-wrap .two-column-image,
.post-type-archive-dark_web_hub_posts .flexible-wrap .two-column-image,
.single-podcasts .flexible-wrap .two-column-image {
  background: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .media-and-content h1,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content h2,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content h3,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content h4,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content h5,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content h6,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content p,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content a,
.single-dark_web_hub_posts .flexible-wrap .media-and-content h1,
.single-dark_web_hub_posts .flexible-wrap .media-and-content h2,
.single-dark_web_hub_posts .flexible-wrap .media-and-content h3,
.single-dark_web_hub_posts .flexible-wrap .media-and-content h4,
.single-dark_web_hub_posts .flexible-wrap .media-and-content h5,
.single-dark_web_hub_posts .flexible-wrap .media-and-content h6,
.single-dark_web_hub_posts .flexible-wrap .media-and-content p,
.single-dark_web_hub_posts .flexible-wrap .media-and-content a,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content p,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content a,
.single-podcasts .flexible-wrap .media-and-content h1,
.single-podcasts .flexible-wrap .media-and-content h2,
.single-podcasts .flexible-wrap .media-and-content h3,
.single-podcasts .flexible-wrap .media-and-content h4,
.single-podcasts .flexible-wrap .media-and-content h5,
.single-podcasts .flexible-wrap .media-and-content h6,
.single-podcasts .flexible-wrap .media-and-content p,
.single-podcasts .flexible-wrap .media-and-content a {
  color: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .media-and-content.white-bg,
.single-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content.white-bg,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg,
.single-podcasts .flexible-wrap .media-and-content.white-bg {
  background: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .media-and-content.white-bg h1,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content.white-bg h2,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content.white-bg h3,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content.white-bg h4,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content.white-bg h5,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content.white-bg h6,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content.white-bg p,
.tax-dark_web_hub_categories .flexible-wrap .media-and-content.white-bg a,
.single-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h1,
.single-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h2,
.single-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h3,
.single-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h4,
.single-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h5,
.single-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h6,
.single-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg p,
.single-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg a,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content.white-bg h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content.white-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content.white-bg h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content.white-bg h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content.white-bg h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content.white-bg h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content.white-bg p,
.page-template-dark-web-hub-podcasts .flexible-wrap .media-and-content.white-bg a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .media-and-content.white-bg a,
.single-podcasts .flexible-wrap .media-and-content.white-bg h1,
.single-podcasts .flexible-wrap .media-and-content.white-bg h2,
.single-podcasts .flexible-wrap .media-and-content.white-bg h3,
.single-podcasts .flexible-wrap .media-and-content.white-bg h4,
.single-podcasts .flexible-wrap .media-and-content.white-bg h5,
.single-podcasts .flexible-wrap .media-and-content.white-bg h6,
.single-podcasts .flexible-wrap .media-and-content.white-bg p,
.single-podcasts .flexible-wrap .media-and-content.white-bg a {
  color: black !important;
}
.tax-dark_web_hub_categories .flexible-wrap .cards-section.white-bg h2,
.single-dark_web_hub_posts .flexible-wrap .cards-section.white-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .cards-section.white-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .cards-section.white-bg h2,
.single-podcasts .flexible-wrap .cards-section.white-bg h2 {
  color: black !important;
}
.tax-dark_web_hub_categories .flexible-wrap .cards-section.no-bg h1,
.tax-dark_web_hub_categories .flexible-wrap .cards-section.no-bg h2,
.tax-dark_web_hub_categories .flexible-wrap .cards-section.no-bg h3,
.tax-dark_web_hub_categories .flexible-wrap .cards-section.no-bg h4,
.tax-dark_web_hub_categories .flexible-wrap .cards-section.no-bg h5,
.tax-dark_web_hub_categories .flexible-wrap .cards-section.no-bg h6,
.tax-dark_web_hub_categories .flexible-wrap .cards-section.no-bg p,
.tax-dark_web_hub_categories .flexible-wrap .cards-section.no-bg a,
.single-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h1,
.single-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h2,
.single-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h3,
.single-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h4,
.single-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h5,
.single-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h6,
.single-dark_web_hub_posts .flexible-wrap .cards-section.no-bg p,
.single-dark_web_hub_posts .flexible-wrap .cards-section.no-bg a,
.page-template-dark-web-hub-podcasts .flexible-wrap .cards-section.no-bg h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .cards-section.no-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .cards-section.no-bg h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .cards-section.no-bg h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .cards-section.no-bg h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .cards-section.no-bg h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .cards-section.no-bg p,
.page-template-dark-web-hub-podcasts .flexible-wrap .cards-section.no-bg a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .cards-section.no-bg h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .cards-section.no-bg p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .cards-section.no-bg a,
.single-podcasts .flexible-wrap .cards-section.no-bg h1,
.single-podcasts .flexible-wrap .cards-section.no-bg h2,
.single-podcasts .flexible-wrap .cards-section.no-bg h3,
.single-podcasts .flexible-wrap .cards-section.no-bg h4,
.single-podcasts .flexible-wrap .cards-section.no-bg h5,
.single-podcasts .flexible-wrap .cards-section.no-bg h6,
.single-podcasts .flexible-wrap .cards-section.no-bg p,
.single-podcasts .flexible-wrap .cards-section.no-bg a {
  color: white !important;
}
.tax-dark_web_hub_categories .flexible-wrap .page-section.cards-section .cards-container .container .card.dark-bg,
.single-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.dark-bg,
.page-template-dark-web-hub-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.dark-bg,
.post-type-archive-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.dark-bg,
.single-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.dark-bg {
  background: black !important;
}
.tax-dark_web_hub_categories .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h1,
.tax-dark_web_hub_categories .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h2,
.tax-dark_web_hub_categories .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h3,
.tax-dark_web_hub_categories .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h4,
.tax-dark_web_hub_categories .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h5,
.tax-dark_web_hub_categories .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h6,
.tax-dark_web_hub_categories .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg p,
.tax-dark_web_hub_categories .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg a,
.single-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h1,
.single-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h2,
.single-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h3,
.single-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h4,
.single-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h5,
.single-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h6,
.single-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg p,
.single-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg a,
.page-template-dark-web-hub-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h1,
.page-template-dark-web-hub-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h4,
.page-template-dark-web-hub-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h5,
.page-template-dark-web-hub-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h6,
.page-template-dark-web-hub-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg p,
.page-template-dark-web-hub-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg a,
.post-type-archive-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h1,
.post-type-archive-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h4,
.post-type-archive-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h5,
.post-type-archive-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h6,
.post-type-archive-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg a,
.single-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h1,
.single-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h2,
.single-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h3,
.single-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h4,
.single-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h5,
.single-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg h6,
.single-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg p,
.single-podcasts .flexible-wrap .page-section.cards-section .cards-container .container .card.white-bg a {
  color: black !important;
}
.tax-dark_web_hub_categories .flexible-wrap .pull-out-text,
.single-dark_web_hub_posts .flexible-wrap .pull-out-text,
.page-template-dark-web-hub-podcasts .flexible-wrap .pull-out-text,
.post-type-archive-dark_web_hub_posts .flexible-wrap .pull-out-text,
.single-podcasts .flexible-wrap .pull-out-text {
  position: relative;
  z-index: -2;
}
.tax-dark_web_hub_categories .flexible-wrap .pull-out-text .container,
.single-dark_web_hub_posts .flexible-wrap .pull-out-text .container,
.page-template-dark-web-hub-podcasts .flexible-wrap .pull-out-text .container,
.post-type-archive-dark_web_hub_posts .flexible-wrap .pull-out-text .container,
.single-podcasts .flexible-wrap .pull-out-text .container {
  padding-top: 20px;
}
.tax-dark_web_hub_categories .flexible-wrap .pull-out-text .row,
.single-dark_web_hub_posts .flexible-wrap .pull-out-text .row,
.page-template-dark-web-hub-podcasts .flexible-wrap .pull-out-text .row,
.post-type-archive-dark_web_hub_posts .flexible-wrap .pull-out-text .row,
.single-podcasts .flexible-wrap .pull-out-text .row {
  margin-bottom: 20px !important;
}
.tax-dark_web_hub_categories .flexible-wrap .pull-out-text .row::before,
.single-dark_web_hub_posts .flexible-wrap .pull-out-text .row::before,
.page-template-dark-web-hub-podcasts .flexible-wrap .pull-out-text .row::before,
.post-type-archive-dark_web_hub_posts .flexible-wrap .pull-out-text .row::before,
.single-podcasts .flexible-wrap .pull-out-text .row::before {
  margin: -10px !important;
}
.tax-dark_web_hub_categories .flexible-wrap .pull-out-text h2,
.tax-dark_web_hub_categories .flexible-wrap .pull-out-text p,
.single-dark_web_hub_posts .flexible-wrap .pull-out-text h2,
.single-dark_web_hub_posts .flexible-wrap .pull-out-text p,
.page-template-dark-web-hub-podcasts .flexible-wrap .pull-out-text h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .pull-out-text p,
.post-type-archive-dark_web_hub_posts .flexible-wrap .pull-out-text h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .pull-out-text p,
.single-podcasts .flexible-wrap .pull-out-text h2,
.single-podcasts .flexible-wrap .pull-out-text p {
  color: #F9F9F9;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts,
.single-dark_web_hub_posts .flexible-wrap .related-posts,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts,
.single-podcasts .flexible-wrap .related-posts {
  background: transparent !important;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts h2,
.single-dark_web_hub_posts .flexible-wrap .related-posts h2,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts h2,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts h2,
.single-podcasts .flexible-wrap .related-posts h2 {
  color: #F9F9F9;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts article,
.single-dark_web_hub_posts .flexible-wrap .related-posts article,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts article,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts article,
.single-podcasts .flexible-wrap .related-posts article {
  background: #F9F9F9;
  min-height: 375px;
}
@media (min-width: 48em) {
  .tax-dark_web_hub_categories .flexible-wrap .related-posts article,
  .single-dark_web_hub_posts .flexible-wrap .related-posts article,
  .page-template-dark-web-hub-podcasts .flexible-wrap .related-posts article,
  .post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts article,
  .single-podcasts .flexible-wrap .related-posts article {
    min-height: 450px;
  }
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts article .tag,
.single-dark_web_hub_posts .flexible-wrap .related-posts article .tag,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts article .tag,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts article .tag,
.single-podcasts .flexible-wrap .related-posts article .tag {
  border-color: black;
  color: black !important;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts article.has-excerpt h3,
.single-dark_web_hub_posts .flexible-wrap .related-posts article.has-excerpt h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts article.has-excerpt h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts article.has-excerpt h3,
.single-podcasts .flexible-wrap .related-posts article.has-excerpt h3 {
  min-height: unset !important;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts .has-post-thumbnail,
.single-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .has-post-thumbnail,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail,
.single-podcasts .flexible-wrap .related-posts .has-post-thumbnail {
  background-color: transparent !important;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts .has-post-thumbnail .tag,
.single-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail .tag,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .has-post-thumbnail .tag,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail .tag,
.single-podcasts .flexible-wrap .related-posts .has-post-thumbnail .tag {
  border-color: #F9F9F9 !important;
  color: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts .has-post-thumbnail i,
.tax-dark_web_hub_categories .flexible-wrap .related-posts .has-post-thumbnail h3,
.single-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail i,
.single-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail h3,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .has-post-thumbnail i,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .has-post-thumbnail h3,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail i,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail h3,
.single-podcasts .flexible-wrap .related-posts .has-post-thumbnail i,
.single-podcasts .flexible-wrap .related-posts .has-post-thumbnail h3 {
  color: #F9F9F9 !important;
}
.tax-dark_web_hub_categories .flexible-wrap .related-posts .has-post-thumbnail img,
.single-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail img,
.page-template-dark-web-hub-podcasts .flexible-wrap .related-posts .has-post-thumbnail img,
.post-type-archive-dark_web_hub_posts .flexible-wrap .related-posts .has-post-thumbnail img,
.single-podcasts .flexible-wrap .related-posts .has-post-thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

.dwh-podcast-overview h2,
.dwh-podcast-overview h3,
.dwh-podcast-overview h4,
.dwh-podcast-overview h5,
.dwh-podcast-overview h6 {
  color: black;
}

.dwh-speakers h3 {
  color: #E94520;
}
.dwh-speakers h3.left {
  color: #F9F9F9;
}

.dwh-intro-text h1 {
  color: #F9F9F9;
}

.post-type-archive-dark_web_hub_posts .news-block {
  background: #F9F9F9;
}

.news-block__content-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-block__content-1__date {
  font-weight: bold;
}

.news-block__content__demand {
  color: #2E2E38;
}

.video-share {
  min-width: 382px;
  width: 100%;
}
@media (max-width: 48em) {
  .video-share {
    min-width: 100%;
  }
}
.video-share .social-share {
  background: -webkit-gradient(linear, right top, left top, from(#4d1b39), color-stop(50%, #d1360f), to(#b80a0a));
  background: linear-gradient(to left, #4d1b39 0%, #d1360f 50%, #b80a0a 100%);
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  position: relative !important;
}
.video-share .social-share .video-share-wrap {
  width: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
  border-radius: 5px;
  overflow: hidden;
  margin: 4px;
}
.video-share .social-share .video-share-wrap h3 {
  margin: 0;
}

.dwh-fader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: #1A1A24;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dwh-podcast-overview,
.dwh-speakers,
.dwh-podcast-transcript,
.dwh-video-section {
  background: #F9F9F9;
}

.dwh-social-share {
  background: #F9F9F9;
}
.dwh-social-share .social-share {
  background: -webkit-gradient(linear, right top, left top, from(#4d1b39), color-stop(50%, #d1360f), to(#b80a0a));
  background: linear-gradient(to left, #4d1b39 0%, #d1360f 50%, #b80a0a 100%);
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.dwh-social-share .social-share::before {
  display: none !important;
}
.dwh-social-share .social-share-wrap {
  margin: 5px;
  padding: 10px 20px;
  border-radius: 8px;
  overflow: hidden;
  background: #F9F9F9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 48em) {
  .dwh-social-share .social-share-wrap {
    padding: 10px 13px;
  }
}
@media (max-width: 48em) {
  .dwh-social-share .social-share-wrap h3 {
    font-size: 16px;
    margin: 0;
  }
}
@media (max-width: 48em) {
  .dwh-social-share .social-share-wrap li {
    padding-left: 10px;
  }
  .dwh-social-share .social-share-wrap li a {
    height: 25px;
    width: 25px;
  }
}

.dwh-nav-svg .spin-left,
.dwh-nav-svg .spin-right {
  cursor: pointer;
}
.dwh-nav-svg .spin-left .cls-11,
.dwh-nav-svg .spin-right .cls-11 {
  fill: black !important;
}
.dwh-nav-svg .spin-left .cls-11:hover,
.dwh-nav-svg .spin-right .cls-11:hover {
  fill: #ff2e00 !important;
}
.dwh-nav-svg #Path_690,
.dwh-nav-svg #Path_690-2 {
  pointer-events: none !important;
}

.form-is-open {
  overflow: none !important;
}

.dwh-pop-up-form {
  position: fixed;
  top: calc(100% - 49px);
  right: 100px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 48em) {
  .dwh-pop-up-form {
    top: calc(100% - 49px);
    width: 100%;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 48em) {
  .dwh-pop-up-form .wpcf7 {
    overflow: scroll !important;
  }
}
.dwh-pop-up-form.active {
  top: unset;
  bottom: 0;
}
@media (max-width: 48em) {
  .dwh-pop-up-form.active {
    top: 10%;
    bottom: unset;
    height: 90vh;
  }
}
.dwh-pop-up-form__button {
  width: 224px;
  height: 49px;
  margin-bottom: 0 !important;
  cursor: pointer;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.dwh-pop-up-form .hbspt-form {
  overflow: scroll;
}
.dwh-pop-up-form form {
  max-width: 500px;
  width: 100%;
  background: #1A1A25;
  border: 1px solid #E64524;
  border-bottom: none !important;
  border-top-left-radius: 15px;
  padding: 30px;
}
@media (max-width: 48em) {
  .dwh-pop-up-form form {
    max-width: 95%;
    border-top-right-radius: 15px;
    margin: 0 auto;
    padding-bottom: 200px;
  }
}
@media (min-width: 48em) {
  .dwh-pop-up-form .col-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.dwh-pop-up-form label {
  font-size: 14px;
  color: #FFFFFF;
}
.dwh-pop-up-form input,
.dwh-pop-up-form select {
  margin: 0 !important;
  width: 100% !important;
}
.dwh-pop-up-form textarea {
  height: 70px;
  margin: 0 !important;
  min-height: unset !important;
}
.dwh-pop-up-form input,
.dwh-pop-up-form select,
.dwh-pop-up-form textarea {
  border-radius: 5px !important;
}
.dwh-pop-up-form .legal-consent-container {
  font-size: 14px !important;
}
.dwh-pop-up-form .legal-consent-container a {
  display: inline !important;
}
.dwh-pop-up-form .wpcf7-acceptance p {
  margin: 0 !important;
  font-size: 13px !important;
  color: #707070 !important;
}
.dwh-pop-up-form .wpcf7-acceptance p a {
  display: inline;
  color: white;
}
.dwh-pop-up-form .hs_recaptcha {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
.dwh-pop-up-form .form-columns-1,
.dwh-pop-up-form .form-columns-2 {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .dwh-pop-up-form .form-columns-2 div:last-of-type {
    margin-top: 10px !important;
  }
}
.dwh-pop-up-form p {
  padding-top: 5px;
}
.dwh-pop-up-form a.button {
  border: 1px solid #E94520 !important;
  background: #1A1A25 !important;
}
.dwh-pop-up-form .wpcf7-response-output {
  color: white !important;
}
.dwh-pop-up-form .wpcf7-list-item-label {
  margin-left: 0 !important;
  margin-top: 10px;
}
.dwh-pop-up-form .wpcf7-list-item-label a {
  display: inline !important;
}
.dwh-pop-up-form .wpcf7-acceptance p {
  margin: 0 !important;
  font-size: 13px !important;
  color: #707070 !important;
}
.dwh-pop-up-form .wpcf7-acceptance p a {
  display: inline;
  color: white;
}
.dwh-pop-up-form .button {
  margin-top: 5px;
}

@media (max-height: 800px) {
  body.page-template-dark-web-hub-template {
    overflow: auto !important;
  }
  .page-template-dark-web-hub-template .dwh-nav-section,
  .page-template-dark-web-hub-template .dwh-nav {
    height: 100% !important;
    max-height: unset !important;
  }
}
.post-type-archive-dark_web_hub_posts .news-block .footer-image {
  background: #F9F9F9;
}
.post-type-archive-dark_web_hub_posts .news-block img,
.post-type-archive-dark_web_hub_posts .news-block .footer-image::after {
  display: none;
}

#pop-up-form-dwh button {
  cursor: pointer !important;
}

@media (min-width: 1345px) {
  .page-template-dark-web-hub-template .fancybox-slide--video iframe,
  .tax-dark_web_hub_categories .fancybox-slide--video iframe,
  .page-template-dark-web-hub-podcasts .fancybox-slide--video iframe,
  .post-type-archive-dark_web_hub_posts .fancybox-slide--video iframe,
  .single-dark_web_hub_posts .fancybox-slide--video iframe {
    margin-top: 110px !important;
  }
}
.page-template-dark-web-hub-template .fancybox-container #form-8492,
.tax-dark_web_hub_categories .fancybox-container #form-8492,
.page-template-dark-web-hub-podcasts .fancybox-container #form-8492,
.post-type-archive-dark_web_hub_posts .fancybox-container #form-8492,
.single-dark_web_hub_posts .fancybox-container #form-8492 {
  margin-top: 90px !important;
}
.page-template-dark-web-hub-template .fancybox-container #form-8492 .hs-recaptcha,
.tax-dark_web_hub_categories .fancybox-container #form-8492 .hs-recaptcha,
.page-template-dark-web-hub-podcasts .fancybox-container #form-8492 .hs-recaptcha,
.post-type-archive-dark_web_hub_posts .fancybox-container #form-8492 .hs-recaptcha,
.single-dark_web_hub_posts .fancybox-container #form-8492 .hs-recaptcha {
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content,
.single-dark_web_hub_posts .fancybox-container .fancybox-content {
  max-width: 1000px;
  padding: 0 !important;
  background: transparent !important;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content iframe,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content iframe,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content iframe,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content iframe,
.single-dark_web_hub_posts .fancybox-container .fancybox-content iframe {
  max-height: 600px !important;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content form,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content form,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content form,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content form,
.single-dark_web_hub_posts .fancybox-container .fancybox-content form {
  max-width: 600px;
  width: 100%;
  background: #1A1A25;
  border: 1px solid #E64524;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 48em) {
  .page-template-dark-web-hub-template .fancybox-container .fancybox-content form,
  .tax-dark_web_hub_categories .fancybox-container .fancybox-content form,
  .page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content form,
  .post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content form,
  .single-dark_web_hub_posts .fancybox-container .fancybox-content form {
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 48em) {
  .page-template-dark-web-hub-template .fancybox-container .fancybox-content .col-2,
  .tax-dark_web_hub_categories .fancybox-container .fancybox-content .col-2,
  .page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content .col-2,
  .post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content .col-2,
  .single-dark_web_hub_posts .fancybox-container .fancybox-content .col-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content .form-columns-1,
.page-template-dark-web-hub-template .fancybox-container .fancybox-content .form-columns-2,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content .form-columns-1,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content .form-columns-2,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content .form-columns-1,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content .form-columns-2,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content .form-columns-1,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content .form-columns-2,
.single-dark_web_hub_posts .fancybox-container .fancybox-content .form-columns-1,
.single-dark_web_hub_posts .fancybox-container .fancybox-content .form-columns-2 {
  margin-top: 10px !important;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content p,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content p,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content p,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content p,
.single-dark_web_hub_posts .fancybox-container .fancybox-content p {
  margin-top: 10px;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content .wpcf7-acceptance p,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content .wpcf7-acceptance p,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content .wpcf7-acceptance p,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content .wpcf7-acceptance p,
.single-dark_web_hub_posts .fancybox-container .fancybox-content .wpcf7-acceptance p {
  margin: 0 !important;
  font-size: 13px !important;
  color: #707070 !important;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content .wpcf7-acceptance p a,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content .wpcf7-acceptance p a,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content .wpcf7-acceptance p a,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content .wpcf7-acceptance p a,
.single-dark_web_hub_posts .fancybox-container .fancybox-content .wpcf7-acceptance p a {
  display: inline;
  color: white;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content label,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content label,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content label,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content label,
.single-dark_web_hub_posts .fancybox-container .fancybox-content label {
  font-size: 15px !important;
  color: #FFFFFF !important;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content .wpcf7-response-output,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content .wpcf7-response-output,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content .wpcf7-response-output,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content .wpcf7-response-output,
.single-dark_web_hub_posts .fancybox-container .fancybox-content .wpcf7-response-output {
  color: white !important;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content .wpcf7-response-output p,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content .wpcf7-response-output p,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content .wpcf7-response-output p,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content .wpcf7-response-output p,
.single-dark_web_hub_posts .fancybox-container .fancybox-content .wpcf7-response-output p {
  color: white !important;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content .hs-fieldtype-textarea,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content .hs-fieldtype-textarea,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content .hs-fieldtype-textarea,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content .hs-fieldtype-textarea,
.single-dark_web_hub_posts .fancybox-container .fancybox-content .hs-fieldtype-textarea {
  margin-bottom: 0 !important;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content .legal-consent-container p,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content .legal-consent-container p,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content .legal-consent-container p,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content .legal-consent-container p,
.single-dark_web_hub_posts .fancybox-container .fancybox-content .legal-consent-container p {
  color: white !important;
  font-size: 15px !important;
}
.page-template-dark-web-hub-template .fancybox-container .fancybox-content input:not([type=submit]),
.page-template-dark-web-hub-template .fancybox-container .fancybox-content select,
.tax-dark_web_hub_categories .fancybox-container .fancybox-content input:not([type=submit]),
.tax-dark_web_hub_categories .fancybox-container .fancybox-content select,
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content input:not([type=submit]),
.page-template-dark-web-hub-podcasts .fancybox-container .fancybox-content select,
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content input:not([type=submit]),
.post-type-archive-dark_web_hub_posts .fancybox-container .fancybox-content select,
.single-dark_web_hub_posts .fancybox-container .fancybox-content input:not([type=submit]),
.single-dark_web_hub_posts .fancybox-container .fancybox-content select {
  margin: 0 !important;
  width: 100% !important;
}

.dwh-related-posts-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dwh-related-posts-btn a,
.dwh-related-posts-btn button {
  cursor: pointer !important;
}
.dwh-related-posts-btn .button-second {
  display: none;
  border: 1px solid #E94520 !important;
  background: #1A1A25 !important;
  cursor: pointer;
}
@media (max-width: 48em) {
  .dwh-related-posts-btn .button-second {
    display: block;
  }
}

.dwh-related-posts-btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}
.dwh-related-posts-btn-2 a,
.dwh-related-posts-btn-2 button {
  cursor: pointer !important;
}
.dwh-related-posts-btn-2 .button-second {
  display: none;
  border: 1px solid #E94520 !important;
  background: #1A1A25 !important;
  cursor: pointer;
}
@media (max-width: 48em) {
  .dwh-related-posts-btn-2 .button-second {
    display: block;
  }
}

.grid-posts a {
  text-decoration: none !important;
}
@media (min-width: 42.5em) {
  .grid-posts .col-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}

.button-container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.button-container a.button {
  border: 1px solid #E94520 !important;
  background: #1A1A25 !important;
}

.speak-heading {
  margin-top: 0 !important;
  font-size: 1.8rem;
  margin-bottom: 25px !important;
}

.page-template-dark-web-hub-template-v2 {
  margin-top: unset !important;
  background: #1A1A24 !important;
}
.page-template-dark-web-hub-template-v2 * {
  color: #ffffff;
}
.page-template-dark-web-hub-template-v2 .main-banner,
.page-template-dark-web-hub-template-v2 #masthead {
  display: none;
}
.page-template-dark-web-hub-template-v2 .site-branding > a {
  display: block;
}

.page-template-thank-you-page-template {
  margin-top: unset !important;
  background: #1A1A24 !important;
}
.page-template-thank-you-page-template * {
  color: #ffffff;
}
.page-template-thank-you-page-template .main-banner,
.page-template-thank-you-page-template #masthead {
  display: none;
}
.page-template-thank-you-page-template .site-branding > a {
  display: block;
}

/* Scss Document */
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading {
  -webkit-animation-name: loading;
          animation-name: loading;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
            transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
            transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
            transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
            transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
            transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
            transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.no-touchevents .sm-fade,
.no-touchevents .sm-slideup,
.no-touchevents .sm-slideleft,
.no-touchevents .sm-slideright {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fade,
.sm-fade,
.sm-slideup,
.sm-slideleft,
.sm-slideright {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.ie .sm-fade,
.ie .sm-slideup,
.ie .sm-slideleft,
.ie .sm-slideright,
.safari .sm-fade,
.safari .sm-slideup,
.safari .sm-slideleft,
.safari .sm-slideright {
  opacity: 1 !important;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}

.anim {
  visibility: hidden;
}

.animated, .anim {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*
==================================
HEIGHT BASED MEDIA QUERY
==================================
*/
/* HEIGHT AND WIDTH */
/*# sourceMappingURL=styles.css.map */
