@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*** NICE SELCT 1.0 ***/
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}

/*** Normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css ***/

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


*, *:before, *:after {
  box-sizing: border-box;
}

/*** ADDITIONAL RESET ELEMENTS ***/

body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  margin: 0;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

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

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


/*** ICONS ***/


@font-face {
  font-family: 'icomoon';
  src: url(//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/fonts/icomoon.woff2) format("woff2"), url(//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/fonts/icomoon.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; 
}
[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-login:before {
  content: "\e903";
}

@font-face {
  font-family: "icon-font";
  src: url(//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/fonts/icon-font.woff2) format("woff2"), url(//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/fonts/icon-font.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-display: swap;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-right:before {
  content: "\"; }

.icon-chevron-left:before {
  content: "\"; }

.icon-chevron-up:before {
  content: "\"; }

.icon-chevron-down:before {
  content: "\"; }

.icon-play:before {
  content: "\"; }

.icon-circle-checkmark:before {
  content: "\"; }

.icon-circle-add:before {
  content: "\"; }

.icon-calendly:before {
  content: "\"; }

.icon-long-arrow-up:before {
  content: "\"; }

.icon-long-arrow-down:before {
  content: "\"; }

.icon-arrow-right:before {
  content: "\"; }

.icon-arrow-left:before {
  content: "\"; }

.icon-quote:before {
  content: "\"; }

.icon-plus:before {
  content: "\"; }

.icon-search:before {
  content: "\"; }

.icon-facebook:before {
  content: "\"; }

.icon-linkedin:before {
  content: "\"; }

.icon-twitter:before {
  content: "\"; }

.icon-double-chevron-left:before {
  content: "\"; }

.icon-double-chevron-right:before {
  content: "\"; }

.icon-fax:before {
  content: "\"; }

.icon-phone:before {
  content: "\"; }

.icon-email:before {
  content: "\"; }

.icon-minus:before {
  content: "\"; }

.icon-offsite-link:before {
  content: "\"; }

.icon-checkmark:before {
  content: "\"; }

.icon-circle-question:before {
  content: "\"; }

.icon-long-arrow-right:before {
  content: "\"; }

.icon-long-arrow-left:before {
  content: "\"; }

/*** TYPOGRAPHY ***/
body {
  font: 20px/1.1 Jost, Arial, sans-serif;
  color: #6C6C6D;
}
.text-primary {
  color: #2A9FD6 !important;
}

.bg-primary {
  background-color: #2A9FD6 !important;
}
.text-primary-alt {
  color: #A0EF07 !important;
}

.bg-primary-alt {
  background-color: #A0EF07 !important; 
}
.text-secondary { 
  color: #6C6C6D !important;
}
.bg-secondary { 
  background-color: #6C6C6D !important;
}
.text-secondary-light { 
  color: #E5E5E5 !important;
}
.bg-secondary-light { 
  background-color: #E5E5E5 !important;
}
.text-secondary-dark { 
  color: #262C2D !important;
}
.bg-secondary-dark { 
  background-color: #262C2D !important;
}
.text-secondary-darker { 
  color: #E5E5E5 !important;
}
.bg-secondary-darker { 
  background-color: #E5E5E5 !important;
}
.text-tertiary { 
  color: #DD1D54 !important;
}

.bg-tertiary { 
  background-color: #DD1D54 !important;
}
.text-tertiary-alt { 
  color: #5D21ED !important;
}
.bg-tertiary-alt { 
  background-color: #5D21ED !important;
}

.weight-light {
  font-weight: 300 !important;
}
.weight-regular{
  font-weight: 400 !important;
}
.weight-medium{
  font-weight: 500 !important;
}
.weight-semibold{
  font-weight: 600 !important;
}
.weight-bold{
  font-weight: 700 !important;
}


.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

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

/* Paragraphs */

p {
  margin: 0 0 28px;
}
p span {
  font-weight: 300;
}
p strong {
  font-weight: 600; 
}
strong { font-weight: 600;}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
ul.list, .content-base ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list li, .content-base ul li {
  position: relative;
  padding: 0 0 22px 22px;
}
ul.list li:last-child, .content-base ul li:last-child {
  padding-bottom: 0;
}
ul.list li:before, .content-base ul li:before {
  width: 10px;
  height: 10px;
  background: #2a9fd6;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}
ol li {
  margin: 0 0 22px 0;
  counter-increment: my-counter;
  position: relative;
  padding-left: 20px;
}
.blog-post--content ol li strong {
  margin-bottom: 0;
}
ol li::before {
  content: counter(my-counter) ".";
  flex-shrink: 0;
  margin: 0 0px 0 0;
  font-weight: 500;
  min-width: 20px;
  position:absolute;
  left: 0;
  top: 0;
  color: #2A9FD6;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 600;
  color: #262C2D;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child, 
p:last-child {
  margin-bottom: 0
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #2A9FD6;
}
/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* Links and Buttons */
a,
button,
input[type='submit'] {
  -webkit-appearance: none;
  outline: none !important;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a {
  color: #2A9FD6;
}
a.link-secondary {
  color: #6C6C6D;
}
a.link-tertiary {
  color: #DD1D54;
}

a:hover,
a:focus {

}
a.link-default {
  color: default;
}

.hs-button {
  -webkit-appearance: none;
  box-sizing: border-box;
/*   box-shadow: none; */
  transition: all 0.3s ease-in-out;
  white-space: normal;
  font: 600 17px/22px Inter, Arial, sans-serif;
  border: 1px solid transparent;
  background: #2A9FD6;
  outline: none !important;
  cursor: pointer;
  padding: 13px 25px;
  display: inline-flex; 
  align-items: center;
  vertical-align: top;
  text-align: center;
  justify-content: center;
  color: #fff;
/*   border-radius: 40px; */
  min-width: 192px; 
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}
.site-header .hs-button {
  padding: 11px 25px 10px;
}
.hs-button:hover,
.hs-button:focus{
  color: #fff;
  background: #DD1D54;
}

.hs-button.hs-button-secondary{
  background: #6C6C6D;

}
.hs-button.hs-button-secondary:hover,
.hs-button.hs-button-secondary:focus{
  background: #2A9FD6;
  color: #fff;
}

.hs-button.hs-button-white{
  background: #fff;
  color: #DD1D54;

}
.hs-button.hs-button-white:hover,
.hs-button.hs-button-white:focus{
  background: #DD1D54;
  color: #fff;
}


.hs-button.hs-button-tertiary,
.footer-newsletter .hs-form .hs-button,
.hs-custom-form .hs-button{
  background: #DD1D54;
}
.hs-button.hs-button-tertiary:hover,
.hs-button.hs-button-tertiary:focus,
.footer-newsletter .hs-form .hs-button:hover,
.hs-custom-form .hs-button:hover{
  background: #2A9FD6;
  color: #fff;
}

.hs-button.hs-button-tertiary-outline { 
  border-color: #fff;
  background: none;
  color: #fff;
}
.hs-button.hs-button-tertiary-outline:hover,
.hs-button.hs-button-tertiary-outline:focus{
  background: #DD1D54;
  color: #fff;
}

.btn-block {
  margin: -14px -7px 0;
}

.btn-block .hs-button{
  margin: 14px 7px 0;
}

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

h1, .h1 {
  font-size: 45px;
  line-height: 1.111;
  margin: 0 0 23px;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h3, .h3 {
  font-size: 25px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.subheading {
  font-weight: 600;
  display: block;
  color: #262C2D;
  margin: 0 0 21px;
  text-transform: capitalize;
  letter-spacing: -0.03em;
  line-height: 1.25;
}


@media (max-width: 1269px) {
  body {
    font-size: 18px;
  }



  h1, .h1 {
    font-size: 38px; 
    margin: 0 0 18px;
  }

  h2, .h2 {
    font-size: 34px;
    margin: 0 0 15px;
  }

  p {
    margin: 0 0 20px;
  }

}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
  h1, .h1 {
    font-size: 28px; 
  }
  h2, .h2 {
    font-size: 26px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 17px;
  }
  .subheading {
    font-size: 17px;
    margin: 0 0 15px;
  }
  .hs-button {
    font-size: 16px;
    padding: 10px 20px;
  }
}


/*** FORMS ***/

.hs-custom-form {
  position: relative;
}
.hs-custom-form .hs-form-field .input {
  margin: 0 !important;
}
.hs-custom-form .hs-form-field{
  padding: 0 9px 20px;
  position: relative;
}
.hs-custom-form .hs-form-field:first-child {
  padding-left: 0;
} 
.hs-custom-form .hs-form-field:last-child {
  padding-right: 0;
}

.hs-custom-form .hs-form-field:only-child {
  padding-left: 0;
  padding-right: 0;
}
.hs-custom-form .hs-form-field > label {
  display: block;
  color: inherit;
  padding: 0 0 10px;
}
.has-label-bg .hs-custom-form .hs-form-field > label {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  justify-content: center;
  position: absolute;
  left: 13px;
  top: 0;
  height: 46px; 
  display: flex;
  align-items: center;
  width: 26px;
  padding-bottom: 0;
}

.hs-custom-form .hs-form-field .hs-error-msg, .hs-error-msgs label {
  display: block;
  font-size: 15px;
  margin: 8px 0;
  font-weight: 500;
  color: #f00;
}
.hs-custom-form input[type="text"],
.hs-custom-form input[type="email"],
.hs-custom-form input[type="tel"],
.hs-custom-form input[type="number"],
.hs-custom-form textarea,
.hs-custom-form select,
.hs-custom-form .nice-select{
  -webkit-appearance: none;
  box-sizing: border-box;
  box-shadow: none;
  width: 100% !important;
  height: 46px;
  display: block;
  background: none;
  border: 1px solid #C8C8C8;
  border-radius: 6px;
  font-size: 17px;
  min-width: 10px;
  line-height: 19px;
  float: none;
  color: #6C6C6D;
  outline: none !important;
  margin: 0;
  padding: 12px 20px;
}
.hs-custom-form .hs-form-field {
  position: relative;
  width: 100%;
  
}
.hs-custom-form .nice-select > span {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}
.has-label-bg .hs-custom-form input[type="text"],
.has-label-bg .hs-custom-form input[type="email"],
.has-label-bg .hs-custom-form input[type="tel"],
.has-label-bg .hs-custom-form textarea,
.has-label-bg  .hs-custom-form  input[type="number"],
.has-label-bg .hs-custom-form select,
.has-label-bg .hs-custom-form .nice-select{
  padding-left: 50px;
  padding-right: 40px;
}
.has-label-bg .hs-custom-form  input[type="number"] {
  padding-right: 20px;
}
.hs-custom-form .hs-input::-ms-expand {
  display: none;
}
.hs-custom-form .hs-input::-webkit-input-placeholder { color: #6C6C6D;}
.hs-custom-form .hs-input::-moz-placeholder {opacity: 1;  color: #6C6C6D;}
.hs-custom-form .hs-input:-moz-placeholder { color: #6C6C6D;}
.hs-custom-form .hs-input:-ms-input-placeholder{  color: #6C6C6D;}

.hs-custom-form input::placeholder {
  color: #D4D5D5;
  opacity: 1;
}

.dark-mode  .hs-custom-form input[type="text"],
.dark-mode  .hs-custom-form input[type="email"],
.dark-mode  .hs-custom-form input[type="tel"],
.dark-mode  .hs-custom-form input[type="number"],
.dark-mode  .hs-custom-form textarea,
.dark-mode  .hs-custom-form select,
.dark-mode  .hs-custom-form .nice-select{
  color: #D4D5D5;
}
.dark-mode  .hs-custom-form .hs-input::-webkit-input-placeholder { color: #D4D5D5;}
.dark-mode  .hs-custom-form .hs-input::-moz-placeholder { color: #D4D5D5;}
.dark-mode  .hs-custom-form .hs-input:-moz-placeholder { color: #D4D5D5;}
.dark-mode  .hs-custom-form .hs-input:-ms-input-placeholder{  color: #D4D5D5;}
.hs-custom-form textarea {
  height: 148px !important;
  height: auto;
  resize: none;
  padding-top: 3px; 
  padding-bottom: 3px;
}

.nice-select .list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #2a9fd6;
  width: 100%;
}
.nice-select .list li:before {
  display: none;
}
.nice-select .option {
  color: #fff;
  white-space: normal;
  padding: 10px 20px !important;
  line-height: 1.2;
}
.nice-select .option.disabled {
  background: none !important;
  pointer-events: none;
  color: #fff !important;
  opacity: .5;
}
.nice-select .option:hover, 
.nice-select .option:focus, 
.nice-select .option.selected ,
.nice-select .option.focus{
  background: #dd1d54;
  color: #fff;
}
.nice-select .option.selected:hover,
.nice-select .option.selected:focus,
.nice-select .option.focus:hover,
.nice-select .option.focus:focus{
  background: #dd1d54;
  color: #fff;
}
.nice-select:after {
  display: none;
}
.nice-select:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  width: 40px;
  font-family: icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  background: none;
  transition: all 0.25s ease 0s;
  font-variant: normal;
}
@media (max-width: 767px) {
  .hs-custom-form .hs-form-field {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .has-label-bg .hs-custom-form .hs-form-field + .hs-form-field > label {
    left: 22px; 
  }
  
}
fieldset {
  max-width: 100% !important;
  min-width: 0 !important;
}
/*** GRIDS ***/

.row-fluid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.row-fluid-flex.align-items-center, .menus.desktop nav > ul.row-fluid-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.row-fluid-flex.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.row-fluid-flex.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media (min-width: 782px) {
  .row-fluid-flex.flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
.row-fluid-flex.gutter-120 {
  margin-left: -120px;
  margin-right: -120px; }
.row-fluid-flex.gutter-120 div[class^="flex-"] {
  padding-left: 120px;
  padding-right: 120px; }
.row-fluid-flex.gutter-100 {
  margin-left: -100px;
  margin-right: -100px; }
.row-fluid-flex.gutter-100 div[class^="flex-"] {
  padding-left: 100px;
  padding-right: 100px; }
.row-fluid-flex.gutter-80 {
  margin-left: -80px;
  margin-right: -80px; }
.row-fluid-flex.gutter-80 div[class^="flex-"] {
  padding-left: 80px;
  padding-right: 80px; }
.row-fluid-flex.gutter-60 {
  margin-left: -60px;
  margin-right: -60px; }
.row-fluid-flex.gutter-60 div[class^="flex-"] {
  padding-left: 60px;
  padding-right: 60px; }
.row-fluid-flex.gutter-40 {
  margin-left: -40px;
  margin-right: -40px; }
.row-fluid-flex.gutter-40 div[class^="flex-"] {
  padding-left: 40px;
  padding-right: 40px; }
.row-fluid-flex.gutter-30 {
  margin-left: -30px;
  margin-right: -30px; }
.row-fluid-flex.gutter-30 div[class^="flex-"] {
  padding-left: 30px;
  padding-right: 30px; }
.row-fluid-flex.gutter-0 {
  margin-left: 0px;
  margin-right: 0px; }
.row-fluid-flex.gutter-0 div[class^="flex-"] {
  padding-left: 0px;
  padding-right: 0px; }

div[class^="flex-"] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.align-items-center, .menus.desktop nav > ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-end, .menus.desktop nav > ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.flex-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.flex-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.flex-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.flex-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.flex-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.flex-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.flex-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.flex-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.flex-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.flex-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.flex-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.flex-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 600px) {
  .flex-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .flex-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .flex-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .flex-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .flex-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .flex-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .flex-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .flex-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .flex-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .flex-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .flex-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .flex-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .flex-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .flex-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 782px) {
  .flex-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .flex-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .flex-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .flex-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .flex-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .flex-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .flex-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .flex-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .flex-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .flex-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .flex-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .flex-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .flex-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .flex-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .flex-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .flex-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .flex-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .flex-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .flex-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .flex-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .flex-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .flex-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .flex-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .flex-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .flex-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .flex-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .flex-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .flex-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1210px) {
  .flex-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .flex-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .flex-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .flex-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .flex-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .flex-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .flex-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .flex-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .flex-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .flex-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .flex-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .flex-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .flex-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .flex-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

/**
* Setup an equal height class for the HS grid
*/
.height-flex-100 .row-fluid-wrapper,
.height-flex-100 .row-fluid-wrapper > .row-fluid,
.height-flex-100 .row-fluid-wrapper > .row-fluid > .dnd-module,
.height-flex-100 .row-fluid-wrapper > .row-fluid > .dnd-module > .hs_cos_wrapper_widget {
  height: 100%; }


/*** ADDITIONAL HELPER CLASSES ***/

.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; } 
  
  .footer-col-logo .form-holder form {
      max-width: 275px;
      margin: auto;
      position: relative;
  }
}

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

/*** BREADCRUMB ***/

.block.breadcrumb .breadcrumbs {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.125em; }
.block.breadcrumb .breadcrumbs a {
  text-decoration: none;
  color: #EF4B24;
  -webkit-transition:color 0.3s ease;
  -o-transition:color 0.3s ease;
  transition: color 0.3s ease; }
.block.breadcrumb .breadcrumbs a:hover {
  color: #333333; }
.block.breadcrumb .breadcrumbs i {
  vertical-align: -2px;
  color: #e5e5e5; }

/*** SOCIAL ICONS  ***/
ul.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 15px; }
ul.social-icons li {
  display: inline-block;
  margin-right: 15px; }
ul.social-icons li:last-child {
  margin-right: 0; }
ul.social-icons li:hover span.icon {
  background-color: #EF4B24;
  border-color: #EF4B24;
  color: black; }
ul.social-icons li a {
  background-color: #e5e5e5;
  width: 32px;
  height: 32px;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition:color 0.3s ease;
  -o-transition:color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  display: block;
  -webkit-transition:background-color 0.3s ease;
  -o-transition:background-color 0.3s ease;
  transition: background-color 0.3s ease; }
ul.social-icons li a:hover {
  background-color: #EF4B24; }
ul.social-icons li a:hover i {
  color: white; }
ul.social-icons li a i {
  -webkit-transition:color 0.3s ease;
  -o-transition:color 0.3s ease;
  transition: color 0.3s ease;
  color: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  font-size: 15px; }
ul.social-icons li a:hover {
  color: #333333; }

/*** Slick Slider @ 1.8.1 ***/
.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}
.slick-next, .slick-prev {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  position: absolute;
  top: 50%;
  opacity: .8; 
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  pointer-events: none;
  opacity: .2 !important; 
}
.slick-next:after,
.slick-prev:after{
  content: "\";
  font-family: "icon-font";
  font-size: 22px;
  line-height: 1;

}
.slick-prev:after {
  content: "\";
}
.slick-next {
  right: -40px;
}
.slick-prev {
  left: -40px;
}
@media (max-width: 1023px) {
  .slick-next {
    right: -20px;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next:after,
  .slick-prev:after{
    font-size: 16px;
  }
}
/*** SYSTEM PAGES ***/

.error-page .content-wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 120px 20px; }
.error-page .content-wrapper p {
  margin-bottom: 40px; }

.search-results--wrap {
  padding: 60px 0; }

@media (min-width: 782px) {
  .hs-search-results {
    padding-right: 80px; } }

.hs-search-results__listing {
  margin: 0;
  padding: 60px 0;
  list-style: none; }

.hs-search-results__listing li {
  border-bottom: 0;
  background-color: white;
  padding: 45px !important;
  margin-bottom: 30px !important;
  border-radius: 10px; }

.hs-search-results__title {
  font-size: 24px;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 11px;
  display: block; }

.hs-search-highlight {
  font-weight: bold; }

.hs-search-results__prev-page {
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold; }

.hs-search-results__next-page {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold; }

.hs-search-results__prev-page i,
.hs-search-results__next-page i {
  font-size: 12px; }

.hs-search-results__featured-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  background-color: #e9e9e9;
  border-radius: 5px; }

.hs-search-results__featured-image img {
  border-radius: 5px; }

.hs-search-results__content {
  padding-left: 20px; }

.hs-search-results__content a {
  color: #ea5a58;
  font-size: 23px;
  margin-top: 12px;
  display: block;
  line-height: 1em;
  font-weight: 800; }

.hs-search-results__content a:hover {
  color: #6a7679; }

.hs-search-results .hs-search-highlight.hs-highlight-title,
.hs-search-results .hs-search-highlight.hs-highlight-html {
  background-color: #ebebeb; }

.hs-search-results__description {
  font-size: 16px; }

.hs-search-results__pagination {
  margin-bottom: 90px; }

/* SAL Animation Plugin */

[data-sal] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

[data-sal][data-sal-delay='50'] {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

[data-sal][data-sal-delay='100'] {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

[data-sal][data-sal-delay='150'] {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

[data-sal][data-sal-delay='200'] {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

[data-sal][data-sal-delay='250'] {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }

[data-sal][data-sal-delay='300'] {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

[data-sal][data-sal-delay='350'] {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s; }

[data-sal][data-sal-delay='400'] {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

[data-sal][data-sal-delay='450'] {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s; }

[data-sal][data-sal-delay='500'] {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

[data-sal][data-sal-delay='550'] {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s; }

[data-sal][data-sal-delay='600'] {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

[data-sal][data-sal-delay='650'] {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s; }

[data-sal][data-sal-delay='700'] {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

[data-sal][data-sal-delay='750'] {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

[data-sal][data-sal-delay='800'] {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

[data-sal][data-sal-delay='850'] {
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s; }

[data-sal][data-sal-delay='900'] {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s; }

[data-sal][data-sal-delay='950'] {
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
  transition-delay: 0.95s; }

[data-sal][data-sal-delay='1000'] {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

[data-sal][data-sal-easing='linear'] {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

[data-sal][data-sal-easing='ease'] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

[data-sal][data-sal-easing='ease-in'] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

[data-sal][data-sal-easing='ease-out'] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

[data-sal][data-sal-easing='ease-in-out'] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

[data-sal][data-sal-easing='ease-in-cubic'] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

[data-sal][data-sal-easing='ease-out-cubic'] {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

[data-sal][data-sal-easing='ease-in-out-cubic'] {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

[data-sal][data-sal-easing='ease-in-circ'] {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }

[data-sal][data-sal-easing='ease-out-circ'] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

[data-sal][data-sal-easing='ease-in-out-circ'] {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

[data-sal][data-sal-easing='ease-in-expo'] {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }

[data-sal][data-sal-easing='ease-out-expo'] {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

[data-sal][data-sal-easing='ease-in-out-expo'] {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

[data-sal][data-sal-easing='ease-in-quad'] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-sal][data-sal-easing='ease-out-quad'] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-sal][data-sal-easing='ease-in-out-quad'] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-sal][data-sal-easing='ease-in-quart'] {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

[data-sal][data-sal-easing='ease-out-quart'] {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-sal][data-sal-easing='ease-in-out-quart'] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

[data-sal][data-sal-easing='ease-in-quint'] {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

[data-sal][data-sal-easing='ease-out-quint'] {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

[data-sal][data-sal-easing='ease-in-out-quint'] {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

[data-sal][data-sal-easing='ease-in-sine'] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-sal][data-sal-easing='ease-out-sine'] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-sal][data-sal-easing='ease-in-out-sine'] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-sal][data-sal-easing='ease-in-back'] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-sal][data-sal-easing='ease-out-back'] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-sal][data-sal-easing='ease-in-out-back'] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-sal^="fade"][data-sal^="fade"].sal-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-sal="fade-up"] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0); }

[data-sal="fade-down"] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

[data-sal="fade-right"] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0); }

[data-sal="fade-left"] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }

[data-sal="fade-up-right"] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0); }

[data-sal^='fade'] {
  opacity: 0;
  -webkit-transition-property:opacity, -webkit-transform;
  transition-property:opacity, -webkit-transform;
  -o-transition-property:opacity, -o-transform;
  transition-property:opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -o-transform; }

[data-sal|='fade'].sal-animate,
body.sal-disabled [data-sal|='fade'] {
  opacity: 1; }

[data-sal|='slide'] {
  opacity: 0;
  -webkit-transition-property:opacity, -webkit-transform;
  transition-property:opacity, -webkit-transform;
  -o-transition-property:opacity, -o-transform;
  transition-property:opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -o-transform; }

[data-sal='slide-up'] {
  -webkit-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%); }

[data-sal='slide-down'] {
  -webkit-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%); }

[data-sal='slide-left'] {
  -webkit-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%); }

[data-sal='slide-right'] {
  -webkit-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%); }

[data-sal|='slide'].sal-animate,
body.sal-disabled [data-sal|='slide'] {
  opacity: 1;
  -webkit-transform: none;
  -o-transform: none;
  transform: none; }

[data-sal|='zoom'] {
  opacity: 0;
  -webkit-transition-property:opacity, -webkit-transform;
  transition-property:opacity, -webkit-transform;
  -o-transition-property:opacity, -o-transform;
  transition-property:opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -o-transform; }

[data-sal='zoom-in'] {
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

[data-sal='zoom-out'] {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

[data-sal|='zoom'].sal-animate,
body.sal-disabled [data-sal|='zoom'] {
  opacity: 1;
  -webkit-transform: none;
  -o-transform: none;
  transform: none; }

[data-sal|='flip'] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  -o-transition-property:-o-transform;
  transition-property:transform;
  transition-property: transform, -webkit-transform, -o-transform; }

[data-sal='flip-left'] {
  -webkit-transform: perspective(2000px) rotateY(-91deg);
  transform: perspective(2000px) rotateY(-91deg); }

[data-sal='flip-right'] {
  -webkit-transform: perspective(2000px) rotateY(91deg);
  transform: perspective(2000px) rotateY(91deg); }

[data-sal='flip-up'] {
  -webkit-transform: perspective(2000px) rotateX(-91deg);
  transform: perspective(2000px) rotateX(-91deg); }

[data-sal='flip-down'] {
  -webkit-transform: perspective(2000px) rotateX(91deg);
  transform: perspective(2000px) rotateX(91deg); }

[data-sal|='flip'].sal-animate,
body.sal-disabled [data-sal|='flip'] {
  -webkit-transform: none;
  -o-transform: none;
  transform: none; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container 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}.lity-hide{display:none}

/*** GENERAL ELEMENTS ***/
#page {
  position: relative;
  overflow: hidden;
  padding-top: 104px;
}
.page-container {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
} 

@media (max-width: 1269px) {
  #page {
    padding-top: 93px;
  }
}

@media (max-width: 1023px) {
  #page {
    padding-top: 86px;
  }
}

/*** PAGE HEADER STYLES ***/
.site-header {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  right: 0;
  background: #00376b !important;
  transition: box-shadow .4s ease-in-out;
}

.site-header .page-container {
  max-width: 1540px !important;
}
/* @media (max-width: 1580px) {
  .site-footer .page-container {
    max-width: 1210px !important;
  }
}

@media (max-width: 1200px) {
  .site-header .page-container {
    max-width: 970px !important;
  }
}

@media (max-width: 991px) {
  .site-header .page-container {
    max-width: 780px !important;
  }
}

@media (max-width: 767px) {
  .site-header .page-container {
    max-width: 100% !important;
    padding: 0 15px;
  }
} */

.header-shrink .site-header {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1); 
  z-index: 5000;
}
.site-header .header-holder {
  padding-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 30px;
  transition: padding .4s ease-in-out;
  align-items: center;
}
.site-header .logo-holder {
  flex-shrink: 0;
  width: 150px;
  transition: all .4s ease-in-out;
}

.site-header .nav-main {
  flex-grow: 1;
  width: calc(100% - 203px);
  padding: 0 0 0 80px;

}
.site-header .nav-frame {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  align-items: center;
}
.site-header .nav-wrap {
  z-index: 5000;
}
.site-header .nav-toggle,
.site-header .overlay{
  display: none;
}
.nav-header {
  position: relative;
}
.nav-header.nav-primary {
  flex-grow: 1;
}
.nav-header.nav-secondary {
  flex-shrink: 0;
  margin: 0 0 0 10px;
}
.nav-header > ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  font-size: 17px;
  font-weight: 400;
  align-items: center;
  line-height: 1.412;
  color: #c9e7f6;
  font-family: Jost, Arial, sans-serif;
}
@media (max-width: 1023px) {
  .nav-header > ul {
    color: #000000;
  }
}
.nav-header {
  cursor: url(//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/images/menu-cursor.png), auto !important;
}

.nav-header > ul > li a {
  cursor: url(//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/images/menu-cursor.png), auto !important;
}

.nav-header > ul > li {
  margin: 0 15px;
  position: relative;
}

.nav-header.nav-primary > ul > li {
  margin-right: 54px;
}

.nav-header.nav-primary > ul > li:after {
  position: absolute;
  float: right;
  content: '';
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #4d7398;
  right: -24px;
  top: 23px;
  transition: all 0.2s;
}
.nav-header.nav-primary > ul > li:hover:after {
  background: #ffffff;
}

.nav-header > ul > li a {
  font-size: 17px;
  font-weight: 400;
  font-family: Jost, Arial, sans-serif;
}
.nav-header > ul > li > a:not(.hs-button) {
  display: flex;
  padding: 10px 5px; 
  color: inherit;
  align-items: center;
}

.nav-header > ul > li:hover > a:not(.hs-button),
.nav-header > ul > li.active > a,
.nav-header > ul > li.active-drop > a{
  color: #ffffff;
}

@media (max-width: 1023px) {
  .nav-header > ul > li:hover > a:not(.hs-button),
.nav-header > ul > li.active > a,
.nav-header > ul > li.active-drop > a{
  color: #000000;
}
}
.nav-header > ul > li > a i {
  margin: -1px 5px 0 0;
  font-size: 24px;
  line-height: 1;
}
.nav-header > ul > li > a.active {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .nav-header > ul > li > a.active {
  color: #000000;
}
}
.nav-header > ul > li > a > .icon-chevron-down {
  font-size: 10px;
  margin: 4px 0 0 9px;
  font-weight: 400;
  flex-shrink: 0;
}
.nav-header > ul > li ul {
  margin: 0;
  padding: 1px 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #1E2223;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #D4D5D5;
  opacity: 0;
  visibility: hidden;
  line-height: 1.6;
  align-items: center;
  width: 200px;
  transition: all .4s ease-in-out;
  box-shadow: 0px 4px 30px rgba(2, 54, 79, 0.15);
}
.nav-header > ul > li > ul:after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 100%;
  left:25px;
  content: "";
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #1E2223 transparent;
}
.nav-header > ul > li:hover > ul,
.nav-header > ul > li > ul > li:hover > ul{
  opacity: 1;
  visibility: visible;
}
.nav-header > ul > li ul li {
  position: relative;
  padding: 0 19px;
}
.nav-header > ul > li ul li + li > a {
  border-top: 1px solid #CDCDCD;
}
.nav-header > ul > li ul li a {
  display: block; 
  color: inherit;
  position: relative;
  padding: 12px 0;
}
.nav-header > ul > li ul li:hover > a,
.nav-header > ul > li ul li.active > a,
.nav-header > ul > li ul li.active-drop > a{
  color: #DD1D54
}
.nav-header > ul > li ul li.has-submenu a.menu-link { padding-right: 17px;}
.nav-header > ul > li ul li a .icon-chevron-down {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.nav-header > ul > li.active-drop > a.drop-opener i,
.nav-header > ul ul li.active-drop > a.drop-opener i{
  transform: rotate(90deg);
}
.nav-header > ul > li > ul > li > ul {
  left: calc(100% - 3px);
  top: -2px;
  font-size: 15px;
  border-top-left-radius: 0;
}
.nav-header.nav-secondary > ul { 
  font-weight: 500;
}
.nav-header.nav-secondary > ul > li > ul {
  left: auto;
  right: 0;
}
.nav-header.nav-secondary > ul > li > ul:after {
  left: auto;
  right: 25px;
}

.nav-header > ul  a.drop-opener {
  display: none !important; 
}

.nav-secondary > ul > li {
  margin-left: -5px !important;
}

.nav-secondary > ul > li > a {
  display: inline-block;
  padding: 8px 14px !important;
  color: #ffffff;
  background: #002b51;
  border: 1px solid #0a548b;
  font-size: 14px;
  font-family: Jost, Arial, sans-serif;
  font-weight: 400;
  border-radius: 4px;
  line-height: 16px;
}

.nav-secondary > ul > li > a i {
  font-size: 12px;
  margin-right: 12px;
}
.nav-secondary > ul > li:last-child > a {
  background: #00619b;
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: 500;
}

.nav-secondary > ul > li > a i.ico-login {
  font-size: 18px;
}

@media (min-width: 1270px) {
  .header-shrink .site-header .header-holder{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-shrink .site-header .logo-holder {
    flex-shrink: 0;
    width: 160px;
  }
}
@media (max-width: 1269px) {
  .site-header .header-holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .logo-holder {
    width: 160px;
  }
  .site-header .nav-main {
    width: calc(100% - 160px);
    padding: 0 0 0 40px; 
  }
  .nav-header > ul {
    font-size: 16px;
  }
  .nav-header > ul {
    margin: 0 -10px;
  }
  .nav-header > ul > li {
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  .site-header .overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    right: 0;
    transition: all .4s ease-in-out;
    background: rgba(0,0,0,.3);
  }
  .site-header .nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
  }
  .site-header .nav-toggle:hover {
    opacity: .75;
  }
  .site-header .nav-frame .nav-toggle { 
    top: -40px;
  }
  .site-header .logo-holder {
    width: 140px;
  }
  .site-header .nav-main {
    width: calc(100% - 140px);
    padding: 0 0 0 20px; 
  }
  .site-header .nav-wrap {
    position: fixed;
    right: 0;
    top: 0;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    padding: 60px 0 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    transition: all .4s ease-in-out;
    transform: translateX(100%);
  }
  .site-header .nav-frame {
    display: block;
  }
  .nav-active {
    height: 100%;
  }
  .nav-active body { overflow: hidden; height: 100%;}
  .nav-active .site-header .overlay { 
    opacity: 1;
    visibility: visible;
  }
  .nav-active .site-header .nav-wrap {
    transform: translateX(0);
  }
  .nav-header > ul {
    display: block;
    margin: 0;
  }
  .nav-header > ul > li {
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
  }

  .nav-header:last-child > ul > li:last-child {
    border: 0;
  }
  .nav-header > ul > li > a:not(.hs-button) {
    padding: 15px;
  }
  .nav-header > ul > li.has-submenu > a.menu-link {
    padding-right: 60px;
  }
  .nav-header > ul > li > a:first-child > .icon-chevron-down,
  .nav-header > ul > li ul li a .icon-chevron-down{ display: none;}
  .nav-header > ul  a.drop-opener {
    position: absolute;
    right: 0;
    top: 0;
    height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 15;
    font-size: 14px; 
    padding: 0;
    width: 40px;
  }
  .nav-header > ul .drop-opener > i {
    font-size: 14px; 
    transition: all .3s ease-in-out;
  }
  .nav-header > ul > li ul {
    position: static;
    border-radius: 0;
    opacity:1;
    width: 100%;
    background: rgba(0,0,0,.05);
    visibility: visible;
    border: 0;
    box-shadow: none;
    padding: 0;
    display: none;
    font-weight: 500;
    transition: none !important;
    color: #262C2D;
  }
  .nav-header > ul > li ul li {
    padding: 0;
  }
  .nav-header > ul > li ul li {
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.15);
  }
  .nav-header > ul > li ul li a {
    padding: 15px 15px 15px 30px; 
  }
  .nav-header > ul > li ul li + li a { border: 0;}
  .nav-header > ul > li ul li.has-submenu a.menu-link { 
    padding-right: 54px;
  }
  .nav-header > ul > li ul ul li a {
    padding-left: 40px;
  }
  .nav-header.nav-secondary > ul > li ul {
    font-weight: 500;
  }
  .nav-header > ul > li ul:after {
    display: none;
  }
  .nav-header .hs-button {
    margin: 15px;
  }
  .nav-header.nav-secondary {
    margin: 0;
  }
}


/*** SITE FOOTER STYLES ***/
.site-footer {
  position: relative;
/*   background: #262C2D; */
  background-color: #111618;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  color: rgba(255,255,255,.8);
}

.site-footer:after {
  content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/images/footer-shadow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
  background-size: cover;
	opacity: 0.25;
}

.site-footer .page-container {
  max-width: 1540px;
}

@media (max-width: 1580px) {
  .site-footer .page-container {
    max-width: 1210px;
  }
}

@media (max-width: 1200px) {
  .site-footer .page-container {
    max-width: 970px;
  }
}

@media (max-width: 991px) {
  .site-footer .page-container {
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .site-footer .page-container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.footer-content {
  position: relative;
  padding: 0px;
  z-index:2;
}

.footer-content .footer-content-row {
  display: flex;
  flex-flow: row wrap;
  margin: -20px -10px 0;
}

.footer-content .footer-content-col {
  padding: 100px 34px;
  width: 20% !important;
}

.htr-widget[data-v-21b7b7aa] {
  margin: 0 0 45px!important;
  overflow: visible !important;
}

@media (max-width: 1200px) {
  .footer-content .footer-content-col {
    width: 50% !important;
    padding: 60px 30px 0;
  }
  .footer-content .footer-content-col:nth-child(3) {
    border-left: none;
    padding: 40px 30px;
    padding-left: 10px;
  }
  .footer-content .footer-content-col:nth-child(4) {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .footer-content .footer-content-col {
    padding: 20px 20px !important;
    width: 100% !important;
    text-align: left !important;
  }
  .footer-content .footer-content-col:first-child {
    padding: 40px 20px 0 !important; 
  }
  .footer-content .footer-content-col:last-child {
    padding-bottom: 40px !important;
  }
}

.footer-content .footer-content-col:first-child {
  border-left: 0;
  padding-left: 10px;
}
.footer-content .footer-col-logo {
  width: auto;
  max-width: 100%;
}

.footer-col-logo .form-holder form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 4px 4px 0px;
  width: 54px;
  height: 52px;
  font-size: 0;
  padding: 0;
  min-width: 0;
  background-image: url(https://luxepricing.com/hubfs/plane.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.footer-col-logo .form-holder form input[type="email"] {
  border-radius: 4px;
  border: 1px solid #FBFBFB;
  background: rgba(255, 255, 255, 0.00);
  height: 51px;
  padding-right: 52px;
}

.footer-col-logo .form-holder form input[type="email"]::placeholder {
  color: #fff;
  font-size: 16px;
}

.footer-col-logo .form-holder label {
  display: none; 
}

.footer-col-logo .form-holder span.title {
  color: #FFF;
  font-family: Jost, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
} 
.social-networks-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #0059ae;
  margin-top: 20px;
  text-decoration: underline;
  max-width: 260px;
  border-radius: 4px;
  overflow: hidden;
  
}

.social-networks-container .social-networks {
  margin: 0;
  padding: 6px;
  flex-flow: initial;
  gap: 10px;
  background: #0052a1;
}

.social-networks-container .social-networks > span {
  color: #FFF;
  font-family: Jost, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  text-decoration: underline;
  display: inline-block;
  padding-left: 12px !important;
}

.social-networks-container > span {
padding-left: 16px;
}

.social-networks-container .social-networks li {
  padding: 0;
}
.footer-content .social-networks {
  padding: 6px;
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-flow: row wrap;
}

.footer-content .social-networks > li > a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  background: #0065c6;
  text-align: center;
}
.footer-content .social-networks > li > a:hover {
  
}
.footer-content .map-holder {
  width: 236px;
  height: 236px; 
  border-radius: 236px;
  overflow: hidden;
  float: right;
  position: relative;

}
.footer-content .map-holder iframe {
  border: 0;
  width: 476px !important;
  height: 476px !important;
  display: block;
  margin: -120px;
}
.site-footer h3 { 
  line-height: 1.12;
  color: inherit;
}
.footer-content .footer-content-col h3 {
  margin: 0 0 20px;
  letter-spacing: -.02em;
  color: #fff;
  font-family: Jost, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-content .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;


}
.footer-content .footer-nav li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px !important;
}
.footer-content .footer-nav li i {
  color: #ffffff;
  margin: 2px 11px 0 0;
  width: 21px;
  text-align: center;
}
.footer-content .footer-nav li i.fa-envelope {
  font-size: 18px;
}
.footer-content .footer-nav li i.fa-phone {
  transform: rotateY(180deg);
}
.footer-content .footer-nav li:not(:last-child) {
  margin: 0 0 16px;
}
.footer-content .footer-nav.add li:not(:last-child) {
  margin: 0 0 20px;
}
.footer-content .footer-nav li a {
  color: inherit;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-family: Jost, Arial, sans-serif;
}
.footer-content .footer-nav li a:hover {
  color: #fff;
}
.footer-newsletter {
  background: #161C1E;
  border: solid #3c4041;
  border-width: 1px 0;
  padding: 38px 0;
  color: #fff;
}
.footer-newsletter .page-container {
  display: flex;
  align-items: center;
}
.footer-newsletter .text-box {
  flex-grow: 1;
  overflow: hidden;
}
.footer-newsletter .form-holder  {
  flex-shrink: 0;
  width: 53.45%;
  margin: 0 0 0 60px;
}
.footer-newsletter .title {
  display: block;
  font-size: 17px;
  margin: 0 0 5px;
  line-height: 1.18;
  letter-spacing: -0.01em;
}
.footer-newsletter .form-holder h3 {
  display: none;
}
.footer-newsletter .hs-form {
  display: flex;
  position: relative;
}
.footer-newsletter .hs-form label {
  padding: 0;
}
.footer-newsletter .hs-form  .hs-email {
  flex-grow: 1;
  margin: 0 -50px 0 0;
  padding: 0;
}
.footer-newsletter .input input[type="email"] {
  -webkit-appearance: none;
  border: 1px solid #FBFBFB;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 13px 65px 13px 35px;
  display: block;
  background: none;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  outline: none !important;
}
.form-newsletter .hs-submit {
  flex-shrink: 0;
}
.footer-newsletter .hs-form .hs-button {
  min-width: 160px;
  position: relative;
  z-index: 10;
}

.footer-newsletter .hs_error_rollup {
  display: none;
}
.footer-newsletter .hs-error-msg {
  position: absolute;
  top: 100%;
  color: #f00;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
.footer-info {
  background: #111618;
  position: relative;
  padding: 30px 0;
  color: #ffffff !important;
  z-index: 999;
}
.footer-info .page-container {
  display: flex;
  justify-content: space-between;
}
.footer-info .site-info { 
  flex-grow: 1;
}
.footer-info .info-links {
  color: #ffffff;
  margin: 0 -23px 0 -24px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
}
.footer-info .info-links li {
  padding: 0 23px 0 24px;
  position: relative;
}
.footer-info .info-links li + li:before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px; 
  content: "";
  width: 1px;
  background: rgba(255,255,255,.8);
}
.footer-info .info-links li a {
  color: #ffffff;
}
.footer-info .info-links li a:hover {
  opacity: 0.6px;
}
@media (min-width: 1270px) {
  .site-footer h3 {
    font-size: 25px;
  } 
}

@media (max-width: 1269px) {
  .site-footer {
    font-size: 16px;
  }
  .footer-content .map-holder {
    width: 200px;
    height: 200px;
  }
  .footer-content .footer-content-col h3 {
    margin: 0 0 28px;
  }
  .footer-newsletter {
    padding: 30px 0;
  }
  .footer-newsletter .input input[type="email"] {
    height: 44px;
    padding: 10px 65px 10px 25px
  }
}
@media (max-width: 1023px) {
  .site-footer {
    font-size: 15px;
  }
  .footer-content .footer-content-col h3 {
    margin: 0 0 20px;
  }
  .footer-newsletter {
    padding: 20px 0;
  }
  .footer-content .logo-holder,
  .footer-content .footer-col-logo{
    width: 130px;
  }
  .footer-content .map-holder {
    width: 170px;
    height: 170px;
  }
  .footer-content .footer-nav li i.fa-envelope {
    font-size: 15px;
    margin-top: 1px;
  }
}

@media (min-width: 768px) {
  .footer-content .footer-logo-col {
    width: 30%;
    padding-right: 6%;
  }

  .footer-content .quick-links-col {
    width: 20%;
  }

  .footer-content .footer-col-logo {
    width: initial;
    max-width: initial;
  }

  .footer-content .logo-holder {
    width: initial;
    max-width: initial;
  }
}

@media (max-width: 767px) {
  .footer-content .footer-col-logo {
    width: 100%;
  }
  .footer-content .footer-content-row {
    display: block;
  }
  .footer-content .footer-content-col {
    width: 100%;
  }
  .footer-content .footer-nav li,
  .footer-content .footer-nav li a{
  }
  .footer-content .map-holder {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    float: none;
  }
  .footer-newsletter .page-container {
    display: block;
  }
  .footer-newsletter .text-box {
    margin: 0 0 20px;
  }
  .footer-newsletter .form-holder {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .footer-newsletter .hs-form .hs-button {
    min-width: inherit;
  }
  .footer-newsletter .input input[type="email"] {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 55px 12px 15px;
  }
  .footer-info .page-container {
    display: block;
  }
  .footer-info .info-links {
  }
  .footer-info .site-info {
    margin: 0 0 10px;
  }
  .footer-newsletter .hs-error-msg {
    position: static;
    display: block;
    width: calc(100% + 65px);
    margin: 15px 0 0;
  }
}
@media (max-width: 413px) {
  .footer-newsletter .input input[type="email"] {
    font-size: 13px;
  }
  .footer-info {
    font-size: 13px;
  }
}


.main-content {
  position: relative;
}
/*** MODULE GENERAL STYLES ***/
.module {
  position: relative;
  z-index: 60;
}

.module .module-row {
  display: flex;
  flex-flow: row nowrap;
  margin: -40px -20px 0;
  align-items: center;
}
.module .module-col {
  width: 50%;
  padding: 40px 20px 0;
}
.module-header {
  position: relative;
  margin: 0 auto 146px;
  text-align: center; 
  max-width: 970px;
}
.module .module-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.smooth-scroll {
  margin: 0 0 32px;
  display: inline-block;  
  vertical-align: top;
}
.smooth-scroll:last-child {
  margin: 0;
}
@media (max-width: 1269px) {
  .module-header {
    margin-bottom: 90px; 
  }
  .smooth-scroll {
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .module-header {
    margin-bottom: 40px;
  }
  .module-header h1 br { display: none;}
}
@media (max-width: 767px) {
  .module .module-row {
    flex-flow: row wrap;
  }
  .module .module-col {
    width: 100%;
  }
}

@media (max-width: 359px){
  .footer-content .footer-nav li{
    width: 80%;
    margin: 0 auto 20px !important;
  }
}

.footer-newsletter .input input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.footer-newsletter .input input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.footer-newsletter .input input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.footer-info .info-links li a{
  text-transform: capitalize;
}


/**
 * Blog index
 */

.srch-tags{
  max-width: 100%;
  width: 100%;
}
.srch-tags *{
  box-sizing: border-box;
}
.srch-contain{
  margin: 0 auto 60px;
}
.srch-contain .srch-field{
  width: 100%;
}
.srch-contain .srch-field label{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}
.srch-contain .srch-field input{
  width: 98%;
  display: block;
  padding: 11px 15px 11px 60px;
  outline: none;
  border-radius: 5px;
  background: url('https://8976538.fs1.hubspotusercontent-na1.net/hubfs/8976538/RaiseGreen_May2022/Icon.png') no-repeat;
  background-position: 16px 50%;
  border: 0.5px solid #DCDCDC;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  transition: all 0.5s ease;
}
.srch-contain .srch-field input::placeholder{
  color: #000000;
}
.tags-contain{
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.tags-contain li{
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all .5s ease;
}
/* .tags-contain li:not(:last-child){
  margin-right: 56px;
} */
.tags-contain li a{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #262C2D;
  position: relative;
  transition: .3s ease-in-out;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 15px;
}
.tags-contain li a::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #2A9FD6;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  transition: .3s ease-in-out;
}
.tags-contain li a:hover,
.tags-contain li.active a{
  color: #2A9FD6;
}
.tags-contain li.active a::after,
.tags-contain li a:hover::after{
  height: 4px;
  opacity: 1;
  transition: .3s ease-in-out;
  bottom: -8px;
}
.tags-contain li input:checked ~ label::after{
  height: 4px;
  opacity: 1;
  transition: .3s ease-in-out;
  bottom: -8px;
}
.tags-contain li input{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.tag-mobile{
  display: none;
  width: 100%;
  min-height: 48px;
  font-size: 20px;
  background: transparent;
  color: #000000;
  border-radius: 5px;
  transition: all 0.5s ease;
  position: relative;
  border: none;
  font-weight: 400;
}
.tag-mobile.open{
  border-radius: 5px 5px 0 0;
}
.tag-mobile:after{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-top: 8px solid #000000;
  border-right: 6px solid transparent;
}
.tag-mobile.open:after{
  border-bottom: 8px solid #000;
  border-top: 0;
  top: 50%;
}
.filter-module{
  padding: 70px 0 135px;
}
.filter-module h2{
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0 0 44px 0;
}
.template-blog-index .post-listing{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -40px;
  min-height: 590px;
/*   padding-bottom: 81px; */
/*   border-bottom: 0.5px solid #D5D5D5; */
}
.template-blog-index .post-listing:after{
  left: -140px;
  bottom: 0;
  width: 475px;
  height: 286px;
  content:"";
  position: absolute;
  background-image: url(https://20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/dot-image.png);
}
.mb-100 {
  margin-bottom: 100px;
}
.template-blog-index .post-item{
  
}
.template-blog-index .post-item-holder{
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 4px 0px 0px 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.template-blog-index .post-item.hidden-item {
  display: none !important;
}
.post-item .post-card-image{
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  position: relative;
  width: 100%;
  padding-bottom: 330px;
}
.post-item .post-card-image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  width: 100%;
  transition: .3s ease-in-out;
}
.post-item:hover img{
  transform: scale(1.1);
}
.post-item .post-card-image a{
  display: block;
  max-width: 100%;
}
.post-item .post-card-desc{
/*   border: 1px solid #000000; */
  padding: 15px 23px 30px;
}
.post-item .post-card-desc .date{
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 6px;
  display: block;
}
.post-item .post-card-desc h3{
  color: #262c2d;
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 16px;
  overflow: hidden;
  padding: 0 40px 0 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.post-item .post-card-desc h3 a{
  color: #262c2d;
/*   transition: .3s ease-in-out; */
}
.post-item .post-card-desc h3 a:hover{
  color: #508dff;
} 
.post-item .learn-more{
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #DD1D54;
}
.post-item .learn-more:hover{
  color: #2a9fd6;
}
.total-count p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A8A8A8;
}
.cstm-pagination{
  margin-top: 67px;
}
.cstm-pagination #pagingDiv{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cstm-pagination .previous-pg,.cstm-pagination .next-pg{
  border: 1px solid #000000;
  padding: 16px 30px 16px 20px;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
}
.cstm-pagination .previous-pg img{
  margin-right: 15px;
}
.cstm-pagination .next-pg img{
  margin-left: 15px;
}
.cstm-pagination .normal-page-active{
  color: #508DFF;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.cstm-pagination .normal-page{
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
.cstm-pagination .pagi-num span,.cstm-pagination .pagi-num a{
  margin: 0 50px;
}
.events-page .post-item .post-card-desc h3{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 17px;
}
.events-page .post-item .post-card-desc span{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A8A8A8;
}
.show-more-btn{
  text-align: center;
  padding: 0;
  display: none;
}
.show-more-btn a{
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  background: #DD1D54;
  border-radius: 50px;
  padding: 10px 36px;
  display: inline-block;
}
.show-more-btn a:hover{
  background: #2a9fd6;
}

@media (max-width: 1600px){
  .filter-module h2 {
    font-size: 38px;
    line-height: 62px;
  }
}
@media (max-width: 1400px){
  .filter-module h2 {
    font-size: 32px;
    line-height: 56px;
  }
  .tags-contain li:not(:last-child) {
    margin-right: 0;
  }
  .post-item .post-card-desc h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .post-item .post-card-desc {
    padding: 19px 20px 20px 20px;
  }
  .tags-contain li a{
    padding: 0 5px;
  }
}
@media (max-width: 1023px){
  .tags-contain li a{
    font-size: 16px;
    margin: 0 5px;
  }
  .template-blog-index .post-listing{
    margin: 0 -20px;
  }
  .template-blog-index .post-item{
    padding: 0 20px;
  }
  .template-blog-index .post-listing:after{
    left: -20px;
    bottom: 40px;
    width: 265px;
    height: 136px;
    background-size: 100% 100%;
  }
  .post-item .post-card-desc h3{
    padding: 0;
  }
  .feature-holder .post-image{
    width: 50%;
  }
  .feature-holder .post-text{
    width: 50%;
    padding: 30px;
  }
  .post-title a{
    font-size: 30px;
    line-height: 38px;
  }
  .template-blog-index .post-listing{
    min-height: 500px;
  }
}
/* @media (max-width: 1150px){
  .tags-contain li a {
    font-size: 14px;
    padding: 0 40px 0 0;
  }
  .post-item .post-card-desc h3 {
    font-size: 16px;
    line-height: 28px;
  }
} */
@media (max-width:991px){
  .srch-tags{
    margin-bottom: 60px;
  }
  .srch-contain .srch-field input {
    width: 100%;
  }
  .srch-contain .srch-field input {
    font-size: 18px;
    line-height: 30px;
  }
  .tags-container .tag-mobile:hover{
    transform: scale(1);
    background: transparent;
    border-color: transparent;
    color: #000;
  }
  .tags-container .tag-mobile:focus{
    outline: 0;
  }
  .filter-module {
    padding: 56px 0 100px !important;
  }
  .cstm-pagination .normal-page-active,.cstm-pagination .normal-page {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .tags-contain li a {
    font-size: 14px;
  }
  .feature-box{
    flex-wrap: wrap;
  }
  .feature-holder .post-text,
  .feature-holder .post-image{
    width: 100%;
  }
  .template-blog-index .post-listing{
    margin: 0 -10px;
    min-height: 390px;
  }
  .template-blog-index .post-item{
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .template-blog-index .post-listing:after{
    bottom: 0;
  }
  .tags-contain{
    margin: 0 0 50px;
  }
  .tags-contain li:not(:last-child){
    margin: 0;
  }
}

@media all and (max-width:767px){
  .tags-contain li input:checked ~ label, .tags-contain li a:hover{
    border-bottom:none!important;
  }
  
  .cstm-pagination .next-pg, .cstm-pagination .previous-pg {
    padding: 16px 20px 16px 20px;
  }
  .cstm-pagination .pagi-num a, .cstm-pagination .pagi-num span {
    margin: 0 20px !important;
  }
  .filter-module h2 {
    font-size: 26px;
    line-height: 50px;
    margin: 0 0 20px 0;
  }
  .tag-mobile{
    display: block;
    font-size: 18px;
  }
  .tags-contain{
    margin-top: -4px;
    padding-top: 5px;
    display: none;
    margin-bottom: 0;
    border-radius: 0 0 5px 5px;
  }
  .tags-contain li{
    width: 100%; margin: 0;
    border-top: 1px solid #ccc;
    padding: 10px;
  }
  .tags-container {
    border: 0.5px solid #DCDCDC;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .tags-contain li a:after{
    display: none;
  }
  .tags-contain li a {
    display: flex;
  }
  .template-blog-index .post-item{
    width: 50%;
  }
  .blog-top-head{
    padding: 40px 0;
  }
  .feature-holder .post-text{
    padding: 20px 15px;
  }
}

@media (max-width:575px){
  .srch-contain{
    flex-direction: column;
  }
  .srch-contain .srch-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 18px;
  }
  .template-blog-index .post-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .post-item .post-card-image img {
    width: 100%;
  }
  .filter-module h2 {
    font-size: 24px !important;
    line-height: 48px !important;
  }
  .post-item .post-card-desc h3 {
    font-size: 20px;
    line-height: 33px;
  }
  .cstm-pagination .previous-pg, .cstm-pagination .next-pg {
    width: 100%;
  }
  .cstm-pagination #pagingDiv {
    flex-wrap: wrap;
    text-align: center;
  }
  .cstm-pagination .pagi-num{
    margin: 15px 0;
    width: 100%;
  }
  .template-blog-index .post-listing {
    padding-bottom: 51px;
  }
  .cstm-pagination .normal-page, .cstm-pagination .normal-page-active {
    font-size: 16px!important;
    line-height: 22px!important;
  }
  .template-blog-index .post-listing:after{
    bottom: 50px;
  }
  .post-title a{
    font-size: 26px;
  }
  .feature-blog-block{
    padding: 0 0 40px;
  }
}
@media (max-width: 420px){
  .filter-module h2 {
    font-size: 20px!important;
    line-height: 44px!important;
  }
  .tag-mobile {
    font-size: 18px;
  }
}

.footer-col-logo .form-holder form input[type="email"] {
  background: #ffffff !important;
  color: #000000 !important;
  font-size: 17px !important;
  font-family: Jost, Arial, sans-serif;
  font-weight: 300;
  border: 1px solid #ffffff;
  height: 44px !important;
  padding-left: 15px;
}

.footer-col-logo .form-holder form input[type="email"]::placeholder {
  color: #000000;  /* Change this to your desired color */
}

.footer-col-logo .form-holder form input[type=submit] {
  background-color: #1782c5;
  background-image: url(//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/images/arrow2.png);
	background-position: center center;
	background-repeat: no-repeat;
  height: 40px;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 11px;
  top: 2px;
  width: 47px;
}

.footer-col-logo .form-holder form {
  max-width: 100% !important;
}

/* Initial state */
.animate-elem {
  opacity: 0 !important;
  transform: translateY(50px) !important;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--delay, 0s); /* Use a CSS variable for delay */
}

/* Animate into view */
.animate-elem.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/*blog*/
.l-blog {
    background-image: url(//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/images/layer548.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

.l-blog {
	position: relative;
	padding: 120px 0;
}

.l-blog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, transparent, #DD1D54, transparent);
}

.l-blog__box {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

@media (max-width: 1580px) {
  .l-blog__box {
    max-width: 1170px;
  }
}

@media (max-width: 1200px) {
  .l-blog__box {
    max-width: 930px;
  }
}

@media (max-width: 991px) {
  .l-blog__box {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .l-blog__box {
    max-width: 100%;
    padding: 0 15px;
  }
}

.r-blog__heading {
  text-align: center;
}

.l-blog__subtitle {
	display: inline-block;
  font-size: 25px;
	font-family: Jost, Arial, sans-serif;
  line-height: auto;
  font-weight: 400;
  margin-bottom: 28px;
	background: linear-gradient(90deg, #ffffff, #DD1D54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-blog__title {
	font-size: 48px;
	font-family: Jost, Arial, sans-serif;
	font-weight: 700;
	line-height: 56px;
	margin: 0 0 96px !important;
	background: linear-gradient(90deg, #ffffff, #71717A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-blog__grid {
	display: grid;
	column-gap: 30px;
	row-gap: 30px;
  	grid-template-columns: auto auto;
}

@media (max-width: 1200px) {
  .l-blog__grid {
  	grid-template-columns: auto;
  }
}

a.l-blog__item-inner {
	display: flex;
	background-color: #262C2D;
	border-radius: 10px;
	overflow: hidden;
	align-items: center;
	color: #1782c5;
	text-decoration: none !important;
	transition: all 0.2s;
	max-width: 740px;
}

a.l-blog__item-inner:hover {
	opacity: 0.85;
}

.l-blog__image-holder {
	transition: all 0.2s;
  width: 37%;
}

.l-blog__item-inner img {
	width: 300px;
	height: 220px;
	object-fit: cover;
	object-position: center;
	transition: all 0.2s;
}

.l-blog__item-content {
	padding: 24px 30px;
  width: 63%;
}

@media (max-width: 767px) {
  .l-blog__item-inner img {
    width: 200px;
    height: 150px;
  }

	a.l-blog__item-inner:hover img {
		width: 190px;
		height: 150px;
	}
	.l-blog__item-content {
		padding: 12px 16px;
	}
}

.l-blog__item-date {
  color: #B3B3B3;
	display: block;
	position: relative;
	font-size: 16px;
	font-family: Jost, Arial, sans-serif;
	line-height: 22px;
	margin: 0 0 12px;
}

.l-blog__item-cat {
	display: block;
	color: #D9F1FF;
	font-size: 16px;
  font-weight: 600;
	font-family: Inter, Arial, sans-serif;
	line-height: 16px;
	margin: 0 0 30px;
	transition: all 0.2s;
  padding-bottom: 16px;
  border-bottom: 1px solid #6C6C6D;
  
}

.l-blog__item-title {
  color: #FFFFFF !important;
	font-size: 22px;
	font-family: Jost, Arial, sans-serif;
	line-height: 24px;
	font-weight: 600;
	margin: 0 !important;
  transition: all 0.2s;
}

.nav-main > a.hs-button.hs-button-tertiary {
    background: #00619b;
    text-transform: uppercase;
    padding: 8px 20px !important;
    font-weight: 500;
    float: right;
    font-size: 14px;
    font-family: Jost, Arial, sans-serif;
    min-width: 20px;
}

body {
  background-color: #00376b !important;
}