*, *: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 {
  -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 ;
    }
}
.banner-area .dnd-section ,
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
  padding: 0;
}
.dnd-section>.row-fluid,
.page-center,
.content-wrapper {
  max-width: ;
  margin-right: auto;
  margin-left: auto;
  padding-right: .75rem;
  padding-left: .75rem;
}

.content-wrapper .dnd-section>.row-fluid{
  max-width:100%;  
}

.body-wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@font-face {
  font-family: PF Agora Sans Pro;
  src: url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagorasanspro-lightitalic.woff) format("woff"),
    url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagorasanspro-lightitalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: PF Agora Sans Pro;
  src: url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagorasanspro-italic.woff) format("woff"),
    url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagorasanspro-italic.ttf) format("truetype");
  font-style: italic;
  font-weight: 400;  
}
@font-face {
  font-family: PF Agora Sans Pro;
  src: url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagorasanspro-regular.woff) format("woff"), 
    url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagorasanspro-regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;  
}
@font-face {
  font-family: PF Agora Sans Pro;
  src: url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagorasanspro-bolditalic.woff) format("woff"),
    url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagorasanspro-bolditalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 600;  
}
@font-face {
  font-family: PF Agora Sans Pro;
  src: url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagoraslabpro-blackitalic.woff) format("woff"),
    url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagoraslabpro-blackitalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 800;  
}
@font-face {
  font-family: PF Agora Slab Pro;
  src: url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagoraslabpro-blackitalic.woff) format("woff2"), 
    url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagoraslabpro-blackitalic.woff2) format("woff"), 
    url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/Fonts/pfagoraslabpro-blackitalic.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;  
}



body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 30px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.2;
}
h1 {
  font-style: normal;
  display: block;
  line-height: 1.1;
  margin-bottom: 30px;
}
h2, h3, h4, h5, h6 {
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
img {
  vertical-align: middle;
}

.header svg,
.footer svg{
  vertical-align: middle;
}
button{
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
.cta-button, .hs-cta-wrapper {
  display: inline-block;
  margin: 0 10px;
}
.button,
.cta-button>a,
.hs-cta-wrapper a {
  cursor: pointer;
  display: inline-block;
  font-family: PF Agora Slab Pro,helvetica,arial,sans-serif;
  font-weight: 900;
  font-style: normal;
  height: 46px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  transition: color .1s ease,background-color .3s ease;
  background: #05bd5a;
  color: #fff;
}

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

button:hover,
button:focus{
  outline: none;
}

.button:hover,
.button:focus,
.cta-button>a:hover,
.hs-cta-wrapper a:hover,
.cta-button>a:focus,
.hs-cta-wrapper a:focus{
  text-decoration: none;
  background: #d69d1d;
  color: #fff;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.form-title {
  padding:5px 10px;
  font-size: 30px;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}


form.hs-form fieldset.form-columns-3 .hs-form-field{
width: 33.3%;
}


.form-columns-1 .hs-form-field {
width: 100%!important;
}


/* Labels */

form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: px;

}

.hs-form-field label {
  font-family: PF Agora Sans Pro, tahoma, arial, helvetica, sans-serif;
  font-size: 15px;
}

/* 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;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "PF Agora Sans Pro",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

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

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


::-webkit-input-placeholder {
  color: #bfbfbf
}

::-moz-placeholder {
  color: #bfbfbf
}

:-ms-input-placeholder {
  color: #bfbfbf
}

:-moz-placeholder {
  color: #bfbfbf
}

::placeholder {
  color: #bfbfbf
}


/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  list-style: none;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 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;
  height: auto;
}

/* 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: 12px;
  line-height: 15px;
  margin: 0 0 0.5rem;
}

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 {
  font-size: 12px;
  line-height: 8px;
  margin-left: 1rem !important;
 
 
}

/* Validation */
.hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}
.hs-form-required {
  color: #ff0000;
}

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

form .hs-error-msgs label{
  color: #f2545b;
}

/* Submit button */
.actions {
  margin-top: 18px;
  margin-bottom: 18px;
}
form input[type=submit],
form .hs-button ,
.hs-button {
  margin:8px 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  font-family: PF Agora Slab Pro,helvetica,arial,sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 46px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .1s ease,background-color .3s ease;

}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.header-wrapper {
  font-size: 16px;
  font-family: PF Agora Sans Pro,helvetica,arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-height: 80px;
}


.page-header__logo a:hover .logo__background {
  fill: #d69d1d;
}


.hamburger {
  padding: 12px 6px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  -o-transition-property: opacity,filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.hamburger .hamburger-box {
  width: 28px;
  height: 21px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  width: 28px;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}



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

.hamburger .hamburger-inner:before {
  top: -9px;
  -webkit-transition: top .1s ease .14s,opacity .1s ease;
  -o-transition: top .1s ease .14s,opacity .1s ease;
  transition: top .1s ease .14s,opacity .1s ease;
}

.hamburger .hamburger-inner:after {
  bottom: -9px;
  -webkit-transition: bottom .1s ease .14s,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s ease .14s,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
  -o-transition: bottom .1s ease .14s,transform .1s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s ease .14s,transform .1s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s ease .14s,transform .1s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
}

.mobile-open .hamburger .hamburger-inner {
  transform: rotate( 45deg );
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.mobile-open .hamburger .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease,opacity .1s ease .14s;
}

.mobile-open .hamburger .hamburger-inner:after {
  bottom: 0;
  transform: rotate( -90deg );
  transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s;
}


/* =============search-form =============*/


.search-form {
  width: 100%;
  font-size: 20px;
}

.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
}

.search-form__input {
  width: 100%;
}
.search-form__submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
}

.search-form__input input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  width: 100%;
  padding: 2px 25px 0;
  height: 100%;
  color: #000;
  border: 2px solid #ddd;
  border-right: 0;
  outline: none;
  -webkit-appearance: none;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.search-form__input input::placeholder {
  color: #757575;
}
.search-form__submit button {
  font-family: PF Agora Slab Pro,helvetica,arial,sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  height: 100%;
  padding: 4px 20px 0 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #05bd5a;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  cursor: pointer;
}
.search-form__submit button:hover {
  background-color: #d69d1d;
}

/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 576px){
  .search-form {
    width: 510px;
  }
}

@media (min-width: 768px){
  .header-wrapper{
    font-size: 18px;
  } 
  .search-form {
    width: 680px;
  }
  .search-form__submit button {
    padding: 4px 35px 0 30px;
  }
}

@media (min-width: 992px){
  .mobile-menu{
    display:none !important;
  }
  .search-form {
    width: 926px;
  }

  .page-header__outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    z-index: 9990;
  }
  .page-header__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    height: 120px;
    z-index: 2;
  }
  .page-header__logo {
    position: absolute;
    bottom: 8px;
    left: 10px;
    z-index: 2;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .page-header__logo a {
    display: block;
  }
  .page-header__logo svg {
    height: 100px;
    width: 158px;
  }

  .page-header__mobile {
    display: none;
  }
  .header-wrapper{
    font-size: 20px;
    min-height: 120px;
  }
  .page-header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-header__navigation-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 180px;
    padding-right: 15px;
  }
  .page-header__navigation-meta {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #f4f4f4;
    padding-left: 180px;
    padding-right: 15px;
  }
  .page-header__navigation-contact, .page-header__navigation-servicemenu {
    font-size: 16px;
    font-style: italic;
  }
  .page-header__navigation-contact ul, .page-header__navigation-servicemenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }

  .page-header__navigation-contact li, .page-header__navigation-servicemenu li {
    margin: 0 25px 0 0;
  }

  .page-header__navigation-contact a,
  .page-header__navigation-contact button,
  .page-header__navigation-servicemenu a,
  .page-header__navigation-servicemenu button {
    color: #000;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }

  .page-header__navigation-contact svg, .page-header__navigation-servicemenu svg {
    height: 22px;
    width: 22px;
    margin: 0 2px 2px 0;
    color: inherit;
    fill: currentColor;
  }

  .page-header__navigation-contact li:last-child, .page-header__navigation-servicemenu li:last-child {
    margin: 0;
  }

  .page-header__navigation-contact a:hover, 
  .page-header__navigation-contact button:hover, 
  .page-header__navigation-servicemenu a:hover,
  .page-header__navigation-servicemenu button:hover {
    color: #04a44e;
  }

  .page-header__search {
    position: fixed;
    top: 220px;
    left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 9985;
  }

  .search-open  .page-header__search {
    pointer-events: auto;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    margin: 0 25px 0 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    position: relative;
    display: block;
    height: 100%;
    font-size: 18px;
    font-style: italic;
    color: #05bd5a; 
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #d69d1d;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    pointer-events: none;
    transform-origin: 66% 66%;
    transition: transform .25s ease-in-out;
    transform: rotate( 45deg);
    top: 6px;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: block;
    position: absolute;
    top: 25px;
    left: -10%;
    width: 640px;
    padding-top: 40px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    visibility: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
    left: -10%;
    right: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul {
    left: 10%;
/*     right: -200px; */
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .menu-container>li:first-child {
    position: relative;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    background-color: #f4f4f4;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .menu-container {
    background-color: #fff;
    border-radius: 25px;
  }

  .menu-container>li:first-child>a {
    color: #000000;
  }

  .menu-container>li:last-child>ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 20px;
  }

  .menu-container>li:last-child>ul>li {
    margin-bottom: 5px;
  }

  .menu-container>li:last-child>ul>li>a {
    color: #05bd5a;
  }

  .menu-container>li:last-child>ul>li>a:hover {
    color: #d69d1d;
  }

  .menu-container:after {
    content: " ";
    position: absolute;
    top: 21px;
    left: 30px;
    display: block;
    width: 33px;
    height: 20px;
    background-image: url(//3925173.fs1.hubspotusercontent-na1.net/hubfs/3925173/raw_assets/public/QuiplyTechnologies_July2021/images/arrowicon.svg);
    background-size: 100% 100%;
    transform: rotate( 180deg );
  }

  .page-header__navigation-cta a {
    font-family: PF Agora Slab Pro,helvetica,arial,sans-serif;
    font-weight: 900;
    font-style: normal;
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    background-color: #05bd5a;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-radius: 20px;
  }
  .page-header__navigation-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-header__navigation-cta>* {
    line-height: 0;
  }


  .scroll-header .header .page-header__logo {
    -webkit-transform: scale(.6) translate3d(-48px,34px,0);
    transform: scale(.6) translate3d(-48px,34px,0);
  }
  .scroll-header .header .page-header__outer {
    transform: translate3d(0,-40px,0);
  }

  .scroll-header .header .page-header__inner {
    box-shadow: 0 8px 16px -12px rgb(0 0 0 / 10%);
  }

  .page-header__outer-meta {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: #f4f4f4;
    z-index: 1;
  }
}

@media (min-width: 1280px){
  .page-header__navigation-main {
    padding-left: 250px;
  }
  .page-header__navigation-meta {
    padding-left: 250px;
  } 
  .page-header__navigation-contact,
  .page-header__navigation-servicemenu {
    font-size: 18px;
  }
  .page-header__navigation-contact li,
  .page-header__navigation-servicemenu li {
    margin: 0 40px 0 0;
  }
  .page-header__navigation-contact svg,
  .page-header__navigation-servicemenu svg {
    height: 26px;
    width: 26px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 0 40px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
    padding-right: 20px;
  }
  .page-header__navigation-cta a {
    height: 46px;
    padding: 0 30px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 23px;
  }
  .page-header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.4);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 9980;
  }
  .overlayopen .page-header__overlay.menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .search-open.overlayopen .page-header__overlay.search-overlay {
    opacity: 0;
    pointer-events: none;
  }
  .search-open .page-header__overlay.search-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
    top: 8px;
    right: 0;
  }
}

@media (min-width: 1950px){
  .page-header__inner {
    max-width: 1920px;
    margin: 0 calc(50% - 960px);
    padding: 0;
  }
  .page-header__logo{
    left: 0;
  }
  .page-header__navigation-meta,
  .page-header__navigation-main{
    padding-right: 0;
  }
}


@media (min-width: 992px) and (min-width: 992px) and (max-width: 1920px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul .menu-container:after {
    left: 30px;
    right: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul .menu-container:after {
    left: auto;
    right: 250px;
  }
}


@media (max-width: 1360px) and (min-width: 1280px){

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    pointer-events: none;
    transform-origin: 66% 66%;
    transition: transform .25s ease-in-out;
    transform: rotate(45deg);
    top: 6px;
    right: 0;
  }
}

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

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

@media (max-width: 991px){
  .custom-menu-primary{
    display:none !important;
  }
  .page-header__navigation-cta {
    display: none;
  }
  .page-header__outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9995;
  }
  .page-header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #fff;
    height: 80px;
    box-shadow: 0 8px 16px -12px rgb(0 0 0 / 10%);
    z-index: 2;
  }
  .page-header__logo {
    flex-shrink: 0;
    transform: translateY(1px);
    z-index: 2;
  }
  .page-header__logo a {
    display: block;
  }
  .page-header__logo svg {
    height: 60px;
    width: 95px;
  }
  .page-header__mobile {
    display: flex;
  }
  .page-header__mobile-cta {
    display: flex;
    align-items: center;
  }
  .page-header__mobile-toggle {
    margin-left: 15px;
  }
  .page-header__mobile-cta a {
    font-family: PF Agora Slab Pro,helvetica,arial,sans-serif;
    font-weight: 900;
    font-style: normal;
    display: block;
    padding: 0 22px;
    height: 40px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    background-color: #05bd5a;
    transition: background-color .3s ease;
    border-radius: 23px;
  }
  .page-header__mobile-cta a:hover {
    background-color: #d69d1d;
  }
  .page-header__navigation {
    position: fixed;
    top: 80px;
    right: 0;
    width: 90vw;
    max-width: 360px;
    height: calc(100vh - 80px);
    background-color: #f4f4f4;
    border-top: 4px solid #f4f4f4;
    transform: translate3d(100%,0,0);
    transition: transform .4s ease;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .mobile-open .page-header__navigation {
    transform: translateZ(0);
  }

  .page-header__navigation-main {
    order: 1;
    position: relative;
    width: 100%;
  }
  .page-header__navigation-meta {
    padding: 10px 0;
  }
  .page-header__navigation-contact, .page-header__navigation-servicemenu {
    font-size: 18px;
    font-style: italic;
  }
  .page-header__navigation-contact ul, .page-header__navigation-servicemenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .page-header__navigation-contact a,
  .page-header__navigation-contact button,
  .page-header__navigation-servicemenu a,
  .page-header__navigation-servicemenu button {
    display: block;
    padding: 8px 15px;
    color: #000;
  }
  .page-header__navigation-contact svg, .page-header__navigation-servicemenu svg {
    height: 26px;
    width: 26px;
    margin: 0 6px 2px 0;
    color: inherit;
    fill: currentColor;
  }

  .page-header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.4);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 9991;
  }

  .page-header__search {
    position: fixed;
    top: 130px;
    left: 0;
    display: flex;
    justify-content: center;
    pointer-events: none;
    width: 100%;
    padding: 0 12px;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 9992;
  }
  .search-open  .page-header__search {
    pointer-events: auto;
    opacity: 1;
  }
  .search-open .page-header__overlay.search-overlay,
  .mobile-open .page-header__overlay.search-overlay{
    pointer-events: auto;
    opacity: 1;
  }

  .page-header__mobile-cta>* {
    line-height: 0;
  }

  /* ================Mobile Menu================ */

  .mobile-menu {
    padding: 10px 0;
    background-color: #fff;
    font-size: 18px;
    font-style: italic;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 8px 15px;
    color: #05bd5a;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    min-height: 100vh;
    width: 100%;
    padding: 10px 0;
    transform: translate3d(100%,0,0);
    transition: transform .4s ease;
    z-index: 20;
  }

  .mobile-menu .hs-menu-wrapper > ul > li.child-open > ul {
    transform: translateZ(0);
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #d69d1d;
  }

  .mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children>a >span:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    pointer-events: none;
    transform-origin: 66% 66%;
    transition: transform .25s ease-in-out;
    transform: rotate( 315deg );
    top: 2px;
    right: 0;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a>span {
    position: relative;
    padding-right: 15px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > a{
    display: block;
    padding: 8px 15px;
    color: #05bd5a;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > a:hover{
    color: #d69d1d;
  }


  .mobile-menu .hs-menu-wrapper > ul > li > ul > li.go-back-mobile>a {
    position: relative;
    width: 100%;
    padding-left: 35px!important;
    color: #000;
    line-height: normal;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > ul > li.go-back-mobile>a:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    pointer-events: none;
    transform-origin: 66% 66%;
    transition: transform .25s ease-in-out;
    transform: rotate(135deg);
    top: 11px;
    left: 15px;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > ul > li.go-back-mobile>a:hover{
    color: #d69d1d;
  }

  body.mobile-open {
    overflow: hidden;
  }
}
footer.footer {
  font-family: PF Agora Sans Pro,helvetica,arial,sans-serif;
  font-weight: 300;
  font-style: italic;
  padding: 60px 0;
  font-size: 18px;
}

footer.footer svg {
  transition: color .3s ease;
}


footer.footer a {
  color: #FFFFFF;
}


.page-footer__nav .hs-menu-wrapper > ul > li {
  margin-bottom: 15px;
}

.page-footer__nav .hs-menu-wrapper > ul > li > a,
.page-footer__contact h6 {
  font-family: PF Agora Slab Pro,helvetica,arial,sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding-right: 35px;
  margin-bottom: 10px;
  font-size: 28px;
  cursor: pointer;
  color:#ffffff;
  line-height: 1.2;
}

.page-footer__nav .hs-menu-wrapper > ul > li > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  pointer-events: none;
  transform-origin: 66% 66%;
  transition: transform .25s ease-in-out;
  transform: rotate( 45deg );
  top: 1px;
  right: 0;
}
.page-footer__nav .hs-menu-wrapper > ul > li.ft-child-open > a:after {
  transform: rotate(-135deg);
}

.page-footer__nav .hs-menu-wrapper > ul > li > ul {
  display: none;
  margin-bottom: 30px;
}

.page-footer__nav .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 5px;
}

/* .page-footer__nav .hs-menu-wrapper>ul>li:last-child>ul>li {
  display: none;
} */
.hs-menu-item.hs-menu-depth-1.hs-item-has-children .page-footer_contact-in {
    display: none;
}

.page-footer__nav .hs-menu-wrapper > ul > li > ul > li > a {
  color: #fff;
}

.page-footer__nav .hs-menu-wrapper > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
.page-footer__nav .hs-menu-wrapper>ul>li h6 {
  display: none;
}

.page-footer__contact a:hover {
  text-decoration: underline;
}

.footer p:last-child {
  margin-bottom: 0;
}

.page-footer__app-icon-wrap {
  display: inline-block;
  width: 123px;
  color: #fff;
  text-align: center;
  margin: 0 15px;
}

.page-footer__app-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 123px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 5px;
}

.page-footer__app-icon .icon {
  width: 70px;
  height: 70px;
  color: #fff;
  fill: currentColor;
  transition: transform .3s ease,color .3s ease;
}
.page-footer__app-icon-wrap:hover .icon {
  transform: scale(1.1);
  color: #d69d1d;
}

.page-footer__logo {
  margin-bottom: 10px;
}
.page-footer__logo .logo {
  width: 142px;
  height: 90px;
}
.page-footer__logo .logo__background {
  color: #fff;
  fill: currentColor;
}
.page-footer__logo .logo__text {
  color: #000;
  fill: currentColor;
}

.page-footer__social-media {
  text-align: center;
  margin-top: 30px;
}

.page-footer__social-media a {
  display: inline-block;
  margin: 10px;
  transition: all .3s ease-in-out;
}

.page-footer__social-media a .icon {
  fill: currentColor;
  width: 45px;
  height: 45px;
}

.page-footer__social-media a:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.page-footer__social-media a:hover .icon {
  color: #d69d1d;
}

.page-footer__quiply {
  text-align: right;
  font-size: 20px;
  margin-bottom: 20px;
}

.page-footer__quiply p {
  text-align: left;
}

.page-footer__app {
  font-family: PF Agora Sans Pro,helvetica,arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.footer .hide-mobile {
  display: none;
}

.page-footer__legal {
  font-family: PF Agora Slab Pro,helvetica,arial,sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}




/*==================================================== 
====================Media Query======================
====================================================*/


@media (min-width: 768px){
  .page-footer__social-media a {
    margin: 20px;
  }
}

@media (min-width: 992px){
  footer.footer {
    padding: 95px 0 0;
  }
  .page-footer__legal {
    text-align: right;
    margin-top: 60px;
    background: #fff;
    color: #05bd5a;
  }
  footer.footer .page-footer__legal a {
    color: #05bd5a;
  }
  .page-footer__social-media {
    text-align: left;
    margin-top: 0;
  }
  .page-footer__social-media a {
    margin: 0 0 0 60px;
  }
  .page-footer__social-media a:first-child {
    margin-left: 0;
  }
  .page-footer__content {
    display: flex;
    padding: 60px 0 30px;
  }
  .page-footer__quiply {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
    padding-right: 30px;
  }
  .page-footer__app {
    width: 45%;
    text-align: left;
    margin-bottom: 0;
    padding-top: 105px;
  }
  .page-footer__contact {
    width: 25%;
    padding-top: 30px;
  }
  .footer .hide-mobile {
    display: block;
  }
  .page-footer__contact h6,
  .page-footer__nav .hs-menu-wrapper > ul > li > a{
    padding-right: 0;
    margin-bottom: 15px;
    font-size: 32px;
    cursor: default;
    pointer-events: none;
  }
  .page-footer__nav .hs-menu-wrapper > ul > li{
    width: 25%;
    margin-bottom: 0;
    padding-right: 30px;
  }
/*   .page-footer__nav .hs-menu-wrapper > ul > li:last-child{
    display:none;
  } */
  .page-footer__nav .hs-menu-wrapper > ul > li > ul{
    display: block !important;
    margin-bottom: 0;
  }

  .page-footer__nav .hs-menu-wrapper > ul {
    display: flex;
  }
  .page-footer__nav .hs-menu-wrapper > ul > li > a:after {
    display:none;
  }
  footer.footer.lp {
    padding: 0;
  }
}


@media (min-width: 1200px){
  footer.footer {
    font-size: 20px;
  }
  .page-footer__app {
    font-size: 18px;
  }
  .page-footer__contact h6,
  .page-footer__nav .hs-menu-wrapper > ul > li > a{
    margin-bottom: 25px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */



/* Vertical menu */

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

/* Flyouts */

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

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

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
/* .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
} */

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

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

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

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