




 

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}



/* Responsive Grid */
.page-center{
  max-width: 1452px;
  width:100%;
  padding:0 20px;
  float:none;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.row-fluid { width: 100%; *zoom: 1; }
.row-fluid:before, .row-fluid:after { display: table;  content: ""; }
.row-fluid:after { clear: both; }
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child { margin-left: 0; }
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
.container-fluid { *zoom: 1; }
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after { clear: both; }
.content-wrapper { margin: 0 auto; padding: 0 20px; }
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}
.dnd-section .dnd-column {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .row-fluid {  width: 100%; }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .dnd-section .dnd-column { padding-left: 0;  padding-right: 0; }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid { width: 100%; *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after { clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child { margin-left: 0; }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid { width: 100%; *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after { clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child { margin-left: 0; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* -------Default classes -----------*/
.txt-left { text-align: left; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }

.pd-xl { padding-top: 100px; padding-bottom: 100px; }
.pd-l { padding-top: 80px; padding-bottom: 80px; }
.pd-m { padding-top: 50px; padding-bottom: 50px; }
.pd-s { padding-top: 40px; padding-bottom: 40px; }
.pd-xs { padding-top: 20px; padding-bottom: 20px; }
.pd-70 { padding-top: 70px; padding-bottom: 70px; }

.pd-side-xl { padding-left: 100px; padding-right: 100px; }
.pd-side-l { padding-left: 80px; padding-right: 80px; }
.pd-side-m { padding-left: 50px; padding-right: 50px; }
.pd-side-s { padding-left: 40px; padding-right: 40px; }
.pd-side-xs { padding-left: 20px; padding-right: 20px; }
.pd-side-70 { padding-left: 70px; padding-right: 70px; }

.pd-top-xl { padding-top: 100px; }
.pd-top-l { padding-top: 80px; }
.pd-top-m { padding-top: 50px; }
.pd-top-s { padding-top: 40px; }
.pd-top-xs { padding-top: 20px; }

.pd-bottom-xl {padding-bottom: 100px; }
.pd-bottom-l { padding-bottom: 80px; }
.pd-bottom-m { padding-bottom: 50px; }
.pd-bottom-s { padding-bottom: 40px; }
.pd-bottom-xs {padding-bottom: 20px; }

.pos-relative { position: relative; }
.mr-tb-16 { margin-top: 1rem; margin-bottom: 1rem; }
.mr-tb-0 { margin-top: 0; margin-bottom: 0; }
.d-flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-wrap{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Clearfix */
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after { clear: both; }

/* Visibilty Classes */
.hide { display: none; }
.show { display: block; }
.invisible { visibility: hidden; }
.hidden { display: none; visibility: hidden; }

/* Responsive Visibilty Classes */
.visible-phone { display: none !important; }
.visible-tablet { display: none !important; }
.hidden-desktop { display: none !important; }



@media (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 ; }
}
@media screen and (max-width: 1199px) {
  .pd-top-xl { padding-top: 80px; }
  .pd-top-l { padding-top: 70px; }

  .pd-bottom-xl {padding-bottom: 80px; }
  .pd-bottom-l { padding-bottom: 70px; }

  .gtr-space-side-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .gtr-space-top-bottom-sm {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}/*-------- 1199 ends here ----------*/
@media screen and (max-width: 991px) {
  .pd-top-xl { padding-top: 70px; }
  .pd-top-l { padding-top: 60px; }

  .pd-bottom-xl {padding-bottom: 70px; }
  .pd-bottom-l { padding-bottom: 60px; }
}/*-------- 991 ends here ----------*/
@media (max-width: 767px) {
  .visible-phone { display: inherit !important; }
  .hidden-phone { display: none !important; }
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }

  .pd-xl { padding-top: 50px; padding-bottom: 50px; }
  .pd-l { padding-top: 40px; padding-bottom: 40px; }
  .pd-m { padding-top: 30px; padding-bottom: 30px; }
  .pd-s { padding-top: 20px; padding-bottom: 20px; }
  .pd-xs { padding-top: 10px; padding-bottom: 20px; }
  .pd-70 { padding-top: 50px; padding-bottom: 50px; }

  .pd-top-xl { padding-top: 60px; }
  .pd-top-l { padding-top: 50px; }
  .pd-top-m { padding-top: 30px; }
  .pd-top-s { padding-top: 20px; }
  .pd-top-xs { padding-top: 10px; }

  .pd-bottom-xl {padding-bottom: 60px; }
  .pd-bottom-l { padding-bottom: 50px; }
  .pd-bottom-m { padding-bottom: 30px; }
  .pd-bottom-s { padding-bottom: 20px; }
  .pd-bottom-xs {padding-bottom: 10px; }

  .pd-side-0{ padding-left: 0; padding-right: 0; }
  .pd-side-m15 { padding-left: 15px; padding-right: 15px; }
  .pd-side-m25 { padding-left: 25px; padding-right: 25px; }
}/*-------- 767 ends here ----------*/




body {
  line-height: 1.36;
  overflow-wrap: break-word;
}
picture{display: block;}

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


/* Paragraphs */
p {
  margin: 0 0 1.5rem;
}

strong {
  font-weight: 700;
}

/* Links */

a {
/*   cursor: pointer; */
  display: inline-block;
  transition: all 0.5s;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  margin: 0 0 1.5rem;
}
h1{line-height: 1.04;}
h5,h6, .large{line-height: 1.25;}


/* Lists */

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

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

sup {
  top: -1em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: 0;
}

*:focus, *:focus-within, *:focus-visible {
  outline: 0;
}

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

/* Primary Button */

button,
.button {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  letter-spacing: 1px;
  line-height: 23px;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}
.button.button--simple .fa{
  transition: all 0.5s;
  margin-left: 0;
}
.button.button--simple:hover .fa,
.button.button--simple:focus .fa{
  margin-left: 5px;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
a[href*="javascript"]{cursor: default;}

a[href*=javascript].popup-video-btn {
    cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  text-align: left;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

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

/* Inputs - Checkbox/Radio */

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

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

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

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
}

/* Inputs - Datepicker */

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

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

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  letter-spacing: 1px;
}
form .hs-button, form input[type=submit] {
  margin: 0 !important;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */


/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}




.footer .dnd-section {
  padding: 0;
}
.footer__row--one{
  margin: 0 auto;
  padding: 90px 0 70px;
}
.footer__container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.footer__row--two {
  background-color: #424242;
  padding: 20px 0 15px;
  text-align: center;
}
/* Footer Rows */
footer a:hover, footer a:focus {
  opacity: 0.6;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.footer_col {
  width: 24%;
  padding: 0 15px;
}
.footer__navigation.footer_col {
  width: 19%;
  padding-top: 25px;
}
.footer__form.footer_col{
  width: 38%;
  padding-top: 25px;
}
.footer--site-page h4{
  margin-bottom: 0px;
}
.footer__first__col .footer_inner_col{
  max-width: 190px;
}

.footer-logo {
  max-width: 230px;
  margin: 0 0 10px;
}
.footer-logo img {
  display: block;
/*   height: 51px !important; */
/*   width: 189px !important; */
}
.footer-logo a:hover{
  opacity: 1;
}
.footer-address {
  margin: 0 0 10px;
}
.footer-social-icon-container a {
  margin-right: 10px;
}
.footer-social-icon-container a:last-child {
  margin-right: 0;
}
.footer-social-icon-container svg {
  width: 25px;
  height: 25px;
}
.footer .hs-menu-wrapper ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
}
.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}
.footer-logo span, .footer-logo a {
  display: inline-block;
  line-height: normal;
}
.subscribe-form .hs-form-required{
  color: red !important;
}


/* Landing Page Footer */

.footer--landing-page p, .footer__row--two p {
  margin-bottom: 0;
}

.footer--landing-page .footer__container {
  padding: 1.5rem 0;
}
.social-share-inner{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.social-share-inner .social-icon ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-share-inner .title{
  padding-right: 30px;
}
.social-share-inner .title p{
  margin: 0;
}
.social-share-inner .social-icon ul li{
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
}
.social-share-inner .social-icon ul li a, .social-share-inner .social-icon ul li span{
  display: block;
  line-height: 1;
}
.social-share{
  margin-top: 55px;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}
.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}
.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 0;
  padding: 0;
}
.subscribe-form h3{
  display: none;
}
.subscribe-form{
  margin-top: 30px;
}
.footer--site-page .hs-form-field > label span{
  font-size: 20px;
}
.footer-social-links li{
  margin: 0 20px 0 0;
}
.footer-social-links ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.footer-social-links{
  margin-top: 100px;
}
.subscribe-form input[type="submit"]{
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border-width: 1px;
  width: 100%;
  max-width: 220px;
}
.subscribe-form input[type="submit"]:hover, .subscribe-form input[type="submit"]:active, .subscribe-form input[type="submit"]:focus{
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1352a3;
  border-width: 1px;
}


.footer .hs-menu-item + .hs-menu-item {
  margin-top: 5px;
}
.footer .hs-menu-item {
  line-height: normal;
}
.footer-address p {
  margin: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  footer p, footer a, .footer--site-page .hs-form-field > label span, .footer--site-page h4{
    font-size: 16px !important;
  }
  .subscribe-form input[type="submit"] {
    max-width: none;
    width: auto;
  }
  .footer-logo img {
    height: 40px !important;
    width: 150px !important;
  }
}

@media (max-width: 767px) {
  .footer__navigation.footer_col {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 50% !important;
  }
  .footer__navigation.footer_col:nth-child(odd){
    padding-left: 10px;
  }
  .footer__navigation.footer_col:nth-child(even){
    padding-right: 10px;
  }
  .footer__row {
    margin: 0;
    flex-wrap: wrap;
  }
  .footer_col {
    width: 100% !important;
    margin: 0 0 50px;
    padding: 0;
  }
  .footer-address, .footer-logo {
    margin: 0 auto 20px;
  }
  .footer .hs-menu-wrapper ul {
    margin-bottom: 0;
  }
  .footer--site-page .footer__form .input{
    max-width: 500px;
  }
  .footer__navigation h4 {
    margin: 0;
  }
  .footer__row--one {
    padding: 60px 0 0px;
  }
  .footer-social-links {
    margin-top: 50px;
  }
  .subscribe-form {
    margin-top: 10px;
  }
  .footer__navigation.footer_col {
    padding-top: 0;
  }
  .subscribe-form input[type="submit"] {
    max-width: none;
    width: auto;
  }
  .footer .hs-menu-item a {
    padding: 13px 0;
    min-width: 48px;
  }
}
@media screen and (max-width: 630px) {
  .footer--site-page h4{
    font-size: 18px !important;
  }
}/*-------- 480 ends here ----------*/


/*-------------Home Banner Section--------------*/
.wow.home-banner-inner{visibility: hidden;}
.wow{visibility: hidden;}
.home-banner-section{position: relative;background-size: cover;background-position: center top;background-repeat: no-repeat;}
.home-banner-section video {object-fit: cover;position: absolute;height: 100%;width: 100%;top: 0;left: 0;}
.home-banner-inner{max-width: 932px;margin: 0 auto;}
.home-banner-inner h4{ color: #ffffff; }
.home-banner-inner h1{ margin-bottom: 35px; }
.section-buttons{ margin-top: 35px; justify-content: center;}
.section-buttons .button{ margin: 0 22px 20px; max-width: 249px; width:100%; }
.section-buttons .hubspot-cta { width: 33.33%; }
.section-buttons .hubspot-cta .button{ margin:0 0 20px; max-width: none; width: auto; min-width: 196px; }  
.section-buttons .hubspot-cta span{ display:block; }

.video-popup-box{ max-width: 1200px; margin: 0 auto; }
.video-popup-box button.mfp-close{background-color: #ffffff;font-family: Nunito,sans-serif;font-size: 30px;border: 0;height: 36px;line-height: 36px;width: 36px;}
.center{text-align: center;}
/*-------------Logo Slider Section--------------*/
.logo-header {text-align: center;max-width: 1200px;margin: 0 auto 50px;}
.logo-slider-logos{align-items: center;justify-content: center;}
.logo-slider-logos img{ margin: 0 auto; object-fit: contain; width: 100%; }
/*-------------Four Column Cards Section--------------*/
.four-col-cards-col{width: calc(22% - 38px);margin: 0 19px 38px;padding: 30px;justify-content: center;align-items: center;height: 340px;transition: all .3s linear;}
.four-col-cards-row{ margin: 0 -19px; justify-content: center; }
.four-col-cards-col-inner h5{ margin-bottom: 40px; }
.four-col-cards-col-inner .button{ margin: 0; }
.four-col-cards-col:hover{ transform: scale(1.03); }
/*-------------Testimonial Section--------------*/
.testimonial-section{ padding: 100px 0 170px; }
.testimonial-inner{max-width: 845px;margin: 0 auto;}
.testimonial-inner .quote .fa{position: absolute;left: 0;top: 20px;font-size: 50px;color: #1352a3;}
.testimonial-inner .quote .fa-quote-right{right: 0;bottom: 40%;left: auto;top: auto;}
.testimonial-col h5{ letter-spacing: 1px; }
.testimonial-button{ margin-top: 30px; }
.quote-after-text-block h3 {margin: 0;}
.testimonial-after-content {margin: 0 auto;max-width: 845px;}
.quote-after-text-block {margin-top: 60px;}
/*-------------Two Column Zig-Zag Section--------------*/
.two-col-zig-zag-image, .two-col-zig-zag-text{  width: 50%; }
.two-col-zig-zag-image{ align-self: stretch; }
.two-col-zig-zag-text{padding-left: 180px;padding-right: calc(50vw - 714px);}
.two-col-zig-zag-image img, .two-col-zig-zag-image picture{display: block;width: 100%;height: 100% !important;object-fit: contain;}
.two-col-zig-zag-row { align-items: center; }
.two-col-zig-zag-row.swap-content{ flex-direction: row-reverse; }
.two-col-zig-zag-row.swap-content .two-col-zig-zag-text{padding-right: 180px;padding-left: calc(50vw - 714px);}
.two-col-zig-zag-row.swap-content .two-col-zig-zag-text p{ hyphens: auto;}
.two-col-zig-zag-section .section-buttons .button {margin: 0 10px 20px;max-width: none;width: auto;}
.two-col-zig-zag-section .section-buttons{ margin-left: -10px; margin-right: -10px; justify-content: flex-start; }
.two-col-zig-zag-heading {text-align: center;margin: 0 auto 60px;}
.two-col-zig-zag-heading-title {max-width: 964px;margin: 0 auto;}
.two-col-zig-zag-heading-text {max-width: 1200px;margin: 0 auto;}
/*-------------Counter Section--------------*/
.counter-section .section-title{ margin-bottom: 50px; }
.counter-col{width: 33.33%;padding: 0 30px 30px;}
.counter-col .number{font-size: 100px;font-weight: bold;margin-bottom: 10px;}
.counter-col .large{ max-width: 330px; margin: 0 auto; hyphens: auto; }
.counter-row{ margin: 0 -30px; }
/*-------------Bottom Banner Section--------------*/
.bottom-banner-inner{ height: 100%; }
.bottom-banner-section{background-size: cover;background-position: center top;background-repeat: no-repeat;}
.bottom-banner-content {max-width: 580px;margin: 0 auto;}
.bottom-banner-content p{ color: #ffffff; }
.bottom-banner-content .section-buttons .button { max-width: 222px; }
/*-------------Image Gallery Section--------------*/
.image-gallery-col{flex: calc(33.33% - 24px);flex-direction: column;margin-right: 24px;row-gap: 24px;}
.image-gallery-col.half-col:last-child{ margin-right: 0; }
.image-gallery-col:nth-child(3n+3){ margin-right: 0; }
.image-gallery-row{align-items: stretch;margin-bottom: 24px;}
.image-gallery-row:last-child{ margin-bottom: 0; }
.image-gallery-col img, .image-gallery-col picture{width: 100%;height: 100% !important;display: block;object-fit: cover;max-height: 970px;}
.image-gallery-col-text{display:none; position: absolute;overflow: hidden;top: 0;left: 0;height: 100%;width: 100%;opacity: 0;background-color: rgba(255,255,255,0.9);-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;align-items: center;justify-content: center;}
.image-gallery-col-inner:hover .image-gallery-col-text { opacity: 1; display: block; }
.image-gallery-col-inner, .image-gallery-col-image, .image-gallery-col-text{height: 100%;}
.image-gallery-col-inner.half-row{ height: 50%; }
.image-gallery-row.row-2 .image-gallery-col.half-col.col-1{flex: calc(55% - 24px);}
.image-gallery-row.row-2 .image-gallery-col.half-col.col-2{flex: calc(45% - 24px);}
.image-gallery-col-text-inner{border: 1px solid #1352a3;padding: 40px;height: calc(100% - 60px);width: calc(100% - 60px);align-items: center;justify-content: center;flex-direction: column;margin: 30px;overflow: hidden;}
.image-gallery-col-text-inner h4{-webkit-transform: translateY(-100px);-moz-transform: translateY(-100px);-o-transform: translateY(-100px);-ms-transform: translateY(-100px);transform: translateY(-100px);-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.image-gallery-col-inner:hover .image-gallery-col-text-inner h4, .image-gallery-col-inner:hover .image-gallery-col-text-inner p{ -webkit-transform: translateY(0px);-moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);}
.image-gallery-col-text-inner p{-webkit-transform: translateY(100px);-moz-transform: translateY(100px);-o-transform: translateY(100px);-ms-transform: translateY(100px);transform: translateY(100px);-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;-ms-transition: all .2s linear;transition: all .2s linear;}
.image-gallery-col-text-inner .button.button--simple{color: #1352a3;margin: 0;}
section.two-col-zig-zag-section.case-study-details-two-column-section {padding: 100px 0;}
/*-------------Responsive--------------*/
@media screen and (max-width: 1480px) {.two-col-zig-zag-text{padding-right: 20px;padding-left: 80px;}.two-col-zig-zag-row.swap-content .two-col-zig-zag-text{padding-right: 80px;padding-left: 20px;}.counter-row{ margin: 0; }.counter-col .number {font-size: 82px;}}/*-------- 1400 ends here ----------*/
@media screen and (max-width: 1400px) and (min-width: 1200px) {.image-gallery-col-text-inner {height: calc(100% - 40px);margin: 20px;padding: 20px;width: calc(100% - 40px);}.image-gallery-col-image img, .image-gallery-col-image picture{min-height: 380px !important;}.image-gallery-col-text-inner p{font-size: 18px;}}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .image-gallery-col {flex: calc(50% - 12px);margin: 0 !important;}
  .image-gallery-col.col-2{margin-left: 12px !important;}
  .image-gallery-col.col-1{margin-right: 12px !important;}
  .image-gallery-col-image img, .image-gallery-col-image picture{min-height: 380px !important;}
  .image-gallery-col-text-inner {height: calc(100% - 40px);margin: 20px;padding: 20px;width: calc(100% - 40px);}
  .image-gallery-row {row-gap: 24px;}
  .image-gallery-col.col-3 .image-gallery-col-image img, .image-gallery-col.col-3 .image-gallery-col-image picture{max-height: 450px !important;}
  .image-gallery-col-text-inner p{font-size: 16px;}
}
@media screen and (max-width: 1199px) {
  .four-col-cards-col{ width: calc(33.33% - 38px);}
  .testimonial-section{ padding: 60px 0 100px; }
  .two-col-zig-zag-text{ padding-left: 50px;}
  .two-col-zig-zag-row.swap-content .two-col-zig-zag-text{padding-right: 50px;}
  .counter-col .number {font-size: 65px;}
  section.two-col-zig-zag-section.case-study-details-two-column-section {padding: 80px 0;}
}/*-------- 1199 ends here ----------*/
@media screen and (max-width: 991px) {
  .four-col-cards-col{width: calc(50% - 38px);}
  .two-col-zig-zag-image, .two-col-zig-zag-text{ width: 100%; }
  .two-col-zig-zag-text, .two-col-zig-zag-row.swap-content .two-col-zig-zag-text{padding-right: 20px;padding-left: 20px;}
  .counter-col{padding: 0 20px 40px;}
  .counter-col .number {font-size: 52px;}
  section.two-col-zig-zag-section.case-study-details-two-column-section {padding: 60px 0;}
  .section-buttons .hubspot-cta { width: 50%; }
}/*-------- 991 ends here ----------*/
@media screen and (max-width: 767px) {
  .button.button--large{ font-size: 22px !important; }
  .section-buttons .button{ margin: 0 0 20px; }
  .section-buttons{ flex-direction: column; align-items: center; }
  .testimonial-section{ padding: 40px 0 70px; }
  .testimonial-inner .quote .fa {font-size: 27px;top: 12%;}
  .testimonial-inner .quote .fa-quote-right{top: auto;bottom: 35%;}
  .counter-section .section-title {margin-bottom: 30px;}
  .counter-col{width: 100%;padding: 0 0px 40px;}
  .counter-col .number {font-size: 80px;}
  .image-gallery-col{flex: 100% !important;margin: 0 !important;row-gap: 0;}
  .image-gallery-col-inner{margin-bottom: 24px;}
  .image-gallery-row:last-child .image-gallery-col:last-child .image-gallery-col-inner{margin: 0;}
  .image-gallery-row {margin-bottom: 0;}
  .image-gallery-col img, .image-gallery-col picture{height: 450px !important;}
  .two-col-zig-zag-section .section-buttons{ align-items: flex-start; }
  .two-col-zig-zag-section .section-buttons .button { min-width: 220px; }
  .logo-header {margin: 0 auto 25px;}
  .quote-after-text-block {margin-top: 30px;}
  .two-col-zig-zag-heading {margin: 0 auto 40px;}
}/*-------- 767 ends here ----------*/
@media screen and (max-width: 630px) {.four-col-cards-col{  width: 100%; max-width: 320px; }.counter-col .number {font-size: 60px;}.image-gallery-col img, .image-gallery-col picture{height: 400px !important;}}
@media screen and (max-width: 480px){.image-gallery-col-text-inner{padding: 20px;}}














.pink-fill-button{
  color: #fff;
  background-color: #B210A6;
  border: 1px solid #B210A6;
  border-radius: 0;
  padding: 16px 26px;
  margin: 15px 0;
  transition: 0.5s ease-out;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 23px
}

.pink-fill-button:hover, .pink-fill-button:focus{
   background-color: transparent;
  color: #B210A6;
}

  color: #B210A6;
  background-color: transparent;
  border: 1px solid #B210A6;
  border-radius: 0;
  padding: 15px 40px;
  margin: 15px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none
}

.pink-stroke-button {
  color: #B210A6;
  background-color: transparent;
  border: 1px solid #B210A6;
  border-radius: 0;
  padding: 16px 26px;
  margin: 15px 0;
  transition: 0.5s ease-out;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 23px
}
.pink-stroke-sm-button{
   font-size:14px;
  padding:15px 40px;
  font-weight:700;
}
  
.pink-stroke-button:hover, .pink-stroke-sm-button:hover{
  background-color: #5e9ff2;
  border-color: #5e9ff2;
  color: #fff;
}

.pink-fill-button{
  color: #fff;
  background-color: #B210A6;
  border: 1px solid #B210A6;
  border-radius: 0;
  padding: 16px 26px;
  margin: 15px 0;
  transition: 0.5s ease-out;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 23px
}

.pink-fill-button:hover, .pink-fill-button:focus{
   background-color: transparent;
  color: #B210A6;
}

.blue-pink-button{
  color: #fff;
  background-color: #5e9ff2;
  border: 1px solid #5e9ff2;
  border-radius: 0;
  padding: 16px 26px;
  margin: 15px 0;
  transition: 0.5s ease-out;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.15;
}
.blue-pink-sm-button{
  font-size:14px;
  padding:15px 40px;
  font-weight:700;
}
.blue-pink-button:hover, .blue-pink-sm-button:hover {
  background-color: #b210a6;
  border-color: #b210a6;
  cursor: pointer;
  color: #fff;
}
.stroke-button{
      fill: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: Nunito, sans-serif;
    font-style: normal;
    padding: 16px 26px;
    text-decoration: none;
    text-transform: none;
  line-height: 23px;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.stroke-button:hover {
  cursor: pointer;
  background-color: #fff;
  border-color: #5E9FF2;
  color: #1352a3;
  text-decoration: none
}

.button-small {
  font-size: 1.6rem;
  color: #fff;
  background-color: #5E9FF2;
  border: 3px solid #5E9FF2;
  border-radius: 0;
  padding: 5px 20px;
  margin: 20px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none
}

.button-small:hover {
  cursor: pointer;
  background-color: #B210A6;
  border-color: #B210A6;
  color: #fff;
  text-decoration: none
}

.stroke-button-small {
  color: #5E9FF2;
  background-color: transparent;
  border: 3px solid #5E9FF2;
  border-radius: 0;
  padding: 5px 20px;
  margin: 20px 0;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none
}

.stroke-button-small:hover {
  cursor: pointer;
  background-color: #5E9FF2;
  border-color: #5E9FF2;
  color: #fff;
  text-decoration: none
}