/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: Material Icons;
  src: local("Material Icons"), local("MaterialIcons-Regular"), 
    url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Material%20Icons/MaterialIcons-Regular.28f311fa.ttf") format("woff2"),
    url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Material%20Icons/MaterialIcons-Regular.e1084aa2.woff") format("woff"),
    url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Material%20Icons/MaterialIcons-Regular.28f311fa.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Post Grotesk";
  src: url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Post%20Grotesk%20Bold/PostGrotesk-Bold.836cae77.woff2") format("woff2"), 
    url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Post%20Grotesk%20Bold/PostGrotesk-Bold.e80d54d7.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}


@font-face {
  font-family: "Post Grotesk";
  src: url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Post%20Grotesk%20Medium/PostGrotesk-Medium.ee1758f9.woff2") format("woff2"),
    url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Post%20Grotesk%20Medium/PostGrotesk-Medium.ee1758f9.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Post Grotesk";
  src: url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Post%20Grotesk/PostGrotesk-Book.e2af5007.woff2") format("woff2"), 
    url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Post%20Grotesk/PostGrotesk-Book.e2af5007.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Post Grotesk";
  src: url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Post%20Grotesk%20Light/PostGrotesk-Light.727b8d3f.woff2") format("woff2"), 
    url("https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/CurrencyFair_June2020/Fonts/Post%20Grotesk%20Light/PostGrotesk-Light.727b8d3f.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}










































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

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


:root {
  --grid-col-amount: 12;
  --grid-col-total-gap: calc(var(--g-spacing-m) * var(--grid-col-amount));
  --grid-col: calc((var(--g-bp-desk) - var(--grid-col-total-gap)) / 12);
  --topbar-height: var(--g-spacing-l);
  --main-nav-height: calc(var(--g-spacing-xxl) + var(--g-spacing-s));
  --main-nav-height-mobile: calc(var(--g-spacing-xxl) + 2px);
  --g-spacing-xxs: 3px;--g-spacing-xs: 6px;--g-spacing-s: 12px;
  --g-spacing-m: 24px;--g-spacing-l: 36px;--g-spacing-xl: 48px;
  --g-spacing-xxl: 60px;
  --g-ratios-16by9: 56.25%;
  --g-ratios-4by3: 75%;
  --g-ratios-3by2: 66.66%;
  --g-ratios-8by5: 62.5%;
  --g-radius-s: 2px;
  --g-radius-m: 4px;
  --g-radius-l: 8px;
  --g-fs-m: 16px;
  --g-fs-l: 24px;
  --g-fs-xl: 36px;
  --g-fs-xxl: 48px;
  --g-fs-exception-xs: 12px;
  --g-fs-exception-s: 14px;
  --g-fs-exception-m: 18px;
  --g-fs-exception-l: 21px;
  --g-fw-light: 100;
  --g-fw-book: 300;
  --g-fw-medium: 500;
  --g-fw-bold: 700;
  --g-lh-xs: 1;
  --g-lh-s: 1.25;
  --g-lh-m: 1.5;
  --g-lh-l: 1.75;
  --g-lh-xl: 2;
  --g-bp-tiny: 320px;
  --g-bp-palm: 480px;
  --g-bp-lap: 756px;
  --g-bp-desk: 1032px;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-weight: 300;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 0;
}

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  .dnd-section {
    padding: 0;
  }
}


@media (max-width: 480px) {
  .dnd-section {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Post Grotesk", Helvetica, sans-serif;
  font-size: 1rem;
  color: #32323c;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Post Grotesk", Helvetica, sans-serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Post Grotesk", Helvetica, sans-serif;
  color: #32323c;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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

.column__heading {
  font-size: 26px !important;
  color: #32323c;
  margin-bottom: 6px;
  line-height: 1.5;
}

.column__paragraph {
  margin-bottom: 36px;
}


/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  display: block;
  padding: 24px;
  border-radius: 2px;
}

form.hs-form.stacked {
    float: right;
    width: 100%;
}

.actions {
  text-align: right;
  padding: 0;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  
  text-decoration: none !important;
  line-height: 24px;
  float: right;
  font-weight: 500;
  font-family: "Post Grotesk", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 16px;
  white-space: normal;
  margin: 15px 0;
}

input.hs-search-field__input, 
input[type="password"] {
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #33475b;
  background-color: #fff;
  border: 1px solid #d1d6dc;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 24px;
  outline: none;
}

.email-edit.hs-input {
  font-size: 16px !important;
  width: 100% !important;
  padding: 12px 10px !important;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

h3.form-title {
  color: #32323c;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.5;
}

.form-subheading {
  margin-bottom: 16px;
  color: #596670;
}

.form_success {
  padding: 24px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
textarea:hover,
select:hover {
  border-color: #6ec0e6;
}


input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #94aaba;
  opacity: 0.54;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #596670;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #E54242;
}

.hs-form-field {
  margin-bottom: 24px;
}

.hs-form .hs-richtext p {
  color: #768895;
  font-size: 12px;
  line-height: 1.5;
}

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
  font-size:16px;
  line-height:24px;
  font-weight:300;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input[type="checkbox"] + span {
  color: #32323c
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

select.hs-input {
  min-height: 50px;
  height: 50px;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 input.hs-input:not([type=radio]):not([type=checkbox]) {
/*   width: 100% !important; */
}

.hs-form fieldset.form-columns-1 .hs-input:not([type="tel"]):not([type=radio]):not([type=checkbox]) {
  width: 100%;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #E54242;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #E54242;
  background-color: #FEF8F9;
}
ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs li label {
  margin-top: 6px;
  font-size: 14px;
  color: #E54242;
  font-weight: 300;
  margin-bottom: 0;
}
.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #32323c;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.hs_already_a_customer,
.hs-dependent-field {
  margin-bottom: 24px;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: "Post Grotesk", Helvetica, sans-serif;
}

form#email-prefs-form {
  max-width: 100% !important;
}

@media (max-width:767px){
  .systems-page .success {
    min-width: 100% !important;
  }
  form{
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .hs-form {
    padding: 16px;
  }
}
.grid-12 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  gap: 36px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .grid-12 {
    gap: 36px 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;

}

.hs-menu-item.active a {

}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #32323ce0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 1;
}

.backdrop-appear {
    visibility: visible;
    animation: fadeIn 0.2s
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modal_form-container {
    cursor: initial;
    padding: 60px;
    background-color: #fff;
    max-height: 600px;
    overflow-y: scroll;
    width: 700px;
    max-width: 90%;
    position: relative;
    border-radius: 4px;
}

.modal-fadeIn {
    animation: modalSlideIn 0.2s;
}

@keyframes modalSlideIn {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 21px;
    font-weight: 700;
    color: #768895;
    cursor: pointer;
    padding: 4px;
}

.modal_close:hover {
    color: #32323c;
}

.modal_form-container form {
    margin-bottom: 60px;
    border: none;
    padding: 0;
    width: 100%;
    max-width: initial;
}

.modal_form-container h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 36px !important;
    line-height: 1.5;
    color: #32323c !important;
    text-transform: uppercase;
    font-weight: 700;
}

.js-no-scroll {
    max-height: 100vh;
    overflow-y: hidden;
}

@media (max-width: 768px) {
    .modal_form-container {
        padding: 36px;
    }

    .modal_form-container form {
        margin-bottom: 36px;
    }

}

@media(max-width: 480px) {
    .modal_form-container {
        max-height: 90%;
        padding: 48px 24px;
    }

    .modal_form-container form {
        margin-bottom: 0;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.body-wrapper {
  padding-top: 0 !important;
}

/* BANNER MODULE */

.banner-area {
  position: relative;
  background: #32323c;
  padding: 84px 0;
  text-align: center
}

/* .banner-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: var(--g-bp-desk);
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: top center;
  background-size: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background-repeat:no-repeat;
} */

.banner__content {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.banner__heading {
  color: #ffb432;
  line-height: 1.25;
  font-weight: 700;
  font-size: 42px;
}

.banner__heading-margin {
  margin-bottom: 6px;
}

.banner__subheading {
  color: #fff;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 1.5;
}

/* FORM IMAGE */
.form__image {
  max-width: 100%;
  object-fit: contain;
  box-shadow: 0 4px 24px #00000012;
}

@media (max-width: 768px) {
  .form__image {   
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    max-height: 500px;
  }
}

/* FEATURED IMAGE WITH DESCRIPTIONS */

.feature {
  color: #32323c;
  display: flex;
  flex-direction: column;
}

.feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.feature__top {
  height: 200px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}
.feature__shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2px #00000024;
  z-index: 200;
}

.feature__heading {
  color: inherit;
  margin-bottom: 12px;
  font-size: 21px;
  position: relative;
} 

.feature__heading::after {
  position: absolute;
  top: calc(100% + 8px);
  width: 25px;
  height: 2px;
  background-color: #ffb432;
  display: block;
  content: '';
}

.feature__subheading {
  color: #596670;
  padding: 0;
  margin: 0;
  margin-top: 12px;
}

/* MODAL BUTTON */
.modal_button {
  font-size: 18px;
  background-color: #4db377;
  border: 1px solid #4db377;
  padding: 12px;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  min-width: 150px;
}

.modal_button:hover {
  background-color: #4db377e0;
}

/* OFFER SUMMARY / BULLETED BENEFITS */

.offer_summary {
  display: flex;
  flex-direction: column;
}

.offer_heading {
  font-size: 21px;
  color: #32323c;
  font-weight: 500;
  margin-bottom: 12px;
}

.offer_subheading,
.offer_list {
  font-size: 18px;
  font-weight: 300;
  color: #596670;
}

.offer_subheading {
  margin-bottom: 6px;
}

.offer_list {
  font-size: 16px;
  margin: 0 0 36px;
  padding-left: 12px;
  line-height: 2;
  list-style: none;
}

.offer_item {
  position: relative;
  display: flex;
  align-items: center;
}

.offer_item::before {
  content: '';
  background-image: url(https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/raw_assets/public/New%20Landing%20Page/images/gold-tick.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 6px;
}

.offer_summary .modal_button {
  align-self: flex-start;
}

/* SLIDER MODULE */

.slideshow {
  display: flex;
  align-items: center;
}

.slide_controls {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.slider {
  height: 48px;
  width: 48px;
  background-color: #32323c;
  border-radius: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.slider:focus {
  outline: none;
  border: none;
}

.slider-right,
.slider-left {
  flex-shrink: 0;
}

.slider-right {
  margin-left: 12px;
}

.slider-left {
  margin-right: 12px;
}

.slider:hover {
  background-color: #32323c;
  border-color: #32323c;
}



.slider-right::after,
.slider-left::after {
  height: 12px;
  width: 12px;
  display: block;
  content: '';
  position: absolute;
  border-left: 3px solid #ffb432;
  border-bottom: 3px solid #ffb432;
}

.slider-right::after {
  transform: translateX(-25%) rotate(-135deg);
}

.slider-left::after {
  transform: translateX(25%) rotate(45deg);
}

.slide_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide_container {
  width: 300px;
  display: flex;
  overflow: hidden;
  box-shadow: 
  0 1px 1px rgba(0,0,0,0.04),
  0 2px 2px rgba(0,0,0,0.06),
  0 4px 6px rgba(0,0,0,0.08),
  0 8px 12px rgba(0,0,0,0.12);
}

.slide_images {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.slide_image {
  height: 100%;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 128px;
  color: #fff;
}

.slide_image:nth-child(2){
  background-color: cornflowerblue
}

.slide_image:last-child {
  background-color: red;
}

.slide_buttons {
  margin-top: 36px;
  display: flex;
  width: 84px;
  justify-content: space-between;
  align-items: center;
}

.slide_button {
  height: 16px;
  width: 16px;
  cursor: pointer;
  background-color: #e6e6e6;
  border-radius: 24px;
  transition: transform 0.1s ease-in-out;
}

.slide_button-active {
  background-color: #32323c;
  transform: scale(1.3)
}

.slide_button:hover:not(.slide_button-active) {
  background-color: #32323c40;
}

/******************** GRID CONTENT BANNER ********************/


.grid--container {
  max-width: 1032px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 36px;
}

.grid--content {
  grid-column: 3 / span 8;
  text-align: center;
}

.grid--content--full {
  grid-column: 1 / -1;
}

.grid--heading {
  color: #ffb432;
  margin-bottom: 6px;
  font-weight: 100;
  font-size: 36px;
}

.grid--heading--white {
  color: #fff;
}

.grid--heading--dark {
  color: #32323c;
}

.grid--subheading {
  color: #fff;
  margin-bottom: 36px;
  font-size: 18px;
}

.grid--subheading--dark {
  color: #596670;
}

.grid--margin-top {
  margin-top: 36px;
}


/******************** MEDIA QUERIES ********************/

@media (max-width: 1030px) and (min-width: 960px){
  .body-wrapper {
    padding-top: 145px;
  } 

}

@media screen and (max-width: 1024px){
  body.safari .body-wrapper {
    padding-top: 142px;
  }
}

@media screen and (max-width: 864px){
  .banner-area .banner-overlay {
    background-size: 160% auto;
  }
}

@media screen and (max-width: 959px){
  .body-wrapper {
    padding-top: 144px;
  }
}



@media screen and (max-width: 799px){
  .banner-area {
    padding: 72px 24px;
  }

  .banner-area .banner-main-banner .banner-content {
    margin: auto 0 36px 0;
    position: relative;
    z-index: 2;
  }

  .banner__heading {
    font-size: 42px !important;
  }

  .feature {
    margin-bottom: 36px;
  }

  #hs_cos_wrapper_main-section-module-10 > .feature {
    margin-bottom: 0;
  }

  .feature__shadow {
    height: 300px;
  }

  .offer_summary {
    margin-bottom: 60px;
  }

  .offer_summary .modal_button {
    align-self: center;
  }

  /******************** CALL OUT BANNER TABLET ********************/
  .grid--banner {
    padding: 72px 0;
  }
  
  .grid--container {
    max-width: initial;
    width: 100%;
    gap: 24px;
  }

  .grid--content {
    grid-column: 2 / span 10;
  }
  
  .grid--content--full {
    grid-column: 1 / -1;
  }
}


/* @media screen and (max-width: 649px){
  .banner-area .banner-overlay {
    background-size: 190% auto;
  }
}

@media screen and (max-width: 479px){
  .banner-area .banner-overlay {
    background-size: cover;
  }
} */

@media screen and (max-width: 480px) {
  .banner-area {
    padding: 60px 16px
  }

  .banner__heading {
    font-size: 36px !important;
  }

  .feature__shadow {
    height: 250px;
  }

  .slideshow {
    flex-direction: column;
  }

  .slide_controls {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
  }

  .slide_column {
    width: 100%;
    margin: 0 12px;
  }

  .slider {
    margin: 0;
    margin-top: 36px;
  }

  .slider-left {
    order: 1;
  }

  .slider-right {
    order: 2;
    margin-left: 24px;
  }

  .slide_images {
    width: 100%;
  }

  .slide_image {
    min-width: 100%;
  }

  .slide_buttons {
    display: none;
  }

  /******************** CALL OUT BANNER MOBILE ********************/
  .grid--content {
    grid-column: 1 / -1;
    padding: 0 12px;
  }

  .grid--heading {
    font-size: 24px;
    font-weight: 300;
  }

  .grid--subheading {
    font-size: 18px;
  }

  .grid--banner {
    padding: 60px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.section {
  padding: 84px 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.section--grey {
  background-color: #fbfbfb;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.section--remove-border-top {
  border-top: none;
}

.section--remove-border-bottom {
  border-bottom: none;
}

.section--dark {
  background-color: #32323c;
}

.section--content {
  width: 100%;
  max-width: 1032px;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 72px 24px;
  }
}

@media screen and (max-width: 480px) {
  .section {
    padding: 60px 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.border-t {
  border-top: 1px solid #E6E6E6;
}

.border-b {
  border-bottom: 1px solid #E6E6E6;
}

.border-both {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.border-none {
  border-top: none;
  border-bottom: none;
}

.background-white {
  background-color: #FFF;
}

.background-grey {
  background-color: #FBFBFB;
}

.background-charcoal {
  background-color: #32323C;
}

.background-navy {
  background-color: #2C4E5D;
}

.background-gradient {
  background: linear-gradient(0deg, rgba(66, 115, 138, 0.5), rgba(66, 115, 138, 0.5)), linear-gradient(15deg, rgb(88, 155, 185) 25%, rgb(77, 179, 119) 100%);
}

.richtext-container {
  font-family: "Post Grotesk", sans-serif;
}

.richtext-container strong {
  font-weight: 500;
}

.richtext-container p,
.richtext-container li
{
  color: #596670;
}

.richtext-container.heading-tuna h1,
.richtext-container.heading-tuna h2,
.richtext-container.heading-tuna h3,
.richtext-container.heading-tuna h4,
.richtext-container.heading-tuna h5,
.richtext-container.heading-tuna h6,
.richtext-container.tuna p,
.richtext-container.tuna li
{
  color: #32323c;
}

.richtext-container.heading-teal h1,
.richtext-container.heading-teal h2,
.richtext-container.heading-teal h3,
.richtext-container.heading-teal h4,
.richtext-container.heading-teal h5,
.richtext-container.heading-teal h6 {
  color: #589bb9
}

.richtext-container.heading-gold h1,
.richtext-container.heading-gold h2,
.richtext-container.heading-gold h3,
.richtext-container.heading-gold h4,
.richtext-container.heading-gold h5,
.richtext-container.heading-gold h6 {
  color: #589bb9
}


.richtext-container.heading-limed-spruce h1,
.richtext-container.heading-limed-spruce h2,
.richtext-container.heading-limed-spruce h3,
.richtext-container.heading-limed-spruce h4,
.richtext-container.heading-limed-spruce h5,
.richtext-container.heading-limed-spruce h6,
.richtext-container.limed-spruce p,
.richtext-container.limed-spruce li
{
  color: #3c454b;
}

.richtext-container.shuttle-grey p,
.richtext-container.shuttle-grey li
{
  color: #596670;
}

.richtext-container.heading-white h1,
.richtext-container.heading-white h2,
.richtext-container.heading-white h3,
.richtext-container.heading-white h4,
.richtext-container.heading-white h5,
.richtext-container.heading-white h6,
.richtext-container.white p,
.richtext-container.white li {
  color: #FFF;
}

.background-charcoal .richtext-container p,
.background-navy .richtext-container p,
.background-charcoal .richtext-container li,
.background-navy .richtext-container li
{
  color: #FFF;
}

.richtext-container ul:last-child,
.richtext-container ol:last-child {
  margin-bottom: 0;
}

.richtext-container ul:only-child,
.richtext-container ol:only-child {
  margin-top: 0;
}

.richtext-container p + p {
  margin-top: 12px;
}

.richtext-container ul,
.richtext-container ol {
  list-style-type: none;
  margin: 16px 0;
  padding-left: 0;
}

.richtext-container li + li {
  margin-top: 16px;
}

/* ORDERED LISTS */

.richtext-container ol {
  counter-reset: step-counter;
  list-style-type: none;
  margin: 24px 0;
  padding: 0;
}

.richtext-container ol li {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 24px 1fr;
  counter-increment: step-counter;
}

.richtext-container ul li {
  display: inline-block;
}


.richtext-container ul li,
.richtext-container ol li {
  width: 100%;
}

.richtext-container ul li {
  margin-left: 24px;
}

.richtext-container ol li::before,
.richtext-container ul li::before {
  border-radius: 50px;
  font-weight: 700;
  height: 24px;
  width: 24px;
}

.richtext-container ul li::before {
  display: inline-block;
}

.richtext-container ol li::before {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  justify-content: center;
}

.richtext-container--check-margin ul li::before {
  margin-top: 2px;
}

.richtext-container ol li::before {
  margin-right: 12px;
  margin-top: 2px;
}

.richtext-container ul li::before {
  margin-left: -24px;
}

.richtext-container--personal ol li::before {
  background-color: #589bb9;
  color: #FFF;
}

.richtext-container--business ol li::before,
.richtext-container--personal ol li::before {
  content: counter(step-counter);
}

/* UNORDERED LISTS */

.richtext-container--business ul li::before,
.richtext-container--personal ul li::before {
  content: '\e5ca';
  font-family: "Material Icons";
}

.richtext-container--business ul li::before {
  color: #FFB432;
}

.richtext-container--business.checkCircle ul li::before,
.richtext-container--personal.checkCircle ul li::before {
  margin-right: 12px;
}

.richtext-container--business ol li::before,
.richtext-container--business.checkCircle ul li::before {
  background-color: #FFB432;
  color: #675029;
}

.richtext-container--personal ul li::before {
  color: #589bb9;
}

.richtext-container.check-white ul li::before {
  color: #FFF;
}

.richtext-container.check-green ul li::before {
  color: #4db377;
}

.richtext-container.check-teal ul li::before {
  color: #589bb9;
}

.richtext-container.check-gold ul li::before {
  color: #ffb432;
}

.richtext-container--personal.checkCircle ul li::before {
  background-color: #589bb9;
  color: #FFF;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container {
  margin: 0 auto;
}

header.header {
  position: relative;
  z-index: 9;
  width: 100% !important;
/*   height: 72px; */ /* commented out to make sure login buttons are included in header size on mobile */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
  transition: .4s all;
}

header.header .header__container {
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1920px;
  position: relative;
}

.scroll header.header {
  animation-name: menu_sticky;
  animation-duration: 0.70s;
  animation-timing-function: ease-in-out;
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
}

@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -90px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}

header.header .header__container .header_container_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .custom-logo {
  padding: 12px;
  max-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header .custom-logo a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .custom-logo a img {
  margin-left: auto;
  margin-right: auto;
  width: 100% !IMPORTANT;
  max-height: 48px;
  max-width: 150px;
  vertical-align: baseline;
  border-style: none;
}


.header .custom-menu-primary .global-navigation__menus {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:first-child .hs-menu-wrapper > ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:first-child .hs-menu-wrapper > ul > li {
  padding: 0 16px;
  text-align: center;
  position: relative;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:first-child .hs-menu-wrapper>ul>li>a:after {
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  color: transparent;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:first-child .hs-menu-wrapper>ul>li:last-of-type>a:hover {
  color:rgba(60,69,75,0.4);
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:first-child .hs-menu-wrapper>ul>li:last-of-type>a:after {
  display:none;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
  cursor: pointer;
  position: relative;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper > ul > li .text-blue-dark {
  font-family: Material Icons;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: var(--g-lh-xs);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  vertical-align: baseline;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper > ul > li > ul {
  display: none;
  top: 48px;
  left: 50%;
  right: auto;
  padding: 32px;
  position: absolute;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  display: none;
  opacity: 0;
  visibility: visible;
}


.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper > ul > li.hs-item-has-children.open-subMenu > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper > ul > li {
  position: relative;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper > ul > li > ul:after {
  width: 0;
  height: 0;
  left: 50%;
  top: -6px;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper>ul>li>ul>li:last-child {
  padding-bottom: 0;
}
.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper > ul > li > ul > li {
  padding-bottom: 24px;
}


.lp-page .body-wrapper {
  padding-top: 72px;
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child .hs-menu-wrapper>ul>li.open-subMenu .text-blue-dark {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


.header ._login_signup_btn a:first-child {
  min-width: 104px;
  text-align: center;
  font-weight: initial;
  padding: 12px;
  margin-right: 12px;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
}

.header ._login_signup_btn a:last-child {
  line-height: 1;
  border-radius: 4px;
  min-width: 104px;
  text-align: center;
  font-weight: initial;
  padding: 12px;
  margin-right: 0;
  display: inline-block;
}

.header ._login_signup_btn a {
  text-decoration: none;
}

.mobile_navigation_wrapper {
  display: none;
}
.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:first-child .hs-menu-wrapper>ul>li:nth-child(1)>a {
  color: rgba(60,69,75,1.0);
}

.header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:first-child .hs-menu-wrapper>ul>li:nth-child(1)>a:after {
  border-bottom: 4px solid rgba(88,154,184,1.0) !important;
}
@media only screen and (min-width: 1030px){

  .header ._login_signup_btn > div,
  .header ._login_signup_btn > div > .hs_cos_wrapper{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
  .header  ._login_signup_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }

  .header .custom-menu-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    height: 100%;
    padding: 12px;
  }

}

@media only screen and (max-width: 1031px){
  header.header .header__container {
    padding: 0;
  }

  .header .custom-menu-primary .global-navigation__menus .hs_cos_wrapper:last-child {
    display: none;
  }

  .header .custom-menu-primary + ._login_signup_btn {
    display: none;
  } 
  .mobile_navigation_wrapper {
    height: 100%;
    display: block;
  }
  .mobile_navigation_wrapper {
    height: 72px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(88,154,184,0.35);
  }

  .mobile_navigation_wrapper ._login_signup_btn {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    padding-right: 24px;
  }

  .mobile_navigation_wrapper ._login_signup_btn > div{
    width:100%;
  }

  .mobile_navigation_wrapper ._login_signup_btn > div > .hs_cos_wrapper {
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-menu-primary.mobile {
    display: none;
  }

  .mobile-trigger {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    min-width: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    padding: 12px;
    cursor: pointer;
  }

  .mobile-trigger .menu-button {
    height: 2px;
    width: 40px;
    background-color: #589ab8;
  }

  .mobile-trigger .menu-button:before {
    content: "";
    width: 40px;
    height: 2px;
    margin-top: -10px;
    position: absolute;
    background-color: #589ab8;
  }

  .mobile-trigger .menu-button:after {
    content: "";
    width: 40px;
    height: 2px;
    margin-top: 10px;
    position: absolute;
    background-color: #589ab8;
  }
  .header ._login_signup_btn a:first-child {
    margin-right: 12px;
  }
  .mobile_navigation_wrapper .mobile_nav-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-menu-primary.mobile {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #ffffff;
  }

  .mobile-open .custom-menu-primary.mobile {
    display: block;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    margin: 0;
    min-height: auto;
    max-height: 80vh;
    overflow-y: auto;
    height: calc(100% - 114px);
    padding-bottom: 114px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    padding: 24px 12px;
    position: relative;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    color: #3c454b;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:after {
    bottom: 0;
    left: 2.5%;
    width: 95%;
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(88,154,184,0.35);
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    display: none;
  }
  .child-trigger.text-blue-dark {
    font-family: Material Icons;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height:1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    right: 2.5%;
    position: absolute;
    vertical-align: baseline;
    top: 24px;
    color: #589ab8 ;
    cursor: pointer;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    min-height: auto;
    max-height: 80vh;
    overflow-y: scroll;
    padding: 0 36px;
  }

  .mobile-open .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    background-color: #fbfbfb;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li {
    padding-bottom: 40px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:first-child {
    padding-top: 40px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:last-child {
    padding-bottom: 20px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a {
    color: #3c454b;
  }

  .child-trigger.text-blue-dark.child-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobile-open .mobile-trigger .menu-button:after{
    -webkit-animation: menuBottomOpened 0.35s forwards;
    animation: menuBottomOpened 0.35s forwards;
  }

  .mobile-open .mobile-trigger .menu-button:before{
    -webkit-animation: menuTopOpened 0.35s forwards;
    animation: menuTopOpened 0.35s forwards;
  }
  .mobile-open .mobile-trigger .menu-button {
    height: 0;
  }

  @keyframes menuTopOpened {
    0% {
      margin-top: -9px;
      -webkit-transform: translateY(0%) rotate(0deg);
      transform: translateY(0%) rotate(0deg)
    }

    50% {
      margin-top: 0;
      -webkit-transform: translateY(0%) rotate(0deg);
      transform: translateY(0%) rotate(0deg)
    }

    100% {
      margin-top: -9px;
      -webkit-transform: translateY(450%) rotate(45deg);
      transform: translateY(450%) rotate(45deg)
    }
  }

  @keyframes menuBottomOpened {
    0% {
      margin-top: 9px;
      -webkit-transform: translateY(0%) rotate(0deg);
      transform: translateY(0%) rotate(0deg)
    }

    50% {
      margin-top: 0;
      -webkit-transform: translateY(0%) rotate(0deg);
      transform: translateY(0%) rotate(0deg)
    }

    100% {
      margin-top: 9px;
      -webkit-transform: translateY(-450%) rotate(-45deg);
      transform: translateY(-450%) rotate(-45deg)
    }
  }
}



@media only screen and (max-width: 960px){
  .mobile_navigation_wrapper ._login_signup_btn a {
    width: 50%;
    min-width: 50%;
  }

  .header .custom-menu-primary .global-navigation__menus {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header .custom-logo + .custom-menu-primary {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    padding: 12px;
  }

  .header .custom-logo {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media only screen and (max-width: 480px){

  .mobile_navigation_wrapper ._login_signup_btn {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .header .custom-logo {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
}

@media only screen and (max-width: 380px){
  .header .custom-logo+.custom-menu-primary {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    padding: 0;
    margin-left: -14px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding-top: 96px;
  color: #ffffff;
  background-color: #232329;
}

.footer--personal {
  background-color: #16262E;
}

footer.footer.lp-footer {
  padding-top: 0;
}
.footer__container {
  margin: 0 auto;
}

.footer .footer__container {
  max-width: 100%;
}

.footer .footer__container .footer_menu_site_links {
  display: grid;
  grid-template-columns: 1fr [content-start] repeat(var(--grid-col-amount), minmax(auto, var(--grid-col))) [content-end] 1fr;
  grid-template-rows: [content-start] auto [content-end];
  grid-gap: var(--g-spacing-m);
  /*   width: auto;
  margin: 0 -15px; */
  margin-bottom: 36px;
}

.footer_column_company {
  grid-column: 2 / 5;
}

.footer_column__services {
  grid-column: 5 / 8;
}

.footer_column__support {
  grid-column: 8 / 11;
}

.cm_links_language {
  grid-column: 11 / 14;
}




.footer .footer__container .footer_menu_site_links {
  position: relative;
  margin-bottom: 36px;
}


.footer_column_company .hs-menu-wrapper > ul,
.footer_column__services .hs-menu-wrapper > ul,
.footer_column__support .hs-menu-wrapper > ul {
  margin: 0;
}

.footer_column_company .hs-menu-wrapper > ul > li > a,
.footer_column__services .hs-menu-wrapper > ul > li > a,
.footer_column__support .hs-menu-wrapper > ul > li > a {
  margin-bottom: 12px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

.footer_column_company .hs-menu-wrapper > ul > li > ul > li,
.footer_column__services .hs-menu-wrapper > ul > li > ul > li,
.footer_column__support .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 8px;
}

.footer_column__support .hs-menu-wrapper>ul>li>ul>li {
  margin-bottom: 8px;
}
.footer_menu_countries {
  margin-bottom: 36px !important;
  padding: 0 12px;
}

.footer_menu_countries h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-right: 24px;
  color: inherit;
  display: inline-block;
}

.footer_menu_countries .hs-menu-wrapper > ul {
  display: inline-block;
  margin: 0;
  font-size: 0;
}

.footer_menu_countries .hs-menu-wrapper > ul > li {
  position: relative;
  font-size: 16px;
  display: inline-block;
}

.footer_menu_countries .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: 18px;
}

.footer_menu_countries .hs-menu-wrapper > ul > li:not(:last-child):before {
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\2022";
}

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



.cm_links_language .region-switcher {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 3px 12px;
  color: #fbfcfd;
  border: 1px solid #fbfcfd;
  margin-bottom: 24px;
  border-radius: 4px;
  font-weight: 300;
  background: rgba(0,0,0,0.1);
}


.region-switcher:before, .region-switcher:after {
  top: 50%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.region-switcher:before {
  content: "\E0C8";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Material Icons;
}

.region-switcher > select {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  background: transparent;
  text-transform: none;
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  color: #fbfcfd;
  outline: none;
  padding: 0 0 0 16px;
  font: inherit;
}

.region-switcher:after {
  content: "\25BC";
  font-size: 14px;
  -webkit-transform: translateY(-50%) scale(1, 0.6);
  transform: translateY(-50%) scale(1, 0.6);
  right: 18px;
}
.region-switcher>select>option {
  color: #32323c;
}


.language-switcher {
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: 300;
  background: rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-bottom: 36px;
  color: #fbfcfd;
  border: 1px solid #fbfcfd;
  padding: 3px 12px;
}

.language-switcher:before {
  content: "\E894";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Material Icons;
  top: 50%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.language-switcher:after {
  content: "\25BC";
  font-size: 14px;
  -webkit-transform: translateY(-50%) scale(1, 0.6);
  transform: translateY(-50%) scale(1, 0.6);
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.language-switcher>select {
  width: 100%;
  height: auto;
  display: block;
  color: #fbfcfd;
  padding: 0 0 0 16px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  text-transform: none;
  font: inherit;
  margin: 0;
}

.language-switcher>select>option {
  color: #32323c;
}

.heading {
  margin: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: inherit;
}

.site-links__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-links__nav > li {
  margin-bottom: 8px;
}

.site-links__nav > li > a {
  display: block;
  width: 142px;
  height: 42px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}


.site-links__nav > li:nth-child(1) > a {
  background-image: url(https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/raw_assets/public/New%20Landing%20Page/images/googleplay.svg) ;

}

.site-links__nav > li:nth-child(2) > a {
  background-image: url(https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/raw_assets/public/New%20Landing%20Page/images/app_store.svg) ;

}

.footer__copyright .page-center {
  position: relative;
  padding: 0 12px;
}

.footer__copyright {
  padding: 12px 0;
  font-size: 12px;
}



.footer__copyright .footer_copyright_text, 
.footer__copyright .footer_copyright_text > div, 
.footer__copyright .footer_copyright_text > div > span {
  display: block;
  position: relative;
}

.footer__copyright .footer_copyright_text p {
  margin: 0;
  display: inline-block;
}

.footer__copyright .footer_copyright_text ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-left: 24px;
  display: inline-block;
  font-size: 0;
}

.footer__copyright .footer_copyright_text ul > li {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
}

.footer__copyright .footer_copyright_text ul > li:not(:last-child) {
  margin-right: 12px;
}


.footer__copyright .footer_copyright_text ul > li:not(:last-child):before {
  position: absolute;
  top: 50%;
  right: -9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\2022";
}

.footer__copyright .footer_copyright_text ul > li > a {
  text-decoration: underline;
  font-size: 12px;
}

.policy__social {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.policy__social > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 20px;
  font-size: 0;
}

.policy__social > ul > li {
  height: 20px;
  display: inline-block;
  width: 20px;
}

.policy__social > ul > li > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: transparent;
  opacity: 0.4;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  will-change: opacity;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-decoration: none;
}

.policy__social > ul > li:not(:first-child) {
  margin-left: 6px;
}

.policy__social > ul > li:nth-child(1) > a {
  background-image: url(https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/raw_assets/public/New%20Landing%20Page/images/facebook.svg) ;

}

.policy__social > ul > li:nth-child(2) > a {
  background-image: url(https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/raw_assets/public/New%20Landing%20Page/images/linkedin.svg) ;

}

.policy__social > ul > li:nth-child(3) > a {
  background-image: url(https://6863934.fs1.hubspotusercontent-na1.net/hubfs/6863934/raw_assets/public/New%20Landing%20Page/images/twitter.svg) ;

}

.policy__social > ul > li > a:hover {
  opacity: 1;
}

.flex-container, .flex-container.padding-top-none {
  display: none;
}

.cm-footer-credentials{
  padding: 24px 0;
  font-size: 12px;
  background-color: #32323c;
  color: #fff;
}

.cm-footer-credentials--personal {
  background-color: #2C4E5D
}

.cm-footer-credentials .page-center {
  display: grid;
  grid-template-columns: 1fr [content-start] repeat(var(--grid-col-amount), minmax(auto, var(--grid-col))) [content-end] 1fr;
  grid-template-rows: [content-start] auto [content-end];
  grid-gap: var(--g-spacing-m);
  max-width: unset;
}

.cm-credentials_media {
  grid-column: 2 / 4;
}

.footer-credentials_text {
  grid-column: 4 / 14;
}


.cm-credentials_media a {
  padding: 0 12px 12px 0;
  display: inline-block;
}

.cm-credentials_media a .media__svg-logo {
  user-select: none;
  pointer-events: none;
  -webkit-transition: fill 0.1s ease-out;
  transition: fill 0.1s ease-out;
  will-change: fill;
}
.footer_column_company .hs-menu-wrapper>ul>li>ul>li>a,
.footer_column__services .hs-menu-wrapper>ul>li>ul>li>a,
.footer_column__support .hs-menu-wrapper>ul>li>ul>li>a {
  display: inline;
}

.footer-credentials_text p {
  margin: 0;
}
.footer a:hover {
  text-decoration: underline;
}

.footer_column_company .hs-menu-wrapper>ul>li>a, 
.footer_column__services .hs-menu-wrapper>ul>li>a, 
.footer_column__support .hs-menu-wrapper>ul>li>a {
  text-decoration: none !important;
  cursor: text;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cm-footer-credentials .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 12px;
  }

  .footer__copyright .page-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 12px;
  }
  .footer_column_company,
  .footer_column__services,
  .footer_column__support {
    max-width: 234px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .cm_links_language {
    max-width: 234px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .footer-credentials_text {
    width: 836px;
  }
  .footer .footer__container .footer_menu_site_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 36px;
    width: 100%;
    padding: 0 12px;
  }

  .cm-credentials_media {
    width: 148px;
  }
}


@media screen and (max-width: 1031px) and (min-width: 480px){
  g.svg-logo__text {
    display: none;
  }
  .cm-credentials_media {
    grid-column: 2 / 3;
  }

  .footer-credentials_text {
    grid-column: 3 / 14;
  }
}

@media screen and (max-width: 1031px){
  .footer .footer__container .footer_menu_site_links {
    margin: 0 0 36px 0;
    width: 100%;
  }

  .footer_menu_countries.page-center {
    padding: 0px 24px;
  }

  .footer__copyright .page-center {
    padding: 0px 24px;
  }


}



@media screen and (max-width: 899px){
  .footer__copyright {
    padding: 24px 0;
    font-size: 14px;
  }


  .footer__copyright .footer_copyright_text p {
    display: block;
    padding-bottom: 9px;
  }

  .footer__copyright .footer_copyright_text ul {
    display: block;
    margin: 0 0 4px 0;
  }

  .footer__copyright .footer_copyright_text ul>li, .footer__copyright .footer_copyright_text ul>li>a {
    font-size: 14px;
  }

  .policy__social>ul>li, .policy__social>ul>li>a {
    height: 28px;
    width: 28px;
  }

  .policy__social {
    right: 23px;
  }
}

@media screen and (max-width: 629px){
  .policy__social {
    position: static;
    transform: none;
    height: 28px;
    text-align: center;
  }

  .footer__copyright .footer_copyright_text p {
    text-align: center;
    padding-bottom: 19px;
  }

  .footer__copyright .footer_copyright_text ul {
    text-align: center;
    margin: 0 0 19px 0;
  }

  .footer__copyright {
    line-height: 2;
  }
  .footer_column_company {
    grid-column: 2 / 8;
  }

  .footer_column__services {
    grid-column: 8 / 14;
  }

  .footer_column__support {
    grid-column: 2 / 8;
  }

  .cm_links_language {
    grid-column: 8 / 14;
  }
}

@media only screen and (max-width: 480px){
  .cm_links_language .region-switcher{
    display: none;
  }
  .language-switcher {
    display: none;
  }
  .flex-container {
    padding: 24px;
  }
  .flex-container.padding-top-none {
    padding-top: 0 !important;
  }

  .flex-container.padding-top-none .language-switcher {
    display: block;
    margin-bottom: 0;
  }

  .flex-container .region-switcher-mobile {
    width: 100%;
    position: relative;
    font-weight: var(--g-fw-book);
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
    color: #fbfcfd;
    border: 1px solid #fbfcfd;
    display: block;
    padding: 3px 12px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px){
  .footer__copyright .footer_copyright_text ul>li, .footer__copyright .footer_copyright_text ul>li>a {
    line-height: 2;
  }


  .cm-footer-credentials .page-center {
    --grid-col-amount: 6;
    grid-row-gap: var(--g-spacing-s);
  }

  .cm-credentials_media, .footer-credentials_text {
    grid-column: 2 / -2;
  }


  .cm-credentials_media a {
    padding-bottom: 0;
  }

  .footer__copyright .footer_copyright_text ul {
    margin: 0 0 12px 0;
  }

  .footer__copyright .footer_copyright_text p {
    line-height: 2;
    padding-bottom: 12px;
  }
}


@media screen and (max-width: 379px){
  footer.footer {
    overflow: hidden;
  }

  .footer .footer__container .footer_menu_site_links {
    padding-right: 20px;
  }
  .cm_links_language {
    position: relative;
    right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #32323c;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #32323c;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #32323c;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #32323c;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #32323c;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #32323c;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: "Post Grotesk", Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #32323c;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #32323c;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
/* button */

.btn {
  padding: 12px 24px;
  color: #fff;
  font-size: inherit;
  font-weight: 500;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  line-height: 1.5;
  font-size: 18px;
}

.btn--success,
.btn--green{
  background-color: #4db377;
}

.btn--success:hover {
  background-color: rgba(77,179,119,.9);
}

.btn--green:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #4DB377;
  color: #FFF;
  text-decoration: none;
}

.btn--teal {
  background-color: #589bb9;
}

.btn--teal:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #589AB8;
  color: #FFF;
  text-decoration: none;
}

.btn:active,
.btn:focus,
.btn:visited {
  color: #FFF;
  text-decoration: none;
}