*, *: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 */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.lp_dnd_area body {
  margin: 0;
  padding: 0;
}
*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.lp_dnd_area p{
  color:color: #271e43;
}
.lp_dnd_area img {
  max-width: 100%;

}
h3 {
    font-weight: 700;
}
/*  *Banner */
.banner_main img {
  vertical-align: middle;
}

.mobile_img{
  display:none;
}
.delux_logo img {
  width: 100%;
  max-width: 300px;
  position: absolute;
  left: 41%;
}
.banner_content {
  max-width: 40%;
  padding: 0 20px;
}

.banner_inner:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  border-radius: 0 250px 250px 0;
}

.wrapLeft {
  position: relative;
  z-index: 99;
}
.title_sec {
  margin-bottom: 30px;
}
a.banner_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 4px;
  transition: background-color .5s ease,opacity .2s ease;
  font-family: Inter,sans-serif;
  font-weight: 500;
  text-decoration: none;
  max-width: 100%;
  width: 208px;
  align-items: center;
}



/* End Banner Section */

.two_col_mian .content_row, .Col_Form_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.two_col_mian .left_col {
  width: 40%;
  text-align: center;
}

.two_col_mian .right_col {
  width: 60%;
  text-align: center;
}

.two_col_mian .right_col img {
  max-width: 450px;
  width: 100%;
  margin:0 auto;
}
.two_col_mian .left_col_content {
  padding: 10px 20px;
}
h2.title {
  text-align: center;
  color: #a999fc;
  font-weight: 500;
  margin-bottom: 60px;
}

/* slider */
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 30%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index:99 ;
}
.slick-prev {
  left: 0px;
}
button.slick-prev.slick-arrow:before {
  content: url(https://info.parmonic.com/hubfs/Imported%20images/_Path_-1.svg)!important;
  height: 20px;
  left: 0px;
  position: absolute;
  width: 20px;
}
.slick-next {
  right: 0px;
}
button.slick-next.slick-arrow:before {
  content: url(https://info.parmonic.com/hubfs/Imported%20images/_Path_%20%281%29.svg)!important;
  height: 20px;
  position: absolute;
  right: 0px;
  width: 20px;
}
ul.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

ul.slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

ul.slick-dots li.slick-active {
  color:#a999fc;
  font-size: 35px;
}

ul.slick-dots li {
  font-size: 30px;
  color: #c5c1c1;
}
/* Webinar Section */
.webinar_mian .webinar_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.webinar_mian .webinar_video {
  width: calc(25% - 40px);
  padding: 20px;
  text-align: center;
  margin: 20px;
}


.webinar_mian .video_card_img img {
  max-width: 140px;
  width: 100%;
}

.webinar_mian .video_card_img {
  margin-bottom: 30px;
  min-height: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.App_mian .App__row, .Replace_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin:0 -20px;
}

.App_mian .App_col {
  width: calc(20% - 40px);
  margin: 20px;
  padding: 20px;
  text-align: center;
}

.App_mian .App_img {
  margin-bottom: 20px;
  color: #271e43;
}
.my_slider_inner {
    max-width: 450px;
    margin: 0 auto;
}
.App_mian .App_img img {
  width: 100%;
  max-width: 150px;
  min-height:94px;
}
.Replace_mian .Replace_col {
  width: calc(33% - 40px);
  margin: 20px;
  padding: 20px;
  text-align: center;
}
.Replace_inner .title {
  color: #271e43;
  font-weight: 500;
}

.Col_Form_mian .client_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.Col_Form_mian p.client_name {
  margin: 0;
}

.Col_Form_mian .client_img img {
  width: 40px;
}

.Col_Form_mian .left_Col_Form {
  text-align: center;
}
.Col_Form_mian .left_Col_Form, .Col_Form_mian  .right_col {
  width: 50%;
  padding: 20px;
}
.Col_Form_mian .testimonial_inner * {
  color: #000;
}

.Col_Form_mian .testimonial_inner {
  max-width: 500px;
  margin: 0 auto 60px;
}

.Col_Form_mian .testimonial_inner:last-child {
  margin-bottom: 0;
}
.form_inner {
  padding: 20px;
}
.form_inner h2.title {
  margin-bottom: 30px;
}
.form_inner fieldset.form-columns-1 input {
  width: 100% !important;
}
.form_inner ul.inputs-list .hs-form-booleancheckbox input {
  width: auto !important;
}
.form_inner  fieldset.form-columns-1 input[type=radio] {
  width: auto !important;
}
.form_inner label.hs-form-booleancheckbox-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
}

.form_inner .legal-consent-container .hs-form-booleancheckbox-display>span {
  width: calc(96% - 5px);
  margin-left: 5px !important;
}
button:active,
.button:active {
  background-color: transparent !important;
}
@media(max-width:1200px){
  .delux_logo img {
    position: inherit;
    margin-bottom: 30px;
  }

  .banner_inner:before {
    border-radius: 0;
    width: 100%;
  }

  .banner_content {
    max-width: 100%;
    text-align: center;
  }

  a.banner_btn {
    margin: 0 auto;
  }

  .mobile_img {
    margin-top: 60px;
    display: block;
  }

  .mobile_img img {
    max-width: 430px;
  }
  .two_col_mian .right_col img {
    max-width: 400px
  }
  button.slick-prev.slick-arrow:before {
    left: 20px;
  }
  button.slick-next.slick-arrow:before {
    right: 20px;
  }
}
@media(max-width:990px){
  
.two_col_mian .left_col, .two_col_mian .right_col {
    width: 100%;
}
  button.slick-prev.slick-arrow:before {
    left: 90px;
  }
  button.slick-next.slick-arrow:before {
    right: 90px;
  }
  .webinar_mian .webinar_video {
    width: calc(50% - 20px);
    margin: 10px;
}
  .App_mian .App_col {
    width: calc(33% - 20px);
    margin: 10px;
  }
  .Col_Form_mian .left_Col_Form, .Col_Form_mian .right_col {
    width: 100%;
    padding: 20px 0;
}
}
@media(max-width:767px){
  h2.title {
    margin-bottom: 35px;
}
button.slick-prev.slick-arrow:before {
    left: 0px;
  }
  button.slick-next.slick-arrow:before {
    right: 0px;
  }
  .webinar_mian .webinar_row, .App_mian .App__row, .Replace_row{
    margin: 0px;
  }
  .webinar_mian .webinar_video {
    width: 100%;
    margin: 0px;
}
  .App_mian .App_col {
    width: calc(50% - 20px);
}
  .Replace_mian .Replace_col {
    width: calc(100% - 20px);
    margin: 10px;
  }
  .form_inner {
    padding: 20px 0;
}
  .slick-next, .slick-prev {
    display: none !important;
}
}

@media(max-width:480px){
.App_mian .App_col {
    width: 100%;
  }
  .form-columns-2 .hs-input {
    width: 100% !important;
}
  .form-columns-2 .hs-input {
    width: 100% !important;
}
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
@font-face { font-family: "webflow-icons"; src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype"); font-style: normal; font-weight: normal; }

body {
  line-height: 24px;
  word-break: break-word;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}

h1{
  line-height:1.17;
}

h2{
  line-height:1.20;
}

h3{
  line-height:1.15;
}

h4{
  line-height: 1.58;
}

h5{
  line-height: 1.41;
}

h6{
  line-height: 1.75;
}

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

img{
  max-width:100%;
}


@media (max-width:991px){
  h2 {
    font-size: 27.65px;
    line-height: 32px;
  }

  h1 {
    font-size: 40.78px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 19.2px;
  }

  h5 {
    font-size: 15.996px;
  }

  h6 {
    font-size: 14px;
  }

  body {
    font-size: 16px;
    line-height: 20px;
  }

}


@media (max-width:767px){
  h2 {
    font-size: 23.04px;
    line-height: 28px;
  }

  h1 {
    font-size: 35px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 17.2px;
  }

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


.btn{
  display:inline-block;
  padding:15px 40px;
  font-size:16px;
  font-weight:700;
  border-radius:30px;
  cursor:pointer;
  transition:.3s all linear;
  -webkit-transition:.3s all linear;
  position:relative;
  text-decoration:none;
}

.btn-white{
  background-color:#fff;
  color:#A999FC;
}
.btn-white svg path{
  fill:#A999FC;
  transition:.3s all linear;
  -webkit-transition:.3s all linear;
}

.btn-white:hover{
  background-color:#DDFC3E;
  color:#251F41;
}
.btn-white:hover svg path{
  fill:#251F41;
}
/* Form fields */

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

/* Labels */

form label{
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #210f3a;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 5px;
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  height: 48px;
  margin-bottom: 0px;
  padding: 7px 24px 8px;
  transition: all 100ms ease;
  font-family: Inter, sans-serif;
  font-size: 16px;
  outline:none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-input[type=checkbox] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}

.legal-consent-container .hs-richtext p {
  font-size: 0.7rem;
}

/* Validation */

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

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

.hs-error-msg,
label.hs-main-font-element{
  color: #FF3801;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  transition: background-color 400ms ease, box-shadow 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 19.2px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  box-shadow: 0 0 5px 0 rgb(156 156 155 / 51%);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 0;
}

.field .input a.hs-button {
  margin-top: 20px;
}

@media (max-width:767px){
  form.hs-form.stacked {
    margin-bottom: 30px;
  }
}
/* 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;
}
.button-grid > div {
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background: #f7f8fc;
}

.button-grid {
  margin-left: 8px!important;
  display: -ms-grid;
  display: grid;
  max-width: 40px;
  margin-left: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

body.no-banner .custom-menu-container {
  top: calc(100%);
}


@keyframes mymove {
  from {
    transform: translate3d(0px, -0px, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)
  }
  to {
    transform: translate3d(0px, -7px, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)
  }
}

.button-grid > div {
  animation: mymove 0.8s infinite;
}

.button-grid > div:nth-child(1) {
  animation-delay: 0.1s;
}

.button-grid > div:nth-child(2) {
  animation-delay: 0.2s;
}

.button-grid > div:nth-child(3) {
  animation-delay: 0.3s;
}

.circle {
  width: 7px;
  height: 7px;
  border-radius: 100%;
}


.no-banner header.header{
  min-height:80px;
}

.no-banner .hs-blog-listing header.header {
  min-height: 0;
}

.header-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  height: 80px;
  background-color: #f7f8fc;
  box-shadow: 0 1px 6px -1px rgb(153 152 152 / 28%);
}


.header-row:before,
.header-row:after {
  clear: both;
  display: block;
  content: '';
}

.header-row {
  display: block;
  width: auto;
  max-width: 100%;
  padding-top: 6px;
  margin-right: 102px;
  margin-left: 102px;
  padding-right: 0px;
  padding-left: 0px;
}


.logo-wrapper .hs_cos_wrapper > a {
  display: block;
  height: 100%;
  width: 100%;
}

.logo-wrapper .hs_cos_wrapper > a > img {
  display: block;
  margin-top: 6px;
  max-width: 100%;
}

.custom-menu-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  float: right;
  margin-right: -2px;
}

.logo-wrapper {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}


.custom-header-button .hs_cos_wrapper a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a999fc;
  color: #f7f8fc;
  padding: 8px 24px;
  border-radius: 4px;
  transition: background-color .5s ease,opacity .2s ease;
  font-family: Inter,sans-serif;
  font-weight: 500;
  text-decoration: none;
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul {  
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-right: auto;
  z-index: 900;
  margin-left: -4px;
  font-size: 16px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  transition: opacity 200ms ease;
  font-family: Inter, sans-serif;
  color: #6633FF;
  text-align: left;
  text-decoration: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  vertical-align: top;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  padding-right: 35px;
  font-family: Inter,sans-serif;
  color: #a999fc;
  line-height: 24px;
  padding-top: 22px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a > .w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a > .w-icon-dropdown-toggle:before {
  content: "\e603";
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  padding-right: 40px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper {
  position: absolute;
  background: #dddddd;
  min-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  font-family: Inter, sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover ul.hs-menu-children-wrapper li a {
  padding: 10px 20px;
  display: block;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  transition: opacity 200ms ease;
}

/* media Queary *//* media Queary *//* media Queary */
/* media Queary *//* media Queary *//* media Queary */
/* media Queary *//* media Queary *//* media Queary */


@media (min-width:992px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    border-radius: 4px;
    box-shadow: 0 1px 5px -1px hsl(0deg 0% 67% / 64%);
    font-family: Inter, sans-serif;
    color: #6633FF;
    line-height: 28px;
    display: block !important;
    overflow: visible !important;
  }

  .custom-menu-container {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .custom-menu-container.mobile{
    display: none !important;
  }
}


@media (max-width:991px){
  body .dnd-section > .row-fluid {
    max-width: 693px;
  }

  header.header {
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  .custom-menu-container.desktop{
    display: none !important;
  }
  .custom-menu-container {
    position: absolute;
    overflow: hidden;
    top: calc(100% + 80px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 98;
    background: #fff;
    transition: all 400ms ease 0s;
    transform: translateY(-497px);
    box-shadow: 0 3px 8px -4px hsl(0deg 0% 72% / 61%);
    visibility: hidden;
    opacity: 0;
  }

  body.mobile-open .custom-menu-container {
    transform: translateY(0);
    transition: all 400ms ease 0s;
    visibility: visible;
    opacity: 1;
  }

  .custom-menu-primary {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .header-row {
    margin-right: 22px;
    margin-left: 51px;
  }

  .mobile-trigger {
    margin-top: 2px;
    color: #251F41;
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  .mobile-trigger .icon-4.w-icon-nav-menu {
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #251F41;
  }

  .mobile-trigger .icon-4.w-icon-nav-menu:before {
    content: "\e602";
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    margin-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding-top: 20px;
  }
  .custom-header-button {
    padding-bottom: 37px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    display:none;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 5px -1px hsl(0deg 0% 67% / 64%);
    font-family: Inter, sans-serif;
    color: #251F41;
    line-height: 28px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a {
    padding: 10px 20px;
    display: block;
    color: #5B5780;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    position: relative;
  }

  body.mobile-open .mobile-trigger {
    background-color: #EAEAEF;
  }

  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 68px;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    color: #251F41;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #a999fc;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.trigger-hover > a,
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.trigger-hover > .w-icon-dropdown-toggle{
    color: #a999fc;
  }

}



@media (max-width:767px){
  .header-row {
    margin-right: 12px;
    margin-left: 23px;
  }

  .header-wrapper {
    display: block;
    height: 60px;
  }

  .no-banner header.header {
    min-height: 60px;
  }

  .logo-wrapper .hs_cos_wrapper>a>img {
    width: 179px!important;
    margin-top: 1px;
  }

  .logo-wrapper {
    padding-left: 10px;
  }

  .mobile-trigger {
    margin-top: -7px;
  }

  .custom-menu-container {
    top: calc(100% + 60px);
  }
}


@media (max-width:479px){
  .header-row {
    overflow: visible;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
  }

  .logo-wrapper .hs_cos_wrapper>a>img {
    width: 140px!important;
    height: 34px;
  }

  .header-wrapper {
    height: 55px;
  }

  .no-banner header.header {
    min-height: 55px;
  }

  .mobile-trigger {
    margin-top: -8px;
  }

  .custom-menu-container {
    top: calc(100% + 55px);
  }
}



@media (min-width:1020px) and (max-width:1134px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 20px 10px;
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding: 0px 10px;
    padding-top: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover ul.hs-menu-children-wrapper li a{
    font-size: 14px;
  }
}

@media (min-width:992px) and (max-width:1028px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    padding: 20px 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding: 0px 10px;
    padding-top: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover ul.hs-menu-children-wrapper li a{
    font-size: 12px;
  }

}
.footer-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e6e6e6 #000 #000;
  background-color: #f7f8fc;
  box-shadow: none;
}

footer.footer {
  position: relative;
  top: auto;
  z-index: 4;
  overflow: hidden;
  background-color: rgba(240, 240, 240, 0);
}


.custom-container-wrapper {
  max-width: 1167px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.footer-row {
  margin-top: 70px;
  margin-left: -10px;
  margin-right: -10px;
}


.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: #b7b7b7 #000 #000;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 16px;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


.footer-bottom-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  text-align: right;
}


.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.footer-bottom-center a {
  display: inline-block;
  color: #6d6d6d;
  text-decoration: underline;
  transition: opacity 200ms ease;
}

.footer-bottom > div {
  font-family: Inter, sans-serif;
  color: #6d6d6d;
  font-size: 12px;
}

.footer-form h6 {
  margin: 0;
  font-family: Inter, sans-serif;
  color: #251f41;
  line-height: 24px;
  font-weight: 400;
}

.footer .widget-type-form #hs_form_target_footer_form {
  width: 400px;
  max-width: 100%;
  margin-top: 23px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.footer-col-left {
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.footer-col-right {
  padding-left: 147px;
  width: 50%;
  position: relative;
  float: left;
  padding-right: 10px;
  min-height: 1px;
}

.footer-row:before,
.footer-row:after {
  clear: both;
  display: block;
  content: '';
}


@media (max-width:991px){
  .custom-container-wrapper {
    max-width: 697px;
  }

  .footer-row {
    margin-top: 38px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .footer-col-left {
    width: 100%;
    left: auto;
    right: auto;
  }

  .footer-col-right {
    width: 100%;
    left: auto;
    right: auto;
    padding-left: 10px;
  }

  .footer-bottom {
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bottom>div {
    text-align: left;
  }

  .footer-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }
}



@media (max-width:767px){
  .footer-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .footer-form form {
    margin: 0;
  }
  .footer-bottom-left {
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
    padding-right: 3px;
  }

  .footer-bottom-center {
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .footer-bottom-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .footer-row {
    margin-left: 0;
    margin-right: 0;
  }
}

footer.footer form .inputs-list>li {
  margin:0;
}

footer.footer form label.hs-error-msg{
  display: block!important;
  line-height: inherit!important;
  font-size: 16px;
  position: absolute;
  bottom: -30px;
}



@media (max-width:479px){
  .footer-row {
    padding-right: 16px;
    padding-left: 16px;
  }

  footer.footer form label.hs-error-msg {
    bottom: -95px;
    font-size: 14px;
  }

}


footer.footer .footer-form h1 {
  margin-bottom: 0;
}

.footer-form h3 {
  margin-bottom: 13px;
  font-family: Inter,sans-serif;
  color: #251f41!important;
  font-size: 23.04px!important;
  line-height: 24px;
  font-weight: 700!important;
  display: block;
  background: transparent!important;
  margin-top: 10px;
}

footer.footer form .hs-richtext p span {
  display: block;
  font-family: Inter, sans-serif;
  color: #251f41!important;
  line-height: 24px!important;
  font-weight: 400;
  font-size: 16px!important;
  background-color: transparent!important;
}


footer.footer form input[type=email] {
  flex: 1;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #f7f8fc;
  box-shadow: 0 1px 6px -1px rgb(156 156 155 / 43%);
  font-family: Inter, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  margin-bottom: 0px;
  padding: 12px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  height: 48px;
  outline: none;
  width: 100%;
}

footer.footer form input[type=email]::placeholder {
  color: #999;
}

footer.footer form input[type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-left: 13px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 8px;
  background-color: #a999fc;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: Inter, sans-serif;
  color: #f7f8fc;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: button;
  white-space: nowrap;
  float: left;
}

footer.footer form input[type=submit]:hover {
  background-color: #ddfc3e;
  background-image: none;
  color: #251f41;
}

footer.footer .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin: 0;
  width: 100%;
}

.footer-form form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128%;
  height: 60px;
  padding: 6px 6px 6px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

footer.footer form label {
  margin: 0!important;
  line-height: 00 !important;
  display: none!important;
}

footer.footer form .hs-richtext,
footer.footer form .hs-richtext p{
  margin-bottom: 0;
}

footer.footer form .hs-richtext p {
  margin-bottom: 29px;
}


@media (max-width:991px){
  .footer .widget-type-form #hs_form_target_footer_form {
    width: 100%;
  }
  .footer-form form {
    padding-right: 203px;
  }
}


@media (max-width:479px){
  .footer-form h3 {
    font-size: 19.2px!important;
  }

  .footer-col-right {
    padding-bottom: 2px;
  }

  footer.footer form .hs-richtext p span {
    font-size: 14px!important;  
  }

  footer.footer form input[type=submit] {
    margin-left: 0;
  }

  footer.footer form input[type=email] {
    max-width: 100%;
    height: 44px;
  }

  footer.footer .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
  }

  .footer .widget-type-form #hs_form_target_footer_form {
    margin-top: 16px;
  }

  .footer .footer-form form {
    width: 100%;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  footer.footer form input[type=submit] {
    margin-top: 19px;
  }

  .footer-col-right {
    margin-top: 60px;
  }

  footer.footer form .hs-richtext p {
    margin-bottom: 22px;
  }

  .footer-form h6 {
    font-size: 14px;
  }
}
