*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.container,
.content-wrapper,
.page-center,
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

/* @media (max-width: 767px) {
.dnd-section .dnd-column {
padding: 0;
}
} */





@media (max-width:500px){

  .content-wrapper--vertical-spacing, .dnd-section {
    padding: 30px 8% !important;
  } 
  .container, .content-wrapper, .dnd-section>.row-fluid, .page-center {
    max-width: 97% ;
  }

}
@font-face {
  font-family: "FontAwesome"; 
  src: url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/fontawesome-webfont.eot) format("embedded-opentype"), 
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/karla-v13-latin-regular.eot) format("embedded-opentype"), 
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/karla-v13-latin-regular.woff2) format("woff2"), 
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/karla-v13-latin-regular.woff) format("woff"),
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/karla-v13-latin-regular.ttf) format("truetype");
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/karla-v13-latin-700.eot) format("embedded-opentype"), 
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/karla-v13-latin-700.woff2) format("woff2"), 
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/karla-v13-latin-700.woff) format("woff"),
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/karla-v13-latin-700.ttf) format("truetype"); 
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/rubik-v11-latin-300.eot) format("embedded-opentype"), 
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/rubik-v11-latin-300.woff2) format("woff2"), 
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/rubik-v11-latin-300.woff) format("woff"),
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/rubik-v11-latin-300.ttf) format("truetype");  
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/rubik-v11-latin-regular.eot) format("embedded-opentype"), 
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/rubik-v11-latin-regular.woff2) format("woff2"), 
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/rubik-v11-latin-regular.woff) format("woff"),
    url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/fonts/rubik-v11-latin-regular.ttf) format("truetype");   
}


body {
  line-height: 1.5;
  word-break: break-word;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga"; 
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
img{
  max-width:100%;
  height:auto;
}
/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.1s ease-in-out 0s;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Headings */

h1,
h2{
  line-height:1.2;
  margin-top:15px;
  margin-bottom:15px

}

h4,
h5,
h6 {
  line-height:1.2;
  margin-top:15px;
  margin-bottom:15px
}
h3{   
  line-height:1.2;
  margin-top:15px;
  margin-bottom:15px

}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: black;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-weight: 700;
  font-size: 16.8px;
  font-family: Rubik, Verdana, Arial, sans-serif;
  cursor: pointer;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color:#f5f5f5;
  border: 1px solid;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  width: 100%;
  line-height: 1.42857143;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
a.hs-button.primary {
  margin: 20px 0;
}
.widget-type-form,
.hs-search-module form,
.systems-page form,
.blog-comments form{
  background-color:#f5f5f5;
  padding:19px;
  border-radius: 4px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header {
  min-height: 3.05556em;
}
.header-wrapper {
  min-width: 100%;
  background-color: #161f27;
  min-height: 3.05556em;
  padding: 8px 30px;
  position: fixed;
  z-index: 100;
  top: 0;
  border-top: 1px solid #161f27;
  font-family: Karla, Verdana, Arial, sans-serif;
}

@media only screen and (min-width: 1201px){
  .header-wrapper {
    max-width: 1460px;
    margin: 0 auto;
    min-height: 3.05556em;
  }
}
.header-wrapper .container {
  margin: 0 auto;
  display: flex;
  width: 87%;
  max-width: 87%;
  min-height: 55px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.upper-links {
  display: flex;
  flex: 1 1;
  justify-content: flex-end;
}
.header-nav {
  display: flex;
}

.custom-primary-menu {
  position: static;
  margin-top: 0px;
  background-color: transparent;
  max-width: 100%;
  padding: 0px 0px 0px 21px;
}
.custom-primary-menu ul {
  list-style: none;
  display: flex;
  padding:0;
  margin:0;
}
.custom-primary-menu .hs-menu-wrapper ul>li>ul>li a{
  font-family: karla !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.custom-primary-menu .hs-menu-wrapper ul{
  position:relative;
}

.custom-primary-menu .hs-menu-wrapper ul>li>a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  padding: 16px;
  text-transform: inherit;
  background-color: transparent;
  border-radius: 0px 0px 0px 0px;
  display:block;
  line-height: 1.3em;
  transition: all 0.3s ease-in-out;
}



.custom-primary-menu .hs-menu-wrapper >ul>li>a:after{
  content: '';
  display: inline-block;
  position: static;
  margin-left: 3px;
  width: 0;
  height: 0;
  vertical-align: middle;
  background: none;
  border: 5px solid transparent;
  opacity: 0.5;
  border-top-color: #2795c0;
  margin-left: 10px;
}
.custom-primary-menu .hs-menu-wrapper>ul>li>ul {
  padding: 16px 8px 16px 8px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 30%);
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border:1px solid #000;
  position:absolute;
}
.custom-primary-menu .hs-menu-wrapper>ul>li>ul {
  padding: 16px 8px 16px 8px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 30%);
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  position:absolute;
}
.custom-primary-menu .hs-menu-wrapper>ul>li>ul >li > ul {
  right: unset !important;
  left: 107% !important;
  display: block !important;
  top: 0 !important;
  background-color: #fff;
  /*     border: 1px solid #000; */
  border-radius: 0 0 0 0;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  padding: 6px 8px;
}


.custom-primary-menu .hs-menu-wrapper ul ul {
  z-index: 9;
  visibility: hidden;
  pointer-events: none;
  min-width: 180px;
}

.custom-primary-menu .hs-menu-wrapper ul ul ul {
  top: 0 !important;
}

.custom-primary-menu .hs-menu-wrapper ul li:hover >ul {
  visibility: visible;
  pointer-events: auto;
}

.custom-primary-menu .hs-menu-wrapper ul ul {
  padding: 0 !important;
}

.custom-primary-menu .hs-menu-wrapper>ul>li>ul>li>ul {
  left: 100% !important;
}


.custom-primary-menu .hs-menu-wrapper  ul ul>li>a {
  font-family: karla;
  font-size: 16px;
  line-height: 1.5; 
  font-weight: bold;
}

.btn-right .dl-btn a {
  color: #34495E;
  align-self: flex-end;
  border-radius: 6px;
  padding: 9px 12px 9px 12px;
  align-content: center;
  vertical-align: center;
  box-shadow: 0 2px 2px #34495e66;
  background: #FFFFFF 0 0 no-repeat padding-box;
  font-weight:100;


}
.header-nav .btn-right {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  font-size: 100%;
}
.fa-search:before {
  content: "";
}
.ac-btn a {
  margin-left: 18px;
  color: white;
  font-weight:100;

}
.button.search-submit {
  display: inline-block;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-family: Karla, Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  background: transparent;
  right: 0;
  color: #f2f2f2;
  font-size: 1.3em;
  padding-left:21px;
}
.nav .nav-input.UI-NAV-INPUT {
  position: relative;
  display: flex;
}
input.input-text.UI-SEARCH {
  height: 1.66667rem;
}
.nav input {
  /*     line-height: normal; */
  color: #e1e1e1;
}
.nav .input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #34495e;
  background: #34495e;
  font-size: 18px;
}
form.searchautocomplete.UI-SEARCHAUTOCOMPLETE {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  position: relative;
  padding-top: 15px;
}
.header-nav input.input-text.UI-SEARCH {
  padding: 0 8px;
}
.input-text.UI-SEARCH {
  width: 240px;
}
input.input-text.UI-SEARCH::placeholder {
  color: #e1e1e1;
}
.header-nav .button:hover {
  background-color: transparent;
}
.nav .fa {
  padding-left: 21px;
}

.header-nav .button {
  padding:0;
}
.btn-right .dl-btn {
  padding: 0 30px 0 20px;
}
.custom-header-logo>div {
  max-width: 130px;
  margin:auto;
}
.custom-header-logo>div {
  line-height: 0;
}
.custom-header-logo img {
  display: block;
  padding-top: 3px;
  max-width:130px !important;
}
.skip-links {
  display: none;
}
.mob_menu {
  display: none;
}

.header-nav input.input-text.UI-SEARCH {
  color: #e1e1e1;
}

.custom-header-logo img {
  width: 130px !important;
}


@media (max-width:1400px){
  .btn-right .dl-btn a {
    font-size: 80%;
    position: relative;
    top: -1px;
  }

  .ac-btn a {
    font-size: 80%;
    position: relative;
    top: -1px;
  } 

}
@media(min-width:1201px){
  .custom-primary-menu .hs-menu-wrapper ul ul {
    transition: 0.3s all ease;
    left: 0 !important;
  }

}

@media(max-width:1200px){
  .custom-header-logo img {
    width: 120px !important;
  }
  .custom-primary-menu {
    /*     display: none; */
    display: block;
  }

  .header-wrapper {
    padding: 5px 30px 6px;

  }

  .header-nav .button {
    background: none !important;
  }

  .upper-links > .skip-links {
    flex: 1 0 auto;
    position: fixed;
    display: flex;
    top: 21px;
    right: 6.5%;
  }

  .skip-link .icon {
    width: 30px;
    height: 33px;
    position: relative;
    top: 0;
    background-position: 4px 4px;
    margin-right: 3px;
    background-image: url(https://23230026.fs1.hubspotusercontent-na1.net/hubfs/23230026/raw_assets/public/FetchBIM_November_2022/images/icon_sprite2.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .skip-link span {
    display: flex;
    align-self: center;
  }
  .custom-primary-menu {
    display: none;
  }
  .upper-links {
    display: block;
  }
  .upper-links .header-nav {
    display: none;
  }
  .upper-links span.label {
    display: none;
  }
  .header-wrapper {
    padding: 4px 30px;
    min-height: auto;
    padding-bottom: 3px;
  }
  .mob_menu .hs-menu-wrapper ul {
    display: block;

  }
  .mob_menu .hs-menu-wrapper>ul ul {
    display: none;
  }
  .mob_menu, .skip-links {
    display: block;
  }
  .mob_menu {
    background-color: #f2f2f2;
    padding: 0px 0px 0px 0px;

    border-radius: 0px 0px 0px 0px;
  }

  .mob_menu .hs-menu-wrapper>ul {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .mob_menu .hs-menu-wrapper>ul>li {
    position: relative;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e8e9ee;
  }

  .mob_menu .hs-menu-wrapper>ul>li>a {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
    position: relative;
    color: #34495e;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 15px 10px 10%;
    text-transform: inherit;
    background-color: #ffffff;
  }

  .skip-link:hover .icon {
    background-position: -46px 4px;
  }
  .mob_menu {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 55px;
    left: 0;
    right: 0;
    display: none;
    overflow-y: auto;
    max-height: calc(100vh - 63px );
  }
  .mob_menu .hs-menu-wrapper>ul {
    display: block;
  }
  span.arw.plush {
    box-sizing: border-box;
    outline: none;
    width: 34px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 6.5%;
    cursor: pointer;
    font: bold 17px Arial;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    background-color: #ffffff;
    color: #34495e;
    display: block;
  }

  span.arw.plush:after {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    content: "+";
  }

  .mob_menu .hs-menu-wrapper>ul>li>a:hover {
    color: #2795c0;
    background-color: #ffffff;
    outline: 0 none;
  }
  .mob_menu .hs-menu-wrapper>ul li>a.open span.arw.plush:after {
    content: "-";
    font-size: 20px;
    line-height: 16px;
  }
  .mob_menu .hs-menu-wrapper>ul ul>li a {
    background-color: #fff;
    color: #34495e;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 10px 15px 10px 10%;
    position: relative;
    text-decoration: none;
    text-transform: inherit;
  }

  .mob_menu .hs-menu-wrapper>ul ul ul>li a {
    font-size: 14px;
    background-color: #ffffff;
    text-indent: 12px;
  }

  .mob_menu .hs-menu-wrapper>ul ul>li {
    border-top: 1px solid #e8e9ee;
    border-top-color: #fafafb;
    background: #fff;
    position: relative;
  }

  .mob_menu .hs-menu-wrapper>ul>li {
    background: #fff;
  }
  .mob_menu .hs-menu-wrapper>ul>li >ul>li>a {
    text-indent: 6px;
  }
  .mob_menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
  .mob_menu .hs-menu-wrapper>ul ul ul li a:hover {
    color: #2795c0;
    background-color: #ffffff;
  }
  .mob_menu .hs-menu-wrapper>ul ul ul li {
    border-top: none;
  }
  .mob_menu .hs-menu-wrapper>ul {
    max-height: 67vh;
    overflow-y: auto;
  }
}


@media(max-width:500px){
  .skip-link .icon{
    margin-right: 10px;
  }
  .header-wrapper .container {
    max-width: 96%;
    width: 96%;
  }

}
@media only screen and (min-width: 480px){
  footer{
    padding-bottom: 30px;
    background-color: #161f27;
    position: relative;
    min-height: 300px;
    z-index: 10;
  }
}
footer {
  background-color: #161f27;

}
footer.footer.lp-footer {
  min-height: auto;
}
.footer-top {
  clear: both;
  width: 86%;
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: Rubik, Verdana, Arial, sans-serif;
}

.links.newsletter-links>div {
  max-width: 120px;
  margin: auto;
}

.copyright {
  /*   border-top: 1px solid #ccc; */
  /* background-color: #161f27; */
  text-align: center;
  width: 87%;
  font-size: 12px;
  margin: 0 auto;
  padding-top: 30px;
  display: table;
}
.copyright p {
  margin: 0;
}
.copyright p a {
  color: #39c;
}

.copyright p a:hover {
  color: #246b8f;
}

.fa-facebook:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.social__links {
  /*     display: flex; */
  justify-content: space-around;
  align-self: stretch;
}
@media only screen and (min-width: 1203px)
  .social__links {
    flex-flow: column nowrap;
}
.social__links > div {
  height: 50px;
  justify-content: center;
  width: 50px;
  border-radius: 100%;
  border: 1px solid;
  margin: 9px 0;
  transition: background-color 0.1s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;

}
.social__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eee;
  height: 100%;
}

.hidden {
  display: none;
  visibility: hidden;

}
.social__links a:hover {
  color: #eee;
}
.social__facebook:hover {
  background-color: #054e9b;

}
.social__twitter:hover {
  background-color: #2795c0;
}
.social__pintrest:hover {
  background-color: #ed1c36;
}
.social__links > div:hover {
  transition: background-color 0.1s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}
.footer-top .links {
  margin: 0 15px;
  font-size: .9em;
  color: #c8c8c8;
}

.footer-top h3 {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0);
  padding: 3px 0;
  margin-bottom: 21px;
  font-size: 21px;
  color: #c8c8c8;
  margin-top: 10px;
  line-height: 1.4;
}
.footer-top h3 strong {
  font-weight: normal;
  color: #c8c8c8;
  margin-bottom: 0;
  text-transform: capitalize;
  /* font-weight: 600; */
  font-family: Karla, Verdana, Arial, sans-serif;
  font-size: 1em;
}
@media only screen and (min-width: 1201px){
  .footer-top h3 strong span {
    font-size: 1.5rem;
  }
}
.links.contact-info p {
  margin: 0;
  color: #c8c8c8;
}

.links.footer-link p {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0);
  padding: 3px 0;
  margin-bottom: 21px;
  font-size: 24px;
  color: #c8c8c8;
  margin-top: 18px;
}
.footer-bottom .container {
  border-top: 1px solid #ccc;
  width: 80%;
}
.links.footer-link p span {
  font-family: Karla, Verdana, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: normal;
  color: #c8c8c8;
}

@media only screen and (min-width: 1201px){
  .footer .block-title strong span {
    font-size: 1.5rem;
  }
}
.nav-list__categories {
  padding: 0 10px 0 0;
  align-content: stretch;
  align-items: flex-start;
  display: inline-flex;
  flex-flow: column wrap;
  justify-content: center;
}
.footer-link .col .hs-menu-wrapper>ul {
  display: block;
}
.footer-link .col .hs-menu-wrapper>ul>li>a{
  color: #c8c8c8;
}

footer.footer.lp-footer .footer-top {
  margin-bottom: 60px;
}

@media only screen and (min-width: 1201px){
  .footer-link .col .hs-menu-wrapper>ul>li {
    word-break: break-all;
    line-height: 1.4;
    padding: 4px 0;

  }
}
.links.newsletter-links img {
  margin-top: 21px;
}


.copyright p {
  font-style: normal;
  font-size: inherit;
  color: #7f7f7f;
}

.social__links {
  display: flex;
  display: flex;
  justify-content: space-around;
  align-self: stretch;
}

@media only screen and (min-width: 1203px){
  .social__links {
    flex-flow: column nowrap;
  }
}

.social__facebook {}

@media(max-width:1205px){
  .links.newsletter-links {
    margin-right: 0;
  }

}

@media(max-width:1200px){
  .footer-top {
    flex-direction: column;
  }
  .social__links {
    align-self: stretch;
    justify-content: space-around;
    display: flex;
  }
  .footer-top .links {
    width: auto;
    margin-right: 0;
    padding-bottom: 21px;
    text-align: center;
  }
  .links.footer-link .col {
    text-align: left;
  }
  .links.footer-link p {
    font-size: 21px;
  }
  .links.newsletter-links>div {
    line-height: 0;
  }
  .links.footer-link p {
    margin-top: 13px;

  }
  .links.contact-info {
    padding-bottom: 19px;
  }
  footer.footer.lp-footer .footer-top{
    margin-bottom:0;
  }
}
@media(max-width:450px){
  .footer-top .links {
    font-size: 12px;
  }
  .footer-top {
    padding-top: 15px;
  }
}

.links.newsletter-links img {
  width: auto !important;
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}