*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

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

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

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

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -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.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

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

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

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

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 600px) {    
  .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: 0;
    -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.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

.dnd-section .dnd-column {
  padding: 0 20px;
}
/** banner **/
.banner-section .dnd-section, .content-wrapper--vertical-spacing {
  padding: 0;
}
.banner-section .dnd-section>.row-fluid {
    padding: 0;
}
/** end **/
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: bold;
  src: url("https://7180673.fs1.hubspotusercontent-na1.net/hubfs/7180673/BoldMetrics_August2022/font/avenirnextbold_d56f0e5a.eot") format("embedded-opentype"), 
    url("https://7180673.fs1.hubspotusercontent-na1.net/hubfs/7180673/raw_assets/public/BoldMetrics_August2022/font/avenirnextbold_d56f0e5a.woff") format("woff"), 
      url("https://7180673.fs1.hubspotusercontent-na1.net/hubfs/7180673/raw_assets/public/BoldMetrics_August2022/font/avenirnextbold_d56f0e5a.woff2") format("ttf");
        }

@font-face {
  font-family: sans;
  src: url("https://7180673.fs1.hubspotusercontent-na1.net/hubfs/7180673/BoldMetrics_August2022/font/avenirnextregular_a2f66f7a.eot") format("embedded-opentype"),
    url("https://7180673.fs1.hubspotusercontent-na1.net/hubfs/7180673/raw_assets/public/BoldMetrics_August2022/font/avenirnextregular_a2f66f7a.woff") format("woff"), 
      url("https://7180673.fs1.hubspotusercontent-na1.net/hubfs/7180673/raw_assets/public/BoldMetrics_August2022/font/avenirnextregular_a2f66f7a.woff2") format("ttf");
        }

body {
  margin: 0;
  padding: 0;
  color: #3f4754;
  font-family: sans,sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  background: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

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


/* Paragraphs */
p {
  margin: 1em 0 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  color: #5851db;
}
a:hover {
  color: #46347e;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
  font-family: bold,sans-serif;
  margin: 0.67em 0;
  color: #3f4754;
}

h1{
  font-size: 2rem;
}
h2{
  font-size: 1.9375rem;
}
h3{
  font-size: 1.125rem;
}
h4{
  font-size: 1.2rem;
}
h5{
  font-size: 1.1rem;
}
h6{
  font-size: 1rem;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
blockquote, dl, iframe, li, ol, p, table, ul {
  margin: 1em 0 0;
}
blockquote:first-child, dl:first-child, iframe:first-child, li:first-child, ol:first-child, p:first-child, table:first-child, ul:first-child {
  margin-top: 0;
}
small {
    font-size: 75%;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: inline-block;
  color: rgba(0,0,0,.6);
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=email], 
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=tel], 
form input[type=text],
form select, 
form textarea {
  padding: 1.4rem 0.8rem 0.8rem;
  margin: 0.5rem 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #45367b;
  background: #f5f5f5;
  border-radius: 4px 4px 0 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline:none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

.systems-page form{
  max-width:767px;
}
.systems-page form input {
  max-width: 100%;
}

/* 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: rgba(0,0,0,.6);
}
.hs-error-msgs label {
  color: #bb302d !important;
}
.hs-input.invalid.error {
  border-color: #d32f2f;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.dependent-field .hs-form-field:nth-child(2){
  float: none !important;

}
.hs-dependent-field .hs-form-field:nth-child(2){
  float: none !important;
}
/* Submit button */
form .hs-button, 
form input[type=submit],
.button{
  background: #45367b;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  letter-spacing: .1rem;
  padding: 0.4rem 0.7rem;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 80ms ease-in;
  transition: transform 80ms ease-in,-webkit-transform 80ms ease-in;
  outline: none;
  border: none;
  -webkit-appearance: button;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-decoration: none;
}
form .hs-button:hover,
form input[type=submit]:hover{
  background: #45367b;
  color: #fff;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



 .hs-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.87);
    opacity: 0
}

 .hs-input::-moz-placeholder {
    color: rgba(0,0,0,.87);
    opacity: 0
}

 .hs-input::-ms-input-placeholder {
    color: rgba(0,0,0,.87);
    opacity: 0
}

 .hs-input:-ms-input-placeholder {
    color: rgba(0,0,0,.87);
    opacity: 0
}

 .hs-input::placeholder {
    color: rgba(0,0,0,.87);
    opacity: 0
}
 .hs-input:focus::-webkit-input-placeholder {
    opacity: 1
}

 .hs-input:focus::-moz-placeholder {
    opacity: 1
}

 .hs-input:focus::-ms-input-placeholder {
    opacity: 1
}

 .hs-input:focus:-ms-input-placeholder {
    opacity: 1
}

 .hs-input:focus::placeholder {
    opacity: 1
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cst-header .cst-top-header {
  color: #291d33;
  background-color: #cc90ff;
  padding: 1em 1.4375rem;
  font-size: .75rem;
  line-height: 1.2;
  text-align: center;
}
.cst-header .cst-top-header p {
  margin: 1em 0 0;
  margin-top: 0;
  font-family: 'bold';
}
.cst-header .cst-top-header p a {
  color: inherit;
  text-decoration: underline;
}
.cst-header .cst-top-header p a:hover {
  color: inherit;
  text-decoration: underline;
}
.cst-header .cst-primary-header {
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  color: #fff;
  max-width: 100vw;
  width:100%;
}
.cst-site-nav {
  width: 100%;
  height: 3.5rem;
  line-height: 1;
  position:relative;
}
.cst-mein-header {
  position: relative;
}
.cst-site-nav .cst-header-logo >a {
  display: inline-block;
  width: auto;
  height: 3.5rem;
  line-height: 1;
  color: currentColor;
  vertical-align: middle;
}
.cst-site-nav .cst-header-logo >a >svg {
  display: inline-block;
  width: auto;
  height: 100%;
  fill: currentColor;
}
.cst-header-menu >.hs_cos_wrapper>.hs-menu-wrapper >ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cst-header-menu >.hs_cos_wrapper>.hs-menu-wrapper >ul >li:not(:last-child) {
  margin-right: 1.4375rem;
}
.cst-header-menu >.hs_cos_wrapper>.hs-menu-wrapper >ul >li {
  margin: 0;
}
.cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li >.cst-wrapper> a {
  cursor: default;
  text-decoration: none;
  display: block;
  text-align: center;
  color: inherit;
}
.cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li .cst-wrapper >ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul .cst-wrapper {
  position: relative;
}
.cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul .cst-wrapper >ul>li >a {
  color: currentColor;
  text-decoration: none;
  display: block;
  text-align: center;
}
.cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li >a {
  text-decoration: none;
  display: block;
  text-align: center;
  color: currentColor;
}


/** sticky header **/
.sticky .cst-primary-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  color: #3f4754;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px -3px rgb(0 0 0 / 15%), 0 12px 24px 6px rgb(0 0 0 / 5%);
  box-shadow: 0 6px 12px -3px rgb(0 0 0 / 15%), 0 12px 24px 6px rgb(0 0 0 / 5%);
}
.sticky .cst-site-nav .cst-header-logo>a .scroll-header {
  display: inline-block!important;
  vertical-align: middle;
}
.sticky .cst-site-nav .cst-header-logo>a>svg {
  display: none;
}
.cst-sticky-logo {
  display: none;
}
.cst-primary-logo a {
  vertical-align: middle;
  display: inline-block;
  width: auto;
  height: 3.5rem;
  line-height: 1;
}
.cst-primary-logo a>img {
  display: inline-block;
  width: auto !important;
  height: 100%;
}
.sticky .cst-primary-logo {
  display: none;
}
.sticky .cst-sticky-logo {
  display: block;
}
.cst-sticky-logo a {
  display: inline-block;
  width: auto;
  height: 3.5rem;
  line-height: 1;
  vertical-align: middle;
}
.cst-sticky-logo a>img {
  display: inline-block;
  width: auto !important;
  height: 100%;
}

/** end **/
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }

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

/** no banner  **/

.no-banner .cst-header .cst-primary-header {
  position: static;
}
.no-banner .cst-primary-logo {
  display: none;
}
.no-banner .cst-sticky-logo {
  display: block;
}
.no-banner .sticky .cst-primary-header {
  position: fixed;
}
.no-banner .cst-mobile-toggle {
  color: #3f4754;
}
.no-banner .close-icon {
  color: #fff;
}
.no-banner .cst-mein-header {
  min-height: 102px;
}

@media (min-width:768px){
  .no-banner .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a, .no-banner .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>.cst-wrapper>a {
    color: #3f4754;
  }
  .no-banner .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a:hover, .no-banner .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>.cst-wrapper>a:hover {
    color: #3f4754;
  }
}
/** end **/

/* Mega Menu Header Css*/

.custom-header-wrapper .cst-header-menu .sc-site-header__menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.custom-header-wrapper .cst-header-menu .sc-site-header__menu ul,
.custom-header-wrapper .cst-header-menu .sc-site-header__menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-header-wrapper .cst-header-menu .sc-site-header__menu > ul > li {
  position: static!important;
}

.custom-header-wrapper .cst-header-menu .sc-site-header__menu > ul > li ul {
  -webkit-box-shadow: 7px 7px 20px rgba(0,0,0,.15);
  box-shadow: 7px 7px 20px rgba(0,0,0,.15);
  margin: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  transition: all .3s ease;
  visibility: hidden;
  background-color: #FFFFFF;
  z-index: 2;
}

.custom-header-wrapper .cst-header-menu .sc-site-header__menu > ul > li > a {
  text-decoration: none;
  position: relative;
  padding-right: 25px;
  padding-bottom: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}
.custom-header-wrapper .cst-header-menu .sc-site-header__menu>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}
.custom-header-wrapper .cst-header-menu .sc-site-header__menu > ul > li:last-child {
  margin-right: 0;
}

.custom-header-wrapper .cst-header-menu .sc-site-header__menu > ul > li > a:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
  transform-origin: 50% 50%;
  background: #C393F8;
}

.custom-header-wrapper .cst-header-menu .sc-site-header__menu > ul > li:hover > a:before {
  transform: scale3d(1,1,1);
}





.custom-header-wrapper .cst-header-menu .sc-site-header__menu>ul>li>a > .cm-angle-down {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  transition: all 0.3s ease;
}

.custom-header-wrapper .cst-header-menu .sc-site-header__menu>ul>li>a > .cm-angle-down > svg {
  display: inline-block;
  fill: #fff;
}

.custom-header-wrapper .cst-header-menu .sc-site-header__menu>ul>li>a > .cm-angle-down > svg > path {
  fill: #fff;
}
.custom-header-wrapper .cst-header-menu .sc-site-header__menu > ul > li:hover > a > .cm-angle-down {
  transform:rotate(180deg);
}
/* Mega Menu Header Css End*/

@media (max-height:560px) and (max-width:767px){
  .cst-header-menu {
    overflow-y: auto;
    padding-top: 270px !important;
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px){
  .cst-mobile-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 3001;
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    -webkit-transform: translate3d(0.90625rem,0,0);
    transform: translate3d(0.90625rem,0,0);
    cursor:pointer;
  }
  .cst-mobile-toggle:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 1.6875rem;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out;
    -webkit-transform: translate3d(-50%,-0.3125rem,0);
    transform: translate3d(-50%,-0.3125rem,0);
  }
  .cst-mobile-toggle:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 1.6875rem;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out;
    -webkit-transform: translate3d(-50%,0.3125rem,0);
    transform: translate3d(-50%,0.3125rem,0);
  }
  .cst-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 6.375rem;
    padding-bottom: 1.4375rem;
    background-color: rgba(0,0,0,.9);
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    z-index: 91;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:not(:last-child) {
    margin:0;
    margin-bottom: 1.4375rem;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>.cst-wrapper>a {
    opacity: .5;
    font-size: .75rem;
    font-family: bold,sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li .cst-wrapper>ul>li {
    margin-top: 0.75rem;
  }
  .close-icon:before {
    -webkit-transform: translate3d(-50%,0,0) rotate(45deg);
    transform: translate3d(-50%,0,0) rotate(45deg);
  }
  .close-icon:after {
    -webkit-transform: translate3d(-50%,0,0) rotate(-45deg);
    transform: translate3d(-50%,0,0) rotate(-45deg);
  }
  .menu-open {
    opacity: 1;
    pointer-events: auto;
    max-height: 100vh;
    visibility: visible;
  }
  .open .cst-mein-header .cst-primary-header {
    color: #ffffff;
  }
}




@media screen and (min-width: 0px) and (max-width: 767px){
  .open {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px){
  .cst-site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cst-header-menu {
    position: relative;
    top: 0.18812rem;
    -webkit-transform: translate3d(0,-0.83125rem,0);
    transform: translate3d(0,-0.83125rem,0);
  }
  .cst-header-menu >.hs_cos_wrapper>.hs-menu-wrapper >ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li >.cst-wrapper> a {
    font-size: .875rem;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li .cst-wrapper >ul {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    padding-top: 1rem;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul .cst-wrapper:hover >ul {
    opacity: 1;
    pointer-events: auto;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li .cst-wrapper>ul:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 1rem;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 1px 2px 4px 0 rgb(63 71 84 / 40%), 3px 6px 12px 0 rgb(63 71 84 / 30%);
    box-shadow: 1px 2px 4px 0 rgb(63 71 84 / 40%), 3px 6px 12px 0 rgb(63 71 84 / 30%);
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li .cst-wrapper>ul:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0.5rem;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 12px 9px;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul .cst-wrapper >ul>li >a {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul .cst-wrapper>ul>li:last-child {
    padding-bottom: 0.5rem;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li .cst-wrapper>ul>li:first-child {
    padding-top: 0.5rem;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li .cst-wrapper>ul>li {
    margin: 0;
    position: relative;
    z-index: 2;
    color: #46347e;
    background-color: #fff;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li .cst-wrapper>ul>li:last-child {
    padding-bottom: 0.5rem;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li >a {
    font-size: .875rem;
  }
  .cst-header-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul .cst-wrapper>ul>li>a:hover {
    background-color: #edebf2;
  }
}
.cst-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #46347e;
}
.cst-footer ul{
  list-style: none;
}

.cst-footer .cst-ftr-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cst-ftr-solutions .hs_cos_wrapper >.hs-menu-wrapper >ul,
.cst-ftr-support .hs_cos_wrapper >.hs-menu-wrapper>ul{
  padding: 0;
  margin: 0;
}

.cst-ftr-solutions .hs_cos_wrapper >.hs-menu-wrapper >ul>li:first-child>a,
.cst-ftr-support .hs_cos_wrapper >.hs-menu-wrapper >ul>li:first-child>a {
  margin-bottom: 0.875rem;
  font-family: bold,sans-serif;
  font-size: .875em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  color: #fff;
  text-decoration: none;
}
.cst-ftr-solutions .hs_cos_wrapper >.hs-menu-wrapper >ul>li >ul>li:not(:last-child),
.cst-ftr-support .hs_cos_wrapper >.hs-menu-wrapper>ul>li >ul>li:not(:last-child){
  margin-bottom: 0.75em;
}
.cst-ftr-solutions .hs_cos_wrapper >.hs-menu-wrapper >ul>li >ul>li,
.cst-ftr-support .hs_cos_wrapper >.hs-menu-wrapper >ul>li >ul>li{
  margin: 0;
}
.cst-ftr-solutions .hs_cos_wrapper >.hs-menu-wrapper >ul>li >ul>li a,
.cst-ftr-support .hs_cos_wrapper >.hs-menu-wrapper >ul>li >ul>li>a{
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
}
.cst-ftr-solutions .hs_cos_wrapper >.hs-menu-wrapper >ul>li>ul,
.cst-ftr-support .hs_cos_wrapper >.hs-menu-wrapper>ul>li>ul{
  padding: 0;
  margin: 0;
}
.cst-ftr-solutions .hs_cos_wrapper >.hs-menu-wrapper >ul>li >ul>li a:hover,
.cst-ftr-support .hs_cos_wrapper >.hs-menu-wrapper >ul>li >ul>li a:hover{
  text-decoration: underline;
}
.cst-ftr-sub h2 {
  margin: 0;
  font-family: bold,sans-serif;
  font-size: .875em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color:#fff;
}
.cst-ftr-sub p {
  margin:0;
  font-size: .875rem;
  margin-bottom: 1.4375rem;
  font-family: 'sans';
}
.cst-cta .custom-cta-btn {
  text-decoration: none!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: bold,sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 99px;
  border: none;
  box-shadow: none;
  -webkit-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out;
  padding: 1.125rem 1.6875rem 1rem;
  font-size: .875rem;
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px currentColor;
  box-shadow: inset 0 0 0 2px currentColor;
}

.cst-cta .custom-cta-btn:hover {
  color: #fff;
  background-color: hsla(0,0%,100%,.2);
}
.cst-socila-share ul {
  padding-left: 0;
  display: flex;
  list-style-type: none;
  font-size: 1.6875rem;
  align-items: center;
  flex-wrap: wrap;
  margin: 1em 0 0;
}
.cst-socila-share ul>li {
  margin: 0;
  padding-right: 26px;
}
.cst-socila-share ul>li >a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.cst-socila-share ul>li >a>span {
  display: block;
}
.cst-socila-share ul>li >a>span>svg {
  overflow: visible;
  box-sizing: content-box;
  vertical-align: -0.125em;
  height: 1em;
  display: inline-block;
}
.cst-about-main-wrapper {
  margin-bottom: 2.3125rem;
}
.cst-ftr-about h2 {
  margin:0;
  margin-bottom: 0.875rem;
  font-family: bold,sans-serif;
  font-size: .875em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.cst-ftr-about p {
  font-size: .875rem;
  margin: 1em 0 0;
  font-family: 'sans';
}
.cst-socila-share ul>li:nth-child(2) {
  padding-right: 23px;
}
.cst-ftr-solutions .hs_cos_wrapper>.hs-menu-wrapper>ul >li {
  margin: 0;
}
.cst-ftr-support .hs_cos_wrapper>.hs-menu-wrapper>ul>li {
  margin: 0;
}
.cst-socila-share ul>li>a>span >img {
  box-sizing: content-box;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  display: inline-block;
}
.cst-ftr-support ul {
  list-style: none;
}

.lp-footer .cst-ftr-about {
  padding-right: 41px;
}

@media screen and (max-width: 899px){
  .cst-ftr-about {
    margin-top: 2.3125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px){
  .cst-ftr-about {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cst-ftr-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 599px){
  .cst-footer {
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem;
  }
  .cst-ftr-wrapper {
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cst-ftr-solutions,.cst-ftr-support {
    margin-bottom: 2.3125rem;
    font-size: 1.125rem;
    text-align: center;
  }
  .cst-ftr-sub {
    text-align: center!important;
  }
  .cst-socila-share ul {
    justify-content: center;
  }
  .cst-ftr-about {
    text-align: center;
  }
}

@media screen and (min-width: 600px)
{
  .cst-footer .cst-ftr-wrapper {
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem;
  }
  .cst-footer .cst-ftr-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cst-ftr-solutions,.cst-ftr-support {
    font-size: .875rem;
  }
  .cst-ftr-sub {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    padding-left: 2.3125rem;
  }
  .cst-ftr-about {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 900px){
  .cst-footer .cst-ftr-wrapper {
    padding-top: 4.1875rem;
    padding-bottom: 4.1875rem;
  }
  .cst-ftr-solutions,.cst-ftr-support {
    padding-left: 2.3125rem;
  }
  .cst-ftr-about {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media(max-width:1199px){
  .lp-footer .cst-ftr-about {
    padding-right: 62px;
  } 
}
@media(max-width:899px){
  .lp-footer .cst-ftr-about {
    padding-right: 0;
  } 
}
.two-col-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.two-col-row .main-content-col {
  width: 66.66%;
  padding: 0 20px;
}
.two-col-row .sidebar-col {
  width: 33.33%;
  padding: 0 20px;
}

.sticky-sidebar {
  position: sticky;
  top: 150px;
}




@media screen and (min-width: 992px) {

  .body-container--customer-story .section-tw-cols-wraps .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width:100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .body-container--customer-story .section-tw-cols-wraps .row-fluid:before, 
  .body-container--customer-story .section-tw-cols-wraps .row-fluid:after {
    content: none;
  }

  .body-container--customer-story .section-tw-cols-wraps .row-fluid .span8,
  .body-container--customer-story .section-tw-cols-wraps .row-fluid .span4 {
    float: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .body-container--customer-story .section-tw-cols-wraps .row-fluid .span4 > div {
    position: sticky;
    top: 140px;
  }

}

@media screen and (max-width: 1024px) {
  .two-col-row {
    display: BLOCK;
    margin: 0;
  }
  .two-col-row .main-content-col {
    width: 100%;
    padding: 0px;
  }
  .two-col-row .sidebar-col {
    width: 100%;
    margin-top: 50px;
    padding: 0px;
  }

  .sticky-sidebar {
    position: STATIC;

  }

}

@media screen and (max-width: 991px) {
  .body-container--customer-story .section-tw-cols-wraps .row-fluid .span4,
  .body-container--customer-story .section-tw-cols-wraps .row-fluid .span8 {
    width: 100% !important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .body-container--customer-story .section-tw-cols-wraps .row-fluid {
    max-width:100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.dnd-section[class*="force-full-width-section"],
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding:0 ;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid > div {
  padding: 0;
}
@font-face { 
  font-family: bold; 
  src: url("https://7180673.fs1.hubspotusercontent-na1.net/hubfs/7180673/BoldMetrics_August2022/font/avenir-next-bold.da4e1cc6.eot") format("embedded-opentype"),
    url(https://7180673.fs1.hubspotusercontent-na1.net/hubfs/7180673/raw_assets/public/BoldMetrics_August2022/font/avenir-next-bold.d56f0e5a.woff) format("woff"),
    url(https://7180673.fs1.hubspotusercontent-na1.net/hubfs/7180673/raw_assets/public/BoldMetrics_August2022/font/avenir-next-bold.d974ea63.ttf) format("ttf");
}

img{
  max-width:100%;
  height:auto;
}
.bm-page-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
}
.bm-media-with-content__flair {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.cm-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.71875rem;
  margin-left: -0.71875rem;
  -webkit-box-orient: horizontal;
}
.cm-col-xs-12,
.cm-col-sm-4,
.cm-col-sm-5,
.cm-col-sm-6,
.cm-col-sm-7,
.cm-col-sm-8,
.cm-col-sm-9,
.cm-col-sm-10,
.cm-col-sm-11,
.cm-col-sm-12{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.71875rem;
  padding-left: 0.71875rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.u-margin--top, .u-margin--vertical {
  margin-top: 1rem;
}
.btn_sec a{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: bold,sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 99px;
  border: none;
  box-shadow: none;
  -webkit-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out;
  padding: 1.125rem 1.6875rem 1rem;
  font-size: .875rem;
  text-decoration: none;
  color: #fff;
  background-color: #46347e;
}
.btn_sec a:hover{
  color: #fff;
  background-color: #26157d;
}
.u-bold, strong {
  font-family: bold,sans-serif;
  font-weight: 400;
}
.u-video--responsive iframe {
  border: none;
}
.u-video--responsive > * {
  object-fit: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.full_width_page .testimonial_sec_wrap {
  padding-top: 0;
}

.full_width_page .product_banner .bm-product-hero__logo__caption > div {
  font-size: 24.487px;
}
.full_width_page .widget-type-rich_text h2 {
  text-align: center;
  font-size: 1.9375rem;
  font-family: bold,sans-serif;
  font-weight: 400;
  color: #46347e;
  margin: 0;
}
.full_width_page .widget-type-rich_text {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin:0 auto;
}
.body-container .cta_button {
  box-sizing: border-box !important;
}
.virtual_page .content_with_image_wrap .bm-page-section.no_bottom_padding,
.apparel_insights_page .content_with_image_wrap .bm-page-section.no_bottom_padding{
  padding-bottom: 0;
}
.technology_page .content_with_video_wrap .u-video--responsive {
  padding-bottom: 56.25%;
}
.technology_page .content_with_icon_wrap .bm-page-section {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.technology_page .content_with_icon_wrap .bm-page-section h2 {
  color: rgb(70, 52, 126);
  font-size: 1.9375rem;
}
.technology_page .bottom_sec .dnd-section{
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  padding-top:0;
}
.technology_page .bottom_sec .section-header h2 {
  text-align: center;
  font-family: bold, sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  color: rgb(70, 52, 126);
  margin-top: 0;
  font-size: 1.9375rem;
}


.technology_page .bottom_sec .section-header .secondary-header{  
  margin-top: 0;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align:center;
  margin:0 auto;
  padding-bottom: 1rem ;
  margin-bottom: 1rem;
  padding-left: 5px;
  padding-right: 5px;
}
.virtual_page .body-container .oembed_container{  
  margin-top: 0;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align:center;
  margin:0 auto;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
  display: block;
}
.virtual_page .body-container .iframe_wrapper {
  padding-top: 0;
}
.virtual_page .product_banner_theme_blue .bm-product-hero__logo__caption>div {
  font-size: 22.1732px;
}
.virtual_page .product_banner_theme_green .bm-product-hero__logo__caption > div {
  font-size: 30.9451px;
}
.technology_page .bottom_sec img.hs-image-widget {
  vertical-align: middle;
}
.privacy_page .widget-type-rich_text {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 4px;
  padding-right: 4px;
}
.privacy_page .widget-type-rich_text ul {
  padding: 0;
}

.privacy_page .widget-type-rich_text ul li {
  position: relative;
  margin-left: 1.3125rem;
  padding-left: 0.5rem;
  list-style: none;
}

.privacy_page .widget-type-rich_text ul li:before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: -0.65625rem;
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
}
.privacy_page .widget-type-rich_text h1 {
  margin: 0;
  font-size: calc(2.15664rem + 0.41632vw);
}
.privacy_page .widget-type-rich_text h2 {
  margin: 0;
  margin-top: 1.4375em;
}
.privacy_page .widget-type-rich_text p:first-of-type {
  font-size: calc(1.03148rem + 0.24979vw);
}
.privacy_page .widget-type-rich_text h2{
  font-size: calc(1.31281rem + 0.33306vw);
}
.privacy_page .widget-type-rich_text hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
  margin: 1rem 0px;
  border: 0px;
  margin-top: 2.3125rem;
  margin-bottom: 2.3125rem;
  border-color: rgb(207, 209, 212);
}
.privacy_page .widget-type-rich_text ul li + li {
  margin-top: 0.375rem;
}
/* contact page */

.contact_page .dnd-section {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
}
.contact_page .form-title {
  padding: 1.125rem 1rem 1rem;
  color: rgb(69, 54, 123);
  font-family: bold, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 2px solid rgb(69, 54, 123);
  max-width: 565px;
  margin: 0;
}
.contact_page .widget-type-form {
  position: relative;
}
.contact_page form {
  padding: 2.3125rem;
}
.contact_page .widget-type-rich_text {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.contact_page .dnd-section>.row-fluid > div {
  padding: 0 8.5%;
}
.contact_page fieldset .input {
  margin-right: 0!important;
}
.contact_page .hs_message textarea {
  height: 155px;
  width: 100%!important;
  max-width: 565px;
}
.contact_page .actions {
  text-align: right;
}
@media (min-device-width: 480px){
  
  .contact_page fieldset .hs-form-field:nth-child(2) {
    float: right !important;
  }  
  
  .contact_page fieldset.form-columns-2 .hs-form-field {
    width: 47%!important;
  }
}
.contact_page fieldset .hs-dependent-field .hs-form-field{
    float: none !important;
  }
.hs-input{
  width: 100% !important;
}
/* end*/

/* apparel-page */

.apparel_insights_page .widget-type-header h2 {
  text-align: center;
  font-size: 1.9375rem;
  font-family: bold,sans-serif;
  font-weight: 400;
  margin: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #46347e;
}
.apparel_insights_page .bottom_sec .widget-type-rich_text{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin:0 auto;
  text-align: center;
}
.apparel_insights_page .bottom_sec .widget-type-rich_text h2 {
  font-size: 1.6875rem;
  color: #46347e;
  margin:0;
}

.apparel_insights_page .bottom_sec .widget-type-rich_text h2 + p {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.apparel_insights_page .hs-image-widget {
  vertical-align:middle;
}
.cta_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: bold,sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 99px;
  border: none;
  box-shadow: none;
  -webkit-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out;
  padding: 1.125rem 1.6875rem 1rem;
  font-size: .875rem;
  text-decoration: none;
  color: #291d33;
  background-color: #cc90ff;
}
.cta_button:hover{
  color: #291d33;
  background-color: #eb9eff;
}
body .cta_button{
  box-sizing: border-box !important;
}
.apparel_insights_page .product_banner .bm-product-hero__logo__caption>div {
  font-size: 23.4667px;
}

/* career page */
.career_page .widget-type-section_header{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin:0 auto;
}

.career_page .widget-type-section_header h2 {
  margin: 0;
  font-size: 1.9375rem;
  color: #46347e;
}

.career_page .hs_cos_wrapper_type_simple_menu {
  font-size: 1.4375rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #46347e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.career_page .hs_cos_wrapper_type_simple_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.career_page .hs_cos_wrapper_type_simple_menu ul li {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 1.125rem;
  min-height: 36px;
}

.career_page .hs_cos_wrapper_type_simple_menu ul li a {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}
.career_page .widget-type-rich_text h2{
  margin:0;
  font-size: 1.9375rem;
}

.career_page .widget-type-rich_text p{
  margin:0;
  margin-top:1rem;
}
.career_page  .content_with_icon_wrap {
  padding-top: 0;
  padding-bottom:0;
}
.career_page .content_with_icon_wrap h2 {
  font-size: 1.9375rem;
  margin-bottom: 20px;
  color: #3f4754;
}
.career_page .content_with_icon_wrap .bm-page-section {
  padding-bottom: 0;
}
.career_page .bottom_sec .content_with_icon_wrap h2 {
  margin-top: 3.125rem;
}

.career_page .bottom_sec .content_with_icon_wrap .bm-points-grid__heading {
  font-size: 16px;
}
/* end*/


/* Home */

.bm-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: bold,sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 99px;
  border: none;
  box-shadow: none;
  -webkit-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out;
  padding: 1.125rem 1.6875rem 1rem;
  font-size: .875rem;
}

.home_page .content_with_icon_wrap {
  padding-top: 0;
}

.home_page {
  overflow-x: hidden;
  min-height: 100vh;
}

.cm-row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.cm-row.no-gutters>[class^=cm-col-] {
  padding-right: 0;
  padding-left: 0;
}
.home_page .content_with_icon_wrap .bm-points-grid:before {
  border-right: 1px dashed #b2b5bb;
}
.home_page .content_with_icon_wrap .bm-points-grid {
  position: relative;
}
.home_page .bottom_sec .content_with_video_wrap .bm-media-with-content__heading {
  margin-bottom: 1rem;
  color: rgb(0, 0, 0);
  font-family: bold, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: calc(1.12547rem + .49958vw);
}
.home_page .content_with_video_wrap.img_left_aligned .bm-homepage-pillar-two__media {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.home_page .bottom_sec .content_with_video_wrap .u-video--responsive {
  padding-bottom: 56.25%;
}

.home_page .bottom_sec .content_with_video_wrap .bm-media-with-content__heading__flair {
  display: none;
}

.home_page .bottom_sec .content_with_video_wrap .bm-media-with-content__blurb {
  color: rgb(63, 71, 84);
  font-family: sans, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
.home_page .body-container .content_with_video_wrap.img_left_aligned .u-video--responsive {
  padding-bottom: 100%;
}


@media screen and (min-width: 600px){
  .home_page .content_with_icon_wrap .bm-points-grid:before {
    content: "";
    position: absolute;
    top: -1.4375rem;
    bottom: 1.5rem;
  }
  .home_page .bm-points-grid__buttons__container:before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 1.5rem;
    left: 1.4375rem;
    border-top: 1px dashed #b2b5bb;
  }
}
@media screen and (min-width: 1200px){
  .home_page .content_with_icon_wrap .bm-points-grid:before {
    left: calc(50% - 570px);
    -webkit-transform: translate3d(2.875rem,0,0);
    transform: translate3d(2.875rem,0,0);
  }  
}



/* End */



@media screen and (min-width: 600px){
  .bm-page-section {
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem;
  }
  .cm-col-sm-4, .cm-col-sm-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 0.71875rem;
    padding-left: 0.71875rem;
  }
  .cm-col-sm-5 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .cm-col-sm-6 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .cm-col-sm-6, .cm-col-sm-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 0.71875rem;
    padding-left: 0.71875rem;
  }
  .cm-col-sm-9, .cm-col-sm-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 0.71875rem;
    padding-left: 0.71875rem;
  }
  .cm-col-sm-9 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .cm-col-sm-10 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .cm-col-sm-11 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-offset-1{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 0.71875rem;
    padding-left: 0.71875rem;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8.33333%;
  }
  .technology_page .bottom_sec .dnd-section{
    padding-bottom: 4.625rem;
  }

  .technology_page .bottom_sec .section-header .secondary-header,
  .virtual_page .body-container .oembed_container{
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .privacy_page .widget-type-rich_text{
    -webkit-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .contact_page .body-container .dnd-section,
  .apparel_insights_page .bottom_sec .dnd-section{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem; 
  }
  .contact_page .form-title {
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 100%;
  }
  .contact_page .dnd-section > .row-fluid > div {
    padding: 0px 4.3%;
  }
  .full_width_page .widget-type-rich_text,
  .apparel_insights_page .bottom_sec .widget-type-rich_text,
  .career_page .widget-type-section_header{
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

}
@media screen and (min-width: 900px){
  .bm-page-section {
    padding-top: 4.1875rem;
    padding-bottom: 4.1875rem;
  }
  .cm-col-md-8 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .cm-col-md-8, .cm-col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 0.71875rem;
    padding-left: 0.71875rem;
  }
  .cm-col-md-9 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .cm-col-md-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.71875rem;
    padding-left: 0.71875rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .technology_page .bottom_sec .dnd-section{
    padding-bottom: 8.375rem;
  }

  .technology_page .bottom_sec .section-header .secondary-header {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .virtual_page .body-container .oembed_container{
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .privacy_page .widget-type-rich_text,
  .apparel_insights_page .bottom_sec .widget-type-rich_text{
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .contact_page .body-container .dnd-section,
  .apparel_insights_page .bottom_sec .dnd-section{
    padding-top: 8.375rem;
    padding-bottom: 8.375rem;
  }
  .full_width_page .widget-type-rich_text,
  .career_page .widget-type-section_header{
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px){
  .home_page .content_with_icon_wrap .bm-points-grid:before {
    left: 0;
    -webkit-transform: translate3d(1.4375rem,0,0);
    transform: translate3d(1.4375rem,0,0);
  }
}
@media screen and (min-width: 768px) and (max-width: 900px){
  .home_page .content_with_icon_wrap .bm-points-grid:before {
    left: calc(50% - 384px);
    -webkit-transform: translate3d(2.875rem,0,0);
    transform: translate3d(2.875rem,0,0);
  }
}

@media screen and (min-width: 900px) and (max-width: 959px){
  .home_page .content_with_icon_wrap .bm-points-grid:before {
    left: 0;
    -webkit-transform: translate3d(1.4375rem,0,0);
    transform: translate3d(1.4375rem,0,0);
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px){
  .home_page .content_with_icon_wrap .bm-points-grid:before {
    left: calc(50% - 480px);
    -webkit-transform: translate3d(2.875rem,0,0);
    transform: translate3d(2.875rem,0,0);
  }
}

@media screen and (min-width: 1200px){
  .cm-col-lg-4 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .cm-col-lg-8 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .cm-col-lg-8, .cm-col-lg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 0.71875rem;
    padding-left: 0.71875rem;
  }
  .cm-col-lg-4, .cm-col-lg-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 0.71875rem;
    padding-left: 0.71875rem;
  }
  .technology_page .bottom_sec .section-header .secondary-header {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .privacy_page .widget-type-rich_text,
  .apparel_insights_page .bottom_sec .widget-type-rich_text{
    -webkit-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .contact_page .dnd-section>.row-fluid > div {
    padding: 0 8.5%;
  }
  .full_width_page .widget-type-rich_text,
  .career_page .widget-type-section_header{
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .cm-col-lg-9 {
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media(min-width:1800px){
  .privacy_page .widget-type-rich_text h1 {
    font-size: 2.625rem;
  } 
  .privacy_page .widget-type-rich_text p:first-of-type {
    font-size: 1.3125rem;
  }
  .privacy_page .widget-type-rich_text h2{
    font-size: 1.6875rem;
  }
  .home_page .bottom_sec .content_with_video_wrap .bm-media-with-content__heading {
    font-size: 1.6875rem;
  }
}
@media(max-width:1799px){
  .virtual_page .body-container .oembed_container {
    padding-left: 4px;
    padding-right: 3px;
  }
}
@media(max-width:899px){
  .virtual_page .body-container .oembed_container {
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media(max-width:767px){
  .technology_page .bottom_sec .section-header .secondary-header {
    padding-left: 0;
    padding-right: 0;
  }
  .privacy_page .widget-type-rich_text {
    padding: 0;
  }  
}
@media(max-width:800px) and (min-width:599px){
  .home_page .content_with_video_wrap .bm-media-with-content__heading,
  .home_page .content_with_image_wrap .bm-media-with-content__heading {
    font-size: 30px;
  }  
}

@media screen and (max-width: 599px){
  .page-center{
    width:100%; 
  }
  .bm-page-section, .bm-page-section.bm-page-section--small {
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem;
  }
  .technology_page .bottom_sec .dnd-section{
    padding-bottom: 4.625rem;
  }
  .privacy_page .widget-type-rich_text h1 {
    font-size: 2.3125rem;
  }

  .privacy_page .widget-type-rich_text p:first-of-type {
    font-size: 1.125rem;
  }

  .privacy_page .widget-type-rich_text h2 {
    font-size: 1.4375rem;
  }
  .apparel_insights_page .bottom_sec .dnd-section{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem; 
  }
  .apparel_insights_page .content_with_image_wrap .bm-media-with-content__heading {
    font-size: 35px;
  }
  .home_page .content_with_icon_wrap .btn_sec a {
    width: auto;
    display: inline-block;
  }
  .apparel_insights_page .bottom_sec .cta_button {
    width: 100%;
  }
  .virtual_page .body-container .oembed_container {
    padding: 0;
  }
  .home_page .bottom_sec .content_with_video_wrap .bm-media-with-content__heading {
    font-size: 1.3125rem;
  }
  .contact_page .dnd-section>.row-fluid>div {
    padding: 0 !important;
  }

  .contact_page form {
    padding: 2.3125rem 0;
  }
  .home_page .bottom_sec .content_with_video_wrap .bm-media-with-content__media {
    margin-top: 1rem;
  }
  .apparel_insights_page .product_banner .bm-product-hero__logo__caption>div {
    font-size: 8.25vw;
  }
  .contact_page .body-container .dnd-section {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }
  .full_width_page .product_banner .bm-product-hero__logo__caption > div {
    font-size: 8.7vw;
  }
  .home_page .content_with_video_wrap .bm-media-with-content__heading,
  .home_page .content_with_image_wrap .bm-media-with-content__heading{
    font-size: 1.6875rem;
  }
  .virtual_page .product_banner_theme_blue.bm-product-hero__logo__caption>div {
    font-size: 7.85vw;
  }
  .virtual_page .product_banner_theme_green .bm-product-hero__logo__caption > div {
    font-size: 11vw;
  }
}

@media(max-width:479px){
  .apparel_insights_page .product_banner .bm-product-hero__logo__caption>div {
    font-size: 7.6vw;
  } 
  .full_width_page .product_banner .bm-product-hero__logo__caption > div {
    font-size: 7.9vw;
  }
  .virtual_page .product_banner_theme_blue .bm-product-hero__logo__caption>div {
    font-size: 7.85vw;
  }
  .virtual_page .product_banner_theme_green .bm-product-hero__logo__caption > div {
    font-size: 10vw;
  }
}
@media(max-width:400px){
  .career_page .hs_cos_wrapper_type_simple_menu ul {
    display: block;
  }
  .career_page .hs_cos_wrapper_type_simple_menu ul li {
    margin: 10px 0;
  } 
  .contact_page fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  body form fieldset input {
    width: 100% !important;
  }
  .apparel_insights_page .product_banner .bm-product-hero__logo__caption>div {
    font-size: 6.85vw;
  }
  .full_width_page .product_banner .bm-product-hero__logo__caption > div {
    font-size: 7.2vw;
  }
  .virtual_page .product_banner_theme_blue .bm-product-hero__logo__caption>div {
    font-size: 7.15vw;
  }
  .virtual_page .product_banner_theme_green .bm-product-hero__logo__caption > div {
    font-size: 9.1vw;
  }
}

@media(max-width:340px){
  .apparel_insights_page .product_banner .bm-product-hero__logo__caption>div {
    font-size: 5.85vw;
  }
  .full_width_page .product_banner .bm-product-hero__logo__caption > div {
    font-size: 6vw;
  }
  .virtual_page .product_banner_theme_blue .bm-product-hero__logo__caption>div {
    font-size: 19.2756px;
  }
  .virtual_page .product_banner_theme_green .bm-product-hero__logo__caption > div {
    font-size: 26.9011px;
  }
}

/* mcss */


.cm-main-sec .hs_cos_wrapper_type_rich_text p {
  font-size: 1.3125rem;
}

.cm-main-sec .hs_cos_wrapper_type_rich_text {
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  display: block;
  margin: 0 auto;
}

.cm-btm-sec .dnd-section {
  padding: 0;
}

.cm-btm-sec {
  padding-top: 8.375rem;
  padding-bottom: 8.375rem;
}

.cm-btm-sec .dnd-section {
  padding: 0;
}

.cm-btm-sec .section-header h2 {
  font-size: 2.3125rem;
  line-height: 1.2;
  font-family: bold,sans-serif;
  font-weight: 400;
  margin: 0;
}

.cm-btm-sec p.secondary-header {
  margin: 1rem 0 0;
}

.cm-btm-sec .hs_cos_wrapper_type_form {
  margin: 0 auto;
  display: block;
  padding: 2.3125rem;
  background-color: #fff;
}

.cm-btm-sec .hs-form-field > label {
  color: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
}

.cm-btm-sec .hs-form-field {
  position: relative;
  margin-bottom: 20px;
}

.cm-btm-sec .hs_message textarea {
  height: 155px;
  width: 100%!important;
  max-width: 565px;
  padding: 1.4rem 0.8rem 0.8rem;
  margin: 0.5rem 0;
  border: 0;
  border-bottom: 2px solid #45367b;
  background: #f5f5f5;
  border-radius: 4px 4px 0 0;
}

.cm-btm-sec input.hs-button.primary.large {
  margin-top: 20px;
}

.cm-btm-sec .actions {
  text-align: right;
}

.cm-btm-sec .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-btm-sec fieldset .input{
  margin-right: 0 !important;
}

.cm-btm-sec .widget-type-form {
  margin-right: -0.71875rem;
  margin-left: -0.71875rem;
}

.cm-btm-sec .hs-form {
  padding-right: 0.71875rem;
  padding-left: 0.71875rem;
}

.cm-btm-sec .hs-error-msgs label {
  color: #d32f2f!important;
  font-size: unset;
  top: 5px;
  left: 12px;
  position: unset;
  -webkit-transition: 0s!important;
  transition: 0s!important;
  margin: 0;
}

.cm-btm-sec .hs-form .hs-error-msgs {
  margin: 1em 0 0;
  display: block;
  padding-left: 9px;
  font-size: 12px;
  margin-top: 2px;
  list-style: none;
  position: absolute;
}

.cm-btm-sec .hs-error-msgs > li {
  margin: 0 !important;
}

/*  */


.cm-tp-sec .hs_cos_wrapper_type_header h1 {
  margin-bottom: 0.625rem;
  color: #000;
  font-family: bold,sans-serif;
  font-size: calc(1.72023rem + 1.58201vw);
  text-align: center;
  position: relative;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

.cm-tp-sec .hs_cos_wrapper_type_header h1:after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
  width: 3.5rem;
  height: 3px;
  background-color: #cfd1d4;
}

/*  */

.partner_inner_page .content_with_image_wrap.no_theme .bm-page-section {
  padding: 0;
}

.partner_inner_page .content_with_image_wrap.no_theme .page-center {
  padding: 0;
}

.partner_inner_page .content_with_image_wrap.no_theme .cm-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 83.3327239%;
  margin: 0 auto;
  align-items: unset;
}

.partner_inner_page .content_with_image_wrap.no_theme.img_left_aligned .cm-col-sm-5 {
  flex-basis: 60%;
  max-width: 60%;
  margin-left: 0;
  padding: 0;
}

.partner_inner_page .content_with_image_wrap.no_theme .cm-row .cm-col-sm-6 {
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 40%;
  max-width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding: 0;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-page-section {
  padding: 0;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__media>img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.4375rem;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__media {
  border-radius: 4px;
  -webkit-box-shadow: 0 0.47917rem 1.4375rem 0 rgb(0 0 0 / 5%), 0 0.23958rem 0.47917rem 0 rgb(0 0 0 / 5%), 0 0 0.23958rem 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0.47917rem 1.4375rem 0 rgb(0 0 0 / 5%), 0 0.23958rem 0.47917rem 0 rgb(0 0 0 / 5%), 0 0 0.23958rem 0 rgb(0 0 0 / 10%);
  position: relative;
  height: 0;
  display: inline-block;
  padding-top: calc(75% + 0.71rem);
}

.partner_inner_page .content_with_image_wrap.no_theme.img_left_aligned .cm-col-sm-5 h2 > span:empty {
  display: none;
}

.partner_inner_page .content_with_image_wrap.no_theme.img_left_aligned .cm-col-sm-5 h2 {
  margin: 0;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__blurb {
  margin: 0;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__blurb > ul {
  list-style: none;
  margin: 0;
  padding:0;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__blurb > ul li:not(:last-child) {
  margin-bottom: 2.3125rem;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__blurb h2 {
  margin: 0;
  margin-bottom: 1em !important;
  color: #000;
  font-family: bold,sans-serif;
  font-size: .875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__blurb p {
  color: #3f4754;
  font-family: sans,sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__blurb ul li h2 + p {
  margin-top: 0;
}

.partner_inner_page .cm-btm-sec .dnd-section>.row-fluid > div {
  padding-right: 1.4375rem;
  padding-left: 1.4375rem;
}

.resources-listing .cm_list_item.popup-active .popup-form-wrp {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.resources_page {
  overflow-x: hidden;
}

/*  */

.podcast_page .cm-btm-sec {
  padding-top: 0;
}

/* issue css */

.partner_page .hs-form-required {
  color: rgba(0,0,0,.6);
}

.partner_page .cm-btm-sec .hs_cos_wrapper_type_section_header {
  margin-right: -0.71875rem;
  margin-left: -0.71875rem;
  width: auto;
  display: block;
}

.partner_page .cm-btm-sec p.secondary-header {
  padding-right: 0.71875rem;
  padding-left: 0.71875rem;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__blurb ul li p a {
  color: inherit;
  cursor: pointer;
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__blurb ul li p a:hover {
  color: #46347e;
}

/*  */

/* body {
position: relative;
} */

#backdrop{
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  text-align: center;
  opacity: 0;
  z-index: 9991;
  cursor: zoom-out;
}

#lightbox {
  display: inline-block;
  height: 100%;
}

#lightbox img {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__flair.is-left-aligned {
  background: transparent;
}

@media (min-device-width: 480px){

  .cm-btm-sec fieldset.form-columns-2 .hs-form-field {
    width: 47%!important;
  }

  .cm-btm-sec fieldset .hs-form-field:nth-child(2){
    float: right !important;
  }

}

@media screen and (min-width: 600px){

  .cm-btm-sec {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .cm-main-sec .hs_cos_wrapper_type_rich_text,
  .cm-btm-sec p.secondary-header{
    max-width: 83.33333%;
    margin-left: auto;
    margin-right: auto;
  }

  .cm-btm-sec .hs_cos_wrapper_type_form {
    max-width: 58.33333%;
  }

  .cm-btm-sec .widget-type-form {
    padding-top: 2.3125rem;
  }

  .partner_inner_page{
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem;
  }

  .partner_inner_page .content_with_image_wrap.no_theme.img_left_aligned .cm-col-sm-5 {
    padding-left: 2.3125rem;
  }

  /*    */

  .podcast_page .cm-main-sec .dnd-section,
  .resources_page .cm-main-sec .dnd-section {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  /*   .cm-btm-sec p.secondary-header .section-subheader {
  padding-right: 0.71875rem;
  padding-left: 0.71875rem;
} */

}

@media screen and (min-width: 900px){

  .cm-btm-sec {
    padding-top: 8.375rem;
    padding-bottom: 8.375rem;
  }

  .cm-btm-sec .widget-type-form {
    padding-top: 4.1875rem;
  }

  .cm-main-sec .hs_cos_wrapper_type_rich_text {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  /*    */

  .partner_inner_page {
    padding-top: 4.1875rem;
    padding-bottom: 4.1875rem;
  }

  .partner_inner_page .content_with_image_wrap.no_theme.img_left_aligned .cm-col-sm-5{
    padding-left: 4.1875rem;
  }

  /*    */

  .podcast_page .cm-main-sec .dnd-section,
  .resources_page .cm-main-sec .dnd-section {
    padding-top: 8.375rem;
    padding-bottom: 8.375rem;
  }

}

@media screen and (min-width: 1200px){

  .cm-btm-sec p.secondary-header {
    max-width: 75%;
    margin-left:auto;
    margin-right:auto;
  }

  .cm-btm-sec .hs_cos_wrapper_type_form {
    max-width: 50%;
  }

  /*  project  */

  .partner_inner_page .content_with_image_wrap.no_theme.img_left_aligned .cm-col-sm-5{
    padding-left: 4.1875rem;
  }

  /*   .cm-btm-sec p.secondary-header .section-subheader {
  padding-right: 0.71875rem;
  padding-left: 0.71875rem;
}
  */
}

@media screen and (min-width: 1800px){

  .cm-tp-sec .hs_cos_wrapper_type_header h1{
    font-size: 3.5rem;
  }

  .podcast_page .cm-btm-sec .hs_cos_wrapper_type_rich_text h2{
    font-size: 2.3125rem;
  }

}

@media (max-width:1199px) {

  .cm-btm-sec .hs-form .hs-error-msgs {
    position: static;
    margin-bottom: -20px;
  }

}

@media (max-width:599px) {

  .cm-main-sec .hs_cos_wrapper_type_rich_text {
    flex-basis: 100%;
    max-width: 100%;
  }

  .cm-btm-sec {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .cm-btm-sec .widget-type-form{
    padding-top: 2.3125rem;
  }

  .partner_inner_page {
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem;
  }

  /*    */

  .partner_inner_page .content_with_image_wrap.no_theme .cm-row {
    width: 100%;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }

  .partner_inner_page .content_with_image_wrap.no_theme.img_left_aligned .cm-col-sm-5,
  .partner_inner_page .content_with_image_wrap.no_theme .cm-row .cm-col-sm-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .partner_inner_page .content_with_image_wrap.no_theme .cm-col-sm-5 {
    padding: 0;
  }

  .partner_inner_page .content_with_image_wrap.no_theme .bm-media-with-content__media {
    margin-top: 0;
    margin-bottom: 2.3125rem;
  }

  .partner_inner_page .content_with_image_wrap.no_theme .cm-row .cm-col-sm-6 {
    line-height: 0;
  }

  .partner_inner_page   .cm-tp-sec .hs_cos_wrapper_type_header h1 {
    font-size: 2.3125rem;
  }

  .podcast_page .cm-main-sec .dnd-section,
  .resources_page .cm-main-sec .dnd-section {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .podcast_page .cm-btm-sec .hs_cos_wrapper_type_rich_text ul>li:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .podcast_page .cm-btm-sec .dnd-section > .row-fluid {
    padding: 0;
  }

  .podcast_page .cm-btm-sec .hs_cos_wrapper_type_rich_text h2 {
    font-size: 1.6875rem;
  }


}

@media (max-width:599px) {

  .cm-btm-sec fieldset.form-columns-2 .hs-form-field{
    width:100% !important;
  }

}