*, *: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;
}
.body-container-wrapper {
  padding: 0 40px;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}

.dnd-area h2 {
  margin-bottom: 32px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .body-container-wrapper {
    padding: 0 20px;
  } 
}
@font-face {
  font-family: "Font Awesome 6 Pro"; 
  src: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/fonts/pro-fa-light-300-d5bbe9.ttf) format("truetype");
  font-style: normal; 
  font-weight: 300;
  font-display: block;
  unicode-range: U+21, U+23, U+2B, U+3F, U+AE, U+D8, U+2013, U+201D, U+2190-2193, U+2205, U+2212, U+2303, U+231A, U+2399, U+23E9-23EA, U+23F8-23F9, U+23FB, U+23FE, U+25A0, U+25B2, U+25B6, U+25CF, U+25FB-25FC, U+2601, U+2615, U+261D, U+2665, U+26AA-26AB, U+26DF, U+2709, U+270F, U+2713-2714, U+271D, U+273F, U+2753-2755, U+2757, U+2764, U+2795-2796, U+2B24, U+2B50, U+E017, U+E01F, U+E024, U+E045, U+E060, U+F001, U+F003-F007, U+F00C, U+F011-F012, U+F015-F017, U+F019, U+F023-F024, U+F02C-F02D, U+F02F-F031, U+F03A, U+F03D-F03E, U+F040-F041, U+F04A-F04E, U+F060-F065, U+F067-F068, U+F06B-F06D, U+F072, U+F075, U+F077, U+F07B, U+F084, U+F08A, U+F091, U+F093, U+F095-F096, U+F09D, U+F0A2, U+F0A6, U+F0AC-F0AD, U+F0B0, U+F0C0-F0C2, U+F0C5, U+F0C8-F0C9, U+F0CC, U+F0CE, U+F0D1, U+F0D6-F0D7, U+F0DC, U+F0E0, U+F0E5, U+F0E8, U+F0F3, U+F0F7, U+F106, U+F108-F109, U+F10C, U+F10E, U+F110-F111, U+F114, U+F11D-F11E, U+F121, U+F128-F12A, U+F132-F133, U+F135, U+F145, U+F14E, U+F15B, U+F186, U+F188, U+F1AB, U+F1AD, U+F1BB, U+F1C0, U+F1C2-F1C3, U+F1D8-F1D9, U+F1DB, U+F1E4, U+F1EA-F1EB, U+F1F8, U+F205, U+F20A, U+F217, U+F21A, U+F21C-F21D, U+F233, U+F238, U+F251, U+F25D, U+F283, U+F292, U+F29E, U+F2A0, U+F2A7, U+F2BB-F2BC, U+F2C0, U+F2CC, U+F2DB, U+F2E1, U+F2EC, U+F2F7, U+F303, U+F316, U+F328, U+F332, U+F335, U+F37E, U+F390, U+F3C5, U+F3CE, U+F3F4, U+F40E, U+F435, U+F481, U+F493, U+F4CC, U+F4D1, U+F4D8, U+F4E2, U+F503, U+F51B, U+F52B, U+F549, U+F54E, U+F555, U+F559, U+F56E-F570, U+F594, U+F5A1, U+F5AA-F5AB, U+F5B7, U+F5DB-F5DC, U+F5F6, U+F5FD, U+F621, U+F64A, U+F64F, U+F654, U+F656, U+F673, U+F67D, U+F67F, U+F695, U+F69C, U+F6A8, U+F6E3, U+F6E9, U+F6FF, U+F715, U+F734, U+F755, U+F757, U+F773, U+F781, U+F784, U+F788, U+F7B2, U+F7B6, U+F7BD, U+F7D5, U+F7EE, U+F7FF, U+F804, U+F80A, U+F80C, U+F813, U+F82F, U+F855, U+F858-F859, U+F85C, U+F86D, U+F871, U+F893-F894, U+F8A9, U+F8B2, U+F8D6, U+F8D9, U+F8E7, U+F8EF, U+1F310, U+1F319, U+1F331-1F332, U+1F33C, U+1F381, U+1F39F, U+1F3A5-1F3A6, U+1F3B5, U+1F3C1, U+1F3C6, U+1F3CD, U+1F3D9, U+1F3E0, U+1F3E2, U+1F3E8, U+1F3EB, U+1F3F4, U+1F464, U+1F499-1F49C, U+1F4B3, U+1F4BB, U+1F4C1, U+1F4C4-1F4C6, U+1F4CB, U+1F4D4, U+1F4DA, U+1F4DE, U+1F4EA, U+1F4F0-1F4F1, U+1F4F6, U+1F509, U+1F511-1F512, U+1F514, U+1F517, U+1F525, U+1F527-1F528, U+1F534-1F535, U+1F547, U+1F553, U+1F57B, U+1F582, U+1F5A4-1F5A5, U+1F5A8, U+1F5B6, U+1F5BF, U+1F5CB, U+1F5D4, U+1F5E9, U+1F686, U+1F69A, U+1F6A2, U+1F6BF, U+1F6E1, U+1F7E0-1F7E4, U+1F90D-1F90E, U+1F95B, U+1F9E0-1F9E1, U+1F9ED, U+1FA99; 
}
@font-face {
  font-family: "Font Awesome 6 Pro"; 
  src: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/fonts/pro-fa-regular-400-f2c7d5.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+F247-F24A, U+F278-F27A, U+F3D1, U+1F5FA;
}
@font-face { 
  font-family: "Font Awesome 6 Pro"; 
  src: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/fonts/pro-fa-solid-900-d5bbe9.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
  unicode-range: U+21, U+23, U+2B, U+3F, U+AE, U+2013, U+201D, U+2190-2193, U+2212, U+2303, U+2399, U+23E9-23EA, U+23F8-23F9, U+23FB, U+23FE, U+25A0, U+25B6, U+25CF, U+25FB-25FC, U+2601, U+2615, U+261D, U+2665, U+26AA-26AB, U+26DF, U+2709, U+270F, U+2713-2714, U+271D, U+2753-2755, U+2757, U+2764, U+2795-2796, U+2B24, U+2B50, U+E060, U+F001, U+F003-F007, U+F00C, U+F011-F012, U+F015-F017, U+F019, U+F023-F024, U+F02C-F02D, U+F02F-F031, U+F03A, U+F03D-F03E, U+F040-F041, U+F04A-F04E, U+F060-F065, U+F067-F068, U+F06B-F06D, U+F072, U+F075, U+F077, U+F07B, U+F084, U+F08A, U+F091, U+F093, U+F095-F096, U+F09D, U+F0A2, U+F0A6, U+F0AC-F0AD, U+F0B0, U+F0C0-F0C2, U+F0C5, U+F0C8-F0C9, U+F0CC, U+F0CE, U+F0D1, U+F0D6-F0D7, U+F0DC, U+F0E0, U+F0E5, U+F0E8, U+F0F3, U+F0F7, U+F106, U+F108-F109, U+F10C, U+F10E, U+F110-F111, U+F114, U+F11D-F11E, U+F121, U+F128-F12A, U+F132-F133, U+F135, U+F145, U+F14E, U+F15B, U+F186, U+F188, U+F1AB, U+F1AD, U+F1BB, U+F1C0, U+F1C2-F1C3, U+F1D8-F1D9, U+F1DB, U+F1E4, U+F1EA-F1EB, U+F1F8, U+F205, U+F20A, U+F217, U+F21A, U+F21C-F21D, U+F233, U+F238, U+F251, U+F25D, U+F283, U+F292, U+F29E, U+F2A0, U+F2A7, U+F2BB-F2BC, U+F2C0, U+F2CC, U+F2DB, U+F303, U+F328, U+F332, U+F390, U+F3C5, U+F3CE, U+F481, U+F493, U+F4D8, U+F4E2, U+F503, U+F51B, U+F52B, U+F549, U+F54E, U+F555, U+F559, U+F56E-F570, U+F594, U+F5A1, U+F5AA-F5AB, U+F5B7, U+F5DC, U+F5FD, U+F621, U+F64A, U+F64F, U+F654, U+F67F, U+F6E3, U+F6FF, U+F715, U+F773, U+F781, U+F784, U+F788, U+F7B6, U+F7BD, U+F80A, U+F80C, U+F82F, U+F86D, U+F8D9, U+F8EF, U+1F310, U+1F319, U+1F331-1F332, U+1F381, U+1F39F, U+1F3B5, U+1F3C1, U+1F3C6, U+1F3CD, U+1F3D9, U+1F3E0, U+1F3E2, U+1F3E8, U+1F3EB, U+1F3F4, U+1F464, U+1F499-1F49C, U+1F4B3, U+1F4BB, U+1F4C1, U+1F4C4-1F4C6, U+1F4CB, U+1F4D4, U+1F4DE, U+1F4F0-1F4F1, U+1F4F6, U+1F511-1F512, U+1F514, U+1F517, U+1F525, U+1F527-1F528, U+1F534-1F535, U+1F547, U+1F553, U+1F57B, U+1F582, U+1F5A4-1F5A5, U+1F5A8, U+1F5B6, U+1F5BF, U+1F5CB, U+1F5E9, U+1F686, U+1F69A, U+1F6A2, U+1F6BF, U+1F6E1, U+1F7E0-1F7E4, U+1F90D-1F90E, U+1F9E0-1F9E1, U+1F9ED; 
}
@font-face { 
  font-family: "Font Awesome 6 Duotone"; 
  src: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/fonts/pro-fa-duotone-900-d5bbe9.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block; unicode-range: U+21, U+23, U+2B, U+3F, U+1021, U+1023, U+102B, U+103F, U+E017, U+E01F, U+E024, U+E045, U+E060, U+F001, U+F004-F005, U+F007, U+F00C, U+F011-F012, U+F015, U+F017, U+F019, U+F023-F024, U+F02C-F02D, U+F02F-F031, U+F03A, U+F03D-F03E, U+F040-F041, U+F04A-F04E, U+F060-F065, U+F067-F068, U+F06B-F06D, U+F072, U+F075, U+F077, U+F07B, U+F084, U+F091, U+F093, U+F095, U+F09D, U+F0A6, U+F0AC-F0AD, U+F0B0, U+F0C0-F0C2, U+F0C5, U+F0C8-F0C9, U+F0CC, U+F0CE, U+F0D1, U+F0D6-F0D7, U+F0DC, U+F0E0, U+F0E8, U+F0F3, U+F106, U+F108-F109, U+F10E, U+F110-F111, U+F11E, U+F121, U+F128-F12A, U+F132-F133, U+F135, U+F145, U+F14E, U+F15B, U+F186, U+F188, U+F1AB, U+F1AD, U+F1BB, U+F1C0, U+F1C2-F1C3, U+F1D8, U+F1E4, U+F1EA-F1EB, U+F1F8, U+F205, U+F20A, U+F217, U+F21A, U+F21C-F21D, U+F233, U+F238, U+F251, U+F25D, U+F292, U+F29E, U+F2A0, U+F2A7, U+F2BB, U+F2CC, U+F2DB, U+F2E1, U+F2EC, U+F2F7, U+F303, U+F316, U+F328, U+F332, U+F335, U+F37E, U+F390, U+F3C5, U+F3CE, U+F3F4, U+F40E, U+F435, U+F481, U+F493, U+F4CC, U+F4D1, U+F4D8, U+F4E2, U+F503, U+F51B, U+F52B, U+F549, U+F54E, U+F555, U+F559, U+F56E-F570, U+F594, U+F5A1, U+F5AA-F5AB, U+F5B7, U+F5DB-F5DC, U+F5F6, U+F5FD, U+F621, U+F64A, U+F64F, U+F654, U+F656, U+F673, U+F67D, U+F67F, U+F695, U+F69C, U+F6A8, U+F6E3, U+F6E9, U+F6FF, U+F715, U+F734, U+F755, U+F757, U+F773, U+F781, U+F784, U+F788, U+F7B2, U+F7B6, U+F7BD, U+F7D5, U+F7EE, U+F7FF, U+F804, U+F80A, U+F80C, U+F813, U+F82F, U+F855, U+F858-F859, U+F85C, U+F86D, U+F871, U+F893-F894, U+F8A9, U+F8B2, U+F8D6, U+F8D9, U+F8E7, U+F8EF, U+10E017, U+10E01F, U+10E024, U+10E045, U+10E060, U+10F001, U+10F004-10F005, U+10F007, U+10F00C, U+10F011-10F012, U+10F015, U+10F017, U+10F019, U+10F023-10F024, U+10F02C-10F02D, U+10F02F-10F031, U+10F03A, U+10F03D-10F03E, U+10F040-10F041, U+10F04A-10F04E, U+10F060-10F065, U+10F067-10F068, U+10F06B-10F06D, U+10F072, U+10F075, U+10F077, U+10F07B, U+10F084, U+10F091, U+10F093, U+10F095, U+10F09D, U+10F0A6, U+10F0AC-10F0AD, U+10F0B0, U+10F0C0-10F0C2, U+10F0C5, U+10F0C8-10F0C9, U+10F0CC, U+10F0CE, U+10F0D1, U+10F0D6-10F0D7, U+10F0DC, U+10F0E0, U+10F0E8, U+10F0F3, U+10F106, U+10F108-10F109, U+10F10E, U+10F110-10F111, U+10F11E, U+10F121, U+10F128-10F12A, U+10F132-10F133, U+10F135, U+10F145, U+10F14E, U+10F15B, U+10F186, U+10F188, U+10F1AB, U+10F1AD, U+10F1BB, U+10F1C0, U+10F1C2-10F1C3, U+10F1D8, U+10F1E4, U+10F1EA-10F1EB, U+10F1F8, U+10F205, U+10F20A, U+10F217, U+10F21A, U+10F21C-10F21D, U+10F233, U+10F238, U+10F251, U+10F25D, U+10F292, U+10F29E, U+10F2A0, U+10F2A7, U+10F2BB, U+10F2CC, U+10F2DB, U+10F2E1, U+10F2EC, U+10F2F7, U+10F303, U+10F316, U+10F328, U+10F332, U+10F335, U+10F37E, U+10F390, U+10F3C5, U+10F3CE, U+10F3F4, U+10F40E, U+10F435, U+10F481, U+10F493, U+10F4CC, U+10F4D1, U+10F4D8, U+10F4E2, U+10F503, U+10F51B, U+10F52B, U+10F549, U+10F54E, U+10F555, U+10F559, U+10F56E-10F570, U+10F594, U+10F5A1, U+10F5AA-10F5AB, U+10F5B7, U+10F5DB-10F5DC, U+10F5F6, U+10F5FD, U+10F621, U+10F64A, U+10F64F, U+10F654, U+10F656, U+10F673, U+10F67D, U+10F67F, U+10F695, U+10F69C, U+10F6A8, U+10F6E3, U+10F6E9, U+10F6FF, U+10F715, U+10F734, U+10F755, U+10F757, U+10F773, U+10F781, U+10F784, U+10F788, U+10F7B2, U+10F7B6, U+10F7BD, U+10F7D5, U+10F7EE, U+10F7FF, U+10F804, U+10F80A, U+10F80C, U+10F813, U+10F82F, U+10F855, U+10F858-10F859, U+10F85C, U+10F86D, U+10F871, U+10F893-10F894, U+10F8A9, U+10F8B2, U+10F8D6, U+10F8D9, U+10F8E7, U+10F8EF;
}
@font-face { 
  font-family: "Font Awesome 6 Pro";
  src: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/fonts/pro-fa-regular-400-16f2f9.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
  font-display: block;
  unicode-range: U+2329-232A, U+26FA, U+E000-E001, U+E0CF-E0DF, U+E0E1-E105, U+E341-E344, U+E3E5-E3F7, U+E46E-E474, U+E4DD-E4E1, U+E59C-E59D, U+F053-F054, U+F07A, U+F083, U+F0A8-F0AB, U+F0D8-F0DA, U+F137-F13A, U+F1B9, U+F1FD-F1FE, U+F200-F201, U+F218, U+F322-F325, U+F32D-F32E, U+F330-F331, U+F333-F334, U+F439, U+F43B-F43E, U+F440, U+F442, U+F444, U+F446, U+F448, U+F46B, U+F474-F476, U+F51C, U+F55F-F560, U+F59D, U+F5DE-F5E7, U+F643, U+F64C-F64E, U+F6A3, U+F6BA-F6BE, U+F6C1, U+F736, U+F772, U+F783, U+F786-F787, U+F78A-F78B, U+F79E-F79F, U+F7EF-F7F0, U+F832-F833, U+F85A-F85B, U+F8A4, U+F8A7-F8A8, U+F8AA-F8AC, U+F8EC, U+F8FE-F8FF, U+1F330, U+1F335, U+1F36B-1F36C, U+1F370, U+1F382, U+1F408, U+1F4C9, U+1F4F7, U+1F4F9, U+1F4FC, U+1F56F, U+1F5AD, U+1F697-1F698, U+1F6D2, U+1F942, U+1F955, U+1F96B, U+1F9C0; 
}

@font-face { 
  font-family: "Font Awesome 6 Pro";
  src: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/fonts/pro-fa-regular-400-4c6f7b.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
  font-display: block; 
  unicode-range: U+3B, U+51-53, U+71-73, U+201C, U+20A8, U+20AA, U+20BD, U+2211, U+25AC, U+2696, U+26E8, U+2700, U+2702, U+2704, U+2B95, U+E025-E02C, U+E06A-E06C, U+E070, U+E231, U+E234-E244, U+E246-E250, U+E2D2, U+E322-E324, U+E3C6-E3CA, U+E43F-E449, U+E4A2-E4A5, U+E561-E56F, U+E571-E575, U+F029, U+F074, U+F079, U+F09E, U+F0C4, U+F10D, U+F122, U+F156, U+F158, U+F197, U+F1E0, U+F20B, U+F24E, U+F2EA, U+F2F1, U+F2F5-F2F6, U+F2F8-F2FB, U+F30B, U+F347, U+F34C, U+F356, U+F362, U+F365, U+F367, U+F3ED, U+F45A-F45B, U+F463, U+F480, U+F485-F486, U+F488-F489, U+F4D4, U+F4D6, U+F4D9, U+F515-F516, U+F546-F547, U+F54A-F54B, U+F54F, U+F553, U+F5B1, U+F61A-F61F, U+F63D, U+F641, U+F685-F686, U+F68A-F694, U+F6A0, U+F707-F70A, U+F70D, U+F70F-F713, U+F75B, U+F75E, U+F7B9, U+F7BE-F7C3, U+F7D9, U+F81A-F822, U+F87E-F87F, U+F8D8, U+F8DA-F8DD, U+F8F3, U+1F308, U+1F372, U+1F397, U+1F3B7, U+1F407, U+1F40F, U+1F411, U+1F455, U+1F4B0, U+1F4D0, U+1F4E1, U+1F500, U+1F502, U+1F504, U+1F680, U+1F6F0, U+1F954, U+1F957, U+1F968, U+1F96A, U+1F990, U+1F9C2, U+1F9E3, U+1FA9B; 
}
body {
  line-height: 1.6;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.6em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.1em;
}
h5,
h6 { 
  line-height: 1.2em;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5em 3em;
  padding: 0;
}

ul li::marker,
ol li::marker{
  color: #F0873C;
  font-weight: 600;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 1.5em;
  padding: 20px;
  border: none;
}
figure {
  margin: 0;
}
img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Horizontal rules */

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

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
form{
  max-width:767px;
}
form,
.submitted-message{
  margin:0 0 50px;
}
ul.no-list {
  list-style: none;
  margin: 0;
}
h3.form-title{
  font-family: "Kanit", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding:0 0 15px;
  border-bottom:2px solid;
  margin:0 0 20px;
}
.hs-form-field {}

/* Labels */

form label {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 18px;
}

/* 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 {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.75em;
  width: 100%;
  box-sizing: border-box;
  transition: all .2s linear;
  margin-bottom: 10px;
}

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

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-msgs li label {
  color: red;
}

/* Submit button */
button,
.button,
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height:29px;
  font-family:"Kanit";
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight:600;
  margin:10px 0;
  min-height: 40px;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
.main-hdr{
  padding: 0 40px;   
  position: relative;
  z-index: 99999;
  margin-bottom:-150px;
}
.spacer{
  min-height:58.8px;
}
.main-hdr .content-wrapper{
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-container{
  width: 100%;
  padding: 10px;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__logo--main{
  width: 15%;
  max-width: 15%;
  top: 0;
  left: 10px;
  position: absolute;
  text-align: center;
}

.header__logo--main a {
  display: block;
}

.cm-menu-primary {
  position: relative;
}

@media (max-width: 1024px) {
  .cm-menu-primary {
    width: 100%;
  }
}

.cm-menu-primary .hs-menu-wrapper{
  width: 100%;
  display: block;
}
.cm-menu-primary .hs-menu-wrapper > ul{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: right;
}
.cm-menu-primary .hs-menu-wrapper > ul > li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children{
  position:static !important;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > a{
  font-family:"Lato";
  font-weight:700;
  padding:15px 25px;
  line-height:1.6;
  text-decoration: none;  
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper{
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  min-height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-direction: unset !important;
}

.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li:first-child{
  width: 50%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper{
  background-color: transparent;
  background-image: linear-gradient(-90deg, #4a84b3 70%, #ffffff 90%);
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:first-child{
  width: 66.666%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:first-child img{
  width: 80%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li .img-wrapper {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;  
  display: flex;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li .img-wrapper{
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li > ul > li {
  padding: 10px;
  width: 100%;
  max-width: 100%;
}



.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li:nth-child(2){
  width: 25%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li:nth-child(3){
  width: 25%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li:nth-child(2) > a, 
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li:nth-child(3) > a{
  display:none;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper,
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper{
  position:static !important;
  left:0 !important;
  opacity:1 !important;
  visibility:visible !important;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul{
  padding:30px 0;
  width: 100%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul > li {
  padding: 10px;
  width: 100%;
  max-width: 215px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul > li > a{
  text-align: left;
  padding: 10px 15px 5px 10px;
  border-bottom: solid 2px;
  font-family:Kanit;
  font-weight:600;
  font-size:22px;
  line-height:28.8px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  padding:10px ;
}

.cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper{
  background-color: #3996d2;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4).hs-item-has-children > ul.hs-menu-children-wrapper > li > ul > li > a,
.cm-menu-primary .hs-menu-wrapper > ul > li:first-child.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul > li > a{
  color:#fff !important;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li img {
  width: 75%;  
  vertical-align: middle;
  display: inline-block;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:first-child{
  margin-bottom: 10px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:first-child,
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2),
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) {
  width: 33.333%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:first-child .img-wrapper{
  text-align:center;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:first-child img {
  width: 65%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) {
  align-content: center;
  align-items: center;
  padding: 50px 25px 50px 50px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3){
  align-content: center;
  align-items: center;
  padding: 50px 50px 50px 25px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul {
  padding: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul > li > a img{
  width:100%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul > li {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin:0 0 20px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul > li:last-child {
  margin:0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul > li > a{
  border:0;
  padding:0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li > a:hover,
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li > a:hover{
  background-color: #7281A8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li > a:hover img,
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li > a:hover img{
  opacity:0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:first-child > a:hover{
  background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Logo_Tableau_blanco.png);
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:nth-child(2) > a:hover{
  background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Logo_Snowflake_blanco.png);
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li:nth-child(1) > a:hover{
  background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Logo_Alteryx_blanco.png);
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li:nth-child(2) > a:hover{
  background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Logo_AWS_blanco.png);
}
.cm-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper>li:first-child .img-wrapper {
  text-align: center;
  width: 100%;
  justify-content: center;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li > ul {
  padding: 30px 0 60px;
}
.menu-close-btn-wrapper,
.menu-toggle{
  display:None;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(2){
  width: 20%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(3){
  width: 30%;
  padding: 0 30px 50px 30px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li > a {
  max-width: 190px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li > ul > li{
  max-width: 100%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li > ul > li > a {
  max-width: 224px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3) {
  display:None;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li > ul > li {
  max-width: 100%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li .img-wrapper{
  margin-top: -20px;
  align-items: unset;
  display: unset;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li .recent-post-item .recent-post-item-inner{
  border-color:#c6c6c6;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li .recent-post-title{
  color:#1f2018;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li .recent-post-item a:hover .recent-post-item-inner{
  background-color: #f0f0f0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li > ul > li {
  max-width: 100%;
  width: 100%;
}

.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li > ul > li > a{
  max-width:224px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(2) {
  width: 20%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3) {
  width: 30%;
  padding: 0 30px;
}
.with-out-banner .main-hdr {
  margin: 0;
}
@media (min-width: 768px) {
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li img.for-mob {
    display: none;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:nth-child(2){
    margin:0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:nth-child(3),
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:nth-child(4){
    display:none;
  }
}
@media (max-width: 1024px) {
  header.header.header--no-navigation .main-hdr .content-wrapper {
    min-height: 90px;
  }
  .spacer {
    display: none;
  }
  .header--no-navigation .header__logo--main {
    padding: 21px 0;
  }
  .header-container {    
    padding: 0;
    flex-wrap: wrap;
  }
  .main-hdr .content-wrapper {
    min-height: 130px;
  }
  .header__logo--main {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    position: static;
    justify-content: center;
    text-align: center;
    padding: 20px 0 2px 0;
    align-content: flex-end;
    align-items: flex-end;
  }
  .header__logo--main a{
    display:inline-block;
  }
  .header__logo--main img {
    max-width: 20%;
    width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul {
    justify-content: space-between;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 15px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(2),
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    width: 50%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:first-child {
    width: 100%;
    order: 3;
    min-height: 400px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper{
    align-content: center;
    align-items: center;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul {
    padding: 0 40px 20px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li .img-wrapper {
    width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li img {
    width: 50%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3),
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3),
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(3) {
    display: none;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(2),
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(2){
    width: 50%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li > ul {
    padding: 40px 40px 50px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li > ul > li {
    width: 100%;
    max-width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:first-child{
    width: 20%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2), 
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    width: 40%;
    padding: 40px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:first-child img {
    width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper {
    min-height: unset; 
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(2){
    padding: 30px 0px 40px 80px;
    align-content: center;
    align-items: center;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper{
    background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Menu_Servizi.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li .img-wrapper {
    display: none;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li > ul > li {
    width: 80%;
    max-width: 80%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(2){
    padding: 30px 40px 40px;
    width: 50%;
    align-content: center;
    align-items: center;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li > ul {
    width: 80%;
  }  
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li > ul > li {
    width: 100%;
    max-width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li img {
    width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul.hs-menu-children-wrapper > li img {
    width: 100%;
    margin-top:-50px;
  }

  .cm-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li .img-wrapper {
    overflow: hidden;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li > ul > li > a {
    max-width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul {
    padding: 40px 40px 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul > li:nth-child(2){
    max-width:100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper {
    align-content: unset;
    align-items: unset;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li {
    max-width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul > li > ul {
    margin-top: 20px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:first-child {
    width: 50%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper {
    background-color: #4a84b3;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(2) {
    padding: 10px 40px;
    align-content: unset;
    align-items: unset;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li > ul > li {
    width: 100%;
    max-width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(2) {
    padding: 10px 40px 40px;
    align-content: unset;
    align-items: unset;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li > ul > li > a {
    max-width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li > ul {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-hdr {
    padding: 0 20px;
  }
  .header-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: unset;
    justify-content: unset;
  }
  .header__logo--main {
    width: 40%;
    max-width: 100%;
    padding: 10px 10px 2px;
    align-content: flex-start;
    align-items: flex-start;
  }
  .header__logo--main img {
    max-width: 100%;
    width: 100%;
  }
  .main-hdr{
    background-color: #f0f0f0 !important;
  }
  .menu-toggle{
    width: 60%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    min-height: 1px;
  }
  .menu-toggle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: end;
  }
  .menu-toggle-icon{
    min-width: 35px;
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    position: relative;
    top: -1px;
  }
  .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
  }
  .menu-toggle-icon i {
    font-size: 25px;
  }
  .fa-bars:before {
    content: "\f0c9";
  }
  .main-hdr .content-wrapper {
    min-height: 80px;
  }
  body.menu-open {
    overflow: hidden;
  }
  .menu-open .fa-bars:before {
    content: "\f00d";
  }
  .menu-open .menu-toggle-icon {
    top: 0;
  }
  .cm-menu-primary {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    transition:all 0.3s;
    width: 100%;
    background: #fff;
    z-index: 9999;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
  }
  .menu-open .cm-menu-primary {
    left:0;
  }
  .menu-close-btn-wrapper {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px;
  }
  .menu-close-btn {
    min-width: 30px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #3a3a3a;
  }
  .menu-close-btn i {
    font-size: 25px;
    position: relative;
    top: -1px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li {
    width: 100%;
    border-bottom: 5px solid #fff;
    padding: 30px;
    width: 100%;
    background-color: #F0873C;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0;
    width: 100%;
    color: #fff !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\f105";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    color: #3a3a3a;
    float: right;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
    color: #fff; 
  }
  .cm-menu-primary .hs-menu-wrapper > ul li{
    position: static !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper{
    position:absolute !important;
    top:0 !important;
    left:0;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events: none;
    width:100% !important;
    background:#fff;    
    box-shadow: none;
    min-width: unset !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition:all 0.3s !important;
    min-height: unset;
    height: 100vh;
    display: none !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > ul.hs-menu-children-wrapper{    
    /*-webkit-transform: translateX(0); 
    -ms-transform: translateX(0);
    /* transform: translateX(0); */
    z-index: 9999;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: unset;
    display: flex !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li:first-child {
    width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.dl-back {
    padding: 15px 30px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.dl-back > a {
    font-weight: 700;
    font-family: 'Lato';
    color: #3a3a3a;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .back-to-main-menu {
    min-width: 30px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #3a3a3a;
    position: relative;
    top: -1px;
  }
  .back-to-main-menu i{
    font-size:25px;
  }
  .cm-menu-primary.main-child-open .menu-close-btn-wrapper{
    display:none; 
  }
  .cm-menu-primary .hs-menu-wrapper > ul{
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    transition:all 0.3s;
  }
  .menu-open .cm-menu-primary.main-child-open .hs-menu-wrapper > ul{
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(4),
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(4),
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(4) {
    display: none;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(3),
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3),
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    display: block;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(2) {
    order: 4;
    width: 100%;
    background-color: #3996d2;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(3) {
    background-color: #3996d2;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li > ul {
    padding: 20px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li > ul > li {
    width: 100%;
    max-width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li img {
    width: 85%;
    vertical-align: middle;
    display: inline-block;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:first-child {
    order: 1;
    min-height: unset;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(2){
    display:None;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    order: 2;
    width: 100%; 
    position: relative !important;
    background: #fff;  
    z-index: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(2) > ul,
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(4) > ul,
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul{
    background: #fff;   
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3):before {
    content:" ";
    width:100%;
    left:0;
    top:0;
    height:50%;
    position:absolute;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
    z-index: -1;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(2),
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(4){
    position: relative !important;
    background: #fff;  
    z-index: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(4):after{
    content: " ";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50%;
    position: absolute;
    box-shadow: 0 0px 20px 0px rgb(0 0 0 / 30%);
    z-index: -1;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(4) {
    order: 3;
    width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul {
    padding: 20px 20px 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(4) > ul {
    padding: 0 20px 10px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper {
    align-content: unset;
    align-items: unset;
    flex-direction: column !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li.dl-back {
    padding: 30px ;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li:first-child {
    margin-bottom: 10px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(4) > ul > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li:nth-child(2) {
    padding-bottom: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul > li > a[href="javascript:;"]:hover {
    background-color: transparent;
    color: #1f2018;
    cursor: text;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li.dl-back {
    padding: 30px 30px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2){
    width: 30%;
    padding:0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    width: 70%;  
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(4) {
    display:None;
  }

  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    position: relative !important;
    background: #fff;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3):after {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50%;
    z-index: -1;
  }






  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li .img-wrapper {
    display: block;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    order: 2;
    width: 100%;
    background-color: #4a84b3;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(2) {
    order: 3;
    width: 100%;
    padding: 0;
    background-color: #4a84b3;
    position: relative !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(2):after {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50%;
    z-index: -1;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li img.for-mob {
    display: block;
    width:100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li img.for-desk {
    display: none;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul {
    padding: 20px;
    width: 75%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li > ul > li {
    width: 100%;
    max-width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3){
    position:relative !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(2):after,
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3):before {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);  
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 50%;
    z-index: -1;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li .img-wrapper {
    background: #fff;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(2) {
    padding: 0;
    width: 100%;
    align-content: center;
    align-items: center;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li > ul {
    width: 100%;
    padding: 20px 20px 45px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2) > .img-wrapper {
    display: none;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper:after {
    background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Menu_Prodotti.jpg);
    background-size: 50% auto;
    content: " ";
    display: block;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-repeat: no-repeat;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper{
    height: auto;
    flex-direction: row !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3){
    position:relative;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper:before {
    content: " ";
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 114px);
    z-index:-1;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    width: 70%;
    padding: 30px;
    height: auto;
    align-content: flex-start;
    align-items: self-start;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul > li > a img {
    width: 80%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul > li:nth-child(2) {
    order: 3;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul > li:nth-child(3) {  
    order: 2;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul > li:nth-child(4) {
    order: 4;
    margin-bottom: 25px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) .img-menu-wrapper {
    text-align: center;
  }

  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child (3) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li:first-child > a:hover{
    background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Logo_Tableau_blanco.png);
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child (3) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li > a:hover img{
    opacity:0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li:nth-child(2) > a:hover {
    background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Logo_Snowflake_blanco.png);
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child (3) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li:nth-child(3) > a:hover{
    background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Logo_Alteryx_blanco.png);
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li:nth-child(4) > a:hover {
    background-image: url(https://26889649.fs1.hubspotusercontent-eu1.net/hubfs/26889649/raw_assets/public/The_Information_Lab/images/Logo_AWS_blanco.png);
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.dl-back {
    padding: 30px 30px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    flex-direction: column !important;
  }
  .main-hdr {
    margin-bottom: -80px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > a{
    background-color:transparent !important;
    color:#fff !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child {
    background-color: #3996D2;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
    background-color: #F0873C;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) {
    background-color: #7281A8;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) {
    background-color: #4A84B3;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
    background-color: #7DA8B9;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
    background-color: #f0f0f0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > a{
    color: #F0873C !important;
    line-height: normal;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li > a {
    max-width: 100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(3) {
    text-align: right;
    display: flex;
    justify-content: right;
    padding: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li > ul {
    padding: 30px;
    width: 85%;
    justify-content: right;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li .img-wrapper {
    overflow: unset; 
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li img {
    width: 70%;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: -40px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul {
    padding: 30px 30px 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul > li > ul {
    margin-top: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(4) > ul {
    padding: 0 30px 20px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(4) > ul > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li img {
    margin-top: 0;
    position: relative;
    top: 0;
  }
  
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul {
    padding: 30px;
    width: 85%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li .img-wrapper {
    margin-top: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li img {
    width: 70%;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li img {
    top: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    width: 100%;
    padding: 10px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li > ul {
    width: 85%;
    padding: 20px 20px 45px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li > a {
    display: inline-block;  
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li:first-child > a{
    display: block;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul > li{
    max-width: 85%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(4) > ul > li > a{
    display: inline-block;
  }
  .main-hdr {
    background-color: transparent !important;
  }
  .header--no-navigation .header__logo--main {
    padding: 10px 10px 2px;
  }
  header.header.header--no-navigation .main-hdr .content-wrapper {
    min-height: 80px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper:after {
    top: 80px;
    height: calc(100% - 80px);
  }
}
.footer .content-wrapper{
  padding:0;
}

.footer-copyright{
  padding: 10px 40px 50px 40px;
  text-align: center;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.footer-copyright .content-wrapper{
  padding: 10px;
}
.middle-sec {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px 40px 0px 40px;
}
.middle-sec .content-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.infor-with-social {
  width: 27.099%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.infor-with-social ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display:block;
}
.infor-with-social ul > li{
  margin-top: calc(15px/2);
  padding-bottom: 7px;
}
.infor-with-social ul > li:first-child{
  margin-top: 0;
}
.infor-with-social ul > li:last-child{
  padding-bottom: 0;
}
.infor-with-social ul > li > a{
  font-family: "Lato", Sans-serif;
  font-weight: 700;
  display:block;
}
.footer-menu {
  width: 72.901%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infor-with-social-inner {
  align-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.email-address {
  width: 100%;
  padding: 5px 0 0;
}
.adress-wpr {
  padding: 10px;
}
.adress-wpr i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;  
  font-size: 34px;
  text-align: center;
}
.fa-light, .fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.contact {
  margin-bottom: 39px;
  width: 100%;
}
.infor-with-social .contact ul > li{
  padding:0;
  margin:0;
}
.location-icon,
.phone-icon,
.mail-icon {
  padding: 2px 10px 18px 0px;
}
.address {
  padding:5px 0 0;
  margin: 0 0 38px;
}
.footer-menu .hs-menu-wrapper > ul{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
}
.footer-menu .hs_cos_wrapper_type_menu {
  width: 100%;
}
.footer-menu .hs-menu-wrapper > ul > li:first-child {
  width: 24.7%;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) {
  width: 24.75%;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(3) {
  width: 24.75%;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(4) {
  width: 24.75%;
}
.footer-menu .hs-menu-wrapper > ul > li{
  padding: 10px; 
  width: 25%;
}
.footer-menu .hs-menu-wrapper > ul > li > a{
  font-family: "Kanit", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom:solid 2px;
  margin: 0px 0px 8px 0px;
  padding: 0px 10px 12px 0px;
  display: inline-block;  
  cursor:text;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul,
.footer-menu .hs-menu-wrapper > ul > li > ul{
  display: block!important;
  opacity: 1!important;
  visibility: visible!important;
  position: static!important;
  left: 0 !important;
  top: 0 !important;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a,
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a{
  padding-top: 5px;
  padding-bottom: 5px;
  display:block;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  white-space:normal !important;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children{
  margin-top: 30px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a{
  margin: 0px 0px 5px 0px;
  padding: 0px 10px 10px 0px;
  border-bottom: solid 2px;
  display: inline-block;  
  cursor:text;
  font-family: "Kanit", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}
.middle-sec .address ul li a {
  font-weight: 400;
  font-size: 18px;
  display: block;
  line-height: 29px;
}
.phone-icon {
  padding-bottom: 23px;
}
.mail-icon {
  padding-bottom: 17px;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li.hs-item-has-children > a {
  padding: 0 10px 13px 0;
  margin-bottom: 8px;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li.hs-item-has-children > a{
  display:None;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(4) > ul {
  height: 100%;
  display: flex !important;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li.hs-item-has-children {
  margin-top: auto; 
  margin-bottom: 54px;
  display: flex;
  align-content: space-between;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li.hs-item-has-children > ul > li > a{
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.logo-and-btn-sec {
  padding: 0 40px;
}
.logo-and-btn-sec .content-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.ft-logo-wrapper {
  width: 25%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;    
  padding: 0 10px;
}
.ft-spacer {
  width: 38.069%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}
.ft-btn {
  width: 36.627%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;  
  align-content: flex-end;
  align-items: flex-end;
}

.ft-btn a.cta_button {
  font-family: "Lato", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-width: 2px 2px 2px 2px;
  border-radius: 100px 100px 100px 100px;
  padding: 5px;
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: 0;
  transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
  text-decoration: none;
  line-height: 2;
  border: 2px solid;
}
.ft-btn .hs_cos_wrapper_type_cta {
  width: 100%;
  align-items: flex-end;
}
.ft-btn i.far.fa-comment-alt {
  font-size: 22px;
  margin: 0px 11px 0px 0px;
}
.slider-seciton{
  margin-bottom: 50px;
  padding: 150px 40px 105px;
  overflow: hidden;
  position: relative;
}
.slider-seciton .background-overlay {
  background-position: 71vw 3vh;
  background-repeat: no-repeat;
  background-size: 50% auto;
  opacity: .5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.slider-seciton-inner{
  position: relative;
  z-index: 1;
  
}


@media (min-width: 1025px){
  .ft-social  .phone-icon,
  .ft-social .contact,
  .ft-social .mail-icon,
  .ft-social .email-address{
    display:None;
  }
}

@media (max-width: 1024px){
  .slider-seciton{
    margin-bottom: 41px;
    padding: 130px 30px 80px;
    overflow: hidden;
    position: relative;
  }
  .slider-seciton .background-overlay {
    background-position: 73vw 3vh;
    background-size: 100% auto;
  }
  .adress-wpr .phone-icon,
  .adress-wpr .contact,
  .adress-wpr .mail-icon,
  .adress-wpr .email-address{
    display:None;
  }
  .middle-sec .content-wrapper {
    flex-wrap: wrap;
  }
  .footer-menu {
    width: 100%;
  }
  .infor-with-social {
    width: 100%;
    min-height: 1px;
  }
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(2),
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(3), 
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(4),
  .footer-menu .hs-menu-wrapper > ul > li:first-child {
    width: 25%;
  }
  .middle-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .adress-wpr {
    padding: 0;
    width: 50%;
  }
  .ft-social {
    width: 50%;
    padding: 10px;
  }
  .adress-wpr-inner {
    padding: 10px;
    margin-right: 25px;
    border-right: 1px solid #c6c6c6;
  }
  .infor-with-social {
    padding: 0 0 50px;
    margin-bottom: 23px;
  }
  .address {
    padding:0;
    margin: 0;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
    padding: 0 10px 11px 0;
  }
  .location-icon, .mail-icon, .phone-icon {
    padding: 2px 10px 23px 0;
  }
  .ft-social .mail-icon i,
  .ft-social .phone-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    font-size: 34px;
    text-align: center;
  }
  .contact {
    margin-bottom: 33px;
  }
  .email-address {
    width: 100%;
    padding: 0;
    margin: 0 0 34px;
  }
  .ft-logo-wrapper {
    width: 35%;
  }
  .ft-spacer {
    width: 15%;
  }
  .ft-btn {
    width: 50%;
  }
}

@media (max-width: 767px){
  .footer-copyright {
    font-size: 14px;
    line-height: 29px;
  }
  .middle-sec {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }
  .footer-menu .hs-menu-wrapper > ul > li:first-child,
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(2),
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(3), 
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(4) {
    width: 100%;
    margin-top: 8px;
  }
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li.hs-item-has-children {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li.hs-item-has-children > ul > li > a {
    padding: 0;
  }
  .footer-menu .hs-menu-wrapper > ul > li > ul, .footer-menu .hs-menu-wrapper > ul > li > ul > li > ul {
    width: 100%;
  }
  .footer-menu .hs-menu-wrapper > ul > li > ul > li > a,
  .footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li.hs-item-has-children > a,
  .footer-menu .hs-menu-wrapper > ul > li > a {
    padding: 0 10px 4px 0;
    margin: 0 0 5px;
  }
  .footer-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a {
    margin: 0 0 5px;
    padding: 0px 10px 5px 0;
  }
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li.hs-item-has-children {
    margin-top: 20px;
  }
  .ft-social {
    width: 100%;
    padding: 10px;
  }
  .infor-with-social {
    padding: 0 0 39px;
    margin-bottom: 0;
  }
  .email-address {
    width: 100%;
    padding: 0;
    margin: 0 0 44px;
  }
  .contact {
    margin-bottom: 37px;
  }
  .adress-wpr {
    padding: 0 0 18px;
    width: 100%;
  }
  .adress-wpr-inner {
    padding: 10px;
    margin-right: 0;
    border-right: 0;
  }
  .logo-and-btn-sec .content-wrapper {
    flex-wrap: wrap;
  }
  .ft-logo-wrapper {
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  div#hs_cos_wrapper_footer_logo {
    width: 100%;
  }
  .ft-spacer {
    display: none;
  }
  .ft-btn {
    width: 100%;
    margin-top: 19px;
  }
  .logo-and-btn-sec {
    padding: 0 20px 20px;
  }
  .ft-logo-wrapper img {
    width: 100% !important;
    max-width: 50%;
  }
  .footer-copyright {
    padding: 10px 20px 50px 20px;
  }
  .slider-seciton{
    margin-bottom: 16px;
    padding: 80px 30px 70px;
  }
  .slider-seciton .background-overlay {
    background-position: 60vw 2vh;
    background-size: 150% auto;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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