*, *: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;
}

@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;
  }
}
.body-wrapper {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
  max-width: 2500px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}


body {
  margin: 0;
  padding: 0;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

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

/* Paragraphs */

p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0 0 1.4rem;
}



/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
a:hover{
  text-decoration: underline;
}


/* Headings */

h1, 
h2
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
  line-height: 120%;
}

h1,h2{
  position:relative;
}
h1,h2{
  margin-top:0;
  padding-bottom: 35px;
  margin-bottom: 25px;
  line-height: 120%;
}
h1:after,
h2:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94px;
  height: 6px;
  background: url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/line.svg) no-repeat center center/100% auto;
}
h3,h4,h5,h6{
  line-height: 120%;
}



/* Lists */

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

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

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


/*
.body-container-wrapper ul {
  list-style: none;
  padding: 0;
}

.body-container-wrapper ul li {
  position: relative;
  padding: 12px 0px 0px 25px;
}

.body-container-wrapper ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #bac814;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 20px;
}

.body-container-wrapper form li{
  padding:0 !important;
}
.body-container-wrapper form li::before {
  display:none !important;
}

*/
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 5px solid;
  margin: 0 0 25px;
  padding-left: 15px;
  border-radius: 3px;
}



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

/* Labels */

form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  color: #5c5f5f;
  font-family: helvetica;
  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 {
  background-color: #f5f8fa;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px 15px;
  min-height: 27px;
  margin:0 0 18px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

form .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-blog-social-share .hs-blog-social-share-item-linkedin button {
    margin: 0;
}
.hs-input.invalid.error {
  border-color: #c87872;
}

.hs-error-msgs label {
  color: #f2545b !important;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

/* Submit button */

form input[type=submit],
form .hs-button,
button, 
.button{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #f07900;
  border-color: #f07900;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  text-decoration:none;
  margin:10px 0 15px;
}

form input[type=submit]:hover,
form .hs-button:hover,
button:hover, 
.button:hover{
  background: #f07900;
  border-color: #f07900;
  color: #ffffff;
  text-decoration:none;
}

form input[type=submit]:focus,
form .hs-button:focus,
button:focus, 
.button:focus{
  background: #f07900;
  border-color: #f07900;
  color: #ffffff;
  text-decoration:none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all .3s ease-in-out;
  border-bottom: 2px solid rgba(255,255,255,.16);

}
.no-banner .header-wrap {
  min-height: 118px;
}
.no-banner header.header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.16);
  background: #60615f;
}

.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header-inner {
  transition: all .3s ease-in-out;
  max-width: 2500px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}

.header-logo {
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  height: 68px;
  margin: 35px 0 15px;
  transition: all .3s ease-in-out;
  width: 274px;
}
.sticky .header-logo {
  background-size: 100% auto;
  height: 45px;
  margin: 15px 0;
  width: 171px;
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header-logo a>span {
  display: none;
}

.header-navbar {
  display: flex;
}
.header-langswitchwrap {
  margin-left: 20px;
}
.header-langswitchwrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.header-langswitchwrap ul>li:first-child {
  background: url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/de.svg) no-repeat center center/100% auto;
}

.header-langswitchwrap ul>li {
  position: relative;
  padding: 20px 0;
}
.header-langswitchwrap ul>li:first-child {
  display: none;
}
.header-langswitchwrap ul li a span {
  display: none;
}

.header-langswitchwrap ul>li:nth-child(2) {
  background: url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/en.svg) no-repeat center center/100% auto;
}
.header-langswitchwrap ul>li a {
  width: 30px;
  height: 13px;
  display: inline-block;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.header-navsearch a {
  font-size: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/search.svg) no-repeat center/100% auto;
  filter: invert(1);
  margin-left: 20px;
}

.header-open_nav {
  display: none;
}
.header-nav .hs-menu-wrapper >ul>li {
  list-style: none;
  position: relative;
}
.header-nav .hs-menu-wrapper >ul {
  list-style-type: none;
  display: flex;
}
.header-nav .hs-menu-wrapper >ul>li>a {
  padding: 20px 15px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.header-nav .hs-menu-wrapper > ul > li > a:before,
.header-nav .hs-menu-wrapper > ul > li.active > a:before{
  content: "";
  position: absolute;
  left: calc(50% - 35px);
  transform: translateX(-50%);
  bottom: -8px;
  height: 6px;
  width: 23px;
  border-radius: 3px;
  background: #fff;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.header-nav .hs-menu-wrapper >ul>li:hover >a:before,
.header-nav .hs-menu-wrapper > ul > li.active > a:before{
  opacity: 1;
  bottom: -3px;
}


.header-nav .hs-menu-wrapper >ul >li>ul {
  flex-direction: column;
  position: absolute;
  z-index: 100;
  top: calc(100% + 10px);
  left: 0;
  background:#fff;
  display:none;
  webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}


.header-nav .hs-menu-wrapper >ul >li>ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.header-nav .hs-menu-wrapper >ul >li>ul>li {
  position: relative;
}


.header-nav .hs-menu-wrapper >ul >li>ul>li>a {
  color: #38393a;
  font-weight: 400;
  padding: 15px 20px;
  white-space: nowrap;
  text-transform: inherit;
  font-size: 17px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  text-decoration: none;
}

.header-nav .hs-menu-wrapper >ul>li:after,
.header-nav .hs-menu-wrapper >ul>li.active:after{
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 23px;
  border-radius: 3px;
  background: #fff;
  opacity: 0;
  transition: all .3s ease-in-out;
  transition-delay: .05s;
}
.header-nav .hs-menu-wrapper > ul > li:hover:after,
.header-nav .hs-menu-wrapper > ul > li.active:after{
  opacity: 1;
  bottom: -3px;
}
.header-nav .hs-menu-wrapper >ul>li>a:after,
.header-nav .hs-menu-wrapper >ul>li.active > a:after{
  content: "";
  position: absolute;
  left: calc(50% - 35px);
  transform: translateX(-50%);
  bottom: -8px;
  height: 6px;
  width: 23px;
  border-radius: 3px;
  background: #fff;
  opacity: 0;
  transition: all .3s ease-in-out;
  left: auto;
  right: calc(50% - 60px);
  transition-delay: .1s;
}
.header-nav .hs-menu-wrapper >ul>li:hover>a:after,
.header-nav .hs-menu-wrapper >ul>li.active >a:after{
  opacity: 1;
  bottom: -3px;
}

.header-langswitchwrap ul {
  margin: 0;
  padding: 0;
}
.header-navsearch {
  display: flex;
  align-items: center;
}
.header-nav .hs-menu-wrapper >ul >li>ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.header-nav .hs-menu-wrapper >ul >li>ul>li:hover>a {
  color: #ee7600;
}
.header-nav .hs-menu-wrapper >ul >li>ul>li>ul {
  position: absolute;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  left: 100%;
  padding-left: 5px;
  top: 0;
  background: #fff;
  display:none;
}
.header-nav .hs-menu-wrapper >ul >li>ul>li>ul>li>a {

  color: #38393a;
  font-weight: 400;
  padding: 15px 20px;
  white-space: nowrap;
  text-transform: inherit;
  font-size: 17px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
}

.header-nav .hs-menu-wrapper >ul >li>ul>li>ul>li:hover>a {
  color: #ee7600;
  text-decoration: none;
}
.header-nav .hs-menu-wrapper >ul>li:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 23px;
  border-radius: 3px;
  background: #fff;
  opacity: 0;
  transition: all .3s ease-in-out;
  transition-delay: .05s;
}

.header-nav .hs-menu-wrapper >ul>li:hover:after{
  opacity: 1;
  bottom: -3px;

}

/* /////on scrolll////// */


header.header.sticky {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.sticky .header-navsearch a {
  filter: none;
}

.sticky .header-nav .hs-menu-wrapper >ul>li>a {
  color: #38393a;
}

.sticky .header-nav .hs-menu-wrapper>ul>li>a:before {
  background: #38393a;
}
.sticky .header-nav .hs-menu-wrapper>ul>li>a:after {
  background: #38393a;
}

.sticky .header-nav .hs-menu-wrapper>ul>li:after{
  background: #38393a;
}


.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger--spin .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  background-color: #5f615f;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #5f615f;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}
.hamburger--spin .hamburger-inner::before {
  transition: top .1s .25s ease-in,opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55,0.055,0.675,0.19);
}

.hamburger-inner::after {
  bottom: -10px;
}
.hamburger.is-active .hamburger-inner {
  background-color: #5f615f;
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}
.hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #5f615f;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out,opacity .1s .12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215,0.61,0.355,1);
}
.no-banner.header-wrap {
  min-height: 120px;
}


/* /////////////media Queries///////// */

@media (min-width: 1301px){

  .header-nav {
    display: flex !important;
  } 
  .header-nav .hs-menu-wrapper>ul>li:hover > ul{
    display:block;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>ul{
    margin-left: 5px;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>ul::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: -5px;
    right: 0;
    background: transparent;
    width: 5px;
  }
  .header-nav .hs-menu-wrapper>ul>li li:hover>ul {
    display: flex;
  }



}



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

  .header-nav .hs-menu-wrapper>ul>li>a{
    font-size: 17px;
  } 
}



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

  .header-logo {
    width: 214px !important;
    height: 58px !important;
    position: relative;
    top: 2px;
  }  
  .sticky .header-logo{
    top:0;
  }
  .sticky .header-logo {
    height: 45px !important;
    width: 171px !important;
    top:0;
  }
  .no-banner.header-wrap {
    min-height: 110px;
  }


}


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

  .header-nav .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
  }  
}


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

  .no-banner.header-wrap {
    min-height: 90px;
  }
  header.header {
    background: #fff;
  }
  .header-inner {
    position: static;
  }
  .header-logo {
    margin: 18px 20px 10px 0;
  }
  .header-nav {
    display: block;
    left: 0;
    position: fixed;
    top: 88px;
    width: 100%;
  }
  .header-nav .hs-menu-wrapper {
    display: none;
    overflow-x: hidden !important;
    max-height: 500px;
    overflow-y: auto !important;
    height: 70vh;
  }
  .sticky .header-nav {
    top: 75px;
  }
  .header-nav .hs-menu-wrapper>ul {
    flex-direction: column;
  }
  .header-nav .hs-menu-wrapper>ul>li {
    float: none;
    width: 100%;
    position: relative;
  }
  .header-nav .hs-menu-wrapper>ul>li>a {
    background-color: #f0f0f0;
    border-bottom: 1px solid #fff;
    padding: 20px 50px;
    color: #5f615f !important;
  }
  .header-nav .hs-menu-wrapper > ul > li:hover > a {
    color: #ee7600 !important;
    background: #e4e4e4 !important;
  }

  .header-nav .hs-menu-wrapper>ul>li>ul {
    transform: translate(0);
    padding: 0;
    box-shadow: none;
    position: inherit;
    left: inherit;
    top: inherit;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li {
    float: none;
    width: 100%;
    position: relative;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 12px 50px;
    background: #ee7600 !important;
    color: #fff !important;
    border-bottom: 1px solid #f28d29;
  }
  .header-nav .hs-menu-wrapper > ul > li > ul > li > a:hover {
    background: #f28d29 !important;
    color: #fff !important;
  }

  .header-langswitchwrap {
    margin-left: 0;
    margin-right: 20px !important;
  }
  .header-langswitchwrap ul>li {
    padding: 12px 0;
  }
  .header-open_nav {
    display: inherit;
  } 

  .header-navsearch a {
    filter: invert(37%) sepia(6%) saturate(131%) hue-rotate(71deg) brightness(96%) contrast(85%);
    margin-left: 0px;
    margin-right: 0px px;
    margin-top: -5px;
    width: 25px;
    height: 25px;
  }
  .header-nav.is-active {
    display: block;
  }
  .header-nav .hs-menu-wrapper ul li a {
    color: #38393a;
  }
  .header-nav .hs-menu-wrapper>ul>li:hover>ul {
    display: none;
  }
  .header-nav .hs-menu-wrapper >ul>li:after{
    display:none;
  }
  .sticky .header-nav .hs-menu-wrapper>ul>li>a:before {
    display:none;
  }
  .sticky .header-nav .hs-menu-wrapper>ul>li>a:after {
    display:none;
  }

  .sticky .header-nav .hs-menu-wrapper>ul>li:after{
    display:none;
  }
  .header-nav .hs-menu-wrapper >ul>li>a:after{
    display:none;
  }
  .header-nav .hs-menu-wrapper >ul>li>a:before{
    display:none;
  }
  .header-nav .hs-menu-wrapper ul li:hover >a {
    color: #ee7600;
    background: #e4e4e4;
  }

  .child-trigger:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px dashed #5f615f;
    border-top: 6px solid\9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    transition: all .3s ease-in-out;
  }
  .child-trigger.child-open:after {
    border-top-color: #ee7600;
    transform: rotate(180deg);
  }
  .child-trigger {
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 71px;
    height: 71px;
    line-height: 71px;
    background: rgba(0,0,0,0);
    text-align: center;
    transition: all .3s ease-in-out;
  }

  .open.header-nav .hs-menu-wrapper>ul>li>ul {
    display: block;
  }

  .header-navbar {
    position: relative;
    top: 2px;
  }
  header.header.sticky .header-navbar {
    top:0;
  }
  .sticky .header-navsearch a {
    filter: invert(37%) sepia(6%) saturate(131%) hue-rotate(71deg) brightness(96%) contrast(85%);
  }

  .header-nav .hs-menu-wrapper>ul ul ul {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    /* display: block !important; */
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
  }
  .header-nav .hs-menu-wrapper>ul ul ul li{
    float: none;
    position: relative;
    width: 100%;
  }
  .header-nav .hs-menu-wrapper>ul ul ul li a{
    background: #ee7600 !important;
    color: #fff !important;
    border-bottom: 1px solid #f28d29 !important;
    padding: 12px 70px !important;
  }
  .header-nav .hs-menu-wrapper>ul ul ul li a:hover{
    background: #f28d29 !important;
    color: #fff !important;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li .child-trigger {
    height: 55px;
    line-height: 55px;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li .child-trigger::after {
    border-top: 5px dashed #fff;
  }
  .header-nav .hs-menu-wrapper > ul > li > ul > li:hover > a {
    background: #f28d29!important;
    color: #fff!important;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>a {
    white-space: normal;
  }

  .no-banner .header-wrap {
    min-height: 118px;
  }
  .no-banner header.header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.16);
    background: #60615f;
  }
  .no-banner header.header {
    background: #fff;
    border-bottom: 2px solid hsla(0,0%,100%,.16);
  }
  .no-banner .header-wrap {
    min-height: 88px;
  }

}


@media ( max-width: 470px ){

  .header-nav .hs-menu-wrapper ul li a {
    padding: 20px;
    hyphens: auto;
    white-space: inherit;
  }
  .child-trigger {
    right: 20px;
  }

}

@media ( max-width: 390px ){
  .header-langswitchwrap {
    margin-right: 10px !important;
  }

  .header-logo {
    width: 165px;
  }
  .sticky .header-logo {
    width: 160px;
  }


}

@media ( max-width: 340px ){

  .header-logo {
    width: 140px;
  }
  .sticky .header-logo {
    width: 140px;
  }

}
footer.footer {
  background-color: #fff;
  padding: 120px 0 20px 0;
  position: relative;
  z-index:2;
}

.footer-foot-info {
  margin-bottom: 80px;
}

.footer-inner.pagecenter {
  width: 92%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-socials {
  margin-right: 20px;
}

.footer-socials .logo {
  background: url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/logo-grey.svg) no-repeat 0;
  background-size: 100% auto;
  width: 202px;
  height: 50px;
  margin: 0 0 30px 0;
}
.footer-newsletter-text h5 {
  margin-bottom: 35px;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}

.footer-button a {
  display: inline-block;
  color: #fff;
  padding: 15px 60px 15px 25px;
  text-decoration: none;
  border: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
  background: #ee7600 url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/arrow-btn.svg) no-repeat center right 30px/18px auto;
  transition: all .3s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 3px;
}
.footer-contact {
  margin-left: 20px;
}
.footer-contact h5 {
  margin-bottom: 35px;
  margin-top: 0;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-contact .footer-button {
  margin-bottom: 15px;
}

.footer-nav-menu {
  display: flex;
  margin-top: 30px;
}

.footer-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav-menu ul>li {
  position: relative;
  display: inline-block;
}


.footer-nav-menu ul>li>a {
  font-weight: 600;
  font-size: 23px;
  color: #5f615f;

}

.footer-nav-menu ul>li>a:hover{
  text-decoration:none;
}
.footer-nav-menu ul>li+li {
  margin-left: 12px;
  padding-left: 12px;
}
.footer-nav-menu ul>li+li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background: #979797;
}
.footer-copyright {
  width: 92%;
  max-width: 1350px;
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-copyright p {
  margin: 0;
  font-size:14px;
}
.socials-links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-menu ul>li>a:hover {
  color: #bac814;
}
.socials-links ul {
  margin: 0;
  padding: 0;
}
.socials-links ul>li>a {
  filter: brightness(0);
  opacity: .6;
  transition: all .3s ease-in-out;
}
.socials-links ul>li>a:hover{
  filter: none;
  opacity: 1;
}
.socials-links ul>li + li {
  display: inline-block;
  margin-left: 30px;

}
.socials-links ul {
  list-style: none;
  display: flex;
}
.socials-links ul>li>a>img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
  min-height: 1px;
  min-width: 1px;
}

.footer-nav-menu ul {
  display: flex;
}
.footer-button a:hover {
  text-decoration: none !important;
  background: #f28d29 url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/arrow-btn.svg) no-repeat center right 27px/18px auto;
}

/* //////////fixed Social Icon///////// */

.footer-fixed-contact {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  right: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  max-width: 2500px;
  overflow: hidden;
}



.footer-fixed-contact ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
  margin:0;
  padding:0;
}

.footer-fixed-contact ul li {
  transform: translateX(calc(100% - 69px));
  transition: all .3s ease-in-out;
  pointer-events: visible;
  list-style: none;
}
.footer-fixed-contact ul li a {
  background: #bac814;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%);
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding: 15px 25px 15px 95px;
  line-height: 30px;
  display: block;
}
.footer-fixed-contact ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.footer-fixed-contact ul li a:hover {
  text-decoration: none;
}
.footer-fixed-contact ul li:first-child a:before {
  background: #fff url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/mail.svg) no-repeat center center/29px auto;
}
.footer-fixed-contact ul li+li {
  margin-top: 10px;
}
.footer-fixed-contact ul li:nth-child(2) a:before {
  background: #fff url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/phone.svg) no-repeat center center/22px auto;
}

.footer-fixed-contact ul li:nth-child(3) a:before {
  background: #fff url(https://5720408.fs1.hubspotusercontent-eu1.net/hubfs/5720408/raw_assets/public/Forbeyond_January2023/images/linkedin_dark.svg) no-repeat center center/29px auto;
}
.footer-fixed-contact ul li:hover {
  transform: translateX(0);
}






/* /////media queries////// */

@media screen and (max-width: 1300px){
  .footer-fixed-contact {
    top: 260px;
  }

  .footer-fixed-contact ul li {
    transform: translateX(calc(100% - 50px));
  }
  .footer-fixed-contact ul li a {
    padding: 10px 25px 10px 65px;
  }
  .footer-fixed-contact ul li a:before {
    width: 50px;
  }
}

@media screen and (max-width: 890px){
  footer.footer {
    padding: 40px 0 20px 0;
  }
  .footer-foot-info {
    margin-bottom: 80px;
  }
  .footer-inner.pagecenter {
    flex-direction: column;
  }
  .footer-socials {
    margin-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  .footer-socials .logo {
    margin: 0 auto;
  }
  .socials-links {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 20px;
  }
  .footer-newsletter {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  .footer-contact {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .footer-nav-menu {
    justify-content: center;
  }


}
@media screen and (max-width: 680px){
  .footer-newsletter-text h5 ,.footer-contact h5{
    font-size: 18px;
  }

}
@media (max-width: 470px){
  .footer-fixed-contact {
    display: none;
  }
}
/* Menu and simple menu */

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