/* ******************************************************************************
*********************************************************************************
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 */
  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: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section > .row-fluid {
  width: 100%;
  padding-left:15px;
  padding-right:15px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1595px) {
  .body-wrapper .dnd-section > .row-fluid {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  .body-wrapper .dnd-section > .row-fluid {
    max-width: 960px;
  }
}

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

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

  .body-wrapper .dnd-section > .row-fluid {
    max-width: 540px;
  }
}

@media (max-width:575px) {
  .body-wrapper .dnd-section > .row-fluid {
    max-width: 100%;
  }
}
@font-face {
  font-family: Recoleta-SemiBold;
  src: url("https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Schaman_June2020/Fonts/Recoleta-SemiBold/393ECC_0_0.eot") format("embedded-opentype"), 
    url("https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Schaman_June2020/Fonts/Recoleta-SemiBold/393ECC_0_0.woff2") format("woff2"), 
    url("https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Schaman_June2020/Fonts/Recoleta-SemiBold/Recoleta-SemiBold.woff") format("woff"), 
    url("https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Schaman_June2020/Fonts/Recoleta-SemiBold/Recoleta-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: Rockness;
  src: url("https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Schaman_June2020/Fonts/Rockness/393EC8_0_0.eot") format("embedded-opentype"), 
    url("https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Schaman_June2020/Fonts/Rockness/393EC8_0_0.woff2") format("woff2"), 
    url("https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Schaman_June2020/Fonts/Rockness/Rockness.woff") format("woff"), 
    url("https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Schaman_June2020/Fonts/Rockness/Rockness.ttf") format("truetype");
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* html {
font-size: 24px;
} */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.44;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  opacity: 0.75;
}

.bg-color p, p.buttons-wrapper {opacity: 1;}

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

.font-alternate {
  font-family: 'Rockness', sans-serif !important;
  font-size: 1.5em;
}

/* 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: 1.5rem;
  line-height: 1.2em !important;
  font-weight: 700;
  font-family: Recoleta-semibold, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

h2.subtitle {
  font-family: Poppins, sans-serif !important;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}

@media screen and (min-width: 600px) {
  h1, h2:not(.subtitle) {
    font-size: 48px !important;
  }
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.33;
}

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

.body-container-wrapper ul {
  padding-left: 0;
  list-style: none;
}

.body-container-wrapper ul li {
  padding-left: 13px;
  padding-bottom: 20px;
  position: relative;
}

.body-container-wrapper ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  background-color: #fee52e;
  left: 0;
  top: 9px;
}

.body-container-wrapper ol {
  padding-left: 17px;
}

.body-container-wrapper ol li {
  padding-bottom: 20px;
}

blockquote {
  margin: 20px;
}

blockquote, q {
  quotes: none;
}

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

@media (max-width: 991px) {
  body {
    font-size: 16px !important;
    line-height: 1.35;
  }
}
@media screen and (max-width: 900px) {
  body h1, body h2 {
    font-size: 40px;
  }
}

/* @media (max-width: 767px) {
html {
font-size: 18.0px
}
}

@media (max-width: 480px) {
html {
font-size: 14.399999999999999px
}
} */
/* ******************************************************************************
*********************************************************************************
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;
  font-family: Poppins, sans-serif;
  border:1px solid;
  padding:5px;
}

h3.form-title {
  font-size: 2.5rem;
  line-height: 56px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 0;
}

.body-wrapper ul.hs-error-msgs {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: block;
}

.body-wrapper ul.hs-error-msgs li {
  padding: 0 !important;
}

.body-wrapper ul.hs-error-msgs li:before {
  display: none !important;
}

.body-wrapper .hs-error-msgs label {
  color: #f2545b;
  margin: 0;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
  width: auto !important;
}

.hs-button {
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  white-space: normal;
  margin: 0;
  text-align: center;
  margin-top: 15px;
  width: auto;
  height: auto;
  border-style: solid;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  transition: none;
}

.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 {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
#hs-pwd-widget-password, 
.hs-search-field__input {
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
  outline: 0;
  border-style: solid;
  border-width: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  height: 40px;
  background-color: #f5f8fa;
  padding: 0 15px;
  min-height: 27px;
}

#hs-pwd-widget-password {
  height: 40px !important;
}

.hs-input:focus, 
#hs-pwd-widget-password:focus, 
.hs-search-field__input:focus {
  outline: none;
}

.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:-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;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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: #c87872;
}
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: #b9554d;
}

.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: 18px;
  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;
}

.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: 767px) {
  form {
    width:100%;
    max-width:100%;
    margin-bottom:30px;
  }
}

@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: Poppins, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

/* .hs-menu-wrapper ul {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
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);
} */

.hs-menu-wrapper ul li {
  padding: 0 !important;
}

.hs-menu-wrapper ul li:before {
  display: none !important;
}
/* ******************************************************************************
*********************************************************************************
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;
}

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-header {
  line-height: 1;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 101px;
  border-bottom: 1px solid;
  
  padding: 25px 0;
}

.custom-header .header__container {
  width: 100%;
  padding-right: var(--gutter-h);
  padding-left: var(--gutter-h);
}

.custom-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.col-header {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.custom-header-request-button {
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.custom-logo a {
  text-decoration: none !important;
  border: none !important;
}

.custom-logo a img {
  border: none !important;
  /*width: 140px !important;*/
  width: 32px;
}

.custom-header-request-button p {
  display: block;
  margin: 0;
}

.custom-header-request-button p a {
  text-decoration: none !important;
  font-family: Questrial;
  font-size: 1.125rem;
  padding: 16px 41px;
  background-image: url(https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/raw_assets/public/Schaman_August2022/images/bg-btn.png);
  background-size: 100%;
}

/* media query */

@media (min-width:768px) {
  .custom-header-hor-space,
  .mobile-trigger {
    display: none !important;
  }
}

@media (max-width:1595px) {
  /*.custom-header .header__container {
    max-width: 1140px;
  }*/

  /*.custom-logo a img {
    width: 70px !important;
  }*/

  .custom-header-request-button p a {
    font-size: .75rem;
    padding: 10px 25px;
    background-size: 100%;
  }
}

@media (max-width:1199px) {
  /*.custom-header {
    height: 54px;
  }*/

  /*.custom-header .header__container {
    max-width: 960px;
  }*/

  /*.custom-logo a img {
    width: 65px !important;
  }*/

  .custom-header-request-button p a {
    font-size: .75rem;
    padding: 8px 18px;
    background-size: 100%;
  }
}

@media (max-width:991px) {
  /*.custom-header .header__container {
    max-width: 720px;
  }*/

  .custom-header-request-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

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

@media (max-width:767px) {
  /*.custom-header {
    height: 48px;
  }*/

  /*.custom-header .header__container {
    max-width: 540px;
  }*/

  .custom-header-request-button p {
    display: none !important;
  }

  .custom-header-hor-space {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /*.custom-logo a img {
    width: 105px !important;
  }*/

  .custom-header-request-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .mobile-trigger {
    right: 15px;
    width: 25px;
    height: 1px;
    background-color: #000;
    position: absolute;
    z-index: 999999;
    display: block;
    cursor: pointer;
    top: -1px;
  }

  .mobile-trigger:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #000;
    top: -7px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }

  .mobile-trigger:after {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #000;
    top: 7px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .mobile-trigger {
    height: 0;
  }

  .mobile-open .mobile-trigger:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open .mobile-trigger:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* STICKY FUNCTIONALITIES */

#header {
  background-color: #fff;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all .15s ease;
}
#header.top {
  position: relative;
}
#header.scrolled {
  position: fixed;
  transform: translateY(-100%);
}
#header.scrolled.sticky {
  transform: translateY(0);
}

/* Now we do not reserve the space because it is in relative when loaded */
/*.body-container-wrapper {padding-top: var(--header-height);}*/
  

/*@media (max-width:575px) {
  .custom-header .header__container {
    max-width: 100%;
  }
}*/
/* ******************************************************************************
*********************************************************************************
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: #FEE52E !important;
}

.footer__container {
  margin: 0 auto;
}

.custom-footer {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 45px 0;
  font-size: 1rem;
  line-height: 1;
  display: block;
  width: 100%;
}

.custom-footer .footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.col-footer {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-footer-copyright {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.custom-footer-privacy-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/*
.custom-footer-copyright {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.custom-footer-privacy-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
*/
.custom-footer-copyright {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  width: auto;
}
.custom-footer-privacy-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  width: auto;
}

.custom-footer p {
  /*font-family: Questrial;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  line-height: 24px;
  margin: 0;
  
  color: #000 !important;
}

.custom-footer p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.125rem;
  line-height: 24px;
  margin-right: 20px;
  
  color: #000 !important;
}

.custom-footer p a:hover {
    color: #666 !important;
}

.custom-footer p img {
  width: 28px;
  margin-right: 20px;
  padding-top: 0;
  margin-bottom: 0;
}

/* .custom-footer #hs_cos_wrapper_footer_privacy_links p {
  justify-content: flex-end;
}
.custom-footer-content {
  -webkit-box-align: flex-start!important;
  -ms-flex-align: flex-start!important;
  align-items: flex-start!important;
}
.custom-footer #hs_cos_wrapper_footer_privacy_links p {
  justify-content: flex-start;
}
.custom-footer__gov--logos {
  
} */

.custom-footer__gov--logos {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  justify-content: center;
  
  max-width: 400px;
  margin: 0 auto;
  
  padding-left: 15px;
  padding-right: 15px;
}
.custom-footer__gov--logos > img:not(first-child) {
  padding-left: 1rem;
}
.custom-footer__gov--logos > img:not(first-child) {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .custom-footer__gov--logos {
    max-width: 100%;
    width: 100%;
    padding-right: 35px;
    justify-content: flex-end;
  }
}

@media (min-width:1595px) {
  .custom-footer-privacy-section {
    min-width: 686px;
  }
}

.custom-footer__gov--logos.footer__pyme-logo {
  padding-top: 2rem;
}

.custom-footer__gov--logos.footer__pyme-logo img {
  width: 200px;
  max-width: 100%;
}

/* media query */

@media (max-width:1595px) {
  .custom-footer .footer__container {
    max-width: 1140px;
  }
}

@media (max-width:1199px) {
  .custom-footer .footer__container {
    max-width: 960px;
  }
}

@media (max-width:991px) {
  .custom-footer .footer__container {
    max-width: 720px;
  }

  .custom-footer p {
    font-size: .9375rem;
    line-height: 24px;
  }

  .custom-footer p a {
    font-size: .9375rem;
    line-height: 24px;
    margin-right: 28px;
  }
  .custom-footer p a:last-child {
    margin-right: 0;
  }
  
  .custom-footer-copyright,
  .custom-footer-privacy-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /*.custom-footer-copyright {
    padding-bottom: 24px;
  }*/
  .custom-footer p,
  .custom-footer #hs_cos_wrapper_footer_privacy_links p {
    text-align: center;
    justify-content: center;
  }
  
}

@media (max-width:767px) {
  .custom-footer {
    padding: 40px 0;
  }

  .custom-footer .footer__container {
    max-width: 540px;
  }

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

  .custom-footer .custom-footer-copyright {padding-bottom: 24px;}
  
  .custom-footer p {
    font-size: 1rem;
    line-height: 1;
    justify-content: center;
  }

  .custom-footer p a {
/*     font-size: .6875rem;
    line-height: 16px;
    margin-right: 12px; */
  }

  .custom-footer p img {
    width: 28px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .custom-footer #hs_cos_wrapper_footer_privacy_links p {
    justify-content: center;
  }
}

@media (max-width:575px) {
  .custom-footer .footer__container {
    max-width: 100%;
  }
}

@media (max-width:500px) {
  .custom-footer-copyright p {
    line-height: 1.5;
  }
  /*.custom-footer #hs_cos_wrapper_footer_privacy_links p {
    justify-content: center;
    flex-flow: column;
  }
  .custom-footer #hs_cos_wrapper_footer_privacy_links p a {
    margin-right: 0;
    margin-bottom: 12px;
  }*/
  
}

.custom__below--footer {
  
}

.custom__below--footer-grid .wrapper {
  display: table;
  margin: 0 auto;
  padding: 16px;
}

.custom__below--footer-grid .grid {
  display: flex;
/*   grid-template-columns: 1fr 1fr 200px; */
  grid-template-columns: 200px;
  /*grid-template-areas:
    "enisa eu"
    "prtr cdti"
    "pyme pyme";*/
  gap: 1rem;
  justify-items: baseline;
}

.custom__below--footer-grid .grid .logo-eu,
.custom__below--footer-grid .grid .logo-cdti {
  width: 100%;
}

/*.custom__below--footer-grid .grid .logo-enisa {
  grid-area: enisa;
  margin-top: auto;
}
.custom__below--footer-grid .grid .logo-prtr {
  grid-area: prtr;
  margin-bottom: auto;
}
.custom__below--footer-grid .grid .logo-pyme {
  grid-area: pyme;
  display: block;
  text-align: center;
  margin: 0 auto;
}*/
.custom__below--footer-grid .grid .logo-pyme img {
  width: 200px;
}

.custom__below--footer-grid .grid .logo-eu > img {
  width: 100%;
  max-height: 81px;
}
.custom__below--footer-grid .grid .logo-cdti > img {
  width: 100%;
  max-height: 81px;
  max-width: 204px;
}

@media screen and (max-width: 699px) {
  .custom__below--footer-grid .grid {
      max-width: 334px;
    flex-flow: wrap;
  }
  .custom__below--footer-grid .grid .logo-cdti>img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }  
  
  
  /*.custom__below--footer-grid .grid .logo-enisa {order: 0;flex: 0 1 100%;}
  .custom__below--footer-grid .grid .logo-prtr {order: 1;flex: 0 1 calc(54% - 8px);}
  .custom__below--footer-grid .grid .logo-cdti {order: 2;flex: 0 1 calc(46% - 8px);}
  .custom__below--footer-grid .grid .logo-eu {order: 3;flex:0 1 calc(82% - 8px);}
  .custom__below--footer-grid .grid .logo-pyme {order: 4;flex:0 1 calc(18% - 8px);}
  
  .custom__below--footer-grid .grid .logo-redes {order: 4;}
  .custom__below--footer-grid .grid .logo-redes img {
    max-height: 60px;
  }*/
  
  /* New order 07/2024 */
  .custom__below--footer-grid .grid .logo-redes {width: calc(46% - (1rem / 2));}
  .custom__below--footer-grid .grid .logo-prtr {width: calc(54% - (1rem / 2));}
  .custom__below--footer-grid .grid .logo-cdti {width: calc(65% - (1rem / 2));}
  .custom__below--footer-grid .grid .logo-pyme {width: calc(35% - (1rem / 2));}
}

@media screen and (min-width: 700px) {
.custom__below--footer-grid .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 200px;
/*     grid-template-areas:
      "enisa eu pyme"
      "prtr cdti pyme"
      "digitalizacion redes pyme"; */
    grid-template-areas:
      "eu digitalizacion pyme"
      "redes prtr pyme"
      "enisa cdti pyme";
  }
  .custom__below--footer-grid .grid .logo-enisa {
    grid-area: enisa;
/*     margin-top: auto; */
    margin-top: 0;
  }
  .custom__below--footer-grid .grid .logo-eu {
    grid-area: eu;
/*     margin-top: auto; */
    margin-top: 0;
  }
  .custom__below--footer-grid .grid .logo-cdti {
    grid-area: cdti;
    margin-bottom: auto;
  }
  .custom__below--footer-grid .grid .logo-prtr {
    grid-area: prtr;
    margin-bottom: auto;
  }
  .custom__below--footer-grid .grid .logo-pyme {
    grid-area: pyme;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .custom__below--footer-grid .grid .logo-pyme img {
    width: auto;
  }
  .custom__below--footer-grid .grid .logo-digitalizacion {
/*     grid-area: digitalizacion; */
  }
  .custom__below--footer-grid .grid .logo-redes {
/*     grid-area: redes; */
  }
  .custom__below--footer-grid .grid .logo-eu img {
    max-height: 47px;
  }
  .custom__below--footer-grid .grid .logo-redes img {
    max-height: 60px;
  }
  .custom__below--footer-grid .grid .logo-cdti img {
    width: auto;
    max-height: 70px;
    max-width: 204px;
  }
  .custom__below--footer-grid .grid .logo-prtr img {
    max-height: 60px;
  }
  
}

@media screen and (min-width: 992px) {
  .custom__below--footer-grid .wrapper {padding: 16px 40px;}
  .custom__below--footer-grid .grid {
    gap: 48px 24px;
    display: flex;
    align-items: center;
  }
  .custom__below--footer-grid .grid > div[class*="logo-"] {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
  }
  .custom__below--footer-grid .grid > div[class*="logo-"] img {
    max-height: 81px;
    width: auto;
    max-width: 100%;
  }
}

/* New item added and refactor */
/*body .footer__main.custom-footer-content {
  gap: 1rem;
}
body .custom-footer p {
  justify-content: center;
}
body .custom-footer-privacy-section.col-footer {
  width: 100%;
}
*/

/* New item added + text shorten and refactor */
.custom-footer-content {
  gap: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .custom-footer-content {
    flex-flow: column;
  }
}
.custom-footer-copyright {
  flex: 0 1 auto;
}
.custom-footer-copyright,
.custom-footer-privacy-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 799px) {
  body .custom-footer-privacy-section.col-footer p {
    flex-flow: column;
    gap: 0.5rem;
  }
  body .custom-footer-privacy-section.col-footer p a {
     margin-right: 0;
  }
}

/*.custom__below--footer {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.custom__below--footer .custom-footer__gov--logos {
  padding: 0;
  gap: 1rem;
}

.custom__below--footer .custom-footer__gov--logos .logo {
  gap: 1rem;
  flex: 0 1 calc(50% - 1rem);
  width: calc(50% - 1rem);
}

.custom__below--footer .footer__pyme-logo {text-align: center;padding-top: 1rem;flex: 0 0 200px;}
.custom__below--footer .footer__pyme-logo img {
  width: 200px;
}*/
/* ******************************************************************************
*********************************************************************************
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 {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-index__post-content a {
  text-decoration: none !important;
}

.blog-sidebar {
  padding: 3.3rem 0;
}

.post-item h2 a {
  text-decoration: none !important;
}

.blog-pagination {
  margin-left: 0 !important;
}

.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%/3);
  }
}
@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: Poppins, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Poppins, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  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: #494a52;
  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: #494a52;
}
.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: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Poppins, 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: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
@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;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}

/* .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: 767px) {
  .blog-recent-posts__list {
    display: block;
  }

  .blog-recent-posts__post {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .blog-post__body p img {
    max-width: 300px;
    width: 100% !important;
    margin: 0 auto 20px !important;
    display: block;
    float: none !important;
  }

  .post-item .page-center {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    margin-bottom: 30px;
  }

  .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.body-wrapper .custom-subs-tem-form #email-prefs-form {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 0 !important;
}

.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: Poppins, 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: 50px 0;
}

.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: Recoleta-semibold, 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) {
  .systems-page .success {
    width: 100%;
    display: inline-block;
    min-width: auto;
  }
}

@media (max-width: 479px) {
  .systems-page h1 {
    font-size: 35px;
  }

  .systems-page h2 {
    font-size: 30px;
  }
}

:root {
  --header-height: 100px;
  
  --gutter-h: 24px;
  --gutter-v: 80px;
  
  --color-main: #000;
	--color-yellow: #FEE52E;
	--color-dark-blue: #001F4D;
	--color-light-blue: #0099FF;
}

@media screen and (min-width: 600px) {
    :root {
      --gutter-h: 40px;
    }
}
@media screen and (min-width: 900px) {
  :root {
    --gutter-v: 80px;
  }
}

body,
body a {
  font-family: 'Poppins', sans-serif !important;
}

a:focus {
  outline: none !important;
}

section .container {
  width: 100%;
/*   max-width: 100%; */
  padding-left: var(--gutter-h);
  padding-right: var(--gutter-h);
  
  /*  Set max-width as same as header  */
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.custom-subscription {
  padding-top: 90px;
  padding-bottom: 60px;
}

.limited-container {
  max-width: 900px;margin-left: auto;margin-right: auto;
}

.cards > .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.limited-container.grid-four-boxes {
  max-width: 100%;
}

.display-mobile {}
.hidden-mobile {display: none;}

@media (min-width: 600px) {
  .display-mobile {display: none;}
  .hidden-mobile {display: block;}
}

/* body {
  color: #000;
} */

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1 {
  font-size: 40px;
  line-height: 48px;
}

.section-title h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.section-title p {
  font-size: 24px;
  line-height: 32px;
}

p.title {
  font-family: 'Recoleta-Semibold', serif;
  font-size: 24px;
}
p.title.font-large {
  font-size: 32px;
}

.grid {
  display: grid;
}
.flex {
  display: flex;
}

img {
  max-width: 100%;
}

/* .section {
  padding: 120px 0;
} */
.bg-white {background-color: #FFF;}
.bg-clearwhite {background-color: rgba(255,255,255,0.5);}
.box[class*="bg-"] {border-radius: 8px;}
.bg-yellow {
  background-color: #FEE52E;
}
.bg-black {
  background-color: #000;
}
.bg-grey {
  background-color: rgba(245, 245, 245, 1) !important;
}
.bg-blue {
/*   background-color: #06BBFF; */
  background-color: #0099FF;
}

.bg-black h1, 
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black p {
  color: #FFF !important;
}

section {
  position: relative;
  padding-top: var(--gutter-v);
  padding-bottom: var(--gutter-v);
}

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

section.boxed.bg-color {
  padding: 0 var(--gutter-h);
  border-radius: 8px;
}

section.boxed.bg-color + section.boxed.bg-color {
  margin-top: 2rem;
}

@media screen and (min-width: 900px) {
  section.boxed.bg-color + section.boxed.bg-color {
    margin-top: var(--gutter-h);
  }
}

.bg-bluelight {
  background-color: rgba(0, 153, 255, 0.1);
}
.bg-yellowlight {
  background-color: rgba(254, 229, 46, 0.1);
}
section.boxed.bg-color .container {
  padding: 80px var(--gutter-h);
  background-color: rgba(0, 153, 255, 0.1);
  border-radius: 8px;
}
section.boxed.bg-color .container.bg-yellowlight {
   background-color: rgba(254, 229, 46, 0.1);
}

.footer {position: relative;}
.footer:before,
section.bg-yellow.trazos:before {
  content: "";
  position: absolute;
  background-image: url(https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Schaman_2022/trazo-footer-schaman-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 45px;
  top: -44px;
  left: 0;
  z-index: 1;
}

/* section.bg-yellow.trazos:after {
  content: "";
  position: absolute;
  background-image: url(https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Shaman_April2021/TrazoAmarilloBottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 25px;
  bottom: -25px;
  left: 0;
  z-index: 1;
} */
.section-title {
  text-align: center; 
}

/* Announcement over header */
.announcement__bar--link:hover {
  text-decoration: none;
}
.announcement__bar {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  padding: 2em;
  text-align: center;
}
.announcement__bar .new__tag {
  margin-right: 1rem;
}
.announcement__bar .new__tag svg {
  width: auto;
  height: 1.7em;
  top: 0.5em;
  position: relative;
  
  filter: drop-shadow(0 0 32px #09F) drop-shadow(0 0 96px #09f);
}
.announcement__bar p {opacity: 1;margin: 0 !important;transform: translateY(-0.35em);}
.announcement__bar .btn {color: var(--color-yellow);margin-left: 1em;white-space: nowrap;}
.announcement__bar .btn .button-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath stroke='%23fee52e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.5 10.133h11.667M10.333 4.3l5.834 5.833-5.834 5.833'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.3em;
  margin-left: .2em;
  margin-top: -.2em;
  transition: transform .2s ease-in-out;
  vertical-align: middle;
  width: 1.3em;
}
.announcement__bar .btn:hover .button-arrow {
   transform: translateX(.3em);
}
.announcement__bar--top-deco {
  width: 100%;
  height: 2px;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(left,  #000000 0%, #0099ff 50%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #000000 0%,#0099ff 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #000000 0%,#0099ff 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

@media screen and (max-width: 599px) {
  .announcement__bar {
    font-size: 14px;
    padding: 1.5em;
  }
  .announcement__bar .new__tag {
    margin-right: 0.5rem;
  }
  .announcement__bar .custom__hide-mobile {
    display: none;
  }
  .announcement__bar .btn {
    margin-left: 0;
  }
  .announcement__bar .new__text {
    margin-right: 0 !important;
  }
}

/* Welcome Section */
section .grid-half {
  grid-row-gap: var(--gutter-v);
  grid-column-gap: var(--gutter-h);
}

section .grid-four-boxes {
  grid-gap: 1.5rem;
}

section .grid-four-boxes .box {
  padding: var(--gutter-h);
}

/*section .grid-four-boxes */.box img {
  margin-bottom: 1.5rem;
}

section .grid-six-boxes {
  grid-gap: 1.5rem;
}

section .grid-six-boxes .box {
  border-radius: 8px;
  padding: var(--gutter-h);
}

@media screen and (max-width: 600px) {
  section .grid-six-boxes .box,
  section .grid-four-boxes .box {text-align: center;}
}

@media screen and (min-width: 600px) {
  section .grid-six-boxes,
  section .grid-four-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 900px) {
  section .grid-half {
    grid-template-columns: 1fr 1fr;
  }
  section .grid-four-boxes {
    grid-template-columns: repeat(4, minMax(auto, 290px));
  }
  section .grid-six-boxes {grid-template-columns: repeat(3, 1fr);}
}

/* Welcome Section */
#welcome-section .buttons-wrapper {
  margin-top: calc( (var(--gutter-v) / 2) - 1.5rem );
}
#welcome-section .buttons-wrapper a[id*="cta_"] {
  margin-top: 1.5rem !important;
}

/* Clients Section */
.clients-title p {
  text-align: center;
  padding-bottom: 80px;
  opacity: 0.75;
}

.clients-section_logos {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
}
.clients-section_logos img {
  max-width: 100%;
  padding: 0;
  width: auto;
  /*height: 24px;*/
  height: auto;
}

.clients-section_logos .logo-vodafone {
  width: 135px;
}

/* @media screen and (min-width: 600px) {
  .clients-section_logos .logo-vodafone {
    width: 135px;
  }
} */


@media screen and (max-width: 600px) {
  .clients-section_logos > div {margin-right: 40px;}
  .clients-section_logos > div:nth-child(2n),
  .clients-section_logos > div:nth-child(8){
    margin-right: auto;
  }
  .clients-section_logos > div:nth-child(2n+1),
  .clients-section_logos > div:nth-child(7) {
    margin-left: auto;
  }
  .clients-section_logos > div:nth-child(1),
  .clients-section_logos > div:nth-child(2),
  .clients-section_logos > div:nth-child(3),
  .clients-section_logos > div:nth-child(4),
  .clients-section_logos > div:nth-child(5),
  .clients-section_logos > div:nth-child(6){
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 600px) {
  .clients-title p {
    padding-bottom: 40px;
  }
/*   .clients-section_logos {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    max-width: 470px;
  } */
  .clients-section_logos {
    max-width: 470px;
  }
  .clients-section_logos img {
/*     padding: 0 20px; */
    display: block;
    margin: 0 auto;
  }
  .clients-section_logos > div {margin-right: 40px;}
  .clients-section_logos > div:nth-child(1),
  .clients-section_logos > div:nth-child(2),
  .clients-section_logos > div:nth-child(3),
  .clients-section_logos > div:nth-child(4),
  .clients-section_logos > div:nth-child(5),
  .clients-section_logos > div:nth-child(6){margin-bottom: 40px;}

  .clients-section_logos > div:nth-child(1),
  .clients-section_logos > div:nth-child(4),
  .clients-section_logos > div:nth-child(7) {
    margin-left: auto;
  }
  .clients-section_logos > div:nth-child(3),
  .clients-section_logos > div:nth-child(6),
  .clients-section_logos > div:nth-child(8) {
    margin-right: auto;
  }
}

@media screen and (min-width: 900px) {
  .clients-section_logos {
/*     display: flex; */
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-flow: nowrap;
    
/*     display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px; */
  }
  .clients-section_logos > div {
    margin-bottom: 0 !important;
    margin-right: 40px !important;
  }
  .clients-section_logos > div:first-child {
    margin-left: auto !important;
  }
  .clients-section_logos > div:last-child {
    margin-right: auto !important;
  }
}

#partners-section .clients-section_logos {
  max-width: 350px;
}

section.boxed.bg-color#partners-section .container {
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  #partners-section .clients-section_logos > div {
    margin-right: auto;
  }
  #partners-section .clients-section_logos {
    max-width: 470px;
  }
}

@media screen and (min-width: 900px) {
   #partners-section .clients-section_logos {
    max-width: 100%;
   }
   section.boxed.bg-color#partners-section .container {
    padding-bottom: 80px;
  }
}


/* KPI */
.kpi-section_wrapper {
  margin-top: 2.5rem;
  text-align: center;
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: var(--gutter-h);
  grid-template-columns: repeat(2, calc(50% - 0.75rem));
}

.kpi-section_wrapper .kpi-section_value {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-family: Recoleta-SemiBold;
  font-weight: 400;
}

@media screen and (min-width: 600px) {
  .kpi-section_wrapper .kpi-section_value {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 900px) {
  .kpi-section_wrapper {
    grid-template-columns: repeat(4, calc(25% - calc(1.5rem * 3 / 4)));
  }
}

@media screen and (min-width: 1440px) {
  .kpi-section_wrapper {
    margin-top: 5rem;
  }
  .kpi-section_wrapper .kpi-section_description {
    font-size: 1.125rem;
  }
}

/* How it works */
section#how-it-works {
}
.illustration-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  max-width: 1235px !important;
}

.illustration-wrapper > div {text-align: center;}
.illustration-wrapper > div:not(:nth-child(2)) {
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
.illustration-wrapper > div:not(:nth-child(2))::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  background-image: url(https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/schaman-howitwrorks-step-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 22px;
  width: 100%;
  height: 60px;
  
/*   transform: rotate(-95deg); */
}
.illustration-wrapper > div:last-child {
  padding-top: 60px;
  padding-bottom: 0;
}
.illustration-wrapper > div:last-child::after {
  top: 0;
  bottom: auto;
}

@media screen and (min-width: 601px) {
  .illustration-wrapper {
    flex-flow: row;
    max-width: 1200px;
    margin: 0 auto;
  }
  .illustration-wrapper > div:not(:nth-child(2)) {
    width: 20%;
    padding: 0 60px 0 0;
  }
  .illustration-wrapper > div img {
    width: 100%;
  }
  .illustration-wrapper > div:nth-child(2) {
    width: 60%;
    padding-right: 0;
  }
  .illustration-wrapper > div:not(:nth-child(2))::after {
    bottom: 0;
    left: auto;
    right: 0;
    width: 60px;
    height: 100%;
    
    transform: rotate(-95deg);
  }
  .illustration-wrapper > div:last-child {padding: 0 0 0 60px;}
  .illustration-wrapper > div:last-child::after {
    right: auto;
    left: 0;
    padding-left: 60px;
  }
}

/* Use cases */
.nopadding {padding: 0 !important;}
.nopadding-top {padding-top: 0 !important;}
.nopadding-bottom {padding-bottom: 0 !important;}
.bg-yellow a {color: #000;}

.grid-quotes {
  grid-gap: 24px;
}
.grid-quotes .quote {
  position: relative;
  height: fit-content;
  padding: 64px;
  border-radius: 24px;
  border: 2px solid rgba(0,0,0,0.1);
/*   border-left: 2px solid #000; */
  
  transition: border 0.2s ease-in-out;
  height: auto;
}
.grid-quotes .quote:hover {
  border: 2px solid rgba(0,0,0,1);
}

.grid-quotes .quote a {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.grid-quotes .quote a p:last-child {
  margin-top: auto;
}
.grid-quotes .quote img {
  margin-bottom: 24px;
}
/* .grid-quotes .quote::before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #000;
  height: 99%;
  top: 0;
  left: 0;
  
  transition: height 0.2s ease-in-out;
}

.grid-quotes .quote:hover {
  height: auto;
}

.grid-quotes .quote:hover::before {
  height: 100%;
} */

/* .grid-quotes .quote a.link-title {
  font-family: Recoleta-Semibold, serif !important;
  font-size: 1.5rem;
} */
.grid-quotes .quote a:hover {
  color: #000;
  text-decoration: none;
}
.grid-quotes .quote a:hover p.title {
  text-decoration: underline;
}
.grid-quotes .quote a:hover .link-simple::after {
  transform: translateX(0.3em);
}
@media screen and (min-width: 900px) {
  .grid-quotes {
    grid-template-columns: 1fr 1fr;
  }
}

.usecases-grid .cta-wrapper {  
    position: relative;
    padding-top: var(--gutter-v);
    padding-bottom: var(--gutter-v);
}

.custom-form-wrapper form label {font-family: 'Poppins', sans-serif;font-size: 1rem;}

.custom-form-wrapper form .hs-form-field input[type=text],
.custom-form-wrapper form .hs-form-field input[type=email],
.custom-form-wrapper form .hs-form-field input[type=phone],
.custom-form-wrapper form .hs-form-field input[type=number],
.custom-form-wrapper form .hs-form-field input[type=tel], 
.custom-form-wrapper form .hs-form-field input[type=date],
.custom-form-wrapper form .hs-form-field input[name=mensaje], 
.custom-form-wrapper form .hs-mensaje textarea {
  height: 56px;
  border: 0;
  border-radius: 2em;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 0 40px;
}

.contact .custom-form-wrapper form .hs-form-field input[type=text],
.contact .custom-form-wrapper form .hs-form-field input[type=email],
.contact .custom-form-wrapper form .hs-form-field input[type=phone],
.contact .custom-form-wrapper form .hs-form-field input[type=number],
.contact .custom-form-wrapper form .hs-form-field input[type=tel], 
.contact .custom-form-wrapper form .hs-form-field input[type=date],
.contact .custom-form-wrapper form .hs-form-field input[name=mensaje], 
.contact .custom-form-wrapper form .hs-mensaje textarea,
.contact .custom-form-wrapper form textarea{
  border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.custom-form-wrapper form .hs-button {
  background-color: var(--color-yellow);
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  border-radius: 2em;
  padding: 1em 2em;
  line-height: 1.5em;
}
.custom-form-wrapper form .input {margin: 0;}

.custom-form-wrapper form input[type="submit"] {
  margin: 0;
  padding-right: 4em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.1328H16.1667' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3333 4.29956L16.1666 10.1329L10.3333 15.9662' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.3em;
  background-position: center right 2em;
  font-weight: 500;
  
  transition: all 0.2s ease-in-out;
}
.custom-form-wrapper form input[type="submit"]:hover {
  background-position: center right 1.7em;
}

#newsletter-section h2 {margin-bottom: 64px;}

#newsletter-section .custom-form-wrapper form {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: wrap;
}

#newsletter-section .custom-form-wrapper form fieldset {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin-right: 24px;
  max-width: 100%;
  width: 100%;
}

#newsletter-section .custom-form-wrapper form .field {margin: 0; width: 100%;max-width: 340px;}
#newsletter-section .custom-form-wrapper form label {display: none;}

#newsletter-section .submitted-message {color: #FFF;}

/* Inputs */
#newsletter-section .custom-form-wrapper form fieldset.form-columns-2 {flex: 0 1 calc(100% - 205px);}
#newsletter-section .custom-form-wrapper form fieldset .legal-consent-container a {color:#ccc;}

/* Submit button */
@media (min-width: 601px) {
  #newsletter-section .custom-form-wrapper form .hs-submit {order: 2; flex: 0 1 177px;}
}

/* GPDR */
#newsletter-section .custom-form-wrapper form fieldset.form-columns-1 {order: 3; flex: 0 1 100%;padding-top: 17px;grid-template-columns: 1fr;}
#newsletter-section .custom-form-wrapper form label.hs-form-booleancheckbox-display {display: block;}

#newsletter-section .custom-form-wrapper form fieldset.form-columns-1 .field {max-width: 100%;}
#newsletter-section .custom-form-wrapper form fieldset.form-columns-1 ul {padding-left: 0;}

#newsletter-section ul.hs-error-msgs li label {
  display: block !important;
  font-size: 0.8em;
  color: #ce0000 !important;
  font-weight: 500;
}

#newsletter-section .custom-form-wrapper form .hs_error_rollup {
  width: 100%;
  order: -1;
  margin-bottom: 24px;
}

#newsletter-section .custom-form-wrapper form .hs_error_rollup ul.hs-error-msgs li label {text-align: center;}

#newsletter-section .custom-form-wrapper form .hs-form-booleancheckbox {padding-bottom: 0;}

.contact .custom-form-wrapper form fieldset {max-width: 100% !important;}
.contact .custom-form-wrapper form fieldset.form-columns-2 .hs-form-field { width: 100%; float: none; }
.contact .custom-form-wrapper form fieldset.form-columns-2 .input { margin-right: 0 !important; }

.contact .custom-form-wrapper form .hs-form-field input[name=mensaje],
.contact .custom-form-wrapper form .hs-form-field input[type=date],
.contact .custom-form-wrapper form .hs-form-field input[type=email],
.contact .custom-form-wrapper form .hs-form-field input[type=number],
.contact .custom-form-wrapper form .hs-form-field input[type=phone],
.contact .custom-form-wrapper form .hs-form-field input[type=tel],
.contact .custom-form-wrapper form .hs-form-field input[type=text],
.contact .custom-form-wrapper form .hs-form-field textarea {
  padding: 0;
}

.contact .field { margin-bottom: 40px; }

.contact .custom-form-wrapper form .hs-form-field textarea {
    font-size: 1rem;
    height: 62px;
    line-height: 2.3rem;
    font-family: 'Poppins', sans-serif;
    padding-top: 12px;
}

.contact ul .hs-form-booleancheckbox {padding-bottom: 0 !important;}

.contact .custom-form-wrapper form .inputs-list {
  padding-left: 0;
  margin-bottom: 40px;
}

.contact .legal-consent-container .hs-form-booleancheckbox-display>span {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1.2em;
}

.contact .legal-consent-container .hs-form-booleancheckbox-display>span a {
  color: #000;
  text-decoration: underline;
}
.contact .legal-consent-container .hs-form-booleancheckbox-display>span a {

}
.contact .custom-form-wrapper form {max-width: 100%;}

/*.contact .custom-form-wrapper form input[type="submit"] {background-position: calc(50% + 1.3em) 50%;}
.contact .custom-form-wrapper form input[type="submit"]:hover {background-position: calc(50% + 1.6em) 50%;}*/


.contact .custom-form-wrapper form input[type="submit"] {background-position: top 50% left: 2em;}
.contact .custom-form-wrapper form input[type="submit"]:hover {background-position: top 50% left: 1.7em;}


.DownloadEbook .contact .custom-form-wrapper form input[type="submit"] {background-position: calc(50% + 3.7em) 50%;}
.DownloadEbook .contact .custom-form-wrapper form input[type="submit"]:hover {background-position: calc(50% + 4em) 50%;}

.workwithusLP .contact .custom-form-wrapper form input[type="submit"] {background-position: calc(50% + 1.7em) 50%;}
.workwithusLP .contact .custom-form-wrapper form input[type="submit"]:hover {background-position: calc(50% + 2em) 50%;}

.contact .custom-form-wrapper form .hs-submit {margin-top: 20px;}

.contact .hs-form-required {color: #000;}

.contactlp-image {margin-top: 16px;}

@media screen and (min-width: 900px) {
  .contact .custom-form-wrapper {max-width: 70%;width: 100%;margin: 0 auto;}
}

@media screen and (min-width: 601px) {
  .contact .custom-form-wrapper form input[type="submit"] {
    display: block;
    width: auto;
    margin: 0 auto;
    float: none;
  }
/*   .contact .custom-form-wrapper form fieldset.form-columns-2 {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 24px;} */
}

@media screen and (max-width: 600px) {
  #newsletter-section .custom-form-wrapper form fieldset {
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #newsletter-section .custom-form-wrapper form .field {max-width: 100%;}
  #newsletter-section .custom-form-wrapper form {
    flex-flow: column;
  }
  .custom-form-wrapper form .hs-submit {
    display: block;
    width: 100%;
  }
  /*.custom-form-wrapper form input[type="submit"] {background-position: center right 11.5em;}
  .custom-form-wrapper form input[type="submit"]:hover {background-position: center right 11.2em;}*/
  
  #newsletter-section .custom-form-wrapper form input[type="submit"] {background-position: center right calc(50% - 3em);}
  #newsletter-section .custom-form-wrapper form input[type="submit"]:hover {background-position: center right calc(50% - 3.3em);}
}

/* Info Section */
#info-section .grid {
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 80px;
  align-items: center;
}
#info-section h2 {
  margin-bottom: 30px;
}
#info-section h3 {
  font-size: 24px;
  line-height: 32px;
}
#info-section img {
  margin: 0 auto;
  display: block;
}

/* Capabilities Section */
.capabilities-tabs {
  margin-top: 73px;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2px;
}
.capabilities-tabs .tab {
  text-align: center;
  background-color: #fff;
  padding: 24px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.capabilities-tabs .tab.active {
  background-color: #000;
  color: #fff;
}
.capabilities-tabs .tab svg {
  text-align: center;
  margin-bottom: 16px;
}
.capabilities-tabs .tab.active svg path {
  stroke: #FEE52E;
}
#capabilities-section .tabcontent .grid {
  grid-template-columns: 1fr 1fr;
  margin-top: 88px;
  grid-column-gap: 10%;
}
#capabilities-section .tabcontent {
  display: none;
}

/* Benefits Section */
#benefits-section h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
#benefits-section .grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  margin-top: 56px;
}
.benefits-section_box {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.benefits-section_head {
  background-color: #000;
  padding: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.benefits-section_body {
  background-color: #fff;
  padding: 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 100%;
}

/* Slider Section */
.slider .logo img {
  filter: grayscale(1);
}
.slider .logo {
  margin-bottom: 40px;
}
.slider .slide-info {line-height: 1.6em;}
.slider .slide-info .company {display: block;color: #0099FF;}
.slide {
  padding: 40px;
  transition: 0.5s;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
}

.slider .slick-track {
    display: flex !important;
}

.slider .slick-slide {
    height: inherit !important;
}

.slider .slick-slide {
  margin: 0 15px;
  transition: 0.5s;
  position: relative; 
}

.slider .slick-slide .slide {
  display: flex;
  flex-flow: column;
}

.slick-slide:focus {
  outline: none;
}
.slick-nextt, .slick-prevv {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 56px;
  height: 57px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 9;
}
.slick-nextt {
  right: -80px;
}
.slick-prevv {
  left: -80px;
}
@media (max-width: 1499px) {
  .slick-nextt {
    right: -40px;
  }
  .slick-prevv {
    left: -40px;
  } 
}
/* li.slick-active {
  background-image: url(https://5700174.fs1.hubspotusercontent-na1.net/hubfs/5700174/Shaman_April2021/X.png);
} */
ul.slick-dots {
  bottom: -70px!important;
  left: 0;
  padding: 0 !important;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {position: relative;}
.slick-dots li button:before {
  font-size: 12px !important;
  color: #0099FF !important;
  opacity: .25;
}
.slick-dots li.slick-active button::before {
	opacity: 1 !important;
  color: #0099FF !important;
  font-size: 16px !important;
}

.slider.slick-slider {
  max-width: 1300px;
  margin: 0 auto;
}

.slide .slide-info {
  margin-top: auto;
}

@media screen and (max-width: 1400px) {
  .slick-prevv {
    left: 40px;
  }
  .slick-nextt {
    right: 40px;
/*     display: none !important; */
  }
}

.cta_button.btn-secondary:not(#cta_button_5700174_92c3aac0-f288-402d-876e-2266f1aeb322) {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1.5em;
  font-size: 1rem;
  color: rgba(0,0,0,0.75);
  padding: 1em 2em;
  background: transparent;
  border: 2px solid rgba(0,0,0,0.1);
  border-radius: 2em;
  font-family: inherit;
  font-weight: 500;
  transition: all .4s ease;
}
.cta_button.btn-secondary:not(#cta_button_5700174_92c3aac0-f288-402d-876e-2266f1aeb322):hover {
  color: #000;
  border-color: #000;
}

#slider-section h2 {margin-bottom: 0 !important;}

.slider-wrapper {
  padding-top: var(--gutter-v);
}

.slider-wrapper {overflow-x: hidden;padding-bottom: 40px;}

.slider.slick-slider {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 901px) and (max-width: 1399px) {
  .slider.slick-slider .slick-slide {margin: 0 20px;}
  .slider.slick-slider .slick-slide .slide {
    width: 66vw;
  }
  .slider.slick-slider .slick-list {
    overflow: visible;
  }
}

/* Primary CTA  Yellow */

.cta_button.btn-primary {
  background-color: var(--color-yellow);
  color: #000 !important;
  border-color: var(--color-yellow);
}

a#cta_button_5700174_23bcd062-244e-4391-bd5f-f9c7bb4f3266 {
  display: flex;
  width: 245px;
  color: #000 !important;
  height: auto !important;
  align-items: center;
}
a#cta_button_5700174_d734f22b-7be7-4a80-a8a0-14374143d534 {
  display: flex;
  width: 273px;
  color: #000 !important;
  height: auto !important;
  align-items: center;
}

.cta_button.btn-primary:hover,
a#cta_button_5700174_3498d857-fe79-4484-9e64-5f20a58ed6c9:hover {
  background-color: var(--color-yellow) !important;
  color: #000 !important;
  border-color: var(--color-yellow) !important;
}
/* Secondary CTA  White */
.cta_button.btn-secondary:hover,
a#cta_button_5700174_92c3aac0-f288-402d-876e-2266f1aeb322:hover {
  background: transparent !important;
  color: #000 !important;
  border-color: rgba(0,0,0,1) !important;
}

/* Black CTA */
.cta_button.btn-black,
.cta_button.btn-blue,
.cta_button.btn-primary {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 1em 2em;
  border-radius: 2em;
  font-family: inherit;
  font-weight: 500;
  transition: all .4s ease;
  
  color: #000;
}

.cta_button.btn-black,
.cta_button.btn-blue {
  color: #FFF;
}
.cta_button.btn-black,
.cta_button.btn-black:hover {
  background: #000;
  border: 2px solid #000;
}

/* Blue CTA */
.cta_button.btn-blue,
.cta_button.btn-blue:hover {
  background: #0099ff;
  border: 2px solid #0099ff;
}

@media screen and (max-width: 600px) {
  a[id^="cta_button"] {
    display: block !important;
    margin: var(--gutter-h) 0 !important;
  }
  a[id^="cta_button"]:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 600px) {
  a[id^="cta_button"] {
    margin: 0 1.5rem 0 0 !important;
  }
  a[id^="cta_button"]:last-child {
    margin-right: 0 !important;
  }
}

.link-simple::after {content: ''; display: inline-block;}

.cta_button.btn-primary span.button-arrow,
.cta_button.btn-secondary span.button-arrow,
.cta_button.btn-blue span.button-arrow,
.cta_button.btn-black span.button-arrow,
a[id^="cta_button"] span.button-arrow,
.link-simple::after {
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.2em;
  margin-top: -0.2em;
  display: inline-block;
  vertical-align: middle;
  
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.1328H16.1667' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3333 4.29956L16.1666 10.1329L10.3333 15.9662' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  
  transition: transform 0.2s ease-in-out;
}

.cta_button.btn-blue span.button-arrow,
.cta_button.btn-black span.button-arrow,
a[id^="cta_button"].btn-blue span.button-arrow,
a[id^="cta_button"].btn-black span.button-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.1328H16.1667' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3333 4.29956L16.1666 10.1329L10.3333 15.9662' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* .cta_button.btn-secondary, */
.cta_button.btn-primary:hover span.button-arrow,
.cta_button.btn-secondary:hover span.button-arrow,
.cta_button.btn-blue:hover span.button-arrow,
.cta_button.btn-black:hover span.button-arrow,
a[id^="cta_button"]:hover span.button-arrow,
.link-simple:hover::after {
  transform: translateX(0.3em);
}

/* Buttons spacing */
@media (min-width: 600px) {
  /*.hs_cos_wrapper_type_cta ~ .hs_cos_wrapper_type_cta {
    margin-left: 1.5rem;
    display: inline-block;
  }*/
  .buttons-wrapper > span:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* Other sections */
.image-ico-wrapper {margin-bottom: 24px;}

section.simple-img {overflow: hidden;max-height: 42.3vw;}

section.simple-img img {width: 100% !important;}

main.use-case.UseCaseProactivity section.grid_icon-w-text .grid > div:nth-child(4),
main.use-case.usecaseproactivity section.grid_icon-w-text .grid > div:nth-child(4) {
  display: none;
}

@media (min-width: 900px) {
  section.grid_icon-w-text .grid-half {
    grid-template-columns: repeat(2, minMax(auto, 540px));
    justify-content: center;
  }
  main.use-case.UseCaseProactivity section.grid_icon-w-text .grid > div:nth-child(4),
  main.use-case.usecaseproactivity section.grid_icon-w-text .grid > div:nth-child(4){
    display: block;
  }
}

.body-container-wrapper ul {
  padding-left: 20px;
  /* list-style: disc; */
  padding-left: 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}

section.variable-description p:last-child {
  margin-bottom: 24px;
}
section.variable-description + section {margin-top: -24px;}

/* Override default WYSIWYG Styles */
.basic-pages .dnd-section .widget-type-cell,
div[class*="-force-full-width-section"] > .row-fluid {padding-left: 0 !important;padding-right: 0 !important;}


/* Styles for pages created with DND */
.basic-pages .welcome-section .grid-half > div {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.basic-pages.RootCauseEN .welcome-section .grid-half > div,
.basic-pages.RootCauseES .welcome-section .grid-half > div {
  justify-content: flex-start;
}

.basic-pages .two-columns-illustrationtext .illustrat-wrapper {
    padding-bottom: 32px;
    width: 300px;
    height: 300px;
    display: flex;
}
.basic-pages .two-columns-illustrationtext .cta_button {margin-top: 32px;}

.basic-pages .two-columns-illustrationtext .illustrat-wrapper img {
  width: 300px;
}

@media (min-width: 1400px) {
  .basic-pages .two-columns-illustrationtext .grid-half > div {
    padding-right: 64px;
    padding-left: 40px;
  }
}

/* specific by pages */
@media (min-width: 900px) {
  .basic-pages.RootCauseEN .welcome-section .grid-half > div img,
  .basic-pages.RootCauseES .welcome-section .grid-half > div img {
    margin: 0 auto;
    width: 455px;
  }
  .homepage #welcome-section:not(.welcome-section--video) .grid-half > div:last-child {
    max-width: 560px;
    margin: 0 auto;
  }
}

.r-corners {border-radius: 8px;}
.basic-pages .grid-twocolumns-bg-blue .grid-custom {
  grid-gap: 24px;
  grid-template-columns: 1fr;
}

.basic-pages section.usecases-grid[class*="bg-"] {
  background-color: transparent;
/*   padding-top: var(--gutter-v) !important; */
}

body .custom-menu-primary.custom-menu-primary-desktop .submenu.level-1 > li > a {display: inline-block;line-height: 100px;}

body .custom-menu-primary-desktop .navigation-primary > ul > li > ul { border: 0 none !important; width: 300px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus,
body .custom-menu-primary-desktop .navigation-primary > ul > li > ul > li > a:hover,
body .custom-menu-primary-desktop .navigation-primary > ul > li > ul > li > a:focus {
  color: #000 !important;
  text-decoration: none !important;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > ul {top: 100px !important;bottom: auto !important;}

.custom-menu-primary-desktop .navigation-primary .child-trigger {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10L12 16L18 10' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.custom-menu-primary-mobile .navigation-primary .has-submenu {
  position: relative;
}

.custom-menu-primary-mobile .navigation-primary .child-trigger {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 3em;
  
  right: 0;
/*   top: 50%; */
/*   transform: translateY(-50%); */
  
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.5em;
  z-index: 99;
}

/* Language switcher */

.custom-locales-widget {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .custom-header-request-button {display: none !important;}
  .custom-header-content {flex-flow: nowrap;}
}

.custom-locales-widget ul {
  
}

.custom-demo--button {
  padding: 0 20px;
}
.custom-demo--button a {
  display: inline-block;
  padding: 0.7em 1em;
  color: #000;
  background: var(--color-yellow);
  /*border-radius: 5px;*/
  border-radius: 4em;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.custom-demo--button a:hover {
  background-color: #000;
  color: var(--color-yellow);
  text-decoration: none;
}

/* 2023 Logo refactor imgtipe + logotype */

.custom-header .custom-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0;
}
.custom-header .custom-logo .symbol {
  flex: 0 0 23px;
}
.custom-header .custom-logo .logo__text {
  flex: 0 0 126px;
}

@media (max-width: 400px) {
  .custom-header .custom-logo {
    font-size: 15px;
    flex: 0 0 137px !important;
    width: 137px !important;
    max-width: 137px;
  }
  .custom-header .custom-logo .symbol {
    flex: 0 0 1em;
  }
  .custom-header .custom-logo .logo__text {
    flex: 0 0 5.5em;
  }
}

@media (min-width: 768px) {
  /*.custom-header .custom-logo {
    flex: 0 0 64px !important;
    max-width: 64px !important;
  }*/
  .custom-header .custom-menu-primary-desktop {
    /*flex: 0 0 calc(100% - 320px) !important;
    max-width: calc(100% - 320px) !important;*/
    flex: 0 1 auto !important;
    max-width: 100% !important;
  }
  /* Language switcher */
  .custom-locales-widget ul {

  }
}

@media (max-width: 767px) {
  .custom-header-content {justify-content: space-between !important;}
  .custom-logo {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 62px;
    flex: 0 0 62px;
    max-width: 62px;*/
    -ms-flex: 0 0 px;
    flex: 0 0 112px;
    max-width: 112px;
  }
  .custom-header-hor-space {
    display: none !important;
  }
  .custom-header-request-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px !important;
    flex: 0 0 40px !important;
    max-width: 40px !important;
  }
  .custom-demo--button {
    margin-left: auto;
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .custom-menu-primary-desktop .navigation-primary > ul > li,
  .custom-demo--button a {font-size: 14px !important;}
  .custom-menu-primary-desktop .navigation-primary > ul > li {
    margin-left: 10px !important;
  }
}
@media (max-width: 900px) {
  html body .custom-menu-primary-desktop .navigation-primary > ul > li,
  .custom-demo--button a {font-size: 12px !important;}
  .custom-demo--button {padding: 0 10px;} 
  .custom-menu-primary-desktop .navigation-primary > ul > li {
    margin-left: 7px !important;
  }
}


/*  MODALS  */
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  background-color: #fff;
}

body .leadinModal .leadin-preview-wrapper h4,
body .leadinModal .leadinModal-content h4 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 600px) {
  body .leadinModal .leadin-preview-wrapper h4,
  .leadinModal .leadinModal-content h4 {
    font-size: 48px;
  }
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
  text-align: center;
}

body .leadinModal .leadin-button-primary {
  position: relative;
}
body .leadinModal .leadin-button-primary::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  
  margin-left: 0.5em;
  
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.1328H16.1667' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3333 4.29956L16.1666 10.1329L10.3333 15.9662' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  
  transition: all .2s ease-in-out;
  
}

body .leadinModal .leadin-button-primary {
  background-color: var(--color-yellow) !important;
  padding: 1em 2em !important;
  border-radius: 2em;
  border: 0 none;
  color: #000 !important;
  font-size: 1rem;
  display: inline-flex !important;
  align-items: center;
  width: auto;
  margin: 0 auto !important;
  
  
  /*padding-right: 4em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.1328H16.1667' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3333 4.29956L16.1666 10.1329L10.3333 15.9662' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-size: 1.3em !important;
  background-position: center right 2em !important;*/
  font-weight: 500;
  transition: all .2s ease-in-out;
}

body .leadinModal .leadin-button.hide {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

body .leadinModal .leadin-button-primary.next-button {display: flex !important;margin: 0 auto !important;}

body .leadinModal .leadin-button-primary:hover {
  background-color: var(--color-yellow) !important;
}

body .leadinModal .leadin-button-primary:hover::after {
  margin-left: 0.8em;
}

body .leadinModal .back-button {
  color: #000 !important;
  border-color: #000 !important;
  border-radius: 2em !important;
  height: 2.4em;
}

body .leadinModal .leadinModal-content input[type="text"],
body .leadinModal .leadinModal-content input[type="email"],
body .leadinModal .leadinModal-content textarea {
  border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid #000;
  margin-bottom: 24px !important;
}

body .leadinModal .leadinModal-content input[type="text"]:focus {
  outline: none;
}

/*******************************/
/*******      BLOG     *********/
/*******************************/

/* Author */
.blog_author-page .blog-header__subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.blog_author-page .blog-header__subtitle .charge {
  display: block;
  text-align: center;
  margin: 24px 0;
  font-weight: 600;
}

.blog-header__author_social-links a {
  color: #000;
  text-decoration: underline;
}
.blog-header__author_social-links > a:not(:last-child) {
  margin-right: 24px;
}
.blog-header__author_social-links > a:hover {
  color: #000;
  text-decoration: none;
}

/* Blog */

.blog-header {
  padding-top: var(--header-height);
}

.content-wrapper.post {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.blog-title {
  padding: 64px 0;
  background-color: rgba(0, 153, 255, 0.05);
}

.blog-title .blog-post__meta > * {
  display: inline-block;
  line-height: 1.5em;
}

.blog-title .blog-post__meta > a {
  text-decoration: none;
  color: #000;
}
.blog-title .blog-post__meta > a:hover {color: #000;opacity: 0.5;}

.blog-title .blog-post__meta > *:not(:last-child) {
  margin-right: 12px;
  padding-right: 16px;
  position: relative;
}
.blog-title .blog-post__meta > *:not(:last-child)::after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: currentColor;
  position: absolute;
  right: 0;
}
.blog-title h1 {margin-bottom: 2rem;}

.blog-post {
  padding-top: 64px;
  padding-bottom: 64px;
}

.blog-post__body {
}

:root {
  /* --post-spacer: 64px; */
  --post-spacer: 40px;
  --post-spacer-h: 90px;
}

.blog-title .content-wrapper.post h1,
.blog-title .content-wrapper.post .blog-post__meta {
  margin-left: var(--post-spacer-h);
  margin-right: var(--post-spacer-h);
}
.blog-title .content-wrapper.post .blog-post__meta {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-post__body p,
.blog-post__body blockquote,
.blog-post__body ol,
.blog-post__body ul,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  margin: 0 var(--post-spacer-h) var(--post-spacer) var(--post-spacer-h);
  color: #000;
}

.blog-post__body b,
.blog-post__body strong {
  font-weight: 600;
}

.blog-post__body figure,
.blog-post__body .hs-embed-wrapper {
  margin: 0 0 var(--post-spacer) 0 !important;
}

.blog-post__body p {
  line-height: 1.5em;
  opacity: 1;
}

.blog-post__body ul li,
.blog-post__body ol li {
  padding-bottom: 8px;
}

.blog-post__body ul,
.blog-post__body ol {
  padding-left: 1rem;
}

.blog-post__body figure {
  width: 100%;
}

.blog-post__body figure figcaption {
  font-size: 12px;
  text-align: center;
  padding-top: 24px;
  color: #7f7f7f;
}

.blog-post__body a {
  color: #000;
  text-decoration: underline;
}

.blog-post__body a:hover {
  color: #000;
  text-decoration: none;
}

.blog-post__body blockquote {
  background-color: var(--color-yellow);
  border-radius: 8px;
  padding: 40px 48px;
  text-align: center;
  font-family: 'Recoleta-SemiBold', serif;
  font-weight: 400;
  font-size: 24px !important;
  line-height: 1.33em !important;
}

@media (min-width: 600px) {
  .blog-post__body p {clear: both;}
  .blog-post__body blockquote.quote-left,
  .blog-post__body blockquote.quote-right {
    clear: both;
    width: 50%;
    text-align: left;
  }
  .blog-post__body blockquote.quote-left {float: left;}
  .blog-post__body blockquote.quote-right {float: right;}
  
  .blog-post__body .quotes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    margin-bottom: var(--post-spacer);
  }
  .blog-post__body .quotes-grid blockquote {
    margin: 0 !important;
    text-align: left;
  }
}

.blog-post__body h2 {
  font-size: 24px !important;
  line-height: 1.33em !important;
}

.blog-post__body .hs-embed-wrapper {
  width: 100% !important;
  height: auto;
  padding-bottom: 56.2%;
  max-width: none !important;
}

/* Above */
.blog-post__share,
.blog-post__tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0;
}
.blog-post__share .social-sharing,
.blog-post__tags .blog-post__tags-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-post__share .social-sharing a,
.blog-post__tags .blog-post__tags-list a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  margin-left: 22px;
}
.blog-post__share .social-sharing a:hover,
.blog-post__tags .blog-post__tags-list a:hover {
  color: #000;
  text-decoration: underline;
}

.blog-post__share {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.blog-post__share .blog-post__share-title,
.blog-post__share .blog-post__share-title i {
  display: inline-flex;
  align-items: center;
}
.blog-post__share .blog-post__share-title i {
  margin-right: 11px;
}
.blog-post__tags {
  border-bottom: 1px solid #000;
}

@media (max-width: 950px) {
  .blog-post__share, .blog-post__tags {
    padding-right: 27px;
    padding-left: 27px;
  }
}

@media (max-width: 899px) {
  :root {
    --post-spacer-h: 40px;
  }
}
@media (max-width: 599px) {
  :root {
    --post-spacer-h: 24px;
    /* --post-spacer: 32px; */
    --post-spacer: 20px;
  }
  .blog-post__body blockquote {
      padding: 20px 24px;
  }
  .blog-post__share, .blog-post__tags {
    display: block;
  }
  .blog-post__share .blog-post__share-list,
  .blog-post__tags .blog-post__tags-list {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    padding-top: 16px;
    flex-flow: wrap;
  }
  .blog-post__share .social-sharing {
    flex-flow: wrap;
    justify-content: flex-start;
  }
  .blog-post__share .blog-post__share-list a,
  .blog-post__tags .blog-post__tags-list a {
    margin-left: 0;
    margin-right: 22px;
  }
}

body .blog-post__author {background: transparent;}

/* Related Posts */
.blog-recent-posts {
  margin: 0;
  padding: 64px 0;
  background-color: rgba(0, 153, 255, 0.05);
}

.blog-recent-posts h2 {
  padding: 0;
  margin: 0 0 64px 0;
  text-align: center;
}

.blog-recent-posts .blog-recent-posts__list h2 {
  text-align: left;
}

.blog-recent-posts__list.blog-index {
  padding-top: 0;
}


/* Blog list */

.content-wrapper.blog-list {
  padding: 0 40px;
}

.blog-index {
}
.blog-index .blog-index__post {
  position: relative;
}
/*.blog-index .blog-index__post > .blog-index__post-image {
  position: absolute;
  width: 100%;
  height: 100%;
}*/

.featured_index {
    display: grid;
    grid-gap: 24px;
    grid-template-areas:
        "featured featured small-1"
        "featured featured small-2";
}

.featured_index > .blog-index__post:nth-child(1) {grid-area: featured;}
.featured_index > .blog-index__post:nth-child(2) {grid-area: small-1;}
.featured_index > .blog-index__post:nth-child(3) {grid-area: small-2;}

.featured_index .blog-index__post {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px;
}
.featured_index .blog-index__post .blog-index__post-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
}

.featured_index .blog-index__post .blog-index__post-content,
.featured_index .blog-index__post .blog-index__post-content--tag {
  position: relative;
  z-index: 2;
  color: #fff;
}
.featured_index .blog-index__post .blog-index__post-content--tag {
  background-color: var(--color-yellow);
  color: #000;
  text-transform: uppercase;
  border-radius: 2em;
  font-size: 12px;
  padding: 0.5rem 1rem;
}

.featured_index .blog-index__post .blog-post__meta {
  display: flex;
  flex-flow: wrap;
  font-size: 12px;
  text-transform: uppercase;
  margin: 24px 0;
}
.featured_index .blog-index__post .blog-post__meta > *:not(:last-child) {
  padding-right: 8px;
  margin-right: 5px;
  position: relative;
}
.featured_index .blog-index__post .blog-post__meta > *:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: 0;
}

.featured_index .blog-index__post .blog-index__post-content h2 {
  margin: 0 0 1rem 0;
  color: #fff;
}
.featured_index .blog-index__post .blog-index__post-content h2 ~ h2 {
  margin: 0;
}

.featured_index .blog-index__post .blog-index__post-content h2 a {
  font-family: 'Recoleta-SemiBold', serif !important;
  color: #fff;
  line-height: 1.13em;
}

.featured_index .blog-index__post:not(:first-child) .blog-index__post-content h2 {
  font-size: 32px !important;
}

.featured_index .blog-index__post:not(:first-child) .blog-index__post-content h2 ~ h2 {
  font-size: 18px !important;
}

.featured_index .blog-index__post .blog-index__post-image {
  filter: brightness(0.5);
}

.featured_index .blog-index__post .blog-index__post-content p {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .featured_index {
    grid-template-areas: "featured small-1"
                         "featured small-2";
  }
}
@media screen and (max-width: 899px) {
  .featured_index {
    grid-template-areas: "featured" "small-1" "small-2";
  }
  /*.featured_index .blog-index__post:first-child .blog-index__post-content h2 {
    font-size: 32px !important;
  }*/ 
}

/* Basic post grid */
.blog-index .blog-index__post .blog-index__post-content--tag {
  text-transform: uppercase;
  color: #0099FF;
  font-size: 12px;
}
.blog-index .blog-index__post .blog-index__post-content h2 {
  font-size: 24px !important;
  margin: 16px 0;
}
.blog-index .blog-index__post .blog-index__post-content h2 a {
  font-family: 'Recoleta-SemiBold', serif !important;
  line-height: 1.13em;
}
.blog-index .blog-index__post .blog-index__post-content h2 a:hover {
  color: #000;
}
.blog-index .blog-index__post .blog-post__meta {
  display: flex;
  flex-flow: wrap;
  font-size: 12px;
  text-transform: uppercase;
  margin: 16px 0;
  opacity: 0.5;
}
.blog-index .blog-index__post .blog-post__meta > *,
.blog-index .blog-index__post .blog-post__meta a {text-decoration: none;color: #000;}

.blog-index .blog-index__post .blog-post__meta > *:not(:last-child) {
  padding-right: 8px;
  margin-right: 5px;
  position: relative;
}
.blog-index .blog-index__post .blog-post__meta > *:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: 0;
}
.blog-index .blog-index__post-image {
  border-radius: 8px;
  margin-bottom: 24px;
}
.blog-index {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  padding: 0;
}

.blog-index::after {display: none !important; content: none;}

.blog-index .blog-index__post {
/*   padding: 0 0 24px 0; */
  padding: 0;
}


/* Filters */
.filter-wrapper {
  padding-top: 40px;
}

.filter-wrapper .blog-navigation {
  /*display: flex;*/
  display: grid;
  grid-template-columns: 390px 1fr;
  grid-gap: 24px;
}

.filter-wrapper .blog-navigation .column {
/*   flex: 0 1 50%; */
}

.filter-wrapper .blog-navigation .blog-filter-tags {
    display: flex;
    width: 100%;
    align-items: center;
    flex: 1 1 100%;
    max-width: none;
    padding: 0;
}
.filter-wrapper .blog-navigation .blog-filter-tags label {
  flex: 1 0 auto;
  padding-right: 24px;
}
.filter-wrapper .blog-navigation .blog-filter-tags select {
  flex: 0 1 auto;
  width: 100%;
  height: 56px;
  border-radius: 30px;
  padding: 0 44px 0 24px;
  border-radius: 44px;
  border: 1px solid rgba(0,0,0,0.1);
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right 24px center;
}

.filter-wrapper .blog-navigation .blog-filter-tags select:focus {
  outline-color: #000;
}

.filter-wrapper .blog-navigation__search form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0;
}

.filter-wrapper .blog-navigation__search form label {
  padding-right: 24px;
}
.filter-wrapper .blog-navigation__search form input {
  height: 56px;
  background-color: #fff;
  border-radius: 44px;
  height: 56px;
  width: 100%;
  flex: 0 1 100%;
}
.filter-wrapper .blog-navigation__search form button {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 56px;
  color: #fff;
  background: #000;
  border: 0 none;
  border-radius: 44px;
  padding: 0 3rem;
}
.filter-wrapper .blog-navigation__search form button > span svg {display: none !important;}
/*.filter-wrapper .blog-navigation__search form button > span:after {
  content: 'Search';
}*/

.filter-wrapper .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top: calc(100% + 24px);
  z-index: 99;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 24px;
  font-size: 16px;
}

.filter-wrapper .hs-search-field--open .hs-search-field__suggestions #results-for {
  font-weight: 400;
  opacity: 0.5;
}

.filter-wrapper .hs-search-field--open .hs-search-field__suggestions li:not(:last-child) {
  padding-bottom: 8px;
}
.filter-wrapper .hs-search-field--open .hs-search-field__suggestions li a {
  color: #000;
}

@media (max-width: 1199px) {
  .blog-index {grid-template-columns: 1fr 1fr;}
}

@media (max-width: 999px) {
  .filter-wrapper .blog-navigation {
    grid-template-columns: 1fr;
  }
  .filter-wrapper .blog-navigation .blog-filter-tags {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .blog-index {grid-template-columns: 1fr;}
  
  .filter-wrapper .blog-navigation .blog-filter-tags,
  .filter-wrapper .blog-navigation__search form {
    display: block;
  }
  .filter-wrapper .blog-navigation .blog-filter-tags label,
  .filter-wrapper .blog-navigation__search form label {
    display: block;
    padding-bottom: 24px;
  }
  .filter-wrapper .blog-navigation__search form button {
    top: auto;
    bottom: 0;
  }
}

.blog-list .filter-wrapper {padding-bottom: 40px;}
.blog-list .blog-index {padding-bottom: 64px;}

.hs-search-highlight {
    font-weight: 600;
    color: var(--color-light-blue);
}

.hs-search-results {
  padding-bottom: 64px;
}

ul.hs-search-results__listing li {
  margin-bottom: 0;
}

.filter-wrapper .hs-search-field__suggestions a:focus,.filter-wrapper .hs-search-field__suggestions a:hover {background-color: transparent;}

.hs-search-results__featured-image {
  border-radius: 8px;
  margin-bottom: 24px;
}

.blog-index .blog-index__post .blog-index__post-content h2 ~ h2,
.blog-index__post-content h2 ~ h2 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  margin: 0;
  line-height: 1.5em !important;
}

/* Search Results page */
.systems-page.search-results-page {
  padding: 0;
}

.systems-page.search-results-page .filter-wrapper {
  padding: 40px 0;
}

.systems-page.search-results-page h1 {
  padding: 0;
  margin: 24px 0 64px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 32px !important;
}

/* Blog Pagination */
.blog-pagination {
}
.blog-pagination__link.disabled {color: #b0c1d4;}
.blog-pagination__next-link svg, .blog-pagination__prev-link svg {margin: 0 10px;}

.blog-pagination__number-link {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 none;
}

.blog-pagination__number-link.blog-pagination__link--active {
  background: #000;
  color: #fff;
}

.blog-pagination__number-link:hover {
  border: 2px solid #ededed;
  color: #000;
}

.blog-pagination__number-link.blog-pagination__link--active:hover {
  border: 0 none;
  color: #fff;
}

.blog-pagination__prev-link:hover,
.blog-pagination__next-link:hover {
  color: #000;
  opacity: 0.8;
}

.video-wrapper video {
  width: 100%;
  height: auto;
}


/**********************************************/
/******         NEW 2023 HOMEPAGE       *******/
/**********************************************/
.homepage-2023 {
  --color-blue-10: #0099FF1A;
}
.homepage-2023 section .container {
  max-width: 1440px;
}

*[class*="limited-container--"] {
  margin-left: auto;
  margin-right: auto;
}

.homepage-2023 p.title.font-large {
  line-height: 1.25em;
}

.homepage-2023 .welcome-section--video p.title.font-large {
  margin-bottom: 1.5rem;
}

.homepage-2023 .p-t--small {
  padding-top: 2rem;
}
.homepage-2023 .p-b--small {
  padding-bottom: 2rem;
}
.homepage-2023 .p-t--mid {
  padding-top: calc( var(--gutter-v) / 1.6);
}
.homepage-2023 .p-t--large {
  padding-top: calc( var(--gutter-v) / 0.8);
}
.homepage-2023 .p-b--mid {
  padding-bottom: calc( var(--gutter-v) / 1.6);
}
.homepage-2023 .limited-container--large {
  max-width: 1120px;
}
.homepage-2023 .limited-container--mid {
  max-width: 860px;  
}
.homepage-2023 .limited-container--small {
  max-width: 820px;
}
.homepage-2023 .inner-section {
  padding-top: var(--gutter-v);
  padding-bottom: var(--gutter-v);
}

.v-align--center {
  align-items: center;
}

.homepage-2023 .rounded {
  border-radius: 8px;
}
.homepage-2023 .background-gradient {
  position: relative;
}
.homepage-2023 .background-gradient::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-blue-10, rgba(0, 153, 255, 0.10));
  filter: blur(52px);
}

.homepage-2023 .background-gradient--linear {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 153, 255, 0.05) 100%);
}

.homepage-2023 .link-default {
  color: var(--color-light-blue);
  display: inline-flex;
  align-items: center;
  font-size: 1em;
}

.homepage-2023 .link-default .link__arrow {
  display: inline-flex;
  font-size: 1em;
  padding-left: 0.5em;
}

.homepage-2023 details {
  padding-bottom: 1em;
}

.homepage-2023 details > summary {
  list-style: none;
  color: var(--color-light-blue);
  font-size: 1em;
  cursor: pointer;
  outline: none;
}

.homepage-2023 details > summary + .content {
  padding-top: 1em;
  /* padding-bottom: 1em; */
}

.hs-video-widget {overflow: hidden;border-radius: 1.5rem;}

.homepage-2023 .grid.grid-three-boxes {
  gap: 2rem;
}
.homepage-2023 .grid.grid-three-boxes.grid--checkboxes {
  gap: 1.5rem;
}

/* Refactor */
.homepage-2023 .carousel-cards .box {
  box-sizing: content-box;
}
.homepage-2023 .grid-cards {
  --cards-gap: 1.5rem;
}
.homepage-2023 .grid-cards {
  display: flex;
  flex-flow: wrap;
  /* gap: 1.5rem; */
  gap: var(--cards-gap);
}
/* First 3 elements in grid of three */
.homepage-2023 .grid-cards > div {
  /*flex: 0 0 minMax(33.333%, 50%);*/
  flex: 0 0 calc(33.333% - calc(var(--cards-gap) * 2) / 3);
  width: calc(33.333% - calc(var(--cards-gap) * 2) / 3);
}
/* First 3 elements half */
.homepage-2023 .grid-cards > div:nth-child( n+4 ) {
  flex: 0 0 calc(50% - calc(var(--cards-gap)) / 2);
  width: calc(50% - calc(var(--cards-gap)) / 2);
}
.homepage-2023 .grid-cards p {margin-bottom: 0.5rem;}
.homepage-2023 .grid-cards details {padding-bottom: 2.5rem;}

@media screen and (max-width: 1439px) {
  .homepage-2023 .grid-cards .box {padding: 1.5rem;}
  .homepage-2023 .grid-cards .box .box__image--wrapper,
  .homepage-2023 .grid-cards .box .row_image {width: calc(100% + 3rem);margin-left: -1.5rem;}
  .homepage-2023 .grid-cards p,
  .homepage-2023 .grid-cards details > summary {font-size: 16px;}
  .homepage-2023 .grid-cards p.title {font-size: 20px;}
}
@media screen and (max-width: 991px) {
  .homepage-2023 .grid-cards {
    /*gap: 0.5rem;*/
    --cards-gap: 0.5rem;
  }
  .homepage-2023 .grid-cards details {padding-bottom: 1.5rem;}
  .homepage-2023 .grid-cards p,
  .homepage-2023 .grid-cards details > summary {font-size: 14px;}
  .homepage-2023 .grid-cards p.title {font-size: 18px;}
}

.carousel.carousel-cards {display: none;}
@media screen and (max-width: 767px) {
  .carousel.carousel-cards {display: block;}
  .homepage-2023 .grid-cards {display: none;}
}

/* mobile slideshow styles */
.carousel.carousel-cards .box {
  display: flex;
  flex-flow: column;
  
  box-sizing: border-box;
  height: 100%;
}
.carousel.carousel-cards .slick-list {
  margin: 0 -4px;
/*   overflow: visible; */
}
.carousel.carousel-cards .slick-slide {
  margin: 0 4px;
}

/* Same height items */
.carousel.carousel-cards.slick-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.carousel.carousel-cards .slick-track .slick-slide {
  height: auto;
}
.carousel.carousel-cards.slick-dotted.slick-slider {padding-bottom: 2rem;}
.carousel.carousel-cards ul.slick-dots {
  bottom: 0 !important;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em
}
.carousel.carousel-cards ul.slick-dots li {padding: 0 !important;width: 1em;height: 1em;font-size: 8px;margin: 0;}
.carousel.carousel-cards ul.slick-dots li button {padding: 0 !important;width: 1em;height: 1em;font-size: 8px;}
.carousel.carousel-cards ul.slick-dots li button:before {font-size: 8px !important; width: 1em; height: 1em;line-height: 1em;}

.homepage-2023 .carousel.carousel-cards .slick-dots li button:before {color: #000 !important;}

/* Colours */
/*.homepage-2023 .section__color--yellow .carousel.carousel-cards .slick-dots li button:before {color: var(--color-yellow) !important;}
 */

@media screen and (min-width: 900px) {
 .homepage-2023 .grid.grid-three-boxes {
    grid-template-columns: repeat(3, 1fr);
  } 
}

.homepage-2023 .hero-section .buttons-wrapper {
   margin-top: calc( var(--gutter-v) / 2);
}

/* Video section */
.homepage-2023 .welcome-section--video .hs_cos_wrapper#hs_cos_wrapper_video {
  position: relative;
}
.homepage-2023 .welcome-section--video .hs_cos_wrapper#hs_cos_wrapper_video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-blue-10, rgba(0, 153, 255, 0.10));
  filter: blur(52px);
}
.homepage-2023 .welcome-section--video .grid {
  align-items: center;
}
.homepage-2023 .list--x {}
.homepage-2023 .list--x ul {
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}
.homepage-2023 .list--x ul li::before {display: none;}
.homepage-2023 .list--x ul li {border-radius: 2em;padding: 0.5rem 1rem;background-color: rgba(0, 153, 255, 0.05);color: rgba(0,0,0,0.75);}
.homepage-2023 .list--x ul li.sep {color: var(--color-light-blue);line-height: 0.6em;padding: 0.5rem;}

.homepage-2023 .welcome-section--video p.title.font-large {font-size: 30px;margin-bottom: 2.5rem;}

.homepage-2023 .welcome-section--video .grid-half > div:first-child {
  display: flex;
  flex-flow: column;
  width: fit-content;
}
.homepage-2023 .welcome-section--video .grid-half > div:first-child > * {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .homepage-2023 .welcome-section--video .grid-half > div:first-child {
/*     padding-right: 12rem; */
/*     padding-right: 115px; */
    /* fit with text */
/*     padding-right: 50px; */
  }
}
@media screen and (max-width: 899px) {
  .homepage-2023 .welcome-section--video .grid-half > div:first-child {
    width: 100%;
    text-align: center;
  }
}

.homepage-2023 .welcome-section--video p {
  margin-bottom: 1rem;
}

/* Grids */
.box-w-checkbox {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 2rem auto;
/*   padding: 0 40px; */
  padding: 0 1.5rem;
}
.box-w-checkbox .box-w-checbox__checkbox {}
.box-w-checkbox .box-w-checbox__checkbox svg {
  max-width: 100%;
  height: auto;
}

/*.box-w-checkbox .box-w-checkbox__text {font-weight: 500;}*/

.homepage-2023 .box {
  padding: 2rem 2.5rem;
  display: flex;
  flex-flow: column;
}

.homepage-2023 .m-t--auto {
  margin-top: auto;
}

.homepage-2023 .box .box__image--wrapper {
    margin-top: auto;
    display: grid;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
}

.homepage-2023 .box .box__image--wrapper img,
.homepage-2023 .box .row_image img {
   width: 100% !important;
}

.homepage-2023 .box .bottom_image {
  display: inline-flex;
  margin-top: auto;
}
.homepage-2023 .box .row_image {
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
}

.homepage-2023 .box .hs_cos_wrapper_type_image {display: inline-flex;width: 100%;}
.homepage-2023 .box .hs_cos_wrapper_type_image img {
  margin-bottom: 0;width: 100%;
  
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0); /* IE 9 */
  -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
  transform: translateZ(0);
  image-rendering: pixelated;
}

.homepage-2023 .label {
  font-family: Poppins, sans-serif !important;
  
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1em;

  border-radius: 2em;
/*   box-shadow: 0 0 32px var(--color-light-blue),0 0 96px var(--color-light-blue); */
  display: inline-block;
  padding: 0.8em 1.25em;
  margin-bottom: 2.5rem;
}

.homepage-2023 .label__wrapper {
  transition: all 0.3s ease-in-out;
}

/*.homepage-2023 .label__wrapper.sticky {
  position: sticky;
  top: 10px;
  z-index: 8;
}*/

.homepage-2023 .single_img--box {
    display: flex;
    flex: 1;
}
.homepage-2023 .single_img--box img {
  max-width: 100%;
  width: 360px !important;
  margin: 0 auto;
}

/* Should it be bigger when header is fixed ¿? */
/*body.sticky-header .homepage-2023 .label__wrapper.sticky {top: 111px;}*/

/* Testimonial */
.homepage-2023 .testimonial {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  padding-right: var(--gutter-h);
  padding-left: var(--gutter-h);
}

.testimonial__logo-wrapper img {
  max-width: 160px;
  width: 160px;
}

.homepage-2023 .testimonial__author-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.homepage-2023 .testimonial__author--image img {
  border-width: 0px;
  border: 0px;
  /*padding: 0.5rem;*/
  padding: 0;
  background: var(--color-blue-10);
  border: 1px solid rgba(0, 153, 255, 0.25) !important;
  border-radius: 50%;
  width: 4rem !important;
}

.homepage-2023 .testimonial__author--image,
.homepage-2023 .testimonial__author--image .hs_cos_wrapper_type_image {
  display: inline-flex;
}

.homepage-2023 .testimonial__author--info {
  text-align: left;
  font-size: 0.875rem;
}

.homepage-2023 .testimonial__author--name {
  font-weight: bold;
  margin-bottom: 0;
}
.homepage-2023 .testimonial__author--charge {
   
}
.homepage-2023 .testimonial {
  position: relative;
  overflow: hidden;
}
.homepage-2023 .testimonial__inner {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.homepage-2023 .testimonial::after,
.homepage-2023 .testimonial::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 351px;
  height: 351px;
  filter: blur(152px);
  -webkit-filter: blur(152px);
  
  /* Fix safari issue */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  z-index: -1;
}
.homepage-2023 .testimonial::after {left: -10%; top: -10%;}
.homepage-2023 .testimonial::before {left: auto;top: auto;right: 0;bottom: -20%;}

.homepage-2023 section.homepage-automatization .testimonial::before {right: 0;top: -50%;bottom: auto;}
.homepage-2023 section.homepage-automatization .testimonial::after {left: 10%;top: auto;bottom: -50%;}

.homepage-2023 section.homepage-design .testimonial::before {right: 0;top: auto;bottom: -50%;}
.homepage-2023 section.homepage-design .testimonial::after {left: 10%;top: -50%;}

.homepage-2023 section.homepage-beyond .testimonial::before {right: 15%;top: -50%;bottom: auto;}
.homepage-2023 section.homepage-beyond .testimonial::after {left: -10%;top: auto;bottom: -15%;}

.homepage-2023 section .grid-four-boxes {justify-content: center;}

.homepage-2023 section .grid-four-boxes .box {
  padding: 1.5rem;
  background-color: #fff;
}

.homepage-2023 .badge {
  font-family: Poppins, sans-serif !important;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  border-radius: 2em;
  display: inline-block;
  padding: 0.8em 1.25em;
  margin-bottom: 1.5rem;
  
  background-color: var(--color-yellow);
  color: #000;
}

.homepage-2023 .boxes-links .link-default {
  font-size: 1rem;
}

.homepage-2023 .badge p.title {

}

.homepage-2023 .grid-four-boxes .button__wrapper {margin-top: auto;}

/* COLOURS REFACTOR */
/*.homepage-2023 .bg-blue-light,*/
/*.homepage-2023 .label.label-blue*/



/* BLUE SECTION */
.homepage-2023 .section__color--blue .label {
  background-color: var(--color-light-blue);
  color: #fff;
}
.homepage-2023 .section__color--blue .box {
  background: rgba(0, 153, 255, 0.05);
}
.homepage-2023 .section__color--blue .background-gradient::before {
  background: var(--color-blue-10, rgba(0, 153, 255, 0.10));
}
.homepage-2023 .section__color--blue .box-w-checbox__checkbox {
  color: var(--color-light-blue);
}
.homepage-2023 .section__color--blue .testimonial {
  background: rgba(0, 153, 255, 0.05);
}
.homepage-2023 .section__color--blue .testimonial::before,
.homepage-2023 .section__color--blue .testimonial::after {
  background: var(--color-light-blue, #09F);  
}

.homepage-2023 .section__color--blue .testimonial__author--image img {
  background: rgba(0, 153, 255, 0.10);
  border: 1px solid rgba(0, 153, 255, 0.25) !important;
}

/* YELLOW SECTION */
.homepage-2023 .section__color--yellow .label {
  background-color: var(--color-yellow);
  color: #000;
}
.homepage-2023 .section__color--yellow .box {
  background: rgba(254, 229, 46, 0.1);
}
.homepage-2023 .section__color--yellow .background-gradient::before {
  background: rgba(254, 229, 46, 0.1);
}
.homepage-2023 .section__color--yellow .box-w-checbox__checkbox {
  color: var(--color-yellow);
}

.homepage-2023 .section__color--yellow .testimonial {
  background: rgba(254, 229, 46, 0.1);
}

.homepage-2023 .section__color--yellow .testimonial::before,
.homepage-2023 .section__color--yellow .testimonial::after {
  background: var(--color-yellow);  
}
.homepage-2023 .section__color--yellow .testimonial__author--image img {
  background: rgba(254, 229, 46, 0.1);
  border: 1px solid rgba(254, 229, 46, 0.5) !important;
}

.homepage-2023 .clients-section__logos img {
  filter: invert(1);
  max-width: 80%;
  margin: 0 auto;
}

.homepage-2023 .clients-section__logos {
  position: relative;
}
.homepage-2023 .clients-section__logos .slick-track {
  display: flex !important;
  align-items: center;
}
.homepage-2023 .clients-section__logos .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-2023 .clients-section__logos::before,
.homepage-2023 .clients-section__logos::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.homepage-2023 .clients-section__logos::after {
  left: auto;
  right: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.card-carousel__item-desktop,
.card-carousel--desktop {}
.card-carousel__item-mobile,
.card-carousel--mobile {
  display: none !important;
}

.homepage-2023 .cta__wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .card-carousel__item-desktop,
  .card-carousel--desktop {
    display: none !important;
  }
  .card-carousel__item-mobile,
  .card-carousel--mobile {
    display: inline-flex !important;
  }
  
  .homepage-2023 .grid.card-carousel {
      /* margin-left: calc( -1 * var(--gutter-h)); */
      width: calc(100% + var(--gutter-h) );
  }
  
  .homepage-2023 .grid.card-carousel {
    flex-flow: nowrap;
    display: flex;
    overflow-x: visible;
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
    padding-bottom: 3rem;
    /* gap: 2.5rem; **/
    gap: var(--gutter-h);
    padding: 2rem 0;
    align-items: stretch;
    justify-content: flex-start;
  }
  .homepage-2023 .grid.card-carousel > div {
    flex: 0 1 calc(80% - 2rem);
    min-width: calc(80% - 2rem);
  }
  
  .homepage-2023 .grid.card-carousel::-webkit-scrollbar {
    width: 4px;
    height: 2px;
  } 
  /* Track */
  .homepage-2023 .grid.card-carousel::-webkit-scrollbar-track {
    background: rgba(0, 153, 255, 0.10);
  } 
  /* Handle */
  .homepage-2023 .grid.card-carousel::-webkit-scrollbar-thumb {
    background: rgba(0, 153, 255, 0.1);
    border-radius: 2px;
  } 
  /* Handle on hover */
  .homepage-2023 .grid.card-carousel::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 153, 255, 0.10);
  }
  
  
  .homepage-2023 .section__color--yellow .grid.card-carousel::-webkit-scrollbar-track {
    background: rgba(254, 229, 46, 0.1);
  } 
  /* Handle */
  .homepage-2023 .section__color--yellow .grid.card-carousel::-webkit-scrollbar-thumb {
    background: rgba(254, 229, 46, 1);
  }
  .homepage-2023 .section__color--yellow .grid.card-carousel::-webkit-scrollbar-thumb:hover {
    background: rgba(254, 229, 46, 0.5);
  }
}


  /* Home Variation */

.homepage-2023.home-variation .hero-section .buttons-wrapper {
  display: inline-block;
  margin-right: 20px;
}

.homepage-2023.home-variation .hero-section .buttons-wrapper a {
	text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}

.homepage-2023.home-variation .hero-section .buttons-wrapper a:hover, .homepage-2023.home-variation .hero-section .buttons-wrapper.buttons-wrapper-right a:hover {
	color: var(--color-yellow) !important;
  background-color:#000 !important;
  border-color:#000 !important;
}


.homepage-2023.home-variation .hero-section .buttons-wrapper.buttons-wrapper-right a {
	background-color: rgba(254,229,46,.5) !important;
	border-color: rgba(254,229,46,.2) !important;
  text-decoration: underline;
}

.homepage-2023.home-variation .hero-section .buttons-wrapper .cta_button.btn-primary span.button-arrow {
  display:none;
}

@media screen and (max-width: 671px) {
  .homepage-2023.home-variation .hero-section .buttons-wrapper.buttons-wrapper-right {margin-top: 0px;}
}

/**********************************************/
/******         NEW 2024 HOMEPAGE       *******/
/**********************************************/

.homepage-2024.homepage-2023 .hero-section .buttons-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

.homepage-2024.homepage-2023 section.hero-section {
  padding-top: calc( var(--gutter-v) / 2);
  padding-bottom: calc( var(--gutter-v) / 2);
}

/* Fix larger menu */
@media screen and (max-width: 1100px) {
  body .custom-menu-primary.custom-menu-primary-desktop .submenu.level-1 > li > a {
    line-height: 2.6em !important;
  }
  .custom-menu-primary-desktop .navigation-primary > ul > li > ul {top: 100% !important;}
}


/**********************************************/
/******         NEW 2025 HOMEPAGE       *******/
/**********************************************/

.homepage-2025 .hero-section .buttons-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

.homepage-2025 section.hero-section {
  padding-top: calc( var(--gutter-v) / 2);
  padding-bottom: calc( var(--gutter-v) / 2);
}

/* Fix larger menu */
@media screen and (max-width: 1100px) {
  body .custom-menu-primary.custom-menu-primary-desktop .submenu.level-1 > li > a {
    line-height: 2.6em !important;
  }
  .custom-menu-primary-desktop .navigation-primary > ul > li > ul {top: 100% !important;}
}

.homepage-2025 section .background-gradient img {
  position: relative;
}


/**********************************************/
/******         NEW PARTNERS PAGE       *******/
/**********************************************/
.page--partners.homepage-2023 .limited-container--mid {
  max-width: min(860px, 100%);
}
.page--partners .testimonial__logo-wrapper img {margin-inline: auto;}

.page--partners .pretitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.page--partners .section-faq details {
   overflow: hidden;
  padding: 0;
}

.page--partners .section-faq details summary {
  display: block;
  font-family: Recoleta-SemiBold;
  color: #000;
}
.page--partners .section-faq details summary::-webkit-details-marker {
  display: block;
}

.page--partners .section-faq .custom-collapsible div.content {  
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  
  transition: grid-template-rows 400ms ease-out;
}

.page--partners .section-faq .custom-collapsible div.content > .inner {
  min-height: 0;
  transition: visibility 1s;
  visibility: hidden;
}

.page--partners .section-faq .custom-collapsible details[open] + div.content {
  grid-template-rows: 1fr;
}

.page--partners .section-faq .custom-collapsible details[open] + div.content > .inner {
  visibility: visible;
}

.page--partners .section-faq .custom-collapsible details[open] span::before {
 rotate: 90deg;
 transition: rotate 200ms ease-out;
}

.page--partners .section-faq .faq-collapsibles__wrapper {
  display: grid;
  gap: 1rem;
  details {
    summary {
      position: relative;
      padding-left: 1em;
      &::before {
        content: '+';
        position: absolute;
        left: 0;
        top: 0.2em;
        line-height: 1em;
      }
    }
    &[open] summary::before {
      content: '-';
    }
    
    & + .content .inner > p {
      padding-top: 0.5em;
    }
  }
}
.page--partners.homepage-2023 .clients-section__logos img {
  filter: none;
}
.page--partners.homepage-2023 .box .box__image--wrapper {
  margin-bottom: auto;
}
.page--partners .slick-dots li.slick-active button:before {
    color: #D9D9D9 !important;
}

.page--partners .slick-dots li button:hover:before,
.page--partners .slick-dots li.slick-active button:before {
  color: var(--color-yellow) !important;
}

.custom-footer p {justify-content: center;}


/* .custom-footer-content {align-items: flex-start !important;}*/

.custom-cookies-config__wrapper {
  flex: 0 0 100%;
  padding-top: 1rem;
}

.custom-cookies-config__wrapper > p.text-center {
  justify-content: center;
  gap: 1rem;
}

.custom-cookies-config__wrapper button,
.custom-cookies-config__wrapper a {
  appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  font-family: inherit; font-size: inherit; line-height: inherit;
  text-align: left; text-shadow: none;
  cursor: pointer;
  
  background-color: transparent;
  border: 0 none;
  padding: 0.5em 1em;
  border-radius: 2em;
  font-weight: 500;
  
  
  border: 1px solid #000;
  
  transition: all 0.2s ease-in-out;
}

.custom-cookies-config__wrapper button:hover,
.custom-cookies-config__wrapper a:hover {
  /* color: #666; */
  background-color: #000;
  color: var(--color-yellow);
}