/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
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;
}
/* ******************************************************************************
*********************************************************************************
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.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 */
  margin: 0; /* 2 */
}

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

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

/**
 * 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.
*********************************************************************************
****************************************************************************** */

.row-depth-1 {
  border-radius: 58px 58px 0 0;
  padding-bottom: 0;
}

.hero_area-row-0-padding {
  margin-bottom: -50px;
}

@media (max-width: 767px) {
  .row-depth-1 {
    border-radius: 28px 28px 0 0;
    margin-bottom: -40px;
    padding-bottom: 80px;
  }
  .hero_area-row-0-padding {
    margin-bottom: -40px;
  }
}

.dnd-section {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
    padding-left: var(--padding-left-mobile);
    padding-right: var(--padding-right-mobile);  
  }
}

.hero_area-row-0-force-full-width-section {
  padding: 0;
}

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

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

/* IDK why would I use this, sparing to have it as backup */
/*
.dnd-section .widget-type-cell {
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

@media only screen and (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: var(--padding-left-mobile);
    padding-right: var(--padding-right-mobile);
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }
}
*/
/* ******************************************************************************
*********************************************************************************
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;
  text-rendering: optimizeLegibility;
/*   padding: 8px; */
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  background: #f4f4f4;
}

@font-face {
  font-family: 'Calibri';
  src: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/Fonts/calibri-bold.ttf') format('truetype'); /* Adjust the path accordingly */
}
@font-face {
  font-family: 'Calibri';
  src: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/Fonts/calibri-bold-italic.ttf') format('truetype'); /* Adjust the path accordingly */
}
@font-face {
  font-family: 'Calibri';
  src: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/Fonts/calibri-italic.ttf') format('truetype'); /* Adjust the path accordingly */
}
@font-face {
  font-family: 'Calibri';
  src: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/Fonts/calibri-regular.ttf') format('truetype'); /* Adjust the path accordingly */
}

p {
  margin: 0 0 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  transition: all .2s;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  line-height: 1.75;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

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

h2 {
  font-size: 1.6rem;

}

h3 {
  font-size: 1.25rem;

}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;

}

h5 {
  font-size: 1rem;

}

h6 {
  font-size: .9rem;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}



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

.body-container-wrapper ol {
  padding: 0;
  list-style-type: none;
  margin: 0 0 1rem;
}

.body-container-wrapper ol > li {
  position: relative;
  min-height: 58px;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
  counter-increment: step-counter;
}

.body-container-wrapper ol > li:before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 45px;
  margin-right: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #442b62;
  line-height: 40px;
  border: 4px solid #442b62;
  width: 46px;
}

blockquote {
  margin: 2rem 0;
  border-left: 4px solid #442B62;
  padding-left: 2rem;
  font-family: Poppins;
  font-size: 24px;
  color: var(--violet-color);
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
}


.dnd-section>.row-fluid {
  position: relative;
  margin: 0 auto;
  /*padding: 0 1rem; */
}
/* 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;
}

img {
  max-width:100%; 
  height:auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Calibri&display=swap');

input {
    font-family: 'Calibri', sans-serif !important;
}

form {
  max-width: 700px;
  font-family: 'Calibri', sans-serif;
}

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border-style: solid;
  text-decoration: none !important;
  font-size: .9375rem;
  font-family: 'Calibri', sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  border: 4px solid #442b62;
  background: 0 0;
  text-shadow: none;
  box-shadow: none;
  outline: 0;
}

.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: var(--grey-color);
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  margin: 0 10px 5px 5px;
  line-height: 17px;
  font-family: 'Calibri', sans-serif;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: var(--error-color);
  clear: both;
  display: inline-block;
  background: 0;
  padding: 2px 6px;
  margin: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


.hs-input, input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: auto;
  box-sizing: border-box;
  border: 0;
  padding: 14px 24px;
  background: #fff;
  font-family: 'Calibri', sans-serif;
  line-height: 1.5;
  color: #282828;
  font-size: 18px;
  -webkit-transition: none;
  transition: none !important;
  margin: 2px 0;
  outline: 1px solid rgba(70, 70, 70, 0.2);
}
.hs-input:hover, .hs-input:focus , input#hs-pwd-widget-password:hover , input#hs-pwd-widget-password:focus {
  background-color: #fff;
}
#hs-search-module .hs-input {
  margin-bottom: 18px;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top:0px !important;
}

.hs-input[type=checkbox]{
  cursor: pointer;
  width: 24px !important;
  height: 24px !important;
  padding: 0;
  position: relative;
  border-radius: 4px;
  margin: 2px 10px 3px 2px;
  line-height: normal;
  outline: 2px solid var(--grey-color);
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
}

.hs-input[type=radio] {
  cursor: pointer;
  width: 24px !important;
  height: 24px !important;
  padding: 0;
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  border-radius: 50%;
  position: relative;
  margin: 2px 10px 3px 2px;
  line-height: normal;
  outline: 2px solid var(--grey-color);
}

.hs-input[type=checkbox]:checked:after {
  color: var(--grey-color);
  content: "X";
  font-size: 16px;
  font-weight: 700;
  left: 7.5px;
  top: 4px;
  position: absolute;
  transform: scaleX(1.4);
}

.hs-input[type=radio]:checked:after {
  color: var(--grey-color);
  content: "\2022";
  font-size: 51px;
  font-weight: 700;
  left: -1px;
  position: absolute;
  top: -27px;
}

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

.hs-input:-moz-placeholder {
  color: var(--grey-color);
  font-size: 18px;
}

.hs-input::-webkit-input-placeholder {
  color: var(--grey-color);
  font-size: 18px;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input: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: var(--error-color);
}
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: var(--error-color);
}

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

.field {
  margin-bottom: 18px;
}

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

.hs-form-required {
  color: red;
}

input[required]::after {
  content: "*";
  color: red;
  margin-left: 5px; /* Adjust spacing as needed */
}

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

.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-fieldtype-intl-phone.hs-input {
    outline: none;
}

.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: 'Calibri', sans-serif;
}

@media(max-width:750px){
  .hs-button, .button--primary {
        margin: 25px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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;
}


.button-primary {
  display: inline-flex;
  padding: 16px 40px 14px 40px;
  justify-content: center;
  border-radius: 30px;
  border: 2px solid var(--violet-color);
  background: #442B62;
  width: min-content;
  color: var(--white-color);
  text-align: center;
  font-family: Calibri;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-primary:hover {
  text-decoration: none;
  background: #36224E;
  color: var(--white-color);
}

.button-secondary {
  display: inline-flex;
  padding: 14px 38px 12px;
  justify-content: center;
  white-space: nowrap;
  background: 0;
  align-items: center;
  gap: 10px;
  text-shadow: none !important;
  border-radius: 30px;
  border: 2px solid var(--grey-color);
  color: var(--grey-color);
  text-align: center;
  font-family: Calibri;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  width: min-content;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.button-secondary:hover, .button-secondary:focus {
  border: 2px solid var(--hover-color);
  color: var(--hover-color);
  text-decoration: none;
}

.button-secondary-negative {
  display: inline-flex;
  padding: 16px 40px 14px 40px;
  text-shadow: none !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  width: min-content;
  border-radius: 30px;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  text-align: center;
  font-family: Calibri;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.button-secondary-negative:hover {
  border: 2px solid var(--violet-color);
  color: var(--violet-color);
  text-decoration: none;
}

.button-tertiary {
  color: var(--grey-color);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  width: min-content;
  white-space: nowrap;
  font-weight: 400;
  line-height: 150%; /* 27px */
  text-decoration: underline;
}

.button-tertiary:hover {
  color: var(--hover-color);
}

.button-tertiary-negative {
  color: var(--white-color);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  width: min-content;
  font-weight: 400;
  line-height: 150%; /* 27px */
  text-decoration: underline;
}

.button-tertiary-negative:hover {
  color: var(--violet-color);
}

.tag {
  color: var(--white-color);
  font-family: Calibri;
  width: min-content;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  display: inline-flex;
  padding: 4px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--secondary-color);
}

.text-tag {
  color: var(--grey-color);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.text-tag-2 {
  color: var(--grey-color);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
}

@media only screen and (max-width: 768px) {
  .text-tag {
    font-size: 14px;
  }
  .text-tag-2 {
    font-size: 13px;
  }
}

.topics {
  display: flex;
  width: fit-content;
}

.topic {
  color: var(--grey-color);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  margin-right: 20px;
  line-height: 150%; /* 24px */
}

.topic:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 1px;
  right: -10px;
  height: 50%;
  background-color: var(--grey-color);
}

.button-tab {
  display: inline-flex;
  padding: 16px 40px 14px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  width: min-content;
  border-radius: 30px;
  border: 0;
  color: var(--grey-color);
  text-align: center;
  font-family: Calibri;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.button-tab.open {
  border: 0;
  color: #00829B;
  background-color: var(--white-color);
}

.button-tab:hover {
  background-color: none;
  color: var(--hover-color);
  text-decoration: none;
  outline: solid 1px var(--hover-color);
}


/* Image cropping container */
.rounded-crop {
  border-radius: 38px 38px 0px 38px;
}

.rounded-crop__inner {
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.hs-video-wrapper {
  border-radius: 38px 38px 0px 38px;
  overflow: hidden;
}


/* Title text container */

.title-container {
  max-width: 800px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .title-container {
    margin-bottom: 30px;
  }
}



/* Grid container */

.card-grid__button {
  display: flex;
}
.card-grid__button a {
  margin: auto;
  margin-top: 60px;
}

.grid-container-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two rows with equal height */
  gap: 28px; /* Adjust the gap between rows if needed */
}

@media only screen and (max-width: 768px) {
  .grid-container-2-col {
    grid-template-columns: 1fr;
  }
}

.grid-container-3-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Two rows with equal height */
  gap: 20px; /* Adjust the gap between rows if needed */
}

@media only screen and (max-width: 1248px) {
  .grid-container-3-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 1248px) {
  .grid-container-3-col.grid-container-3-col-comparison {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 1000px) {
  .grid-container-3-col.grid-container-3-col-comparison {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .grid-container-3-col {
    grid-template-columns: 1fr;
  }
}

.grid-container-4-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* Two rows with equal height */
  gap: 28px; /* Adjust the gap between rows if needed */
}

@media only screen and (max-width: 1024px) {
  .grid-container-4-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .grid-container-4-col {
    grid-template-columns: 1fr;
  }
}

.grid-item__link {
  text-decoration: none;
  display: flex;
}

.grid-item__link .p-small {
  color: var(--grey-color);
}

.grid-item__link:hover {
  text-decoration: none;
}

.grid-item, .grid-item-nolink {
  display: flex;
  position: relative;
  padding: 40px 30px;
  flex-direction: column;
  flex: 1;
  border-radius: 38px;
  transition: 0.2s ease-in-out;
}

.white-card .grid-item-nolink, .white-card .grid-item {
  background: var(--white-color);
}

.whitesmoke-card .grid-item-nolink, .whitesmoke-card .grid-item {
  background: var(--whitesmoke-color);
}

.icon-container, .icon-container-hover {
  width: 38px; /* Set the width and height according to your SVG size */
  height: 38px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: opacity 0.3s ease;
}

.icon-container-hover {
  opacity: 0;
}

.grid-item:hover .icon-container, .grid-item-nolink:hover .icon-container {
  opacity: 0;
}

.grid-item:hover .icon-container-hover, .grid-item-nolink:hover .icon-container-hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .grid-item-nolink {
    background: var(--whitesmoke-color);
  }
}

.grid-item.highlight, .grid-item-nolink.highlight {
  background: var(--primary-color);
}

.grid-item.highlight h3, .grid-item-nolink.highlight h3 {
  color: var(--white-color);
}

@media only screen and (max-width: 768px) {
  .grid-item, .grid-item-nolink {
    min-height: 108px;
  }
}

.grid-item.highlight:hover > .p-small, .grid-item-nolink.highlight:hover > .p-small {
  opacity: 1;
  color: var(--white-color);
  transition: opacity 0.3s ease-in-out;
}

.grid-item.highlight > .p-small, .grid-item-nolink.highlight > .p-small {
  opacity: 0;
  color: var(--white-color);
  transition: opacity 0.3s ease-in-out;
}

.grid-item-nolink > .p-small {
  opacity: 1 !important;
  color: var(--grey-color);
  transition: opacity 0.3s ease-in-out;
}

.grid-item-nolink .icon-container, .grid-item-nolink .icon-container-hover {
  display:none;
}

.grid-item-nolink:hover > .p-small {
  opacity: 0;
  color: var(--grey-color);
  transition: opacity 0.3s ease-in-out;
}

.grid-item.opened > .p-small, .grid-item-nolink.opened > .p-small {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .grid-item .p-small {
    padding-right: 60px;
  }
}

.grid-item .p-small {
  opacity: 0;
}

.grid-item:hover .p-small, .grid-item-nolink:hover .p-small {
  opacity: 1;
  color: var(--grey-color);
}

.grid-item:hover .p-small {
  opacity: 1;
}

.grid-item.open .p-small {
  opacity: 1;
}

.grid-item__link.stretched-1 {
  grid-column: span 1;
}
.grid-item__link.stretched-2 {
  grid-column: span 2;
}
.grid-item__link.stretched-3 {
  grid-column: span 3;
}
.grid-item__link.stretched-4 {
  grid-column: span 4;
}
@media only screen and (max-width: 1024px) {
  .grid-item__link.stretched-1 {
    grid-column: span 1;
  }
  .grid-item__link.stretched-2 {
    grid-column: span 2;
  }
  .grid-item__link.stretched-3 {
    grid-column: span 2;
  }
  .grid-item__link.stretched-4 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 768px) {
  .grid-item__link.stretched-1 {
    grid-column: span 1;
  }
  .grid-item__link.stretched-2 {
    grid-column: span 1;
  }
  .grid-item__link.stretched-3 {
    grid-column: span 1;
  }
  .grid-item__link.stretched-4 {
    grid-column: span 1;
  }
}

.grid-item.highlight:hover, .grid-item.highlight.open {
  color: var(--white-color);
  background: var(--violet-color);
}

.grid-item h3 {
  transition: 0.2s ease-in-out;
  padding-right: 50px;
}

@media only screen and (max-width: 768px) {
  .grid-item {
    border-radius: 28px;
    padding: 25px 30px;
  }
}

.grid-item:last-child {
  grid-column: span 2; /* Make the last item span both columns */
}

.grid-item .icon-container {
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.grid-item:hover .icon-container {
  opacity: 0;
}

.grid-item.open .icon-container {
  opacity: 0;
}

.grid-item .icon-container-hover {
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.grid-item:hover .icon-container-hover {
  opacity: 1;
}

.grid-item.open .icon-container-hover {
  opacity: 1;
}

@keyframes bounceUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounceDown {
  20% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--white-color);
  border-radius: 55px;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}

.header_group {
  position: fixed;
  z-index: 100;
/*   left: 8px;
  right: 8px;
  top: 8px; */
  left: 0px;
  right: 0px;
  top: 0px;
  line-height:1.5;
}

.header__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.08);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 38px;
  height: 90px;
}

.site-title {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.site-title a {
  display: inline-block;
  width: 140px;
  height: 48px;
  overflow: hidden;
  vertical-align: top;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  margin: 0;

}
.site-title.scroll-logo {
  display: none;
}
#toggle-menu {
  text-transform: none;
  display: inline-block;
  padding: .8rem 1.3rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-size: .9375rem;
  font-family: Lekton,sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  border: 4px solid #442b62;
  background: 0 0;
  color: #442b62;
  text-align: center;
  margin-right: -1rem;
  padding: 1rem;
  background: 0 0;
  border: 0;
  border-radius: 0;
}





.site-top-nav .hs-menu-wrapper > ul {
  font-family: Poppins,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase;
}

.site-top-nav .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin: 0 1rem;
}

.site-top-nav .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}

.site-top-nav .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
}

.site-nav {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  text-wrap: nowrap;
}

.site-nav > span {
  align-items: flex-start;
  display: flex;
  margin: auto;
}

.site-nav .hs-menu-wrapper > ul {
  font-family: Calibri,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: Calibri;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.site-nav .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 1rem;
}

.site-nav .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  padding-top: 12px;
  color: #eee;
}

.site-nav .hs-menu-wrapper > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}





.site-nav .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}

.site-nav .hs-menu-wrapper > ul > li:hover > ul {
  height: auto;
  opacity: 1;
  overflow: inherit;
}



.site-nav .hs-menu-wrapper > ul > li > ul > li {
  position: relative;
  margin: 0 1rem;
  position: static;
}


.site-nav .hs-menu-wrapper > ul > li > ul > li > a {
  padding: 10px 0;
  padding-top: 12px;
  display: inline-block;
  color: #eee;
  padding: .2rem 0;
}


.site-nav .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: var(--hover-color);
}

@keyframes fade-out-bottom {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  100% {
    transform: translateY(-50px);
    opacity: 0
  }
}

.header__container {
  transition:.2s cubic-bezier(.25,.46,.45,.94);
}

.menu-item-description {
  display: block;
  margin-top: .25rem;
  font-family: Lekton,sans-serif;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.3em;
}

.site-nav .hs-menu-wrapper>ul>li>ul>li> ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: .875rem;
  font-family: Lekton,sans-serif;
}



.site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li {
  margin: 0 1rem;
  position: static;
  display: block;
}


.site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li > a {
  display: inline-block;
  padding-top: 12px;
  color: #eee;
  padding: .2rem 0;
}

.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  position: relative !important;
}

.mobile-open .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li > ul > li {
  margin: 0 1rem;
  position: static;
  display: block;
}

.site-nav .hs-menu-item.hs-menu-depth-3 a {
  position: relative;
  z-index: 1;
}

.site-nav .hs-menu-item.hs-menu-depth-2 a:hover:before {
}



.site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li > ul > li > a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 0;
  padding-top: 12px;
  color: #eee;
  padding: .2rem 0;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}
.no-banner .header-main {
  min-height: 170px;
  background-color: #fff;
}

.site-nav .hs-menu-wrapper > ul > li > ul {
  padding-top: 5px;
} 

@media (min-width: 1024px){
  .site-nav .hs-menu-wrapper>ul>li>ul>li a {
      padding-right: 15px !important;
  }
}

.hs-menu-item.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper {
  display: none;
}

.child-trigger {
  display: block;
  width: 20px;
  height: 20px;
  background: black;
  position: absolute;
  right: -5px;
  top: 15px;
  background: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/icons/chevron-down.svg') center no-repeat;
}

.hs-menu-depth-2 .child-trigger {
  right: 25px;
}

.hs-menu-depth-2 .hs-item-has-children {
  position: relative;
}

.site-nav .hs-item-has-children {
  padding-right: 20px;
}

.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper {
  overflow: hidden;
}

.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper, .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open .hs-menu-children-wrapper{
  overflow: visible;
  padding-top: 30px;
}

.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover .hs-menu-children-wrapper, .hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-open .hs-menu-children-wrapper {
  display: block;
  padding-left: 10px;
  padding-top: 0;
  transform: translateX(-50px);
  position: absolute;
  top: 0;
  width: max-content;
  left: 100%;
}

@media (max-width: 1100px){
  .hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover .hs-menu-children-wrapper, .hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-open .hs-menu-children-wrapper {
    display: block;
    left: 0;
    padding-left: 0;
    position: relative;
    top: 0;
    width: max-content;
  }
  
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper, .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open .hs-menu-children-wrapper{
    padding-top: 0px;
  }
  
  .mobile-open .header_group {
    height: 100vh;
    overflow: scroll;
    position: fixed;
    background: #fff;
  }
  
  .site-nav > span {
    align-items: flex-end;
    display: block;
    justify-content: right;
    margin: auto 0;
  }
  
  .mobile-open .site-nav .hs-item-has-children {
    padding-right: 0;
  }
  
  .mobile-open .child-trigger {
    left: auto !important;
    top: 13px;
    vertical-align: middle;
    right: 0px;
    height: 30px;
    width: 30px;
  }
  
  .mobile-open .hs-menu-depth-2 .child-trigger {
    right: 0px;
  }
  
  .mobile-open .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    color: var(--grey-color);
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
  
  .mobile-open .site-nav .hs-menu-wrapper .hs-menu-depth-1 > a {
    color: var(--grey-color);
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 27px */
  }
  
  .mobile-open .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li.child-open>ul {
    display: block;
  }
  
  .mobile-open .hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-open .hs-menu-children-wrapper, .hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover .hs-menu-children-wrapper {
    padding-left: 20px;
    display: block;
    padding-left: 80px;
  }
  
  .mobile-open .hs-menu-item.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper, .hs-menu-item.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper {
    display: none;
  }
  
  .mobile-open .site-nav .hs-menu-wrapper>ul>li>a {
    color: var(--grey-color);
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
  .mobile-open .site-nav .hs-menu-wrapper>ul>li>ul>li>a, .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover, .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a:hover {
    color: var(--grey-color);
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
}

@media (min-width: 1100px){

  #toggle-menu {
    display: none;
  }
  .site-top-nav {
    position: absolute;
    top: 1.25rem;
    right: 1rem;
  }
  .site-nav .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    left: 50%;
    top: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    transform: translateX(-50%);
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .17));
    width: max-content;
  }
  
  .hs-menu-item.hs-menu-depth-3 {
    background: var(--white-color);
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  
  .hs-menu-item.hs-menu-depth-3 a {
    color: var(--grey-color);
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
  
  .hs-menu-item a:hover {
    color: var(--hover-color);
  }
  
  .hs-menu-item.hs-menu-depth-3:first-child {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    padding-top: 28px;
  }
  
  .hs-menu-item.hs-menu-depth-3:last-child {
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
    padding-bottom: 28px;
  }
  
  .hs-menu-item.hs-menu-depth-2:first-child {
    border-top-left-radius: 34px !important;
    border-top-right-radius: 34px !important;
    padding-top: 28px;
  }
  
  .hs-menu-item.hs-menu-depth-2:last-child {
    border-bottom-left-radius: 34px !important;
    border-bottom-right-radius: 34px !important;
    padding-bottom: 28px;
  }

  .site-nav .hs-menu-wrapper > ul > li > ul > li {
    display: block;
    margin: 0;
    padding: 0 1.8rem;
    background: #fff;
  }

  .site-nav .hs-menu-wrapper > ul > li > ul > li:first-child {
    padding-top: 1.5rem;
    border-radius: 4px 4px 0 0;
    position: relative;
    width: 100%;
  }
  
  .site-nav .hs-menu-wrapper > ul > li > ul > li:first-child .child-trigger {
    top: 35px;
  }

  .site-nav .hs-menu-wrapper > ul > li > ul > li > a {
    color: #442b62;
    border: 0;
  }

  .site-nav .hs-menu-wrapper > ul > li > ul > li > a {
    padding: .5rem 0;
  }
  .site-nav .hs-menu-wrapper > ul > li.solutions > ul > li > a {
    position: relative;
    padding-left: 3.2rem;
  }
  .site-nav .hs-menu-wrapper>ul>li.technology > ul > li > a {
    position: relative;
    padding-left: 3.2rem;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li>a:hover:before {
    background: var(--whitesmoke-color);
    background-position: 50%;
    width: calc(100% + 40px);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    top: 0;
    transform: translateX(-20px);
    border-radius: 40px;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li.latest-from-aico {
    display: block;
    padding-top: 1rem;
    border-top: .5rem solid #fff;
    background: #f4f4f4;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li:last-child {
    padding-bottom: 1.5rem;
    border-radius: 0 0 4px 4px;
  }



  .site-nav .hs-menu-wrapper>ul>li>ul>li.latest-from-aico > a {
    color: #442b62;
    font-weight: 600;
  }


  .menu-item-description {
    color: #282828;
    font-weight: 400;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li:first-child {
    padding-bottom: .2rem;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li > ul {
    position: absolute;
    right: 1rem;
    top: 2rem;
    bottom: 1.5rem;
    z-index: 10;
    height: 0;
    opacity: 0;
    width: 50%;
    padding-left: 2rem;
    border-left: 2px solid #f4f4f4;
    overflow: hidden;
    font-weight: 400;
  }
  
  .site-nav .hs-menu-wrapper .hs-item-has-children * {
    overflow: visible;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li:hover > ul {
    height: auto;
    opacity: 1;
  }
  
  .hs-item-has-children.child-open .hs-menu-children-wrapper {
    height: auto;
    opacity: 1;
  }
  
  .hs-item-has-children.child-open, .hs-item-has-children:hover {
    overflow: visible;
  }
  
  .hs-item-has-children.child-open.hs-menu-depth-1 > .child-trigger:first-of-type, .hs-item-has-children:hover.hs-menu-depth-1 > .child-trigger:first-of-type {
    transform: rotateX(-180deg);
  }
  
  .hs-item-has-children.child-open.hs-menu-depth-2 > .child-trigger:first-of-type, .hs-item-has-children:hover.hs-menu-depth-2 > .child-trigger:first-of-type {
    transform: rotate(-90deg);
  }
  
  .site-nav .hs-menu-wrapper>ul>li>ul>li> ul {
    margin-left: 3.2rem;
    font-weight: 400;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li {
    margin: 0;
    padding: .05rem 0;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li > a {
    color: #282828;
    border: 0;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li > ul > li:first-child {
    margin-bottom: .4rem;
    font-family: Poppins,sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li > ul > li:first-child > a {
    padding: 0;
    line-height: 1.5;
    color: #282828;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li > ul > li {
    margin: 0;
    padding: .05rem 0;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li> ul > li > ul > li > a {
    color: #282828;
    border: 0;
  }
  .site-nav .hs-menu-wrapper>ul>li.partners > ul > li:first-child {
    padding-bottom: 0;
  }

  .site-nav .hs-menu-wrapper>ul>li.partners > ul > li.become-a-partner {
    padding-top: 0;
  }
}

.site-navigations {
  width: 100%
}

@media (min-width: 1320px){
  .site-nav .hs-menu-wrapper > ul {
    font-size: 18px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
}

@media(max-width:1100px){
  .no-banner .header-main {
    min-height: 122px;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li.active>a {
    font-weight: 700;
  }
  .header_group {
    overflow: auto;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.08);
    max-height: 100vh;
  }

  .header__container {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    border-radius: 0;
    margin: auto 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 90px;
  }
  
  .mobile-open .header__container {
    box-shadow: none;
  }

  #toggle-menu {
    margin-right: -1rem;
    padding: 1rem;
    background: 0 0;
    border: 0;
    border-radius: 0;
  }

  #toggle-menu .open-icon {
    background: 0 0;
    border: 0;
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    text-align: left;
    border-top: 2px solid var(--grey-color);
    border-radius: 0;
  }

  #toggle-menu .open-icon:after, #toggle-menu .open-icon:before {
    content: '';
    display: block;
    height: 2px;
    margin: 6px 0 0;
    background: var(--grey-color);
  }

  .site-navigations {
    display: none;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-top: 1rem;
  }

  .site-top-nav {
    -ms-flex-order: 2;
    order: 2;
  }

  .site-nav {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .site-nav {
    grid-template-columns: 1fr;
  }

  .site-top-nav .hs-menu-wrapper>ul {
    margin: 1rem 0;
  }

  .site-top-nav .hs-menu-wrapper>ul>li {
    margin: 0 .5rem 0 0;
  }

  .site-top-nav .hs-menu-wrapper>ul>li>a {
    padding: 5px;
  }

  .site-nav .hs-menu-wrapper>ul {
    font-size: 16px;
    font-size: 1rem;
  }

  .site-nav .hs-menu-wrapper>ul>li {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 0;
  }

  .site-nav .hs-menu-wrapper>ul>li > a {
    padding: .3rem 0;
    border: 0;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul {
    margin: 0;
    padding: 0 0 0 1.8rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    display: none;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    padding-left: 0;
    display: block;
    margin: 0;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>a {
    border: 0;
  }

  .mobile-open #toggle-menu .open-icon {
    border-color: rgba(82,190,206,0);
  }

  .mobile-open #toggle-menu .open-icon:before {
    transform: rotate(
      45deg
    );
  }

  .mobile-open #toggle-menu .open-icon:after {
    transform: rotate(
      -45deg
    );
  }

  .mobile-open #toggle-menu .open-icon:after , .mobile-open #toggle-menu .open-icon:before {
    position: absolute;
    top: 7px;
    left: 3px;
    width: 25px;
    margin: 0;
  }

  .mobile-open .site-navigations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-nav .hs-menu-wrapper>ul>li>a:hover {
    color: var(--hover-color);
  }

  .site-top-nav .hs-menu-wrapper>ul>li>a:hover {
    opacity: 0.7;
  }

  .child-trigger {
    background: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/icons/chevron-down.svg') center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
  }
  
  .site-nav .hs-menu-wrapper>ul>li.child-open > ul {
    display: block;
  }


  .site-nav .hs-menu-wrapper>ul>li.child-open .child-trigger {
    transform: rotate(
      180deg
    );
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li {
    position: relative;
    padding-left: 0;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul {
    margin: 0;
    padding: 0 0 0 1.8rem;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li i {
    top: 2px;
    left: -1.8rem;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: var(--hover-color);
    padding-right: 10px;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li {
    position: relative;
    padding-left: 0;
    margin: 0;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li > ul {
    margin: 0;
    padding: 0 0 0 1.8rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:first-child {
    display: none;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li {
    margin: 0;
    position: relative;
    padding-left: 0;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul {
    display: none;
  }



  .site-nav .hs-menu-wrapper>ul>li>ul>li.child-open > ul {
    display: block;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li i {
    transform: rotate(
      0deg
    );
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li.child-open i , .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li.child-open i {
    transform: rotate(
      180deg
    );
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {
    display: none;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li.child-open>ul {
    display: block;
  }
  #toggle-menu:focus {
    outline: dotted thin;
    color: #fff;
  }


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

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
    color: #fff;
  }

  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a:hover {
    color: #fff;
  }

  .fixed-header #toggle-menu .open-icon {
    border-top: 2px solid #52bece;
  }

  .fixed-header #toggle-menu .open-icon:after, .fixed-header #toggle-menu .open-icon:before {
    background: #52bece;
  }



  .fixed-header.mobile-open #toggle-menu .open-icon {
    border-color: rgba(82,190,206,0);
  }



  .fixed-header.mobile-open #toggle-menu .open-icon:before , .fixed-header.mobile-open #toggle-menu .open-icon:after {
    background: #fff;
  }



  .fixed-header.mobile-open .site-title.scroll-logo {
    display: none;
  }

  .fixed-header.mobile-open .desktop-logo {
    display: block;
  }

  .fixed-header.mobile-open .desktop-logo a {
    width: 112px;
    height: 46px;
    background-size: 100% auto;
  }
  .site-nav .hs-menu-wrapper>ul>li.solutions > ul > li:last-child {
    display: none;
  }
  .site-nav .hs-menu-wrapper>ul>li.technology > ul > li:last-child {
    display: none;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li > i {
    transform: rotate(0) !important;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li.child-open > i {
    transform: rotate( 
180deg
 ) !important;
}
  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li > i {
    transform: rotate(0) !important;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li.child-open > i {
    transform: rotate( 
      180deg
    ) !important;
  }
}

@media(max-width:750px){
  .lp-header .site-title {
    padding-top: 7px;
  }

  .fixed-header .lp-header .site-title.scroll-logo {
    padding-top: 7px;
    padding-bottom: 6px;
  }

  .no-banner .header-main {
    min-height: 68px;
  }
  .header__container {
    height: 50px;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.08);
    padding: 0 25px;
  }

  .site-title a {
    background-size: 100% auto;
    height: 39px;
    width: 71px;
    margin-top: 7px;
  }
  .fixed-header.mobile-open .desktop-logo a {
    width: 90px;
    height: 39px;
    background-size: 100% auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: var(--white-color);
  padding: 1px;
}
.footer__container {
  margin: 0 auto;
}
/* #bottom, #left, #right, #top {
  background: #442b62;
  position: fixed;
  z-index: 110;
}

#bottom, #top {
  left: 0;
  right: 0;
  height: 8px;
}

#top {
  top: 0;
}

#right {
  right: 0;
}

#bottom {
  bottom: 0;
}

#left {
  left: 0;
}

#left, #right {
  top: 0;
  bottom: 0;
  width: 8px;
} */

.footer-group {
  position: relative;
  z-index: 2;
}



.footer-bottom-inner {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  font-size: .75rem;
  line-height: 1.21em;
}

.footer-bottom-menu {
  float: left;
  clear: none;
  width: 65%;
  margin-right: 5%;
}

.footer-copyright {
  float: left;
  clear: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  text-align: right;
  position: relative;
  top: 60px;
}

.footer-bottom-menu .hs-menu-wrapper > ul {
  margin: 0 0 1rem;
  padding: 0;
  position: relative;
  top:0px;
}

.footer-bottom-menu .hs-menu-wrapper > ul > li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}

.footer-bottom-menu .hs-menu-wrapper > ul > li > a {
  padding: 0;
  display: inline-block;
  color: #442b62;
  transition: all .2s;
}

.footer-bottom-top {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  border-bottom: 0;
  position: relative;
  z-index: 3;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 3rem;
}

@media (max-width: 900px){
  .footer-bottom-top {
    margin-top: 120px;
  }
}

.footer-copyright {
  display: flex;
  align-items: center;
}

.footer-copyright p {
  margin: 0 60px;
  color: var(--grey-color);
  text-align: center;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.footer-copyright span {
  flex: 1;
  border-top: 1px solid black;
}

footer .footer-bottom-wrap {
  max-width: 1440px;
  border-top: 0;
}

footer .footer-grid p {
  color: var(--grey-color);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

footer .footer-grid a {
  color: var(--grey-color);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

footer .footer-grid a:hover {
  text-decoration: none;
  color: var(--hover-color);
}

footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 900px){
  footer .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--padding-top-mobile);
  }
  .footer-grid div {
    text-align: center;
  }
  .footer-logo {
    margin: 0 auto;
  }
}

.footer-bottom-wrap {
  padding: 1px 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.21em;
  background: #fff;
  padding-top: 5rem;
}

.footer-bottom-top-col {
  text-align: inherit;
  margin-left: 0;
  float: left;
  clear: none;
  width: 30%;
  margin-right: 5%;
}

.footer-client {
  margin-top: 22px;
}

.footer-bottom-top-col:last-child {
  margin-right: 0;
}

.footer-logo a {
  display: block;
  float: left;
  height: 48px;
  margin-bottom: 1rem;
  overflow: hidden;
  text-align: left;
  width: 117px;
}



.footer-contact {
  margin-left: 132px;
}

.footer-contact h4 , .footer-bottom-top-col h4 {
  margin: 0 0 .5rem;
  font-family: Lekton,sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: inherit;
}

.container--narrow {
  padding: 0 5rem;
  border-bottom: 1px solid #442b62;
  position: relative;
  z-index: 3;
  margin: 4rem auto 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-top-section {
  padding: 0 1rem;
}



.footer-section-left  {
  text-decoration: none;
  font-family: Poppins,sans-serif;
  line-height: 1.16em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2rem 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  transition: all .5s cubic-bezier(.22,.61,.36,1);
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  font-size: 1.375rem;
  color: #442b62;
  overflow: hidden;
}


.footer-section-left  {
  border-top: 5px solid #442b62;
}

.footer-section-left a  {
  text-decoration: none;
  display: block;
}

.footer-section-left h3 {
  line-height: 1.16em;
  margin: 0 -3rem 2rem;
  padding: 1rem 3rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Lekton,sans-serif;
  text-transform: uppercase;
  color: #442b62;
  border-bottom: 1px solid #442b62;
  margin-top: 0;
}


.footer-section-left p {
  margin-bottom: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}

.footer-section-left h5:last-child {
  margin: 0;
  margin-top: 1rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-section-left h5:last-child strong {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 48px;
  vertical-align: middle;
  background: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/raw_assets/public/Aico-2024/images/arrow%20%283%29.svg') 0 center no-repeat;
    transform-style: preserve-3d;
    transition: all .5s ease;
    }


.footer-section-left:hover {
  z-index: 10;
  transform: scale(1.1);
  box-shadow: 5px 9px 22px rgb(0 0 0 / 20%);
  border-color: #fff!important;
}

.footer-section-left:hover h5 strong {
  transform-origin: center bottom;
  transform: rotateX(
    -90deg
  ) translateY(100%);
}


.footer-section-right {
  font-family: Poppins,sans-serif;
  line-height: 1.16em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2rem 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  transition: all .5s cubic-bezier(.22,.61,.36,1);
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  font-size: 1.375rem;
  color: #442b62;
  overflow: hidden;
}


.footer-section-right {
  border-top: 5px solid #442b62;
}

.footer-section-right h3 {
  line-height: 1.16em;
  margin: 0 -3rem 2rem;
  padding: 1rem 3rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Lekton,sans-serif;
  text-transform: uppercase;
  color: #442b62;
  border-bottom: 1px solid #442b62;
  margin-top: 0;
}

.footer-section-right a {
  text-decoration: none;
}

.footer-section-right .hs-rss-title span {
  margin: 0 0 1rem;
  margin-bottom: 0;
  padding-top: 2rem;
  display: block;
}

.footer-bottom-top-row {
  display: grid;
  grid-template-columns: 0.3fr auto 0.3fr;
  gap: 25px;
}

@media (max-width: 900px){
  .footer-bottom-top-row {
    grid-template-columns: 1fr;
  }
}


.footer-section-right .hs-rss-description {
  margin: 0;
  margin-top: 1rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-social * {
  display: flex;
  gap: 12px;
}

.footer-social {
  display: flex;
  justify-content: end;
}

@media (max-width: 900px){
  .footer-social {
    justify-content: center;
  }
}

.footer-grid div {
  margin: 0 auto;
}

.footer-section-right .hs-rss-description p {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 52px;
  height: 48px;
  vertical-align: middle;
  background: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/raw_assets/public/Aico-2024/images/arrow%20%283%29.svg') 0 center no-repeat;
    transform-style: preserve-3d;
    transition: all .5s ease;
    }

.footer-section-right .hs-rss-description p {
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 28px;
}

.social-icon {
  text-decoration: none;
  display: flex;
  height: 28px;
  width: 28px;
  position: relative;
}

.social-icon img {
  height: fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.social-icon:hover{
  text-decoration: none;
}

.social-icon:hover img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.social-icon .hoversvg {
  position: absolute;
  opacity: 0;
}

.social-icon:hover .hoversvg {
  opacity: 1;
}



.footer-section-right:hover {
  z-index: 10;
  transform: scale(1.1);
  box-shadow: 5px 9px 22px rgb(0 0 0 / 20%);
  border-color: #fff !important;
}

.footer-section-right:hover .hs-rss-description p {
  transform-origin: center bottom;
  transform: rotateX(
    -90deg
  ) translateY(100%);
}


.footer-bottom-top-col:last-child  ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.footer-bottom-top-col:last-child ul li {
  display: inline-block;
  margin: 0 0 0 13px;
}

.footer-bottom-top-col:last-child ul li:first-child {
  margin: 0;
}

.footer-bottom-top-col:last-child ul li a {
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  width: 39px;
  height: 39px;
  text-indent: -999px;
  text-align: left;
  background: center no-repeat;
}

.footer-bottom-top-col:last-child .linkedin a {
  background-image: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/raw_assets/public/Aico-2024/images/some-linkedin.svg');
    }

.footer-bottom-top-col:last-child .youtube.menu-item a {
  background-image: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/raw_assets/public/Aico-2024/images/some-youtube.svg');
    }

.footer-bottom-top-col:last-child ul .medium.menu-item a {
  background-image: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/raw_assets/public/Aico-2024/images/some-medium.svg');
    }
.footer-section-left h5 strong {
  text-indent: -9999px;
}
@media (min-width: 750px){
  .narrow-inner {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-bottom: 8rem;
    padding-left: 3rem;
    padding-left: 0;
    border: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .container--narrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 8rem;
    padding-bottom: 0;
  }
  .footer-top-center {
    text-align: center;
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    box-shadow: 0 4px 38px rgb(2 137 156 / 13%);
  }
  .footer-section-left  {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 0;
    border-top: 5px solid #442b62;
  }

  .footer-section-right {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 0;
    border-top: 5px solid #442b62;
  }


  .footer-section-right {
    border-left: 1px solid #442b62;
  }

}

@media (min-width: 1000px){
  .footer-section-left  {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }

  .footer-section-left  {
    border-left: 0;
  }
  .footer-section-right {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }



  .footer-section-right {
    border-left: 1px solid #442b62;
  }
}

@media(max-width:750px){
  .footer-bottom-menu {
    margin-right: 0;
    width: auto;
    float: none;
  }

  .footer-copyright {
    width: auto;
    float: none;
    text-align: left;
  }

  .footer-bottom-wrap {
    padding-top: 1px;
  }

  .footer-bottom-top {
    padding-top: 3rem;
    border-top: 0;
  }

  .footer-bottom-top-col {
    margin-right: 0;
    width: auto;
    float: none;
  }

  .footer-client {
    margin-top: 0;
  }

  .footer-logo a {
    float: none;
  }

  .footer-contact {
    margin-left: 0;
  }

  .footer-bottom-top-col:last-child ul {
    min-height: 46px;
  }
  .container--narrow {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 1rem;
    padding-bottom: 3rem;
  }

  .footer-top-center {
    text-align: center;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.hs-blog-listing {
  background-color:#f4f4f4;
}

.hs-blog-listing .banner-area.banner {
    display: -ms-flexbox;
    overflow: hidden;
    position: relative;
    z-index: 5;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 480px;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white-color);
    display: flex;
    font-size: 24px;
    font-size: 1.5rem;
    justify-content: center;
    line-height: 1.33em;
    text-align: center;
    z-index: 1
}

@media only screen and (max-width: 768px) {
    .hs-blog-listing .banner-area.banner {
        height:290px;
        min-height: 290px
    }
}

.hs-blog-listing .banner-area.banner .content-wrapper {
  margin-bottom: auto;
    margin-top: auto;
    max-width: 800px;
    padding-top: 60px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
  color:#fff;
}

.hs-blog-listing .hero-text-content h1 {
  margin: 0;
  color:#fff;
  text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
    .hs-blog-listing .hero-text-content h1 {
        margin: auto 0;
        padding: 25px 0 0
    }
}

.hs-blog-listing .hero-content nav {
  display: flex;
  justify-content: center;
  gap: 5px;
  text-transform: capitalize;
  margin-top: 10px;
}

.hs-blog-listing .hero-content nav a {
    color:#fff;
  text-decoration: none;
}

.blog-listing-wrapper {
  position: relative;
  padding-top: 2rem;
}

.blog-listing-wrapper:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-image: linear-gradient(rgba(245, 245, 243, 1), rgba(245, 245, 243, 1)) !important;
}

.blog-listing-wrapper .content-wrapper {
  position: relative;
  z-index: 3;
  margin: 4rem auto;
  padding: 0 1rem;
  line-height: 1.75em;
}

.cat-title {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
  margin-top: 0;
  font-family: Poppins,sans-serif;
  line-height: 28px;
  text-align: center;
}

.category-nav {
    list-style: none;
    margin: 0 0 4rem;
    padding: 0;
    display: flex;
    white-space: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.category-nav .category-nav-item {
  display: flex;
}

.category-nav .category-nav-item a {
  transition: all .2s;
  line-height: 1.3em;
  border: 0;
  background: 0 0;
  color: var(--hover-color);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins,sans-serif;
  padding: 5px 10px;
  border-radius: 30px 30px 0 30px;
  text-align: center;
  text-decoration: none;
  transition: all .2s;
  line-height: 1;
}

.category-nav .category-nav-item a:hover {
  background: var(--hover-color);
  color: #fff;
}

.entry-items-row {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  display: -ms-flexbox;
  margin-top: 4rem;
  display: grid;
   gap: 80px;
   grid-template-columns: 1fr 1fr 1fr;
   justify-content: center;
}

@media only screen and (max-width: 991px) {
  .entry-items-row {
       grid-template-columns: 1fr 1fr;
       gap: 40px;
  }
}

@media only screen and (max-width: 578px) {
  .entry-items-row {
       grid-template-columns: 1fr;
       gap: 40px;
  }
}


.entry-item {
  transition: all .2s;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 250px;
  padding: 0;
  color: var(--black-color);
  margin: 0;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.entry-item-image {
    border-radius: 38px 38px 0 38px;
    height: 300px;
    overflow: hidden;
  margin-bottom:30px
}

.entry-item-image img {
  height: 300px;
  object-fit: cover;
  transition: 0.25s all ease-in-out;
}

.blog-title {
    color: var(--black-color);
  text-align: center;
}

.entry-item-title {
  font-family: Poppins,sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125em;
  position: relative;
  z-index: 2;
  margin: 1rem 0 0;
  color: inherit;
  order: 1;
}

.entry-item-meta {
  line-height: 1.1em;
  position: relative;
  z-index: 2;
  margin: 0;
  color: inherit;
  display: flex;
  font-size:14px;
}

.entry-item-meta .attachment-thumbnail {
  border-style: none;
  max-width: 100%;
  height: auto;
  width: 58px;
  margin-right: .5rem;
  border-radius: 50%;
  vertical-align: middle;
  display:none;
}

.author-name {
  display: flex;
  gap: 5px;
  vertical-align: middle;
}

.entry-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*content: '';*/
  display: block;
  background: #442b62;
}

.entry-item:hover {
  /*color: #fff;*/
  text-decoration: none;
}

.entry-item:hover .entry-item-image img {
  /*opacity: .35;*/
  scale: 1.1;
}

.blog-pagination {
  text-align: center;
  width: 100%;
  margin-top:80px;
 padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .blog-pagination {
    margin-top:50px
  }
}

.blog-pagination-nav-links {
  display: flex;
    justify-content: center;
    gap: 5px;
}

.blog-pagination a {
  color: var(--black-color);
  transition: all .2s;
  padding: 0;
    line-height: 1;
    font-size: 14px;
    height: 20px;
    min-width: 20px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    text-decoration: none;
  justify-content: center;
  border-radius: 30px 30px 0 30px;
}

.blog-pagination a:hover {
  color: #5d3b85;
}

.blog-pagination a.blog-pagination__link--active {
  background: var(--hover-color);
  color: #fff;
  text-decoration: none;
}
.category-nav .category-nav-item.active > a {
  background: var(--hover-color);
  color: #fff;
}
.blog-post-banner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-flow: column;
  padding: 13rem 0 0;
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1440px;
  margin: auto;
  line-height: 1.33em;
  background-color: var(--whitesmoke-color);
}

@media(max-width:1280px){
  .blog-post-banner {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 150px;
  }
}

.post-featured__image {
  border-radius: 38px 38px 0px 38px;
  overflow: hidden;
}

.blog-post-banner .post-featured__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.85%; /* 16:9 aspect ratio (600px / 1000px = 0.5625 or 56.25%) */
  background-size: cover;
  background-position: center;
  overflow: hidden;
}


@media(max-width:1280px){
  .blog-post-banner .post-featured-image {
    padding: 0 25px;
  }
}

.blog-post-banner .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}

.page-hero-content {
  width: 65%;
  margin: auto;
}

.post-entry-item-meta {
  margin: 30px 0 60px;
  text-align: center;
  opacity: 0;
  transform: translateX(-20px);
  transition: all .6s ease-in;
  color: var(--grey-color);
  line-height: 1.1em;
  opacity: 1;
  transform: translateX(0);
  font-size: 12px;
}



.blog-post-banner .attachment-thumbnail {
  max-width: 100%;
  border-style: none;
  height: auto;
  width: 58px;
  margin-right: .5rem;
  border-radius: 50%;
  vertical-align: middle;
}

.smaller-title.fade-in {
  margin: 2rem 0 1.5rem;
  line-height: 1.1em;
  font-weight: 700;
  transition: all .6s ease-in;
  font-size: 3.125rem;
  margin-bottom: 0;
  opacity: 1;
  transform: translateX(0);
  color: #fff;
}


.breadcrumb {
  background: #fff;
  font-weight: 600;
  font-family: Poppins,sans-serif;
}

.breadcrumb .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.breadcrumb-col {
  width: 65%;
  text-align: inherit;
  float: left;
  clear: none;
  margin-left: 17.5%;
  margin-right: 0;
}

.breadcrumb-col p {
  border-bottom: 2px solid #e3e1d4;
  margin: 0;
  padding: 1rem 0;
}

.breadcrumb-col p > span {
  margin-left: -.5rem;
}

.breadcrumb-col a {
  color: #442b62;
  margin: 0 .5rem;
  transition: all .2s;
}

.breadcrumb .breadcrumb_last {
  color: #52bece;
  margin: 0 .5rem;
}

.blog-post-wrapper img {
  border-radius: 38px 38px 0 38px;
}

.breadcrumb-col:after {
  clear: both;
  content: "";
  display: block;
}

.breadcrumb-col:after {
  content: "";
  display: block;
  clear: both;
}

.breadcrumb .content-wrapper:before,.breadcrumb .content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

.blog-post-wrapper {
  position: relative;
  background: var(--whitesmoke-color);
}

.blog-post-wrapper .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}

.blog-post_content {
  position: relative;
  z-index: 3;
  margin: 4rem auto;
}

.blog-post__body {
  margin-right: 0;
  width: 100%;
  max-width: 768px;
  margin: auto;
}

.blog-post__body p {
  line-height: 1.75em;
  font-size: 18px;
}
.blog-post_content:before,.blog-post_content:after {
  display: block;
  clear: both;
  content: " ";
}

.post-footer {}

.post-footer form {
  max-width: 100%;
  text-align: center;
}

.post-social-content {
  position: relative;
  z-index: 3;
  margin: 4rem auto;
}

.post-share-col {
  width: 65%;
  float: left;
  clear: none;
  margin-left: 17.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem;
  border: 1px solid #442b62;
  border-left: 0;
  border-right: 0;
  margin-right: 0;
}

.share-title {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  font-weight: 600;
}

.share-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.share-links li:first-child {
  margin-left: 0;
}

.share-links li {
  display: inline-block;
  margin: 0 .5rem;
}

.share-links li:last-child {
  margin-right: 0;
}

.share-links li a {
  color: #442b62;
  transition: all .2s;
}

.share-links li a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  vertical-align: top;
  background: center no-repeat;
}

.share-links li a i.some-icon-linkedin {
  background-image: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/raw_assets/public/Aico-2024/images/some-linkedin.svg');
    }

.share-links li a:hover {
  opacity: .6;
}

.post-social-content:before,.post-social-content:after {
  display: block;
  clear: both;
  content: "";
}

.post-bottom-title {
  text-align: center;
  font-size: 28px;
  color: #442b62;
  margin: 2rem 0 1.5rem;
  font-weight: 400;
  line-height: 1;
  font-family: Poppins,sans-serif;
}

.post-pagination {
  text-align: center;
}



.post-pagination a {
  font-family: Poppins,sans-serif;
  text-decoration: none;
  line-height: 1.16em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2rem 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  transition: all .5s cubic-bezier(.22,.61,.36,1);
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  font-size: 1.375rem;
  color: #442b62;
}

.post-pagination a:nth-child(n) {
  border-top: 5px solid #442b62;
}

.blog__cta-section {
  padding-bottom: 100px;
  padding-top: 100px;
  border-radius: 38px 38px 0 0;
  background-size: cover;
  background-image: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/Images/Placeholder%20assets/bluesky.jpeg');
}

.blog__readmore-section {
  padding-bottom: 100px;
  padding-top: 100px;
  border-radius: 38px 38px 0 0;
  background: var(--white-color);
  padding-left:var(--padding-left);
  padding-right:var(--padding-right);
}

@media(max-width:1280px){
  
  .hs-blog-post .blog__readmore-section {
    padding-left:var(--padding-left-mobile);
    padding-right:var(--padding-right-mobile);
    padding-bottom: 0;
    padding-top: 100px;
  }
}

.box-top-title {
  font-weight: 400;
  line-height: 1.16em;
  margin: 0 -3rem 2rem;
  padding: 1rem 3rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Lekton,sans-serif;
  text-transform: uppercase;
  color: #442b62;
  border-bottom: 1px solid #442b62;
  margin-top: 0;
}

.box-button {
  margin: 0 0 1rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 1rem;
}

.box-button:last-child {
  margin-bottom: 0;
}

.box-arrow {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 48px;
  vertical-align: middle;
  background: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/raw_assets/public/Aico-2024/images/arrow%20%283%29.svg') 0 center no-repeat;
    transform-style: preserve-3d;
    transition: all .5s ease;
    }

.box-arrow--prev {
  background-image: url('https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/raw_assets/public/Aico-2024/images/arrow-prev.svg');
    }

.box-arrow:after {
  display: inline-block;
  padding: .8rem 1.3rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-size: .9375rem;
  font-family: Lekton,sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  border: 4px solid #442b62;
  background: 0 0;
  color: #442b62;
  text-align: center;
}

.box-arrow:after {
  top: -100%;
  left: 0;
  width: 145px;
  padding: .5rem;
  position: absolute;
  text-align: center;
  content: 'Read more...';
  transform-origin: left bottom;
  transform: rotateX(
    90deg
  );
}

.box--justify .box-arrow:after {
  left: -50px;
}

.post-pagination a:hover {
  z-index: 10;
  transform: scale(1.1);
  box-shadow: 5px 9px 22px rgb(0 0 0 / 20%);
  border-color: #fff!important;
}

.post-pagination a:hover .box-arrow {
  transform-origin: center bottom;
  transform: rotateX(
    -90deg
  ) translateY(100%);
}

.box-arrow:hover:after {
  background: #442b62;
  color: #fff;
}

.hs-blog-post .footer-top-section {
  display: none;
}

.post-pagination a:nth-child(3n), .post-pagination a:nth-child(3n-1) {
  border-left: 1px solid #442b62;
}

.post-pagination a {
  overflow: hidden;
}
.blog-pagination__prev-link--disabled , .blog-pagination__next-link--disabled {
    display: none !important;
}
@media(min-width:750px){
  .post-pagination {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    box-shadow: 0 4px 38px rgb(2 137 156 / 13%);
    overflow: hidden;
  } 
  .post-pagination a {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 0;
    border-top: 1px solid #442b62;
  }

  .post-pagination a:nth-child(n) {
    border-top: 5px solid #442b62;
  }
}

@media(min-width:1000px){
  .post-pagination a {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  } 
  .post-pagination a:first-child, .post-pagination a:nth-child(2) {
    border-top: 0;
  }

  .post-pagination a:first-child, .post-pagination a:nth-child(2) ,  .post-pagination a:nth-child(3) {
    border-top: 0;
  }

  .post-pagination a:nth-child(3n+1) {
    border-left: 0;
  }
  .post-pagination a:nth-child(n) {
    border-top: 5px solid #442b62;
  }


}
@media(max-width:767px){
  .entry-item {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }


}
@media(max-width:750px){
  .hero-content {
    margin-left: 0;
    width: auto;
  }

  .page-hero-content {
    margin-right: 0;
    width: auto;
    float: none;
    margin-left: 0;
  }

  .smaller-title.fade-in {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .breadcrumb-col {
    width: auto;
    margin-left: 0;
  }

  .breadcrumb-col p {line-height: 28px;}

  .blog-post__body {
    margin-left: 0;
    width: auto;
  }

  .post-share-col {
    width: 100%;
    margin-left: 0;
    line-height: 1.75;
  }

  .post-pagination a {
    line-height: 1.75;
  }
}

@media(max-width:600px){
  .blog-listing-wrapper .content-wrapper {
    margin-top: 2rem;
  }
  .post-share-col {
    display: block;
    text-align: center;
  }

  .share-title {
    margin-bottom: .5rem;
  }
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
.content-wrapper{
  padding: 0 1rem;
}
.widget-type-email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
.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: #21222a0d;
  z-index: -1;
}
.systems-page .hs-input {
  margin: 15px 0;
}
@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;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size:16px;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

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

@media(max-width:767px){
  .error-page_heading {
    font-size: 1.5rem;
  }
  .systems-page h1 {
    font-size: 1.5rem;
  }
  .systems-page h2 {
    font-size: 1.2rem;
}
}
/* @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    */
/*****************************************/


/* This changes the background color for all Landing pages */
body {
 background-color: #F4F4F4;
 }


/* This positions the Captcha element on the left, so all forms look beautifully aligned left */
.grecaptcha-badge {
margin-left: 0;
}


/* This removes the Waves row element above the Footer */
.footer-wave-row {
  display:none;   
}
   

.footer-bottom-wrap {
  background-color: #F4F4F4;
  border-top: 1px solid #442b62;
  padding:0;
  max-width: 1070px;
  margin-top:0;
  margin-left: auto;
  margin-right: auto;  
}

.dnd_area-row-0-background-color{
    background-color: #F4F4F4;
}

/* This changes Submit button in all forms - use primary button style */
.hs-button {
  background: #442b62;
  border-radius: 30px;
  display: inline-flex;
  font-family: Calibri;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .32px;
  line-height: 150%;
  padding: 16px 40px 14px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: -webkit-fill-available;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {

  background-color: #36224e;
  border-color: 0;
  color: #fff;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(108, 83, 138, 1.0);
  color: #fff;
}