
































:root {
  --purple: #47304d;
  --dark-purple: #331c39;
  
  --robin-blue: #a0d5d2;
  
  --green: #10a9a0;
  --dark-green: #00958c;
  
  --sky-blue: #709fcf;
  --pink: #cb406d;
  
  --ligh-background: #e9ebf0;
  
  --light-green: #e9f4f3;
  
  --green-gradient-primary: #a0d5d2;
  --green-gradient-secondary: #c1e8e6;
  
  --rounded-lg: 75px;
  
  --menuHeight: 81px;
  --menuPadding: 1rem;
  --logo-x-max-width: 150px;
  --logo-icon-max-width: 36px;
}

@media(min-width: 768px) {
  :root {
    --rounded-lg: 150px;
  }
}

















*, *:before, *:after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}






















.btn {
  align-items: center;
  border-radius: 50px;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 20px;
  transition: background linear .3s;
}

.btn:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.btn-primary {
  background-color: #a0d5d2;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/buttons/arrow-black.png);
  background-position: calc(100% - 28px) center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding: 20px 56px 20px 28px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #8cc1be;
  color: #000000;
  text-decoration: none;
}

.btn-primary:active {
  color: #000000;
  box-shadow: 0 0 0 2px #78adaa;
}

.cta {
  align-items: center;
  background-color: #a0d5d2;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/buttons/arrow-black.png);
  background-position: calc(100% - 28px) center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-radius: 50px;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 20px 56px 20px 28px;
  transition: background linear .3s;
  text-decoration: none;
}

.cta-headline {
  color: var(--green);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  margin: 2rem 0 1rem 0;
}

.cta-headline > *:first-child {
  margin-top: 0;
}

.cta-headline > *:last-child {
  margin-bottom: 0;
}

.cta-headline__subtitle {
  color: #000;
  font-size: .875em;
  font-weight: 500;
  letter-spacing: .2px;
  line-height: 1.4;
  margin: 0;
}

.cta-headline__title {
  margin: .25rem 0 0 0;
}



.cta:hover,
.cta:focus {
  background-color: #8cc1be;
  color: #000000;
  text-decoration: none;
}

a.cta:hover,
a.cta:focus {
  text-decoration: none;
}



.cta--rare {
  background-color: #47304d;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/buttons/arrow-white.png);
  color: #fff;
}

.cta--rare:hover,
.cta--rare:focus {
  background-color: #331c39;;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/buttons/arrow-white.png);
  color: #fff;
}



.cta--thin {
  padding: 6px 56px 6px 28px;
}



.cta--minimal {
  background-position: right center;
  padding: 0 28px 0 0;
  background-color: transparent;
}

.cta--minimal:hover,
.cta--minimal:focus {
  background-color: transparent;
}

.cta--minimal.cta--dark-mode {
  color: #fff;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/buttons/arrow-white.png);
}

.cta--minimal.cta--tertiary {
  color: #10a9a0;
  color: var(--green);
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/buttons/arrow-green.png);
}



.cta--outline {
  background-color: transparent;
  border: solid 2px #a0d5d2;
  transition: border linear .3s;
}

.cta--outline:hover,
.cta--outline:focus {
  background-color: transparent;
  border-color: #8cc1be;
}

.cta--outline.cta--dark-mode {
  border-color: #fff;
  color: #fff;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/buttons/arrow-white.png);
}



.cta--disagree {
  background-color: #47304d;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/buttons/arrow-white.png);
  color: #fff;
}

.cta--disagree:hover,
.cta--disagree:focus {
  color: #fff;
  background-color: #331c39;
}

.cta--disagree.cta--dark-mode {
  background-color: #fff;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/buttons/arrow-white.png);
  color: #000000;
}

.cta--disagree.cta--dark-mode:hover,
.cta--disagree.cta--dark-mode:focus {
  background-color: #ebebeb;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,400;1,600;1,700&display=swap');

:root {
  font-size: 16px;
}

body {
  font-family:  'Montserrat', sans-serif;
  font-size: 1.0rem;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #47304d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.15;
  margin: 1rem 0 0 0;
  word-break: break-word;
}

h1 {
  font-size: 1.9rem;
  line-height: 2.35rem;
}

h2 {
  font-size: 1.52rem;
  line-height: 1.88rem;
}

h3 {
  font-size: 1.215625rem;
  line-height: 1.50375rem;
}

h4 {
  font-size: 1.0rem;
  line-height: 1.5rem;
}

h5 {
  font-size: 1.0rem;
  line-height: 1.5rem;
}

a {
  color: #10a9a0;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

ul,
ol {
  margin: 1rem 0 0 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

li {
  margin-top: 1rem;
}

ul.no-list {
  list-style: none;
  padding: 0;
}

.with-list ul,
ul.with-list {
  list-style: none;
  padding: 0;
}

.with-list li::before {
  background-color: #a0d5d2;
  border-radius: 100%;
  content: '';
  display: inline-block;
  flex-shrink: 0;
  height: 8px;
  margin-bottom: 1px;
  margin-right: 1rem;
  width: 8px;
}

@media (min-width: 768px) {

  
  
  
  h1 {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }

  h2 {
    font-size: 2.0rem;
    line-height: 2.375rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  h5 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  
}



table {
  border: 0;
  margin-bottom: 1.4rem;
  border-collapse: collapse;
}

tbody + tbody {
  border-top: 2px solid #a0d5d2;
}

tr:first-child,
tr:first-child > td:first-child,
tr:first-child > td:last-child {
  font-weight: 600;
  color: #47304d;
}

tr:first-child {
  border-bottom: solid 2px #a0d5d2;
}

tr:first-child > td {
  border-top: 0;
}

tr > td:first-child {
  font-weight: 600;
  color: #10a9a0;
}

tr > td:last-child {
  font-weight: 400;
  color: inherit;
}

tr:last-child, tr:last-child > td {
  border-bottom: 0;
}

th,
td {
  border: 0;
  border-top: 1px solid #a0d5d2;
  padding: 1rem;
  vertical-align: top;
}

td > *:first-child {
  margin-top: 0;
}

td > *:last-child {
  margin-bottom: 0;
}

thead th,
thead td {
  background-color: #fafbfc;
  border-bottom: 2px solid #a0d5d2;
  vertical-align: bottom;
}



html {
  scroll-behavior: smooth;
}

button,
.button {
  background-color: #a0d5d2;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: .5rem 1rem;
  transition: background ease .3s;
  will-change: background;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #8cc1be;
}

button:active,
.button:active {
  box-shadow: 0 0 0 2px #78adaa;
}

















form {
  font-family: 'Montserrat', sans-serif;
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

body .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

@media (max-width: 400px),
(max-device-width: 480px) and (min-device-width: 320px) {
    body form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
    body form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
}

/* Labels */

.hs-form-field > label {
  color: #000000;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.35rem;
  padding-top: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}

/* Help text - legends */

.hs-form-field legend {
  color: #9e9fa0;
  font-size: 10px;
  letter-spacing: .25px;
  line-height: 1.4;
  margin: -.25rem 0 .5rem 0;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #d7d8d9;
  color: #000000;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 12px 16px;
  width: 100%;
}

textarea {
  line-height: 1.618;
  min-height: 60px;
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #9e9fa0;
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #d7d8d9;
}

::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #d7d8d9;
}

:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #d7d8d9;
}

:-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #d7d8d9;
}

::placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #d7d8d9;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

.hs-form-booleancheckbox-display {
  display: flex;
}

.hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
  margin-top: -.3rem;
}

.hs-form .legal-consent-container div,
.hs-form .legal-consent-container p {
  font-size: 10px;
  line-height: 1.618;
}


/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  line-height: 1.618;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 10px;
}

/* Validation */

.hs-form-required {
  color: #cb406d;
}

.hs-input.invalid.error {
  border-color: #cb406d;
}

.hs-error-msg {
  color: #cb406d;
  font-size: .8rem;
  margin-top: 0.35rem;
}

.hs-error-msgs li {
  margin: 2px 0 0 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  align-items: center;
  background-color: #a0d5d2;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/Brand/Icons/arrow-btn-incognia.svg);
  background-position: calc(100% - 24px) center;
  background-repeat: no-repeat;
  background-size: 65px auto;
  border-radius: 50px;
  border: 0;
  color: inherit;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 16px 97px 16px 24px;
  transition: transition: background linear .3s;
  white-space: normal;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #8cc1be;
  color: #000000;
  text-decoration: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #7eccc8;
  color: #000000;
  text-decoration: none;
}

.hs-form .submit-button--is-disabled {
  background-color: var(--ligh-background);
  cursor: not-allowed;
  opacity: 0.5;
}

.hs-form .submit-button--is-disabled:hover,
.hs-form .submit-button--is-disabled:focus,
.hs-form .submit-button--is-disabled:active {
  background-color: var(--ligh-background);
}

/* Captcha */

/* Title */
.form-title:empty {
  display: none;
}
.section-card {
  padding: 1.5rem;
  border-radius: 16px;
  border: solid 2px #a0d5d2;
}

.section-card > :first-child {
  margin-top: 0;
}

.section-card > :last-child {
  margin-bottom: 0;
}

.section-card--disagree {
  
background: rgb(71,48,77);
background: -moz-linear-gradient(45deg, rgba(71,48,77,1) 0%, rgba(98,69,106,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(71,48,77,1) 0%, rgba(98,69,106,1) 100%);
background: linear-gradient(45deg, rgba(71,48,77,1) 0%, rgba(98,69,106,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47304d',endColorstr='#62456a',GradientType=1);
;
  border: 0;
  color: #fff;
}

.section-card--disagree h1,
.section-card--disagree h2,
.section-card--disagree h3,
.section-card--disagree h4 {
  color: #a0d5d2;
}
.tag-beta {
  background: #47304d;
  box-sizing: border-box;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: .3em 1.5em;
  text-align: center;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.tag-beta--top-right {
  position: absolute;
  top: 2.5rem;
  right: -.5rem;
}

:root {
  --mobile-space: 4rem;
  --desktop-space: 9.375rem;
  --section-margin-y: var(--mobile-space);
}

.hide-on-mobile {
  display: none !important;
}

.hide-element {
  display: none !important;
}

.cS-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.row-fluid-wrapper > .row-fluid .page-center,
.pillar-page .main span div > .hs_cos_wrapper_type_rich_text,
.page-center {
  float: none;
  margin-left: auto !important;
  margin-right: auto;
  max-width: 500px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.pillar-page .main span div > .hs_cos_wrapper_type_rich_text {
  display: block;
}

.row-fluid-wrapper > .row-fluid .page-center .page-center,
.page-center .page-center {
  padding-left: 0;
  padding-right: 0;
}

.main {
  padding: var(--section-margin-y) 0;
  margin-top: calc( -1 * var(--section-margin-y) );
}

.main > span > div,
.flex-container-with-spaces > span > div,
.section {
  margin-top: var(--section-margin-y);
}

.large-white-space,
.flex-container-with-spaces {
  min-height: auto !important;
}

.hs_cos_wrapper_type_rich_text :first-child {
  margin-top: 0;
}

.hs-responsive-embed-wrapper {
  max-width: unset !important;
  max-height: unset !important;
}


@media(min-width: 768px) {
  
  :root {
    --section-margin-y: var(--desktop-space);
  }
  
  .hide-on-mobile {
    display: block !important;
  }
  
  .hide-on-desktop {
    display: none !important;
  }
  
  .row-fluid-wrapper > .row-fluid .page-center,
  .pillar-page .main span div > .hs_cos_wrapper_type_rich_text,
  .page-center {
    max-width: 1000px;
  }
  
  .large-white-space {
    padding: var(--section-margin-y) 0;
    margin-top: calc( -1 * var(--section-margin-y) );
  }

  .large-white-space > span > div,
  .flex-container-with-spaces > span > div,
  .section {
    margin-top: var(--section-margin-y);
  }
  
}



:root {
  --negative-margin-blog-section: -2rem;
}

body .hero-blog {
  padding-bottom: calc(3rem + var(--negative-margin-blog-section) * -1);
}

.hero-blog h1 a {
  color: inherit;
}

.hero-blog__section-title {
  margin-top: 0;
}

.blog-listing-wrapper {
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/site/incognia/background-solutions-incognia-mobile-1.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 0 60px 0;
}

.blog-listing__title {
  margin-top: 60px;
}

.blog-card-container,
.blog-card-feature-container {
  margin-top: -2rem;
}

.blog-card-feature-container {
  margin-top: calc(-2rem + var(--negative-margin-blog-section));
}

.blog-filter__topics {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
}

.blog-filter__topics li a {
  border-radius: 4rem;
  font-weight: 600;
  margin-left: 1rem;
  padding: .5rem 1rem;
  text-transform: capitalize;
  transition: background .3s linear;
  will-change: background;
}

.blog-filter__topics li:hover a {
  background-color: #a0d5d2;
  color: #000000;
  text-decoration: none;
}

.blog-card__tags {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.blog-card__tag-link {
  font-size: .8em;
  margin-left: -.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.blog-card__tag-link a {
  border-radius: 4rem;
  font-weight: 600;
  padding: .5rem 1rem;
  background-color: #a0d5d2;
  color: #000000;
  text-decoration: none;
}

.blog-card__tag-link a:hover {
  background-color: #8cc1be;
}

.filter-link-count {
  display: none;
}

.blog-card__item {
  border-radius: 1rem;
  margin: 2rem 0 0 0;
  overflow: hidden;
  position: relative;
  transition: transform .2s linear;
  transform: translate(0, 0);
  will-change: transform;
}

.blog-card__item:hover {
  transform: translate(0, -6px);
}

.blog-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.blog-card__photo {
  position: relative;
}

.blog-card__photo-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.blog-card__overlay {
  background: #47304d;
  background: -moz-linear-gradient(45deg, rgba(71,48,77,1) 0%, rgba(98,69,106,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(71,48,77,1) 0%, rgba(98,69,106,1) 100%);
  background: linear-gradient(45deg, rgba(71,48,77,1) 0%, rgba(98,69,106,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#47304d",endColorstr="#62456a",GradientType=1);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.blog-card__thumb {
  background-position: center;
  background-size: cover;
  mix-blend-mode: soft-light;
}

.blog-card-container .blog-card__thumb {
  filter: grayscale(1);
}

.blog-card__thumb::after {
  content: '';
  display: block;
  padding-top: 50%;
  width: 100%;
}

.blog-card__txt {
  background-color: #ffffff;
  border: solid 2px #a0d5d2;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  position: relative;
  margin-top: -1rem;
}

.blog-card__title {
  color: #10a9a0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.618;
  margin-top: 0;
}

.blog-card__item--feature-post .blog-card__thumb {
  background-position: right center;
}

.blog-card__item--feature-post .blog-card__title {
  font-size: 1.4rem;
  line-height: 1.4;
  word-break: normal;
}

.blog-card__title a {
  color: inherit;
}

.blog-card__description {
  color: #000000;
  margin: .5rem 0 0 0;
}

.blog-card__cta {
  padding-top: .25rem;
  margin-top: auto;
}

.blog-card__type {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, calc(-50% - .5rem));
}



.blog-post__nav {
  color: rgba(0,0,0,.2);
  display: flex;
  font-weight: 600;
  margin-left: -.5rem;
  margin-top: -1rem;
}

.blog-post__nav > * {
  margin-left: .5rem;
}

.blog-post__nav li::after {
  content: '|';
  margin-left: .5rem;
}

.blog-post__nav li:last-child::after {
  content: '';
}

.post__feature-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vmax;
}

.post__featured {
  padding-top: 1rem;
  position: relative;
}

.post-featured__background {
  background: linear-gradient(45deg, var(--green-gradient-primary) 0%, var(--green-gradient-secondary) 100%);
  bottom: 50%;
  bottom: calc(50% - 1rem);
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.post-featured__image {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
  -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
  max-height: 50vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post-featured__image::before {
  content: '';
  padding-top: 52.61%;
  display: block;
}

.post-container {
  padding-bottom: 3.75rem;
}

.blog-post {
  background-color: #fff;
  margin-top: 2rem;
  padding: 0 1.5rem 0 1.5rem;
}

.blog-post__title {
  line-height: 1.4;
  margin-top: 1.5rem;
}

.blog-post__summary {
  color: #47304d;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.618;
  margin: 1rem 0 0 0;
}

.blog-post__summary span > *:first-child {
  margin-top: 0;
}

.blog-post__summary span > *:last-child {
  margin-bottom: 0;
}

.blog-post__meta {
  margin: 1rem 0 0 0;
}

.addthis_inline_share_toolbox_exfm {
  margin: 1.5rem 0 0 0;
  margin-left: -10px;
}

.blog-post__body {
  margin-top: 60px;
  line-height: 1.618;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5 {
  color: #000;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__body a {
  color: #10a9a0;
  font-style: italic;
  word-break: break-word;
}

.blog-post__body a.cta {
  color: initial;
  font-style: initial;
}

.blog-post__body span > *:first-child {
  margin-top: 0;
}

.blog-post__body span > * {
  margin-top: 1rem;
  margin-bottom: 0;
}

.blog-post__body blockquote {
  border-left: solid 3px #a0d5d2;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
}

.blog-post__body .blog-post__bloquote-secondary {
  border: 0;
  font-style: italic;
  padding: 0;
}

.blog-post__body p + h2,
.blog-post__body p + h3,
.blog-post__body p + h4,
.blog-post__body p + h5,
.blog-post__body p + h6 {
  margin-top: 2.5rem;
}

.blog-post__body ul {
  list-style: none;
  padding: 0;
}

.blog-post__body ul li::before {
  background-color: #10a9a0;
  border-radius: 100%;
  content: '';
  display: inline-block;
  flex-shrink: 0;
  height: 8px;
  margin-bottom: 1px;
  margin-right: 1rem;
  width: 8px;
}

.blog-post__text-highlight {
  color: #10a9a0;
  font-weight: 600;
}

.blog-post__main-highlight {
  font-weight: 600;
}

.blog-post__author {
  clear: both;
  margin: 60px 0 0 0;
  text-align: center;
}

.blog-post__key-takeways {
  --key-takeways-padding: 2rem;
  --key-takeways-margin: 3rem;
}

.blog-post__key-takeways {
  padding: var(--key-takeways-padding);
  position: relative;
}

.blog-post__key-takeways.blog-post__key-takeways {
  margin-bottom: var(--key-takeways-margin);
  margin-top: var(--key-takeways-margin);
}

.blog-post__key-takeways::after,
.blog-post__key-takeways::before {
  border-color: var(--green);
  border-width: 3px;
  content: '';
  display: block;
  height: var(--key-takeways-padding);
  max-width: 400px;
  position: absolute;
  width: 100%;
}

.blog-post__key-takeways::after {
  border-bottom-style: solid;
  border-right-style: solid;
  bottom: 0;
  right: 0;
}

.blog-post__key-takeways::before {
  border-top-style: solid;
  border-left-style: solid;
  left: 0;
  top: 0;
}

.blog-post-key-takeways__title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.author__photo {
  border-radius: 100%;
  filter: grayscale(1);
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 120px;
}

.author__photo img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  width: 100%;
}

.author__name {
  color: #000000;
  line-height: inherit;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1.5rem;
}

.author__bio {
  margin-top: .5rem;
}

.author-bio__action {
  margin-top: 1rem;
}


.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -1rem;
  margin-top: 3rem;
}

.blog-pagination > * {
  margin-left: 1rem;
}

.blog-pagination__link {
  align-items: center;
  display: flex;
}

.blog-pagination__link svg {
  fill: currentColor;
}

.blog-pagination__prev-link svg {
  margin-right: .5rem;
}

.blog-pagination__next-link svg {
  margin-left: .5rem;
}

.blog-pagination__link--active {
  background-color: #a0d5d2;
  padding: 2px 8px;
  border-radius: 4px;
  color: #000000;
}



.blog-subscribe {
  margin-top: 1rem;
  text-align: left;
}

.blog-subscribe .micromodal-slide {
  position: relative;
  z-index: 99999;
}


.blog-rec-posts-container {
  margin-top: 3rem;
}

.blog-rec-posts__title {
  text-align: center;
}

.blog-action-section {
  margin-top: 60px;
}



.blog-author {
  background: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
  margin-top: 1.5rem;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

.blog-author__photo img {
  border-radius: 100%;
  height: 100px;
  object-fit: cover;
  overflow: hidden;
  width: 100px;
}

.blog-author__name {
  color: #000;
}

.blog-author__bio {
  margin: .5rem 0 0 0;
}

.blog-author__socials {
  display: flex;
  margin-left: -0.5rem;
}

.blog-author-socials__item {
  margin: 0 0 0 0.5rem;
  width: 1.5rem;
}

.blog-author-socials__item svg {
  fill: var(--green);
}

.blog-author-socials__item:hover svg {
  fill: var(--dark-green);
}

.blog-card-link-container {
  display: flex;
}

.blog-card-link-container:hover {
  text-decoration: none;
}

.blog-card-link-list-container {
  background: #ffffff;
  color: inherit;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.blog-card-link-list-container:hover {
  text-decoration: none;
}

.blog-card-link-list-container .blog-card__tag-link {
  font-weight: 600;
}


.ib {
  --max-width-container: 1300px;
  --padding-x-article: 3.5rem;
}

.ib .post-featured-container.post-featured-container.page-center,
.ib .blog-post-container.blog-post-container.page-center {
  max-width: var(--max-width-container);
}

.ib .article-container {
  display: flex;
  flex-wrap: wrap;
}

.ib .blog-post {
  flex: 1;
  width: 100%;
}

.ib.ar-blog .blog-post {
  padding: 0 1.5rem 0 1.5rem;
}

.ib .blog-post__aside {
  flex: 1;
  margin-top: 3rem;
  padding-right: var(--padding-x-article);
  width: 100%;
}

.ib .blog-post__aside > div {
  height: 100%;
}

.ib .aside-cta {
  top: 2rem;
}

.ib.ar-blog .aside-cta {
  top: 9rem;
}

@media(min-width: 768px) {
  
  .ib .blog-post {
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 850px;
    width: 100%;
  }
  
  .ib.ar-blog .blog-post {
    padding: 0 3.75rem 0 3.75rem;
  }
  
  .ib .blog-post__aside {
    padding-right: var(--padding-x-article);
  }
  
}



@media(min-width: 768px) {
  
  .blog-listing-wrapper {
    position: relative;
    background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/site/incognia/background-solutions-incognia-desktop.jpg);
    background-position: center 50vh;
    background-repeat: no-repeat;
    padding: 0 0 120px 0;
  }
  
  .blog-card__item--feature-post {
    display: flex;
  }
  
  .blog-card__item--feature-post .blog-card__photo {
    flex-basis: 60%;
    flex-shrink: 0;
  }
  
  .blog-card__item--feature-post .blog-card__thumb {
    height: 100%;
  }
  
  .blog-card__item--feature-post .blog-card__txt {
    margin-top: 0;
    margin-left: -1rem;
  }
  
  .blog-card__item--feature-post .blog-card__summary {
    color: #47304d;
  }
  
  .blog-card__item--feature-post .blog-card__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
  }
  
  .blog-listing__title {
    margin-top: 120px;
  }
  
  .blog-filter__topics {
    margin-top: 2rem;
  }
  
  .blog-card-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3rem;
    margin-top: -4rem;
  }
  
  .blog-card-container > * {
    flex-basis: 33.33%;
    flex-basis: calc(33.33% - 3rem);
    margin-left: 3rem;
    margin-top: 6rem;
  }
  
  .blog-card__item--list {
    display: flex;
    flex-direction: column;
  }
  
  .blog-card__item--list .blog-card__txt {
    flex: 1;
  }
  
  
    
  .post__feature-image {
    height: 50vh;
  }
  
  .post-featured__background {
    -webkit-border-bottom-right-radius: var(--rounded-lg);
    -moz-border-bottom-right-radius: var(--rounded-lg);
    border-bottom-right-radius: var(--rounded-lg);
  }
  
  .post-container {
    padding-bottom: 7.5rem;
  }

  .blog-post {
    margin-top: 3rem;
    padding: 0 3.75rem 0 3.75rem;
    position: relative;
  }
  
  .blog-post--pres-release {
    margin-top: -8vh;
  }

  .blog-post__summary {
    margin-top: 1rem;
  }
  
  .blog-post__author {
    align-items: center;
    display: flex;
  }
  
  .blog-post__banner-float {
    float: right;
    margin: 0 0 0 2rem;
    max-width: 48%;
  }
  
  .blog-post__main-highlight--is-floated {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem !important;
    max-width: 400px;
  }
  
  .author__photo {
    flex-shrink: 0;
    margin: 0;
  }
  
  .author__txt {
    text-align: left;
    margin-left: 1.5rem;
  }
  
  .author__name {
    margin-top: 0;
  }
  
  
  
  .blog-post__engage-options {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  
  .blog-subscribe {
    margin-top: 1rem;
  }
  
  
  .blog-rec-posts-container {
    margin-top: 6rem;
  }
  
  .blog-rec-posts-container .blog-card__item {
    flex: 1;
  }
  
  .blog-action-section {
    margin-top: 120px;
  }
  
  
  .blog-author {
    align-items: center;
    display: flex;
    margin-top: 2rem;
    padding: 3rem;
  }

  .blog-author__txt {
    margin: 0 0 0 3rem;
  }
  
  .blog-author__name {
    margin-top: 0;
  }
  
}



.v2 {
  --negative-margin-blog-section: -4rem;
}

.v2 .blog-listing-wrapper {
  background: transparent;
  padding-bottom: 0;
}

.v2 .hero-blog {
  background: linear-gradient(45deg, var(--green-gradient-primary) 0%, var(--green-gradient-secondary) 100%);
  -webkit-border-bottom-right-radius: var(--rounded-lg);
  -moz-border-bottom-right-radius: var(--rounded-lg);
  border-bottom-right-radius: var(--rounded-lg);
}

.v2 .blog-card-container,
.v2 .newsroom-listing .blog-card-container {
  margin-top: 0;
}

.v2 .blog-filter__topics {
  margin-top: 0;
}

.v2 .blog-card__item {
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1); 
  box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
}

.v2 .blog-card__txt {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 2rem;
}

.v2 .blog-card__thumb {
  filter: none;
  mix-blend-mode: unset;
}

.v2 .blog-card__item--feature-post .blog-card__txt {
  padding: 2.5rem 2rem 3rem 2rem;
}

.v2 .blog-card__item--feature-post .blog-card__title {
  color: #000;
}

.v2 .blog-card__item--feature-post .blog-card__summary {
  color: #000;
}

.v2 .blog-card__tag-link {
  background: transparent;
  font-size: 1em;
  margin: 0 0 .25rem 0;
  padding: 0;
}

.v2 .blog-card__tag-link:hover {
  background: transparent;
}

.v2 .blog-pagination__prev-link::before,
.v2 .blog-pagination__next-link::before {
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/home/icon-next.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 30px;
  margin-left: .5rem;
  order: 1;
  padding-left: 44px;
  width: auto;
}

.v2 .blog-pagination__prev-link::before {
  margin: 0 .5rem 0 0;
  order: 0;
  transform: rotate(180deg);
}

.v2 .blog-action-section {
  background: linear-gradient(45deg, var(--green-gradient-primary) 0%, var(--green-gradient-secondary) 100%);
  -webkit-border-top-left-radius: var(--rounded-lg);
  -moz-border-top-left-radius: var(--rounded-lg);
  border-top-left-radius: var(--rounded-lg);
  padding: 4rem 0;
}


.v2 .press-infos {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1); 
  box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
  margin-top: var(--negative-margin-blog-section);
  padding: 2rem;
  position: relative;
}

.v2 .press-infos__title {
  color: #000;
}

.v2 .newsroom-listing {
  padding-bottom: 60px;
}

.v2 .post-container .hero {
  background-color: var(--robin-blue);
}


@media(min-width: 768px) {
  
  .v2 {
    --negative-margin-blog-section: -9.375rem;
  }
  
/*   .v2 .blog-card__item--feature-post {
    flex-direction: column;
  } */
  
  .v2 .blog-card__item--feature-post .blog-card__thumb::after {
    padding-top: 37.5%;
  }
  
  .v2 .blog-card__item--feature-post .blog-card__title {
    font-size: 32px;
    line-height: 38px;
  }
  
  .v2 .blog-card-container,
  .v2 .newsroom-listing .blog-card-container {
    margin-top: -2rem;
  }
  
  .v2 .blog-card-container > * {
    margin-top: 4rem;
  }
  
  .v2 .blog-listing__title {
    color: #000;
    margin-top: 60px;
  }
  
  .v2 .blog-filter__topics {
    margin-top: 0;
  }
  
  
  
  .v2 .press-infos {
    padding: 4rem;
  }
  
  .v2 .newsroom-listing {
    padding-bottom: 120px;
  }
  
}
.system__subtitle h2 {
  color: var(--green);
  font-size: 1.5rem;
  line-height: 1.4;
}

.system__cta {
  min-height: unset !important;
  margin-top: 1.5rem;
}


@media(min-width: 768px) {
  
  .system__title h1 {
    margin-top: 0;
  }
  
  .system > .row-fluid-wrapper > .row-fluid {
    align-items: center;
    display: flex;
  }
  
  .system > .row-fluid-wrapper > .row-fluid > * {
    padding: 0 5%;
  }
  
}
.gated-content__type {
  font-size: 20px;
}

.gated-content__title {
  margin-top: .5rem;
}

.gated-content__title h1 {
  margin-top: 0;
}

.gated-content__subtitle h2 {
  color: #000000;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.618;
}

.gated-content__description {
  margin-top: 2rem;
}

.gated-content__description *:first-child {
  margin-top: 0;
}

.gated-content__description *:last-child {
  margin-bottom: 0;
}

.gated-form__title h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.618;
  text-align: center;
}

.gated-form-container {
  margin-top: 1.5rem;
}

.gated-content__txt img {
  max-width: 100%;
}


@media(min-width: 768px) {
  
  .gated-content__txt {
    position: sticky;
    top: 1.5rem;
  }
  
}




:root {
  --hero-sem-gated-padding: 3rem;
}

@media(min-width: 768px) {

  :root {
    --hero-sem-gated-padding: 4rem;
  }

}

.main-gated-content {
  padding: 0 0 64px 0;
}

.hero-sem-gated {
  padding: var(--hero-sem-gated-padding) 0;
}

.hero-sem-gated .hero-gated__container {
  flex-direction: column;
}

.hero-gated__type {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}

.hero-gated__title {
  margin-top: .5rem;
}

.hero-gated__description {
  margin-top: 2rem;
}

.hero-sem-gated .hero-gated__mockup {
  margin-top: 2rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0;
  width: 100%;
}

.gated-details {
  margin-top: 64px;
}

.form--top-overlap {
  background: #ffffff;
  margin-top: calc(var(--hero-sem-gated-padding) * -1);
  position: relative;
}

.gated-topics {
  margin-top: 64px;
  text-align: center;
}

.gated-topics__title h2 {
  margin-top: 0;
}

.gated-topics__cards {
  margin-top: 1.5rem;
}


@media(max-width: 767px) {

  .main-gated-content .page-center > .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }
  
  .form--top-overlap {
    order: -1;
  }
  
}


@media(min-width: 768px) {
  
  .hero-sem-gated .hero-gated__container {
    flex-direction: row;
    justify-content: space-between;
  }
  
  .hero-sem-gated .hero-gated__txt {
    width: 45%;
  }
  
  .hero-sem-gated .hero-gated__mockup {
    width: 48%;
  }
  
  .main-gated-content {
    padding: 0 0 150px 0;
  }
  
  .gated-details {
    padding-right: 3%;
    top: 150px;
  }

  .gated-topics {
    margin-top: 150px;
  }
  
}
.featured-partner__txt > :first-child {
  margin-top: 0;
}

.featured-partner__item {
  margin: 2rem 0 0 0;
}

.featured-partner__logo img {
  max-width: 180px !important;
}

.featured-partner__details {
  margin-top: 1.5rem;
}

.featured-partner__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.618;
}

.featured-partner__description {
  margin-top: .5rem;
}

.featured-partner__description > :first-child {
  margin-top: 0;
}

.featured-partner__description > :last-child {
  margin-bottom: 0;
}

.featured-partner__cta {
  margin-top: 1.5rem;
}


@media(min-width: 768px) {
  
  .featured-partner__item {
    display: flex;
    margin-top: 4rem;
  }
  
  .featured-partner__logo img {
    max-width: 280px !important;
  }
  
  .featured-partner__title {
    margin-top: 0;
  }
  
  .featured-partner__details {
    margin-left: 5rem;
    margin-top: 0;
  }
  
}

.globe_class.globe_class {
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/Brand/Illustrations/world_1.svg);
  background-size: contain;
}

@media(min-width: 768px) {
  
  .globe_class.globe_class {
    padding: 1.5rem 0;
  }
  
}

.footer__language-switcher {
  float: right;
  margin-top: .4rem;
  margin-left: .5rem;
}

.lang_list_class:hover {
  display: block !important;
}

.lang_list_class.lang_list_class {
  background: #fff;
  border-radius: 8px;
  border: solid #f5f6f7 1px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
  padding: 8px 0;
  position: absolute;
  top: 3rem;
  transition: all ease .3s;
  z-index: 2;
}

.lang_switcher_class li {
  margin-top: 0;
}

.lang_list_class.lang_list_class li a {
  color: #10a9a0;
}

.lang_list_class.lang_list_class li a:hover {
  color: #10a9a0;
  text-decoration: underline;
}

.lang_list_class.lang_list_class:before,
.lang_list_class.lang_list_class:after {
  display: none;
  border-bottom: 0;
  z-index: 1;
}

.lang_list_class.lang_list_class:after {
  border-bottom-color: #fff;
}

.lang_list_class.lang_list_class li:first-child {
  border-top: 0;
  padding-top: 0;
}

.lang_list_class.lang_list_class li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.lang_list_class.lang_list_class li {
  border-left: 0;
  border-right: 0;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  padding: 0;
}

.lang_list_class.lang_list_class li a {
  color: #47304d;
  padding: 1rem;
  width: 100%;
}

.lang_list_class.lang_list_class li a:hover {
  background-color: #f5f6f7;
  color: #10a9a0;
  text-decoration: none;
}
.press-infos,
.press-infos__kit,
.newsroom-listing,
.news-coverage {
  margin-top: 3rem;
}

.press-infos__title {
  margin-top: 0;
}

.press-infos__contact {
  margin-top: 1rem;
}

.press-infos__contact > *:first-child {
  margin-top: 0;
}

.press-infos__contact > *:last-child {
  margin-bottom: 0;
}

.newsroom-listing .blog-filter__topics {
  margin-top: .5rem;
}


@media(min-width: 768px) {
  
  .press-infos {
    display: flex;
    justify-content: space-between;
  }
  
  .press-infos > * {
    flex-basis: 48%;
  }
  
  .press-infos,
  .press-infos__kit,
  .newsroom-listing,
  .news-coverage {
    margin-top: 4rem;
  }
  
  .press-infos__kit {
    margin-top: 0;
  }
  
  .newsroom-listing .blog-card-container {
    margin-top: -5rem;
  }
  
}
.has-video-resource .hero-gated {
  display: none;
}

.has-video-resource h1 {
  margin-bottom: 1.5rem;
}

.podcast-iframe {
  width: 100%;
}

.podcast-plataform-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -1rem;
}

.podcast-plataform-list > * {
  margin: 1rem 0 0 1rem;
  width: calc(50% - 1rem);
}

.podcast-plataform-list > * img {
  max-width: 100%;
}


@media(min-width: 768px) {
  
  .has-video-resource .hero-gated {
    display: block;
    min-height: 300px;
  }
  
  .has-video-resource .main {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  
  .has-video-resource .main > span > div:first-child {
    margin-top: 0;
  }
  
  .has-video-resource .large-white-space {
    margin-top: -200px;
  }
  
  .has-video-resource .body-container > .row-fluid-wrapper > .row-fluid {
    display: flex;
  }
  
}
.pillar-page .hs_cos_wrapper_type_rich_text h2 + h3 {
  color: #10a9a0;
  margin: .5rem 0 2rem 0;
}

.pillar-page .hs_cos_wrapper_type_rich_text strong {
  color: #10a9a0;
  font-weight: 500;
}

.pillar-page .hs_cos_wrapper_type_rich_text * + div {
  margin-top: 1.5rem;
}

.pillar-page .blog-card__overlay {
  display: none;
}

.pillar-page .blog-card-container .blog-card__thumb {
  filter: none;
}

.pillar-page .flex-container-with-spaces > span > div:first-child {
  margin-top: 0;
  padding-top: 0;
}

.pillar-page .related-resources__title {
  text-align: left;
}

.pillar-mobile-trigger {
  align-items: center;
  bottom: 1.5rem;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 1.5rem;
  width: 50px;
  z-index: 9999999;
}

.pillar-mobile-trigger > :first-child {
  margin-top: 0;
}

.pillar-mobile-trigger__line {
  background: #fff;
  border-radius: 25%;
  display: block;
  height: 3px;
  margin-top: 4px;
  transition: all ease .3s;
  width: 20px;
}

.pillar-mobile-trigger.is-open .pillar-mobile-trigger__line {
  margin-left: 5px;
  transform-origin: left;
}

.pillar-mobile-trigger.is-open .pillar-mobile-trigger__line:first-child {
  transform: rotate(45deg);
}

.pillar-mobile-trigger.is-open .pillar-mobile-trigger__line:nth-child(2) {
  opacity: 0;
}

.pillar-mobile-trigger.is-open .pillar-mobile-trigger__line:last-child {
  transform: rotate(-45deg);
}

.pillar-nav {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  padding: 1.5rem 0;
  position: fixed;
  overflow: auto;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.pillar-nav__title {
  font-size: 24.32px;
  line-height: 30.08px;
  margin: 0;
}

.pillar-nav__list {
  margin-top: 1rem;
}

.pillar-nav__item {
  margin-top: 0;
}

.pillar-nav__item a {
  border-top: solid 1px #e9ebf0;
  box-sizing: border-box;
  color: #10a9a0;
  display: block;
  font-weight: 600;
  padding: 1.5rem 0;
  width: 100%;
}

.pillar-nav__item:first-child a {
  border-top: 0;
}


@media(min-width: 768px) {
  
  .pillar-page .hs_cos_wrapper_type_rich_text h2 + h3 {
    font-size: 1.536rem;
    line-height: 1.92rem;
  }
  
  .pillar-nav {
    border-radius: 8px;
    border: solid #f5f6f7 1px;
    bottom: 3rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
    height: auto;
    left: unset;
    right: 3rem;
    top: unset;
    width: auto;
  }
  
}

@media(min-width: 1300px) {
  
  .pillar-page .page-center,
  .pillar-page .pillar-nav-wrapper,
  .pillar-page .row-fluid-wrapper > .row-fluid .page-center,
  .pillar-page .pillar-page .main span div > .hs_cos_wrapper_type_rich_text {
    max-width: 900px !important;
  }
  
  .pillar-page .row-fluid-wrapper > .row-fluid .menu .page-center {
    max-width: 1000px !important;
  }
  
  .pillar-nav-wrapper {
    float: none;
    margin-left: auto !important;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%;
  }
  
  .pillar-mobile-trigger,
  .pillar-nav__title {
    display: none;
  }
  
  .pillar-nav {
    background: transparent;
    border: 0;
    bottom: unset;
    box-shadow: none;
    display: unset !important; 
    left: 0;
    max-width: 300px;
    overflow: visible !important; 
    padding: 0;
    position: absolute;
    text-align: right;
    top: 150px;
    transform: translate(calc(-100% + 1.5rem), 0);
    width: var(--distanceFromLeft);
    z-index: 9999999999999999;
  }
  
  .pillar-nav--is-fixed {
    position: fixed;
    left: var(--distanceFromLeft);
  }
  
  .pillar-nav__list {
    margin-top: -1.5rem;
  }
  
  .pillar-nav__item {
    align-items: center;
    display: flex;
    margin-top: 1.5rem;
  }
  
  .pillar-nav__item a {
    border: 0;
    padding: 0;
  }
  
  .pillar-nav__item--is-active a {
    color: #000;
  }
  
  .pillar-nav__item::after {
    content: '';
    border-radius: 50%;
    border: solid 1px #10a9a0;
    display: block;
    height: 8px;
    margin-left: 1rem;
    width: 8px;
  }
  
  .pillar-nav__item--is-active::after {
    background-color: #47304d;
    border-color: #47304d;
  }
  
}
.nav-pillar-page {
  padding: 2rem 0;
  text-align: center;
}

.nav-pillar-page__logo img {
  width: auto !important;
  height: 30px !important;
  display: block;
  margin: 0 auto;
}
.footer-pillar-page {
  background-color: #47304d;
  padding: 2rem 0;
  text-align: center;
}

.footer-pillar-page__logo img {
  display: block;
  height: 36px !important;
  margin: 0 auto;
  width: auto !important;
}

.footer-pillar-page__copyright {
  color: #ffffff;
  font-weight: 600;
  margin: 1.5rem 0 0 0;
}

.footer-pillar-page__copyright > :first-child {
  margin-top: 0;
}
.footer-pillar-page__copyright > :last-child {
  margin-bottom: 0;
}
.action-section-white-paper {
  padding-bottom: 0;
}

.action-section-white-paper.section-card {
  background: #fff;
}

.action-section-white-paper-container {
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
}

.action-section-white-paper-container > :first-child {
  margin-top: 0;
}

.action-section-white-paper__type {
  color: #10a9a0;
  font-weight: 600;
}

.action-section-white-paper__title {
  margin-top: 1rem;
}

.action-section-white-paper__description {
  color: #47304d;
  margin-top: 1rem;
}

.action-section-white-paper__description > :first-child {
  margin-top: 0;
}

.action-section-white-paper__description > :last-child {
  margin-bottom: 0;
}

.action-section-white-paper__cta {
  margin-top: 1rem;
}

.action-section-white-paper___image {
  margin-top: 1rem;
}

.action-section-white-paper___image img {
  display: block;
}


@media(min-width: 768px) {
  
  .action-section-white-paper__description {
    font-size: 20px;
    line-height: 1.618;
  }
  
  .action-section-white-paper__cta {
    margin-top: 1.5rem;
  }

  .action-section-white-paper___image {
    margin-top: 2rem;
  }

}
.pillar-topics > :first-child {
  margin-top: 0;
}

.pillar-topics__txt > :first-child {
  margin-top: 0;
}

.pillar-topics__section-description {
  margin-top: 1rem;
}

.pillar-topics__section-description > :first-child {
  margin-top: 0;
}

.pillar-topics__section-description > :last-child {
  margin-bottom: 0;
}

.pillar-topics__number {
  color: #a0d5d2;
  font-size: 20px;
}

.pillar-topics__description {
  margin-top: .5rem;
}

.pillar-topics__description > :first-child {
  margin-top: 0;
}

.pillar-topics__description > :last-child {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  
  .pillar-topics__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-beetwen;
    margin-left: -1.5rem;
    margin-top: .5rem;
  }
  
  .pillar-topics__item {
    flex-basis: 30%;
    flex-basis: calc(33.33% - 1.5rem);
    margin: 1.5rem 0 0 1.5rem;
  }
  
}



.pp-full-image-divider__graphic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 435px;
  overflow: hidden;
}

.pp-full-image-divider__graphic::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.pp-full-image-divider__takeaway {
  font-size: 19.45px;
  line-height: 24.06px;
  margin-top: -1.5rem;
  text-align: center;
}

.pp-full-image-divider__takeaway-cta {
  position: relative;
}

.pp-full-image-divider__takeaway-cta .cta {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.pp-full-image-divider__txt {
  margin-top: 32px;
}

.pp-full-image-divider__txt > :first-child {
  margin-top: 0;
}

.pp-full-image-divider__description {
  margin-top: 1rem;
}

.pp-full-image-divider__description > :first-child {
  margin-top: 0;
}

.pp-full-image-divider__description > :last-child {
  margin-bottom: 0;
}

.pp-full-image-divider__description strong {
  color: #10a9a0;
  font-weight: 500;
}

.pp-full-image-divider__topics {
  display: flex;
  flex-direction: column;
  margin-top: 32px;

}

.pp-full-image-divider__topics {
  margin-top: calc(32px - 1.5rem);
}

.pp-full-image-topics__item {
  margin-top: 1.5rem;
}

.pp-full-image-topics__title {
  color: #10a9a0;
  margin-top: 1rem;
}

.pp-full-image-topics__description {
  margin-top: .5rem;
}

.pp-full-image-topics__description > :first-child {
  margin-top: 0;
}

.pp-full-image-topics__description > :last-child {
  margin-bottom: 0;
}

.pp-full-image-divider__content {
  display: flex;
  flex-direction: column;
}

.pp-full-image-divider-takeaway--is-top {
  order: -1;
}

.pp-full-image-divider-takeaway--is-top .pp-full-image-divider__takeaway {
  margin-top: 0;
  margin-bottom: -1.5rem;
  position: relative;
}

.pp-full-image-divider-takeaway--is-bottom {
  order: -2;
  margin-bottom: 32px;
}

.pp-full-image-divider-takeaway--is-bottom .pp-full-image-divider__txt {
  margin-top: 0;
}

.icon-gallery-container {
  margin-top: 1.5rem;
}

.icon-gallery__section-title {
  color: #10a9a0;
  font-weight: 600;
}

.icon-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.icon-gallery__item {
  flex-basis: 48%;
  font-weight: 600;
}

.icon-gallery__icon {
  width: auto !important;
  max-height: 40px !important;
}

.icon-gallery__icon-title {
  font-size: 1rem;
  line-height: 24px;
}


@media(min-width: 768px) {
  
  .pp-full-image-divider__takeaway {
    font-size: 30.72px;
    line-height: 38.4px;
    padding: 4.5rem;
  }
  
  .pp-full-image-divider__txt {
    margin-top: 75px;
  }
  
  .pp-full-image-divider__topics {
    margin-top: 32px;
  }
  
  .pp-full-image-topics__item {
    display: flex;
  }
  
  .pp-full-image-topics__icon {
    flex-shrink: 0;
  }
  
  .pp-full-image-topics__icon + .pp-full-image-topics__txt {
    margin-left: 32px;
  }
  
  .pp-full-image-topics__title {
    font-size: 24.576px;
    line-height: 30.72px;
    margin-top: 0;
  }
  
  .pp-full-image-divider-takeaway--is-bottom {
    margin-bottom: 75px;
  }
  
  .pp-full-image-divider__icon-gallery {
    margin-top: -1rem;
  }
  
  .icon-gallery-container {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
  }
  
  .icon-gallery__section-title {
    flex-basis: 30%;
    font-size: 24.576px;
    line-height: 30.72px;
  }
  
  .icon-gallery__list {
    flex-basis: 65%;
    justify-content: flex-start;
    margin-top: -1.5rem;
  }
  
  .icon-gallery__item {
    flex-basis: 18%;
    flex-basis: calc(25% - 1rem);
    margin-left: 1rem;
    margin-top: 1.5rem;
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  
}
.pp-chart__txt > :first-child {
  margin-top: 0;
}

.pp-chart__description {
  margin-top: 1rem;
}

.pp-chart__description > :first-child {
  margin-top: 0;
}

.pp-chart__description > :last-child {
  margin-bottom: 0;
}

.pp-chart__list {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

.pp-chart__item {
  margin-top: 3rem;
}

.pp-chart__summary {
  margin-top: 0;
}

.pp-chart-summary__item {
  margin-top: 2rem;
}

.pp-chart-summary__title {
  color: #10a9a0;
  margin-top: 0;
}

.pp-chart-summary__data {
  margin-top: 1.5rem;
}

.pp-chart-data__item {
  color: #10a9a0;
  font-weight: 600;
  margin-top: .5rem;
}

.pp-chart-data__item .first-word {
  color: #47304d;
  font-size: 19.45px;
  line-height: 24.06px;
}


@media(min-width: 768px) {

  .pp-chart__item {
    display: flex;
    justify-content: space-between;
  }
  
  .pp-chart__image {
    flex-basis: 400px;
    margin-top: .25rem;
    order: 1;
  }
  
  .pp-chart__summary {
    margin-right: 4rem;
    margin-top: -4rem;
  }
  
  .pp-chart-summary__item {
    margin-top: 4rem;
  }
  
  .pp-chart-summary__title {
    font-size: 24.576px;
    line-height: 30.72px;
  }

}
.hero-pillar-page {
  text-align: center;
}

.hero-pillar-page__txt > :first-child {
  margin-top: 0;
}

.hero-pillar-page__section-description {
  margin-top: .5rem;
}

.hero-pillar-page__section-description > :first-child {
  margin-top: 0;
}

.hero-pillar-page__section-description > :last-child {
  margin-bottom: 0;
}

.hero-pillar-page__section-description h2 {
  color: #10a9a0;
  font-weight: 600;
}

.hero-pillar-page__img {
  margin-top: 1.5rem;
}

@media(min-width: 768px) {
  
  .hero-pillar-page {
    text-align: left;
  }
  
  .hero-pillar-page-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  
  .hero-pillar-page__section-description h2 {
    font-size: 30px;
    line-height: 36px;
  }
  
  .hero-pillar-page__img {
    margin-top: 0;
    margin-left: 2rem;
  }

  .hero-pillar-page__img img {
    height: auto;
    min-width: 200px;
  }
  
}
.pp-topics-with-description__topic-title {
  color: #10a9a0;
  font-weight: 600;
  margin-top: 1.5rem;
}

.pp-topics-with-description .pillar-topics__list {
  margin-top: -1rem;
}

.pp-topics-with-description .pillar-topics__item {
  margin-top: 2rem;
}

.pp-topics-with-description__card-descriprion {
  margin-top: 1rem;
}

.pp-topics-with-description__card-descriprion > :first-child {
  margin-top: 0;
}

.pp-topics-with-description__card-descriprion > :last-child {
  margin-bottom: 0;
}

@media(min-width: 768px) {
  
  .pp-topics-with-description__topic-title {
    font-size: 24.576px;
    line-height: 30.72px;
    max-width: 60%;
  }
  
  .pp-topics-with-description .pillar-topics__list {
    margin-top: -.5rem;
  }
  
  .pp-topics-with-description .pillar-topics__item {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    margin-top: 3rem;
  }
  
  .pp-topics-with-description__card {
    flex-basis: 30%;
    flex-shrink: 0;
  }
  
  .pp-topics-with-description__card-descriprion {
    flex-basis: 65%;
    flex-shrink: 0;
    margin-top: 0;
  }
  
}
.pillar-bullets__section-title {
  margin-top: 0;
}

.pillar-bullets__list.pillar-bullets__list {
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.pillar-bullets__item {
  margin-top: 2rem;
}

.pillar-bullets__title {
  background: #47304d;
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  line-height: 24px;
  margin-left: -2.5rem;
  margin-top: 0;
  padding: .5rem 1.5rem .5rem 2.5rem;
}

.pillar-bullets__title__description {
  margin-top: 0;
}

.pillar-bullets__title__description > :first-child {
  margin-top: 0;
}

.pillar-bullets__title__description > :last-child {
  margin-bottom: 0;
}

.pillar-bullets__title__description ul {
  list-style: none;
  padding: 0;
}

.pillar-bullets__title__description li {
  margin-left: 1.5rem;
}

.pillar-bullets__title__description li::before {
  background-color: #a0d5d2;
  border-radius: 100%;
  content: '';
  display: inline-block;
  flex-shrink: 0;
  height: 8px;
  margin-left: -1.5rem;
  margin-right: 1rem;
  width: 8px;
}


@media(min-width: 768px) {
  
  .pillar-bullets__list.pillar-bullets__list {
    padding: 2.8rem 4rem 3rem 4rem;
  }
  
  .pillar-bullets__item {
    margin-top: 4rem;
  }
  
  .pillar-bullets__title {
    margin-left: -5.5rem;
    padding-left: 5.5rem;
  }
  
  .pillar-bullets__title__description li {
    margin-top: 2rem;
  }
 
}
.pp-icon-with-column__section-title {
  margin: 0;
}

.pp-icon-with-column__item {
  margin-top: 1.5rem;
}

.pp-icon-with-column__icon img {
  max-width: 60px !important;
}

.pp-icon-with-column__title {
  color: #10a9a0;
  font-weight: 600;
}

.pp-icon-with-column__subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  margin-top: .5rem;
}

.pp-icon-with-column__description {
  margin-top: .5rem;
}

.pp-icon-with-column__description > :first-child {
  margin-top: 0;
}

.pp-icon-with-column__description > :last-child {
  margin-bottom: 0;
}


@media(min-width: 768px) {
  
  .pp-icon-with-column__list {
    display: flex;
    margin-left: -4rem;
  }
  
  .pp-icon-with-column__item {
    display: flex;
    flex-basis: 40%;
    margin-left: 4rem;
  }
  
  .pp-icon-with-column__txt {
    margin-left: 3rem;
  }
  
  .pp-icon-with-column__title {
    font-size: 24.576px;
    line-height: 30.72px;
    margin-top: 0;
  }
  
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.modal__container {
  position: relative;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  margin: 1.5rem;
  max-width: 600px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-bottom: 1rem;
  margin-top: 0;
}

.modal__close {
  align-items: center;
  background: #c4c4c4;
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: .8rem;
  font-weight: 900;
  height: 25px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: .6rem;
  top: .6rem;
  width: 25px;
}

.modal__close:before { content: "\2715"; }

.modal__content {
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__form {
  text-align: left;
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.wpp-button {
  align-items: center;
  background-color: #4AC959;
  border-radius: 100%;
  bottom: 2rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: #ffffff;
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 2rem;
  position: fixed;
  right: 2rem;
  transition: all ease .4s;
  width: 60px;
  z-index: 999999999999999;
}

.wpp-button:hover {
  background-color: #298934;
  bottom: 2.5rem;
}

.wpp-button svg {
  position: absolute;
  width: 40%;
}
.blog-post__body .banner-content {
  margin: 2.5rem 0;
}

.banner-content.section-card {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.banner-content__txt {
  display: flex;
  flex-direction: column;
  margin-top: -1.5rem !important;
}

.banner-content__txt > * {
  margin-top: 1.5rem;
}

.banner-content__logo img {
  max-height: 24px !important;
}

.banner-content .banner-content__title {
  color: #fff;
  font-size: 30.4px;
  line-height: 37.6px;
  margin-top: 2rem;
}

.banner-content .banner-content__subtitle {
  font-size: 24.32px;
  line-height: 30.08px;
}

.banner-content__cta {
  margin-top: 2rem;
}

.banner-content__illustration {
  margin-top: 2rem;
  text-align: center;
}


@media(min-width: 768px) {
  
  .banner-content.section-card {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
  }
  
  .banner-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  
  .banner-content > * {
    flex-basis: 46%;
  }
  
  .banner-content .banner-content__title {
    font-size: 44px;
    line-height: 50px;
  }
  
  .banner-content .banner-content__subtitle {
    font-size: 30px;
    line-height: 36px;
  }
  
  .banner-content__txt {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  
  .banner-content__illustration {
    margin-top: 0;
    order: -1;
  }
  
}
.results-block__section-title.results-block__section-title {
  color: #fff;
  margin-top: 0;
}

.results-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.results-block__item {
  margin-top: 1.5rem;
}

.results-block__number {
  font-size: 24.32px;
  line-height: 30.08px;
  margin: 0;
}

.results-block__description {
  margin-top: .5rem;
}

.results-block__description > :first-child {
  margin-top: 0;
}

.results-block__description > :last-child {
  margin-bottom: 0;
}


@media(min-width: 768px) {
  
  .results-block {
    display: flex;
    padding: 3rem;
  }
  
  .results-block__txt {
    flex-basis: 40%;
    flex-shrink: 0;
  }
  
  .results-block__list {
    display: flex;
    margin-left: .5rem;
    margin-top: -1.5rem;
  }
  
  .results-block__item {
    flex: 1;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
  }
  
  .results-block__number {
    font-size: 48px;
    line-height: 60px;
  }
  
}
.pix__section {
  margin-top: 1.5rem;
}

.pix__icon img {
  width: 45px;
}

.pix__section-title span {
  font-weight: 700;
}

.pix__section-description {
  margin-top: .5rem;
}

.pix__section-description > :first-child {
  margin-top: 0;
}

.pix__section-description > :last-child {
  margin-bottom: 0;
}

.pix__aside-image {
  display: none;
}

.pix__section-title--is-small {
  font-size: 16px;
  line-height: 22px;
}

.pix__section-title--have-weight {
  font-weight: 600;
}

.pix__item-number {
  color: #10a9a0;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}

.pix__item-description {
  margin-top: .5rem;
}

.pix__item-description > :first-child {
  margin-top: 0;
}

.pix__item-description > :last-child {
  margin-bottom: 0;
}

.pix__to-do,
.pix__about {
  margin-top: 3rem;
}

.pix__to-do .pix__section-title span {
  color: #10a9a0;
  display: block;
  font-weight: 600;
}

.pix__to-do .pix__section-description {
  margin-top: 1.5rem;
}

.pix__to-do .pix__section-description ul {
  list-style: none;
  padding: 0 0 0 1.5em;
}

.pix__to-do .pix__section-description li::before {
  content: "\2022";
  color: #a0d5d2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1.5em;
}

.pix__about .pix__section-description {
  margin-top: 1rem;  
}

.pix__section-cta {
  margin-top: 1rem;
}


@media(min-width: 768px) {

  .pix__aside-image {
    display: block;
    margin-top: 2rem;
    margin-right: -22%;
    max-width: 100%;
  }
  
  .pix__infos {
    display: flex;
    justify-content: space-between;
  }
  
  .pix__aside {
    flex-basis: 35%;
    flex-shrink: 0;
    text-align: right;
  }
  
  .pix__main {
    flex-basis: 55%;
    flex-shrink: 0;
  }
  
  .pix__main > :first-child {
    margin-top: 0;
  }
  
  .pix__main > :first-child .pix__section-title {
    margin-top: 0;
  }
  
  .pix__to-do,
  .pix__about {
    margin-top: 8rem;
  }
  
  .pix__item {
    display: flex;
    margin-top: 2rem;
  }
  
  .pix__item-number {
    font-size: 48px;
    line-height: 60px;
    flex-basis: 25%;
    flex-shrink: 0;
  }

}
.pix-tabs__txt > :first-child {
  margin-top: 0;
}

.pix-tabs__section-description {
  margin-top: .5rem;
}

.pix-tabs__section-description > :first-child {
  margin-top: 0;
}

.pix-tabs__section-description > :last-child {
  margin-bottom: 0;
}

.pix-tabs__nav {
  margin: 2rem 0 0 0;
}

.pix-tabs__option {
  margin-top: 0;
}

.pix-tabs__link {
  border-left: solid 1px #a0d5d2;
  border-bottom: solid 1px #a0d5d2;
  display: inline-block;
  font-weight: 600;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  position: relative;
}

.pix-tabs__link::before {
  background: #fff;
  border: solid 1px #a0d5d2;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff;
  content: '';
  display: inline-block;
  height: 30px;
  left: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 30px;
  z-index: 2;
}

.pix-tabs__link--is-active {
  color: #47304d;
  text-decoration: none;
}

.pix-tabs__link--is-active.pix-tabs__link::before {
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/Brand/Logo/Incognia%20favicon.svg);
  background-size: cover;
  border: 0;
}

.pix-tabs__content {
  margin: 1.5rem 0 0 0;
}

.pix-tabs__content > :first-child {
  margin-top: 0;
}

.pix-tabs__content > :last-child {
  margin-bottom: 0;
}


@media(min-width: 768px) {
  
  .pix-tabs__menu {
    display: flex;
  }
  
  .pix-tabs__option {
    display: flex;
    flex: 1;
    flex-shrink: 0;
  }
  
  .pix-tabs__link {
    width: 100%;
  }
  
  .pix-tabs__link::before {
    bottom: 0;
    top: unset;
    transform: translate(-50%, 50%);
  }
  
  .pix-tabs__link::after {
    background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/Brasil/Resources/pix-assets/arrow-tabs.jpg);
    background-repeat: no-repeat;
    bottom: -5px;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    width: 36px;
  }
  
  .pix-tabs__option:last-child .pix-tabs__link::after {
    background: #fff;
    width: 100%;
  }
  
  .pix-tabs__menu {
    margin-left: .8rem;
  }
  
  .pix-tabs__content {
    margin: 2.5rem 0 0 0;
  }
  
}
.trial-includes--is-center {
  text-align: center;
}

.trial-includes__titles > :first-child {
  margin-top: 0;
}

.trial-includes__section-subtitle {
  color: #47304d;
  font-size: 22px;
  line-height: 28px;
  margin-top: .5rem;
}

.trial-includes__topics {
  margin-top: 2rem;
}

.trial-includes__item {
  margin-top: 1.5rem;
}

.trial-includes__topic-title {
  color: #000;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: .8rem;
}

.trial-includes__description {
  margin-top: 3rem;
}

.trial-includes__summary > :first-child {
  margin-top: 0;
}

.trial-includes__summary > :last-child {
  margin-bottom: 0;
}

.trial-includes__summary h3 {
  color: #10a9a0;
  font-weight: 600;
}

.trial-includes__summary ul {
  list-style: none;
  padding: 0 0 0 1.5rem;
}

.trial-includes__summary ul li {
  margin-top: 1.5rem;
}

.trial-includes__summary li::before {
  content: "\2022";
  color: #a0d5d2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1.5em;
}

.trial-includes__illustration {
  margin-top: 2rem;
  text-align: center;
}


@media(min-width: 768px) {
  
  .trial-includes__topics {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-left: -1.5rem;
    margin-top: 1rem;
  }
  
  .trial-includes__item {
    flex-basis: 250px;
    flex-shrink: 0;
    margin-left: 1.5rem;
  }
  
  .trial-includes__description {
    align-items: flex-end;
    display: flex;
    margin-top: 5rem;
  }
  
  .trial-includes__illustration {
    flex-basis: 300px;
    flex-shrink: 0;
    margin-left: 10%;
  }
  
  .trial-includes__summary h3 {
    font-size: 24.576px;
    line-height: 30.72px;
  }
}
.pov .cards__section-txt {
  text-align: left;
}

.pov .cards__section-description,
.pov .cards__section-description h3 {
  color: #a0d5d2;
}

.pov .action-disagree {
  background: #10a9a0;
}


@media(min-width: 768px) {
  
  .pov .action-section-default .action-section__img {
    flex-basis: 300px;
  }
  
  .pov .action-section-default .action-section__txt {
    flex: 1;
    margin-right: 10%;
    order: -1;
  }
  
  .pov .cards__list {
    justify-content: flex-start;
  }
  

  .pov .cards__item {
    flex-basis: 25%;
    flex-basis: calc(25% - 1.5rem);
  }
  
}
.trial-options__section-title {
  text-align: center;
}

.trial-options > :first-child {
  margin-top: 0;
}

.trial-options > :last-child {
  margin-bottom: 0;
}

.trial-options__list {
  margin-top: 0;
}

.trial-options__item-wrapper {
  margin-top: 1.5rem;
}

.trial-options__item {
  background-color: #fff;
  border: solid 2px #a0d5d2;
  border-radius: 1rem;
  padding: 3rem 1.5rem 3.8rem 1.5rem;
  text-align: center;
}

.trial-options__item > :first-child {
  margin-top: 0;
}

.trial-options__item > :last-child {
  margin-bottom: 0;
}

.trial-options__title {
  color: #10a9a0;
  font-weight: 600;
  margin-top: 0;
}

.trial-options__description {
  font-weight: 600;
  margin-top: 1.5rem;
}

.trial-options__details {
  margin-top: 1.5rem;
}

.trial-details__item {
  position: relative;
}

.trial-details__dash {
  background-color: #a0d5d2;
  display: block;
  height: 2px;
  margin: .25rem auto;
  width: 50px;
}

.trial-options__cta {
  text-align: center;
  transform: translate(0, -50%);
  width: 100%;
}


@media(min-width: 768px) {
  
  .trial-options__list {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  
  .trial-options__item-wrapper {
    display: flex;
    flex-basis: 330px;
    flex-direction: column;
    flex-shrink: 0;
    opacity: .5;
    transition: opacity .3s ease;
  }
  
  .trial-options__item-wrapper:hover {
    opacity: 1;
  }
  
  .trial-options__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  
  .trial-options__featured {
    margin: 0 -1rem -1.5rem 0;
    opacity: 1;
    position: relative;
    z-index: 1;
  }  
  
}
.blog-card__item--news-coverage .blog-card__txt {
  margin-top: 0;
}

.blog-card__coverage-logo img {
  height: auto;
  max-width: 190px;
  max-height: 30px;
  width: auto;
  margin-bottom: 1.5rem;
}

.blog-card-container--coverage {
  margin-top: 1.5rem;
}
.meetings .gated-content__title {
  margin-top: 0;
}

.meetings .gated-content__title h2 {
  margin-top: 0;
}

.meetings .gated-content__type {
  margin-top: 1.5rem;
}

.meetings .gated-content__type > :first-child {
  margin-top: 0;
}

.meetings .gated-content__type > :last-child {
  margin-bottom: 0;
}
.meetings .gated-content__title {
  margin-top: 0;
}

.meetings .gated-content__title h2 {
  margin-top: 0;
}

.meetings .gated-content__type {
  margin-top: 1.5rem;
}

.meetings .gated-content__type > :first-child {
  margin-top: 0;
}

.meetings .gated-content__type > :last-child {
  margin-bottom: 0;
}
.developers {
  background-color: #37263c;
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/developers/bg-developers-incognia.png);
  background-position: center top;
  background-size: 103.5%;
}

.developers .call-to-action {
  background: #fff;
}

/* .developers code {
  background: #687883;
  border: solid 1px #fff;
  border-radius: .25rem;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  padding: 0 .25rem;
  margin: .15rem 0;
} */

.developers code {
  display: inline;
  background: #687883;
  border: solid 1px #fff;
  border-radius: .25rem;
  color: #fff;
  font-size: 1em;
  line-height: 1.8;
  margin: .35rem 0;
  padding: .10rem .25rem;
  word-wrap: break-word;
}

/* .developers code {
  position: relative;
  left: 10px;
  padding-left: 0;
} */
.ar-blog {
  --ar-blog-last-section-overlap: -4rem;
}

.ar-blog__list.blog-card-container {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 1.5rem 0 0 0;
}

.ar-blog__list .ar-blog__subscribe {
  grid-column: 1 / -1;
}

.ar-blog__list .blog-card__item {
  border: solid 1px var(--robin-blue);
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.blog-card__item--is-reference {
  background: var(--light-green);
}

.ar-blog__list .blog-card__item > a {
  flex: 1;
  padding: 1.5rem;
}

.ar-blog__list .blog-card__item > a:hover {
  text-decoration: none;
}

.ar-blog__list .blog-card__cta {
  margin: 1.5rem 0 0 0;
}

.blog-card__item--has-priority {
  order: -2;
}

.ar-blog__subscribe {
  order: -1;
}

.ar-blog__footer-container {
  margin-top: var(--mobile-space);
}

.ar-blog .blog-post {
  padding: 0;
}

.blog-post__subscribe-section {
  margin: 3rem 0 0 0;
}

.ar-blog .blog-rec-posts-container {
  margin: 3rem 0 0 0;
}

.ar-blog .blog-rec-posts__title {
  color: #000;
  text-align: left;
}

.search-pagination.search-pagination {
  grid-column: 1 / -1;
  margin-top: 0;
}


@media (min-width: 768px) {
  
  .ar-blog__list.blog-card-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 0.33fr));
    grid-gap: 1.5rem 1rem;
  }
  
  .ar-blog__list .ar-blog__subscribe {
    margin: 0;
  }
  
  .ar-blog__footer-container {
    margin-top: var(--desktop-space);
  }
  
}
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}
