*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.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;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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;
}
.dnd-section[class*="-force-full-width-section"] {
    padding: 0;
}

@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 ;
  }
}
.dnd-section > .row-fluid,
.content-wrapper{
  margin: 0 auto;
  width:92%;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
    max-width: 100%;
}
@font-face{
  font-family:brandon-grotesque;
  src:url(https://use.typekit.com/af/6286a5/0000000000000000000132e3/27/l?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.com/af/6286a5/0000000000000000000132e3/27/d?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.com/af/6286a5/0000000000000000000132e3/27/a?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
}

@font-face{
  font-family:acumin-pro;
  src:url(https://use.typekit.com/af/12c4ab/00000000000000003b9acafc/27/l?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.com/af/12c4ab/00000000000000003b9acafc/27/d?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.com/af/12c4ab/00000000000000003b9acafc/27/a?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
}

@font-face{
  font-family:acumin-pro;
  src:url(https://use.typekit.com/af/bc932e/00000000000000003b9acaf7/27/l?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=i4&v=3) format("woff2"),
    url(https://use.typekit.com/af/bc932e/00000000000000003b9acaf7/27/d?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=i4&v=3) format("woff"),
    url(https://use.typekit.com/af/bc932e/00000000000000003b9acaf7/27/a?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
}

@font-face{
  font-family:acumin-pro;
  src:url(https://use.typekit.com/af/c3db01/00000000000000003b9acaf6/27/l?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.com/af/c3db01/00000000000000003b9acaf6/27/d?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.com/af/c3db01/00000000000000003b9acaf6/27/a?primer=7ceb210e49ade74e23101e10f006f110a0b6588c7c57777a6e3d98a38b749696&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
}

body {
  line-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}

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



/* Paragraphs */

p {
  line-height: 160%;
  margin:0;
  margin-bottom:30px;
}

svg {
  width: 100%;
  height: 100%;
}

iframe {
    max-width: 100%;
}

/* Anchors */

a {
  cursor: pointer;
  font-weight:bold;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align:middle;
}

p+p, ul+p, ol+p, p+ul, p+ol {
    margin-top: 30px;
}

p:last-child{
margin-bottom:0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  margin-bottom:20px;
}

h1 {
  line-height: 110%;
}

h2 {
  line-height: 110%;
}

h3 {
  line-height: 120%;
}

h4 {
  line-height: 125%;
}

h5 {
  line-height: 135%;
}

h6 ,blockquote, cite {
  line-height: 140%;
}


/* Lists */

ul,
ol {
  padding:0;
  margin:0;
  margin-bottom:1rem
}

ul li,
ol li{
  margin: 5px 0 5px 25px;
}

li{
  line-height: 160%;
}

@media screen and (max-width:680px){
  li{
    font-size: 1rem;
    line-height: 185%;
  }

  p {
    font-size: 1rem;
    line-height: 185%;
  }

}



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

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

img{
  max-width:100%;
  height:auto
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin-top:40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/quote-marks.svg);
  background-repeat: no-repeat;
  text-align: center;
}

blockquote:before,
blockquote:after{
  width: 100%;
  height: 2px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  content: '';
  background: #dbdade;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

blockquote:before {
  top: 0;
}

blockquote:after{
  bottom:0
}

/* Horizontal rules */

hr {
  height: 2px;
  margin: 40px 0;
  display: block;
  clear: both;
  background: #dbdade;
  border:0;
}


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

  blockquote{
    width: 100%;
    max-width: 720px;
    padding: 106px 0 60px;
    background-size: 26px 19px;
    background-position: top 60px center;
  }

  blockquote:before{
    max-width: 345px;
    height: 2px;
  }

  blockquote:after{
    max-width: 345px;
    height: 2px;
  }

}


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

  blockquote{
    width: 100%;
    max-width: 420px;
    padding: 66px 0 40px;
    background-size: 14px 11px;
    background-position: top 40px center;
  }

  blockquote:before,
  blockquote:after{
    max-width: 245px;
  }

}

/* Form fields */

.hs-form-field {
  margin-bottom:15px;
}

h3.form-title {
  margin-bottom: 0px;
}


/* Labels */

form label {
  padding-top: 7px;
  display: block;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #222326;
  font-size: .875rem;
  line-height: 32px;
}

.systems-page form input[type=checkbox] {
  vertical-align: -7px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
  margin-bottom: 4px;
}

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

  .hs-landing-page h3.form-title {
    font-size: 36px;
  }

}

/* Inputs */

input[type=text], 
input[type=password],
form select,
form textarea,
.hs-input {
  padding: 0 15px;
  line-height: normal;
  width: 100%;
  display: block;
  outline:none !important;
  font-size:1rem;
  min-height: 55px !important;
  border:3px solid;
  font-weight:400;
  font-family:Arial;
  -webkit-transition: border ease .25s;
  -ms-transition: border ease .25s;
  transition: border ease .25s;
}

a.hs-button.primary {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

select.hs-input{
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1px;
  padding-top: 1px;
  -webkit-appearance: none;
  font-size: .875rem;
  padding-right:50px;
}

div#hs-search-module .hs-button {
  margin-top: 15px;
}

input:focus{
  outline:0
}

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

/* Inputs - checkbox/radio */

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

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 ul.inputs-list > * + * {
  margin-top: .5rem !important;
}

form ul.inputs-list {
  margin: 1rem 0;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* // Fix radio */
form input[type=radio] {
  min-height: auto !important;
  width: 1.5rem;
  
  height: 1.5rem;
}

form label.hs-form-radio-display {
  display: flex;
  align-items: center;
}

/* 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 .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: #ff0000;
}

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

.hs-error-msg,
.hs-error-msgs label{
  color: #ff0000 !important;
}

ul.no-list.hs-error-msgs.inputs-list label {
  width: 100%;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  font-size: .625rem;
  padding: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

.hs_error_rollup {
  padding: 15px 0;
}

/* Submit button */

.hs-button,
.cta_button {
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  line-height: 100% ;
  text-align: center;
  -webkit-transition: all ease .25s;
  -ms-transition: all ease .25s;
  transition: all ease .25s;
  border-style: solid;
}

.hs-button{
  min-height: 42px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .inputs-list span {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  line-height: 120%;
  padding-top: 0;
}

label.hs-form-checkbox-display {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

form .inputs-list span:after {
  display: block;
  clear: both;
  content: '';
}


form input[type=checkbox] {
  /*  Quick override for HS defaults  */
  width: 26px !important;  
  height: 26px;
  display: inline-block;
  position: relative;
  top: 2px;
  border: 3px solid #dbdade !important;
  appearance: none;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  min-height: auto !important;
  padding: 0;
}

form input[type=checkbox]:before {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #222326;
  display: inline-block;
  content: '';
  opacity: 0;
}
form input:([type="checkbox"]):hover{
  border: 3px solid #dbdade !important;
}
form input[type=checkbox]:checked:before {
  opacity: 1;
}

form textarea.hs-input {
  min-height: 266px !important;
  padding: 15px;
  font-family: "acumin-pro",Arial,Sans-Serif
}

form input[type=checkbox] {
  margin-right: 0;
}

form .inputs-list>li {
  margin: 0;
}

label.hs-form-checkbox-display {
  padding: 0;
}

@media(max-width:1024px){
  form label {
    line-height: 28.8px;
  }

  .hs-button {
    padding: 11px 14px !important;
    font-size: .875rem;
  }

}


@media(max-width:680px){
  form label {
    line-height: 29.6px;
  }
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: 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;
}
@-webkit-keyframes circle-bg-spin {
  from {
    -webkit-transform: translate(-50%, -30%) rotate(0deg)
  }

  to {
    -webkit-transform: translate(-50%, -30%) rotate(360deg)
  }
}

@keyframes circle-bg-spin {
  from {
    transform: translate(-50%, -30%) rotate(0deg)
  }

  to {
    transform: translate(-50%, -30%) rotate(360deg)
  }
}

.timeline-wrapper h5 {
  font-size: 1.125rem;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.about-page .widget-type-rich_text h6 {
  font-size: 1.125rem;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 120%;
}

.gallery h2:last-child {
  margin: 0;
}

.badge-section {
  overflow: hidden;
}

.what-we-do-page .content-with-top-icon .button {
  margin-top: 40px;
}

.sticky-menu .page-menu.first.fixed .inner {
  position: static !important;
}

.sticky-menu .page-menu .static-height {
  display: none !important;
}

.sticky-menu {
  position: sticky;
  top: 90px;
  z-index: 9;
}

.row-fluid [class*="span"] {
  min-height: 0px;
}

.body-container-wrapper {
  overflow: hidden;
}

.hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.3333% !important;
}

.hs-responsive-embed-wrapper.hs-responsive-embed {
  min-width: auto !important;
  margin: 0 !important;
}

blockquote p {
  font-style: italic;
  font-size: 1.375rem;
}

blockquote>strong {
  line-height: 140%;
  color: #222326;
  font-style: normal;
  font-size: 1.625rem;
  font-weight: bold;
}

.what-we-do-page .widget-type-rich_text h2 + p:last-child{
  font-size: 1.375rem;
}

.what-we-do-page .our-stry span.icon.icon--large img {
  width: 100%;
}

@media(max-width:1265px){
  .sticky-menu {
    top: 80px;
  }
}
@media(max-width:1440px){
  .what-we-do-page .widget-type-rich_text h2 + p:last-child{
    font-size: 1.25rem;
  }
}


@media screen and (max-width: 1440px) and (min-width: 769px){
  blockquote>strong {
    font-size: 1.375rem;
  }
}

@media(max-width:768px){
  blockquote>strong {
    font-size: 1.375rem;
  }
}

@media(max-width:680px){

  blockquote p {
    font-size: 1.125rem;
  }

  blockquote>strong {
    font-size: 1.25rem;
  }


  .what-we-do-page .widget-type-rich_text h2 + p:last-child{
    font-size: 1.125rem;
  }

}












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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  text-align: left;
  margin-top: 40px;
  border:0;
  margin-bottom:0;
  word-break: initial;
}

table tr:hover td {
  background: #f7f7f7;
}

.body-container-website table p {
  margin-top: 46px;
}

th, td {
  vertical-align: inherit;
  border:0;
  border-bottom: 2px solid;
}

th, td {
  padding: 18px 12px;
}

.webinars-wrapper .card {
  background-image: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/shapes-5.svg);
}

.webinars-wrapper .card.turqoise {
  background-image: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/shapes-6.svg);
}

.webinars-wrapper .card.purple {
  background-image: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/shapes-7.svg);
}

.webinars-wrapper .card.blue {
  background-image: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/shapes-8.svg);
}

.webinars-wrapper .card:after {
  background-image: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/halo.svg);
}

.webinars-wrapper .card.purple:after {
  background-image: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/triangles.svg);
}

.webinars-wrapper .card.blue:after {
  background-image: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/bracket.svg);
}

.webinars-wrapper .card.turqoise:after {
  background-image: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/bars.svg);
}

.webinars-wrapper .modal__close {
  background: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/cross.svg) center/14px 14px no-repeat;
}

.container-fluid.webinars-top-section .hs-error-msg,
.container-fluid.webinars-top-section .hs-error-msgs label{
  color:red!important;
}

.webinars-top-section blockquote strong{
  line-height: 140%;
  font-size: 1.25rem;
  font-weight: bold;
  color: #222326;
}

form .hs-fieldtype-select .input{
  position:relative;
}

form .hs-fieldtype-select .input:before {
  content: '';
  width: 49px;
  height: 49px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 3px;
  border-top: 0;
  border-right: 0;
  pointer-events: none;
  background: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/caret-down.svg) center/16px 10px no-repeat;
}

form .hs-fieldtype-select .input.open:before {
-webkit-transform: rotate( 180deg);
-ms-transform: rotate(180deg);
transform: rotate( 180deg);
}

form .hs-fieldtype-select .input:before {-webkit-transition: all ease .25s;-ms-transition: all ease .25s;transition: all ease .25s;background-color: transparent !important;}


form .hs-fieldtype-select .input{
    overflow:hidden;
}

.webinars-top-section figure{
  margin:0;
}

.webinars-top-section figure h3{
  width: 92%;
  max-width: 910px;
  margin: 0 auto;
}


.rapid-growth-page .benefits .content-wrapper:last-child{
  padding-bottom:0;
}

.rapid-growth-page .benefits {
  padding-top: 0px;
}

.rapid-growth-form-section form .hs-input{
  border-width:3px;
}

.webinars-top-section .content-with-image p{
  margin-top:30px;
}

.success-stories-top-section{
  min-height: 417px;
  position: relative;
}


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

  th, td {
    font-size: 1.25rem;
  }

  .success-stories-top-section{
    margin-top: -250px;
  }

  .success-stories-top-section .webinars-wrapper{
    padding-bottom:80px;
  }


}

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

  .webinars-top-section blockquote strong{
    font-size:26px;
  }


}

@media screen and (max-width: 1440px) and (min-width: 768px){

  .webinars-top-section blockquote strong{
    font-size: 22px;
    font-size: 1.375rem;
  }

}

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

  .webinars-top-section form .hs-richtext.hs-main-font-element p{
    font-size: 1rem!important;
    line-height: 185%!important;
  }

  .success-stories-top-section {
    min-height: 320px;
    margin-top: -50px;
    margin-bottom: 40px;
  }

  .success-stories-top-section .webinars-wrapper .icon--large{
    max-width: 85px;
    max-height: 85px;
  }

  .success-stories-top-section .webinars-wrapper {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 681px){

  .body-container-website table p{
    font-size: 18px;
    font-size: 1.125rem;
  }

}






.banner-section .team-members .site-banner.banner-wrap {
  padding-top: 110px;
}
@media(max-width:1024px){
  .banner-section  .team-members .site-banner.banner-wrap {
    padding-top: 80px;
  }
}

.no-banner .outer-header {
  min-height: 110px;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  width: 100%;
  padding:0;
}
body.has-banner header.site-header {
  border-bottom-color: rgba(255,255,255,0.15);
  background: transparent;
}
.contact-header .site-header {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,0.15);
}

.contact-header .outer-header {
  background-color: #6e3edc;
  min-height: 110px;
}
.contact-page .bottom-pane p.site-cta__title {
  font-size: 5.125rem;
  line-height: 110%;
}
.contact-top-section {
  padding: 80px 0;
}

.contact-top-section .content-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-top-section .content-wrapper>div {
  width: 31.3333333333%;
  margin-right: 3%;
}

.contact-top-section .hs_cos_wrapper_type_rich_text h2 {
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.125rem;
}

.contact-top-section .content-wrapper>div.right-col {
  margin-right: 0;
}

.contact-top-section .hs_cos_wrapper_type_rich_text p {
  font-size: 1.625rem;
  color: #222326;
}

.contact-top-section p a {
  color: inherit;
  border-bottom: 2px solid transparent;
}

.contact-top-section p a:hover {
  border-bottom-color: #222326;
}
.modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.youtube-player {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.youtube-player__icon.youtube-player__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
}

.modal-outer{
  width: 100%;
}
.modal-inner{
  width: 92%;
  max-width: 1040px;
  margin: 0px auto;
  padding: 40px;
  position: relative;
  background: #fff;
}

.modal__close {
  -webkit-transition: opacity ease .25s;
  -ms-transition: opacity ease .25s;
  transition: opacity ease .25s;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
span.youtube-player__icon.card__icon {
  border-radius: 1000px;
  border: 2px solid rgba(255,255,255,0.3);
  display: inline-block;
  width: 80px;
  height: 80px;
}

a.modal__close {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/cross.svg) center/14px 14px no-repeat;
  overflow: hidden;
  text-indent: -99999px;
}
a.modal__close {
  border: 0;
}

a.modal__close:Hover {
  opacity: 0.5;
}
.lock-scroll {
  overflow: hidden;
}
@media screen and (max-height: 640px){
  .modal__outer {
    position: relative;
    padding: 60px 0;
  }
}
@media screen and (min-height: 641px){
  .modal__outer {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.modal__outer {
  width: 100%;
}

.modal__inner {
  width: 92%;
  max-width: 1040px;
  margin: 0px auto;
  padding: 40px;
  position: relative;
  background: #fff;
}

.business-page .hs_cos_wrapper_type_rich_text h3 {
  margin: 0;
}

.business-page .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 0;
}
.business-page .hs_cos_wrapper_type_rich_text *+h1,
.business-page .hs_cos_wrapper_type_rich_text h1+*,
.business-page .hs_cos_wrapper_type_rich_text *+h2,
.business-page .hs_cos_wrapper_type_rich_text h2+*,
.business-page .hs_cos_wrapper_type_rich_text *+h3,
.business-page .hs_cos_wrapper_type_rich_text h3+*,
.business-page .hs_cos_wrapper_type_rich_text *+h4,
.business-page .hs_cos_wrapper_type_rich_text h4+*,
.business-page .hs_cos_wrapper_type_rich_text *+h5,
.business-page .hs_cos_wrapper_type_rich_text h5+*,
.what-we-do-page  .hs_cos_wrapper_type_rich_text h6+*,
.what-we-do-page  .hs_cos_wrapper_type_rich_text *+h6{
  margin-top: 20px
}

.banner-section .dnd-section,
.medium-page  .banner-section .dnd-section {
  padding: 0;
}

.business-page .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 0;
}
.business-page .hs_cos_wrapper_type_rich_text blockquote,
.business-page .hs_cos_wrapper_type_rich_text blockquote+*{
  margin-top: 40px;
}

.business-page .hs_cos_wrapper_type_rich_text footer {
  margin-top: 30px;
}

.business-page .hs_cos_wrapper_type_rich_text cite {
  font-size: 1.625rem;
  font-style: normal;
  color: #222326;
  font-weight: bold;
}
.business-page .hs_cos_wrapper_type_rich_text blockquote h4 strong {
  font-size: 1.625rem;
  line-height: 140%;
}

.business-page .hs_cos_wrapper_type_rich_text blockquote h4 {
  margin-top: 30px;
  margin-bottom: 0;
}
.medium-page .dnd-section {
  padding: 180px 0;
}
.what-we-do-page .hs_cos_wrapper_type_rich_text h6 {
  font-size: 1.125rem;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 120%;
  margin-bottom: 0;
}
.fitvids-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fitvids-container {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.25%;
}
.medium-page .dnd-section>.row-fluid {
  max-width: 910px;
}
.business-page .hs_cos_wrapper_type_rich_text p+h1,
.business-page .hs_cos_wrapper_type_rich_text  p+h2,
.business-page .hs_cos_wrapper_type_rich_text ul+h1, 
.business-page .hs_cos_wrapper_type_rich_text ul+h2 {
  margin-top: 60px;
}

.business-page .hs_cos_wrapper_type_rich_text h2 ,
.business-page .hs_cos_wrapper_type_rich_text h4 {
  margin-bottom: 0;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 10px 15px;
  color: #fff;
}
.abt-bottom-sec .hs_cos_wrapper_type_rich_text p {
  font-size: 1.375rem;
}

.abt-bottom-sec .hs_cos_wrapper_type_rich_text h5 {
  font-size: 1.125rem;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  text-transform: uppercase;
  margin-top: 22px;
  letter-spacing: 1.5px;
}
.abt-bottom-sec .hs_cos_wrapper_type_rich_text svg {
  max-width: 168px;
  max-height: 168px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1440px){
  .modal__inner {
    padding: 20px;
  }
  .abt-bottom-sec .hs_cos_wrapper_type_rich_text svg {
    max-width: 125px;
    max-height: 125px;
    display: block;
    margin: 0 auto;
  }
  .modal__close {
    background-color: #f4f3f7!important;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  span.youtube-player__icon.card__icon{
    width: 70px;
    height: 70px;
  }
  .business-page .hs_cos_wrapper_type_rich_text blockquote h4 strong {
    font-size: 1.375rem;
  }
  .what-we-do-page .hs_cos_wrapper_type_rich_text h6 {
    font-size: 1rem;
  }
  .abt-bottom-sec .hs_cos_wrapper_type_rich_text h5{
    font-size: 1rem;
  }
  .abt-bottom-sec .hs_cos_wrapper_type_rich_text p{
    font-size: 1.25rem;
  }

}

@media screen and (max-height: 640px){
  .modal-outer {
    position: relative;
    padding: 60px 0;
  }
}

@media(min-width:681px){
  main.body-container-wrapper.home-page .our-stry {
    padding: 78px 0 80px;
  }
}
@media(min-width:1025px){
  main.body-container-wrapper.home-page .our-stry {
    padding: 76px 0 80px;
  }
}
@media(max-width:1440px){
  .contact-page .bottom-pane p.site-cta__title {
    font-size: 3.875rem;
  }

  .contact-top-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 1rem;
  }
  .medium-page .dnd-section {
    padding: 110px 0;
  }

}

@media screen and (max-width: 1024px) {
  .no-banner .outer-header {
    min-height: 80px;
  }
  .contact-header .outer-header {
    min-height: 80px;
  }
  .contact-top-section .hs_cos_wrapper_type_rich_text p {
    font-size: 1.375rem;
  }
}
@media(max-width:768px){
  .contact-top-section .content-wrapper>div {
    width: 100%;
    margin: 0;
  }

  .contact-top-section .content-wrapper>div.cnter-col {
    margin-top: 40px;
  }
  span.youtube-player__icon.card__icon{
    width: 50px;
    height: 50px;
  }
  .contact-top-section .content-wrapper>div.right-col {
    margin-top: 40px;
  }

  .contact-top-section {
    text-align: center;
  }

  .contact-header .site-header {
    background-color: transparent !important;
    border-bottom: 1px solid #e3e3e3;
  }

  .contact-page .bottom-pane p.site-cta__title {
    font-size: 3.5rem;
  }

}
@media(max-width:680px){
  .contact-page .bottom-pane p.site-cta__title {
    font-size: 2.25rem;
  }
  .business-page .hs_cos_wrapper_type_rich_text blockquote h4 strong {
    font-size: 1.375rem;

    font-size: 1.25rem;

  }
  .abt-bottom-sec .hs_cos_wrapper_type_rich_text h5 {
    font-size: .875rem;
  }

  .abt-bottom-sec .hs_cos_wrapper_type_rich_text p{
    font-size: 1.125rem;
  }
  .what-we-do-page .hs_cos_wrapper_type_rich_text h6 {
    font-size: .875rem;
  }
  .contact-top-section {
    padding: 50px 0;
  }
  .medium-page .dnd-section {
    padding: 80px 0;
  }
  .contact-top-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: .875rem;
  }
  .abt-bottom-sec .hs_cos_wrapper_type_rich_text svg {
    max-width: 85px;
    max-height: 85px;
  }
}



.about-page .team-members h1.site-banner__title {
  font-size: 3.875rem;
}

@media(max-width: 1440px) {
  .about-page .team-members h1.site-banner__title {
    font-size: 3.25rem;
  }

  .about-page .widget-type-rich_text h6 {
    font-size: 1rem;
  }
}

@media(max-width: 768px) {
  .about-page .team-members h1.site-banner__title {
    font-size: 2.875rem;
  }
}

@media(max-width: 680px) {
  .about-page .team-members h1.site-banner__title {
    font-size: 2rem;
  }

  .about-page .widget-type-rich_text h6 {
    font-size: .875rem;
  }
}
.site-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  border-bottom: 1px solid #e3e3e3;
  border-bottom-color: rgba(255,255,255,0.15);
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.active-header .site-header.no-nav {
    padding-top: 27px;
    padding-bottom: 27px;
}

body .site-header .cta_button {
  padding: 15px 21px !important;
}

.no-banner .site-header {
  background-color:#fff !important;
  border-bottom: 1px solid #e3e3e3 !important;
}

.site-header.no-nav{
  padding-top: 37px;
  padding-bottom: 37px;
  justify-content: flex-start;
}

.active-header header.site-header {
  border-bottom: 1px solid #e3e3e3 !important;
}

body.active-header .site-header{
  background:#fff !important
}

.site-header .custom-logo a,
.site-header .custom-menu-primary a{
  border:0 
}

.custom-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.custom-logo a {
  display: block;
}

.svg-logo-layer-1 .circle {
  opacity: 0;
}

.svg-logo-layer-1 .tri-top, .svg-logo-layer-1 .tri-bottom {
  opacity: 0;
}

.svg-logo-layer-2, .site-logo .circle {
  -webkit-transition: opacity ease .5s;
  -ms-transition: opacity ease .5s;
  transition: opacity ease .5s;
}

.tri-top, .tri-bottom {
  -webkit-transition: transform ease .375s;
  -ms-transition: transform ease .375s;
  transition: transform ease .375s;
}
.svg-logo-layer-1 .tri-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.custom-logo a:hover .svg-logo-layer-1 .tri-top,
.custom-logo a:hover .svg-logo-layer-1 .tri-bottom, 
.custom-logo a:hover .svg-logo-layer-1 .circle{
  opacity: 1;
}

.custom-logo a:hover .svg-logo-layer-2 {
  opacity: 0;
}

.custom-logo a:hover .svg-logo-layer-1 .tri-top,
.custom-logo a:hover .svg-logo-layer-1 .tri-bottom {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.nav-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.site-header .custom-menu-primary {
  margin: 0 auto;
}

.site-header .custom-menu-primary ul{
  padding:0;
  margin:0;
  list-style-type:none
}

.site-header .custom-menu-primary .submenu-toggle {
  display: none;
}

.site-header .custom-menu-primary .menu-arrow{
  display:none
}


.site-header .custom-menu-primary .level-1 {
  position: relative;
  top: 1px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease .25s;
  -ms-transition: all ease .25s;
  transition: all ease .25s;
}

.site-header .custom-menu-primary .level-1 a{
  display: block;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.078em;
}

.site-header .custom-menu-primary .level-1>li {
  margin: 0;
  display: block;
  list-style: none;
  line-height: 90%;
  position:relative
}

.site-header .custom-menu-primary .level-1>li>a:hover{
  box-shadow: inset 0 -3px 0 #fff;
}


body .site-header .custom-menu-primary .submenu.level-1>li>a.menu-link.active-item {
  box-shadow: inset 0 -3px 0 #fff;
}
body.active-header .site-header .custom-menu-primary .submenu.level-1>li>a.menu-link.active-item,
body.no-banner .site-header .custom-menu-primary .submenu.level-1>li>a.menu-link.active-item{
    box-shadow: inset 0 -3px 0 #222326;
}
.site-header .custom-menu-primary .level-2 {
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transition: opacity ease .25s,background-color ease .25s;
  -ms-transition: opacity ease .25s,background-color ease .25s;
  transition: opacity ease .25s,background-color ease .25s;
  width: 260px;
  padding: 10px 15px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 3px;
  left: 50%;
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  text-align: center;
}

.no-banner .site-header .custom-menu-primary .level-2,
body.active-header .site-header .custom-menu-primary .level-2{
  background-color:#222326 !important;
}

.no-banne .site-header .custom-menu-primary .level-1>li>a:hover,
body.active-header .site-header .custom-menu-primary .level-1>li>a:hover{
  box-shadow: inset 0 -3px 0 #000;
}


.site-header .custom-menu-primary .level-2:before{
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: border-color ease .25s;
  -ms-transition: border-color ease .25s;
  transition: border-color ease .25s;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #222326;
  border-bottom-color: #fff;
}

body.active-header .site-header .custom-menu-primary .level-2:before{
  border-bottom: 6px solid #222326;
}

.site-header .custom-menu-primary .level-2 li{
  font-size: 14px;
  font-size: .875rem;
  line-height: 140%;
  display:block;
  padding: 0;
  margin: 0;
}

.site-header .custom-menu-primary .level-2 a{
  padding: 10px;
}

.no-banner .site-header .custom-menu-primary .level-2 a,
body.active-header .site-header .custom-menu-primary .level-2 a{
  color: rgba(255,255,255,0.6) !important;
}
.no-banner .site-header .custom-menu-primary .level-2 a:hover,
body.active-header .site-header .custom-menu-primary .level-2 a:hover{
  color: #fff !important;
}

.site-header .custom-menu-primary .level-1>li:hover .level-2{
  opacity: 1;
  pointer-events: all;
}

.button-section {
  margin-left: auto;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.site-header .toggle-menu {
  width: 30px;
  height: 19px;
  display: none;
  position: relative;
  border:0
}

.toggle-menu__line {
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
}


.toggle-menu__line {
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.toggle-menu__line:nth-of-type(1) {
  top: 0;
}

.toggle-menu__line:nth-of-type(2) {
  top: 8px;
}

.toggle-menu__line:nth-of-type(3) {
  top: 16px;
}
.toggle-menu.active .toggle-menu__line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-menu.active .toggle-menu__line:nth-of-type(2) {
  opacity: 0;
}

.toggle-menu.active .toggle-menu__line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle-menu.active .toggle-menu__line {
  top: 8px;
}

.mobile-menu {
  display:none
}

.no-banner .site-header .cta_button,
body.active-header .site-header .cta_button{
  color: #222326;
  border-color: #222326;
}

.no-banner .site-header .cta_button:hover,
body.active-header .site-header .cta_button:hover{
  background-color: #222326;
  color: #ffffff;
  border-color: #222326;
}

.no-banner.active-header .site-header{
  min-height: 85px!important;
}
@media screen and (min-width:1025px){

  .custom-logo a {
    width: 146px;
    height: 36px;
  }
  .site-header .custom-menu-primary .level-1{
    height: 110px;
  }

  body.active-header .site-header .custom-menu-primary .level-1{
    height:90px;
  }

  .site-header .custom-menu-primary .level-1>li>a{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  body.active-header .site-header .custom-menu-primary .level-1>li>a{
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .no-banner .site-header .custom-menu-primary .level-1>li>a,
  body.active-header .site-header .custom-menu-primary .level-1>li>a{
    color: #606063 !important; 
  }

  .custom-logo a svg path{
    fill:#fff
  }

  body.active-header .custom-logo a svg path,
  .no-banner .custom-logo a svg path
  {
    fill: #222326;
  }

  .toggle-menu__line{
    background:#fff
  }

  body.active-header .toggle-menu__line,
  .no-banner .toggle-menu__line{
    background: #222326;
  }

}

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

  .site-header .custom-menu-primary .level-1>li{
    font-size: 1rem;
    position:relative
  }

  .site-header .custom-menu-primary .level-1>li>a{
    padding-left: 17px;
    padding-right: 17px;
  }

}

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

  .site-header{
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media screen and (max-width:1440px){
  .site-header{
    padding-left: 4%;
    padding-right: 4%;
  }

}

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

  .site-header .custom-menu-primary .level-1>li>a{
    padding-left:15px;
    padding-right:15px;
  }

}
@media screen and (max-width: 1265px){
  .no-banner .outer-header,
  body.no-banner .site-header {
    min-height: 80px!important;
  }
  .no-banner .site-header {
    border-bottom: 1px solid #e3e3e3;
  }

  .no-banner.active-header .site-header {
    min-height: 80px !important;
}
  
}

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

  .site-header{
    height:80px;
  }
  
  .button-section>div {
    display: none;
}

  .nav-wrapper {
    display: none;
  }

  .button-section {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
  }

  .custom-logo {
    width: 50%;
  }

  .site-header {
    border-bottom-color: rgba(255,255,255,0.15);
  }

  .site-header .cta_button{
    display:none
  }

  .site-header .toggle-menu {
    display: block;
  }

  .mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 890;
    background: #222326;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:all .3s;
    display:block
  }

  .mobile-menu.open{
    opacity:1;
    visibility:visible;
    pointer-events:all
  }

  .mobile-menu .custom-menu-primary {
    width: 100%;
    max-height: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mobile-menu .custom-menu-primary .level-1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 60px 4%;
    text-align: center;
  }

  .mobile-menu .custom-menu-primary .level-1 li{
    width: 100%;
    margin: 0;
    list-style: none;
  }

  .mobile-menu .custom-menu-primary .level-1 li.has-submenu>a {
    padding-right: 30px;
    padding-left: 30px;
    width:100%
  }

  .mobile-menu .custom-menu-primary .level-1 a{
    display: block;
    font-weight: bold;
    color: #fff;
    position:relative
  }

  .mobile-menu .custom-menu-primary .level-2 li{
    font-size: 1.75rem;
  }

  .mobile-menu a{
    border:0
  }

  .mobile-menu .submenu-toggle {
    display: none;
  }

  .mobile-menu .menu-arrow{
    display:none
  }

  .mobile-menu .custom-menu-primary .level-2{
    display:none
  }

  .mobile-menu .child-trigger{
    -webkit-transition: transform ease .25s;
    -ms-transition: transform ease .25s;
    transition: transform ease .25s;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 0;
    content: '';
    background: url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/caret-down-white.svg) center/18px no-repeat;
  }

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

  }


}

@media screen and (max-width: 1265px) and (min-width: 681px){

  .mobile-menu .custom-menu-primary .level-1>li{
    font-size: 2.625rem;
  }

  .mobile-menu .custom-menu-primary .level-1>li{
    margin-top: 15px
  }

  .mobile-menu .custom-menu-primary .level-1>li:first-child{
    margin-top:0
  }

}


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

  .site-header{
    background:#fff !important
  }

  .custom-logo a {
    width: 123px;
    height: 30px;
  }

  .toggle-menu__line {
    background: #222326;
  }

}

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

  .mobile-menu .custom-menu-primary {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mobile-menu .custom-menu-primary .level-1>li{
    font-size:1rem;
  }

  .mobile-menu .custom-menu-primary .level-1>li>a{
    font-size: 1.625rem;
  }

  .mobile-menu .custom-menu-primary .level-1>li{
    margin-top: 25px
  }

  .mobile-menu .custom-menu-primary .level-1>li:first-child{
    margin-top:0
  }

  .mobile-menu .custom-menu-primary .level-2{
    padding-top: 15px;
  }

  .mobile-menu .custom-menu-primary .level-2 li{
    line-height: 70%;
  }

  .mobile-menu .custom-menu-primary .level-2 li a{
    font-size: 1.125rem;
  }

  .mobile-menu .custom-menu-primary .level-2 li{
    margin-top:15px;
  }

  .mobile-menu .custom-menu-primary .level-2 li:first-child{
    margin-top:0
  }

  .mobile-menu .child-trigger{
    top:0
  }

}
.footer {
  position: relative;
  overflow: hidden;
}

.footer:before{
  width: 30%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: '';
}

.footer a{
  -webkit-transition: opacity ease .25s;
  -ms-transition: opacity ease .25s;
  transition: opacity ease .25s;
  border:0;
  font-weight:400
}

.footer a:hover{
  opacity: 0.5;
}

.footer p{
  margin:0
}

.footer p+p{
  margin-top: 30px;
}

.footer .content-wrapper {
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  width: 92%;
}

.site-footer__section--1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.site-footer__section--2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.site-footer__col--2 {
  margin-left: auto;
}

.site-footer__col--3 {
  margin-top: auto;
  padding-top: 40px;
}

.footer .title{
  line-height: 140%;
  margin: 0;
  font-weight:bold;
  padding: 0;
  font-family: "acumin-pro",Arial,Sans-Serif;
}

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

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

.footer-menu ul li {
  margin: 0;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}

.footer-menu ul li:not(:first-child){
  margin-top: 10px;
}

.footer-form {
  margin-top: 25px;
}

.footer-form form{
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap:wrap;
  display: flex;
  width: 100%;
}

.footer-form .hs_submit.hs-submit {
    position: absolute;
    top: 0;
    right: 0;
}

.footer .hs_error_rollup {
    order: 4;
    padding: 0;
}

.footer-form ul.no-list.hs-error-msgs.inputs-list label {
    line-height: 20px;
    padding: 10px 0;
}

.footer-form form .hs-form-field{
  margin:0;
  width: 100%;
    max-width: Calc(100% - 58px);
}

.footer-form form .hs-email>label{
  position: absolute;
  top: -8px;
  left: 18px;
  opacity: 0;
  line-height: 100%;
  font-family: "acumin-pro",Arial,Sans-Serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  color: #b3b3b3;
  font-size: 13px;
  font-size: .8125rem;
}

.footer-form form .hs-input{
  border-color: #fff !important;
  background: none;
  font-family: "acumin-pro",Arial,Sans-Serif;
  color: #fff;
  height: 60px !important;
  padding: 0 15px;
  line-height: normal;
  transition: all ease .25s;
}

.footer-form form .hs-input:focus,
.footer-form form .hs-input:hover{
  border-color: #fff !important;
}

.footer-form form .hs-input::placeholder{
  color:#fff !important
}

.footer-form .hs-button{
  width: 58px;
  padding: 0;
  height: 60px;
  border-color: #fff;
  overflow: hidden;
  text-indent: -99999px;
  margin: 0;
  background: #fff url(//25254056.fs1.hubspotusercontent-eu1.net/hubfs/25254056/raw_assets/public/Wow_November_2021/images/arrow-right.svg) 50% 50%/26px 13px no-repeat !important;
}

.footer-form .hs-button:hover{
  background-position: 65% 50% !important;
  border-color: #fff !important;
}

.footer-form .hs-error-msgs label{
  padding:0;
}


.footer-social .social-icons svg * {
  height: auto;
}

.footer-form ul.no-list.hs-error-msgs.inputs-list label {
    text-align: left;
}


.copyright-wrapper p{
  font-size: .75rem;
  margin:0;
}
.copyright-wrapper p+p{
  margin-top: 10px;
}

.site-footer__logo {
  width: 90px;
  height: 23px;
  display: block;
  margin: 0 auto 30px;
}

.site-footer__logo svg * {
  fill: #fff;
}

.mobile-copyright{
  display:none
}



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

  .site-footer__col--1, .site-footer__col--2 {
    width: 48.5%;
  }

}

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

  .site-footer__section--2 {
    width: 30%;
  }

  .site-footer__section--1 {
    width: 70%;
  }

}


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

  .site-footer__section--2  {
    padding-top: 60px;
    padding-left: 90px;
  }

  .site-footer__section--1 {
    padding-right: 90px;
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .footer .title{
    font-size: 1.625rem;
  }

  .footer-menu ul li{
    font-size:1rem;
  }

  .site-footer__section--2 p {
    font-size: 1.125rem;
  }

}

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

  .site-footer__section{
    padding-top:40px;
  }

  .site-footer__section--1 {
    padding-bottom: 30px;
  }

  .footer-menu ul li{
    font-size: .875rem;
  }

  .site-footer__section--2 p {
    font-size: 1rem;
  }

  .footer-form .hs-button{
    width:55px;
  }
  
  .footer-form form .hs-form-field {
    max-width: calc(100% - 55px);
}

}


@media screen and (max-width: 1440px) and (min-width: 768px){

  .site-footer__section--1 {
    padding-right: 60px;
  }

  .site-footer__section--2 {
    padding-left: 40px;
  }

  .footer .title{
    font-size: 1.375rem;
  }


}

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

  .site-footer__section--1 {
    padding-right: 30px;
  }

  .site-footer__section--2 {
    padding-left: 25px;
  }

  .copyright-wrapper a {
    display: block;
  }

}

@media screen and (max-width: 768px){
  
  .footer .title {
    font-size: 1.375rem;
  }
  
}


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

  .footer .content-wrapper{
    width:100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-footer__section--1, 
  .site-footer__section--2 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .site-footer__section--2 {
    padding-bottom: 100px;
  }

  .copyright-wrapper{
    display:none
  }

  .mobile-copyright{
    display:block;
    margin-top: 20px;
  }

  .footer:before{
    content:none
  }

  .footer .mobile-copyright p{
    margin-top: 15px;
    font-size: .75rem;
  }

  .mobile-copyright a {
    display: block;
  }

  .footer .title{
    font-size: 1.25rem;
  }

}


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

  .site-footer__col--1,
  .site-footer__col--2 {
    width: 100%;
  }
  
  .site-footer__col--2 {
    margin-top: 30px;
  }

}
