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

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;  
  text-align: center;
}


/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd_area1-row-0-background-color {
   background-color: #ffffff !important;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*font faces*/
@font-face {
  font-family: "proxima";
  src: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-regular-webfont.woff2) format("woff2"), 
    url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-regular-webfont.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "proxima-regular";
  src: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-regular-webfont.woff2) format("woff2"), 
    url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-regular-webfont.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'proxima-regular-italic';
  src: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-regitalic-webfont.woff2) format("woff2"), 
    url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-regitalic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: italic; 
}

@font-face {
  font-family: "proxima-bold";
  src: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-bold.woff2) format("woff2"), 
    url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-bold.woff) format("woff");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "proxima-semibold";
  src: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-semibold-webfont.woff2) format("woff2"), 
    url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-semibold-webfont.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//info.iadvize.com/hubfs/Iadvize_October2021/Fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
    url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/fa-solid-900.woff) format("woff"),
    url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

@font-face { 
  font-family: "proxima-extrabold"; 
  src: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximaNova-Extrabold.woff) format("woff"); 
}

@font-face { 
  font-family: "proxima-light"; 
  src: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-light-webfont.woff) format("woff"), 
    url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/fonts/proximanova-light-webfont.woff) format("woff2"); 
}



body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 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 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1.4rem;
}

h1 {
  line-height: 1.333em;
  font-weight: bold;
}
h2 {
  line-height: 1.333em;
  font-weight: bold;
  margin-bottom: 0.375em;
}
h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Lists */

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

img, embed, object, audio {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
/**/
@import url(get_asset_url%28%27../../css/variables.css%27%29);


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

/* general button settings */
.iadvize-btn {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-size: var(--button-font-size);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  text-align: center;
}

/**** classes for custom CTA ****/

 /* Device=🖥 Desktop, Priority=Primary, Icon=None */
.iadvize-primary-btn {
  background: var(--grey-500);
  color: var(--grey-000);
  /*font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-size: var(--button-font-size);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  text-align: center;*/
}

.iadvize-primary-btn:hover,
.iadvize-secondary-btn:hover {
  background: var(--malachite-500);
}

  /* Device=🖥 Desktop, Priority=Primary, Icon=None */
.iadvize-secondary-btn {
  background: var(--grey-000);
  color: var(--grey-500);
  border: 1px solid var(--grey-400);
  box-sizing: border-box;
  /*font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-size: var(--button-font-size);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  text-align: center;*/
}

/**********ANIMATED RADIO AND CHECKBOX for New Design Systen ************/
/* reférence : https://codepen.io/aaroniker/pen/ZEpEvdz */
/* to use with animated_checkbox_radio.js */
/*

.radio,
.checkbox,
.switch {
  display: table;
  border-radius: var(--border-radius, 12px) var(--border-radius-corner, 12px) var(--border-radius, 12px) var(--border-radius, 12px);
  position: relative;
}
.radio input,
.checkbox input,
.switch input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: var(--input-background, none);
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  width: var(--input-width, 24px);
  height: var(--input-height, 24px);
}
.radio svg,
.checkbox svg,
.switch svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  fill: var(--c-active-inner);
  transform: scale(1.01) translateZ(0);
}

.radio input,
.checkbox input {
  --border-color: var(--c-default);
  --border-width: 2px;
  box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
}
.radio input:checked,
.checkbox input:checked {
  --border-color: var(--c-active);
}
.radio input:not(:checked),
.checkbox input:not(:checked) {
  transition: box-shadow 0.25s;
}
.radio input:not(:checked):hover,
.checkbox input:not(:checked):hover {
  --border-width: 3px;
  --border-color: var(--c-active);
}

.radio input:checked {
  --border-width: 6.75px;
}
.radio input + svg {
  --top-y: 0;
  --dot-y: -17px;
  --drop-y: -14px;
  --top-s-x: 1.75;
  --top-s-y: 1;
}
.radio input + svg .top {
  transform-origin: 12px -12px;
  transform: translateY(var(--top-y)) scale(var(--top-s-x), var(--top-s-y)) translateZ(0);
}
.radio input + svg .dot {
  transform: translateY(var(--dot-y)) translateZ(0);
}
.radio input + svg .drop {
  transform: translateY(var(--drop-y)) translateZ(0);
}

.checkbox {
  --border-radius: 5px;
  --border-radius-corner: 5px;
}
.checkbox input:checked {
  --border-width: 12px;
}
.checkbox input:checked + svg {
  --tick-offset: 46.5px;
}
.checkbox input + svg {
  --dot-x: 14px;
  --dot-y: -14px;
  --dot-s: 1;
  --tick-offset: 20.5px;
  --tick-array: 16.5px;
  --tick-s: 1;
  --drop-s: 1;
}
.checkbox input + svg .tick {
  fill: none;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--c-active-inner);
  stroke-dasharray: var(--tick-array) 33px;
  stroke-dashoffset: var(--tick-offset);
  transform-origin: 10.5px 16px;
  transform: scale(var(--tick-s)) translateZ(0);
}
.checkbox input + svg .dot {
  transform-origin: 10.5px 15.5px;
  transform: translate(var(--dot-x), var(--dot-y)) scale(var(--dot-s)) translateZ(0);
}
.checkbox input + svg .drop {
  transform-origin: 25px -1px;
  transform: scale(var(--drop-s)) translateZ(0);
}

.switch {
  --input-width: 38px;
}
.switch input {
  --input-background: var(--c-default);
}
.switch input:checked {
  --input-background: var(--c-active);
}
.switch input:checked + svg {
  --default-s: 0;
  --default-x: 8px;
  --dot-s: 1;
  --dot-x: 0px;
}
.switch input + svg {
  --input-background: var(--c-default);
  --default-s: 1;
  --default-x: 0px;
  --dot-s: 0;
  --dot-x: -8px;
}
.switch .default {
  transform-origin: 12px 12px;
  transform: translateX(var(--default-x)) scale(var(--default-s)) translateZ(0);
}
.switch .dot {
  transform-origin: 26px 12px;
  transform: translateX(var(--dot-x)) scale(var(--dot-s)) translateZ(0);
}
@import url(get_asset_url%28%27../../css/variables.css%27%29);

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


.form-header-access {
    font-family: "proxima-regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}

form {
  max-width: 500px;
  /*background: var(--grey-000);*/
  padding: 20px 40px 64px;
  box-shadow: 0px 20.7634px 41.5267px rgb(112 118 137 / 20%);
  border-radius: 8px;
  font-size: var(--caption-font-size);
}
/* Inputs */

.hs-input {
 padding: 8px;
    margin-bottom: 12px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: var(--grey-000);
  line-height: 38px;
  padding: 0 12px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #76777d;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  font-family: var(--body-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: var(--grey-000);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #76777d;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  font-family: var(--body-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: var(--grey-000);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  background-color: #EEEFF0;
  outline: none;
}

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-family: Proxima Nova, "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px !important;
  color: #707689;
  margin: 0 0 12px !important;
}

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: #ec5d61;
  background-color: #FFFFFF;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=) !important;
  outline-color: #ec5d61;
}

.hs-error-msg,
.hs_error_rollup label.hs-main-font-element {
  color: #f00;
  margin-top: 0;
  font-size: 0.8em;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  font-size: 1.2em;
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  line-height: 40px;
  font-family: var(--button-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0 25px;
  width: auto;
  text-align: center;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  width: auto;
  white-space: normal;  
  background-color: #1bc74e;
    font-size: 1.2em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0px;
    color: #FFFFFF;
    line-height: 40px;
    font-family: var(--body-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 0 25px;
    width: auto;
    text-align: center;
    -webkit-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width:767px) {
  form {
      max-width: 100% !important;
  }
}
/* 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;
}
/* GENERAL STYLES */

@font-face {
    font-family: 'Proxima Nova';
    src: url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-light-webfont.eot');
    src: url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-light-webfont.woff2') format('woff2'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-light-webfont.woff') format('woff'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-light-webfont.ttf') format('truetype'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-light-webfont.svg#proxima_nova_ltlight') format('svg');
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regitalic-webfont.eot');
    src: url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regitalic-webfont.woff2') format('woff2'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regitalic-webfont.woff') format('woff'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regitalic-webfont.ttf') format('truetype'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regitalic-webfont.svg#proxima_novaregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Proxima Nova';
    src: url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regular-webfont.eot');
    src: url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regular-webfont.woff2') format('woff2'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regular-webfont.woff') format('woff'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regular-webfont.ttf') format('truetype'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima Nova';
    src: url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-semibold-webfont.eot');
    src: url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-semibold-webfont.woff2') format('woff2'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-semibold-webfont.woff') format('woff'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-semibold-webfont.ttf') format('truetype'),
         url('//info.iadvize.com/hubfs/landing-page/global/font/proxima/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* Header container */

.header__container {
  margin:0 auto;
}
.hs-header-top-section {
  position: relative;
  background-color: var(--grey-600);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: top center;
  height: 64px;
}
.hs-header-top-section .content-wrapper {
  height: 65px;
  padding: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.hs-header-top-section .left,
.hs-header-top-section .center {
  font-family: var(--body-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hs-header-top-section .left p.event-date-text {
  margin: 0;
  margin-right: 24px;
  align-items: center;
}

.hs-header-top-section .left img {
  max-width: 105px;
  height: 100%;
  align-items: center;
}

.hs-header-top-section .center #hs_cos_wrapper_right_column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hs-header-top-section .center div {
  color: var(--grey-000);
  font-size: var(--caption-font-size);
  font-family: var(--headline-3-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 0 24px;
  margin-right: 20px;
}
.hs-header-top-section .center small {
  font-weight: var(--caption-font-weight);
  font-size: var(--button-font-size);
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 28px;
}
.hs-header-top-section .center div + a {
  font-size: var(--caption-font-size);
  font-family: var(--button-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 4px 0px;
  color: var(--grey-000);
  text-decoration: none;
  position: relative;
}

.hs-header-bottom-section {
  width: 100%;
}
.hs-header-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px;
  position: relative;
  background: #fff;
}
.hs-header-bottom-inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header {
  /*min-height: 124px;*/
  min-height: 79px;
  position: relative;
  z-index: 10;
  max-width: 100%;
}
.hs-header-fixed-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

.banner-section .dnd-section {
  padding: 0;
}

.blur:after {
  /*content: "";*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /*z-index: 10;*/
}




/* Logo */
.header__logo a {
  margin-right: 60px;
  text-decoration: none;
}

.header__logo a img {
  width: auto !important;
  height: auto;
  margin-bottom: 10px;
}

.header__logo img {
  max-width: 100%;
}


.hs-header-bottom-section .right a.cta-menu-2024,
.hs-header-bottom-section .right button.cta-desktop,
.hs-header-bottom-section .right button.cta-menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*height: 50px;*/
    background: #1d2023;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: flex;
    padding: 14px;
    vertical-align: middle;
    text-decoration: none;
   color: white;
}

.hs-header-bottom-section .right button.cta-desktop:hover,
.hs-header-bottom-section .right a.cta-desktop:hover {
  background: #fff;
  border: 2px solid #1d2023;
  color: #1d2023;
  cursor: pointer;
  text-decoration: none;
}


/* Language switcher start */

.login-area.header__language-switcher.header--element {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.header__language-switcher--label .globe_class {
  width: auto;
  height: auto;
  border-radius: 0;
  background-image: none !important;
}
.header__language-switcher--label .lang_list_class {
  position: static;
  display: block;
  transform: none;
  padding: 0;
  background-color: transparent !important;
}
.header__language-switcher--label .lang_list_class li {
  padding: 0 !important;
  border: 0 !important;
  margin: 0px 3px;
  background-color: transparent;
  display: inline-block;
}
.header__language-switcher .header__language-switcher--label .lang_list_class li a {
  color: #007bff;
  font-size: 0;
}
.header__language-switcher .header__language-switcher--label .lang_list_class li a:hover {
  color: #0a58ca;
}
.header__language-switcher--label .lang_list_class:after, 
.header__language-switcher--label .lang_list_class:before {
  display:none;
}
.header__language-switcher--label .lang_list_class li a[data-language="en"]:after {
  content: "🇺🇸";
}
.header__language-switcher--label .lang_list_class li a[data-language="fr"]:after {
  content: "🇫🇷";
}
.header__language-switcher--label .lang_list_class li a[data-language="en"]:after,
.header__language-switcher--label .lang_list_class li a[data-language="fr"]:after {
  font-size: 16px;
  text-transform: uppercase;
}
html[lang="en"] .header__language-switcher--label .lang_list_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
html[lang="fr"] .lang_list_class li:first-child {
  margin-right: -1px;
}

/* Language switcher end */

.hs-modal-form.hs-headermodal-form .hs-input:not([type=checkbox]) {
  line-height: 38px;
  padding: 0 12px;
  height: 40px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.modal .hs-modal-form.hs-headermodal-form form .inputs-list span {
  font-size: 14.4px;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #373D4D;
}
.hs-modal-form.hs-headermodal-form .hs-input.invalid.error {
  border-color: rgb(236, 93, 97);
}
.modal .hs-modal-form.hs-headermodal-form form .hs_submit.hs-submit input.hs-button {
  width: auto;
  height: auto;
  border-radius: 50px;
  text-align: center;
  padding: 0px 25px;
}
.modal .hs-modal-form.hs-headermodal-form .hs-form-field label {
  color: #373d4d;
  font-size: 14px;
  line-height: 1.5;
}
.modal .hs-modal-form.hs-headermodal-form form .hs-error-msg {
  color: #ff0000 !important;
}
html[lang="fr"] .hs-modal-form.hs-headermodal-form form .inputs-list {
  margin-top: 13px;
}

.hs-header-mobile-menu {
  display: none;
}

  
  .hs-header-mobile-menu .bottom .cta-mobile, button.cta-mobile {
    justify-content: center;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px;
    
  }
.hs-header-mobile-menu .bottom .cta-mobile, button.cta-mobile:hover {  
  text-decoration: none;
  }


.modal-content > .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form > p {
   font-family: Proxima Nova,proxima-regular,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    color: #707689;
    font-weight: bold !important;
    padding: 0 20px;
    margin-bottom: 0 !important;
}


.modal .hs-modal-form.hs-headermodal-form form .hs_submit.hs-submit input.hs-button {
  border-radius: 8px !important;
  padding: 6px 25px !important;
}

html[lang="fr"] .hs-modal-form.hs-headermodal-form form .inputs-list {
    margin-bottom: 1rem !important;
}

#close-modal-demo:hover {
    cursor: pointer;
}

.hs-form-43788ef3-beb8-4005-a73c-09e3aa279398_c0a6a5a8-fad1-454d-970b-2f66231b959c fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}


  .modal-header .modal-title {
   color: #000;
  font-family:  Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin-top: 1rem;
  text-align: center;
  }
  .hs-form-43788ef3-beb8-4005-a73c-09e3aa279398_30b93704-3573-45ce-b17a-295de1bc40ce fieldset.form-columns-1 .hs-input
  {width : 100% !important;}
  
  .hs-header-mobile-menu {
    background: white;
  }
  .modal-header {
   justify-content: end !important;
  }

  body>span.form-title,
  body>span.demo-title,
.modal-header h3.form-title, 
.modal-body h3.form-title,
.modal-header .modal-title,
.modal-body .demo-title,
 h3.form-title {
    color: #000;
    font-family: Montserrat,montserrat-regular,montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 1rem auto;
    text-align: center;
    width: 100%;
    padding: 0 24px;
    display: inline-block;
}

form input[type=submit], form .hs-button {
  margin: 0;
}


form div.hs_submit.hs-submit > div.actions {
  margin-top: 2rem;
}


/*overide modal.scss */
  .close {
    margin: 0 !important;
  }

@media screen and (min-width: 1301px) {
  .hs-header-bottom-section.mobile-view {
    display:none;
  }
}


@media screen and (max-width: 1300px) {
  .login-area.header__language-switcher.header--element {
    display: none;
  }
    .hs-header-bottom-section.desktop-view > .hs-header-bottom-inner {
    display:none !important;
  }
  .hs-header-bottom-section.mobile-view {
    display: block !important;
  }
  header {
    min-height: 75px !important;
  }
  
  .hs-header-top-section .center small {
    margin-left: 4px;
    font-size: 16px;
  }
  .hs-header-top-section,
  .hs-header-top-section .content-wrapper {
    height: 60px;
  }
  
  .hs-header-top-section.left {
    display: flex;
    flex-direction: row;  
  }
  .hs-header-top-section .center div {
    margin-right: 24px;
  }
  .hs-header-bottom-inner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hs-header-bottom-section .right a.cta-menu-2024,
  .hs-header-bottom-section .right button.cta-desktop,
  .hs-header-bottom-section .right a.cta-desktop,
  .hs-header-bottom-section .right button.cta-menu,
  .hs-header-bottom-section .right a.cta-menu {
    display: block;
    padding: 15px 20px;
    
  }
  .hs-header-bottom-inner .right .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--grey-500);
    margin-left: 30px;
    cursor: pointer;
    font-size: 16px;
  }
  .hs-header-bottom-inner .right .menu-toggle span {
    text-transform: uppercase;
    color: var(--grey-500);
    letter-spacing: 0.1em;
    font-family: var(--button-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 10px;
  }
  .fa-bars:before {
    content: "\f0c9";
  }
  .hs-header-mobile-menu .hs-menu-wrapper ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .hs-header-mobile-menu .hs-menu-wrapper > ul > li {
    padding: 0px;
    border-bottom: 1px solid #F9F9F9;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: -1px;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  }
  .hs-header-mobile-menu .hs-menu-wrapper > ul > li > a {
    font-family: var(--button-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 15px;
    color: var(--grey-500);
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 24px 31px;
  }
  .hs-header-mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "\f078";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    margin-left: 5px;
  }
  .child-trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    background: transparent;
    z-index: 1;
    height: 60px;
  }
  .hs-header-mobile-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    padding-left: 50px;
    background: #F9F9F9;
    opacity: 1 !important;
    left: 0;
  }
  .hs-header-mobile-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li {
    width: 100%;
  }
  .hs-header-mobile-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li > a {
    font-family: var(--button-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 15px;
     display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--grey-500);
    text-decoration: none;
    padding: 0;
    white-space: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 48px;
  }
  .hs-header-mobile-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:first-child {
    padding-top: 9px;
  }
  .hs-header-mobile-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:last-child {
    padding-bottom: 9px;
  }
  .hs-header-mobile-menu .bottom {
    padding: 25px 30px;
  }
  
}


  

@media screen and (max-width: 980px) {
  .hs-header-bottom-section .right a.cta-menu-2024,
  .hs-header-bottom-section .right button.cta-desktop,
  .hs-header-bottom-section .right a.cta-desktop,
   .hs-header-bottom-section .right button.cta-menu,
  .hs-header-bottom-section .right a.cta-menu {
    display: none;
  }
   header.header {
    min-height: 119px;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .hs-header-mobile-menu .bottom .cta-mobile ,
  button.cta-mobile {
  width: 100%;
  }
}

@media screen and (max-width: 948px) {
 .hs-header-top-section .left img {
  display: none;
  }
  .hs-header-top-section .left p.event-date-text {
    margin-right: 0;
  }
}


@media screen and (max-width: 767px) {
  .hs-header-top-section .content-wrapper,
  .hs-header-top-section .center #hs_cos_wrapper_right_column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hs-header-top-section .center {
    width: 100%;
  }
  .hs-header-top-section .center div+a {
    white-space: nowrap;
  }
  .hs-header-top-section {
    height: 80px;
  }
  .hs-header-top-section .content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

}



  @media screen and (max-height: 700px) {
    .hs-header-mobile-menu-inner {
      /*height: calc(65.2vh - 124px);*/
      overflow: auto;
    }
  }

@media screen and (max-width: 360px) {
  .hs-header-top-section .center div+a {
    white-space: normal;
  }
}
footer.footer {
    width: 100%;
    padding: 70px 0px 20px 0px;
}
.footer__container {
    margin: 0 auto;
    width: 1000px;
}
.footer .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer #hs_cos_wrapper_logo_image1 img {
    max-width: 121px;
    margin-bottom: 30px;
    margin-top:-0.8rem;
}
.footer .items .basic h4 {
    font-family: var(--button-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: var(--headline-3-font-size);
    line-height: var(--footnote-line-height);
    color: var(--grey-500);
    margin-bottom: 5px;
}

.footer .items .basic h5 {
    font-family: var(--button-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: var(--footnote-line-height);
    color: var(--grey-500);
    margin-bottom: 5px;
}

.footer .items .basic p {
    font-family: var(--body-font-family),"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    color: var(--grey-400);
    margin: 0;
    line-height: 25px;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: var(--body-font-weight);
}
.footer .items .basic ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .items .basic ul li img {
    margin: 15px 5px;
    max-width: 28px;
}
.footer #hs_cos_wrapper_garter_image img {
    max-width: 140px;
    margin-top: 50px;
}
.custom-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-footer-menu .hs-menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: inherit;
    width: 100%;
      list-style: none;
    margin: 0;
    padding: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
    margin-left: 30px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
    font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 17px;
    color: #303140;
    height: 48px;
    cursor: text;
    display: block;
    white-space: normal !important;  
}
.custom-footer-menu .hs-menu-wrapper ul ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
}
.custom-footer-menu .hs-menu-wrapper ul ul > li > a {
    font-family: var(--body-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--grey-400);
    font-size: 15px;
    line-height: 130%;
    white-space: normal !important;
    height: 48px;
}

.hs-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #D0D9E2;
    line-height: 18px;
}
.hs-footer-bottom-left {
    margin-top: -1px;
}
.hs-footer-bottom-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.hs-footer-bottom-left ul li a,
.hs-footer-bottom-left ul li,
.hs-footer-bottom-left ul li span {
    font-family: var(--body-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 120%;
    color: var(--grey-400);
    margin: 0px 10px 0px 0px;
    cursor: pointer;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hs-footer-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      padding-right: 4px;
}
.hs-footer-bottom-right .item {
    font-family: var(--body-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 130%;
    color: var(--grey-400);
    margin: 0px 4px 0px 0px;
}
.hs-footer-bottom-right .header__language-switcher--label .lang_list_class li a[data-language="en"]:after, 
.hs-footer-bottom-right .header__language-switcher--label .lang_list_class li a[data-language="fr"]:after {
    font-size: 22px;
}
.hs-footer-bottom-right .header__language-switcher--label .lang_list_class li {
   /* margin: 0px 4.5px;*/
}
.header__language-switcher .header__language-switcher--label .lang_list_class li a {
    color: var(--grey-400);
    height: 48px;
    width:48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}





@media (max-width: 1025px) {
  .footer__container {
      width: 900px;
  }
  .footer .items .basic p {
      line-height: 20px;
  }
}


@media (max-width: 991px) {
  .footer__container {
      width: 800px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
      margin-left: 10px;
  }
  footer.footer {
      overflow: hidden;
  }
}

@media (max-width: 820px) and (min-width:768px) {
  .footer__container {
    max-width: 95%;
  }
}


@media (max-width: 767px) {
  .footer__container {
      width: 360px;
  }
  .hs-footer-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
  .hs-footer-bottom-left ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  footer.footer {
      line-height: 20px;
      padding-bottom: 23px;
  }
  .hs-footer-bottom-right {
      margin-bottom: 10px;
  }
  .hs-footer-bottom-left {
      margin-top: -5px;
  }
  .hs-footer-bottom-left ul li a {
      display: inline-block;
  }
  .footer .items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .footer .items .basic {
      margin-bottom: 50px;
  }
  .custom-footer-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
      margin-left: 0;
      margin-bottom: 10px;
  }
  .footer #hs_cos_wrapper_garter_image {
      display: none;
  }
}

@media (max-width: 650px) {
  .footer__container {
      width: 300px;
  }
}
@import url(get_asset_url%28%27../../css/variables.css%27%29);



.hs-choose-iadvize-page .page-center {
  max-width: 1200px;
  margin: 0px auto;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
}

.hs-choose-iadvize-page .dnd-section .dnd-column {
  padding: 0 0px;
}

.hs-choose-iadvize-page .hs-header-solutions {
  padding-top: 46px;
}

.hs-choose-iadvize-page .hs-values-solutions {
  padding: 80px 0rem;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-arrow-right:before {
  content: "\f061";
}

.hs-choose-iadvize-page section.hs-flexible {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(
    360deg, #F5F6FA 0%, rgba(245, 246, 250, 0) 100%);
}

.hs-choose-iadvize-page section.hs-flexible .image-with-content-wrap .content-right {
  width: 520px;
}

.hs-choose-iadvize-page section.hs-flexible .image-with-content-wrap .image-left {
  width: 592px;
}

.hs-choose-iadvize-page section.hs-flexible .image-with-content-wrap .content-right p {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--grey-400);
  font-size: var(--body-font-size);
  line-height: 27px;
  margin-bottom: 25px;
}

.hs-choose-iadvize-page .hs-contentss {
  padding-top: 80px;
}

.hs-choose-iadvize-page .hs-cta-bottom .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-choose-iadvize-page .hs-cta-bottom .dnd-section .dnd-column {
  padding: 0 0px;
}

.hs-choose-iadvize-page .hs-defis {
  padding-top: 80px;
}

/*--------company page-----*/

.hs-company-page .dnd-section {
  padding: 0px 0px;
}

.hs-company-page .hs-company-about-title-wrapper {
  margin-top: -74.5px;
  margin-bottom: -100px;
}

.hs-company-page .hs-company-about-title-wrapper .company-about-title {
  position: relative;
  text-align: center;
  height: 360px;
  font-size: 28px;
  line-height: 1.333em;
  font-weight: bold;
  margin: 0.67em 0;
}

.hs-company-page .hs-company-about-title-wrapper .company-about-title a {
  text-decoration: none;
}

.hs-company-page .hs-company-about-title-wrapper .company-about-title a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  vertical-align: middle;
}


.hs-company-page .hs-company-main-content>.page-center {
  text-align: left;
  max-width: 570px;
  margin: 30px auto;
  z-index: 9;
  position: relative;
}

.hs-company-page .hs-company-main-content h2,
.hs-company-page .hs-company-main-content h1 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.333em;
  margin-bottom: 0.395em;
  color: #26282d;
  font-family: "kozuka-mincho-pro", "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}

.hs-company-page .hs-company-main-content p {
  font-size: 1em;
  margin: 0;
  line-height: 25px;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--grey-400);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-company-page .hs-corporate-video-wrapper {
  text-align: center;
}

.hs-company-page .hs-corporate-video-wrapper>.page-center {
  max-width: 1030px;
  padding: 100px 20px 50px;
  text-align: center;
  background: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/video-background.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 756px 492px;
  background-position: right 20px top;
  margin: 30px auto;
}

.hs-company-page .hs-corporate-video-wrapper button.oembed_custom-thumbnail {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hs-company-page .hs-corporate-video-wrapper .oembed_container {
  width: 100%;
  max-width: 770px;
  display: block;
  margin: 0px auto;
}

.hs-company-page .hs-corporate-video-wrapper .oembed_custom-thumbnail_icon svg {
  display: none;
}

.hs-company-page .hs-corporate-video-wrapper .oembed_container .iframe_wrapper {
  height: 433px;
  padding-bottom: 0px;
  padding-top: 0px;
  object-fit: cover;
}

.hs-company-page .hs-corporate-video-wrapper .dnd-section .dnd-column {
  padding: 0 0px;
}

.hs-company-page .hs-iadvize-today-wrapper>.page-center {
  text-align: left;
  max-width: 570px;
  margin: 30px auto;
}

.hs-company-page .hs-iadvize-today-wrapper .iadvize-today h2 {
  font-size: 28px;
  line-height: 1.333em;
  font-weight: bold;
  margin-bottom: 0.375em;
  text-rendering: optimizelegibility;
  color: #26282d;
  font-family: "kozuka-mincho-pro", "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-company-page .hs-iadvize-today-wrapper .iadvize-today p {
  font-size: 1em;
  line-height: 25px;
  margin: 0;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #707689;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-company-page .hs-about-photos-wrapper {
  margin-bottom: 30px;
}


.hs-company-page .hs-about-jon-julien-wrapper>.page-center {
  text-align: left;
  max-width: 570px;
  margin: 30px auto;
}

.hs-company-page .hs-about-jon-julien-wrapper h2 {
  font-size: 28px;
  line-height: 1.333em;
  font-weight: bold;
  margin-bottom: 0.375em;
  text-rendering: optimizelegibility;
  color: #26282d;
  font-family: "kozuka-mincho-pro", "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-company-page .hs-about-jon-julien-wrapper p {
  font-size: 1em;
  line-height: 25px;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #707689;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-feature-settings: "liga", "dlig";
}

.hs-company-page .hs-about-jon-julien-wrapper p+img {
  float: left;
  width: 240px;
  padding-right: 8px;
  padding-left: 8px;
}

.hs-company-page .hs-about-jon-julien-wrapper p+img+p {
  width: calc(100% - 250px);
  float: right;
}

.hs-company-page .hs-about-jon-julien-wrapper p+img+p+p {
  clear: both;
}

.hs-company-page .hs-about-jon-julien-wrapper p+img+p {
  width: calc(100% - 250px);
  float: right;
}

.hs-company-page .hs-about-jon-julien-wrapper p+img+p+p {
  clear: both;
}

.hs-company-page .hs-about-quote-section-wrapper {
  margin: 30px auto;
}

.hs-company-page .hs-about-quote-section-wrapper>.page-center {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.hs-company-page .hs-about-quote-section-wrapper .dnd-section .dnd-column {
  padding: 0 0px;
}

.hs-company-page .hs-timeline-wrapper .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-company-page .hs-timeline-wrapper .dnd-section .dnd-column {
  padding: 0 0px;
}

.hs-company-page .hs-eu-conten-wrapper {
  margin-bottom: 100px;
  margin-top: 51px;
}

.hs-company-page .hs-eu-conten-wrapper .hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0px 102px;
}

.hs-company-page .hs-eu-conten-wrapper img {
  height: 110px;
  border-radius: 5px;
  max-width: 100%;
  vertical-align: middle;
}

.hs-company-page .hs-eu-conten-wrapper p {
  line-height: 25px;
  font-size: 16px;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--grey-400);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

/*---------contact us-------*/

.hs-contact-page .dnd-section {
  padding: 0px 0px;
}

.hs-contact-page .dnd-section .dnd-column {
  padding: 0 0px;
}

.hs-contact-page .page-center {
  max-width: 1200px;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
  margin: auto;
}

.hs-contact-page .hs-contact-header-wrapper {
  padding-top: 16px;
}

.hs-contact-page .hs-contact-header-wrapper {
  padding-top: 16px;
}

.hs-contact-page .hs-others-country-content {
  padding-bottom: 80px;
}

/*----company-values-page----*/

.hs-company-values-page .dnd-section {
  padding: 0px 0px;
}

.hs-company-values-page .dnd-section .dnd-column {
  padding: 0 0px;
}


.hs-company-values-page .hs-company-culture-title-wrapper img {
  max-width: 95%;
  vertical-align: middle;
}

.hs-company-values-page .hs-company-culture-title-wrapper a {
  text-decoration: none;
}

.hs-company-values-page .hs-company-culture-title-wrapper .company-culture-title {
  text-align: center;
  position: relative;
  margin-top: -55px;
  font-size: 28px;
  line-height: 1.333em;
  margin-bottom: 0.67em;
}

.hs-company-values-page .hs-company-culture-description-wrapper {
}

.hs-company-values-page .hs-company-culture-description-wrapper .company-content-description {
  text-align: left;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.hs-company-values-page .page-center {
  padding-right: 20px;
  padding-left: 20px;
}

.hs-company-values-page .hs-company-culture-description-wrapper .company-content-description p {
  margin: 0;
  font-size: 1em;
  line-height: 25px;
  color: var(--grey-400);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper {
  padding-top: 70px;
  width: 310px;
  float: left;
  position: sticky;
  top: 80px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu {
  width: calc(100% - 310px);
  float: left;
  max-width: none;
}

.hs-company-values-page .hs-company-content-with-menu>.page-center:after {
  content: "";
  clear: both;
  display: table;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu {
  height: 283px;
  background: transparent url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/culture-menu-bg.png) no-repeat top left;
  width: 300px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 35px;
  text-align: left;
  margin-left: 5px;
  font-family: 'proxima';
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu p {
  text-transform: uppercase;
  color: #8c93a0;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  line-height: 25px;
  font-family: 'proxima';
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li a.active {
  font-family: 'proxima';
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul {
  padding: 0;
  list-style-type: none;
  margin: 16px 0;
  line-height: 25px;
  font-size: 16px;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li a {
  color: inherit;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li a span {
  font-size: 25px;
  margin-right: 10px;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li:nth-child(1) a span {
  color: #FE8B88;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li:nth-child(2) a span {
  color: #B8C2CB;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li:nth-child(3) a span {
  color: #74BBF4;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li:nth-child(4) a span {
  color: #54D784;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li:nth-child(5) a span {
  color: #FFDE6A;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li a:hover {
  text-decoration: underline;
}

.hs-company-values-page .hs-company-culture-description-wrapper {
  margin-bottom: 100px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .ccwm-content {
  margin-bottom: 150px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .value-wrapper {
  text-align: center;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #hack-the-established .corporate-video {
  padding-top: 60px;
  background: transparent url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/hack-the-established.svg) no-repeat top center/contain;
  background-position: unset;
}


.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .value-wrapper .corporate-video-wrap a img {
  width: 100%;
  max-width: 830px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .value-wrapper .corporate-video-wrap>span {
  max-width: 600px;
  margin: 0 auto 50px;
  display: block;
  line-height: 25px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .company-chat-bubble-wrapper {
  max-width: 540px;
  width: auto;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .company-chat-bubble-wrapper .profile-pic-wrapper {
  padding: 0px 0px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .company-chat-bubble-wrapper .chat-bubble-wrapper {
  padding: 0px 0;
  margin-top:1px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .company-chat-bubble-wrapper .chat-bubble-wrapper .chat-bubble {
  font-size: 15px;
  padding: 15px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .company-chat-bubble-wrapper .chat-bubble-wrapper .chat-bubble p.cb-quote {
  font-size: 20px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper #hack-the-established .company-chat-bubble-wrapper .profile-pic-wrapper .profile-pic.julien-h {
  background-position: 0px -160px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #design-the-unexpected .corporate-video {
  padding-top: 60px;
  background: transparent url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/design-the-unexpected.svg) no-repeat top center/contain;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #design-the-unexpected .company-chat-bubble-wrapper .profile-pic-wrapper .profile-pic.julien-h {
  background-position: 0px -4160px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #ship-the-unsinkable .corporate-video {
  padding-top: 60px;
  background: transparent url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/ship-the-unsinkable.svg) no-repeat top center/contain;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #ship-the-unsinkable .company-chat-bubble-wrapper .profile-pic-wrapper .profile-pic.julien-h {
  background-position: 0px -560px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #delight-the-customer .corporate-video {
  padding-top: 60px;
  background: transparent url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/delight-the-customer.svg) no-repeat top center/contain;
  background-size: 863px 478px;
  background-position: right top;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #delight-the-customer .company-chat-bubble-wrapper .profile-pic-wrapper .profile-pic.julien-h {
  background-position: 0px -640px;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #join-the-party .corporate-video {
  padding-top: 60px;
  background: transparent url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/join-the-party.svg) no-repeat top center/contain;
  background-size: 756px 492px;
  background-position: top right;
}

.hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #join-the-party .company-chat-bubble-wrapper .profile-pic-wrapper .profile-pic.julien-h {
  background-position: 0px -720px;
}

.hs-company-values-page .hs-value-book-download-wrapper .value-book-download {
  text-align: center;
}

.hs-company-values-page .hs-value-book-download-wrapper .value-book-download a {
  text-decoration: none;
  color: #0099ff;
}

.hs-company-values-page .hs-value-book-download-wrapper .value-book-download a img {
  max-width: 90%;
  height: auto;
}

.hs-company-values-page .hs-value-book-download-wrapper .value-book-download a:hover {
  color: #007dd1;
  outline: 0;
  text-decoration: underline;
}

.hs-content-path-choose-iadvize .hs-modal-form form label {
  color: #707689 !important;
  font-family: "proxima-regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 14px !important;
  font-size: 14px !important;
}

.hs-content-path-choose-iadvize .modal form input[type=text], 
.hs-content-path-choose-iadvize .modal form input[type=email],
.hs-content-path-choose-iadvize .modal form input[type=password],
.hs-content-path-choose-iadvize .modal form input[type=tel],
.hs-content-path-choose-iadvize .modal form input[type=number],
.hs-content-path-choose-iadvize .modal form input[type=file],
.hs-content-path-choose-iadvize .modal form select,
.hs-content-path-choose-iadvize .modal form textarea {
  border: 1px solid #707689 !important;
  color: #707689 !important;
}
.hs-content-path-choose-iadvize .hs-modal-form.hs-headermodal-form form .inputs-list span {
  font-size: 12px !important;
  line-height: 14px !important;
}


.cv-feature-reverse .cv-right a:after{
  background: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/green-lin.svg);
}
/*-----careers-page-----*/

.hs-careers-page .dnd-section {
  padding: 0px 0px;
}

.hs-careers-page .dnd-section .dnd-column {
  padding: 0 0px;
}

.hs-careers-page .page-center {
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
}
.hs-careers-page .hs-careers-title {
  padding-top: 46px;
}

.hs-careers-page .hs-careers-title h1 {
  margin: 0.67em 0;
  margin-bottom: 50px;
  text-align: center;
  font-size: var(--headline-1-font-size);
  line-height: var(--headline-1-line-height);
  font-weight: var(--headline-1-font-weight);
  color: var(--grey-600);
  font-family: var(--headline-1-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-careers-page .hs-recruitment-process-wrap>.page-center {
  width: 223px;
  margin: 50px auto;
  padding-right: 0px;
  padding-left: 0px;
}


.hs-careers-page .hs-recruitment-process-wrap img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.hs-careers-page .hs-recruitment-process-wrap a {
  color: #0099ff;
  text-decoration: none;
  line-height: 25px;
}

.hs-careers-page .hs-recruitment-process-wrap a:hover {
  color: #007dd1;
  outline: 0;
  text-decoration: underline;
}

/*-------platform-tour------*/

.hs-platform-tour-banner {
  margin-top: -124px;
}

.hs-platform-tour-page .dnd-section {
  padding: 0px 0px;
}

.hs-platform-tour-page .dnd-section .dnd-column {
  padding: 0 0px;
}

/*.hs-platform-tour-page .hs-maestro-wrapper .page-center,*/
.hs-platform-tour-page .hs-maestro-wrapper .dnd-section>.row-fluid {
  max-width: 1274px;
  width: 100%;
}

.hs-platform-tour-page .sm-sc .page-center,
.hs-platform-tour-page .sm-sc .dnd-section>.row-fluid {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.hs-platform-tour-page .hs-maestro-wrapper {
  background-color: white;
  padding-top: 120px;
  border: none;
  margin-bottom: 0px !important;
  position: sticky;
  top: -30px;
  left: 0;
  z-index: 1;
}


.hs-platform-tour-page #hs-feature-zero {
  padding-top: 100px;
  margin-bottom: 192px;
  margin-top: 0 !important;
}

.hs-platform-tour-page #hs-feature-one {
  padding-top: 100px;
  margin-bottom: 192px;
  margin-top: 0px !important;
}

.hs-platform-tour-page #hs-feature-zero .cv-feature-reverse .cv-right button.btn-news {
  display: block;
}

.hs-platform-tour-page .sm-sc:first-child {
  padding-top: 128px;
}

.hs-platform-tour-page #feature-zero.sm-sc {
  margin-top: 128px;
}

.hs-platform-tour-page #hs-feature-one .assets {
  display: none;
}

.hs-platform-tour-page #hs-feature-one .assets+.note {
  display: none;
}

.hs-platform-tour-page #hs-feature-two .assets {
  display: none;
}

.hs-platform-tour-page #hs-feature-two .assets+.note {
  display: none;
}

.hs-platform-tour-page #hs-feature-two .optionsbt {
  display: none;
}

.hs-platform-tour-page #hs-feature-two .cv-canals {
  margin-bottom: 16px;
}

.hs-platform-tour-page #hs-feature-three .assets {
  display: none;
}

.hs-platform-tour-page #hs-feature-three .assets+.note {
  display: none;
}

.hs-platform-tour-page section {
  margin-bottom: 100px;
}

.hs-platform-tour-page #hs-feature-six .assets {
  display: none;
}

.hs-platform-tour-page #hs-feature-six .assets+.note {
  display: none;
}

.hs-platform-tour-page .hs-rules>.page-center {
  max-width: 790px;
  margin: auto;
}

.hs-platform-tour-page .hs-rules h3 {
  /* Headline 2/🖥 Desktop */
  font-family: Proxima Nova, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1D2023;
  text-align: center;
  margin-bottom: 56px;
}

.hs-platform-tour-page .hs-rules .hs_cos_wrapper_type_rich_text {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.hs-platform-tour-page .hs-rules .hs_cos_wrapper_type_rich_text img {
  width: 150px;
  margin-bottom: 10px;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.hs-platform-tour-page .hs-cta-final .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-platform-tour-page .hs-cta-final .cta-final-grp .line .left p {
  max-width: 610px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-platform-tour-page .hs-cta-final .cta-final-grp .forrester-bar a {
  text-decoration: underline;
}

.hs-platform-tour-page .hs-cta-final .cta-final-grp .line .right a {
  width: 320px;
}

.hs-platform-tour-page #hs-feature-seven .assets {
  display: none;
}

.hs-platform-tour-page #hs-feature-seven .assets+.note {
  display: none;
}

.hs-platform-tour-page #hs-feature-eight .assets {
  display: none;
}

.hs-platform-tour-page #hs-feature-eight .assets+.note {
  display: none;
}

.hs-platform-tour-page #hs-feature-eight a.illustration {
  pointer-events: none;
}

@media only screen and (max-width: 1366px){
  .hs-choose-iadvize-page .page-center {
    max-width: 830px;
  }

  .hs-choose-iadvize-page section.hs-flexible .image-with-content-wrap {
    flex-direction: column;
  }

  .hs-choose-iadvize-page section.hs-flexible .image-with-content-wrap .image-left {
    margin-bottom: 30px;
    width: 100%;
  }

  .hs-choose-iadvize-page section.hs-flexible .image-with-content-wrap .content-right {
    max-width: 90%;
    width: 100%;
    margin-bottom: 0;
  }

  .hs-choose-iadvize-page section.hs-flexible .image-with-content-wrap .image-left img {
    width: 100%;
    margin: 0px auto;
  }

  .hs-choose-iadvize-page .hs-header-solutions {
    padding-top: 6px;
  }

  .hs-contact-page .page-center {
    max-width: 830px;
  }

  .hs-platform-tour-page .sm-sc .page-center, .hs-platform-tour-page .sm-sc .dnd-section>.row-fluid {
    max-width: 1008px;
  }

  .hs-platform-tour-page section {
    margin-bottom: 120px;
  }

  .hs-platform-tour-page #hs-feature-zero {
    padding-top: 100px;
    margin-bottom: 120px;
    margin-top: 0 !important;
  }

  .hs-platform-tour-page #hs-feature-one {
    margin-bottom: 120px;
  }

}

@media only screen and (max-width: 1279px){
  .hs-company-page .hs-company-about-title-wrapper>.page-center {
    max-width: 1000px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hs-company-page .hs-company-about-title-wrapper {
    margin-top: -73.5px;
    margin-bottom: -101px;
  }

  .hs-company-page .hs-eu-conten-wrapper>.page-center {
    max-width: 1000px;
  }

  .hs-company-page .hs-eu-conten-wrapper .hs_cos_wrapper_type_rich_text {
    padding: 0px 54px;
  }

  .hs-company-page .hs-eu-conten-wrapper {
    margin-top: 50px;
  }

  .hs-company-values-page .page-center {
    max-width: 1000px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #delight-the-customer .corporate-video {
    background-size: contain;
    background-position: top right;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #join-the-party .corporate-video {
    background-size: contain;
    background-position: top right;
  }

  .hs-careers-page .page-center {
    max-width: 1000px;
    margin: auto 0;
  }

}

@media only screen and (max-width: 1152px){
  .hs-platform-tour-page .hs-cta-final .cta-final-grp .content-wrapper .line .left h2 {
    font-size: 44px;
    line-height: 50px;
    text-align: left;
  }
}

@media only screen and (max-width: 1029px){
  .hs-company-page .hs-company-about-title-wrapper>.page-center {
    max-width: 760px;
  }

  .hs-company-page .hs-company-about-title-wrapper {
    margin-top: -74px;
    margin-bottom: -100px;
  }

  .hs-company-page .hs-company-main-content p {
    line-height: 20px;
  }

  .hs-company-page .hs-corporate-video-wrapper>.page-center {
    padding: 100px 20px 50px;
    background-size: 756px 492px;
    max-width: 100%;
    background-position: right -30px top;
    margin-top: -1px;
    line-height: 20px;
  }

  .hs-company-page .hs-iadvize-today-wrapper .iadvize-today p {
    line-height: 20px;
  }

  .hs-company-page .hs-eu-conten-wrapper p {
    line-height: 20px;
    font-size: 1em;
    text-align: center;
  }

  .hs-company-page .hs-about-jon-julien-wrapper p {
    line-height: 20px;
  }

  .hs-company-page .hs-eu-conten-wrapper>.page-center {
    max-width: 760px;
  }

  .hs-company-page .hs-about-quote-section-wrapper>.page-center {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 760px;
  }

  .hs-company-page .hs-eu-conten-wrapper {
    margin-top: 40px;
  }

  .hs-company-page .hs-eu-conten-wrapper .hs_cos_wrapper_type_rich_text {
    padding: 0px 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hs-company-values-page .page-center {
    max-width: 760px;
  }

  .hs-company-values-page .hs-company-culture-title-wrapper img {
    max-width: 95% !important;
  }

  .hs-company-values-page .hs-company-culture-description-wrapper .company-content-description p {
    line-height: 20px;
  }

  .hs-company-values-page .hs-company-culture-title-wrapper .company-culture-title {
    margin-top: -50px;
  }

  .hs-company-values-page .hs-company-content-with-menu .hide-mobile {
    display: none;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
    float: none;
    width: auto;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #hack-the-established .corporate-video {
    padding-top: 30px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .value-wrapper .corporate-video-wrap>span {
    line-height: 20px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .company-chat-bubble-wrapper .chat-bubble-wrapper .chat-bubble p.cb-quote {
    font-size: 15px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .company-chat-bubble-wrapper .chat-bubble-wrapper .chat-bubble span.cb-name-position {
    font-size: 12px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .company-chat-bubble-wrapper .profile-pic-wrapper {
    text-align: left;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #design-the-unexpected .corporate-video {
    padding-top: 30px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .ccwm-content {
    margin-bottom: 100px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .company-chat-bubble-wrapper .chat-bubble-wrapper {
    margin-top: 0px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #ship-the-unsinkable .corporate-video {
    padding-top: 10px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #delight-the-customer .corporate-video {
    padding-top: 11px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #join-the-party .corporate-video {
    padding-top: 10px;
    background-position: top center;
  }

  .hs-careers-page .page-center {
    max-width: 760px;
  }

  .hs-careers-page .hs-careers-title {
    padding-top: 51px;
  }

  .hs-careers-page .hs-recruitment-process-wrap a {
    font-size: 1em;
    line-height: 20px;
  }

  .hs-careers-page .hs-recruitment-process-wrap>.page-center {
    text-align: center;
    line-height: 20px;
  }

}

@media only screen and (max-width: 1024px){
  .hs-choose-iadvize-page .hs-defis {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hs-choose-iadvize-page section.hs-flexible .image-with-content-wrap .content-right {
    max-width: 100%;
  }

  .hs-choose-iadvize-page .page-center {
    max-width: 545px;
  }

  .hs-choose-iadvize-page .hs-header-solutions {
    padding-top: 10px;
  }

  .hs-contact-page .page-center {
    max-width: 545px;
  }

  .hs-contact-page .hs-contact-header-wrapper {
    padding-top: 21px;
  }

  .hs-platform-tour-page #hs-feature-zero {
    padding-top: 60px;
  }

  .hs-platform-tour-page .sm-sc {
    padding-top: 60px;
    margin-top: 60px;
  }

  .hs-platform-tour-page #hs-feature-one {
    padding-top: 60px;
  }

  .hs-platform-tour-page .hs-maestro-wrapper {
    position: initial;
    top: 0;
  }

  .hs-platform-tour-page .hs-cta-final .cta-final-grp .line .left p {
    text-align: left;
    max-width: 100%;
  }

}

@media(max-width:980px){
  .hs-platform-tour-banner {
    margin-top: -119px;
  }
}

@media only screen and (max-width: 768px){
  .hs-choose-iadvize-page .page-center {
    max-width: 315px;
  }
   .hs-platform-tour-page .sm-sc,
  .hs-platform-tour-page #feature-zero.sm-sc {
    margin-top: 6rem;
   }

  .hs-choose-iadvize-page .hs-header-solutions {
    padding-top: 31px;
  }

  .hs-choose-iadvize-page section.hs-flexible .image-with-content-wrap .content-right p {
    font-size: 16px;
    line-height: 24px;
  }

  .hs-company-page .hs-corporate-video-wrapper .oembed_container .iframe_wrapper {
    height: 409px;
  }

  .hs-contact-page .page-center {
    max-width: 285px;
  }

  .hs-platform-tour-page .hs-maestro-wrapper {
    padding: 0px 10px;
    padding-top: 120px;
  }


  .hs-platform-tour-page .sm-sc .page-center, .hs-platform-tour-page .sm-sc .dnd-section>.row-fluid {
    padding: 0px 0px;
    max-width: 100%;
  }

  .hs-platform-tour-page .sm-sc .page-center {
    padding: 0px 10px;
  }

  .hs-platform-tour-page #hs-feature-zero {
    margin-bottom: 97px;
  }

  .hs-platform-tour-page #hs-feature-one {
    margin-bottom: 97px;
  }

  .hs-platform-tour-page section {
    margin-bottom: 97px;
  }

  .hs-platform-tour-page .hs-rules h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
  }

  .hs-platform-tour-page .hs-rules .hs_cos_wrapper_type_rich_text img {
    width: 120px;
  }

  .hs-platform-tour-banner {
    margin-top: -185px;
  }

}

@media(max-width:767px){
  .hs-company-page .hs-company-about-title-wrapper>.page-center {
    max-width: 100%;
  }

  .hs-company-page .hs-company-main-content>.page-center {
    padding-right: 20px;
    padding-left: 20px;
  }


  .hs-company-page .hs-corporate-video-wrapper>.page-center {
    padding: 60px 20px 50px;
  }

  .hs-company-page .hs-corporate-video-wrapper>.page-center {
    padding: 60px 20px 50px;
    background-position: right -30px top;
    background-size: 90%;
  }

  .hs-company-page .hs-iadvize-today-wrapper>.page-center {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hs-company-page .hs-about-jon-julien-wrapper>.page-center {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hs-company-page .hs-about-jon-julien-wrapper p+img {
    float: none;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .hs-company-page .hs-about-jon-julien-wrapper p+img+p {
    width: auto;
    float: none;
  }

  .hs-company-page .hs-about-jon-julien-wrapper p+img+p+p {
    clear: inherit;
  }

  .hs-company-page .hs-about-jon-julien-wrapper .about-jon-julien {
    text-align: center;
  }

  .hs-company-page .hs-about-jon-julien-wrapper .about-jon-julien h2, 
  .hs-company-page .hs-about-jon-julien-wrapper .about-jon-julien h3, 
  .hs-company-page .hs-about-jon-julien-wrapper .about-jon-julien h4, 
  .hs-company-page .hs-about-jon-julien-wrapper .about-jon-julien p, 
  .hs-company-page .hs-about-jon-julien-wrapper .about-jon-julien ul {
    text-align: left;
  }

  .hs-company-page .hs-eu-conten-wrapper>.page-center {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hs-company-values-page .page-center {
    max-width: 100%;
  }

  .hs-company-values-page .hs-company-culture-description-wrapper {
    margin-bottom: 50px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #hack-the-established .corporate-video {
    padding-top: 10px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper.cc-with-menu #design-the-unexpected .corporate-video {
    padding-top: 10px;
  }

  .hs-company-values-page .hs-company-content-with-menu .ccwm-content-wrapper .ccwm-content {
    margin-bottom: 75px;
  }

  .hs-careers-page .page-center {
    max-width: 100%;
    margin: auto 0;
  }

  .hs-careers-page .hs-recruitment-process-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

}

@media(max-width:600px){
  .hs-company-page .hs-eu-conten-wrapper .hs_cos_wrapper_type_rich_text {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media(max-width:481px){
  .hs-company-page .hs-corporate-video-wrapper .oembed_container .iframe_wrapper {
    height: 248px;
  }

  .hs-company-page .hs-eu-conten-wrapper .hs_cos_wrapper_type_rich_text {
    padding-right: 0px;
    padding-left: 0px;
  }

}

@media(max-width:480px){
  .hs-company-page .hs-corporate-video-wrapper>.page-center {
    padding: 50px 20px;
  }

  .hs-platform-tour-page .hs-cta-final .cta-final-grp .content-wrapper .line .left h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .hs-platform-tour-page .hs-cta-final .cta-final-grp {
    overflow: hidden;
  }

}






/* TABLE CSS */
.pt-header:after {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/Frame.svg);
}
.sc-partners-grp .content-wrapper:after {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/frame-logo.png);
}

.body-website-wrapper p{
  margin: 10px auto;
}

.body-website-wrapper {
  padding-top: .67em;
  padding-bottom: 0;
}
.body-website-wrapper p strong {
  font-family: 'proxima-semibold';
}
.body-website-wrapper h1 {
  line-height: 1.333em;
  font-weight: bold;
  padding: 0.67em 0 .67em;
  text-transform: none;
  font-size: 2em;
  margin: 0;
}
.body-website-wrapper div h3 {
  margin-bottom: 0;
}

.ib-partners__cta a:after,
.ib-who__step__cta:after,
.ib-posts-preview__cta:after,
.s-ib-who .ib-who__step__p__links a:after,
.s-ib-who .ib-who__step__p__links a:after{
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/separator-green.svg);
}

.ib-who__step__separator {
  display: block;
  width: 100%;
  height: 4px;
  margin: 4rem 0;
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/separator.svg);
  background-repeat: repeat-x;
  background-size: contain;
}

.cta-final-grp .interlude-img {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/curve-bg.svg);
}

.body-solutions5--home .dnd-section {
  padding-top:80px;
  padding-bottom: 80px;
}

/* travel industry */
.travel-industry-grp .header,
.ibbu-grp .header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.travel-industry5-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
  max-width: 682px;
  height: 550px;
  margin-right: 91px;
}
.travel-industry5-sec .contentWithimage-grp .inapp .content-wrapper .text {
  max-width: 413px;
  height: auto;
  padding-top: 15px;
}


.body-vision1--home .hs_cos_wrapper_type_rich_text {
  max-width: 630px;
  font-size: 18px;
  line-height: 31px;
  margin: 0px auto;
  color: #707689;
  font-family: "proxima-regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
}

.body-vision1--home .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.body-vision1--home .hs_cos_wrapper_type_rich_text h1 {
  max-width: 630px;
  margin: 0px auto;
  margin-bottom: 20px;
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 48px;
  color: #34393F;
  font-size: 40px;
}
.body-vision1--home .hs_cos_wrapper_type_rich_text p strong {
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}

.body-vision1--home .hs_cos_wrapper_type_header {
  max-width: 630px;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 20px;
  display: block;
}
.body-vision1--home .hs_cos_wrapper_type_header h1 {
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 48px;
  color: #34393F;
  font-size: 40px;
}

.body-vision1--home .hs_cos_wrapper_type_linked_image img {
  width: 100%;
}

.bt-form-sec #ibbu-video .modal-content {
  border: 0 !important;
  padding: 0 !important;
}

/* Product Industry */
.product-industry-banner .start .pop-in {
  right: 62px;
  bottom: 450px;
}
.product-industry1-sec .journey {
  padding-top: 200px;
}
.product-industry4-sec .contentWithimage-grp .inapp .content-wrapper .text {
  max-width: 413px;
  height: auto;
  padding-top: 15px;
  margin-right: 127px;
}
.product-industry4-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
  max-width: 682px;
  height: 435px;
  margin-right: 0;
}

.product-industry5-sec .contentWithimage-grp .chatbot.left_img .content-wrapper .container-visuel {
  max-width: 549px;
  height: 580px;
  margin-right: 150px;
}
.product-industry5-sec .contentWithimage-grp .chatbot.left_img .content-wrapper .text {
  max-width: 469px;
  height: auto;
  padding-top: 15px;
  margin-right: 0;
}

.product-industry5-sec .contentWithimage-grp .chatbot .content-wrapper .container-visuel .illu {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}





/* ibbu */
@-webkit-keyframes c-left {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes c-left {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@-webkit-keyframes c-right {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes c-right {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bt-form-sec .modal-body {
  padding: 10px;
}
.bt-form-sec .modal-content {
  background: #FFFFFF;
  position: relative;
  border: 3px solid #1BC74E !important;
  border-radius: 16px !important;
  padding: 24px 35px;
}

.bt-form-sec .modal-content h3 {
  font-size: 24px;
  color: #34393F;
  line-height: 31px;
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 12px;
}

.bt-form-sec .modal-content p {
  color: rgba(21, 25, 32, 0.5);
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;
}

.bt-form-sec .modal-content form {
  background: transparent;
  max-width: 100%;
}

.bt-form-sec .modal-content form {
  background: transparent !important;
  box-shadow: none;
  padding: 0;
}
.bt-form-sec .modal-content .field {
  margin-bottom: 18px;
}
.bt-form-sec .hs-form-field label {
  font-family: helvetica;
  font-size: 13px;
}
.bt-form-sec .modal form input[type=text], 
.bt-form-sec .modal form input[type=email], 
.bt-form-sec .modal form input[type=password],
.bt-form-sec .modal form input[type=tel], 
.bt-form-sec .modal form input[type=number],
.bt-form-sec .modal form input[type=file],
.bt-form-sec .modal form select,
.bt-form-sec .modal form textarea {
  display: inline-block;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  margin-bottom: 0 !important;
}
.bt-form-sec .modal form .hs_submit.hs-submit input.hs-button {
  font-size: 14px;
  padding: 12px 24px;
  width: auto;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-family: helvetica;
  line-height: 12px !important;
  height: auto;
}
.bt-form-sec .actions {
  text-align: center;
  margin: 17px 0;
  padding: 18px 0;
}
.bt-form-sec button.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  background: transparent url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/close-btn.svg) center/1em auto no-repeat;
  opacity: .5;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color, border;
  transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #34393f;
  border: none;
  border-radius: 0;
  background-color: #34393f;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  display: inline-block;
  padding: 10px 15px;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0 !important;
}
.hs-error-msg,
.hs-error-msg, 
.hs_error_rollup .hs-main-font-element {
  color: #f2545b !important;
  font-family: helvetica;
  font-size: 13px;
  padding-top:1rem;
}
/* Modules */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-video .modal-content {
  background: none;
  border: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px);
}

.fade {
  transition: opacity .15s linear;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}


.modal .hs-form-field label {
  margin-bottom: 3px;
  font-size: 14px;
  color: #707689;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px;
  display: inline-block;
  width: 100%;
}
.modal .hs-form-required {
  color: #707689;
}
.modal form .inputs-list input:not([type='checkbox']),
.modal form .inputs-list span {
  font-size: 10px;
  color: #707689;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px !important;
  width: 100%;
}
.modal form input[type=text], 
.modal form input[type=email],
.modal form input[type=password],
.modal form input[type=tel], 
.modal form input[type=number],
.modal form input[type=file], 
.modal form select,
.modal form textarea {
  border-radius: 5px;
  height: 40px;
  border: 1px solid #707689;
  font-size: 15px;
  color: #707689;
  padding-left: 15px;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px !important;
}
.modal form .hs_submit.hs-submit input.hs-button {
  width: 100%;
  background-color: #1BC74E;
  color: white;
  border-color: transparent;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  padding-left: 15px;
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.modal form .hs_submit.hs-submit input.hs-button:hover {
  background-color: #1dd453;
}

.hs-content-path-choose-iadvize .hs-modal-form form {
  padding: 30px;
}
.hs-content-path-choose-iadvize  .hs-modal-form form .hs-form-field {
  margin-bottom: 10px;
}

.hs-content-path-choose-iadvize .hs-modal-form form label {
  font-size: 12px;
  color: #707689;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px;
}

.hs-content-path-choose-iadvize .hs-modal-form form label a {
  color: #09f;
  font-size: 12px;
  text-decoration: none !important;
}

.hs-content-path-choose-iadvize .modal form input[type=text],
.hs-content-path-choose-iadvize .modal form input[type=email], 
.hs-content-path-choose-iadvize .modal form input[type=password], 
.hs-content-path-choose-iadvize .modal form input[type=tel], 
.hs-content-path-choose-iadvize .modal form input[type=number], 
.hs-content-path-choose-iadvize .modal form input[type=file], 
.hs-content-path-choose-iadvize .modal form select, 
.hs-content-path-choose-iadvize .modal form textarea {
  height: 50px !important;
  margin-bottom: 10px !important;
  border-radius: 5px;
  border: 1px solid #707689;
  font-size: 15px;
  color: #707689;
  padding-left: 15px;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-content-path-choose-iadvize .hs-modal-form form .hs_submit.hs-submit input.hs-button {
  width: 100%;
  background-color: #1BC74E;
  color: white;
  border-color: transparent;
  border-radius: 5px !important;
  height: 50px !important;
  text-align: center;
  padding-left: 15px;
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  width: 100% !important;
}
.travel-industry-grp .modal-content ul.inputs-list a {
  color: #0099FF;
}
#contact_adv_banner .modal-content form {
  padding: 10px;
  max-width: 100%;
}
.bt-form-sec .modal form input[type=text]:focus,
.bt-form-sec .modal form input[type=email]:focus,
.bt-form-sec .modal form input[type=password]:focus,
.bt-form-sec .modal form input[type=tel]:focus,
.bt-form-sec .modal form input[type=number]:focus,
.bt-form-sec .modal form input[type=file]:focus,
.bt-form-sec .modal form select:focus,
.bt-form-sec .modal form textarea:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
.hs-content-name-secteur-services .travel-industry-grp.travel-industry-v2 .start .text h2 {
    max-width: 740px;
    width: 100%;
}





@media (min-width: 576px){
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-video .modal-dialog {
    max-width: 800px;
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}

@media only screen and (min-width: 1030px){
  .body-website-wrapper .hs_cos_wrapper_type_rich_text p, 
  .body-website-wrapper .hs_cos_wrapper_type_rich_text{
    line-height: 25px;
    display:block;
  }
}

@media only screen and (max-width: 1366px){
  .cm-partner2-sec .dnd-section {
    padding-bottom: 120px !important;
  }
  .body-vision1--home .dnd-section {
    max-width: 830px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1251px){
  .travel-industry5-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel{
    width: 400px;
    height: 404px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 24px;
  }
  .travel-industry5-sec .contentWithimage-grp .inapp .content-wrapper .text{
    width: 400px;
    margin-right: 20px;
  }
  .product-industry-banner .start .pop-in {
    right: -36px;
  }
  .product-industry4-sec .contentWithimage-grp .inapp .content-wrapper .text {
    max-width: 400px;
    margin-right: 20px;
  }
  .product-industry4-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
    max-width: 400px;
    height: 392px;
  }
  .product-industry5-sec .contentWithimage-grp .chatbot.left_img .content-wrapper .text {
    max-width: 400px;
  }
  .product-industry5-sec .contentWithimage-grp .chatbot.left_img .content-wrapper .container-visuel {
    max-width: 400px;
    height: 411px;
    margin-right: 25px;
  }

}

@media only screen and (max-width: 1024px){
  .body-website-wrapper .hs_cos_wrapper_type_rich_text p, 
    .body-website-wrapper .hs_cos_wrapper_type_rich_text{
    text-align: center;
    font-size: 14.4px;
    line-height: 20px;
      display:block;
  }
  .body-website-wrapper {
    /*padding-top: 49px !important;*/
  }
  .body-vision1--home .dnd-section {
    max-width: 680px;
    margin: 0 auto;
  }
  .product-industry-banner .start .content-wrapper {
    height: 1245px;
  }
}

@media only screen and (max-width: 768px){
  .body-vision1--home .dnd-section {
    max-width: 545px;
    margin: 0 auto;
    padding: 10px 0px;
  }
  .body-vision1--home .dnd-section .dnd-column {
    padding: 24px !important;
  }
  .body-vision1--home .hs_cos_wrapper_type_rich_text h1 {
    margin-top: 50px;
  }
  .travel-ibbu5-sec .cta-final-grp .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 700px){
  .cm-partner2-sec .dnd-section {
    padding-bottom: 97px !important;
  }
  .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .text {
    max-width: 400px;
    width: 100%;
  }
  .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
    width: 100%;
    max-width: 400px;
  }
  .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .text h3 {
    width: 100%;
  }
}

@media only screen and (max-width: 1251px){
  .travel-industry5-sec .contentWithimage-grp .inapp .content-wrapper .text h3 {
    max-width: 413px;
    width:100%;
  }
  .travel-industry-fr-grp .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
      height: 392px;
  }
}


@media only screen and (max-width: 650px){
  .travel-industry2-sec .dnd-section:after,
  .travel-industry3-sec .dnd-section:after,
  .travel-industry4-sec .dnd-section:after{
    content: "";
    width: 300px;
    height: 1px;
    margin: 0px auto;
    background-color: #D0D9E2;
    display: block;
  }

  .travel-industry5-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel, 
  .travel-industry5-sec .contentWithimage-grp .inapp .content-wrapper .text {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .travel-industry5-sec .contentWithimage-grp .inapp .content-wrapper {
    flex-direction: column-reverse;
  }
  .travel-industry5-sec .contentWithimage-grp .inapp {
    padding-bottom: 50px;
  }

  .product-industry-banner .start .content-wrapper .pop-in{
    top: 16%;
    width: 206px;
    height: 103px;
    padding-left: 14px;
  }
  .product-industry-banner .start .content-wrapper .pop-in img {
    width: 66px;
    margin-right: 11px;
  }
  .product-industry-banner .start .content-wrapper {
    height: 1150px;
  }
  .product-industry4-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
    width: 311px;
    height: 391px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .product-industry5-sec .contentWithimage-grp .chatbot .content-wrapper {
    flex-direction: column-reverse;
  }
  .product-industry4-sec .contentWithimage-grp .inapp {
    padding-bottom: 50px;
  }

  .product-industry5-sec .contentWithimage-grp .chatbot.left_img .content-wrapper .container-visuel {
    margin-right: 0;
    margin-left: 0;
  }
}


@media only screen and (max-width: 380px){
  .cm-partner1-sec .dnd-section {
    padding-bottom: 85px !important;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
  margin: -3rem -1.5rem -10px auto;
    opacity: 1;
  }
}
.business .inner .right {
  background-image:url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/Comments.png);
  transition: background-image linear 0.2s;
  position: relative;
}
.customer_sucess .loop span .item .bottom .label .trait {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/line.svg);
}
.hs-home-page {
  overflow: hidden;
}
.hs-home-page .cta-final-grp .forrester-bar a {
  text-decoration: underline;
}
.header-21 .illustration {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/home_banner_poster.png);
}
.header-21 .illustration h1 .trait {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/yello_divider.svg);
}
.fa-check:before {
  content: "\f00c";
}
.hs-content-cont-section2 .hs_cos_wrapper_type_rich_text i {
  color: #37D78D;
  margin-right: 7px;
}
.hs-content-cont-section2 .hs_cos_wrapper_type_rich_text strong {
  font-family: proxima-semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang="fr"] .company-content-description .row-fluid-wrapper.row-depth-1.dnd-row:first-child {
  margin-bottom: 50px;
}

.modal.change_form-style .modal-content {
  background: #fff;
  position: relative;
  border: 3px solid #1bc74e !important;
  border-radius: 16px !important;
  padding: 24px 35px
}
.modal.change_form-style .modal-content h3 {
  font-size: 24px;
  color: #1BC74E;
  line-height: 25px;
  font-family: "proxima-bold","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 5px
}
.modal.change_form-style .modal-content p {
  color: #707689;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 33px;
}
.modal.change_form-style .hs-form-field label:not(.hs-error-msg) {
  color: #33475b;
}
.modal.change_form-style .modal-content form {
  max-width: 100%
  background: transparent !important;
  box-shadow: none;
  padding: 0
}
.modal.change_form-style form .inputs-list span {
  font-size: 13px;
  line-height: 18px !important;
  white-space: normal;
  font-weight: normal;
  color: #33475b;
  font-family: helvetica;
}
.modal.change_form-style .modal-content .field {
  margin-bottom: 18px
}
.modal.change_form-style form .inputs-list span a {
  text-decoration: underline;
}
.modal.change_form-style .hs-form-field label {
  font-family: helvetica;
  font-size: 13px
}
.modal.change_form-style form input[type=text],
.modal.change_form-style form input[type=email],
.modal.change_form-style form input[type=password],
.modal.change_form-style form input[type=tel],
.modal.change_form-style form input[type=number],
.modal.change_form-style form input[type=file],
.modal.change_form-style form select,
.modal.change_form-style form textarea {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  margin-bottom: 0 !important
}
.modal.change_form-style form .hs_submit.hs-submit input.hs-button {
  font-size: 14px;
  padding: 12px 24px;
  width: auto;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-family: helvetica;
  line-height: 12px !important;
  height: auto;
  border-radius: 3px;
}
.modal.change_form-style form .hs_submit.hs-submit input.hs-button:hover {
  background-color: #1bc74e;
}
.modal.change_form-style .actions {
  text-align: center;
  margin: 17px 0;
  padding: 18px 0
}
.modal.change_form-style button.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  box-sizing: content-box;
  width: 1em;
  height: 1em;  
  background: transparent url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/close-btn.svg) center/1em auto no-repeat;
  opacity: .5;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: background-color,color,border,-webkit-box-shadow;
  transition-property: background-color,color,border,-webkit-box-shadow;
  transition-property: box-shadow,background-color,color,border;
  transition-property: box-shadow,background-color,color,border,-webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #34393f;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  display: inline-block;
  padding: 10px 15px
}
.modal.change_form-style form input[type=email] {
  width: 95%
}
html[lang="fr"] form legend {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: inherit;
}

html[lang="fr"] .travel-industry-grp .cta-area .content-wrapper {
  max-width: 1200px!important;
  justify-content: space-around !important;
}
html[lang="fr"] .travel-industry-grp .cta-area,
.hs-content-name-secteur-services .travel-industry-grp .cta-area {
  padding-left: 0;
  padding-right: 0;
}
html[lang="fr"] .travel-industry-grp .cta-area h3,
.hs-content-name-secteur-services .travel-industry-grp .cta-area h3 {
  max-width: 670px;
  width:100%;
}
#contact_adv_banner .modal-content .form-title {
  display: none;
}
#contact_adv_banner .modal-content form {
  padding: 10px;
}
#contact_adv_banner .modal-content .hs-form-field {
  margin-bottom: 0;
}
#contact_adv_banner .modal-content form select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact_adv_banner .modal-content form .hs-input.invalid.error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
}
#contact_adv_banner .modal-content form .hs_submit.hs-submit {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
#contact_adv_banner .modal-content form .inputs-list > li.hs-form-booleancheckbox {
  margin-top: 0;
}

.hs-input.invalid.error {
  background-repeat: no-repeat !important;
  border-color: #ec5d61 !important;
  background-position: 99% center !important;
}

.wp-left form label {
  margin-top: -0.5rem !important;
}

/* Botom form style change for french view */
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal-content,
html[lang="fr"] .custom-home-body-section .cta-final-grp .modal.change_form-style .modal-content,
html[lang="fr"] .hs-platform-tour-page .modal-content,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal-content {
  padding: 20px;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec button.btn-close,
html[lang="fr"] .custom-home-body-section .cta-final-grp button.btn-close,
html[lang="fr"] .hs-platform-tour-page button.btn-close,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp button.btn-close {
  display: none;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal-content h3,
html[lang="fr"] .custom-home-body-section .cta-final-grp .modal-content h3,
html[lang="fr"] .hs-platform-tour-page .modal-content h3,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal-content h3 {
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1BC74E;
  font-size: 34px;
  line-height: 25px;
  margin-bottom: 1rem;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal-content p,
html[lang="fr"] .custom-home-body-section .cta-final-grp .modal-content p,
html[lang="fr"] .hs-platform-tour-page .modal-content p,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal-content p {
  color: #707689;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 32px;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal .hs-form-field label,
html[lang="fr"] .custom-home-body-section .modal .hs-form-field label,
html[lang="fr"] .hs-platform-tour-page .modal .hs-form-field label,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal .hs-form-field label {
  font-family: helvetica;
  font-size: 13px;
  color: #707689;
  line-height: 20px;
  margin-bottom: 4px;
}
/*html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal form input[type=email],
html[lang="fr"] .custom-home-body-section .modal form input[type=email],
html[lang="fr"] .hs-platform-tour-page .modal form input[type=email],
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal form input[type=email] {
  width: 90%;
}*/
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal form .inputs-list span,
html[lang="fr"] .custom-home-body-section .modal form .inputs-list span,
html[lang="fr"] .hs-platform-tour-page .modal form .inputs-list span,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal form .inputs-list span {
  font-family: helvetica;
  font-size: 13px;
  color: #33475b;
  line-height: 18px;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal form .inputs-list span a,
html[lang="fr"] .custom-home-body-section .modal form .inputs-list span a,
html[lang="fr"] .hs-platform-tour-page .modal form .inputs-list span a,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal form .inputs-list span a {
  text-decoration: underline;
  color: darkblue;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal form .hs_submit.hs-submit input.hs-button,
html[lang="fr"] .custom-home-body-section .modal form .hs_submit.hs-submit input.hs-button,
html[lang="fr"] .hs-platform-tour-page .modal form .hs_submit.hs-submit input.hs-button,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal form .hs_submit.hs-submit input.hs-button {
  border-radius: 3px;
  padding: 13px 25px;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal-body,
html[lang="fr"] .custom-home-body-section .modal-body,
html[lang="fr"] .hs-platform-tour-page .modal-body,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal-body {
  padding-bottom: 0;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec form .hs_consent_checkbox.hs-form-field .inputs-list,
html[lang="fr"] .custom-home-body-section form .hs_consent_checkbox.hs-form-field .inputs-list,
html[lang="fr"] .hs-platform-tour-page form .hs_consent_checkbox.hs-form-field .inputs-list,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp form .hs_consent_checkbox.hs-form-field .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 6px;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec form .hs_consent_checkbox.hs-form-field .inputs-list > li,
html[lang="fr"] .custom-home-body-section form .hs_consent_checkbox.hs-form-field .inputs-list > li,
html[lang="fr"] .hs-platform-tour-page form .hs_consent_checkbox.hs-form-field .inputs-list > li,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp form .hs_consent_checkbox.hs-form-field .inputs-list > li {
  margin: 0;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec .actions,
html[lang="fr"] .custom-home-body-section form .actions,
html[lang="fr"] .hs-platform-tour-page form .actions,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp form .actions {
  margin-bottom: 9px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 18px !important;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal-content .field,
html[lang="fr"] .custom-home-body-section form .modal-content .field,
html[lang="fr"] .hs-platform-tour-page form .modal-content .field,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp form .modal-content .field {
  margin-bottom: 17px;
}
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal .hs-form-field label,
html[lang="fr"] .custom-home-body-section form .modal-content .field,
html[lang="fr"] .hs-platform-tour-page form .modal-content .field,
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp form .modal-content .field {
  font-family: helvetica;
  font-size: 14px;
  color: #33475b;
  line-height: 20px;
  margin-bottom: 4px;
}

/* Botom form style change for french view */


.cm-partner2-sec.bt-form-sec .modal form .hs-input.invalid.error {
  border-color: #ec5d61;
}
.cm-partner2-sec.bt-form-sec .modal form input::-webkit-input-placeholder {
  color: #707689;
  opacity: 0.5;
}
.cm-partner2-sec.bt-form-sec .modal form input:-ms-input-placeholder {
  color: #707689;
  opacity: 0.5;
}
.cm-partner2-sec.bt-form-sec .modal form input::placeholder {
  color: #707689;
  opacity: 0.5;
}




.hs-content-name-secteur-services .start .text h2 {
  width: 740px;
}
.fa-plus-circle:before {
  content: "\f055";
}

.custom-blogList-bottom-form h2 {
  color: #555b64;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "proxima", Helvetica, Arial, sans-serif;
  font-size: 40px;
}
.custom-blogList-bottom-form form {
  /*width: 90%;*/
  margin: 0 auto;
  box-shadow: none;
  padding: 0;
  background: transparent;
  margin-top: 65px;
}
.custom-blogList-bottom-form form label {
  font-size: 0.9em;
  color: #373D4D;
  margin-bottom: 7px;
}
.custom-blogList-bottom-form form label.hs-error-msg {
  font-size: 0.8em;
  color: #f00;
}
.custom-blogList-bottom-form form .hs_message.hs-message {
  margin-bottom: 0;
}
.custom-blogList-bottom-form form .actions {
  text-align: center;
  margin-top:25px;
}
.hs-press-room-section1 {
  margin-top: -34px;
}
.custom-blogList-bottom-form .hs-form-field {
  margin-bottom: 2px;
}
.custom-blogList-bottom-form .hs-form-required {
  color: #373d4d;
}
.custom-blogList-bottom-form form textarea {
  min-height: 200px;
}
.custom-blogList-bottom-form form .hs-richtext.hs-main-font-element {
  padding: 0 12px;
  margin-bottom: 0;
}
.custom-blogList-bottom-form form .hs-form-booleancheckbox a:hover {
  text-decoration: underline;
}
.mtm .interlude {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/green_curve.svg);
}  
.mtm .reverse .trait {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/black_curve.svg) !important;
}
.mtm .max .inner .content .right .accordion .accordion-item .activeH2 button span .trait #authenticity {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/Vector_four.svg);
}
.mtm .max .inner .content .right .accordion .accordion-item .activeH2 button span .trait #scalability {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/Vector_five.svg);
}
.mtm .max .inner .content .right .accordion .accordion-item .activeH2 button span .trait #omnichanel {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/Vector-three.svg);
}
.hs-conversationRev-filter-group .header-customer .filter-select {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/drop_arrow.svg);
}

.resources-filter-grp .single-filter-wrapper .filter-name:after {
  background-image:url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/arrow.png)
}
.travel-industry-grp .cta-area .content-wrapper {
  align-items: center;
  justify-content: flex-start;
  max-width: 939px;
}
.travel-industry-grp .cta-area .content-wrapper h3 {
  margin-bottom: 5px;
}
.ibbu-grp .cta-final-grp .line .left p:last-child {
  margin-bottom: 10px;
}
.fix-header .hs-content-path-en-partners .hs-header-top-section,
.fix-header .hs-content-path-en-choose-iadvize .hs-header-top-section,
.fix-header .hs-content-path-en-platform-tour .hs-header-top-section,
.fix-header .hs-content-path-fr-plateforme .hs-header-top-section,
.fix-header .hs-content-name-home .hs-header-top-section {
  display: none;
}



.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.hs-customers1-section .sc-partners-grp .sc-partners .partners-list {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: unset;
  grid-gap: unset;
  grid-auto-flow: unset;
}
.hs-customers1-section .sc-partners-grp .sc-partners .partners-item {
  width: 229px;
  height: 190px;
  background: #F5F6FA;
  border-radius: 8px;
  flex-basis: 230px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0;
}
.hs-customers2-section .cta-area {
  background: #000;
  border-radius: 40px 40px 0px 0px;
  margin-top: 5rem;
}
.hs-customers2-section .cta-area .content-wrapper {
  max-width: 1248px;
  justify-content: space-evenly;
}
.hs-customers2-section .cta-area .content-wrapper h3 {
  max-width: 757px;
  font-size: 44px;
  line-height: 53px;
  width:100%;
}
.hs-customers2-section .cta-area .content-wrapper a {
  font-size: 18px;
  line-height: 25px;
  color: #1BC74E;
  font-family: "proxima-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none !important;
  padding: 16px 40px;
  border-radius:8px;
  background-color: #FFFFFF;
  box-shadow: none;
}
.hs-customers1-section .sc-partners-grp .sc-partners .partners-item:empty {
  background: transparent !important;
}
.hs-customers1-section .sc-partners-grp .sc-partners {
  padding-bottom: 90px;
}
.hs-customers1-section .sc-partners-grp .sc-partners .partners-item img {
  max-width: 220px;
}
.hs-customers1-section .sc-partners-grp .sc-partners .partners-item.noLink {
  cursor: default;
}
.hs-content-name-terms-and-conditions .hs_cos_wrapper_type_rich_text p a:hover {
  color: #007dd1;
  text-decoration: underline;
}
.cm-partner2-sec.bt-form-sec button.btn-close {
  background-color: transparent;
  padding:4px;
}
.cm-partner2-sec.bt-form-sec button.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.cm-partner2-sec.bt-form-sec .modal .hs-form-field label {
  color: #33475B;
}
.cm-partner2-sec.bt-form-sec .modal form .hs_submit.hs-submit input.hs-button:hover {
  background-color: #1BC74E;
}
.cm-partner2-sec.bt-form-sec .actions {
  margin-bottom: 0;
}
.cm-partner2-sec.bt-form-sec .modal form .hs_submit.hs-submit input.hs-button {
  line-height: 1;
  padding: 13px 24px;
}
.mtm .max[data-color-type="dark"] .inner .content .right .accordion .accordion-item .accordion-header button span .trait {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/curve2_new.svg);
}
.mtm .max[data-color-type="dark"] .inner .content .right .accordion .accordion-item .activeH2.accordion-header button span .trait #omnichanel {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/curve2open.svg);
}
.hs-header-bottom-section .submenu.level-1 > li.active-mega-menu > a {
  color: #34393F;
}


.custom-home-body-section .modal.change_form-style .modal-content h3,
.hs-platform-tour-page .modal.change_form-style .modal-content h3 {
  color: #303140;
  margin-bottom: 12px;
  line-height: 31px;
}
.custom-home-body-section .modal.change_form-style .modal-content .modal-body,
.hs-platform-tour-page .modal.change_form-style .modal-content .modal-body {
  padding: 10px;
}
.custom-home-body-section .modal.change_form-style button.btn-close,
.hs-platform-tour-page .modal.change_form-style button.btn-close {
  padding: 4px;
}
.custom-home-body-section .modal.change_form-style button.btn-close:hover,
.hs-platform-tour-page .modal.change_form-style button.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.custom-home-body-section .modal.change_form-style .modal-content p,
.hs-platform-tour-page .modal.change_form-style .modal-content p {
  color: rgba(21, 25, 32, 0.5);
  line-height: 25px;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.custom-home-body-section .modal.change_form-style .actions,
.hs-platform-tour-page .modal.change_form-style .actions {
  padding-bottom: 0;
}
.custom-home-body-section .modal.change_form-style form .hs_submit.hs-submit input.hs-button,
.hs-platform-tour-page .modal.change_form-style form .hs_submit.hs-submit input.hs-button {
  padding: 13px 24px;
}
.custom-home-body-section .modal.change_form-style .hs-form-field label:not(.hs-error-msg),
.hs-platform-tour-page .modal.change_form-style .hs-form-field label:not(.hs-error-msg) {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.custom-home-body-section .modal.change_form-style .modal-content form .hs-input::-webkit-input-placeholder {
  color: rgba(21,25,32,0.35);
  opacity: 1;
}
.custom-home-body-section .modal.change_form-style .modal-content form .hs-input:-ms-input-placeholder {
  color: rgba(21,25,32,0.35);
  opacity: 1;
}
.custom-home-body-section .modal.change_form-style .modal-content form .hs-input::placeholder {
  color: rgba(21,25,32,0.35);
  opacity: 1;
}
.custom-home-body-section .modal.change_form-style .modal-content form .hs-input:focus,
.hs-platform-tour-page .modal.change_form-style .modal-content form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.hs-platform-tour-page .modal.change_form-style .modal-content form .hs-input::-webkit-input-placeholder {
  color: rgba(21,25,32,0.35);
  opacity: 1;
}
.hs-platform-tour-page .modal.change_form-style .modal-content form .hs-input:-ms-input-placeholder {
  color: rgba(21,25,32,0.35);
  opacity: 1;
}
.hs-platform-tour-page .modal.change_form-style .modal-content form .hs-input::placeholder {
  color: rgba(21,25,32,0.35);
  opacity: 1;
}



.body-vision5-fr--home .dnd-section {
  max-width: 100%;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.body-vision5-fr--home .dnd-section .dnd-column {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.cm-partner2-sec.bt-form-sec .modal .hs-form-field label {
  color: #33475B;
  font-family: helvetica;
  font-size: 13px;
  line-height:20px;
  margin-bottom:4px;
}
.cm-partner2-sec.bt-form-sec .hs-form-required {
  color: red;
}
.travel-industry-grp .modal form input[type=text],
.travel-industry-grp .modal form input[type=email],
.travel-industry-grp .modal form input[type=password],
.travel-industry-grp .modal form input[type=tel],
.travel-industry-grp .modal form input[type=number],
.travel-industry-grp .modal form input[type=file],
.travel-industry-grp .modal form select,
.travel-industry-grp .modal form textarea {
  border-radius: 5px;
  height: 50px !important;
  border: 1px solid #707689 !important;
  font-size: 15px !important;
  color: #707689;
  padding-left: 15px !important;
  font-family: "proxima-regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 10px !important;
}
.travel-industry-grp .modal form .hs_submit.hs-submit input.hs-button {
  width: 100% !important;
  background-color: #1BC74E;
  color: white;
  border-color: transparent;
  border-radius: 5px !important;
  height: 50px !important;
  text-align: center !important;
  padding-left: 15px !important;
  font-family: "proxima-semibold","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
}
.travel-industry-grp .modal form .hs_submit.hs-submit input.hs-button:hover {
  background-color: #1DD453
}
.travel-industry-grp .modal form .inputs-list input,
.travel-industry-grp .modal form .inputs-list span {
  font-size: 12px !important;
  color: #707689 !important;
  font-family: "proxima-regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  line-height: 14px !important;
}
.travel-industry-grp .modal-content ul.inputs-list a {
  color: #09f;
  text-decoration: none;
}
.travel-industry-grp .hs-modal-form form .hs-form-field {
  margin-bottom: 10px !important;
}
.hs-customers1-section .sc-partners-grp .sc-partners {
  padding-top:30px;
}
.cm-partner2-sec.bt-form-sec .modal .hs-form-field label.hs-error-msg, .cm-partner2-sec.bt-form-sec .modal label.hs-main-font-element {
  color: #F2545B;
  line-height: 18px;
  font-size: 14px;
}
.cm-partner2-sec.bt-form-sec .modal form .hs-input.invalid.error {
  border-color: #C87872;
}
.body-ibbu-wrapper .cta-final-grp .forrester-bar a:hover {
  text-decoration: underline;
}
.body-ibbu-wrapper .bt-form-sec .actions {
  margin-bottom: 0;
}
.body-ibbu-wrapper .s-ib-who .ib-who__step__cta {
  color: rgb(0, 153, 255);
}
.body-ibbu-wrapper .s-ib-who .ib-who__step__cta:hover {
  color: rgb(0, 125, 209);
}
.hs-content-path-en-choose-iadvize .modal form input[type=text],
.hs-content-path-en-choose-iadvize .modal form input[type=email],
.hs-content-path-en-choose-iadvize  .modal form input[type=password],
.hs-content-path-en-choose-iadvize .modal form input[type=tel],
.hs-content-path-en-choose-iadvize .modal form input[type=number],
.hs-content-path-en-choose-iadvize .modal form input[type=file],
.hs-content-path-en-choose-iadvize .modal form select,
.hs-content-path-en-choose-iadvize .modal form textarea {
  border-radius: 5px;
  height: 50px !important;
  border: 1px solid #707689 !important;
  font-size: 15px !important;
  color: #707689;
  padding-left: 15px !important;
  font-family: "proxima-regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 10px !important;
}
.hs-content-path-en-choose-iadvize .modal form .hs_submit.hs-submit input.hs-button,
html[lang="fr"] .body-solutions7--home .modal form .hs_submit.hs-submit input.hs-button {
  width: 100% !important;
  background-color: #1BC74E;
  color: white;
  border-color: transparent;
  border-radius: 5px !important;
  height: 50px !important;
  text-align: center !important;
  padding-left: 15px !important;
  font-family: "proxima-semibold","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
}
.hs-content-path-en-choose-iadvize .modal form .hs_submit.hs-submit input.hs-button:hover,
html[lang="fr"] .body-solutions7--home .modal form .hs_submit.hs-submit input.hs-button:hover {
  background-color: #1DD453
}
.hs-content-path-en-choose-iadvize .modal form .inputs-list input,
.hs-content-path-en-choose-iadvize .modal form .inputs-list span {
  font-size: 12px !important;
  color: #707689 !important;
  font-family: "proxima-regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  line-height: 14px !important;
}
.hs-content-path-en-choose-iadvize .modal-content ul.inputs-list a {
  color: #09f;
  text-decoration: none;
}
.hs-content-path-en-choose-iadvize  .hs-modal-form form .hs-form-field {
  margin-bottom: 10px !important;
}
.mtm .accordion-button::after {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/download_arrow1.svg);
}
.mtm .activeH2 .accordion-button::after {
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/download_arrow_blue.svg);
}
.body-customers-wrapper .modal form input[type=text], 
.body-customers-wrapper .modal form input[type=email], 
.body-customers-wrapper .modal form input[type=password], 
.body-customers-wrapper .modal form input[type=tel], 
.body-customers-wrapper .modal form input[type=number], 
.body-customers-wrapper .modal form input[type=file], 
.body-customers-wrapper .modal form select, 
.body-customers-wrapper .modal form textarea {
  background-color: #FFF;
  line-height: 38px;
  padding: 0 12px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #76777d;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  font-family: "proxima","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #fff;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #76777d;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  font-family: "proxima","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #fff;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
}

.body-customers-wrapper .modal form select{
  margin-bottom: 0 !important;
  line-height: 24px;
}

.body-customers-wrapper .modal form .hs_submit.hs-submit input.hs-button {
  cursor: pointer;
  font-size: 1.2em;
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  line-height: 40px;
  font-family: 'proxima-semibold',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  padding: 0 25px;
  width: auto;
  text-align: center;
  -webkit-transition: all .15s ease 0s;
  transition: all .15s ease 0s;
  width: auto;
  white-space: normal;
  background-color: #1bc74e;
  font-size: 1.2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 0px;
  color: #fff;
  line-height: 40px;
  font-family: "proxima","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  padding: 0 25px;
  width: auto;
  text-align: center;
  -webkit-transition: all .15s ease 0s;
  transition: all .15s ease 0s;
  height: auto;
}

.body-customers-wrapper .modal .hs-form-field label {
  font-size: 0.9em;
  color: #373D4D;
  margin-bottom: 0.5rem;
}
.hs-platform-tour-page .modal.change_form-style .modal-content {
  padding: 24px 30px;
}
.hs-platform-tour-page .modal.change_form-style .modal-content h3 {
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1BC74E;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
.hs-platform-tour-page .modal.change_form-style .modal-content p {
  color: #707689;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 33px;
}
.hs-platform-tour-page .modal.change_form-style .modal-content .modal-body {
  padding: 0;
}
.hs-company-page,
.hs-choose-iadvize-page {
  overflow: hidden;
}

.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li a:hover, 
.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li a:focus {
  color: #007DD1;
}
.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li a.active:hover, 
.hs-company-values-page .hs-company-content-with-menu .company-menu-wrapper #company-left-menu ul li a.active:focus {
  color: inherit;
}
.custom-home-body-section .cta-final-grp .titleSection {
  text-align: left;
}
.modal .hs-form-required {
  color: red;
}
.modal.change_form-style .hs-input:not([type=file]), 
.cta-final-grp .modal.change_form-style .hs-input:not([type=file]),
.cm-partner2-sec.bt-form-sec .modal .hs-input:not([type=file]) {
  background-color: #f5f8fa !important;
}

.travel-ibbu5-sec.bt-form-sec .invalid.error {
  border-color: #C87872 !important;
  background: none !important;
}

.travel-ibbu5-sec.bt-form-sec .modal form .hs_submit.hs-submit input.hs-button {
  padding: 13px 24px;
}

.menuOverlay {
  position: fixed;
  background: transparent;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  top: 325px;
}
.blur .menuOverlay {
  display:block;
}

.travel-industry-grp ul.no-list.hs-error-msgs.inputs-list li {
  color: white;
  background-color: #EC5D61;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 6px 4px 6px 4px;
  display: block;
  width: 70%;
  margin-top: 5px;
  border-radius: 5px;
  border-top-left-radius: 0px;
}
.travel-industry-grp ul.no-list.hs-error-msgs.inputs-list li label{
  color: #fff !important;
}
.travel-industry-grp ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 10px;
}
.travel-industry-grp ul.no-list.hs-error-msgs.inputs-list label {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
.travel-industry-grp .modal form input[type=text]:focus,
.travel-industry-grp .modal form input[type=email]:focus,
.travel-industry-grp .modal form input[type=password]:focus,
.travel-industry-grp .modal form input[type=tel]:focus,
.travel-industry-grp .modal form input[type=number]:focus,
.travel-industry-grp .modal form input[type=file]:focus,
.travel-industry-grp .modal form select:focus,
.travel-industry-grp .modal form textarea:focus {
  border: 2px solid #EC5D61 !important;
  background-color: #EEEFF0;
}
.cta-final-grp .hs-input.invalid.error {
  background: none !important;
}

.cta-final-grp .hs-error-msg,
.cta-final-grp .hs_error_rollup label.hs-main-font-element {
  font-size: 14px;
}
.cta-final-grp .hs-input.invalid.error {
  border-color: #C87872 !important;
}
.cta-final-grp .hs-input.invalid.error {
  background: none !important;
}
.cta-final-grp .modal.change_form-style .hs-form-field label {
  font-family: helvetica;
  font-size: 13px;
}
.cta-final-grp .hs-error-msg,
.cta-final-grp .hs_error_rollup label.hs-main-font-element {
  font-size: 14px;
}
.cta-final-grp .hs-input.invalid.error {
  border-color: #C87872 !important;
}
.hs-customers2-section .hs-modal-form form .hs-form-field {
  margin-bottom: 10px;
}
.hs-customers2-section .modal form .inputs-list span {
  font-size: 14.4px;
}
.hs-customers2-section .modal .hs-form-required {
  color: #373D4D;
}
.hs-content-path-en-choose-iadvize .hs-modal-form form,
html[lang="fr"] .body-solutions7--home .hs-modal-form form {
  padding: 30px;
}
.hs-content-path-en-choose-iadvize .modal .hs-form-required,
html[lang="fr"] .body-solutions7--home .modal .hs-form-required {
  color: #707689;
}
.hs-content-path-en-choose-iadvize .hs-error-msg,
.hs-content-path-en-choose-iadvize .hs_error_rollup label.hs-main-font-element,
html[lang="fr"] .body-solutions7--home .hs-error-msg,
html[lang="fr"] .body-solutions7--home .hs_error_rollup label.hs-main-font-element {
  color: white !important;
  background-color: #EC5D61;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 6px 4px 6px 4px;
  display: block;
  width: 70%;
  margin-top: 5px;
  border-radius: 5px;
  border-top-left-radius: 0px;
}
.hs-content-path-en-choose-iadvize .modal .hs-modal-form.hs-headermodal-form form .hs-error-msg,
html[lang="fr"] .body-solutions7--home .modal .hs-modal-form.hs-headermodal-form form .hs-error-msg {
  color: #fff !important;
}
html[lang="fr"] .body-solutions7--home .modal .hs-input:not([type=checkbox]) {
    line-height: 38px;
    padding: 0 12px;
    margin-bottom: 0 !important;
}

.travel-industry-grp .modal .hs-modal-form.hs-headermodal-form .hs-form-field label {
  margin-bottom: 3px!important;
  font-size: 14px;
  color: #707689 !important;
  line-height: 1;
}
.travel-industry-grp .hs-modal-form form .hs_submit.hs-submit {
  margin-top: 10px;
}
.modal .hs-headermodal-form .hs-form-required {
  color: #373D4D;
}
.modal .hs-headermodal-form .hs-error-msg, 
.modal .hs-headermodal-form .hs_error_rollup label.hs-main-font-element {
  font-size: 12.8px !important;
}
.travel-ibbu5-sec.bt-form-sec .modal .hs-form-field label {
  font-family: helvetica;
  font-size: 13px;
  color: #33475B;
  line-height: 20px;
  margin-bottom: 4px;
}
.travel-ibbu5-sec.bt-form-sec button.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.custom-home-body-section .cta-final-grp .modal.change_form-style .hs-form-field label {
  font-size: 13px;
  color: #33475b;
}
html[lang="fr"] .custom-home-body-section .cta-final-grp .titleSection {
  font-size: 52px;
  line-height: 60px;
}
.travel-industry-fr-grp ul.no-list.hs-error-msgs.inputs-list li {
  line-height: 1;
}
.travel-industry-fr-grp ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.travel-industry-fr-grp .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
  max-width: 682px;
  height: 521px;
  margin-right: 109px;
}
.travel-industry-fr-grp .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .text a {
  line-height: 18px;
}
.travel-industry-fr-grp .travel-industry4-sec .contentWithimage-grp .inapp.right_img .content-wrapper .text,
.travel-industry-fr-grp .travel-industry4-sec .contentWithimage-grp .chatbot.right_img .content-wrapper .text {
  width: 469px;
  height: auto;
  padding-top: 15px;
  margin-right: 93px;
}
.travel-industry-fr-grp .travel-industry4-sec .contentWithimage-grp .chatbot.right_img .content-wrapper .container-visuel,
.travel-industry-fr-grp .travel-industry4-sec .contentWithimage-grp .inapp.right_img .content-wrapper .container-visuel {
  width: 567px;
  height: 443px;
}
.travel-industry-fr-grp .travel-industry6-sec .cta-area .content-wrapper {
  max-width: 1000px;
  justify-content: space-around;
}
.body-customers-wrapper .hs-customers2-section .modal .hs-form-field label {
  font-size: 14.4px;
}
.travel-industry-fr-grp .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
  margin-right: 50px;
}
.hs-customers2-section .modal form .inputs-list span {
  color: #373D4D;
}
.custom-home-body-section .cta-final-grp .hs-error-msg, 
.custom-home-body-sectione .cta-final-grp .hs_error_rollup label.hs-main-font-element {
  color: #f2545b !important;
  font-size: 14px !important;
}
.body-customers-wrapper .hs-customers2-section .hs-input.invalid.error {
  border-color: #ec5d61;
}
.body-customers-wrapper .hs-customers2-section .modal form .hs-error-msg {
  color: #f00 !important;
  font-size:12.8px;
}
.travel-ibbu5-sec.bt-form-sec .cta-final-grp .hs-error-msg, 
.travel-ibbu5-sec.bt-form-sec .cta-final-grp .hs_error_rollup label.hs-main-font-element {
  font-size: 14px !important;
}
html[lang="fr"] .customer_sucess .loop span {
  color: #1BC74E;
  font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 0;
}
.hs-conversationRev-filter-group .header-customer .inner .search .right .input-group input:focus {
  box-shadow: 0 0 0 2.5px rgb(13 110 253 / 25%) !important;
}
.hs-conversationRev-filter-group .header-customer .inner .search .right .input-group input:focus {
  border-radius: 3px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.travel-ibbu5-sec.bt-form-sec .cta-final-grp .hs-input:-moz-placeholder{color:#bfbfbf}
.travel-ibbu5-sec.bt-form-sec .cta-final-grp .hs-input::-webkit-input-placeholder{color:#bfbfbf}

html[lang="en"] .hs-choose-iadvize-page .hs-bottom-section5 .modal-title {
  color: #707689;
}
html[lang="en"] .hs-choose-iadvize-page .hs-bottom-section5 .hs-form-field label {
  color: #707689;
  line-height: 1;
}
html[lang="en"] .hs-choose-iadvize-page .modal .hs-modal-form.hs-headermodal-form form .hs-error-msg {
  font-size: 14px !important;
}
html[lang="fr"] .travel-industry3-sec.product-industry3-sec .community .content-wrapper .container-visuel {
  margin-right: 0;
}
html[lang="fr"] .travel-industry6-sec.product-industry6-sec .cta-area .content-wrapper {
  justify-content: space-around !important;
  max-width: 1000px !important;
}
.hs-conversationRev-filter-group .header-customer .filter-select:focus {
  background-color: #EEEFF0;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 2.5px rgb(13 110 253 / 25%);
}
html[lang="fr"] .body-customers-wrapper .modal form .hs_submit.hs-submit input.hs-button {
  font-family: 'proxima-semibold';
}

.travel-industry-grp.travel-industry-v2 .use-cases .content-wrapper .card {
  height: 680px !important;
}
.travel-industry-grp.travel-industry-v2 .travel-industry-fr-grp .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
  margin-right: 109px;
}
.body-solutions-wrapper .hs-flexible  .image-with-content-wrap .image-left {
  width: 592px;
}
.body-solutions-wrapper .hs-flexible .image-with-content-wrap .content-right {
  width: 520px;
}
.body-solutions-wrapper .hs-flexible .image-with-content-wrap .content-right p {
  margin-bottom: 25px;
  line-height: 27px;
}
.body-solutions-wrapper  .hs-flexible {
  background: linear-gradient(360deg,#F5F6FA 0%,rgba(245,246,250,0) 100%);
}
.offers .modal .hs-form-required {
  color: #707689;
}
html[lang="fr"] .timeline-container .timeline-inner .single-tl-item-container span.date-milestone {
  font-family: 'proxima-semibold';
}

html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal .hs-form-field label {
  font-size: 13px;
}
html[lang="fr"] .want-to-see-the-platform-wrap .right .numero h3,
html[lang="fr"] .want-to-see-the-platform-wrap .right .numero h4 {
    color: #26282d;
}
.contact-form-wrap .contact-line .form-inner form .hs-form-field a:hover {
    text-decoration: underline;
}
.migration-main-content form {
    margin-bottom: 30px;
}
.hs-bottom-section5.body-solutions7--home .modal form input[type=text],
.hs-bottom-section5.body-solutions7--home .modal form input[type=email],
.hs-bottom-section5.body-solutions7--home .modal form input[type=password],
.hs-bottom-section5.body-solutions7--home .modal form input[type=tel],
.hs-bottom-section5.body-solutions7--home .modal form input[type=number],
.hs-bottom-section5.body-solutions7--home .modal form input[type=file],
.hs-bottom-section5.body-solutions7--home .modal form select, .modal form textarea {
    border-radius: 5px!important;
    height: 50px!important;
    border: 1px solid #707689 !important;
    font-size: 15px;
}
.hs-bottom-section5.body-solutions7--home .hs-modal-form form .hs-form-field {
    margin-bottom: 10px;
}
.hs-bottom-section5.body-solutions7--home .hs-modal-form form .inputs-list>li a {
    font-size: 12px;
}
.hs-bottom-section5.body-solutions7--home .modal .hs-modal-form.hs-headermodal-form form .hs-error-msg {
    font-size: 14px;
}
.hs-bottom-section5.body-solutions7--home .hs-modal-form form .inputs-list span,
.hs-bottom-section5.body-solutions7--home .hs-modal-form form .inputs-list {
    font-size: 12px;
    line-height: 14px;
}
.body-solutions1--home .modal-content {
    padding: 30px;
}
.body-solutions1--home .modal-content form {
    box-shadow: none;
    padding: 0;
    text-align: left;
}
.body-solutions1--home .modal-content p.form-paragraph {
    color: #707689;
    font-family: Proxima nova, "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: left;
}
.body-solutions2--home .modal-content .hs-form-field {
    margin-bottom: 0 !important;
}
.body-solutions1--home .modal form input[type=text],
.body-solutions1--home .modal form input[type=email],
.body-solutions1--home .modal form input[type=password],
.body-solutions1--home .modal form input[type=tel],
.body-solutions1--home .modal form input[type=number],
.body-solutions1--home .modal form input[type=file],
.body-solutions1--home .modal form select,
.body-solutions1--home .modal form textarea {
    background-color: #F5F8FA;
    max-width: 500px;
    height: 40px;
    display: inline-block;
    width: 90%;
    padding: 9px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475B;
    border: 1px solid #CBD6E2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	margin-bottom: 0 !important;
}
.body-solutions1--home .modal .hs-form-field label {
    color: #33475B;
    font-family: helvetica;
    font-size: 13px;
}
.body-solutions1--home .modal-content .hs-form-field {
    margin-bottom: 18px !important;
}
.body-solutions1--home .modal form .hs_submit.hs-submit input.hs-button {
	  width: auto;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
    cursor: pointer;
    display: block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    height: auto;
    font-family: helvetica;
    float: none;
    margin: 0 auto;
}
.body-solutions1--home .modal form .inputs-list input,
.body-solutions1--home .modal form .inputs-list span {
    font-size: 14px;
}
.travel-industry-fr-grp .travel-industry4-sec .contentWithimage-grp .chatbot.right_img .content-wrapper .container-visuel {
    max-width: 100%;
}
.body-solutions1--home h2.form-title {
    font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1BC74E;
    font-size: 32px;
    line-height: 25px;
    margin-bottom: 24px;
}







@media only screen and (min-width: 768px) {
  html[lang="fr"] .company-content-description .row-fluid-wrapper.row-depth-1.dnd-row:first-child {
    margin-bottom: 100px;
  }
  .mtm .max .inner .content .right .accordion .accordion-item .accordion-header button span .trait {
    background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/curve_transparent.svg);
  }
  .mtm .max .inner .content .right .accordion .accordion-item .accordion-header button span .trait .loading {
    background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/curve2.svg);
  }
}

@media only screen and (min-width: 1351px) {
  .modal-prix .modal-header .modal-title {
    font-family: "proxima-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #34393f;
    padding: 10px 20px 0 20px;
  }
 /* .modal-prix .modal-header .close {
    padding: 10px  15px  0px  20px !important;
  }*/
  .modal-prix .modal-body form {
    padding: 35px;
    padding-top: 20px;
  }
}



@media only screen and (max-width: 1365px){
  .body-vision6-fr--home .dnd-section,
  .body-vision4-fr--home .dnd-section {
    max-width: 100% !important;
    padding: 0 24px;
  }
  @media only screen and (max-height: 740px) {
    html[lang="fr"] .header-21 {
      height: 480px;
    }
  }
  .body-solutions1--home .dnd-section>.row-fluid {
    max-width: 830px !important;
  }
  .body-solutions-wrapper .dnd-section>.row-fluid,
  .body-solutions-wrapper .page-center {
    max-width: 830px;
  }
  .body-solutions-wrapper .dnd-section .dnd-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


@media (max-width: 1300px) {
  .modal-dialog {
    font-size: 1rem;
  }
  .hs-press-room-section1 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .custom-blogList-bottom-form .dnd-section {
    padding-top: 25px!important;
  }
  .custom-blogList-bottom-form form {
    margin-top: 25px;
  }
  .body-resources1--home .dnd-section>.row-fluid {
    max-width: 999px !important;
  }
}

@media only screen and (max-width: 1251px) {
  .travel-industry-grp .cta-area .content-wrapper h3 {
    margin-bottom: 50px;
  }
  .product-industry4-sec .contentWithimage-grp .inapp .content-wrapper .text {
    margin: 0 auto;
  }
  html[lang="fr"] .travel-industry-grp .cta-area .content-wrapper {
    max-width: 1000px!important;
  }
  html[lang="fr"] .travel-industry-grp .cta-area h3 {
    max-width: 670px;
  }
  html[lang="fr"] .travel-industry-fr-grp .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
      height:392px;
  }
  .travel-industry-fr-grp .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel {
      height: 392px;
  }
}

@media only screen and (max-width: 1152px) {
  html[lang="fr"] .custom-home-body-section .cta-final-grp .titleSection {
    font-size: 44px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1024px){
  .body-solutions1--home .dnd-section>.row-fluid {
    max-width: 545px !important;
  }
  
 /*website.css*/
.hs-company-values-page:lang(fr),
.hs-contact-page-2021:lang(fr),
  .hs-company-section1:lang(fr),
  .hs-careers-page:lang(fr),
  .hs-customers-section:lang(fr),
  .hs-content-name-fr-industry-page-consumer-product:lang(fr),
  .hs-content-name-en-industry-page-travel-tourism:lang(fr) {
  margin-top: 80px;
}
  
  .hs-company-page:lang(en) .hs-company-section1 img {
    margin-top: -128px;
  }
}

@media only screen and (max-width: 1029px){
   .body-solutions1--home .dnd-section>.row-fluid{
    max-width: 760px !important;
  }
  .body-resources1--home .dnd-section .dnd-column {
    padding: 0;
  }
}


@media only screen and (max-width: 1024px){
  .hs-customers1-section .sc-partners-grp .sc-partners .partners-list {
    align-items: center;
    flex-direction: column;
  }
  .hs-customers1-section .sc-partners-grp .sc-partners .partners-item:empty {
    display: none;
  }
  .hs-customers2-section .cta-area {
    padding: 120px 0px !important;
  }
  .hs-customers2-section .cta-area .content-wrapper h3 {
    margin-bottom: 25px;
  }
  .hs-content-name-terms-and-conditions .body-website-wrapper .dnd-section > .row-fluid {
    max-width: 760px !important;
  }
  .travel-industry-fr-grp .hs-content-name-secteur-services .start .text h2 {
    width: 605px;
  }
  .body-solutions-wrapper .dnd-section>.row-fluid,
  .body-solutions-wrapper .page-center {
    max-width: 545px;
  }
  .hs-home-page .hs-twoCol-slider .box .right h3 {
    font-size: 30px;
  }
}



@media only screen and (max-width: 768px){
  .body-resources1--home .dnd-section>.row-fluid {
    max-width: 100% !important;
  }
}


@media (max-width: 767px) {
  .body-resources1--home .dnd-section {
    padding-top: 100px
  }
  .cm-partner1-sec .dnd-section {
    padding-bottom: 110px !important;
  }
  html[lang="fr"] .pt-header {
      padding-top: 16px;
      padding-bottom: 10px;
      min-height: 412px;
  }
  html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal form input[type=email],
  html[lang="fr"] .custom-home-body-section .modal form input[type=email],
  html[lang="fr"] .hs-platform-tour-page .modal form input[type=email],
  html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal form input[type=email] {
    width: 100% !important;
  }
  html[lang="fr"] .bt-form-sec .modal form input[type=text], 
  html[lang="fr"] .bt-form-sec .modal form input[type=email], 
  html[lang="fr"] .bt-form-sec .modal form input[type=password], 
  html[lang="fr"] .bt-form-sec .modal form input[type=tel], 
  html[lang="fr"] .bt-form-sec .modal form input[type=number], 
  html[lang="fr"] .bt-form-sec .modal form input[type=file], 
  html[lang="fr"] .bt-form-sec .modal form select, 
  html[lang="fr"] .bt-form-sec .modal form textarea {
    width: 100% !important;
  }
}

@media (max-width: 650px) {
  .travel-industry-fr-grp .start .content-wrapper .pop-in {
    top: 13%;
  }
  .travel-industry-fr-grp .start .content-wrapper {
    height: 1330px;
  }
  .travel-industry-fr-grp .travel-industry4-sec .contentWithimage-grp .inapp.right_img .content-wrapper .text, 
  .travel-industry-fr-grp .travel-industry4-sec .contentWithimage-grp .chatbot.right_img .content-wrapper .text {
    text-align: center;
    margin-right: 0;
    order: 2;
  }
  .travel-industry-fr-grp .hs-content-name-secteur-services .start .text h2 {
    width: 320px;
    font-size: 35px;
    line-height: 110%;
  }
  .travel-industry-fr-grp .start .content-wrapper .text {
    padding-top: 0;
    position: absolute;
    top: 500px;
    left: 0;
    right: 0;
  }
  .travel-industry-grp.travel-industry-v2 .travel-industry-fr-grp .travel-industry3-sec .contentWithimage-grp .inapp .content-wrapper .container-visuel{
    max-width: 400px;
    height: 392px;
    margin-right: 0px;
  }
  .travel-industry-grp.travel-industry-v2 .use-cases .content-wrapper .card {
    height: 580px !important;
  }
  html[lang="fr"] .travel-industry-grp .cta-area h3 {
    max-width: 320px;
    width:100%;
  }
  html[lang="fr"] .travel-industry-grp .cta-area, 
  .hs-content-name-secteur-services .travel-industry-grp .cta-area {
    padding-left: 10px;
    padding-right: 10px;
  }
  .travel-industry-grp.travel-industry-v2 .start .content-wrapper {
      max-width: 322px;
      height: 1330px;
  }
}


@media (max-width: 576px) {
  html[lang="fr"] .travel-ibbu3-sec .s-ib-who .ib-who__step__p__links,
  html[lang="fr"] .travel-ibbu3-sec .s-ib-who .ib-who__step__p__links__wrapper {
    font-size: 16px;
    line-height: 1.4;
  }
}


@media (max-width: 480px) {
  .custom-blogList-bottom-form h2 {
    font-size: 30px;
  }
  .hs-company-values-page .hs-company-culture-title-wrapper .company-culture-title {
    margin-top: 0;
  }
  html[lang="fr"] .custom-home-body-section .cta-final-grp .titleSection {
    font-size: 32px;
    line-height: 36px;
  }
  .modal.change_form-style .modal-content form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .modal.change_form-style .modal-content form .hs-input:not([type=checkbox]) {
    width: 100% !important;
  }
  .modal.change_form-style .modal-content form .input {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .body-vision1--home .hs_cos_wrapper_type_rich_text h1 {
    font-size: 35px;
  }
  .hs-contact-page .hs-contact-header-wrapper {
    padding-top: 43px;
  }
}

@media only screen and (max-width:380px) {
  .hs-customers2-section .cta-area .content-wrapper h3 {
    font-size: 28px;
    line-height: 34px;
    padding-left:10px;
    padding-right:10px;
  }
  html[lang="fr"] .hs-twoCol-slider .box .right h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width:350px) {
  .header-21 .illustration {
    background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/home_banner_poster.png);
  }
  .header-21 .illustration .chatbox {
      background-image: url('../images/chatbox_poster_image.png') }});
  }
  html[lang="fr"] .pt-header {
    padding-bottom: 0;
    padding-top:0;
  }
}



html[lang="en"] .hs-content-name-secteur-services .travel-industry-v2 .start .text h2 {
  max-width: 740px;
  width: 100%;
}

/* ls */


@media only screen and (max-width: 1366px){
  .body-solutions-wrapper .dnd-section>.row-fluid,
  .body-solutions-wrapper .page-center,
  .body-solutions-wrapper .content-wrapper{
    max-width: 830px;
  }
  .body-solutions-wrapper .dnd-section .dnd-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

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

  .body-solutions-wrapper .dnd-section,
  .body-solutions-wrapper .content-wrapper{
    padding-left: 0;
    padding-right: 0;
  }
  .body-solutions-wrapper .hs-flexible .image-with-content-wrap .content-right {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .body-solutions-wrapper .hs-flexible .image-with-content-wrap .image-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .body-solutions-wrapper .hs-flexible .image-with-content-wrap {
    display: block;
  }
  .body-solutions-wrapper .hs-flexible .image-with-content-wrap .content-right p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 1024px){
  .body-solutions-wrapper .dnd-section>.row-fluid,
  .body-solutions-wrapper .page-center,
  .body-solutions-wrapper .content-wrapper{
    max-width: 545px;
  }
}

@media only screen and (max-width: 768px){
  .body-solutions-wrapper .dnd-section>.row-fluid,
  .body-solutions-wrapper .page-center, 
  .body-solutions-wrapper .content-wrapper{
    max-width: 315px;
  }
  .body-solutions1--home.hs-solution-section1 .dnd-section {
    padding-top: 30px !important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* .modal-backdrop {
background: #242424 !important;
opacity: 0.8 !important;
} */


html body {
overflow-x: hidden;
}

.hs-customers1-section .sc-partners-grp {
  margin-top: 0;
}

.mtm .max .inner .content .right .accordion .accordion-item #heading2Mtm.activeH2 button span .trait #omnichanel{
  animation: loading 12s linear;
  background-image: url(//info.iadvize.com/hubfs/raw_assets/public/Iadvize_October2021/images/Vector_four.svg);
}

@media only screen and (min-width: 651px){
  .travel-industry-grp-layout header.header,
  .product-industry-banner-layout header.header{
    min-height: auto !important;
  }
}
@media only screen and (max-width: 650px){

  .travel-industry-grp-layout .start .content-wrapper .pop-in{
    top: 95px;
    right: 30px;
  }

  .product-industry-banner-layout .start .content-wrapper .pop-in{
    top: 110px;
    right: 30px;
  }
}

html[lang="fr"] .options-wrp a.option.active {
  background-color: #1BC74E;
}

html[lang="fr"] .options-wrp a.option.active>span{
  color: #fff;
}

html[lang="fr"] .options-wrp a.option.active img.beta{
    display: block;
}

html[lang="fr"] .options-wrp a.option.active img.alpha{
    display: none;
}
/* @import url('http://example.com/example_style.css'); */


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
  font-family: 'proxima-light';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-light-webfont.woff") format("woff"), url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-light-webfont.woff") format("woff2"); }
@font-face {
  font-family: 'proxima-regular-italic';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regitalic-webfont.woff2") format("woff2"), url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'proxima-regular';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regular-webfont.woff2") format("woff2"), url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima-semibold';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'proxima-bold';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-bold.woff2") format("woff2"), url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-bold.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'proxima-extrabold';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximaNova-Extrabold.woff") format("woff"); }
@font-face {
  font-family: 'Proxima Nova';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regular-webfont.woff2") format("woff2"), url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/**** Spacing ****/
/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/**** Spacing ****/ 
/* update zero height 05/07/23 */
:root {
  --spacing-xxxs:0.4rem; /* 4px */
  --spacing-xxs: 0.8rem; /* 8px */
  --spacing-xs: 1.2rem /* 12px */
  --spacing-s: 1.6rem; /* 16px - Most used */
  --spacing-m: 2.4rem; /* 24px - The margin between sections/organisms */
  --spacing-l: 3.2rem; /* 32px */
  --spacing-xl: 4rem;/* 40px */
  --spacing-xxl: 5.2rem/* 52px */
  --spacing-xxxl: 6.4rem; /* 64px */
  --spacing-big: 12.8rem; /* 128px */
  
}


/**** Colors ****/
/* update zero height 05/07/23 */
:root {
--azure-500: #0099ff;
--azure-200: #def2ff;
--azure-300: #99d6ff;
--azure-400: #4db8ff;
--azure-600: #006bb3;
--azure-700: #003d66;
--firebrick-500: #ec5d61;
--firebrick-200: #ffe7e8;
--firebrick-300: #f7bec0;
--firebrick-400: #f28e91;
--firebrick-600: #c8292d;
--firebrick-700: #9d1216;
--grey-000: #ffffff;
--grey-100: #f5f6fa;
--grey-200: #ebedf4;
--grey-300: #c3c7d9;
--grey-400: #707689;
--grey-500: #34393f;
--grey-600: #1d2023;
--grey-700: #000000;
--juice-500: #ff8c00;
--juice-200: #ffedd5;
--juice-300: #ffd199;
--juice-400: #ffaf4d;
--juice-600: #d87600;
--juice-700: #9a5400;
--malachite-500: #1bc74e;
--malachite-200: #d8ffe3;
--malachite-300: #a4e9b8;
--malachite-400: #60d884;
--malachite-600: #128434;
--malachite-700: #094019;
--spectrum-500: #8260ff;
--spectrum-200: #e7e1ff;
--spectrum-300: #cdbfff;
--spectrum-400: #a890ff;
--spectrum-600: #6041d1;
--spectrum-700: #462f9d;
--sun-500: #ffcd40;
--sun-200: #fff7ce;
--sun-300: #fff0b3;
--sun-400: #ffe57a;
--sun-600: #e5aa00;
--sun-700: #9c5e00;
} /* close :root */



/**** Fonts ****/
:root {
/** Display ** update zero height 05/07/23 **/
--display-font-weight: 800;
--display-color: var(--grey-700);
--display-letter-spacing: 1.2;
/** display-1 ** update zero height 05/07/23 **/
--display-1-font-family: 'Montserrat', 'Montserrat-ExtraBold';
--display-1-font-size: 5rem; /* 80px */
--display-1-line-height: 1.2; 
/** display-2 ** update zero height 05/07/23 **/
--display-2-font-family: 'Montserrat', 'Montserrat-ExtraBold';
--display-2-font-size: 4.5rem; /* 72px */
--display-2-line-height: 1.2; 
/** display-3 ** update zero height 05/07/23 **/
--display-3-font-family: 'Montserrat-ExtraBold',  'Montserrat';
--display-3-font-size: 3.375rem; /* 54px */
--display-3-line-height: 1.4; 
/** Heading ** update zero height 05/07/23 **/
--display-font-weight: 800;
--display-color: var(--grey-700);
--display-letter-spacing: 1.2;
/** headline-1 ** update zero height 05/07/23 **/
--headline-1-font-family: 'ProximaNova-Extrabold', 'Proxima Nova';
--headline-1-font-size: 3rem; /* 48px */
--headline-1-line-height: 1.2; 
/** headline-2 ** update zero height 05/07/23 **/
--headline-2-font-family: 'ProximaNova-bold', 'proxima-bold', 'Proxima Nova';
--headline-2-font-size: 2.5rem; /* 40px */
--headline-2-line-height: 1.2; 
/** headline-3 ** update zero height 05/07/23  **/
--headline-3-font-family: 'ProximaNova-bold', 'proxima-bold', 'Proxima Nova';
--headline-3-font-size: 1.5rem; /* 24px */
--headline-3-line-height: 1.3; 
/** headline-4 ** update zero height 05/07/23 **/
--headline-4-font-family: 'ProximaNova-Bold', 'proxima-bold', 'Proxima Nova';
--headline-4-font-size: 1.25rem; /* 20px */
--headline-4-letter-spacing: 1.4;
--headline-4-line-height: 1.4; 
/** body ** update zero height 05/07/23 **/
--body-font-family: 'Proxima Nova', 'ProximaNova-Regular', 'proxima-regular';
--body-font-size: 1rem; /* 16px */
--body-letter-spacing:1.2;
--body-line-height: 1.5;
--body-color: var(--grey-700);
/** legal ** update zero height 05/07/23 **/
--legal-font-family: 'Proxima Nova', 'ProximaNova-Regular', 'proxima-regular';
--legal-font-size: 0.625rem; /* 10px */
--legal-letter-spacing:1.2;
--legal-line-height: 1.5; 
--legal-color: var(--grey-700);
/** footnote ** update zero height 05/07/23 **/
--footnote-font-family: 'Proxima Nova', 'ProximaNova-Regular', 'proxima-regular';
--footnote-font-size: 0.75rem; /* 12px */
--footnote-letter-spacing:1.2;
--footnote-line-height: 1.5; 
--footnote-color: var(--grey-700);
/** caption ** update zero height 05/07/23 **/
--caption-font-family: 'Proxima Nova', 'ProximaNova-Regular','proxima-regular';
--caption-font-size: 0.875rem; /* 14px */
--caption-letter-spacing:1.2;
--caption-line-height: 1.5;
--caption-color: var(--grey-700);
/** subheadline ** update zero height 05/07/23 **/
--subheadline-font-family: 'Proxima Nova', 'ProximaNova-Regular', 'proxima-regular';
--subheadline-font-size: 1.5rem; /* 24px */
--subheadline-letter-spacing:1.2;
--subheadline-line-height: 1.5; 
--subheadline-color: var(--grey-700);
/** uppercase  ** update zero height 05/07/23 **/
--uppercase-font-family: 'Proxima Nova', 'ProximaNova-Regular', 'proxima-regular';
--uppercase-font-size: 1rem; /* 16px */
--uppercase-letter-spacing: 20;
--uppercase-line-height: 1; /
--uppercase-text-transform: uppercase;
--uppercase-color: var(--grey-700);
/** button **/
--button-font-family: 'Proxima Nova', 'ProximaNova-Bold', 'proxima-bold';
--button-font-size: 1rem; /* 16px */
--button-letter-spacing: 0;
--button-line-height: 1; 
} /* close :root */


.body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  color: var(--body-color);
}

.cta-button {
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  letter-spacing: var(--button-letter-spacing);
  line-height: var(--button-line-height);
}

.caption {
  font-family: var(--caption-font-family);
  font-size: var(--caption-font-size);
  letter-spacing: var(--caption-letter-spacing);
  line-height: var(--caption-line-height);
  color: var(--caption-color);
}

.display-1 {
  font-family: var(--display-1-font-family);
  font-size: var(--display-1-font-size);
  letter-spacing: var(--display-1-letter-spacing);
  line-height: var(--display-1-line-height);
  font-weight: var(--display-font-weight);
  color: var(--display-1-color);
}

.display-2 {
  font-family: var(--display-2-font-family);
  font-size: var(--display-2-font-size);
  letter-spacing: var(--display-2-letter-spacing);
  line-height: var(--display-2-line-height);
  font-weight: var(--display-font-weight);
  color: var(--display-2-color);
}

.display-3 {
  font-family: var(--display-3-font-family);
  font-size: var(--display-3-font-size);
  letter-spacing: var(--display-3-letter-spacing);
  line-height: var(--display-3-line-height);
  font-weight: var(--display-font-weight);
  color: var(--display-3-color);
}

.footnote {
  font-family: var(--footnote-font-family);
  font-size: var(--footnote-font-size);
  letter-spacing: var(--footnote-letter-spacing);
  line-height: var(--footnote-line-height);
  color: var(--footnote-color);
}

.headline-1 {
  font-family: var(--headline-1-font-family);
  font-size: var(--headline-1-font-size);
  letter-spacing: var(--headline-1-letter-spacing);
  line-height: var(--headline-1-line-height);
  font-weight: var(--headline-font-weight);
  color: var(--headline-1-color);
}

.headline-2 {
  font-family: var(--headline-2-font-family);
  font-size: var(--headline-2-font-size);
  letter-spacing: var(--headline-2-letter-spacing);
  line-height: var(--headline-2-line-height);
  font-weight: var(--headline-font-weight);
  color: var(--headline-2-color);
}

.headline-3 {
  font-family: var(--headline-3-font-family);
  font-size: var(--headline-3-font-size);
  letter-spacing: var(--headline-3-letter-spacing);
  line-height: var(--headline-3-line-height);
  font-weight: var(--headline-font-weight);
  color: var(--headline-3-color);
}

.headline-4 {
  font-family: var(--headline-4-font-family);
  font-size: var(--headline-4-font-size);
  letter-spacing: var(--headline-4-letter-spacing);
  line-height: var(--headline-4-line-height);
  font-weight: var(--headline-font-weight);
  color: var(--headline-4-color);
}

.legal {
  font-family: var(--legal-font-family);
  font-size: var(--legal-font-size);
  letter-spacing: var(--legal-letter-spacing);
  line-height: var(--legal-line-height);
  color: var(--legal-color);
}

.uppercase {
  font-family: var(--uppercase-font-family);
  font-size: var(--uppercase-font-size);
  letter-spacing: var(--uppercase-letter-spacing);
  line-height: var(--uppercase-line-height);
  text-transform: var(--uppercase-text-transform);
  color: var(--uppercase-color);
}


/*https://iadvizestudio.zeroheight.com/api/design_tokens?auth=goCNWkxe2pOROxEyXhTLHg&format=css&id=71589&dl=1*/
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* PROXIMA NOVA */
@font-face {
  font-family: 'proxima-light';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-light-webfont.woff") format("woff"), 
    url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-light-webfont.woff") format("woff2"); }
@font-face {
  font-family: 'proxima-regular-italic';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regitalic-webfont.woff2") format("woff2"), 
    url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'proxima-regular';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regular-webfont.woff2") format("woff2"),
    url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima-semibold';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-semibold-webfont.woff2") format("woff2"), 
    url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'proxima-bold';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-bold.woff2") format("woff2"), 
    url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-bold.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'proxima-extrabold';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximaNova-Extrabold.woff") format("woff"); }
@font-face {
  font-family: 'Proxima Nova';
  src: url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regular-webfont.woff2") format("woff2"), 
    url("https://landing.iadvize.com/hubfs/US-Vpack/fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }


@font-face {
  font-family: 'proxima-light';
  src: url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/proximanova-light.woff") format("woff"), 
       url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/proximanova-light-webfont.woff") format("woff2");
  font-weight: light;
  font-style: normal;}
@font-face {
  font-family: 'proxima-regular-italic';
  src: url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/proximanova-regitalic-webfont.woff2") format("woff2"), 
       url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/proximanova-regitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'proxima-regular';
  src: url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/proximanova-regular-webfont.woff2") format("woff2"),
    url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima-semibold';
  src: url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Semibold.woff2") format("woff2"), 
    url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Semibold.woff") format("woff"),
    url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Semibold.otf") format("otf");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'proxima-bold';
  src: url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/proximanova-bold.woff") format("woff"), 
       url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Bold.otf") format("otf"),
        url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'proxima-extrabold';
  src: url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Extrabold.otf") format("otf"),
    url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Extrabld.woff2") format("woff2"),
    url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Extrabld.woff") format("woff") ; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/proximanova-regular-webfont.woff2") format("woff2"),
    url("https://info.iadvize.com/hubfs/Iadvize_October2021/fonts/ProximaNova-Regular.wofff") format("woff");
  font-weight: normal;
  font-style: normal; 
}
.modal.change_form-style .modal-content {
  background: #fff;
  position: relative;
  border: 3px solid #1bc74e !important;
  border-radius: 16px !important;
  padding: 2rem 35px;
}

.modal.change_form-style .modal-content p {
  color: #707689;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 33px;
}
.modal.change_form-style .hs-form-field label:not(.hs-error-msg) {
  color: #33475b;
}
.modal.change_form-style .modal-content form {
  max-width: 100%;
  background: transparent !important;
  box-shadow: none;
  padding: 0
}
.modal.change_form-style form .inputs-list span {
  font-size: 13px;
  line-height: 18px !important;
  white-space: normal;
  font-weight: normal;
  color: #33475b;
  font-family: helvetica;
}
.modal.change_form-style .modal-content .field {
  margin-bottom: 18px;
}
.modal.change_form-style form .inputs-list span a {
  text-decoration: underline;
}
.modal.change_form-style .hs-form-field label {
  font-family: helvetica;
  font-size: 13px
}
.modal.change_form-style form input[type=text],
.modal.change_form-style form input[type=email],
.modal.change_form-style form input[type=password],
.modal.change_form-style form input[type=tel],
.modal.change_form-style form input[type=number],
.modal.change_form-style form input[type=file],
.modal.change_form-style form select,
.modal.change_form-style form textarea {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  margin-bottom: 0 !important
}
.modal.change_form-style form .hs_submit.hs-submit input.hs-button {
  font-size: 14px;
  padding: 12px 24px;
  width: auto;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-family: helvetica;
  line-height: 12px !important;
  height: auto;
  border-radius: 3px;
}
.modal.change_form-style form .hs_submit.hs-submit input.hs-button:hover,
.modal form .hs_submit.hs-submit input.hs-button:hover {
    background: #fff;
    border: 2px solid #1d2023;
    color: #1d2023;
    cursor: pointer;
}
.modal.change_form-style .actions {
  text-align: center;
  margin: 17px 0;
  padding: 18px 0;
}

.modal-footer {
  padding: 0;
  border-top: none;
}

.modal.change_form-style button.btn-close,
.modal-header button.close {
  position: absolute;
  box-sizing: content-box;
  top: 0;
  opacity: .5;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: background-color,color,border,-webkit-box-shadow;
  transition-property: background-color,color,border,-webkit-box-shadow;
  transition-property: box-shadow,background-color,color,border;
  transition-property: box-shadow,background-color,color,border,-webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #34393f;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  display: inline-block;
}


@media screen and (max-width: 540px) {
    .modal.change_form-style button.btn-close, 
  .modal-header button.close {
      width: 2rem;
      height: 2rem;
    }
    #contact-demo > div > div > div.modal-header > button > span {
          margin-right: -25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}


.modal.change_form-style form input[type=email] {
  width: 95%;
}


.modal form .hs_submit.hs-submit input.hs-button {
   align-items: center;
    background: #1d2023;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    text-align: center;
}

html[lang="fr"] .hs-platform-tour-page .modal form .hs_submit.hs-submit input.hs-button {
  padding: 0 !important;
  border-radius: 10px !important;
}

 
.modal-header{
  border-bottom: none !important;
  display: flex;
  flex-direction: row;
  justify-content: end;
  flex-shrink: 0;
  align-items: center;
  /*justify-content: center;*/
  height: 40px;
  padding: 10px;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  color: #212529;
}

.modal-header h3.form-title, 
.modal-body h3.form-title,
.modal-header .modal-title,
.modal-body .demo-title,
 h3.form-title {
    color: #000;
    /*font-family: Montserrat,montserrat-regular,montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;*/
    font-size: 30px;
    font-weight: 700;
    margin: 0.5rem auto;
    text-align: center;
    width: 100%;
    padding: 0 24px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

.modal-open {
  overflow: hidden;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.hs-modal-form form {
  position: relative;
  flex: 1 1 auto;
  padding: 10px;
  max-width: 100%;
  box-shadow: none;
}
.hs-modal-form form .hs-form-field {
  margin-bottom: 0;
}
.hs-modal-form form .hs-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  margin-bottom: 0;
}
.hs-modal-form form .inputs-list {
  margin-bottom: 5px;
  margin-top: 0px;
}
.hs-modal-form form .inputs-list > li {
  margin: 0;
}
.hs-modal-form form .hs_submit.hs-submit {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.hs-modal-form form label {
  font-size: 0.9em;
  color: #373D4D;
  margin-bottom: .5rem;
}
.hs-modal-form form .hs_submit.hs-submit input.hs-button {
  font-family: 'proxima-semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.hs-modal-form form .inputs-list > li a {
  text-decoration: underline;
}
.hs-modal-form form .hs-error-msg {
  color: red;
}

.modal-body {
  padding: 0;
}

.hs-header-bottom-inner #demo-tab .modal-body p.form-paragraph,
.hs-header-bottom-inner #demo-tab .modal-body p.form-paragraph {
  font-family: Proxima Nova, "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.hs-header-bottom-inner #demo-tab .modal form input[type=email],
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal form input[type=email], 
html[lang="fr"] .custom-home-body-section .modal form input[type=email], 
html[lang="fr"] .hs-platform-tour-page .modal form input[type=email],
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal form input[type=email] {
  width: 100% !important;
}

#contact-demo {
 /* margin-top: 2rem;*/
  display: none;
}


.hs-header-bottom-inner #demo-tab .modal-body p.form-paragraph,
.hs-header-bottom-inner #demo-tab .modal-body p.form-paragraph {
  font-family: Proxima Nova, "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.hs-header-bottom-inner #demo-tab .modal .demo-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
   width: 100%;
}


.hs-header-bottom-inner #demo-tab .modal form input[type=email]{
  width: 100%;
}

form input[type=submit], form .hs-button {
  margin: 0;
}

form div.hs_submit.hs-submit > div.actions {
  margin-top: 2rem;
}

.submitted-message .hs-main-font-element {
  padding: 24px;
}

.submitted-message .hs-main-font-element p {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;  
}

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

.hs-error-msg, .hs-error-msg, .hs_error_rollup .hs-main-font-element {
  padding-top: 0 !important;
}

#hsForm_e222c12e-cf80-465b-8271-0c25f65b67cf_3116:lang(en) > .hs_firstname {
 margin-right: 14px; 
}

@media screen and (max-width: 450px) {
          .modal-body .demo-title, h3.form-title {
             font-size: 22px !important;
          }
          .modal form input[type=text] {
            height: 40px !important;
          }
          .hs-form-field {
            margin-bottom: 0.5rem !important;
           } 
          form div.hs_submit.hs-submit > div.actions {
              margin-top: 1rem !important;
          }
          #contact-demo {
            margin-top: 1rem !important;
          }


.footer #hs_cos_wrapper_garter_image img {
  width: 153px !important;
  height : auto;
}

.footer .items .basic p.footer-h4 {
    font-family: var(--button-font-family), "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: var(--headline-3-font-size);
    line-height: var(--footnote-line-height);
    color: var(--grey-500);
    margin-bottom: 5px;
}

.footer .items .basic p.footer-h5 {
    font-family: var(--body-font-family),"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    color: var(--grey-400);
    margin: 0;
    line-height: 25px;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: var(--body-font-weight);
}

input#email,
.hs-form-43788ef3-beb8-4005-a73c-09e3aa279398_d6beeb92-0f6d-421a-a3b0-40a97d16f084 fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-form .hs-error-msgs label {
    color: #ec5d61;
    background-color: white;
}
 
/** 
 * popin *
 **
 **
 **/
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
  font-family: proxima-extrabold,Helvetica Neue,Helvetica,Arial,sans-serif;
}
  
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form p, 
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p,
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button {
  font-family: proxima-regular,Helvetica Neue,Helvetica,Arial,sans-serif;
  }