*, *: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;
  padding: 0 20px;
}

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



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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-brands-400.eot) format("embedded-opentype"), 
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-brands-400.woff2) format("woff2"), 
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-brands-400.woff) format("woff"),
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-brands-400.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}


@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-light-300.eot) format("embedded-opentype"),
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-light-300.woff2) format("woff2"), 
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-light-300.woff) format("woff"), 
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-light-300.ttf) format("truetype");
  font-style: normal; 
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-solid-900.woff) format("woff"),
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

@font-face { 
  font-family: "din-2014"; 
  src: url("https://use.typekit.net/af/cb6232/00000000000000003b9b0ad8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/cb6232/00000000000000003b9b0ad8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/cb6232/00000000000000003b9b0ad8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal; 
  font-weight: 400; 
  font-display: auto; 
}

@font-face { 
  font-family: "gt_pressuralight"; 
  src: url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/gt-pressura-light_1-webfont.woff2) format("woff2"), 
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/gt-pressura-light_1-webfont.woff) format("woff");
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: "gt_pressuraregular"; 
  src: url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/gt-pressura-regular_1-webfont.woff2) format("woff2"), 
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/gt-pressura-regular_1-webfont.woff) format("woff"); 
  font-style: normal;
  font-weight: normal;
}

@font-face { 
  font-family: "gt_pressurabold"; 
  src:  url('https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/Goava_September2021/fonts/GTPressura-Bold.eot') format("embedded-opentype"),
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/GTPressura-Bold.woff2) format("truetype"),
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/GTPressura-Bold.woff2) format("woff2"), 
    url(https://3052158.fs1.hubspotusercontent-eu1.net/hubfs/3052158/raw_assets/public/Goava_September2021/fonts/GTPressura-Bold.woff) format("woff"); 
  font-style: normal;
  font-weight: bold;
}

html {
    font-size: 62.5%;
}

body {
  line-height: 1.4;
  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 {
  margin: 0 0 1.4rem;
}

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

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

ul, ol {
    padding-left: 26px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  white-space: normal;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-appearance: none;
  font-family: Arial;
  line-height: 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 label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-size: 17px;
  line-height: 28.9px;
  font-family: gt_pressuralight, "GT Pressura", sans-serif;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  width: 100%;
  padding: 15px 15px;
  border-radius: 5px;
  font-weight: 400;
  color: #9ac2bd;
  border: solid 1px rgba(255, 255, 255, 0.55);
  background-color: rgba(255, 255, 255, 0.09);
  min-height: 42px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: normal;

}

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

input:focus-visible {
  outline:none;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

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

form .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 {
  background: #f4cece;
}

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

.actions {
  margin: 18px 0;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  white-space: normal;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-appearance: none;
  font-family: Arial;
  line-height: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

main.body-container-wrapper .widget-type-form,
.body-container-wrapper .hs-search-field,
.blog-comments form,
.systems-page form{
  background-color: #0a6e61;
  padding:25px;
  margin:10px 0;
  color:#fff;
}

form textarea {
    min-height: 160px;
}

form .hs-form-field > label, form .hs-error-msgs label {
    -webkit-font-smoothing: antialiased;
}

ul.hs-search-field__suggestions >li {
    color: rgba(29,29,29,1.0);
}

.hs-search-field--open .hs-search-field__suggestions {
    padding: 10px !important;
}

.hs-search-field--open .hs-search-field__suggestions {
    margin-top: 10px !important;
}
ul.hs-search-field__suggestions>li>a:hover {
    background: none;
}
/* 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 */

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

.custom-mobile-menu {
  -webkit-font-smoothing: antialiased;
}

.custom-header-group {
  /* height: 72px; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.custom-header-group .page-center {
  padding: 0 20px;
  max-width: 100%;
}

.nav-languages {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 19px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.drop-down {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background: transparent;
  border: 1px solid #f5d4b7;
  padding: 1px 6px;
}

.dropbtn p {
  font-family: "GT Pressura", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #f5d4b7;
  font-size: 16px;
  padding: 0;
  line-height: 1.7em;
  letter-spacing: normal;
  margin: 0;
}

.drop-down-content {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  right: auto;
  background: #1c2228;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  padding: 8px 15px;
  box-sizing: border-box;
  line-height: normal;
  height: auto;
  min-width: 100%;
  width: auto;
  text-align: left;
  z-index: 10;
}



.drop-down-content a {
  display: block;
  text-align: center;
  font-family: 'gt_pressuralight','GT Pressura', sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: normal;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
}

.nav-languages img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}

.drop-down:hover .drop-down-content {
  display: block;
}

header .header-logo {
  float: left;
  position: absolute;
  padding: 9px 10px;
}

header .header-logo {
  width: 200px;
  line-height: 62px;
}

header .header-logo a {
  display: inline-block;
  /* padding-right: 20px; */
}

header .header-logo >div {
  display: inline-block;
}

header .header-logo >div img {
  vertical-align: middle;
}

.custom-logo-one {
  padding-right: 20px;
  font-family: 'gt_pressuralight','GT Pressura', sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: normal;
}

.custom-logo-two {
  border-left: 1px solid rgba(244, 212, 183, 0.5);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  display: inline-block;
  padding-right: 20px;
  font-family: 'gt_pressuralight','GT Pressura', sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: normal;
}


.custom-get-stared-button-group {
  line-height: 72px;
  height: 72px;
  display: inline-block;
  position: absolute;
  right: 130px;
  font-family: 'gt_pressuralight','GT Pressura', sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: normal;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
}

.custom-gte-stared-button a {
  font-family: "GT Pressura", sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block;
  line-height: normal;
  color: #333;
  padding: 10px 20px;
  max-width: 250px;
  width: 100%;
  background-color: #f5d4b8;
  border: 2px solid #f5d4b8;
  border-radius: 50px;
  text-align: center;
  box-shadow: none;
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fal, .far {
  font-family: "Font Awesome 5 Pro";
}

.custom-header-group {
  min-height: 72px;
}

.custom-menu-primary {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  line-height: 72px;
  height: 72px;
  display: inline-block;
  position: relative;
  padding: 0;
  font-family: 'gt_pressuralight','GT Pressura', sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: normal;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >a {
  font-family: "GT Pressura", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #f5d4b7;
  padding: 0 15px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block;
  line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children >a:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  content: '\f0d7';
  margin-left: 7px;
  text-decoration: none;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(1)::before {
  border-right: 1px solid #f5d4b7;
  content: "";
  display: inline-block;
  height: 1em;
  position: relative;
  vertical-align: middle;
  width: auto;
  margin-bottom: .15em;
  right: 3px;
  margin-left: 4px;
}

.custom-get-stared-button-group {
  top: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
  background-color: #f5d4b7;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 2px;
  top: 20px;
  width: 50%;
  margin: 0 auto;
  display: block;
  left: 25%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  visibility: visible;
  transform: scaleX(1);
}

.custom-gte-stared-button a:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}


body.scroll-header .custom-header-group {
  background-color: #0a6e61;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li >ul {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  background: #1c2228;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 9px;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  padding: 8px 15px;
  box-sizing: border-box;
  line-height: normal;
  height: auto;
  min-width: 100%;
  width: auto;
  text-align: left;
  z-index: 10;
  position: absolute;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul li a {
  white-space: nowrap;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul:before {
  content: '\f2ec';
  font-family: 'Font Awesome 5 Pro';
  color: #1c2228;
  font-weight: 900;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.nav-item-wrapper {
  visibility: visible;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
  transition: .33s ease;
}

.nav-item-wrapper .right-col {
  width: 30rem;
}

.nav-item-wrapper .right-col .nav-title {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  padding: 0;
  white-space: normal;
}

.nav-item-wrapper .right-col .nav-desc {
  font-size: 14px;
  padding: 0;
  white-space: normal;
  font-family: arial;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul li a.produkt .nav-item-wrapper:before {
  content: "\f542";
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li  .nav-item-wrapper:before {
  width: 15px;
  font-size: 2.5rem;
  padding-right: 4rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a.integrationer .nav-item-wrapper:before {
  content: "\f140";
}



.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a.vår-data .nav-item-wrapper:before {
  content: "\f201";
}



.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a.mobilapp .nav-item-wrapper:before {
  content: "\f3ce";
}

.nav-item-wrapper .right-col .nav-title {
  margin: 0;
}

.nav-item-wrapper .right-col p {
  font-family: 'gt_pressuralight','GT Pressura', sans-serif;
  text-decoration: none;
  line-height: 1.7em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li .nav-item-wrapper:before {
  padding-right: 55px;
  position: relative;
  top: -1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul >li {
  visibility: collapse;
  margin-top: 4px;
  padding: 0!important;
  font-family: 'gt_pressuralight','GT Pressura', sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}

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


.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a.blogg .nav-item-wrapper:before {
  content: "\f518";
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a.kunskapsbank .nav-item-wrapper:before {
  content: "\f5db";
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a.kundberättelser .nav-item-wrapper:before {
  content: "\f0c0";
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a.kontakt .nav-item-wrapper:before {
  content: "\f118";
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a.karriär .nav-item-wrapper:before {
  content: "\f0b1";
}

.custom-menu-primary .hs-menu-wrapper>ul>li.logga-in>ul {
  max-width: 277.8px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.logga-in>ul .nav-item-wrapper {
  padding: 0;
  padding: 0 15px;
  font-size: 18px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.logga-in>ul .nav-item-wrapper .right-col {
  width: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.logga-in>ul .nav-item-wrapper .right-col {
  font-size: 18px;
  font-family: "GT Pressura", sans-serif;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.logga-in>ul li {
  margin: 0;
  margin-top: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.logga-in>ul li .right-col:before {
  content: "\f30d";
  margin-right: 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.dropbtn {
  border-radius: 0;
  text-transform: none;
}

.popup-wrapper {
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-wrapper .popup-block {
  padding: 20px;
  min-height: 318px;
  border-radius: 25px;
  background-color: #0a6e61;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-wrapper .close-popup {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 25px;
  padding-left: 5px;
  cursor: pointer;
  top: 20px;
}

.popup-wrapper .close-popup:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 1px;
  background-color: #f5d4b8;
  -webkit-transform: rotate(
    -45deg
  );
  -ms-transform: rotate(-45deg);
  transform: rotate(
    -45deg
  );
  top: 1px;
}

.popup-wrapper .close-popup span {
  height: 25px;
  width: 1px;
  background-color: #f5d4b8;
  display: inline-block;
  -webkit-transform: rotate(
    45deg
  );
  -ms-transform: rotate(45deg);
  transform: rotate(
    45deg
  );
}


.popup-wrapper {
  display: none;
}
.boka-demo-wrapper {
  width: 350px;
  height: 565px;
  max-height: 100vh;
  overflow-y: scroll;
}

.up-form-wrapper {
  position: relative;
  padding: 20px;
  line-height: 1.42857143;
}

.custom-popup-form-text h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  display: block;
  margin-bottom: 9px;
  color: #f5ded9;
  margin-top: 19px;
}

.custom-popup-form-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #f5ded9;
  line-height: normal;
}

.custom-popup-form-text p {
  margin: 0 0 10px;
  line-height: 1.42857143;
}

.up-form-wrapper form label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #f5ded9;
  margin-bottom: 5px;
  line-height: 1.42857143;
}

.popup-wrapper form input[type=text],.popup-wrapper form input[type=email],.popup-wrapper form input[type=password],.popup-wrapper form .popup-wrapper input[type=tel],.popup-wrapper form input[type=number],.popup-wrapper form input[type=file],.popup-wrapper form select,.popup-wrapper form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  min-height: auto;
}

.popup-wrapper [type="checkbox"] {
  margin: 13px 7px auto 0px;
  float: left;
}

.popup-wrapper [type="checkbox"] +span {
  display: block;
}

.popup-wrapper form input[type=submit] {
  height: 45px;
  margin-top: 20px;
  background-color: #30265c;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  letter-spacing: 0;
}

.boka-demo-wrapper {
  max-width: 100vw;
}

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

.popup-wrapper [type="checkbox"] +span a {
  color: #4A90E2;
}

.popup-wrapper [type="checkbox"] +span a:hover {
  text-decoration: underline;
}


.popup-wrapper .close-popup {
  z-index: 9999;
  cursor: pointer;
}

header.header .cm_checkbox-popup {
  display: none;
}


header.header.form-open .popup-wrapper{
  display: block;
}


body.no-banner header.header {
  min-height: 72px;
}

body.no-banner header.header .custom-header-group {
  background-color: #0a6e61;
}


.up-form-wrapper form label {
  -webkit-font-smoothing: subpixel-antialiased;
}

.dropbtn:hover {
  background: none;
}

button.dropbtn {
  -webkit-font-smoothing: antialiased;
}

.custom-header-group .page-center {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.logga-in>ul li:hover .nav-item-wrapper {
  background: none;
  color: #fff !important;
}


.popup-wrapper .hs-form-required {
  color: #a94442;
  margin-left: 3px;
}

.up-form-wrapper form .hs-error-msgs label {
  color: red;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.logga-in ul {
  max-width: initial;
  padding-top: 9px;
}


@media only screen and (min-width: 1301px){
  .openmenu{
    display:none;
  }
  .custom-mobile-menu-group {
    display: none !important;
  }
}


@media only screen and (max-width: 1300px){
  .custom-mobile-menu .hs-menu-wrapper>ul li a.child-open::after {
    transform: rotate(45deg);
  }
  .custom-mobile-menu .hs-menu-wrapper>ul li a {
    width: 100%;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul li a {
    display: block;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a::after {
    content: '+';
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger {
    width: 50px;
    position: absolute;
    right: -18px;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 9999;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger::before {
    content: '+';
    display: block;
    height: 63px;
    color: #fff;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul li {
    position: relative;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
    display: none;
  }

  .custom-mobile-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li>a {
    margin-top: 0;
  }
  .mainmenu.custom-menu-primary {
    display: none;
  }

  .custom-get-stared-button-group {
    display: none;
  }

  .nav-languages {
    display: inline-block;
    position: absolute;
    right: 95px;
    top: 22px;
  }

  .openmenu {
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 24px;
    width: 29px;
    height: 25px;
    background-image: none;
    cursor: pointer;
  }

  header .mobile-menu span {
    display: block;
    height: 4px;
    width: 100%;
    background: #f5d4b7 !important;
    border-radius: 2px;
    margin-bottom: 5px;
  }

  .custom-mobile-menu-group {
    text-align: left;
    width: 100%;
    box-shadow: none;
    max-width: 400px;
    background: rgba(28, 34, 40, 0.95);
    padding-left: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    box-shadow: inset -10px 0 16px -10px rgb(0 0 0 / 40%);
    line-height: 30px;
  }

  body.show-mobile-nav .custom-mobile-menu-group {
    display: block;
  }

  header .header-logo {
    z-index: 999;
  }

  .closemenu {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 24px;
    height: 25px;
    cursor: pointer;
    background-image: none;
  }

  header .close-menu {
    display: block;
  }

  header .close-menu:before, header .close-menu:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #f5d4b7;
  }

  header .close-menu:before {
    transform: rotate(
      45deg
    );
  }

  header .close-menu:after {
    transform: rotate(
      -45deg
    );
  }

  .custom-mobile-menu .hs-menu-wrapper >ul {
    display: block;
    border-top: none !important;
    padding-left: 40px;
    padding: 20px 40px;
    margin: 72px 0;
    padding-left: 40px;
  }



  .custom-mobile-menu .hs-menu-wrapper >ul li a {
    border-bottom: none;
    margin: 20px 0px;
    padding: 0;
    font-size: 20px;
    color: #f5d4b7 !important;
    font-family: "GT Pressura", sans-serif;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
    display: inline-block;
    line-height: normal;
  }



  body.show-mobile-nav .openmenu {
    display: none;
  }

  .custom-get-stared-button-group.mobile-popup-button {
    display: block;
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: normal;
    height: auto;
  }

  .custom-get-stared-button-group.mobile-popup-button a {
    font-size: 20px;
    display: inline-block;
    line-height: normal !important;
    padding: 9px 20px!important;
  }

  .custom-get-stared-button-group.mobile-popup-button ~ li>a:before {
    content: "\f30d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    margin-right: 1rem;
  }
  .custom-get-stared-button-group.mobile-popup-button a {
    padding-top: 10.5px !important;
    height: 45.2px;
  }

  .custom-mobile-menu-group {
    box-shadow: none;
  }

  .custom-mobile-menu-group {
    display: initial;
    left: -400px;
    transition: all ease-in-out 0.4s;
  }

  body.show-mobile-nav .custom-mobile-menu-group {
    display: initial;
    left: 0;
    transition: none;
  }


}


@media only screen and (max-width: 980px){
  .custom-mobile-menu .hs-menu-wrapper>ul li a {
    margin: 30px 0px;
  }

  .custom-mobile-menu .hs-menu-wrapper>ul li+li> a {
    margin-top: 0;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger::before {
    height: 53px;
  }

  .custom-get-stared-button-group.mobile-popup-button {
    margin: 0;
    height: auto;
    line-height: normal;
  }
  .show-mobile-nav .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 , 0, 0.75);
    z-index: 3;
  }

}

@media only screen and (max-width: 510px){
  header .header-logo>div.custom-logo-two {
    display: none;
  }
  header .header-logo {
    width: auto;
  }
}
footer.footer {
  min-height: 300px;
  background-color: #242323;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
}

footer.footer .page-center {
  padding: 30px 0px;
}

footer.footer.Lp .footer-col.copy {
  width: 30%;
}

.footer .container {
  max-width: 1200px !important;
}

.footer-col:nth-child(1) {
  width: 5%;
  margin-right: 5%;
}

.footer-col {
  float: left;
  width: 20%;
}

.footer-col:nth-child(2) {
  width: 30%;
}

.footer-col:nth-child(3) {
  width: 5%;
  margin-right: 5%;
}

.footer-col:nth-child(4) {
  width: 25%;
}

.footer h4, .footer h6 {
  font-size: 16px;
  padding-bottom: 5px;
  color: #f5d4b7;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0 0 0.5em 0;
  line-height: normal;
  padding-bottom: 5px;
  letter-spacing: 0;
}

.footer p, .footer a, .footer li {
  font-size: 14px;
  padding: 0;
  line-height: 1.6em !important;
  padding-bottom: 4px;
  color: #ececec;
  text-decoration: none !important;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.eubidrag-card {
  width: 100%;
  height: auto;
  min-height: 50px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  background: #fff;
  padding: 10px;
}

.eubidrag-card p {
  line-height: 1.1rem !important;
}

.eubidrag-card .eubidrag-image {
  background: transparent;
  text-align: center;
  display: inline-block;
  float: left;
  width: 20%;
  align-self: center;
}

.eubidrag-card .eubidrag-text {
  box-sizing: border-box;
  padding-left: 10px;
  display: inline-block;
  float: left;
  width: 80%;
  max-width: 740px;
}

.eubidrag-card .eubidrag-text p {
  font-size: 9px;
  padding: 0;
  color: #000;
  line-height: 1.2em;
  text-decoration: none !important;
  font-family: din-2014, sans-serif;
  margin: 0;
}

.eubidrag-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.eubidrag-card img {
  width: 100%;
  max-width: 300px;
  display: block;
  padding-bottom: 0;
  text-align: center;
  object-fit: cover !important;
  object-position: center center !important;
}

.footer-col .hs-menu-wrapper ul {
  display: block;
  padding-left: 40px;
  margin: 1rem 0;
}

.footer-col .hs-menu-wrapper ul a {
  white-space: nowrap;
  color: #f5d4b7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  display: block;
}

.footer .social-media {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

.footer .social-media li {
  display: inline-block;
}

.footer a {
  display: inline-block;
}

.footer .fab {
  font-size: 30px;
  padding: 5px;
  margin-top: 15px;
  text-decoration: none;
  vertical-align: sub;
  margin: 0;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.footer-col .hs-menu-wrapper ul a:hover {
  text-decoration: underline !important;
}

.footer-col .hs-menu-wrapper ul a {
  display: inline-block;
}
footer.footer.Lp .footer-col.address {max-width: none;margin-left: 0;}


@media only screen and (max-width: 1150px){
  footer.footer.Lp .footer-col:first-child {
    display: none;
  }
  footer.footer.Lp .footer-col:nth-child(3),footer.footer.Lp .footer-col:nth-child(4) {
    display: none;
  }
  footer.footer {
    min-height: 350px;
  }
  .footer-col:nth-child(1) {
    width: 10%;
  }
  .footer-col:nth-child(2) {
    width: 80%;
    margin-bottom: 2rem;
  }
  .footer-col:nth-child(3) {
    width: 10%;
  }
  .footer-col:nth-child(4) {
    width: 30%;
  }
  .footer-col .hs-menu-wrapper ul {
    padding-inline-start: 0px;
  }
  .eubidrag-card img {
    width: 100% !important;
  }
  footer.footer.Lp .footer-col.address {
    width: 30%;
  }
}

@media only screen and (max-width: 1024px){
  .footer-col:nth-child(1) {
    width: 100%;
    max-width: 600px;
    margin: 0;
  }
  .footer-col:nth-child(2), .footer-col:nth-child(3) {
    width: 100%;
  }
  .footer-col {
    padding-bottom: 40px;
  }
  .footer-col:nth-child(4) {
    width: 100%;
  }
  .footer-col {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
  }
  .eubidrag-card img {
    width: auto !important;
  }
  .eubidrag-card {
    width: 70%;
  }
  .eubidrag-card .eubidrag-text p {
    font-size: 12px;
  }
  .footer .social-media {
    flex-direction: row;
  }  
  footer.footer.Lp .footer-col.copy {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  footer.footer.Lp .footer-col.address {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1100px){
  footer.footer.Lp .footer-col.copyright {
    margin-right: 1%;
  }
}

@media only screen and (max-width: 696px){
  .eubidrag-card {
    width: 100%;
    margin-top: 20px !important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}