*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

details {
  display: block;
}

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

summary {
  display: list-item;
}
:root {
  --white: #fff;
  --green-petro: #002328;
  --purple: #5C42DB;
  --purple-02: #F5F3FF;
  --purple-03: #4A30C9;
  --purple-04: #382886;
  --yellow: #EAEF22;
  --gray-100: #FAFAFA;
  --gray-200: #E9ECEF;
  --gray-300: #DEE2E6;
  --gray-600: #6C757D;
  --gray-800: #343A40;
  --gray-900: #1D1D1F;
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

/*
* grid bs
*/
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1);
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex:1 0 0%
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

.container.mx {
  max-width: 1088px;
}

@media (min-width: 576px) {
  .container,.container-sm {
    max-width:540px
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
    max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
    max-width:960px
  }
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width: 95vw;
  }
}

@media (min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 1376px;
  }
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Lexend", sans-serif;
  color: var(--gray-600);
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: "Lexend", sans-serif;
  margin: 0 0 16px;
  color: var(--green-petro);
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 32px;
  line-height: 116.667%;
}

h2 {
  font-size: 35px;
  line-height: 120%;
  letter-spacing: -0.005em;
}

h3 {
  font-size: 20px;
  line-height: 120%;
}

h4 {
  font-size: 18px;
  line-height: 120%;
}

h5 {
  font-size: 14px;
  line-height: 120%;
}

h6 {
  font-size: 12px;
  line-height: 120%;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

strong {
  font-weight: 700;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 8px;
}

button,input,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: inherit;
  text-decoration: none
}

a:focus,a:hover {
  color: inherit;
  text-decoration: none
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

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

/* 
* heading 
*/
.heading h2 {
  margin: 0 0 16px;
  font-weight: 300;
}
.heading p {
  font-size: 16px;
}

@media (min-width: 768px) { 
  .heading.left {
    text-align: left;
  }
  .heading.center {
    text-align: center;
  }
  .heading.right {
    text-align: right;
  }
}

@media (max-width: 767.98px) { 
  .heading {
    margin-bottom: 32px !important;
  }
}
.btn,
.hs-button {
  display: inline-flex;
  padding: 9px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-out;
  text-align: center;
}

/* .btn:hover, .hs-button:hover {
  box-shadow: 0px 2px 10px 0px var(--gray-600);
}
 */
.btn.btn-primary,
.hs-button.btn-primary {
  background: var(--purple);
  color: var(--white);
}

.btn.btn-primary:hover,
.hs-button.btn-primary:hover {
  background: var(--yellow);
  color: var(--green-petro);
}

.btn.btn-primary:hover path,
.hs-button.btn-primary:hover path {
  fill: var(--green-petro);
}

.btn.btn-secondary,
.hs-button.btn-secondary {
  background: var(--yellow);
  color: var(--green-petro);
}

.btn.btn-outline,
.hs-button.btn-outline {
  border: 1px solid var(--gray-300);
}

.cta {
  text-align: center;
}

@media (min-width: 992px) {
  .cta .btn {
    min-width: 415px;
  }
}
/* Fields */
.hs-form fieldset {
  max-width: 100%!important
}

.hs-form .form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%!important
}

@media (min-width: 768px) {
  .hs-form fieldset.form-columns-2,.hs-form fieldset.form-columns-3 {
    display:flex;
    gap: 32px
  }

  .hs-form fieldset.form-columns-1 .input,
  .hs-form fieldset.form-columns-2 .input,
  .hs-form fieldset.form-columns-3.input {
    margin-right: 0!important
  }
}
.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

.hs-form .hs-form-field > label {
  color: #002328;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
  display: inline-block;

}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #E7E2FB;
  background: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #6C757D;
  width: 100% !important;
}

form textarea {
  resize: vertical;
}

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

.legal-consent-container {
  padding: 24px;
  border-radius: 16px;
  background: #F5F3FF;
  color: #6C757D
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--gray-800)
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  color: #6C757D;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px; /* 160% */
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  font-size: 10px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}

/* Validation */

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

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

.hs-error-msg, .error {
  color: #f00;
  margin-top: 1rem;
  display: inline-block;
  font-size: 12px;
}

/* Submit button */
.hs-form .hs-submit .actions {
  display: -ms-flexbox;
  display: flex;
}

form input[type=submit],
form .hs-button {
  cursor: pointer;
  background: #5C42DB;
  color: var(--white);
  border-radius: 8px;
  border: 0;
  width: 100%;
  margin: 24px 0 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--bs-modal-zindex)
}

.modal-dialog {
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
  width: auto
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  background-color: var(--bs-backdrop-bg);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity)
}

.modal-header {
  align-items: center;
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
  margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
  padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0
}

.modal-body {
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  position: relative
}

.modal-footer {
  align-items: center;
  background-color: var(--bs-modal-footer-bg);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
  margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15)
  }

  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bs-modal-width)
  }

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

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

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width:1140px
  }
}

.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%
}

.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

/* MODAL */
.modal .modal-content {
  border: 0;
  border-radius: 0;
  outline: 0;
}

.modal .modal-header {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal .modal-title {
  color: #ff4800;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

.modal .modal-header .close {
  opacity: 1;
  font-size: 30px;
  outline: 0;
}

.modal .modal-dialog {
  max-width: 680px;
}

@media (min-width: 1200px){
  .modal .modal-dialog {
    max-width: 980px;
  }
}

.modal .modal-header {
  border: 0;
}
.modal .modal-header .close {
  font-size: 30px;
  display: block;
  position: absolute;
  right: 8px;
  z-index: 5;
  top: 0;
  outline: none;
  border: 0;
  background: none;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer
}

/* Quote */

.internal--quote {
	display: flex;
	gap: 1rem;
	flex-direction: column;
	padding: 1.5rem;
	background-color: #F5F6FA;
	font-style: italic;
	border-radius: 16px;
}

.internal--quote {
	font-style: normal;
	font-weight: bold;
	margin-left: 1rem;
}
.__high_contrast {
  filter: grayscale(1);
}

.__invert {
  filter: invert(100%);
}

.__zoom {
  zoom: 1.05;
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.fixed-top {
  top: 0
}

.fixed-bottom,.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

.ratio {
  position: relative;
  width: 100%
}

.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

iframe {
  border: 0;
}

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

img, svg {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  /*   transition: all .3s ease-out; */
}

.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.175);
  border-radius: 0.375rem;
  color: #212529;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.collapse:not(.show) {
  display: none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .justify-content-md-between {
    justify-content: space-between!important;
  }

  .mx-md-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .justify-content-lg-between {
    justify-content: space-between!important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-between {
  justify-content: space-between!important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media (max-width: 1199.98px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: var(--gray-100);
}

.header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header .header-top, .header-collapse {
  display: none;
  transition: all .3s ease-in-out 0s;
}

.header-collapse.open {
  display: block;
  position: absolute;
  top: 55px;
  padding: 16px;
  width: 100%;
  left: 0;
  background: var(--gray-100);
}

.header-collapse.open .menu-nav {
  flex-direction: column;
  width: 100%;
}

.header .header-bottom {
  padding: 14px 0;
}

.header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header .header-logo img {
  max-width: 170px;
}

.header .header-toggle {
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
  border: none;
  background: transparent;
  z-index: 99;
}

.header .header-toggle span {
  background-color: #5C4DDB;
  display: block;
  width: 28px;
  height: 2px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.header .header-toggle span:first-child {
  top: 11px;
}

.header .header-toggle span:last-child {
  top: unset;
  bottom: 10px;
}

.header-nav .menu-nav .menu__link {
  display: inline-block;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #002328
}

.header-nav .menu-nav .menu__item--has-submenu {
  position: relative
}

@media (min-width: 1200px) {
  .header.open {
    height: auto;
  }
  .header.fixed .header-top {
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  .header .header-top {
    display: block;
    padding: 10px 0;
  }

  .header-top .header-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-top .header-top-nav ul {
    display: flex;
    align-items: center;
    gap: 30px
  }

  .header-top .header-top-nav ul li a {
    color: var(--gray-600);
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
  }

  .header-top .header-top-nav .language {
    display: flex;
    align-items: center;
  }

  .header-top .header-top-nav .language a {
    font-weight: 400;
  }

  .header-top .header-top-nav .language span {
    margin: 0 8px
  }

  .header-top .header-top-nav .admin a {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .header-top .header-top-nav .admin span {
    color: #5C42DB;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
  }

  .header-bottom .container {
    justify-content: flex-start;
  }

  .header .header-bottom {
    padding: 16px 0;
  }

  .header .header-toggle {
    display: none;
  }

  .header-collapse {
    width: 100%;
    display: block
  }

  .header-nav {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .header-nav .menu-nav { gap: 30px;  margin: 0 auto  }

  .header-nav .menu-nav .menu__submenu:not(.menu__submenu--level-3) {
    padding: 23px 32px;
    width: max-content;
    height: auto;
    border-radius: 24px;
    border: 1px solid #E4E1EF;
    background: #FAFAFA;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10);;
    position: absolute;
    top: 100%;
    z-index: 8;
    pointer-events: none;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
  }

  .header-nav .menu-nav .menu__submenu .menu__link {
    padding: 9px 0;
    display: block
  }

  .header .menu__item--depth-1:hover > .menu__link { color: var(--purple) }
  .header .menu__item--depth-1:hover > .menu__link path { stroke: var(--purple) }

  .header .menu__item--depth-2 .menu__link--toggle svg { display: none }
  .header .menu__item--depth-2, .header .menu__item--depth-3 {
    padding-left: 12px;
    position: relative
  }
  .header .menu__item--depth-2:before, .header .menu__item--depth-3:before {
    content: '';
    background: url('https://39941478.fs1.hubspotusercontent-na1.net/hubfs/39941478/ecom-site-2025/core/arrow-left.svg') no-repeat;
    width: 9px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 14px;
  }

  .header-nav .menu-nav .menu__submenu:not(.menu__submenu--level-3) {
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 50px;
  }

  .header-nav .menu-nav .menu__submenu:not(.menu__submenu--level-3):before {
    content: '';
    background: url('https://39941478.fs1.hubspotusercontent-na1.net/hubfs/39941478/ecom-site-2025/core/stripes-menu.png') no-repeat;
    width: 64px;
    height: 50px;
    position: absolute;
    top: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .header-nav .menu__item--has-submenu:focus-within>.menu__submenu, 
  .header-nav .menu__item--has-submenu:hover>.menu__submenu {
    opacity: 1;
    pointer-events: auto;
  }

}

@media (max-width: 991.98px) { 
  .menu__submenu--level-2, .menu__submenu--level-3 { display: none }
  .menu__submenu.open { display: block }

  .header-nav .menu-nav .menu__link {
    padding: 12px 0;
    color: #495057;
    font-size: 15px;
    font-weight: 400;
  }

  .header-nav .menu__submenu--level-2 {
    padding: 16px 0 16px 16px;
  }

  .header-nav .menu__submenu--level-3 {
    padding-left: 16px;
  }

  .header-nav .menu-nav > .menu__item > .menu__link {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E4E1EF;
    padding: 16px 0;
    color: #002328;
  }

  .header-nav .menu-nav .menu__item--depth-2 > .menu__link {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: #002328;
  }

  .header-nav .menu-nav > .menu__item:last-child >  .menu__link {
    border: 0
  }

  .header-nav .action {
    display: block;
    margin-top: 16px;
  }

  .header-nav .action .btn.btn-primary {
    color: var(--yellow);
    margin-top: 16px
  }

  .header-nav .action .btn {
    display: flex;
    width: 100%;
    padding: 13px 15px;
  }
}
.footer-top {
  padding: 65px 0 35px;
  border-top: 1px solid #e7e2fb;
}

.footer-top h3 {
  color: #adb5bd;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-top .footer-selos ul {
  justify-content: space-between;
}

.footer-bottom {
  border-top: 1px solid #e7e2fb;
  padding: 35px 0;
}

.footer-bottom p {
  color: #adb5bd;
  font-weight: 400;
  margin: 0;
}

.footer-bottom .policy {
  color: #002328;
  font-weight: 300;
}

.footer-address .email {
  color: #382886;
  font-weight: 600;
}

@media (min-width: 992px) {
  .footer-grid {
    display: grid;
    gap: 32px;
  }

  .footer-top .footer-grid {
    /* grid-template-columns: 300px 300px auto; */
    grid-template-columns: 300px 1fr;
  }

  .footer-bottom .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-top .footer-grid .footer-col:not(:last-child) {
    padding-right: 32px;
    border-right: 1px solid #e7e2fb;
  }

  .footer-top .footer-address {
    margin: 40px 0 0;
  }

  .footer-top h3 {
    margin: 0 0 40px;
  }

  .footer-top .social-links {
    justify-content: end;
  }

  .footer-bottom .footer-col {
    display: flex;
  }
  .footer-bottom .start {
    justify-content: start;
  }
  .footer-bottom .center {
    justify-content: center;
  }
  .footer-bottom .end {
    justify-content: end;
  }
}

@media (max-width: 991.98px) {
  .footer {
    padding: 0 20px;
  }

  .footer .footer-top .footer-col,
  .footer .social-links,
  .footer-address {
    margin: 32px 0 0;
  }
  .footer-top .menu__item--depth-1 {
    margin: 0 0 16px;
  }
  .footer-top {
    padding: 0 0 35px;
  }
}
.dnd-clear-no-header .body-container-wrapper > .container-fluid,
.dnd-page .body-container-wrapper > .container-fluid {
  padding: 0;
}

.dnd-page .dnd-section .hs-image-widget {
  border-radius: 32px;
}

@media (max-width: 767.98px) {
  .dnd-page .dnd-section:not(.row-number-1) {
    padding: 32px 20px !important;
  }

  .dnd-page .dnd-section[class*="force-full-width-section"] {
    padding: 32px 0 !important;
  }

  .dnd-page #main-content .widget-type-space {
    display: none !important;
  }

  .dnd-page .hs_cos_wrapper hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .dnd-page .dnd-section .hs-image-widget {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .dnd-page .dnd-section:not(.row-number-1) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media (min-width: 1200px) {
  .dnd-page .dnd-row > .row-fluid {
    --column-gap: 72px;
  }
}

body { background: var(--gray-100); }
body > div.body-wrapper {
  padding-top: 70px;
}

body > div.body-wrapper.dnd-clear-no-header,
body > div.body-wrapper.dnd-clear {
  padding-top: 0;
}

@media (min-width: 1200px) {
  body > div.body-wrapper.dnd-clear-no-header,
  body > div.body-wrapper.dnd-clear {
    padding-top: 0;
  }

  body > div.body-wrapper {
    padding-top: 112px;
  }
}

/* Custom page styles */
.gray-yellow-mode .heading h2 {
  color: #666
}

.gray-yellow-mode .blog-posts .card-blog .tag a {
  background-color: #FEFFC3;
}

.gray-yellow-mode .blog-posts .card-blog .text h3,
.gray-yellow-mode .blog-posts .card-blog .btn-link { color: #666 }
.gray-yellow-mode .blog-posts .card-blog .btn-link path { stroke: #666 }

.gray-yellow-mode .block-image-text .text * { color: #666 }

@media (max-width: 991.98px) {
  .header-logo #logo_transparent { display: none }
}

/* header transparent */
@media (min-width: 1200px) {
  .header-transparent > div.body-wrapper {
    padding-top: 0;
  }
  .header-transparent > div.body-wrapper {
    padding-top: 0;
  }

  .header-transparent .header:not(.fixed) {
    background: transparent;
  }

  .header-logo { position: relative; height: 41px }

  .header-logo #logo_default,
  .header-logo #logo_transparent { position: absolute  }

  .header-logo #logo_transparent { opacity: 0 }

  .header-transparent .header:not(.fixed) .header-logo #logo_default { opacity: 0 }
  .header-transparent .header:not(.fixed) .header-logo #logo_transparent { opacity: 1 }

  .header-transparent .header:not(.fixed) .menu__item--depth-1 > .menu__link {
    color: var(--white);
  }

  .header-transparent .header:not(.fixed) .menu__item--depth-1 > .menu__link path {
    stroke: var(--white);
  }

  .header-transparent .header:not(.fixed) .menu__item--depth-1:hover > .menu__link {
    color: var(--yellow);
  }

  .header-transparent .header:not(.fixed) .menu__item--depth-1:hover > .menu__link path {
    stroke: var(--yellow);
  }

  .header-transparent .header:not(.fixed) .header-top .header-top-nav ul li a,
  .header-transparent .header:not(.fixed) .header-top .header-top-nav .language span,
  .header-transparent .header:not(.fixed) .header-top .header-top-nav .admin a span {
    color: var(--white);
  }
  .header-transparent .header:not(.fixed) .header-top .header-top-nav .admin path {
    stroke: var(--white);
  }
}