*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

/* 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 */
  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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-section {
  overflow: hidden;
}

.banner-section .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.banner-section .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'Inter';
  src: url(//8241871.fs1.hubspotusercontent-na1.net/hubfs/8241871/raw_assets/public/Inspectiv_December2022/fonts/61a79f563a3a867bd6baaecb_Inter-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(//8241871.fs1.hubspotusercontent-na1.net/hubfs/8241871/raw_assets/public/Inspectiv_December2022/fonts/61a79f56bcd4df5c86da9514_Inter-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(//8241871.fs1.hubspotusercontent-na1.net/hubfs/8241871/raw_assets/public/Inspectiv_December2022/fonts/61a79f567cb1e55097e4cb28_Inter-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(//8241871.fs1.hubspotusercontent-na1.net/hubfs/8241871/raw_assets/public/Inspectiv_December2022/fonts/SofiaSans-Regular.ttf) format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(//8241871.fs1.hubspotusercontent-na1.net/hubfs/8241871/raw_assets/public/Inspectiv_December2022/fonts/SofiaSans-Italic.ttf) format('ttf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(//8241871.fs1.hubspotusercontent-na1.net/hubfs/8241871/raw_assets/public/Inspectiv_December2022/fonts/SofiaSans-ExtraBold.ttf) format('ttf');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(//8241871.fs1.hubspotusercontent-na1.net/hubfs/8241871/raw_assets/public/Inspectiv_December2022/fonts/SofiaSans-ExtraBoldItalic.ttf) format('ttf');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}





@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: 400;
  font-style: normal
}

@font-face {
  font-family: 'Graphik';
  src: url(//8241871.fs1.hubspotusercontent-na1.net/hubfs/8241871/raw_assets/public/Inspectiv_December2022/fonts/Graphik-Medium-Web.abf6e1188f.woff2) format('woff2'), 
    url('../fonts/Graphik-Medium-Web.2523d1a466.eot') format('embedded-opentype'), 
    url('../fonts/Graphik-Medium-Web.4327644773.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphik';
  src: url(//8241871.fs1.hubspotusercontent-na1.net/hubfs/8241871/raw_assets/public/Inspectiv_December2022/fonts/Graphik-Regular-Web.5a0c1a002e.woff2) format('woff2'), 
    url('../fonts/Graphik-Regular-Web.5e78809d4d.eot') format('embedded-opentype'), 
    url('../fonts/Graphik-Regular-Web.9806bc37bf.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


body {
  line-height: 1.4;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

/* Paragraphs */

p {
  /*   font-size: 1rem; */
  margin: 0 0 1.4rem;
  line-height: 1.8;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1, h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

h5 {
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Lists */

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


/* Typo CSS */


.text-size-11 {
  font-size: 12px;
}

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

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

.text-size-14 {
  font-size: 28px;
}

.text-size-15 {
  font-size: 37px;
}

.text-size-16 {
  font-size: 50px;
}

.text-size-17 {
  font-size: 67px;
}

.text-size-18 {
  font-size: 89px;
}

.text-size-19 {
  font-size: 119px;
}


.heading-xxlarge h2,
h2.heading-xxlarge{
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.heading-xlarge h2,
h2.heading-xlarge{
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.heading-large h2,
h2.heading-large{
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.heading-medium h2,
h2.heading-medium {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}

.heading-small h2,
h2.heading-small {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.heading-xsmall h2,
h2.heading-xsmall {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

blockquote{
  border-left-color: #e2e2e2 !important;
}




.icon-xxsmall {
  height: 1rem !important;
}

.icon-xsmall {
  height: 1.5rem !important;
}

.icon-small {
  height: 2rem !important;
}

.icon-medium {
  height: 3rem !important;
}

.icon-large {
  height: 5rem !important;
}

.icon-xlarge {
  height: 6.5rem !important;
}

.icon-1x1-xxsmall {
  width: 1rem !important;
  height: 1rem !important;
}

.icon-1x1-xsmall {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.icon-1x1-small {
  width: 2rem !important;
  height: 2rem !important;
}

.icon-1x1-medium {
  width: 3rem !important;
  height: 3rem !important;
}

.icon-1x1-large {
  width: 5rem !important;
  height: 5rem !important;
}

.icon-1x1-xlarge {
  width: 6.5rem !important;
  height: 6.5rem !important;
}


.text-size-large p,
.text-size-large{
  font-size: 1.25rem;
}
.text-size-medium p,
.text-size-large{
  font-size: 1.125rem;
}

.text-size-regular p,
.text-size-large {
  font-size: 1rem;
}

.text-size-small p,
.text-size-large {
  font-size: .875rem;
}

.text-size-tiny p,
.text-size-large{
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-lineheight-xtall,
.text-lineheight-xtall p{
  line-height: 2;
}

.text-lineheight-tall,
.text-lineheight-tall p{
  line-height: 1.7;
}

.text-lineheight-normal,
.text-lineheight-normal p{
  line-height: 1.5;
}

.text-lineheight-short,
.text-lineheight-short p{
  line-height: 1.3;
}

.text-lineheight-xshort,
.text-lineheight-xshort p {
  line-height: 1.2;
}

.text-lineheight-none,
.text-lineheight-none p{
  line-height: 1;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  border-left: 0.1875rem solid #000;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.text-style-2lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-style-muted {
  opacity: .6;
}

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

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

.text-align-right {
  text-align: right;
}

figure{
  position: relative;
  max-width: 60%;
  margin-bottom: 0;
  display: table;
  margin-right: 15px;
  clear: none;
}

figure img{
  width: 100%;
}

.hs_cos_wrapper_type_rich_text figure {
  clear: both;
  display: table;
  margin: 15px auto;
  max-width: 60%;
  position: relative;
}

.hs_cos_wrapper_type_rich_text figure img {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 100%;
}

.hs_cos_wrapper_type_rich_text figurefigcaption {
  margin-top: 5px;
  text-align: center;
  display: table-caption;
  caption-side: bottom;
}


.hs_cos_wrapper_type_rich_text figcaption {
  margin-top: 5px;
  text-align: center;
  display: table-caption;
  caption-side: bottom;
}

.form_elements .hs_cos_wrapper_type_form {
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  max-width: 100%;
}

.form_elements form {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

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

.form_elements form .hs-form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-family: Inter,sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

.form_elements form input[type=email], .form_elements form input[type=file], .form_elements form input[type=number], 
.form_elements form input[type=password], .form_elements form input[type=tel], 
.form_elements form input[type=text], .form_elements form select, .form_elements form textarea {
  font-family: Inter,sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  width: 100%;
  vertical-align: middle;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid #000;
  background-color: #fff;
  line-height: 1.6;
  border-radius: 0;
}

.form_elements form textarea {
  overflow: auto;
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}



.form_elements form input[type=checkbox],
.form_elements form input[type=radio]{
  display: none;
}

.form_elements form .hs-form-booleancheckbox span:before {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  margin-top: 0;
  margin-right: 0.5rem;
  margin-left: -1.25rem;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  margin: 4px 0 0 -20px;
  line-height: normal;
  float: left;
  margin-right: 10px;
}

.form_elements form .hs-form-radio span:before{
  content: '';
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  margin-top: 0;
  margin-right: 0.5rem;
  margin-left: -1.125rem;
  border: 1px solid #000;
  border-radius: 100px;
  cursor: pointer;
  margin-right: 10px;
}

.form_elements form input[type=checkbox]:checked ~ span:before {
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  background-size: 16px 16px;
  box-shadow: none;

  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.form_elements form  .hs-form-radio input[type=radio]:checked ~ span:before{
  border: 1px solid #000;
  border-radius: 100px;
  margin: 0 0.5rem 0 -1.125rem;
  border-width: 6px;
  border-color: #000;
  background-color: #fff;
  background-image: none;
}

.form_elements form .hs-button{
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 0.75rem 1.5rem;
  text-align: center;
  border-radius: 0;
  font-weight: normal;
  font-family: Inter,sans-serif;
}

.form_elements form .hs-button:hover{
  background-color: #000;
  color: #fff;
  border-color:#000;
}

.form_elements form .inputs-list .hs-form-booleancheckbox,
.form_elements form .inputs-list .hs-form-radio{
  margin-left:20px;
}


.icon-embed-xxsmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  -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;
}

.icon-embed-xsmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  -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;
}

.icon-embed-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -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;
}

.icon-embed-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -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;
}

.icon-embed-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 5rem;
  -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;
}

.icon-embed-xlarge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.5rem;
  height: 6.5rem;
  -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-wrapper-1-1 {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

 .image-wrapper-4-3 {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

 .image-wrapper-3-2 {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}

 .image-wrapper-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

 .image-wrapper_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}


.text-large {
  font-size: 20px;
}
button,
.button {
  font-family: 'Inter', Montserrat;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 8px 20px;
  text-align: center;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form */

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  display: inline-block;
  margin-bottom: 20px;
}

form {
  max-width: 767px;
  margin-bottom: 20px;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
  margin-bottom: 18px;
}

.hs-form-field > label {
  font-family: Montserrat;
  font-size: 12px;
}

/* Labels */

form label {
  /*   display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem; */
}

.hs-form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.hs-form label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

.inputs-list.hs-error-msgs label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: .5rem;
  color: #f2545b;
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  width: 100% !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid #dcdcdd;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
}

textarea.hs-input {
  height: auto;
}


.hs-input:focus {
  outline: none;
}

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

form select {
    -webkit-text-fill-color: var(--base-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
    background-position: calc(100% - 1rem) 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    opacity: 1;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

.hs-error-msgs label {
  color: #EF6B51;
}

.hs_error_rollup {
    display: none;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

@media (max-width: 767px) {

  form {
    max-width: 100%;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 110px;
  z-index: 1000;
}

.header__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
}

.custom-logo {
  position: relative;
  float: left;
}

.custom-logo a {
  position: relative;
  float: left;
  font-size: 16px;
  text-decoration: none;
}

.custom-logo img {
  width: 173px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

.custom-menu-primary.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   overflow: hidden; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  float: right;
}

.custom-menu-primary.desktop.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   overflow: hidden; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  float: right;
  padding-left:35px;
  flex-grow:1;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   overflow: hidden; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  right: 0;
  width: 160px;
  padding: 15px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > ul {
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  position: relative;
  text-align: left;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
  vertical-align: top;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}

.header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.button-container-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.right-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 8px 20px;
  border-radius: 10px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: unset;
}

.mobile-trigger {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-trigger .icon {
  width: 50px;
  height: 50px;
  border-radius: 100vw;
}

[class*=" w-icon-"], [class^=w-icon-] {
  font-family: webflow-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-nav-menu:before {
  content: "\e602";
}


.child-trigger {
  cursor: pointer;
  display: block;
  height: 59px;
  min-width: 59px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
}

.child-trigger:hover {
  text-decoration: none;
}

.child-trigger i {
  position: relative;
  top: 50%;
  margin: 0 auto;
}

.child-trigger i:after {
  position: absolute;
  content: '';
}

.child-trigger i, 
.child-trigger i:after {
  width: 10px;
  height: 1px;
  background-color: #222;
  display: block;
}

.child-trigger i:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.child-trigger.child-open i:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.child-trigger.child-open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.no-banner .custom-header {
  position: static;
  position: relative;
}


@media screen and (min-width: 992px) {

  .custom-menu-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {

  .custom-header {
    z-index: 105;
    height: 80px;
  }

  .header__container {
    z-index: 100;
    padding-right: 40px;
    padding-left: 40px;
  }

  .custom-menu-primary.desktop,
  .header-buttons {
    display: none !important;
  }

  .mobile-trigger {
    display: block;
    z-index: 102;
    padding: 0;
    background-color: transparent;
    -webkit-user-select: text;
  }

  .mobile-trigger .icon {
    position: relative;
    z-index: 105;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 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;
    color: #005ec4;
    font-size: 36px;
  }

  .custom-menu-mobile {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }

  .mobile-open .custom-menu-mobile {
    height: 100vh;
  }

  .custom-menu-primary.mobile {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 99;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 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;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    transform: translateY(-100%) translateX(0);
    transition: transform .4s ease 0s;
  }

  .mobile-open .custom-menu-primary.mobile {
    transform: translateY(0px) translateX(0px);
    transition: transform 400ms ease 0s;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:last-child {
    margin-bottom: 20px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    vertical-align: top;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
    text-align: center;
    text-decoration: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:hover {
    color: #005ec4;
    text-decoration: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul {
    display: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li a {
    position: relative;
    display: block;
    vertical-align: top;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
    text-align: center;
    text-decoration: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li a:hover {
    color: #005ec4;
    text-decoration: none;
  }

  .custom-menu-mobile .header-buttons {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {

  .header__container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

.footer__container {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .row {
  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;
  width: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  -ms-grid-column-align: center;
  justify-self: center;
}

.footer-menu .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu .hs-menu-wrapper ul li a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px 10px 0;
  text-align: left;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s,color .3s;
  transition: color .3s,color .3s;
}

.footer-menu .hs-menu-wrapper ul li:last-child {
  margin-bottom: 16px;
}

.footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  text-align: center;
}

.footer-form .hs_cos_wrapper_type_form {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.footer-form-title h2 {
  font-family: Inter,sans-serif;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

.footer-form .hs-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  height: 48px;
  border-radius: 10px;
}

.footer-form .widget-type-form {
  width: 100%;
  margin: 0 0 15px;
}

.footer-form form {
  margin: 0;
  max-width: 100%;
}

.footer-form .hs-form-field {
  margin: 0;
  position: relative;
}

.footer-form .hs-form-field>label {
  font-family: Inter,sans-serif;
  position: absolute;
  left: 12px;
  top: -10px;
  right: auto;
  bottom: auto;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.footer-form .hs-form-required {
  display: none;
}

.footer-form .hs-button {
  font-family: Inter,sans-serif;
  width: 100%;
  height: 48px;
  -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;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.footer-form .hs-button:hover,
.footer-form .hs-button:focus {
  border: none;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-logo img {
  width: 50px;
  margin-bottom: 20px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

.footer-lb {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-w-row:after, 
.footer-w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.footer-w-row:after {
  clear: both;
}

.footer-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.footer.lp-footer {
  padding-bottom: 118px;
}

.footer.lp-footer .footer-form {
  border: none;
}

@media screen and (max-width: 991px) {

  .footer .row {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-social-wrapper,
  .footer-form,
  .footer-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-menu .hs-menu-wrapper ul li a {
    padding: 10px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {

  .footer {
    padding-top: 66px;
    padding-bottom: 66px;
  }

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

  .footer .row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-form {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    border-right-style: none;
    border-left-style: none;
  }

  .footer-content {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  .footer-logo, .footer-lb {
    width: 100%;
  }

  .footer.lp-footer {
    padding-bottom: 66px;
  }

  .footer.lp-footer .footer-social-wrapper {
    display: none;
  }

  .footer.lp-footer .footer-form {
    display: none;
  }
}

@media screen and (max-width: 479px) {

  .footer .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-social-wrapper {
    -ms-grid-column-align: auto;
    justify-self: auto;
    padding: 20px 0;
  }

  .footer-form {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    padding: 20px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #595959;
  }

  .footer-content {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding: 20px 0;
  }

  .footer-menu .hs-menu-wrapper ul li:first-child a {
    padding-top: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
.dnd-section[class*="full-width-section"]>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block !important;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-aboutpage {
  font-weight: 400;
}

.about-section-1 .section-header h2 {
  font-family: Inter,sans-serif;
  color: #000;
  font-size: 56px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}

.about-section-1 .section-header p {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.8;
}

.about-section-1 .hs_cos_wrapper_type_linked_image img {
  width: 300px;
}

.about-section-1 .dnd-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.company-banner .about-banner .left-img {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.company-banner .about-banner .tech-bg {
  opacity: .5;
  -o-object-position: 86% 50%;
  object-position: 86% 50%;
}

.company-section-1 {
  font-weight: 400;
}

.company-section-1 .dnd-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.company-section-1 .dnd-section>.row-fluid {
  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;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
  flex-wrap: wrap;
}

.company-section-1 .hs_cos_wrapper_type_header h2 {
  font-family: Inter,sans-serif;
  color: #000;
  font-size: 56px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 32px;
  text-align: center;
}

.company-section-1 .span4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  text-align: center;
  height: 100%;
}

.company-section-1 .hs_cos_wrapper_type_section_header h3 {
  font-family: Inter,sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}

.company-section-1 .hs_cos_wrapper_type_section_header p {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.8;
}

.company-section-1 .hs_cos_wrapper_type_linked_image img {
  width: 125px;
  height: 126px !important;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.security-banner .about-banner .left-img {
  width: 80%;
  height: auto;
  min-height: unset;
  box-shadow: none;
  object-position: 100%;
  min-width: unset;
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -o-object-fit: unset;
  object-fit: unset;
}

.security-banner .about-banner .right-img {
  width: 80%;
  min-height: unset;
  min-width: unset;
  box-shadow: none;
  height: auto;
  -o-object-fit: unset;
  object-fit: unset;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.security-banner .about-banner .right-col-in {
  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;
  position: relative;
  height: 100%;
  min-height: 450px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  max-width: 528px;
  width: 100%;
}


.home-section-1 .dnd-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-section-1 .section-header {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-bottom: 72px;
  -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;
}

.home-section-1 .section-header h2 {
  color: #000;
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 32px;
}

.home-section-1 .section-header p {
  color: #1d1d1f;
  font-size: 16px;
  margin: 0;
  line-height: 2;
  font-weight: 400;
}

.home-section-1 h3 {
  color: #000;
  font-family: Inter,sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px;
}

.home-section-1 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.home-section-1 .hs_cos_wrapper_type_linked_image img {
  margin-bottom: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.home-section-1 .span4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  text-align: center;
}

.hs-fullwidth {
  font-weight: 400;
}

.hs-fullwidth .hs_cos_wrapper_type_header h1 {
  font-family: Inter,sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  padding-bottom: 40px;
  border-bottom: 1px solid #005ec4;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}

.hs-fullwidth .dnd-section {
  padding-top: 30px;
  padding-bottom: 100px;
}

.hs-fullwidth h4 {
  font-family: Inter,sans-serif;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.hs-fullwidth p {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.8;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content-with-video #frame::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
}

.hs-two-col-page .dnd-section>.row-fluid {
  max-width: 1222px;
  padding-right: 24px;
  padding-left: 24px;
}

.hs-two-col-page .content-wrapper {
  position: static;
  display: block;
  max-width: 1222px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.career-wrapper {
  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;
}

.hs-two-col-right-left_col {
  max-width: 758px;
  margin-right: 40px;
}

.hs-two-col-right-right_col {
  max-width: 376px;
}

.hs-two-col-right-left_col .section-header h1 {
  color: #000;
  font-family: Inter,sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.hs-two-col-right-left_col .section-header p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 1.636em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  -o-object-fit: fill;
  object-fit: fill;
  margin-bottom: 49px;
  color: #1d1d1f;
}

.hs-two-col-page {
  font-weight: 400;
}

.hs-two-col-page .top-section {
  padding-top: 140px;
  padding-top: 30px;
  padding-bottom: 100px;
  font-weight: 400;
}

.hs-two-col-right-left_col center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.133em;
  text-align: left;
}

.hs-two-col-right-left_col center hr {
  margin: 0;
  width: 21px;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #d8dae3;
  box-sizing: border-box;
}

.hs-two-col-right-left_col center p {
  margin: 0;
}

.hs-two-col-right-left_col h2 {
  font-family: Inter,sans-serif;
  color: #000;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.hs-two-col-right-left_col .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.8;
}

.hs-two-col-right-left_col h4 {
  font-family: Inter,sans-serif;
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.hs-two-col-right-left_col center p {
  font-size: inherit !important;
  line-height: inherit !important;
}

.hs-two-col-right-left_col h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  font-family: Inter,sans-serif;
}

.right_column_inner_wrap {
  overflow: hidden;
  border-radius: 6px;
  background-color: #f7f8fa;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  padding: 47px 29px;
}

.hs-two-col-right-right_col .section-header h2 {
  font-family: Inter,sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.44em;
  margin-bottom: 10px;
  font-weight: 700;
}

.hs-two-col-right-right_col .section-header p {
  margin-bottom: 29px;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.8;
}

.career-wrapper .dnd-section>.row-fluid {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0!important;
  padding-right: 0!important;
}

.bottom-section .hs-horizontal-spacer {
  width: 100%;
  height: 1px;
  background-color: #e9eaf0;
  display: block;
}

.hs-careerspage-banner {
  padding-top: 100px;
}

.hs-careerspage .dnd-section {
  padding: 7rem 5%;
}

.hs-careerspage .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.careers-section-2 .hs_cos_wrapper_type_header {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 5rem;
}

.careers-section-2 .hs_cos_wrapper_type_header h2 {
  color: #000;
  font-family: Inter,sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 56px;
  line-height: 1.2;
}

.careers-section-2 .dnd-section>.row-fluid {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.hs-careerspage {
  font-weight: 400;
}

.careers-section-3 .dnd-section>.row-fluid {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.careers-section-3 h2,
.careers-section-4 h2 {
  color: #000;
  font-family: Inter,sans-serif;
  font-size: 56px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
}

.careers-section-3 h2 span,
.careers-section-4 h2 span {
  color: #005ec4;
}

.careers-section-3 .hs_cos_wrapper_type_linked_image {
  margin-top: 3rem;
  display: block;
}

.careers-section-3 .hs_cos_wrapper_type_linked_image img {
  border-radius: 20px;
}

.careers-section-4 h2 {
  margin-bottom: 5rem;
}

.careers-section-4 .dnd-section>.row-fluid {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.careers-section-4 iframe {
  width: 100%;
  margin: 0;
  height: auto;
  display: inline !important;
}

.careers-section-5 .dnd-section>.row-fluid {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.careers-section-5 .section-header h2 {
  color: #000;
  font-family: Inter,sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.careers-section-5 .section-header p {
  margin: 0;
  color: #1d1d1f;
  font-size: 1.125rem;
  line-height: 1.8;
}

.careers-section-5 .hs-button  {
  margin-top: 2rem;
  font-size: 16px;
  display: inline-block;
  padding: 20px 44px;
  border-radius: 4px;
  background-color: #0144e4;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: #fff;
  line-height: 1.25em;
  text-align: center;
  letter-spacing: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 26px;
  background-color: #0144e4;
  text-decoration: none;
}

.careers-section-5 .hs-button:hover {
  background-color: #0144e4;
  color: #fff;
}

.careers-section-3 .span6:first-child {
  margin-bottom: 16px;
}

.threat-section-1 h1 {
  font-family: Inter,sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
}

.threat-section-1 h1 span {
  background-color: #005ec4;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.threat-section-1 p {
  font-size: 18px;
  color: #1d1d1f;
  line-height: 1.8;
  margin: 0;
}

.threat-section-1 .dnd-section {
  padding-top: 40px;
  padding-bottom: 120px;
}

.hs-threat-page .bottom-pane-wraper .title {
  margin-bottom: 32px;
  font-size: 42px;
}

.hs-threat-page .bottom-pane-wraper .content p {
  font-size: 20px;
}

.hs-threat-page .bottom-pane-wraper .btn a:hover {
  background-color: hsla(0,0%,100%,.8);
  color: #005ec4;
}

.hs-blackhat-page {
  font-weight: 400;
  position: relative;
  padding-top: 180px;
}

.blackhat-section-1 .dnd-section {
  padding-top: 70px;
}

.blackhat-section-1 .hs_cos_wrapper_type_rich_text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(47,109,160,.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-bottom: 26px;
  padding-top: 7px;
}

.blackhat-section-1 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 24px;
  color: #595959;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}

.blackhat-section-2 h1 {
  color: #000;
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.blackhat-section-2 p {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.8;
}

.hs-blackhat-page ul {
  margin-bottom: 10px;
  padding-left: 40px;
  overflow: hidden;
}

.hs-blackhat-page ul li {
  margin: 10px 0;
}

.blackhat-section-3 .dnd-section {
  padding-top: 60px;
  padding-bottom: 120px;
}

.blackhat-section-3 .hs_cos_wrapper_type_form {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 34px 24px 24px;
  border-radius: 20px;
  box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
  display: block;
}

.blackhat-section-3 .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  margin-bottom: 0;
}

.blackhat-section-3 .hs-button,
.blackhat-section-3 .hs-button:hover,
.blackhat-section-3 .hs-button:focus {
  background: #102d7b;
  border-color: #102d7b;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

.blackhat-section-3 form {
  max-width: 100%;
  margin: 0;
}

.blackhat-section-3 .hs-form-field > label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
}

.blackhat-section-3 .hs-input {
  width: 100% !important;
}

.blackhat-section-3 .hs-firstname .hs-input {
  width: 90% !important;
}

.gradient-lp {
  position: absolute;
  left: -5%;
  top: -5%;
  right: auto;
  bottom: auto;
  z-index: -10;
  width: 15vw;
  height: 20vw;
  background-color: rgba(0,94,196,.16);
  -webkit-filter: blur(150px);
  filter: blur(150px);
}

.gradient-lp._2 {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  height: 30vw;
  background-color: rgba(255,153,0,.1);
}

.hs-happy-hour-page {
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
  font-weight: 400;
}

.hs-happy-hour-page h1 {
  font-size: 56px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 700;
  color: #000;
  font-family: Inter,sans-serif;
}

.hs-happy-hour-page h1 span {
  background-image: linear-gradient(140deg,#005ec4,#439dff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hs-happy-hour-page p {
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.8;
}

.hs-happy-hour-page .hs_cos_wrapper_type_form {
  margin: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.hs-happy-hour-page form {
  max-width: 100%;
  margin: 0;
}

.hs-happy-hour-page .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  margin-bottom: 0;
}

.hs-happy-hour-page .hs-button,
.hs-happy-hour-page .hs-button:hover {
  background: #102d7b;
  border-color: #102d7b;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

.hs-happy-hour-pageform {
  max-width: 100%;
  margin: 0;
}

.hs-happy-hour-page .hs-form-field > label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
}

.hs-happy-hour-page .hs-input {
  width: 100% !important;
}

.hs-happy-hour-page .hs-firstname .hs-input {
  width: 90% !important;
}


.hs-happy-hour-page .bh-card-wrapper {
  display: block;
  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;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.hs-happy-hour-page .bh-card-wrapper .bh-card:nth-child(odd),
.hs-happy-hour-page .bh-card-wrapper .bh-card:nth-child(even) {
  margin: 0 !important;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: unset;
  justify-self: unset;
  text-align: center;
  border: none;
}

.hs-happy-hour-page .bh-card-wrapper .bh-card:nth-child(2) {
  border-right: 1px solid rgba(0,94,196,.2);
  border-left: 1px solid rgba(0,94,196,.2);
}

.hs-homepagem,
.hs-securityspage {
  font-weight: 400;
}

.hs-fullwidth a,
.hs-fullwidth a:hover {
  color: #005ec4;
  text-decoration: none;
}

@media screen and (max-width: 479px) {

  .hs-fullwidth .hs_cos_wrapper_type_rich_text a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 1400px) {

  .blackhat-section-2 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: nowrap;
  }

  .blackhat-section-2 .dnd-section>.row-fluid:before,
  .blackhat-section-2 .dnd-section>.row-fluid:after {
    content: none;
  }

  .blackhat-section-2 .span6 {
    width: 50%;
    margin: 0;
  }

  .blackhat-section-2 .span6:first-child {
    margin-right: 8px;
  }

  .blackhat-section-2 .span6:last-child {
    margin-left: 8px;
  }

  .careers-section-3 .dnd-section>.row-fluid {
    display: flex;
  }

  .careers-section-3 .dnd-section>.row-fluid:before,
  .careers-section-3 .dnd-section>.row-fluid:after {
    content: none;
  }

  .careers-section-3 .span6 {
    width: 50%;
    margin: 0;
    float: none;
  }

  .careers-section-3 .span6:first-child {
    margin-right: 2.5rem;
  }

  .careers-section-3 .span6:last-child {
    margin-left: 2.5rem;
  }
}


@media screen and (min-width: 1920px) {

  .hs-two-col-page .dnd-section>.row-fluid {
    max-width: 1320px;
  }

  .hs-two-col-right-left_col center {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {

  .hs-happy-hour-page .bh-card-wrapper .bh-card:nth-child(2) {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hs-happy-hour-page h1 {
    font-size: 48px;
  }

  .hs-blackhat-page {
    padding-top: 140px;
  }

  .blackhat-section-1 .hs_cos_wrapper_type_rich_text {
    padding-bottom: 22px;
    margin-bottom: 50px;
  }

  .blackhat-section-1 .dnd-section {
    padding-top: 60px;
  }

  .threat-section-1 .dnd-section {
    padding-top: 70px;
  }

  .threat-section-1 h1 {
    font-size: 42px;
  }

  .careers-section-4 h2 {
    margin-bottom: 4.5rem;
  }

  .careers-section-3 h2,
  .careers-section-4 h2 {
    font-size: 40px;
  }

  .careers-section-2 .hs_cos_wrapper_type_header {
    margin-bottom: 4.5rem;
  }


  .careers-section-2 .hs_cos_wrapper_type_header h2 {
    font-size: 40px;
  }

  .hs-careerspage .dnd-section {
    padding: 6rem 5%;
  }

  .hs-two-col-right-left_col .section-header h1 {
    font-size: 48px;
  }

  .hs-two-col-right-left_col .section-header p {
    margin-bottom: 40px;
  }

  .hs-two-col-page .top-section {
    padding-top: 112px;
    padding-bottom: 80px;
  }

  .hs-two-col-right-left_col h2 {
    font-size: 40px;
  }

  .hs-two-col-right-left_col h4 {
    font-size: 24px;
  }

  .hs-two-col-right-left_col center {
    margin-bottom: 15px;
  }

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

  .hs-two-col-right-left_col {
    margin-right: 0;
  }

  .hs-threat-page .bottom-pane-wraper .title {
    font-size: 40px;
  }

  .security-banner .about-banner .right-col-in {
    min-height: auto;
  }
}


@media screen and (max-width: 767px) {

  .hs-happy-hour-page .bh-card-wrapper {
    margin-bottom: 60px;
  }

  .hs-happy-hour-page {
    padding-top: 110px;
    padding-bottom: 75px;
  }

  .hs-happy-hour-page h1 {
    font-size: 40px;
  }

  .hs-blackhat-page {
    padding-top: 130px;
  }

  .blackhat-section-1 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 40px;
    padding-bottom: 23px;
    padding-top: 9px;
  }

  .blackhat-section-1 .dnd-section {
    padding-top: 50px;
  }

  .blackhat-section-2 h1 {
    font-size: 36px;
  }

  .blackhat-section-1 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 14px;
    font-size: 32px;
  }

  .threat-section-1 .dnd-section {
    padding-top: 78px;
    padding-bottom: 75px;
  }

  .threat-section-1 h1 {
    font-size: 36px;
  }

  .careers-section-5 .section-header h2 {
    font-size: 1.25rem;
  }

  .careers-section-5 .section-header p {
    font-size: 1rem;
  }

  .careers-section-4 h2 {
    margin-bottom: 3rem;
  }

  .careers-section-3 .span6:first-child {
    margin-bottom: 16px;
  }

  .careers-section-3 .hs_cos_wrapper_type_linked_image {
    margin-top: 2rem;
  }

  .careers-section-3 h2,
  .careers-section-4 h2 {
    font-size: 32px;
  }

  .careers-section-2 .hs_cos_wrapper_type_header {
    margin-bottom: 3rem;
  }

  .careers-section-2 .hs_cos_wrapper_type_header h2 {
    font-size: 32px;
  }

  .hs-careerspage .dnd-section {
    padding: 4rem 5%;
  }

  .hs-two-col-right-left_col h4 {
    font-size: 20px;
  }

  .hs-two-col-right-left_col .section-header h1 {
    font-size: 40px;
  }

  .hs-two-col-right-left_col .section-header p {
    font-size: 20px;
  }

  .hs-two-col-page .top-section {
    padding-top: 90px;
    padding-bottom: 64px;
  }

  .hs-two-col-right-left_col h2 {
    font-size: 32px;
  }

  .hs-two-col-right-left_col center {
    margin-bottom: 10px;
  }

  .hs-two-col-right-left_col .section-header h1 {
    font-size: 40px;
  }

  .features-card h2 {
    font-size: 23px;
  }

  .right_column_inner_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .careers-section-5 .section-header h2 {
    margin-bottom: 1.25rem;
  }

  .careers-section-5 .hs-button {
    margin-top: 1.5rem;
  }

  .hs-threat-page .bottom-pane-wraper .title {
    font-size: 36px;
  }

  .hs-threat-page .bottom-pane-wraper .content p {
    font-size: 16px;
  }

  .hs-threat-page .bottom-pane-wraper .page-center {
    padding-bottom: 10px;
  }

  .blackhat-section-3 .dnd-section {
    padding-bottom: 75px;
  }

  .blackhat-section-3 .hs_cos_wrapper_type_form {
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
    border: 1px solid rgba(89,89,89,.14);
  }

  .security-banner .about-banner .left-img,
  .security-banner .about-banner .right-img {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {

  .hs-happy-hour-page .hs-firstname .hs-input {
    width: 100%!important;
  }

  .hs-happy-hour-page .bh-card-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hs-happy-hour-page .bh-card-wrapper .bh-card:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }

  .hs-happy-hour-page .bh-card-wrapper .bh-card:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-happy-hour-page {
    padding-bottom: 50px;
  }

  .blackhat-section-3 .hs-firstname .hs-input {
    width: 100%!important;
  }

  .blackhat-section-3 .dnd-section {
    padding-bottom: 50px;
  }

  .blackhat-section-1 .dnd-section {
    padding-top: 53px;
  }

  .blackhat-section-2 h1 {
    font-size: 6.5vw;
  }

  .blackhat-section-1 .hs_cos_wrapper_type_rich_text {
    padding-top: 0;
    margin-bottom: 32px;
    padding-bottom: 12px;
  }

  .blackhat-section-1 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .hs-threat-page .bottom-pane-wraper .title {
    font-size: 28px;
  }

  .threat-section-1 .dnd-section {
    padding-bottom: 50px;
  }

  .careers-section-5 .hs-button {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hs-two-col-page .dnd-section>.row-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hs-two-col-right-left_col .section-header p {
    font-size: 19px;
    margin-bottom: 35px;
  }

  .hs-two-col-page .top-section {
    padding-top: 72px;
    padding-bottom: 51px;
  }

  .hs-two-col-page .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hs-two-col-right-left_col center {
    font-size: 14px;
  }

  .features-card h2 {
    font-size: 21px;
    margin-bottom: 6px;
  }

  .right_column_inner_wrap {
    padding: 30px 25px;
  }
}

@media screen and (min-width: 1920px) {

  .hs-two-col-page .content-wrapper {
    max-width: 1320px;
  }
}


@media (min-width: 1400px) {

  .company-section-1 .span4 {
    width: auto;
    margin: 0;
    width: 426px;
  }

  .company-section-1 .span4:not(:first-child) {
    margin-left: 21px;
  }

  .home-section-1 .dnd-column > .dnd-row >.row-fluid {
    display: flex;
  }

  .home-section-1 .dnd-column > .dnd-row >.row-fluid:before,
  .home-section-1 .dnd-column > .dnd-row >.row-fluid:after {
    content: none;
  }

  .home-section-1 .span4 {
    width: auto;
    float: none;
    margin: 0;
    width: 33.3333%;
  }
}

@media screen and (max-width: 991px) {

  .hs-fullwidth h4 {
    font-size: 24px;
  }

  .company-section-1 .dnd-section,
  .home-section-1 .dnd-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .company-section-1 .hs_cos_wrapper_type_header h2 {
    font-size: 40px;
  }

  .home-section-1 .section-header h2 {
    font-size: 40px;
  }

  .home-section-1 .section-header {
    width: auto;
    margin-bottom: 32px;
  }

  .home-section-1 h3 {
    font-size: 24px;
  }

  .hs-fullwidth .hs_cos_wrapper_type_header h1 {
    font-size: 48px;
  }

  .hs-fullwidth .dnd-section {
    padding-bottom: 75px;
  }

  body.safari .security-banner .about-banner .left-img,
  body.safari .security-banner .about-banner .right-img {
    width: 90%;
    max-width: 100%;
  }

  body.safari .about-banner .page-center,
  body.safari .banner-top .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {

  .hs-fullwidth h4 {
    font-size: 20px;
  }


  .hs-fullwidth .dnd-section {
    padding-bottom: 50px;
  }

  .hs-fullwidth .hs_cos_wrapper_type_header h1 {
    font-size: 40px;
  }

  .home-section-1 .section-header {
    max-width: 536px;
  }

  .company-section-1 .dnd-section,
  .home-section-1 .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .company-section-1 .dnd-section>.row-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .company-section-1 .hs_cos_wrapper_type_header h2 {
    font-size: 36px;
  }

  .company-section-1 .hs_cos_wrapper_type_linked_image img {
    width: 100px;
    height: 100px;
  }

  .home-section-1 .section-header h2 {
    font-size: 36px;
  }

  .home-section-1 .span4:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {

  .hs-fullwidth .hs_cos_wrapper_type_header h1 {
    font-size: 24px;
  }

  .company-section-1 .hs_cos_wrapper_type_header h2 {
    font-size: 28px;
  }

  .home-section-1 .section-header h2 {
    font-size: 28px;
  }

  .home-section-1 h3 {
    font-size: 20px;
  }

  .home-section-1 .span4 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1399px) {

  .about-section-1 .dnd-section>.row-fluid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 0;
    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;
    grid-template-rows: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-section-1 .row-fluid:after,
  .about-section-1 .row-fluid:before {
    content: none;
  }

  .about-section-1 .span6:first-child {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 0;
    float: none;
    width: 50%;
  }

  .about-section-1 .span6:last-child {
    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-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;
    margin: 0;
    float: none;
    width: 50%;
  }
}


@media screen and (max-width: 991px) {

  .about-section-1 .dnd-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .about-section-1 .section-header h2 {
    font-size: 40px;
  }

  .company-banner .about-banner .tech-bg {
    opacity: .3;
  }
}

@media screen and (max-width: 767px) {

  .about-section-1 .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-section-1 .section-header h2 {
    font-size: 36px;
    text-align: center;
  }

  .about-section-1 .hs_cos_wrapper_type_linked_image img {
    width: 200px;
  }

  .about-section-1 .dnd-section>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-section-1 .span6:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .about-section-1 .span6:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about-section-1 .span6:last-child {
    margin-bottom: 30px;
  }
}

.text_row1 .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
}

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

.hs_cos_wrapper_type_rich_text figure {
  position: relative;
  max-width: 60%;
  margin: 15px auto;
  display: table;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.hs_cos_wrapper_type_rich_text figure img {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  width: 100%;
}

.text_row1 {
  font-weight: 400;
}

.text_row1 .hs_cos_wrapper_type_rich_text a,
.text_row1 .hs_cos_wrapper_type_rich_text a:hover {
  color: #005EC4;
  font-weight: 400;
}


@media screen and (max-width: 991px){


}
@media screen and (max-width: 767px){

}

@media screen and (max-width: 479px){

  body.safari .security-banner .about-banner .left-img,
  body.safari .security-banner .about-banner .right-img {
    width: 90%;
    max-width: 100%;
  }

  body.safari .about-banner .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}