
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');




 
/* 1a. Containers */
 




/* 1b. Breakpoints */







/* 1c. Colors */


 

 







 
 


 


/* 1d. Typography */


 







 

/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */






































/* 1k. Forms */














































 

/* 1m. Site Header */





















/* 1n. Site Footer */












/* 1o. Blog */





/* ex. -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; */


/* ex. -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);;  */


*, *: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 { 
  -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.
 */

 

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body { 
  overflow-wrap: break-word;
}

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

/* Paragraphs */

 

strong {
  font-weight: 700;
}

/* Links */

a {
  cursor: pointer;
}

/* Headings */

 

/* Lists */
 
ul.no-list {
  list-style: none;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

/* Table Cells */

th,
td {
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
 
.menu-toggle:focus { outline: none;}
.menu-toggle:focus{ background-color: #FF6900; }
.menu-toggle { z-index: 99999; position: relative; background-color: #FF6900; border: none; cursor: pointer; float: right; padding: 0; width: 44px; border-radius: 0; height: 44px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.menu-toggle .icon-bar{margin: auto; background-color:#fff; border-radius:1px; display:block; height:1px; position:relative; width:12px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.menu-toggle .icon-bar + .icon-bar{margin-top:3px;}
.menu-toggle .icon-bar:nth-child(1), .menu-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
.menu-toggle.menu-menuopen .icon-bar:nth-child(1){top:4px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.menu-toggle.menu-menuopen .icon-bar:nth-child(2){opacity:0;}
.menu-toggle.menu-menuopen .icon-bar:nth-child(3){ transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);} 
.menu-toggle.menu-menuopen .icon-bar:nth-child(3){ right: 0px; top: -4px }

.mainmenu .mobile-menu span.mobile-toggle{ border-radius: 100%; width:36px; height:36px; position:absolute; right:0px; top: 4px; background-color: #FF6900; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#000; height:16px; width:2px; position:absolute; left:17px; top:10px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle.menu-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.mainmenu .mobile-menu span.mobile-toggle.menu-subopen:before{opacity:0; background-color:#fff; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.mainmenu .hs-menu-wrapper > ul > li > a{max-width:none; width:auto;}
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;max-width:none;min-width:auto;overflow:visible;text-align:left;text-overflow:inherit;white-space:inherit;width:auto;}
.menu-toggle.menu-menuopen:hover,.menu-toggle.menu-menuopen:focus { background-color: #FF6900; border: none; color: #FFF; } 
.menu-toggle.menu-menuopen .icon-bar { background-color: #000; }

/* header.header { position: fixed; top: 0; left: 0; right: 0; z-index: 999; background-color: transparent; } */
/* header.header.fixed {   animation: smoothScroll 0.5s forwards;  background: linear-gradient(45deg, #009FE3 0%, #845EC2 41.21%, #432A6B 100%); left: 0;  right: 0; top: 0; z-index: 999; box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);   -webkit-backdrop-filter: blur(10px);  backdrop-filter: blur(10px);  }
@keyframes smoothScroll {  
0% { transform: translateY(-40px); }  
50% { transform: translateY(0px); }  
} */

.headerSticky .header { animation: headerAnim .5s; left: 0; position: fixed; top: 0; width: 100%; background: linear-gradient(45deg, #009FE3 0%, #845EC2 41.21%, #432A6B 100%); }
header.header { left: 0; position: absolute; right: 0; top: 0; z-index: 999; }

.headerSticky.headerfixed header.header{ left: 0; position: absolute; right: 0; top: 0; z-index: 999; animation: unset; background: transparent; }
@keyframes headerAnim {
    0% { transform: translateY(-100%) }
    to { transform: translateY(0) }
}
.sticky-wrapper { position: sticky; top: 87px; z-index: 99; transition: all 0.5s ease; }
.scrolling_down + .body-container-wrapper .sticky-wrapper { top: 0px; }
.header-main .header-outer { display: flex; flex-wrap: wrap; align-items: center; }
.header-main .header-outer .header-left { width: 170px; float: left; }
.header-main .header-outer .header-right { width: calc(100% - 170px); float: left; display: flex; align-items: center; justify-content: flex-end; }
.mainmenu .hs-menu-wrapper > ul { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; }
.mainmenu .hs-menu-wrapper > ul > li { margin: 0px 28px 0px 0px; padding: 50px 0px; }
.header-main .header-outer .header-right .mainmenu .hs-menu-wrapper > ul > li > a {  display: block; font-weight: 700; font-size: 20px; line-height: 150%; color: #FFFFFF; }
.header-logo .black-logo { display: none; }
.header-main .header-outer .header-right .mainmenu .hs-menu-wrapper>ul>li>a:hover { color: #ff6900; }


.balck_logo.Blacklogo .header-logo .white-logo { display: none; }
.balck_logo.Blacklogo .header-logo .black-logo { display: block; }
.balck_logo.Blacklogo .header-main .header-outer .header-right .mainmenu .hs-menu-wrapper>ul>li>a { color: #000;}

/* header.header.fixed .balck_logo.Blacklogo .header-main .header-outer .header-right .mainmenu .hs-menu-wrapper>ul>li>a { color: #fff; }
header.header.fixed .balck_logo.Blacklogo .header-logo .black-logo { display: none; }
header.header.fixed .balck_logo.Blacklogo .header-logo .white-logo { display: block; } */


.headerSticky .header .balck_logo.Blacklogo .header-main .header-outer .header-right .mainmenu .hs-menu-wrapper>ul>li>a { color: #fff; }
.headerSticky .header .balck_logo.Blacklogo .header-logo .black-logo { display: none; }
.headerSticky .header .balck_logo.Blacklogo .header-logo .white-logo { display: block; }
@media(min-width: 768px){

    .menu-toggle, .mainmenu .mobile-menu span.mobile-toggle{display:none;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity:1; visibility:visible;}
    .mainmenu .hs-menu-wrapper>ul > .header-btn { display: none;}

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

    .header-main .header-outer .header-left { width: 140px; }
    .header-main .header-outer .header-right { width: calc(100% - 140px); }
    .header-main .header-outer .header-right .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 17px; }
    .mainmenu .hs-menu-wrapper>ul>li { margin: 0 16px 0 0;  padding: 35px 0;}

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

    .header-main .header-outer .header-left { width: 100px; }
    .header-main .header-outer .header-right { width: calc(100% - 100px); }
    .header-main .header-outer .header-right .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 15px;  }
    .mainmenu .hs-menu-wrapper>ul>li { margin: 0 14px 0 0; padding: 36px 0;}

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

    .header-main .header-outer .header-right > .header-btn { display: none; }
    .mainmenu .hs-menu-wrapper>ul { padding: 70px 0 100px; overflow: auto; position: fixed; top: 0; left: 0; right: 0; background-color: #000; bottom: 0; height: 100vh; z-index: 9999; flex-direction: inherit; align-items: center; justify-content: center; text-align: center; display: none; }
    .mainmenu .hs-menu-wrapper>ul > li { display: block; margin: 0; width: 100%; }
    .header-main .header-outer .header-right .mainmenu .hs-menu-wrapper>ul>li>a { font-weight: 700; font-size: 28px; line-height: 150%; padding: 0; }
    .mainmenu .hs-menu-wrapper>ul > li:not(:last-child) { margin-bottom: 20px; }
    .mainmenu .hs-menu-wrapper>ul:before { background-image: url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/shape_gradient.svg); background-position: bottom right; background-repeat: no-repeat; background-size: contain; bottom: -1px; content: ""; height: 100px; position: inherit; right: 0; width: 232px; z-index: -1; right:0;}
    .mainmenu .hs-menu-wrapper> .menu-toggle.menu-menuopen + ul{ display: flex !important; }

    .header-main { padding: 23px 0px; }
    .mainmenu .hs-menu-wrapper>ul .header-btn { display: block; }
    .balck_logo.Blacklogo .header-main .header-outer .header-right .mainmenu .hs-menu-wrapper>ul>li>a { color: #fff;}
    .menu-toggle.menu-menuopen { position: fixed; right: 20px; }

} 
 
/* @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */


@font-face {
    font-family: 'Venn';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Bold.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Bold.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Bold.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Bold.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Venn Extended';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedLight.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedLight.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedLight.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedLight.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn Extended';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedRegular.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedRegular.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedRegular.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedRegular.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn Extended';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedMedium.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedMedium.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedMedium.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedMedium.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn Extended';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedExtraBold.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedExtraBold.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedExtraBold.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedExtraBold.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtendedExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Medium.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Medium.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Medium.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Medium.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Regular.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Regular.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Regular.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Regular.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Light.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Light.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Light.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Light.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiCondensed';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedLight.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedLight.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedLight.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedLight.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiCondensed';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedBold.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedBold.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedBold.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedBold.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiCondensed';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedMedium.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedMedium.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedMedium.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedMedium.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiCondensed';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedRegular.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedRegular.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedRegular.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedRegular.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiExtended';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedBold.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedBold.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedBold.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedBold.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiCondensed';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedExtraBold.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedExtraBold.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedExtraBold.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedExtraBold.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiCondensedExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiExtended';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedExtraBold.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedExtraBold.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedExtraBold.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedExtraBold.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiExtended';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedMedium.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedMedium.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedMedium.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedMedium.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiExtended';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedRegular.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedRegular.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedRegular.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedRegular.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn SemiExtended';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedLight.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedLight.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedLight.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedLight.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-SemiExtendedLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn VF';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/VennVF-Regular.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/VennVF-Regular.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/VennVF-Regular.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/VennVF-Regular.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/VennVF-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venn';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtraBold.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtraBold.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtraBold.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtraBold.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Venn-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tungsten';
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Tungsten-Medium.eot');
    src: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Tungsten-Medium.eot#iefix') format('embedded-opentype'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Tungsten-Medium.woff2') format('woff2'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Tungsten-Medium.woff') format('woff'),
        url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/fonts/Tungsten-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}







/* ex. -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;; */


/* ex. -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);;  */





.content-wrapper,.dnd-section > .row-fluid {
    max-width: 1377px;
    width: 100%;
    padding: 0px 50px;
} 
.content-wrapper--narrow {
    max-width: 818px;
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
    padding: 0px 50px;
}








/* @media (min-width:1921px) {
.body-wrapper { box-shadow: 0 0 36px 0 rgba(58,61,66,0.15); -webkit-box-shadow: 0 0 36px 0 rgba(58,61,66,0.15); -moz-box-shadow: 0 0 36px 0 rgba(58,61,66,0.15); -ms-box-shadow: 0 0 36px 0 rgba(58,61,66,0.15); -o-box-shadow: 0 0 36px 0 rgba(58,61,66,0.15); margin: 0 auto; max-width: 1920px; }
} */

body a.cta_button {
    box-sizing: border-box !important;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {padding: 0;}

/* span {
text-decoration-thickness: 2px !important;
text-underline-offset: 5px;
}  */ 

img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }
.FullImageWidth img{width:100%;}

a { text-decoration: none!important; transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s;}

p { margin: 0;}
*+h1, *+h2 { margin-top: 35px;}
*+h3, *+h4 { margin-top: 30px;}
*+h5, *+h6 { margin-top: 25px;}
*+p { margin-top: 10px;}

.extrabold, .extrabold h1, .extrabold h2, .extrabold h3, .extrabold h4, .extrabold h5, .extrabold h6,.extrabold a { font-weight: 900;}
.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6,.bold p,.bold a { font-weight: 700;}
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6, .semibold a { font-weight: 600;}
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6, .medium a { font-weight: 500;}
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6, .normal a { font-weight: 400;}
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6.light a { font-weight: 300;}


.uppercase { text-transform: uppercase;}
.text-center { text-align: center;}
.text-right { text-align: right;}
.text-left { text-align: left;}
.text-capitalize { text-transform: capitalize;}

.parallaxEffect{background-attachment:fixed}
.bg, .overlay, .set-bg { background-size: cover; background-position: center; position: relative; background-repeat: no-repeat;}
.bg.bgTop{background-position: top center;}

.overlay { position: relative;}


/* color(theme.footer.background_color) */
.overlay>* { position: relative; z-index: 2;}
.whiteBg{background-color:}


.footerBg, .darkblackBg{ background-color: 

  
  
    
  


  rgba(0, 42, 50, 1.0)

; }
.primaryBg{ background-color: #000000; }
.secondaryBg{ background-color: #FF6900; }
.lightBlack{ background-color: ; }
.bodyBG{ background-color: #FFFFFF; }

.color_1BG{background-color: #DAE2E7; }
.dark_grayBG{background-color: #557483; }
.light_grayBG{background-color: #87A6B5; }
.grayBG{background-color: #E6E3E0; } 

/* Font Color */
.fontWhite,.fontWhite h1,.fontWhite h1 small,.fontWhite h2,.fontWhite h3,.fontWhite h4,.fontWhite h5,.fontWhite h6,.fontWhite a{ color: #ffffff; }
.fontPrimary,.fontPrimary h1,.fontPrimary h1 small,.fontPrimary h2,.fontPrimary h3,.fontPrimary h4,.fontPrimary h5,.fontPrimary h6{ color: #000000; }
.fontSecondary,.fontSecondary h1,.fontSecondary h1 small,.fontSecondary h2,.fontSecondary h3,.fontSecondary h4,.fontSecondary h5,.fontSecondary h6{ color: #FF6900; }
.fontBlack,.fontBlack h1,.fontBlack h1 small,.fontBlack h2,.fontBlack h3,.fontBlack h4,.fontBlack h5,.fontBlack h6,.fontBlack a{ color: #000; } 
.fontDark_gray,.fontDark_gray h1,.fontDark_gray h1 small,.fontDark_gray h2,.fontDark_gray h3,.fontDark_gray h4,.fontDark_gray h5,.fontDark_gray h6,.fontDark_gray a{ color: #557483; } 
.fontLight_gray,.fontLight_gray h1,.fontLight_gray h1 small,.fontLight_gray h2,.fontLight_gray h3,.fontLight_gray h4,.fontLight_gray h5,.fontLight_gray h6,.fontLight_gray a{ color: #87A6B5; } 
.fontGray,.fontGray h1,.fontGray h1 small,.fontGray h2,.fontGray h3,.fontGray h4,.fontGray h5,.fontGray h6,.fontGray a{ color: #E6E3E0; }  

/* font-size */
.font22,.font22 h1,.font22 h1 small,.font22 h2,.font22 h3,.font22 h4,.font22 h5,.font22 h6,.font22 a{font-size:22px; line-height:1.3}
.gradient_one{ background: linear-gradient(64.25deg, #009FE3 0%, #845EC2 41.21%, #432A6B 100%); }

.listStyle ul, .nolistStyle ul { margin: 0; padding: 0; list-style: none;}
.nolistStyle ul li{margin:0;}
.listStyle *+ul { margin-top: 30px;}
.listStyle ul li { padding-left: 25px; position: relative; }
.listStyle ul li:before { position: absolute; left: 10px; font-weight: 400; top: 9px; font-size: 6px; content: '\f111'; font-family: fontAwesome; color: inherit; background-repeat: no-repeat; }
.bodylistStyle.listStyle ul li:before{color:#000000;}
ul { padding-left: 20px; margin:0;}
.listStyle  ul li + li{margin-top:15px;}
* + ul,* + ol { margin-top: 30px;}


.body-container-wrapper ul li,.body-container-wrapper ol li{list-style-position: outside;}


.hs_error_rollup{display:none !important;}
.fl { float: left;}
.fr { float: right;}
.ib{display:inline-block; vertical-align:middle; margin-right:-4px}
.ib.vt { vertical-align: top!important;}
.d-flex{display:flex; flex-wrap:wrap;}
.flex-center{align-items: center;}
.flex-end{align-items: flex-end;}

.w20 { width: 20%}
.w25 { width: 25%}
.w30 { width: 30%}
.w33 { width: 33.33%}
.w34 { width: 34%}
.w35 { width: 35%}
.w40 { width: 40%}
.w42 { width: 42%}
.w45 { width: 45%}
.w50 { width: 50%}
.w55 { width: 55%}
.w58 { width: 58%}
.w60 { width: 60%}
.w65 { width: 65%}
.w66 { width: 66%}
.w66 { width: 66.66%}
.w70 { width: 70%}
.w75 { width: 75%}
.w80 { width: 80%}
.w100 { width: 100%}




/*unique paddings*/
.pl0, .p0, .plr0 { padding-left:0; }
.pl10, .p0-10 { padding-left:10px; }
.pl12, .p0-12 { padding-left:12px; }
.pl15, .p0-15 { padding-left:15px; }
.pl20, .p0-20 { padding-left:20px; }
.pl30 , .p0-30{ padding-left:30px; }
.pr0, .p0, .plr0  { padding-right:0; }
.pr10, .p0-10 { padding-right:10px; }
.pr12, .p0-12 { padding-right:12px; }
.pr15, .p0-15 { padding-right:15px; }
.pr20, .p0-20 { padding-right:20px; }
.pr30, .p0-30 { padding-right:30px; }
.pt0, .p0, .ptb0 { padding-top:0;  }
.pb0,.p0, .ptb0 { padding-bottom:0;}
.pb5,.p5-0{ padding-bottom:5px; }  
.pb10,.p10-0 { padding-bottom:10px; }
.pb15,.p15-0 { padding-bottom:15px; }
.pb20,.p20-0 { padding-bottom:20px;}
.pb25,.p25-0 { padding-bottom:25px;}
.pb30,.p30-0 { padding-bottom:30px;}
.pb35,.p35-0 { padding-bottom:35px;}
.pb40,.p40-0 { padding-bottom:40px; }
.pb45,.p45-0 { padding-bottom:45px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb55,.p55-0 { padding-bottom:55px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb65,.p65-0 { padding-bottom:65px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pb75,.p75-0 { padding-bottom:75px; }
.pb80,.p80-0 { padding-bottom:80px; }
.pb85,.p85-0 { padding-bottom:85px; }
.pb90,.p90-0 { padding-bottom:90px; }
.pb95,.p95-0 { padding-bottom:95px; }
.pb100,.p100-0 { padding-bottom:100px; }
.pb105,.p105-0 { padding-bottom:105px; }
.pb110,.p110-0 { padding-bottom:110px; }
.pb115,.p115-0 { padding-bottom:115px; }
.pb120,.p120-0 { padding-bottom:120px; }
.pb125,.p125-0 { padding-bottom:125px; }
.pb130,.p130-0 { padding-bottom:130px; }
.pb135,.p135-0 { padding-bottom:135px; }
.pb140,.p140-0 { padding-bottom:140px; }
.pb145,.p145-0 { padding-bottom:145px; }
.pb150,.p150-0 { padding-bottom:150px; }
.pb155,.p155-0 { padding-bottom:155px; }
.pb160,.p160-0 { padding-bottom:160px; }
.pb165,.p165-0 { padding-bottom:165px; }
.pb170,.p170-0 { padding-bottom:170px; }
.pb175,.p175-0 { padding-bottom:175px; }
.pb180,.p180-0 { padding-bottom:180px; }
.pb185,.p185-0 { padding-bottom:185px; }
.pb190,.p190-0 { padding-bottom:190px; }
.pb200,.p200-0 { padding-bottom:200px; }
.pb205,.p205-0 { padding-bottom:205px; }
.pb210,.p210-0 { padding-bottom:210px; }
.pb205,.p205-0 { padding-bottom:205px; }
.pb210,.p210-0 { padding-bottom:210px; }
.pb205,.p205-0 { padding-bottom:205px; }
.pb210,.p210-0 { padding-bottom:210px; }
.pb215,.p215-0 { padding-bottom:215px; }
.pb220,.p220-0 { padding-bottom:220px; }
.pb225,.p225-0 { padding-bottom:225px; }
.pb230,.p230-0 { padding-bottom:230px; }
.pb235,.p235-0 { padding-bottom:235px; }
.pb240,.p240-0 { padding-bottom:240px; }
.pb245,.p245-0 { padding-bottom:245px; }
.pb250,.p250-0 { padding-bottom:250px; }

.pt5,.p5-0{ padding-top:5px; }  
.pt10,.p10-0 { padding-top:10px; }
.pt15,.p15-0 { padding-top:15px; }
.pt20,.p20-0 { padding-top:20px; }
.pt25,.p25-0 { padding-top:25px; }
.pt30,.p30-0 { padding-top:30px  }
.pt35,.p35-0 { padding-top:35px  }
.pt40,.p40-0 { padding-top:40px; }
.pt45,.p45-0 { padding-top:45px; }
.pt50,.p50-0 { padding-top:50px; }
.pt55,.p55-0 { padding-top:55px; }
.pt60,.p60-0 { padding-top:60px; }
.pt65,.p65-0 { padding-top:65px; }
.pt70,.p70-0 { padding-top:70px; }
.pt75,.p75-0 { padding-top:75px; }
.pt80,.p80-0 { padding-top:80px; }
.pt85,.p85-0 { padding-top:85px; }
.pt90,.p90-0 { padding-top:90px; }
.pt95,.p95-0 { padding-top:95px; }
.pt100,.p100-0 { padding-top:100px; }
.pt105,.p105-0 { padding-top:105px; }
.pt110,.p110-0 { padding-top:110px; }
.pt115,.p115-0 { padding-top:115px; }
.pt120,.p120-0 { padding-top:120px; }
.pt125,.p125-0 { padding-top:125px; }
.pt130,.p130-0 { padding-top:130px; }
.pt135,.p135-0 { padding-top:135px; }
.pt140,.p140-0 { padding-top:140px; }
.pt145,.p145-0 { padding-top:145px; }
.pt150,.p150-0 { padding-top:150px; }
.pt155,.p155-0 { padding-top:155px; }
.pt160,.p160-0 { padding-top:160px; }
.pt165,.p165-0 { padding-top:165px; }
.pt170,.p170-0 { padding-top:170px; }
.pt175,.p175-0 { padding-top:175px; }
.pt180,.p180-0 { padding-top:180px; }
.pt185,.p185-0 { padding-top:185px; }
.pt190,.p190-0 { padding-top:190px; }
.pt200,.p200-0 { padding-top:200px; }
.pt205,.p205-0 { padding-top:205px; }
.pt210,.p210-0 { padding-top:210px; }
.pt205,.p205-0 { padding-top:205px; }
.pt210,.p210-0 { padding-top:210px; }
.pt205,.p205-0 { padding-top:205px; }
.pt210,.p210-0 { padding-top:210px; }
.pt215,.p215-0 { padding-top:215px; }
.pt220,.p220-0 { padding-top:220px; }
.pt225,.p225-0 { padding-top:225px; }
.pt230,.p230-0 { padding-top:230px; }
.pt235,.p235-0 { padding-top:235px; }
.pt240,.p240-0 { padding-top:240px; }
.pt245,.p245-0 { padding-top:245px; }
.pt250,.p250-0 { padding-top:250px; }


.p10-0, .pl10 { padding-left: 10px;}
.p10-0, .pr10 { padding-right: 10px;}
.p15-0, .pl15 { padding-left: 15px;}
.p15-0, .pr15 { padding-right: 15px;}

.p0-24{padding-left:24px; padding-right:24px}
.m0-24{margin-left:-24px; margin-right:-24px;}
.p0-20{padding-left:20px; padding-right:20px}
.m0-20{margin-left:-20px; margin-right:-20px;}
.ps0-15{padding-left:15px; padding-right:15px}
.ms0-15{margin-left:-15px; margin-right:-15px;}

.ps0-10{padding-left:10px; padding-right:10px}
.ms0-10{margin-left:-10px; margin-right:-10px;}


.pr110 { padding-right:110px; }

.pt176{padding-top:176px;}
.pb176{padding-bottom:176px;}
.pt88{padding-top:88px;}
.pb88{padding-bottom:88px;}






html {
    font-size: 20px;
}

html body { 
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; 
    background-color: #FFFFFF;
    color: #000000;
    font-size: 20px;
    line-height: 1.685;
    line-height: 1.5;
    /*     font-family "Titillium Web", sans-serif; */
}

/* Paragraphs */

p.lead,
p.intro {
    font-size: 1.25rem;
}


mark { 
    background-color: transparent; 
    
    font-weight: 700; 
    position:relative;
}
mark:after {content: '';width: 100%;background-color: #ffe744;display: inline-block;position: absolute;bottom: 0;height: 7px;left: 0;z-index: -10;}

/* Anchors */

a {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FF6900;
}

a:hover, a:focus {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FF6900;

}

a:active {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #ffb950;
}

a.button:disabled {
    background-color: #87A6B5;
}

/* Headings */
h1,h2,h3,h4,h5,h6{ margin-bottom: 20px; margin-top: 0px; }

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000000;
    text-transform: none;
}
.sub-inherit *{ line-height: inherit; font-size: inherit; color: inherit; font-family: inherit; font-style: inherit; font-weight: inherit; letter-spacing: inherit; text-decoration: inherit; text-transform: inherit; }
.inheritAllColor *{ color: inherit; }
.sub-hover-inherit *:hover { color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-decoration: inherit; text-transform: inherit; }



h1,.h1 { 
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 58px;
    letter-spacing: -0.015em;
    text-transform: none;
    line-height: 1.026em;
}
h1 small,.h1 small { 
    ;
    color: ;
    font-size: ;
    letter-spacing: em;
    text-transform: ;
    line-height: 1.072em;
}
h2,.h2 { 
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #000000;
    font-size: 50px;
    letter-spacing: -0.015em;
    text-transform: none;
    line-height: 1.2;
}
h1 span,.h1 span,
h2 span,.h2 span{ font-weight: 400; } 
h1 strong,.h1 strong,
h2 strong,.h2 strong{ font-weight: 800; }  

h3,.h3 { 
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 36px;
    letter-spacing: -0.015em;
    text-transform: none;
    line-height:1.5;
}

h4,.h4 { 
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 28px;
    letter-spacing: -0.015em;
    text-transform: none;
    line-height:1.25;
}

h5,.h5 { 
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 22px;
    letter-spacing: -0.015em;
    text-transform: none;
    line-height:1.3;
}

h6,.h6 { 
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #000000;
    font-size: 20px;
    letter-spacing: -0.015em;
    text-transform: none;
    line-height:1.25;
}




u {text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

/* Lists */

ul,
ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

ul li,
ol li {
    margin: 0.75rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin: 1.5rem;
}

/* Blockquote */

blockquote {
    border-left: 4px solid #000000;
    padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
    border-bottom-color: #E6E3E0;
}





/* Primary Button */

button,
.button a,a.button,
.ias-trigger-next a{ 
    font-family: Venn, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 105, 0, 1)

;
    border: 0px solid #FF6900;
    border-radius: 0px; 
    color: #ffffff;
    fill: #ffffff;
    font-size: 18px;
    padding: 12px 20px;
    text-transform: none;
    display:inline-block;  
    text-align: center;
    line-height: 1.27; 
} 

button:disabled,
.button a:disabled,
a.button:disabled,
button:disabled:hover,
.button a:disabled:hover,
a.button:disabled:hover,
button:disabled:focus,
.button a:disabled:focus,
a.button:disabled:focus,
button:disabled:active,
.button a:disabled:active,
a.button:disabled:active {
    background-color: #E6E3E0 !important; 
    border-color: #E6E3E0 !important;
    color: #87A6B5 !important;
}

.button--simple:disabled,
.button--simple:disabled:hover,
.button--simple:disabled:focus,
.button--simple:disabled:active {
    background-color: transparent !important;
}

button:hover,
button:focus,
.button a:hover,
a.button:hover,
.button a:focus,
a.button:focus,
button:active,
.button a:active,
a.button:active,
.ias-trigger-next a:hover{ 
    background-color: 

  
  
    
  


  rgba(132, 94, 194, 1.0)

;
    border: 0px solid #FF6900;
    color: #FFF;
} 

button:active,
a.button:active,
.button a:active { 
    background-color: #845EC2;
    border: 0px solid #FF6900;
    border-color: #845EC2;
}


/* Secondary Button */

.button.button--secondary a,
a.button.button--secondary
{ 
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; 
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 0px solid #000000;
    border-radius: 5px; 
    color: #000000;
    fill: #000000; 
    font-size: 16px;
    padding: 10px 20px;
    text-transform: none; 
    position: relative;
} 
.button.button--secondary a:hover,
.button.button--secondary a:focus,
.button.button--secondary a:active,
a.button.button--secondary:hover,
a.button.button--secondary:focus,
a.button.button--secondary:active,
.ias-trigger-next a:hover
{ 
    background-color: 

  
  
    
  


  rgba(255, 105, 0, 1.0)

;
    border: 0px solid #FFFFFF;
    color: #000000;
    fill: #000000;
}

.button.button--secondary a:active,
a.button.button--secondary:active { 
    background-color: rgba(255, 185, 80, 100);
    border: 0px solid #FFFFFF;
    border-color: #ffffff;
    color: #505050;
    fill: #505050;
}







.default-form {
    background-color: 

  
  
    
  


  rgba(238, 245, 248, 1.0)

;
    border: 0px solid #;
    border-radius: 0px;
    padding: 50px 50px;
}

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

/* Form Title */
.form-title:empty { display: none;}
.form-title,.default-form h4,.default-form h3 { 
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 105, 0, 0.0)

;
    border: 0px none #FF6900;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #000000;
    font-size: 28px;
    padding: 0px 0px;
    text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span { 
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 0px 0px;
    display: inline-block;
    line-height: 1em;
}

/* Help Text - Legends */

.hs-form-field legend { 
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #000000;
    font-size: 14px;
}

/* Inputs */


input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea { 
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: transparent;
    
    color: #000000;
    font-size: 20px;
    padding: 20px 20px;
    width:100% !important;
    outline: none !important;

    border: 0;
    border-bottom: 1px solid 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    line-height:1.5;
    border-radius:0px;

}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
select:focus,
textarea:focus{
    border-color:#000000;
}



input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
textarea{
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::placeholder {
    color: #000;

}


/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p { 
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    display:inline-block;
}

/* Inputs - Datepicker */

.fn-date-picker td.is-today .pika-button {
    color: #FF6900;
}

.hs-datepicker .is-selected button.pika-button {
    background-color: #FF6900;
}

.hs-datepicker button.pika-button:hover {
    background-color: #000000 !important;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #000000;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-size: 12px;
    line-height: 1.4em;}
form .inputs-list>li.hs-form-booleancheckbox { margin: 10px 0;}
form .legal-consent-container .inputs-list:not(.no-list) label>span {
    font-size: 12px;
    line-height: 1.4em;
    display:inline-block;
}


/* Validation */

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

.hs-error-msg {
    color: #EF6B51;
}

/* Submit */
form input[type='submit'],
form .hs-button{
    cursor: pointer;
    transition: all ease 0.3s; 
}
form input[type='submit']:focus,
form .hs-button:focus{ outline: none; /* box-shadow: inset 0 0 0 2px ; */}





form input[type='submit'],
form .hs-button {
    font-family: Venn, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 105, 0, 1)

;
    border: 0px solid #FF6900;
    border-radius: 0px; 
    color: #ffffff;
    fill: #ffffff;
    font-size: 18px;
    padding: 12px 20px;
    text-transform: none;
    display:inline-block;  
    text-align: center;
    line-height: 1.27; 
}

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

  
  
    
  


  rgba(132, 94, 194, 1.0)

;
    border: 0px solid #FF6900;
    color: #FFF;
}

form input[type='submit']:active,
form .hs-button:active {
    background-color: 

  
  
    
  


  rgba(132, 94, 194, 1.0)

;
    border: 0px solid #FF6900;
    color: #FFF;
} 



form fieldset .hs-fieldtype-file.hs-form-field label,
form fieldset .hs-fieldtype-file.hs-form-field label span { font-weight: 400; font-size: 19px; }
form fieldset .hs-fieldtype-file.hs-form-field label { background: rgba(0, 42, 50, 0.1); border: 1px solid #C4C4C4; border-radius: 4px; height: 120px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
form fieldset .hs-fieldtype-file.hs-form-field { margin-top: 24px; position: relative; padding-bottom: 0; margin-bottom: 24px; }
form fieldset .hs-fieldtype-file.hs-form-field.added label span { opacity: 0; visibility: hidden; }
form fieldset .hs-fieldtype-file.hs-form-field .input { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto !important; max-width: 153px; color: #FF6900; }
form fieldset .hs-fieldtype-file.hs-form-field input::-webkit-file-upload-button { display: none; }
form fieldset .hs-fieldtype-file.hs-form-field .input input { width: 100%; text-align: center; }
form fieldset .hs-fieldtype-file.hs-form-field:not(.added) .input{ opacity: 0; visibility: hidden; }

/* Inline Thank You Message */

.submitted-message {
    background-color: 

  
  
    
  


  rgba(238, 245, 248, 1.0)

;
    border: 0px solid #;
    border-radius: 0px;
    padding: 50px 50px;
}

form .input { margin-right: 0!important;}
form fieldset { max-width: inherit!important; 
    /*   margin: 0 -10px!important; */
}
/* form fieldset.form-columns-1 .field,form fieldset.form-columns-1 .hs-input { width: 100%!important;} */
/* form fieldset.form-columns-2 .field { width: 50%!important;} */
/* form fieldset.form-columns-3 .field { width: 33.33%!important;} */
form .field { padding: 0 0 20px;}
/* form fieldset .field { padding-left: 10px; padding-right: 10px;} */
form ul.multi-container { padding-top: 10px;}
form ul.multi-container li { margin: 5px 0;}
form .field>label { margin-bottom: 8px; display: block;}
textarea { min-height: 107px;}
.hs-form-field { margin-bottom: 0;}
.hs-error-msgs { list-style: none; margin: 10px 0 10px; padding: 0 0 0 10px; font-size: 12px;}

form fieldset input.hs-input[type=checkbox]  { width: auto !important;}
form fieldset input.hs-input[type=radio] { width: auto !important;}


.hs-form-field .input { display: table; width: 100%; margin: 0 !important; }
.hs-error-msgs { position: relative; }
.hs-error-msgs li label{
    font-size: 12px;
    line-height: 14px;
    color: #DA0000;
}
.hs-error-msgs li{ list-style-type:none; margin: 0; }
.hs-form-checkbox{
    width:100%;
    float:left;
    list-style-type:none;
}
.hs-form-radio{
    width:100%;
    float:left;
    list-style-type:none;
}
.hs-form-checkbox input, .hs-form-radio input{
    margin-right: 27px;
}
form .hs-richtext, form .hs-richtext p { text-align: left; font-size: 14px; line-height: 1.3; margin-bottom: 10px; color:; }
form{
    max-width:100%;
    width:100%;
    float: none !important; padding-top: 18px;

}
form legend{
    color:#8B8B8B;
    font-size:18px;
    margin-bottom: 0;
}
form .hs-input:focus { outline: none; /* box-shadow: inset 0 0 0 2px ; */ }  

.submitted-message { 
    text-align: center; 
    font-size: 20px; 
    overflow: hidden !important; 
    line-height: normal; 
    color:; margin-top: 40px;
}
form .hs-error-msgs { margin-top: 10px; display: inline-block; }
form .hs-error-msgs li { margin-bottom: 0; }
form .hs-error-msgs li + li { margin-bottom: 10px; }

.legal-consent-container .hs-form-booleancheckbox-display>span p, .legal-consent-container .hs-form-booleancheckbox-display>span { font-size: 10px; line-height:12px; color:;line-height: normal; margin-left: 0 !important; }

.form-title { font-weight: 400; font-size: 42px; color: #FF6900 !important; line-height: 1.2em; margin-bottom: 40px; }

/* Form Two Col Section */

.form-columns-2 , .form-columns-1{max-width:100% !important;}
.form-columns-2 > div { width: 48.3% !important; }
.form-columns-2 > div:first-child{float:left !important;}
.form-columns-2 > div:last-child{float:right !important;}


/* Radio Button Style */

.hs-form-radio label.hs-form-radio-display {font-size: 16px; display:flex;flex-wrap:wrap; margin-bottom: 0; }
.hs-form-radio-display .hs-input { display: none; }
.hs-form-radio label.hs-form-radio-display input+span{display:flex;position:relative; padding-left: 25px; font-size: 18px;}
.hs-form-radio label.hs-form-radio-display input+span:before { width: 20px; height: 20px; content: ''; border: 1px solid #FF6900; background-color: transparent; display: inline-block; border-radius: 100%; margin-right: 13px; transition: .5s ease all; position: absolute; left: -11px; top: 1px; }
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#FF6900; border-color:#FF6900; }
.hs-form-radio label.hs-form-radio-display input:checked+span:after { content: ''; position: absolute; left: -5px; width: 8px; height: 8px; background-color:#FFF; top: 7px; border-radius: 100%; transition: .5s ease all; }
form.hs-form fieldset > .legal-consent-container { margin-bottom: 25px; } 
form.hs-form fieldset > .legal-consent-container .hs-dependent-field .input > ul.inputs-list { margin: 0; }
form.hs-form fieldset > .legal-consent-container .hs-dependent-field .input > ul.inputs-list > li.hs-form-booleancheckbox { margin: 5px 0px; }
form.hs-form fieldset > .legal-consent-container .hs-dependent-field .input > ul.inputs-list > li.hs-form-booleancheckbox label { display: inline-block; padding-top: 2px; }

/* Checkbox Style */

/* .hs-form-checkbox:not(:last-child){margin-bottom:29px;} */
/* .hs-form-checkbox label.hs-form-checkbox-display { font-size: 16px; font-weight: 500; text-transform: inherit;display:flex;flex-wrap:wrap; margin-bottom: 0; }
.hs-form-checkbox-display .hs-input { display: none; }
.hs-form-checkbox label.hs-form-checkbox-display input+span{display:flex;position:relative; padding-left:30px; font-size: 18px; }
.hs-form-checkbox label.hs-form-checkbox-display input+span:before { width: 20px; height: 20px; content: ''; border: 1px solid #B7C5D4; background-color: transparent; display: inline-block; margin-right: 13px; transition: .5s ease all; position: absolute; left:-11px; top: 4px; }
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before{background-color:#000000; border-color:#FF6900;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after { content: '\f00c'; font-family: FontAwesome; position: absolute; left:-7px; width: auto; height: auto; background-color: transparent; top: 5px; border-radius: 100%; transition: .5s ease all; color:; font-size: 12px; } */

/* li.hs-form-booleancheckbox:not(:last-child){margin-bottom:29px;} */
/* li.hs-form-booleancheckbox label.hs-form-checkbox-display { font-size: 14px; } */
/* .hs-form-booleancheckbox-display .hs-input { display: none; } */
/* li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative; margin-left:25px !important; }
li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width: 10px; height: 10px; border-radius:2px;content: ''; border: 1px solid #FF6900; background-color:#fff; display: inline-block; margin-right: 13px; transition: .5s ease all; position: absolute; left: -25px; top: 2px; } */
/* li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before{background-color:#111d33;} */
/* li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { content: '\f00c'; font-family: FontAwesome; position: absolute; left: -23px; width: auto; height: auto; background-color: transparent; top:4px; line-height: normal; border-radius: 100%; transition: .5s ease all; color: ; font-size:6px; color:#FF6900; } */

form .hs-fieldtype-booleancheckbox .input .inputs-list, form li.hs-form-checkbox label.hs-form-checkbox-display { margin-top:0;margin-bottom: 25px; list-style: none; padding: 0; }
form .hs-fieldtype-booleancheckbox .input .inputs-list .hs-form-booleancheckbox, form li.hs-form-checkbox { margin: 0; }
form .hs-fieldtype-booleancheckbox .input .inputs-list .hs-form-booleancheckbox + .hs-form-booleancheckbox, form li.hs-form-checkbox + .hs-form-checkbox{ margin-bottom: 0px; display: inline-block; }
form li.hs-form-checkbox label.hs-form-checkbox-display,
form .hs-fieldtype-booleancheckbox .input li label { position: relative; padding-left: 43px; }
form li.hs-form-checkbox label.hs-form-checkbox-display input,
form .hs-fieldtype-booleancheckbox .input li label input { width: 0 !important; height: 0;  margin: 0; opacity:0; }
form li.hs-form-checkbox label.hs-form-checkbox-display input + span:before,
form .hs-fieldtype-booleancheckbox .input li label input+ span:before { content: ''; position: absolute; top: 4px; left: 0; width: 20px; height: 20px; border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; border-radius: 0px; background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;}
form li.hs-form-checkbox label.hs-form-checkbox-display input:checked + span:after,
form .hs-fieldtype-booleancheckbox .input li label input:checked + span:after { content: ''; position: absolute; top: 4px; left: 0; width: 20px; height: 20px; border: 1px solid #FF6900; border-radius: 0px; background-color: #FF6900; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: center; background-size: 18px; }
.hs-form-radio label.hs-form-radio-display input+span,
form .hs-fieldtype-checkbox .inputs-list:not(.no-list) .hs-form-checkbox label>span { line-height: normal; font-size: 16px; }


form .hs-error-msgs { margin-top: 10px; display: inline-block; }
form .hs-error-msgs li { margin-bottom: 0; }
form .hs-error-msgs li + li { margin-bottom: 10px; }


form .inputs-list>li { margin: 0 0 10px 0; }
.legal-consent-container li.hs-form-booleancheckbox { padding-left: 0; }

span.hs-form-required {   margin: 0; color:; } 

li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before{background-color:#FF6900}


.legal-consent-container ul.inputs-list { padding: 0; list-style-type: none; }
.legal-consent-container .field.hs-form-field {  margin-bottom: 8px; }
.hs-fieldtype-booleancheckbox {  padding: 0 !important; }


/* Contact Form */

.formResetStyling form { background-color: transparent; border-color: transparent; border-radius: 0; padding: 0;}
.formResetStyling h3 { padding: 0;}
.form-contact-srt form .field>label { padding: 0; margin: 0;}

































































@media(max-width:991px){

    /*     input[type='text'],input[type='email'],input[type='password'],input[type='tel'],input[type='number'],select,textarea{ font-size:20px;} */
    .partners .outer_logo_partbners { width: 25%; }
    .pt176{padding-top:88px;}
    .pb176{padding-bottom:88px;}
    .pt88{padding-top:66px;}
    .pb88{padding-bottom:66px;}
}

@media(max-width:767px){
    /*     li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{margin-left: 17px !important;} */
    form fieldset.form-columns-2 .field,form fieldset.form-columns-3 .field{width:100% !important;}
    .partners .outer_logo_partbners {    padding: 0 10px; width: 33.33%; }
}


/* form { background-color: transparent !important; border: 0 !important; border-radius: 0 !important; padding: 0 !important; }
form fieldset .field { padding-left: 0 !important; padding-right: 0 !important; }
body form fieldset { display: flex !important; flex-wrap: wrap !important;margin: 0 !important; }
form fieldset.form-columns-2 > div.field { width: calc(50% - 10px) !important; }
form fieldset .field label.is-empty { display: none; }
form fieldset.form-columns-2 > div.field:first-child { margin-right: 10px; }
form fieldset.form-columns-2 > div.field:last-child { margin-left: 10px; }
textarea { min-height: 80px !important; }
form input[type='submit'], form .hs-button { width: auto; margin: 0 0 auto !important; font-size: 15px !important; letter-spacing: 0; padding: 10px 65px 10px 20px !important; border-radius: 0px 0px 0px 10px !important; background-image: url(https://nextlevel.inbnd.nl/hubfs/Cuex_theme_assets_Oct-21/images/arrow-img.svg); background-repeat: no-repeat; background-position: calc(100% - 20px) 15px !important; background-size: initial; }
form .hs-submit .actions { text-align: right; } */

.hs-fieldtype-radio .input { }
.hs-fieldtype-radio .input > ul.inputs-list,
.hs-fieldtype-checkbox .input > ul.inputs-list{ margin: 0; padding-left: 12px; }
.hs-fieldtype-checkbox .input > ul.inputs-list{  padding-left: 0px; }
form ul.multi-container { padding-top: 0;}

/*     # ############################   6. Tables   ############################## # */


table {
    background-color: ;
    border: ;
}

th,
td {
    border: ;
    color: ;
    padding: ;
}

thead th,
thead td {
    background-color: ;
    border-bottom: ;
    color: ;
}

tbody + tbody {
    border-top: ;
}

tfoot td {
    background-color: ;
    color: ;
}






/* Header content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6, 
.header *:not(.button) > a,
.header span,
.header div,
.header li,
.header blockquote {
    color: #000000;
}


/* Header modules */

.header .icon svg {
    fill: #000000;
}

.header .news-listing__entry-row--author,
.header .news-listing__entry-summary,
.header .upcoming-events__event-date,
.header .event_details__date--small {
    color: #000000;
}

.header .news-listing__header a,
.header .upcoming-events__header a,
.header .news-listing__entry a,
.header a.icon-card__link {
    color: #FF6900;
}

.header .news-listing__header a:hover,
.header .news-listing__header a:focus
.header .upcoming-events__header a:hover,
.header .upcoming-events__header a:focus,
.header .news-listing__entry a:hover,
.header .news-listing__entry a:focus,
.header a.icon-card__link:hover,
.header a.icon-card__link:focus {
    color: #FF6900;
}

.header .news-listing__header a:active,
.header .upcoming-events__header a:active,
.header .news-listing__entry a:active,
.header a.icon-card__link:active {
    color: #ffb950;
}

.header h3.form-title {
    color: #000000;
}

.header .news-listing__header h3,
.header .upcoming-events__header h3 {
    color: #000000;
}

.header .news-listing__entry h4,
.header h4.upcoming-events__event-title {
    color: #000000;
}

.header h6.news-listing__entry-date,
.header .upcoming-events__event-subtitle h6 {
    color: #000000;
}


/* Main Navigation */
.header-main .mainmenu .hs-menu-wrapper > ul > li > a {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;  
    text-transform: none;
} 
@media(min-width: 992px){

    .header-main .mainmenu .hs-menu-wrapper > ul > li > a {
        color: #000000;
        font-size: 16px;
    } 

}

.header-main .mainmenu .hs-menu-wrapper > ul > li:hover,
.header-main .mainmenu .hs-menu-wrapper > ul > li:focus {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.header-main .mainmenu .hs-menu-wrapper > ul > li:hover > a,
.header-main .mainmenu .hs-menu-wrapper > ul > li:focus > a {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #FF6900;
}


.header-main .mainmenu .hs-menu-wrapper > ul > li:active {
    background-color: 

  
  
    
  


  rgba(255, 105, 0, 0.0)

;
}

.header-main .mainmenu .hs-menu-wrapper > ul > li:active > a {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #FF6900;
}

.header-main .mainmenu .hs-menu-wrapper > ul > li.active-item {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.header-main .mainmenu .hs-menu-wrapper > ul > li.active-item > a {
    color: #FF6900;
}

.header-main .mainmenu .hs-menu-wrapper > ul > li.has-submenu.active-item:after {
    border-color: #FF6900 transparent transparent transparent;
}

.header-main .mainmenu .hs-menu-wrapper > ul > li > a.active-item:after {
    background-color: #FF6900;
}

/* Main Navigation - Child Menus */


.header-main .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper .hs-menu-item > a {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; 
    text-transform: none;
}
@media(min-width: 992px){
    .header-main .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
        background-color: 

  
  
    
  


  rgba(255, 105, 0, 1.0)

;
    }
    .header-main .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper .hs-menu-item > a {
        font-size: 16px;
        color: #000000; 
    } 

}


.header-main .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper .hs-menu-item:hover,
.header-main .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper .hs-menu-item:focus {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header-main .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper .hs-menu-item:hover > a,
.header-main .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper .hs-menu-item:focus > a {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #FFFFFF;
}

.header-main .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper .hs-menu-item:active {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.header-main .mainmenu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper .hs-menu-item:active > a {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #FFFFFF;
}

/* Main Navigation - Mobile Menu */

@media (max-width: 768px) {
    .header__navigation {
        background-color: 

  
  
    
  


  rgba(255, 105, 0, 1.0)

 !important;
    }

    .header__container--lower .navigation-primary .level-1 > li:hover,
    .header__container--lower .navigation-primary .level-1 > li:focus
    .navigation-primary .submenu:not(.level-1) .menu-item:hover,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus {
        background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    }

    .navigation-primary a {
        color: #000000 !important;
    }

    body .header__mobile-menu-icon,
    body .header__mobile-menu-icon:after,
    body .header__mobile-menu-icon:before {
        background-color: #000000;
    }

    body .menu-arrow-icon,
    body .menu-arrow-icon:after {
        background-color: #000000;
    }
}





.footer {
    background-color: 

  
  
    
  


  rgba(0, 42, 50, 1.0)

;
    border-top: 0px solid #FFFFFF;
}

.footer__container--static,
.footer__container .dnd-section {
    max-width: 1377px;
}

.footer__bottom-section {
    border-top: 1px solid #d0d0d0;
    border-color: #FFF;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p a,
.footer h1 a,
.footer h2 a,
.footer h3 a,
.footer h4 a,
.footer h5 a,
.footer h6 a,
.footer span a,
.footer span,
.footer a,

.footer li,
.footer blockquote
{
    color: #FFF;
}

/* Header modules */


/* Footer Menu */

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


.footer .hs-menu-wrapper a {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FFF;
    font-size: 20px;
    text-transform: none;

}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FF6900;
}

.footer .hs-menu-wrapper a:active {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FF6900;
}

/* Footer Bottom Navigation */

.footer .footerBottomNavigation .hs-menu-wrapper a { 
    color: #FF6900;
}
.footer .footerBottomNavigation .hs-menu-wrapper a:hover,
.footer .footerBottomNavigation .hs-menu-wrapper a:focus{
    color: #FFF;
}

.footer .hubspotPartnerContent p, .footer 
.hubspotPartnerContent a {
    color: #d7d3d1;
}

.hubspotPartnerContent a:hover {
    color: #FF6900;
}

.footer .footerSocialLink ul li a{
    color: #FFF;
}
.footer  .footerSocialLink ul li a:hover{
    color: #FF6900;

}

.footer .footerLowerNavigation .hs-menu-wrapper ul li a{
    color:#B1B2B0;
    font-size:14px;
}
.footer .footerLowerNavigation .hs-menu-wrapper ul li a:hover{
    color: #FF6900;
}
.bottom_links a.text_xsm {
    text-decoration: underline !important;
    color: #FF6900;
}
/* .bottom_links a.text_xsm:hover { 
color: #FFF;
} */

.footer .footerBoxIcon{background-color:#FFF;}





/* Blog Listing */

.blog-index__post-title,
.blog-index__post-title a,
.blog-index__author-name,
.blog-index__author-name a,
.blog-index__date,
.blog-index__post-summary {
    color: #000000;
    font-family: Venn Extended,sans-serif;
}

.blog-filter {
    background-color: ;
    color: ;
}

.blog-filter,
body .blog-tag-filter__title,
body .blog-tag-filter__select,
body .blog-tag-filter__select-wrapper:after,
.blog-filter form input,
.blog-filter ul.hs-search-field__suggestions li,
.blog-filter ul.hs-search-field__suggestions li a {
    color: ;
}

body .blog-tag-filter__select,
.blog-filter form input,
.blog-filter ul.hs-search-field__suggestions li,
.blog-filter ul.hs-search-field__suggestions li a {
    background-color: ;
}

.blog-filter form input::placeholder {
    background-color: ;
    color: ;
}

.blog-filter form input::-moz-placeholder {
    background-color: ;
    color: ;
}

.blog-filter form input:-ms-input-placeholder {
    background-color: ;
    color: ;
}

/* Blog Tags */

.blog-index__post-header,
body .blog-related-posts__post-header {
    border-bottom-color: ;
}

.blog-index__topic,
body .blog-related-posts__topic {
    background-color: ;
}

.blog-index__topic-link,
.blog-index__topic-link:hover,
.blog-index__topic-link:focus,
.blog-index__topic-link:active,
body .blog-related-posts__topic-link,
body .blog-related-posts__topic-link:hover,
body .blog-related-posts__topic-link:focus,
body .blog-related-posts__topic-link:active,
.header a.blog-related-posts__topic-link,
.header a.blog-related-posts__topic-link:hover,
.header a.blog-related-posts__topic-link:focus,
.header a.blog-related-posts__topic-link:active {
    color: ;
}

/* Blog Pagination */

.blog-pagination__link {
    color: #FF6900;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
    fill: #FF6900;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
    color: #FF6900;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
    fill: #FF6900;
}

.blog-pagination__link--active {
    background-color: #FF6900;
}

/* Blog Post */

.blog-post-header {
    background-image: url('');
        }


/* Blog Updates */

.blogIndexDate h5,.blogIndexTopicLink {color:}
.blogRecentPostTitle h2 a,.blogRecentPostTitle h2 a:hover{font-weight:600}
.blogIndexPostTitle h3 a,.blogIndexTopic  a,.blogIndexTopic,.blogRecentPostTitle h2 a{color:#FF6900;}
.blogIndexPostTitle h3 a:hover,.blogIndexTopic  a:hover,.blogRecentPostTitle h2 a:hover{color:#FF6900;}
.loadMoreBta.button a{background-color:; border-color:; color:#FF6900;}
.loadMoreBta.button a:hover{background-color:#FF6900; border-color:#FF6900; color:#000000}
.loadMoreBta.button a:hover:after{
    background-image: url('https://nextlevel.inbnd.nl/hubfs/Cuex_theme_assets_Oct-21/images/secondary_btn_arrow.svg');
}


.ias-trigger-next a{background-color:; border-color:; color:#FF6900;}
.ias-trigger-next a:hover{background-color: 

  
  
    
  


  rgba(132, 94, 194, 1.0)

; border: 0px solid #FF6900;  color: #FFF;}



.ias-trigger-next a:hover:after{
    background-image: url('https://nextlevel.inbnd.nl/hubfs/Cuex_theme_assets_Oct-21/images/secondary_btn_arrow.svg');
}






/* Error Pages - Global */

.error-page:before {
    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #E6E3E0;
}

/* System Pages - Global */

.hs-search-results__title {
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000000;
}

.hs-search-results__title:hover {
    font-family: Venn Extended, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
    font-size: 28px;
}

/* Password Prompt */

.password-prompt input[type='password'] {
    margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
    margin-bottom: 1.4rem;
    padding: 20px 20px !important;
}





/* Blog Post Listing */

body .news-listing__header-icon > svg {
    fill: #000000;
}

/* Card */

body .icon-card__lower {
    border-top-color: #000000;
}

body .icon-card__icon {
    background-color: #000000;
}

/* Image Gallery */

body .image-gallery__selector:checked + .image-gallery__thumbnail {
    border-color: #000000;
}

/* Upcoming Events */

body .upcoming-events__header-icon > svg {
    fill: #000000;
}







/*****************************
form style
****************************  */





/*****************************
Slick slider
****************************  */

.slick-dotted.slick-slider { margin-bottom: 0}
.slick-dots { bottom: -30px; z-index:1; margin:0; padding:0;}
.slick-dots li { width: 16px;height: 16px; vertical-align: middle; border-radius: 50%}
.slick-dots li button { width: 16px; height: 16px; padding: 8px 0; border-radius: 50%}
.slick-dots li button:before { width: 16px; height: 16px; line-height: 16px; content: ''; border-radius: 50%; opacity: 1}
.slick-dots li button:before { background-color: #ccc; }
.slick-dots li.slick-active button:before { background-color: #000000; opacity: 1}
.slick-dots li button:before,.slick-dots li button:before { transition: all ease .4s; -weblit-transition: all ease .4s}
.slick-dots li button:focus:before,.slick-dots li button:hover:before {opacity: 1; background-color: #000000; transition: all ease .4s; -weblit-transition: all ease .4s}

/* Arrows */


.slick-prev { left: 30px; z-index: 10 !important}
.slick-next { right: 30px}
button.slick-next,button.slick-prev{background: #DADAD9}
.slick-next:before,.slick-prev:before { color: #29333c;}
.slick-prev:after,.slick-next:after { display: none;}
.slick-next,.slick-prev { width: 46px; height: 46px; border-radius: 0; z-index: 1; transition: all ease .4s; -weblit-transition: all ease .4s; top: inherit; bottom: -20px;}
.slick-next:before,.slick-prev:before { font-family: fontawesome; font-size: 0; background-repeat:no-repeat; }
.slick-next:before { content: ''; color : #000000; background-image:url('https://nextlevel.inbnd.nl/hubfs/Cuex_theme_assets_Oct-21/images/slider-arrow-right.svg');}
.slick-prev:before { content: ''; color : #000000; background-image:url('https://nextlevel.inbnd.nl/hubfs/Cuex_theme_assets_Oct-21/images/slider-arrow-left.svg')}
.slick-next:before,.slick-prev:before { width: 8px; height: 17px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 1; background-repeat: no-repeat; font-size: 0; line-height: 1; }
.slick-next:before {background-position: center center;}
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden;}

.slick-slide:focus { outline: none;}

.sliderStyleVer2 .slick-prev { opacity: 0; visibility: hidden; } 
/* White Arrow */
.slickwhiteArrow .slick-prev:before { color: #fff;}
.slickwhiteArrow .slick-next:before { color: #fff;}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover { background-color: #000000; border-color: #ffe744;}


/*****************************
Magnific Popup
****************************  */
.mfp-iframe-holder .mfp-close { width: 40px; height: 40px; padding-right: 0; right: 0; top: -40px; background-color: #8dc63f; color: #fff; text-align: center; border-radius: 5px 5px 0 0; }

button.mfp-close:after {  display: none;}
.mfp-close-btn-in .iframeStyleing .mfp-close { color: #000; width: 40px; height: 40px; background-color: #fff; right: 30px; top: -10px; border-radius: 5px 5px 0 0; } 
.popplayParent { position: relative; } 
.popplayIcon { width: 100px; height: 100px; margin-left: -50px; margin-top: -50px; background-color: #ff146d; box-shadow: 0px 10px 30px rgba(88, 89, 91, 0.7); -webkit-box-shadow: 0px 10px 30px rgba(88, 89, 91, 0.7); display: inline-block; border-radius: 50%; line-height: 100px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; vertical-align: middle; } .popplayIcon:hover { background-color: rgba(65, 35, 137, 0.9); } .popplayIcon svg { width: 50px; height: 50px; display: inline-block; vertical-align: middle; fill: #fff; position: relative; left: 3px; } .popplayIcon { width: 100px; height: 100px; } .roundshape, .roundshape.shapeGray { position: relative; overflow: hidden; } .roundshape:after { content: ''; position: absolute; z-index: 5; right: -1px; bottom: -1px; background-image: url('https://cdn2.hubspot.net/hubfs/4738149/2steps_Theme_Images_Sep-2019/shapeWhite.svg'); background-size: 100% 100%; width: 150px; height: 150px; background-repeat: no-repeat; } 
.iframeStyleing { max-width: 830px; margin: 0 auto; padding: 30px; position: relative;}
.iframeStyleinner { border-radius: 10px 0 10px 10px; overflow: hidden;}

/* Max-width */
.max476{max-width:476px; width:100%; }
.max530{max-width:530px; width:100%; }
.max600{max-width:600px; width:100%; }
.max630{max-width:630px; width:100%; }
.max650{max-width:650px; width:100%; }
.max670{max-width:670px; width:100%; }
.max700{max-width:700px; width:100%; }
.max710{max-width:710px; width:100%; }
.maxCenter{margin:0 auto}
.maxRight{margin:0 0 0 auto}

blockquote { font-size: 18px; }

.bannerShape{text-align:right;}

.justify-center{ justify-content: center; }
.justify-between{ justify-content: space-between; }
.justify-end{ justify-content: flex-end; }
.justify-start{ justify-content: flex-start; }
.content-wrapper.small-wrapper { max-width: 1160px; }

.dnd-section.full-width-forcedd{padding:0!important}
.dnd-section.full-width-forcedd>div,.dnd-section.full-width-forcedd>div>div{padding-left:0px!important;padding-right:0px!important;max-width:none!important}

.simple_link { line-height: normal; }
.simple_link a { font-weight: 500; font-size: 16px; color: #000000; line-height: 210%; position: relative; }
.simple_link a:after,.simple_link a:before { background-image: url('https://4063334.fs1.hubspotusercontent-na1.net/hubfs/4063334/Saleshelden_Theme_2023/Images/arrow_black.svg'); }
.simple_link a:after { content: ''; margin-left: 8px; background-repeat: no-repeat; background-position: center; background-size: contain; width: 14px; height: 10px; display: inline-block; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;; }
.simple_link a:hover:after { margin-left: 12px; }
.white_link.simple_link a{ color: #fff; }
.white_link.simple_link a:after,.white_link.simple_link a:before { background-image: url('https://cdn2.hubspot.net/hubfs/4063334/Saleshelden_Theme_2023/Images/arrow_white.svg'); }

.simple_link.reverse_arrow a:after { display: none; }
.simple_link.reverse_arrow a:before { transform: rotate(180deg); background-position: 50%; background-repeat: no-repeat; background-size: contain; content: ""; display: inline-block; height: 10px; margin-right: 8px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease; width: 14px; }
.simple_link.reverse_arrow a:hover:before{ margin-right: 12px; }
.hero-top-btn.white_link a {  color: #fff;}

.big_shpade_black,.big_shpade_black_gradeint,.blog_shpade_black,.medium_black_shape{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/shape_black.svg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.smallShape:before{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/small_shape.svg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.mediumShpae:before{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/mediumShape.svg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.big_shpade_black_gradeint{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/big_shape_gradient.svg);}
.blog_shpade_black{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/blog-black-shape.svg);}
.medium_black_shape{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/Blog%20_medium_black.svg);}


.blog_shpade_black.gradeint{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/blog-gradient-shape.svg);}
.mediumShpae_gradient:before{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/mediumGradient.svg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.mediumShpae_white:before{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/Left_white_shape.svg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.mediumShpae_white:after{background-image:url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/right_white_shape.svg); background-position: center; background-repeat: no-repeat; background-size: cover;}

.hero-main { padding-top: 130px; }
.hero-main .hero-outer { display: flex; flex-wrap: wrap; }
.hero-main .hero-outer .hero-top-left { width: 55%; float: left; position: relative; }
.hero-main .hero-outer .hero-top-right { width: 45%; float: left; display: flex; align-items: center; padding: 150px 0px 170px; }
.hero-main .hero-top-img { width: 55vw; height: 100% !important; position: absolute; top: 0; right:calc( 50% - -17px); bottom: 0; -webkit-transform: skewX(-10deg);
-moz-transform: skewX(-10deg);
-o-transform: skewX(-10deg);
-ms-transform: skewX(-10deg);
transform: skewX(-10deg);;  overflow: hidden; }
.hero-main .hero-top-img img { width: 100%; height: 100% !important; object-fit: cover; -webkit-transform: skewX(10deg);
-moz-transform: skewX(10deg);
-o-transform: skewX(10deg);
-ms-transform: skewX(10deg);
transform: skewX(10deg);; transform-origin: top; }
.hero-main .hero-outer .hero-top-right .hero-top-content { padding-left: 60px; padding-bottom: 100px; }
.hero-main .hero-outer .hero-top-right .hero-top-content h1 { line-height: 1.28; }
.hero-main { position: relative; z-index: 1; }
.hero-main:before,.header_teams:before{ content: ''; position: absolute; bottom: -1px; right: 0; width: 440px; height: 260px; background-image: url('https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/shape_black.svg'); background-repeat: no-repeat; background-position: left bottom; background-size: 140%; z-index: -1; bottom:0;}
.header_contact:before { display: none; }

.cimg-slider-main { position: relative; }
/* .cimg-slider-main:before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 260px; background-color: #E6E3E0; } */
.cimg-slider-main .cimg-slider-outer { padding-top: 89px; padding-bottom: 100px; }
.cimg-slider-main .cimg-slide-img { transition: all 400ms ease; height: 608px; width: auto;  }
.cimg-slider-main .cimg-slider:focus { outline: none !important; }
.cimg-slider-main .cimg-slide:not(.is-selected) .cimg-slide-img { transform:scale(0.7); transform-origin: bottom right; bottom: -124px; position: relative; }
.cimg-slider-main .cimg-slide.is-selected + .cimg-slide .cimg-slide-img { transform: scale(0.7)); transform-origin: top left; bottom: inherit; top: -124px; }
.cimg-slider-main .cimg-slide.FirstSlide:not(.is-selected) .cimg-slide-img { bottom: inherit; top: -100px; transform:scale(0.7); transform-origin: top left; }

.image_slider .progress-bar { background: #FF6900; height: 4px; position: absolute; top: -1px; }
.image_slider .outer_progress_bar { position: relative; background: rgba(0, 0, 0, 0.2); width: 768px; margin: 0 auto; height: 1px; }


.image_slider { overflow: hidden; }
.image_slider .slider_content_wrapper { max-width: 830px; width: 100%; margin-left:110px;} 
.image_slider .main_title_slider h2 { margin-bottom: 0; }
.image_slider.cimg-slider-main .cimg-slide-img a { width: 100%; height: 100%; display: inline-block; position:relative;}
.image_slider.cimg-slider-main .cimg-slide-img a img { height: 100%; width: 100%; object-fit: cover; }
.image_slider.cimg-slider-main .cimg-slide.is-selected .cimg-slide-img a img { object-fit: cover; }
.image_slider .slider_blog_title a { display: inline-block; }
.image_slider .cimg-slide.is-selected .cimg-slide-img { position: relative; }
.image_slider .cimg-slide.is-selected .cimg-slide-img a:before { content: ''; position: absolute;  width: 100%; height: 100%; left: 0; bottom: 0; mix-blend-mode: multiply; transition: all .8s ease; -moz-transition: all .8s ease; -webkit-transition: all .8s ease; background: linear-gradient( 45deg , rgba(132,94,194,0.8), transparent); z-index:1;}
.image_slider.cimg-slider-main .cimg-slide.is-selected .cimg-slide-img a:hover:before { transform: scale(1.03);    /* left: -5px; */ transition: all .8s ease; -moz-transition: all .8s ease; -webkit-transition: all .8s ea; }

.image_slider .slider_post_logo { position: absolute; bottom: 60px; left: 50px; z-index: 1; }
.image_slider .outer_cimg_slider { margin: 0px 23px; transition: all 400ms ease;   width: 770px; }
.image_slider .cimg-slide .slider_post_logo, .image_slider .cimg-slide .slider_blog_title, .cimg-slide .cimg-slide-img:before { opacity: 0; }
.image_slider .cimg-slide.is-selected .slider_post_logo, .cimg-slide.is-selected .slider_blog_title, .cimg-slide.is-selected .cimg-slide-img:before { opacity: 1; }
.image_slider .inner_cursor { background: #ff6900; height: 100px; width: 100px; display: flex; justify-content: center; align-items: center; padding: 30px; }
.image_slider.cimg-slider-main .cimg-slide:not(.is-selected) .cimg-slide-img a:before { backdrop-filter: blur(5px); background: hsla(0, 0%, 100%, .1); content: ""; height: 100%; position: absolute; width: 100%; z-index: 2; top: 0; right: 0; }


.mainCursor{position:fixed;width:100px;height:100px;left:calc(100px/2*-1);top:calc(100px/2*-1);z-index:9999;border-radius:100%;pointer-events: none; opacity: 0; visibility: hidden; transition: all 50ms ease; }
.cur_active .mainCursor{ opacity: 1; visibility: visible; }
.mainCursor svg { display: block; width: 100%; height: 100%; object-fit: contain; }

.linkCursorActive .cursorWp{ display: none; }
/* .image_slider  .cursorWp { position: absolute; } */


.four_col_Section .four_col_box { padding-top: 65px; margin: 0 -10px; }
.four_col_Section .inner_four_col_btn { padding: 0; }    
.four_col_Section .outer_four_col { padding: 0 10px; }
.four_col_Section .inner_image {   width: 100%; height: 199px;  overflow:hidden;}
.four_col_Section .inner_image img { width: 100%; height: 100% !important; object-fit: cover;    transition: 400ms all ease-in;}
.inner_four_col:hover .inner_image img { transform: scale(1.1); }
.four_col_Section .box_wrap_content { background: linear-gradient(239.1deg, #009FE3 0.08%, #845EC2 41.94%, #432A6B 101.65%); padding: 31px 24px 0 32px; }
.four_col_Section .box_content p { line-height: 1.5; }
.four_col_Section .box_content { padding-bottom: 40px; }
.four_col_Section .box_button { text-align: right; margin-right:-24px; }
.four_col_Section .box_button a { font-weight: 700; display: inline-block; padding: 16px 22px 16px 16px; background-color: #000; margin-bottom:-1px;    transform: skewX(-10deg);   margin-right: -7px; }
.four_col_Section .inner_four_col { overflow: hidden; }
.four_col_Section .button_text { display: block; transform: skewX(10deg); }
.four_col_Section .content { max-width: 665px; width: 100%; margin: 0 auto; text-align: center; padding-top: 88px; padding-bottom: 40px; }

.black_link a:before, .white_link a:before, .black_link a.fontBlack:before { content: ''; position: absolute; width: 21px; height: 10px; background-image: url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/orange%20arrow.svg); background-position: center; background-repeat: no-repeat; background-size: cover; right: 0px; margin-top: 11px; transition: 400ms all ease-in; }
.black_link a.fontBlack:before{background-image: url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/balckarrow.png);}
.black_link a, .white_link a { position: relative; font-weight:700; }
.black_link a.fontBlack, .black_link a, .white_link a { padding-right: 30px; }
.black_link a.fontBlack:hover, .black_link a:hover, .white_link a:hover { padding-right: 35px; }
.white_link a:before{background-image: url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/White%20arrow.svg);}
.white_link { padding-top: 30px;}
.white_link a {  color: #fff; font-weight:700;}


.partners .partners_content,.zig_zag_module .zig_zag_content { max-width: 628px; width: 100%; margin: 0 auto; }
.partners_btn.button a { font-family: Venn Extended, sans-serif; }
.partners .inner_logo { width: 110px; height: 110px; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.partners .inner_logo img { filter: grayscale(100%); }
.partners .inner_logo a img{display:inline-block;}
.partners .inner_logo img:hover { filter: grayscale(0); }
.partners .outer_logo_partbners { padding: 0 40px; width: 20%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.partners .main_logos { padding-top: 32px; justify-content: center; align-items: center; margin:0 -40px;}
.partners .hero-top-btn {  padding-top: 72px;}

.partners .partners_content {  padding-top: 20px;}


.tekst_foto_rechts .inner_content_wrap{max-width:520px; width:100%;}
.tekst_foto_rechts .main_tekst_foto_rechts {   margin: 0 -10px; align-items: center; }
.tekst_foto_rechts .title { max-width: 520px; width: 100%; }
.tekst_foto_rechts .image { max-width: 629px; width: 100%; margin: 0 0 0 auto; }
.tekst_foto_rechts .image img { width: 100%; height: 100%; object-fit: cover; }
.tekst_foto_rechts .tekst_foto_content { max-width: 520px; width: 100%; }

.tekst_foto_rechts .main_tekst_foto_rechts.swap .inner_left_tekst_foto_rechts { order: 1; }
.tekst_foto_rechts .main_tekst_foto_rechts.swap .inner_content_wrap { margin: 0 0 0 auto; }
.tekst_foto_rechts .inner_left_tekst_foto_rechts, .tekst_foto_rechts .inner_right_tekst_foto_rechts {padding: 0 10px;}
.tekst_foto_rechts.ck_tekst_foto .inner_right_tekst_foto_rechts .image img{min-height:629px; object-fit: cover;}


.tekst_foto_rechts .hero-top-btn.black_link { padding-top: 40px;}
.tekst_foto_rechts  .tekst_foto_btn.black_link { padding-top: 40px; }

.vacatures_4_cards .inner_vacatures_4_cards { background-color: #000; display: flex; height:100%;   transition: 400ms all ease-in; cursor: pointer;}
.vacatures_4_cards .inner_vacatures_4_cards:hover { background: #845EC2; box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15); }
.vacatures_4_cards .vacature_image { max-width: 196px; width: 100%; min-height: 196px; }
.vacatures_4_cards .vacature_image img { width: 100%; height: 100%; object-fit: cover; }
.vacatures_4_cards .vacature_content { width: calc(100% - 196px); padding: 37px 37px 32px 39px; display:flex;  flex-direction: column;}
.vacatures_4_cards .vacature_card_tag.fontWhite { padding-top: 20px; margin-top:auto; position: relative; z-index: 2;}
.vacatures_4_cards .outer_vacatures_4_cards { margin-bottom: 40px; padding: 0 25px; }
.vacatures_4_cards .main_vacatures_4_cards { margin: 0 -25px; }
.vacatures_4_cards {padding-top:182px}
.vacatures_4_cards .inner_vacatures_4_cards{position:relative;}
.vacatures_4_cards .smallShape:before { content: ""; width: 116px; height: 50px; z-index: 1; bottom: 0; position: absolute; right: 0; }

.vacatures_4_cards .vacature_wraper { justify-content: space-between; }
.vacatures_4_cards .inner_icon { width: 40px; height: 40px; border: 1px solid #000000;  cursor: pointer;  position: relative; text-align:center; line-height: 37px; display:block; }
.vacatures_4_cards .fiter_text { font-weight: 700; padding-left:15px; padding-top: 6px;}
.vacatures_4_cards .icon_filter {  position: relative;}
.vacatures_4_cards .outer_vacatures_4_cards.mix{display:none;}
.vacatures_4_cards .dropdown_fiter { position: absolute; width: 300px; height: auto; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%); right: -1px; top: -1px; z-index: 7; background: linear-gradient(239.1deg,#009fe3 .08%,#845ec2 41.94%,#432a6b 101.65%); }
.vacatures_4_cards .cross{   position:absolute; top:0; right:0; height: 40px; width: 40px; z-index: 999; cursor: pointer; transition: 400ms all ease-in;}
.vacatures_4_cards .cross:before { pointer-events: none; content: ''; position: absolute; width: 23px; height: 2px; background-color: #fff; right: 7px; top: 20px; transform: rotate(45deg); }
.vacatures_4_cards .cross:after {     pointer-events: none; content: ''; position: absolute; width: 23px; height: 2px; background-color: #fff; right: 7px; top: 20px; transform: rotate(-45deg); }
.vacatures_4_cards .repeted_text {     cursor: pointer; border-bottom: 1px solid; padding: 5px 11px; color:#fff; transition: 300ms all ease-in; }
.vacatures_4_cards .repeted_text:last-child {border: none; }
.vacatures_4_cards .cross:hover {  background: #000;}
.vacatures_4_cards .repeted_text.active { background: #000;}
.vacatures_4_cards .icon_filter.active .dropdown_fiter { opacity: 1; visibility: visible; }
.vacatures_4_cards .icon_filter .dropdown_fiter { opacity: 0; visibility: hidden; }
.vacatures_4_cards .vacature_filter {  padding-top: 15px;}
.vacatures_4_cards .card_link { position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; bottom: 0; }


.vacatures_4_cards{z-index:1;} 

.initiatieven_2_cards .main_initiatieven_card { max-width: 1067px; width: 100%; margin: 0 auto; }
.initiatieven_2_cards .outer_initiatieven_card { background: linear-gradient(70.95deg, #009FE3 -13.34%, #845EC2 29.57%, #432A6B 90.78%); }
.initiatieven_2_cards .initiatieven_image_wrap { transform: skewX(-10deg); transform-origin: bottom; overflow: hidden; height:100%; min-height:420px;}
.initiatieven_2_cards .outer_initiatieven_card:hover { transform: scale(1.05); }
.initiatieven_2_cards .initiatieven_image_wrap img { transform: skewX(10deg); width: 100%; height: 100%; object-fit: cover; transform-origin: bottom; transition: 400ms all ease-in; }
.initiatieven_2_cards .inner_initiatieven_left { padding: 51px 21px 50px 50px; display: flex; flex-direction: column; }
/* .initiatieven_2_cards .outer_initiatieven_card:hover .initiatieven_image_wrap img { transform: scale(1.1) skewX(10deg); } */
.initiatieven_cards_btn { margin-top: auto; }
.initiatieven_2_cards .outer_initiatieven_card{position:relative; margin-bottom:40px;  transition: all .4s ease-in;  }
.initiatieven_2_cards .outer_initiatieven_card .over_link { position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; bottom: 0; }
.initiatieven_2_cards .outer_initiatieven_card:last-child{margin-bottom:0px;} 
.initiatieven_2_cards .mediumShpae:before { content: ""; position: absolute; width: 367px; height: 159px; bottom: 0; right: 0; pointer-events: none; }
.initiatieven_2_cards { overflow: hidden; }
.initiatieven_2_cards  .card_title h3 { line-height: 1.3; }
.initiatieven_2_cards .initiatieven_image_wrap{position:relative;}
.initiatieven_2_cards .initiatieven_image_wrap a{position:absolute; width:100%; height:100%; top:0; left:0; right:0; bottom:0; z-index:2;}
.initiatieven_2_cards .inner_initiatieven_right {  overflow: hidden;}

.cta_tekst .main_cta_tekst { max-width: 930px; width: 100%; margin: 0 auto; }
.cta_tekst{ position: relative;  }
.cta_tekst .title_cta_tekst h1 { font-size: 64px;  line-height: 1.27;   margin-bottom: 0;}
.cta_tekst:before { content: ''; background-image: url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Hettrix/Big_shape.svg); background-repeat: no-repeat; background-position: center; background-size: cover; width: 839px; height: 504px; position: absolute; top: -275px; left: 0; }
.cta_tekst  .cta_tekst_content { margin: 0 auto; max-width: 628px; width: 100%; }


.header_teams{position:relative;}
.header_teams .blog_shpade_black { position: absolute; width: 458px; height: 199px; bottom: 0; right: 0; }

.zig_zag_module .main_tekst_foto_rechts{padding: 44px 0;}
.zig_zag_module .repeter_zig_zag{padding-top:44px;}
.zig_zag_module.tekst_foto_rechts .image{height: 480px;}
.zig_zag_title.text-center { padding-bottom: 20px; }
#Teams .cta_tekst:before { top: -188px;}
.zig_zag_module .zig_zag_module_btn { padding-top: 44px; }

.header_vacatures.hero-main:before{display:none;}
.header_contact .big_shpade_black_gradeint { width: 438px; position: absolute; height: 260px; right: 0; bottom: 0; }
.header_teams { position: relative;  }
.header_teams .baseModuleOverlay{ mix-blend-mode: multiply;}
.header_teams:before{z-index:1}

.contact_formulier .inner_avtar { width: 120px; height: 120px; overflow: hidden; background: linear-gradient(84.7deg, #009FE3 0%, #845EC2 22.08%, #432A6B 53.58%); }
.contact_formulier .inner_avtar { width: 120px; height: 120px; overflow: hidden; background: linear-gradient(84.7deg, #009FE3 0%, #845EC2 22.08%, #432A6B 53.58%); border-radius: 100%; }
.contact_formulier .image_title { font-weight: 700; font-size: 24px; line-height: 150%; color: #000000; }
.contact_formulier .email_wrap a, .tele_wrap a { color: #000; }
.contact_formulier .email_wrap a:hover, .tele_wrap a:hover { color: #ff6900; }
.contact_formulier .avtar_image { margin-right: 23px; }
.contact_formulier .avtar_content { padding-top: 27px; }
.contact_formulier .email_wrap { padding-top: 25px; }
.contact_formulier .tele_wrap { padding-top: 10px; }
.contact_formulier .form-contact-info { padding-right: 10px; }
.contact_formulier .right_avtar { padding-left: 118px; }
.contact_formulier.image_content { text-align: initial; }
.contact_formulier .image_title * { font-family: Titillium Web, sans-serif; text-align: initial; }
.contact_formulier .avtar_content { padding-top: 27px; width: calc(100% - 145px); }
.contact_formulier .form-info-title h3 {line-height: 1.3;}

.hattrix_meetings .meeting_title h2 { font-weight: 800; font-size: 28px; line-height: 32px; }
.hattrix_meetings.cta_tekst:before { bottom: -120px; left: -50px; top: unset; z-index: -1; }
.hattrix_meetings {  padding-bottom: 100px;}

/* Blog Css */
.blog-index .listing_feature_image { position: relative; }
/* .blog-index .listing_feature_image a { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; } */


.blog-index .title h3 a { color: #fff; line-height: 1.3; font-weight:800; display:block; }
.blog-index .title h3 a:hover { font-weight: 800; }
.blog-index .title h3 a { color: #fff; line-height: 1.3; display: block; letter-spacing: -0.015em; }
.blog-index .load_more { padding-top: 148px; }
.blog-index .blog-index__post-image-wrapper {height:100%;  display: block; overflow: hidden; transform: skewX(-10deg); transform-origin: bottom; }
.blog-index .listing_feature_image { height:100%; overflow: hidden; }
.blog-index .blog-index__post-image-wrapper img {  height:100%;  min-height: 550px; object-fit: cover; transform: skewX(10deg); transform-origin: bottom; width: 100%;  transition: 400ms all ease-in; }
.blog-index .inner_listing_right { max-width: 531px; width: 100%; }
.blog-index .inner_listing_left { padding: 71px 0px 65px 50px; width: calc(100% - 531px);  display:flex;  flex-direction: column;}
.blog-index .button_blog_wrap { margin-top: auto; }
.blog-index .main_outer_listing:first-child { padding-top: 0; }
.blog-index .main_outer_listing:last-child { padding-bottom: 0; }
.blog-index .main_outer_listing { padding: 44px 0; }
.blog-index .outer_listing { background-color: #000; position: relative; transition:all .4s ease-in; }
.blog-index .outer_listing:hover{transform:scale(1.05);}
.blog-index .mediumShpae_gradient:before,.verhalen_related .medium_black_shape:before  { content: ""; position: absolute; max-width: 367px; width: 100%; height: 159px; bottom: 0; right: 0; }
.Verhalen_Post_featured_image { margin-top: -80px; position: relative; }
.formulier .inner_left_title h2 { font-size: 64px;line-height: 1.35;}
.formulier .form-info-title h3 {line-height: 1.28;}
.blog-index .medium_black_shape { height: 159px; max-width: 367px; width: 100%; position: absolute; bottom: 0; right: 0; }


.verhalen_post_banner .big_shpade_black_gradeint { position: absolute; width: 438px; height: 260px; bottom: 0; right: 0; }


.post_banner .post_featured_image { position: absolute; right: 0; bottom: 0; overflow: hidden; }
.post_banner .featured_image { position:relative; transform: skewX(-10deg); overflow: hidden; transform-origin: bottom; right:-20px;   width: 780px;  height: 530px; }
.initiatieven { position: absolute; left: 0;    /* top: 0; */ width: 100%; height: 100%; background: radial-gradient(50% 50% at 18% 90%, #845EC2 0%, rgba(132, 94, 194, 0) 100%); mix-blend-mode: multiply; z-index: 1; bottom: 0; }
.post_banner .featured_image img { transform: skewX(10deg); width: 100%; height: 100%; object-fit: cover; transform-origin: bottom; }
.post_banner .main_post_banner { min-height: 359px; display: flex; flex-wrap: wrap; align-items: center; }
.post_banner .post_logo,.quote_groot  .quate_logo,.blog-index .post_logo { min-width: 131px; min-height: 36px; margin-bottom: 36px; max-width: 181px;}
.post_banner .post_logo img,.quote_groot  .quate_logo img ,.blog-index .post_logo img{ width: 100%; height: 100%; object-fit: cover; }
.post_banner .title h1 span { font-weight: 700; }
.post_banner .title h1 { line-height: 1.311; }
.post_banner .inner_post_banner { max-width: 837px; width: 100%; }
.post_banner .featured_image:before {   position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; background-image: url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/feature_layer.svg); background-position: center; background-repeat: no-repeat; background-size: cover; left: -98px; top: 0; overflow: hidden; }
.main_post_content .post_content { margin: 0  auto; max-width: 629px; margin-right:115px; }
.main_post_content .post_content p{ font-size: 24px; line-height: 1.65; }
.post_two_col_content .col_content_wrap p { font-size: 20px; line-height: 2; }
.post_two_col_content .col_content_wrap p:nth-child(2) { font-size: 24px;}

.main_post_content .post_content p:first-child{font-weight:700;}
.post_banner .modile_show{display:none}

.Verhalen_post_content  .post_content blockquote { text-align: left; margin: 119px 0 90px 0px; letter-spacing: -0.015em; border-left: 1px solid #000000; padding-left: 40px; font-size: 36px; line-height: 1.3; font-family: Venn Extended,sans-serif;}
.Verhalen_post_content .post_content blockquote p { -webkit-text-fill-color: #000; font-weight: 500 !important; padding-top: 30px; font-family: Titillium Web,sans-serif; letter-spacing: 0;}


.post_two_col_content .col_content_wrap p:nth-child(2) { padding-top: 45px; }
.post_two_col_content .col_content_wrap { max-width: 677px; width: 100%; }
.post_two_col_content .inner_two_col_left h2 { font-size: 36px; line-height: 1.3; }



.quote_groot .quoat blockquote,blockquote { font-weight: 800; font-size: 48px; line-height: 1.27; text-align: center; letter-spacing: -0.015em; background: linear-gradient(90deg, #009FE3 0%, #845EC2 41.21%, #432A6B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; border: 0; padding: 0; font-family: Venn Extended,sans-serif; }
.quoat {max-width: 789px; margin: 0 auto;width: 100%;}

.related-btn a{color:#FFF;}
.blog-index.relatedPost .inner_listing_left { padding: 51px 70px 58px 51px; }
.blog-index.relatedPost .load_more { padding-top: 43px; margin-top:auto; }
.blog-index.relatedPost .related_title h4 span { font-weight: 400;}
.blog-index.relatedPost .related_title h4 { margin-bottom:0px;}
.blog-index.relatedPost {position:relative; z-index:1;}
.blog-index.relatedPost .main_outer_listing { padding-bottom: 0; } 
.blog-index.relatedPost .related_title { padding-bottom: 43px; }
.blog-index.relatedPost .blog-index__post-image-wrapper img { min-height: 420px; }
.ias-trigger-next a{ color:#fff;}
.blog_cta_tekst  .title_cta_tekst { padding-bottom: 40px; }
.blog_cta_tekst  .right_avtar { padding-left: 0 !important; max-width: 400px; width: 100%; margin: 0 auto; }
.blog_cta_tekst  .image_title h4 strong { display: flex; }
.blog_cta_tekst  .image_title h4 { margin-bottom: 0; }
.contact_formulier .image_content { text-align: initial; }

.quote_groot{position:relative;}
.quote_groot .mediumShpae_white:before{content:''; position:absolute; top:0; left:0; height: 90px; width: 280px;}
.quote_groot .mediumShpae_white:after{content:''; position:absolute; bottom:0; right:0;  height: 90px; width: 280px;}

.header_teams_banner h1 { line-height: 1.27;}
.blog_banner .blog_banner_content { padding-left: 20px; }
.blog-index .medium_black_shape { height: 159px; max-width: 367px; width: 100%; position: absolute; bottom: 0; right: 0; }

.verhalen_related .blog-index__post-image-wrapper img{min-height: 420px;}
.verhalen_related.relatedPost .load_more { padding-top: 43px; display: flex; margin-top: auto; }
.verhalen_related.relatedPost .inner_listing_left{padding:51px 20px 58px 51px;}
.verhalen_related .outer_listing { background-color: unset; }
.verhalen_related .outer_listing { background: linear-gradient(70.93deg, #009FE3 -13.41%, #845EC2 29.53%, #432A6B 90.77%);}

.Verhalen_post_content .post_content p:first-child { font-size: 24px; font-weight:600;  }
.Verhalen_post_content .post_content p { font-size: 20px; letter-spacing:0px; }
.Verhalen_post_content .post_content p:nth-of-type(3) { margin-top: 62px; margin-bottom: 18px; }
.Verhalen_post_content .post_content { margin: 0 auto; }

.One_Col_Title_Content .One_Col_Content { max-width: 625px; width: 100%; margin: 0 107px 0 auto; }
.One_Col_Title_Content .One_Col_Content p:nth-child(2) { padding-top: 40px; }
.One_Col_Title_Content  .One_Col_Title { max-width: 815px; width: 100%; }
.One_Col_Title_Content .One_Col_Content p:nth-child(2) { font-size: 22px; }

.header_vacatures.hero-main .hero-top-img { width: 54vw; }
.header_vacatures.hero-main .hero-outer .hero-top-right { padding: 218px 0 170px; }
.header_vacatures.hero-main .hero-outer .hero-top-right .hero-top-content { padding-bottom: 47px; }
.header_vacatures.hero-main .hero-outer .hero-top-right .header_vacatures_btn { padding-top: 25px; }

.tekst_foto_rechts .tekst_foto_btn.black_link a:hover { color: #000; }
.fullsize-container { max-width: 776px; height: 583px; }

.verhalen_Banner:before,.blog_banner::before{display:none;}
.blog-index .post_logo { padding-top: 12px; }

.quote_groot .quate_logo {margin:0 auto;}
.blog-index .post_logo img{width:auto;}
.cta_tekst .inner_avtar img { width: 100%; height: 100%; object-fit: cover; }

.blog-index .blog_verhalen_link{position:absolute; top:0; bottom:0; right:0; left:0; width:100%; height:100%; z-index: 1; }

.image_slider .flickity-prev-next-button.next {     cursor: pointer; bottom: 35%; height: 100px;   left: calc(50% - -335px); position: absolute; width: 100px; display: flex; justify-content: center; align-items: center; padding: 30px }
.image_slider .flickity-prev-next-button.next svg {display:none;}
.image_slider .flickity-prev-next-button.next:before { position: absolute; content: ''; background-image: url(https://7480293.fs1.hubspotusercontent-na1.net/hubfs/7480293/Heracles_Theme_2023/Images/sliderarrow.svg); background-position: center; background-repeat: no-repeat; background-size: cover; width: 31px; height: 24px }
.image_slider .flickity-prev-next-button.previous { display: none; } 
.image_slider.cimg-slider-main .cimg-slide.is-selected  .cimg-slide-img a:hover img{transform: scale(1.03);}
.image_slider.cimg-slider-main .cimg-slide.is-selected  .cimg-slide-img a img{transition: 400ms all ease-in;}

/* Numbered Pagination */
.main_listing .blog-pagination { display: block; text-align: center; }
.main_listing .blog-pagination > div { display:  none; }
.main_listing .blog-pagination-left { text-align: right; }
.main_listing .blog-pagination-right { text-align: left; }
.main_listing .blog-pagination a { display: inline-block; text-align: center; border-radius: 4px; padding: 5px 10px; }
.main_listing .blog-pagination a:hover, .blog-pagination a:focus { background-color: #c8ecff; text-decoration: none; }
.main_listing .blog-pagination a.elipses { border: 0; }
.main_listing .blog-pagination a.active { background-color: #f5f5f5; color: #666; pointer-events: none; cursor: default; }
.main_listing .blog-pagination a.next-link, .blog-pagination a.prev-link { background-color: #666; color: #fff; }
.main_listing .blog-pagination a.next-link:hover, .blog-pagination a.prev-link:hover { background-color: #008cd4; color: #fff; }

.Verhalen_Post_featured_image .featured_image img { height: 410px; width: 100%; object-fit: cover; }


@media (max-width:1440px ) {
    .cimg-slider-main .cimg-slide:not(.is-selected) .cimg-slide-img { transform:scale(  0.66); transform-origin: bottom right; bottom: -124px; position: relative; }
    .cimg-slider-main .cimg-slide.is-selected + .cimg-slide .cimg-slide-img { transform: scale(  0.66); transform-origin: top left; bottom: inherit; top: -124px; }
    .cimg-slider-main .cimg-slide.FirstSlide:not(.is-selected) .cimg-slide-img { bottom: inherit; top: -100px; transform:scale(0.38, 0.66); transform-origin: top left; }
} 
@media (max-width:1380px ) {
    .partners .main_logos{margin:0 -20px;} 
}
@media (max-width:1280px ) {
    .hero-main .hero-top-img { left: -184px; width: 60vw; }
}
@media(max-width: 1199px){ 
    .image_slider .outer_cimg_slider{width: 450px;  }
    .cimg-slider-main .cimg-slide-img{height: 567px;}
    .image_slider .outer_progress_bar { width: 450px;}
}
@media (max-width:1200px ) {
    .image_slider .flickity-prev-next-button.next { bottom: 40%; height: 80px;  left: calc(50% + 180px); padding: 30px; width: 80px; }
}









@media (min-width:768px ) {

    .mobileShow{display:none;} 

} 

@media(min-width:992px){

    .tabShow{display:none}

}

@media(max-width: 1376px){ 

    .content-wrapper, .dnd-section > .row-fluid,.content-wrapper.small-wrapper { padding: 0px 20px;}
    .container-fluid .row-fluid .left-padding { padding-left: calc(((100% - 950px) - 20px) / 2); }
    .container-fluid .row-fluid .right-padding{ padding-right: calc(((100% - 950px) - 20px) / 2); }
    .vacatures_4_cards .main_vacatures_4_cards{ margin: 0 -15px;}



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

    .container-fluid .row-fluid .left-padding { padding-left: calc(((100% - 950px) - 20px) / 2); }
    .container-fluid .row-fluid .right-padding{ padding-right: calc(((100% - 950px) - 20px) / 2); }

    .hero-main { padding-top: 95px; }

    .vacatures_4_cards .outer_vacatures_4_cards { margin-bottom: 20px; padding: 0 15px; }
    .vacatures_4_cards .main_vacatures_4_cards { margin: 0px -15px; }
    .vacatures_4_cards .vacature_content { padding: 37px 15px 15px 22px; width: calc(100% - 196px); }
    .header_vacatures.hero-main .hero-outer .hero-top-right{display:block;}


}

@media(max-width:991px){ 
    html, html body{ font-size: 18px; }

    .container-fluid .row-fluid .left-padding { padding-left: calc(((100% - 750px) - 20px) / 2); }
    .container-fluid .row-fluid .right-padding{ padding-right: calc(((100% - 750px) - 20px) / 2); }

    h1,.h1{ font-size: 60px; }
    h1 small,.h1 small { font-size: 48px; }
    h2,.h2{ font-size: 38px; }
    .largeText h2 { font-size: 37px; }
    h3,.h3, .ctaHeading h3,h3.form-title{ font-size: 28px; }
    h4,.h4{ font-size: 26px; }
    h5,.h5{ font-size: 22px; }
    h6,.h6{ font-size: 20px; }

    .tabw30{width:30%}
    .tabw33{width:33.33%}
    .tabw40{width:40%}
    .tabw50{width:50%}
    .tabw60{width:60%}
    .tabw66{width:66.66%}
    .tabw70{width:70%}
    .tabw100{width:100%}
    .tabMax100{max-width:100%;}

    .tabtop10 {margin-top: 10px;}
    .tabtop20 {margin-top: 20px;}
    .tabtop30 {margin-top: 30px;}

    .pb35,.p35-0 { padding-bottom:30px;}
    .pb40,.p40-0 { padding-bottom:25px; }
    .pb45,.p45-0 { padding-bottom:25px; }
    .pb50,.p50-0 { padding-bottom:35px; }
    .pb55,.p55-0 { padding-bottom:35px; }
    .pb60,.p60-0 { padding-bottom:40px; }
    .pb65,.p65-0 { padding-bottom:40px; }
    .pb70,.p70-0 { padding-bottom:50px; }
    .pb75,.p75-0 { padding-bottom:50px; }
    .pb80,.p80-0 { padding-bottom:55px; }
    .pb85,.p85-0 { padding-bottom:55px; }
    .pb90,.p90-0 { padding-bottom:55px; }
    .pb95,.p95-0 { padding-bottom:55px; }
    .pb100,.p100-0 { padding-bottom:90px; }
    .pb105,.p105-0 { padding-bottom:90px; }
    .pb110,.p110-0 { padding-bottom:90px; }
    .pb115,.p115-0 { padding-bottom:90px; }
    .pb120,.p120-0 { padding-bottom:90px; }
    .pb125,.p125-0 { padding-bottom:90px; }
    .pb130,.p130-0 { padding-bottom:90px; }
    .pb135,.p135-0 { padding-bottom:90px; }
    .pb140,.p140-0 { padding-bottom:90px; }
    .pb145,.p145-0 { padding-bottom:90px; }
    .pb150,.p150-0 { padding-bottom:90px; }
    .pb155,.p155-0 { padding-bottom:90px; }
    .pb160,.p160-0 { padding-bottom:90px; }
    .pb165,.p165-0 { padding-bottom:90px; }
    .pb170,.p170-0 { padding-bottom:90px; }
    .pb175,.p175-0 { padding-bottom:90px; }
    .pb180,.p180-0 { padding-bottom:90px; }
    .pb185,.p185-0 { padding-bottom:90px; }
    .pb190,.p190-0 { padding-bottom:90px; }
    .pb200,.p200-0 { padding-bottom:90px; }
    .pb205,.p205-0 { padding-bottom:90px; }
    .pb210,.p210-0 { padding-bottom:90px; }
    .pb205,.p205-0 { padding-bottom:90px; }
    .pb210,.p210-0 { padding-bottom:90px; }
    .pb205,.p205-0 { padding-bottom:90px; }
    .pb210,.p210-0 { padding-bottom:90px; }
    .pb215,.p215-0 { padding-bottom:90px; }
    .pb220,.p220-0 { padding-bottom:90px; }
    .pb225,.p225-0 { padding-bottom:90px; }
    .pb230,.p230-0 { padding-bottom:90px; }
    .pb235,.p235-0 { padding-bottom:90px; }
    .pb240,.p240-0 { padding-bottom:90px; }
    .pb245,.p245-0 { padding-bottom:90px; }
    .pb250,.p250-0 { padding-bottom:90px; }

    .pt35,.p35-0 { padding-top:30px  }
    .pt40,.p40-0 { padding-top:25px; }
    .pt45,.p45-0 { padding-top:25px; }
    .pt50,.p50-0 { padding-top:35px; }
    .pt55,.p55-0 { padding-top:35px; }
    .pt60,.p60-0 { padding-top:40px; }
    .pt65,.p65-0 { padding-top:40px; }
    .pt70,.p70-0 { padding-top:50px; }
    .pt75,.p75-0 { padding-top:50px; }
    .pt80,.p80-0 { padding-top:55px; }
    .pt85,.p85-0 { padding-top:55px; }
    .pt90,.p90-0 { padding-top:55px; }
    .pt95,.p95-0 { padding-top:55px; }
    .pt100,.p100-0 { padding-top:95px; }
    .pt105,.p105-0 { padding-top:90px; }
    .pt110,.p110-0 { padding-top:90px; }
    .pt115,.p115-0 { padding-top:90px; }
    .pt120,.p120-0 { padding-top:90px; }
    .pt125,.p125-0 { padding-top:90px; }
    .pt130,.p130-0 { padding-top:90px; }
    .pt135,.p135-0 { padding-top:90px; }
    .pt140,.p140-0 { padding-top:90px; }
    .pt145,.p145-0 { padding-top:90px; }
    .pt150,.p150-0 { padding-top:90px; }
    .pt155,.p155-0 { padding-top:90px; }
    .pt160,.p160-0 { padding-top:90px; }
    .pt165,.p165-0 { padding-top:90px; }
    .pt170,.p170-0 { padding-top:90px; }
    .pt175,.p175-0 { padding-top:90px; }
    .pt180,.p180-0 { padding-top:90px; }
    .pt185,.p185-0 { padding-top:90px; }
    .pt190,.p190-0 { padding-top:90px; }
    .pt200,.p200-0 { padding-top:90px; }
    .pt205,.p205-0 { padding-top:90px; }
    .pt210,.p210-0 { padding-top:90px; }
    .pt205,.p205-0 { padding-top:90px; }
    .pt210,.p210-0 { padding-top:90px; }
    .pt205,.p205-0 { padding-top:90px; }
    .pt210,.p210-0 { padding-top:90px; }
    .pt215,.p215-0 { padding-top:90px; }
    .pt220,.p220-0 { padding-top:90px; }
    .pt225,.p225-0 { padding-top:90px; }
    .pt230,.p230-0 { padding-top:90px; }
    .pt235,.p235-0 { padding-top:90px; }
    .pt240,.p240-0 { padding-top:90px; }
    .pt245,.p245-0 { padding-top:90px; }
    .pt250,.p250-0 { padding-top:90px; }

    .tabpl0{padding-left:0;}
    .tabpr0{padding-right:0;}
    .tabtop0{padding-top:0}
    .tabbottom0{padding-bottom:0}
    .tabpb5,.tabp5-0{ padding-bottom:5px;}  
    .tabpb10,.tabp10-0 { padding-bottom:10px;}
    .tabpb15,.tabp15-0 { padding-bottom:15px;}
    .tabpb20,.tabp20-0 { padding-bottom:20px;}
    .tabpb25,.tabp25-0 { padding-bottom:25px;}
    .tabpb30,.tabp30-0 { padding-bottom:30px;}
    .tabpb35,.tabp35-0 { padding-bottom:35px;}
    .tabpb40,.tabp40-0 { padding-bottom:40px;}
    .tabpb45,.tabp45-0 { padding-bottom:45px;}
    .tabpb50,.tabp50-0 { padding-bottom:50px;}
    .tabpb55,.tabp55-0 { padding-bottom:55px;}
    .tabpb60,.tabp60-0 { padding-bottom:60px;}
    .tabpb65,.tabp65-0 { padding-bottom:65px;}
    .tabpb70,.tabp70-0 { padding-bottom:70px;}
    .tabpb75,.tabp75-0 { padding-bottom:75px;}
    .tabpb80,.tabp80-0 { padding-bottom:80px;}
    .tabpb85,.tabp85-0 { padding-bottom:85px;}
    .tabpb90,.tabp90-0 { padding-bottom:90px;}
    .tabpb95,.tabp95-0 { padding-bottom:95px;}
    .tabpb100,.tabp100-0 { padding-bottom:100px;}
    .tabpb105,.tabp105-0 { padding-bottom:105px;}
    .tabpb110,.tabp110-0 { padding-bottom:110px;}
    .tabpb115,.tabp115-0 { padding-bottom:115px;}
    .tabpb120,.tabp120-0 { padding-bottom:120px;}
    .tabpb125,.tabp125-0 { padding-bottom:125px;}
    .tabpb130,.tabp130-0 { padding-bottom:130px;}
    .tabpb135,.tabp135-0 { padding-bottom:135px;}
    .tabpb140,.tabp140-0 { padding-bottom:140px;}
    .tabpb145,.tabp145-0 { padding-bottom:145px;}
    .tabpb150,.tabp150-0 { padding-bottom:150px;}
    .tabpb155,.tabp155-0 { padding-bottom:155px;}
    .tabpb160,.tabp160-0 { padding-bottom:160px;}
    .tabpb88,.tabp88-0{padding-bottom:88px;}
    .tabpt88,.tabp88-0{padding-top:88px;}



    .tabpt5,.tabp5-0{ padding-top:5px;}  
    .tabpt10,.tabp10-0 { padding-top:10px;}
    .tabpt15,.tabp15-0 { padding-top:15px;}
    .tabpt20,.tabp20-0 { padding-top:20px;}
    .tabpt25,.tabp25-0 { padding-top:25px;}
    .tabpt30,.tabp30-0 { padding-top:30px;}
    .tabpt35,.tabp35-0 { padding-top:35px;}
    .tabpt40,.tabp40-0 { padding-top:40px;}
    .tabpt45,.tabp45-0 { padding-top:45px;}
    .tabpt50,.tabp50-0 { padding-top:50px;}
    .tabpt55,.tabp55-0 { padding-top:55px;}
    .tabpt60,.tabp60-0 { padding-top:60px;}
    .tabpt65,.tabp65-0 { padding-top:65px;}
    .tabpt70,.tabp70-0 { padding-top:70px;}
    .tabpt75,.tabp75-0 { padding-top:75px;}
    .tabpt80,.tabp80-0 { padding-top:80px;}
    .tabpt85,.tabp85-0 { padding-top:85px;}
    .tabpt90,.tabp90-0 { padding-top:90px;}
    .tabpt95,.tabp95-0 { padding-top:95px;}
    .tabpt100,.tabp100-0 { padding-top:100px;}
    .tabpt105,.tabp105-0 { padding-top:105px;}
    .tabpt110,.tabp110-0 { padding-top:110px;}
    .tabpt115,.tabp115-0 { padding-top:115px;}
    .tabpt120,.tabp120-0 { padding-top:120px;}
    .tabpt125,.tabp125-0 { padding-top:125px;}
    .tabpt130,.tabp130-0 { padding-top:130px;}
    .tabpt135,.tabp135-0 { padding-top:135px;}
    .tabpt140,.tabp140-0 { padding-top:140px;}
    .tabpt145,.tabp145-0 { padding-top:145px;}
    .tabpt150,.tabp150-0 { padding-top:150px;}
    .tabpt155,.tabp155-0 { padding-top:155px;}
    .tabpt160,.tabp160-0 { padding-top:160px;}

    .tabResImage{padding-bottom:56.25%;}
    .tab-right{text-align:right}
    .tab-left{text-align:left}

    .tabw50 {width: 50%}
    .tabw100 {width: 100%}
    .tabBlock{display:block; margin-right:0;}
    .tabTop10 { padding-top: 10px; }
    .tabTop20 { padding-top: 20px; }
    .tabTop30 { padding-top: 30px; }

    /*  Slick slider  */

    .slick-prev { left: 15px;}
    .slick-next { right: 15px;}
    .slick-next, .slick-prev { bottom: 0px;  }

    .pr110{padding-right:30px;}

    .hero-main .hero-top-img { left: -203px; width: 62vw; }

    .four_col_Section .outer_four_col { width: 33.33%; margin-bottom: 20px; }
    .four_col_Section .four_col_box { justify-content: center; }


    .partners .outer_logo_partbners { padding: 0 25px; width: 25%; }
    .tekst_foto_rechts .inner_left_tekst_foto_rechts, .tekst_foto_rechts .inner_right_tekst_foto_rechts { padding: 0 15px; }

    .vacatures_4_cards .outer_vacatures_4_cards { width: 100%; }

    .initiatieven_2_cards .mediumShpae:before { height: 96px; width: 222px; }
    .initiatieven_2_cards .card_title h3 { font-size: 26px; }
    .cta_tekst{overflow:hidden;}
    .header_teams .blog_shpade_black { height: 140px; width: 350px; }

    #Teams .cta_tekst:before { top: -198px;}

    .contact_formulier .right_avtar { padding-left: 70px; }
    .contact_formulier .form-contact-info { padding-right: 0px; }
    .contact_formulier .right_avtar { padding-left: 25px; }
    .inner_right_avtar{ justify-content: center; align-items: center; }

    .blog-index .inner_listing_left { padding: 63px 30px 65px 30px; }
    .blog-index .inner_listing_right { max-width: 415px; width: 100%; }
    .blog-index .inner_listing_left { width: calc(100% - 415px); }
    .blog-index .mediumShpae_gradient:before,.verhalen_related .medium_black_shape:before { bottom: 0; content: ""; height: 120px; max-width: 300px; position: absolute; right: 0; width: 100%; }


    .blog-index .load_more { padding-top: 110px; }
    .blog-index .medium_black_shape { height: 120px; max-width: 300px; }



    .post_content {margin: unset;max-width: 594px;}

    .partners .main_logos{margin:0px;}
    .header_teams:before { height: 210px; width: 330px; }
    .header_teams { padding-bottom: 161px; padding-top: 175px; }

    .header_vacatures.hero-main .hero-top-img { width: 64vw; }
    .hero-main .hero-outer .hero-top-right .hero-top-content { padding-left: 35px; }
    .hero-main .hero-outer .hero-top-right .hero-top-content h1 {font-size: 44px;}

    .mainCursor{position:fixed;width:80px;height:80px;left:calc(80px/2*-1);top:calc(80px/2*-1);}
    .cursorWp { display: none; }  
    .post_banner { padding-top: 176px; }
    .post_two_col_content .col_content_wrap { padding-left: 20px; }

    .post_two_col_content .inner_two_col_left h2 { font-size: 32px; line-height: 1.3; }
    .quote_groot .quoat blockquote{font-size:40px;}


    .cta_tekst:before { top: -250px; }




}

@media(max-width:767px){

    html, html body{ font-size: 18px; line-height: 1.5; }

    .content-wrapper, .dnd-section > .row-fluid,.content-wrapper.small-wrapper { padding: 0px 16px;}
    .container-fluid .row-fluid .left-padding { padding-left: 16px; }
    .container-fluid .row-fluid .right-padding{ padding-right: 16px; }

    h1,.h1{ font-size: 48px; line-height: 1.17; } 
    h1 small,.h1 small{ font-size: 40px; line-height: 1.19; }
    h2,.h2{ font-size: 38px;  }
    h3,.h3{ font-size: 24px; line-height: 1.3; }
    h4,.h4{ font-size: 24px; line-height: 1.22; }
    h5,.h5{ font-size: 22px; line-height: 1.66; }
    h6,.h6{ font-size: 20px; line-height: 1.25; }
    .font22,.font22 h3{font-size:21px;}


    .mobileHeading1,.mobileHeading2,.mobileHeading3,.mobileHeading4,.mobileHeading5,.mobileHeading6{font-weight:600;}

    .mobileFont19,.mobileFont19 h4{font-size:19px; line-height:1.23}
    .mobileFont14,.mobileFont14 h5{font-size:14px; }

    .mtop10{margin-top:10px;}
    .mtop20{margin-top:20px;}
    .mtop30{margin-top:30px;}
    .mbottom30{margin-bottom:30px;}
    .mp0,.mpt0{padding-top:0!important}
    .mp0,.mpb0{padding-bottom:0!important}
    .mpl0,.mp0-0{padding-left:0!important;}
    .mpr0,.mp0-0{padding-right:0!important;}
    .mobile-left{text-align:left;}
    .mobile-center{text-align:center;}
    .mobile-center.text-right{text-align:center;}
    .mobilMax100{max-width:100%; width:100%;}
    .mw50{width:50%;}
    .mw100,.row-fluid .forTabw50{width:100%;}
    .mBlock{display:block;margin-right:0;}
    .mobileHide{display:none;}

    .reversOrderMobile .twoColCrmTecLeftSide{order:1;}
    .reversOrderMobile .twoColCrmTecRightSide{order:2;} 


    .mobilept0,.mobilep0-0{ padding-top:0px;}
    .mobilept5,.mobilep5-0{ padding-top:5px;}  
    .mobilept10,.mobilep10-0 { padding-top:10px;}
    .mobilept15,.mobilep15-0 { padding-top:15px;}
    .mobilept20,.mobilep20-0 { padding-top:20px;}
    .mobilept25,.mobilep25-0 { padding-top:25px;}
    .mobilept30,.mobilep30-0 { padding-top:30px;}
    .mobilept35,.mobilep35-0 { padding-top:35px;}
    .mobilept40,.mobilep40-0 { padding-top:40px;}
    .mobilept45,.mobilep45-0 { padding-top:45px;}
    .mobilept50,.mobilep50-0 { padding-top:50px;}
    .mobilept55,.mobilep55-0 { padding-top:55px;}
    .mobilept60,.mobilep60-0 { padding-top:60px;}
    .mobilept65,.mobilep65-0 { padding-top:65px;}
    .mobilept70,.mobilep70-0 { padding-top:70px;}
    .mobilept75,.mobilep75-0 { padding-top:75px;}
    .mobilept80,.mobilep80-0 { padding-top:80px;}
    .mobilept85,.mobilep85-0 { padding-top:85px;}
    .mobilept90,.mobilep90-0 { padding-top:90px;}
    .mobilept95,.mobilep95-0 { padding-top:95px;}
    .mobilept100,.mobilep100-0 { padding-top:100px;}
    .mobilept105,.mobilep105-0 { padding-top:105px;}
    .mobilept110,.mobilep110-0 { padding-top:110px;}
    .mobilept115,.mobilep115-0 { padding-top:115px;}
    .mobilept120,.mobilep120-0 { padding-top:120px;}
    .mobilept125,.mobilep125-0 { padding-top:125px;}
    .mobilept130,.mobilep130-0 { padding-top:130px;}

    .mobilepb0,.mobilep0-0{ padding-bottom:0px;}  
    .mobilepb5,.mobilep5-0{ padding-bottom:5px;}  
    .mobilepb10,.mobilep10-0 { padding-bottom:10px;}
    .mobilepb15,.mobilep15-0 { padding-bottom:15px;}
    .mobilepb20,.mobilep20-0 { padding-bottom:20px;}
    .mobilepb25,.mobilep25-0 { padding-bottom:25px;}
    .mobilepb30,.mobilep30-0 { padding-bottom:30px;}
    .mobilepb35,.mobilep35-0 { padding-bottom:35px;}
    .mobilepb40,.mobilep40-0 { padding-bottom:40px;}
    .mobilepb45,.mobilep45-0 { padding-bottom:45px;}
    .mobilepb50,.mobilep50-0 { padding-bottom:50px;}
    .mobilepb55,.mobilep55-0 { padding-bottom:55px;}
    .mobilepb60,.mobilep60-0 { padding-bottom:60px;}
    .mobilepb65,.mobilep65-0 { padding-bottom:65px;}
    .mobilepb70,.mobilep70-0 { padding-bottom:70px;}
    .mobilepb75,.mobilep75-0 { padding-bottom:75px;}
    .mobilepb80,.mobilep80-0 { padding-bottom:80px;}
    .mobilepb85,.mobilep85-0 { padding-bottom:85px;}
    .mobilepb90,.mobilep90-0 { padding-bottom:90px;}
    .mobilepb95,.mobilep95-0 { padding-bottom:95px;}
    .mobilepb100,.mobilep100-0 { padding-bottom:100px;}
    .mobilepb105,.mobilep105-0 { padding-bottom:105px;}
    .mobilepb110,.mobilep110-0 { padding-bottom:110px;}
    .mobilepb115,.mobilep115-0 { padding-bottom:115px;}
    .mobilepb120,.mobilep120-0 { padding-bottom:120px;}
    .mobilepb125,.mobilep125-0 { padding-bottom:125px;}
    .mobilepb130,.mobilep130-0 { padding-bottom:130px;}


    .mobilepl16,.mobilep16-0 { padding-left:16px;}
    .mobilepr16,.mobilep16-0 { padding-right:16px;}

    .mb-tp120{ padding-top: 120px; }
    .mb-bp120{ padding-bottom: 120px; }
    .mb-tp80{ padding-top: 80px; }
    .mb-bp80{ padding-bottom: 80px; }
    .mb-tp60{ padding-top: 60px; }
    .mb-bp60{ padding-bottom: 60px; }
    .mb-tp40{ padding-top: 40px; }
    .mb-bp40{ padding-bottom: 40px; }
    .mb-tp24{ padding-top: 24px; }
    .mb-bp24{ padding-bottom: 24px; }
    .mb-tp20{ padding-top: 20px; }
    .mb-bp20{ padding-bottom: 20px; }
    .mb-tp16{ padding-top: 16px; }
    .mb-bp16{ padding-bottom: 16px; }
    .mb-tp12{ padding-top: 12px; }
    .mb-bp12{ padding-bottom: 12px; }

    .mb-tm120{ margin-top: 120px; }
    .mb-bm120{ margin-bottom: 120px; }
    .mb-tm80{ margin-top: 80px; }
    .mb-bm80{ margin-bottom: 80px; }
    .mb-tm60{ margin-top: 60px; }
    .mb-bm60{ margin-bottom: 60px; }
    .mb-tm40{ margin-top: 40px; }
    .mb-bm40{ margin-bottom: 40px; }
    .mb-tm24{ margin-top: 24px; }
    .mb-bm24{ margin-bottom: 24px; }
    .mb-tm20{ margin-top: 20px; }
    .mb-bm20{ margin-bottom: 20px; }
    .mb-tm16{ margin-top: 16px; }
    .mb-bm16{ margin-bottom: 16px; }
    .mb-tm12{ margin-top: 12px; }
    .mb-bm12{ margin-bottom: 12px; }

    form fieldset {  margin: 0 !important; }
    form fieldset .field { padding-left: 0; padding-right: 0; }


    .sm-w100.w20,
    .sm-w100.w25,
    .sm-w100.w30,
    .sm-w100.w33,
    .sm-w100.w34,
    .sm-w100.w35,
    .sm-w100.w40,
    .sm-w100.w42,
    .sm-w100.w45,
    .sm-w100.w50,
    .sm-w100.w55,
    .sm-w100.w58,
    .sm-w100.w60,
    .sm-w100.w65,
    .sm-w100.w66,
    .sm-w100.w66,
    .sm-w100.w70,
    .sm-w100.w75,
    .sm-w100.w80 { width: 100% }

    .simple_link a { font-size: 15px;}
    .simple_link a:after { width: 13px; }

    .button a, .ias-trigger-next a, a.button, button{ display: inline-block; }
    .black_link a.fontBlack:before, .black_link a:before, .white_link a:before{margin-top:9px;}

    .hero-main { padding-top: 90px; }
    .hero-main .hero-outer .hero-top-left { width: 100%; }
    .hero-main .hero-outer .hero-top-right { width: 100%; }
    .hero-main .hero-outer .hero-top-right { padding: 66px 0px 160px; }
    .hero-main .hero-outer .hero-top-right .hero-top-content { padding-bottom: 0; padding-left: 0; }
    .hero-main .hero-top-img { height: 352px !important; left: initial; position: initial; width: 96vw; margin-left: -63px; }
    .hero-main:before,.header_teams:before { background-size: contain; height: 140px; width: 312px; z-index: -1; }
    .header_teams:before{z-index:1;}

    .four_col_Section .outer_four_col { width: 50%; }
    .partners .outer_logo_partbners { padding: 0 20px; width: 50%; }

    .vacature_wraper.pb70.d-flex { flex-direction: column; }
    .vacatures_4_cards .vacature_filter { padding-top: 0px; }
    .vacatures_4_cards .dropdown_fiter { right: unset; }


    .tekst_foto_rechts .inner_left_tekst_foto_rechts, .tekst_foto_rechts .inner_right_tekst_foto_rechts {padding: 0;width: 100%;}
    .tekst_foto_rechts .inner_left_tekst_foto_rechts { margin-bottom: 65px; }
    .tekst_foto_rechts .image { margin: auto 0 0 0; max-width: 100%; }
    .tekst_foto_rechts .main_tekst_foto_rechts { align-items: center; margin: 0 0px;}
    .tekst_foto_rechts .main_tekst_foto_rechts.swap .inner_left_tekst_foto_rechts{    margin-bottom:88px}
    .tekst_foto_rechts .main_tekst_foto_rechts.swap .inner_right_tekst_foto_rechts{margin-bottom: 0;}
    .tekst_foto_rechts .main_tekst_foto_rechts.swap .inner_left_tekst_foto_rechts { order: 0; }
    .tekst_foto_rechts .main_tekst_foto_rechts.swap .inner_content_wrap { margin:auto 0 0 0; }
    .tekst_foto_rechts .hero-top-btn.black_link { padding-top: 10px;}


    .initiatieven_2_cards .initiatieven_image_wrap { transform: unset; }
    .initiatieven_2_cards .initiatieven_image_wrap img { transform: unset; }
    .initiatieven_2_cards .hero-top-btn.white_link { padding-top: 0px; }
    .initiatieven_2_cards .inner_initiatieven_left { padding: 40px 24px; }
    .initiatieven_2_cards .inner_initiatieven_left, .initiatieven_2_cards .inner_initiatieven_right { width: 100%; }
    .initiatieven_2_cards .initiatieven_image_wrap { min-height: 300px; }

    .initiatieven_2_cards .outer_initiatieven_card:hover .initiatieven_image_wrap img { transform: scale(1.1) skewX(0); }

    .cta_tekst:before { height: 315px; width: 436px;    top: -157px; }

    .hero-top-btn.black_link a:before, .hero-top-btn.white_link a:before{margin-top:9px;}
    .header_teams { padding-top: 175px; padding-bottom: 161px; }
    .header_teams .blog_shpade_black { height: 140px; width: 240px; }

    .zig_zag_module.tekst_foto_rechts .image{height:100%;}
    /*     .zig_zag_module .main_tekst_foto_rechts.swap .inner_right_tekst_foto_rechts { margin-bottom: 40px; } */
    .zig_zag_module .title { padding-bottom: 0px }
    .zig_zag_module .main_tekst_foto_rechts { padding: 33px 0; }

    .zig_zag_module .main_tekst_foto_rechts .inner_left_tekst_foto_rechts, .zig_zag_module .main_tekst_foto_rechts.swap .inner_left_tekst_foto_rechts {margin-bottom: 0px; }
    .zig_zag_module .main_tekst_foto_rechts .inner_right_tekst_foto_rechts, .zig_zag_module .main_tekst_foto_rechts.swap .inner_right_tekst_foto_rechts{ margin-bottom: 40px; }

    /*     .zig_zag_module .repeter_zig_zag .main_tekst_foto_rechts.swap:first-child .inner_left_tekst_foto_rechts,.zig_zag_module .repeter_zig_zag .main_tekst_foto_rechts:first-child .inner_left_tekst_foto_rechts { order: 1; }
    .zig_zag_module .repeter_zig_zag .main_tekst_foto_rechts.swap:first-child .inner_right_tekst_foto_rechts,.zig_zag_module .repeter_zig_zag .main_tekst_foto_rechts:first-child .inner_right_tekst_foto_rechts { margin-bottom: 40px; } */

    .zig_zag_module .main_tekst_foto_rechts.swap .inner_left_tekst_foto_rechts, .zig_zag_module .main_tekst_foto_rechts .inner_left_tekst_foto_rechts { order: 1; }

    .post_banner .title h1 { font-size: 44px; }

    .hattrix_meetings { padding-bottom: 88px; }
    .meeting_title{padding-bottom:2px;}


    .blog-index .inner_listing_right { max-width: 100%; width: 100%; }
    .blog-index .blog-index__post-image-wrapper { transform: unset; }
    .blog-index .blog-index__post-image-wrapper img { transform: unset; }
    .blog-index .mediumShpae_gradient:before,.verhalen_related .medium_black_shape:before  { bottom: 0; content: ""; height: 96px; max-width: 221px; position: absolute; right: 0; width: 100%; }


    .blog-index .inner_listing_left { width: 100%; }
    /*     .blog-index .content-wrapper.small-wrapper { padding: 0; } */
    .blog-index .inner_listing_left { padding: 40px 24px; } 
    .blog-index .load_more { padding-top: 40px; }
    .blog-index .title h3 { font-size: 26px; } 
    .blog-index .blog-index__post-image-wrapper img { min-height: 380px; }
    .blog-index.relatedPost .inner_listing_left { padding: 40px 24px 43px 24.5px;}
    .blog_cta_tekst.contact_formulier .right_avtar{display:block} 



    .main_post_content .post_content p, .post_two_col_content .col_content_wrap p { font-size: 23px; }
    .quote_groot .quoat blockquote{font-size:32px;}
    .quote_groot { padding: 147px 0;}

    .formulier .inner_left_title h2 { font-size: 52px; line-height: 1.35; }
    .formulier .inner_left_title { padding-bottom: 45px; }
    .blog_cta_tekst .title_cta_tekst h1 { font-size: 52px; }

    .blog_banner .header_teams_banner h1 { font-size: 44px; }
    .blog_banner .blog_banner_content {padding-left: 0px;}

    .blog-index .main_outer_listing { padding: 33px 0; }

    .blog-index { padding: 88px 0; }
    .contact_formulier { padding: 99px 0 88px 0; }

    .Verhalen_post_content .post_content p:first-child { font-size: 23px; }
    .Verhalen_post_content .post_content blockquote { font-size: 26px; margin: 66px 0 66px; padding-left: 26px; }
    .Verhalen_post_content .post_content p:first-child { font-size: 21px; }
    .Verhalen_post_content .post_content blockquote p { padding-top: 20px; }
    .Verhalen_post_content .post_content p { font-size: 19px; }
    .Verhalen_post_content { padding-bottom: 0; }
    .Verhalen_Post_featured_image .featured_image img { height: 250px; object-fit: cover; }
    .Verhalen_Post_featured_image { margin-top: -44px; position: relative; }

    .verhalen_post_banner .big_shpade_black_gradeint { display: none; }
    .verhalen_post_banner.post_banner .main_post_banner { display: block; min-height: 0; }

    .post_two_col_content .inner_two_col_left h2 { font-size: 26px; line-height: 1.3; }

    .cimg-slider-main .cimg-slide-img { height: 381px; }


    .header_vacatures.hero-main .hero-top-img { width: 100%; height: 364px !important; transform: unset; margin:0; }
    .header_vacatures.hero-main .hero-top-img img { transform: unset; }
    .header_vacatures.hero-main .hero-outer .hero-top-right { display: block; padding: 70px 0 88px; }
    .header_vacatures.hero-main .hero-outer .hero-top-right .hero-top-content { padding-bottom: 0; }
    .hero-main .hero-outer .hero-top-right .hero-top-content h1 { font-size:44px; } 
    .tekst_foto_rechts .tekst_foto_btn.black_link { padding-top: 16px; }
    .cta_tekst .title_cta_tekst h1 { font-size: 52px; }

    .vacatures_4_cards {padding-top:88px}
    .initiatieven_2_cards .outer_initiatieven_card { margin-bottom: 66px; }
    form .field { padding: 0 0 16px;}
    .hattrix_meetings.cta_tekst:before { height: 275px; width: 446px; bottom: -90px; left: -220px; top: unset; z-index: -1; }
    .blog-index .post_logo { padding-top: 0px; }

    .mainCursor{position:fixed;width:60px;height:60px;left:calc(60px/2*-1);top:calc(60px/2*-1);z-index:9999;border-radius:100%;pointer-events: none; opacity: 0; visibility: hidden; transition: all 50ms ease; }
    .cur_active .mainCursor{ opacity: 1; visibility: visible; }
    .blog_cta_tekst .title_cta_tekst {padding-bottom: 36px;}
    .contact_formulier .inner_avtar { width: 100px; height: 100px; }
    .post_two_col_content .col_content_wrap { padding-left:  0; }

    .vacatures_4_cards .vacature_card_tag.fontWhite { padding-top: 24px; }
    .vacature_card_title h3 { margin-bottom: 0; }
    .vacatures_4_cards .smallShape:before { height: 46px; width: 107px; }

    .initiatieven_2_cards .title_initiatieven {text-align: inherit;}
    .title_initiatieven { padding-bottom: 40px;}

    .initiatieven_2_cards .outer_initiatieven_card { background: linear-gradient(57.45deg, #009FE3 -20.25%, #845EC2 44.89%, #432A6B 137.8%); }

    .contact_formulier .form-info-title h3 br { display: none; }
    .contact_formulier .form-info-title h3 { font-size: 26px;  }
    .contact_formulier .form-info-title { padding-bottom: 4px; }
    .hattrix_meetings { padding-top: 89px; padding-bottom: 88px; }
    .hattrix_meetings .meeting_title h2 { font-size: 23px; }
    .post_banner .featured_image { right:0px; height:auto; }

    .main_post_content { padding-bottom: 33px; }

    .post_two_col_content .inner_two_col_left h2 { margin-bottom: 32px; }
    .post_two_col_content .col_content_wrap p{font-size:19px;}
    .quote_groot .content { padding-top: 43px;}

    .blog-index.relatedPost { padding: 44px 0;  }
    .contact_formulier .avtar_content { padding-top: 36px; }
    .contact_formulier .avtar_content { width: 100%; } 

    .hero-main:before { width: 312px;}
    .image_slider .slider_content_wrapper{margin-left:0px;}
    .image_slider { padding-top: 108px; }
    .image_slider .main_title_slider h2 { line-height: 1.263157;}
    .image_slider .main_title_slider { padding-bottom: 32px; }
    .image_slider.slider_bnt_wraper{padding-top: 16px;}
    .image_slider .slider_blog_title a h3 { font-size: 26px;}
    .four_col_Section .box_title h3 { margin-bottom: 16px; }
    .four_col_Section .content p { font-size: 20px;}

    .header_teams:before, .hero-main:before { background-size: cover; height: 140px; width: 240px; }
    .header_teams { padding-bottom: 160px; }
    .header_teams .header_teams_banner h1 { line-height: 1.27; font-size: 44px; }
    .header_contact.header_teams{padding-bottom:140px;}

    .One_Col_Title_Content .One_Col_Title { padding-bottom: 46px; }

    .zig_zag_module .repeter_zig_zag { padding-top: 30px; }
    .zig_zag_module .inner_content_wrap .title { padding-bottom: 4px;}

    .post_banner .post_featured_image .featured_image { transform: unset; }
    .post_banner .post_featured_image .featured_image img { transform: unset; }
    .post_banner .post_featured_image .featured_image img { height: 450px; }
    .post_banner .post_featured_image{left:0;}   
    .post_banner { padding-bottom: 518px; }
    .post_banner .post_logo,.quote_groot  .quate_logo,.blog-index .post_logo {   min-height: 32px; }

    .contact_formulier .image_title * { font-family: Titillium Web, sans-serif; text-align: center; }
    .contact_formulier .image_content { text-align: center; }
    .cta_tekst_btn .blog_cta_tekst-btn { text-align: center; }
    .partners .partners_content { padding-top: 12px; }
    .zig_zag_title.text-center { padding-bottom: 12px; }
    .zig_zag_module .main_tekst_foto_rechts:last-child { padding-bottom: 0; }

    .header_vacatures_btn {padding-top: 17px;}

    .blog_cta_tekst.contact_formulier .avtar_image { margin-right: 0; }
    .blog_cta_tekst .inner_right_avtar { flex-direction: column; }
    .blog_cta_tekst .image_title h4 strong { justify-content: center; }

    .cta_tekst:before { height: 329px; top: -145px; width: 509px; }

    .Verhalen_post_content {  padding-top: 65px;}

    .mainmenu .hs-menu-wrapper>ul {   padding: 164px 0 100px; }
    .mainmenu .hs-menu-wrapper>ul>li { padding: 0px 0; }    
    .mainmenu .hs-menu-wrapper>ul .header-btn { padding-top: 20px; }
    .mainmenu .hs-menu-wrapper>.menu-toggle.menu-menuopen+ul{display:block !important;}
    .mainmenu .hs-menu-wrapper>ul .header-btn{text-align:center;}

    .formulier {  padding: 72px 0 88px 0;}
    .tekst_foto_rechts.ck_tekst_foto .inner_right_tekst_foto_rechts .image img {  min-height: 400px; }









    input[type='text'],  
    input[type='email'],
    input[type='password'],
    input[type='tel'],  
    input[type='number'],
    select,
    textarea{font-size:18px; }
    .contact_formulier .right_avtar{display:none;}
    .quote_groot .mediumShpae_white:after,.quote_groot .mediumShpae_white:before { content: ""; height: 58px; position: absolute; width: 180px; }
    .blog-index .medium_black_shape { height: 96px; max-width: 221px; }

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

} 
@keyframes trackBallSlide{
    0%{opacity:1;transform:scale(1) translateY(-10px)}
    6%{opacity:1;transform:scale(.9) translateY(2.5px)}
    14%{opacity:0;transform:scale(.4) translateY(20px)}
    15%,19%{opacity:0;transform:scale(.4) translateY(-10px)}
    28%,29.99%{opacity:1;transform:scale(1) translateY(-10px)}
    30%{opacity:1;transform:scale(1) translateY(-10px)}
    36%{opacity:1;transform:scale(.9) translateY(2.5px)}
    44%{opacity:0;transform:scale(.4) translateY(20px)}
    45%,49%{opacity:0;transform:scale(.4) translateY(-10px)}
    58%,59.99%{opacity:1;transform:scale(1) translateY(-10px)}
    60%{opacity:1;transform:scale(1) translateY(-10px)}
    66%{opacity:1;transform:scale(.9) translateY(2.5px)}
    74%{opacity:0;transform:scale(.4) translateY(20px)}
    75%,79%{opacity:0;transform:scale(.4) translateY(-10px)}
    100%,88%{opacity:1;transform:scale(1) translateY(-10px)}
}


.hs-form select {

    -webkit-appearance: none;
    background-image: url('https://www.saleshelden.nl/hubfs/Saleshelden_Theme_2023/Images/angle_black_dropdown.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 20px;
}

@media (max-width: 767px){  

    textarea { height: 70px; }
    .legal-consent-container, .legal-consent-container .hs-richtext, .legal-consent-container .hs-richtext p, 
    form .inputs-list:not(.no-list) label, form .inputs-list:not(.no-list) label>span, form .inputs-list:not(.no-list) label>span p { font-size: 12px;  } 
    .legal-consent-container, .legal-consent-container .hs-richtext, .legal-consent-container .hs-richtext p { font-size: 10px; line-height: 12px;}
    form .inputs-list>li.hs-form-booleancheckbox { margin: 10px 0;}
    form .legal-consent-container .inputs-list:not(.no-list) label>span { font-size: 10px;}
    li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { top: 1px; left: -16px;}
    li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { top: 3px; left: -14px;}

}
@media (max-width: 480px){  
    .four_col_Section .outer_four_col {  width: 100%;}
    .four_col_Section .outer_four_col { padding: 0 12px; } 
    .four_col_Section .four_col_box { padding-top: 50px; margin: 0 0px; }
    .four_col_Section .outer_four_col:last-child {margin-bottom: 0;}
    .four_col_btn .hero-top-btn a { font-size: 19px; }
    .four_col_Section .content{padding-bottom:16px;}

    .partners .hero-top-btn { max-width: 215px; margin: 0 auto; width: 100%; }
    .vacatures_4_cards .vacature_content { padding: 33px 24px 43px 24px; width: 100%; }
    .vacatures_4_cards .inner_vacatures_4_cards { flex-direction: column; }
    .vacatures_4_cards .vacature_image { min-height: unset; max-width: 100%; width: 100%; height:150px; }
    #Teams .cta_tekst:before { top: -100px; }
    .header_contact .big_shpade_black_gradeint { bottom: 0; height: 140px; position: absolute; right: 0; width: 242px; }

    .blog-index .blog-index__post-image-wrapper img { min-height: 250px; }

    .main_post_content .post_content { margin: unset; max-width: 100%; }  
    .quote_groot .content { max-width: 244px; width: 100%; margin: auto; }
    .post_two_col_content .inner_two_col_left h2 { font-size: 26px; }




    .verhalen_post_banner.post_banner { padding-top: 176px; padding-bottom: 129px; }

    .image_slider .outer_cimg_slider { width: 260px; }
    .cimg-slider-main .cimg-slide-img { height: 318px; }
    .image_slider .slider_post_logo { bottom: 24px; left: 20px; }
    .slider_post_logo { max-width: 129px; width: 100%; }
    .image_slider .outer_progress_bar { width: 260px; }
    .main_progress.pt80 { padding-top: 10px; }
    .cimg-slider-main .cimg-slider-outer { padding-bottom: 90px; padding-top: 60px; }

    .partners .main_logos { padding-top: 62px; }
    .partners .hero-top-btn { padding-top: 63px;}
    .tekst_foto_rechts .inner_content_wrap .title { padding-bottom: 10px; }
    .tekst_foto_rechts_btn .tekst_foto_btn {padding-top: 16px;}
    .cta_tekst { padding-top: 47px; }
    .title_cta_tekst h1 { letter-spacing: 0.2px; }
    .cta_tekst_btn .button a { display: inline-block; }
    .initiatieven_2_cards .initiatieven_image_wrap { min-height: 250px; }

    #Teams .title_cta_tekst h1 { letter-spacing: 0.35px; }
    #Teams .cta_tekst .cta_tekst_content { padding-top: 12px; padding-bottom: 32px; }


    .cta_tekst:before { height: 315px; top: -157px; width: 436px; }
    .cimg-slider-main .cimg-slide.is-selected+.cimg-slide .cimg-slide-img{  top: 0;  transform: scale(0.79);}
    .cimg-slider  {padding-right:82px; margin-left: 16px;}
    .cimg-slide.is-selected { margin-top: 70px; }
    .image_slider .outer_cimg_slider {margin: 0 10px;}
    .image_slider .flickity-prev-next-button.next:before { height: 15px;  width: 19px; }
    .hero-main:before { background-size: cover; height: 140px; width: 310px; }
    .tekst_foto_rechts.ck_tekst_foto .inner_right_tekst_foto_rechts .image img {  min-height: 375px;   }

}