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

/* ====== Resource Page ======= */

.resource-page .recent-posts-wrapper {
    background: #fff;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 100% !important;
    *width: 100% !important;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;

    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.container {
    margin: 0 auto;
    max-width: 1210px;

}

@media screen and (min-width: 1380px) {
    .content-wrapper,
    .container {
        padding: 0;
    }
}

@media screen and (max-width: 1250px) {
    .content-wrapper,
    .container {
        padding: 0 20px;
    }
}

.dnd-section,
.content-wrapper--vertical-spacing {
    padding: 80px 20px;
}

.dnd-section > .row-fluid {
    margin: 0 auto;
    max-width: 1210px;
}

.dnd-section .dnd-column {
    padding: 0px 0px;
}

@media (max-width: 767px) {
    .dnd-section .dnd-column {
        padding: 0;
    }

}
/* Custom Font */



@font-face {
    font-family: Plus Jakarta Display;
    font-style: normal;
    font-weight: normal;
    src: url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Regular.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Regular.woff') format('woff'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Plus Jakarta Display;
    font-style: italic;
    font-weight: normal;
    src: url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Italic.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Italic.woff') format('woff'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Italic.ttf') format('truetype');
}

@font-face {
    font-family: Plus Jakarta Display;
    font-style: normal;
    font-weight: lighter;
    src: url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Light.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Light.woff') format('woff'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Light.ttf') format('truetype');
}

@font-face {
    font-family: Plus Jakarta Display;
    font-style: italic;
    font-weight: lighter;
    src: url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-LightItalic.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-LightItalic.woff') format('woff'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: Plus Jakarta Display;
    font-style: normal;
    font-weight: 500;
    src: url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Medium.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Medium.woff') format('woff'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Plus Jakarta Display;
    font-style: italic;
    font-weight: 500;
    src: url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-MediumItalic.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-MediumItalic.woff') format('woff'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-MediumItalic.ttf') format('truetype');
}


@font-face {
    font-family: Plus Jakarta Display;
    font-style: normal;
    font-weight: bold;
    src: url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Bold.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Bold.woff') format('woff'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Plus Jakarta Display;
    font-style: italic;
    font-weight: bold;
    src: url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-BoldItalic.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-BoldItalicItalic.woff') format('woff'), url('https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/fonts/PlusJakartaDisplay-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'AbrilFatface';
    font-style: italic;
    font-weight: bold;
    src: url('https://20705724.fs1.hubspotusercontent-na1.net/hubfs/20705724/Palo_2021/fonts/AbrilFatface-Regular.woff') format('woff'),
         url('https://20705724.fs1.hubspotusercontent-na1.net/hubfs/20705724/Palo_2021/fonts/AbrilFatface-Regular.ttf') format('truetype');
}

/* Body */

body {
    font-family: Plus Jakarta Display, sans-serif;
    line-height: 1.4;
    word-break: break-word;
}

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


/* Paragraphs */

p {
    font-size: 1rem;
    margin: 0 0 1.4rem;
}

strong {
    font-weight: 700;
}

/* Anchors */

a {
    cursor: pointer;
    text-decoration: none;
    transition: 1s all ease-in-out;
}



/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Plus Jakarta Display, serif;
    font-weight: 700;
    margin: 0 0 1.4rem;
}



/* Lists */

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

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

.hs_cos_wrapper_type_rich_text li, .hs_cos_wrapper_type_inline_rich_text li {
    margin: 8px 0;
}

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

/* Code blocks */

code {
    vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
    background-color: #E7E8F1;
    border: none;
    color: #CCC;
    height: 1px;
}

/* Subscripts and superscripts */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Focus styles */

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

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

p:last-child{
    margin:0;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
button,
.button {
  background-color: #2488cd;
  border: 1px solid #2488cd;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 20px 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

.button.white,
button.white{
    color: #2488cd;
    background: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}
/* Contact Form */

.elements--contact-form__container {
  background: #FFFFFF;

  border: 0.5px solid #E7E8F1;
  box-sizing: border-box;


  box-shadow: 0px 8px 18px rgba(31, 37, 89, 0.05);
  border-radius: 36px;
}

@media(max-width: 767px) {
  
  form fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }
  
  form fieldset.form-columns-2 .input, 
  form fieldset.form-columns-1 .input {
    margin-right: 0px !important;
  }
  
  form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
}



/* Form */

form {
  outline: none;
}

.hs-form-field {
  margin-bottom: 1.8rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
  margin-top: 0.35rem;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
  transition: 0.15s linear;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;

  border-radius: 3px;
  display: inline-block;
  padding: 0.7rem 1.2rem;
  width: 100%;
  transition: 0.15s linear;
}

/* Custom Input */
ul.inputs-list.multi-container li.hs-form-checkbox {
  margin: 16px 0;
}
ul.inputs-list.multi-container li.hs-form-checkbox label {
  position: relative;
  margin: 24px 0;
}
ul.inputs-list.multi-container li.hs-form-checkbox label span {
  display: inline-block;
  margin-left: 36px;
  margin-right: 16px;
  margin-top: -8px;
}

/* Hide the original checkbox */
ul.inputs-list.multi-container li.hs-form-checkbox label input {
  height: 22px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
/* Add new checkbox */
ul.inputs-list.multi-container li.hs-form-checkbox label span::before {
  border: 1px solid #E7E8F1;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
  border-radius: 4px;
  box-shadow: inset 0px -1px 5px rgba(0, 0, 0, 0.08);
  border-radius: 5px;

}
/* Style new checked item */
ul.inputs-list.multi-container li.hs-form-checkbox label span::after {
  content: "";
  border: 2px solid #FFFFFF;
  border-left: 0;
  border-top: 0;
  height: 14px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(40deg);
  transition: opacity .2s ease-in-out;
  width: 6px;
}

/* Show when checked */
ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span::after {
  opacity: 1;
}

ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span::before {
  background: #2488cd;
  border: 1px solid #2488cd;
}

/* Style when focused */
ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span::after {
  outline: 3px solid transparent; /* For Windows high contrast mode. */
 
}


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

::-webkit-input-placeholder {
  color: #33475b;
}

::-moz-placeholder {
  color: #33475b;
}

:-ms-input-placeholder {
  color: #33475b;
}

:-moz-placeholder {
  color: #33475b;
}

::placeholder {
  color: #33475b;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

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

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

.hs-error-msg {
  color: #dc3545;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */
/* Card Style  */

.header__cart {
    position: relative;
}

.header__cart .total-count {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    background: #005a9c;
    border-radius: 100px;
    color: #fff;
    font-size: 10px;
}

.shopping_card_header .header__top {
    padding: 8px;
}

.shopping_card_header .header__container {justify-content: center;}

.shopping_card_header .header__bottom {
    border-bottom: 1px solid #EFEFF4;
}
/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.header {
    width: 100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 0;
    
}

.header__top, 
.header__bottom {
    padding: 0 15px;
}



.sticky {
    box-shadow: 0px 2px 6px rgb(31 37 89 / 6%);
    padding: 10px 0 14px;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0;
    align-items: center;
}

.header__row-1,
.header__row-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}


/* Navigation skipper */

.header__skip {
    height: 1px;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: -1000px;
    width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
    left: 0;
    overflow: visible;
    top: 0;
    width: auto;
}

/* Logo */

.header__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    max-width: 256px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    margin-right: 15px;
}

@media (max-width: 1250px) and (min-width: 1025px) {
    .header__logo {
        max-width: 200px;
    }
}

.header__logo img {
    max-width: 100%;
}

.header__logo .logo-company-name {
    font-size: 28px;
    margin-top: 7px;
}

.open {
    overflow: overlay; 
}

.header__logo--no-navigation {
    margin: 0 auto 0;
}

.header--no-navigation {
    border-bottom: 1px solid #E7E8F1;
}

.header__logo:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Search bar */

.header__search {
    width: 50px;
}

.header__search .hs-search-field__input {

    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjBwdCIgaGVpZ2h0PSIyMHB0IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMTIuMTU2ODYzJSwxNC41MDk4MDQlLDM0LjkwMTk2MSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA4LjgwODU5NCAwIEMgMy45NTMxMjUgMCAwIDMuOTUzMTI1IDAgOC44MDg1OTQgQyAwIDEzLjY2NDA2MiAzLjk1MzEyNSAxNy42MTMyODEgOC44MDg1OTQgMTcuNjEzMjgxIEMgMTMuNjY0MDYyIDE3LjYxMzI4MSAxNy42MTMyODEgMTMuNjY0MDYyIDE3LjYxMzI4MSA4LjgwODU5NCBDIDE3LjYxMzI4MSAzLjk1MzEyNSAxMy42NjQwNjIgMCA4LjgwODU5NCAwIFogTSA4LjgwODU5NCAxNS45ODgyODEgQyA0Ljg0NzY1NiAxNS45ODgyODEgMS42MjUgMTIuNzY1NjI1IDEuNjI1IDguODA4NTk0IEMgMS42MjUgNC44NDc2NTYgNC44NDc2NTYgMS42MjUgOC44MDg1OTQgMS42MjUgQyAxMi43NjU2MjUgMS42MjUgMTUuOTg4MjgxIDQuODQ3NjU2IDE1Ljk4ODI4MSA4LjgwODU5NCBDIDE1Ljk4ODI4MSAxMi43NjU2MjUgMTIuNzY1NjI1IDE1Ljk4ODI4MSA4LjgwODU5NCAxNS45ODgyODEgWiBNIDguODA4NTk0IDE1Ljk4ODI4MSAiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigxMi4xNTY4NjMlLDE0LjUwOTgwNCUsMzQuOTAxOTYxJSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE5Ljc2MTcxOSAxOC42MTMyODEgTCAxNS4xMDE1NjIgMTMuOTQ5MjE5IEMgMTQuNzgxMjUgMTMuNjMyODEyIDE0LjI2OTUzMSAxMy42MzI4MTIgMTMuOTQ5MjE5IDEzLjk0OTIxOSBDIDEzLjYzMjgxMiAxNC4yNjk1MzEgMTMuNjMyODEyIDE0Ljc4NTE1NiAxMy45NDkyMTkgMTUuMTAxNTYyIEwgMTguNjEzMjgxIDE5Ljc2MTcxOSBDIDE4Ljc2OTUzMSAxOS45MjE4NzUgMTguOTgwNDY5IDIwIDE5LjE4NzUgMjAgQyAxOS4zOTQ1MzEgMjAgMTkuNjAxNTYyIDE5LjkyMTg3NSAxOS43NjE3MTkgMTkuNzYxNzE5IEMgMjAuMDc4MTI1IDE5LjQ0NTMxMiAyMC4wNzgxMjUgMTguOTI5Njg4IDE5Ljc2MTcxOSAxOC42MTMyODEgWiBNIDE5Ljc2MTcxOSAxOC42MTMyODEgIi8+CjwvZz4KPC9zdmc+Cg==') !important;
    background-position: center right 15px;
    background-repeat: no-repeat;
    font-size: 22px;
    font-weight: 300;
    height: 45px;
    padding: 0 15px;
    border: none;

}


.header__search .hs-search-field__input:hover {
    cursor: pointer;
}

.header__search .hs-search-field__input:focus {
    background-color: #FFF;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-position: center right 15px;
    background-repeat: no-repeat;
    border: 1.79px solid #D1D6DC;
    border-radius: 6px;

    font-weight: 300;
    height: 45px;
    padding: 0 15px;
    width: 150px;
}

.header__search .hs-search-field--open .hs-search-field__input {
    border: 1.79px solid #D1D6DC;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
    color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
    background-color: #FFF;
    border: 1.79px solid #D1D6DC;
    border-top: -2px solid #FFF;
    border-radius: 0 0 6px 6px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.header__search .hs-search-field__suggestions li {
    border-top: 1px solid #D1D6DC;
    font-size: 16px;
}

.header__search .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 3px 15px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
    display: none;
}

/* Language switcher */

.header__language-switcher {
    cursor: pointer;
    padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
    position: static;
}


.header__language-switcher--label-current {  
    display: none !important;
}


.header__language-switcher .lang_switcher_class {
    margin-top: 5px;
}

.header__language-switcher .lang_list_class {
    border-radius: 15px;
    min-width: 200px;
    -webkit-box-shadow: 0px -2px 4px rgb(31 37 89 / 2%), 0px 6px 18px rgb(31 37 89 / 7%);
    box-shadow: 0px -2px 4px rgb(31 37 89 / 2%), 0px 6px 18px rgb(31 37 89 / 7%);
    display: block;
    left: calc(100% + 77px);
    opacity: 0;
    padding-top: 0;
    text-align: left;
    top: 170%;
    transition: opacity 0.3s;
    visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
    opacity: 1;
    transition: opacity 0.3s;
    visibility: visible;
}

.header__language-switcher .lang_list_class:after {
    display: none;
}

.header__language-switcher .lang_list_class.first-active::after {
    border-bottom-color: #EBEFF3;
    top: -22px;
    transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
    border: none;
    font-size: 18px;
    padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
    border-radius: 15px 15px 0 0;
    border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
    border-bottom: none;
    border-radius: 0 0 15px 15px;
}

.header__language-switcher .lang_list_class li:hover {
    background-color: #EBEFF3;
    transition: background-color 0.3s;
}

.header__language-switcher--label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header__language-switcher--label-current {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.header__language-switcher--label-current:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #494A52;
    content: "";
    display: block;
    height: 0px;
    margin-left: 10px;
    margin-top: 3px;
    width: 0px;
}

/* Navigation */

#nav-toggle {
    display: none;
}

.header__menu--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__search .hs-search-field__input:focus {
    position: absolute !important;
    right: -2px !important;
    top: -23px !important;
    width: 200px;
}

.header__search--toggle {
    fill: #1F2559 !important;
}

.header__navigation {
    margin-right: 8px;
}

/* Header top menu */
.header__top {
    background: #005A9C;
    line-height: 1;
    font-size: 12px;
}

.header__top .header__container {
    padding: 12px 0;
}

.header__top_menu {
    margin-left: auto;
}

.header__top_menu .hs-menu-wrapper>ul>li+li {
    margin-left: 44px;
}

.header__top_menu .hs-menu-wrapper>ul a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* cart link */
.header__cart {
    margin-left: 25px;
    cursor: pointer;
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .header__cart {
        margin-left: 15px;
    }

    body .navigation-primary a, 
    .header__logo .logo-company-name, 
    .header__language-switcher-label-current, 
    .header__language-switcher .lang_list_class li a {
        font-size: 15px !important;
    }
}
/* mobile header */
@media (max-width: 1024px) {
    .header__column .header__row-1 {
        padding-right: 60px;
    }

    .header__navigation {
        margin: 0;
        position: absolute;
        top: 100%;
        opacity: 0;
        height: 0;
        width: 100%;
        visibility: hidden;
        transition: all .25s ease-in-out;
        left: 0;
        right: 0;
        padding: 20px 0;
    }

    .header__navigation.open, 
    .header__search.open, 
    .header__language-switcher.open {
        background-color: #fff;
        height: calc(100vh - 115px);
        z-index: 2;
        opacity: 1;
        visibility: visible;
    }

    .header__cart {
        margin: 0;
    }

    .header__bottom {
        position: relative;
    }

    .header__bottom .showBtn {
        position: static;
    }

    .header__navigation--toggle {
        background-image: url(https://20705724.fs1.hubspotusercontent-na1.net/hubfs/20705724/raw_assets/public/Aptitude%208%20Theme/images/white_menu.svg) !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 18px;
        visibility: visible;
        cursor: pointer;
        height: 34px;
        width: 34px;
        position: absolute;
        display: block !important;
        opacity: 1;
        top: auto;
        right: 20px;
        background-color: #037db3;
        padding: 10px !important;
        border-radius: 6px;
        transition: all ease .35s !important;
    }
    .header__navigation--toggle.hide, 
    .header__search--toggle.hide, 
    .header__language-switcher--toggle.hide {
        opacity: 0;
        visibility: hidden;
    }
    .header__close--toggle {
        background-image: url(https://20705724.fs1.hubspotusercontent-na1.net/hubfs/20705724/raw_assets/public/Aptitude%208%20Theme/images/white_close.svg) !important;
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: center;
        visibility: hidden;
        height: 34px !important;
        margin-right: 0;
        width: 34px !important;
        position: absolute;
        opacity: 0;
        top: auto;
        right: 20px;
        background-color: #037db3;
        padding: 10px !important;
        border-radius: 6px;
        transition: all ease .35s !important;
    }
    .header__close--toggle:hover, 
    .header__close--toggle:active, 
    .header__close--toggle:focus {
        transform: scale(1.2);
    }
    .header__close--toggle.show {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .header__top_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        flex-direction: unset;
        gap: 15px;
    }

    .header__top_menu .hs-menu-wrapper>ul>li+li {
        margin: 0;
    }
}
.footer {
    background-color: #FFFFFF;
    padding: 100px 20px 0 20px;
    background-image: url('https://20705724.fs1.hubspotusercontent-na1.net/hubfs/20705724/Palo_2021/images/footer_arch.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.footer-top-title {
    text-align: center;
}
.footer-top-title h2 {
    margin-bottom: 88px;
}
.footer-no-navigation {
    background-color: #FFFFFF;
    padding: 0 20px;
}
.footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer__container.content-wrapper {
    padding: 2.5rem 0 0 0;
}
.footer__container-no-navigation.content-wrapper {
    padding: 2.5rem 0 1.5rem 0;
}
.footer__container-bottom {
    border-top: 1px solid #E7E8F1;
    padding: 24px 0px 35px 0px;
    margin-top: 32px;
}
.footer__copyright {
    text-align: right;
    float: right;
}
.footer .footer__copyright p {
    font-weight: 600;
}
.footer-no-navigation__copyright {
    text-align: right;
    float: right;
    margin-top: 6px;
}
.footer__logo {
    margin-bottom: 56px;
}
.footer__description { 
    margin-bottom: 24px;
}
.footer__form {
    margin-top: 32px; 
    margin-bottom: 24px; 
}
.footer__image  {
    float: left;
}
.footer__social-icons .social-links {
    justify-content: left;
}
.footer__columns__grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 18px;
    grid-row-gap: 18px;
}
.footer__columns {
    display: flex;
}
.footer__form .hs-form-field>label {
    display: none;
}
.footer__form .hs-form-field {
    margin-bottom: 8px;
}
.footer__form .hs-submit {
    margin-top: 24px;
}
.footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__menu ul li {
    margin: 16px 0;
}
.footer__form form input[type=submit] {
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(31, 37, 89, 0.05);
    color: #0B3253;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.01em;
}
.footer__left-column {
    max-width: 340px;
}
.footer .footer__right-column {
    float: right !important;
}


.footer__form label.hs-error-msg,
.footer__form .hs_error_rollup label,
.footer__form .submitted-message{
    color: #fff;
}
footer.footer.footer-cart:before,
footer.footer.footer-cart:after  {
    display: none;
}
@media (max-width: 767px) {
    .footer__left-column {
        max-width: 100%;
    }

    .footer .footer__right-column {
        float: none !important;
    }

    .footer__columns__grid {
        grid-template-columns: repeat(1,auto);
    }

    .footer__copyright {
        text-align: left;
        margin-top: 20px;
    }
    .footer__menu a:hover {
        color: #fff !important;
    }
    .footer {
        position: relative;
        margin-top: 150px;
        padding-top: 0;
    }

    footer.footer:after {
        content: "";
        display: block;
        height: 120px;
        width: 50%;
        background: #005a9c;
        position: absolute;
        top: -40px;
        right: 0;
        border-top-right-radius: 100%;
        transform: translate(0px, -70px);
    }
    footer.footer:before {
        content: "";
        display: block;
        height: 120px;
        width: 50%;
        background: #005a9c;
        position: absolute;
        top: -40px;
        left: 0;
        border-top-left-radius: 100%;
        transform: translate(0px, -70px);
    }
    footer.footer.footer-cart {
        padding-top: 45px;
    }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

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

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

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

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

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

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

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


.blog-listing-group,
.blog-post-wrapper {
    padding: 80px 0;
}

.blog-listing-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px;
}

.post-item {
    width: calc(33.33% - 30px);
    background: #FFFFFF;
    border: 1px solid #E7E8F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px rgba(198, 207, 218, 0.24);
    box-shadow: 0px 4px 4px rgba(198, 207, 218, 0.24);
    border-radius: 16px;
    margin: 0 15px 40px;
}

.post-item .featured-image img {
    border-radius: 16px 16px 0px 0px;
}

.post-item .post-item-content {
    padding: 16px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-item .post-item-content h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 132%;
    letter-spacing: 0.02em;
    color: #0B3253;
    margin: 16px 0px;
}

.post-item .post-item-content h2 a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.post-item .post-item-content h2 a:hover{
    color: #9D1D64;
}

.post-item .post-item-content p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #636466;
    margin: 16px 0px 30px;
}

.post-item .author-image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.post-item .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #e7e8f1;
    margin-top: auto;
    padding-top: 20px;
}
.post-item .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.post-item .post-meta-details {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.post-item .post-meta-content {
    width: 35%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-item .author-image {
    width: 64px;
}

.post-item .author-title-wrapper {
    width: calc(100% - 64px);
    padding-left: 20px;
}

.post-item .post-item-content p.author-title {
    font-weight: bold;
    color: #1F2559;
    margin: 6px 0px;
}

.post-item .post-item-content p.author-title a {
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
}

.post-item .post-item-content p.author-title a:hover {
    color: #9d1d64;
}

.post-item .post-item-content p.date {
    font-size: 12px;
    line-height: 120%;
    color: #62668A;
    margin: 6px 0px;
}

.post-item .post-item-content hr {
    margin: 20px 0;
}

.post-item .post-meta-content a {
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    display: inline-block;
    background: #9D1D64;
    border-radius: 4px;
    padding: 10px 16px;
}

.post-item .post-meta-content a:hover {
    background: #1f2559;
}

.post-item .no-author-image .author-title-wrapper {
    padding-left: 0;
}

.post-item .post-item-inner-content {
    /*     border-bottom: 1px solid #e7e8f1;
    margin: 20px 0; */
}

.blog-pagination-wrapper {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.blog-pagination-wrapper .blog-pagination_link {
    padding: 5px 15px;
    border: 1px solid #9d1d64;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px 10px;
    color: #1f2559;
}

.blog-pagination-wrapper .blog-pagination_link:hover,
.blog-pagination-wrapper .blog-pagination_link.blog-pagination_link--active {
    background: #9d1d64;
    color: #fff;
}

.blog-pagination-wrapper .blog-pagination_link.blog-pagination_next-link--disabled,
.blog-pagination-wrapper .blog-pagination_link.blog-pagination_prev-link--disabled{
    opacity: 0.5;
    pointer-events: none;
    border-color: #808080;
}

.blog-post-top-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.blog-post-top-content .post-blog-title {
    display: inline-block;
    padding: 12px 16px;
    background: #9D1D64;
    border-radius: 8px;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
}

.blog-post-top-content .post-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 116%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #005A9C;
    text-shadow: 0px 2px 4px rgba(222, 42, 74, 0.05);
    margin: 24px auto;
    max-width: 740px;
}

.post-featured-image img {
    width: 100%;
    border-radius: 24px;
}

.post-subtitle p {
    line-height: 160%;
    text-align: center;
    color: #636466;
    margin: 24px 0px;
}

.cm-blog-listing .newsletter-subscribe-group .container {
    padding-left: 0;
    padding-right: 0;
}

.post-author-section .post-author-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-author-section .post-author-social ul li a {
    display: block;
    background: #0A66C2;
    box-shadow: 0px 2px 6px rgba(27, 118, 255, 0.29);
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    margin: 0 12px;
}

.post-author-section .post-author-social ul li:first-child a {
    margin-left: 0;
}

.post-author-section .post-author-social ul li.facebook a {
    background: #1877F2;
}

.post-author-section .post-author-social ul li.twitter a {
    background: #1DA1F2;
}

.post-author-section .post-author-social ul li.website a {
    background: #1B76FF;
}

.post-author-section .post-author-content h3 {
    line-height: 132%;
    letter-spacing: 0.02em;
    color: #2488CD;
    margin: 16px 0px;
}

.post-author-section .post-author-content p {
    color: #636466;
    line-height: 160%;
    margin: 16px 0;
}

.post-author-section {
    width: 75%;
    margin: 50px 0 100px auto;
    padding-left: 30px;
}

.post-author-section .post-author-wrapper {
    background: #FFFFFF;
    border: 1px solid #E7E8F1;
    box-sizing: border-box;
    box-shadow: 0px 12px 48px rgba(198, 207, 218, 0.24);
    border-radius: 16px;
    padding: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.post-author-section .post-author-image {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
}

.post-author-section .post-author-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: top;
}

.post-author-section .post-author-content {
    width: calc(100% - 140px);
    padding-left: 30px;
}

.post-body {
    padding-top: 80px;
}

.main-content-inner figure {
    margin-left: 0;
    margin-right: 0;
}

.main-content-inner figure img {
    border-radius: 16px;
}

.main-content-inner figcaption {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    /* identical to box height, or 12px */
    text-align: center;
    /* Venice Blue */
    color: #005A9C;
    margin: 24px 0;
}



.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.fade.show {
    opacity: 1;
}

.modal-backdrop.show {
    opacity: .5;
}

.podcast-blog .blog-post-wrapper,
.case-study-blog .blog-post-wrapper {
    padding-top: 0;
}

img[align="right"] {
    margin-left: 15px;
    float: right;
}

img[align="left"] {
    margin-right: 15px;
    float: left;
}

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857143;
}

/* ========== Recent Posts ============== */

.recent-posts-wrapper {
    background: rgba(198, 207, 218, 0.24);
    padding: 56px 20px 32px;
}

.recent-posts-wrapper .content-wrapper {
    padding: 0;
}

.recent-posts-top-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.recent-post-title h2 {
    text-shadow: 0px 2px 4px rgba(222, 42, 74, 0.05);
    letter-spacing: -0.02em;
    line-height: 132%;
    margin: 0;
}

.recent-post-title h2 a:hover {
    color: #9d1d64;
}

.recent-post-button a {
    display: inline-block;
    padding: 20px 28px;
    background: #FFFFFF;
    border: 0.5px solid #BDBFD1;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgba(31, 37, 89, 0.05);
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #005A9C;
}

.recent-posts-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -15px;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.content-with-bookmark .main-content-inner .broken_link, .content-with-bookmark .main-content-inner a.broken_link {
    text-decoration: line-through;
}

@media (max-width: 767px){
    .recent-posts-top-content {
        flex-direction: column;
        align-items: baseline;
    }

    .recent-post-title h2 {
        margin-bottom: 20px;
    }

    .recent-post-button a {
        padding: 15px;
    }
}

@media (max-width: 479px){
    .post-item.recent-post-item {
        width: 100%;
    }

    .recent-posts-item-wrapper {
        margin: 0;
    }
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

@media(max-width: 1199px) {
    .post-item .author-title-wrapper {
        padding-left: 10px;
    }

    .post-item .post-item-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-item .author-image img {
        width: 55px;
        height: 55px;
    }

    .post-item .author-image {
        width: 55px;
    }

    .post-item .post-meta-details {
        width: 66%;
    }

    .post-item .post-meta-content {
        width: 34%;
    }
}

@media(max-width: 991px) {
    .post-item .post-meta-details, .post-item .post-meta-content {
        width: 100%;
    }

    .post-item .post-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .post-item .post-meta-content {
        margin-top: 20px;
    }
}
@media(max-width: 767px) {
    .post-item {
        width: calc(50% - 30px);
    }

    .blog-post-top-content .post-title {
        font-size: 32px;
    }

    .post-author-section {
        width: 100%;
        padding-left: 0;
    }

    .post-author-section .post-author-wrapper {
        padding: 30px 20px;
        flex-direction: column;
    }

    .post-author-section .post-author-content {
        width: 100%;
        padding-left: 0;
    }

    .post-author-section .post-author-image {
    }

    .post-author-section {
        margin: 50px 0 50px auto;
    }

    .post-author-section .post-author-social ul li a {
        margin: 0 6px;
    }

    img[align="right"],
    img[align="left"]{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
        float: none;
        display:block;
    }

}

@media(max-width: 479px) {

    .blog-listing-group,
    .blog-post-wrapper {
        padding: 50px 0;
    }

    .post-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .blog-listing-wrapper {
        margin: 0;
    }
}
@media(min-width: 768px) {

    .elements__blog__header-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


/* Blog 2 */

.elements--blog-2__header {
    margin-top: 72px;
}

.elements--blog-2__latest-articles {
    padding: 100px 0 356px;
}

.elements--blog-2__cta-subscribe {
    padding-top: 36px;
}




@media(max-width: 768px) {

    .elements--blog-2__latest-articles {
        padding: 56px 0 354px;
    }

    .elements--blog-2__cta-subscribe {
        padding-top: 40px;
    }

    .elements--blog-2__header {
        margin-top: 32px;
    }


}


/* Blog Post 1 */

.elements--post--blog--header__container {
    margin-top: 72px;
}

.elements--post--blog--tag__badge {
    background-color: #2488cd;
    color: #FFFFFF;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    display: inline-block;
}

.elements--post--blog--tag__badge:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.elements--post--blog__title {
    margin: 16px auto 8px;
    max-width: 860px;
}

.elements--post--blog__subtitle {
    margin: 0 auto 24px;
    max-width: 660px;
}

.elements--post--blog__image {
    width: 100%;
    border-radius: 50px;
    margin-top: 12px;
}

.elements--post--blog--main__content {
    margin-top: 80px; 
    position: relative;
}

.elements--post--blog--author__container {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
}


.elements--post--blog--author__card {
    text-align: center;
    padding: 48px 26px 54px;
    max-width: 412px;
    width: 100% !important;
}

.elements--post--blog--author__image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 16px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    display: inline-block;
}

.elements--post--blog--author__image:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.elements--post--blog--author__display__name {
    margin-bottom: 12px; 
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    display: inline-block;
}

.elements--post--blog--author__display__name:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.elements--post--blog--author__social__icons--container {
    margin: 4px -10px 0px -10px;
}

.elements--post--blog--author__social__icons {
    margin: 0px 10px;
    width: 46.7px;
    height: 46.7px;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
    filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    display: inline-block;
}

.elements--post--blog--author__social__icons:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.elements--post--blog--body {
    max-width: 672px;
    float: right;
}

.elements--post--blog--body img {
    max-width: 100%;
}


.elements--post--blog--body ul li {
    margin: 12px 0px;
}


@media(max-width: 867px) { 

    .elements--post--blog__image {
        border-radius: 28px;
    }

    .elements--post--blog--author__image {
        width: 116px;
        height: 116px;
    }

    .elements--post--blog--author__card {
        padding: 36px 36px 40px;
    }

    .elements--post--blog--author__social__icons {
        margin: 0px 6px;
        width: 40px;
        height: 40px;
    }

}

@media(max-width: 767px) { 

    .elements--post--blog--author__social__icons {
        width: 36px;
        height: 36px;
    }

    .elements--post--blog--author__image {
        width: 90px;
        height: 90px;
    }

    .elements--post--blog--main__content {
        margin-top: 36px;
    }

    .elements--post--blog--author__card {
        max-width: 100%;
    }

    .elements--post--blog--author__container {
        position: -webkit-unset;
        position: unset;
        margin-bottom: 36px;
    }

    .elements--post--blog--body {
        float: unset;
    }

}



/* Blog Post 2 */

.elements--post2--blog-pagination__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2488cd !important;
    margin-bottom: 14px;
    text-decoration: none !important;
}

.elements--post2--blog-pagination__link svg {
    fill: #2488cd;
    margin-right: 8px;
    filter: drop-shadow(0px 2px 4px rgba(244, 38, 62, 0.18));
    width: 10px;
}

.elements--post2--blog--header__container {
    margin-top: 72px;
}

.elements--post2--blog__subtitle {
    max-width: 660px;
}


.elements--post2--blog--header__text {
    max-width: 860px;
    margin: 64px auto;
    border-bottom: 1px solid #E7E8F1;
    padding-bottom: 56px;
}

.elements--post2--blog--author__image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    display: inline-block;
}

.elements--post2--blog--author__image:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.elements--post2--blog--author__display__name {
    display: inline-block;
    vertical-align: 18px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;

}

.elements--post2--blog--author__display__name:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.elements--post2--blog--author__display__separator {
    display: inline-block;
    vertical-align: 22px;
    width: 24px;
    height: 2px;
    border-top: 1px solid #E7E8F1;
    margin: 0 12px;
}

.elements--post2--blog--author__display__date {
    display: inline !important;
    vertical-align: 18px;
}

.elements--post2--blog--main__content {

}

.elements--post2--blog--body {
    max-width: 672px;
    margin: 16px auto;
}

.elements--post2--blog--body > p {
    max-width: 300px;
}

.elements--post2--blog--body img {
    max-width: 100%;
}

.elements--post2--blog--author__card {
    text-align: left;
    padding: 48px 44px 54px;
    max-width: 797px;
    width: 100% !important;
    margin: 56px auto;
}

.elements--post2--blog--card--author__image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.elements--post2--blog--card--author__display__name {
    margin-bottom: 8px;
}


.elements--post2--blog--author__social__icons {
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
    filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    display: inline-block;
}

.elements--post2--blog--author__social__icons:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


@media(max-width: 767px) {

    .elements--post2--blog--header__container {
        margin-top: 24px;
    }

    .elements--post2--blog--header__text {
        margin: 36px auto;
    }

    .elements--post2--blog--card--author__image {
        margin-bottom: 16px;
    }

    .elements--post2--blog--author__social__icons {
        margin: 0 8px;
    }

    .elements--post2--blog--author__card {
        padding: 48px 38px 54px;
        text-align: center;
        margin: 24px auto 0;
    }

    .elements--post2--blog--card--author__image--container {
        float: unset !important;
    }

    .elements--post2--blog--header__text {
        padding-bottom: 36px;
    }

}







/* Blog Tags */

.blog-index__section-title {
    margin-top: 12px;
}

.blog-tag-filter-item {
    padding: 14px 20px !important;
    border-radius: 5px !important;
    margin-left: 12px !important;
    margin-top: 16px !important;
}

.blog-tag-filter--active-item {

}

.blog-index__filter-tags-container {
    text-align: right;
}


.elements-blog-card__footer {
    margin-top: auto;
    border-top: 1px solid #E7E8F1;
    padding-top: 24px;
}

.elements-blog-card__footer_badge-container {
    text-align: right;
    margin-left: 0px; !important;
    float: right !important;
    width: auto !important;
    margin-top: 12px;
}

@media(max-width: 418px) {

    .elements-blog-card__footer_badge-container {
        width: 100% !important;
        text-align: left;
        padding-bottom: 12px;
    }

}


.elements-blog-card__footer_text-container {
    text-align: left !important;
    margin-left: 0px !important;
    width: auto !important;
    margin-top: 4px;
    padding-left: 12px;
}

.elements--blog--card__footer__badge {
    background-color: #2488cd;
    color: #FFFFFF;
}



/* Blog header */

.blog-header {
    background-color: #F8FAFC;
    text-align: center;
}

.blog-header__inner {
    margin: 0 auto;
    max-width: 600px;
    padding: 3.3rem 0;
}



.blog-header__title {
    font-size: 20px;
}

.blog-header__subtitle {
    margin: 1rem 0 2rem;
}

.blog-header__form {
    margin: 0 1rem;
}



/* Blog header - author listing */

.blog-header__author-avatar {
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    display: block;
    height: auto;
    margin: 0 auto 1.5rem;
    width: 200px;
}

.blog-header__author-social-links a {
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 0 5px;
    position: relative;
    width: 40px;
}

.blog-header__author-social-links a:hover {
    background-color: #494A52;
}

.blog-header__author-social-links svg {
    fill: #FFF;
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

/* Blog listing */

.blog-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0;
    margin: 0 -1% 0 -1%;
}

.blog-index:after {
    content: "";
    -webkit-box-flex: 1;
}

.blog-index__tag-header {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 1rem;
}

.blog-index__tag-heading {
    border-bottom: 3px solid #D1D6DC;
    padding-bottom: 1rem;
}

.blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 100%;
    flex:  0 0 100%;
    max-width: 100%;
    margin: 1% 1% 1% 1%;
}

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

.blog-index__post-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 332px;
}

@media(max-width: 1000px) {

    .blog-index {
        justify-content: flex-start;
    }


}

@media(max-width: 767px) {
    .blog-index__post-image {
        max-height: 100%;
        height: unset !important;
    }
}

@media(max-width: 767px) {

    .blog-index {
        margin-left: 0;
        margin-right: 0;
    }

    .blog-index__filter-tags-container {
        text-align: left;
        width: 100% !important;
    }

    .blog-tag-filter-item {
        margin-left: 0px !important;
        margin-right: 12px !important;
    }

    .blog-index__post {
        width: 100%;
        max-width: 100%;
        margin-bottom: 14px;
    }

}



@media screen and (min-width: 768px) {
    .blog-index__post {
        -webkit-box-flex:  0;
        -ms-flex:  0 0 calc(96%/2);
        flex:  0 0 calc(96%/2);
    }
}



@media screen and (min-width: 1100px) {
    .blog-index__post {
        -webkit-box-flex:  0;
        -ms-flex:  0 0 calc(93%/2);
        flex:  0 0 calc(93%/2);
    }

    .blog-index__post-image {
        max-height: 202px;
    }

}

@media screen and (min-width: 1021px) {
    .blog-index__post {
        -webkit-box-flex:  0;
        -ms-flex:  0 0 calc(93%/2);
        flex:  0 0 calc(93%/2);
    }
}


@media screen and (min-width: 1220px) {
    .blog-index__post {
        -webkit-box-flex:  0;
        -ms-flex:  0 0 calc(94%/3);
        flex:  0 0 calc(94%/3);
    }
}

@media screen and (min-width: 768px) {
    .blog-index__post--large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        justify-items: space-between;
    }
}

.blog-index__post-image {
    width: 100%;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    height: 202px;
    object-fit: cover;
}


@media screen and (min-width: 768px) {


    .blog-index__post-image-wrapper--large {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%;
    }

    .blog-index__post-content--large {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%;
        padding-left: 2rem;
    }

    .blog-index__post-content--full-width {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-left: 0;
    }
}



/* Blog pagination */

.blog-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5.3rem;
    text-align: center;
}

.blog-pagination__link {
    border: 1px solid transparent;
    border-radius: 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin: 0 0.3rem;
    padding: 0.25rem 0.4rem;
    text-decoration: none;
}

.blog-pagination__link--active {
    border: 1px solid #BDBFD1;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(31 37 89 / 5%);
    padding: 20px 22px;
    border-radius: 14px;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
    text-decoration: none;
}

@media(max-width: 424px) {

    .blog-pagination__link {
        padding: 16px 12px !important;
    }

    .blog-pagination__link--active {
        border-radius: 10px;
    }
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blog-pagination__prev-link {
    margin-right: 0.4rem;
    text-align: right;
    border: 1px solid #BDBFD1 !important;
}

.blog-pagination__next-link {
    margin-left: 0.4rem;
    text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
    color: #33475b !important;
    cursor: default;
    pointer-events: none;
}

.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 {
    color: #1F2559;
}


/* Blog post */

.blog-post {
    margin: 0 auto;
    max-width: 960px;
    padding: 3.3rem 0;
}


.blog-post__meta {
    margin: 1rem 0;
}

.blog-post__meta a {
    color: #494A52;
    text-decoration: underline;
}

.blog-post__tags {
    color: #000;
}

.blog-post__tags svg {
    height: auto;
    margin-right: 10px;
    width: 15px;
}

.blog-post__tag-link {
    color: #000;
}

/* Blog related posts */

.blog-related-posts {
    background-color: #F8FAFC;
    margin-top: 3rem;
    padding: 2rem 0;
}

.blog-related-posts h2 {
    text-align: center;
}

.blog-related-posts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-related-posts__post {
    color: #494A52;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .blog-related-posts__post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/2);
        flex: 0 0 calc(100%/2);
    }
}

@media screen and (min-width: 1000px) {
    .blog-related-posts__post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/3);
        flex: 0 0 calc(100%/3);
    }
}

.blog-related-posts__image {
    height: auto;
    max-width: 100%;
}

.blog-related-posts__title {
    margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
    color: #494a52;
}

/* Blog comments */

.blog-comments {
    margin: 0 auto;
    max-width: 680px;
}

.blog-comments form {
    max-width: 100%;
}

.blog-comments .hs-submit {
    text-align: center;
}

.blog-comments .hs-button {
    background-color: transparent;
    border: 2px solid #494A52;
    color: #494A52;
}

.blog-comments .hs-button:hover {
    background-color: #494A52;
    color: #FFF;
}

.blog-comments .comment-reply-to {
    border: 0 none;
}

.blog-comments .comment-reply-to:hover {
    background-color: transparent;
    color: #494A52;
    text-decoration: underline;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F4F4F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 26rem;
  }
}

/* System pages */


.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 0;
}

.elements__systems-page__search-results {
  padding: 3rem 0;
}


.systems-page .success {
  background-color: #E3FDDE;
  border-radius: 10px;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 1.4rem 1.6rem;
  text-align: center;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #65C855;

}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

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

.hs-search-results__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #1F2559;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

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

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.elements__password-protected {
  padding-top: 90px;
  padding-bottom: 128px;
  background: #FAFAFC;
}

.password-prompt input[type=password] {
  display: block;
  margin-bottom: 1.6rem;
  margin-top: 1.8rem !important;
  border-radius: 10px;
  height: 62px !important;
}

.password-prompt form input[type=submit], .password-prompt form .hs-button {
  padding: 20px 60px 22px;
  height: auto !important;
}

.elements__password-prompt--image {
  text-align: center;
  margin-bottom: 16px;
  width: 148px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.elements__password-prompt--card {
  max-width: 591px;
  width: 100% !important;
  padding: 70px 40px;
 
}

/* Subscription Preferentes */


.elements__subscription-preferences--card {
  max-width: 636px;
  width: 100% !important;
  padding: 48px 50px 48px;
}

.elements__subscription-preferences p {
  /*display: none;*/
}


.elements__subscription-preferences h1 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 9px;
}

.elements__subscription-preferences h2 {
  font-size: 26px;
  color: #62668A;
  font-weight: normal;
  margin-bottom: -15px;
}

.elements__subscription-preferences .item-inner p {
  font-size: 13px;
}

.elements__subscription-preferences .hs-button {
  margin-top: 24px; 
  margin-bottom: 24px;
}

.elements__subscription-preferences label span {
  color: #62668A;
  font-weight: normal;
}




.elements__subscription-preferences [type="radio"]:checked, 
.elements__subscription-preferences [type="radio"]:not(:checked), 
.elements__subscription-preferences [type="checkbox"]:checked, 
.elements__subscription-preferences [type="checkbox"]:not(:checked) {
  position: absolute;
  margin-top: 8px;
  z-index: 99;
  left: 0;
  opacity: 0;
  height: 28px;
  width: 100%;
}


.elements__subscription-preferences [type="checkbox"]+span:before {
    content: '';
    left: 0;
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: inset 0px -1px 5px rgb(0 0 0 / 8%);
    border-radius: 5px;
    width: 22px;
    height: 22px;
    transition: all ease .35s !important;
    border: 1px solid #E7E8F1;
    cursor: pointer;
  
}

.elements__subscription-preferences [type="checkbox"]:checked+span:before {
    background-color: #f4263e;
}

.elements__subscription-preferences [type="checkbox"]+span:after, .elements__subscription-preferences [type="checkbox"]+label:after {
  content: '';
  transition: border-color ease .35s !important;
  border-color: #f4263e;
}

.elements__subscription-preferences [type="checkbox"]:checked+span:after, .elements__subscription-preferences [type="checkbox"]:checked+label:after {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 14px;
  left: 8px;   
  top: 7px;
  transform: rotate(40deg);
  transition: border-color ease .35s !important;
  width: 6px;
}


.elements__subscription-preferences [type="checkbox"]:checked+span, .elements__subscription-preferences [type="checkbox"]:not(:checked)+span {
    position: relative;
    display: inline-block !important;
    text-transform: none;
    transition: all ease .35s !important;
    cursor: pointer;
    margin: 7px 0px !important;
    padding-top: 1px;
    padding-left: 37px !important;
}



@media(max-width: 767px) { 
  
  .elements__subscription-preferences h2 {
    font-size: 22px;
  }
  
  .elements__subscription-preferences--card {
    padding: 32px 28px 32px;
  }
  
  .elements__subscription-preferences h1 {
    font-size: 32px;
    line-height: 42px;
  }
  
}




/* Subscription Confirmation */


.elements__subscription-preferences-update--card {
  max-width: 591px;
  width: 100% !important;
  padding: 70px 40px 40px;
  text-align: center;
}


@media(max-width: 767px) { 
  
  .elements__subscription-preferences-update--card {
    padding: 50px 28px 40px;
  } 
  
}

.elements__subscription-preferences-update h1 {
  font-size: 38px;
  line-height: 48px;
}


.elements__subscription-preferences-update h2 {
  font-size: 26px;
  line-height: 25px;
  font-style: normal;
  font-weight: normal;
  color: #62668A;
  margin-bottom: 0px;
}


/* Subscription Update Confirm */

.elements__backup-unsubscribe h3 {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 12px;
}


.elements__backup-unsubscribe form input[type=submit], .elements__backup-unsubscribe form .hs-button {
  padding: 20px 52px 22px;
  height: auto !important;
}


.elements__backup-unsubscribe--card {
  max-width: 591px;
  width: 100% !important;
  padding: 56px 40px 72px;
 
}

@media(max-width: 767px) { 
  .elements__backup-unsubscribe--card {
    padding: 40px 32px 60px;
  }  
  
}


/* Search Results */

.elements__search-results {
   position: relative;
   padding-top: 32px;
   margin-bottom: 72px;
}

.elements__search-results-background-absolute {
  background-color: #FAFAFC;
  height: 300px;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}


@media(max-width: 767px) { 
  
  .elements__search-results {
     margin-top: 4px;
  }
  
  .elements__search-results-background-absolute {
    height: 247px;
  }
  
  .elements__search-results {
    padding-top: 16px;
  }
  
  .elements__password-protected {
    padding-top: 54px;
    padding-bottom: 72px;
  }
  
  .elements__password-prompt--card {
    padding: 32px 32px 48px;
  }
  
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* @import url('http://example.com/example_style.css'); */

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

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


.no-section-padding .dnd-section, .no-section-padding .content-wrapper--vertical-spacing {
  padding: 0;
}

.background-home-marketing {
  margin-top: 2%;
  padding-bottom: 18%;
  background-image: url(https://f.hubspotusercontent10.net/hubfs/8768169/Elements/Theme/backgrounds/background_marketing.png) !important;
  background-size: 50% !important;
  background-position: right 30% !important;
  background-repeat: no-repeat !important; 
}



@media(max-width: 1679px) {
  .background-home-marketing {
    padding-bottom: 10%;
  }
}


@media(max-width: 1500px) {
  .background-home-marketing {
    padding-bottom: 8%;
  }
}

@media(max-width: 1430px) {
  .background-home-marketing {
    padding-bottom: 5%;
  }
}

@media(max-width: 1320px) {
  .background-home-marketing {
    padding-bottom: 3%;
  }
}

@media(max-width: 1280px) {
  .background-home-marketing {
    padding-bottom: 1%;
  }
}

@media(max-width: 1200px) {
  .background-home-marketing {
    padding-bottom: 0;
  }
}

@media(max-width: 1120px) {
  .background-home-marketing {
    padding-bottom: -5%;
  }
}

@media(max-width: 767px) {
  
  .background-home-marketing {
     background-image: none !important;
     padding-bottom: 4px;
     margin-top: 0px;
  }
  

  .elements-template--span7__full-mobile .row-fluid .span7 {
    width: 100% !important;
  } 
  
  .elements-template--span6__full-mobile .row-fluid .span6 {
    width: 100% !important;
  } 
  
  .elements-template--span5__full-mobile .row-fluid .span5 {
    width: 100% !important;
  }
  
  .elements-template--span4__full-mobile .row-fluid .span4 {
    width: 100% !important;
  } 
  
  .elements-template--span3__full-mobile .row-fluid .span3 {
    width: 100% !important;
  } 
  
  .elements-template--span2__full-mobile .row-fluid .span2 {
    width: 100% !important;
  } 
  
  
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-bw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


/* ==================== Typo ========================== */
.text-uppar {
    text-transform: uppercase;
}
.text-center{
    text-align:center;
}
.p-small{
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.bold-text {
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
}
/* ==================== Columns ========================== */
.m-col-4{
    width: 33.3333%;
}
.m-col-5 {
    width: 41.666667%;
}
.m-col-6 {
    width: 50%;
}
.m-col-7 {
    width: 58.333333%;
}
.m-col-8 {
    width: 66.6666%;
}
.m-col-12 {
    width: 100%;
}
.m-auto{
    margin-left: auto;
    margin-right: auto;
}

/* ==================== theme Color ========================== */
.glacial-blue-ice{
    color:#2488CD;
}
.sunshade{
    color:#FAA61A;
}
.venice-blue{
    color:#005A9C
}

.midnight-blue{
    color: #0B3253;
}
.carbon-grey{
    color:#636466;
}
.pale-aqua{
    color:#C6CFDA;
}
.berry-jam{
    color:#9D1D64
}
.white-color{
    color:#ffffff;
}
.PAU-gradient{
    background: linear-gradient(180deg, #005A9C 2.4%, #2488CD 61.32%);
}

.white-bg-color{
    background: #ffffff;
}
/* ==================== spacing ========================== */
.mb-0{
    margin-bottom:0px
}
.mb-5{
    margin-bottom:5px;
}
.mb-16{
    margin-bottom:16px
}
.mb-32{
    margin-bottom:32px;
}
.mb-40{
    margin-bottom:40px;
}
.mb-56{
    margin-bottom:56px
}
.mb-72{
    margin-bottom:72px
}

/*======= left ====  */
.pl-l6 {
    padding-left: 16px;
}
.pl-32{
    padding-left:32px;
}
.pl-40{
    padding-left:32px;
}
.pl-48{
    padding-left:48px;
}
.pl-88{
    padding-left:88px;
}


/*======= Right ====  */
.pr-16{
    padding-right:16px;
}
.pr-32{
    padding-right:32px;
}
.pr-88{
    padding-right:88px;
}


/*======= Top ====  */
.pt-40{
    padding-top:40px;
}
.pt-56{
    padding-top:56px;
}
.pt-96{
    padding-top:96px;
}
.pt-64{
    padding-top:64px;
}


/*======= Bottom ====  */
.pb-30{
    padding-bottom:30px;
}
.pb-40{
    padding-bottom:40px;
}
.pb-60{
    padding-bottom:60px;
}
.pb-72{
    padding-bottom:72px;
}
.pb-64{
    padding-bottom:64px;
}
.pb-96{
    padding-bottom:96px;
}

/* ==================== Other ========================== */
.radius-16{
    border-radius: 16px;
}


@media(max-width:767px){
    .m-col-4,
    .m-col-5,
    .m-col-6,
    .m-col-7,
    .m-col-8{
        width:100%
    }

    .m-mb-30{
        margin-bottom:30px;
    }
    .m-pl-0{
        padding-left:0px;
    }
}



/*=================== Course ============================*/
.row.course-bi-inst {
    margin: 0 -14px;
}
.course-item {
    width: 33.333%;
    padding: 0 14px;
    margin-bottom: 56px;
    float:left;
/*     position:static !important; */
}
.course-item .c-inner{
    box-sizing: border-box;
    border: 0.5px solid #E7E8F1;
    box-shadow: 0px 3px 10px rgba(31, 37, 89, 0.04);
    border-radius: 28px;
    position: relative;
    min-height:420px;
    height:100%;
    background:#fff;
}
.course-item .price {
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0.02em;
}
.course-item .image,
.course-item .image img{
    border-radius: 16px 16px 0 0;
}
.course-item h3.title {
    line-height: 29px;
    letter-spacing: 0.02em;
}
.course-item .image {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    min-height: 200px;
}
.course-item .image img {
    min-height: 200px;
    object-fit: cover;
}
.c-content{
    background:#fff;
}
/* .course-item .image:before {
    content: "";
    background: linear-gradient(0deg, rgba(11, 50, 83, 0.7), rgba(11, 50, 83, 0.7));
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 16px 16px 0 0;
} */
.course-item img.author-img {
    position: absolute;
    right: 32px;
    margin-top: -72px;
}
.course-item span.hours {
    position: absolute;
    background: #FAA61A;
    border-radius: 16px;
    left: 32px;
    bottom: 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    color: #fff;
    padding: 8px 16px;
    min-width: 0;
    max-width: 100%;
}
.course-item img.author-img {
    position: absolute;
    right: 32px;
    margin-top: -72px;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}
.course-item h3.title {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.course-item .instructor-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: -20px;
}
.course-item img.author-img {
    position: relative;
    right: 0;
}

.lobjectives img.arch {
    width: 100%;
    display: block;
    margin-top: 150px;
}
.lobjectives {
    background: linear-gradient(180deg,#fff 22.7%,rgba(255,255,255,0) 90.87%),#c6cfda;
    padding-bottom: 0px;
    position: relative;
    overflow:hidden;
}
.lobjectives .lea-item:last-child {
    margin-bottom: 60px;
}
.lobjectives svg {
    width: 100%;
    position: absolute;
    top: calc(100% - 185px);
}

/* .lobjectives:after {
    content: "";
    background-image: url(https://20705724.fs1.hubspotusercontent-na1.net/hubfs/20705724/Palo_2021/images/Arch.svg);
    width: 100%;
    height: 25vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
} */

.curriculum  .white-color {
    color: #fff;
}

.curriculum-item-wrapper {
    border: 1px solid #c6cfda;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px rgb(11 50 83 / 28%);
    border-radius: 24px;
    padding: 64px 88px;
}

.curriculum-item p {
    padding-left: 30px;
    font-weight: bold;
    font-size: 22px;
    line-height: 132%;
    letter-spacing: .02em;
    position: relative;
}

.curriculum-item p span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.row-7 .three-col-content {
    background-color: rgba(198,207,218,0.24) !important;
}

.live-page .author-section .atitle strong {
    display: block;
}

.hs-course-content h2 {
    line-height: 132%;
    letter-spacing: -0.02em;
    text-shadow: 0px 2px 4px rgba(222, 42, 74, 0.05);
    margin: 0 0 16px;
}

.hs-course-content h3{
    line-height: 132%;
    letter-spacing: 0.02em;
    color: #005A9C;
    text-shadow: 0px 2px 4px rgba(222, 42, 74, 0.05);
    margin: 16px 0;
}

.live-page .hs-course-content h2 {
    color: #636466;
}

.live-page .presented-by:before {
    display: none;
}

.live-page .presented-by .items h2 {
    line-height: 132%;
    letter-spacing: -0.02em;
    color: #2488CD;
    text-shadow: 0px 2px 4px rgb(222 42 74 / 5%);
}

.hs-course-content h2 span {
    text-transform: lowercase;
}
@media(max-width:1250px){
    .row.course-bi-inst{
        margin:0;
    }
}
@media(max-width:1100px) and (min-width:768px){
    .course-item .image img {
        min-height: 200px;
        object-fit: fill;
    }
}

@media(max-width:767px){
    .course-item {
        width: 100%;
    }
    .course-item + .course-item {
        margin-top:0px;
    }
    .mmb-30{
        margin-bottom: 30px;
    }
    .lobjectives img.arch {
        MARGIN-TOP: 20PX;
    }
/*     .lobjectives {
        padding-bottom: 120px;
    } */
    .curriculum-item-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    .lobjectives:after {
        height: 15vh;
        bottom: 0;
    }
    .course-item .c-inner{
        min-height:0;
    }
    .course-item{
        padding-left:0;
        padding-right:0
    }
}

@media(max-width:479px){
    .curriculum-item-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .curriculum .heading-1,
    .lobjectives .heading-1{
        font-size: 40px;
    }
    .lea-item img {
        width: 40px;
    }
    .lea-item .pl-40 {
        padding-left: 20px;
    }
}
/*=================== End Course ========================*/

.two-col-image-wrapper {
    padding: 96px 0;
}

.two-col-image-wrapper .two-col-image-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -15px;
}

.two-col-image-wrapper .content-col,
.two-col-image-wrapper .image-col {
    width: 50%;
    padding: 0 15px;
}

.two-col-image-wrapper .content-col h2 {
    font-size: 48px;
    line-height: 116%;
    letter-spacing: -0.01em;
    color: #005A9C;
    text-shadow: 0px 2px 4px rgba(222, 42, 74, 0.05);
    margin: 0 0 16px 0px;
}

.two-col-image-wrapper .content-col h3 {
    line-height: 132%;
    letter-spacing: 0.02em;
    margin: 16px 0px;
}

.two-col-image-wrapper .content-col p {
    line-height: 160%;
    margin: 16px 0px;
}

.two-col-image-wrapper .content-col .button-wrap a {
    padding: 20px 34px;
    display: inline-block;
    background: #2488CD;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    margin: 20px 0;
}

.two-col-image-wrapper .content-col h5 {
    line-height: 18px;
    letter-spacing: -0.02em;
    text-shadow: 0px 2px 4px rgba(222, 42, 74, 0.05);
    margin: 0 0 16px;
}

@media (max-width: 767px){
    .two-col-image-wrapper .content-col, .two-col-image-wrapper .image-col {
        width: 100%;
    }

    .two-col-image-wrapper .content-col {
        order: 2;
    }

    .two-col-image-wrapper .image-col {
        order: 1;
        margin-bottom: 30px;
    }

}