/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width:100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper, .page-center {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
    font-family: 'Futura';
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaLightC.eot');
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaLightC.eot#iefix') format('embedded-opentype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaLightC.woff2') format('woff2'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaLightC.woff') format('woff'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaLightC.ttf') format('truetype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaLightC.svg#Futura') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Medium.eot');
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Medium.eot#iefix') format('embedded-opentype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Medium.woff') format('woff'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Medium.ttf') format('truetype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Medium.svg#Futura') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Heavy.eot');
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Heavy.eot#iefix') format('embedded-opentype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Heavy.woff') format('woff'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Heavy.ttf') format('truetype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Heavy.svg#FuturaBT') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaBT-Book';
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Book.eot');
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Book.eot#iefix') format('embedded-opentype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Book.woff2') format('woff2'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Book.woff') format('woff'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Book.ttf') format('truetype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
  font-family: 'Futura';
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Bold.eot');
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Bold.eot#iefix') format('embedded-opentype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Bold.woff2') format('woff2'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Bold.woff') format('woff'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Bold.ttf') format('truetype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/FuturaBT-Bold.svg#Futura') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





@font-face {
    font-family: 'Proxima Nova';
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Semibold.eot');
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Semibold.eot#iefix') format('embedded-opentype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Semibold.woff') format('woff'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Regular.eot');
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Regular.eot#iefix') format('embedded-opentype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Regular.woff') format('woff'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Bold.eot');
    src: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Bold.eot#iefix') format('embedded-opentype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Bold.woff') format('woff'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/Fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





body {
  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: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  vertical-align: middle;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-size: 18px;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */
td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */
.header{
  padding:12px 0px;
  box-shadow: 0px 3px 6px #00000029;
/*   position:relative;
  z-index:11 */
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: row;
    padding: 0 0;
    justify-content: space-between;
    padding-left: 0.8rem;
  }

  .header__column {
    /*     position: relative; */
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    margin: 0;
    text-align: center;
    margin-right: 1rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 0 auto;
    width: 100%;
    max-width:120px;
  }
}

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

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}



/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    max-height: calc(100vh - 94px);
    position: absolute;
    right: 0;
    top: 93px;
    z-index: 999;
    height: 100%;
    overflow-y: auto;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none !important;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
footer.footer {
  padding: 50px 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index:-1;
}
main#main-content {
  position: relative;
  z-index: 9;
  background: #fff;
}
.footer-menu .hs-menu-wrapper ul{
  display:block;
}
.footer-menu ul li.hs-menu-item{
  display:block;
  margin-bottom:15px;
}
.footer-menu ul li.hs-menu-item a{
  font-size:14px;
  color:#fff;
  transition:all ease 0.3s;
}
.footer-menu ul li.hs-menu-item a:hover{
  color:#027bce;
}

.pum-overlay {
  opacity: 0;
  visibility: hidden;
  background-color: rgba( 0, 0, 0, 0.60 );
  transition: all .15s ease-in-out;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 500;
}
.open-search .pum-overlay {
  opacity: 1;
  visibility: visible;
}
.pum-container {
  width: 500px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 3px;
  border: 2px solid #000000;
  box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
  background-color: rgba( 255, 255, 255, 1.00 );
  position: absolute;
  margin-bottom: 3em;
  height: auto;
  top: 100px;
  left: 50%;
  transform: translateX(-48%);
}
.popmake-content {
  overflow: inherit;
  margin: 1em 0;
  max-width: 98%;
}

button.pum-close {
  height: 30px;
  width: 30px;
  left: auto;
  right: -24px;
  bottom: auto;
  top: -24px;
  padding: 0px;
  color: #ffffff;
  font-family: inherit;
  font-size: 24px;
  line-height: 26px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
  text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
  background-color: rgba( 0, 0, 0, 1.00 );
  position: absolute;
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
}



@media(max-width:767px){
  .footer-menu-3 h3{
    display:none;
  }
  footer.footer{
    position:static;
  }
  main#main-content{
    margin-bottom:0 !important;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
body { overflow-x: hidden !important; }
iframe{border:0;}
.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

/* Widths */
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

/*unique paddings*/
.pb10,.p10-0 { padding-bottom:10px; }
.pb20,.p20-0 { padding-bottom:20px; }
.pb30,.p30-0 { padding-bottom:30px  }
.pb40,.p40-0 { padding-bottom:40px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pt10,.p10-0 { padding-top:10px; }
.pt20,.p20-0 { padding-top:20px; }
.pt30,.p30-0 { padding-top:30px  }
.pt40,.p40-0 { padding-top:40px; }
.pt50,.p50-0 { padding-top:50px; }
.pt60,.p60-0 { padding-top:60px; }
.pt70,.p70-0 { padding-top:70px; }
.pl15, .p15 { padding-left:15px; }
.pr15, .p15 { padding-right:15px; }
.pt15, .p15 { padding-top:15px; }
.pb15, .p15 { padding-bottom:15px; }
.pl0,.p0-0 { padding-left:0; }
.pr0,.p0-0 { padding-right:0; }
.pt0,.p0-0 { padding-top:0; }
.pb0,.p0-0 { padding-bottom:0;} 


.flex-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-column.align-top{
  align-items: flex-start;
}

.flex-column.align-bottom{
  align-items: flex-end;
}

#main-content .page-center{
  max-width:1100px;
}


/* ======================== Modules CSS ===================== */
.hero-two-column-module .hero-content h1 {
  font-size: 76px;
  color: #393434;
  line-height: 1;
}

.hero-two-column-module .hero-content p:first-child {
  letter-spacing: 3px;
  color: #393434;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.5;
}

.hero-two-column-module .hero-card {
  height: 460px;
  padding: 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position:relative;
}
.hero-two-column-module .card-icon {
  position: absolute;
  right: 56px;
  bottom: 75px;
}

.hero-two-column-module .card-content {
  max-width: 85%;
}

.hero-two-column-module .card-listing {
  border-radius: 50px;
  overflow: hidden;
}
.hero-two-column-module .card-content p {
  font-size: 36px;
  line-height: 1.1;
  font-family: 'FuturaBT-Book', 'Proxima Nova', sans-sarif;
  margin-bottom:0;
}


.heading-subheading-section {
  padding: 100px 0px;
}

.heading-subheading-section .heading h2 {
  font-size: 85px;
  line-height: 1.05;
  margin: 0;
}

.heading-subheading-section .sub-heading h4 {
  font-size: 30px;
  line-height: 1.5;
}

.heading-subheading-section .sub-heading p {
  font-size: 19px;
  line-height: 1.5;
}

.heading-subheading-section .sub-heading {
  padding-top: 50px;
}
.benefit-section {
  max-width: 1280px;
  margin: 0 auto;
}
.benefit-section .benefit-column {
  padding: 60px;
  height: 660px;
  position: relative;
}
.benefit-card-image {
  position: absolute;
  right: -78px;
  bottom: 15px;
  max-width: 200px;
  z-index: 1;
}
.benefit-section .benefit-card-title h4 {
  font-size: 37px;
  color: #fff;
  line-height: 1;
}

.benefit-section .benefit-card-content p {
  font-size: 20px;
  line-height: 1.3;
}

.benefit-section .benefit-card-content {
  padding-top: 40px;
}

.benefit-section .benefit-card-link a {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
}

.benefit-section .benefit-card-link {
  max-width: 70%;
  padding-top: 150px;
}


.left-content-and-right-content {
  padding: 100px 0px;
}
.left-content-and-right-content .left-content h2 {
  font-size: 85px;
  line-height: 1.05;
}

.left-content-and-right-content .left-content p {
  font-size: 19px;
  line-height: 1.5;
  max-width: 70%;
}

.left-content-and-right-content .left-content {
  padding-bottom: 25px;
}


.left-content-and-right-content .top-left-image {
  padding-bottom: 50px;
  position: relative;
  left: -100px;
}

.workflow-section {
  padding: 50px 0px;
}

.section-heading  h3 {
  font-size: 35px;
}

.workflow-section .workflow-heading {
  padding-bottom: 50px;
}

.workflow-card p {
  background-color: #EDEDED;
  padding: 40px;
  margin: 0;
  max-width: 370px;
  border-radius: 45px;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
}
.workflow-card-listing {
  margin-top: -81px;
}
.workflow-card.workflow-card2 {
  padding-top: 50px;
}

.data-for-action-section .action-column {
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.data-for-action-section .action-column p {
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
  color: #393434;
}
.data-for-action-section .action-data-content {
  padding-top: 30px;
}
.data-for-action-section {
  padding-top: 100px;
}
.automation-agent-section{
  padding:100px 0px;
}
.automation-agent-section .section-heading h3{
  color:#fff;
}

.automation-agent-section .section-subheading{
  padding-top:30px;
  max-width: 54%;
  margin: 0 auto;
}
.automation-agent-section .section-subheading p {
  color: #1144A2;
  font-size: 18px;
  line-height: 1.5;
  font-family: Futura,sans-serif;
  font-weight:700;
}

.automation-agent-section .automation-column-listing {
  padding-top: 130px;
  color: #fff;
}
.automation-agent-section .automation-column-listing p{
  font-size:16px;
}
.infographics-module{
  padding:100px 0px;
}

.maturity-model-section {
  padding: 60px 0px;
}

.maturity-model-section .section-heading h2 {
  font-size: 85px;
  line-height: 1.05;
}

.maturity-model-section .maturity-content p {
  font-size: 19px;
  line-height: 1.5;
  max-width: 50%;
}

.maturity-model-section .maturity-content {
  padding-top: 30px;
}

.maturity-steps h3 {
  font-size: 35px;
  color: #379CF7;
}

.maturity-steps {
  padding-top: 50px;
}

.maturity-steps .steps {
  background-color: #F6F6F6;
  padding: 60px;
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
}

.maturity-steps ul {
  width: 50%;
  padding-left: 70px;
  font-size: 20px;
  color: #393434;
  padding-right: 50px;
  list-style: none;
  margin-bottom:0;
}
.maturity-steps ul li{
  position: relative;
  margin-bottom:30px;
}
.maturity-steps ul li span {
  width: 52px;
  height: 52px;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  background-color: #1C468A;
  color: #fff;
  vertical-align: middle;
  font-size: 29px;
  position: absolute;
  left: -70px;
  top: 5px;
  font-family: Futura,sans-serif;
}
.maturity-steps ul:first-child li:nth-child(even) span {
  background-color: #379CF7;
}
.maturity-steps ul:last-child li:nth-child(odd) span {
  background-color: #379CF7;
}

.digital-age-section {
  padding-top: 100px;
}

.digital-age-section .section-heading h2 {
  font-size: 85px;
  line-height: 1.05;
  color: #fff;
}

.digital-age-section .section-heading p {
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
}

.digital-age-columns {
  margin-top: -45px;
}

.digital-age-columns .card-icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #064974;
  text-align: center;
  line-height: 50px;
  padding: 20px;
}

.digital-age-columns .card-title {
  padding-top: 20px;
}

.digital-age-columns .card-link a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #5DBFFF;
  text-decoration: underline;
}


.employess-section  .section-heading h2 {
  font-size: 85px;
  line-height: 1.05;
}
.employess-section  .section-heading p{
  font-size: 19px;
  line-height: 1.5;
}

.employess-section .employees-card {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 214px;
  position:relative;
  min-height:400px;
  padding:50px;
  margin-bottom:90px;
}
.employees-card-image img {
  height: 174px;
  width: 174px;
  border-radius: 50%;
}
.employess-section .employees-card .employees-card-image{
  position:absolute;
}
.employess-section {
  position: relative;
}

.employess-section:after {
  content: "";
  background-color: #f6f6f6;
  height: 65%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.employess-section .employees-card.top-right-corner, .employess-section .employees-card.top-left-corner{
  padding-top:175px;
}
.employess-section .employees-card.top-right-corner .employees-card-image{
  top:-10px;
  right:-20px;
}
.employess-section .employees-card.top-left-corner .employees-card-image{
  top:-10px;
  left:-20px;
}
.employess-section .employees-card.top-left-corner .card-number{
  position: relative;
  left: 70%;
}
.employess-section .employees-card.top-half .employees-card-image{
  left:0;
  top:0;
}
.employess-section .employees-card.top-half .employees-card-image img{
  width:100%;
  border-radius:0;
}
.employess-section .employees-card.top-half{
  padding-top:270px;
}
.employess-section .employees-card.top-half span.card-number{
  position:relative;
  z-index:2;
}
.employess-section .employees-card.employees-card-6{
  padding-top:220px;     
}
.employess-section .employees-card.employees-card-4{
  min-height: 535px;
}

.employess-section .employees-card span.card-number {
  font-size: 85px;
  line-height: 1;
  font-family: Futura,sans-serif;
}
.employees-card-content h5 {
  font-size: 25px;
  line-height: 30px;
  margin-top: 20px;
}
.employees-card-content p {
  font-size: 16px;
  line-height: 1.5;
}


.reality-card{
  margin-right:40px;
  position: relative;
}
.reality-card-1 {width: 180px;height: 400px;position: relative;border-radius: 45px;padding-left: 28px;padding-right: 15px;display: flex;flex-direction: column;justify-content: flex-end;padding-bottom: 75px;margin-left:30px;}
.reality-card-image {position: absolute;}
.reality-card-content p {font-size: 18px;line-height: 1.4;}
.reality-card.bottom .reality-card-image {bottom: -75px;left: 15px;}

.reality-card-image img {width: 150px;}
.reality-card-1:before {  content: "";
  background-image: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/double.png');width: 62px;background-repeat: no-repeat;background-size: 60px;display: inline-block;height: 56px;position: absolute;left: -30px;top: -30px;}
 .reality-card-9:before {content: "";background-image: url('https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Image-Nov-2021/double-2.png');
  width: 62px;background-repeat: no-repeat;background-size: 60px;display: inline-block;height: 56px;position: absolute;right: 50px;top: -40px;}
.reality-card-2 {width: 280px;height: 243px;
  position: relative;border-radius: 45px;padding-left: 40px;padding-right: 30px;display: flex;flex-direction: column;justify-content: flex-end;padding-bottom:20px;margin-top:70px;}
.reality-card-3 {width: 280px;height: 234px;position: relative;border-radius: 45px;padding-left: 40px;padding-right: 30px;display: flex;flex-direction: column;justify-content: flex-end;padding-bottom:20px;margin-top:40px;}
.reality-card-4{width: 280px;height: 238px;position: relative;border-radius: 45px;padding-left: 40px;padding-right: 30px;display: flex;flex-direction: column;justify-content: flex-end;padding-bottom:20px;margin-top:-40px;margin-left: 250px;}
.reality-card-5{width: 280px;height: 297px;position: relative;border-radius: 45px;padding-left: 40px;padding-right: 30px;display: flex;flex-direction: column;justify-content: flex-start;padding-top:40px;margin-top:-80px;}
.reality-card-6{width: 180px;height:356px;position: relative;border-radius: 45px;padding-left: 40px;padding-right: 30px;  display: flex;flex-direction: column;justify-content: flex-start;padding-top:40px;margin-top:-40px;margin-right:30px;}
.reality-card-7{width: 280px;height:217px;position: relative;border-radius: 45px;  padding-left: 40px;padding-right: 30px;display: flex;flex-direction: column;justify-content: flex-end;padding-bottom:20px;margin-top:-80px;margin-left:30px;}
.reality-card-8{width: 280px;height:295px;position: relative;border-radius: 45px;padding-left: 40px;padding-right: 30px;display: flex;flex-direction: column;justify-content: flex-end;  padding-bottom:20px;margin-top:-30px;}
.reality-card-9{width: 376px;min-height:158px; position: relative;border-radius: 45px;display: flex;flex-direction: column;justify-content: flex-end;  margin-top:70px;padding:25px 20px;}
.reality-card.bottom_right .reality-card-image{bottom: -70px;right: 20px;}
.reality-card.top_right_corner .reality-card-image{top: -50px;right: -35px;}
.reality-card.top .reality-card-image{top: -70px;left: 18px;}
.reality-card.top_right .reality-card-image{top: -60px;right: 25px;}
.reality-card.top_right{padding-top:120px;}
.reality-card.top{padding-top:100px;padding-left: 30px;}
.the-reality-section {position: relative;}

.the-reality-section:after {content: "";background-color: #DFE4E7;width: 100%;height:70%;display: inline-block;position: absolute;left: 0;right: 0;bottom: 0; z-index: -1;}

.benefit-section .benefit-column2 .benefit-card-link {padding-left: 70px;max-width: 100%;}

@media(min-width:1401px){
  .automation-column-listing .automation-column:first-child p:first-child img{
    transform: translateX(-100px);
  }
}

@media(max-width:1400px){
  iframe{
    max-width:100%;
  }
  .hero-two-column-module .hero-content h1{
    font-size:60px;
  }
  .heading-subheading-section .heading h2, 
  .left-content-and-right-content .left-content h2,
  .maturity-model-section .section-heading h2,
  .digital-age-section .section-heading h2,
  .employess-section .section-heading h2{
    font-size:60px;
  }

  .benefit-card-image{
    right:-100px;
  }
  .reality-card-6{
    margin-right:0;
  }
  .reality-card-4{
    margin-left:245px;
  }
  .reality-card-7{
    margin-left:0;
  }
}

@media(max-width:1120px){
  .left-content-and-right-content .top-left-image{left:0;  }
  .benefit-section .benefit-card-link{padding-top:70px;}
  .benefit-section .benefit-column{padding:50px;}
  .benefit-card-image{max-width:200px;}
  .reality-card-7{margin-top:20px;margin-left:30px;}
  .reality-card-6{margin-left:25px;}
  .reality-card-8{margin-top:160px;}
  .reality-card-9 {margin-left: 0;margin-top: -100px;}
}


/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {
  .tabw25 { width:25%; }
  .tabw30 { width:30%; }
  .tabw33 { width:33.33%; }
  .tabw40 { width:40%; }
  .tabw50 { width:50%; }
  .tabw60 { width:60%; }
  .tabw66 { width:66.66%; }
  .tabw70 { width:70%; }
  .tabw75 { width:75%; }
  .tabw100 { width:100%; }

  h1 { font-size:32px; }
  h2 { font-size:28px; }
  h3 { font-size:26px; }
  h4 { font-size:24px; }
  h5 { font-size:20px; }
  h6 { font-size:18px; }

  .pb40,.p40-0 { padding-bottom:25px; }
  .pb50,.p50-0 { padding-bottom:30px; }
  .pb60,.p60-0 { padding-bottom:35px; }
  .pb70,.p70-0 { padding-bottom:40px; }
  .pt40,.p40-0 { padding-top:25px; }
  .pt50,.p50-0 { padding-top:30px; }
  .pt60,.p60-0 { padding-top:35px; }
  .pt70,.p70-0 { padding-top:40px; }

  .hero-two-column-module .hero-content h1{
    font-size:50px;
  }
  .heading-subheading-section .heading h2, 
  .left-content-and-right-content .left-content h2,
  .maturity-model-section .section-heading h2,
  .digital-age-section .section-heading h2,
  .employess-section .section-heading h2{font-size:50px;}
  .hero-two-column-module .hero-card{padding:50px;}
  .hero-two-column-module .card-content p{font-size:32px;}
  .hero-two-column-module .hero-content p:first-child{font-size:24px;}
  .heading-subheading-section{padding:60px 0px;}
  .benefit-section .benefit-column{padding:30px;}
  .benefit-section .benefit-card-title h4{font-size:30px;}
  .benefit-section .benefit-card-content{padding-top:20px;}
  .benefit-section .benefit-card-link{padding-top:40px;max-width:100%;}
  .benefit-card-image {max-width: 150px;right: -81px;}
  .benefit-section .benefit-column2 .benefit-card-link{padding-left:0;}
  .left-content-and-right-content .flex-column {flex-direction: column;}

  .left-content-and-right-content .flex-column > div {width: 100%;}

  .left-content-and-right-content, .automation-agent-section, .infographics-module {padding: 60px 0px;}
  .left-content-and-right-content .flex-column>div+div {margin-top: 30px; }
  .workflow-card p{padding:30px;max-width:300px;}
  .data-for-action-section{padding-top:60px;}
  .data-for-action-section .action-data-content iframe {height: 430px;}
  .automation-agent-section .automation-column-listing{padding-top:50px;}
  .maturity-steps .steps{padding:30px;}
  .maturity-steps ul{padding-right:30px;}
  .maturity-steps ul li{margin-bottom:20px;}
  .graph-iframe iframe {height: 415px;}
  .digital-age-section{padding-top:60px;}
  .digital-age-columns .card-title h3 {font-size: 24px;  }
  .reality-card-3{
    margin-top: 120px;
  }
  .reality-card-4{
    margin-left:30px;
  }
  .reality-card-5{
    margin-top:30px;
  }
  .reality-card-7{
    margin-top:100px;
  }
  .reality-card-8{
    margin-top:80px;
  }
  .reality-card-9{
    margin-top:30px;
  }
}

/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {
  .mtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
  .mtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
  .mtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */
  .mpt0,.mp0 { padding-top:0 !important; }
  .mpb0,.mp0 { padding-bottom:0 !important; }
  .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .text-right { text-align:center; }

  .mw25 { width:25%; }
  .mw33 { width:33.33%; }
  .mw50 { width:50%; }
  .mw66 { width:66.66%; }
  .mw75 { width:75%; }
  .mw100 { width:100%; }

  .hero-two-column-module .hero-content h1{
    font-size:40px;
  }
  .heading-subheading-section .heading h2, 
  .left-content-and-right-content .left-content h2,
  .maturity-model-section .section-heading h2,
  .digital-age-section .section-heading h2,
  .employess-section .section-heading h2{
    font-size:40px;
  }
  .hero-two-column-module .hero-card{
    height:auto;
  }
  .hero-two-column-module .card-content p{
    font-size:26px;
  }
  .hero-two-column-module .card-icon{
    right:35px;
  }
  .benefit-card-image {
    position: static;
    padding-top: 30px;
  }
  .benefit-section .benefit-column {
    height: auto;
  }
  .left-content-and-right-content .left-content p{
    max-width:100%;
  }
  .workflow-card-listing {
    flex-direction: column;
    margin-top: -25px;
  }

  .workflow-card-listing > div {
    width: 100%;
  }
  .maturity-steps ul li {
    padding-right: 0;
    width: 100%;
  }
  .maturity-steps ul{
    width:100%;
    padding-right:0;
  }

  .graph-iframe iframe{
    height:215px;
  }
  .digital-card-listing {
    text-align: center;
  }

  .digital-age-columns {
    margin-top: 0;
  }

  .digital-age-columns .card-icon {
    margin: 0 auto;
  }
  .employess-section:after {
    height:90%;
  }
  .the-reality-section:after{
    height:85%;
  }
  .reality-card-4{
    margin-left:0;
    margin-right:0;
  }
  .reality-card-7{
    margin-left:0;
  }
  .reality-card-8{
    margin-right:0;
  }
}


@media(max-width:480px){
  .data-for-action-section .action-data-content iframe{
    height:230px;
  }
  .automation-agent-section .section-subheading{
    max-width:100%;
  }
  .maturity-model-section .maturity-content p{
    max-width:100%;
  }
  .section-heading h3{
    font-size:28px;
  }
  .reality-card-2{
    margin-top:100px;
  }
  .reality-card-3{
    margin-top:90px;
  }
  .reality-card-4{
    margin-top:30px;
  }
  .reality-card-6 {
    margin-top: 160px;
    margin-left: 0;
  }
  .reality-card-7 {
    margin-top: 30px;
  }
  .reality-card {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    height: auto;
    padding-top: 30px;
  }
  .reality-card-5 {padding-bottom: 80px;}
  .reality-card.top_right_corner .reality-card-image {top: -70px;right: 20px;}
  .reality-card-3 {padding-top: 100px;}
  .the-reality-section:after{height:93%;  }
  .reality-card-1:before{left:25px;}
  .pum-container{max-width:95%;transform: translateX(-50%);}
  button.pum-close{right:0;top:0;}
}



.mob-schd-image{margin-top:150px;}


/*  Patient_Schedule_Module - Mobile */

.mob-schd-col{  perspective: 800px;}
.mob-schd-image{  position: relative;  transform-style: preserve-3d;  height: 750px;  margin-bottom: 50px;}
.mob-schd-image img{  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%; }
.mob-schd-image img.image01{  z-index: 2;  backface-visibility: hidden;}
.hs-content-id-70144021313 #image-card .mob-schd-image .image01{  opacity: 0}
.mob-schd-image img.image02 {  z-index: 1;  transform: rotateY(180deg);  backface-visibility: hidden;}
.mob-schd-wrap {  padding: 20px 0px 420px;  position: relative;  background: #0a3380;}
.mob-schd-wrap:before {  content: "";  position: absolute;  width: 100%;  height: 100%;  bottom: 0px;  /*     background-image: url(https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Keonahealth_2022/Home/BsG.png);  */  background-size: cover;  background-position: center;}
.mob-schd-wrap:after {  content: "Provider Scheduling";  position: absolute;  width: 100%;  height: 100%;  top: 0%;  text-align: center;  color: rgba(10,51,128,0.15);  font-weight: 800;  font-size: 140px;  line-height: 110%;  letter-spacing: -0.01em;  background: linear-gradient(104.67deg, #BAE3FF 2.59%, #2EA6F7 57.31%);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  background-clip: text;  text-fill-color: transparent;  mix-blend-mode: hard-light;  opacity: 0.15;}
.mob-schd-wrap > div {   position: relative;  z-index: 9;}
.mob-schd-header h2 {  font-weight: 600;  line-height: 120%;  color: #fff;  position: relative;}
.mob-schd-inner {  display: flex;  align-items: center;  justify-content: center;  flex-wrap: wrap;  margin-top: 120px;}
.mob-schd-col-1 {  width: 36%;}
.mob-schd-col-2 {  width: 30%;  position: relative;  text-align: center;}
.mob-schd-col-3 {  width: 34%;}
.mob-schd-header h5 {  font-weight: 600;  margin: 0px;  font-size: 24px;  line-height: 120%;  letter-spacing: 0.02em;  color: #54CED4;}
.mob-schd-header h2 {  font-weight: 600;  line-height: 120%;  color: #FFFFFF;}
.mob-list-title h6 {  margin: 0px;  font-weight: 700;  font-size: 20px;  line-height: 120%;  letter-spacing: 0.02em;  background: linear-gradient(92.43deg, #0E47B3 3.09%, #0A3380 81.29%);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  background-clip: text;  text-fill-color: transparent;}
.mob-list-item {  display: flex;  align-items: center;  flex-wrap: wrap;  margin-bottom: 70px;  position: relative;}
.mob-list-item:before {  content: "";  position: absolute;  width: 170px;  height: 220px;  top: 47px;  left: -170px;  background-image: url(https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Keonahealth_2022/Home/line-1.png);  background-size: 100% 100%;  background-position: center;}
.mob-list-item:nth-child(2):before {  content: "";  width: 220px;  height: 75px;  top: 40px;  left: -217px;  background-image: url(https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Keonahealth_2022/Home/line-2.png);}
.mob-list-item:nth-child(3):before {  content: "";  width: 220px;  height: 75px;  top: -38px;  left: -217px;  background-image: url(https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Keonahealth_2022/Home/line-3.png);}
.mob-list-item:nth-child(4):before {  content: "";  width: 170px;  height: 235px;  top: -190px;  left: -170px;  background-image: url(https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Keonahealth_2022/Home/line-4.png);}
.mob-list-item:nth-child(2) ,
.mob-list-item:nth-child(3) {  right: -70px;}
.mob-list-inner {padding: 0px 10px 0px 60px;background-image: url(https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Keonahealth_2022/Home/list-bg.png);  background-size: 100% 100%;  width: 300px;  height: 82px;  display: flex;  align-items: center;}
.mob-list-title h6 {  margin: 0px;  font-weight: 700;  font-size: 20px;  line-height: 120%; letter-spacing: 0.02em;  background: linear-gradient(92.43deg, #0E47B3 3.09%, #0A3380 81.29%);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  background-clip: text;  text-fill-color: transparent;}
.mob-btm-cta {  text-align: center;}
.mob-schd-list {  float: right;}
.btn-primary{  display: inline-block;  position: relative;  border: 0px solid #f5903e;  padding: 15px 30px;  font-weight: 500;text-decoration: none;  font-style: normal;  color: #FFF !important;  cursor: pointer !important;  background: linear-gradient(180deg,#ff8b42 0%,#cb5003 100%);  border-radius: 30px;  text-transform: uppercase;  font-family: 'Gilroy',sans-serif !important;  z-index: 99999;}



/******** Responsive code starts here *******/

/************** ipad ***************/

@media (max-width: 1080px) {
  .mob-schd-wrap:after {font-size: 70px;}
  .mob-schd-col {width: 100% !important;text-align: center;}
  .mob-list-item {margin-bottom: 40px;position: relative;}
  .mob-list-item:before {display: none;}
  .mob-list-item:nth-child(2), .mob-list-item:nth-child(3) {right: 0px;}
  .mob-schd-list {float: none;}
 .mob-schd-list {float: none;max-width: 350px;margin: 0px auto;  }
  .mob-list-inner {width: 350px;}
    .mob-schd-image{margin-top:0px;}
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

}

/************** iphone roatate***************/

@media (max-width: 767px) {

  .hs-content-id-70144021313 #image-card .mob-schd-image .image01,
  .ptn-schd-wrap #tablet-card .ptn-schd-inner  {opacity: 1 !important  }
  .mob-list-title h6 br {display: none;}
  .mob-list-title h6 {font-size: 18px;}
  .mob-list-item {margin-bottom: 20px;position: relative;}
  .mob-list-inner {height: 77px;}
 .mob-schd-image img.image01 {max-width: 400px !important;margin: 0px auto !important;left: calc(50% - 170px);}
  .mob-schd-wrap::after {font-size: 40px;}
  .mob-schd-inner {margin-top: 30px;}
  
}

/************** iphone ***************/

@media (max-width: 1200px) {
  .mob-schd-image img.image01 {max-width: 400px !important;margin: 0px auto !important;left: calc(50% - 170px);  }
}



/* Patient_Schedule_Module - Tablet */


.ptn-schd-wrap #tablet-card{height: 750px;perspective: 2000px;transform-style: preserve-3d;}
.ptn-schd-wrap #tablet-card .ptn-schd-inner{opacity: 0;padding-top: 250px}
.ptn-schd-wrap #tablet-card .schd-top-img,
.ptn-schd-wrap #tablet-card .ptn-schd-inner{  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%; }
.ptn-schd-wrap {padding: 0px 0px 150px;  position: relative;  margin-top: -320px;}
.ptn-schd-wrap:before {  content: "";  position: absolute;  width: 100%;  height: 80%;  bottom: 0px;  background-size: cover;  background-position: center;}
.ptn-schd-wrap:after {  content: "Provider Scheduling";  position: absolute;  width: 100%;  height: 100%;  top: 47%;  text-align: center;  color: rgba(10,51,128,0.15);  font-weight: 800;  font-size: 140px;  line-height: 110%;  letter-spacing: -0.01em;  background: linear-gradient(104.67deg, #BAE3FF 2.59%, #2EA6F7 57.31%);-webkit-background-clip: text;  -webkit-text-fill-color: transparent;  background-clip: text;  text-fill-color: transparent;  mix-blend-mode: hard-light;  opacity: 0.15;}
.ptn-schd-wrap > div {position: relative;z-index: 9;}
.ptn-schd-header h2 {font-weight: 600;line-height: 120%;color: #fff;position: relative;}
.ptn-schd-header h2:before {  content: "";  position: absolute;  width: 120px;  height: 20px;  top: 60px;  left: 17px;  background-image: url(https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Keonahealth_2022/Home/curve.png);  background-size: 100%;  background-position: center;}
.ptn-schd-inner {  display: flex;  align-items: center;  justify-content: center;  flex-wrap: wrap;  margin-top: 90px;}
.ptn-schd-col-1 {  width: 27%;}
.ptn-schd-col-2 {  width: 43%;  position: relative;text-align: center;}
.ptn-schd-col-3 {  width: 30%;}
.ptn-schd-col-2:before {  content: "";  background-image: url(https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Keonahealth_2022/Home/shadow.png);  background-position: bottom;  position: absolute;  width: 120%;  height: 70px;  bottom: -40px;  left: -50px;  background-size: cover;}
.schd-top-img img {  position: relative;  z-index: 999;}
.schd-top-img {  text-align: center;  max-width: 90%;  margin: 0px auto;}
.ptn-schd-header h5 {  font-weight: 600;  line-height: 120%;  letter-spacing: 0.02em;  color: #FFFFFF;  margin: 0px;}
.ptn-schd-header h2 {font-weight: 600;  line-height: 120%;  color: #FFFFFF;}
.schd-list-title h6 {  font-size: 20px;  line-height: 120%;  letter-spacing: 0.02em;  color: #FFFFFF;  margin: 0px;}
.schd-list-icon {  background: #FFFFFF;  padding: 10px;  border-radius: 0px 10px 10px 10px;  width: 54px;  height: 54px;  display: flex;  align-items: center;  justify-content: center;}
.schd-list-item {  display: flex;  align-items: center;  flex-wrap: wrap;}
.schd-list-left {  margin-right: 20px;  width: 14%;}
.schd-list-right {  width: 80%;}
.schd-list-item {  display: flex;  align-items: center;  flex-wrap: wrap;  margin-bottom: 20px;}



/* Date 05/05/2022 */
.ptrn-logos-item a{pointer-events: none !important;display: block;}
.slide-top-right.span6 {margin-left: 2.400% !important;}
.mob-schd-image.mobileView {display: none;}

/******** Responsive code starts here *******/

/************** ipad ***************/

@media (max-width: 1080px) {

  .ptn-schd-wrap:before {    content: "";    background-image: url(https://5697140.fs1.hubspotusercontent-na1.net/hubfs/5697140/Keonahealth_2022/Home/BG-2.png) !important;    background-size: 100% 100%;  }
 .ptn-schd-wrap {padding: 420px 0px 350px;position: relative;margin-top: -380px;min-height: 1110px !important;}
  .ptn-schd-col-2:before {content: "";width: 80%;height: 70px;bottom: -30px;left: 30px;}
  .ptn-schd-col {width: 100% !important;text-align: center;}
  .ptn-schd-col-3 {width: 30%;text-align: left;}
 .ptn-schd-wrap:after {font-size: 70px;line-height: 110%;}
  .schd-list-left {margin-right: 20px;width: 10%;  }
 .ptn-schd-wrap #tablet-card .ptn-schd-inner {opacity: 0;padding-top: 0px;}
  .ptn-schd-inner {margin-top: 20px;}
  .ptn-schd-list {padding: 0px 20px;}
 .schd-list-title h6 {font-size: 18px;   }
  .schd-top-img {text-align: center;max-width: 90%;margin: 0px auto;position: relative !important;transform: none !important;opacity: 1 !important;top: -240px !important;  }
  .ptn-schd-col-2 {margin-top: 50px;}
  .ptn-schd-col-1 {margin-top: 150px;}
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) {
  .ptn-schd-wrap {padding: 250px 0px 70px;position: relative;margin-top: -480px;min-height: 1280px !important;}
  .ptn-schd-col-2 {margin-top: 180px;}

}

/************** iphone roatate***************/

@media (max-width: 767px) {
  .schd-list-right {width: 78%;}
  .schd-list-left {margin-right: 20px;width: 14%;}
 .ptn-schd-col-2:before {content: "";width: 70%;height: 38px;bottom: 10px;left: 50px;}
  .ptn-schd-col.ptn-schd-col-1.mob-display{padding: 0 20px;text-align: left}
  .ptn-schd-header h2  {line-height: 44px }
  .ptn-schd-header h2:before {content: "";width: 80px;height: 13px;top: 40px;left: 0px;}
  .ptn-schd-wrap {padding: 250px 0px 70px;position: relative;margin-top: -480px;min-height: 1100px !important;  }
  .schd-top-img {position: relative !important;transform: none !important;opacity: 1 !important;top: -120px !important;  }
 .ptn-schd-inner {margin-top: 20px;  }
  .ptn-schd-col-1 {margin-top: 0px;  }
  .ptn-schd-image img {-webkit-animation: mover 0s infinite alternate !important;animation: mover 0s infinite alternate !important;  }
  .mob-schd-image.dektop {display: none;}
  .mob-schd-image.mobileView{display: block;width: 400px;margin: 0 auto;max-width: 100%;}
   
}

/************** iphone ***************/

@media (min-width: 450px) and (max-width: 1100px) {
  .ptn-schd-wrap #tablet-card  {height: 1100px  }
}