@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/Roboto-Regular-20000d75440612ea9275ebd2723e3fa8730d6bbfd445ed31bad745bec6164d8b.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/Roboto-Medium-6dd38ee27a77b8ce1172b15c8fa10ea0e588a54505741f5d397ebf466c199fa6.ttf);

}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/RobotoCondensed-Regular-515b3a9526fc43b37c4ecbfdae2409ff89bd04fe03d83dfa9c51e0f40630e777.ttf);
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/RobotoCondensed-Bold-7cc1d8d17b69a7127155cb03e5f220a6c536432d7c5d6ccf118712f08a0d7285.ttf);
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type='button'],
input[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid !important;
}
.wf-layout-cell {
  display: flex !important;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 55px;
  line-height: 58px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #b9bbbe;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  color: #00aef0;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 16px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

li {
  margin-bottom: 20px;
  font-size: 19px;
}

strong {
  color: #fff;
  font-weight: 700;
}

em {
  color: #fff;
  font-style: italic;
}

.ghostery_intro {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.ghostery_body {
  background-color: #2f3136;
}

.ghostery_h1 {
  background-image: linear-gradient(112deg, #f57f7b 30%, #0299f1 81%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ghostery_h3 {
  margin-top: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #b9bbbe;
  font-size: 25px;
  font-weight: 400;
}

.ghostery_new {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #36393f;
}

.ghostery_container-650 {
  max-width: 650px;
}

.ghostery_flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ghostery_feature-left {
  width: 40%;
  margin-right: 40px;
}

.ghostery_h4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.ghostery_paragraph {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #b9bbbe;
  font-size: 19px;
  line-height: 28px;
}

.ghostery_feature-right {
  max-width: 60%;
  padding-top: 12px;
}

.ghostery_small-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #797c81;
  font-size: 15px;
}

.ghostery_list {
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #b9bbbe;
  font-size: 19px;
  line-height: 28px;
}

.ghostery_h5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.ghostery_spacer-40 {
  height: 40px;
}

.ghostery_green {
  color: #68da78;
}

.ghostery_read-more {
  background-image: linear-gradient(120deg, #f57f7b, #0299f1 37%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #b9bbbe;
  font-size: 19px;
  line-height: 28px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ghostery_old {
  padding-top: 70px;
  padding-bottom: 70px;
  border: 1px solid #202225;
}

.ghostery_red {
  color: #e65a5a;
}

.ghostery_blue {
  color: #62d0fa;
}

.ghostery_spacer-15 {
  height: 15px;
}

.ghostery_text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #b9bbbe;
  font-size: 19px;
  line-height: 28px;
}

.ghosteyr_bug-badge {
  position: relative;
  top: -2px;
  border-style: solid;
  border-width: 3px 6px;
  border-color: #d86363;
  border-radius: 3px;
  background-color: #d86363;
  color: #36393f;
  font-size: 10px;
  line-height: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.ghosteyr_improved-badge {
  position: relative;
  top: -2px;
  border-style: solid;
  border-width: 3px 6px;
  border-color: #5ebce0;
  border-radius: 4px;
  background-color: #5ebce0;
  color: #36393f;
  font-size: 10px;
  line-height: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.ghosteyr_new-badge {
  position: relative;
  top: -2px;
  display: inline;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 3px 6px;
  border-color: #67c574;
  border-radius: 4px;
  background-color: #67c574;
  color: #36393f;
  font-size: 10px;
  line-height: 0px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.ghostery_key-badge {
  border-style: solid;
  border-width: 3px 6px;
  border-color: #989898;
  border-radius: 3px;
  background-color: #989898;
  color: #36393f;
  font-size: 14px;
  line-height: 24px;
}

.ghostery_code-badge {
  font-family: Inconsolata, monospace;
  color: #ccbc7a;
  line-height: 24px;
}

.ghpstery_footer {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #202225;
}

.ghostery_small-text-footer {
  max-width: 600px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #797c81;
  font-size: 14px;
  text-align: center;
}

.ghostery_link {
  border-bottom: 1px solid rgba(185, 187, 190, 0.3);
  color: #b9bbbe;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.ghostery_old-template {
  display: none;
  padding-top: 70px;
  padding-bottom: 70px;
  border: 1px solid #202225;
}

.body-dark {
  background-color: #2f3136;
}

.navbar {
  margin-top: 15px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-left: 130px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-link-main {
  font-family: Roboto, sans-serif;
  color: #b9bbbe;
  font-weight: 700;
}

.nav-link-main:hover {
  color: #00aef0;
}

.nav-link-main.w--current {
  color: #fff;
}

.dropdown-toggle {
  padding-right: 35px;
  font-family: Roboto, sans-serif;
  color: #b9bbbe;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-toggle:hover {
  color: #fff;
}

.dropdown-toggle.w--open {
  color: #00aef0;
}

.icon {
  margin-right: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.dropdown-list {
  margin-top: -5px;
  background-color: #404044;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list.w--open {
  width: 330px;
  border-radius: 4px;
}

.dropdown-link {
  display: none;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 46px;
  font-family: Roboto, sans-serif;
  color: #b9bbbe;
}

.dropdown-link:hover {
  background-color: #494b4f;
  background-image: url(/assets/download-icon-7a01bd1e551de489e59a572539112f3889b13d6c4fd5a1fd711645b8d5b14238.svg);
  background-position: 20px 48%;
  background-repeat: no-repeat;
  color: #00aef0;
}

.product-name-dropdown {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
}

.dropdown-item {
  width: 100%;
  padding: 12px 20px 12px 46px;
}

.dropdown-item:hover {
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.dropdown-item.extension {
  background-image: url(/assets/ghostery-extension-logo-5b7831fbb021cc64efd8feeb5ec56ccbb0502068a2c8ac578bfa9a76fbf38cc9.svg);
  background-position: 20px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.dropdown-item.extension.w--current {
  background-image: url(/assets/4x4-bullet-77f84a91271276bdf0b7e8f2099737e7bda9b940081ddc3b68ace6d7a4d5c0aa.svg), url(/assets/ghostery-extension-logo-5b7831fbb021cc64efd8feeb5ec56ccbb0502068a2c8ac578bfa9a76fbf38cc9.svg);
  background-position: 8px 50%, 20px 50%;
  background-size: auto, 19px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-item.dawn {
  background-image: url(/assets/ghostery-dawn-logo-4d6acd6ce91f40f6aae539b63ab877a10db8a70803a36f716650801ee9bc9d9c.svg);
  background-position: 20px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.dropdown-item.dawn.w--current {
  background-image: url(/assets/4x4-bullet-77f84a91271276bdf0b7e8f2099737e7bda9b940081ddc3b68ace6d7a4d5c0aa.svg), url(/assets/ghostery-dawn-logo-4d6acd6ce91f40f6aae539b63ab877a10db8a70803a36f716650801ee9bc9d9c.svg);
  background-position: 8px 50%, 20px 50%;
  background-size: auto, 19px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-item.glow {
  background-image: url(/assets/ghostery-glow-logo-d11b247ea016abfc3838decd997edf23d0098d481dc561ea14bce380eb8cb44e.svg);
  background-position: 20px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.dropdown-item.glow.w--current {
  background-image: url(/assets/4x4-bullet-77f84a91271276bdf0b7e8f2099737e7bda9b940081ddc3b68ace6d7a4d5c0aa.svg), url(/assets/ghostery-glow-logo-d11b247ea016abfc3838decd997edf23d0098d481dc561ea14bce380eb8cb44e.svg);
  background-position: 8px 50%, 20px 50%;
  background-size: auto, 19px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-item.insights {
  background-image: url(/assets/ghostery-insights-logo-986d12ed9c5443577a416f0a8b614f2cb54d8a643218145361ac3d5256e88524.svg);
  background-position: 20px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.dropdown-item.insights.w--current {
  background-image: url(/assets/4x4-bullet-77f84a91271276bdf0b7e8f2099737e7bda9b940081ddc3b68ace6d7a4d5c0aa.svg), url(/assets/ghostery-insights-logo-986d12ed9c5443577a416f0a8b614f2cb54d8a643218145361ac3d5256e88524.svg);
  background-position: 8px 50%, 20px 50%;
  background-size: auto, 19px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-item.privacy-digest {
  background-image: url(/assets/ghostery-privacy-digest-icon-0bccbfe046f1e3c204398e7b93f497df6e59bb3ac7ad806d6f9e06b607e20175.svg);
  background-position: 20px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.dropdown-item.privacy-digest.w--current {
  background-image: url(/assets/4x4-bullet-77f84a91271276bdf0b7e8f2099737e7bda9b940081ddc3b68ace6d7a4d5c0aa.svg), url(/assets/ghostery-privacy-digest-icon-0bccbfe046f1e3c204398e7b93f497df6e59bb3ac7ad806d6f9e06b607e20175.svg);
  background-position: 8px 50%, 20px 50%;
  background-size: auto, 19px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-div-mobile {
  display: none;
  margin-left: 20px;
  padding: 20px 20px 4px 26px;
  background-image: url(/assets/ghostery-mobile-logo-f069cd05150c29de6e3ce0ec0c935f2b50d5ed2d089f9273d6b79f6431884276.svg);
  background-position: 0% 19px;
  background-size: 19px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.sign-in {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  padding-right: 37px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(/assets/sign-in-79b2cbae7815d1e5267b0b0412d5dc16328e4bfc64d98e5ee001a69327395bad.svg);
  background-position: 88% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #b9bbbe;
  font-weight: 700;
}

.sign-in:hover {
  background-color: #00aef0;
  background-image: url(/assets/sign-in-white-3a210af4a85833b7c0785a4e752be1e3bdf0fa0c7890a87ac415f40ee2b6dddf.svg), url(/assets/sign-in-79b2cbae7815d1e5267b0b0412d5dc16328e4bfc64d98e5ee001a69327395bad.svg);
  background-position: 88% 50%, 88% 50%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.dropdown-link-open {
  display: none;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 46px;
  font-family: Roboto, sans-serif;
  color: #b9bbbe;
}

.dropdown-link-open:hover {
  background-color: #494b4f;
  background-image: url(/assets/open-arrow-icon-5687458b17d2892eac96410def5dfb198ae7920d1d041a00cede75ef65eff3b4.svg);
  background-position: 20px 48%;
  background-repeat: no-repeat;
  color: #00aef0;
}

.dropdown-link-open.w--current {
  background-image: url(/assets/4x4-bullet-77f84a91271276bdf0b7e8f2099737e7bda9b940081ddc3b68ace6d7a4d5c0aa.svg);
  background-position: 26px 48%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.mainafold-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #202225;
  background-image: url(/assets/bg-RT-c404b8dae7d5ff4d31975c81c0255b9c8e7cbd891c65945a34bebd6de17ef5ef.svg), url(/assets/bg-LT-06decd23f31ee5aa674cf3d6b98a396bd381b2f036972cfd708e593a96fb993a.svg);
  background-position: 85% 20px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  color: #dad3d3;
  text-align: center;
}

.button-medium-ghosty {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 16px 29px 14px 55px;
  border-radius: 30px;
  background-image: url(/assets/flat-ghosty-white-d13898a5b63d0d4aef834aaf7c9141bd797234c0409e6de5cb5a24a8e6b57cd3.svg);
  background-position: 28px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-medium-ghosty.blue {
  background-color: #00aef0;
}

.button-medium-ghosty.gradient-dawn {
  background-image: url(/assets/flat-ghosty-white-d13898a5b63d0d4aef834aaf7c9141bd797234c0409e6de5cb5a24a8e6b57cd3.svg), linear-gradient(160deg, #d36767, #009af0);
  background-position: 28px 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
}

.h2.cap {
  text-transform: uppercase;
}

.h2.cap.limited-2 {
  width: 600px;
  margin-bottom: 60px;
}

.benefit-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-product._40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-product._20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-product.main-b-margin {
  margin-bottom: 40px;
}

.mainbfold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 100px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #202225;
  color: #fff;
  text-align: center;
}

.mainbfold.insighs {
  margin-top: 30px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(/assets/insights-2-31b40536ab993a5eacd6305ba0983fd609250c001735bd9c44ae743daf63aab0.png), url(/assets/insights-1-eeb27a42fe13d5dc53543351abecaeabe1d16a3d1129e073a570a6b07dda1485.png);
  background-position: 130% 50%, -30% 50%;
  background-size: 499px, 499px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mainbfold.dawn-gradient {
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-image: linear-gradient(333deg, #006293 14%, #ae657c);
}

.mainbfold.dawn-gradient.lp {
  max-height: 1000px;
}

.mainbfold.white {
  background-color: #fff;
}

.mainbfold.dawn-gradient-extended {
  margin-top: -110px;
  border-bottom-style: none;
  background-image: url(/assets/gradient-planet-3055b5153413ac1e2d051330f5383c3df956ce401f4b0519469ca4b364889a40.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0.8);
}

.mainbfold.blue-wave {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: #009cd7;
  text-align: left;
}

.mainbfold._100-padding {
  margin-top: 100px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.mainbfold.no-bottom-line {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.mainbfold.down-gradient-planet-2 {
  min-height: 1500px;
  padding-top: 200px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-image: url(/assets/gradient-planet2-5d970f1a611302611230dfcc47f7fd9e0cd0141cd6a28f02f761c1d1845d4134.svg);
  background-position: 50% 0%;
  background-size: 1500px;
  background-repeat: no-repeat;
}

.mainbfold.insights {
  background-image: linear-gradient(157deg, rgba(39, 111, 139, 0.2), #357d9a);
}

.mainbfold.insights.lp {
  max-height: 1000px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.mainbfold._400-padding {
  margin-top: 430px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.mainbfold.bg-charts {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #132c37;
  background-image: url(/assets/insights-bg-blue_blur-7c51121d7bf65725a9514f266282e1146f897cfd4294c087e44368f639237a8b.svg), url(/assets/insights-bg-purple_blur-a76818b108c69f80c62871c11fc30ba0cf1c7dc61068b64e22a428f3dfeb709c.svg);
  background-position: -1000px 70%, 800px 100%;
  background-size: 2000px, 1000px;
  background-repeat: no-repeat, no-repeat;
}

.text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text.narrow {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.text.narrow.grey {
  color: #828386;
}

.text.small {
  font-size: 13px;
}

.text.grey.blog-author {
  margin-top: 20px;
}

.text.grey-dark-solid {
  color: #7a7a7a;
}

.text.grey-dark-solid.margin-25 {
  max-width: 500px;
  margin-top: 25px;
  margin-bottom: 40px;
}

.text.transparent {
  color: hsla(0, 0%, 100%, 0.5);
}

.text.transparent.margin-top-15 {
  margin-top: 15px;
}

.text.bold {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}

.whotracksme-wrap {
  position: static;
  width: 230px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.34;
}

.button-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-link.blue {
  background-color: rgba(56, 152, 236, 0);
  color: #00aef0;
}

.button-link.blue.cap {
  text-transform: uppercase;
}

.button-link.blue.cap:hover {
  color: #fff;
}

.button-link.blue.cap.left-margin-0 {
  margin-top: 10px;
  padding-left: 0px;
}

.r-arrow {
  font-size: 23px;
  font-weight: 400;
}

.r-arrow.ghostery_blue {
  color: #00aef0;
}

.cap {
  color: #fff;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.cap.gradient-dawn {
  background-image: linear-gradient(166deg, #129bf2 7%, #f77d7a 92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cap.limited {
  max-width: 380px;
}

.cap.gradient-glow {
  background-image: linear-gradient(166deg, #65a63e 4%, #00b0f5 68%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cap.condensed {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.cap.gradient-glow {
  background-image: linear-gradient(171deg, #5fa949 7%, #00aef0 75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cap.section-heading {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 3px solid #00aef0;
  background-image: radial-gradient(circle farthest-corner at 50% 400%, #00aef0, rgba(0, 174, 240, 0) 82%);
}

.grey {
  color: rgba(255, 255, 255, 0.43);
}

.grid-icons {
  margin-top: 14px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-big-ghosty {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 30px 19px 57px;
  border-radius: 40px;
  background-image: url(/assets/flat-ghosty-white-d13898a5b63d0d4aef834aaf7c9141bd797234c0409e6de5cb5a24a8e6b57cd3.svg);
  background-position: 28px 52%;
  background-size: 21px;
  background-repeat: no-repeat;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-big-ghosty.gradient-dawn {
  background-color: #00aef0;
  background-image: url(/assets/flat-ghosty-white-d13898a5b63d0d4aef834aaf7c9141bd797234c0409e6de5cb5a24a8e6b57cd3.svg), linear-gradient(162deg, #d36767 10%, #009af0);
  background-position: 28px 52%, 0px 0px;
  background-size: 21px, auto;
  background-repeat: no-repeat, repeat;
}

.mainafold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dad3d3;
  text-align: center;
}

.mainafold.pricing {
  min-height: 660px;
  border-bottom-style: none;
  background-image: url(/assets/ghosty-space-7312951e2e2940ce4ce7b19e36699cf445a5b12e65777311b7fd5f6d84c89ca3.svg), url(/assets/rocket-launch-84db794bedfbb18d49bd836a970fe3315bed41b42dfdbbf0609f9500b213955f.svg), url(/assets/starry-r-85378a35137744e86d888100a8301d1dd58eff9e31ab476a4e46ddc30445e0f6.svg), url(/assets/starry-l-79b3b3314cdcaa5c2c7d57f10ec50cc5c3d491f66cd9c39b772328a221b5ba0e.svg);
  background-position: 80% 170px, 10% 190px, 90% 0%, 10% 0px;
  background-size: auto, auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.mainafold.max-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 800px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(/assets/2dots-r-c6a31b166319231db72e2661f875c79045d1a8972f0754c43ceab091f40ed712.svg), url(/assets/dot-r-5af4c1e8d6462d9aae3f1a70e4fbd24d408cd87f2d258833fcb02564854fe3d0.svg), url(/assets/b-ring-r-94c35cea560c160d45ee5578ff28da7154620cc0eb874360285486ca4f930e4c.svg), url(/assets/14-ea7168b1e1726d26d3ea711ee0c2c66879471ce696d4e1e2f95291c7c7d37e2a.svg), url(/assets/cross-l-00271270bb726ee0bc9c65ea65507402d702fdaa36e9cc3dc38925eff8f8e61d.svg), url(/assets/3dots-l-0263fe21f4361063054fdc7dabb7abcbb0375246b238eea350147aadf56e9349.svg), url(/assets/b-ring-l-f528915a013adc17dccd47d6f9341152901e6722bfddcf31fcc80b3a7da59cb6.svg), url(/assets/cursor-af0b28e288e08de30eb6592dccf049a49ae2be15edb5d3a20a40c3f43edf1c55.png);
  background-position: 69% 95%, 90% 3%, 99% 40%, 64% 0%, 8% 160px, 7% 8%, 9% 87%, 31% 95%;
  background-size: auto, auto, auto, auto, auto, auto, auto, 76px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.mainafold.glow-search {
  min-height: 100vh;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(/assets/bg-RB-379d201b0ce7dd07b82f4f81b2087ba1e2a8d4570084a26573a94fe421cb38db.svg), url(/assets/bg-LT-06decd23f31ee5aa674cf3d6b98a396bd381b2f036972cfd708e593a96fb993a.svg);
  background-position: 100% 96%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.limited {
  max-width: 430px;
}

.limited._75-transparency {
  color: hsla(0, 0%, 100%, 0.75);
}

.pricing-tabs {
  margin-top: 40px;
  margin-bottom: 0px;
}

.pricingtab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  min-height: 126px;
  min-width: 220px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
  background-color: hsla(0, 0%, 86.7%, 0);
  opacity: 0.4;
  font-family: Roboto, sans-serif;
  color: #e5c091;
}

.pricingtab.w--current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #e5c091;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url(/assets/golden-star-742a0c61acd20a7a470b17de83e17f1a4ed90b3fe2816104392064da1ad65fb4.svg);
  background-position: 25px 21px;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: Roboto, sans-serif;
}

.gold {
  margin-top: 10px;
  color: #e5c091;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-in-a-pricing-tab {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.grid-features {
  width: 940px;
  margin-top: 70px;
  margin-bottom: 40px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-flow: row;
  grid-column-gap: 6px;
  grid-row-gap: 12px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6"
    "Area-7 Area-8 Area-9";
  -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 12px auto 12px auto;
  grid-template-rows: auto auto auto;
}

.featurecell-grid {
  position: relative;
  min-height: 140px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 89px;
  border-radius: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0));
  text-align: left;
}

.feature-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 63px;
  height: 63px;
  margin-top: 12px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
}

.regular-cap {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/assets/r-ring-36a5e9299ca1a8112c96f645df6176cc6ebb23c13e4013b84891176f714ab30c.svg);
  background-position: 50% 50%;
  background-size: cover;
}

.l {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  margin-right: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/assets/l-ring-5c58064152f6709300c84f203596dea302aee8a7c3ba2702fcc52a6b6200bf7e.svg);
  background-position: 50% 50%;
  background-size: cover;
}

.c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/assets/c-ring-07a98855dac489cab3cafdccdbd0d42fd7b6ae811a0c3da3a5fca6753906d3e2.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.rings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 300px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rings-icon {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 63px;
  margin-top: 0px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.8;
}

.slider {
  width: 50%;
  height: 350px;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: rgba(0, 0, 0, 0.8);
}

.right-arrow {
  margin-right: -120px;
  opacity: 0.5;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 0.8;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.right-arrow:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.left-arrow {
  margin-left: -120px;
  opacity: 0.5;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.left-arrow:hover {
  opacity: 0.8;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.left-arrow:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.slide-nav {
  margin-bottom: -40px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.quotation-mark {
  margin-bottom: 5px;
  margin-left: -3px;
  padding-top: 43px;
  font-family: Oswald, sans-serif;
  color: #00aef0;
  font-size: 170px;
  line-height: 0px;
}

.text-medium {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.64);
  font-size: 22px;
  line-height: 27px;
}

.text-medium.white.transparent-80 {
  color: hsla(0, 0%, 100%, 0.8);
}

.text-medium.grey-transparent {
  color: rgba(0, 0, 0, 0.88);
}

.text-medium.bottom-margin-20 {
  margin-bottom: 20px;
}

.slide-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.what-users-are-saying {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  padding: 20px;
}

.slide-wrapper-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-wrapper-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.slide-wrapper-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}

.image-3 {
  width: 100%;
}

.boosted-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.boosted-div {
  width: 50%;
  font-family: Roboto, sans-serif;
}

.checkmark1 {
  padding-left: 30px;
  background-image: url(/assets/check-mark1-d36c275822a57ac65dcdc1b0187fe1aefd4b0077f32a067c5a8db9ee5e9fc7f6.svg);
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.checkmark1.hide {
  display: none;
}

.boosted-list {
  margin-bottom: 15px;
  padding-left: 47px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 22px;
}

.boosted-list.hide {
  display: none;
}

.limited-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dad3d3;
  text-align: center;
}

.blog-header-image {
  width: 100%;
  min-height: 100px;
  border-radius: 18px;
}

.blog-main-image {
  border-radius: 18px;
}

.blog-category {
  font-family: 'Roboto Condensed', sans-serif;
  color: #00aef0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-category.small {
  font-size: 13px;
  font-weight: 400;
}

.blog-grid-item {
  display: block;
  min-height: 240px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.collection-item {
  display: block;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-left: 4px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.collection-list {
  display: block;
  margin-right: -4px;
  margin-left: -4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-grid-image {
  min-height: 209px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-color: hsla(0, 0%, 100%, 0.13);
  background-image: url(/assets/Dating_Apps-03-3ccce6d60c4db1948fb12211478d86e1ed991946d85d40030c255665839b8acd.png);
  background-position: 50% 50%;
  background-size: cover;
}

.link-block {
  display: inline-block;
  width: 100%;
  border-radius: 18px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 525ms cubic-bezier(0, .276, 0, .995);
  transition: -webkit-transform 525ms cubic-bezier(0, .276, 0, .995);
  transition: transform 525ms cubic-bezier(0, .276, 0, .995);
  transition: transform 525ms cubic-bezier(0, .276, 0, .995), -webkit-transform 525ms cubic-bezier(0, .276, 0, .995);
}

.link-block:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-grid-title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.rich-text-blog {
  max-width: 660px;
  margin-top: 50px;
  font-family: Roboto, sans-serif;
  color: #b9bbbe;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.blog-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #dad3d3;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-dark {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  height: 100%;
  opacity: 0.3;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-link:hover {
  color: #76cdea;
  text-decoration: none;
}

.footer-link.hide {
  display: block;
}

.div-block {
  text-align: left;
}

.footer-last-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-menu {
  min-width: 210px;
  padding-left: 4px;
}

.social-media-box {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-right: 5px;
  opacity: 0.7;
}

.social-media-box:hover {
  opacity: 1;
}

.social-icon {
  width: 20px;
  height: 20px;
}

.language {
  display: none;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.22);
  border-radius: 3px;
  color: hsla(0, 0%, 100%, 0.43);
}

.language:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.dropdown-link-2 {
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.dropdown-list-2 {
  background-color: hsla(0, 0%, 86.7%, 0.15);
}

.dropdown-list-2.w--open {
  background-color: #000;
}

.mainbfold---top-zero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dad3d3;
  text-align: center;
}

.side-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  min-height: 100px;
  min-width: 240px;
  padding-right: 10px;
  text-align: left;
}

.content-container-r {
  min-height: 100px;
  min-width: 700px;
  padding-left: 40px;
  text-align: left;
}

.side-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding-top: 90px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #dad3d3;
  text-align: center;
}

.side-menu-list {
  list-style-type: none;
}

.side-menu-item {
  margin-bottom: 15px;
}

.side-menu-item.child {
  display: none;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 12px;
}

.side-menu-item.child.last {
  margin-bottom: 15px;
}

.side-menu-item.child.first {
  margin-top: -10px;
}

.side-menu-item.last {
  margin-bottom: 0px;
}

.hero {
  display: block;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-container.text-white {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.hero-image-mask {
  width: 100%;
  max-width: 50%;
  margin-left: 0px;
  padding-right: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.column-basic-50-50 {
  min-width: 940px;
  margin: 0px;
  text-align: left;
}

.basic-left {
  padding-right: 20px;
  padding-left: 0px;
}

.basic-right {
  padding-right: 0px;
  padding-left: 20px;
}

.hero-text-block {
  padding-left: 20px;
}

.list-item-2 {
  padding-bottom: 5px;
}

.mainbfold-darker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #202225;
  background-color: #202225;
  color: #dad3d3;
  text-align: center;
}

.mainbfold-darker.glow {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(101, 166, 62, 0), rgba(49, 13, 0, 0) 48%, rgba(0, 176, 245, 0.07));
}

.mainbfold-darker.boo {
  padding-top: 300px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #12121c;
  background-image: url(/assets/b-camera-r-9ff462dc54785076f5fc70fe8d231c57e7c4975d112de6765719f7ce992ac222.svg), url(/assets/b-ad-r-99eff6e4c9599fc869cf4c5109c8d69c95285e7eca9f0e86662f7baac65b43c3.svg), url(/assets/camera-burn-r-4f48d1b56e828ef4a271baff98aeda58902c94b36604d89cc9fc64cf31b83c5b.svg), url(/assets/bug-burn-r-a347f4eb25a1a2cc7ca81e71d402046ded6fcfa84970d9547a461beabdcd06ad.svg), url(/assets/eye-l-4c3d7eaadfbc64497e07c2713bc7e6409bb03f178cdd0fe4f0a781b1eede61e7.svg), url(/assets/bug-l-6e7406d5d1d79e5c419863e9965815162634683fce6439c68592b1c1f2cfc3b5.svg), url(/assets/dots-how-bg-653486f52decd70b62752c77ac1760134a7579803751d7872e414d8090bb94bf.svg), url(/assets/eye-burn-l-8ea9759db627abf183ce0bc93092a387461e88c251e068d6ec77f39a05b0a226.svg), url(/assets/ad-strike-aabe2729e352dc2925fbbed92f3a30ce6e75effa97f3562a7a29f005e60a6766.png), url(/assets/ad-l-66b31753dcf611f039d9fb88b717f2227684de3dc36a3f4e1e1f7ffaa018fe38.svg), url(/assets/b-eye-l-d7c2ebe33d312895d5bacfe0ccedf540644c1868b7c7ab803f4add647ff919fc.svg);
  background-position: 87% 50%, 91% 7%, 68% 16%, 62% 44%, 19% 23%, 28% 0px, 35% 25%, 31% 21%, 40% 32%, 31% 58%, 12% 65%;
  background-size: auto, auto, auto, auto, auto, auto, auto, auto, 213px, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  opacity: 1;
}

.mainbfold-darker.boo.wave {
  padding-bottom: 170px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-image: url(/assets/wave-pattern-0bcda12d3d60492354768f9d5336e9be08e2248c49db82ca095d31c18049fad0.svg), url(/assets/b-camera-r-9ff462dc54785076f5fc70fe8d231c57e7c4975d112de6765719f7ce992ac222.svg), url(/assets/b-ad-r-99eff6e4c9599fc869cf4c5109c8d69c95285e7eca9f0e86662f7baac65b43c3.svg), url(/assets/camera-burn-r-4f48d1b56e828ef4a271baff98aeda58902c94b36604d89cc9fc64cf31b83c5b.svg), url(/assets/bug-burn-r-a347f4eb25a1a2cc7ca81e71d402046ded6fcfa84970d9547a461beabdcd06ad.svg), url(/assets/eye-l-4c3d7eaadfbc64497e07c2713bc7e6409bb03f178cdd0fe4f0a781b1eede61e7.svg), url(/assets/bug-l-6e7406d5d1d79e5c419863e9965815162634683fce6439c68592b1c1f2cfc3b5.svg), url(/assets/dots-how-bg-653486f52decd70b62752c77ac1760134a7579803751d7872e414d8090bb94bf.svg), url(/assets/eye-burn-l-8ea9759db627abf183ce0bc93092a387461e88c251e068d6ec77f39a05b0a226.svg), url(/assets/ad-strike-aabe2729e352dc2925fbbed92f3a30ce6e75effa97f3562a7a29f005e60a6766.png), url(/assets/ad-l-66b31753dcf611f039d9fb88b717f2227684de3dc36a3f4e1e1f7ffaa018fe38.svg), url(/assets/b-eye-l-d7c2ebe33d312895d5bacfe0ccedf540644c1868b7c7ab803f4add647ff919fc.svg);
  background-position: 50% 100%, 87% 50%, 91% 7%, 68% 13%, 62% 23%, 19% 22%, 28% 0px, 34% 14%, 31% 14%, 40% 19%, 31% 45%, 11% 50%;
  background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, 213px, auto, auto;
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.mainbfold-darker.boo.wave2 {
  margin-bottom: -2px;
  padding-bottom: 149px;
  background-image: url(/assets/wave-pattern-0bcda12d3d60492354768f9d5336e9be08e2248c49db82ca095d31c18049fad0.svg), url(/assets/b-camera-r-9ff462dc54785076f5fc70fe8d231c57e7c4975d112de6765719f7ce992ac222.svg), url(/assets/b-ad-r-99eff6e4c9599fc869cf4c5109c8d69c95285e7eca9f0e86662f7baac65b43c3.svg), url(/assets/camera-burn-r-4f48d1b56e828ef4a271baff98aeda58902c94b36604d89cc9fc64cf31b83c5b.svg), url(/assets/bug-burn-r-a347f4eb25a1a2cc7ca81e71d402046ded6fcfa84970d9547a461beabdcd06ad.svg), url(/assets/eye-l-4c3d7eaadfbc64497e07c2713bc7e6409bb03f178cdd0fe4f0a781b1eede61e7.svg), url(/assets/bug-l-6e7406d5d1d79e5c419863e9965815162634683fce6439c68592b1c1f2cfc3b5.svg), url(/assets/dots-how-bg-653486f52decd70b62752c77ac1760134a7579803751d7872e414d8090bb94bf.svg), url(/assets/eye-burn-l-8ea9759db627abf183ce0bc93092a387461e88c251e068d6ec77f39a05b0a226.svg), url(/assets/ad-strike-aabe2729e352dc2925fbbed92f3a30ce6e75effa97f3562a7a29f005e60a6766.png), url(/assets/ad-l-66b31753dcf611f039d9fb88b717f2227684de3dc36a3f4e1e1f7ffaa018fe38.svg), url(/assets/b-eye-l-d7c2ebe33d312895d5bacfe0ccedf540644c1868b7c7ab803f4add647ff919fc.svg);
  background-position: 50% 100%, 87% 50%, 91% 7%, 68% 16%, 62% 44%, 19% 23%, 28% 0px, 35% 25%, 31% 21%, 40% 32%, 31% 58%, 12% 65%;
  background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, 213px, auto, auto;
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.mainbfold-darker.boo.wave3 {
  margin-bottom: -3px;
  padding-bottom: 140px;
  background-image: url(/assets/wave-pattern-0bcda12d3d60492354768f9d5336e9be08e2248c49db82ca095d31c18049fad0.svg), url(/assets/b-camera-r-9ff462dc54785076f5fc70fe8d231c57e7c4975d112de6765719f7ce992ac222.svg), url(/assets/b-ad-r-99eff6e4c9599fc869cf4c5109c8d69c95285e7eca9f0e86662f7baac65b43c3.svg), url(/assets/camera-burn-r-4f48d1b56e828ef4a271baff98aeda58902c94b36604d89cc9fc64cf31b83c5b.svg), url(/assets/bug-burn-r-a347f4eb25a1a2cc7ca81e71d402046ded6fcfa84970d9547a461beabdcd06ad.svg), url(/assets/eye-l-4c3d7eaadfbc64497e07c2713bc7e6409bb03f178cdd0fe4f0a781b1eede61e7.svg), url(/assets/bug-l-6e7406d5d1d79e5c419863e9965815162634683fce6439c68592b1c1f2cfc3b5.svg), url(/assets/dots-how-bg-653486f52decd70b62752c77ac1760134a7579803751d7872e414d8090bb94bf.svg), url(/assets/eye-burn-l-8ea9759db627abf183ce0bc93092a387461e88c251e068d6ec77f39a05b0a226.svg), url(/assets/ad-strike-aabe2729e352dc2925fbbed92f3a30ce6e75effa97f3562a7a29f005e60a6766.png), url(/assets/ad-l-66b31753dcf611f039d9fb88b717f2227684de3dc36a3f4e1e1f7ffaa018fe38.svg), url(/assets/b-eye-l-d7c2ebe33d312895d5bacfe0ccedf540644c1868b7c7ab803f4add647ff919fc.svg);
  background-position: 50% 100%, 87% 50%, 91% 7%, 68% 16%, 62% 44%, 19% 23%, 28% 0px, 35% 25%, 31% 21%, 40% 32%, 31% 58%, 12% 65%;
  background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, 213px, auto, auto;
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.mainbfold-darker.wave-top {
  padding-top: 140px;
  background-image: url(/assets/wave-pattern-upside-e9c83c8a0de4f2ffa1c2c50d9801f1f1516de97a31dc33c08603b6262de4901e.svg);
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.mainbfold-darker.glow-bg {
  background-image: url(/assets/blurry-bg-glow-TL-d66631bd4e3d9f96f89a32ca42b8ac4657c6d0bdd3ab3b906b35de0329aa8707.svg);
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

.list-item-2-icon-link {
  padding-bottom: 10px;
  padding-left: 24px;
  background-image: url(/assets/link-2-grey-1e4a1b72186e85a7c7db0eee52cdbd43dc5d23483362bf62e11204a9b214e0b7.svg);
  background-position: 0% 2px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.list-item-2-icon-link-ex {
  padding-bottom: 10px;
  padding-left: 24px;
  background-image: url(/assets/external-link-grey-7abc9264293af3306e98d7fac8235893e84025670cea80750660d1a093720e2a.svg);
  background-position: 0% 2px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.list-item-2-icon-link-git {
  padding-bottom: 10px;
  padding-left: 24px;
  background-image: url(/assets/github-grey-c21e1e4775cd39c968d113eec347b03236c7fd5149ed1efb52bdb6748bc595f1.svg);
  background-position: 0% 2px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.basic-container {
  text-align: left;
}

.basic-container._50l {
  padding-top: 90px;
  padding-right: 470px;
}

.basic-container.margin-top-40 {
  margin-top: 40px;
}

.basic-container.margin-top-90 {
  margin-top: 90px;
}

.basic-container.margin-top-90.limited-to-660 {
  max-width: 660px;
}

.breadcrumb {
  display: none;
}

.main-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-list-wrapper {
  width: 100%;
  max-width: 980px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.faq-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #b9bbbe;
  font-size: 16px;
  font-weight: 500;
}

.faq-dropdown:hover {
  color: #00aef0;
}

.faq-dropdown.w--open {
  color: #fff;
}

.dropdown-answer {
  padding: 0px 60px 10px 20px;
  background-color: hsla(0, 0%, 86.7%, 0.1);
}

.dropdown-answer.w--open {
  position: static;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.faq-dropdown-wrapper {
  display: block;
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.collection-item-2 {
  margin-top: 5px;
}

.icon-3 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block {
  overflow: auto;
}

.faq-section-container {
  max-width: 800px;
  margin-top: 60px;
  text-align: left;
}

.ghostery_spacer-width {
  min-width: 800px;
}

.product-head {
  max-width: 1180px;
  padding: 15px 75px 60px;
  border-radius: 40px;
}

.product-head.extension {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00aef0;
  text-align: left;
}

.product-head.dawn-browser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(47, 49, 54, 0.4);
  text-align: left;
}

.product-head.image-dock-below {
  margin-top: -5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.product-visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.product-visual.download-hub {
  width: 70%;
  margin-top: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-headline {
  width: 73%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.product-headline.extension {
  padding-top: 60px;
}

.ghosty-product {
  margin-bottom: 40px;
}

.white {
  color: #fff;
}

.big-round-button {
  position: absolute;
  left: auto;
  right: auto;
  bottom: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 70px;
  background-color: #2f3136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.big-round-button:hover {
  background-color: #d7b63e;
}

.big-round-button.glow-32-l {
  position: static;
  left: auto;
  bottom: auto;
  background-color: rgba(255, 255, 255, 0.07);
}

.big-round-button.glow-32-l:hover {
  background-color: #00aef0;
  background-image: linear-gradient(151deg, #5fa949, #00aef0);
}

.big-round-button.glow-32-r {
  position: static;
  right: auto;
  bottom: auto;
  background-color: hsla(0, 0%, 100%, 0.07);
}

.big-round-button.glow-32-r:hover {
  background-color: #00aef0;
  background-image: linear-gradient(151deg, #5fa949, #00aef0);
}

.h-plus {
  position: absolute;
  width: 70px;
  height: 4px;
  border-radius: 8px;
  background-color: #fff;
}

.h-plus.small {
  width: 30px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.h-plus.dark {
  background-color: #2f3136;
}

.h-plus.dark-2 {
  background-color: #12121c;
}

.v-plus {
  position: absolute;
  width: 70px;
  height: 4px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.v-plus.small {
  width: 30px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.v-plus.dark {
  background-color: #2f3136;
}

.v-plus.dark-2 {
  background-color: #12121c;
}

.desc-big-round-button {
  position: absolute;
  top: 110px;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 16px 29px 14px 55px;
  border-radius: 30px;
  background-image: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.desc-big-round-button:hover {
  display: block;
}

.desc-big-round-button.firefox {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/firefox-icon-93ebdc2b4ec76b356533056b373edfe1fb9f6020173defe115ac7516330327e1.png);
  background-position: 28px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.desc-big-round-button.firefox.glow {
  top: 150px;
}

.desc-big-round-button.firefox.dark {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/firefox-icon-93ebdc2b4ec76b356533056b373edfe1fb9f6020173defe115ac7516330327e1.png);
  color: #444;
}

.desc-big-round-button.chrome {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/chrome-icon-fdf1e1227cf1b5f88d2b0439fc0b7f64635f4103cc9d51315a6ac8987c15b926.png);
  background-position: 28px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.desc-big-round-button.chrome.glow {
  top: 150px;
}

.desc-big-round-button.chrome.dark {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #444;
}

.desc-big-round-button.edge {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/edge-icon-097b67b2b94e80b1d843843df9266494e705f8b90cc6a0f1735be2872114834a.png);
  background-position: 28px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.desc-big-round-button.edge.dark {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #444;
}

.desc-big-round-button.opera {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/opera-icon-c8322609ab35e3dfab4e44cb46c0c20ecfb1b65d15d07ae3cda628ca08ccf43d.svg);
  background-position: 28px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.desc-big-round-button.opera.dark {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #444;
}

.desc-big-round-button.firefox-copy {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/firefox-icon-93ebdc2b4ec76b356533056b373edfe1fb9f6020173defe115ac7516330327e1.png);
  background-position: 28px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.desc-big-round-button.firefox-copy.glow {
  top: 150px;
}

.desc-big-round-button.firefox-copy.dark {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/safari-9f0297e18d8e82524d821dcda584fb517bcdf107443de2c1bf3128d450bce28a.svg);
  color: #444;
}

.desc-big-round-button.safari2 {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/safari-9f0297e18d8e82524d821dcda584fb517bcdf107443de2c1bf3128d450bce28a.svg);
  background-position: 28px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.desc-big-round-button.safari2.glow {
  top: 150px;
}

.desc-big-round-button.safari2.dark {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/assets/firefox-icon-93ebdc2b4ec76b356533056b373edfe1fb9f6020173defe115ac7516330327e1.png);
  color: #444;
}

.play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 174px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/assets/ghosty-boo-f865a1ae66b86ccc68cc6c45f5ade6b2983836266254b0ec34526011bb91f9a9.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.press-logos-small {
  display: none;
  margin-top: 39px;
  background-position: 0px 0px;
  background-size: auto;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.64);
}

.youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  max-width: 1180px;
  margin-top: -20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close-modal {
  position: relative;
  top: -5%;
  right: -100%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.15);
  cursor: pointer;
}

.lr-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lr-box.left {
  text-align: left;
}

.lr-box.left.glow {
  max-width: 1280px;
  margin-bottom: 60px;
  padding-top: 100px;
}

.feature-image-mask {
  width: 100%;
}

.feature-image-mask.glow {
  position: relative;
  width: 150%;
}

.feature-image {
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.regular {
  font-weight: 400;
}

.regular.white {
  font-size: 55px;
  line-height: 55px;
}

.regular.white.no-margin-top {
  margin-top: 0px;
  margin-bottom: 10px;
}

.regular.white.margin-top {
  margin-top: 50px;
}

.feature-text {
  width: 100%;
  padding-right: 10px;
  padding-left: 30px;
}

.feature-text.glow {
  width: 65%;
  margin-left: 60px;
}

.benefit-product-4-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin: 70px 5% 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-features-4-tiles {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 40px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-flow: row;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-areas: "Area Area-2"
    "Area-4 Area-5";
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 12px auto;
  grid-template-rows: auto auto;
}

.feature-icon-tile {
  position: absolute;
  left: auto;
  top: 0%;
  right: 6%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
}

.featurecell-grid-tile {
  position: relative;
  min-height: 220px;
  padding-top: 40px;
  padding-right: 35%;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0));
  text-align: left;
}

.join-mullions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-bottom-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  min-height: 310px;
  margin-top: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #2f3136;
}

.big-round-button-detached {
  position: static;
  left: auto;
  right: auto;
  bottom: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 70px;
  background-color: #d7b63e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.big-round-button-detached:hover {
  background-color: #920094;
}

.big-round-button-detached.empty {
  background-color: rgba(129, 129, 129, 0.31);
}

.big-round-button-detached.blue {
  background-color: #00aef0;
}

.big-round-button-detached.blue:hover {
  background-color: #920094;
}

.big-round-button-detached.green {
  background-color: #5fa949;
}

.big-round-button-detached.green:hover {
  background-color: #920094;
}

.desc-big-round-button-detached {
  position: static;
  top: 110px;
  display: block;
  margin-top: 15px;
  padding: 16px 29px 14px 55px;
  border-radius: 30px;
  background-image: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.desc-big-round-button-detached:hover {
  display: block;
}

.desc-big-round-button-detached.empty {
  margin-top: 10px;
  padding-left: 29px;
  color: rgba(129, 129, 129, 0.41);
}

.wrapper-big-round-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._40-limiter {
  max-width: 300px;
  font-size: 38px;
  line-height: 37px;
}

._40-limiter.yellow {
  color: #d7b63e;
}

._40-limiter.teal {
  color: #00eee5;
}

._40-limiter.glow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5fa949), color-stop(77%, #03aeeb), to(#00aef0));
  background-image: linear-gradient(180deg, #5fa949, #03aeeb 77%, #00aef0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.download-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 980px;
  padding-right: 80px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-selector {
  max-width: 300px;
  min-width: 300px;
  margin-top: 0px;
  padding: 32px 25px 16px;
  border-radius: 32px;
  background-color: #2f3136;
}

.download-selector.white {
  margin-top: 0px;
  background-color: #fff;
}

.download-selector.transparent {
  background-color: rgba(47, 49, 54, 0);
}

.tabs-download-selector {
  display: block;
}

.tabs-menu-2 {
  position: absolute;
  z-index: 9;
  display: none;
  width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-link-dropdown {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #404044;
  color: #b9bbbe;
}

.tab-link-dropdown:hover {
  background-color: #494b4f;
  color: #fff;
}

.tab-link-dropdown.w--current {
  background-color: #404044;
  color: #8ebbff;
}

.tab-link-dropdown.empty {
  display: none;
}

.trigger-dropdown-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 44.7%, 0.11);
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
  cursor: pointer;
}

.trigger-dropdown-tabs:hover {
  background-color: hsla(0, 0%, 44.7%, 0.32);
}

.tab-label {
  display: block;
}

.dropdown-arrow {
  position: static;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 1px;
  color: #2f3136;
}

.dropdown-arrow.white {
  color: #fff;
}

.big-round-button-download {
  position: static;
  left: auto;
  right: auto;
  bottom: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 70px;
  background-color: #00eee5;
  background-image: url(/assets/download-b-round-button-d51ea4b584677fa51d05d57d9138bc522d90e139d33e23b95001509cf7989593.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.big-round-button-download:hover {
  background-color: #920094;
  background-image: url(/assets/download-b-round-button-white-da176372f4f239e522e11b417dccfe2a01e045b8061151c90bf42d7564fbce0d.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.big-round-button-download.empty {
  background-color: rgba(129, 129, 129, 0.31);
  background-image: url(/assets/download-b-round-button-d51ea4b584677fa51d05d57d9138bc522d90e139d33e23b95001509cf7989593.svg);
  background-size: auto;
  background-repeat: no-repeat;
}

.big-round-button-download.empty.dark {
  background-image: url(/assets/download-b-round-button-black-67b972cfb7841213aa4bcb4cf60233443c11fc46d7c62f8f197189aa494f8063.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.desc-big-round-button-download {
  position: static;
  top: 110px;
  display: block;
  margin-top: 10px;
  padding: 16px 0px 14px;
  border-radius: 30px;
  background-image: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.desc-big-round-button-download:hover {
  display: block;
}

.desc-big-round-button-download.empty {
  color: rgba(129, 129, 129, 0.41);
}

.tabs-content {
  padding-top: 15px;
}

.select.dark {
  color: #2f3136;
}

.download-bottom-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  min-height: 310px;
  margin-top: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #12121c;
}

.download-selector-bottom {
  max-width: 300px;
  min-width: 300px;
  padding: 32px 25px 16px;
  border-radius: 32px;
}

.download-selector-bottom.glow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  min-height: 270px;
  min-width: 600px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._60-limiter {
  max-width: 600px;
  font-size: 38px;
  line-height: 37px;
}

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

.form-block.glow {
  width: 100%;
  max-width: 654px;
}

.search-form-text {
  height: 48px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 6px;
  background-color: #202225;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
}

.search-form-text:focus {
  border-color: hsla(0, 0%, 100%, 0.1);
}

.search-form-text::-webkit-input-placeholder {
  background-image: linear-gradient(127deg, #5fa949 22%, #00aef0 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search-form-text:-ms-input-placeholder {
  background-image: linear-gradient(127deg, #5fa949 22%, #00aef0 85%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search-form-text::-ms-input-placeholder {
  background-image: linear-gradient(127deg, #5fa949 22%, #00aef0 85%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search-form-text::placeholder {
  background-image: linear-gradient(127deg, #5fa949 22%, #00aef0 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ghostery-glow-demo-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 198px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg-charts-top {
  width: 100%;
  min-height: 140px;
  background-color: #2f3136;
  background-image: url(/assets/insights-bgchart_top_1-f01e09943a342f38c0611c3db9b79b3224cba91daa27eb521acd01138f848d5f.svg);
  background-position: 50% 0%;
  background-size: 900px;
  background-repeat: repeat-x;
}

.bg-charts-bottom {
  width: 100%;
  min-height: 146px;
  margin-top: 50px;
  background-color: #202225;
  background-image: url(/assets/insights-bgchart_bottom-27603dcc0e7e30d1dc896a1fa77e78d7340b91681bb995252420c1fc4a36d967.svg);
  background-position: 50% 0%;
  background-size: 900px;
  background-repeat: repeat-x;
}

.download-bottom-section-2-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  min-height: 310px;
  margin-top: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #2f3136;
}

.speech-bubble-18 {
  display: inline-block;
  padding: 12px 14px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: hsla(0, 0%, 100%, 0.64);
  font-size: 16px;
}

.form-text-field {
  height: 42px;
  border: 2px solid #44464a;
  border-radius: 4px;
  background-color: #44464a;
  color: #fff;
  font-size: 16px;
}

.form-text-field:focus {
  border: 2px solid #00aef0;
}

.form-text-field::-webkit-input-placeholder {
  color: #949494;
}

.form-text-field:-ms-input-placeholder {
  color: #949494;
}

.form-text-field::-ms-input-placeholder {
  color: #949494;
}

.form-text-field::placeholder {
  color: #949494;
}

.form-textarea {
  min-height: 84px;
  border: 2px solid #44464a;
  border-radius: 4px;
  background-color: #44464a;
  color: #fff;
  font-size: 16px;
}

.form-textarea:focus {
  border-color: #00aef0;
  color: #fff;
}

.form-textarea::-webkit-input-placeholder {
  color: #949494;
}

.form-textarea:-ms-input-placeholder {
  color: #949494;
}

.form-textarea::-ms-input-placeholder {
  color: #949494;
}

.form-textarea::placeholder {
  color: #949494;
}

.form-column-r {
  padding-right: 0px;
  padding-left: 5px;
}

.form-column-l {
  padding-right: 5px;
  padding-left: 0px;
}

.form-support {
  width: 500px;
  text-align: center;
}

.form-select-toggle {
  height: 42px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border: 2px solid #44464a;
  border-radius: 4px;
  background-color: #44464a;
  color: #949494;
  font-size: 16px;
}

.form-select-toggle:focus {
  border-color: #00aef0;
}

.success-message {
  border-radius: 4px;
  background-color: #00aef0;
  font-size: 16px;
}

.error-message {
  border-radius: 4px;
  background-color: #a24752;
}

.secondary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.secondary-menu-item {
  padding: 10px 30px;
  border-bottom: 2px solid transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #b9bbbe;
  font-size: 22px;
}

.secondary-menu-item.w--current {
  border-bottom: 2px solid #00aef0;
  color: #fff;
}

.table-grid {
  padding-top: 10px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-areas: "Area";
  -ms-grid-columns: auto 0px auto 0px auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.table-wrapper-600 {
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.table-cell {
  padding: 5px 5px 5px 10px;
}

.table-cell-1 {
  padding: 5px 5px 5px 10px;
  background-color: hsla(0, 0%, 100%, 0.03);
}

.trigger-dropdown-tabs-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 44.7%, 0.11);
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
  cursor: pointer;
}

.tabs-menu-2-bottom {
  position: absolute;
  z-index: 9;
  display: none;
  width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-content-bottom {
  padding-top: 15px;
}

.tab-link-dropdown-bottom {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #404044;
  color: #b9bbbe;
}

.tab-link-dropdown-bottom:hover {
  background-color: #494b4f;
  color: #fff;
}

.tab-link-dropdown-bottom.w--current {
  background-color: #404044;
}

.tab-link-dropdown-bottom.empty {
  display: none;
}

.tab-label-bottom {
  display: block;
}

.select-bottom.dark {
  color: #2f3136;
}

.tabs-menu-22 {
  position: static;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.language-dropdown.dark {
  color: #2f3136;
}

.trigger-dropdown-tabs-22 {
  display: none;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 44.7%, 0.11);
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
  cursor: pointer;
}

.tabs-download-selector-22 {
  position: static;
  z-index: 9;
  display: block;
  width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-link-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 44.7%, 0.11);
  color: #b9bbbe;
}

.tab-link-language:hover {
  background-color: #494b4f;
  color: #fff;
}

.tab-link-language.w--current {
  background-color: #fff;
  color: #444;
}

.tab-link-language.empty {
  display: none;
}

.top-separator {
  border-top: 1px solid hsla(0, 0%, 100%, 0.23);
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slider-companies {
  height: 230px;
  max-width: 780px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-nav-2 {
  display: none;
}

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

.press-logos.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.press-quote {
  max-width: 600px;
  margin-top: 30px;
  padding: 17px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100px;
  text-align: center;
}

.press-slide {
  text-align: center;
}

.text-block-2 {
  margin-top: 24px;
  color: #fff;
}

.press-quotes-container {
  display: none;
  margin-top: 100px;
}

.grid-f4-tiles {
  grid-column-gap: 6px;
  grid-row-gap: 12px;
}

.grid-features-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid {
  grid-column-gap: 6px;
}

.benefit-product-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-product-0._40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-product-0._20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  width: 100%;
}

.container-3 {
  display: block;
}

.text-block-3 {
  color: #fff;
}

.heading {
  font-style: normal;
}

.image-5 {
  max-width: 100%;
  background-color: transparent;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-4 {
  position: absolute;
  right: -10px;
  display: block;
}

.div-block-3 {
  position: relative;
}

.tab-link-ios {
  display: block;
}

.tab-link-ios.tab-link-dropdown {
  display: block;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.latest-blog-posts {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 32px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.no-header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.bold-text {
  font-size: 55px;
  line-height: 55px;
}

.tab-link-tab-1 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tab-link-tab-1.w--current {
  background-color: #00aef0;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.text-block-4 {
  color: #fff;
}

.tab-link-tab-2 {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.tab-link-tab-2-2 {
  color: #fff;
}

.tab-link {
  margin-right: 0.1em;
  margin-left: 0.1em;
  padding: 0.65em 1.25em;
  border-style: solid;
  border-width: 2px 2px 0px;
  border-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) #00aef0;
  border-radius: 0.5em 0.5em 0em 0em;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.tab-link:hover {
  border-top-color: #00aef0;
  border-right-color: #00aef0;
  border-left-color: #00aef0;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.tab-link.w--current {
  border-width: 1px;
  border-color: #00aef0;
  background-color: #00aef0;
}

.tabs {
  margin-top: 32px;
  margin-bottom: 4em;
}

.heading-2 {
  text-align: left;
}

.heading-underline {
  padding-bottom: 0.1em;
  border-bottom: 2px solid #00aef0;
  color: #fff;
  text-align: left;
}

.heading-underline.dark-text {
  color: #000;
}

.heading-underline.white-underline {
  border-bottom-color: #fff;
}

.content-container {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1em;
  color: #fff;
}

.section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.blue-bg {
  background-color: #00aef0;
}

.section.hero-flex-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.hero-flex-section.blue-bg {
  height: auto;
  min-height: 90vh;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.columns {
  background-color: #fff;
}

.div-block-4 {
  margin-bottom: 6em;
  padding: 8em;
  border-radius: 20px;
  background-color: #fff;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6em;
  padding: 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.paragraph {
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.column-13 {
  padding-right: 40px;
}

.paragraph-2 {
  font-size: 1.25em;
  line-height: 1.4em;
  text-align: center;
}

.paragraph-2.bold-text {
  font-weight: 700;
}

.tab-panel {
  top: 0em;
  padding: 3em 2em;
  border-style: solid;
  border-width: 2px;
  border-color: #00aef0;
  border-radius: 20px;
}

.tab-panel.blue-bg {
  background-color: #00aef0;
}

.tab-panel.white-background {
  background-color: #fff;
  color: #000;
}

.tab-panel.red-background {
  background-color: #c00;
}

.tabs-menu-23 {
  text-align: center;
}

.columns-3 {
  margin-right: 0px;
  margin-bottom: 6em;
  margin-left: 0px;
}

.grid-2 {
  margin-bottom: 1em;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.primary-color-block {
  width: 9em;
  height: 9em;
  max-width: none;
  margin-bottom: 1em;
  border-radius: 10em;
}

.primary-color-block.primary-blue {
  background-color: #00aef0;
}

.primary-color-block.primary-grey {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: #2f3136;
}

.primary-color-block.primary-white {
  background-color: #fff;
}

.primary-color-block.primary-black {
  background-color: #000;
}

.functional-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6em;
  height: 6em;
  margin-bottom: 0.5em;
  border-radius: 6em;
}

.functional-color-block.functional-red {
  background-color: #ff4500;
}

.functional-color-block.functional-yellow {
  background-color: #fb0;
}

.functional-color-block.functional-green {
  background-color: #43ac3c;
}

.typography-roboto {
  font-family: Roboto, sans-serif;
  font-size: 6em;
  line-height: 100%;
}

.paragraph-3 {
  font-size: 1em;
}

.typography-roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 6em;
  line-height: 100%;
}

.grid-3 {
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.secondary-color-block {
  width: 8em;
  height: 8em;
  margin-bottom: 0.5em;
  border-radius: 8em;
}

.secondary-color-block.functional-red {
  background-color: #ff4500;
}

.secondary-color-block.functional-yellow {
  background-color: #fb0;
}

.secondary-color-block.functional-green {
  background-color: #43ac3c;
}

.secondary-color-block.secondary-grey {
  background-color: #88898c;
}

.secondary-color-block.secondary-blue {
  background-color: #129bf2;
}

.secondary-color-block.secondary-light-red {
  background-color: #f77d7a;
}

.gradient-block {
  height: 6em;
  margin-bottom: 0.5em;
}

.gradient-block.secondary-gradient {
  background-image: linear-gradient(166deg, #129bf2 7%, #f77d7a 92%);
}

.paragraph-4 {
  text-align: center;
}

.paragraph-5 {
  text-align: center;
}

.white-bg-radius-20 {
  padding: 3em;
  border-radius: 20px;
  background-color: #fff;
}

.paragraph-6 {
  color: #000;
}

.text-dark {
  color: #000;
}

.text-dark.text-uppercase {
  text-transform: uppercase;
}

.text-dark.text-uppercase.text-bold {
  font-weight: 700;
}

.image-6 {
  margin-bottom: 0.5em;
}

.logo-misuse-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mb-1em {
  margin-bottom: 1em;
}

.heading-3 {
  text-align: center;
}

.paragraph-7 {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.text-span {
  color: #f77d7a;
}

.paragraph-8 {
  margin-bottom: 1em;
  font-size: 1.25em;
  text-align: center;
}

.text-red {
  color: #ff4500;
  font-weight: 700;
}

.danger-icon-1 {
  display: inline-block;
  width: 1.6em;
  border-radius: 0.3em;
  background-color: #ff4500;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
}

.ghostery_spacer-80 {
  height: 80px;
}

.collection-list-wrapper {
  display: block;
}

.collection-item-copy {
  display: block;
  width: 100%;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-left: 4px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.rss-icon {
  position: absolute;
  top: 17px;
  right: -33px;
  display: block;
}

.paragraph-9 {
  text-align: center;
}

.section-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item-3 {
  list-style-type: none;
}

.list {
  list-style-type: none;
}

.side-menu-link {
  display: block;
  padding: 0.5em 1em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.1rem;
  line-height: 100%;
  font-weight: 700;
}

.side-menu-link:hover {
  border-left: 5px solid #00aef0;
  color: #fff;
}

.side-menu-link:focus {
  border-left: 5px solid #00aef0;
  color: #fff;
}

.side-menu-link.w--current {
  color: #fff;
}

.side-menu-link.sub-link {
  padding-left: 2em;
  font-size: 0.9rem;
  font-weight: 400;
}

.side-menu-link.sub-link.w--current {
  padding-left: 1.75em;
  font-size: 0.9rem;
  font-weight: 400;
}

.side-menu-item-0 {
  margin-bottom: 0px;
}

.paragraph-10 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
}

.paragraph-11 {
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

.paragraph-12 {
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-uppercase.text-bold {
  font-weight: 700;
}

.text-uppercase.text-bold.text-white {
  color: #fff;
}

.text-bold {
  font-weight: 700;
}

.text-bold.text-white {
  color: #fff;
}

.paragraph-13 {
  margin-bottom: 1.5em;
  font-size: 1rem;
}

.image-7 {
  display: block;
  width: 521px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 3em;
  margin-left: auto;
  text-align: left;
}

.div-block-5 {
  text-align: center;
}

.div-block-6 {
  text-align: center;
}

.div-block-7 {
  text-align: center;
}

.div-block-8 {
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  display: block;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.ghostery_spacer_huge {
  height: 9em;
}

.text-white {
  color: #fff;
}

.line-divider-white-10 {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.tabs-content-2 {
  border-radius: 20px;
  background-color: #2f3136;
  box-shadow: 0 -3px 0.5em 0 rgba(0, 0, 0, 0.3);
  outline-color: #dad3d3;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

@media screen and (min-width: 1280px) {
  .mainbfold.insighs {
    background-position: 110% 50%, -10% 50%;
  }

  .mainbfold.blue-wave {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .mainbfold._100-padding {
    margin-top: 60px;
    padding-top: 150px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .mainbfold._400-padding {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .mainbfold.bg-charts {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .text.transparent.margin-top-15 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .button-link.blue.cap.left-margin-0 {
    margin-top: 12px;
    padding-left: 0px;
  }

  .boosted-features {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .boosted-div {
    width: 470px;
  }

  .collection-item {
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
  }

  .collection-list {
    margin-right: -8px;
    margin-left: -8px;
  }

  .link-block {
    width: 100%;
  }

  .blog-grid-container {
    max-width: 1180px;
    margin-top: 0px;
  }

  .footer-last-container {
    max-width: 1180px;
  }

  .social-media-box {
    padding-top: 0px;
  }

  .container-2 {
    max-width: 1180px;
  }

  .side-menu {
    min-width: 340px;
  }

  .side-menu-content {
    max-width: 1180px;
  }

  .side-menu-list {
    list-style-type: none;
  }

  .flex-container {
    max-width: 1180px;
  }

  .mainbfold-darker.boo {
    background-position: 87% 50%, 91% 7%, 68% 12%, 62% 39%, 19% 23%, 28% 0px, 35% 20%, 31% 26%, 40% 34%, 31% 58%, 12% 68%;
  }

  .list-item-2-icon-link {
    padding-left: 25px;
  }

  .list-item-2-icon-link-ex {
    padding-left: 25px;
  }

  .list-item-2-icon-link-git {
    padding-left: 25px;
  }

  .basic-container {
    text-align: left;
  }

  .breadcrumb {
    display: none;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
  }

  .faq-section-container {
    text-align: left;
  }

  .product-head.extension {
    padding-top: 15px;
    padding-bottom: 75px;
  }

  .product-head.dawn-browser {
    padding-bottom: 75px;
  }

  .h-plus.small {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .v-plus.small {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .close-modal {
    z-index: 99;
  }

  .lr-box {
    max-width: 1180px;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: left;
  }

  .lr-box.left.glow {
    max-width: 1600px;
    padding-top: 120px;
  }

  .regular.white.no-margin-top {
    margin-top: 0px;
  }

  .feature-text {
    padding-right: 30px;
    padding-left: 50px;
  }

  .feature-text.glow {
    width: 55%;
    margin-left: 60px;
  }

  .grid-features-4-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .download-bottom-wrapper {
    min-width: 1180px;
    padding-right: 100px;
    padding-left: 60px;
  }

  .download-selector.white {
    background-color: #fff;
  }

  .tabs-download-selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tab-link-dropdown {
    display: block;
  }

  .ghostery-glow-demo-logo {
    position: static;
  }

  .support {
    text-align: left;
  }

  .bg-charts-top {
    background-image: url(/assets/insights-bgchart_top-fae04944aa3ebf289bdae51c0f18b090bfe87c36159cc7cc107c94de6a58933d.svg);
  }

  .tabs-menu-2-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tab-link-dropdown-bottom {
    display: block;
  }

  .tabs-download-selector-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid {
    grid-row-gap: 12px;
  }

  .link-block-4 {
    top: 17px;
    right: -33px;
  }

  .tab-panel {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid-3 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .logo-misuse-grid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ghostery_spacer-80 {
    height: 80px;
  }

  .collection-item-copy {
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
  }

  .rss-icon {
    top: 17px;
    right: -33px;
  }

  .side-menu-link {
    display: block;
    padding: 0.5em 1em;
    border-bottom: 0px none transparent;
  }

  .side-menu-link:hover {
    color: #fff;
  }

  .side-menu-item-0 {
    margin-bottom: 0px;
  }

  .container-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-5 {
    max-width: 1180px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 50px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  ul {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-menu {
    right: 0px;
    bottom: auto;
    margin-left: 0px;
    padding-left: 21px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #414141;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  }

  .icon-2 {
    color: #b9bbbe;
  }

  .icon-2:hover {
    color: #fff;
  }

  .benefit-product {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mainbfold {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mainbfold.insighs {
    background-position: 210% 50%, -110% 50%;
    background-attachment: scroll, scroll;
  }

  .mainbfold.dawn-gradient.lp {
    max-height: 870px;
  }

  .mainbfold._100-padding {
    margin-top: 0px;
  }

  .mainbfold._400-padding {
    margin-top: 70px;
    padding-bottom: 0px;
  }

  .mainbfold.bg-charts {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text.small.grey {
    font-size: 12px;
  }

  .mainafold.pricing {
    background-position: 97% 170px, -9% 190px, 99% 0%, 10% 0px;
  }

  .mainafold.max-h {
    margin-right: 20px;
    margin-left: 20px;
  }

  .featurecell-grid.hide {
    display: none;
  }

  .text-medium {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-grid-item {
    min-height: 260px;
  }

  .footer-dark {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-menu {
    min-width: 25%;
    padding-right: 5px;
  }

  .content-container-r {
    min-width: auto;
  }

  .column-basic-50-50 {
    min-width: auto;
  }

  .mainbfold-darker.boo {
    background-position: 87% 50%, 91% -3%, 68% 11%, 66% 36%, 16% 23%, 28% 0px, 35% 13%, 27% 21%, 40% 32%, 31% 58%, 0% 65%;
  }

  .mainbfold-darker.boo.wave3 {
    margin-bottom: -3px;
    padding-bottom: 120px;
    background-image: url(/assets/wave-pattern-0bcda12d3d60492354768f9d5336e9be08e2248c49db82ca095d31c18049fad0.svg), url(/assets/b-camera-r-9ff462dc54785076f5fc70fe8d231c57e7c4975d112de6765719f7ce992ac222.svg), url(/assets/b-ad-r-99eff6e4c9599fc869cf4c5109c8d69c95285e7eca9f0e86662f7baac65b43c3.svg), url(/assets/camera-burn-r-4f48d1b56e828ef4a271baff98aeda58902c94b36604d89cc9fc64cf31b83c5b.svg), url(/assets/bug-burn-r-a347f4eb25a1a2cc7ca81e71d402046ded6fcfa84970d9547a461beabdcd06ad.svg), url(/assets/eye-l-4c3d7eaadfbc64497e07c2713bc7e6409bb03f178cdd0fe4f0a781b1eede61e7.svg), url(/assets/bug-l-6e7406d5d1d79e5c419863e9965815162634683fce6439c68592b1c1f2cfc3b5.svg), url(/assets/dots-how-bg-653486f52decd70b62752c77ac1760134a7579803751d7872e414d8090bb94bf.svg), url(/assets/eye-burn-l-8ea9759db627abf183ce0bc93092a387461e88c251e068d6ec77f39a05b0a226.svg), url(/assets/ad-strike-aabe2729e352dc2925fbbed92f3a30ce6e75effa97f3562a7a29f005e60a6766.png), url(/assets/ad-l-66b31753dcf611f039d9fb88b717f2227684de3dc36a3f4e1e1f7ffaa018fe38.svg), url(/assets/b-eye-l-d7c2ebe33d312895d5bacfe0ccedf540644c1868b7c7ab803f4add647ff919fc.svg);
    background-position: 50% 100%, 87% 50%, 91% -3%, 68% 11%, 66% 36%, 16% 23%, 28% 0px, 35% 13%, 27% 21%, 40% 32%, 31% 58%, 0% 65%;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, 213px, auto, auto;
    background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .basic-container._50l {
    padding-right: 0px;
  }

  .faq-section-container {
    max-width: 720px;
  }

  .product-head.dawn-browser {
    padding-right: 50px;
    padding-left: 50px;
  }

  .press-logos-small {
    padding-right: 20px;
    padding-left: 9px;
  }

  .youtube {
    width: 80%;
  }

  .feature-image-mask.glow {
    margin-right: -345px;
  }

  .feature-text.glow {
    width: 60%;
    margin-left: 20px;
  }

  .feature-icon-tile {
    width: 90px;
    height: 90px;
  }

  .featurecell-grid-tile {
    min-height: 200px;
    padding-top: 25px;
    padding-left: 20px;
  }

  ._40-limiter {
    font-size: 34px;
    line-height: 36px;
  }

  .download-bottom-wrapper {
    min-width: auto;
  }

  .menu-button {
    border-radius: 40px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .grid-features-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .benefit-product-0 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-block-4 {
    top: 20px;
    right: -33px;
  }

  .tab-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content-container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .div-block-4 {
    padding: 6em;
  }

  .columns-2 {
    padding: 4em;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .rss-icon {
    top: 20px;
    right: -33px;
  }

  .ghostery_spacer_huge {
    height: 8em;
  }
}

@media screen and (max-width: 767px) {
  ul {
    font-size: 12px;
    line-height: 16px;
  }

  .ghostery_intro {
    padding: 45px 5%;
  }

  .ghostery_h1 {
    font-size: 50px;
    line-height: 56px;
  }

  .ghostery_h3 {
    font-size: 19px;
    line-height: 28px;
  }

  .ghostery_new {
    padding: 50px 5%;
  }

  .ghostery_flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ghostery_feature-left {
    width: 100%;
    margin-right: 0px;
  }

  .ghostery_feature-right {
    max-width: 100%;
  }

  .ghostery_old {
    padding: 50px 5%;
  }

  .ghpstery_footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .ghostery_old-template {
    padding: 50px 5%;
  }

  .sign-in {
    right: 10px;
  }

  .mainafold-home {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 96% 20px, -70px 0px;
  }

  .h2.cap.limited-2 {
    width: 540px;
  }

  .benefit-product {
    margin-bottom: 0px;
  }

  .mainbfold {
    padding: 40px 40px 60px;
  }

  .mainbfold.insighs {
    background-position: 650% 50%, -550% 50%;
  }

  .mainbfold.dawn-gradient.lp {
    max-height: 720px;
  }

  .mainbfold._100-padding {
    padding-top: 40px;
  }

  .mainbfold.down-gradient-planet-2 {
    min-height: 580px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .mainbfold.insights.lp {
    max-height: 736px;
  }

  .text {
    font-size: 14px;
    line-height: 20px;
  }

  .text.small.grey {
    font-size: 11px;
    line-height: 16px;
  }

  .cap.gradient-glow {
    text-align: center;
  }

  .mainafold {
    min-height: 100px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .mainafold.pricing {
    background-position: 97% 310px, -10% 190px, 99% 0%, -70% 0px;
  }

  .mainafold.max-h {
    height: 80vh;
    min-height: 650px;
    padding-bottom: 40px;
    background-position: 69% 95%, 90% 3%, 99% 40%, 64% 0%, 8% 160px, 7% 8%, 4% 87%, 38% 95%;
  }

  .mainafold.glow-search {
    margin-right: 0px;
    margin-left: 0px;
    background-position: 100% 96%, -100px 0px;
  }

  .mainafold.hide {
    display: none;
  }

  .featurecell-grid.hide {
    display: block;
  }

  .rings {
    width: 100%;
  }

  .slider {
    width: 87%;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .what-users-are-saying {
    margin-top: 60px;
  }

  .boosted-features {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boosted-div {
    width: 100%;
  }

  .boosted-div.first-order {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .blog-grid-item {
    min-height: 200px;
  }

  .rich-text-blog {
    font-size: 17px;
    line-height: 26px;
  }

  .blog-grid-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-dark {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .mainbfold---top-zero {
    padding-right: 14px;
    padding-bottom: 40px;
    padding-left: 14px;
  }

  .side-menu {
    position: static;
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    text-align: center;
  }

  .content-container-r {
    padding-right: 1em;
    padding-left: 1em;
  }

  .side-menu-content {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .basic-right {
    padding-left: 0px;
  }

  .hero-text-block {
    padding-left: 0px;
  }

  .mainbfold-darker.glow {
    padding-left: 20px;
  }

  .mainbfold-darker.boo {
    background-position: 97% 67%, 93% -6%, 80% 19%, 73% 36%, 5% 14%, 10% 0px, 35% 40%, 28% 11%, 30% 32%, 10% 73%, -11% 50%;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, 170px, auto, auto;
  }

  .mainbfold-darker.boo.wave3 {
    margin-bottom: -3px;
    padding-bottom: 120px;
    background-image: url(/assets/wave-pattern-0bcda12d3d60492354768f9d5336e9be08e2248c49db82ca095d31c18049fad0.svg), url(/assets/b-camera-r-9ff462dc54785076f5fc70fe8d231c57e7c4975d112de6765719f7ce992ac222.svg), url(/assets/b-ad-r-99eff6e4c9599fc869cf4c5109c8d69c95285e7eca9f0e86662f7baac65b43c3.svg), url(/assets/camera-burn-r-4f48d1b56e828ef4a271baff98aeda58902c94b36604d89cc9fc64cf31b83c5b.svg), url(/assets/bug-burn-r-a347f4eb25a1a2cc7ca81e71d402046ded6fcfa84970d9547a461beabdcd06ad.svg), url(/assets/eye-l-4c3d7eaadfbc64497e07c2713bc7e6409bb03f178cdd0fe4f0a781b1eede61e7.svg), url(/assets/bug-l-6e7406d5d1d79e5c419863e9965815162634683fce6439c68592b1c1f2cfc3b5.svg), url(/assets/dots-how-bg-653486f52decd70b62752c77ac1760134a7579803751d7872e414d8090bb94bf.svg), url(/assets/eye-burn-l-8ea9759db627abf183ce0bc93092a387461e88c251e068d6ec77f39a05b0a226.svg), url(/assets/ad-strike-aabe2729e352dc2925fbbed92f3a30ce6e75effa97f3562a7a29f005e60a6766.png), url(/assets/ad-l-66b31753dcf611f039d9fb88b717f2227684de3dc36a3f4e1e1f7ffaa018fe38.svg), url(/assets/b-eye-l-d7c2ebe33d312895d5bacfe0ccedf540644c1868b7c7ab803f4add647ff919fc.svg);
    background-position: 50% 100%, 97% 67%, 93% -6%, 80% 19%, 73% 36%, 9% 14%, 10% 0px, 35% 40%, 28% 11%, 30% 32%, 10% 73%, -20% 50%;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, 170px, auto, auto;
    background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .mainbfold-darker.glow-bg {
    margin-left: 0px;
  }

  .faq-dropdown {
    font-size: 14px;
  }

  .faq-section-container {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-head.dawn-browser {
    padding-top: 0px;
  }

  .product-visual.download-hub {
    display: none;
  }

  .product-headline.extension {
    width: 100%;
  }

  .press-logos-small {
    padding-right: 20px;
  }

  .youtube {
    width: 95%;
  }

  .close-modal {
    position: absolute;
    top: -80px;
    right: 0%;
  }

  .lr-box {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature-image-mask.glow {
    width: 100%;
    margin: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .feature-text {
    padding-left: 23px;
  }

  .feature-text.glow {
    width: 92%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .benefit-product-4-tiles {
    margin-right: 15px;
    margin-left: 15px;
  }

  .grid-features-4-tiles {
    grid-auto-flow: row;
    grid-column-gap: 12px;
    grid-template-areas: "Area Area"
      "Area-2 Area-2"
      "Area-4 Area-4"
      "Area-5 Area-5";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .join-mullions {
    display: none;
  }

  .download-bottom-section {
    max-width: 510px;
    margin-top: 80px;
  }

  .download-bottom-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .download-bottom-section-2 {
    margin-top: 60px;
  }

  .download-selector-bottom {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  ._60-limiter {
    max-width: 88%;
  }

  .form-block.glow {
    width: 90%;
  }

  .download-bottom-section-2-grey.insights {
    margin-top: 0px;
  }

  .form-text-field {
    font-size: 14px;
  }

  .form-column-r {
    padding-left: 0px;
  }

  .form-column-l {
    padding-right: 0px;
  }

  .secondary-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .secondary-menu-item {
    font-size: 16px;
  }

  .secondary-menu-item.hide {
    display: none;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-f4-tiles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    padding-top: 20px;
    padding-left: 0px;
  }

  .grid-features-2 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .benefit-product-0 {
    margin-bottom: 0px;
  }

  .tab-link {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .section.hero-flex-section {
    height: auto;
  }

  .div-block-4 {
    padding: 4em;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-13 {
    padding-right: 10px;
  }

  .tab-panel {
    padding-top: 2em;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .side-menu-link.sub-link {
    display: none;
  }

  .image-7 {
    width: 420px;
    margin-bottom: 2em;
  }

  .ghostery_spacer_huge {
    height: 4em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 37px;
  }

  h4 {
    font-size: 19px;
  }

  .ghostery_intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ghostery_h1 {
    font-size: 43px;
    line-height: 46px;
  }

  .ghostery_h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .ghostery_new {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ghostery_h4 {
    font-size: 23px;
    line-height: 28px;
  }

  .ghostery_paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .ghostery_small-text {
    font-size: 12px;
    line-height: 16px;
  }

  .ghostery_list {
    font-size: 16px;
    line-height: 23px;
  }

  .ghostery_h5 {
    font-size: 15px;
  }

  .ghostery_spacer-40 {
    height: 25px;
  }

  .ghostery_read-more {
    font-size: 16px;
    line-height: 23px;
  }

  .ghostery_old {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ghostery_spacer-15 {
    height: 10px;
  }

  .ghostery_text {
    font-size: 16px;
    line-height: 23px;
  }

  .ghostery_small-text-footer {
    font-size: 11px;
    line-height: 16px;
  }

  .ghostery_old-template {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mainafold-home {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 140% 20px, -50px 0px;
  }

  .h2.cap.limited-2 {
    width: 310px;
    font-size: 25px;
    line-height: 28px;
  }

  .benefit-product {
    padding-right: 0px;
    padding-left: 0px;
  }

  .benefit-product._40 {
    margin-top: 0px;
  }

  .mainbfold {
    min-height: 100px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .mainbfold.insighs {
    margin-top: 0px;
    padding-top: 87px;
    padding-bottom: 40px;
  }

  .mainbfold.dawn-gradient.lp {
    max-height: 560px;
    padding-top: 40px;
  }

  .mainbfold.no-bottom-line {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mainbfold.down-gradient-planet-2 {
    display: none;
  }

  .mainbfold.insights.lp {
    max-height: 617px;
  }

  .mainbfold._400-padding {
    margin-top: 0px;
  }

  .mainafold.pricing {
    background-image: url(/assets/rocket-launch-84db794bedfbb18d49bd836a970fe3315bed41b42dfdbbf0609f9500b213955f.svg), url(/assets/starry-r-85378a35137744e86d888100a8301d1dd58eff9e31ab476a4e46ddc30445e0f6.svg);
    background-position: 0% 320px, 10% -8%;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
  }

  .mainafold.max-h {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url(/assets/2dots-r-c6a31b166319231db72e2661f875c79045d1a8972f0754c43ceab091f40ed712.svg), url(/assets/dot-r-5af4c1e8d6462d9aae3f1a70e4fbd24d408cd87f2d258833fcb02564854fe3d0.svg), url(/assets/b-ring-r-94c35cea560c160d45ee5578ff28da7154620cc0eb874360285486ca4f930e4c.svg), url(/assets/14-ea7168b1e1726d26d3ea711ee0c2c66879471ce696d4e1e2f95291c7c7d37e2a.svg), url(/assets/cross-l-00271270bb726ee0bc9c65ea65507402d702fdaa36e9cc3dc38925eff8f8e61d.svg), url(/assets/cursor-af0b28e288e08de30eb6592dccf049a49ae2be15edb5d3a20a40c3f43edf1c55.png);
    background-position: 69% 95%, 90% 3%, 99% 40%, 64% 0%, 8% 160px, 38% 95%;
    background-size: auto, auto, auto, auto, auto, 76px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .mainafold.glow-search {
    background-position: 100% 96%, -40px 0px;
    background-size: 94px, auto 200px;
  }

  .mainafold.mobile-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-tabs.top {
    margin-bottom: 160px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    width: 90%;
  }

  .what-users-are-saying {
    max-width: 100%;
  }

  .limited-header-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .blog-grid-item {
    min-height: 190px;
  }

  .rich-text-blog {
    font-size: 14px;
    line-height: 21px;
  }

  .blog-grid-container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-dark {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 44px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link {
    font-size: 14px;
  }

  .mainbfold---top-zero {
    padding-right: 2px;
    padding-left: 2px;
  }

  .side-menu {
    display: block;
    text-align: center;
  }

  .side-menu-content {
    padding-top: 40px;
  }

  .mainbfold-darker.boo {
    padding-bottom: 40px;
    background-image: url(/assets/b-camera-r-9ff462dc54785076f5fc70fe8d231c57e7c4975d112de6765719f7ce992ac222.svg), url(/assets/b-ad-r-99eff6e4c9599fc869cf4c5109c8d69c95285e7eca9f0e86662f7baac65b43c3.svg), url(/assets/camera-burn-r-4f48d1b56e828ef4a271baff98aeda58902c94b36604d89cc9fc64cf31b83c5b.svg), url(/assets/bug-burn-r-a347f4eb25a1a2cc7ca81e71d402046ded6fcfa84970d9547a461beabdcd06ad.svg), url(/assets/eye-l-4c3d7eaadfbc64497e07c2713bc7e6409bb03f178cdd0fe4f0a781b1eede61e7.svg), url(/assets/eye-burn-l-8ea9759db627abf183ce0bc93092a387461e88c251e068d6ec77f39a05b0a226.svg), url(/assets/ad-strike-aabe2729e352dc2925fbbed92f3a30ce6e75effa97f3562a7a29f005e60a6766.png), url(/assets/ad-l-66b31753dcf611f039d9fb88b717f2227684de3dc36a3f4e1e1f7ffaa018fe38.svg);
    background-position: 132% 67%, 93% -8%, 94% 19%, 85% 36%, -10% 20%, 10% 8%, 0% 32%, 0% 60%;
    background-size: auto, auto, auto, auto, auto, auto, 170px, auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .mainbfold-darker.boo.wave3 {
    margin-bottom: -3px;
    padding-bottom: 105px;
    background-image: url(/assets/wave-pattern-0bcda12d3d60492354768f9d5336e9be08e2248c49db82ca095d31c18049fad0.svg), url(/assets/b-camera-r-9ff462dc54785076f5fc70fe8d231c57e7c4975d112de6765719f7ce992ac222.svg), url(/assets/b-ad-r-99eff6e4c9599fc869cf4c5109c8d69c95285e7eca9f0e86662f7baac65b43c3.svg), url(/assets/camera-burn-r-4f48d1b56e828ef4a271baff98aeda58902c94b36604d89cc9fc64cf31b83c5b.svg), url(/assets/bug-burn-r-a347f4eb25a1a2cc7ca81e71d402046ded6fcfa84970d9547a461beabdcd06ad.svg), url(/assets/eye-l-4c3d7eaadfbc64497e07c2713bc7e6409bb03f178cdd0fe4f0a781b1eede61e7.svg), url(/assets/eye-burn-l-8ea9759db627abf183ce0bc93092a387461e88c251e068d6ec77f39a05b0a226.svg), url(/assets/ad-strike-aabe2729e352dc2925fbbed92f3a30ce6e75effa97f3562a7a29f005e60a6766.png), url(/assets/ad-l-66b31753dcf611f039d9fb88b717f2227684de3dc36a3f4e1e1f7ffaa018fe38.svg);
    background-position: 50% 100%, 132% 67%, 93% -8%, 94% 19%, 85% 36%, -10% 20%, 10% 8%, 0% 32%, 0% 60%;
    background-size: auto, auto, auto, auto, auto, auto, auto, 170px, auto;
    background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .mainbfold-darker.wave-top {
    padding-bottom: 40px;
  }

  .basic-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .basic-container._50l {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-dropdown {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-section-container {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .ghostery_spacer-width {
    height: 25px;
    min-width: 100%;
  }

  .product-head.extension {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-head.dawn-browser {
    padding: 0px 20px 60px;
  }

  .product-headline.extension {
    padding-top: 25px;
  }

  .press-logos-small {
    display: none;
  }

  .modal {
    display: none;
  }

  .lr-box {
    padding-top: 0px;
  }

  .lr-box.left {
    margin-top: 40px;
  }

  .feature-text {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .feature-text.glow {
    width: 86%;
  }

  .feature-text.insights {
    margin-top: 0px;
  }

  .benefit-product-4-tiles {
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
  }

  ._40-limiter.teal {
    font-size: 30px;
  }

  .download-bottom-wrapper {
    max-width: 310px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .download-selector.transparent {
    min-width: 100%;
  }

  .download-selector-bottom.glow {
    display: none;
  }

  .form-block.glow {
    width: 91%;
  }

  .support {
    margin-right: 15px;
    margin-left: 15px;
  }

  .form-support {
    width: 100%;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-11 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-12 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .benefit-product-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .benefit-product-0._40 {
    margin-top: 0px;
  }

  .tab-link {
    margin-bottom: 0.2em;
    border-bottom-width: 2px;
    border-bottom-color: rgba(255, 255, 255, 0.5);
    border-radius: 8em;
  }

  .tab-link:hover {
    border-bottom-color: #00aef0;
  }

  .div-block-4 {
    padding: 2em;
  }

  .columns-2 {
    display: block;
    padding: 2em 2em 3em;
  }

  .column-13 {
    padding-bottom: 1em;
  }

  .tab-panel {
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .typography-roboto {
    font-size: 4em;
  }

  .typography-roboto-condensed {
    font-size: 4em;
  }

  .grid-3 {
    display: block;
  }

  .logo-misuse-grid {
    display: block;
  }

  .ghostery_spacer-80 {
    height: 60px;
  }

  .paragraph-10 {
    font-size: 1.25em;
  }

  .ghostery_spacer_huge {
    height: 2em;
  }
}

#w-node-b0aa887e-4248-cdde-31d4-89bf010e076b-597f12f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0aa887e-4248-cdde-31d4-89bf010e0772-597f12f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0aa887e-4248-cdde-31d4-89bf010e077b-597f12f6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e266b74-0fde-9498-1424-63eaa8f651cd-4c7f12fe {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-df6e7ce1-d492-41b9-cbe5-43b4db0e1ff8-4c7f12fe {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63afd484-dc31-f242-18c2-f2917e372fe7-4c7f12fe {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe7215c0-db09-dd34-b059-bf104225debf-bd7f1308 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2607dcd2-df44-2ca5-21e0-c143f6f448ea-bd7f1308 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_10516130-d5cc-b27b-5f30-20dcbde4316b-bd7f1308 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06b5baa8-1d1f-6492-fd79-64f45846cf91-bd7f1308 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0495b7e-adc2-6918-3786-44c9e627a820-6f7f130e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c667bfc-2e86-1cb2-cad8-aa6c288021ff-6f7f130e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb6ab5e1-f48c-9fb9-b385-c26b93bc68af-6f7f130e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3d93e03b-ad4a-b445-0765-42d53bcd36d7-6f7f130e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f8a1797b-35a4-32e4-b8c8-de4e8b8c9a12-6f7f130e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-df28720a-7d41-2f74-b814-927160262b85-6f7f130e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_795b6bcb-8738-8838-f979-b74b490b2d4d-6f7f130e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8ae1832-f5bc-9ff0-0c18-e6a50a255b76-6f7f130e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4155041-b124-2dec-7fb7-2a79d4a33a94-6f7f130e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b77d2057-ab6a-3734-3421-c12672d0f3c4-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c469d4fc-4fc2-58b1-1ec7-040054f84fec-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_29a12264-a570-10a0-9e83-79d2e7328440-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c8b167c3-eee7-d8c0-b31e-9b0b99336684-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4705c0d9-9645-4a4a-14ca-96792c2e3020-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4705c0d9-9645-4a4a-14ca-96792c2e3021-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_300add6f-264a-bbe3-2757-8c87847b6f68-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7cd541ee-0c99-ccee-55d9-3f8211859bbd-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-febf066f-8595-64b2-092d-96aabf47baaa-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-febf066f-8595-64b2-092d-96aabf47baab-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-febf066f-8595-64b2-092d-96aabf47bab0-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-febf066f-8595-64b2-092d-96aabf47bab1-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-febf066f-8595-64b2-092d-96aabf47baa4-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-febf066f-8595-64b2-092d-96aabf47baa5-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b517d22-e427-9828-0112-e8346121fe15-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_1b517d22-e427-9828-0112-e8346121fe16-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b517d22-e427-9828-0112-e8346121fe1b-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b517d22-e427-9828-0112-e8346121fe1c-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b517d22-e427-9828-0112-e8346121fe21-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b517d22-e427-9828-0112-e8346121fe22-eddcc203 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b0aa887e-4248-cdde-31d4-89bf010e076b-597f12f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0aa887e-4248-cdde-31d4-89bf010e0772-597f12f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0aa887e-4248-cdde-31d4-89bf010e077b-597f12f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6e266b74-0fde-9498-1424-63eaa8f651cd-4c7f12fe {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-df6e7ce1-d492-41b9-cbe5-43b4db0e1ff8-4c7f12fe {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_63afd484-dc31-f242-18c2-f2917e372fe7-4c7f12fe {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: '392d0a 0 0';
  src: url(/../fonts/392D0A_0_0.woff2) format('woff2'), url(/../fonts/392D0A_0_0.eot) format('embedded-opentype'), url(/../fonts/392D0A_0_0.woff) format('woff'), url(/../fonts/392D0A_0_0.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
  display: flex;
  justify-content: center;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
html {
  /* Colors */

  --ds-color-gray-900: #12121c;
  --ds-color-gray-800: #202225;
  --ds-color-gray-700: #2f3136;
  --ds-color-gray-600: #3f4146;
  --ds-color-gray-500: #636468;
  --ds-color-gray-400: #88898c;
  --ds-color-gray-300: #b9bbbe;
  --ds-color-gray-200: #d9dbde;
  --ds-color-white: white;

  --ds-color-primary-700: #0077cc;
  --ds-color-primary-500: #00aef0;
  --ds-color-secondary-500: #00b0ff;

  --ds-color-newsletter-500: #ac59b5;

  --ds-color-success-500: #43ac3c;
  --ds-color-warning-500: #ffbb00;
  --ds-color-error-500: #ff4500;
  --ds-color-error-400: #ff5d35;

  --ds-color-gradient-newsletter: linear-gradient(
    103.06deg,
    #ac59b5 0%,
    #129bf2 74.57%
  );

  --ds-color-gradient-browser: linear-gradient(
    141.55deg,
    #ff7e74 15.08%,
    #00aef0 75.66%
  );

  --ds-color-gradient-home: linear-gradient(
    141.55deg,
    #00aef0 15.08%,
    #ff7e74 75.66%
  );

  --ds-color-gradient-enterprise: linear-gradient(
    141.55deg,
    #129bf2 0%,
    #a276ff 100%
  );

  --ds-color-gradient-gray: linear-gradient(
    180deg,
    var(--ds-color-gray-700) 0%,
    var(--ds-color-gray-800) 100%
  );

  /* Fonts */

  --ds-font-family-display: 'Roboto Condensed', sans-serif;
  --ds-font-family-headline: var(--ds-font-family-display);
  --ds-font-family-button: var(--ds-font-family-display);

  --ds-font-family-body: 'Roboto', sans-serif;
  --ds-font-family-label: var(--ds-font-family-body);

  --ds-font-display-2xl: 40px / 40px var(--ds-font-family-display);
  --ds-font-display-xl: 32px / 32px var(--ds-font-family-display);
  --ds-font-display-l: 32px / 32px var(--ds-font-family-display);
  --ds-font-display-m: 24px / 24px var(--ds-font-family-display);
  --ds-font-display-s: 20px / 20px var(--ds-font-family-display);
  --ds-font-display-xs: 18px / 18px var(--ds-font-family-display);
  --ds-font-display-2xs: 16px / 16px var(--ds-font-family-display);

  --ds-font-headline-xl: 32px / 38px var(--ds-font-family-headline);
  --ds-font-headline-l: 24px / 28px var(--ds-font-family-headline);
  --ds-font-headline-m: 24px / 28px var(--ds-font-family-headline);
  --ds-font-headline-s: 20px / 24px var(--ds-font-family-headline);
  --ds-font-headline-xs: 20px / 24px var(--ds-font-family-headline);
  --ds-font-headline-2xs: 16px / 20px var(--ds-font-family-headline);

  --ds-font-button-m: 18px / 20px var(--ds-font-family-button);
  --ds-font-button-s: 16px / 18px var(--ds-font-family-button);

  --ds-font-label-2xl: 20px / 24px var(--ds-font-family-label);
  --ds-font-label-xl: 18px / 22px var(--ds-font-family-label);
  --ds-font-label-l: 16px / 20px var(--ds-font-family-label);
  --ds-font-label-m: 14px / 18px var(--ds-font-family-label);
  --ds-font-label-s: 12px / 16px var(--ds-font-family-label);
  --ds-font-label-xs: 12px / 16px var(--ds-font-family-label);

  --ds-font-body-2xl: 20px / 28px var(--ds-font-family-body);
  --ds-font-body-xl: 18px / 26px var(--ds-font-family-body);
  --ds-font-body-l: 16px / 24px var(--ds-font-family-body);
  --ds-font-body-m: 14px / 20px var(--ds-font-family-body);
  --ds-font-body-s: 12px / 18px var(--ds-font-family-body);
  --ds-font-body-xs: 12px / 18px var(--ds-font-family-body);

  /* Layout Sizing */

  --ds-layout-spacing-5xl: 64px;
  --ds-layout-spacing-4xl: 40px;
  --ds-layout-spacing-3xl: 64px;
  --ds-layout-spacing-2xl: 40px;
  --ds-layout-spacing-xl: 32px;
  --ds-layout-spacing-l: 16px;
  --ds-layout-spacing-m: 16px;
  --ds-layout-spacing-s: 8px;
  --ds-layout-spacing-xs: 4px;

  --ds-layout-spacing-section: 16px;

  --ds-layout-padding: 20px;

  --ds-layout-container-max-width: 100%;

  --ds-layout-z-index-modal: 1000;

  /* Global overwrites */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  html {
    --ds-font-display-2xl: 72px / 72px var(--ds-font-family-display);
    --ds-font-display-xl: 58px / 58px var(--ds-font-family-display);
    --ds-font-display-l: 40px / 40px var(--ds-font-family-display);
    --ds-font-display-m: 32px / 32px var(--ds-font-family-display);
    --ds-font-display-s: 24px / 24px var(--ds-font-family-display);
    --ds-font-display-xs: 20px / 20px var(--ds-font-family-display);
    --ds-font-display-2xs: 16px / 16px var(--ds-font-family-display);

    --ds-font-headline-xl: 58px / 64px var(--ds-font-family-headline);
    --ds-font-headline-l: 40px / 48px var(--ds-font-family-headline);
    --ds-font-headline-m: 32px / 38px var(--ds-font-family-headline);
    --ds-font-headline-s: 24px / 28px var(--ds-font-family-headline);
    --ds-font-headline-xs: 20px / 24px var(--ds-font-family-headline);
    --ds-font-headline-2xs: 16px / 20px var(--ds-font-family-headline);

    --ds-font-button-m: 22px / 24px var(--ds-font-family-button);
    --ds-font-button-s: 18px / 20px var(--ds-font-family-button);

    --ds-font-label-2xl: 22px / 26px var(--ds-font-family-label);
    --ds-font-label-xl: 20px / 24px var(--ds-font-family-label);
    --ds-font-label-l: 18px / 22px var(--ds-font-family-label);
    --ds-font-label-m: 16px / 20px var(--ds-font-family-label);
    --ds-font-label-s: 14px / 18px var(--ds-font-family-label);
    --ds-font-label-xs: 12px / 16px var(--ds-font-family-label);

    --ds-font-body-2xl: 22px / 30px var(--ds-font-family-body);
    --ds-font-body-xl: 20px / 28px var(--ds-font-family-body);
    --ds-font-body-l: 18px / 26px var(--ds-font-family-body);
    --ds-font-body-m: 16px / 24px var(--ds-font-family-body);
    --ds-font-body-s: 14px / 20px var(--ds-font-family-body);
    --ds-font-body-xs: 12px / 18px var(--ds-font-family-body);

    --ds-layout-spacing-l: 24px;
    --ds-layout-spacing-section: 40px;

    --ds-layout-container-max-width: 768px;
  }
}

@media screen and (min-width: 992px) {
  html {
    --ds-layout-container-max-width: 956px;
    --ds-layout-spacing-4xl: 80px;
    --ds-layout-spacing-5xl: 80px;
  }
}

@media screen and (min-width: 1280px) {
  html {
    --ds-layout-container-max-width: 1240px;
  }
}

/* Typography Classes */

.ds-display-2xl {
  font: var(--ds-font-display-2xl);
}
.ds-display-xl {
  font: var(--ds-font-display-xl);
}
.ds-display-l {
  font: var(--ds-font-display-l);
}
.ds-display-m {
  font: var(--ds-font-display-m);
}
.ds-display-s {
  font: var(--ds-font-display-s);
}
.ds-display-xs {
  font: var(--ds-font-display-xs);
}
.ds-display-2xs {
  font: var(--ds-font-display-2xs);
}

.ds-display-2xl,
.ds-display-xl,
.ds-display-l,
.ds-display-m,
.ds-display-s,
.ds-display-xs,
.ds-display-2xs {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-wrap: balance;
}

.ds-headline-xl {
  font: var(--ds-font-headline-xl);
}
.ds-headline-l {
  font: var(--ds-font-headline-l);
}
.ds-headline-m {
  font: var(--ds-font-headline-m);
}
.ds-headline-s {
  font: var(--ds-font-headline-s);
}
.ds-headline-xs {
  font: var(--ds-font-headline-xs);
}
.ds-headline-2xs {
  font: var(--ds-font-headline-2xs);
}

.ds-headline-xl,
.ds-headline-l,
.ds-headline-m,
.ds-headline-s,
.ds-headline-xs,
.ds-headline-2xs {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.ds-button-m {
  font: var(--ds-font-button-m);
}
.ds-button-s {
  font: var(--ds-font-button-s);
}

.ds-button-m,
.ds-button-s {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-layout-spacing-s);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.ds-label-2xl {
  font: var(--ds-font-label-2xl);
}
.ds-label-xl {
  font: var(--ds-font-label-xl);
}
.ds-label-l {
  font: var(--ds-font-label-l);
}
.ds-label-m {
  font: var(--ds-font-label-m);
}
.ds-label-s {
  font: var(--ds-font-label-s);
}
.ds-label-xs {
  font: var(--ds-font-label-xs);
}

.ds-label-2xl,
.ds-label-xl,
.ds-label-l,
.ds-label-m,
.ds-label-s,
.ds-label-xs {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.ds-body-2xl {
  font: var(--ds-font-body-2xl);
}
.ds-body-xl {
  font: var(--ds-font-body-xl);
}
.ds-body-l {
  font: var(--ds-font-body-l);
}
.ds-body-m {
  font: var(--ds-font-body-m);
}
.ds-body-s {
  font: var(--ds-font-body-s);
}
.ds-body-xs {
  font: var(--ds-font-body-xs);
}

.ds-body-2xl,
.ds-body-xl,
.ds-body-l,
.ds-body-m,
.ds-body-s {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.ds-body-2xl a,
.ds-body-xl a,
.ds-body-l a,
.ds-body-m a,
.ds-body-s a,
.ds-anchor {
  color: inherit;
  text-decoration: underline;
}

.ds-anchor:hover {
  color: var(--ds-color-white);
}

.ds-text-center {
  text-align: center;
}

.ds-nowrap {
  white-space: nowrap;
}

.ds-lowercase {
  text-transform: lowercase;
}

/* UI Components */

.ds-main {
  max-width: 100%;
  border-bottom: 2px solid var(--ds-color-gray-800);
  overflow-x: hidden;
}

.ds-section,
.ds-section-with-img {
  padding: 64px var(--ds-layout-padding);
}

@media screen and (min-width: 768px) {
  .ds-section,
  .ds-section-with-img {
    padding: 80px var(--ds-layout-padding);
  }
}

.ds-section-header {
  max-width: 800px;
  margin: 0 auto;
}

.ds-section-with-img {
  display: grid;
  justify-items: start;
  grid-gap: var(--ds-layout-spacing-l);
}

.ds-section-with-img img {
  max-width: 400px;
  width: 100%;
  display: block;
  grid-row: 1;
  justify-self: center;
}

@media screen and (min-width: 768px) {
  .ds-section-with-img {
    align-items: start;
    grid: 1fr / 3fr 2fr;
    grid-gap: var(--ds-layout-spacing-l);
  }

  .ds-section-with-img img {
    justify-self: end;
    grid-column: 2;
    margin-top: -40px;
  }
}

.ds-section-divider {
  border-bottom: 2px solid var(--ds-color-gray-800);
}

.ds-section-cta {
  display: flex;
  flex-flow: column-reverse;
  position: relative;
  padding: var(--ds-layout-spacing-l) var(--ds-layout-padding);
}

.ds-section-cta h1,
.ds-section-cta h2,
.ds-section-cta p {
  max-width: max-content;
}

.ds-section-cta-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-section-cta-img > *:first-child {
  max-width: 170%;
}

.ds-section-cta-short {
}

.ds-section-cta-short .ds-section-cta-img > *:first-child {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .ds-section-cta {
    flex-flow: column;
    justify-content: center;
    min-height: 480px;
    padding: 80px var(--ds-layout-padding);
  }

  .ds-section-cta-img > *:first-child {
    max-width: 100%;
  }

  .ds-section-cta > * {
    position: relative;
    z-index: 1;
    max-width: 70%;
  }

  .ds-section-cta-img {
    z-index: 0;
    position: absolute;
    left: 42%;
    top: 50%;
    transform: translateY(-50%);
    width: 880px;
    max-width: none;
  }

  .ds-section-cta-short {
    padding: 64px var(--ds-layout-padding);
    min-height: 410px;
  }

  .ds-section-cta-short .ds-section-cta-img > *:first-child {
    width: 480px;
  }
}

@media screen and (min-width: 992px) {
  .ds-section-cta {
    min-height: 700px;
  }

  .ds-section-cta > * {
    max-width: 60%;
  }

  .ds-section-cta-img {
    left: 30%;
    width: 1180px;
    max-width: none;
  }

  .ds-section-cta-short {
    padding: 80px var(--ds-layout-padding);
    min-height: 410px;
  }
}

@media screen and (min-width: 1280px) {
  .ds-section-cta {
    padding: 120px var(--ds-layout-padding);
  }

  .ds-section-cta > * {
    max-width: min(55%, 580px);
  }

  .ds-section-cta-img {
    max-width: none;
    left: 25%;
  }

  .ds-section-cta-short {
    padding: 80px var(--ds-layout-padding);
    min-height: 410px;
  }

  .ds-section-cta-short .ds-section-cta-img {
    width: 1300px;
  }
}

.ds-section-cta-icon-row {
  display: grid;
  grid: 1fr / min-content 1fr;
  grid-gap: var(--ds-layout-spacing-m);
  align-items: center;
}

.ds-section-wave {
  display: flex;
  position: relative;
  z-index: 1;
  color: var(--ds-color-gray-800);
}

.ds-section-wave.ds-section-wave-bottom {
  flex-direction: row-reverse;
}

.ds-section-wave svg {
  flex: 0 0 auto;
  display: block;
}

.ds-section-two-columns {
  display: flex;
  flex-flow: column;
  gap: var(--ds-layout-spacing-l);
}

.ds-section-two-columns a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .ds-section-two-columns {
    display: grid;
    grid: auto / 1fr min(50%, 532px);
    gap: var(--ds-layout-spacing-4xl);
    justify-content: space-between;
    align-items: center;
  }

  .ds-section-two-columns-reverse {
    grid: auto / min(50%, 532px) 1fr;
    grid-auto-flow: column;
  }

  .ds-section-two-columns-reverse img {
    grid-column: 2;
  }
}

.ds-container {
  max-width: var(--ds-layout-container-max-width);
  margin: 0 auto;
  padding-left: var(--ds-layout-padding);
  padding-right: var(--ds-layout-padding);
}

.ds-list {
  margin: 0;
  padding: 0;
  padding-left: 32px;
}

.ds-list li {
  font: inherit;
  padding-left: 8px;
}

.ds-button,
.ds-button-large,
.ds-button-small {
  display: inline-flex;
  gap: var(--ds-layout-spacing-s);
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  color: var(--ds-color-white);
  background: var(--ds-color-primary-500);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--ds-color-primary-500);
}

@media screen and (min-width: 768px) {
  .ds-button,
  .ds-button-large {
    font: 700 var(--ds-font-button-m);
  }
}

.ds-button:hover,
.ds-button-large:hover,
.ds-button-small:hover {
  background-color: var(--ds-color-primary-700);
  border: 1px solid var(--ds-color-primary-700);
}

.ds-button:focus,
.ds-button-large:focus,
.ds-button-small:focus {
  outline: none;
}

.ds-button:focus-visible,
.ds-button-large:focus-visible,
.ds-button-small:focus-visible {
  box-shadow: 0 0 0 4px var(--ds-color-gray-500);
}

.ds-button {
  padding: 14px 20px;
  border-radius: 48px;
  font: 700 var(--ds-font-button-s);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ds-button {
    padding: 13px 20px;
    border-radius: 40px;
    width: auto;
  }
}

.ds-button-small {
  padding: 8px 12px;
  border-radius: 24px;
  font: 700 var(--ds-font-button-s);
}

.ds-button-small svg {
  width: 24px;
  height: 24px;
}

.ds-button-large {
  font: 700 var(--ds-font-button-m);
  padding: 11px 24px;
  border-radius: 50px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ds-button-large {
    padding: 16px 24px;
    width: auto;
  }
}

input + .ds-button,
input + .ds-button-large {
  width: auto;
}

.ds-button-outline {
  background: transparent;
  border: 1px solid var(--ds-color-gray-600);
}

.ds-button-outline:hover {
  border-color: white;
  background: var(--ds-color-gray-700);
}

.ds-button-transparent {
  background: transparent;
  border: none;
  box-shadow: none;
}

.ds-button-transparent:hover {
  background: var(--ds-color-gray-700);
  border: none;
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .ds-button-wide {
    min-width: 400px;
  }
}

.ds-badge {
  font: var(--ds-font-body-xs);
  color: var(--ds-color-white);
  display: inline-block;
  background: var(--ds-color-gray-800);
  border: 1px solid var(--ds-color-gray-600);
  border-radius: 4px;
  padding: 4px 8px;
}

.ds-textbox {
  color: var(--ds-color-gray-400);
  background: var(--ds-color-gray-800);
  padding: var(--ds-layout-spacing-m);
  border-radius: 8px;
}

.ds-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: rgba(18, 18, 28, 0.6);
  backdrop-filter: blur(4px);
  z-index: var(--ds-layout-z-index-modal);
  padding: var(--ds-layout-spacing-m);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow-y: scroll;
  overscroll-behavior: contain;
}

.ds-modal.ds-modal-open {
  opacity: 1;
  visibility: visible;
}

.ds-modal-content {
  position: relative;
  display: grid;
  justify-content: center;
  background: #2f3136;
  box-shadow: 30px 60px 120px rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  padding: min(5vw, 60px) var(--ds-layout-spacing-m);
}

.ds-modal-content > * {
  max-width: 580px;
}

.ds-model-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  color: var(--ds-color-white);
}

.ds-model-close svg {
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 768px) {
  .ds-model-close {
    position: absolute;
    top: 40px;
    right: 40px;
  }
}

.ds-product-grid {
  display: flex;
  flex-flow: column;
  gap: var(--ds-layout-spacing-m);
}

.ds-product-grid > * {
  display: flex;
  align-items: center;
  gap: var(--ds-layout-spacing-m);
  background: var(--ds-color-gray-700);
  border: 1px solid var(--ds-color-gray-600);
  box-shadow: 30px 60px 80px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: var(--ds-layout-spacing-l);
}

.ds-product-grid a {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
}

.ds-product-grid svg {
  min-width: 120px;
  min-height: 120px;
  max-width: 120px;
  max-height: 120px;
}

@media screen and (min-width: 992px) {
  .ds-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .ds-product-grid > * {
    flex-flow: column;
  }

  .ds-product-grid svg {
    min-width: 160px;
    min-height: 160px;
    max-width: 160px;
    max-height: 160px;
  }
}

@media screen and (min-width: 1280px) {
  .ds-product-grid {
    gap: var(--ds-layout-spacing-2xl);
  }
}

.ds-learn-more {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 10px 0px;
  background: linear-gradient(180deg, rgba(18, 18, 28, 0) 0%, #12121c 100%);
  transition: opacity 0.3s ease-in-out;
}

.ds-learn-more a {
  padding: 10px;
}

.ds-learn-more.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.ds-faq {
  max-width: 800px;
  margin: 0 auto;
  color: var(--ds-color-gray-300);
}

.ds-faq h3 {
  font: var(--ds-font-headline-s);
  border-top: 1px solid var(--ds-color-gray-600);
  padding-top: 24px;
  color: var(--ds-color-white);
}

.ds-faq h3:first-child {
  border-top: none;
  padding-top: 0;
}

.ds-faq p,
.ds-faq ul {
  font: var(--ds-font-body-l);
  margin-bottom: 16px;
}

.ds-faq li {
  font: var(--ds-font-body-l);
}

.ds-faq p + h3 {
  margin-top: 24px;
}

.ds-faq-button {
  margin: 32px 0 0;
  text-align: center;
}

.ds-faq-help {
  margin: 40px auto 0;
  border-radius: 16px;
  padding: 40px 24px;
}

@media screen and (min-width: 768px) {
  .ds-faq-help {
    margin-top: 64px;
  }

  .ds-faq-button {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1280px) {
  .ds-faq-help {
    margin-top: 80px;
  }
}

/* Form Components */

.ds-form-field {
  font: var(--ds-font-body-l);
  font-weight: 400;
  color: var(--ds-color-white);
  background: var(--ds-color-gray-800);
  padding: 10px 20px;
  border: 1px solid var(--ds-color-gray-500);
  border-radius: 24px;
  outline: none;
}

.ds-form-field-large {
  font: var(--ds-font-body-xl);
  font-weight: 400;
}

.ds-form-field::placeholder {
  color: var(--ds-color-gray-400);
}

.ds-form-field:hover {
  border: 1px solid var(--ds-color-white);
}

.ds-form-field:focus {
  outline: none;
}

.ds-form-field:focus-visible {
  box-shadow: 0 0 0 4px var(--ds-color-gray-500);
}

.ds-form-error .ds-form-field,
.ds-form-field.ds-form-error {
  border: 1px solid var(--ds-color-error-400);
}

select.ds-form-field {
  appearance: none;
  background: var(--ds-color-gray-800) no-repeat top 50% right 16px
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.96967 8.46967C4.26256 8.17678 4.73744 8.17678 5.03033 8.46967L12 15.4393L18.9697 8.46967C19.2626 8.17678 19.7374 8.17678 20.0303 8.46967C20.3232 8.76256 20.3232 9.23744 20.0303 9.53033L12.5303 17.0303C12.2374 17.3232 11.7626 17.3232 11.4697 17.0303L3.96967 9.53033C3.67678 9.23744 3.67678 8.76256 3.96967 8.46967Z' fill='white'/%3E%3C/svg%3E%0A");
}

.ds-form-checkbox {
  width: 16px;
  height: 16px;
  background: var(--ds-color-gray-800) no-repeat center;
  border: 1px solid var(--ds-color-gray-500);
  border-radius: 4px;
  display: block;
  appearance: none;
}

.ds-form-checkbox:checked {
  border-color: var(--ds-color-primary-500);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41ODkzIDIuNDEwMDhDMTAuOTE0NyAyLjczNTUxIDEwLjkxNDcgMy4yNjMxMiAxMC41ODkzIDMuNTg4NTVMNS4wODkyOCA5LjA4ODU1QzQuNzYzODYgOS40MTM5NyA0LjIzNjI0IDkuNDEzOTcgMy45MTA4MiA5LjA4ODU1TDEuNDEwODIgNi41ODg1NUMxLjA4NTM5IDYuMjYzMTIgMS4wODUzOSA1LjczNTUxIDEuNDEwODIgNS40MTAwOEMxLjczNjI0IDUuMDg0NjYgMi4yNjM4NiA1LjA4NDY2IDIuNTg5MjggNS40MTAwOEw0LjUwMDA1IDcuMzIwODVMOS40MTA4MiAyLjQxMDA4QzkuNzM2MjQgMi4wODQ2NiAxMC4yNjM5IDIuMDg0NjYgMTAuNTg5MyAyLjQxMDA4WiIgZmlsbD0iIzAwQUVGMCIvPgo8L3N2Zz4=');
}

.ds-form-checkbox:focus {
  outline: none;
}

.ds-form-checkbox:focus-visible {
  box-shadow: 0 0 0 4px var(--ds-color-gray-600);
}

.ds-form-checkbox.ds-form-error {
  border-color: var(--ds-color-error-400);
}

.ds-form-label {
  margin: 0;
  font-weight: inherit;
}

.ds-form-label input[type='radio'] {
  width: 24px;
  height: 24px;
  background: var(--ds-color-gray-800);
  border: 1px solid var(--ds-color-gray-500);
  border-radius: 12px;
  appearance: none;
}

.ds-form-label input[type='radio']:checked {
  border-color: var(--ds-color-primary-500);
  background: var(--ds-color-gray-800) no-repeat center
    url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8838 0.754774C15.3719 1.24291 15.3719 2.03433 14.8838 2.52247L6.6338 10.7725C6.14566 11.2606 5.35424 11.2606 4.8661 10.7725L1.1161 7.02247C0.627966 6.53434 0.627966 5.74291 1.1161 5.25477C1.60424 4.76664 2.39566 4.76664 2.8838 5.25477L5.74995 8.12093L13.1161 0.754774C13.6042 0.266638 14.3957 0.266638 14.8838 0.754774Z' fill='%2300AEF0'/%3E%3C/svg%3E%0A");
}

.ds-form-error-msg {
  padding: 0 var(--ds-layout-spacing-s);
}

.ds-form-error-msg:empty:before {
  display: inline-block;
  content: ' ';
  min-height: 1em;
}

/* Testimonials */

.ds-testimonials {
  margin: 0 calc(var(--ds-layout-padding) * -1);
}

.ds-testimonials-controls {
  display: grid;
  grid-auto-flow: column;
  grid-gap: var(--ds-layout-spacing-l);
  padding: var(--ds-layout-spacing-xl) 0;
}

.ds-testimonial {
  display: grid;
  grid: 1fr / 1fr;
  grid-gap: var(--ds-layout-spacing-m);
  padding: var(--ds-layout-spacing-l);
  border-radius: 8px;
  background: var(--ds-color-gray-700);
  height: 100%;
}

.ds-testimonials-bullets {
  display: grid;
  grid-auto-flow: column;
  grid-gap: var(--ds-layout-spacing-l);
  align-items: center;
}

.ds-testimonials-bullets button {
  background: var(--ds-color-gray-600);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  padding: 0;
}

.ds-testimonials-bullets button[class*='active'] {
  background: var(--ds-color-white);
}

.ds-testimonials-button {
  display: grid;
  place-items: center;
  background: none;
}

.ds-carousel {
  position: relative;
}

.ds-carousel-prev,
.ds-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.ds-carousel-prev {
  left: 2px;
}

.ds-carousel-next {
  right: 2px;
}

.ds-carousel-prev:active,
.ds-carousel-next:active {
  transform: translateY(-50%) scale(0.9);
}

.ds-carousel-slider {
  display: flex;
  flex-flow: row nowrap;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ds-carousel-slider::-webkit-scrollbar {
  display: none;
}

.ds-carousel-slider > * {
  scroll-snap-align: start;
}

/* UI Helpers */

.ds-overflow {
  overflow: visible;
}

/* Colors */

.ds-color-gray-900 {
  color: var(--ds-color-gray-900);
}
.ds-color-gray-800 {
  color: var(--ds-color-gray-800);
}
.ds-color-gray-700 {
  color: var(--ds-color-gray-700);
}
.ds-color-gray-600 {
  color: var(--ds-color-gray-600);
}
.ds-color-gray-500 {
  color: var(--ds-color-gray-500);
}
.ds-color-gray-400 {
  color: var(--ds-color-gray-400);
}
.ds-color-gray-300 {
  color: var(--ds-color-gray-300);
}
.ds-color-white {
  color: var(--ds-color-white);
}

.ds-color-primary-700 {
  color: var(--ds-color-primary-700);
}
.ds-color-primary-500 {
  color: var(--ds-color-primary-500);
}
.ds-color-secondary-500 {
  color: var(--ds-color-secondary-500);
}

.ds-color-newsletter-500 {
  color: var(--ds-color-newsletter-500);
}

.ds-color-success-500 {
  color: var(--ds-color-success-500);
}
.ds-color-warning-500 {
  color: var(--ds-color-warning-500);
}
.ds-color-error-500 {
  color: var(--ds-color-error-500);
}
.ds-color-error-400 {
  color: var(--ds-color-error-400);
}

.ds-color-gradient-newsletter {
  background: var(--ds-color-gradient-newsletter);
}

.ds-color-gradient-browser {
  background: var(--ds-color-gradient-browser);
}

.ds-color-gradient-home {
  background: var(--ds-color-gradient-home);
}

.ds-color-gradient-enterprise {
  background: var(--ds-color-gradient-enterprise);
}

.ds-color-gradient-gray {
  background: var(--ds-color-gradient-gray);
}

.ds-color-gradient-newsletter,
.ds-color-gradient-browser,
.ds-color-gradient-home,
.ds-color-gradient-enterprise,
.ds-color-gradient-gray {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Backgrounds */

.ds-bg-gray-900 {
  background-color: var(--ds-color-gray-900);
}
.ds-bg-gray-800 {
  background-color: var(--ds-color-gray-800);
}
.ds-bg-gray-700 {
  background-color: var(--ds-color-gray-700);
}
.ds-bg-gray-600 {
  background-color: var(--ds-color-gray-600);
}
.ds-bg-gray-500 {
  background-color: var(--ds-color-gray-500);
}
.ds-bg-gray-400 {
  background-color: var(--ds-color-gray-400);
}
.ds-bg-gray-300 {
  background-color: var(--ds-color-gray-300);
}
.ds-bg-white {
  background-color: var(--ds-color-white);
}
.ds-bg-gradient-gray {
  background: var(--ds-color-gradient-gray);
}

/* Margins */

.ds-margin-section {
  margin: var(--ds-layout-spacing-section) 0;
}

.ds-margin-v-5xl {
  margin: var(--ds-layout-spacing-5xl) 0;
}
.ds-margin-v-4xl {
  margin: var(--ds-layout-spacing-4xl) 0;
}
.ds-margin-v-3xl {
  margin: var(--ds-layout-spacing-3xl) 0;
}
.ds-margin-v-2xl {
  margin: var(--ds-layout-spacing-2xl) 0;
}
.ds-margin-v-xl {
  margin: var(--ds-layout-spacing-xl) 0;
}
.ds-margin-v-l {
  margin: var(--ds-layout-spacing-l) 0;
}
.ds-margin-v-m {
  margin: var(--ds-layout-spacing-m) 0;
}
.ds-margin-v-s {
  margin: var(--ds-layout-spacing-s) 0;
}
.ds-margin-v-xs {
  margin: var(--ds-layout-spacing-xs) 0;
}

.ds-margin-h-5xl {
  margin: 0 var(--ds-layout-spacing-5xl);
}
.ds-margin-h-4xl {
  margin: 0 var(--ds-layout-spacing-4xl);
}
.ds-margin-h-3xl {
  margin: 0 var(--ds-layout-spacing-3xl);
}
.ds-margin-h-2xl {
  margin: 0 var(--ds-layout-spacing-2xl);
}
.ds-margin-h-xl {
  margin: 0 var(--ds-layout-spacing-xl);
}
.ds-margin-h-l {
  margin: 0 var(--ds-layout-spacing-l);
}
.ds-margin-h-m {
  margin: 0 var(--ds-layout-spacing-m);
}
.ds-margin-h-s {
  margin: 0 var(--ds-layout-spacing-s);
}
.ds-margin-h-xs {
  margin: 0 var(--ds-layout-spacing-xs);
}

.ds-margin-t-5xl {
  margin-top: var(--ds-layout-spacing-5xl);
}
.ds-margin-t-4xl {
  margin-top: var(--ds-layout-spacing-4xl);
}
.ds-margin-t-3xl {
  margin-top: var(--ds-layout-spacing-3xl);
}
.ds-margin-t-2xl {
  margin-top: var(--ds-layout-spacing-2xl);
}
.ds-margin-t-xl {
  margin-top: var(--ds-layout-spacing-xl);
}
.ds-margin-t-l {
  margin-top: var(--ds-layout-spacing-l);
}
.ds-margin-t-m {
  margin-top: var(--ds-layout-spacing-m);
}
.ds-margin-t-s {
  margin-top: var(--ds-layout-spacing-s);
}
.ds-margin-t-xs {
  margin-top: var(--ds-layout-spacing-xs);
}

.ds-margin-r-5xl {
  margin-right: var(--ds-layout-spacing-5xl);
}
.ds-margin-r-4xl {
  margin-right: var(--ds-layout-spacing-4xl);
}
.ds-margin-r-3xl {
  margin-right: var(--ds-layout-spacing-3xl);
}
.ds-margin-r-2xl {
  margin-right: var(--ds-layout-spacing-2xl);
}
.ds-margin-r-xl {
  margin-right: var(--ds-layout-spacing-xl);
}
.ds-margin-r-l {
  margin-right: var(--ds-layout-spacing-l);
}
.ds-margin-r-m {
  margin-right: var(--ds-layout-spacing-m);
}
.ds-margin-r-s {
  margin-right: var(--ds-layout-spacing-s);
}
.ds-margin-r-xs {
  margin-right: var(--ds-layout-spacing-xs);
}

.ds-margin-b-5xl {
  margin-bottom: var(--ds-layout-spacing-5xl);
}
.ds-margin-b-4xl {
  margin-bottom: var(--ds-layout-spacing-4xl);
}
.ds-margin-b-3xl {
  margin-bottom: var(--ds-layout-spacing-3xl);
}
.ds-margin-b-2xl {
  margin-bottom: var(--ds-layout-spacing-2xl);
}
.ds-margin-b-xl {
  margin-bottom: var(--ds-layout-spacing-xl);
}
.ds-margin-b-l {
  margin-bottom: var(--ds-layout-spacing-l);
}
.ds-margin-b-m {
  margin-bottom: var(--ds-layout-spacing-m);
}
.ds-margin-b-s {
  margin-bottom: var(--ds-layout-spacing-s);
}
.ds-margin-b-xs {
  margin-bottom: var(--ds-layout-spacing-xs);
}

.ds-margin-l-5xl {
  margin-left: var(--ds-layout-spacing-5xl);
}
.ds-margin-l-4xl {
  margin-left: var(--ds-layout-spacing-4xl);
}
.ds-margin-l-3xl {
  margin-left: var(--ds-layout-spacing-3xl);
}
.ds-margin-l-2xl {
  margin-left: var(--ds-layout-spacing-2xl);
}
.ds-margin-l-xl {
  margin-left: var(--ds-layout-spacing-xl);
}
.ds-margin-l-l {
  margin-left: var(--ds-layout-spacing-l);
}
.ds-margin-l-m {
  margin-left: var(--ds-layout-spacing-m);
}
.ds-margin-l-s {
  margin-left: var(--ds-layout-spacing-s);
}
.ds-margin-l-xs {
  margin-left: var(--ds-layout-spacing-xs);
}
.ds-article {
  color: var(--ds-color-gray-300);
  padding-bottom: 40px;
}

.ds-article h1 {
  font: var(--ds-font-display-xl);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ds-color-white);
  text-align: center;
  margin: 16px 0 24px;
}

.ds-article h2 {
  font: var(--ds-font-headline-m);
  margin: 40px 0 16px;
  color: var(--ds-color-white);
}

.ds-article h3 {
  font: var(--ds-font-headline-s);
  margin: 40px 0 16px;
  color: var(--ds-color-white);
}

.ds-article h2 + h3 {
  margin-top: 16px;
}

.ds-article h4 {
  font: var(--ds-font-label-xl);
  margin: 40px 0 16px;
  color: var(--ds-color-white);
}

.ds-article p {
  font: var(--ds-font-body-xl);
  margin: 16px 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.ds-article li {
  font: var(--ds-font-body-xl);
  margin-bottom: 16px;
}

.ds-article a {
  color: var(--ds-color-white);
  text-decoration: underline;
}

.ds-article a:hover:not(.ds-button, .ds-button-large) {
  text-decoration: underline;
}

.ds-article .block-img {
  border-radius: 16px;
  overflow: hidden;
  margin: 24px 0 40px;
}

.ds-article .block-img img {
  width: 100%;
  height: auto;
}

.ds-article gh-cta {
  background: var(--ds-color-gray-700);
}

.ds-article-container {
  max-width: 640px;
  margin: 0 auto;
  box-sizing: content-box;
}

.ds-article-header {
  max-width: 940px;
  margin: 0 auto 32px;
  box-sizing: border-box;
}

.ds-article-header h1 {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.ds-article-header h4 {
  font: var(--ds-font-headline-xs);
  text-align: center;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.ds-article-header img {
  display: block;
  margin: 24px 0;
  border-radius: 16px;
  overflow: hidden;
}

a.ds-article-back-button {
  margin: 16px 0 24px;
}

@media screen and (min-width: 992px) {
  a.ds-article-back-button {
    margin: 24px 0 40px;
  }

  .ds-article-header {
    margin-bottom: 64px;
  }

  .ds-article-header h4 {
    margin-bottom: 16px;
  }

  .ds-article-header img {
    margin: 40px 0;
  }

  .ds-article h2 {
    margin-top: 64px;
  }
}
.ds-blog-container {
  margin-top: 24px;
  margin-bottom: 40px;
}

.ds-blog-rss-button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  gap: 8px;
  font: 500 var(--ds-font-label-m);
  background: rgba(32, 34, 37, 0.5);
  color: var(--ds-color-white);
  border-radius: 100px;
}

.ds-blog-rss-button:hover,
.ds-blog-rss-button:focus,
.ds-blog-rss-button:active {
  color: var(--ds-color-primary-500);
  background: rgba(32, 34, 37, 1);
}

.ds-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 24px 0;
}

.ds-blog-related {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ds-blog-related .ds-blog-grid {
  margin: 0;
}

.ds-blog-post {
  display: flex;
  flex-flow: column nowrap;
}

.ds-blog-post-img {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 56.25;
  aspect-ratio: 16 / 9;
  background: var(--ds-color-gray-800);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.ds-blog-post-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.4, 0.15, 0, 1);
}

.ds-blog-post-content {
  padding: 12px;
  margin-top: 4px;
  border-radius: 16px;
  transition: background 0.3s cubic-bezier(0.4, 0.15, 0, 1);
}

.ds-blog-post-content div:first-child {
  text-transform: uppercase;
}

.ds-blog-post:hover img {
  transform: translateY(4px) scale(1.1);
}

.ds-blog-post:hover .ds-blog-post-content {
  background: var(--ds-color-gray-800);
}

.ds-blog-grid.span .ds-blog-post:first-child {
  grid-column: span 2;
}

.ds-blog-grid.span .ds-blog-post:first-child h4 {
  font: var(--ds-font-label-xl);
  font-weight: 500;
}

.ds-blog-faq {
  margin-top: 40px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .ds-blog-container {
    margin-top: 32px;
  }

  .ds-blog-grid {
    gap: 40px;
    margin: 40px 0;
  }

  .ds-blog-grid.span .ds-blog-post:first-child {
    flex-flow: row nowrap;
  }

  .ds-blog-grid.span .ds-blog-post:first-child .ds-blog-post-img {
    max-width: 580px;
    flex: 4;
  }

  .ds-blog-grid.span .ds-blog-post:first-child .ds-blog-post-content {
    flex: 3 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 0 0 12px;
    padding: 12px;
  }

  .ds-blog-grid.span .ds-blog-post:first-child h4 {
    font: var(--ds-font-headline-s);
    font-weight: 500;
  }

  .ds-blog-faq {
    margin-top: 80px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 992px) {
  .ds-blog-container {
    margin-bottom: 64px;
  }

  .ds-blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ds-blog-grid.span .ds-blog-post:first-child {
    grid-column: span 3;
  }

  .ds-blog-grid.span .ds-blog-post:first-child .ds-blog-post-content {
    margin-left: 24px;
    padding: 16px;
  }

  .ds-blog-grid.span .ds-blog-post:first-child h4 {
    font: var(--ds-font-headline-l);
    font-weight: 500;
  }

  .ds-blog-grid.span .ds-blog-post:first-child div:last-child {
    font: var(--ds-font-label-l);
    font-weight: 500;
  }
}

@media screen and (min-width: 1280px) {
  .ds-blog-related {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ds-blog-grid.span .ds-blog-post:first-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .ds-blog-related .ds-blog-grid {
    grid-template-rows: 1fr;
    grid-auto-rows: 0;
    overflow: hidden;
  }
}
.ds-browser-header p {
  margin-bottom: 0;
}

.ds-browser-download-button,
.ds-browser-download-button:hover {
  border: none;
  background: linear-gradient(133.59deg, #ff7e74 0%, #00aef0 100%);
}

.ds-browser-download {
  margin: 24px 0;
}

@media screen and (min-width: 768px) {
  .ds-browser-download {
    margin: 40px 0;
  }

  .ds-browser-download-button {
    min-width: 280px;
  }

  .ds-browser-download-platforms {
    white-space: nowrap;
  }
}

.ds-browser-select {
  appearance: none;
  background: none;
  border: none;
  padding: 0 24px 0 8px;
  margin: 0 8px;
  color: var(--ds-color-white);
  font: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.646447 0.647423C0.841709 0.452161 1.15829 0.452161 1.35355 0.647423L6 5.29387L10.6464 0.647423C10.8417 0.452161 11.1583 0.452161 11.3536 0.647423C11.5488 0.842685 11.5488 1.15927 11.3536 1.35453L6.35355 6.35453C6.15829 6.54979 5.84171 6.54979 5.64645 6.35453L0.646447 1.35453C0.451184 1.15927 0.451184 0.842685 0.646447 0.647423Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 8px top 50%;
}

.ds-browser-numbers-grid {
  display: flex;
  flex-flow: column;
  grid-gap: 20px 32px;
  margin: 40px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ds-browser-numbers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
    margin: 64px 0;
  }
}

@media screen and (min-width: 1280px) {
  .ds-browser-numbers-grid {
    margin: 80px 0;
  }
}
.ds-contribution-section-cta {
  display: flex;
  flex-flow: column-reverse;
  padding-top: 32px;
  padding-bottom: 0;
}

.ds-contribution-section-cta > *:first-child {
  max-width: 240px;
  margin: 0 auto;
}

.ds-contribution-section-cta-button {
  display: flex;
  flex-flow: column;
  margin: 24px 0;
}

.ds-contribution-section-cta-products {
  display: grid;
  grid: auto / max-content 1fr;
  gap: 24px;
  margin: 24px 0;
}

.ds-contribution-section-cta-products > div:nth-child(odd) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--ds-color-gray-800);
  margin-right: -8px;
}

@media screen and (min-width: 768px) {
  .ds-contribution-section-cta > div > p {
    max-width: 520px;
  }

  .ds-contribution-section-cta-button {
    display: block;
  }

  .ds-contribution-section-cta-products {
    grid: auto / repeat(2, max-content 1fr);
    gap: 40px;
    margin: 32px 0;
  }

  .ds-contribution-section-cta-products > div:nth-child(odd) {
    margin-right: -24px;
  }
}

@media screen and (min-width: 1024px) {
  .ds-contribution-section-cta {
    display: grid;
    grid: auto / 1fr max-content;
    gap: 40px;
    padding-top: 40px;
  }

  .ds-contribution-section-cta > *:first-child {
    max-width: 320px;
  }

  .ds-contribution-section-cta-button {
    margin: 40px 0 40px;
  }
}

.ds-contribution-info {
  flex-flow: column-reverse;
}

.ds-contribution-support {
  display: flex;
  flex-flow: column;
  gap: 40px;
  max-width: 594px;
  margin: 0 auto;
  padding-top: var(--ds-layout-spacing-2xl);
}

@media screen and (min-width: 1280px) {
  .ds-contribution-support {
    display: grid;
    grid: auto / min(50%, 532px) 1fr;
    align-items: center;
    max-width: 100%;
  }
}

.ds-contribution-pricing {
  display: flex;
  flex-flow: column;
  gap: 8px;
  border-radius: 16px;
  box-shadow: 30px 60px 160px rgba(0, 0, 0, 0.4);
  padding: 24px 16px;
  text-align: center;
}

.ds-contribution-pricing.contributor .free-account {
  display: none;
}
.ds-contribution-pricing.free-account .contributor {
  display: none;
}
.ds-contribution-pricing.yearly .monthly {
  display: none;
}
.ds-contribution-pricing.monthly .yearly {
  display: none;
}
.ds-contribution-pricing.plus .premium {
  display: none;
}
.ds-contribution-pricing.premium .plus {
  display: none;
}

.ds-contribution-pricing-description {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.ds-contribution-pricing-payment {
  display: flex;
  flex-flow: column;
  gap: 16px 32px;
  padding: 0 8px;
}

.ds-contribution-pricing-payment label {
  display: grid;
  grid: min-content min-content / min-content 1fr;
  column-gap: 8px;
  text-align: left;
  min-width: 200px;
}

.ds-contribution-pricing-payment label input {
  grid-row: span 2;
  align-self: start;
}

.ds-contribution-pricing-table {
  display: flex;
  gap: 8px;
  margin: 0 -8px 16px;
}

.ds-contribution-pricing-table button {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  background: none;
  border: 1px solid var(--ds-color-gray-500);
  border-radius: 8px;
  padding: 16px 12px;
  margin: 1px;
  flex: 1;
}

.ds-contribution-pricing-table button div {
  display: flex;
  flex-flow: column;
}

.ds-contribution-pricing-table button p:last-child {
  border-top: 1px solid var(--ds-color-gray-500);
  padding-top: 8px;
  margin-top: 8px;
}

.ds-contribution-pricing-table button.selected {
  border-color: var(--ds-color-primary-500);
  border-width: 2px;
  margin: 0;
}

.ds-contribution-pricing-table button.selected div {
  color: var(--ds-color-primary-500);
}

.ds-contribution-pricing-table button.selected div > span:last-child {
  color: var(--ds-color-white);
}

@media screen and (min-width: 768px) {
  .ds-contribution-pricing {
    padding: 40px 24px;
  }

  .ds-contribution-pricing-payment {
    display: flex;
    flex-flow: row;
    justify-content: center;
  }

  .ds-contribution-pricing-table {
    margin-left: 0px;
    margin-right: 0px;
  }

  .ds-contribution-pricing-table button div {
    display: block;
  }

  .ds-contribution-pricing > a {
    margin: 16px 16px 8px;
  }
}

@media screen and (min-width: 1280px) {
  .ds-contribution-pricing {
    padding: 40px;
  }

  .ds-contribution-pricing > a {
    margin: 16px 0px 8px;
  }
}

.ds-contribution-table {
  display: grid;
  grid: auto / 8fr repeat(2, 3fr);
  column-gap: 16px;
  margin: 0 -12px;
}

.ds-contribution-table-mobile-heading-types {
  display: grid;
  grid: auto / 1fr 1fr;
  border: 1px solid var(--ds-color-gray-600);
  border-radius: 8px;
  margin: 40px -8px;
}

.ds-contribution-table-mobile-heading-types div {
  padding: 8px;
}

.ds-contribution-table-mobile-heading-types div:first-child {
  border-right: 1px solid var(--ds-color-gray-600);
}

.ds-contribution-table-mobile-heading-types a {
  height: 50px;
  white-space: normal;
  text-align: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.ds-contribution-table-mobile-heading-types p {
  min-height: 60px;
}

.ds-contribution-table-header {
  display: none;
}

.ds-contribution-table-legend {
  display: flex;
  align-items: center;
  justify-self: center;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  background: var(--ds-color-gray-800);
}

.ds-contribution-table-section {
  grid-column: span 3;
}

.ds-contribution-table-section p {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ds-color-gray-800);
  border-radius: 16px;
  padding: 16px;
}

.ds-contribution-table-cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 1px solid var(--ds-color-gray-600);
}

.ds-contribution-table-cell svg {
  margin: 0 auto;
}

.ds-contribution-table-tooltip {
  color: var(--ds-color-gray-400);
  display: inline-flex;
  align-items: center;
  vertical-align: text-top;
  margin-left: 4px;
  cursor: pointer;
}

.ds-contribution-table-tooltip:hover {
  color: var(--ds-color-white);
}

.ds-contribution-table-tooltip span {
  display: none;
  flex-flow: column;
  gap: 4px;
  position: absolute;
  bottom: calc(100% - 8px);
  left: 0;
  width: 320px;
  padding: 12px;
  box-sizing: border-box;
  color: var(--ds-color-white);
  background: #3f4146;
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.ds-contribution-table-tooltip:hover span {
  display: flex;
}

.ds-contribution-table-footer {
  grid-column: span 3;
  display: flex;
  flex-flow: column;
  text-align: center;
  padding: 16px 0;
}

@media screen and (min-width: 768px) {
  .ds-contribution-table {
    grid: auto / 4fr 3fr 3fr;
    margin: 0;
  }

  .ds-contribution-table-mobile-heading {
    display: none;
  }

  .ds-contribution-table-header {
    display: flex;
    flex-flow: column;
    padding-bottom: 40px;
    grid-column: span 1;
  }

  .ds-contribution-table-legend {
    display: none;
  }

  .ds-contribution-table-cell {
    padding: 16px;
  }

  .ds-contribution-table-cell svg {
    margin: 0;
  }

  .ds-contribution-table-footer {
    display: contents;
  }

  .ds-contribution-table-footer a {
    padding-left: 0;
    padding-right: 0;
    margin: 40px 0 0;
  }

  .ds-contribution-table-footer a:first-of-type {
    order: 1;
  }

  .ds-contribution-table-footer a:last-of-type {
    grid-column: 2 / 3;
  }

  .ds-contribution-table-footer h3,
  .ds-contribution-table-footer p {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .ds-contribution-table {
    grid: auto / 2fr 1fr 1fr;
  }

  .ds-contribution-table-header:first-of-type {
    padding-right: 50%;
  }
}
.ds-comparison {
  color: var(--ds-color-gray-300);
}

.ds-comparison-header {
  display: flex;
  align-items: flex-end;
  position: relative;
  text-align: center;
  background: var(--ds-color-gray-700);
  padding-bottom: 8px;
  padding-top: 0;
}

.ds-comparison-header h1 {
  margin-top: 0;
}

.ds-comparison-header::before {
  z-index: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ds-color-gray-800)
    url("data:image/svg+xml,%3Csvg width='1440' height='525' viewBox='0 0 1440 525' fill='none' xmlns='http://www.w3.org/2000/svg' style='background: %232f3136'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-560 0H0C132.548 0 240 107.452 240 240C240 242.827 239.951 245.642 239.854 248.445C239.951 251.616 240 254.927 240 258.38C240 499.88 461 499.88 720 499.88C979 499.88 1199 499.88 1199 258.38C1199 248.822 1199.38 240.358 1200.1 232.915C1203.85 103.644 1309.82 0 1440 0H2000V549H1440V549.38H0V549H-560V0Z' fill='%23202225'/%3E%3C/svg%3E")
    no-repeat center bottom;
  height: 525px;
}

.ds-comparison-header * {
  position: relative;
  z-index: 1;
}

.ds-comparison-header h2 {
  margin: 24px 0 8px;
}

.ds-comparison-header p {
  margin: 8px 0 0px;
  padding-bottom: 32px;
}

.ds-comparison-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.ds-comparison-button a {
  text-decoration: none;
}

.ds-comparison-body *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .ds-comparison-header {
    padding-bottom: 0px;
    padding-top: 80px;
  }

  .ds-comparison-header img {
    display: block;
    margin: 40px auto;
  }

  .ds-comparison-header p {
    margin-bottom: 40px;
  }

  .ds-comparison-button {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ds-home-header {
  overflow: hidden;
}

#ds-home-header-animation {
  background: url('https://images.prismic.io/ghostery/20c83a12-ea8f-45e0-9e1d-c14c8362ed40_bg_animation.png?auto=format')
    no-repeat center 1px;
  background-size: contain;
}

.ds-home-section-cta-button p {
  max-width: 100%;
}

.ds-home-section-cta-video {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -8px;
}

.ds-home-tools {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  padding-bottom: 40px;
}

.ds-home-tools > a {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  align-items: center;
  gap: 16px;
  padding: 40px 0 0;
  background: linear-gradient(
    180deg,
    rgba(18, 19, 23, 0.5) 0%,
    rgba(18, 19, 23, 0) 100%
  );
  border: 1px solid var(--ds-color-gray-900);
  border-radius: 16px;
  box-shadow: 0px 40px 60px 0px #00000033, 0px 2px 0px 0px #ffffff1a inset;
  overflow: hidden;
}

.ds-home-tools > a:hover {
  background: var(--ds-color-gray-800);
}

.ds-home-tools > a:hover > div:last-child {
  background: rgba(255, 255, 255, 0.1);
}

.ds-home-tools > a:active {
  background: var(--ds-color-gray-900);
}

.ds-home-tools > a:active > div:last-child {
  background: transparent;
}

.ds-home-tools > a > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  align-self: stretch;
  border-top: 1px solid var(--ds-color-gray-900);
  box-shadow: inset 0 1px 0 var(--ds-color-gray-600);
}

.ds-home-tools-features {
  display: grid;
  grid-template-columns: max-content 1fr;
  text-align: left;
  align-items: center;
  gap: 8px;
  padding: 4px 24px;
  flex: 1;
}

.ds-home-features-section {
  padding-bottom: 0;
}

.ds-home-features-header {
  display: flex;
  gap: 24px;
  align-items: center;
}

.ds-home-features-header div {
  display: flex;
  flex-flow: column;
  gap: 4px;
}

.ds-home-products a:hover {
  color: var(--ds-color-primary-500);
}

.ds-home-products .ds-home-learn-more:hover {
  color: var(--ds-color-white);
}

.ds-home-logos {
  margin: 0 -20px;
  padding: 0 40px;
}

.ds-home-logos-prev {
  left: 2px;
}

.ds-home-logos-next {
  right: 2px;
}

.ds-home-logos-container img {
  flex: 0 0 calc(100% / 3);
  aspect-ratio: 2;
  min-width: 0;
}

.ds-home-reviews {
  margin: 0 -20px;
  padding: 0 40px;
}

.ds-home-reviews-gallery {
  display: flex;
  padding: 24px 0 40px;
  gap: 24px;
}

.ds-home-reviews-gallery > div {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  flex-shrink: 0;
  gap: 24px;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--ds-color-gray-900, #121317);
  background: linear-gradient(
      180deg,
      rgba(18, 19, 23, 0.5) 0%,
      rgba(18, 19, 23, 0) 100%
    ),
    no-repeat 16px 12px
      url("data:image/svg+xml,%3Csvg width='64' height='51' viewBox='0 0 64 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.7863 0L64 6.68507C61.503 8.42428 59.1145 10.3265 56.8346 12.3918C54.5547 14.3485 52.4919 16.4138 50.6463 18.5878C48.8007 20.7618 47.335 23.0445 46.2494 25.4359C45.2723 27.8273 44.7294 30.3274 44.6209 32.9362L41.6896 30.3274C42.5581 29.8926 43.4266 29.6209 44.2952 29.5122C45.1637 29.4035 46.0322 29.3491 46.9008 29.3491C50.592 29.3491 53.5776 30.3274 55.8575 32.284C58.1374 34.1319 59.2773 36.6864 59.2773 39.9474C59.2773 43.0997 58.1374 45.7085 55.8575 47.7738C53.6862 49.8391 50.8092 50.8718 47.2265 50.8718C43.3181 50.8718 40.1696 49.7304 37.7812 47.4477C35.3927 45.165 34.1985 41.5236 34.1985 36.5233C34.1985 32.7188 34.6327 29.1317 35.5013 25.762C36.4784 22.2836 37.7269 19.0226 39.2468 15.979C40.7668 12.8266 42.6124 9.94609 44.7837 7.33727C46.955 4.61977 49.2892 2.17401 51.7863 0ZM17.4249 0L29.6387 6.68507C27.1416 8.42428 24.7532 10.3265 22.4733 12.3918C20.1934 14.3485 18.1306 16.4138 16.285 18.5878C14.5479 20.7618 13.1366 23.0445 12.0509 25.4359C10.9652 27.8273 10.3681 30.3274 10.2595 32.9362L7.32824 30.3274C8.30534 29.8926 9.17388 29.6209 9.93384 29.5122C10.8024 29.4035 11.6709 29.3491 12.5394 29.3491C16.3393 29.3491 19.3249 30.3274 21.4962 32.284C23.7761 34.1319 24.916 36.6864 24.916 39.9474C24.916 43.0997 23.7761 45.7085 21.4962 47.7738C19.3249 49.8391 16.4478 50.8718 12.8651 50.8718C8.95674 50.8718 5.80831 49.7304 3.41985 47.4477C1.13995 45.165 0 41.5236 0 36.5233C0 32.7188 0.434267 29.1317 1.3028 25.762C2.17133 22.2836 3.36556 19.0226 4.8855 15.979C6.514 12.8266 8.35963 9.94609 10.4224 7.33727C12.5937 4.61977 14.9279 2.17401 17.4249 0Z' fill='%23121317' /%3E%3C/svg%3E%0A");
  overflow: hidden;
}

.ds-home-reviews-user {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ds-home-reviews-desc {
  max-width: 500px;
  margin: 0 auto;
}

.ds-home-reviews-stars {
  display: grid;
  grid: min-content 1fr / max-content 1fr;
  gap: 2px 16px;
  margin: 20px auto 0;
  max-width: 448px;
}

.ds-home-reviews-stars img:first-child {
  grid-row: span 2;
}

@media screen and (min-width: 768px) {
  .ds-home-section-cta-button,
  .ds-home-section-cta-button p {
    max-width: max-content;
  }

  .ds-home-logos {
    margin: 0;
  }

  .ds-home-logos-container img {
    flex: 0 0 calc(100% / 4);
  }

  .ds-home-reviews-gallery > div {
    width: calc(50% - 23px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ds-home-section-cta > div:last-child {
    width: 100%;
    max-width: 100%;
  }

  .ds-home-tools > a {
    display: grid;
    grid: auto / max-content 1fr;
    grid-auto-rows: max-content;
    align-items: start;
    padding: 40px 40px 0;
    text-align: left;
    gap: 24px 40px;
  }

  .ds-home-tools > a > img {
    grid-row: 1/3;
  }

  .ds-home-tools-features {
    padding: 0;
  }

  .ds-home-tools a > div:last-child {
    grid-column: span 2;
    margin: 0 -40px;
  }
}

@media screen and (min-width: 992px) {
  .ds-home-section-cta > div:last-child {
    max-width: 70%;
  }

  .ds-home-tools {
    flex-flow: row nowrap;
    gap: 8px;
  }

  .ds-home-tools > a {
    flex: 1;
  }

  .ds-home-reviews-gallery > div {
    width: calc(100% / 3 - 23px);
  }
}

@media screen and (min-width: 1280px) {
  .ds-home-section-cta > div:last-child {
    max-width: 65%;
  }

  .ds-home-tools {
    gap: 24px;
  }

  .ds-home-logos-container img {
    flex: 0 0 calc(100% / 6);
  }
}
.ds-header {
  position: relative;
  height: 72px;
}

.ds-header * {
  -webkit-tap-highlight-color: transparent;
}

.ds-header-container {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: grid;
  grid: auto / min-content 1fr min-content;
  align-content: start;
  background: var(--ds-color-gray-800);
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.ds-header-container.open {
  position: fixed;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  --webkit-overflow-scrolling: touch;
}

.ds-header-logo {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  grid-column: 1 / 3;
  padding: 16px 20px;
  background: var(--ds-color-gray-700);
}

.ds-header-logo a {
  display: flex;
}

.ds-header-menu-button {
  display: grid;
  place-items: center;
  padding: 16px 20px;
  background: var(--ds-color-gray-700);
  grid-column: 3;
}

.ds-header-menu-button button {
  display: grid;
  place-items: center;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background: var(--ds-color-gray-600);
  border-radius: 20px;
  color: white;
}

.ds-header-menu-button .ds-header-menu-close {
  display: none;
}

.open .ds-header-menu-button .ds-header-menu-close {
  display: block;
}

.open .ds-header-menu-button .ds-header-menu-open {
  display: none;
}

.ds-header-actions {
  display: flex;
  flex-flow: column;
  gap: 8px;
  padding: 20px;
  grid-column: 1 / 4;
  background: var(--ds-color-gray-800);
}

.ds-header-list {
  display: flex;
  flex-flow: column;
  grid-column: 1 / 4;
  color: white;
  border-top: 1px solid var(--ds-color-gray-600);
  border-bottom: 1px solid var(--ds-color-gray-600);
  margin-bottom: 16px;
  background: var(--ds-color-gray-700);
}

.ds-header-list p {
  padding: 24px 24px 0;
}

.ds-header-list a {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  margin-left: 24px;
  padding: 18px 16px 18px 0;
  border-bottom: 1px solid var(--ds-color-gray-600);
  color: white;
  font: 500 var(--ds-font-label-l);
}

.ds-header-list a::after {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  content: '';
  display: block;
  width: 24px;
  background: center center no-repeat
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.46967 3.96967C8.76256 3.67678 9.23744 3.67678 9.53033 3.96967L17.0303 11.4697C17.3232 11.7626 17.3232 12.2374 17.0303 12.5303L9.53033 20.0303C9.23744 20.3232 8.76256 20.3232 8.46967 20.0303C8.17678 19.7374 8.17678 19.2626 8.46967 18.9697L15.4393 12L8.46967 5.03033C8.17678 4.73744 8.17678 4.26256 8.46967 3.96967Z' fill='white'/%3E%3C/svg%3E%0A");
}

.ds-header-list a:last-child {
  border-bottom: none;
}

.ds-header-list a:hover {
  color: var(--ds-color-primary-500);
}

@media screen and (min-width: 768px) {
  .ds-header,
  .ds-header-container.open {
    height: auto;
  }

  .ds-header {
    position: static;
    background: var(--ds-color-gray-700);
    box-shadow: inset 0 48px 0px var(--ds-color-gray-800);
  }

  .ds-header-container {
    position: static;
    grid: min-content min-content / min-content 1fr max-content;
    max-width: var(--ds-layout-container-max-width);
    height: auto;
    padding: 0px var(--ds-layout-padding);
    margin: 0 auto;
    gap: 8px;
    background: none;
  }

  .ds-header-logo {
    background: none;
    padding: 20px 16px 20px 0;
  }

  .ds-header-list {
    flex-flow: row;
    align-items: center;
    gap: 16px;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
  }

  .ds-header-list a {
    border: none;
    padding: 0;
    margin: 0;
    font: 500 var(--ds-font-label-s);
    gap: 3px;
  }

  .ds-header-list a svg,
  .ds-header-list a img {
    width: 18px;
    height: 18px;
  }

  .ds-header-list a::after {
    display: none;
  }

  .ds-header-menu-button {
    display: none;
  }

  .ds-header-privacy-suite {
    grid-area: 1 / 1 / 2 / 4;
    flex-wrap: wrap;
    padding: 16px 0 0;
  }

  .ds-header-privacy-suite p {
    width: 100%;
    padding: 0;
  }

  .ds-header-privacy-suite a {
    position: relative;
    z-index: 1;
  }

  .ds-header-privacy-suite a.active::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    background: var(--ds-color-gray-700);
    border-radius: 8px 8px 0 0;
  }

  .ds-header-logo {
    grid-area: 2 / 1 / 3 / 2;
  }

  .ds-header-other {
    grid-area: 2 / 2 / 3 / 3;
  }

  .ds-header-actions {
    grid-area: 2 / 3 / 3 / 4;
    flex-flow: row-reverse;
    align-items: center;
    background: none;
    padding: 0;
  }

  .ds-header-privacy-suite p {
    display: none;
  }

  .ds-header-privacy-suite {
    gap: 0 24px;
  }

  .ds-header-privacy-suite a {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 992px) {
  .ds-header-container {
    gap: 6px;
  }

  .ds-header-list {
    gap: 14px 24px;
  }

  .ds-header-list a {
    font: 500 var(--ds-font-label-m);
  }
}

@media screen and (min-width: 1280px) {
  .ds-header-logo {
    padding-right: 60px;
  }

  .ds-header-privacy-suite p {
    display: block;
    width: auto;
    margin: 0;
    padding-bottom: 6px;
  }

  .ds-header-list {
    gap: 8px 24px;
  }

  .ds-header-other {
    gap: 40px;
  }
}

.ds-footer {
  overflow: hidden;
  box-shadow: 0px -1px 0px var(--ds-color-gray-700),
    inset 0px 60px 0px var(--ds-color-gray-800);
}

.ds-footer-container {
  max-width: var(--ds-layout-container-max-width);
  margin: 0 auto;
}

.ds-footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 20px 24px 20px 20px;
  font: 500 var(--ds-font-label-s);
  text-transform: uppercase;
}

.ds-footer-socials a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ds-color-white);
}

.ds-footer-socials a span {
  display: none;
}

.ds-footer-nav-container {
  display: grid;
  grid: auto / repeat(2, 1fr);
  gap: 20px;
  padding: 24px var(--ds-layout-padding);
}

.ds-footer-nav {
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 2px;
  font: 500 var(--ds-font-label-s);
}

.ds-footer-nav p {
  text-transform: uppercase;
  margin-bottom: 6px;
}

.ds-footer-nav a {
  display: flex;
  align-items: center;
  height: 40px;
  color: white;
  gap: 4px;
  white-space: nowrap;
}

.ds-footer-nav a:hover,
.ds-footer-socials a:hover {
  color: var(--ds-color-primary-500);
}

.ds-footer-nav svg,
.ds-footer-nav img {
  width: 16px;
  height: 16px;
}

.ds-footer-notice {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 24px 40px;
  margin: 0 20px;
  padding: 24px 0px 40px;
  font: 500 var(--ds-font-label-s);
  border-top: 1px solid var(--ds-color-gray-600);
}

.ds-footer-copyrights {
  display: flex;
  align-items: center;
  column-gap: 18px;
  flex: 1;
  min-width: 300px;
}

.ds-footer-copyrights svg {
  flex-shrink: 0;
}

.ds-footer-copyrights p {
  margin: 0;
}

.ds-footer-nav-bottom {
  display: flex;
  justify-content: space-between;
  min-width: 300px;
}

.ds-footer-nav-bottom a {
  display: flex;
  align-items: center;
  height: 40px;
  color: var(--ds-color-gray-300);
}

.ds-footer-nav-bottom a:hover {
  color: var(--ds-color-white);
}

@media screen and (min-width: 375px) {
  .ds-footer-nav-container {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .ds-footer-socials {
    padding-right: 50px;
  }

  .ds-footer-socials a span {
    display: inline;
  }

  .ds-footer-nav-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ds-footer-notice {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .ds-footer-nav:last-child {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 42px;
  }

  .ds-footer-nav:last-child p {
    grid-column: span 2;
  }
}

@media screen and (min-width: 992px) {
  .ds-footer-socials {
    padding-right: 100px;
  }

  .ds-footer-nav-container {
    grid: auto / repeat(3, 1fr);
  }

  .ds-footer-nav a {
    height: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .ds-footer-nav-container {
    grid: auto / repeat(5, 1fr);
  }
}
.ds-menu {
  position: relative;
  background: var(--ds-color-gray-800);
}

.ds-menu::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(270deg, #2f3136 0%, rgba(47, 49, 54, 0) 100%);
  pointer-events: none;
}

.ds-menu-container {
  display: flex;
  flex-flow: row;
  overflow-x: auto;
  gap: 12px;
  padding: 16px var(--ds-layout-padding);
  background: var(--ds-color-gray-700);
  border-top: 2px solid var(--ds-color-gray-800);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin: 0 auto;
}

.ds-menu-container::-webkit-scrollbar {
  display: none;
}

.ds-menu-container a {
  white-space: nowrap;
  padding: 8px;
  color: var(--ds-color-gray-300);
}

.ds-menu-container a.active {
  color: var(--ds-color-white);
  border-bottom: 2px solid var(--ds-color-primary-500);
}

@media screen and (min-width: 768px) {
  .ds-menu {
    padding: var(--ds-layout-padding);
  }

  .ds-menu-container {
    border-radius: 16px;
    justify-content: center;
    gap: 16px;
    max-width: calc(
      var(--ds-layout-container-max-width) - var(--ds-layout-padding) * 2
    );
  }

  .ds-menu-container a {
    padding: 16px;
  }
}
/* From */

.ds-newsletter-form {
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .ds-newsletter-form {
    max-width: 540px;
  }
}

.ds-newsletter-form-label {
  display: grid;
  grid: 1fr / min-content 1fr;
  grid-gap: var(--ds-layout-spacing-s) var(--ds-layout-spacing-m);
}

.ds-newsletter-form-label input {
  margin-top: 2px;
}

.ds-newsletter-form-label .ds-form-error-msg {
  grid-column: 1 / span 2;
}

.ds-newsletter-form-email {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ds-newsletter-form-email {
    max-width: 380px;
  }
}

.ds-newsletter-form-textfield {
  color: var(--ds-color-newsletter-500);
  width: 100%;
  padding: 11px 146px 11px 20px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border: double 1px transparent;
  border-radius: 32px;
  background-image: linear-gradient(
      var(--ds-color-gray-800),
      var(--ds-color-gray-800)
    ),
    var(--ds-color-gradient-newsletter);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

@media screen and (min-width: 768px) {
  .ds-newsletter-form-email {
    max-width: 420px;
  }

  .ds-newsletter-form-textfield {
    padding: 17px 146px 17px 24px;
  }
}

.ds-newsletter-form-textfield::placeholder {
  background: var(--ds-color-gradient-newsletter);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}

.ds-newsletter-form-email button {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .ds-newsletter-form-email button {
    padding: 0 24px;
  }
}

/* cards */

.ds-newsletter-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: var(--ds-layout-spacing-3xl) var(--ds-layout-spacing-2xl);
  margin: 40px 0px var(--ds-layout-spacing-4xl);
}

.ds-newsletter-card {
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 12px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .ds-newsletter-card {
    grid-gap: 16px;
  }
}

.ds-newsletter-card:hover .ds-newsletter-card-headline {
  color: var(--ds-color-primary-500);
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .ds-newsletter-cards.ds-newsletter-cards-hidden
    .ds-newsletter-card:last-child {
    display: none;
  }
}

.ds-newsletter-card-img {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 66%;
  background: var(--ds-color-gray-800);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.ds-newsletter-card-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-auto-rows: min-content;
  align-content: center;
  justify-content: center;
  justify-items: center;
  gap: var(--ds-layout-spacing-s);
  font-family: var(--ds-font-family-headline);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.ds-newsletter-card-img::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ds-color-primary-500);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease opacity;
}

.ds-newsletter-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease transform;
}

.ds-newsletter-card:hover .ds-newsletter-card-img img {
  transform: scale(1.05);
}

.ds-newsletter-card:hover .ds-newsletter-card-img::after {
  opacity: 0.1;
}

.ds-newsletter-card-info {
  display: grid;
  grid-gap: 8px;
}

.ds-newsletter-card-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ds-newsletter-card-tags {
  font: var(--ds-font-body-2xl);
  line-height: 30px;
  max-height: 66px;
  overflow: hidden;
}

.ds-newsletter-card-full .ds-newsletter-card-desc {
  display: block;
}

.ds-newsletter-card-full .ds-newsletter-card-tags {
  max-height: none;
  overflow: visible;
}

/* Editions */

.ds-newsletter-editions {
  padding-top: var(--ds-layout-spacing-xl);
  margin-top: calc(var(--ds-layout-spacing-xl) * -1);
}

.ds-newsletter-edition {
  max-width: 528px;
  margin-top: -46px;
}

/* Success */

@media screen and (max-width: 767px) {
  .ds-newsletter-success-cta {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    padding-top: var(--ds-layout-spacing-l);
  }

  .ds-newsletter-success-cta img {
    max-width: 220px;
  }
}
.ds-extension-mentions {
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(135px, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: 80px;
  gap: var(--ds-layout-spacing-m);
}

.ds-extension-mentions > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--ds-color-white);
  border-radius: 8px;
  padding: var(--ds-layout-spacing-s);
}

.ds-extension-mentions svg {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .ds-extension-footer-cta .ds-section-cta-img > *:first-child {
    margin-left: -31%;
  }
}

.ds-extension-video-cta {
  position: absolute;
  bottom: 2%;
  left: 25%;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .ds-extension-video-cta {
    bottom: 0px;
    left: 25%;
  }
}

@media screen and (min-width: 992px) {
  .ds-extension-video-cta {
    bottom: 14px;
    left: 32%;
  }
}

@media screen and (min-width: 1280px) {
  .ds-extension-video-cta {
    left: 50%;
  }
}

.ds-extension-video {
  z-index: 1000;
  position: relative;
}

.ds-extension-video video {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translateY(-35%);
}

@media screen and (min-width: 768px) {
  .ds-extension-video {
    margin-bottom: -15%;
  }
  .ds-extension-video video {
    transform: translateY(-60%);
  }
}

@media screen and (min-width: 1024px) {
  .ds-extension-video {
    margin-bottom: -15%;
  }
}

@media screen and (min-width: 1280px) {
  .ds-extension-video {
    margin-bottom: -12%;
  }
  .ds-extension-video video {
    transform: translateY(-60%);
  }
}
.ds-support-faq {
  padding: 40px 0;
}

.ds-support-faq h1 {
  margin-bottom: 24px;
}

.ds-support-faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ds-support-faq-categories h3 {
  width: 100%;
}

.ds-support-faq-section h2 {
  margin-bottom: 32px;
  margin-top: 40px;
}

.ds-support-faq-section:last-of-type .ds-support-faq-answer:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ds-support-faq-answer {
  border-bottom: 1px solid var(--ds-color-gray-600);
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 8px;
}

.ds-support-faq-answer br {
  display: none;
}

.ds-support-faq-answer li,
.ds-support-faq-answer p {
  font: var(--ds-font-body-l);
}

.ds-support-faq-answer ul,
.ds-support-faq-answer ol {
  padding-left: 24px;
}

.ds-support-faq-answer p,
.ds-support-faq-answer ul,
.ds-support-faq-answer ol,
.ds-support-faq-answer li {
  margin-bottom: 1em;
}

.ds-support-faq-answer p:last-child,
.ds-support-faq-answer ul:last-child,
.ds-support-faq-answer ol:last-child,
.ds-support-faq-answer li:last-child {
  margin-bottom: 0;
}

.ds-support-faq-answer a {
  color: white;
  text-decoration: underline;
}

.ds-support-faq-help {
  margin: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .ds-support-faq {
    padding: 64px 0;
  }

  .ds-support-faq-section h2 {
    margin-bottom: 40px;
    margin-top: 64px;
  }

  .ds-support-faq-help {
    margin: 0 0 64px;
  }
}

@media screen and (min-width: 992px) {
  .ds-support-faq {
    padding: 80px 0;
  }

  .ds-support-faq-help {
    margin: 0 0 80px;
  }
}

@media screen and (min-width: 1280px) {
  .ds-support-faq {
    position: relative;
    display: grid;
    grid: max-content 1fr / 270px 1fr;
    align-items: start;
    gap: 80px;
    max-width: none;
  }

  .ds-support-faq h1 {
    grid-column: 2 / 3;
  }

  .ds-support-faq-categories {
    position: sticky;
    top: 24px;
    align-self: start;
    flex-flow: column nowrap;
    align-items: start;
    gap: 24px;
  }

  .ds-support-faq-categories a {
    font: var(--ds-font-headline-xs);
    font-weight: 400;
    text-transform: none;
    background: none;
    padding: 0;
    border: none;
    border-radius: 0px;
  }

  .ds-support-faq-categories a:hover {
    padding: 0;
    border: none;
    background: none;
  }

  .ds-support-faq-categories a.active {
    padding-left: 16px;
    border-left: 2px solid var(--ds-color-primary-500);
  }

  .ds-support-faq-section:first-of-type {
    margin-top: -64px;
  }
}
.ds-static {
  margin-bottom: 50px;
  max-width: 660px;
}

.ds-static h1, .ds-static h2, .ds-static h3, .ds-static h4 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ds-color-white);
}

.ds-static h1 {
  font: var(--ds-font-headline-xl);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.ds-static h2 {
  font: var(--ds-font-headline-l);
  text-align: left;
}

.ds-static h3 {
  font: var(--ds-font-headline-m);
  text-align: left;
}

.ds-static h4 {
  font: var(--ds-font-headline-s);
  text-align: left;
}

.ds-static p {
  font: var(--ds-font-body-l);
  color: var(--ds-color-gray-300);
  text-align: left;
}

.ds-static a > span {
  font: var(--ds-font-body-l);
}

.ds-static strong {
  color: var(--ds-color-gray-200);
}

.ds-static em {
  color: var(--ds-color-gray-300);
}

.ds-static ul {
  text-align: left;
  padding-left: 2em;
}

.ds-static li {
  font: var(--ds-font-body-l);
}

.ds-static table {
  width: 100%;
  text-align: left;
}

.ds-static table tr {
  border-top: 1px solid var(--ds-color-gray-800);
}

.ds-static table td, .ds-static table th {
  padding: 6px 13px;
  border: 1px solid var(--ds-color-gray-800);
}

.ds-static pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: var(--ds-color-gray-800);;
  border-radius: 3px;
  text-align: left;
}

.ds-static pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
  word-break: normal;
  white-space: pre;
}

.ds-static pre code::after, .ds-static pre code::before {
  content: normal;
  letter-spacing: -0.2em;
}
.ds-search-header {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 72px);
  min-height: calc(100svh - 72px);
  padding: 0 var(--ds-layout-padding) 72px;
}

.ds-search-header .ds-section-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ds-search-header-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  width: 100%;
}

.ds-search-header-content svg {
  max-width: calc(100% - 36px);
}

.ds-search-header-input {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  padding: 12px;
  text-align: center;
  background: var(--ds-color-gray-800);
  border: 2px solid var(--ds-color-gray-600);
  border-radius: 8px;
}
.ds-search-header-input:hover {
  background: linear-gradient(
        var(--ds-color-gray-800),
        var(--ds-color-gray-800)
      )
      padding-box,
    linear-gradient(to bottom right, #67a73a, #00aef0) border-box;
  border: 2px solid transparent;
}

.ds-search-header-input span {
  display: block;
  background: linear-gradient(141.55deg, #67a73a 15.08%, #00aef0 75.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ds-search-header-input svg {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.ds-search-header-select a[hidden] {
  display: none;
}

.ds-search-header-select select {
  appearance: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: no-repeat center center var(--ds-color-gray-700)
    url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.308058 1.05806C0.552136 0.813981 0.947864 0.813981 1.19194 1.05806L7 6.86612L12.8081 1.05806C13.0521 0.813981 13.4479 0.813981 13.6919 1.05806C13.936 1.30214 13.936 1.69786 13.6919 1.94194L7.44194 8.19194C7.19786 8.43602 6.80214 8.43602 6.55806 8.19194L0.308058 1.94194C0.0639806 1.69786 0.0639806 1.30214 0.308058 1.05806Z' fill='white'/%3E%3C/svg%3E%0A");
  color: transparent;
  border: 1px solid var(--ds-color-gray-600);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.ds-search-header-select select:hover {
  border-color: var(--ds-color-white);
}

.ds-search-card-section {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 8px;
  margin-top: 160px;
  padding: 40px 20px;
  border-radius: 16px;
}

.ds-search-card-section p a {
  color: var(--ds-color-white);
  text-decoration: underline;
}

.ds-search-card-section > svg {
  margin-top: -150px;
}

.ds-search-card-section > * {
  max-width: 800px;
}

.ds-search-footer {
  border-top: 1px solid var(--ds-color-gray-800);
  padding: 120px var(--ds-layout-padding);
}

@media screen and (min-width: 768px) {
  .ds-search-header {
    min-height: calc(100vh - 120px);
    min-height: calc(100svh - 120px);
    padding-bottom: 120px;
  }

  .ds-search-header-content {
    max-width: 640px;
  }

  .ds-search-footer {
    padding: 120px 0;
  }
}

@media screen and (min-width: 992px) {
  .ds-search-card-section {
    margin-top: 200px;
  }

  .ds-search-footer {
    padding-top: 164px;
    padding-bottom: 164px;
  }
}

.ds-search-section-dense {
  padding-top: 80px;
  padding-bottom: 20px;
}
p.ds-enterprise-get-a-quote {
  display: flex;
  flex-flow: column;
  max-width: 100%;
  gap: 12px;
}

.ds-enterprise-copy-email-address {
  width: 240px;
  flex-flow: row wrap;
  gap: 0 8px;
  justify-content: start;
  cursor: pointer;
  position: relative;
  font: var(--ds-font-body-m);
  text-transform: none;
}

.ds-enterprise-copy-email-address:hover,
.ds-enterprise-copy-email-address:focus,
.ds-enterprise-copy-email-address:active {
  color: var(--ds-color-primary-500);
  background: none;
}

.ds-enterprise-copy-email-address.copied::after {
  box-sizing: border-box;
  content: attr(data-copied);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  font: var(--ds-font-body-m);
  color: var(--ds-color-white);
  background: var(--ds-color-gray-600);
  padding: 16px;
  border-radius: 8px;
  text-wrap: balance;
}

.ds-enterprise-features {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}

.ds-enterprise-browser-logos svg {
  width: 48px;
  height: 48px;
  margin: 0 var(--ds-layout-spacing-xs);
}

.ds-enterprise-bullet {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0 16px;
  margin-bottom: 24px;
}

.ds-enterprise-product {
  align-items: start;
}

.ds-enterprise-bullet svg {
  grid-row: span 2;
}

.ds-enterprise-bullet a {
  font-weight: 500;
}

.ds-enterprise-slider-images {
  display: none;
}

.ds-enterprise-slider-desc {
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}

.ds-enterprise-slider-desc > div {
  display: grid;
  grid: auto / max-content 1fr;
  grid-gap: 8px 20px;
}

.ds-enterprise-slider-icon {
  display: block;
  align-self: start;
  grid-row: span 2;
  color: var(--ds-color-gray-400);
  background: var(--ds-color-gray-800);
  padding: 16px;
  border-radius: 36px;
}

.ds-enterprise-slider-icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

.ds-enterprise-form-fields {
  display: flex;
  flex-flow: row wrap;
  gap: 24px 16px;
}

.ds-enterprise-form-fields > div {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.ds-enterprise-form-fields > p {
  width: 100%;
}

.ds-enterprise-form-name {
  max-width: 440px;
  flex: 1;
}

.ds-enterprise-form.success,
.ds-enterprise-form + .ds-enterprise-form-success {
  display: none;
}

.ds-enterprise-form.success + .ds-enterprise-form-success {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ds-enterprise-features {
    flex-flow: row wrap;
  }

  .ds-enterprise-features > div {
    max-width: 50%;
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  p.ds-enterprise-get-a-quote {
    flex-flow: row;
    align-items: center;
    max-width: max-content;
  }

  .ds-enterprise-features {
    margin-top: -210px;
  }

  .ds-enterprise-slider-images {
    display: block;
    position: relative;
    aspect-ratio: 2/1;
    margin-bottom: 64px;
  }

  @keyframes ds-enterprise-slider-fade-in-fade-out {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    28% {
      opacity: 1;
    }
    33% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  .ds-enterprise-slider-images img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    object-fit: contain;
    animation: ds-enterprise-slider-fade-in-fade-out 18s infinite;
  }

  .ds-enterprise-slider-images img:nth-child(1) {
    animation-delay: 0s;
  }

  .ds-enterprise-slider-images img:nth-child(2) {
    animation-delay: 6s;
  }

  .ds-enterprise-slider-images img:nth-child(3) {
    animation-delay: 12s;
  }

  .ds-enterprise-slider-desc {
    display: flex;
    flex-flow: row;
    gap: 32px;
  }

  .ds-enterprise-slider-desc > div {
    position: relative;
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 12px;
  }

  .ds-enterprise-slider-desc > div::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--ds-color-gray-800);
    border-radius: 2px;
  }

  @keyframes enterprise-slider-width {
    0% {
      opacity: 1;
      width: 0;
    }
    30% {
      opacity: 1;
      width: 100%;
    }
    35% {
      width: 100%;
      opacity: 0;
    }
    100% {
      width: 100%;
      opacity: 0;
    }
  }

  .ds-enterprise-slider-desc > div::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--ds-color-primary-500);
    border-radius: 2px;
    width: 0px;
    animation: enterprise-slider-width 18s infinite both;
  }

  .ds-enterprise-slider-desc > div:nth-child(1)::after {
    animation-delay: 0s;
  }

  .ds-enterprise-slider-desc > div:nth-child(2)::after {
    animation-delay: 6s;
  }

  .ds-enterprise-slider-desc > div:nth-child(3)::after {
    animation-delay: 12s;
  }

  @keyframes enterprise-slider-background {
    0% {
      background: var(--ds-color-gray-800);
    }
    5% {
      background: var(--ds-color-primary-500);
      color: white;
    }
    28% {
      background: var(--ds-color-primary-500);
      color: white;
    }
    33% {
      background: var(--ds-color-gray-800);
      color: var(--ds-color-gray-400);
    }
  }

  .ds-enterprise-slider-icon {
    margin-bottom: 8px;
    animation: enterprise-slider-background 18s infinite both;
  }

  .ds-enterprise-slider-desc > div:nth-child(1) .ds-enterprise-slider-icon {
    animation-delay: 0s;
  }

  .ds-enterprise-slider-desc > div:nth-child(2) .ds-enterprise-slider-icon {
    animation-delay: 6s;
  }

  .ds-enterprise-slider-desc > div:nth-child(3) .ds-enterprise-slider-icon {
    animation-delay: 12s;
  }
}

@media screen and (min-width: 992px) {
  .ds-enterprise-features > div {
    text-align: center;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




















 */

.product-headline .cap {
  text-align: left;
}

.sign-in {
  right: var(--ds-layout-padding);
}

.rich-text-blog {
  word-break: break-word;
  overflow-wrap: anywhere;
}

a,
button {
  transition: color 150ms ease-in-out, background 150ms ease-in-out,
    border-color 150ms ease-in-out;
}
