<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

.placeholder {
  height: 120px;
  width: 100vw;
}

nav {
  width: 100vw;
  background-color: white;
  position: fixed;
  z-index: 100;
  top: 0;
  transform: translateY(0);
  transition: transform 350ms ease;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}
.hide-nav {
  transform: translateY(-100%) !important;
}
.hide-banner {
  transform: translateY(-44px);
}

nav ul {
  padding: 0;
}
nav li {
  margin: 0;
  list-style-type: none;  
}
nav a:hover {
  text-decoration: none !important;
  transition: 150ms ease-in-out;   
}

.nav_banner {
  padding: 12px 0;
  width: 100%;
  background-color: #f1f1f1;
}
.nav_banner .container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
}
.nav_banner a, .nav_banner button {
  color: var(--light-gray);
  font-size: 0.815rem;
  line-height: 0.815rem;
  font-weight: 500; 
}
.nav_banner a:hover, .nav_banner button:hover {
  color: var(--virtru-blue);
}

.language-switch {
}
.ls_link {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
}
.ls_dropdown {
  padding: 15px;
  width: 100%;
  left: -15px;
  position: absolute;
  z-index: 10;
  background-color: #f1f1f1;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 12px 4px -10px rgba(100, 100, 100, .2);
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand img {
  height: 60px;
  object-fit: contain;
} 

.nw_links {
  height: 84px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.nw_links ul {
  all: unset;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;    
}
.nw_links li {
  margin: 0;
  list-style-type: none;    
}
.nw_links a, .dropdown-button {
  padding: 35px 15px;
  height: 85px;
  color: var(--dark-gray);
  font-size: 0.875rem;
  line-height: 0.875rem;
  transition: 150ms ease-in-out; 
}
.nw_links a:hover, .dropdown-button:hover {
  color: var(--virtru-blue);
  text-decoration: none;      
}
.dropdown-button {
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 5px;    
}

.links_cta-search {
  display: flex;
  gap: 10px;
}
.links_cta-search form {
  display: flex;
  align-items: center;
  background-color: #eaedf1;
  border-radius: 40px;
  overflow: hidden;  
  flex-wrap: nowrap;
}
.search-input {
  all: unset;
  margin-left: 15px;
  padding: 0 !important;
  display: block !important;
  min-height: 1rem !important;
  width: 300px;
  max-width: 100%;
  font-family: "Clan FF Pro", Arial, sans-serif;
  color: black;
  font-size: 1rem !important;
  line-height: 1rem !important;
  background-color: #eaedf1 !important;
  border: none !important;
  transition: 250ms ease-in-out;  
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
  display: none; 
}
.closed {
  margin-left: 0;
  width: 0px !important;
  transition: 350ms ease-in-out;
}

#book-demo {
  padding: 8px 20px;
}
.search-button {
  all: unset;
  padding: 15px;
  height: 46px;
  width: 46px;
  object-fit: contain;
  cursor: pointer;
}
.search-button svg {
  height: 25px;
  width: 25px;
  object-fit: contain;
  fill: black !important;
  vertical-align: unset;
}

.search-button svg path {
  fill: black;
}

.dropdown {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  z-index: 50;
  background-color: #fafafa;
  border-top: solid 1px #e1e1e1;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 350ms ease-in-out;
}

.dd_content {
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.content_categories {
  margin: 0;
  padding: 30px 0;
  width: 100vw;
  display: flex;
  gap: 40px;
  justify-content: center;
  background-color: white;
}
.content_categories.gap {
  gap: 65px;
}
.content_categories.normal {
  margin: 0 0 0 -100%;
  padding: 30px 30px 30px 100%;
  width: fit-content;
}
.content_categories.reverse {
  margin: 0 -100% 0 0;
  padding: 30px 100% 30px 30px;
  width: fit-content;
}
.content_categories p, .content_categories .link-label {
  margin-bottom: 12px;
  display: block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  line-height: 1.15rem;
  text-transform: uppercase;
  color: black;
}

.content_categories li {
  margin-bottom: 17.5px;
  padding: 0 0 0 15px;
  line-height: 1.25rem;
}
.content_categories a:not(.link-label) {
  padding: 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: var(--dark-gray);
}

.category_links {
  position: relative;
  max-width: 230px;
}
.category_links:before {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  content: "";
  background: linear-gradient(180deg,#159dff,#c435e1 71.35%,#fe7a7d);
  box-shadow: 15px 25px 60pxrgba(0,0,0,.15);
}

.content_categories a:hover {
  text-decoration: none !important;
  color: var(--virtru-blue);
}

.content_box {
  padding: 30px 0;
  flex: 1 1 400px;
  max-width: 450px;
}
.content_box h3 {
  margin-bottom: 5px;
  font-size: 1rem;
}
.content_box p, .content_box a {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.content_box.reverse {
  order: -1;
}

#mobile-nav {
  display: none;
}



@media (max-width: 1379px) {
  #desktop-nav{
    display: none;
  }
  #mobile-nav {
    display: block;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  }
  
  .nav-wrapper {
    height: 84px;
  }
  
  .hamburger {
    all: unset;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: all 400ms cubic-bezier(.84,.06,.52,1.8);
  }
  .hamburger_bar {
    height: 2px;
    width: 25px;
    background-color: black;
    border-radius: 10px;
    opacity: 1;
    transition: all 400ms cubic-bezier(.84,.06,.52,1.8);
  }
  .hamburger.active .hamburger_bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger_bar:nth-child(1).initial {
    animation: loadUp 400ms cubic-bezier(.84,.06,.52,1.8) forwards;
  }
  .hamburger.active .hamburger_bar:nth-child(1) {
    animation: translateDown 400ms cubic-bezier(.84,.06,.52,1.8) forwards;
  }
  .hamburger:not(.active) .hamburger_bar:nth-child(1):not(.initial) {
    animation: resetUp 400ms cubic-bezier(.84,.06,.52,1.8) forwards;
  }
  @keyframes loadUp {
    0% {
      transform: translateY(7px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes translateDown {
    0% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(7px) rotate(0deg);
    }
    100% {
      transform: translateY(7px) rotate(45deg);
    }
  }
  @keyframes resetUp {
    0% {
      transform: translateY(7px) rotate(45deg);
    }
    50% {
      transform: translateY(7px) rotate(0deg);
    }
    100% {
      transform: translateY(0) rotate(0deg);
    }
  }

  .hamburger_bar:nth-child(3).initial {
    animation: loadDown 400ms cubic-bezier(.84,.06,.52,1.8) forwards;
  }
  .hamburger.active .hamburger_bar:nth-child(3) {
    animation: translateUp 400ms cubic-bezier(.84,.06,.52,1.8) forwards;
  }
  .hamburger:not(.active) .hamburger_bar:nth-child(3):not(.initial) {
    animation: resetDown 400ms cubic-bezier(.84,.06,.52,1.8) forwards;
  }
  @keyframes loadDown {
    0% {
      transform: translateY(-7px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @keyframes translateUp {
    0% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(-7px) rotate(-45deg);
    }
  }
  @keyframes resetDown {
    0% {
      transform: translateY(-7px) rotate(-45deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(0) rotate(0deg);
    }
  }

  .mobile-menu-wrapper {
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    position: fixed;
    z-index: 50;
    top: 128px;
    left: 0;
    background-color: rgba(75,75,75,.3);
    backdrop-filter: blur(4px);
    opacity 1;
    transition: opacity 350ms ease-in-out;
  }

  .mobile-menu {
    padding: 15px 90px 30px 30px;
    max-height: calc(100% - 200px);
    width: 320px;
    max-width: 100%;
    overflow: auto; 
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    transform: translateX(100%);
    background-color: white;
    border-top: solid 1px #e1e1e1;
    border-bottom-left-radius: 10px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    transition: transform 400ms ease-in-out;
  }
  .translate {
    transform: translateX(0);
    transition: transform 400ms ease-in-out;
  }
  .dropdown-button {
    padding: 20px 10px;
    height: auto;
    width: 100%;
  }
  
  .mm_nav {
    margin-top: 0;
  }
  .mm_categories {
    margin-left: 30px;
    max-height: 0;
    opacity: 0;
    overflow: hidden; /* Prevents content from overflowing while hidden */
    transition: max-height 500ms cubic-bezier(.84,.06,.52,1.8), opacity 350ms ease; 
  }
  .dropdown-button.active ~ .mm_categories {
    margin-bottom: 20px;
  }
  .mm_categories p {
   text-transform: uppercase;
  }
  .dropdown-button.active ~ .mm_categories {
    max-height: 1000px;
    opacity: 1;
    transition: max-height 500ms cubic-bezier(.84,.06,.52,1.8), opacity 350ms ease;
  }
  .mm_categories &gt; div {
    display: none;
  }
  .dropdown-button.active ~ .mm_categories &gt; div {
    display: block;
  }
  .nav-arrow {
    fill: black !important; 
  }
    
  .mm_categories p {
    margin-bottom: 8px;
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 1px;
  }
  .mm_categories ul {
    margin: 0 0 15px 15px;
    white-space: normal;
  }
  .mm_links li {
    word-wrap: break-word;
  }
  
  .mm_links a {
    margin-bottom: 1rem;
    font-size: 0.815rem;
    line-height: 1.25rem;
    display: block;
    color: var(--dark-gray);
  }
  .mm_links a:hover {
    color: var(--virtru-blue);
  }
  
  .links_cta-search {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 450px) {
  .nav_banner a, .nav_banner button {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .mobile-menu {
    box-sizing: border-box;
    max-height: calc(100% - 121px);
    width: 100%;
    padding: 15px 15px 30px;
    border-radius: 0;
  }
}</pre></body></html>