*, *: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;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* 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 (min-width:1601px){
  .hs-landing-page .dnd-section{  
    padding:80px 0px;
  }
}


@media (max-width: 1660px) {
  .hs-landing-page .dnd-section{
    padding-top: 70px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 20px;
  }

}

@media (max-width: 1199px) {
  .hs-landing-page .dnd-section{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 70px;

  }

}




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

.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: "FontAwesome"; src:
  url(https://f.hubspotusercontent20.net/hubfs/6576425/../FontAwesome.eot) format("embedded-opentype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/FontAwesome.woff2) format("woff2"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/FontAwesome.woff) format("woff"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/FontAwesome.ttf) format("truetype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/FontAwesome.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face { font-family: "icomoon"; src:
  url(https://f.hubspotusercontent20.net/hubfs/6576425/../icomoon.eot) format("embedded-opentype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/icomoon.ttf) format("truetype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/icomoon.woff) format("woff"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/icomoon.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face { font-family: "proxima_nova_rgregular"; src:
  url(https://f.hubspotusercontent20.net/hubfs/6576425/../ProximaNova-Regular.eot) format("embedded-opentype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Regular.woff) format("woff"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Regular.ttf) format("truetype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Regular.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face { font-family: "proxima_novabold"; 
  src:url(https://f.hubspotusercontent20.net/hubfs/6576425/../ProximaNova-Bold.eot) format("embedded-opentype"),
    url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Bold.woff2) format("woff"),
    url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Bold.woff2) format("woff"),
    url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Bold.ttf) format("truetype"),
    url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Bold.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face { font-family: "proxima_novalight"; src:
  url(https://f.hubspotusercontent20.net/hubfs/6576425/../ProximaNova-Light.eot) format("embedded-opentype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Light.woff) format("woff"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Light.woff) format("woff"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Light.ttf) format("truetype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Light.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face { font-family: "proxima_novasemibold"; src:
  url(https://f.hubspotusercontent20.net/hubfs/6576425/../ProximaNova-Semibold.eot) format("embedded-opentype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Semibold.woff) format("woff"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Semibold.woff) format("woff"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Semibold.ttf) format("truetype"),
  url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/fonts/ProximaNova-Semibold.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}


body {
  line-height: 1.428571429;
  background-color: #fff;
  font-size: px;
  color: ;
  font-weight: ;
  font-family: ;
}

}

@media (min-width:1920px) {

  body{
    max-width: 1920px;
    margin: auto;
    -webkit-box-shadow: 0 0 9px 2px #999;
    -moz-box-shadow: 0 0 9px 2px #999;
    box-shadow: 0 0 9px 2px #999;

  }


}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  -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 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
  line-height: 1.2em;
}

h1 strong {
  color: #0097D5;
}

h2 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

h3 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

h4 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

h5 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

h6 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

@media (max-width:1199px) {
  h1{
    font-size: 34px;
    line-height: 40px;


  }

}


/* Lists */

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

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

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 input[type=submit],
form .hs-button,.button,button {
  background-color: #0097d5;
  color: white;
  font-weight: 700;
  border: 1px solid #0097d5;
  padding: 10px 30px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}

form input[type=submit]:hover,
form .hs-button:hover,.button:hover,button:hover {
  background-color: white;
  color: #0097d5;
  font-weight: 700;
  
}

button:hover,
button:focus,
.button:hover,
.button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {

}

button:active,
.button:active {

}

a.hs-button {
    background-color: #0097d5;
    text-decoration: none;
    color: white;
    border: solid 1px #0097d5;
    padding: 10px 20px;
    font-weight: 800;
}

a.hs-button:hover {
    background-color: white;
    color: #0097d5;
    border: solid 1px;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

li.hs-form-checkbox input {
    margin-top: -2px;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* 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 {
  display: block;
  min-height: 35px;
  color: #666;
  background-image: none;
  border-radius: 3px;
  font-size: 13px;
  line-height: 17px;
  max-width:767px;
  width:100%!important;
  outline:0;
  box-shadow: 0 1px rgb(255 255 255 / 25%);
  border: 1px solid #0097D5;
  padding: 9px 12px;
}
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:focus {
  box-shadow: 0 1px rgb(255 255 255 / 25%);
}
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 {
  font-size: 0.8rem;
}

/* Validation */

.hs-form-required {
  color: #ef6b51;
}

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

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

/* 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;
}
body.active {
  overflow: hidden;
}

header a {
  text-decoration: none;
}

header.header {
  background: none;
  position: relative;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

header.header:before {  
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 41px;
  background: #666;
  z-index: 1;
}

header.header:after {
  content: "";
  background: #151515;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-container {
  max-width: 1600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.mobile-hs-logo {
  width: 240px!important;
  float: left;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}

.mobile-hs-logo span {
  display: block;
  width: 100%;
}

.mobile-hs-logo span a {
  display: block;
  width: 100%;
  padding: 20px 56px;
  background-color: #FFF;
}
.mobile-hs-logo {
  width: 240px!important;
  float: left;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}

.mobile-hs-logo span {
  display: block;
  width: 100%;
}

.mobile-hs-logo span a {
  display: block;
  width: 100%;
  padding: 20px 56px;
  background-color: #FFF;
}
.mobile-hs-logo img {
  max-width: 128px;
  display: block;
  margin: 0 auto;
  width: 100% !important;
  height: auto;
  vertical-align: middle;
}
.desktop-navbar-container {
  display: block!important;
  height: auto!important;
  padding-bottom: 0;
  overflow: visible!important;
  width: auto;
  border-top: 0;
  box-shadow: none;
  border-color: transparent;
}

.navbar-wrapper:before,.navbar-wrapper:after {
  display: table;
  content: "";
  clear: both;
}

.navbar-wrapper {
  min-height: 0px;
  position: relative;

}

.desktop-navbar-container:before,.desktop-navbar-container:after {
  display: table;
  content: "";
}

nav.mobile-nav-container:before,nav.mobile-nav-container:after {
  display: inline;
  content: "";
}

.desktop-top-navbar {
  padding: 12px 80px 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.desktop-bottom-navbar {
  position: relative;
  float: none;
  margin-left: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top:7px;
}
.desktop-bottom-navbar > div {
  display: block;
  width: 100%;
}

.desktop-bottom-navbar ul.submenu.level-1 {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}


.desktop-bottom-navbar:before,.desktop-bottom-navbar:after {
  display: table;
  content: "";
  clear: both;
}

.desktop-bottom-navbar ul.submenu.level-1>li {
  font: 18px/24px "proxima_novabold",Helvetica,Arial,sans-serif;
  border-right: 1px solid #d9d9d9;
  position: static!important;
  width: 20%;
  text-align: center;
  overflow: hidden;
  float: left;
}



a.btn.btn-default {
  width: auto;
  background: #0097d5;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  font-family: proxima_novabold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  border: 1px solid #0097d5;
  white-space: normal;
}

ul.submenu.level-1 li:first-child.text-container p {
  margin: 0 0 26px;
  white-space: initial;
}

ul.item-lists {
  padding: 0;
  letter-spacing: -4px;
  font-size: 0;
  margin: 0 -15px 18px;
  list-style: none;
}

ul.item-lists li {
  width: 145px;
  margin: 0 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}

.img-holder {
  padding: 5px;
  box-shadow: 0 0 3px rgb(0 0 0 / 20%);
  margin: 0 0 15px;
}

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

.item-name {
  padding: 0 10px;
}

.item-name a {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif !important;
}
.text-container p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 26px;
  white-space: initial;
}

.item-name a:hover {
  color: #fc0;
}

a.btn.btn-default:hover {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0097d5;
  color: #0097d5;
}


.desktop-bottom-navbar ul.submenu.level-1>li>a {
  color: #151515;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1;
  height: 100%;
  font-size: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
}

.desktop-bottom-navbar .de ul.submenu.level-1>li>a {
  font-size: 17px;
}

.desktop-bottom-navbar ul.submenu.level-1>li:hover > a {
  background: #0097d5;
  color: #fff;
}
.top-nav-container{
  width: auto;
  margin: 0;
  float: left;
}



.top-nav-container ul {
  width: auto;
  margin: 0;
  float: left;
}

.top-nav-container ul:before,.top-nav-container ul:after {
  display: table;
  content: "";
  clear: both;
}




.top-nav-container span {
  width: 100%;
  display: block;
}

.top-nav-container  div {
  width: 100%;
  display: block;
}

.top-nav-container ul li {
  margin-left: 70px;
  font: 12px/14px "proxima_novasemibold",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  float: left;
  position: relative;
}

.top-nav-container ul li:first-child {
  margin-left: 0px;
}

.top-nav-container ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.top-nav-container ul li a:hover{

  color: #0097d5;
}
.language-selector {
  margin: 0;
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 3;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  width: auto;
  float: right;
  padding: 0 0 0 7px;
}

.language-selector div {
/*  width: 100%;
  display: block; */
  float: right;
}

.globe_class {
  margin: -3px 10px 0px 10px;
  background-image: url("https://6576425.fs1.hubspotusercontent-na1.net/hubfs/6576425/globe.png")!important;
}

.language-selector span {
  display: block;
  width: 100%;
}

.language-selector .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.language-selector .hs-menu-wrapper > ul > li {
  width: 100%;
}

.language-selector .hs-menu-wrapper > ul > li > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: left;
}

nav.mobile-nav-container {
  float: none;
}
.language-selector .hs-menu-wrapper>ul>li>a > img {
  margin-left: 13px;
  display: block;
  vertical-align: middle;
}


.language-selector ul.hs-menu-children-wrapper {
  background: 0;
  box-shadow: none;
  float: none;
  min-width: 150px;
  line-height: 18px;
  font-size: 14px;
  top: 100%;
  left: auto !important;
  z-index: 99;
  padding: 6px 12px;
  right: -20px;
  list-style: none;
  display: block;
  text-align: left;
  opacity: 1 !important;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
  margin-top: 13px;
  margin-bottom: 0px;
  display:none;
}
.mob-language-open .language-selector ul.hs-menu-children-wrapper{
  display:block;

}



.language-selector ul.hs-menu-children-wrapper:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 8px 9px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -7px;
  right: 14px;
  z-index: 1;
}
.language-selector ul.hs-menu-children-wrapper li:not(:first-child) {
  border: 0;
  overflow: hidden;
  display: block;
  border-top: 1px solid #ddd;
}
.language-selector ul.hs-menu-children-wrapper li{
  border: 0;
  overflow: hidden;
  display: block;
}

.language-selector ul.hs-menu-children-wrapper li a {
  display: block;
  padding: 6px;
  color: #656565;
}

.language-selector ul.hs-menu-children-wrapper li a:hover {
  color: #323232;
}


.language-selector ul.hs-menu-children-wrapper li a img {
  margin: 0 13px 0 0;
  vertical-align: middle;
}
.top-form-container {
  width: auto;
}

.top-form-container form.navbar-form {
  margin: 0 3px 0 0;
  width: 146px;
  border: none!important;
  box-shadow: none;
  background: transparent;
  position: relative;
  padding: 0;
  border-radius: 5px;
  float: right!important;
  min-height: 22.8571px;
}

.top-form-container form.navbar-form .btn-search {
  margin: 0;
  position: absolute;
  left: -33px;
  font-size: 18px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #fff;
  display: inline-block;
  line-height: 1;
  float: right;
  background: none;
  border: none;
  padding: 0;
  cursor:pointer;
}
.top-form-container form.navbar-form .btn-search:hover {
  color: #b3b3b3;
}


.top-form-container form.navbar-form span.icon-search {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-form-container form.navbar-form span.icon-search:before {
  content: "";
}


.top-form-container form.navbar-form button.btn-search:hover {
  color: #b3b3b3;
}


.top-form-container form.navbar-form .form-group {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
  min-height: 22.8571px;
}

.top-form-container form.navbar-form .form-group input.form-control {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  width: 100%;
  min-height: 16px !important;
  border: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
}



.top-form-container form.navbar-form .form-group input.form-control::placeholder {
  color: #FFF;
}



@media (min-width: 1259px) and (max-width: 1280px) {
  .desktop-bottom-navbar ul.submenu.level-1>li>a {
    font-size: 14px;
  }

}
@media (min-width:1200px){
  nav.mobile-nav-container {
    height: 0px;
  }
  .button-toggle{
    display:none;
  }
  .mobile-menu {
    display: none;
  }
}


@media (max-width:1369px) {

  .mobile-hs-logo span a {
    padding: 17px 20px;
  }

  .mobile-hs-logo {
    width: 200px !important;
  }

  .desktop-bottom-navbar {
    margin-left: 200px;
  }

  .desktop-bottom-navbar ul.submenu.level-1>li {
    font-size: 15px;
    line-height: 24px;
  }

}

@media (max-width:1199px){
  .desktop-navbar-container {
    display: none !important;
  }

  .mobile-hs-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 60px !important;
    background: none;
  }

  .mobile-hs-logo span a {
    padding: 8px 0;
    background-color: rgba(255,255,255,0);
  }

  header.header:before {
    content: " ";
    display: none;
  }

  nav.mobile-nav-container {
    height: 56px;
    text-align: center;
  }

  .language-selector {
    top: 20px;
    right: 15px;
  }
  
  .language-selector .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    line-height: 19px;
    color: #1b1b1b;
    font-weight: 700;
  }

  .button-toggle {
    float: left;
    display: block!important;
    margin: 22px 0 0;
    border-color: #ddd;
    border: 0;
    padding: 0;
    width: 30px;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    position:relative;
    cursor:pointer;
  }


  .language-selector .hs-menu-wrapper>ul>li>a>img {
    margin-left: 8px;
  }
  
   .language-selector div {
    font-size: 16px;
    line-height: 19px;
    color: #1b1b1b;
    font-weight: 700;
    max-width: 100px;
  }
  
  .globe_class {
     background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.11/img/globe.png)!important;
  }
  
  .header__language-switcher--label-current {
    display: none;
  }
  
  .freccia {
    float: left!important;
    width: 8px;
}
  
  .lang_list_class {
    left: 0%!important;
}
  
  .lang_list_class:after, .lang_list_class:before {
    left: 70%!important;
  }
  
  span.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  span.icon-bar {
    width: 30px;
    height: 4px;
    background-color: #000;
    display: block;
    border-radius: 1px;
  }

  span.icon-bar + span.icon-bar {
    margin-top: 4px;
  }

  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    background-color: rgba(0,0,0,0);
    z-index: 9990;
  }

  .active .overlay {
    opacity: 1;
    background-color: rgba(0,0,0,.5);
    pointer-events: auto;
  }
  .mobile-menu {
    font-weight: 300;
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100%;
    max-width: 75%;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    pointer-events: none;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    z-index: 9999;
    visibility: hidden;
  }

  .active .mobile-menu {
    pointer-events: auto;
    left: 0;
    visibility: visible;
  }
  .mobile-menu .menu-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
  }
  .mobile-menu-links span {
    width: 100%;
    display: block;
  }

  .mobile-menu-links .hs-menu-wrapper > ul {
    display: block !important;
  }

  .mobile-menu-links .hs-menu-wrapper > ul > li {
    text-align: left;
    border-top: 1px solid #666;
  }

  .mobile-menu-links .hs-menu-wrapper > ul > li > a {
    display: block;
    margin-left: 5px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 45px;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    position: relative;
    transition: all .3s linear 0s;
  }

  .mobile-menu-links .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 20px;
    content: ">";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 7px 11px 0;
    -moz-transform-origin: 7px 11px 0;
    -ms-transform-origin: 7px 11px 0;
    -o-transform-origin: 7px 11px 0;
    transform-origin: 7px 11px 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    pointer-events:none;
  }
  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper {
    display: none;
  }



  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li {
    background-color: rgba(255,255,255,.1);
    text-align: left;
    border-top: 1px solid #666;
  }

  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li >a{
    padding-left: 10px;
    padding-right: 30px !important;
    display: block;
    margin-left: 5px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 45px;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    position: relative;
  }

  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li.hs-item-has-children >a:after {
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 20px;
    content: ">";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 7px 11px 0;
    -moz-transform-origin: 7px 11px 0;
    -ms-transform-origin: 7px 11px 0;
    -o-transform-origin: 7px 11px 0;
    transform-origin: 7px 11px 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    pointer-events:none;
  }

  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li >a + ul {
    display: none;
  }

  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li >a + ul > li {
    text-align: left;
    border-top: 1px solid #666;
    background-color: rgba(255,255,255,.2);
  }

  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li >a + ul > li > a {
    display: block;
    margin-left: 5px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 45px;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    padding-right: 30px;
    padding-left: 20px;
    position:relative;
  }

  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li >a + ul > li > a +ul {
    display: none;
  }

  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li >a + ul > li > a +ul > li {
    background-color: rgba(255,255,255,.3);
    text-align: left;
    border-top: 1px solid #666;
  }

  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li >a + ul > li > a +ul > li > a {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    margin-left: 5px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 45px;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    position: relative;
  }

  .mobile-menu-links .hs-menu-wrapper>ul>li>a + ul.hs-menu-children-wrapper > li >a + ul > li > a +ul > li.hs-item-has-children > a:after {
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 20px;
    content: ">";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 7px 11px 0;
    -moz-transform-origin: 7px 11px 0;
    -ms-transform-origin: 7px 11px 0;
    -o-transform-origin: 7px 11px 0;
    transform-origin: 7px 11px 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    pointer-events:none;
  }
  .mobile-menu-links .hs-menu-wrapper>ul>li>a+ul.hs-menu-children-wrapper>li>a+ul>li.hs-item-has-children>a:after {
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 20px;
    content: ">";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 7px 11px 0;
    -moz-transform-origin: 7px 11px 0;
    -ms-transform-origin: 7px 11px 0;
    -o-transform-origin: 7px 11px 0;
    transform-origin: 7px 11px 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  .mobile-menu-links .hs-menu-wrapper ul li a.active {
    color: #fc0;
  }
  .mobile-menu-links .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events:none;
  }
}

@media (max-width:767px){
  .header-container {
    padding: 0;
  }

  nav.mobile-nav-container {
    padding: 0 14px;
  }
  .language-selector ul.hs-menu-children-wrapper {
    margin: 12px 0 0 0;
    position: absolute !important;
  }
}
.footer-top {
    background: url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/images/footer_image.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 0 0 50px;
}


.footer-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-container::before {
    content: " ";
    display: table;
}

.footer-row {
    margin-left: -20px;
    margin-right: -20px;
}

.footer-row::before {
    content: " ";
    display: table;
}

.footer-col.hold {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 50px;
}

.info-block {
    color: #ccc;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
    padding: 74px 0 0;
}

.info-block strong {
    font: 24px/28px "proxima_novabold",Helvetica,Arial,sans-serif;
    display: block;
    margin: 0 0 32px;
    color: #fff;
}

.info-block  strong span {
    display: block;
    margin: 0 0 49px;
}

/* ----form---- */

.form_footer form .inputs-list input, .form_footer form .inputs-list span a {
    color: #999;
    border-bottom: 1px solid #4a4a4a;
}

.form_footer form .inputs-list input, .form_footer form .inputs-list span a:hover {
    color: #999;
    border-bottom: 0px;
}

.social-networks li a span:hover {
    border-bottom: 0px;
}

.form_footer form .inputs-list input, .form_footer form .inputs-list span {
    vertical-align: middle;
    margin-left: 8px;
}

.form_footer form input[type=text], .form_footer form input[type=email], .form_footer form input[type=password], .form_footer form input[type=tel], .form_footer form input[type=number], .form_footer form input[type=file], .form_footer form select, .form_footer form textarea {
    font-size: 13px;
    line-height: 17px;
    transition: border .3s;
    border-color: transparent;
    -webkit-appearance: none;
    box-shadow: 0 1px rgb(255 255 255 / 25%);
    border: none;
    padding: 9px 12px;
    display: block;
    width: 100%;
    min-height: 35px;
    color: #999;
    background-color: #0c0c0c;
    background-image: none;
    font-size: 13px;
    font-family: 'proxima_novalight';
    margin-bottom: 10px;
}

 .form_footer form input[type=text]::placeholder, .form_footer form input[type=email]::placeholder, .form_footer form textarea::placeholder {
    color: #999;
}
.form_footer .hs-form-field{
		margin-bottom:0px;
}

.form_footer .btn-container {
    margin: 30px 0px;
}

.form_footer form .inputs-list>li {
    display: block;
    /* margin: 0.7rem 0; */
    margin-bottom: 10px;
}

.form_footer form .inputs-list li label {
    font-size: 11px;
    line-height: 16px;
    color: #999;
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
}

.form_footer form input[type=checkbox], .form_footer form input[type=radio] {
    margin: 0 0 0 -20px;
}

.form_footer form .inputs-list li label:nth-child(2) {
    margin: 10px 0px;
}

.form_footer form input[type=submit], .form_footer form .hs-button {
    margin: 10px 0px;
		max-width: 168px;
}
.form_footer form textarea {
    min-height: 125px;
}
/* --end--- */
.footer_right_section {
    float: left;
    position: relative; 
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer_contact-descriptions {
    padding: 72px 10px 0 30px;
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
}

.footer_right_col {
    margin: 0 36px 36px 0;
    font-size: 14px;
    line-height: 26px;
    float: left;
}

.footer_address-hold {
    margin: 0 0 39px;
}

.footer_address-hold span {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-family: "proxima_novabold",Helvetica,Arial,sans-serif;
}

.footer_address-hold span address {
    line-height: 26px;
    margin-bottom: 22px;
    font-style: normal;
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
    font-size: 14px;
		text-transform: none;
}

.footer_right_contacts {
    margin: 0 0 45px;
}

.footer_right_contacts span:nth-child(1) {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-family: "proxima_novabold",Helvetica,Arial,sans-serif;
}



.footer_right_contacts span:nth-child(2) {
    display: block;
    font-family: "proxima_novabold",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
}

.footer_right_contacts span a {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
		text-transform: lowercase;  
}

.footer_right_contacts  span:nth-child(3) {
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
		text-transform: capitalize;
}

.footer_right_contacts span:nth-child(4){
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
		text-transform: lowercase;
}

.footer_right_certificate-hold {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
}

.footer_right_certificate-hold span {
    width: 110px;
    line-height: 24px;
    margin: 6px 12px 0 0;
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.footer_right_certificate-hold .certify-logos {
    float: left;
    width: 155px;
    letter-spacing: -4px;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_right_certificate-hold .certify-logos li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin: 0;
}

.footer_right_certificate-hold .certify-logos li a img {
    vertical-align: middle;
}

.footer_usa_col {
    font-size: 14px;
    line-height: 26px;
    float: left;
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
}

.footer_usa-hold {
    margin: 0 0 39px;
}

.footer_usa-hold span:nth-child(1) {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-family: "proxima_novabold",Helvetica,Arial,sans-serif;
}

.footer_usa-hold span:nth-child(1) address {
    line-height: 26px;
    margin-bottom: 22px;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
		text-transform: capitalize;
}

.footer_right_contacts {
    margin: 0 0 45px;
}

.footer_right_contacts span:nth-child(1) {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-family: "proxima_novabold",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.footer_right_contacts span:nth-child(2) {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
		text-transform: capitalize;
}

.footer_social-block .title {
    margin: 0 0 15px;
    color: #000;
    text-transform: uppercase;
    display: block;
    font-family: "proxima_novabold",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-networks li {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 17px;
    position: relative;
}

.social-networks li a {
    color: #fff;
    padding: 0 0 0 30px;
    transition: color .2s;
    text-decoration: none;
}

.social-networks li a::before {}

.social-networks li a:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0px;
}

.social-networks li a span {
    border-bottom: 1px solid rgba(255,255,255,.4);
		color: #fff;
}

.social-networks li:nth-child(1) a:before {
		content: "";
		left: 4px;
}

.social-networks li:nth-child(2) a:before {
    content: "";
}

.social-networks li:nth-child(3) a:before {
    content: "";
}

.footer-bottom {
    font-size: 14px;
    line-height: 18px;
    padding: 28px 0;
    color: #666;
    position: absolute;
    width: 100%;
    bottom: 0;
}



.footer-bottom-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-bottom-container:before, .footer-bottom-container:after {
    content: " ";
    display: table;
}

.footer-bottom-container ul {
    float: left;
    width: 140px;
    letter-spacing: -4px;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom-container ul li:first-child {
    padding: 0;
    margin: 0;
}

.footer-bottom-container ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 14px;
    position: relative;
    margin: 0 0 0 6px;
    padding: 0 0 0 11px;
}

.footer-bottom-container ul li a {
    color: #666;
    border-bottom: 1px solid #dfdfdf;
}

.footer-bottom-container ul li:nth-child(2):before {
    content: "\/";
    position: absolute;
    top: 0;
    left: 0;
}

#hs_cos_wrapper_footer_Quality_certified_content_ > span {
    float: left;
}

#hs_cos_wrapper_footer_link_content_ > span {
    float: right; 
    width: 200px;
    text-align: right;
}

.footer-bottom-container span a {
    color: #666;
    border-bottom: 1px solid #dfdfdf;
}

.form_footer .hs-error-msg {
    color: #ef6b51 !important;
}

.form_footer .hs-error-msgs li .hs-main-font-element {
    color: #ef6b51 !important;
}
.footer_right_certificate-hold span strong {
    color: #FFf;
    font-family: "proxima_novabold",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

#hs_cos_wrapper_footer_form_content_ > span {
    display: block;
    margin: 0 0 49px;
    color: #ccc;
    font-family: "proxima_novalight",Helvetica,Arial,sans-serif;
}


@media(min-width:768px){  
		.footer-container,.footer-bottom-containe {
    width: 760px;
}
		.footer-col.hold {
    width: 50%;
}
		.footer_right_section {
    width: 50%;
}
		.footer-bottom-container {
    width: 760px;
}
}

@media(min-width:992px){  
		.footer-container {
    width: 980px;
}
		.footer-bottom-container {
    width: 980px;
}
}

@media(min-width:1370px){  
		.footer-container {
    width: 1370px;
}
		.footer-bottom-container {
    width: 1370px;
}
}

@media(max-width:1199px){
		.form_footer .hs-fieldtype-select, .hs-fieldtype-text {
    width: 100%;
}
		.footer_contact-descriptions {
    padding: 72px 0px;
}

.footer_right_col {
    margin: 0 0 20px;
    width: 100%;
}
		.form_footer form textarea {
    min-height: 125px;
}
}
.footer-bottom-container ul li a:hover {
    border: 0px;
}
@media(max-width:767px){
		.form_footer.clearfix {
}
.social-networks li a {
    padding: 0 0 0 15px;
}
.footer-top {
    background: none;
    padding: 0;
}

.footer-col.hold {
    background: url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/images/img.jpg) no-repeat;
    background-size: cover;
		 width: 100%;
}

.info-block {
    padding: 28px 0 31px;
}

.info-block strong {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 11px;
}

#hs_cos_wrapper_footer_form_content_>span {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 23px;
}
		.footer_right_section {
    width: 100%;
    background: url(//26256811.fs1.hubspotusercontent-eu1.net/hubfs/26256811/raw_assets/public/Worky/Worky_February2022/images/imggg.jpg) no-repeat;
    background-size: cover;
}
		.footer_contact-descriptions {
    padding: 42px 0 48px;
}

.footer_right_col {
    margin-bottom: 42px;
}

.footer_social-block .title {
    margin: 0 0 6px;
}

.social-networks li {
    float: left;
    float: left;
    margin: 0 13px 0 0;
}

.social-networks li a span {
    display: none;
}

.footer-bottom {
    padding: 27px 0;
}

.footer-bottom-container ul {
    width: 100%;
    float: none;
    margin: 0 0 21px;
}

#hs_cos_wrapper_footer_link_content_>span {
    text-align: left;
    width: 100%;
    float: none;
}


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