@font-face {
  font-family: 'Neutraface-Titling';
  src: url('https://6849930.fs1.hubspotusercontent-na1.net/hubfs/6849930/NeutraDisplay-Titling.otf') format('truetype'),
    url('https://6849930.fs1.hubspotusercontent-na1.net/hubfs/6849930/NeutraDisplay-Titling.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neutraface-text';
  src: url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-Bold.otf') format('truetype'),
    url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Neutraface-text';
  src: url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-Demi.otf') format('truetype'),
    url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-Demi.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Neutraface-text';
  src: url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-Book.otf') format('truetype'), 
    url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neutraface-text';
  src: url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-Light.otf') format('truetype'), 
    url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* ITALIC */
@font-face {
  font-family: 'Neutraface-text';
  src: url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-BoldItalic.otf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Neutraface-text';
  src: url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-BookItalic.otf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Neutraface-text';
  src: url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-DemiItalic.otf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Neutraface-text';
  src: url('https://resources.shippeo.com/hubfs/0.%20Fonts/NeutraText-LightItalic.otf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
/*! 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: 0.1rem 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: -0.2rem;
  /* 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;
}
*, *:before, *:after {
  box-sizing: border-box;
}




.hs-inline-edit .body-container-wrapper [data-test*='selenium'] {
  position: initial!important;
}

main {
  z-index: 1;
}

.dnd-section {
  position: relative;
}

.dnd-section > .row-fluid, .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: calc(1200.0px);
}

.dnd-section > .row-fluid.fw, .container.fw {
  max-width: 100%;
}

main .container-fluid {
  overflow: hidden;
}

main .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

main > .container-fluid .widget-span > .dnd-section:first-child {
  padding-top: calc(80px * 1.5);
}

main[class*='webinar'] > .container-fluid .widget-span > .dnd-section:first-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  main[class*='webinar'] > .container-fluid .widget-span>.dnd-section:first-child {
    padding-top: 25rem;
  }
}

main > .container-fluid .widget-span > .dnd-section:not([class*="background"]) + .dnd-section:not([class*="background"]) {
  padding-top: 0;
}

main > .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-span > .dnd-section > .row-fluid > .dnd-column > .dnd-row:not(:first-child) {
  margin-top: calc(80px / 2);
}

.dnd-section .dnd-row .row-fluid {
  margin-left: calc(40px / -4);    
  margin-right: calc(40px / -4);
}

.dnd-section .row-fluid {
  display: flex;
  flex-flow: row wrap;
}

.dnd-section .row-fluid [class*='span'] {
  padding-left: calc(40px / 4);    
  padding-right: calc(40px / 4);
}

.dnd-section .row-fluid [class*='span']:only-child {
  margin-left: auto;
  margin-right: auto;
}

.dnd-section[class*="force-full-width"] > .row-fluid > [class*='span']:first-child {
  padding-left: 0;
}

.dnd-section[class*="force-full-width"] > .row-fluid > [class*='span']:last-child {
  padding-right: 0;
}

@media (max-width: 479px) {
  main .dnd-section > .row-fluid {
    max-width: 95%;
  }
}


@media (max-width: 991px) {
  main .dnd-section > .row-fluid {
    max-width: 90%;
  }
}


[class*='span'] {
  width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  [class*='span'].span1 {
    width: 8.333333%;
    flex: 0 0 8.333333%;
  }

  [class*='span'].span2 {
    width: 16.666666%;
    flex: 0 0 16.666666%;
  }

  [class*='span'].span3 {
    width: 25%;
    flex: 0 0 25%;
  }

  [class*='span'].span4 {
    width: 33.333333%;
    flex: 0 0 33.333333%;
  }

  [class*='span'].span5 {
    width: 41.666666%;
    flex: 0 0 41.666666%;
  }

  [class*='span'].span6 {
    width: 50%;
    flex: 0 0 50%;
  }

  [class*='span'].span7 {
    width: 58.333333%;
    flex: 0 0 58.333333%;
  }

  [class*='span'].span8 {
    width: 66.666666%;
    flex: 0 0 66.666666%;
  }

  [class*='span'].span9 {
    width: 75%;
    flex: 0 0 75%;
  }

  [class*='span'].span10 {
    width: 83.333333%;
    flex: 0 0 83.333333%;
  }

  [class*='span'].span11 {
    width: 91.666666%;
    flex: 0 0 91.666666%;
  }

  [class*='span'].span12 {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  main .dnd-section .row-fluid [class*='span']:not(:first-child) {
    margin-top: calc(4rem / 2);
  }
}


.mt-auto { margin-top: auto; }  
.mb-auto { margin-bottom: auto; }  
.ms-auto { margin-left: auto; }  
.me-auto { margin-right: auto; } 

.mt-0 { margin-top: 0; }  
.mb-0 { margin-bottom: 0; }  
.ms-0 { margin-left: 0; }  
.me-0 { margin-right: 0; } 

.mt-1 { margin-top: calc(0.5rem * 1); }
.mt-2 { margin-top: calc(0.5rem * 2); }
.mt-3 { margin-top: calc(0.5rem * 3); }
.mt-4 { margin-top: calc(0.5rem * 4); }
.mt-5 { margin-top: calc(0.5rem * 5); }
.mt-6 { margin-top: calc(0.5rem * 6); }
.mt-7 { margin-top: calc(0.5rem * 7); }
.mt-8 { margin-top: calc(0.5rem * 8); }
.mt-9 { margin-top: calc(0.5rem * 9); }
.mt-10 { margin-top: calc(0.5rem * 10); }

.mb-1 { margin-bottom: calc(0.5rem * 1); }
.mb-2 { margin-bottom: calc(0.5rem * 2); }
.mb-3 { margin-bottom: calc(0.5rem * 3); }
.mb-4 { margin-bottom: calc(0.5rem * 4); }
.mb-5 { margin-bottom: calc(0.5rem * 5); }
.mb-6 { margin-bottom: calc(0.5rem * 6); }
.mb-7 { margin-bottom: calc(0.5rem * 7); }
.mb-8 { margin-bottom: calc(0.5rem * 8); }
.mb-9 { margin-bottom: calc(0.5rem * 9); }
.mb-10 { margin-bottom: calc(0.5rem * 10); }

.ms-1 { margin-left: calc(0.5rem * 1); }
.ms-2 { margin-left: calc(0.5rem * 2); }
.ms-3 { margin-left: calc(0.5rem * 3); }
.ms-4 { margin-left: calc(0.5rem * 4); }
.ms-5 { margin-left: calc(0.5rem * 5); }
.ms-6 { margin-left: calc(0.5rem * 6); }
.ms-7 { margin-left: calc(0.5rem * 7); }
.ms-8 { margin-left: calc(0.5rem * 8); }
.ms-9 { margin-left: calc(0.5rem * 9); }
.ms-10 { margin-left: calc(0.5rem * 10); }

.me-1 { margin-right: calc(0.5rem * 1); }
.me-2 { margin-right: calc(0.5rem * 2); }
.me-3 { margin-right: calc(0.5rem * 3); }
.me-4 { margin-right: calc(0.5rem * 4); }
.me-5 { margin-right: calc(0.5rem * 5); }
.me-6 { margin-right: calc(0.5rem * 6); }
.me-7 { margin-right: calc(0.5rem * 7); }
.me-8 { margin-right: calc(0.5rem * 8); }
.me-9 { margin-right: calc(0.5rem * 9); }
.me-10 { margin-right: calc(0.5rem * 10); }

@media (min-width: 480px) {
  .mt-xs-0 { margin-top: 0; }  
  .mb-xs-0 { margin-bottom: 0; }  
  .ms-xs-0 { margin-left: 0; }  
  .me-xs-0 { margin-right: 0; } 

  .mt-xs-1 { margin-top: calc(0.5rem * 1); }
  .mt-xs-2 { margin-top: calc(0.5rem * 2); }
  .mt-xs-3 { margin-top: calc(0.5rem * 3); }
  .mt-xs-4 { margin-top: calc(0.5rem * 4); }
  .mt-xs-5 { margin-top: calc(0.5rem * 5); }
  .mt-xs-6 { margin-top: calc(0.5rem * 6); }
  .mt-xs-7 { margin-top: calc(0.5rem * 7); }
  .mt-xs-8 { margin-top: calc(0.5rem * 8); }
  .mt-xs-9 { margin-top: calc(0.5rem * 9); }
  .mt-xs-10 { margin-top: calc(0.5rem * 10); }

  .mb-xs-1 { margin-bottom: calc(0.5rem * 1); }
  .mb-xs-2 { margin-bottom: calc(0.5rem * 2); }
  .mb-xs-3 { margin-bottom: calc(0.5rem * 3); }
  .mb-xs-4 { margin-bottom: calc(0.5rem * 4); }
  .mb-xs-5 { margin-bottom: calc(0.5rem * 5); }
  .mb-xs-6 { margin-bottom: calc(0.5rem * 6); }
  .mb-xs-7 { margin-bottom: calc(0.5rem * 7); }
  .mb-xs-8 { margin-bottom: calc(0.5rem * 8); }
  .mb-xs-9 { margin-bottom: calc(0.5rem * 9); }
  .mb-xs-10 { margin-bottom: calc(0.5rem * 10); }

  .ms-xs-1 { margin-left: calc(0.5rem * 1); }
  .ms-xs-2 { margin-left: calc(0.5rem * 2); }
  .ms-xs-3 { margin-left: calc(0.5rem * 3); }
  .ms-xs-4 { margin-left: calc(0.5rem * 4); }
  .ms-xs-5 { margin-left: calc(0.5rem * 5); }
  .ms-xs-6 { margin-left: calc(0.5rem * 6); }
  .ms-xs-7 { margin-left: calc(0.5rem * 7); }
  .ms-xs-8 { margin-left: calc(0.5rem * 8); }
  .ms-xs-9 { margin-left: calc(0.5rem * 9); }
  .ms-xs-10 { margin-left: calc(0.5rem * 10); }

  .me-xs-1 { margin-right: calc(0.5rem * 1); }
  .me-xs-2 { margin-right: calc(0.5rem * 2); }
  .me-xs-3 { margin-right: calc(0.5rem * 3); }
  .me-xs-4 { margin-right: calc(0.5rem * 4); }
  .me-xs-5 { margin-right: calc(0.5rem * 5); }
  .me-xs-6 { margin-right: calc(0.5rem * 6); }
  .me-xs-7 { margin-right: calc(0.5rem * 7); }
  .me-xs-8 { margin-right: calc(0.5rem * 8); }
  .me-xs-9 { margin-right: calc(0.5rem * 9); }
  .me-xs-10 { margin-right: calc(0.5rem * 10); }
}

@media (min-width: 768px) {
  .mt-sm-0 { margin-top: 0; }  
  .mb-sm-0 { margin-bottom: 0; }  
  .ms-sm-0 { margin-left: 0; }  
  .me-sm-0 { margin-right: 0; } 

  .mt-sm-1 { margin-top: calc(0.5rem * 1); }
  .mt-sm-2 { margin-top: calc(0.5rem * 2); }
  .mt-sm-3 { margin-top: calc(0.5rem * 3); }
  .mt-sm-4 { margin-top: calc(0.5rem * 4); }
  .mt-sm-5 { margin-top: calc(0.5rem * 5); }
  .mt-sm-6 { margin-top: calc(0.5rem * 6); }
  .mt-sm-7 { margin-top: calc(0.5rem * 7); }
  .mt-sm-8 { margin-top: calc(0.5rem * 8); }
  .mt-sm-9 { margin-top: calc(0.5rem * 9); }
  .mt-sm-10 { margin-top: calc(0.5rem * 10); }

  .mb-sm-1 { margin-bottom: calc(0.5rem * 1); }
  .mb-sm-2 { margin-bottom: calc(0.5rem * 2); }
  .mb-sm-3 { margin-bottom: calc(0.5rem * 3); }
  .mb-sm-4 { margin-bottom: calc(0.5rem * 4); }
  .mb-sm-5 { margin-bottom: calc(0.5rem * 5); }
  .mb-sm-6 { margin-bottom: calc(0.5rem * 6); }
  .mb-sm-7 { margin-bottom: calc(0.5rem * 7); }
  .mb-sm-8 { margin-bottom: calc(0.5rem * 8); }
  .mb-sm-9 { margin-bottom: calc(0.5rem * 9); }
  .mb-sm-10 { margin-bottom: calc(0.5rem * 10); }

  .ms-sm-1 { margin-left: calc(0.5rem * 1); }
  .ms-sm-2 { margin-left: calc(0.5rem * 2); }
  .ms-sm-3 { margin-left: calc(0.5rem * 3); }
  .ms-sm-4 { margin-left: calc(0.5rem * 4); }
  .ms-sm-5 { margin-left: calc(0.5rem * 5); }
  .ms-sm-6 { margin-left: calc(0.5rem * 6); }
  .ms-sm-7 { margin-left: calc(0.5rem * 7); }
  .ms-sm-8 { margin-left: calc(0.5rem * 8); }
  .ms-sm-9 { margin-left: calc(0.5rem * 9); }
  .ms-sm-10 { margin-left: calc(0.5rem * 10); }

  .me-sm-1 { margin-right: calc(0.5rem * 1); }
  .me-sm-2 { margin-right: calc(0.5rem * 2); }
  .me-sm-3 { margin-right: calc(0.5rem * 3); }
  .me-sm-4 { margin-right: calc(0.5rem * 4); }
  .me-sm-5 { margin-right: calc(0.5rem * 5); }
  .me-sm-6 { margin-right: calc(0.5rem * 6); }
  .me-sm-7 { margin-right: calc(0.5rem * 7); }
  .me-sm-8 { margin-right: calc(0.5rem * 8); }
  .me-sm-9 { margin-right: calc(0.5rem * 9); }
  .me-sm-10 { margin-right: calc(0.5rem * 10); }
}

@media (min-width: 992px) {
  .mt-md-0 { margin-top: 0; }  
  .mb-md-0 { margin-bottom: 0; }  
  .ms-md-0 { margin-left: 0; }  
  .me-md-0 { margin-right: 0; }  

  .mt-md-1 { margin-top: calc(0.5rem * 1); }
  .mt-md-2 { margin-top: calc(0.5rem * 2); }
  .mt-md-3 { margin-top: calc(0.5rem * 3); }
  .mt-md-4 { margin-top: calc(0.5rem * 4); }
  .mt-md-5 { margin-top: calc(0.5rem * 5); }
  .mt-md-6 { margin-top: calc(0.5rem * 6); }
  .mt-md-7 { margin-top: calc(0.5rem * 7); }
  .mt-md-8 { margin-top: calc(0.5rem * 8); }
  .mt-md-9 { margin-top: calc(0.5rem * 9); }
  .mt-md-10 { margin-top: calc(0.5rem * 10); }

  .mb-md-1 { margin-bottom: calc(0.5rem * 1); }
  .mb-md-2 { margin-bottom: calc(0.5rem * 2); }
  .mb-md-3 { margin-bottom: calc(0.5rem * 3); }
  .mb-md-4 { margin-bottom: calc(0.5rem * 4); }
  .mb-md-5 { margin-bottom: calc(0.5rem * 5); }
  .mb-md-6 { margin-bottom: calc(0.5rem * 6); }
  .mb-md-7 { margin-bottom: calc(0.5rem * 7); }
  .mb-md-8 { margin-bottom: calc(0.5rem * 8); }
  .mb-md-9 { margin-bottom: calc(0.5rem * 9); }
  .mb-md-10 { margin-bottom: calc(0.5rem * 10); }

  .ms-md-1 { margin-left: calc(0.5rem * 1); }
  .ms-md-2 { margin-left: calc(0.5rem * 2); }
  .ms-md-3 { margin-left: calc(0.5rem * 3); }
  .ms-md-4 { margin-left: calc(0.5rem * 4); }
  .ms-md-5 { margin-left: calc(0.5rem * 5); }
  .ms-md-6 { margin-left: calc(0.5rem * 6); }
  .ms-md-7 { margin-left: calc(0.5rem * 7); }
  .ms-md-8 { margin-left: calc(0.5rem * 8); }
  .ms-md-9 { margin-left: calc(0.5rem * 9); }
  .ms-md-10 { margin-left: calc(0.5rem * 10); }

  .me-md-1 { margin-right: calc(0.5rem * 1); }
  .me-md-2 { margin-right: calc(0.5rem * 2); }
  .me-md-3 { margin-right: calc(0.5rem * 3); }
  .me-md-4 { margin-right: calc(0.5rem * 4); }
  .me-md-5 { margin-right: calc(0.5rem * 5); }
  .me-md-6 { margin-right: calc(0.5rem * 6); }
  .me-md-7 { margin-right: calc(0.5rem * 7); }
  .me-md-8 { margin-right: calc(0.5rem * 8); }
  .me-md-9 { margin-right: calc(0.5rem * 9); }
  .me-md-10 { margin-right: calc(0.5rem * 10); }
}

@media (min-width: 1200px) {
  .mt-lg-0 { margin-top: 0; }  
  .mb-lg-0 { margin-bottom: 0; }  
  .ms-lg-0 { margin-left: 0; }  
  .me-lg-0 { margin-right: 0; } 

  .mt-lg-1 { margin-top: calc(0.5rem * 1); }
  .mt-lg-2 { margin-top: calc(0.5rem * 2); }
  .mt-lg-3 { margin-top: calc(0.5rem * 3); }
  .mt-lg-4 { margin-top: calc(0.5rem * 4); }
  .mt-lg-5 { margin-top: calc(0.5rem * 5); }
  .mt-lg-6 { margin-top: calc(0.5rem * 6); }
  .mt-lg-7 { margin-top: calc(0.5rem * 7); }
  .mt-lg-8 { margin-top: calc(0.5rem * 8); }
  .mt-lg-9 { margin-top: calc(0.5rem * 9); }
  .mt-lg-10 { margin-top: calc(0.5rem * 10); }

  .mb-lg-1 { margin-bottom: calc(0.5rem * 1); }
  .mb-lg-2 { margin-bottom: calc(0.5rem * 2); }
  .mb-lg-3 { margin-bottom: calc(0.5rem * 3); }
  .mb-lg-4 { margin-bottom: calc(0.5rem * 4); }
  .mb-lg-5 { margin-bottom: calc(0.5rem * 5); }
  .mb-lg-6 { margin-bottom: calc(0.5rem * 6); }
  .mb-lg-7 { margin-bottom: calc(0.5rem * 7); }
  .mb-lg-8 { margin-bottom: calc(0.5rem * 8); }
  .mb-lg-9 { margin-bottom: calc(0.5rem * 9); }
  .mb-lg-10 { margin-bottom: calc(0.5rem * 10); }

  .ms-lg-1 { margin-left: calc(0.5rem * 1); }
  .ms-lg-2 { margin-left: calc(0.5rem * 2); }
  .ms-lg-3 { margin-left: calc(0.5rem * 3); }
  .ms-lg-4 { margin-left: calc(0.5rem * 4); }
  .ms-lg-5 { margin-left: calc(0.5rem * 5); }
  .ms-lg-6 { margin-left: calc(0.5rem * 6); }
  .ms-lg-7 { margin-left: calc(0.5rem * 7); }
  .ms-lg-8 { margin-left: calc(0.5rem * 8); }
  .ms-lg-9 { margin-left: calc(0.5rem * 9); }
  .ms-lg-10 { margin-left: calc(0.5rem * 10); }

  .me-lg-1 { margin-right: calc(0.5rem * 1); }
  .me-lg-2 { margin-right: calc(0.5rem * 2); }
  .me-lg-3 { margin-right: calc(0.5rem * 3); }
  .me-lg-4 { margin-right: calc(0.5rem * 4); }
  .me-lg-5 { margin-right: calc(0.5rem * 5); }
  .me-lg-6 { margin-right: calc(0.5rem * 6); }
  .me-lg-7 { margin-right: calc(0.5rem * 7); }
  .me-lg-8 { margin-right: calc(0.5rem * 8); }
  .me-lg-9 { margin-right: calc(0.5rem * 9); }
  .me-lg-10 { margin-right: calc(0.5rem * 10); }
}

@media (min-width: 1440px) {
  .mt-xl-0 { margin-top: 0; }  
  .mb-xl-0 { margin-bottom: 0; }  
  .ms-xl-0 { margin-left: 0; }  
  .me-xl-0 { margin-right: 0; } 

  .mt-xl-1 { margin-top: calc(0.5rem * 1); }
  .mt-xl-2 { margin-top: calc(0.5rem * 2); }
  .mt-xl-3 { margin-top: calc(0.5rem * 3); }
  .mt-xl-4 { margin-top: calc(0.5rem * 4); }
  .mt-xl-5 { margin-top: calc(0.5rem * 5); }
  .mt-xl-6 { margin-top: calc(0.5rem * 6); }
  .mt-xl-7 { margin-top: calc(0.5rem * 7); }
  .mt-xl-8 { margin-top: calc(0.5rem * 8); }
  .mt-xl-9 { margin-top: calc(0.5rem * 9); }
  .mt-xl-10 { margin-top: calc(0.5rem * 10); }

  .mb-xl-1 { margin-bottom: calc(0.5rem * 1); }
  .mb-xl-2 { margin-bottom: calc(0.5rem * 2); }
  .mb-xl-3 { margin-bottom: calc(0.5rem * 3); }
  .mb-xl-4 { margin-bottom: calc(0.5rem * 4); }
  .mb-xl-5 { margin-bottom: calc(0.5rem * 5); }
  .mb-xl-6 { margin-bottom: calc(0.5rem * 6); }
  .mb-xl-7 { margin-bottom: calc(0.5rem * 7); }
  .mb-xl-8 { margin-bottom: calc(0.5rem * 8); }
  .mb-xl-9 { margin-bottom: calc(0.5rem * 9); }
  .mb-xl-10 { margin-bottom: calc(0.5rem * 10); }

  .ms-xl-1 { margin-left: calc(0.5rem * 1); }
  .ms-xl-2 { margin-left: calc(0.5rem * 2); }
  .ms-xl-3 { margin-left: calc(0.5rem * 3); }
  .ms-xl-4 { margin-left: calc(0.5rem * 4); }
  .ms-xl-5 { margin-left: calc(0.5rem * 5); }
  .ms-xl-6 { margin-left: calc(0.5rem * 6); }
  .ms-xl-7 { margin-left: calc(0.5rem * 7); }
  .ms-xl-8 { margin-left: calc(0.5rem * 8); }
  .ms-xl-9 { margin-left: calc(0.5rem * 9); }
  .ms-xl-10 { margin-left: calc(0.5rem * 10); }

  .me-xl-1 { margin-right: calc(0.5rem * 1); }
  .me-xl-2 { margin-right: calc(0.5rem * 2); }
  .me-xl-3 { margin-right: calc(0.5rem * 3); }
  .me-xl-4 { margin-right: calc(0.5rem * 4); }
  .me-xl-5 { margin-right: calc(0.5rem * 5); }
  .me-xl-6 { margin-right: calc(0.5rem * 6); }
  .me-xl-7 { margin-right: calc(0.5rem * 7); }
  .me-xl-8 { margin-right: calc(0.5rem * 8); }
  .me-xl-9 { margin-right: calc(0.5rem * 9); }
  .me-xl-10 { margin-right: calc(0.5rem * 10); }
}

.pt-0 { padding-top: 0; }  
.pb-0 { padding-bottom: 0; }  
.ps-0 { padding-left: 0; }  
.pe-0 { padding-right: 0; } 

.pt-1 { padding-top: calc(0.5rem * 1); }
.pt-2 { padding-top: calc(0.5rem * 2); }
.pt-3 { padding-top: calc(0.5rem * 3); }
.pt-4 { padding-top: calc(0.5rem * 4); }
.pt-5 { padding-top: calc(0.5rem * 5); }
.pt-6 { padding-top: calc(0.5rem * 6); }
.pt-7 { padding-top: calc(0.5rem * 7); }
.pt-8 { padding-top: calc(0.5rem * 8); }
.pt-9 { padding-top: calc(0.5rem * 9); }
.pt-10 { padding-top: calc(0.5rem * 10); }

.pb-1 { padding-bottom: calc(0.5rem * 1); }
.pb-2 { padding-bottom: calc(0.5rem * 2); }
.pb-3 { padding-bottom: calc(0.5rem * 3); }
.pb-4 { padding-bottom: calc(0.5rem * 4); }
.pb-5 { padding-bottom: calc(0.5rem * 5); }
.pb-6 { padding-bottom: calc(0.5rem * 6); }
.pb-7 { padding-bottom: calc(0.5rem * 7); }
.pb-8 { padding-bottom: calc(0.5rem * 8); }
.pb-9 { padding-bottom: calc(0.5rem * 9); }
.pb-10 { padding-bottom: calc(0.5rem * 10); }

.ps-1 { padding-left: calc(0.5rem * 1); }
.ps-2 { padding-left: calc(0.5rem * 2); }
.ps-3 { padding-left: calc(0.5rem * 3); }
.ps-4 { padding-left: calc(0.5rem * 4); }
.ps-5 { padding-left: calc(0.5rem * 5); }
.ps-6 { padding-left: calc(0.5rem * 6); }
.ps-7 { padding-left: calc(0.5rem * 7); }
.ps-8 { padding-left: calc(0.5rem * 8); }
.ps-9 { padding-left: calc(0.5rem * 9); }
.ps-10 { padding-left: calc(0.5rem * 10); }

.pe-1 { padding-right: calc(0.5rem * 1); }
.pe-2 { padding-right: calc(0.5rem * 2); }
.pe-3 { padding-right: calc(0.5rem * 3); }
.pe-4 { padding-right: calc(0.5rem * 4); }
.pe-5 { padding-right: calc(0.5rem * 5); }
.pe-6 { padding-right: calc(0.5rem * 6); }
.pe-7 { padding-right: calc(0.5rem * 7); }
.pe-8 { padding-right: calc(0.5rem * 8); }
.pe-9 { padding-right: calc(0.5rem * 9); }
.pe-10 { padding-right: calc(0.5rem * 10); }

@media (min-width: 480px) {
  .pt-xs-0 { padding-top: 0; }  
  .pb-xs-0 { padding-bottom: 0; }  
  .ps-xs-0 { padding-left: 0; }  
  .pe-xs-0 { padding-right: 0; } 

  .pt-xs-1 { padding-top: calc(0.5rem * 1); }
  .pt-xs-2 { padding-top: calc(0.5rem * 2); }
  .pt-xs-3 { padding-top: calc(0.5rem * 3); }
  .pt-xs-4 { padding-top: calc(0.5rem * 4); }
  .pt-xs-5 { padding-top: calc(0.5rem * 5); }
  .pt-xs-6 { padding-top: calc(0.5rem * 6); }
  .pt-xs-7 { padding-top: calc(0.5rem * 7); }
  .pt-xs-8 { padding-top: calc(0.5rem * 8); }
  .pt-xs-9 { padding-top: calc(0.5rem * 9); }
  .pt-xs-10 { padding-top: calc(0.5rem * 10); }

  .pb-xs-1 { padding-bottom: calc(0.5rem * 1); }
  .pb-xs-2 { padding-bottom: calc(0.5rem * 2); }
  .pb-xs-3 { padding-bottom: calc(0.5rem * 3); }
  .pb-xs-4 { padding-bottom: calc(0.5rem * 4); }
  .pb-xs-5 { padding-bottom: calc(0.5rem * 5); }
  .pb-xs-6 { padding-bottom: calc(0.5rem * 6); }
  .pb-xs-7 { padding-bottom: calc(0.5rem * 7); }
  .pb-xs-8 { padding-bottom: calc(0.5rem * 8); }
  .pb-xs-9 { padding-bottom: calc(0.5rem * 9); }
  .pb-xs-10 { padding-bottom: calc(0.5rem * 10); }

  .ps-xs-1 { padding-left: calc(0.5rem * 1); }
  .ps-xs-2 { padding-left: calc(0.5rem * 2); }
  .ps-xs-3 { padding-left: calc(0.5rem * 3); }
  .ps-xs-4 { padding-left: calc(0.5rem * 4); }
  .ps-xs-5 { padding-left: calc(0.5rem * 5); }
  .ps-xs-6 { padding-left: calc(0.5rem * 6); }
  .ps-xs-7 { padding-left: calc(0.5rem * 7); }
  .ps-xs-8 { padding-left: calc(0.5rem * 8); }
  .ps-xs-9 { padding-left: calc(0.5rem * 9); }
  .ps-xs-10 { padding-left: calc(0.5rem * 10); }

  .pe-xs-1 { padding-right: calc(0.5rem * 1); }
  .pe-xs-2 { padding-right: calc(0.5rem * 2); }
  .pe-xs-3 { padding-right: calc(0.5rem * 3); }
  .pe-xs-4 { padding-right: calc(0.5rem * 4); }
  .pe-xs-5 { padding-right: calc(0.5rem * 5); }
  .pe-xs-6 { padding-right: calc(0.5rem * 6); }
  .pe-xs-7 { padding-right: calc(0.5rem * 7); }
  .pe-xs-8 { padding-right: calc(0.5rem * 8); }
  .pe-xs-9 { padding-right: calc(0.5rem * 9); }
  .pe-xs-10 { padding-right: calc(0.5rem * 10); }
}

@media (min-width: 768px) {
  .pt-sm-0 { padding-top: 0; }  
  .pb-sm-0 { padding-bottom: 0; }  
  .ps-sm-0 { padding-left: 0; }  
  .pe-sm-0 { padding-right: 0; } 

  .pt-sm-1 { padding-top: calc(0.5rem * 1); }
  .pt-sm-2 { padding-top: calc(0.5rem * 2); }
  .pt-sm-3 { padding-top: calc(0.5rem * 3); }
  .pt-sm-4 { padding-top: calc(0.5rem * 4); }
  .pt-sm-5 { padding-top: calc(0.5rem * 5); }
  .pt-sm-6 { padding-top: calc(0.5rem * 6); }
  .pt-sm-7 { padding-top: calc(0.5rem * 7); }
  .pt-sm-8 { padding-top: calc(0.5rem * 8); }
  .pt-sm-9 { padding-top: calc(0.5rem * 9); }
  .pt-sm-10 { padding-top: calc(0.5rem * 10); }

  .pb-sm-1 { padding-bottom: calc(0.5rem * 1); }
  .pb-sm-2 { padding-bottom: calc(0.5rem * 2); }
  .pb-sm-3 { padding-bottom: calc(0.5rem * 3); }
  .pb-sm-4 { padding-bottom: calc(0.5rem * 4); }
  .pb-sm-5 { padding-bottom: calc(0.5rem * 5); }
  .pb-sm-6 { padding-bottom: calc(0.5rem * 6); }
  .pb-sm-7 { padding-bottom: calc(0.5rem * 7); }
  .pb-sm-8 { padding-bottom: calc(0.5rem * 8); }
  .pb-sm-9 { padding-bottom: calc(0.5rem * 9); }
  .pb-sm-10 { padding-bottom: calc(0.5rem * 10); }

  .ps-sm-1 { padding-left: calc(0.5rem * 1); }
  .ps-sm-2 { padding-left: calc(0.5rem * 2); }
  .ps-sm-3 { padding-left: calc(0.5rem * 3); }
  .ps-sm-4 { padding-left: calc(0.5rem * 4); }
  .ps-sm-5 { padding-left: calc(0.5rem * 5); }
  .ps-sm-6 { padding-left: calc(0.5rem * 6); }
  .ps-sm-7 { padding-left: calc(0.5rem * 7); }
  .ps-sm-8 { padding-left: calc(0.5rem * 8); }
  .ps-sm-9 { padding-left: calc(0.5rem * 9); }
  .ps-sm-10 { padding-left: calc(0.5rem * 10); }

  .pe-sm-1 { padding-right: calc(0.5rem * 1); }
  .pe-sm-2 { padding-right: calc(0.5rem * 2); }
  .pe-sm-3 { padding-right: calc(0.5rem * 3); }
  .pe-sm-4 { padding-right: calc(0.5rem * 4); }
  .pe-sm-5 { padding-right: calc(0.5rem * 5); }
  .pe-sm-6 { padding-right: calc(0.5rem * 6); }
  .pe-sm-7 { padding-right: calc(0.5rem * 7); }
  .pe-sm-8 { padding-right: calc(0.5rem * 8); }
  .pe-sm-9 { padding-right: calc(0.5rem * 9); }
  .pe-sm-10 { padding-right: calc(0.5rem * 10); }
}

@media (min-width: 992px) {
  .pt-md-0 { padding-top: 0; }  
  .pb-md-0 { padding-bottom: 0; }  
  .ps-md-0 { padding-left: 0; }  
  .pe-md-0 { padding-right: 0; } 

  .pt-md-1 { padding-top: calc(0.5rem * 1); }
  .pt-md-2 { padding-top: calc(0.5rem * 2); }
  .pt-md-3 { padding-top: calc(0.5rem * 3); }
  .pt-md-4 { padding-top: calc(0.5rem * 4); }
  .pt-md-5 { padding-top: calc(0.5rem * 5); }
  .pt-md-6 { padding-top: calc(0.5rem * 6); }
  .pt-md-7 { padding-top: calc(0.5rem * 7); }
  .pt-md-8 { padding-top: calc(0.5rem * 8); }
  .pt-md-9 { padding-top: calc(0.5rem * 9); }
  .pt-md-10 { padding-top: calc(0.5rem * 10); }

  .pb-md-1 { padding-bottom: calc(0.5rem * 1); }
  .pb-md-2 { padding-bottom: calc(0.5rem * 2); }
  .pb-md-3 { padding-bottom: calc(0.5rem * 3); }
  .pb-md-4 { padding-bottom: calc(0.5rem * 4); }
  .pb-md-5 { padding-bottom: calc(0.5rem * 5); }
  .pb-md-6 { padding-bottom: calc(0.5rem * 6); }
  .pb-md-7 { padding-bottom: calc(0.5rem * 7); }
  .pb-md-8 { padding-bottom: calc(0.5rem * 8); }
  .pb-md-9 { padding-bottom: calc(0.5rem * 9); }
  .pb-md-10 { padding-bottom: calc(0.5rem * 10); }

  .ps-md-1 { padding-left: calc(0.5rem * 1); }
  .ps-md-2 { padding-left: calc(0.5rem * 2); }
  .ps-md-3 { padding-left: calc(0.5rem * 3); }
  .ps-md-4 { padding-left: calc(0.5rem * 4); }
  .ps-md-5 { padding-left: calc(0.5rem * 5); }
  .ps-md-6 { padding-left: calc(0.5rem * 6); }
  .ps-md-7 { padding-left: calc(0.5rem * 7); }
  .ps-md-8 { padding-left: calc(0.5rem * 8); }
  .ps-md-9 { padding-left: calc(0.5rem * 9); }
  .ps-md-10 { padding-left: calc(0.5rem * 10); }

  .pe-md-1 { padding-right: calc(0.5rem * 1); }
  .pe-md-2 { padding-right: calc(0.5rem * 2); }
  .pe-md-3 { padding-right: calc(0.5rem * 3); }
  .pe-md-4 { padding-right: calc(0.5rem * 4); }
  .pe-md-5 { padding-right: calc(0.5rem * 5); }
  .pe-md-6 { padding-right: calc(0.5rem * 6); }
  .pe-md-7 { padding-right: calc(0.5rem * 7); }
  .pe-md-8 { padding-right: calc(0.5rem * 8); }
  .pe-md-9 { padding-right: calc(0.5rem * 9); }
  .pe-md-10 { padding-right: calc(0.5rem * 10); }
}

@media (min-width: 1200px) {
  .pt-lg-0 { padding-top: 0; }  
  .pb-lg-0 { padding-bottom: 0; }  
  .ps-lg-0 { padding-left: 0; }  
  .pe-lg-0 { padding-right: 0; } 

  .pt-lg-1 { padding-top: calc(0.5rem * 1); }
  .pt-lg-2 { padding-top: calc(0.5rem * 2); }
  .pt-lg-3 { padding-top: calc(0.5rem * 3); }
  .pt-lg-4 { padding-top: calc(0.5rem * 4); }
  .pt-lg-5 { padding-top: calc(0.5rem * 5); }
  .pt-lg-6 { padding-top: calc(0.5rem * 6); }
  .pt-lg-7 { padding-top: calc(0.5rem * 7); }
  .pt-lg-8 { padding-top: calc(0.5rem * 8); }
  .pt-lg-9 { padding-top: calc(0.5rem * 9); }
  .pt-lg-10 { padding-top: calc(0.5rem * 10); }

  .pb-lg-1 { padding-bottom: calc(0.5rem * 1); }
  .pb-lg-2 { padding-bottom: calc(0.5rem * 2); }
  .pb-lg-3 { padding-bottom: calc(0.5rem * 3); }
  .pb-lg-4 { padding-bottom: calc(0.5rem * 4); }
  .pb-lg-5 { padding-bottom: calc(0.5rem * 5); }
  .pb-lg-6 { padding-bottom: calc(0.5rem * 6); }
  .pb-lg-7 { padding-bottom: calc(0.5rem * 7); }
  .pb-lg-8 { padding-bottom: calc(0.5rem * 8); }
  .pb-lg-9 { padding-bottom: calc(0.5rem * 9); }
  .pb-lg-10 { padding-bottom: calc(0.5rem * 10); }

  .ps-lg-1 { padding-left: calc(0.5rem * 1); }
  .ps-lg-2 { padding-left: calc(0.5rem * 2); }
  .ps-lg-3 { padding-left: calc(0.5rem * 3); }
  .ps-lg-4 { padding-left: calc(0.5rem * 4); }
  .ps-lg-5 { padding-left: calc(0.5rem * 5); }
  .ps-lg-6 { padding-left: calc(0.5rem * 6); }
  .ps-lg-7 { padding-left: calc(0.5rem * 7); }
  .ps-lg-8 { padding-left: calc(0.5rem * 8); }
  .ps-lg-9 { padding-left: calc(0.5rem * 9); }
  .ps-lg-10 { padding-left: calc(0.5rem * 10); }

  .pe-lg-1 { padding-right: calc(0.5rem * 1); }
  .pe-lg-2 { padding-right: calc(0.5rem * 2); }
  .pe-lg-3 { padding-right: calc(0.5rem * 3); }
  .pe-lg-4 { padding-right: calc(0.5rem * 4); }
  .pe-lg-5 { padding-right: calc(0.5rem * 5); }
  .pe-lg-6 { padding-right: calc(0.5rem * 6); }
  .pe-lg-7 { padding-right: calc(0.5rem * 7); }
  .pe-lg-8 { padding-right: calc(0.5rem * 8); }
  .pe-lg-9 { padding-right: calc(0.5rem * 9); }
  .pe-lg-10 { padding-right: calc(0.5rem * 10); }
}

@media (min-width: 1440px) {
  .pt-xl-0 { padding-top: 0; }  
  .pb-xl-0 { padding-bottom: 0; }  
  .ps-xl-0 { padding-left: 0; }  
  .pe-xl-0 { padding-right: 0; } 

  .pt-xl-1 { padding-top: calc(0.5rem * 1); }
  .pt-xl-2 { padding-top: calc(0.5rem * 2); }
  .pt-xl-3 { padding-top: calc(0.5rem * 3); }
  .pt-xl-4 { padding-top: calc(0.5rem * 4); }
  .pt-xl-5 { padding-top: calc(0.5rem * 5); }
  .pt-xl-6 { padding-top: calc(0.5rem * 6); }
  .pt-xl-7 { padding-top: calc(0.5rem * 7); }
  .pt-xl-8 { padding-top: calc(0.5rem * 8); }
  .pt-xl-9 { padding-top: calc(0.5rem * 9); }
  .pt-xl-10 { padding-top: calc(0.5rem * 10); }

  .pb-xl-1 { padding-bottom: calc(0.5rem * 1); }
  .pb-xl-2 { padding-bottom: calc(0.5rem * 2); }
  .pb-xl-3 { padding-bottom: calc(0.5rem * 3); }
  .pb-xl-4 { padding-bottom: calc(0.5rem * 4); }
  .pb-xl-5 { padding-bottom: calc(0.5rem * 5); }
  .pb-xl-6 { padding-bottom: calc(0.5rem * 6); }
  .pb-xl-7 { padding-bottom: calc(0.5rem * 7); }
  .pb-xl-8 { padding-bottom: calc(0.5rem * 8); }
  .pb-xl-9 { padding-bottom: calc(0.5rem * 9); }
  .pb-xl-10 { padding-bottom: calc(0.5rem * 10); }

  .ps-xl-1 { padding-left: calc(0.5rem * 1); }
  .ps-xl-2 { padding-left: calc(0.5rem * 2); }
  .ps-xl-3 { padding-left: calc(0.5rem * 3); }
  .ps-xl-4 { padding-left: calc(0.5rem * 4); }
  .ps-xl-5 { padding-left: calc(0.5rem * 5); }
  .ps-xl-6 { padding-left: calc(0.5rem * 6); }
  .ps-xl-7 { padding-left: calc(0.5rem * 7); }
  .ps-xl-8 { padding-left: calc(0.5rem * 8); }
  .ps-xl-9 { padding-left: calc(0.5rem * 9); }
  .ps-xl-10 { padding-left: calc(0.5rem * 10); }

  .pe-xl-1 { padding-right: calc(0.5rem * 1); }
  .pe-xl-2 { padding-right: calc(0.5rem * 2); }
  .pe-xl-3 { padding-right: calc(0.5rem * 3); }
  .pe-xl-4 { padding-right: calc(0.5rem * 4); }
  .pe-xl-5 { padding-right: calc(0.5rem * 5); }
  .pe-xl-6 { padding-right: calc(0.5rem * 6); }
  .pe-xl-7 { padding-right: calc(0.5rem * 7); }
  .pe-xl-8 { padding-right: calc(0.5rem * 8); }
  .pe-xl-9 { padding-right: calc(0.5rem * 9); }
  .pe-xl-10 { padding-right: calc(0.5rem * 10); }
}
.d-none {display: none;}
.d-flex {display: flex;}
.d-grid {display: grid;}
.d-block {display: block;}
.d-inline {display: inline;}
.d-inline-block {display: inline-block;}

.z-n {z-index: -1;}
.z-xs {z-index: 1;}
.z-sm {z-index: 2;}
.z-md {z-index: 3;}
.z-lg {z-index: 4;}
.z-xl {z-index: 5;}

.o-hidden {overflow: hidden;}
.o-visible {overflow: visible;}
.o-scroll {overflow: scroll;}
.o-auto {overflow: auto;}

.flex-grow {flex: 1 1 auto;}

.justify-content-flex-start, .dnd-section .row-fluid.justify-content-flex-start {justify-content: flex-start;}
.justify-content-flex-end, .dnd-section .row-fluid.justify-content-flex-end {justify-content: flex-end;}
.justify-content-center, .dnd-section .row-fluid.justify-content-center {justify-content: center;}
.justify-content-space-between, .dnd-section .row-fluid.justify-content-space-between {justify-content: space-between;}
.justify-content-space-around, .dnd-section .row-fluid.justify-content-space-around {justify-content: space-around;}
.justify-content-stretch, .dnd-section .row-fluid.justify-content-stretch {justify-content: stretch;}

.align-items-flex-start, .dnd-section .row-fluid.align-items-flex-start {align-items: flex-start;}
.align-items-flex-end, .dnd-section .row-fluid.align-items-flex-end {align-items: flex-end;}
.align-items-center, .dnd-section .row-fluid.align-items-center {align-items: center;}
.align-items-space-between, .dnd-section .row-fluid.align-items-space-between {align-items: space-between;}
.align-items-space-around, .dnd-section .row-fluid.align-items-space-around {align-items: space-around;}
.align-items-stretch, .dnd-section .row-fluid.align-items-stretch {align-items: stretch;}

.flex-flow-row, .dnd-section .row-fluid.flex-flow-row {flex-flow: row;}
.flex-flow-row-wrap, .dnd-section .row-fluid.flex-flow-row-wrap {flex-flow: row wrap;}
.flex-flow-row-reverse, .dnd-section .row-fluid.flex-flow-row-reverse {flex-flow: row-reverse;}

.flex-flow-column, .dnd-section .row-fluid.flex-flow-column {flex-flow: column;}
.flex-flow-column-wrap, .dnd-section .row-fluid.flex-flow-column-wrap {flex-flow: column wrap;}
.flex-flow-column-reverse, .dnd-section .row-fluid.flex-flow-column-reverse {flex-flow: column-reverse;}

.p-initial {position: initial;}
.p-static {position: static;}
.p-fixed {position: fixed;}
.p-absolute {position: absolute;}
.p-relative {position: relative;}
.p-sticky {position: sticky;}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

.fw {
  width: 100%;
}

@media (max-width: 479px){
  .fw-mobile {
    width: 100%;
  }
}

@media (min-width: 480px){
  .d-xs-none {display: none;}
  .d-xs-flex {display: flex;}
  .d-xs-grid {display: grid;}
  .d-xs-block {display: block;}
  .d-xs-inline {display: inline;}
  .d-xs-inline-block {display: inline-block;}

  .z-xs-n {z-index: -1;}
  .z-xs-xs {z-index: 1;}
  .z-xs-sm {z-index: 2;}
  .z-xs-md {z-index: 3;}
  .z-xs-lg {z-index: 4;}
  .z-xs-xl {z-index: 5;}

  .o-xs-hidden {overflow: hidden;}
  .o-xs-visible {overflow: visible;}
  .o-xs-scroll {overflow: scroll;}
  .o-xs-auto {overflow: auto;}

  .flex-xs-grow {flex: 1 1 auto;}

  .justify-content-xs-flex-start, .dnd-section .row-fluid.justify-content-xs-flex-start {justify-content: flex-start;}
  .justify-content-xs-flex-end, .dnd-section .row-fluid.justify-content-xs-flex-end {justify-content: flex-end;}
  .justify-content-xs-center, .dnd-section .row-fluid.justify-content-xs-center {justify-content: center;}
  .justify-content-xs-space-between, .dnd-section .row-fluid.justify-content-xs-space-between {justify-content: space-between;}
  .justify-content-xs-space-around, .dnd-section .row-fluid.justify-content-xs-space-around {justify-content: space-around;}
  .justify-content-xs-stretch, .dnd-section .row-fluid.justify-content-xs-stretch {justify-content: stretch;}

  .align-items-xs-flex-start, .dnd-section .row-fluid.align-items-xs-flex-start {align-items: flex-start;}
  .align-items-xs-flex-end, .dnd-section .row-fluid.align-items-xs-flex-end {align-items: flex-end;}
  .align-items-xs-center, .dnd-section .row-fluid.align-items-xs-center {align-items: center;}
  .align-items-xs-space-between, .dnd-section .row-fluid.align-items-xs-space-between {align-items: space-between;}
  .align-items-xs-space-around, .dnd-section .row-fluid.align-items-xs-space-around {align-items: space-around;}
  .align-items-xs-stretch, .dnd-section .row-fluid.align-items-xs-stretch {align-items: stretch;}

  .flex-flow-xs-row, .dnd-section .row-fluid.flex-flow-xs-row {flex-flow: row;}
  .flex-flow-xs-row-wrap, .dnd-section .row-fluid.flex-flow-xs-row-wrap {flex-flow: row wrap;}
  .flex-flow-xs-row-reverse, .dnd-section .row-fluid.flex-flow-xs-row-reverse {flex-flow: row-reverse;}

  .flex-flow-xs-column, .dnd-section .row-fluid.flex-flow-xs-column {flex-flow: column;}
  .flex-flow-xs-column-wrap, .dnd-section .row-fluid.flex-flow-xs-column-wrap {flex-flow: column wrap;}
  .flex-flow-xs-column-reverse, .dnd-section .row-fluid.flex-flow-xs-column-reverse {flex-flow: column-reverse;}

  .p-xs-initial {position: initial;}
  .p-xs-static {position: static;}
  .p-xs-fixed {position: fixed;}
  .p-xs-absolute {position: absolute;}
  .p-xs-relative {position: relative;}
  .p-xs-sticky {position: sticky;}
}

@media (min-width: 768px){
  .d-sm-none {display: none;}
  .d-sm-flex {display: flex;}
  .d-sm-grid {display: grid;}
  .d-sm-block {display: block;}
  .d-sm-inline {display: inline;}
  .d-sm-inline-block {display: inline-block;}

  .z-sm-n {z-index: -1;}
  .z-sm-xs {z-index: 1;}
  .z-sm-sm {z-index: 2;}
  .z-sm-md {z-index: 3;}
  .z-sm-lg {z-index: 4;}
  .z-sm-xl {z-index: 5;}

  .o-sm-hidden {overflow: hidden;}
  .o-sm-visible {overflow: visible;}
  .o-sm-scroll {overflow: scroll;}
  .o-sm-auto {overflow: auto;}

  .flex-sm-grow {flex: 1 1 auto;}

  .justify-content-sm-flex-start, .dnd-section .row-fluid.justify-content-sm-flex-start {justify-content: flex-start;}
  .justify-content-sm-flex-end, .dnd-section .row-fluid.justify-content-sm-flex-end {justify-content: flex-end;}
  .justify-content-sm-center, .dnd-section .row-fluid.justify-content-sm-center {justify-content: center;}
  .justify-content-sm-space-between, .dnd-section .row-fluid.justify-content-sm-space-between {justify-content: space-between;}
  .justify-content-sm-space-around, .dnd-section .row-fluid.justify-content-sm-space-around {justify-content: space-around;}
  .justify-content-sm-stretch, .dnd-section .row-fluid.justify-content-sm-stretch {justify-content: stretch;}

  .align-items-sm-flex-start, .dnd-section .row-fluid.align-items-sm-flex-start {align-items: flex-start;}
  .align-items-sm-flex-end, .dnd-section .row-fluid.align-items-sm-flex-end {align-items: flex-end;}
  .align-items-sm-center, .dnd-section .row-fluid.align-items-sm-center {align-items: center;}
  .align-items-sm-space-between, .dnd-section .row-fluid.align-items-sm-space-between {align-items: space-between;}
  .align-items-sm-space-around, .dnd-section .row-fluid.align-items-sm-space-around {align-items: space-around;}
  .align-items-sm-stretch, .dnd-section .row-fluid.align-items-sm-stretch {align-items: stretch;}

  .flex-flow-sm-row, .dnd-section .row-fluid.flex-flow-sm-row {flex-flow: row;}
  .flex-flow-sm-row-wrap, .dnd-section .row-fluid.flex-flow-sm-row-wrap {flex-flow: row wrap;}
  .flex-flow-sm-row-reverse, .dnd-section .row-fluid.flex-flow-sm-row-reverse {flex-flow: row-reverse;}

  .flex-flow-sm-column, .dnd-section .row-fluid.flex-flow-sm-column {flex-flow: column;}
  .flex-flow-sm-column-wrap, .dnd-section .row-fluid.flex-flow-sm-column-wrap {flex-flow: column wrap;}
  .flex-flow-sm-column-reverse, .dnd-section .row-fluid.flex-flow-sm-column-reverse {flex-flow: column-reverse;}

  .p-sm-initial {position: initial;}
  .p-sm-static {position: static;}
  .p-sm-fixed {position: fixed;}
  .p-sm-absolute {position: absolute;}
  .p-sm-relative {position: relative;}
  .p-sm-sticky {position: sticky;}
}

@media (min-width: 992px){
  .d-md-none {display: none;}
  .d-md-flex {display: flex;}
  .d-md-grid {display: grid;}
  .d-md-block {display: block;}
  .d-md-inline {display: inline;}
  .d-md-inline-block {display: inline-block;}

  .z-md-n {z-index: -1;}
  .z-md-xs {z-index: 1;}
  .z-md-sm {z-index: 2;}
  .z-md-md {z-index: 3;}
  .z-md-lg {z-index: 4;}
  .z-md-xl {z-index: 5;}

  .o-md-hidden {overflow: hidden;}
  .o-md-visible {overflow: visible;}
  .o-md-scroll {overflow: scroll;}
  .o-md-auto {overflow: auto;}

  .flex-md-grow {flex: 1 1 auto;}

  .justify-content-md-flex-start, .dnd-section .row-fluid.justify-content-md-flex-start {justify-content: flex-start;}
  .justify-content-md-flex-end, .dnd-section .row-fluid.justify-content-md-flex-end {justify-content: flex-end;}
  .justify-content-md-center, .dnd-section .row-fluid.justify-content-md-center {justify-content: center;}
  .justify-content-md-space-between, .dnd-section .row-fluid.justify-content-md-space-between {justify-content: space-between;}
  .justify-content-md-space-around, .dnd-section .row-fluid.justify-content-md-space-around {justify-content: space-around;}
  .justify-content-md-stretch, .dnd-section .row-fluid.justify-content-md-stretch {justify-content: stretch;}

  .align-items-md-flex-start, .dnd-section .row-fluid.align-items-md-flex-start {align-items: flex-start;}
  .align-items-md-flex-end, .dnd-section .row-fluid.align-items-md-flex-end {align-items: flex-end;}
  .align-items-md-center, .dnd-section .row-fluid.align-items-md-center {align-items: center;}
  .align-items-md-space-between, .dnd-section .row-fluid.align-items-md-space-between {align-items: space-between;}
  .align-items-md-space-around, .dnd-section .row-fluid.align-items-md-space-around {align-items: space-around;}
  .align-items-md-stretch, .dnd-section .row-fluid.align-items-md-stretch {align-items: stretch;}

  .flex-flow-md-row, .dnd-section .row-fluid.flex-flow-md-row {flex-flow: row;}
  .flex-flow-md-row-wrap, .dnd-section .row-fluid.flex-flow-md-row-wrap {flex-flow: row wrap;}
  .flex-flow-md-row-reverse, .dnd-section .row-fluid.flex-flow-md-row-reverse {flex-flow: row-reverse;}

  .flex-flow-md-column, .dnd-section .row-fluid.flex-flow-md-column {flex-flow: column;}
  .flex-flow-md-column-wrap, .dnd-section .row-fluid.flex-flow-md-column-wrap {flex-flow: column wrap;}
  .flex-flow-md-column-reverse, .dnd-section .row-fluid.flex-flow-md-column-reverse {flex-flow: column-reverse;}

  .p-md-initial {position: initial;}
  .p-md-static {position: static;}
  .p-md-fixed {position: fixed;}
  .p-md-absolute {position: absolute;}
  .p-md-relative {position: relative;}
  .p-md-sticky {position: sticky;}
}

@media (min-width: 1200px){
  .d-lg-none {display: none;}
  .d-lg-flex {display: flex;}
  .d-lg-grid {display: grid;}
  .d-lg-block {display: block;}
  .d-lg-inline {display: inline;}
  .d-lg-inline-block {display: inline-block;}

  .z-lg-n {z-index: -1;}
  .z-lg-xs {z-index: 1;}
  .z-lg-sm {z-index: 2;}
  .z-lg-md {z-index: 3;}
  .z-lg-lg {z-index: 4;}
  .z-lg-xl {z-index: 5;}

  .o-lg-hidden {overflow: hidden;}
  .o-lg-visible {overflow: visible;}
  .o-lg-scroll {overflow: scroll;}
  .o-lg-auto {overflow: auto;}

  .flex-lg-grow {flex: 1 1 auto;}

  .justify-content-lg-flex-start, .dnd-section .row-fluid.justify-content-lg-flex-start {justify-content: flex-start;}
  .justify-content-lg-flex-end, .dnd-section .row-fluid.justify-content-lg-flex-end {justify-content: flex-end;}
  .justify-content-lg-center, .dnd-section .row-fluid.justify-content-lg-center {justify-content: center;}
  .justify-content-lg-space-between, .dnd-section .row-fluid.justify-content-lg-space-between {justify-content: space-between;}
  .justify-content-lg-space-around, .dnd-section .row-fluid.justify-content-lg-space-around {justify-content: space-around;}
  .justify-content-lg-stretch, .dnd-section .row-fluid.justify-content-lg-stretch {justify-content: stretch;}

  .align-items-lg-flex-start, .dnd-section .row-fluid.align-items-lg-flex-start {align-items: flex-start;}
  .align-items-lg-flex-end, .dnd-section .row-fluid.align-items-lg-flex-end {align-items: flex-end;}
  .align-items-lg-center, .dnd-section .row-fluid.align-items-lg-center {align-items: center;}
  .align-items-lg-space-between, .dnd-section .row-fluid.align-items-lg-space-between {align-items: space-between;}
  .align-items-lg-space-around, .dnd-section .row-fluid.align-items-lg-space-around {align-items: space-around;}
  .align-items-lg-stretch, .dnd-section .row-fluid.align-items-lg-stretch {align-items: stretch;}

  .flex-flow-lg-row, .dnd-section .row-fluid.flex-flow-lg-row {flex-flow: row;}
  .flex-flow-lg-row-wrap, .dnd-section .row-fluid.flex-flow-lg-row-wrap {flex-flow: row wrap;}
  .flex-flow-lg-row-reverse, .dnd-section .row-fluid.flex-flow-lg-row-reverse {flex-flow: row-reverse;}

  .flex-flow-lg-column, .dnd-section .row-fluid.flex-flow-lg-column {flex-flow: column;}
  .flex-flow-lg-column-wrap, .dnd-section .row-fluid.flex-flow-lg-column-wrap {flex-flow: column wrap;}
  .flex-flow-lg-column-reverse, .dnd-section .row-fluid.flex-flow-lg-column-reverse {flex-flow: column-reverse;}

  .p-lg-initial {position: initial;}
  .p-lg-static {position: static;}
  .p-lg-fixed {position: fixed;}
  .p-lg-absolute {position: absolute;}
  .p-lg-relative {position: relative;}
  .p-lg-sticky {position: sticky;}
}

@media (min-width: 1440px){
  .d-xl-none {display: none;}
  .d-xl-flex {display: flex;}
  .d-xl-grid {display: grid;}
  .d-xl-block {display: block;}
  .d-xl-inline {display: inline;}
  .d-xl-inline-block {display: inline-block;}

  .z-xl-n {z-index: -1;}
  .z-xl-xs {z-index: 1;}
  .z-xl-sm {z-index: 2;}
  .z-xl-md {z-index: 3;}
  .z-xl-lg {z-index: 4;}
  .z-xl-xl {z-index: 5;}

  .o-xl-hidden {overflow: hidden;}
  .o-xl-visible {overflow: visible;}
  .o-xl-scroll {overflow: scroll;}
  .o-xl-auto {overflow: auto;}

  .flex-xl-grow {flex: 1 1 auto;}

  .justify-content-xl-flex-start, .dnd-section .row-fluid.justify-content-xl-flex-start {justify-content: flex-start;}
  .justify-content-xl-flex-end, .dnd-section .row-fluid.justify-content-xl-flex-end {justify-content: flex-end;}
  .justify-content-xl-center, .dnd-section .row-fluid.justify-content-xl-center {justify-content: center;}
  .justify-content-xl-space-between, .dnd-section .row-fluid.justify-content-xl-space-between {justify-content: space-between;}
  .justify-content-xl-space-around, .dnd-section .row-fluid.justify-content-xl-space-around {justify-content: space-around;}
  .justify-content-xl-stretch, .dnd-section .row-fluid.justify-content-xl-stretch {justify-content: stretch;}

  .align-items-xl-flex-start, .dnd-section .row-fluid.align-items-xl-flex-start {align-items: flex-start;}
  .align-items-xl-flex-end, .dnd-section .row-fluid.align-items-xl-flex-end {align-items: flex-end;}
  .align-items-xl-center, .dnd-section .row-fluid.align-items-xl-center {align-items: center;}
  .align-items-xl-space-between, .dnd-section .row-fluid.align-items-xl-space-between {align-items: space-between;}
  .align-items-xl-space-around, .dnd-section .row-fluid.align-items-xl-space-around {align-items: space-around;}
  .align-items-xl-stretch, .dnd-section .row-fluid.align-items-xl-stretch {align-items: stretch;}

  .flex-flow-xl-row, .dnd-section .row-fluid.flex-flow-xl-row {flex-flow: row;}
  .flex-flow-xl-row-wrap, .dnd-section .row-fluid.flex-flow-xl-row-wrap {flex-flow: row wrap;}
  .flex-flow-xl-row-reverse, .dnd-section .row-fluid.flex-flow-xl-row-reverse {flex-flow: row-reverse;}

  .flex-flow-xl-column, .dnd-section .row-fluid.flex-flow-xl-column {flex-flow: column;}
  .flex-flow-xl-column-wrap, .dnd-section .row-fluid.flex-flow-xl-column-wrap {flex-flow: column wrap;}
  .flex-flow-xl-column-reverse, .dnd-section .row-fluid.flex-flow-xl-column-reverse {flex-flow: column-reverse;}

  .p-xl-initial {position: initial;}
  .p-xl-static {position: static;}
  .p-xl-fixed {position: fixed;}
  .p-xl-absolute {position: absolute;}
  .p-xl-relative {position: relative;}
  .p-xl-sticky {position: sticky;}
}

.rounded {border-radius: 0.5rem;}
.rounded-small {border-radius: calc(0.5rem / 2);}
.rounded-large {border-radius: calc(0.5rem * 2);}
.rounded-full {border-radius: 50rem;}

.hexagon {
  position: relative;
  width: 300px; 
  height: 173.21px;
  background-color: #64C7CC;
  margin: 86.60px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid;
}

[class*="border-"] {
  border-style: solid;
}

.border-thin {border-width: calc(0.5rem / 5);}
.border-regular {border-width: calc(0.5rem / 3);}
.border-large {border-width: 0.5rem;}
.border-thick {border-width: calc(0.5rem * 2);}

.border-top-thin {border-top-width: calc(0.5rem / 5);}
.border-top-regular {border-top-width: calc(0.5rem / 3);}
.border-top-large {border-top-width: 0.5rem;}
.border-top-thick {border-top-width: calc(0.5rem * 2);}

.border-bottom-thin {border-bottom-width: calc(0.5rem / 5);}
.border-bottom-regular {border-bottom-width: calc(0.5rem / 3);}
.border-bottom-large {border-bottom-width: 0.5rem;}
.border-bottom-thick {border-bottom-width: calc(0.5rem * 2);}

.border-start-thin {border-left-width: calc(0.5rem / 5);}
.border-start-regular {border-left-width: calc(0.5rem / 3);}
.border-start-large {border-left-width: 0.5rem;}
.border-start-thick {border-left-width: calc(0.5rem * 2);}

.border-end-thin {border-right-width: calc(0.5rem / 5);}
.border-end-regular {border-right-width: calc(0.5rem / 3);}
.border-end-large {border-right-width: 0.5rem;}
.border-end-thick {border-right-width: calc(0.5rem * 2);}

.border-solid {border-style: solid;}
.border-dashed {border-style: dashed;}
.border-dotted {border-style: dotted;}

.square,
.four-three,
.sixteen-nine {
  position: relative;
}

.square:before,
.four-three:before,
.sixteen-nine:before {
  content:'';
  display: block;
  width: 100%;
}

.square:before {
  padding-bottom: 100%;
}

.four-three:before {
  padding-bottom: 75%;
}

.sixteen-nine:before {
  padding-bottom: 56.25%;
}

.square img,
.four-three img,
.sixteen-nine img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: relative; 
  z-index: 1;
}

.overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

img.lazy.loaded {
  opacity: 1;
}
button, .button {
  background-color: rgba(0, 142, 207, 1.0);
  border: 1px solid #008ECF;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 11px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
  background-color: rgba(0, 122, 191, 1.0);
  border-color: rgba(0, 122, 191, 1.0);
  color: #FFF;
  text-decoration: none;
}

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

button a, .button a {
  color: #FFFFFF;
}

button a:hover, .button a:hover {
  color: white;
  text-decoration: none;
}

.widget-type-cta {
  background-color: rgba(0, 142, 207, 1.0);
  border: 1px solid #008ECF;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 11px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

.widget-type-cta:hover, .widget-type-cta:focus, .widget-type-cta:active {
  background-color: rgba(0, 122, 191, 1.0);
  border-color: rgba(0, 122, 191, 1.0);
  color: #FFF;
  text-decoration: none;
}

.widget-type-cta:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.widget-type-cta a {
  color: #FFFFFF;
}

.widget-type-cta a:hover {
  color: white;
  text-decoration: none;
}

.widget-type-cta a {
  color: white;
}

.widget-type-cta a:hover, .widget-type-cta a:focus, .widget-type-cta a:active {
  color: white;
  text-decoration: none;
}

.button--outlined {
  background-color: transparent;
  color: #008ECF;
  border: 0.2rem solid #008ECF;
  font-weight: bold;
  /* To affect HubSpot CTAs */
}

.button--outlined a {
  color: inherit;
}

.button--arrow {
  color: #4f575c;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  /* To affect HubSpot CTAs */
}

.button--arrow:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%234f575c'/%3E%3C/svg%3E");
  width: 3.6rem;
  margin-left: 0.8rem;
  display: inline-block;
  vertical-align: middle;
}

.button--arrow:hover, .button--arrow:focus, .button--arrow:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #008ECF;
}

.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after {
  /* Really nasty way of chaning the color of the arrow */
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23008ECF'/%3E%3C/svg%3E");
}

.button--arrow:hover a, .button--arrow:focus a, .button--arrow:active a {
  color: inherit;
}

.button--arrow:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--arrow a {
  color: inherit;
}

.cta_button img {
  display: inline;
  vertical-align: middle;
  margin-left: 9px;
}
#hubspot-messages-iframe-container {
  z-index: 0 !important;
}
/* Hiding fields for Zoominfo */
form .hs-form-field.hs_country__c, 
form .hs-form-field.hs_language__c, 
form .hs-form-field.hs_phone, 
form .hs-form-field.hs_job_level__c,
form .hs-form-field.hs_job_function__c,
form .hs-form-field.hs_industry_general___industry_detail_zoominfo,
form[data-zi-mapped-form] > div[data-zi-field-enriched="false"].hs_jobtitle, 
form[data-zi-mapped-form] > div[data-zi-field-enriched="false"].hs_country__c, 
form[data-zi-mapped-form] > div[data-zi-field-enriched="false"].hs_language__c, 
form[data-zi-mapped-form] > div[data-zi-field-enriched="false"].hs_phone, 
form[data-zi-mapped-form] > div[data-zi-field-enriched="false"].hs_job_level__c,
form[data-zi-mapped-form] > div[data-zi-field-enriched="false"].hs_job_function__c,
form[data-zi-mapped-form] > div[data-zi-field-enriched="false"].hs_industry_general___industry_detail_zoominfo {
  display: none !important;
}

/* Form */
/* form, .submitted-message {
font-family: "Neutraface-text", sans-serif;
} */

.hs-form-field {
  margin: 0 0 1rem;
}

/* Labels */
form label {
  color: #4f575c;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 1.6rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select {
  height: 4rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 0.1rem solid #DADADA;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0 1.5rem;
  min-height: 2.7rem;
  line-height: 2.2rem;
  width: 100%;
  border-radius: 0.3rem;
  border-color: #DADADA;
  color: #4f575c;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 0.1rem solid #008ECF;
}

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

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

fieldset.form-columns-0 > div, fieldset.form-columns-1 > div, fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

fieldset.form-columns-0 .hs-form-field, fieldset.form-columns-1 .hs-form-field, fieldset.form-columns-2 .hs-form-field, fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 13.5rem;
}

fieldset.form-columns-0 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input, fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input, fieldset.form-columns-1 .hs-form-field .hs-input, fieldset.form-columns-2 .hs-form-field .hs-input, fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

fieldset.form-columns-0 .hs-form-field input[type=checkbox],
fieldset.form-columns-0 .hs-form-field input[type=radio], fieldset.form-columns-1 .hs-form-field input[type=checkbox],
fieldset.form-columns-1 .hs-form-field input[type=radio], fieldset.form-columns-2 .hs-form-field input[type=checkbox],
fieldset.form-columns-2 .hs-form-field input[type=radio], fieldset.form-columns-3 .hs-form-field input[type=checkbox],
fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/* Form placeholder text */
form ::-webkit-input-placeholder,
form ::-moz-placeholder,
form :-ms-input-placeholder,
form :-moz-placeholder,
form ::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 1.6rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
  content: '\01F4C5';
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

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

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

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

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

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 1.6rem;
  margin: 0 0 1.4rem;
}

form .legal-consent-container .hs-richtext, 
form .legal-consent-container .hs-richtext p {
  font-size: 0.9rem;
}

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

form .header {
  background-color: transparent;
  border: none;
}

h3.form-title {
  color: #4f575c;
}

/* GDPR */
.legal-consent-container {
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 1.6rem;
}

/* Validation */
.hs-form-required {
  color: red;
}

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

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

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: rgba(0, 142, 207, 1.0);
  border: 1px solid #008ECF;
  border-radius: 0.3rem;
  color: #FFFFFF;
  padding: 1.2rem 2.4rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: rgba(0, 122, 191, 1.0);
  border-color: rgba(0, 122, 191, 1.0);
  color: #FFF;
  text-decoration: none;
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

form input[type=submit] a,
form .hs-button a {
  color: #FFFFFF;
}

form input[type=submit] a:hover,
form .hs-button a:hover {
  color: white;
  text-decoration: none;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}

/* Form  ZOOMINFO */
form[data-zi-mapped-form]
> div:not(.hs-submit):not(.hs-email):not(.legal-consent-container) {
  display: none;
}

form[data-zi-mapped-form] > div[data-zi-field-enriched="false"] {
  display: block !important;
}

form[data-zi-mapped-form] > div[data-zi-field-enriched="true"] {
  display: none;
}
/* Table */
table {
  background-color: rgba(255, 255, 255, 1.0);
  border: 0.1rem solid #4f575c;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 0.2rem solid #4f575c;
}

/* Table Cells */
th,
td {
  border: 0.1rem solid #4f575c;
  color: #4f575c;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: rgba(0, 142, 207, 1.0);
  color: #FFFFFF;
  vertical-align: bottom;
}

/* Table footer */
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #4f575c;
}

























html {
  font-size: 62.5%;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  color: #4f575c;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */
p {
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 600;
}

/* Anchors */
a {
  color: #0270e0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1 {
  
font-size: 35px;
color: #4f575c;

font-weight : 600;

text-decoration : none;

font-family : Montserrat;

font-style : normal;


  font-family:  "Neutraface-Titling", sans-serif;
}

h2 {
  
font-size: 36px;
color: #1c203d;

font-weight : 600;

text-decoration : none;

font-family : Montserrat;

font-style : normal;


}

h3 {
  
font-size: 24px;
color: #1c203d;

font-weight : 600;

text-decoration : none;

font-family : Montserrat;

font-style : normal;


}

h4 {
  
font-size: 21px;
color: #1C203D;

font-weight : 600;

text-decoration : none;

font-family : Montserrat;

font-style : normal;


}

h5 {
  
font-size: 14px;
color: #000000;

font-weight : 500;

text-decoration : none;

font-family : Montserrat;

font-style : normal;


}

h6 {
  
font-size: 12px;
color: #4f575c;

font-weight : normal;

text-decoration : none;

font-family : Montserrat;

font-style : normal;


}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

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

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

ul:not(.no-list) {
  list-style-type: none;
}

ul:not(.no-list) > li:before {
  content: "–"; /* en dash */
  position: absolute;
  margin-left: -1.1em; 
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 0.4rem solid #0d4273;
  line-height: 1.8;
  margin: 0 0 1.4rem;
  padding-left: 2rem;
  margin-left: 1.5rem;
  font-style: italic;
  color: #0d4273;
}

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 0.1rem;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
:focus {
  outline: auto;
  outline-color: #008ECF;
}

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

.trending-separation {
  width: 30px;
  height: 3px;
  background-color: #0067b1;
  margin-bottom: 20px;
}
.language-switcher {
  position: relative;
}

.language-switcher__icon {
  width: 40px;
  height: 100%;
  background: #1c203d;
  cursor: pointer;
}

.language-switcher__icon img {
  width: 20px;
  height: 20px;
}

.language-switcher__list {
  position: absolute;
  top: 300%;
  right: 0;
  padding-top: 1rem;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: 
    top 0.25s ease-in-out,
    opacity 0.25s ease-in-out;
}

.language-switcher:hover .language-switcher__list,
.language-switcher:focus .language-switcher__list,
.language-switcher:focus-within .language-switcher__list {
  top: 100%;
  opacity: 1;
  pointer-events: initial;
}

.language-switcher__list ul {
  padding: 1.5rem 2.5rem;
  margin: 0;
  white-space: nowrap;
  min-width: 22rem;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
}

.language-switcher__list ul li {
  list-style: none;
}

.language-switcher__list ul li a {
  color: #333;
  font-size: 1.3rem;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  font-weight: 500;
}

.language-switcher__list ul li a:hover {
  color: #008ecf;
  font-size: 1.3rem;
}

@media (max-width: 991px) {
  .language-switcher {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
  }

  .language-switcher__icon {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .language-switcher__icon img {
    margin-left: 0;
  }

  .language-switcher__list {
    padding: 0;
    width: 100%;
    transition: initial;
  }
}
/* Blog subscribe */
.blog-subscribe {
  background-color: #F0F5FF;
  padding: 8rem 0;
}

.blog-subscribe__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__wrapper {
    display: block;
  }
}

.blog-subscribe__header {
  flex-basis: 46.5rem;
  flex-grow: 1;
  max-width: 68rem;
}

.blog-subscribe__form {
  flex-basis: 45rem;
  margin-left: 3.2rem;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__form {
    margin: 3.2rem 0 0;
  }
}
.banner_lp_1 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_lp_1__content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.banner_lp_1__content h1 {
  font-size: 3.2rem;
  line-height: .9em;
}
.banner_lp_1__content .content_container img {
  margin-bottom: 2rem;
}
.banner_lp_1__form,
.banner_lp_1__content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner_lp_1__form .form_container,
.banner_lp_1__content .content_container{
  width: 80%;
}
.banner_lp_1__form h2 {
  color: #0067b1;
}

@media screen and (max-width: 991px) {
  .banner_lp_1 {
    display: block;
  }
  .banner_lp_1__form,
  .banner_lp_1__content {
    width: 100%;
  }
  .banner_lp_1__content {
    height: auto;
    padding: 6rem 0;
  }
  .banner_lp_1__content .content_container {
    width: 80%;
    max-width: 60rem;
    margin-bottom: 0 !important;
  }
  .banner_lp_1__form .form_container {
    width: 90%;
  }
  .banner_lp_1__form {
    height: auto;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .banner_lp_1__content .content_container {
    width: 90%;
  }
  .banner_lp_1__form h2 {
    text-align: center;
  }
}
.banner_lp_2 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.banner_lp_2__content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.banner_lp_2__content h1 {
  font-size: 3.2rem;
  line-height: .9em;
}
.banner_lp_2__content .content_container img {
  margin-bottom: 2rem;
}
.banner_lp_2__form,
.banner_lp_2__content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner_lp_2__form .form_container,
.banner_lp_2__content .content_container{
  width: 80%;
}
.banner_lp_2__form h2 {
  color: #0067b1;
}

.banner_lp_2 .banner_lp_2__content .content_features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.5rem;
  margin: 6rem 0;
}
.banner_lp_2 .banner_lp_2__content .content_feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_lp_2 .banner_lp_2__content .content_feature img,
.banner_lp_2 .banner_lp_2__content .content_feature p {
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  .banner_lp_2 {
    display: block;
  }
  .banner_lp_2__form,
  .banner_lp_2__content {
    width: 100%;
  }
  .banner_lp_2__content {
    height: auto;
    padding: 6rem 0;
  }
  .banner_lp_2__content .content_container {
    width: 80%;
    max-width: 60rem;
    margin-bottom: 0 !important;
  }
  .banner_lp_2__form .form_container {
    width: 90%;
  }
  .banner_lp_2__form {
    height: auto;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .banner_lp_2__content .content_container {
    width: 90%;
  }
  .banner_lp_2__form h2 {
    text-align: center;
  }
  .banner_lp_2 .banner_lp_2__content .content_features {
    display: block;
  }
  .banner_lp_2 .banner_lp_2__content .content_features img {
    padding-left: 0;
  }
  .banner_lp_2 .banner_lp_2__content .content_features p {
    padding-right: 0;
  }
}
.lp-case-study .kl-hero-01__content > div {
  max-width: 50%;
}

.lp-case-study .preheader-container {
  display: flex;
  align-items: center;
}
.lp-case-study .preheader-container .kl-rich-text__preheader {
  margin-bottom: 0.4rem;
}
.lp-case-study .preheader-container .tag {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.2rem 1rem;
  background-color: rgba(255, 255, 255, .1);
  margin-left: 1.5rem;
  color: white;
}
.lp-case-study .kl-rich-text h1 {
  width: max-content;
  margin-bottom: 0;
}

.lp-case-study .kl-rich-text hr {
  width: 17.2rem;
  height: 0.3rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  margin-left: auto;
  margin-top: auto;
}

@media(min-width: 480px) {
  .lp-case-study .kl-rich-text hr {
    margin-left: 0;
  }
}

.lp-case-study .kl-rich-text p {
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
}

.lp-case-study.bg-image .kl-rich-text p {
  color: white;
}

@media(max-width: 768px) {
  .lp-case-study .kl-hero-01__content > div {
    max-width: unset;
  }
}

@media(max-width: 479px) {
  .lp-case-study .kl-hero-01__content > div {
    text-align: center;
  }
  .lp-case-study .preheader-container {
    display: block;
  }
  .lp-case-study .kl-rich-text h1 {
    width: auto;
  }
}
.kl-card-grid > div {
  display: flex;
  flex-wrap: wrap;
}

.kl-card-grid__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid__card {
  width: 100%;
  border: 0.05rem solid rgba(79, 87, 92, 0.2);
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  transition: box-shadow 0.25s ease-in-out;
  overflow: hidden;
}

.kl-card-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 26rem;
  width: 100%;
}

.kl-card-grid__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  margin: 0 0 .5rem;
}

.kl-card-grid__content {
  display: block;
  padding: 2rem 2.4rem;
  color: #4f575c;
  text-decoration: none;
}

.kl-card-grid__content h3, .kl-card-grid__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-grid__content p {
  margin: 0;
}

.kl-card-grid__content:hover, .kl-card-grid__content:focus {
  color: #4f575c;
  text-decoration: none;
}

.kl-card-grid--4-columns > div {
  margin: -2.4rem -1.2rem;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper {
  flex-basis: calc(100% / 4);
  padding: 2.4rem 1.2rem;
}

@media screen and (max-width: 991px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid--4-columns .kl-card-grid__image {
  height: 22rem;
}
.kl-cards-slider {
  position: relative;
  max-width: 84.8rem;
  margin: 0 auto;
}

.kl-cards-slider-wrapper {
  padding: 0 1.5rem;
}

.kl-cards-slider__arrow {
  position: absolute;
  top: 2rem;
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-cards-slider__arrow svg {
  fill: #3A3A3A;
  display: block;
  width: 100%;
}

.kl-cards-slider__arrow--prev {
  left: 0;
  transform: translateX(-50%);
}

.kl-cards-slider__arrow--next {
  right: 0;
  transform: translateX(50%);
}

.kl-cards-slider__card {
  display: none;
  overflow: hidden;
  border: 0.05rem solid rgba(79, 87, 92, 0.2);
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.2);
  border-radius: 0px;
}

.kl-cards-slider__card--active {
  display: block;
}

.kl-cards-slider__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F3F3F3;
  padding: 1.6rem 4.8rem;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__header {
    display: block;
    padding: 1.6rem 3.2rem;
  }
}

.kl-cards-slider__image {
  margin: 0 15% 0 0;
}

.kl-cards-slider__button {
  display: flex;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__button {
    margin: 1.6rem 0 0;
  }
}

.kl-cards-slider__content {
  padding: 1.6rem 4.8rem;
  background-color: rgba(255, 255, 255, 1.0);
  margin: 0 -2.2rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__content {
    padding: 1.6rem 3.2rem;
  }
}

@media screen and (max-width: 580px) {
  .kl-cards-slider__content {
    display: block;
  }
}

.kl-cards-slider__content > div {
  margin: 0 2.2rem;
  flex-grow: 1;
  flex-basis: 20rem;
}

.kl-cards-slider__content h5 {
  color: #008ECF;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}
.kl-rich-text__preheader {
  font-family: 'Neutraface-text', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #0067b1;
  display: block;
  margin: 0 0 .75rem;
}

.kl-rich-text h1 {
  color: #4f575c;
}

.kl-rich-text p + h1, 
.kl-rich-text p + h2, 
.kl-rich-text p + h3, 
.kl-rich-text p + h4 {
  margin-top: 4rem;
}

.kl-rich-text__preheader,
.kl-rich-text p {
  font-family: 'Neutraface-text', sans-serif;
}

.kl-rich-text__preheader {
  font-size: 1.2rem;
  font-weight: 600;
}

.kl-rich-text p {
  margin: 0 0 1rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.88rem;
}

.kl-rich-text p:last-child {
  margin: 0 0 2rem;
}

.kl-rich-text__buttons {
  margin: -1rem;
}

.kl-rich-text__buttons .button {
  margin: 1rem;
}

@media screen and (max-width: 479px) {
  .kl-rich-text__buttons .button {
    display: block;
  }
  .kl-rich-text {
    text-align: center;
  }
}

.kl-rich-text__form {
  max-width: 60rem;
}

.kl-rich-text--center {
  text-align: center;
  margin: 0 auto;
}

.kl-rich-text--center .kl-rich-text__form {
  max-width: 60rem;
  margin: 0 auto;
}

.kl-rich-text--right {
  text-align: right;
  margin: 0 0 0 auto;
}

.kl-rich-text--right .kl-rich-text__form {
  margin: 0 0 0 auto;
}
.kl-faq {
  background: #FFFFFF;
  border: 0.3rem solid #F3F3F3;
  border-radius: 0.9rem;
}

.kl-faq__entry + .kl-faq__entry {
  border-top: 0.3rem solid #F3F3F3;
}

.kl-faq__entry--active .kl-faq__icon {
  transform: rotate(90deg);
}

.kl-faq__entry--active .kl-faq__icon:before {
  opacity: 0;
}

.kl-faq__header {
  padding: 2.4rem 4.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-faq__header {
    padding: 2.4rem 1.6rem;
  }
}

.kl-faq__header:hover {
  cursor: pointer;
}

.kl-faq__header h3 {
  margin: 0;
}

.kl-faq__icon {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  margin-left: 3.2rem;
  transition: transform .2s ease-out;
}

.kl-faq__icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #4f575c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}

.kl-faq__icon:after {
  content: '';
  display: block;
  height: 100%;
  width: 0.2rem;
  background-color: #4f575c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kl-faq__description {
  padding: 0 4.2rem;
  height: 0;
  transition: height .25s ease-out;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kl-faq__description {
    padding: 0 1.6rem;
  }
}

.kl-faq__description .kl-faq__inner {
  margin: 0 0 2rem;
}
.kl-featured-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -1.2rem;
}

.kl-featured-cards__column {
  flex-basis: 36rem;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.kl-featured-cards__card-wrapper {
  flex-grow: 2;
  flex-basis: 36rem;
  display: flex;
  padding: 1.2rem;
}

.kl-featured-card {
  border: 0.05rem solid rgba(79, 87, 92, 0.2);
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.kl-featured-card__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-featured-card__content h1, .kl-featured-card__content h2, .kl-featured-card__content h3, .kl-featured-card__content h4, .kl-featured-card__content h5, .kl-featured-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card__content p {
  margin: 0 0 2rem;
}

.kl-featured-card__body {
  padding: 3.2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 25rem;
  flex-grow: 99;
}

.kl-featured-card__text {
  flex-grow: 1;
}

.kl-featured-card__image {
  width: 100%;
  flex-basis: 36rem;
  flex-grow: 1;
}

.kl-featured-card__image a {
  display: block;
  height: 100%;
}

.kl-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*** Footer design ***/

.new-container {
  width: 100%;
  max-width: 1180px;
  padding-right: 10px;
  padding-left: 10px;
}

.new-container.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 767px) {
  .new-container.footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*** Footer blocks ***/

.fn-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 44px 0 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c203d;
  background-image: url("https://resources.shippeo.com/hubfs/LP%20%28Copernic%29/world-map.png");
  background-position: 50% 300px;
  background-size: 843px 442px;
  background-repeat: no-repeat;
}

.fn-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fn-column.full-width {
  width: 100%;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

@media (max-width: 991px) {
  .fn-footer {
    background-position: 50% 300px;
    background-size: 720px 377px;
  }
}

@media (max-width: 767px) {
  .fn-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 380px 200px;
  }
}

@media (max-width: 479px) {
  .fn-footer {
    background-size: 290px 152px;
    text-align: left;
  }
}

/*** Footer links ***/

.footer-link {
  margin-bottom: 16px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  font-family: Montserrat,sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

/*** Footer labels ***/

.footer-label {
  margin-bottom: 16px;
  font-family: Montserrat,sans-serif;
  color: #008ecf;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
}

/*** Footer big labels ***/

.footer-big-label {
  font-family: Montserrat,sans-serif;
  color: #008ecf;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-big-label.footer-big-label--one {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

.footer-big-label.footer-big-label--two {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

.footer-big-label.footer-big-label--three {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

.footer-big-label.terms-of-use {
  font-weight: 500;
}

@media (max-width: 991px) {
  .footer-big-label.footer-big-label--one {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  .footer-big-label.footer-big-label--two {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  .footer-big-label.footer-big-label--three {
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media (max-width: 767px) {
  .footer-big-label.footer-big-label--one {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  .footer-big-label.footer-big-label--two {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }

  .footer-big-label.footer-big-label--three {
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }
}

@media (max-width: 479px) {
  .footer-big-label.terms-of-use {
    font-size: 12px;
  }
}

/*** Footer texts ***/

.footer-text-big {
  max-width: 209px;
  font-family: Montserrat,sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: right;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media (max-width: 991px) {
  .footer-text-big {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
    display: block;
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .footer-text-big {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }
}

.footer-terms-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-terms-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.footer-bullet {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  margin-left: 7px;
}

.kl-footer {
  background-color: rgba(28, 32, 61, 1.0);
  position: relative;
}

.kl-footer h1, .kl-footer h2, .kl-footer h3, .kl-footer h4, .kl-footer h5, .kl-footer h6, .kl-footer p, .kl-footer a, .kl-footer div, .kl-footer span {
  color: rgba(255, 255, 255, 1.0);
}
.kl-footer__main {
  display: flex;
  align-items: stretch;
  padding-left: 15rem;
}

@media screen and (max-width: 768px) {
  .kl-footer__main {
    display: block;
    margin-left: 0;
  }
}
.kl-footer .kl-footer__main .kl-footer__wrapper {
  padding-top: 6.2rem;
  padding-bottom: 5rem;
  margin: unset;
}

@media screen and (max-width: 768px) {
  .kl-footer__wrapper {
    width: 100%;
  }
}

.kl-footer__logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: inline-block;
  width: 5%;
  height: 4.3rem;
  max-width: 10rem;
}

.kl-footer__logo a, .kl-footer__logo a img {
  display: block;
  max-height: 4.3rem;
  margin: 0 auto;
  width: auto;
  object-fit: contain;
}

.kl-footer__legal {
  margin-top: 13.5rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.kl-footer__legal a {
  color: #008ECF;
  text-transform: uppercase;
}

.kl-footer__legal a:hover, .kl-footer__legal a:focus, .kl-footer__legal a:active {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}

.kl-footer__byline-wrapper {
  width: 37%;
  background-color: #008ECF;
}

@media screen and (max-width: 768px) {
  .kl-footer__byline-wrapper {
    width: 100%;
  }
}

.kl-footer__byline-wrapper .content-wrapper {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .kl-footer__byline-wrapper .content-wrapper {
    padding-right: 6%;
    padding-bottom: 10px;
    padding-left: 6%;
  }
}

.kl-footer__byline .h1-white {
  font-family: "Neutraface-Titling", sans-serif;
  color: #fff;
  font-size: 4.4rem;
  line-height: 4rem;
  font-weight: 400;
  text-align: center;

  padding-top: 6rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .kl-footer__byline .h1-white {
    text-align: left;
  }
}

.kl-footer__byline-wrapper form label {
  color: white;
}

.kl-footer__byline-wrapper form input[type=submit], form .hs-button {
  background-color: white;
  color: #008ECF;
}

.kl-footer__byline-wrapper form input[type=submit]:hover,
.kl-footer__byline-wrapper form input[type=submit]:focus,
.kl-footer__byline-wrapper form input[type=submit]:active,
.kl-footer__byline-wrapper form .hs-button:hover,
.kl-footer__byline-wrapper form .hs-button:focus,
.kl-footer__byline-wrapper form .hs-button:active {
  background-color: white;
  color: #008ECF;
  text-decoration: none;
}

@media screen and (max-width: 680px) {
  .kl-footer__byline {
    justify-content: center;
  }
}

.kl-footer__byline > span {
  color: rgba(255, 255, 255, 1.0);
  text-align: center;
  display: inline-block;
  width: 100%;
}

.kl-footer__content {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .kl-footer__content {
    display: block;
    padding: 12rem 0 3.2rem;
  }
}

.kl-footer__address {
  margin: 3.2rem 0 1.6rem;
}

.kl-footer__address p {
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__info {
  flex-basis: 25rem;
}

.kl-footer__info img {
  display: block;
  height: 4.8rem;
  max-width: 20rem;
}

.kl-footer__info p {
  font-size: 0.875em;
}

.kl-footer__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin-bottom: 0;
}

.kl-footer__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 3rem;
}

.kl-footer__social svg {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  fill: rgba(255, 255, 255, 1.0);
  transition: all .25s ease-in-out;
}

.kl-footer__social a:hover svg {
  fill: #008ECF;
}

.kl-footer__menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex: 0 0 100%;
}

@media screen and (max-width: 680px) {
  .kl-footer__menu {
    flex-direction: column;
  }
}

.kl-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kl-footer__menu h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: Montserrat;
  font-weight: 600;
  margin: 0 0 1.6rem;
  letter-spacing: 0.1rem;
  color: #008ECF;
}

.kl-footer__menu a {
  display: block;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1.0);
  margin-top: 16px;
}

.kl-footer__menu a:hover, .kl-footer__menu a:focus, .kl-footer__menu a:active {
  color: #008ECF;
  text-decoration: none;
}

.kl-footer__group {
  flex: 0 0 25%;
}

.kl-footer__desc {
  padding-top: 2.8rem;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  font-size: 30px;
  font-family: 'Neutraface-text';
}

.kl-footer__form-legal {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.kl-footer__form-legal a {
  font-weight: 900;
  text-decoration: underline;
}

.kl-footer__form-legal a:hover {
  color: #1c203d;
}

.kl-footer__byline form .actions {
  text-align: left;
  margin-top: 1.8rem;
  padding: 1.7rem 0px;
}

@media screen and (max-width: 991px) {
  .kl-footer__logo {
    display: none;
  }

  .kl-footer__main {
    padding-left: 0;
  }

  .kl-footer .kl-footer__main .kl-footer__wrapper, .kl-footer .kl-footer__main .kl-footer__byline-wrapper {
    flex: 0 0 50%;
    width: 50%;
  }

  .kl-footer .kl-footer__main .kl-footer__wrapper {
    padding-left: 5rem;
  }

  .kl-footer__menu {
    flex-flow: column;
  }

  .kl-footer__group {
    flex: 0 0 auto;
  }

  .kl-footer__menu > .kl-footer__group:not(:first-child) {
    margin-top: 4rem;
  }

  .kl-footer__byline .h1-white {
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .kl-footer__form-legal {
    margin-top: 4rem;
  }

  .kl-footer__legal {
    margin-top: 7.4rem;
  }
}

@media screen and (max-width: 767px) {
  .kl-footer .kl-footer__main .kl-footer__wrapper, .kl-footer .kl-footer__main .kl-footer__byline-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }
  .kl-footer .kl-footer__main .kl-footer__wrapper {
    padding-left: 1rem;
  }

  .kl-footer__group {
    margin-bottom: 3rem;
    margin-left: 2rem;
  }

  .kl-footer__menu > .kl-footer__group:not(:first-child) {
    margin-top: 3rem;
  }

  .kl-footer__menu > .kl-footer__group:last-child {
    margin-bottom: 0;
  }

  .kl-footer__legal {
    margin-top: 3.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .kl-footer__content {
    padding: 0;
  }

  .kl-footer__social {
    justify-content: center;
    margin-top: 2.2rem;
  }

  .kl-footer__social span {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }


  .kl-footer__form-legal {
    margin-bottom: 5rem;
  }
}

@media (max-width: 479px) {
  .kl-footer__social {
    justify-content: flex-start;
  }
  .kl-footer__social span {
    margin-left: 0;
    margin-right: 1rem;
  }
}

@media (min-width: 480px) {
  .kl-footer__group, 
  .kl-footer__byline .h1-white {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .kl-footer__group, 
  .kl-footer__byline .h1-white {
    text-align: left;
  }
}
@media(min-width: 768px) {
  .form {
    position: relative;
    margin-top: -10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form .form__text,
  .form .form__form {
    width: 50%;
  }
}

.form {
  padding: 3.5rem;
  background-color: white;
  box-shadow: 0 0 5rem 0 rgb(79 87 92 / 15%);
}
.form .form__text {
  display: flex;
}
.form .form__text svg {
  width: 23px;
  fill: #0067b1;
  margin-right: 1rem;
}
.kl-hero-01 {
  display: flex;
  align-items: center;
  min-height: 30.7rem;
}

.kl-hero-01__content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  padding: 2rem;
  padding-right: 50%;
}

.kl-hero-01__content .kl-rich-text *, 
.kl-hero-01__content .preheader-container, 
.kl-hero-01__content .kl-hero-01__date {
  position: relative;
  z-index: 2;
}

.kl-hero-01__content .kl-rich-text__preheader,
.kl-hero-01__content .kl-rich-text h1 {
  color: white;
}

@media screen and (min-width: 1380px) {
  .kl-hero-01__content {
    padding: 0;
  }
}

@media screen and (max-width: 1139px) {
  .kl-hero-01__content {
    padding: 2rem;
  }
}

@media screen and (min-width: 1240px) {
  .kl-hero-01__content {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .kl-hero-01__content {
    padding: 0;
  }
}

.kl-hero-01__content > div {
  max-width: 43rem;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content > div {
    max-width: none;
  }
}

.kl-hero-01__image {
  position: absolute;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  transition: opacity .2s, width .5s;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__image {
    opacity: .3;
    width: 100%;
  }
}

/* LP WEBINAR */ 

@media(max-width: 768px) {
  .kl-hero-01.lp-webinar {
    text-align: center;
  }
}

.kl-hero-01.lp-webinar {
  min-height: 0;
}

.kl-hero-01.lp-webinar h1 {
  margin-bottom: 1.4rem;
}

.kl-hero-01.lp-webinar .kl-hero-01__content {
  display: flex;
}

.kl-hero-01.lp-webinar .kl-hero-01__content > .kl-rich-text__content {
  max-width: 100%;
  width: 100%;
  padding: 0 1rem 2rem;
}

@media(min-width: 768px) {
  .kl-hero-01.lp-webinar .kl-hero-01__content > .kl-rich-text__content {
    max-width: 58.33333%;
  }
}

@media(max-width: 1139px) {
  .kl-hero-01.lp-webinar .kl-hero-01__content > .kl-rich-text__content {
    width: 100%;
  }
}

@media(max-width: 768px) {
  .kl-hero-01.lp-webinar .kl-hero-01__content > .kl-rich-text__content {
    width: 100%;
  }
}

.kl-hero-01.lp-webinar .kl-hero-01__content > .div-event-info-date {
  max-width: 100%;
  width: 41.7%;
  padding: 1rem 1rem 0;
  background-color: #008ECF;
  color: white;
  height: 12.6rem;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.kl-hero-01.lp-webinar .kl-hero-01__date {
  letter-spacing: 0.03rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.kl-hero-01.lp-webinar .div-event-info-date__content h1,
.kl-hero-01.lp-webinar .div-event-info-date__content h2,
.kl-hero-01.lp-webinar .div-event-info-date__content h3,
.kl-hero-01.lp-webinar .div-event-info-date__content h4,
.kl-hero-01.lp-webinar .div-event-info-date__content h5,
.kl-hero-01.lp-webinar .div-event-info-date__content h6,
.kl-hero-01.lp-webinar .div-event-info-date__content p {
  color: white;
}
.kl-hero-02 {
  display: flex;
  padding: 6.4rem 0;
  min-height: 50vh;
}

.kl-hero-02__content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1380px) {
  .kl-hero-02__content {
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  .kl-hero-02__content {
    display: block;
  }
}

.kl-hero-02__content .kl-rich-text {
  flex-basis: 30rem;
  flex-grow: 1;
}

.kl-hero-02__image {
  margin-left: 3.2rem;
  display: flex;
  flex-grow: 1;
  flex-basis: 48rem;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .kl-hero-02__image {
    max-width: 72rem;
    margin: 3.2rem auto 0;
    height: auto;
  }
}

.kl-hero-02__image img {
  max-width: 100%;
  display: block;
}

.kl-hero-02__image--left {
  justify-content: flex-start;
}

.kl-hero-02__image--center {
  justify-content: center;
}

.kl-hero-02__image--right {
  justify-content: flex-end;
}

.kl-hero-02__image--top {
  align-items: flex-start;
}

.kl-hero-02__image--middle {
  align-items: center;
}

.kl-hero-02__image--bottom {
  align-items: flex-end;
}
.kl-hero-03 {
  padding: 12rem 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kl-hero-03 {
    padding: 6.4rem 0;
  }
}

.kl-hero-03__content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1380px) {
  .kl-hero-03__content {
    padding: 0;
  }
}

.kl-hero-03__content .kl-rich-text {
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .kl-hero-03__content .kl-rich-text {
    max-width: 100%;
  }
}

.kl-hero-03__image {
  position: absolute;
  left: calc(50% + 6.4rem);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .kl-hero-03__image {
    position: static;
    transform: none;
    margin-top: 3.2rem;
  }
}

@media screen and (max-width: 360px) {
  .kl-hero-03__image {
    display: none;
  }
}

.kl-hero-03__image img {
  display: block;
}
.kl-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kl-logos {
    flex-wrap: wrap;
  }
}

.kl-logos__item {
  padding: 1.6rem 2.4rem;
}

.kl-logos__item a {
  display: block;
}

.kl-logos__item img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .kl-logos__item {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 480px) {
  .kl-logos__item {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 340px) {
  .kl-logos__item {
    flex-basis: 50%;
  }
}
.kl-about-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 6.4rem 1.6rem;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-about-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-about-modal__close {
  position: absolute;
  z-index: 13;
  top: 0;
  right: 0;
  display: block;
  background: white;
  border-radius: 50%;
  padding: 0.4rem;
  transform: translate(25%, -25%);
}

.kl-about-modal__close svg {
  display: block;
}

.kl-about-modal__wrapper {
  border: 0.05rem solid rgba(79, 87, 92, 0.2);
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.kl-about-modal__wrapper__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-about-modal__wrapper__content h1, .kl-about-modal__wrapper__content h2, .kl-about-modal__wrapper__content h3, .kl-about-modal__wrapper__content h4, .kl-about-modal__wrapper__content h5, .kl-about-modal__wrapper__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-about-modal__wrapper__content p {
  margin: 0 0 2rem;
}

.kl-about-modal__container {
  max-width: 68rem;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-about-modal__head {
  padding: 3.2rem;
  background-color: #008ECF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -2rem;
}

.kl-about-modal__head p, .kl-about-modal__head h1, .kl-about-modal__head h2, .kl-about-modal__head h3, .kl-about-modal__head h4, .kl-about-modal__head h5 {
  color: white;
  margin: 0;
}

.kl-about-modal__head > div {
  padding: 2rem;
}

.kl-about-modal__image img {
  max-width: 100%;
  height: 12rem !important;
  width: 12rem;
  border-radius: 12rem;
  object-fit: cover;
  object-position: center;
}

.kl-about-modal__body {
  background-color: white;
  padding: 3.2rem;
}

.kl-about-modal__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -0.8rem;
}

.kl-about-modal__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.8rem;
}

.kl-about-modal__social svg {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  fill: #4f575c;
  transition: all .25s ease-in-out;
}

.kl-about-modal__social a:hover svg {
  fill: #008ECF;
  /*fill: $secondary-color;*/
}

.kl-about-modal:target {
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__container {
  visibility: visible;
  opacity: 1;
}
.kl-header {
  position: fixed;
  z-index: 12;
  width: 100%;
  box-shadow: 0 0.1rem 0.5rem 0 rgb(0 0 0 / 5%);
  /* background-color: rgba(255, 255, 255, 1.0); */
  background-color: transparent;
  transition: 0.5s background-color ease;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* Avoiding overlay in page edition */
.hs-baymax-editor .kl-header{
  position: sticky;  
}

.kl-header-white {
  background-color: white;
}
.kl-header-white .kl-navbar__button {
  color: #222;
  filter: invert(0%);
}
.kl-header-white .kl-navbar__parent>a:after {
  border-color: #222;
}

.kl-header-placeholder {
  height: 70px;
}

.kl-navbar {
  height: 70px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .kl-header {
    background-color: #ffffff;
  }
  .kl-navbar {
    height: 50px;
  }
}

.kl-header-white .kl-navbar__logo {
  display: block;
}
.kl-header:not(.kl-header-white) .kl-navbar__logo,
.kl-header-white .kl-navbar__logo-scroll {
  display: none;
}

@media screen and (max-width: 991px) {
  .kl-navbar {
    justify-content: space-between;
  }
  .kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .kl-header .kl-navbar__logo-scroll {
    display: none;
  }
  .kl-header .kl-navbar__logo,
  .kl-header:not(.kl-header-white) .kl-navbar__logo {
    display: block;
    max-width: 12rem;
  }
}

@media screen and (max-width: 479px) {
  .kl-header a.kl-navbar__logo, .kl-header:not(.kl-header-white) a.kl-navbar__logo {
    flex: auto;
    width: 100%;
    max-width: 30rem;
  }

  .kl-header .kl-navbar__logo,
  .kl-header:not(.kl-header-white) .kl-navbar__logo {
    max-width: 40%;
  }
}

.kl-navbar__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kl-navbar__menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .kl-navbar__menu {
    display: block;
    margin: 0 0 2.4rem;
    width: 100%;
  }
}

.kl-navbar__item {
  position: relative;
  margin: 0 2rem;
}

.kl-navbar__item--active .kl-navbar__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 991px) {
  .kl-navbar__item--active .kl-navbar__panel {
    max-height: 100vh;
  }
}

.kl-navbar__item--active .kl-navbar__button {
  color: #008ECF;
}

.kl-navbar__item--active .kl-navbar__button > span:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kl-navbar__item {
    margin: 0 1.6rem;
  }
}

.kl-navbar__button {
  font-weight: bold;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 2em;
  word-break: normal;
  color: #000;
  filter: invert(100%);
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .kl-navbar__button {
    font-size: 1rem;
  }
}

.kl-navbar__button > span {
  position: relative;
  display: inline-block;
  padding: 0.8rem 0;
  font-weight: 400;
  font-size: 1.4rem;
}

.kl-navbar__button > span:after {
  content: '';
  width: 0;
  height: 0.2rem;
  background-color: #008ECF;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-navbar__button:hover, .kl-navbar__button:focus, .kl-navbar__button:active {
  text-decoration: none;
  color: #008ECF;
  filter: invert(100%);
}

.kl-navbar__parent:hover > a:after {
  border-color: #008ECF;;
}

.kl-navbar__button:hover > span:after, .kl-navbar__button:focus > span:after, .kl-navbar__button:active > span:after {
  visibility: hidden;
  width: 100%;
}

.kl-navbar__end {
  display: flex;
  align-items: center;
}

.kl-navbar__end a + a {
  margin-left: 2.5rem;
}

.kl-navbar__panel {
  background-color: rgba(255, 255, 255, 1.0);
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.8rem);
  transition: all .25s ease-in-out;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
  }
}

.kl-navbar__panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 96rem;
  margin: 0 auto;
  padding: 3.2rem 0;
  justify-content: space-between;
}

.kl-navbar__panel-wrapper > div {
  flex-basis: none;
}

.kl-navbar__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 65rem;
}

@media screen and (max-width: 991px) {
  .kl-navbar__categories p {
    display: none;
  }
}

.kl-navbar__description {
  flex-basis: 25rem;
  margin: 0 1.6rem;
  color: #4f575c;
}

@media screen and (max-width: 991px) {
  .kl-navbar__description {
    margin: 0;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 991px) {
  .kl-navbar__description--full {
    flex-basis: auto;
  }
}

.kl-navbar__description h1, .kl-navbar__description h2, .kl-navbar__description h3, .kl-navbar__description h4, .kl-navbar__description h5, .kl-navbar__description h6 {
  color: inherit;
}

.kl-navbar__description h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description p {
  font-size: 0.875rem;
  margin: 0 0 1.75rem;
}

.kl-navbar__description a {
  color: #4f575c;
}

.kl-navbar__description a:hover, .kl-navbar__description a:focus {
  text-decoration: none;
  color: #008ECF;
}

.kl-navbar .hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-width: auto;
}

@media screen and (max-width: 991px) {
  .kl-navbar .hamburger {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
  }
}

.kl-navbar .hamburger:focus {
  outline: none;
}

.kl-navbar .hamburger-box {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  position: relative;
}

.kl-navbar .hamburger-inner {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kl-navbar .hamburger-inner, .kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  width: 3rem;
  height: 0.2rem;
  background-color: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  content: "";
  display: block;
}

.kl-navbar .hamburger-inner::before {
  top: 100%;
  margin-top: 0.4rem;
}

.kl-navbar .hamburger-inner::after {
  bottom: 100%;
  margin-bottom: 0.4rem;
}

.kl-navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.kl-navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: translate(-50%,-50%) rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  margin: 0;
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0;
}

/* Navbar submenu */
.kl-navbar-submenu-wrapper {
  position: absolute;
  left: -2.4rem;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .kl-navbar-submenu-wrapper {
    position: static;
    visibility: visible;
    display: none;
  }
}

.kl-navbar__item:hover > .kl-navbar-submenu-wrapper {
  visibility: visible;
}

.kl-navbar-submenu {
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 0.5rem 1rem rgba(154, 161, 177, 0.1);
  list-style: none;
  padding: 2.5rem 2.5rem 1.5rem;
  margin: 2rem 0 0;
  min-width: 22rem;
}

@media screen and (max-width: 991px) {
  .kl-navbar-submenu {
    box-shadow: none;
    margin: 1.2rem 0;
    width: auto;
  }
}

.kl-navbar-submenu .kl-navbar-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(0);
  margin: 0;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .kl-navbar-submenu .kl-navbar-submenu {
    position: static;
    visibility: visible;
    display: none;
    margin-left: 2rem;
  }
}

.kl-navbar-submenu_title {
  padding-bottom: 1rem;
  font-family: Montserrat,sans-serif;
  color: #959595;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-bottom: 0.1rem solid rgba(149, 149, 149, .5);
  margin-bottom: 0.5rem;
}
.kl-navbar-submenu__item {
  position: relative;
}

.kl-navbar-submenu__item:hover > .kl-navbar-submenu {
  visibility: visible;
}

.kl-navbar-submenu__item a {
  display: block;
  padding: 1rem 0;
  font-weight: normal;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
  word-break: normal;
  color: #4f575c;
}

.kl-navbar-submenu__item a:hover, .kl-navbar-submenu__item a:focus {
  color: #008ECF;
  text-decoration: none;
}

.kl-navbar__parent {
  cursor: pointer;
}

@media screen and (min-width: 920px) {
  .kl-navbar__parent:hover > a:after {
    transform: rotate(225deg);
  }
}

.kl-navbar__parent > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .kl-navbar__parent > a {
    pointer-events: none;
  }
}

.kl-navbar__parent > a:after {
  content: '';
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 1rem;
  border-right: 0.2rem solid #333;
  border-bottom: 0.2rem solid #333;
  filter: #333;
  transform: rotate(45deg);
  transform-origin: 0.5rem 0.3rem;
  transition: transform .25s ease-in-out;
}

.kl-navbar__parent--active > .kl-navbar-submenu-wrapper,
.kl-navbar__parent--active > .kl-navbar-submenu {
  display: block;
}

.kl-navbar__parent--active > a:after {
  transform: rotate(225deg);
}

.kl-navbar__parent--active > a {
  color: #008ECF;
}

.kl-navbar__parent--active > a > span:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .kl-navbar__content {
    background-color: rgba(255, 255, 255, 1.0);
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    left: 0;
    bottom: 0;
    padding: 4rem 1rem;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0.8rem);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  }
  
  .kl-navbar__item {
    margin: 1.6rem;
  }

  .kl-header .kl-navbar__button {
    color: #222;
    filter: invert(0%);
  }

  .kl-navbar-submenu {
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 0.1rem solid rgba(149,149,149,.5);
    border-bottom: 0.1rem solid rgba(149,149,149,.5);
  }

  .kl-navbar-submenu_title {
    display: none;
  }

  .kl-navbar-submenu__item a {
    padding: 1.4rem 0;
    font-weight: 500;
    color: #333;
  }
}
.kl-offer-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 3.2rem 3.6rem 0;
  border: 0.1rem solid #DAE3F9;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.1);
}

.kl-offer-01__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 32rem;
  flex-grow: 1;
  margin-bottom: 3.2rem;
}

.kl-offer-01__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-01__text {
  flex-basis: 42rem;
  flex-grow: 1;
  margin-right: 5rem;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__text {
    margin: 0;
  }
}

.kl-offer-01__text h1, .kl-offer-01__text h2, .kl-offer-01__text h3, .kl-offer-01__text h4, .kl-offer-01__text h5, .kl-offer-01__text h6 {
  margin: 0 0 1.125rem;
}

.kl-offer-01__button {
  flex-shrink: 0;
}

.kl-offer-01__image {
  flex-basis: 26rem;
  margin: 0 auto;
  padding-right: 2rem;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__image {
    padding: 0;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
  max-width: 42rem;
}
.kl-pricing {
  display: flex;
  align-items: flex-start;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kl-pricing {
    display: block;
  }
}

.kl-pricing__card {
  position: relative;
  padding: 3.6rem 3.2rem;
  border: 0.05rem solid rgba(79, 87, 92, 0.2);
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.1);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  flex-basis: 34.6rem;
  flex-grow: 1;
  transition: box-shadow .25s ease-in-out;
}

.kl-pricing__card--featured {
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.2);
}

.kl-pricing__card:hover {
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.2);
}

.kl-pricing__card + .kl-pricing__card {
  margin-left: 7.2rem;
}

@media screen and (max-width: 1024px) {
  .kl-pricing__card + .kl-pricing__card {
    margin-left: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .kl-pricing__card + .kl-pricing__card {
    margin: 2.4rem 0 0;
  }
}

.kl-pricing__badge {
  font-family: , sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  min-width: 12rem;
  padding: 1rem 1.2rem;
  border-radius: 4rem;
  background-color: #EBF1FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kl-pricing__icon {
  height: 2.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.kl-pricing__icon img {
  max-height: 100%;
  display: block;
}

.kl-pricing__price {
  color: #008ECF;
}

.kl-pricing__price h1, .kl-pricing__price h2, .kl-pricing__price h3, .kl-pricing__price h4, .kl-pricing__price h5, .kl-pricing__price h6 {
  color: inherit;
}

.kl-pricing__description p {
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}

.kl-pricing__features {
  text-align: left;
  list-style: none;
  margin: 0 0 2.625rem;
  padding: 0;
}

.kl-pricing__features li {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  display: flex;
}

.kl-pricing__features li:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='7.59' cy='7.62' r='7.5' fill='%23EBF1FF'/%3E%3Cpath d='M10.84 4.39L6.37 9.11 4.61 7.26l-.95 1.01 2.71 2.86 5.43-5.72-.96-1.02z' fill='%234678EE'/%3E%3C/svg%3E");
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.2rem 0.75rem 0 0;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.kl-pricing__button a {
  width: 100%;
}

.kl-pricing hr {
  margin: 1.75rem 0;
  color: #F3F3F3;
  background-color: #F3F3F3;
  height: 0.2rem;
}
.kl-features-01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-01 {
    display: block;
  }
}

.kl-features-01__card {
  flex-basis: 22.5rem;
  flex-grow: 1;
}

.kl-features-01__card h4 {
  margin: 0 0 1rem;
}

.kl-features-01__card p {
  font-weight: 500;
}

.kl-features-01__card + .kl-features-01__card {
  margin-left: 6.4rem;
}

@media screen and (max-width: 768px) {
  .kl-features-01__card + .kl-features-01__card {
    margin: 3.2rem 0 0;
  }
}

.kl-features-01__image {
  min-height: 5rem;
  margin: 0 0 2.4rem;
  display: flex;
  align-items: center;
}

.kl-features-01__image img {
  display: block;
  width: auto;
  max-height: 5rem;
}

.kl-features-01__image > span {
  display: block;
}

.kl-features-01__image svg {
  max-height: 5rem;
  width: 5rem;
  fill: #008ECF;
}
.kl-features-02 {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.kl-features-02-wrapper {
  overflow: hidden;
}

.kl-features-02 .kl-features-02__card {
  flex: 0 0 50%;
  width: 50%;
  margin: 1.6rem 0;
  display: block;
}

.kl-features-02 .kl-features-02__card.first {
  width: 100%;
  flex: 0 0 100%;
}

.kl-features-02__card h4 {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.kl-features-02__card p {
  font-weight: 500;
  margin: 1rem 0 0;
}

.kl-features-02__card-header {
  display: flex;
}

.kl-features-02__image {
  min-height: 2.4rem;
  margin: 0 1.6rem 0 0;
  display: inline-block;
}

.kl-features-02__image img {
  display: block;
  width: auto;
  max-height: 2.4rem;
}

.kl-features-02__image > span {
  display: block;
}

.kl-features-02__image svg {
  max-height: 2.4rem;
  width: 2.4rem;
  fill: #008ECF;
}

.lp-case-study .kl-features-02__card.first h4 {
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #4f575c;
  font-family: Montserrat,sans-serif;
  text-transform: lowercase;
}

.lp-case-study .kl-features-02 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.lp-case-study .kl-features-02__card {
  width: 50%;
  flex: 0 0 50%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  border-left: 0.1rem solid #f0f0f0;
  padding: 1rem 0;
  padding-left: 1.7rem;
  order: 1;
}

.lp-case-study .kl-features-02__card:nth-child(n + 4) {
  order: 2;
}

.lp-case-study .kl-features-02__card.first {
  width: 100%;
  flex: 0 0 100%;
  border: none;
  order: -1;
}

.lp-case-study .kl-features-02__card.first .kl-features-02__card-header {
  max-width: 10rem;
}

.lp-case-study .kl-features-02__card-header h4 {
  font-size: 1.5rem;
  line-height: 1rem;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
  color: #B1B1B1;
}

.lp-case-study .kl-features-02__card p {
  font-size: 2.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  font-family: Montserrat,sans-serif;
  color: #0067B1;
}

@media (min-width: 768px) {
  .lp-case-study .kl-features-02:after {
    content: '';
    display: block;
    order: 1;
    width: 33.333333%;
  }

  .lp-case-study .kl-features-02__card,
  .lp-case-study .kl-features-02__card.first {
    width: 33.333333%;
    flex: 0 0 33.3333%;
  }
}


@media (min-width: 992px) {
  .lp-case-study .kl-features-02:after {
    display: none;
  }

  .lp-case-study .kl-features-02__card {
    width: 21.875%;
    flex: 0 0 21.875%;
  }

  .lp-case-study .kl-features-02__card.first {
    width: 12.5%;
    flex: 0 0 12.5%;
    padding-left: 0;
  }
}
.kl-features-03__titles li.active h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: #008ECF;
}

.kl-features-03__titles {
  list-style: none;
  padding: 0;
  margin: 0 0 2.4rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li {
    background-color: #f3f3f3;
    text-align: center;
  }
  .kl-features-03__titles li + li {
    border-top: 0.1rem solid #dadada;
  }
}

.kl-features-03__titles li.active h4:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li.active h4:after {
    visibility: hidden;
  }
}

.kl-features-03__titles li h4 {
  position: relative;
  display: inline-block;
  padding: 0.8rem 0;
  margin: 0;
}

.kl-features-03__titles li h4:after {
  content: '';
  width: 0;
  height: 0.2rem;
  background-color: #008ECF;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-features-03__section {
  background-color: #F3F3F3;
  display: none;
}

.kl-features-03__section.active {
  display: flex;
  flex-wrap: wrap;
}

.kl-features-03__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 36rem;
  flex-grow: 1;
  display: flex;
}

.kl-features-03__image--left {
  justify-content: flex-start;
}

.kl-features-03__image--center {
  justify-content: center;
}

.kl-features-03__image--right {
  justify-content: flex-end;
}

.kl-features-03__image--top {
  align-items: flex-start;
}

.kl-features-03__image--middle {
  align-items: center;
}

.kl-features-03__image--bottom {
  align-items: flex-end;
}

.kl-features-03__image--cover {
  align-items: unset;
}

.kl-features-03__image--cover img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.kl-features-03__image--contain img {
  object-fit: contain;
}

.kl-features-03__content {
  padding: 5.4rem 7.8rem;
  flex-basis: 40rem;
  flex-grow: 3;
}

@media screen and (max-width: 580px) {
  .kl-features-03__content {
    padding: 3rem;
  }
}

.kl-features-03__text h3 {
  margin: 0 0 2.8rem;
  max-width: 48rem;
}

.kl-features-03__text p {
  margin: 0 0 6.4rem;
  max-width: 60rem;
}

.kl-features-03__buttons {
  display: flex;
  align-items: center;
}

.kl-features-03__primary-cta {
  margin: 0 3.5rem 0 0;
}
.kl-card {
  border: 0.05rem solid rgba(79, 87, 92, 0.2);
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  padding: 3.2rem 2.5rem;
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-card__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-card__content h1, .kl-card__content h2, .kl-card__content h3, .kl-card__content h4, .kl-card__content h5, .kl-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-card__content p {
  margin: 0 0 2rem;
}

.kl-card__image {
  margin: 0 0 1.75rem;
}

.kl-card__form {
  max-width: 60rem;
}
.kl-testimonials {
  display: flex;
}

@media screen and (max-width: 991px) {
  .kl-testimonials {
    display: block;
  }
}

.kl-testimonial {
  padding: 1.8rem 2.5rem 2.5rem;
  border: 0.05rem solid rgba(79, 87, 92, 0.2);
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  flex-grow: 1;
  flex-basis: 30rem;
}

.kl-testimonial + .kl-testimonial {
  margin-left: 6.4rem;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial + .kl-testimonial {
    margin-left: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .kl-testimonial + .kl-testimonial {
    margin: 1.6rem 0 0;
  }
}

.kl-testimonial__quote {
  margin: 0 0 2.5rem;
}

.kl-testimonial__quote svg {
  fill: #008ECF;
  height: 3.2rem;
  max-height: 3.2rem;
}

.kl-testimonial__content {
  font-weight: 500;
}

.kl-testimonial__footer .kl-testimonial__infos {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.kl-testimonial__footer img {
  display: block;
  object-fit: cover;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  margin: 0 1.6rem 0 0;
}

.kl-testimonial__author {
  font-weight: bold;
}
.kl-testimonial__footer.lp-webinar {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.kl-testimonial__footer.lp-webinar .kl-testimonial__author .author_name {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-family: Montserrat,sans-serif;
  color: #008ECF;
  font-size: 1.6rem;
  font-weight: 600;
}

.kl-testimonial__footer.lp-webinar .kl-testimonial__author .author_title {
  display: inline-block;
  font-family: Montserrat,sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  color: #4f575c;
}
.kl-testimonial__footer.lp-webinar .kl-testimonial__author .author_company {
  display: inline-block;
  font-family: Montserrat,sans-serif;
  color: #4f575c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
}

.kl-testimonial__author span {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 0.8rem;
}
.kl-timeline__entry {
  position: relative;
  padding-bottom: 5rem;
}

.kl-timeline__entry h1, .kl-timeline__entry h2, .kl-timeline__entry h3, .kl-timeline__entry h4, .kl-timeline__entry h5 {
  color: #008ECF;
}

.kl-timeline__entry p {
  margin: 0 0 1rem;
}

.kl-timeline__entry--odd {
  margin-right: 50%;
  padding-right: 5rem;
  text-align: right;
}

.kl-timeline__entry--odd:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  transform: translateX(0.4rem);
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:before {
    transform: translateX(-0.5rem);
    left: 0;
  }
}

.kl-timeline__entry--odd:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 1rem;
  width: 0.1rem;
  height: 100%;
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:after {
    left: 0;
  }
}

.kl-timeline__entry--even {
  margin-left: 50%;
  padding-left: 5rem;
}

.kl-timeline__entry--even:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  transform: translateX(-0.5rem);
  left: -0.1rem;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:before {
    transform: translateX(-0.5rem);
    left: 0;
  }
}

.kl-timeline__entry--even:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 1rem;
  width: 0.1rem;
  height: 100%;
  left: -0.1rem;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:after {
    left: 0;
  }
}

.kl-timeline__entry:last-child:after {
  display: none;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry {
    margin: 0;
    padding: 0 0 5rem 5rem;
    text-align: left;
  }
}

@media screen and (max-width: 420px) {
  .kl-timeline__entry {
    padding: 0 0 2rem 2rem;
  }
}
@media(min-width: 768px) {
  .txt-form {
    position: relative;
    margin-top: -20.6rem;
  }
}

.txt-form > .div-event-info-date {
  max-width: 100%;
  padding: 1rem 1rem 0;
  background-color: #008ECF;
  color: white;
  height: 12.6rem;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.txt-form .kl-hero-01__date {
  letter-spacing: 0.03rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
.txt-form .div-event-info-date__content h1,
.txt-form .div-event-info-date__content h2,
.txt-form .div-event-info-date__content h3,
.txt-form .div-event-info-date__content h4,
.txt-form .div-event-info-date__content h5,
.txt-form .div-event-info-date__content h6,
.txt-form .div-event-info-date__content p {
  color: white;
}
.txt-form .text-form__form {
  padding: 3.5rem;
  box-shadow: 0 0 5rem 0 rgb(79 87 92 / 15%);
}
.tag {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.7rem;
  padding: 0.2rem 1rem;
}
.tag p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
}
/***************************************************************************/
/************************   Menu and simple menu   *************************/
/***************************************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -999rem;
  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;
  }
}

.hs_cos_wrapper_type_rich_text p {
  margin: 0 0 1rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.88rem;
}
/* Blog header */
.blog-header {
  background-color: rgba(242, 245, 251, 1.0);
  padding: 8.2rem 0;
  /* Blog header - author listing */
}

.blog-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-header__inner {
    display: block;
  }
}

.blog-header--author {
  background-color: transparent;
}

.blog-header--author .blog-header__inner {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .blog-header--author .blog-header__inner {
    display: block;
  }
}

.blog-header__title {
  margin: 0 0 3.2rem;
  max-width: 38rem;
  flex-basis: 38rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .blog-header__title {
    max-width: none;
  }
}

.blog-header__title span {
  color: #008ECF;
}

.blog-header__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  margin: 0 0 .75rem;
}

.blog-header__image {
  margin-left: 3.2rem;
}

@media screen and (max-width: 768px) {
  .blog-header__image {
    margin: 0 auto;
    max-width: 36rem;
  }
}

.blog-header__image img {
  width: 100%;
}

.blog-header__author {
  flex-basis: 72rem;
}

@media screen and (max-width: 768px) {
  .blog-header__author {
    margin: 3.2rem 0 0;
  }
}

.blog-header__avatar {
  display: block;
  height: 36rem;
  width: 100%;
  margin-right: 6.4rem;
  max-width: 36rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
    height: 30rem;
  }
}

.blog-header__author-social-links {
  margin: 0 -0.8rem;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 2.4rem;
  width: 2.4rem;
  margin: 0 0.8rem;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: #4f575c;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 3.2rem 0;
}

.blog-tags {
  list-style: none;
  padding: 0;
  margin: -0.7rem;
  max-width: 68rem;
}

.blog-tags li {
  display: inline-block;
  margin: 0.7rem;
}

.blog-tags__link {
  background-color: rgba(0, 142, 207, 1.0);
  border: 1px solid #008ECF;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 11px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
  padding: 1.2rem 1.8rem;
  border-radius: 0.3rem;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  background-color: transparent;
  color: #dadada;
  border: 0.1rem solid #dadada;
}

.blog-tags__link:hover, .blog-tags__link:focus, .blog-tags__link:active {
  background-color: rgba(0, 122, 191, 1.0);
  border-color: rgba(0, 122, 191, 1.0);
  color: #FFF;
  text-decoration: none;
}

.blog-tags__link:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.blog-tags__link a {
  color: #FFFFFF;
}

.blog-tags__link a:hover {
  color: white;
  text-decoration: none;
}

.blog-tags__link--current {
  background-color: #008ECF;
  border: none;
  color: white;
}

.blog-search {
  flex-basis: 40rem;
  width: 100%;
  margin: 3.2rem 0 0;
}

/* Blog listing */
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 3.2rem 0;
  margin: -2.4rem;
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 2.4rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  border: 0.05rem solid rgba(79, 87, 92, 0.2);
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.2);
  border-radius: 0px;
  height: 100%;
  overflow: hidden;s
}

.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  margin: 0 0 1rem;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: #4f575c;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: #4f575c;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  margin: 0 0 .75rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  margin: 3.2rem 0 0;
  color: #C6C6C6;
  font-size: .75rem;
  text-transform: uppercase;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-date, .blog-more-posts__post-date {
  margin-left: 5.4rem;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-image: url('//resources.shippeo.com/hubfs/raw_assets/public/theme-Shippeo-LP/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 3.2rem 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 0.2rem;
  background-color: #DCDCDC;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
}

.blog-pagination__link {
  font-family: , sans-serif;
  font-weight: bold;
  color: #4f575c;
  font-size: 1rem;
  line-height: 1;
  margin: 0 1.6rem;
  text-decoration: none;
}

.blog-pagination__link:hover, .blog-pagination__link:focus {
  color: #008ECF;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: #008ECF;
}

.blog-pagination__ellipsis {
  color: #4f575c;
  font-size: 1rem;
  line-height: 1;
}

/* Blog post */
.blog-header--post {
  min-height: 52rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-post {
  margin: 0 auto;
  padding: 4.5rem 0;
}

.blog-post__meta {
  display: flex;
  align-items: center;
}

.blog-post__meta a {
  color: #C6C6C6;
  transition: color .25s ease-in;
}

.blog-post__meta a:hover {
  color: #008ECF;
  text-decoration: none;
}

.blog-post__timestamp {
  color: #C6C6C6;
}

.blog-post__divider {
  margin: 6.4rem 0 5.2rem;
}

.blog-post__avatar {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 3.8rem;
}

.blog-post__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  margin: 0 0 1rem;
}

.blog-post__title {
  margin: 0 0 1rem;
  max-width: 68rem;
}

.blog-post__summary {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  max-width: 68rem;
}

.blog-post__body-wrapper {
  max-width: 68rem;
  margin: 0 auto;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-post__tag-link {
  color: #008ECF;
  background-color: #e6edff;
  border-radius: 0.3rem;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  margin: 0 0.8rem 0.8rem 0;
}

/* Blog related posts */
.blog-more {
  padding: 2rem 0;
}

.blog-more--centered h2 {
  text-align: center;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 68rem;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #4f575c;
}
/* Error pages */
.kl-error-page {
  padding: 10rem 0;
  text-align: center;
}

.kl-error-page__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  margin: 0 0 0.5rem;
}

.kl-error-page__heading {
  margin: 0 0 1rem;
}

/* System pages */
.systems-page__content {
  margin: 0 auto;
  max-width: 62rem;
  padding: 12rem 2rem;
}

.systems-page .success {
  color: #34A853;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.systems-page h1 {
  margin: 0 0 4rem;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .systems-page h1 {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}

.systems-page--membership {
  background-image: url(//resources.shippeo.com/hubfs/raw_assets/public/theme-Shippeo-LP/images/Hero-Background-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.systems-page--membership h1 {
  margin: 0 0 1rem;
}

.systems-page--membership p {
  margin: 0 0 3rem;
  text-align: center;
}

.systems-page--membership form .hs-submit input, .systems-page--membership form input[type="submit"] {
  width: 100%;
}

.systems-page--subscription-confirmation h1 {
  display: none;
  margin: 0 0 1.5rem;
}

.systems-page--subscription-confirmation h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-confirmation .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences h1 {
  margin: 0 0 1.5rem;
}

.systems-page--subscription-preferences h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-preferences .email-prefs {
  padding: 3.2rem;
  border: 0.1rem solid #DAE3F9;
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.1);
  border-radius: 1rem;
}

.systems-page--subscription-preferences .email-prefs p, .systems-page--subscription-preferences .email-prefs span, .systems-page--subscription-preferences .email-prefs label {
  font-size: 0.875rem;
  line-height: 1rem;
  vertical-align: text-top;
  font-weight: normal;
}

@media screen and (max-width: 360px) {
  .systems-page--subscription-preferences .email-prefs {
    padding: 1.8rem;
  }
}

.systems-page--subscription-preferences input[type="checkbox"] {
  margin-right: 1.2rem;
}

.systems-page__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0067b1;
  display: block;
  margin: 0 0 0.5rem;
  text-align: center;
}

.systems-page form {
  position: relative;
}

.systems-page form .hs-form-field {
  position: relative;
}

.systems-page form .form-input-validation-message ul {
  padding: 0;
}

.systems-page form .form-input-validation-message label {
  color: #929292;
  font-size: 0.875rem;
  font-weight: normal;
}

.systems-page form .hs-login-widget-show-password,
.systems-page form .hs-register-widget-show-password,
.systems-page form .hs-reset-widget-show-password {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #008ECF;
}

.systems-page form .hs-login-widget-show-password:hover, .systems-page form .hs-login-widget-show-password:focus,
.systems-page form .hs-register-widget-show-password:hover,
.systems-page form .hs-register-widget-show-password:focus,
.systems-page form .hs-reset-widget-show-password:hover,
.systems-page form .hs-reset-widget-show-password:focus {
  color: #008ECF;
  text-decoration: none;
}

.systems-page form #hs_login_reset {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  margin: 1rem 0 0;
  z-index: 1;
  color: #008ECF;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page .form-container {
  max-width: 38rem;
  margin: 0 auto 3rem;
}

.systems-page .form-container .label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Password prompt */
.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */
.backup-unsubscribe h3 {
  font-size: 0.875rem;
  font-weight: bold !important;
  line-height: 1rem;
  margin: 0 0 0.75rem;
}

.backup-unsubscribe #email-prefs-form {
  padding: 4.2rem 3.2rem;
  border: 0.1rem solid #DAE3F9;
  box-shadow: 0 1.1rem 3rem rgba(154, 161, 177, 0.1);
  border-radius: 1rem;
}

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 360px) {
  .backup-unsubscribe #email-prefs-form {
    padding: 3.2rem 1.8rem;
  }
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding: 0.7rem !important;
  font-size: 0.875rem !important;
  border: 0.1rem solid #DADADA;
}

/* Search pages */
.hs-search-field {
  max-width: 75rem;
}

.hs-search-field input[type=text] {
  padding-right: 4.8rem;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 19a8 8 0 100-16 8 8 0 000 16zM21 21l-4-4' stroke='%23C6C6C6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 36rem;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(0.8rem);
  border-radius: 0.9rem;
  width: 100%;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 0.8rem 1.6rem;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 0.1rem solid #dedede !important;
}

.kl-search-results {
  padding: 8rem 0;
}

.hs-search-results {
  margin-top: 3.5rem;
}

.hs-search-results__featured-image {
  margin-bottom: 1rem;
}

.hs-search-results__featured-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.hs-search-results__title {
  color: #4f575c;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: , sans-serif;
}

.hs-search-results__title:hover, .hs-search-results__title:focus {
  color: #008ECF;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 1.25rem;
  margin: 0 0 2.5rem;
}

.hs-search-results__pagination a {
  color: #4f575c;
  font-family: , sans-serif;
  font-weight: bold;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem !important;
}

.hs-search-results__listing li {
  flex-basis: calc(100% / 2);
  padding: 0 2rem !important;
}

@media screen and (max-width: 620px) {
  .hs-search-results__listing li {
    flex-basis: 100%;
  }
}

.hs-search-highlight {
  font-weight: bold;
}

.separator-std {
  margin: 3rem auto;
  border-top: 0.1rem solid hsla(0,0%,58.4%,.5);
}