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




.home-header_wrapper .modal-header {
  display: block;
  padding-top: 22px;
  padding-bottom: 28px;
}
.home-header_wrapper .modal {
  padding-right: 17px !important;
}


.home-header_wrapper .popup-form p {
  font-size: 20px !important;
  line-height: normal !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.home-header_wrapper .popup-form form label {
  font-family: Calps-Regular;
}
.home-header_wrapper .popup-form form input {
  padding: 0.5em 0.5em 6px;
}


.home-header_wrapper .popup-form form input.hs-button.primary.large {
  padding: 1.25em 1em 1em!important;
  text-indent: 0.1em;
  font: 600 18px/20px Roboto Condensed,sans-serif;
}

.home-header_wrapper .popup-form form label.hs-main-font-element,
.home-header_wrapper .popup-form form label.hs-error-msg {
  font-family: arial,sans-serif;
}


.home-footer_wrapper footer.footer_v3 {
  background-image: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/images/Tentacles_Black.png);
}


.home-page .dnd-section .dnd-column {
  padding: 0;
}




@media (min-width: 1600px) {

}

@media (min-width: 1200px) {

  
  .home-header_wrapper .modal-dialog {
    max-width: 770px;
  }
}

@media (min-width: 992px) {


  .home-header_wrapper .modal-content {
    margin-top: 128px;
  }

}

@media (min-width: 768px) {

}
@media (max-width: 767px) {
  .home-header_wrapper .modal {
    padding-right: 0px !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* 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,
.dnd-section > .row-fluid {
  margin: 0 auto;
  width: 100%;
}

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



.hs-landing-page .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: Calps-BoldItalic;
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-BoldItalic.eot") format("embedded-opentype"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-BoldItalic.woff) format("woff"),
    url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-BoldItalic.otf") format("otf"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-BoldItalic.svg) format("svg"); 
  font-display: swap; 
}

@font-face { 
  font-family: Calps-Light; 
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-Light.eot") format("embedded-opentype"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Light.woff) format("woff"), 
    url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-Light.otf") format("otf"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Light.svg) format("svg");
  font-display: swap; 
}

@font-face { 
  font-family: Calps-LightItalic; 
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-LightItalic.eot") format("embedded-opentype"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-LightItalic.woff) format("woff"),
    url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-LightItalic.otf") format("otf"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-LightItalic.svg) format("svg");
  font-display: swap;
}

@font-face { 
  font-family: Calps-Medium; 
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-Medium.eot") format("embedded-opentype"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Medium.woff) format("woff"),
    url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-Medium.otf") format("otf"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Medium.svg) format("svg"); 
  font-display: swap; 
}

@font-face { 
  font-family: Calps-Regular; 
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-Regular.eot") format("embedded-opentype"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Regular.woff) format("woff"), 
    url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-Regular.otf") format("otf"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Regular.svg) format("svg"); 
  font-display: swap; 
}

@font-face { 
  font-family: Calps-SemiLightItalic;
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-SemiLightItalic.eot#iefix") format("embedded-opentype"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-SemiLightItalic.woff) format("woff"),
    url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Calps-SemiLightItalic.otf") format("otf");
  font-display: swap;
}
@font-face { 
  font-family: HighVoltage;
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/HighVoltage.eot") format("embedded-opentype"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/HighVoltage.woff) format("woff"),
    url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/HighVoltage.otf") format("otf"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/HighVoltage.svg) format("svg"); 
  font-display: swap;
}
@font-face { 
  font-family: High Voltage;
  src: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/High%20Voltage.woff2) format("woff2"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/High%20Voltage.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400; 
}
@font-face { 
  font-family: "WistiaPlayerInterNumbersSemiBold";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GMk9UVE8AAAaMAAwAAAAACgAAAAZBAAMD1wAAAAAAAAAAAAAAAAAAAAAAAAAADYpwGhQbIBwqBmAAgTIBNgIkAzAEBgWDGgcgGykJEZWkARP8KHCbm2tEznyIN98tPTUk9Ig3oiVV3pbDIzXa+f/fZgXpALFTZhBoMVFC9cp036dXvRKVmVnsxe+D+1NDQI5lG7ikZWEINIElTeBIdnxlhauQ5GQtoLHA/wN0riVdSx5xgbxF3KTbgnjVQ4B9P7YqCx7FpEZK+6ilx0AoopUh4aExJEKmkU+0ncdr4iFfKhdSFD9y91LCRaxNbVqvi0dND3rxI7ndUDR7EiwT3bhiua9krFA0oepCy2hCjwmjnjDjKjNTDz2ZuHtN8820Wfw/l8u4w4yV/f8/6uscs5rmiN00LcP4hAofyZUSyS3WinX0RGFFtnGrjj36x6dlNa57+PLTlrUisH2n9orfgd+R34XfDd0NsWDXwfwhvKHpbs3UBni37dBlPvO4KYn/PgylilcgSdw6sjsSSxsRGfIJgqhi14bKZCHcQvjUh/+3HMotTYrGLVYCxyMFjEnYC98yTAp6atAKVxaZ9eu2NMji8WTj4w/Y34elD60PPwb5bEywLqAX/amwmUo6TBCy14N/TL44jb3sE5JdUIPXXI0RBSoGt3BUObn4agKGIxxQhlyQacbstK4fS2mZoBtFNQ1bd+4zND2vQu6anl7gWFOj8MV2DVMtU44xMhpwElrrjA7zO5IqWojd/v1Vso6cqp91zC2YrGhDOy07Iqyza2q9smDIwUYek0AWbCt/8x78QmrzayQ6xtpmqfCYsLfgU9HdeP3UqutZTTNd/9Q8k08XzXzIxSdvLPda8YaeeZnkxUwql0nDKyUYdaWZjGAy7UDLHpVqBVHTxSV0wBy21El9u/491ik2J3YkdiP2LPZL41RBeeNUWtp97Bbn0Ee1g9wr9qqV/X+4R9nlPX03743dylnaXZyNp8v58yLOsFYCbUnCVQzjN+5QhlmKccO7aMkueWJggROd4qnw2x5LydUcg/NRamE3XMlkGovpRWPKWEavP74P2O1RANM/3gIIPJj7TX+lqU2geQuaBx4B/7cWAOx0ucTiEHYJU9y5DBuUMYNIHeHZz9tn+Fw2G5EBTqUlHRfRi4eB5wNlJsRsv5k4b6HyFkhIC6BO4LzPbWhW7rbCcxubeKHOc6UaBKZBMMd4j8XuRUynOCCa4EMfF9grkI1NcTaSAVtk1nrIOwFfeEBlQw4f4phb6zHzBOm0ZZ0dBcaZRVdYIo5xYiyOMEWONwQHmjKGE//VuRBgul1QrpyxmMvF4vGj0xfuuQrNt4tVTsRhEnjY9AuKa1FVLSEneQWzFd5WbO7hasX08ONUOVQgwQuVqACFXkSoIoUgK1hJEkAgbkG5CjqBS5wrRFuY2IfVwhRnLsVyZTZpatveGR4yEbYqbE6J80nM4aa+LD7Oqmr8PdSJFUQVynmgN4lerGQV1+uLdYzdOFWHPW/iK2gIQayhizQ0NMwyvBEBlrDczRfmU40CTtAHqLQGnjQG8MYkxm1MwJuTqjHwVCu9iRJ1C8ojWGHxUYowH0c5X57zpXquvlw0wzHHGMTfufxiJ1psFJTzq6nGeDvHF4LgmHHWCUViZBaInRn+cswnBi460RBPRYg9TRUQ0CZUC5LAT0qLLu50FpdTeBhjGf7/h4dg9hE0uqsBx/saOcYRDIfnOhfzGFBHyizcJK3p2edUjWrC0rn1aGjXtfVUCHMAKKhlxV8eTEIcV2jCOdKiqahv/MisrfRQVnxPJoOU62mR6pu2ZllIzo8zOZqQB7kWJXW2/c0aihata5PcIVJKfFRgHAETmEQVTCELptGMGcyigTnMJ1voUVN6uCZS9pV2hrwl7FYMvBwtUSd7L7E5qP9t7BIPRF7EcmA9ct2nIPHrxgWajtDltbXuBLuaY6qRZGa5ZlX5anfR0lYXaHUzVSFjZa8rfdhZ8rKXFZg21LVL5LFjI5TlDIbwnFGHE2dypHs6Q50N015dpOgLONEUlOqoiQgIaeCsjMq9gITDKwRMieQgKUy9UQY1BTFYZU2KpE2SkILMIjW8IdFwIKmMaK8oClJVssAEtFnz5dQ1s+w6EZoNGtPGQfzx+aoE8ikiP8GCYOWtgB+HBdWDaxACAZInVq14dZI85RRDvZGIghyONw59KV/BBEQ02P1ER8hmNGiURT2hQP8WfAY="); font-feature-settings: "tnum"; }

@font-face {
  font-family: "transistor"; 
  src: url("https://assets.transistor.fm/assets/transistor-c160305d8e12900698f97290adcbcce318230e7f7bff10ac75216eca3e5796a5.woff?79acfj") format("woff"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: Calps; 
  src: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-SemiLight.woff2) format("woff2"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-SemiLight.woff) format("woff"); 
  font-style: normal; 
  font-weight: 300; 
}
@font-face { 
  font-family: Calps;
  src: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Regular.woff2) format("woff2"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Regular.woff) format("woff");
  font-style: normal; 
  font-weight: 400; 
}
@font-face { 
  font-family: Calps; 
  src: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Bold.woff2) format("woff2"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Bold.woff) format("woff");
  font-style: normal; 
  font-weight: 700;
}

@font-face { 
  font-family: Zooja; 
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Zooja.eot") format("embedded-opentype"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Zooja.woff) format("woff"), 
    url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/Zooja.otf") format("otf"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Zooja.svg) format("svg");
  font-display: swap;
}
@font-face { 
  font-family: Zooja Light; 
  src: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/ZoojaLight.woff2) format("woff2"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/ZoojaLight.woff) format("woff");
  font-style: normal;
  font-weight: 400; 
}
@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url("../webfonts/fa-brands-400.woff2") format("woff2"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Brands-Regular.woff) format("woff"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Brands-Regular.svg) format("svg"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/FontAwesome5Pro-Light.eot") format("embedded-opentype"),
    url("../webfonts/fa-light-300.woff2") format("woff2"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Pro-Light.woff) format("woff"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Pro-Light.ttf) format("truetype"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Pro-Light.svg) format("svg");
  font-style: normal; 
  font-weight: 300; 
  font-display: block; 
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/FontAwesome5Pro-Solid.eot") format("embedded-opentype"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Pro-Solid.woff) format("woff"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Pro-Solid.ttf) format("truetype"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Pro-Solid.svg) format("svg");
  font-style: normal; font-weight: 900;
  font-display: block; 
}

@font-face {
  font-family: "Font Awesome 5 Free"; 
  src: url("https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/Snappy_Kraken_December2021/fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/FontAwesome5Free-Solid.svg) format("svg"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: block;
}
@font-face { 
  font-family: futura-pt-condensed; 
  src: url("https://use.typekit.net/af/6f8764/000000000000000000012039/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/6f8764/000000000000000000012039/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/6f8764/000000000000000000012039/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal; 
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: Calps; 
  src: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Italic.woff2) format("woff2"),
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Italic.woff) format("woff");
  font-style: normal; 
  font-weight: 400; 
}
@font-face {
  font-family: Calps; 
  src: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Regular.woff2) format("woff2"), 
    url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/fonts/Calps-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
/* ::-webkit-scrollbar {
  -webkit-appearance: none;
} */

::-webkit-scrollbar:vertical {
  width: 11px;
}

::-webkit-scrollbar:horizontal {
  height: 11px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}


body {
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  word-break: break-word;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
/* Paragraphs */

p {
  margin: 0 0 1.41575em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5407911001em;
  letter-spacing: normal;
  line-height: normal;
}

h1{
  margin: 0 auto 2rem;
}
h3{
  margin: 0 0 1rem;
}


/* Lists */

ul,
ol {
  margin: 0 0 1.41575em 3em;
  padding: 0;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 0 1em;
  font-style: italic;
  border-left: 5px solid #366 !important;
  margin: 0 0 1rem;
  font-size: 20px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  font: 600 18px/20px Roboto Condensed,sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-indent: 0.1em;
  white-space: normal;
  display: inline-block;
}

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 fields */

.hs-form-field {
  margin-bottom: 10px;
  padding: 0.25rem 0.5rem;
  position: relative;
}

/* Labels */

form label {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .05em;
  font-family: Calps-Regular;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
.hs-error-msg, label.hs-main-font-element {
  color: red !important;
}
/* 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: #FFF;
  border: 1px solid #ddd;
  font-family: Calps-Regular;
  border-radius: 0;
  padding: 0.5em 0.5em 6px;
  min-height: 50px;
  width: 100%;
  color: #000 !important;
  font-size: 20px;
  display: block;
  line-height: inherit;
  outline:none;
}

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

/* 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;
  margin-right: 0.35rem;
}

/* 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;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
.form-title{
  text-align: center;
  border-radius: 0;
  display: block;
  padding: 1rem 1rem;
  font: 30px HighVoltage;
  letter-spacing: .05em;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #dee2e6;
}
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: #000;
}



ul.no-list.hs-error-msgs.inputs-list li:before {
  top: -5px;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f37c7b;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 14px;
  content: "";
}

ul.no-list.hs-error-msgs.inputs-list li {
  position: relative;
}
label.hs-main-font-element,
label.hs-error-msg {
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  font: 600 18px/20px Roboto Condensed,sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-indent: 0.1em;
  white-space: normal;
  margin: 2rem 0;
  display: inline-block;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
header.header ul,
header.header_v2 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.targetting-layout .header-wrapper-main {
  height: auto;
}
.vid-open .header_v2.clearfix {
  z-index: 999;
  background: transparent;
  width: auto;
}
.vid-open .Header-menu {
  visibility: hidden;
}
.home-header_wrapper .popup-form form input::-webkit-input-placeholder {
  color: #666;
}
.modal-header .close.position-absolute span {
  display: inline;
  font-family: sans-serif;
}
header.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  font-family: Roboto Condensed,sans-serif;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  z-index: 999;
}
header.header,
.header-wrapper{
  min-height: 40px; 
}
.header .custom-menu-primary .navigation-primary > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .custom-menu-primary .navigation-primary>ul>li>a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  white-space: normal;
}
.header .header_logo a{
  width:32px;
  height:32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header_logo a img {
  width: 24px !important;
}
.header .header_button a {
  all: unset;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: Roboto Condensed,sans-serif;
  font-size: 10px;
  font-weight: 700;
  height: 21px;
  line-height: 21px;
  padding: 0 6px;
  text-decoration: none;
  text-transform: uppercase;
}
.header .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header  .header_button {
  padding-right: 20px;
}
.custom-menu-primary .navigation-primary>ul>li>a.active-item {
  font-weight: 700;
}
.home-header_wrapper .header-wrapper {
  -webkit-font-smoothing: auto;
}
@media (min-width: 768px){
  .header .header__burger {
    display: none;
  }
  .header .header_logo {
    padding-left: 12px;
  }
  .header .header_logo a {
    width: 48px;
    height:48px;
  }
  .header .custom-menu-primary .navigation-primary>ul {
    font-size: 12px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li>a {
    padding: 10px 24px;
  }
  .header .header_button a {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
  }
  .header .header_logo a img {
    width: 28px !important;
  }

  header.header,
  .header-wrapperr{
    min-height: 54px;
  }
  .home-header_wrapper .custom-menu-primary {
    padding-left: 40px;
    padding-top: 1px;
  }
}
@media (min-width: 992px){
  .header .header_logo {
    padding-left: 24px;
  }
  .header .header_logo a {
    width: 64px;
    height: 64px;
  }
  .header .custom-menu-primary .navigation-primary>ul {
    font-size: 17px;
  }
  .header .header_button a {
    font-size: 17px;
    height: 38px;
    line-height: 38px;
  }
  .header .header_logo a img {
    width: 46px !important;
  }
  header.header,
  .header-wrapper{
    min-height: 68px;
  }
}
@media (min-width: 1200px){
  .header .custom-menu-primary .navigation-primary>ul>li {
    margin: 0 15px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li>a {
    padding: 10px 32px;
  }
  .header .header_button{
    padding-right: 32px;
  }
}
@media (min-width: 1600px){
  .header .header_logo {
    padding-left: 48px;
  }
  .header .header_logo a  {
    width: 72px;
    height:72px;
  }
  .header .header_logo a img {
    width: 60px !important;
  }
  .header .custom-menu-primary .navigation-primary>ul {
    font-size: 22px;
  }
  .header .header_button{
    padding-right: 44px;
  }
  .header .header_button a {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
  }

  header.header,
  .header-wrapper{
    min-height: 90px;
  }
}
@media (max-width: 767px){
  .header .custom-menu-primary .navigation-primary>ul,
  .header .custom-menu-primary .navigation-primary>ul ul{
    display: none;
  }
  .header .header-left {
    width: calc(100% - 753px); 
  }

  .header .custom-menu-primary .navigation-primary>ul {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: #231f20;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .open-menu .header .custom-menu-primary .navigation-primary>ul ul{
    background: #231f20;
  }
  .open-menu .header .custom-menu-primary .navigation-primary>ul{
    display: block;  
  }
  .header .header__burger {
    padding-left: 12px;
  }
  .header .custom-menu-primary .navigation-primary>ul ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    white-space: normal;
  }
  .header .burger-button {
    all: unset;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    font-weight: 400;
    color: #ffffff;
    font-size: 100%;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  }

  .header .burger-button__icon {
    border-top: 2px solid #fff;
    display: flex;
    flex-direction: column;
    width: 26px;
  }

  .header .burger-button__icon:after, .header .burger-button__icon:before {
    border-top: 2px solid #fff;
    content: "";
    display: block;
    margin-top: 5px;
    width: 100%;
  }
  .home-header_wrapper .header .custom-menu-primary .navigation-primary>ul {
    padding-left: 40px;
  }
  .home-header_wrapper .header .custom-menu-primary .navigation-primary>ul>li>a {
    line-height: 30px;
  }

}
@media (max-width: 530px){
  .header .header-left {
    width: calc(100% - 518px);
  }
}
@media (max-width: 479px){
  .header .header-left {
    width: calc(100% - 466px);
  }
}
@media (max-width: 320px){
  .header .header-left {
    width: calc(100% - 308px);
  }
}
/* Header_v2 css */

header.header_v2 {
  background-color: #000;
  border-bottom: 0;
  height: 74px;
  padding: 17px 0 7px;
  position: fixed;
  width: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  top: 0;
  left: 0;
  z-index: 999;
}
.header_v2 .header_logo a img {
  width: 144px !important;
  position: relative;
  top: -10px;

}

.header_v2 .Header-menu {
  position: absolute;
  right: 10px;
  float: right;
  width: auto;
  line-height: 1.42857143;
  margin: -3px 0 0;
  top: 17px;
}
.header_v2  .menu-toggle {
  color: #fff;
  font-weight: 700;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: .875em;
  max-width: 120px;
  border-color: #ffffff;
  font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  display: inline-block;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  top: -60px;
  right: 10px;

}

.header_v2  .menu-toggle span:before,
.header_v2  .menu-toggle span:after ,
button.menu-toggle::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all,ease,.2s;
  border-radius: 3px;
}
button.menu-toggle:before {
  transform: translateY(-4px);
}

.header_v2  .menu-toggle span:after {
  transform: translateY(4px);
}
header.header_v3,
.header_v3 .Header-menu-mobile .hs-menu-wrapper>ul{
  background-color: #6cc;
}
.header_v3 .Header-menu .hs-menu-wrapper>ul>li>a{
  color: #399!important;
}
.header-wrapper-main {
  height: 74px;
}
.header_v2 .Header-menu .hs-menu-wrapper>ul>li:last-child>a:hover {
  background: #399;
  color: #fff !important;
}
.header_v2 .Header-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #fff !important;
}
@media(min-width:768px){

  .header_v2 .header_logo {
    margin-right: 4.347826087%;
    margin-left: 0;
    width: 160px;
    padding-left: 5px;
  }

  .header_v2  .Header-menu {
    width: calc(100% - 14%);
    display: flex;
    justify-content: flex-end;
  }

  .header_v2  .Header-menu .hs-menu-wrapper>ul {
    font-size: inherit;
  }

  .header_v2  .Header-menu .hs-menu-wrapper>ul>li {
    position: relative;
    display: inline-block;
    text-align: left;
  }

  .header_v2   .Header-menu .hs-menu-wrapper>ul>li>a {
    padding: 13px 40px 13px 13px;
    color: #fff;
    font-weight: 400;
    transition-duration: .25s;
    display: block;
    font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  }
  .header_v2  .Header-menu .hs-menu-wrapper>ul>li:first-child>a {
    padding-right: 10px;
  }

  .header_v2   .Header-menu .hs-menu-wrapper>ul>li:last-child>a {
    margin-top: -4px;
    background: #ffb900;
    padding: 14px;
    font-family: futura-pt-condensed,sans-serif;
    line-height: 24px;
    border-radius: 5px;
    font-size: 24px;
    text-transform: uppercase;
  }
  .header_v2  .menu-toggle,
  .header_v2 .Header-menu-mobile {
    display:none; 
  }
  .header .custom-menu-primary .navigation-primary>ul>li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .header .custom-menu-primary .navigation-primary>ul ul:before {
    content: "";
    width: 100%;
    height: 29px;
    top: -29px;
    left: 0;
    position: absolute;
  }
  .header .custom-menu-primary .navigation-primary>ul ul {
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    width: 200px;
    padding: 10px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
  }
  .header .custom-menu-primary .navigation-primary>ul>li {
    position: relative;
  }
  .header .custom-menu-primary .navigation-primary>ul ul li {
    padding: 5px 0;
  }

  .header .custom-menu-primary .navigation-primary>ul ul li a {
    display: block;
  }
}

@media(max-width:767px){
  .header_v2 .Header-menu {
    display: none;
  }
  .header_v2 .header_logo {
    padding-left: 5px;
  }
  .header_v2 .Header-menu-mobile {
    position: absolute;
    background: #000;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
  }

  .header_v2 .Header-menu-mobile .hs-menu-wrapper>ul>li>a {
    padding: 0.875em 10px;
    display: block;
    color: #fff;
    font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  }
  .header_v2 .Header-menu-mobile .hs-menu-wrapper>ul {
    padding-top: 3px;
  }
  .header_v2 .menu-toggle.open-menu:after,
  .header_v2 .menu-toggle.open-menu:before {
    transform: rotate(
      45deg);
  }

  .header_v2 .menu-toggle.open-menu span:before {
    opacity: 0;
  }

  .header_v2 .menu-toggle.open-menu span:after {
    transform: rotate(
      -45deg);
  }
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 40px !important;
    padding: 0 !important;
    top: 0;
  }
  .child-trigger:hover {
    text-decoration: none
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  .child-trigger i:after {
    position: absolute;
    content: ''
  }
  .child-trigger i,.child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: block
  }
  .header .custom-menu-primary .navigation-primary>ul>li{
    position: relative;
  }
  .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 i,.child-trigger i:after {
    background-color: #fff;
  }
}

@media(max-width: 575px){
  .modal-header .close.position-absolute,
  #claim .modal-content .modal-header .close,
  #demo .modal-content .modal-header .close{
    right: 20px !important;
  }
  .popup-form form input {
    width: 100% !important;
  }
}
footer.footer ul {
  margin: 0;
  padding:0;
  list-style:none;
}

footer.footer {
  position: relative;
  padding: 50px 0 20px;
  background-color: #000;
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.footer .footer_container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.333333%;
}
.footer .column{
  margin: 0 auto;
}
.footer .footer_logo {
  max-width: 150px;
  margin-bottom: 37px;
}
.footer .footer-address {
  margin-bottom: 30px;
}
.footer .footer_logo img {
  width: 150px !important;
}
.footer  .column-inner {
  margin: 0 0 3.706325903em;
}
.footer .footer-address {
  margin-bottom: 30px;
}
.footer .footer-address h4 {
  color: #ffff;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  line-height: 1.2;
}
.footer .footer-address .hs_cos_wrapper ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  color: #fff;
}

.footer .footer-address .hs_cos_wrapper ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
}

.footer .footer-address .hs_cos_wrapper ul li:first-child i:before {
  content: "\f041";
}

.footer .footer-address .hs_cos_wrapper ul li:last-child i:before {
  content: "\f095";
}

.footer .footer-address .hs_cos_wrapper ul li:last-child {
  margin-top: 20px;
}
.footer .column-right .hs-menu-wrapper>ul>li {
  padding-left: 1.618em;
  margin-bottom: 1em;
  line-height: 1.41575em;
}
.footer .column-right .hs-menu-wrapper>ul>li>a {
  font-weight: 400;
  text-decoration: underline;
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  white-space: normal;
}
.footer  .copyright {
  font-size: 14px;
  padding: 2.617924em 0 !important;
  color: #fff;
}
.footer .copyright a{
  color: #fff;
  text-decoration: underline;
}
.footer .copyright a:hover,
.footer .column-right .hs-menu-wrapper>ul>li>a:hover{
  text-decoration: none;
}
footer.footer_v2 {
  display: block;
  background: rgba(55,55,55,1);
  width: 100%;
  position: relative;
}
footer.footer_v2 .footer_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
}
footer.footer_v2  .footer_logo img {
  text-align: center;
  display: block;
  margin: 0 auto;
  vertical-align: top;
  position: relative;
  right: 25px;
  top: 1px;
}
footer.footer_v2 .footer_copyright {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  padding-bottom: 50px;
  padding-right: 4px;
}
footer.footer_v2  .footer_logo {
  padding-top: 27px;
  padding-bottom: 8px;
}
footer.footer_v2  .footer_copyright a:hover{
  color: #fff;
}
footer.footer_v2   .footer_copyright p,
footer.footer_v2  .footer_copyright a {
  color: #fff;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 17px;
  font-size: 12px;
  margin: 0;
}
footer.footer_v3 {
  padding: 128px 0;
  background-color: #231f20;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: Roboto Condensed,sans-serif;
  text-align: center;
}
.footer_v3 .footer_v3_logo img.hs-image-widget {
  height: 140px;
  width: 140px !important;
  margin: 0 auto;
}
.footer_v3 .footer_v3_menu {
  font-size: 30px;
  margin-top: 64px;
}
.footer_v3 .footer_v3_menu .hs-menu-wrapper>ul {
  list-style: none;
  line-height: 1;
  list-style-type: none;
  margin: 32px 0 0;
  padding: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_v3 .footer_v3_menu .hs-menu-wrapper>ul>li {
  padding: 16px 64px;
}
.footer_v3 .footer_v3_menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
  text-decoration: none;
}
.footer_v3 .footer_v3_menu .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}
.footer_v3 .footer_v3_copyright ul {
  font-size: 23px;
  display: flex;
  justify-content: center;
  line-height: 1;
  list-style-type: none;
  margin: 48px 0 0;
  padding: 0;
  margin-top: 72px;
}
.footer_v3 .footer_v3_copyright ul li {
  border-right: 1px solid #fff;
  padding: 0 16px;
}
.footer_v3 .footer_v3_copyright ul li:last-child {
  border: 0;
}
.footer_v3 .footer_v3_copyright ul li a {
  color: #fff;
  text-decoration: none;
}
.footer_v3 .footer_v3_copyright ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer_v3_copyright p {
  font-size: 20px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 1;
}
.footer_v3_text address {
  font-size: 27px;
  line-height: 45px;
  margin-top: 96px;
  margin-bottom: 1rem;
  font-style: normal;
}
.footer_v2 .footer_copyright-mobile p a span {
  display: inline !important;
  font-weight: 400;
  font-family: "Roboto Condensed";
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0);
  font-style: normal;
}
.footer_v3 {
  -webkit-font-smoothing: auto;
}
.footer_v3_text address a {
  color: #fff;
  text-decoration: none;
}
.footer_v3_text address a:hover {
  text-decoration: underline;
}
.targetting-layout .footer .footer_container {
  padding-left: 0;
  padding-right: 0;
}
.targetting-layout .footer .social-share ul li a {
  font-size: 22px;
}
.targetting-layout .footer .footer-address h4 {
  font-size: 19px;
  padding-top: 20px;
  margin-bottom: 17px;
}
.targetting-layout footer.footer {
  -webkit-font-smoothing: auto;
}
.footer .footer-address .hs_cos_wrapper ul li:first-child i:before {
  content: "\f3c5";
}


@media(min-width:601px){
  footer.footer_v2  .footer_copyright-mobile {
    display:none;
  }
}
@media (min-width: 768px){
  .footer .footer_container {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0,0,0,.05);
  }
  .footer .column {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer_v3_text address span+br {
    display: none;
  }
}

@media (max-width: 1599px){
  footer.footer_v3 {
    padding: 96px 0 64px;
  }
}

@media (max-width: 1199px){
  .footer_v3 .footer_v3_copyright ul {
    font-size: 19px;
    margin-top: 64px;
  }
  .footer_v3_copyright p {
    font-size: 16px;
    margin-top: 72px;
  }
  .footer_v3_text address {
    font-size: 23px;
    line-height: 38px;
    margin-top: 64px;
  }
  .footer_v3 .footer_v3_menu .hs-menu-wrapper>ul>li {
    padding: 16px 48px;
  }
  .footer_v3 .footer_v3_menu .hs-menu-wrapper>ul {
    font-size: 25px;
    margin-top: 48px;
  }
  .footer_v3 .footer_v3_logo img.hs-image-widget {
    height: 128px;
    width: 128px !important;
  }
  .footer_v3 .footer_v3_menu {
    font-size: 30px;
    margin-top: 48px;
  }
}



@media (max-width: 767px){
  .footer {
    padding-bottom: 80px;
  }
  .footer_v2 .footer_copyright-mobile p a {
    text-decoration: underline;
    color: #24778f !important;
  }
  .footer .footer_logo img {
    height: 63px;
  }
  .footer .footer_container {
    display: block;
    text-align: center;
  }
  .footer .copyright {
    max-width: 300px;
    padding-top: 0 !important;
  }
  .footer .footer-address .hs_cos_wrapper ul li i {
    display: none;
  }
  .footer .footer-address .hs_cos_wrapper ul li,
  .footer .column-right .hs-menu-wrapper>ul>li{
    padding-left: 0;
  }
  .footer .footer_logo {
    margin: 0 auto;
    padding-bottom: 37px;
  }
  .footer .copyright a:first-child {
    margin-left: 0px;
    margin-right: 5px;
  }
  footer.footer_v3 {
    padding: 64px 0 48px;
  }
  .footer_v3 .footer_v3_copyright ul {
    display: flex;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    list-style-type: none;
    margin: 48px 0 0;
    padding: 0;
  }
  .footer_v3_copyright p {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 64px;
  }
  .footer_v3_text address {
    font-size: 18px;
    line-height: 30px;
    margin-top: 48px;
  }
  .footer_v3 .footer_v3_menu .hs-menu-wrapper>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 19px;
    line-height: 1;
    list-style-type: none;
    margin: 32px 0 0;
    padding: 0;
    text-transform: uppercase;
  }
  .footer_v3 .footer_v3_menu {
    font-size: 30px;
    margin-top: 32px;
  }
  .footer_v3 .footer_v3_logo img.hs-image-widget {
    height: 96px;
    width: 96px !important;
  }
  .footer_v3 .footer_v3_menu .hs-menu-wrapper>ul>li {
    padding: 16px 32px;
  }
  .footer_v3_text address span {
    display: none;
  }
}


@media (max-width: 600px){
  footer.footer_v2 .footer_logo img {
    right: 0;
    top: 0;
    width: 98px !important;
  }
  footer.footer_v2 .footer_copyright {
    display: none;
  }

  footer.footer_v2  .footer_copyright-mobile {
    font-weight: 400;
    font-family: "Roboto Condensed";
    color: #fff;
    font-style: normal;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    padding-bottom: 13px;
    padding-right: 0;
  }
  footer.footer_v2 .footer_logo {
    padding-top: 22px;
    padding-bottom: 4px;
  }
  footer.footer_v2  .footer_copyright-mobile p {
    margin: 0;
    font-size: 10.9px;
    line-height: 17px;
    display: block;
    font-family: 'Roboto Condensed';
    letter-spacing: 0px;
  }
  footer.footer_v2 .footer_copyright-mobile p span {
    display: block;
  }
  footer.footer_v2  .footer_copyright-mobile p a {
    color: #fff;
  }
  footer.footer_v2 .footer_copyright-mobile p:first-child {
    padding-bottom: 13px;
  }
}
.inventory-pending nav {
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.inventory-pending nav a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "";
  margin-right: 0.5407911001em;
}

.inventory-pending nav a {
  color: rgba(0,0,0,.3);
}

.inventory-pending nav {
  font-size: .875em;
  font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: rgba(0,0,0,.3);
  padding: 4px 0;
}

.inventory-pending nav a:first-child {
  text-decoration: underline;
  color: #727272;
}
.inventory-pending h1 {
  font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  color: #43454b;
  font-size: 2.617924em !important;
  line-height: 1.214;
  letter-spacing: -1px;
  margin: 0 0 0.5407911001em;
  padding-bottom: 2px;
  font-weight: 700;
}
.inventory-pending p:nth-child(2) {
  font-size: 16px;
  line-height: 1.618;
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.inventory-pending p:last-child {
  background-color: #366;
  font-weight: 700;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0,0,0,.15);
  padding: 1em 2em 1em 3.5em;
  position: relative;
  list-style: none outside;
  margin-bottom: 2.617924em;
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.inventory-pending p:last-child:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.05em;
  left: 1.5em;
  color: #fff;
}

.full-width-w2-page .hs-button {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  font-weight: 400;
  border-radius: 5px;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0.6180469716em 1.41575em;
  font-size: 100%;
  margin: 0;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
}
.full-width-w2-page {
  min-height: 567px;
  background: #f1f1f1;
}
.full-width-w2-page .hs-button:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}

.welcome-page .hs-button {
  background-color: #6cc;
  border-radius: 4px;
  border: 0;
  outline: 0;
  outline-offset: inherit;
  box-shadow: none;
  font-weight: 400;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  color: #fff;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: 50px;
  text-decoration: underline;
  margin-bottom: 1.41575em;
}
.welcome-page {
  background-color: #f1f1f1;
}
.welcome-page .hs-button:hover {
  background-color: #7dd;
  border-color: #7dd;
  text-decoration: none;
}
.faq-page button.btn.btn-primary.btn-lg {
  background: #6cc;
  border: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  font: 600 16px/20px Roboto Condensed;
  padding: 1.25em 1.5em;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-indent: 0.1em;
  white-space: normal;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 0;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  display: none;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  border: 0;
  margin-top: 80px;
}

.modal-header {
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 0;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  align-items: flex-start;
  display: flex;
}

.modal-header h5.modal-title {
  font: 30px High Voltage;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.modal-header .close.position-absolute {
  width: 44px; 
  height: 44px;
  line-height: 44px;
  opacity: 1;
  background: #fff;
  text-align: center;
  position: absolute;
  border-radius: 100px;
  padding: 0;
  font-size: 32px;
  text-shadow: none;
  color: #000;
  border: 0;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
  margin-right: -1.5rem;
  top: 5px;
  right: 10px; 
  font-family: 'Source Sans Pro';
  font-weight: 700;
}
.popup-form {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background: #fff;
  border-radius: 0;
}
.popup-form form {
  position: relative;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  font-family: "IBM Plex Sans", Helvetica, sans-serif, 'IBM Plex Sans', arial, sans-serif;
}
.popup-form  form label {
  font-family: Calps;
}
.popup-form p {
  padding-top: 1rem;
  color: #000;
  letter-spacing: 0;
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.618 !important;
}
.popup-form h3{
  color: #000;
  font: 24px Calps !important;
  padding-top: 1rem;
  text-align: center;
  margin: 0 !important;
  line-height: normal;
}
.popup-form .actions {
  text-align: center;
  padding-top: 2rem;
}
.popup-form form input{
  padding: 0.3em 0.5em 6px;
}
.hs_city .input input {
  width: 100% !important;
}
.popup-form form  .input {
  margin-right: 0 !important;
}
.popup-form form  input.hs-button.primary.large {
  font: 500 24px/18px Calps;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-indent: 0.1em;
  white-space: normal;
  margin: 0!important;
}
.popup-form p.text {
  padding-top: 0.5rem;
  margin: 0;
  font-size: 12px !important;
  line-height: 1.618 !important;
  font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif !important;
  text-align: left;
}
.faq-section-two button.btn.btn-primary.btn-lg {
  border: 0;
  background: #000;
  color: #fff;
  margin: 0 0 34px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .1s;
}
.modal-open .modal-overlay {
  opacity: 0.6;
  visibility: visible;
}

.faq-section-three button.btn.btn-primary.btn-lg {
  display: inline-block;
  text-decoration: none;
  background-color: #66cccc;
  color: white;
  cursor: pointer;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 42px;
  height: 60px;
  text-transform: capitalize;
  letter-spacing: normal;
  padding: 0px 40px;
  border-radius: 6px;
  max-width: 100%;
}
.Careers-section-three .cell_1641188281742-vertical-alignment{
  flex-direction: initial !important;
}
.faq-page .faq-section-three  a.typeform-share {
  display: inline-block;
  text-decoration: none;
  background-color: #66cccc;
  color: white;
  cursor: pointer;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  margin: 0;
  height: 60px;
  padding: 0px 38px;
  padding-right: 40px;
  border-radius: 6px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: capitalize;
  letter-spacing: normal;
  margin: 0 0 1.41575em;
}
.Careers-section-three #hs_cos_wrapper_widget_1641186602687 {
  background: #fff9e8;
}
.undergoing-maintenance-header .header_v2 .header_logo {
  width: 170px;
  padding-left: 23px;
}
.undergoing-maintenance-header .header_v2 .Header-menu {
  display: none;
}
.undergoing-maintenance-header .header_v2 .menu-toggle {
  display: none;
}

.undergoing-maintenance-header .header_v2 .Header-menu-mobile {
  display: none;
}
.request-a-call-page form {
  max-width: 616px;
  margin: 0px auto;
  padding: 12px 36px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
}
.targeting-page {
  background: #191a1d;
}
.request-a-call-page form label {
  color: #555555;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 18px;
}
.request-a-call-page .hs_firstname input ,
.request-a-call-page .hs_lastname input {
  width: 48% !important;
  margin-right: 4%;
  white-space: nowrap;
}
.request-a-call-page  form .hs-richtext,
.request-a-call-page  form .hs-richtext p {
  text-align: left !important;
  color: #555555 !important;
  margin-top: 0 !important;
  padding: 3px;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .modal {
  overflow: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .6;
}
.request-a-call-page form input[type=text],
.request-a-call-page  form input[type=email], 
.request-a-call-page  form input[type=password],
.request-a-call-page  form input[type=tel],
.request-a-call-page form input[type=number],
.request-a-call-page  form input[type=file], 
.request-a-call-page  form select, form textarea {
  border: 1px solid rgba(0,0,0,0.1) !important;
  box-shadow: none !important;
  padding: 12px 8px 12px 8px !important;
  height: 48px;
  background: #efefef;
  margin-top: 5px;
  width: 100%;
  max-width: 600px;
  font-size: 1em;
  font-family: arial;
  line-height: 1.071em;
}
.request-a-call-page .actions {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  padding: 12px 36px;
}

.request-a-call-page form label.hs-main-font-element ,
.request-a-call-page form  label.hs-error-msg{
  color: #FF4E5D !important;
  display: inline;
  background: #fff;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.request-a-call-page  .hs_error_rollup {
  text-align: center;
}

.request-a-call-page  .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li:before,
.request-a-call-page  ul.no-list.hs-error-msgs.inputs-list li:before{
  display: none;
}

.request-a-call-page form ul li,
.request-a-call-page ul.no-list.hs-error-msgs.inputs-list li{
  line-height: 17px;
}
.request-a-call-page input.hs-button.primary.large {
  margin: 0 !important;
  padding: 9px 15px;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: normal;
  border-width: 4px !important;
  border-style: solid !important;
  cursor: pointer;
  border-radius: 3px;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 22px !important;
}
.request-a-call-page  form select, form textarea {
  min-height: 150px;
}
@media (min-width: 576px){
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }  
}
@media (min-width: 768px){
  .popup-form p.text{
    padding-right: 3rem;
    padding-left: 3rem;
  }

}
@media (min-width: 992px){
  .modal-dialog {
    max-width: 800px;
  }  
  .popup-form p {
    padding-top: 3rem;
  }
}
@media (max-width: 1024px){
  .faq-page h1,
  .Careers-page h1 {
    font-size: 40px !important;
  }
  .Careers-page h2 {
    font-size: 34px !important;
  }

  .request-a-call-page h1 {
    font-size: 40px!important;
  }
}
@media (max-width: 767px){
  .popup-form  .hs-form-field {
    width: 100% !important;
  }
  .faq-page button.btn.btn-primary.btn-lg {
    font-size: 20px;
  }

  .request-a-call-page form {
    padding: 0;
  }
  .request-a-call-page .hs_firstname input,
  .request-a-call-page .hs_lastname input {
    width: 100% !important;
    margin-right: 0;
    white-space: nowrap;
  }
}

.calendly-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #a5a5a5;
  background-color: rgba(31, 31, 31, .4);
}
.calendly-overlay .calendly-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.calendly-overlay .calendly-popup {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  min-width: 900px;
  max-width: 1000px;
  height: 90%;
  max-height: 680px;
}
.calendly-overlay .calendly-popup .calendly-popup-content {
  height: 100%;
}
.calendly-popup-content {
  position: relative;
}
.calendly-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: -1;
}
.calendly-spinner .calendly-bounce1 {
  animation-delay: -0.32s;
}
.calendly-spinner .calendly-bounce2 {
  animation-delay: -0.16s;
}
.calendly-inline-widget iframe, .calendly-badge-widget iframe, .calendly-overlay iframe {
  display: inline;
  width: 100%;
  height: 100%;
}
.calendly-overlay .calendly-popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/images/close-icon.svg) no-repeat;
  background-size: contain;
}
.faq-section-two button.btn.btn-primary.btn-lg:hover {
  background: #EF3B39;
  color: #fff;
}
.inventory-pending nav a:first-child:hover {
  text-decoration: none!important;
  color: #2c2d33;
}
.body-wrapper {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .Careers-section-three .section_three-row-1-vertical-alignment > .row-fluid {
    display: block!important;
  }
  .Careers-section-three .row-fluid .span12,
  .Careers-section-three .row-fluid .span6{
    width:100% !important;
  }

  .container-fluid.Careers-section-three .dnd-section .dnd-column {
    padding: 0;
    margin: 0;
  }
   .Careers-section-three .cell_1641188281742-vertical-alignment{
    flex-direction: column !important;
  }
}
@media (max-width: 975px) {
  .calendly-overlay .calendly-popup {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: auto;
    min-width: 0;
    max-height: none;
  }
}
@keyframes calendly-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
  }
};
@media (max-width: 991px) and (min-width: 768px) {
  .Careers-page {
    padding-top: 3.1rem;
  }
}
@media(min-width:768px){
  .container-fluid.Careers-section-three #hs_cos_wrapper_widget_1641186608983 {
    padding: 0 !important;
}
.container-fluid.Careers-section-three .dnd-section .dnd-column {
    padding: 0;
    margin: 0;
}
   
  .container-fluid.Careers-section-three #hs_cos_wrapper_widget_1641186608983 {
    padding: 0 !important;
  }
}
.targeting-page {
  margin-top: 74px;
  background: #191a1d;
}
i.fa, i.fab, i.fal, i.far, i.fas {
  font-style: normal;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.targeting-section-four {
  text-align: center;
}
.targeting-section-four p {
  text-align: center;
  font-size: 1.618em;
  font-weight: 700;
  color: white;
  margin: 0 0 0em;
  font-family: Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  line-height: 1.618;
}
.targeting-section-four p a {
  color: #fff;
}
.targeting-section-four p a:hover {
  color: #ffcc33;
}
.enterprise-section-one h1 {
  color: #000;
  min-height: 1em;
  font: 55px High Voltage;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0;
}
.enterprise-section-one h1 span {
  font: 700 24px/36px Roboto Condensed;
  display: block;
  padding: 0 20%;
  margin: 0;
  text-align: center;
  padding-top: 6px;
}
.enterprise-section-one h1>strong {
  font: 400 60px/1em High Voltage;
  text-transform: uppercase;
  margin-bottom: 3rem;
  color: #000;
  padding-top: 1.5rem;
  display: block;
  text-align: center;
}
.enterprise-section-one h1>strong strong {
  color: #ef3b39;
}
.enterprise-section-one p {
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  font-family: Roboto Condensed;
  color: #000;
  letter-spacing: 0;
  margin: 0 0 1.41575em;
}
.enterprise-section-one p em {
  font: italic 300 30px Roboto Condensed;
}
.enterprise-section-one ul {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}
.enterprise-section-one ul+ul {
  padding-bottom: 3rem;
}
.enterprise-section-one ul li {
  padding: 0 48px;
  margin: 1rem 0;
  display: inline-block;
  font-family: Roboto Condensed;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #000;
}
.enterprise-section-one {
  text-align: center;
  padding-bottom: 40vw;
}
.enterprise-section-one button.btn.btn-primary.btn-lg {
  background: #6cc;
  color: #fff;
  border-radius: 0;
  font: 600 16px/20px Roboto Condensed;
  padding: 1.25em 1.5em;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-indent: 0.1em;
  white-space: normal;
  border: 0;
  outline: 0;
  outline-offset: inherit;
  box-shadow: none;
}
.home-page .content-with-slider-wrapper .btn-wrap a {
  -webkit-font-smoothing: auto;
  cursor: pointer;
}
.home-page {
  -webkit-font-smoothing: auto;
}
.targetting-layout {
  -webkit-font-smoothing: auto;
}
.enterprise-section-one button.btn.btn-primary.btn-lg:hover {
  background: #000;
  color: #fff;
}
.enterprise-top-wrap {
  background-image: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/images/bg_enterprise.jpg);
  background-position: 50% 10vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -90px;
  padding-top: 90px;
}
.footer_v2 .footer_copyright p, footer.footer_v2 .footer_copyright a {
  position: relative;
  z-index: 999;
}
.enterprise-page .tab-pane {
  display: none;
}
.enterprise-page .tab-pane.active {
  display: block;
}
.fa-flag:before {
  content: "\f024";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-headset:before {
  content: "\f590";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-chart-network:before {
  content: "\f78a";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
div#how-it-works {
  background: #fff9e8;
  color: #000;
  position: relative;
  text-align: center;
  padding: 3rem 0;
}
.how-it-works-three .plan-and-options-wrapper .content-wrapper .container button.btn.btn-primary {
  padding: 2rem;
}
.how-it-works-two {
  background: #fff9e8;
  color: #000;
  padding-bottom: 3rem;
  text-align: center;
  padding-top: 3rem;
}
.how-it-works-two .how-it-work-wrapper .footnote {
  font-family: Roboto Condensed;
  font-size: 20px;
  line-height: 1.618;
}
.how-it-works-one {
  text-align: center;
  padding: 3.4rem 3rem 3rem;
}
.how-it-works-one h1 {
  font: 55px High Voltage;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
  margin: 0 auto 24px;
}
.how-it-works-one h1 strong {
  color: #ef3b39;
  font-weight: 400;
}
.how-it-works-two .how-it-work-wrapper .how-it-work-title h2 {
  font: 44px High Voltage;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
}
.how-it-works-one p {
  line-height: 36px;
  font-size: 24px;
  font-family: Roboto Condensed;
  color: #000;
  margin: 0;
}
.news-section-one {
  text-align: center;
  padding-bottom: 48px;
}
.news-section-one .dnd-section>.row-fluid {
  padding-top: 3.4rem;
  padding-bottom: 3rem;
}
.news-section-one h1 {
  font: 55px High Voltage;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.news-section-one h1 strong {
  color: #ef3b39;
  font-weight: 400;
}
.news-section-one p {
  line-height: 36px;
  font-size: 24px;
  font-family: Roboto Condensed;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.news-page .body-container-wrapper:after,
.news-page .body-container-wrapper:before {
  content: "";
  display: block;
  clear: both;
}
.news-section-two .span8 {
  width: 70%;
}
.news-section-two .span4 {
  margin: 0 !important;
  width: 30%;
  text-align: center;
}
.news-section-two .span4 h2 {
  font: 44px High Voltage;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 0.5407911001em;
  margin-top: 1rem;
}
.news-section-two .span4 p {
  color: #000;
  letter-spacing: 0;
  font: 24px Calps;
  margin: 0 0 1.41575em;
  font-family: Roboto Condensed;
  font-size: 20px;
}
.news-section-two .span4 p a {
  color: inherit;
  text-decoration: none;
}
.news-section-two .span4 .hs-button {
  background: #6cc;
  color: #fff;
  border-radius: 0;
  font: 600 16px/20px Roboto Condensed;
  padding: 1.25em 1.5em;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-indent: 0.1em;
  white-space: normal;
  display: inline-block;
  text-align: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.popup-form > p {
  margin: 0;
  text-align: center;
}
.pop-active .modal-backdrop {
  display: none !important;
}
.on-demand-training-page .w-gallery-view__body .w-gallery-view__section h2 {
  font-family: "Source+Sans+Pro", "Open Sans", WistiaPlayerInter, Helvetica, sans-serif !important;
}
.pricing-section-three .custom-guarantee-wrapper .btn-wrap a {
  background-color: #ef3b39;
}
footer.footer_v2 {
  -webkit-font-smoothing: auto;
}
.vertex-case-study-page {
  -webkit-font-smoothing: auto;
}
.news-section-two .span4 .hs-button:hover {
  background: #000;
  color: #fff;
}
.news-section-two .span4 figure {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.advertising-faq-page {
  padding: 3.4rem 3rem 3rem;
  text-align: center;
}
.advertising-faq-section-one h1 {
  font: 55px High Voltage;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
  margin: 0 auto 2rem;
}
.advertising-faq-section-one h1 strong {
  color: #ef3b39;
  font-weight: 400;
}
.advertising-faq-section-one p {
  text-align: left;
  line-height: 36px;
  font-size: 24px;
  font-family: Roboto Condensed;
  color: #000;
}
.pricing-section-one {
  margin-top: 102px;
  text-align: center;
}
.pricing-section-one h1 {
  font-size: 100px;
  line-height: 110px;
  color: #000;
  font-family: HighVoltage,sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}
.pricing-section-three .guarantee_badge-sec{
  background-image: url(https://20607055.fs1.hubspotusercontent-na1.net/hubfs/20607055/raw_assets/public/Snappy_Kraken_December2021/images/halftone-2.png) !important;
  background-repeat: no-repeat !important;
}

@media(max-width: 1599px){
  .enterprise-top-wrap {
    margin-top: -68px;
    padding-top: 90px;
  }
  .how-it-works-one {
    text-align: center;
    padding: 4.7rem 3rem 3rem;
  }
  .news-section-one .dnd-section>.row-fluid {
    padding-top: 4.8rem;
    padding-bottom: 3rem;
  }
  .advertising-faq-page {
    padding: 4.8rem 3rem 3rem;
    text-align: center;
  }
  .pricing-section-one h1 {
    font-size: 90px;
    line-height: 98px;
  }
  .pricing-section-one {
    margin-top: 124px;
    text-align: center;
  }
}


@media(max-width: 1199px){
  .enterprise-section-one p+ul {
    width: 100%;
  }
  .enterprise-page {
    overflow: hidden;
  }
  .news-page .dnd-section>.row-fluid {
    max-width: 960px !important;
  }
  .news-section-one .dnd-section>.row-fluid {
    padding-top: 4.7rem;
    padding-bottom: 3rem;
  }
  .advertising-faq-section-one h1 {
    font-size: 40px;
  }
  .pricing-section-one h1 {
    font-size: 70px;
    line-height: 75px;
  }
}

@media(max-width: 1024px){
  .news-section-one h1 {
    font-size: 40px;
  }
  .news-section-two .span4 h2 {
    font-size: 34px;
  }
  .enterprise-top-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .enterprise-section-one h1>strong {
    font-size: 40px;
  }
  .enterprise-section-one p em {
    font-size: 20px;
  }
  .enterprise-section-one ul li {
    font-size: 18px;
    padding: 0 1rem;
  }
  .enterprise-section-one {
    padding-bottom: 100vh;
  }
  .enterprise-top-wrap {
    margin-top: -69px;
    padding-top: 97px;
  }
  .enterprise-section-one h1 span {
    padding: 0;
    font-size: 22px;
    line-height: 33px;
    padding: 0;
  }
  .enterprise-section-one h1 {
    font-size: 40px;
  }
  .how-it-works-one h1 {
    font-size: 40px;
  }
  .how-it-works-two .how-it-work-wrapper .how-it-work-title h2 {
    font-size: 34px;
  }
  .how-it-works-two {
    overflow: hidden;
  }
}

@media(max-width: 991px){
  .pricing-section-one {
    margin-top: 88px;
    text-align: center;
  }
  .news-page .dnd-section>.row-fluid {
    max-width: 720px !important;
  }
  .enterprise-section-one ul{
    width: 100%;
  }
  .enterprise-top-wrap {
    margin-top: -42px;
    padding-top: 98px;
  }
  .how-it-works-one {
    text-align: center;
    padding: 6.5rem 3rem 3rem;
  }
  .news-section-one .dnd-section>.row-fluid {
    padding-top: 6.5rem;
    padding-bottom: 3rem;
  }
  .advertising-faq-page {
    padding: 3.5rem 3rem 3rem;
    text-align: center;
  }
}

@media(max-width: 767px){
  .enterprise-section-one button.btn.btn-primary.btn-lg {
    font-size: 20px;
  }
  .how-it-works-one {
    text-align: center;
    padding: 3.5rem 3rem 3rem;
  }
  .news-page .dnd-section>.row-fluid {
    max-width: 540px !important;
  }
  .news-section-two .span8 {
    width: 100%;
  }
  .news-section-two .span4 {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    min-height: 470px;
  }
  .news-page {
    padding: 0 24px;
  }
}

@media(max-width: 575px){
  .pricing-section-one {
    margin-top: 56px;
    text-align: center;
  }
  .pricing-section-one h1 {
    font-size: 50px;
    line-height: 53px;
  }
}
#w-react-css-reset-23,#w-react-css-reset-24,.w-css-reset{font-size:14px;}
#w-react-css-reset-23,#w-react-css-reset-24,div.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,span.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,ul.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,li.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,label.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,fieldset.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,button.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,img.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,a.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,svg.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,p.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,a.w-css-reset{border:0;}
#w-react-css-reset-23,#w-react-css-reset-24,h1.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:2em;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,h2.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:1.5em;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,h3.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:1.17em;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased}
#w-react-css-reset-23,#w-react-css-reset-24,p.w-css-reset{margin:1.4em 0;}
#w-react-css-reset-23,#w-react-css-reset-24,a.w-css-reset{display:inline;}
#w-react-css-reset-23,#w-react-css-reset-24,span.w-css-reset{display:inline;}
#w-react-css-reset-23,#w-react-css-reset-24,svg.w-css-reset{display:inline;}
#w-react-css-reset-23,#w-react-css-reset-24,ul.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased;list-style-type:none}
#w-react-css-reset-23,#w-react-css-reset-24,ol.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased;list-style-type:none}
#w-react-css-reset-23,#w-react-css-reset-24,li.w-css-reset{box-sizing:inherit;box-shadow:none;color:inherit;display:block;float:none;font:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;letter-spacing:0;line-height:inherit;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;padding:0;position:static;text-decoration:none;text-transform:none;text-shadow:none;transition:none;word-wrap:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-font-smoothing:antialiased;list-style-type:none}
#w-react-css-reset-23,#w-react-css-reset-24,ul:before.w-css-reset{display:none}
#w-react-css-reset-23,#w-react-css-reset-24,ol:before.w-css-reset{display:none}
#w-react-css-reset-23,#w-react-css-reset-24,li:before.w-css-reset{display:none}