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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('http//f.hubspotusercontent-eu1.net/hubfs/24884004/PriceGain_January2022/Fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/raw_assets/public/PriceGain_January2022/fonts/FontAwesome/fontawesome-webfont.woff2) format('woff2'),
    url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/raw_assets/public/PriceGain_January2022/fonts/FontAwesome/fontawesome-webfont.woff) format('woff'),
    url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/raw_assets/public/PriceGain_January2022/fonts/FontAwesome/fontawesome-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Corbel';
  src: url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/PriceGain_January2022/Fonts/374E2E_0_0.eot%27) format('embedded-opentype'),
    url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/raw_assets/public/PriceGain_January2022/fonts/Corbel400/374E2E_0_0.woff2) format('woff2'),
    url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/raw_assets/public/PriceGain_January2022/fonts/Corbel400/374E2E_0_0.woff) format('woff'),
    url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/raw_assets/public/PriceGain_January2022/fonts/Corbel400/374E2E_0_0.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Corbel';
  src: url('https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/PriceGain_January2022/Fonts/374E2E_1_0.eot') format('embedded-opentype'),
    url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/raw_assets/public/PriceGain_January2022/fonts/CorbelBold/374E2E_1_0.woff2) format('woff2'),
    url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/raw_assets/public/PriceGain_January2022/fonts/CorbelBold/374E2E_1_0.woff) format('woff'),
    url(https://24884004.fs1.hubspotusercontent-eu1.net/hubfs/24884004/raw_assets/public/PriceGain_January2022/fonts/CorbelBold/374E2E_1_0.ttf) format('truetype');
  font-weight: 600;
  font-style: normal
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 1600px){
  html {
    font-size: 118.8%;
  }

}

body {
  line-height: 1.55;
  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 {
  padding: 0.571em 0 0.571em 0;
  margin: 0;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 1.142em 0 0.571em 0;
  margin: 0;
  line-height: 1.1;
}
h1 {
  padding-top: 0;
}
h3,h4,h5,h6 {
  line-height: 1.5em;
}

h1{

  line-height: 1.34em;
}
h2{

  line-height: 1.34em;
}
/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
ul.no-list {
  list-style: none;
}
.body-container-wrapper ul,
.body-container-wrapper ol{
  padding-left: 1.5rem;
}
.body-container-wrapper li{
  line-height: 1.55;
  padding-top: 0.2855em;
  padding-bottom: 0.2855em;
}
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  border-left: 5px solid #eee;
  margin-top: 0.571em;
  margin-bottom: 0.571em;
  padding-left: 1rem;
  font-family: "Corbel",Helvetica,Arial,sans-serif;
  font-style: italic;
}
figure {
  margin: 0;
}
img{
  max-width:100%;
}
/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eee;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
::selection {
  color: #FFF;
  background: #a5843e;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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: 1.4rem;
}

/* Labels */

form .hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 13px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

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

/* Inputs - checkbox/radio */
.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

form .inputs-list>li + li {
  padding-top: 2px;
}
form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

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

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

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,
a.hs-button,
a.button{
  font-size: 12px;
  line-height: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Open Sans;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  text-decoration: none;
}
form input[type=submit]:hover,
form .hs-button:hover,
a.hs-button:hover{
  text-decoration: none;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 14px;

  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-error-msgs {
  padding: 0 !important;
  margin: 0 !important;
}

.hs-error-msgs label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 14px;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
form input[type=submit],
form .hs-button {
  margin: 15px 0;
}
form .hs-richtext {
  margin-bottom: 3px;
  line-height: 24px;
}
form .legal-consent-container .inputs-list label {
  font-family: Open Sans;
  color: #33475b;
}
@media(min-width:768px){
  form{
    max-width:767px;
  }
}
/* 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 container */
.header-wrapper {
  z-index: 25;
  position: relative;
  border: none;
  height: 100%;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_container {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding: 0;
  position: absolute;
  left: 20px;
  pointer-events: auto;
  display: inline-block;
  border: none;
  float: right;
  border-radius: 4px;
  font-size: 1.071rem;
  line-height: 1.4em;
  font-weight: 400;
}

.header-container:before,.header-container:after {
  display: block;
  content: "";
  clear: both;
}

.slide-nav-trigger span {
  background: #fff;
}

.slide-nav-trigger span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background .3s .3s;
  -moz-transition: background .3s .3s;
  transition: background .3s .3s;
  background: #2e3233;
  display: inline-block;
  height: 3px;
  width: 24px;
}

.slide-nav-trigger span::before {
  top: -6px;
}

.slide-nav-trigger span::before, 
.slide-nav-trigger span::after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform .3s .3s;
  -moz-transition: -moz-transform .3s .3s;
  transition: transform .3s .3s;
}

.slide-nav-trigger span, 
.slide-nav-trigger span::before,
.slide-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: inherit;
}

.slide-nav-trigger span::after {
  top: 6px;
}

.main-logo {
  float: left;
  padding: 0;
  z-index: 10;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  top: 51%;
  width: 100%;
  pointer-events: none;
  margin-top: 3px;
}

.main-logo img {
  margin: 0 auto;
  pointer-events: auto;
  width: 10em !important;
  height: auto;
  max-width: 100%;
  display: block;
}

#navbar a[data-toggle="slidebar"] {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#navbar a[data-toggle="slidebar"] i.fa {
  font-size: 1.2em;
  color: white;
}

.fa-user-o:before {
  content: "\f2c0";
}

.header-wrapper {
  height: 90px;
  position: relative;
  pointer-events: auto;
}

.slide-nav-trigger span {
  background: #fff;
}

.menu-wrapper {
  height: 100%;
  right: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .2s,visibility .2s;
  -moz-transition: -moz-transform .2s,visibility .2s;
  -o-transition: -o-transform .2s,visibility .2s;
  transition: transform .2s,visibility .2s;
  position: fixed;
  z-index: 992;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  background: #135c6e;
  color: #FFF;
  width: 25em;
  padding: 1.5em 5em;
  font-size: 1.2em;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  left: 0;
  padding-right: 5em;
  max-width: 90vw;
}

.navbar-toggle {
  font-size: 0;
}

.navbar-toggle:hover {
  background: transparent;
}
.mobile-open .menu-wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.menu-wrapper .-close {
  position: absolute;
  z-index: 1;
  line-height: 1;
  border: 0;
  font-size: 2rem;
  text-decoration: none;
  background: transparent;
  top: 0;
  padding: 0 !important;
  left: 0;
  opacity: .5;
  top: 30px;
  outline: none;
}

.menu-wrapper .-close > span {
  padding: 0.55em;
  padding-left: 1em;
  outline: 0;
}

.menu-wrapper .header-title h2 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1rem;
  opacity: .35;
}
.custom-menu-primary {
  margin: 40px 0;
  margin-top: 4em;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  font-size: 1.02em;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-bottom: 1em;
  position: relative;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper ul > li > a {
  display: block;
  line-height: 1.4em;
  color: #FFF;
  font-weight: 400;
  font-family: "Corbel",Helvetica,Arial,sans-serif;
  padding: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.35em;
  width: 100%;
  position: relative;
}

.custom-menu-primary .addad-dropdown-toggle {
  padding: 0;
  font-size: 1.071rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-left: 5px;
  border-radius: 0;
  vertical-align: middle;
  display: inline-block;
  right: 0;
  border: none;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 1em;
  margin-top: 0.1em;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: relative;
  background: transparent;
  font-family: inherit;
}

.custom-menu-primary .addad-dropdown-toggle:after,
.custom-menu-primary .addad-dropdown-toggle:before {
  content: '';
  position: absolute;
  top: 5px;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  background: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, transform 0.3s, right 0.3s, color 0.2s;
  -o-transition: width 0.3s, transform 0.3s, right 0.3s, color 0.2s;
  transition: width 0.3s, transform 0.3s, right 0.3s, color 0.2s;
  width: 7px;
}

.custom-menu-primary .addad-dropdown-toggle:before {
  -webkit-transform: rotate( 45deg );
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate( 45deg );
  right: 13px;
}

.custom-menu-primary .addad-dropdown-toggle:after {
  right: 9px;
  -webkit-transform: rotate( -45deg );
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate( -45deg );
}

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

.addcode-backdrop {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141414;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  will-change: opacity;
}

.mobile-open .addcode-backdrop,
.tab-open .addcode-backdrop{
  opacity: .7;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  visibility: visible;
}

.child-trigger {
  position: absolute;
  width: 100%;
  height: 28px;
  top: 0;
  left: 0;
  cursor: pointer;
}
.custom-menu-primary .child-open .addad-dropdown-toggle:before {
  -webkit-transform: rotate( -45deg );
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate( -45deg );
}

.custom-menu-primary .child-open .addad-dropdown-toggle:after {
  -webkit-transform: rotate( 45deg );
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate( 45deg );
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul {
  font-size: .9em;
  padding: 0 0px 10px 15px;
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul > li {
  padding-top: 0.5em;
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul > li > a {
  line-height: 1.4em;
  font-size: 1.063em;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > a {
  padding: 0;
  text-decoration: none;
  display: block;
  line-height: 1.4em;
  color: #FFF;
  font-weight: 600;
  font-size: 1.063em;
  font-family: "Corbel",Helvetica,Arial,sans-serif;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a > span {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.35em;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child svg {
  fill: #FFF;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  margin: 0;
}
.header_container {
  height: 100%;
}

.header-container, .navbar-inner,div#navbar {
  height: 100%;
}
.navbar-toggle:focus,.navbar-toggle:active {
  background-color: transparent;
  background-image: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.menu-hover .addad-dropdown-toggle:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.menu-hover .addad-dropdown-toggle:after {
  background: #7aa8bb;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #7aa8bb;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus{
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover .addad-dropdown-toggle:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover .addad-dropdown-toggle:before {
  background-color: #7aa8bb;
}

@media (min-width: 768px){
  .visible-xs-inline {
    display: none;
  }
}

@media (min-width: 992px){
  .menu-wrapper {
    float: right;
  }
}
@media (min-width: 1200px){
  .header_container{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px){
  #navbar a[data-toggle="slidebar"] {
    right: 25px;
  }
}

@media (max-width: 767px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a>span > span:first-child {
    display: none;
  }
  .visible-xs-inline {
    display: inline;
  }
  .navbar-toggle {
    left: 15px;
  }

  html {
    font-size: 100%;
  }

  body.mobile-open {
    padding-right: 17px;
    overflow: hidden;
  }

  .menu-wrapper {
    padding: 1.5em 3em;
    width: 100%;
  }
  .author-card .associate-container {
    max-width: 390px;
  }

}
.tab-open .team-swipebar {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

body.tab-open {
  overflow: hidden;
  padding-right: 17px;
}
.footer_container {
  margin: 0 auto;
}

footer.footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  z-index: 1;
}
.copyright-row {
  color: #c2d7e1;
  padding-top: 1.582vw;
  padding-bottom: 1.582vw;
}

.footer_container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.content-row {
  margin-left: -10px;
  margin-right: -10px;
}

.content-row:before,.content-row:after {
  display: block;
  content: "";
  clear: both;
}

.copyright-row .left-row,.copyright-row .right-row {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.copyright-row .left-row {
  width: 83.33333333%;
  float: left;
}

.copyright-row .right-row {
  width: 16.66666667%;
  float: left;
  text-align: right;
}

.copyright-row img {
  width: 24px;
  height: 24px;
  opacity: .8;
  vertical-align: middle;
}

strong {
  font-family: "Corbel",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

footer a {
  color: #c2d7e1;
}
.footer-row {
  color: #FFF;
  padding-top: 2.8vw;
  padding-bottom: 2.8vw;
  width: 100%;
  font-size: 1rem;
}

.footer-row hr {
  background-color: transparent;
  border-style: solid solid dotted solid;
  border-width: 1px;
  border-color: transparent transparent #FFF transparent;
  color: #FFF;
  margin-top: 2.52vw;
  margin-bottom: 2.52vw;
}
.footer-elements-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-col {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  float: left;
}
.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px){
  .footer_container{
    padding: 0 30px;
  }
  .copyright-row .left-row{
    width: 83.33333333%;
    float: left;
  }
  .copyright-row .left-row,
  .copyright-row .right-row,
  .footer-col{
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer_container {
    padding: 0 30px;
  }

}
@media (min-width: 992px){
  .copyright-row .left-row{
    width: 83.33333333%;
    float: left;
  }
}
@media (min-width: 1200px){
  .footer_container{
    padding: 0 40px;
  }
}
@media (min-width: 1600px){
  .footer_container{
    padding: 0 2.5vw;
  }
}

@media (min-width: 1600px) and (max-width: 1870px){
  .footer-row {
    padding-bottom: 3.08vw;
    padding-top: 3.08vw;
  }

  .copyright-row {
    padding-bottom: 1.7402vw;
    padding-top: 1.7402vw;
  }

  .footer-row hr {
    margin-bottom: 2.772vw;
    margin-top: 2.772vw;
  }

}

@media (min-width: 1200px) and (max-width: 1599px){
  html {
    font-size: 106.3%;
  }

  .copyright-row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-row {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .footer-row hr {
    margin-bottom: 40px;
    margin-top: 40px;
  }

}

@media (min-width: 992px) and (max-width: 1199px){
  .copyright-row {
    padding-bottom: 22px;
    padding-top: 22px;
  }

  .footer-row {
    padding-bottom: 39px;
    padding-top: 39px;
  }

  .footer-row hr {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}

@media (max-width: 991px){
  .copyright-row {
    padding-bottom: 19px;
    padding-top: 19px;
  }

  .footer-row {
    font-size: .929rem;
    padding-bottom: 34px;
    padding-top: 34px;
  }

  .footer-row hr {
    margin-bottom: 30px;
    margin-top: 30px;
  }

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

  .footer-row .footer_container {
    padding: 0 20px;
  }

  .footer-row {
    padding: 25px 0;
  }

  .footer-col {
    padding-bottom: 0.5em;
  }

  .copyright-row .right-row {
    text-align: unset;
  }

}
@media (max-width: 480px){
  .copyright-row .hs_cos_wrapper_type_rich_text > span {
    width: 100%;
    float: left;
  }
  .copyright-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

}
/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}