*, *: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: 0px;
    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: 0px;
        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: 0px;
        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 ;
    }
}
.banner-section .span12 {
  min-height: 0;
}
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}

.page-center,
.dnd-section > .row-fluid, .content-wrapper {
  padding:0 15px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


@font-face { 
  font-family: "FontAwesome"; src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), 
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), 
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), 
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"); 
  font-style: normal; font-weight: normal; 
}
@font-face { 
  font-family: "Font Awesome 5 Brands"; src: url(https://22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/Planiform_September2022/Fonts/fa-brands-400.eot) format("embedded-opentype"), 
    url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/fa-brands-400.woff2) format("woff2"), 
    url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/fa-brands-400.woff) format("woff"); 
  font-style: normal; font-weight: 400; font-display: block; 
}
@font-face { 
  font-family: "Font Awesome 5 Free"; src: url(https://22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/Planiform_September2022/Fonts/fa-regular-400.eot) format("embedded-opentype"),
    url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/fa-regular-400.woff2) format("woff2"), 
    url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/fa-regular-400.woff) format("woff"), 
    url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/fa-regular-400.ttf) format("truetype"); 
  font-style: normal; font-weight: 400; font-display: block; 
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/Planiform_September2022/Fonts/fa-solid-900.eot);
    src: url(https://22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/Planiform_September2022/Fonts/fa-solid-900.eot) format("embedded-opentype"),
      url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/fa-solid-900.woff2) format("woff2"),
      url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/fa-solid-900.woff) format("woff"),
      url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
    font-family: eicons;
    src: url(https://22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/Planiform_September2022/Fonts/eicons.eot);
    src: url(https://22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/Planiform_September2022/Fonts/eicons.eot) format("embedded-opentype"),
      url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/eicons.woff2) format("woff2"),
      url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/eicons.woff) format("woff"),
      url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/fonts/eicons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body {
  font-family: sans-serif;
  line-height: 1.5;
  background: #f3f5f7;
}

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

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

h1 {
  line-height: 1.2;
  margin-bottom:30px;
}
h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 30px;
}


/* Lists */

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

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 1rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img {
  max-width:100%;
      vertical-align: middle;
    border-style: none;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 0px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 5px 4px;
  width: 100%;
  height:40px;
}

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, form label.hs-main-font-element {
  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;
}
/* 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;
}
.container { margin: 0 auto; max-width: 1340px; padding: 0 15px; width: 100%; }

.btn_style a { width:auto; float:none; display:inline-block; min-width:230px; text-transform:uppercase; text-align:center; font-size: 16px; line-height: 24px; font-weight:bold; padding:12px 20px; color:#fff; border:1px solid #bf311a; background:#bf311a; border-radius:0; }
.btn_style a:hover { color:#fff; border-color:#003e7e; background:#003e7e; }  


header { position:relative; width:100%; z-index:9999; background:#fff; }
header .container { display:flex; flex-wrap:wrap; }
header .header_area { width:100%; transition:all .4s ease; } 
header .header_top { width:100%; padding:10px 0; }
header .header_top .container { justify-content:flex-end; align-items: center; }
header .header_top a.callnum { color:#003E7E; letter-spacing: 0.28px; font-weight:bold; font-size:14px; line-height:20px; margin-right:20px; }
header .header_top a.callnum:hover { color:#BF311A; }
header .header_main { width:100%; padding-bottom:20px; }  
header .header_main .container { justify-content:space-between; } 
header .header_main .logo { width:100%; max-width:450px; line-height:0; }    
header .header_main .header_right { width:calc(100% - 450px); padding-left:30px; display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-end; }     
header .header_main .btn_style a { min-width:160px; margin-left: 20px; }  
     
.fixed header .header_area.header_sticky { transform: translateY(0); opacity:1; visibility:visible; }
.fixed header .header_area { opacity:0; visibility:hidden; }
header .header_sticky { width:100%; position:fixed; top:0; left:0; z-index:99; background:#fff; transform: translateY(calc(-100% - 20px)); box-shadow: 0 2px 5px #ccc; }

.menu .submenu_cover { display:none; }
.menu .hs-menu-wrapper .submenu_cover { display:flex; }

.menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child { position:inherit; }
.menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper { width:850px; margin-top:0; padding:0; }
.menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper > li { display:none; }

.submenu_cover { width:100%; max-width:855px; position:absolute; left:0; top:0; display:flex; flex-wrap:wrap; background:#fff; box-shadow:3px 3px 14px 0px rgb(32 61 117 / 20%); }
.submenu_cover .submenu_left { width:40%; padding:20px 0; }
.submenu_cover .submenu_left ul { padding:0; margin:0; list-style:none; }
.submenu_cover .submenu_left ul li { width:100%; }
.submenu_cover .submenu_left ul li a { width:100%; padding: 10px 0 10px 30px; font-weight: 300; font-size: 15px; line-height: 20px; color: #023a78; }
.submenu_cover .submenu_left ul li a.acitve { color:#203d75; }
.submenu_cover .submenu_right { width:60%; padding:30px 40px; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: flex-end; }
.submenu_cover .submenu_wrap { width:100%; min-height:340px: } 
.submenu_cover .submenu_img { width:100%; display:none; height:280px; }
.submenu_cover .submenu_img.active { display:block; }
.submenu_cover .prodlink_btn { width:100%; text-align:right; margin-top:30px; }
.submenu_cover .prodlink_btn a { width:auto; padding:0; display:inline-block; position:relative; text-transform: uppercase; letter-spacing: 1px; font-size: 15px; color: #023a78; font-weight: 600; }
.submenu_cover .prodlink_btn a:after { content: ''; display: inline-block; width: 6px; height: 11px; background-image: url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/caret-right-blue.png); margin-left: 10px; } 
  
header .language_switcher { position:relative; line-height:0; } 
header .language_switcher .lang_list_class:after, header .language_switcher .lang_list_class:before { display:none; }
header .language_switcher .globe_class  { position: relative; background:transparent;  width: auto; display: inline-block; height: auto; border-radius: 0; }  
header .language_switcher .lang_list_class { position: relative;  top: 0;box-shadow: none; padding:0; border-radius: 0;  left: 0; width: 100%;  transform: translateX(0); display: flex !important; align-items: center; }
header .language_switcher .lang_list_class li { padding: 0 !important; border: none !important; }
header .language_switcher .lang_list_class li a { color:#A8A7A7; width:auto; display:inline-block; margin-left:10px; font-weight: 500; font-size: 15px; line-height: 16px; position:relative; padding-left: 12px; }
header .language_switcher .lang_list_class li a:hover { color:#bf311a; }
header .language_switcher .lang_list_class li:first-child a { margin-left:0; padding-left:0;  } 
header .language_switcher .lang_list_class li a:before { position: absolute; content: ""; width: 2px; height: 100%; background: #A8A7A7; left:0; top:0; }
header .language_switcher .lang_list_class li:first-child a:before { display:none; }


  
@media (min-width: 992px) {      
    
    .menu .header_top { display:none; }
    .menu .btn_style { display:none; }
    
    header .header_main .container { position:relative; }   
    
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { width:100%; margin:0; padding:0; list-style:none; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children { position:relative; } 
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-item-has-children > a:after { position:relative; content:"\f107"; top:-1px; font-family:"FontAwesome"; margin-left: 4px; font-size: 20px; font-weight: 300; float: none; display: inline-block; vertical-align: middle; line-height: 12px; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul.hs-menu-children-wrapper li.hs-item-has-children > a:after { content:"\f105"; font-size: 16px; line-height: 15px; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li { padding:0; position:relative; width:auto; float:none; display:inline-block; } 
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { font-weight: bold; font-size: 14px; line-height:22px; padding:10px 20px; text-transform:uppercase; display:inline-block; color:#003E7E; position:relative; white-space: normal; width:100% !important; max-width: 100% !important; overflow: hidden;  text-overflow: inherit; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover { color:#BF311A; }  
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-item-has-children:hover > a { color:#BF311A; }

    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { pointer-events:inherit; opacity:1; visibility:visible; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { top:100%; margin-top: -10px; left:0; padding:5px 0; position:absolute; width:230px;line-height:0; transition:all .4s ease; opacity:0; visibility:hidden; z-index:111; pointer-events:none; background:rgba(255, 255, 255, 1.0); box-shadow:3px 3px 14px 0px rgb(32 61 117 / 20%); }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li { width:100%; border:none; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { border:none; padding:6px 20px; color:rgba(2, 58, 120, 1.0); font-weight: 300; font-size:14px; line-height:20px; text-transform: none !important; width:100% !important; white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit; }   
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { background:transparent; color:rgba(148, 158, 180, 1.0); }
   
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a {  background:transparent; color:rgba(148, 158, 180, 1.0); }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper { left:100%; top:0; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper { pointer-events:inherit; }
    
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) ul.hs-menu-children-wrapper { width:160px; }
    
}    
  
/* footer */     
footer { width:100%; position:relative; background:#F4F4F4; padding:70px 0; letter-spacing: 0.32px; color:#333333; font-size:16px; line-height:24px; }
footer .container { display:flex; flex-wrap:wrap; }

footer .footer_box { width:calc(100%/4); padding:0 20px; }
footer .footer_logo { width:100%; margin-bottom:20px; } 
footer .footer_logo img { height:auto; }

footer .footer_menu ul { list-style:none; padding:0; margin:0; width:100%; } 
footer .footer_menu ul li { width:100%; list-style:none; margin-bottom:0; }
footer .footer_menu ul li a { width:auto; display:inline-block; margin-bottom:10px; color:#333333; font-size:16px; line-height:24px; }
footer .footer_menu ul li.hs-menu-depth-1 > a { color:#003E7E; font-size:18px; line-height:24px; font-weight:bold; } 
footer .footer_menu ul li.hs-menu-depth-1 > a:hover { color:#BF311A; }
footer .footer_menu ul li ul li a { width:auto; display:inline-block; margin-bottom:10px; color:#333333; font-size:16px; line-height:24px; }
footer .footer_menu ul li a:hover { color:#BF311A; }
footer .contact_info a { color:#333333; } 
footer .contact_info a:hover { color:#BF311A; }

footer .footer_follow ul { list-style:none; margin:0; padding:12px 0 0; }
footer .footer_follow ul li { width:auto; display:inline-block; vertical-align: top; }
footer .footer_follow ul li a { width:30px; height:30px; padding:4px; display: flex; align-items: center; justify-content: center; margin-right:10px; background:#003E7E; border-radius:50%; color:#fff; font-size:16px; }  
footer .footer_follow ul li a:hover { background:#BF311A; color:#fff; }    
footer .footer_follow ul li a img { max-width:15px; max-height:14px; }   
      
footer .footer_box:first-child { width:30%; padding-left:0; } 
footer .footer_box:nth-child(2) { padding-left:0; } 
footer .footer_box:nth-child(3) { padding-right:40px; }
footer .footer_box:last-child { width:20%; padding-right:0; } 


@media(max-width:1400px){ 
    
    header .header_main .logo { max-width:340px; }
    header .header_main .header_right { width:calc(100% - 340px); }
    header .header_main .btn_style a { min-width:140px; padding:10px 20px; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { font-size:14px; padding:10px 12px; } 
     
        
}


@media(max-width:1200px){ 

    header .header_main .logo { max-width:280px; }
    header .header_main .header_right { width: calc(100% - 280px); padding-left: 20px; }
    header .header_main .btn_style a { min-width: 130px; padding: 8px 15px; font-size: 14px; margin-left: 10px; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { font-size: 12px; padding: 10px 10px; }  
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding:8px 15px; font-size: 14px; line-height: 20px; }
    
    .submenu_cover .submenu_left ul li a { padding:6px 12px !important; }
    
    
    footer { padding:50px 0 30px; }
    footer .footer_logo img { max-width:180px !important; }
      
    
    
}

@media(max-width:991px){ 

    footer .footer_box:nth-child(3) { padding-right: 0; }
    footer .footer_menu ul li.hs-menu-depth-1>a { font-size: 16px; line-height: 22px; }
    
}

@media(max-width:767px){ 

    footer { text-align:center; }
    footer .footer_box:first-child { width:100%; }
    footer .footer_box:last-child { width:100%; padding-bottom:0; }
    footer .footer_box { width:100%; padding:0 0 30px; }
    footer .footer_menu ul li ul li a { font-size: 14px; line-height: 20px; margin-bottom: 5px; }  
    
     
     
}
   
 
@media (min-width:992px) {
    a.mobile-trigger, a.child-triggerm { display: none !important; } 
    .row-fluid .menu .hs-menu-wrapper { display: block !important; }
}
@media (max-width:991px) { 
    
    header .header_main .logo { max-width:300px; }  
    header .header_main .container { max-width:100%; }
    header .header_top { display:none; }
    header .header_main { padding:25px 0; }
    .header_right .menu .header_top { display: inline-block; margin: 0; padding:20px 18px 0; background: #fff;  }
    .header_right .btn_style { display:none; } 
    .header_right .menu .btn_style { display: inline-block; margin: 0; padding: 20px 8px; background: #fff; } 
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { font-size:16px; padding:12px 18px; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color: #fff; font-size: 14px; line-height: 22px; }
    .menu .hs-menu-wrapper .submenu_cover { display:block; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper { width:100%; }
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper > li { display:none; }
     
    .submenu_cover .submenu_left { padding:0; display: block; width:100%; }
    .submenu_cover .submenu_right { display:none; }
     
    header .language_switcher { margin:15px 0 0; } 
    header .language_switcher .lang_list_class { flex-direction: inherit !important; }
    header .language_switcher .lang_list_class li { width:auto; display:inline-block; }
    header .language_switcher .lang_list_class li a { padding:0 0 0 16px !important; background:transparent !important; color:#A8A7A7 !important; }
    header .language_switcher .lang_list_class li:first-child a { padding:0 !important;  } 
    header .language_switcher .lang_list_class li a:hover { color:#BF311A !important; }
    
    .menu, .menu * { display: block; float: none; position: static; top: auto; right: auto; left: auto; bottom: auto; padding: 0px; margin: 0px; background-image: none; background-color: transparent; border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; max-width: none; width: 100%; height: auto; line-height: 1; font-weight: normal; text-decoration: none; text-indent: 0px; text-align: left; color: #fff; }
    a.mobile-trigger { display: inline-block !important; cursor: pointer; -webkit-tap-highlight-color: transparent; -moz-tap-highlight-color: transparent; cursor: pointer; position: absolute; top: 13px; right: 15px; width: 50px; height: 50px; padding: 15px 13px; background: #BF311A; z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase; border-radius: 50%; -webkit-transition: color .2s ease-in; -moz-transition: color .2s ease-in; transition: color .2s ease-in; }
    a.mobile-trigger:hover { text-decoration: none; color: #fff; }
    a.mobile-trigger span { display: inline; }
    a.mobile-trigger span:before { position: absolute; content: 'Menu'; }
    a.mobile-trigger span:after { position: relative; right: 2px; content: 'Close'; background-color: #455560; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }
    .mobile-open a.mobile-trigger { -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }
    .mobile-open a.mobile-trigger span:after { opacity: 1; }
    a.mobile-trigger i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s; transition-duration: 0s; transition-delay: .2s; }
    a.mobile-trigger  i:before, a.mobile-trigger i:after { position: absolute; content: ''; }
    a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after { width: 24px; /* Icon line width */ height: 3px; /* Icon line height */ background-color: #fff; /* Icon color */ display: inline-block; }
    a.mobile-trigger  i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    a.mobile-trigger  i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    .mobile-open a.mobile-trigger i { background-color: rgba(0, 0, 0, 0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .menu .hs-menu-flow-horizontal > ul > li a.child-triggerm { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 48px !important; padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20); }
    .menu .hs-menu-flow-horizontal > ul > li a.child-triggerm:hover { text-decoration: none; }
    a.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm span:after { position: absolute; content: ''; }
    a.child-triggerm span, a.child-triggerm span:after { width: 10px; height: 1px; background-color: #fff; display: block; }
    .row-fluid .menu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .menu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
    a.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }

    /* Hide menu on mobile */
    .menu.js-enabled .hs-menu-flow-horizontal, .menu.js-enabled .hs-menu-children-wrapper { display: none; }

    /* Make child lists appear below parent items */
    .menu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }

    /* Mobile Menu Styles */
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width: 100%; float: left; }
    .menu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 78px; left: 0px; width: 100%; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); }
    .menu .hs-menu-flow-horizontal { padding: 0; background-color: #BF311A; width: 100%; z-index: 8888; }

    /* Level 1 Menu List Styles */
    .menu .hs-menu-flow-horizontal > ul > li { position: relative; width: 100%; float: left; }
    .menu .hs-menu-flow-horizontal > ul > li a { font-size: 16px; line-height: 24px; padding: 10px 15px; float: left; width: 100% !important; max-width: 100% !important; overflow: visible; white-space: normal; width: 100% !important; float: left; max-width: 100% !important; overflow: hidden; text-overflow: inherit; }

    /* Level 1 and Higher Menu List Styles */
    .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: left; }
    .menu .hs-menu-flow-horizontal ul li { border-top: 1px solid rgba(255, 255, 255, .35); }
    .menu .hs-menu-flow-horizontal ul li a { padding: 10px 15px; float: left; width: 100%; }
    .menu .hs-menu-flow-horizontal ul li a:hover { color: #fff; background: #003E7E; }

    /* Level 2 and Higher Menu List Styles */
    .menu .hs-menu-flow-horizontal > ul ul li { background-color: rgba(255, 255, 255, .08); width: 100%; float: left; }
    .menu .hs-menu-flow-horizontal > ul ul li a { text-indent: 10px; font-size: 16px; width: 100%; float: left; }

    /* Level 3 and Higher Menu List Styles */
    .menu .hs-menu-flow-horizontal > ul ul ul li a { text-indent: 12px; }
    .menu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent: 50px; }
}

@media(max-width:500px){ 

    a.mobile-trigger { top:11px; }
    header .header_main .logo { max-width:220px; }  
    .menu.js-enabled .hs-menu-flow-horizontal  { top:71px; }
    
}

/* 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;
}
.cm-contact-page .hs-cntact-w {
  padding-top: 0px;
}

.cm-contact-page .hs-cntact-w .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cm-contact-page .hs-cntact-w .dnd-section>.row-fluid>.span6:first-child {
  flex: 0 0 75%;
  width: 75%;
}

.cm-contact-page .hs-cntact-w .dnd-section>.row-fluid>.span6:last-child {
  width: 25%;
  flex: 0 0 25%;
  margin: 0;
}
.cm-contact-page .hs-cntact-w h2 {
  color: #a22f15;
  margin-top: 0px;
  font-size: 36px;
  line-height: 100%;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 8px;
}

.cm-contact-page .hs-cntact-w p:nth-of-type(1) {
  /*margin: 30px 0; */
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
}

.cm-contact-page .hs-cntact-w p:nth-of-type(1)>a {
  font-size: 30px;
  font-weight: 800;
  color: #a22f15;
  margin-bottom: 20px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.cm-contact-page .hs-cntact-w h3 {
  margin-bottom: 5px;
  margin-top: 30px;
}

.cm-contact-page .hs-cntact-w p {
  font-size: 18px;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 1rem;
}


.cm-contact-page .hs-cntact-w .widget-type-header h1 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  padding: 15px 30px;
  margin: 0;
  display: inline-block;
    backdrop-filter: blur(10px);
    background-color: hsla(0,2%,75%,.4);
}

.cm-contact-page .hs-cntact-w .widget-type-header {
  bottom: 0px;
  left: 0px;
  position: relative;
  top: -59.6px;
}

.cm-contact-page .hs-commentstl-w h2 {
  font-size: 36px;
  line-height: 38px;
  margin: 10px 0 0 0;
  padding-bottom: 30px;
  position: relative;
}

.cm-contact-page .hs-commentstl-w p:nth-of-type(1) {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 47px;
}

.cm-contact-page .hs-commentstl-w p:nth-of-type(1):after {
  border-bottom: 1px solid #e1e6ee;
  display: block;
  height: 1px;
  content: " ";
  width: 150px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.cm-contact-page .hs-commentstl-w p:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 1rem;
}

.cm-contact-page .hs-commentstl-w .dnd-section > .row-fluid {
  padding: 0 0px;
}

.cm-contact-page .hs-commentstl-w .widget-type-rich_text {
  margin-top: -41px;
}


.cm-contact-page .hs-commenfrm-w .dnd-section > .row-fluid {
  padding: 0px 0px;
}

.cm-contact-page .hs-commenfrm-w form .hs-form-field {
  padding-right: 16px;
  margin-top: 16px;
  padding-top: 0;
  display: -moz-inline-stack;
  vertical-align: top;
  margin-bottom: 0;
}

.cm-contact-page .hs-commenfrm-w form .hs-form-field>label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  margin-bottom: 0.5rem;
  color: #023a78;
}

.cm-contact-page .hs-commenfrm-w form label span.hs-form-required {
  color: #790000;
  margin-left: 4px;
}

.cm-contact-page .hs-commenfrm-w form .hs-form-field .input {
  margin: 8px 0 0;
}

.cm-contact-page .hs-commenfrm-w form .hs-form-field .input>.hs-input {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
  height: 40px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #063b76;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.cm-contact-page .hs-commenfrm-w form .hs-form-field textarea {
  width: 98% !important;
  height: 160px !important;
  padding: 8px 12px !important;
}

.cm-contact-page .hs-commenfrm-w form ul.multi-container {
  width: calc(100% + 16px);
  margin: 6px 0;
  padding: 0;
  text-indent: 0;
}

.cm-contact-page .hs-commenfrm-w form ul.multi-container>li {
  width: 33.3%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 0 2px;
  padding-right: 16px;
  min-height: 28px;
  vertical-align: top;
  font-size: 90%;
  line-height: 1.3;
  padding: 0;
  position: relative;
  list-style-type: none;
}

.cm-contact-page .hs-commenfrm-w form ul.multi-container>li input[type=checkbox] {
  margin-top: 6px;
  width: auto!important;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cm-contact-page .hs-commenfrm-w form ul.multi-container>li input[type=checkbox]+span {
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.5;
  margin: 2px 0 0 0;
  padding: 0;
  width: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  padding-left: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-weight: 300;
  color: #023a78;
  background-image: url('//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/checkbox-sprite.png');
    }



.cm-contact-page .hs-commenfrm-w form ul.multi-container>li input[type=checkbox]:checked+span {
  font-weight: 700!important;
  background-position: 0 -25px;
}

.cm-contact-page .hs-commenfrm-w form ul.multi-container>li>label {
  margin: 0;
}

.cm-contact-page .hs-commenfrm-w form ul.multi-container>li>label {
  margin: 0;
}

.cm-contact-page .hs-commenfrm-w form .grecaptcha-badge {
  margin-top: 32px;
  margin-bottom: 16px;
}

.cm-contact-page .hs-commenfrm-w form .hs-button {
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  border: none;
  background: #a22f15;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-appearance: button;
  height: auto;
  line-height: 1.5;
}

.cm-contact-page .hs-commenfrm-w form .hs-button:hover {
  background: #81240f;
}

.cm-contact-page .hs-commenfrm-w form .actions {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.cm-contact-page .hs-commenfrm-w form .hs-input.error {
  border-color: #790000 !important;
}

.cm-contact-page .hs-commenfrm-w form ul.no-list.hs-error-msgs li {
  margin: 0;
}

.cm-contact-page .hs-commenfrm-w form ul.no-list.hs-error-msgs li label {
  margin: 0;
  padding-top: 16px;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  background-color: rgba(255,223,224,.25);
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
}

.hs-quote-request-page .hs-cntact-w .widget-type-header {
  top: 0;
}

.hs-quote-request-page .hs-commentstl-w .widget-type-rich_text {
  margin-top: 0;
}

.hs-quote-request-page .hs-cntact-w {
  padding-top: 30px;
}

.hs-quote-request-page .hs-commentstl-w h2 {
  font-size: 24px;
  line-height: 25px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.hs-quote-request-page .hs-cntact-w .widget-type-header h1 {
  margin-bottom: 30px;
}

.hs-quote-request-page .hs-commentstl-w p:first-of-type {
  margin-bottom: 30px;
}

.hs-quote-request-page .hs-commenfrm-w form .hs-form-field {
  display: block;
}

.hs-quote-request-page .hs-commenfrm-w form {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 7px;
}

.hs-quote-request-page .hs-commenfrm-w form .hs-form-field .input>select {
  height: 38px !important;
  margin-left: 1px;
  padding: 2px 0 2px 3px !important;
  color:#000 !important;
}

.hs-quote-request-page .hs-commenfrm-w form .hs_choose_the_product_you_want_a_quote_for1>.input {
  width: 96.9%;
}

.hs-quote-request-page .hs-commenfrm-w form .hs-richtext {
  margin: 0;
  font-size: inherit;
  padding-right: 16px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.hs-quote-request-page .hs-commenfrm-w form .hs-richtext h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 25px;
  margin-bottom: 28px;
}

.hs-quote-request-page .hs-commenfrm-w form .hs_ext_.hs-ext_ {
  width: 14.5%!important;
  margin-left: 2.3%!important;
}

.hs-quote-request-page .hs-commenfrm-w form .hs_country {
  width: 50%;
}

.hs-quote-request-page .hs-commenfrm-w form .hs_email {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  float: none;
  margin-top: 24px;
}

.hs-quote-request-page .hs-commenfrm-w form .hs_message {
  margin-top: 0;
}

.hs-quote-request-page .hs-commenfrm-w form .hs-form-field textarea {
  width: 100% !important;
}

.hs-quote-request-page .hs-commenfrm-w form ul.multi-container {
  margin-top: 17px;
}

.hs-quote-request-page .hs-commenfrm-w form fieldset.form-columns-0:last-of-type>.hs-richtext {
  margin: 0;
  margin-top: 7px;
}

.hs-quote-request-page .hs-commenfrm-w form fieldset.form-columns-0:last-of-type>.hs-richtext>label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  margin-bottom: 0.5rem;
  color: #023a78;
}

.hs-quote-request-page .hs-commenfrm-w form .grecaptcha-badge {
  margin-left: 0;
  margin-right: 0;
  margin-top: 25px;
}

.hs-quote-request-page .hs-commenfrm-w form .actions {
  margin-bottom: 16px;
}

.hs-quote-request-page .hs-commenfrm-w form .input>.hs_country_n select {
  width: 220px !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
}

.hs-quote-request-page .hs-commenfrm-w form .hs_country_n>.input>select {
  width: 220px !important;
  font-size: 14px !important;
  padding: 8px 12px !important;
  position: relative;
  -web-apperience: none;
}

.hs-quote-request-page .hs-commenfrm-w form .hs_country_n>.input>select:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-top: -1px;
  position: absolute;
  border-color: #555;
}

.hs-quote-request-page .hs-commenfrm-w form ul.multi-container input[type=checkbox]+span {
  overflow: visible!important;
  white-space: nowrap !important;
  text-overflow: inherit !important;
}

.cm-survey-page .hs-survey-w .widget-type-rich_text p {
  margin-bottom: 18px;
  color: #023a78;
  font-weight: 400;
}

.cm-survey-page .hs-survey-w form>.hs-form-field {
  padding-right: 16px;
  margin-top: 16px;
  padding-top: 0;
  clear: both;
  margin-bottom: 0;
}

.cm-survey-page .hs-survey-w form>.hs-form-field>.input {
  margin-top: 10px;
}

.cm-survey-page .hs-survey-w form>.hs-form-field>.input>.hs-input {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: calc(50% - 8px);
  height: 40px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #063b76;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.cm-survey-page .hs-survey-w form>.hs-form-field>label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  color: #023a78;
}

.cm-survey-page .hs-survey-w form>.hs-form-field:first-of-type {
  margin-top: 0;
}

.cm-survey-page .hs-survey-w form>.hs-form-field {
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  padding-bottom: 32px;
  margin-bottom: 28px;
}

.cm-survey-page .hs-survey-w form>.hs-form-field>.input>select {
  width: 100% !important;
}

.cm-survey-page .hs-survey-w form>.hs-form-field>.input>textarea {
  height: 160px !important;
  width: 100% !important;
  padding: 8px 12px !important;
}

.cm-survey-page .hs-survey-w form .hs-richtext {
  font-size: inherit;
  margin: 0;
}

.cm-survey-page .hs-survey-w form .hs-richtext>label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  color: #023a78;
  clear: both;
}

.cm-survey-page .hs-survey-w form .grecaptcha-badge {
  margin: 0;
}

.cm-survey-page .hs-survey-w form>.hs-form-field:last-of-type {
  border-bottom: 0px solid #CCC;
}

.cm-survey-page .hs-survey-w form>.hs_recaptcha {
  border-bottom: 0px solid #CCC;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cm-survey-page .hs-survey-w form .actions {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.cm-survey-page .hs-survey-w form .hs-button {
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  border: none;
  background: #a22f15;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-appearance: button;
  line-height: 1.5;
}

.cm-survey-page .hs-survey-w form .hs-button:hover {
  background: #81240f;
}

.cm-clean-page {
  min-height: 700px;
}

.credit-card-form-page .hs-clean-w h1 {
  margin-bottom: 14px;
}

.credit-card-form-page .hs-clean-w form .hs-richtext {
  margin: 0;
  font-size: inherit;
}

.credit-card-form-page .hs-clean-w form .hs-richtext h2 {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.credit-card-form-page .hs-clean-w form fieldset.form-columns-0 {
  clear: both;
  margin: 28px 16px 12px 0;
  margin-top: 16px;
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  padding-top: 0;
}

.credit-card-form-page .hs-clean-w form .hs-form-field {
  padding-right: 16px;
  margin-top: 16px;
  padding-top: 0;
  margin-bottom: 0;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  margin-bottom: 0.5rem;
  color: #023a78;
}

.credit-card-form-page .hs-clean-w form span.hs-form-required {
  color: #790000;
  margin-left: 4px;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>.hs-input {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  display: block;
  height: 40px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #063b76;
  border-radius: 0!important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>select.hs-input {
  line-height: 1.5;
  padding: 2px 0 2px 3px;
  margin-left: 1px;
  font-size: 14px;
  padding-right: 12px;
  color:#000;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat #fff;
  background-position: calc(100% - 16px) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  padding-left: 7px;
  background: url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/96810.png) no-repeat right #fff;
  background-size: 10px;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input {
  margin-top: 8px;
  margin-right: 0;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container {
  width: calc(100% + 16px);
  margin: 6px 0;
  padding: 0;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li {
  width: auto;
  float: none;
  margin: 0 8px 10px 0;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li>label {
  margin: 0;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li>label input[type=radio] {
  margin-right: 10px;
  margin-left: 1px;
  margin-top: 0;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li>label input[type=radio]+span {
  font-size: 15px;
  line-height: 1.5;
  margin: 0px 0 0 0;
  color: #023a78;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li>label input[type=radio]:checked+span {
  font-weight: 700!important;
}

.credit-card-form-page .hs-clean-w form fieldset:nth-child(5) {
  padding-top: 13.5px;
  margin-bottom: 51px;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>textarea.hs-input {
  height: 160px;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
}

.credit-card-form-page .hs-clean-w form legend.hs-field-desc {
  color: rgb(158, 11, 15);
  font-size: small;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  font-style: italic;
}

.credit-card-form-page .hs-clean-w form .hs_job_number__not_order_ {
  width: 50%;
}

.credit-card-form-page .hs-clean-w form .hs_amount____>.input {
  width: 50%;
  padding-right: 8px;
}

.credit-card-form-page .hs-clean-w form .hs_currency {
  width: 50%;
}

.credit-card-form-page .hs-clean-w form .hs_pre_authorized_purchase >.input>ul.inputs-list.multi-container {
  margin-top: 17px;
}

.credit-card-form-page .hs-clean-w form .hs_pre_authorized_purchase >.input>ul.inputs-list.multi-container>li {
  display: block;
}

.credit-card-form-page .hs-clean-w form .hs-fieldtype-file {
  margin-top: 7px;
  width: 50%;
}

.credit-card-form-page .hs-clean-w form .hs-fieldtype-file legend.hs-field-desc {
  font-style: normal;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}

.credit-card-form-page .hs-clean-w form .hs-fieldtype-file .hs-input {
  margin-left: 15px !important;
  height: auto !important;
  width: 233.03px !important;
  padding: 24px !important;
  border: 1px dashed #CCC !important;
  text-align: center;
  color: #AAA !important;
  margin-bottom: 16px !important;
  background: rgba(0,0,0,.02) !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  line-height: 1.84 !important;
}

::-webkit-file-upload-button {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.credit-card-form-page .hs-clean-w form .actions {
  padding: 16px 0 26px;
  margin: 21px 0 0;
  clear: both;
  width: 100%;
}

.credit-card-form-page .hs-clean-w form .hs-button {
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  border: none;
  background: #a22f15;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-appearance: button;
  line-height: inherit;
}

.credit-card-form-page .hs-clean-w form .hs-button:hover {
  background: #81240f;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input>.hs-input.error {
  border: 1px solid #790000;
}

.credit-card-form-page .hs-clean-w form ul.hs-error-msgs>li {
  margin: 0;
}

.credit-card-form-page .hs-clean-w form ul.hs-error-msgs>li>label {
  margin: 0;
  background-color: rgba(255,223,224,.25);
  border-bottom: 1px solid #c89797;
  clear: both;
  color: #790000;
  font-family: inherit;
  font-size: .813em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: inherit;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 16px;
}

.credit-card-form-page .hs-clean-w form .hs_error_rollup ul.hs-error-msgs>li>label {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  background: none;
}

.cm-contact-page .hs-commenfrm-w form .hs_error_rollup ul.no-list.hs-error-msgs>li>label {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  background: none;
}

.credit-card-form-page .hs-clean-w form .hs-form-field>.input .hs-dateinput>.hs-input {
  margin-left: 1px;
  background-color: #fff;
  border: 1px solid #063b76;
  border-radius: 0!important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  display: block;
  letter-spacing: normal;
  line-height: 1.428571429;
  padding: 5px 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  vertical-align: middle;
  width: 100%;
  color: #000;
  font-family: 'Lato';
  font-weight: 300;
  height: 40px;
  font-size: 14px;
}

.cm-contact-page .hs-cntact-w p:first-of-type>a {
  color: #a22f15;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .3s ease;
  font-family: 'Lato',sans-serif;
  font-weight: 900;
}

.cm-contact-page .hs-cntact-w p:first-of-type>a:hover {
  color: #81240f;
}

.cm-contact-page .hs-cntact-w p:first-of-type>a:focus {
  color: #81240f;
}

.cm-chantier-page .hs-clean-w .widget-type-header h5 {
  color: red;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 16px;
  padding-right: 16px;
}

.cm-chantier-page .hs-clean-w form fieldset:nth-child(5) {
  padding-top: 0;
  margin-bottom: 0px;
}

.cm-chantier-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li {
  display: block;
}

.cm-chantier-page .hs-clean-w form fieldset.form-columns-0:nth-child(4) {
  margin: 28px 16px 12px 0;
  margin-top: 24px;
}

.cm-chantier-page .hs-clean-w form fieldset:nth-child(n+5)>.hs-form-field>.input {
  margin-top: 16px;
  margin-bottom: 0;
}

.cm-chantier-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container {
  width: calc(100% + 16px);
  margin: 6px 0;
  padding: 0;
  text-indent: 0;
}

.cm-chantier-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li {
  margin-bottom: 8px;
}

.cm-chantier-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li>label input[type=radio]+span {
  margin: 2px 0 0 0;
}

.cm-chantier-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li>label input[type=radio] {
  margin-top: 6px;
}

.cm-chantier-page .hs-clean-w form .hs_structure_mezzanine {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_mini_structure {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_static_rack.hs-static_rack {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_rail_et_v_rail {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_booster {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_le_convoyeur_est_muni_d_un_selecteur_electronique {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_le_convoyeur_a_des_fixations_quelconques__panier__crochet__etc__ {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_les_cable_trays_sont_bien_fixes {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_les_cables_electriques_sont_bien_fixes_sur_le_cable_tray__pas_de_cables_qui_pendent_ {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_les_sensors_sont_tous_fonctionnelles {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_s_assurer_qu_il_y_a_le_collant_planiform_sur_le_panneau_electrique {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_s_assurer_d_appliquer_de_facon_visible_les_autocollants_gris_planiform_1__x3___aux_sections_moteur_ {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_le_convoyeur_a_ete_teste {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_convoyeur_a_pic {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_le_convoyeur_tourne_dans_un_seul_sens {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_le_convoyeur_tourne_dans_les_deux_sens {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs-a2b {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_s_assurer_de_la_proprete_du_systeme__pas_de_taches_de_graisses_ou_autre_ {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_s_assurer_que_l_identification_des_pieces_soit_retiree__tapes__marqueur__etc__ {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_s_assurer_d_avoir_retire_les_tie_wrap_inutiles_et_d_avoir_coupe_l_excedent_sur_ceux_utilises {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_faire_le_menage_du_chantier {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form .hs_materiel_de_retour {
  margin-top: 8px;
}

.cm-chantier-page .hs-clean-w form fieldset:nth-child(34) {
  margin-top: 32px;
  margin-bottom: 28px;
}

.cm-chantier-page .hs-clean-w form fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}

.cm-chantier-page .hs-clean-w form fieldset.form-columns-3 .hs-form-field .input>ul.inputs-list.multi-container>li {
  display: inline-block;
}

.cm-chantier-page .hs-clean-w form fieldset.form-columns-3 .hs-form-field .input>ul.inputs-list.multi-container>li label input[type=radio]+span {
  margin-top: 0;
}

.cm-chantier-page .hs-clean-w form fieldset.form-columns-3 .hs-form-field .input>ul.inputs-list.multi-container>li label input[type=radio] {
  margin-top: 5px;
}

.cm-chantier-page .hs-clean-w form .hs_s_assurer_d_avoir_le_cheque_en_main_avant_de_partir_si_la_job_est_cod {
  width: 33.4%;
  margin-top: 31px;
  margin-bottom: 36px;
}

.cm-chantier-page .hs-clean-w form .hs_s_assurer_d_avoir_le_cheque_en_main_avant_de_partir_si_la_job_est_cod .input>ul.inputs-list.multi-container>li {
  display: inline-block;
}

.cm-chantier-page .hs-clean-w form .hs_s_assurer_d_avoir_le_cheque_en_main_avant_de_partir_si_la_job_est_cod .input>ul.inputs-list.multi-container>li label input[type=radio]+span {
  margin-top: 0;
}

.cm-chantier-page .hs-clean-w form .hs_s_assurer_d_avoir_le_cheque_en_main_avant_de_partir_si_la_job_est_cod .input>ul.inputs-list.multi-container>li label input[type=radio] {
  margin-top: 5px;
}

.cm-chantier-page .hs-clean-w form .hs-fieldtype-file {
  width: 100%;
  margin-top: 16px;
}

.cm-chantier-page .hs-clean-w form .hs-fieldtype-file>.input {
  margin-top: 8px !important;
  display: inline-block;
  margin-left: 0px;
}

.cm-chantier-page .hs-clean-w form .hs-fieldtype-file>.input>.hs-input {
  opacity: 1;
  width: 100% !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: auto !important;
  background: none !important;
  box-shadow: none !important;
  border: 0px !important;
  padding: 0px !important;
  color: #023a78 !important;
  margin-bottom: 0px !important;
}

.cm-chantier-page input[type="file" i]::-webkit-file-upload-button {
  display: initial;
  width: auto;
  font: inherit;
  -webkit-appearance: button;
  margin-bottom: 0;
  line-height: 22.5px;
}

.cm-chantier-page .hs-clean-w form fieldset:last-of-type .hs-form-field>.input {
  margin-top: 7px;
}

.cm-chantier-page .hs-clean-w form .actions {
  margin-top: 16px;
  padding-bottom: 11px;
}

.cm-chantier-page .hs-clean-w form .hs_error_rollup {
  margin-top: 16px;
}

.cm-breadcrumb ul.hs-breadcrumb-menu {
  padding: 0 15px;
  display: block;
  padding-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 0;
}

.cm-breadcrumb ul.hs-breadcrumb-menu:after {
  content: "";
  clear: both;
  display: table;
}

.cm-breadcrumb ul.hs-breadcrumb-menu>li {
  padding: 0;
  display: inline-block;
  vertical-align: inherit;
  font-size: 15px;
  float: none;
}

.cm-breadcrumb ul.hs-breadcrumb-menu>li:before {
  color: #000;
  content: url('//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/caret-right-blue.png');
    vertical-align: inherit;
    padding: 0 10px;
    }

.cm-breadcrumb ul.hs-breadcrumb-menu>li:first-child:before {
  content: '';
  padding: 0;
}
.cm-breadcrumb ul.hs-breadcrumb-menu > li:last-child:after { display:none !important; }

.cm-breadcrumb ul.hs-breadcrumb-menu>li:last-child:after {
  color: #000;
  content: url('//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/caret-right-blue.png');
    vertical-align: inherit;
    padding: 0 13px;
    }

.cm-breadcrumb span.hs-breadcrumb-menu-divider {
  display: none;
}

.cm-breadcrumb ul.hs-breadcrumb-menu>li.last-crumb {
    color: #bf311a;
}
.cm-breadcrumb ul.hs-breadcrumb-menu>li.last-crumb {
    color: #bf311a;
}
.cm-breadcrumb ul.hs-breadcrumb-menu>li a {
    border-bottom: 1px solid transparent;
}
.cm-breadcrumb ul.hs-breadcrumb-menu>li:hover a {
    border-color: #a22f15;
    color:#a22f15;
}

html[lang='fr'] .cm-contact-page .hs-cntact-w h2 {
  font-size: 24px;
  line-height: 25px;
  color: #023a78;
}

html[lang='fr'] .cm-contact-page .hs-cntact-w h2 {
  font-size: 24px;
  line-height: 25px;
  color: #023a78;
}

html[lang='fr'] .cm-contact-page .hs-cntact-w h3 {
  margin-bottom: 0.5rem;
}

html[lang='fr'] .cm-contact-page .hs-cntact-w h3:nth-of-type(2) {
  margin-top: 16px;
}

html[lang='fr'] .cm-contact-page .hs-cntact-w h3:last-of-type {
  margin-top: 16px;
}

html[lang='fr'] .cm-survey-page .hs-survey-w .widget-type-rich_text p {
  padding-right: 16px;
}

.cm-form-dev-page .hs-clean-w form .hs-richtext strong {
  width: 100%;
  margin-bottom: 9px;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  color: #9E0B0F;
  display: block;
}

.cm-form-dev-page .hs-clean-w form>div:first-of-type {
  margin: 28px 16px 28px 0;
  margin-top: 16px;
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  padding-top: 0;
}

.cm-form-dev-page .hs-clean-w form .hs-form-field>.input {
  margin-top: 16px;
}

.cm-form-dev-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li {
  margin: 0 0 8px;
}

.cm-form-dev-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li input[type=checkbox] {
  clip: rect(0 0 0 0);
  border: 0;
  display: -moz-inline-stack;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  height: 1px;
  left: -1000px;
  line-height: inherit;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  vertical-align: middle;
  width: auto!important;
  width: 1px;
  z-index: -1000;
}

.cm-form-dev-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li input[type=checkbox]+span {
  -webkit-touch-callout: none;
  background-image: url('//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/checkbox-sprite.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #023a78;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 25px;
    letter-spacing: inherit;
    line-height: 1.5;
    margin: 2px 0 0;
    max-width: 75%;
    padding: 0 0 0 30px;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    }

.cm-form-dev-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li input[type=checkbox]:checked+span {
  font-weight: 700;
  background-position: 0 -25px;
}

.cm-form-dev-page .hs-clean-w form .hs_untitled1 {
  margin-top: 8px;
}

.cm-form-dev-page .hs-clean-w form .hs_untitled1 ul.inputs-list.multi-container>li.hs-form-radio {
  margin: 0 8px 10px 0;
}

.cm-form-dev-page .hs-clean-w form .hs-richtext>label {
  clear: both;
  color: #023a78;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  margin-top: 17.5px;
}

.cm-form-dev-page .hs-clean-w form .hs_untitled2.hs-untitled2 {
  width: calc(50% - 8px);
  padding-right: 8px;
}

.cm-form-dev-page .hs-clean-w form .hs_untitled2.hs-untitled2>.input {
  margin-top: 8px;
}

.cm-form-dev-page .hs-clean-w form .hs-fieldtype-file>label {
  display: none;
}

.cm-form-dev-page .hs-clean-w form .hs-fieldtype-file>.input>.hs-input {
  border-radius: 4px!important;
  margin-top: 24px!important;
  margin-bottom: 32px!important;
}

.cm-form-dev-page .hs-clean-w form .actions {
  padding-bottom: 10px;
}

.hs-hrs-page-page .hs-clean-w form fieldset.form-columns-0:nth-child(3) {
  margin-top: 24px;
  margin-bottom: 28px;
}

.hs-hrs-page-page .hs-clean-w form fieldset:nth-child(5) {
  padding-top: 0;
  margin-bottom: 0px;
  width: 50%;
}

.hs-hrs-page-page .hs-clean-w form .hs_card_used>.input {
  margin-top: 15px;
}

.hs-hrs-page-page .hs-clean-w form fieldset:nth-child(8) {
  margin-top: 24px;
  margin-bottom: 28px;
}

.hs-hrs-page-page .hs-clean-w form .hs_date_of_purchase {
  width: 50%;
}

.hs-hrs-page-page .hs-clean-w form .hs-fieldtype-file {
  margin-top: 16px;
}

.hs-km-page-page .hs-clean-w form fieldset:nth-child(5) {
  margin-top: 24px;
  padding-top: 0;
  margin-bottom: 12px;
}

.hs-km-page-page .hs-clean-w .hs_email {
  width: 50%;
}


.hs-km-page-page .hs-clean-w .hs_adresse_de_depart1>.input {
  margin-top: 15px !important;
}

.hs-km-page-page .hs-clean-w .hs_adresse_d_arrivee {
  margin-top: 40px !important;
}

.hs-km-page-page .hs-clean-w .hs_adresse_d_arrivee>.input {
  margin-top: 16px !important;
}

.hs-km-page-page .hs-clean-w fieldset.form-columns-2:nth-child(8) {
  margin-top: 30px;
}

html[lang='fr'] .hs-quote-request-page .hs-commentstl-w p:first-of-type {
  padding-right: 258px;
}

.cm-contact-page .cm-breadcrumb ul>li.hs-breadcrumb-menu-item.last-crumb:after {
  content: '';
  padding: 0;
}

.hs-quote-request-page .cm-breadcrumb ul>li.hs-breadcrumb-menu-item.last-crumb:after {
  padding: 0 13px;
  content: url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/caret-right-blue.png);
}
.fancybox-is-open .fancybox-bg {
    background-color: rgba(0,0,0,.8) !important;
    opacity: 1 !important;
}
.fancybox-navigation .fancybox-button:focus {
  outline:0;
}
.hive-row8 form .hs-form-field textarea {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.cm-about-plani .cm-left .btn-wrapper a:hover, .cm-about-plani .cm-left .btn-wrapper a:focus {
  background-color: #726F6E;
}


@media screen and (max-width: 1200px){
  .cm-contact-page .hs-cntact-w p:first-of-type {
    margin: 0px;
  }

  .cm-contact-page .hs-cntact-w p:first-of-type>a {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .cm-contact-page .hs-cntact-w p {
    font-size: 14px;
    line-height: 16px;
  }

  .cm-contact-page .hs-commentstl-w .widget-type-rich_text {
    margin-top: -18px;
  }

  .cm-contact-page .hs-commentstl-w p {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
  }

  .cm-contact-page .hs-commenfrm-w form ul.multi-container>li {
    width: 50%;
  }

  .hs-quote-request-page .hs-commentstl-w .widget-type-rich_text {
    margin-top: 0;
  }

}

@media screen and (max-width: 992px){
  .cm-contact-page .hs-cntact-w .dnd-section>.row-fluid>.span6:first-child {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .cm-contact-page .hs-cntact-w .dnd-section>.row-fluid>.span6:last-child {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .cm-contact-page .hs-cntact-w h2 {
    font-size: 24px;
    line-height: 100%;
  }

  .cm-contact-page .hs-cntact-w h2 br {
    display: none;
  }

  .cm-contact-page .hs-cntact-w h3 {
    font-size: 19px;
    line-height: 21px;
    margin-top: 20px;
  }

  .cm-contact-page .hs-commentstl-w h2 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .cm-contact-page .hs-commentstl-w p {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .cm-contact-page .hs-commentstl-w h2 {
    padding-right: 15px;
  }

  .hs-quote-request-page .hs-commenfrm-w form ul.multi-container input[type=checkbox]+span {
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: normal !important;
  }

  .credit-card-form-page .hs-clean-w form .hs-form-field>.input>.hs-input {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .credit-card-form-page .hs-clean-w form .hs-fieldtype-file {
    width: 100%;
  }

  ::-webkit-file-upload-button {
    width: auto;
  }
  .cm-chantier-page .hs-clean-w form .hs-fieldtype-file>.input {
    display: block;
  }


}

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

  .cm-contact-page .hs-cntact-w .dnd-section>.row-fluid>.span6:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .cm-contact-page .hs-cntact-w .dnd-section>.row-fluid>.span6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: -51px;
  }

  .cm-contact-page .hs-cntact-w h2 br {
    display: flex;
  }

  .cm-contact-page .hs-cntact-w h2 {
    margin-bottom: 9px;
  }

  .cm-contact-page .hs-commentstl-w h2, .cm-contact-page .hs-commentstl-w p {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cm-contact-page .hs-commentstl-w {
    margin-top: 37px;
  }

  .cm-contact-page .hs-commentstl-w p:first-of-type {
    padding-right: 0;
  }

  .cm-contact-page .hs-commenfrm-w form .hs-form-field {
    width: 100% !important;
    padding-right: 0px;
  }

  .cm-contact-page .hs-commenfrm-w form .hs-form-field textarea {
    width: 100% !important;
    height: 168px!important;
  }

  .cm-contact-page .hs-commenfrm-w form ul.multi-container>li {
    width: 100%;
    margin-bottom: 15px;
  }

  .cm-contact-page .hs-commenfrm-w form ul.multi-container {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .cm-contact-page .hs-commenfrm-w form .grecaptcha-badge {
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
  }

  .cm-contact-page .hs-commenfrm-w form .hs-button {
    width: 100%;
    margin: 0;
    line-height: 2;
  }

  .cm-contact-page .hs-commenfrm-w form .actions {
    margin-bottom: 17px;
  }


  .hs-quote-request-page .hs-cntact-w .widget-type-header h1 {
    margin-bottom: 0;
  }

  .hs-quote-request-page .hs-commentstl-w {
    margin-top: 30px;
  }

  .hs-quote-request-page .hs-commenfrm-w form {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .hs-quote-request-page .hs-commenfrm-w form .hs-richtext h2 {
    margin: 0 0 0px;
  }

  .hs-quote-request-page .hs-commenfrm-w form .hs-richtext {
    margin-bottom: 12px;
  }

  .hs-quote-request-page .hs-commenfrm-w form .hs-richtext {
    padding: 0;
  }

  .hs-quote-request-page .hs-commenfrm-w form .hs_ext_.hs-ext_ {
    margin-left: 0%!important;
    width: 100%!important;
  }

  .hs-quote-request-page .hs-commenfrm-w form .hs_country_n>.input>select {
    width: 100%!important;
  }

  .cm-survey-page .hs-survey-w form>.hs-form-field>.input>.hs-input {
    width: 100%;
  }

  .cm-clean-page {
    min-height: auto;
  }

  .credit-card-form-page .hs-clean-w form .hs-form-field {
    padding-right: 0;
    width: 100% !important;
  }

  .credit-card-form-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li {
    display: block;
    position: relative;
    margin: 0 0 18px;
    line-height: 1.2;
  }

  .credit-card-form-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 0;
  }

  .credit-card-form-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li:last-child {
    margin-bottom: 0;
  }

  .credit-card-form-page .hs-clean-w form fieldset:nth-child(5) {
    padding-top: 8px;
    margin-bottom: 24px;
  }

  .credit-card-form-page .hs-clean-w form .hs_description {
    margin-top: 40px;
  }

  .credit-card-form-page .hs-clean-w form .hs_amount____>.input {
    width: 100%;
    padding-right: 0px;
  }

  .credit-card-form-page .hs-clean-w form .hs_pre_authorized_purchase>.input>ul.inputs-list.multi-container {
    margin-bottom: 8px;
  }

  .credit-card-form-page .hs-clean-w form .hs-fieldtype-file .hs-input {
    margin-bottom: 0px !important;
  }

  .credit-card-form-page .hs-clean-w form .hs-form-field>.input>textarea.hs-input {
    height: 120px;
  }

  .credit-card-form-page .hs-clean-w form .hs-button {
    margin: 0;
    width: 100%;
    line-height: 2;
    margin: 0 0 16px;
  }

  .credit-card-form-page .hs-clean-w form .actions {
    margin: 16px 0 0;
  }

  .cm-chantier-page .hs-clean-w .widget-type-header h5 {
    padding: 0;
    margin-bottom: 0;
  }

  .cm-chantier-page .hs-clean-w form fieldset:nth-child(5) {
    padding-top: 0;
  }

  .cm-chantier-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container>li {
    margin-bottom: 16px;
  }

  .cm-chantier-page .hs-clean-w form .hs-form-field>.input>ul.inputs-list.multi-container {
    margin: 6px 0;
  }

  .cm-chantier-page .hs-clean-w form fieldset:nth-child(5) {
    margin-bottom: 0;
  }

  .cm-chantier-page .hs-clean-w form fieldset.form-columns-0 {
    margin-top: 18px;
  }

  .cm-chantier-page .hs-clean-w form .hs-a2b, 
  .cm-chantier-page .hs-clean-w form .hs_booster, 
  .cm-chantier-page .hs-clean-w form .hs_convoyeur_a_pic, 
  .cm-chantier-page .hs-clean-w form .hs_faire_le_menage_du_chantier, 
  .cm-chantier-page .hs-clean-w form .hs_le_convoyeur_a_des_fixations_quelconques__panier__crochet__etc__, 
  .cm-chantier-page .hs-clean-w form .hs_le_convoyeur_a_ete_teste, 
  .cm-chantier-page .hs-clean-w form .hs_le_convoyeur_est_muni_d_un_selecteur_electronique, 
  .cm-chantier-page .hs-clean-w form .hs_le_convoyeur_tourne_dans_les_deux_sens, 
  .cm-chantier-page .hs-clean-w form .hs_le_convoyeur_tourne_dans_un_seul_sens, 
  .cm-chantier-page .hs-clean-w form .hs_les_cable_trays_sont_bien_fixes, 
  .cm-chantier-page .hs-clean-w form .hs_les_cables_electriques_sont_bien_fixes_sur_le_cable_tray__pas_de_cables_qui_pendent_, 
  .cm-chantier-page .hs-clean-w form .hs_les_sensors_sont_tous_fonctionnelles, 
  .cm-chantier-page .hs-clean-w form .hs_materiel_de_retour, 
  .cm-chantier-page .hs-clean-w form .hs_mini_structure, 
  .cm-chantier-page .hs-clean-w form .hs_rail_et_v_rail, 
  .cm-chantier-page .hs-clean-w form .hs_s_assurer_d_appliquer_de_facon_visible_les_autocollants_gris_planiform_1__x3___aux_sections_moteur_, 
  .cm-chantier-page .hs-clean-w form .hs_s_assurer_d_avoir_retire_les_tie_wrap_inutiles_et_d_avoir_coupe_l_excedent_sur_ceux_utilises, 
  .cm-chantier-page .hs-clean-w form .hs_s_assurer_de_la_proprete_du_systeme__pas_de_taches_de_graisses_ou_autre_, 
  .cm-chantier-page .hs-clean-w form .hs_s_assurer_qu_il_y_a_le_collant_planiform_sur_le_panneau_electrique, 
  .cm-chantier-page .hs-clean-w form .hs_s_assurer_que_l_identification_des_pieces_soit_retiree__tapes__marqueur__etc__, 
  .cm-chantier-page .hs-clean-w form .hs_static_rack.hs-static_rack, 
  .cm-chantier-page .hs-clean-w form .hs_structure_mezzanine {
    margin-top: 10px;
  }

  .cm-chantier-page .hs-clean-w form fieldset:nth-child(34) {
    margin-bottom: 12px;
  }

  .cm-chantier-page .hs-clean-w form fieldset.form-columns-3 .hs-form-field .input>ul.inputs-list.multi-container>li {
    display: block;
  }

  .cm-chantier-page .hs-clean-w form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
  }

  .cm-chantier-page .hs-clean-w form fieldset.form-columns-3 .hs-form-field>label {
    margin-bottom: 0.75rem;
  }

  .cm-chantier-page .hs-clean-w form .hs_s_assurer_d_avoir_le_cheque_en_main_avant_de_partir_si_la_job_est_cod {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  html[lang='fr'] .cm-survey-page .hs-survey-w .widget-type-rich_text p {
    padding-right: 0px;
  }

  .cm-form-dev-page .hs-clean-w form .hs_untitled1 {
    margin-top: 16px;
  }

  .cm-form-dev-page .hs-clean-w form .hs_untitled>label {
    margin-bottom: 6px;
  }

  .cm-form-dev-page .hs-clean-w form .hs-fieldtype-file>.input>.hs-input {
    margin-top: 15px!important;
    margin-bottom: 0px!important;
    line-height: 2.07!important;
  }

  .hs-hrs-page-page .hs-clean-w form fieldset.form-columns-0:nth-child(3) {
    margin-bottom: 12px;
  }

  .hs-hrs-page-page .hs-clean-w form fieldset:nth-child(5) {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .hs-hrs-page-page .hs-clean-w form fieldset:nth-child(8) {
    margin-bottom: 12px;
  }

  .hs-km-page-page .hs-clean-w form fieldset:nth-child(5) {
    padding-top: 0px;
    margin-bottom: 12px;
  }

  .hs-km-page-page .hs-clean-w fieldset.form-columns-2:nth-child(8) {
    margin-top: 26px;
  }

  .hs-km-page-page .hs-clean-w fieldset.form-columns-2:nth-child(8)>.hs-form-field:last-child {
    margin-top: 40px !important;
  }

  .cm-contact-page .hs-commenfrm-w form .hs-form-field .input>.hs-input {
    width: 100% !important;
  }

  html[lang='fr'] .hs-quote-request-page .hs-commentstl-w p:first-of-type {
    padding-right: 0px;
  }

}


.about-us-page-row1 .row-fluid .span6 {
  width: 50%;
}
.about-us-page-row1 .row-fluid .span6:last-child {
  margin-left: 8.33333%;
  width: 41.66667%;
  padding-left: 15px;
}
.about-us-page-row1 .dnd-section .dnd-column {
  padding: 0;
} 
.about-us-page-row1 img {
  max-width: 445px;
  width: 100% !important;
}
.about-us-page-row2 .dnd-section {
  padding: 0;
}
.about-us-page-row2 .dnd-section .dnd-column {
  padding: 0;
}
.products-services-page-row2 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.products-services-page-row2 .our-products {
  margin: 0;
  padding-bottom: 3rem;
}
.about-us-page-row3 h2 {
  margin-top: -5px;
  font-size: 2.2rem;
  line-height: unset;
  margin-bottom: 0.5rem;
  padding-bottom:0;
}
.about-us-page-row3 p:first-of-type {
  font-size: 20px;
}
.products-services-page .dnd-section>.row-fluid {
  padding: 0;
  max-width: none;
  margin: 0;
}
.products-services-page-row1 .our-products {
  margin-top: -180px;
}
.products-services-page .dnd-section .dnd-column {
  padding: 0;
}
.about-us-page-row3 h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.75rem;
}
.industry-page-row1 {
  padding-bottom: 3rem;
}
.industry-page-row1 .dnd-section>.row-fluid {
  padding: 0;
}
.industry-page-row1 .dnd-section .dnd-column {
  padding: 0;
}
.products-services-page .dnd-section {
  padding: 0;
}
.about-us-page-row3 {
  font-size: 17px;
}
.client-page-row2 .dnd-section .dnd-column {
  padding: 0;
}
.industry-page .banner {
  position: relative;
  background-blend-mode: overlay;
  padding-bottom: 255px;
}
.industry-page .banner::before {
  content: '';
  background: rgba(32,61,117,0.63);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.industry-page .banner .content {
  position: relative;
}
.industry-page .banner .content h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
.industry-page .banner .content h2 {
  font-size: 24px;
  line-height: 25px;
  margin-top: -5px;
  padding: 0;
  color: #fff;
  margin-bottom: 30px;
}
.industry-page .banner .content p {
  font-size: 18px;
}
.industry-page-row1 .our-products {
  margin-top: -180px;
}

.client-page-row3 h2 {
  line-height: 25px;
  position: relative;
}
.client-page-row3 .row-fluid .span4 .hs_cos_wrapper_type_rich_text {
  margin-bottom: 16px;
  display: block;
}
.client-page-row3 h2::after {
  border-bottom: 1px solid #e1e6ee;
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 150px;
}
.client-page-row3 .dnd-section .dnd-column {
  padding: 0;
}
.client-page-row3 .dnd-section>.row-fluid {
  padding: 0;
}
.client-page-row3 .row-fluid .span4 {
  display: block!important;
  margin: 0;
  width: 33.33333%;
  padding: 0 15px;
}
.client-page-row3 ul {
  padding: 0;
  list-style: none;
}
.client-page-row3 ul li {
  font-weight: 400;
  margin-bottom: 10px;
  list-style-type: none;
}
.client-page-row3 ul li span {
  font-weight: 300;
}
.content-with-image .content .content-inner ul li {
  background: rgba(0,0,0,0) url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/caret-right-red.png) no-repeat scroll left 4px;
}
.client-page-row3 .row-fluid {
  flex-wrap: wrap;
}
.products-services-page .banner {
  position: relative;
  padding-bottom: 255px;
  background-blend-mode: overlay;
  background-position: center top;
}
.products-services-page .banner::before {
  content: '';
  background: rgba(32,61,117,0.63);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.products-services-page-row2 .item.four-column {
  flex: 0 0 25%;
  max-width: 25%;
}
.products-services-page-row2 .item.four-column .title h3 {
  font-size: 16px;
  line-height: 120%;
}
.products-services-page-row2 .item.four-column .title {
  min-height: 68px;
  padding: 15px;
  line-height: 120%;
}
.products-services-page .banner .content {
  position: relative;
}

.products-services-page .banner .content h2 {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  margin-top: -5px;
  padding: 0;
  margin-bottom: 30px;
}

.products-services-page .banner .content p {
  color: #fff;
  font-size: 18px;
}

.products-services-page .banner .content h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
.career-page-row1 table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 0;
  background-color: transparent;
  border-collapse: collapse;
}

.career-page-row1 thead th, .career-page-row1 thead td {
  padding: 0.75rem;
  vertical-align: top;
  border: 0;
  border-top: 1px solid #dee2e6;
  background-color: transparent;
}
.career-page-row1 th, .career-page-row1 td {
  border: 0;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.career-page-row1 td a {
  color: #203d75;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.career-page-row1 td a:hover {
  color: #949eb4;
  text-decoration: none;
}
.career-page-row1 th a {
  transition: color 0.3s ease;
}
.stacktable.large-only { 
  display: table;
}
.small-only { 
  display: none; 
}

@media (min-width: 768px) {
  .career-page {
    min-height: 700px;
  }
  .career-page-row1 th, .career-page-row1 td {
    text-align: left;
  }
}


@media (max-width: 991px){
  .client-page-row3 .row-fluid .span4 {
    width: 100%;
  }
  .about-us-page-row1 .row-fluid .span6,
  .about-us-page-row1 .row-fluid .span6:last-child {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .about-us-page-row1 img {
    max-width: 100%;
  }
  .products-services-page-row2 {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 767px){

  .industry-page-row1 {
    padding: 0;
  }
  .industry-page .banner {
    padding-bottom: 220px;
  }
  .career-page-row1 table { 
    display: none; 
  }
  .career-page-row1 .stacktable.small-only { 
    display: table; 
  }
  .products-services-page-row2 {
    padding: 0;
  }
  .products-services-page-row2 .our-products {
    padding-bottom: 1.5rem;
  }
  .products-services-page-row2 .item.four-column .title {
    min-height: 55px;
  }
  .products-services-page-row2 .item.four-column {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .products-services-page .banner {
    padding-bottom: 220px;
  }
}


.home-row1 .dnd-section {
  padding: 48px 0;
}
.home-row1 .widget-type-rich_text h2 {
  max-width: 100%;
  padding: 0 15px 8px;
  margin: 0 ;
  padding-bottom: 8px;
  font-size: 2rem;
  text-align: left;
}
.home-row1 .dnd-section .dnd-column {
  padding: 0;
}

.home-row1 .span6 {
  width: 50%;
  padding: 48px 15px 0 !important;
}

.home-row1 .widget-type-rich_text p {
  font-size: 20px;
}

.home-row1 .dnd-section>.row-fluid {
  padding: 0;
}

.home-row1 .span6:last-child {
  margin: 0;
}

.home-row1 .oembed_container {
  max-width: 100% !important;
  max-height: 100% !important;
}

.home-row1 .oembed_container .iframe_wrapper {
  padding: 0;
  height: auto;
}

.home-row1 .oembed_container iframe {
  position: static;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 300px;
  width: 100%;
}
.home-row1 .cta_button {
  border: 5px solid #fff;
  text-transform: uppercase;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 40px;
  display: inline-block;
  box-sizing: border-box !important;
  transition: all 0.3s ease;
  outline: none!important;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}

.home-row1 .cta_button:hover {
  color: #fff;
  background-color: #4b535f;
}
.home-row2 .dnd-section {
  padding: 48px 0;
}
.row-fluid [class*="force-full-width-section"], .row-fluid [class*="force-full-width-section"] .dnd-column, [class*="force-full-width-section"] .row-fluid {
  padding:0;
  max-width: 100%;
}

.home-row4 .banner {
  padding-bottom: 180px;
  background-color: #203d75!important;
  position: relative;
  background-blend-mode: overlay;
}

.home-row4 .banner:before {
  content: '';
  background: rgba(32,61,117,0.63);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-row4 .banner .page-center {
  padding-top: 24px;
}

.home-row4 .banner .content {
  padding-bottom: 75px;
  margin-left: 16.66667%;
  text-align: center;
  position: relative;
}

.home-row4 .banner h1 {
  font-size: 36px;
  margin-bottom: 1rem;
}

.home-row4 .banner p {
  font-size: 20px;
}

.home-row4 .banner p a {
  color: #fff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.home-row4 .our-products {
  margin-top: -180px;
}
.home-row4 .banner .content h1 {
  font-size: 36px;
  margin-bottom: 1rem;
}

.home-row4 .hs-button {
  border: 5px solid #203d75;
  text-transform: uppercase;
  border-radius: 0px;
  background: transparent;
  color: #203d75;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.5;
}

.home-row4 .hs-button:hover, .home-row4 .hs-button:focus {
  border-color: #0066ff;
  background: none;
  color: #0066ff; 
}

.home-row6 .dnd-section {
  padding: 72px 0;
}

.home-row6  .dnd-section > .row-fluid {
  padding: 0;
}

.home-row6 .widget-type-rich_text {
  max-width: 83.33333%;
  margin-left: 8.33333%;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.home-row6 .widget-type-rich_text p {
  font-size: 20px;
}

.home-row6 .hs-button {
  border: 5px solid #203d75;
  text-transform: uppercase;
  border-radius: 0px;
  background: transparent;
  color: #203d75;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 40px;
  display: inline-block;
  transition: background 0.3s ease;
  white-space: normal;
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.5;
}

.home-row6 .dnd-section .dnd-column {
  padding: 0; 
}

.home-row7 .dnd-section {
  margin: 40px auto 0 auto;
  padding: 48px 0;
}

.home-row7  .span6 {
  width: 50%;
  margin: 0;
  padding: 0;
}

.home-row7 .dnd-section > .row-fluid {
  padding: 0;
}


.home-row8 .our-products {
  margin-top: 96px;
  margin-bottom: 0;
}

.home-row8 .our-products .item.three-column .item-inner {
  display: flex;
  flex-direction: column;
}

.home-row8 .our-products .item .item-inner .image {
  order: 2;
  padding: 30px;
  background: #fff;
  border-top: none;
  min-height: 95px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-row8 .our-products .item.three-column .title {
  color: #023a78;
  text-transform: uppercase;
  font-weight: 400;
  min-height: 80px;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid rgba(0,0,0,0.125);
}

.home-row8 .our-products .item.three-column .title h3 {
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 400;
}

.home-row8 .our-products .item .bordure {
  order: 3;
}

.home-row8 .our-products .item .item-inner:hover .image img {
  transform: none;
}

.home-row8 .hs-button {
  color: #1f3a72;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: color 0.3s ease;
  margin-bottom: 16px;
  display: block;
}
.home-row8 .hs-button:after {
  content: '';
  width: 6px;
  height: 11px;
  background-image: url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/caret-right-blue.png);
  display: inline-block;
  margin-left: 10px;
}

.home-row8 .dnd-section .dnd-column {
  padding: 0;
}
.home-row2 .our-products {
  padding: 48px 0 0;
}
.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;
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-left:before {
  content: "\f104";
}
.home-row2 .our-products .item.three-column .item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
[lang="fr"] .client-page-row3 .span4 p {
  margin-bottom: 10px;
}
[lang="fr"] .career-page-row1 tbody tr td:first-child a {
  font-weight: 300;
}
.cm-page form .hs-button {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top:10px;
}
[lang="fr"] .cm-recent-post .cm-card:first-child .cm-card-body {
  min-height: 630px;
}
[lang="fr"] .cm-recent-post .cm-card:nth-child(2) .cm-card-body {
  min-height: 603px;
}
[lang="fr"] .home-row8 .our-products .item .item-inner .image img {
  width: auto;
  max-height: 170px;
}
.product-layout .cm-breadcrumb ul.hs-breadcrumb-menu>li:last-child:after {
  display: none;
}

.product-layout  > .page-center {
  padding: 0;
}

.product-layout .cm-two-columns {
  display: flex;
  flex-wrap: wrap;
}

.product-layout .cm-two-columns .cm-left, .product-layout .cm-two-columns .cm-right {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.product-layout .cm-two-columns .cm-left {
  max-width: 75%;
}

.product-layout .cm-two-columns .cm-right {
  max-width: 25%;
}

.product-layout .cm-two-columns .dnd-section, .product-layout .cm-two-columns .dnd-section > .row-fluid {
  padding: 0;
}
.cm-product-banner .cm-nav-prev, .cm-product-banner .cm-nav-next  {
  background: url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/light-skin-1.png);
}
.product-nav ul>li.active a:after {
  background: rgba(0,0,0,0) url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/caret-down-red.png) no-repeat scroll center center;
}
.product-layout .dnd-section .dnd-column {
  padding: 0;
}
.product-row1 .widget-type-rich_text h1 {
  margin-bottom: 1.5rem;
}

.product-row1 .widget-type-rich_text p {
  font-size: 17px;
  margin-bottom: 24px;
}

.product-row1 .widget-type-rich_text h2 {
  margin-bottom: 1.5rem;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
}
.cm-adv-list .cm-item h4 {
  background: rgba(0,0,0,0) url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/caret-right-red.png) no-repeat scroll left 4px;
}
.product-row1 .widget-type-rich_text hr {
  background-color: #dee2e6;
  margin:0;
}
.product-row1 .widget-type-rich_text h4 {
  font-weight: 300;
  margin-bottom: 30px;
}

.cm-get-touch .business-group {
  background: url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/product-business-bg.png) #1f3a72 center top no-repeat;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 70px;
}
.product-layout .cm-two-columns .cm-left {
  padding-bottom: 3rem;
}
.product-row1 .widget-type-rich_text h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 32px;
}
.product-row1 .our-products .page-center {
  padding: 0;
}
.product-row1 .our-products .item.three-column h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  margin: 0;
}
.product-row1 .our-products .item.three-column .title {
  min-height: 55px;
  padding: 15px;
  line-height: 120%;
}
.product-row1 .our-products .item.three-column .item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-row1 .our-products {
  padding-bottom: 1rem;
}
.product-row1 .span6 {
  width: calc( 50% - 15px);
}

.product-row1 .span6:last-child {
  margin-left: 30px;
}

.product-row1 .span6 ul {
  padding: 0;
  margin-bottom: 15px;
}

.product-row1 .span6 ul li {
  background: url(//22195144.fs1.hubspotusercontent-na1.net/hubfs/22195144/raw_assets/public/Planiform_September2022/images/caret-right-red.png) no-repeat;
  background-position: left 4px;
  font-weight: 300;
  line-height: 16px;
  list-style-type: none;
  display: block;
  margin-bottom: 5px;
  padding: 0 0 5px 20px;
}
.product-row1 .widget-type-rich_text p a {
  color: #203d75;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.product-row1 .widget-type-rich_text p a:hover, .product-row1 .widget-type-rich_text p a:focus {
  color: #949eb4;
  text-decoration: none;
}
.product-row1 .oembed_container, .product-row1 .oembed_container iframe {
  max-height: 100% !important;
  max-width: 100% !important;
}
.product-row1 .oembed_container .iframe_wrapper {
  padding-bottom: 52.9%;
}
.hive-row3 .dnd-section {
  padding: 40px 0 100px;
}
.hive-row3 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1140px; 
}
.hive-row1 .dnd-section {
  padding: 25px 0 75px;
}
.hive-row1 .dnd-section > .row-fluid {
  padding: 10px;
  max-width: 1140px;
}
.hive-row4 .dnd-section {
  padding: 100px 0;
}
.hive-row4 .dnd-section > .row-fluid {
  padding: 0 10px;
  max-width: 1140px;
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.hive-row5 .dnd-section {
  padding: 90px 0 100px;
}

.hive-row5 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0;
}
.hive-row7 .dnd-section {
  padding: 90px 0px 50px 0px;
}

.hive-row7 .dnd-section > .row-fluid {
  max-width: 1140px;
  padding: 0;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.hive-row8 .dnd-section {
  padding: 100px 0;
}

.hive-row8 .dnd-section > .row-fluid {
  padding: 10px 20px 20px;
}

.hive-row8 .form-title {
  text-align: center;
  color: #003E7E;
  font-family: "Lato", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  margin-bottom: 44px;
  padding-bottom: 26px;
  visibility:hidden;
}

.hive-row8 form .hs-form-field > label {
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 1rem;
}

.hive-row8 form {
  padding-right: 1rem;
}

.hive-row8 form .hs-input {
  padding: 5px 4px;
  font-size: 15px;
}

.hive-row8 form .hs-form-field {
  margin-bottom: 16px;
}

.hive-row8 form .hs-form-field textarea {
  min-height: 320px;
}

.hive-row8 form p {
  font-size: 15px;
  font-weight: 700;
  color: #023a78;
}

.hive-row8 form .hs_message {
  margin-bottom: 11px;
}

.hive-row8 form .grecaptcha-badge {
  margin-left: 0;
}

.hive-row8 form .hs-button {
  background: #a22f15;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 20px;
  color: #fff;
  margin-top: 26px;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 26px;
}
.hive-row8 form .hs-error-msg, .hive-row8 form label.hs-main-font-element {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  width: calc(100% - 17px);
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
}
.hive-row8 form .hs-form-required {
  color: #790000;
  margin-left: 4px;
}
.product-row1  table {
  border-collapse: collapse;
  border: 0;
  background: transparent;
  margin: 0;
}

.product-row1 table td {
  border: 0;
  padding: 1px;
  color: #023a78;
  vertical-align: middle;
}

.product-row1 table img {
  height: auto;
}
.product-row1  .hs-button {
  border: none;
  background: #a22f15;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.product-row1 .widget-type-rich_text h5 {
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 30px;
  line-height: 1.2;
}

.product-row1 .widget-type-rich_text h5+p {
  font-size: 18px;
}
.carousel-page .cm-whitepaper .cm-form .hs-button {
  width: auto;
}

.carousel-page .cm-works .cm-item:first-child {
  margin-bottom: 20px;
}

.carousel-page .cm-works .cm-item:last-child {
  margin-bottom: 0;
}

.carousel-page .cm-works .cm-left {
  padding: 0;
  display: flex;
}

.carousel-page .cm-works .cm-left .cm-image {
  display: flex;
}

.carousel-page .cm-works .cm-wrapper {
  padding-bottom: 10px;
}

.carousel-page .cm-features h3 {
  padding-bottom: 16px;
}

.carousel-page .cm-features .cm-item p {
  margin-bottom: 1rem;
}

.carousel-page .cm-gallery .gallery__container {
  grid-template-columns: repeat(4,1fr);
}
.carousel-page .cm-works .cm-left .cm-image img {
  height: 100%;
  object-fit: cover;
}
.credit-card-form-page.hs-hrs-page-page .hs-clean-w form .hs-form-field>.input>select.hs-input, 
.credit-card-form-page.hs-km-page-page .hs-clean-w form .hs-form-field>.input>select.hs-input {
  color: #000;
} 
.fancybox-inner .fancybox-button {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  color: hsla(0,0%,93.3%,0.9);
  font-size: 20px;
  background: transparent !important;
}

.fancybox-inner  .fancybox-button:hover {
  background: transparent !important;
  color: #fff;
}

.fancybox-inner  .fancybox-button svg {
  display: none;
}

.fancybox-button--close:before {
  content: "\e87f";
}

.fancybox-button--share:before {
  content: "\e96c";
}

.fancybox-button--zoom:before {
  content: "\e92e";
}

.fancybox-button--fsenter:before {
  content: "\e95c";
}

.fancybox-button--arrow_left:before {
  content: "\e87e";
}

.fancybox-button--arrow_right:before {
  content: "\e87d";
}

.fancybox-inner  .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  right: 8px;
  top: 8px;
}

.fancybox-toolbar .fancybox-button--share, .fancybox-toolbar .fancybox-button--zoom, .fancybox-toolbar .fancybox-button--fsenter {
  opacity: 0;
  transition: all 0.3s;
}

.fancybox-inner:hover .fancybox-toolbar .fancybox-button--share, .fancybox-inner:hover .fancybox-toolbar .fancybox-button--zoom, .fancybox-inner:hover .fancybox-toolbar .fancybox-button--fsenter {
  opacity: 1;
}

.fancybox-inner  .fancybox-infobar {
  font-size: 15px;
  color: #fff;
  left: 8px;
  top: 8px;
}

.fancybox-navigation .fancybox-button {
  width: 15% !important;
  padding: 0;
  font-size: 25px;
}





@media (min-width:992px) {
  [lang="fr"] .client-page-row3 h2 {
    max-width: 380px;
  }

}
@media (min-width:1200px) {
  [lang="en"]  .cm-events .events-item .colmlg-4 img {
    max-width: 300px;
    max-height: 300px;
  }
}

@media (max-width: 1199px) {
  .home-row1 .widget-type-rich_text h2 {
    max-width: 66.66667%;
    padding: 0 15px 8px;
  }
  [lang="en"]  .cm-events .events-item.cm-7 img {
    max-width: 194px;
  }
  .product-row1 .our-products .item.three-column h3 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .hive-row4 .dnd-section {
    padding: 50px 20px 50px 20px;
  }
  .hive-row5 .dnd-section {
    padding-top: 45px;
  }
}

@media (max-width: 991px) {
  .home-row1 .widget-type-rich_text h2 {
    max-width: 100%;
  }

  .home-row1 .span6 {
    width: 100%;
    float: none !important;
  }

  .home-row1 .row-fluid {
    flex-wrap: wrap;
  }

  .home-row2 .our-products .item .title h3 {
    font-size: 20px;
  }

  .home-row2 .our-products .item.three-column .item-inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
  }

  .home-row2 .our-products {
    margin-bottom: 48px;
  }
  .home-row6 .widget-type-rich_text {
    margin: 0;
    max-width: 100%;
  }
  .home-row4 .banner .content {
    margin: 0;
    max-width: 100%;
  }

  .home-row4 .our-products {
    margin-bottom: 3rem;
  }
  .home-row8 .our-products .item.three-column .title {
    padding: 15px;
    min-height: 60px;
  }

  .home-row8 .our-products .item .item-inner .image {
    padding: 15px;
  }
  .product-layout .cm-two-columns .cm-left {
    max-width: 66.66667%;
  }

  .product-layout .cm-two-columns .cm-right {
    max-width: 33.33333%;
  }
  .product-row1 table td {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) { 
  .home-row4 .banner .content {
    padding-bottom: 40px;
  }
  .home-row7 .dnd-section {
    padding: 0;
  }

  .home-row7 .span6 {
    width: 100%;
  }
  .home-row8 .our-products .item.three-column .title {
    padding: 0 15px;
  }

  .home-row8 .our-products {
    margin-top: 48px;
  }

  .home-row4 .our-products .item {
    max-width: 100%;
  }
  .home-row8 .our-products .item .item-inner .image img {
    max-width: 250px;
  }
  .home-row8 .hs-button {
    margin-bottom: 0;
  }
  .product-layout .cm-two-columns .cm-left {
    max-width: 100%;
  }

  .product-layout .cm-two-columns .cm-right {
    max-width: 100%;
  }
  .product-row1 .span6 {
    width: 100%;
  }
  .product-row1 .span6:last-child {
    margin-left: 0px;
  }
  .hive-row8 form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:480px) {
  .product-row1 {
    padding-top: 2rem;
  }
  .product-row1 .widget-type-rich_text h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .hive-row8  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  } 

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-row4 .our-products .item .title {'
    height:95px;
  }
  .home-row4  .our-products .item .item-inner, .home-row7 .case-study .cm-card .cm-card-body {
    height:100%;
  }
}


.footer_follow img {
  max-height: 22px;
  max-width: 22px;
  height: auto;
  width: auto;
}
footer .footer_menu ul li,
footer .contact_info * {
  font-weight: 300;
}

body .cm-team .cm-item p,
body .cm-team > p, 
body .cm-features .cm-item p,
body .cm-works .cm-item p,
body .cm-about-plani .cm-left p,
body .cm-top-icon p,
body .cm-adv-list .cm-item h4 {
  color: #000000;
}