@font-face {
  font-family: "Helvetica Neue LT Std";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(https://145771273.fs1.hubspotusercontent-eu1.net/hubfs/145771273/raw_assets/public/Patelec/fonts/helvetica-neue-lt-std/roman.otf) format('opentype');
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(https://145771273.fs1.hubspotusercontent-eu1.net/hubfs/145771273/raw_assets/public/Patelec/fonts/helvetica-neue-lt-std/medium.otf) format('opentype');
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(https://145771273.fs1.hubspotusercontent-eu1.net/hubfs/145771273/raw_assets/public/Patelec/fonts/helvetica-neue-lt-std/light.otf) format('opentype');
}:root {
  --transition-timing-fast: 0.2s ease;
  --transition-timing-normal: 0.4s ease;
  --border-radius-sm: 0.4rem;
  --border-radius: 1rem;
  --border-radius-focus: calc(1.2*var(--border-radius));
  --font-fallback: system-ui, sans-serif;
  --font-custom: 'Helvetica Neue LT Std';
  --font-family: var(--font-custom), var(--font-fallback);
  --container-mobile: 60rem;
  --container-max-width-sm: var(--container-mobile);
  --container-max-width-md: var(--container-mobile);
  --container-max-width-lg: var(--container-mobile);
  --container-max-width: var(--container-max-width-md);
  --container-gutter-x: 2rem;
  --section-padding-y: 6rem;
  --section-padding-x: var(--container-gutter-x);
  --root-zoom: 1;
  --viewport-factor: 1;
}


@media (prefers-reduced-motion: reduce) {
  :root {
    --transition-timing-normal: '';
  }
}

:root {--color-primary: #003C69;
    --color-primary-rgb: 0, 60, 105;--color-secondary: #F9F871;
    --color-secondary-rgb: 249, 248, 113;--color-base: #1F2830;
    --color-base-rgb: 31, 40, 48;--color-background: #ffffff;
    --color-background-rgb: 255, 255, 255;--color-black: #000000;
    --color-black-rgb: 0, 0, 0;--color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;--color-light: #F3F3F3;
    --color-light-rgb: 243, 243, 243;--color-dark: #1F2830;
    --color-dark-rgb: 31, 40, 48;--color-gray: #CECECE;
    --color-gray-rgb: 206, 206, 206;--color-gray-subtle: #ECECEC;
    --color-gray-subtle-rgb: 236, 236, 236;--color-gray-deep: #787D82;
    --color-gray-deep-rgb: 120, 125, 130;--color-danger: #ef212a;
    --color-danger-rgb: 239, 33, 42;}

@media (min-width:769px) {
  :root {
    --container-gutter-x: 4rem;
    --section-padding-y: 10rem;
    --container-max-width-sm: 121rem;
    --container-max-width-md: 144rem;
    --container-max-width-lg: 169rem;
    --container-max-width: var(--container-max-width-md);
    --border-radius: 1.3rem;
  }
}

:root:has(#header_website) {
  --header-height-fixed: 7.4rem;
  --header-height-top: 11rem;
  --header-height-dynamic: var(--header-height-fixed);
}

:root:has(#header_website.top) {
  --header-height-dynamic: var(--header-height-top);
}

@media (min-width:769px) {
  :root:has(#header_website) {
    --header-height-fixed: 8.2rem;
    --header-height-top: calc(12.1rem - 3.4rem);
  }
}/*! 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 auto;
}

/**
 * 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 !important;
}html {
  font-size: 10px;
}

body {
  margin: 0; 
}

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

hr {
    margin: 0;
}

* {
  outline-offset: .6rem;
}.container {
  padding-inline-start: var(--container-gutter-x);
  padding-inline-end: var(--container-gutter-x);
}

.dnd-section {
  padding: var(--section-padding-y) var(--section-padding-x);
}

.container-max,
.container-max-lg,
.container-max-sm,
.dnd-section > .row-fluid {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.container-max,
.dnd-section > .row-fluid {
  max-width: var(--container-max-width);
}

.container-max-lg {
  max-width: var(--container-max-width-lg);
}

.container-max-sm {
  max-width: var(--container-max-width-sm);
}

html {
  scroll-padding-block-start: var(--header-height-dynamic);
}

.page > main {
  background-color: var(--color-white);
  min-height: 100vh;
}

@media (min-width:769px) {
  
  .page:has(#footer_website.sticky) > main {
    position: relative;
    z-index: 1;
  }
  
}.row-fluid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.row-fluid > .widget-span {
  flex-basis: 100%;
  width: inherit;
}

@media (min-width:769px) {
  
  .row-fluid {
    flex-wrap: nowrap;
  }.row-fluid > .span1 {
      flex-basis: 8.333333333333334%;
    }.row-fluid > .span2 {
      flex-basis: 16.666666666666668%;
    }.row-fluid > .span3 {
      flex-basis: 25.0%;
    }.row-fluid > .span4 {
      flex-basis: 33.333333333333336%;
    }.row-fluid > .span5 {
      flex-basis: 41.666666666666664%;
    }.row-fluid > .span6 {
      flex-basis: 50.0%;
    }.row-fluid > .span7 {
      flex-basis: 58.333333333333336%;
    }.row-fluid > .span8 {
      flex-basis: 66.66666666666667%;
    }.row-fluid > .span9 {
      flex-basis: 75.0%;
    }.row-fluid > .span10 {
      flex-basis: 83.33333333333333%;
    }.row-fluid > .span11 {
      flex-basis: 91.66666666666667%;
    }.row-fluid > .span12 {
      flex-basis: 100.0%;
    }}

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

.row > * {
  flex-basis: 100%;
  width: inherit;
}.col-1 {
      flex-basis: 8.333333333333334%;
    }.col-2 {
      flex-basis: 16.666666666666668%;
    }.col-3 {
      flex-basis: 25.0%;
    }.col-4 {
      flex-basis: 33.333333333333336%;
    }.col-5 {
      flex-basis: 41.666666666666664%;
    }.col-6 {
      flex-basis: 50.0%;
    }.col-7 {
      flex-basis: 58.333333333333336%;
    }.col-8 {
      flex-basis: 66.66666666666667%;
    }.col-9 {
      flex-basis: 75.0%;
    }.col-10 {
      flex-basis: 83.33333333333333%;
    }.col-11 {
      flex-basis: 91.66666666666667%;
    }.col-12 {
      flex-basis: 100.0%;
    }


@media (min-width:769px) {
  .col-md-1 {
      flex-basis: 8.333333333333334%;
    }.col-md-2 {
      flex-basis: 16.666666666666668%;
    }.col-md-3 {
      flex-basis: 25.0%;
    }.col-md-4 {
      flex-basis: 33.333333333333336%;
    }.col-md-5 {
      flex-basis: 41.666666666666664%;
    }.col-md-6 {
      flex-basis: 50.0%;
    }.col-md-7 {
      flex-basis: 58.333333333333336%;
    }.col-md-8 {
      flex-basis: 66.66666666666667%;
    }.col-md-9 {
      flex-basis: 75.0%;
    }.col-md-10 {
      flex-basis: 83.33333333333333%;
    }.col-md-11 {
      flex-basis: 91.66666666666667%;
    }.col-md-12 {
      flex-basis: 100.0%;
    }
}

@media (min-width:1201px) {
  .col-xl-1 {
      flex-basis: 8.333333333333334%;
    }.col-xl-2 {
      flex-basis: 16.666666666666668%;
    }.col-xl-3 {
      flex-basis: 25.0%;
    }.col-xl-4 {
      flex-basis: 33.333333333333336%;
    }.col-xl-5 {
      flex-basis: 41.666666666666664%;
    }.col-xl-6 {
      flex-basis: 50.0%;
    }.col-xl-7 {
      flex-basis: 58.333333333333336%;
    }.col-xl-8 {
      flex-basis: 66.66666666666667%;
    }.col-xl-9 {
      flex-basis: 75.0%;
    }.col-xl-10 {
      flex-basis: 83.33333333333333%;
    }.col-xl-11 {
      flex-basis: 91.66666666666667%;
    }.col-xl-12 {
      flex-basis: 100.0%;
    }
}body {
  font-family: var(--font-family);
}

body::selection {
  background-color:var(--color-secondary);
  color: var(--color-base);
}

p:first-child {
  margin-block-start: 0;
}

p:last-child {
  margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-block-start: -0.15em;
  margin-block-end: -0.15em;
}


.b6 strong,
.b6-desktop strong,
.b6-mobile strong {
  font-weight: 400
}

.surh {
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.surh::after {
  content: '';
  position: absolute;
  inset-inline-start: calc(100% + 0.4em);
  inset-block-end: 0.2em;
  display: block;
  width: 4rem;
  height: .1rem;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-timing-normal);
}
    
.surh.animated::after {
  transform: scaleX(1);
}

.hgroup:has(.surh) .heading {
  margin-block-start: 0.3em;
}

.text-shine {
  background: radial-gradient(circle at var(--shine-position-x, 50%) var(--shine-position-y, 50%), var(--color-secondary) 0%, var(--color-white) 50%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-shine::selection {
  background-color:var(--color-secondary);
  background-clip: unset;
  -webkit-text-fill-color: var(--color-base);
}
    
a {
  color: var(--color-primary);
  text-decoration: underline;
}
    
a:hover {
  color: var(--color-dark);
}body { font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
    font-weight: 400;
    line-height: 1.6; }.b { font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b-desktop { font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b-mobile { font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
    font-weight: 400;
    line-height: 1.6; }
  }.b1 { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b1-desktop { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b1-mobile { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2rem);
    font-weight: 400;
    line-height: 1.6; }
  }.b2 { font-size: clamp(2rem, 2.0rem + calc(0.1666666666666668vw*var(--viewport-factor)), 2.2rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b2-desktop { font-size: clamp(2rem, 2.0rem + calc(0.1666666666666668vw*var(--viewport-factor)), 2.2rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b2-mobile { font-size: clamp(2rem, 2.0rem + calc(0.1666666666666668vw*var(--viewport-factor)), 2.2rem);
    font-weight: 400;
    line-height: 1.6; }
  }.b3 { font-size: clamp(2.2rem, 2.2rem + calc(0.24999999999999983vw*var(--viewport-factor)), 2.5rem);
    font-weight: 400;
    line-height: 1.4; }

  @media (min-width:769px) {
    .b3-desktop { font-size: clamp(2.2rem, 2.2rem + calc(0.24999999999999983vw*var(--viewport-factor)), 2.5rem);
    font-weight: 400;
    line-height: 1.4; }
  }

  @media (max-width:768px) {
    .b3-mobile { font-size: clamp(2.2rem, 2.2rem + calc(0.24999999999999983vw*var(--viewport-factor)), 2.5rem);
    font-weight: 400;
    line-height: 1.4; }
  }.b4 { font-size: clamp(2.8rem, 2.8rem + calc(0.5833333333333335vw*var(--viewport-factor)), 3.5rem);
    font-weight: 400;
    line-height: 1.4; }

  @media (min-width:769px) {
    .b4-desktop { font-size: clamp(2.8rem, 2.8rem + calc(0.5833333333333335vw*var(--viewport-factor)), 3.5rem);
    font-weight: 400;
    line-height: 1.4; }
  }

  @media (max-width:768px) {
    .b4-mobile { font-size: clamp(2.8rem, 2.8rem + calc(0.5833333333333335vw*var(--viewport-factor)), 3.5rem);
    font-weight: 400;
    line-height: 1.4; }
  }.b5 { font-size: clamp(3.5rem, 3.5rem + calc(0.4166666666666667vw*var(--viewport-factor)), 4rem);
    font-weight: 400;
    line-height: 1.4; }

  @media (min-width:769px) {
    .b5-desktop { font-size: clamp(3.5rem, 3.5rem + calc(0.4166666666666667vw*var(--viewport-factor)), 4rem);
    font-weight: 400;
    line-height: 1.4; }
  }

  @media (max-width:768px) {
    .b5-mobile { font-size: clamp(3.5rem, 3.5rem + calc(0.4166666666666667vw*var(--viewport-factor)), 4rem);
    font-weight: 400;
    line-height: 1.4; }
  }.b6 { font-size: clamp(4rem, 4.0rem + calc(1.25vw*var(--viewport-factor)), 5.5rem);
    font-weight: 300;
    line-height: ; }

  @media (min-width:769px) {
    .b6-desktop { font-size: clamp(4rem, 4.0rem + calc(1.25vw*var(--viewport-factor)), 5.5rem);
    font-weight: 300;
    line-height: ; }
  }

  @media (max-width:768px) {
    .b6-mobile { font-size: clamp(4rem, 4.0rem + calc(1.25vw*var(--viewport-factor)), 5.5rem);
    font-weight: 300;
    line-height: ; }
  }h1 { font-size: clamp(3.6799999999999997rem, 3.6799999999999997rem + calc(3.6000000000000005vw*var(--viewport-factor)), 8rem);
    font-weight: 500;
    line-height: 1.2; }.h1 { font-size: clamp(3.6799999999999997rem, 3.6799999999999997rem + calc(3.6000000000000005vw*var(--viewport-factor)), 8rem);
    font-weight: 500;
    line-height: 1.2; }

  @media (min-width:769px) {
    .h1-desktop { font-size: clamp(3.6799999999999997rem, 3.6799999999999997rem + calc(3.6000000000000005vw*var(--viewport-factor)), 8rem);
    font-weight: 500;
    line-height: 1.2; }
  }

  @media (max-width:768px) {
    .h1-mobile { font-size: clamp(3.6799999999999997rem, 3.6799999999999997rem + calc(3.6000000000000005vw*var(--viewport-factor)), 8rem);
    font-weight: 500;
    line-height: 1.2; }
  }.h1-bigger { font-size: clamp(4.6rem, 4.6rem + calc(4.500000000000001vw*var(--viewport-factor)), 10rem);
    font-weight: 500;
    line-height: 1.2; }

  @media (min-width:769px) {
    .h1-bigger-desktop { font-size: clamp(4.6rem, 4.6rem + calc(4.500000000000001vw*var(--viewport-factor)), 10rem);
    font-weight: 500;
    line-height: 1.2; }
  }

  @media (max-width:768px) {
    .h1-bigger-mobile { font-size: clamp(4.6rem, 4.6rem + calc(4.500000000000001vw*var(--viewport-factor)), 10rem);
    font-weight: 500;
    line-height: 1.2; }
  }h2 { font-size: clamp(2.76rem, 2.76rem + calc(2.7vw*var(--viewport-factor)), 6rem);
    font-weight: 500;
    line-height: 1.3; }.h2 { font-size: clamp(2.76rem, 2.76rem + calc(2.7vw*var(--viewport-factor)), 6rem);
    font-weight: 500;
    line-height: 1.3; }

  @media (min-width:769px) {
    .h2-desktop { font-size: clamp(2.76rem, 2.76rem + calc(2.7vw*var(--viewport-factor)), 6rem);
    font-weight: 500;
    line-height: 1.3; }
  }

  @media (max-width:768px) {
    .h2-mobile { font-size: clamp(2.76rem, 2.76rem + calc(2.7vw*var(--viewport-factor)), 6rem);
    font-weight: 500;
    line-height: 1.3; }
  }h3 { font-size: clamp(2.2079999999999997rem, 2.2079999999999997rem + calc(2.16vw*var(--viewport-factor)), 4.8rem);
    font-weight: 400;
    line-height: 1.4; }.h3 { font-size: clamp(2.2079999999999997rem, 2.2079999999999997rem + calc(2.16vw*var(--viewport-factor)), 4.8rem);
    font-weight: 400;
    line-height: 1.4; }

  @media (min-width:769px) {
    .h3-desktop { font-size: clamp(2.2079999999999997rem, 2.2079999999999997rem + calc(2.16vw*var(--viewport-factor)), 4.8rem);
    font-weight: 400;
    line-height: 1.4; }
  }

  @media (max-width:768px) {
    .h3-mobile { font-size: clamp(2.2079999999999997rem, 2.2079999999999997rem + calc(2.16vw*var(--viewport-factor)), 4.8rem);
    font-weight: 400;
    line-height: 1.4; }
  }h4 { font-size: clamp(2.2rem, 2.2rem + calc(1.0833333333333333vw*var(--viewport-factor)), 3.5rem);
    font-weight: 500;
    line-height: 1.4; }.h4 { font-size: clamp(2.2rem, 2.2rem + calc(1.0833333333333333vw*var(--viewport-factor)), 3.5rem);
    font-weight: 500;
    line-height: 1.4; }

  @media (min-width:769px) {
    .h4-desktop { font-size: clamp(2.2rem, 2.2rem + calc(1.0833333333333333vw*var(--viewport-factor)), 3.5rem);
    font-weight: 500;
    line-height: 1.4; }
  }

  @media (max-width:768px) {
    .h4-mobile { font-size: clamp(2.2rem, 2.2rem + calc(1.0833333333333333vw*var(--viewport-factor)), 3.5rem);
    font-weight: 500;
    line-height: 1.4; }
  }h5 { font-size: clamp(2rem, 2.0rem + calc(0.4166666666666667vw*var(--viewport-factor)), 2.5rem);
    font-weight: 700;
    line-height: 1.4; }.h5 { font-size: clamp(2rem, 2.0rem + calc(0.4166666666666667vw*var(--viewport-factor)), 2.5rem);
    font-weight: 700;
    line-height: 1.4; }

  @media (min-width:769px) {
    .h5-desktop { font-size: clamp(2rem, 2.0rem + calc(0.4166666666666667vw*var(--viewport-factor)), 2.5rem);
    font-weight: 700;
    line-height: 1.4; }
  }

  @media (max-width:768px) {
    .h5-mobile { font-size: clamp(2rem, 2.0rem + calc(0.4166666666666667vw*var(--viewport-factor)), 2.5rem);
    font-weight: 700;
    line-height: 1.4; }
  }h6 { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2rem);
    font-weight: 500;
    line-height: 1.4; }.h6 { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2rem);
    font-weight: 500;
    line-height: 1.4; }

  @media (min-width:769px) {
    .h6-desktop { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2rem);
    font-weight: 500;
    line-height: 1.4; }
  }

  @media (max-width:768px) {
    .h6-mobile { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2rem);
    font-weight: 500;
    line-height: 1.4; }
  }.breadcrumbs {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.breadcrumbs ol {
  display: block;
}

.breadcrumbs ol li {
  display: inline;
}

.breadcrumbs ol li:not(:last-child)::after {
  content: '|';
  margin-inline-start: 0.6em;
  margin-inline-end: 0.6em;
}

.breadcrumbs a {
  color: unset;
  text-decoration: none;
}.btn {
  border: .1rem solid currentColor;
  border-radius: var(--border-radius);
  padding: 0.72em 1.27em;
  background: var(--color-light);
  font-family: var(--font-family);
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-base);
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition-timing-normal);
}

.btn.disbled,
.btn:disabled,
.btn[disabled] {
  border-color: var(--color-gray);
  background: var(--color-white);
  color: var(--color-gray);
  pointer-events: none;
  cursor: not-allowed;
}

.btn-primary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-secondary);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--color-secondary);
  color: var(--color-primary);
}

.btn-primary-alt {
  background: transparent;
  color: var(--color-primary);
}

.btn-primary-alt:hover,
.btn-primary-alt:focus {
  background: var(--color-secondary);
}

.btn-secondary-alt {
  border-color: var(--color-secondary);
  background: transparent;
  color: var(--color-white);
}

.btn-secondary-alt:hover,
.btn-secondary-alt:focus {
  background: var(--color-secondary);
  color: var(--color-primary);
}

.btn.btn-sm {
  padding: 0.5em 1.27em;
  font-size: 2rem;
}

.btn .icon {
  display: inline-block;
  vertical-align: middle;
}

.btn:has(.icon:only-child),
.btn:has(.icon:only-child) .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn .icon:only-child svg {
  width: 2.6rem;
  height: auto;
  max-height: 2.6rem;
}

.btn > span + .icon {
  margin-inline-start: 0.6em;
}

.btn .icon svg {
  width: auto;
  height: 1.1em;
}


@media (max-width:768px) {

  .btn {
    font-size: 2rem;
  }
  
  .btn.btn-sm {
    font-size: 1.6rem;
  }
  
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: auto;
  height: auto;
  background: transparent;
  cursor: pointer;
  padding: 0.2em;
  font-size: 2.2rem;
  text-align: center;
  color: unset;
  line-height: 1;
}

.btn-icon svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}

.btn-icon.btn-sm {
  font-size: 1.8rem;
}.cta {
  --cta-color-main: var(--color-primary);
  --cta-color-band: var(--color-secondary);
  display: inline-block;
  border: none;
  padding: 0;
  background: transparent;
  font-family: inherit;
  font-size: clamp(1.8rem, 1.8rem + calc(0.3333333333333334vw*var(--viewport-factor)), 2.2rem);
  font-weight: 700;
  text-align: start;
  text-decoration: none;
  color: var(--cta-color-main);
  outline-color: currentColor;
  outline-offset: 0.4em;
  cursor: pointer;
}

.cta:hover,
.cta:visited {
  color: var(--cta-color-main);
}

.cta-inner {
  position: relative;
}

.cta-inner::after {
  content: '';
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0%;
  width: 2rem;
  height: 0.3em;
  background-color: var(--cta-color-band);
  transition: width var(--transition-timing-normal);
}

.cta:hover .cta-inner::after,
.cta:focus .cta-inner::after,
.cta:focus-visible .cta-inner::after {
  width: 100%;
}

.cta-sm {
  font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
}

.cta-lg {
  font-size: 2.8rem;
}

.cta-uppercase {
  text-transform: uppercase;
}

.cta .arrow-forward {
  margin-inline-start: 0.1em;
  color: var(--cta-color-main);
  transition: margin var(--transition-timing-normal);
}

.cta:hover .arrow-forward,
.cta:focus .arrow-forward,
.cta:focus-visible .arrow-forward {
  margin-inline-start: 0.4em;
}

.cta .arrow-backward {
  display: inline-block;
  margin-inline-end: 0.1em;
  color: var(--cta-color-main);
  transition: transform var(--transition-timing-normal);
}

.cta:hover .arrow-backward,
.cta:focus .arrow-backward,
.cta:focus-visible .arrow-backward {
  transform: translateX(-0.4em);
}

.cta .arrow-down {
  display: inline-block;
  margin-inline-start: 0.1em;
  color: var(--cta-color-main);
  transition: transform var(--transition-timing-normal);
}

.cta:hover .arrow-down,
.cta:focus .arrow-down,
.cta:focus-visible .arrow-down {
  transform: translateY(0.2em);
}.dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle::after {
  content: '';
  display: inline-block;
  margin-inline-start: 0.4em;
  border-block-end: .1rem solid currentColor;
  border-inline-start: .1rem solid currentColor;
  width: 0.3em;
  height: 0.3em;
  transform: rotate(-45deg);
  transition: transform var(--transition-timing-fast);
}

.dropdown-toggle.show::after {
  transform: rotate(-225deg);
}

.dropdown-toggle.plus::after {
  content: '+';
  border: none;
  width: auto;
  height: auto;
  transform: rotate(0deg);
}

.dropdown-toggle.plus.show::after {
  transform: rotate(45deg);
}

.dropdown-menu {
  position: absolute;
  margin: 0;
  min-width: 10rem;
  padding: 1.2rem 0;
  background-color: var(--color-white);
  list-style: none;
}

.dropdown-menu[data-bs-popper] {
  inset-block-start: 100%;
  inset-inline-start: 0;
  margin-top: 1rem;
}

.dropdown-menu:not(.show) {
  display: none;
}

.dropdown-item {
  display: block;
  padding: 1.2rem 2.4rem;
  font-size: 1.7rem;
  text-decoration: none;
  color: var(--color-primary);
  outline-offset: -0.8rem;
}.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}.offcanvas {
  position: fixed;
  inset-block-end: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--color-base);
  visibility: hidden;
  background-color: var(--color-background);
  background-clip: padding-box;
  outline: 0;
  transition: transform var(--transition-timing-normal);
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}

.offcanvas.offcanvas-start {
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  max-width: 40rem;
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 100%;
  max-width: 40rem;
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
  height: 30vh;
  max-height: 100%;
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  inset-inline-end: 0;
  inset-inline-start: 0;
  height: 30vh;
  max-height: 100%;
  transform: translateY(100%);
}

.offcanvas-header {
  padding: var(--container-gutter-x);
}

.offcanvas-body {
  overflow-y: auto;
  padding: var(--container-gutter-x);
}

.offcanvas:has(.offcanvas-body) .offcanvas-header {
  padding-block-end: 0;
}

.offcanvas .btn-close {
  position: absolute;
  inset-block-start: var(--container-gutter-x);
  inset-inline-end: var(--container-gutter-x);
}

@media (min-width:769px) {
  
  .page:has(#footer_website.sticky) {
    &:has(main .offcanvas.show),
    &:has(main .offcanvas.showing),
    &:has(main .offcanvas.hiding) {
      > main {
        z-index: unset;
      }
      #footer_website {
        z-index: -1;
      }
    }
  }
  
}.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-black);
  transition: opacity var(--transition-timing-normal);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: .5;
}.hs-form {
  --form-input-accent-color: var(--color-primary);
  --form-input-border-color: var(--color-primary);
  --form-input-border-style: solid;
  --form-input-border-width: .1rem;
  --form-input-border-radius: var(--border-radius);
  --form-checkbox-border-radius: var(--border-radius-sm);
  --form-input-padding: 2rem;
  --form-input-background-color: var(--color-white);
  --form-input-font-size: 2rem;
  --form-input-font-weight: 400;
  --form-input-focus-border-color: var(--color-primary);
  --form-input-focus-shadow-color: rgba(var(--color-primary-rgb), 50%);
  --form-input-checkbox-padding: 1.7rem;
  --form-label-font-size: 1.8rem;
  --form-input-text-color: var(--color-base);
  --form-label-font-weight: 500;
  --form-label-text-color: var(--color-base);
  --form-legal-font-size: 1.4rem;
  --form-legal-font-weight: 400;
  --form-legal-text-color: var(--color-base);
  --form-error-font-size: 1.6rem;
  --form-error-font-weight: 400;
  --form-error-text-color:var(--color-danger);
}

.hs-form {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}

.hs-form input {
  line-height: 1 !important;
}

.hs-form input[type="text"],
.hs-form input[type="tel"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form select,
.hs-form textarea {
  margin: var(--form-input-margin);
  border-width: var(--form-input-border-width);
  border-style: var(--form-input-border-style);
  border-color: var(--form-input-border-color);
  border-radius: var(--form-input-border-radius);
  width: 100% !important;
  padding: var(--form-input-padding);
  background-color: var(--form-input-background-color);
  font-family: inherit;
  font-size: var(--form-input-font-size);
  font-weight: var(--form-input-font-weight);
  color: var(--form-input-text-color);
}

.hs-form input::placeholder,
.hs-form select::placeholder,
.hs-form textarea::placeholder {
  color: var(--color-gray-deep);
}

.hs-form input[type="checkbox"] {
  appearance: none;
  margin: var(--form-input-margin);
  border-width: var(--form-input-border-width);
  border-style: var(--form-input-border-style);
  border-color: var(--form-input-border-color);
  border-radius: var(--form-checkbox-border-radius);
  padding: var(--form-input-checkbox-padding);
  background-color: var(--form-input-background-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hs-form input[type="checkbox"]:checked {
  background-color: var(--form-input-accent-color) !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/></svg>") 
}

.hs-form textarea {
  min-height: 15em;
}

.hs-form input:user-invalid,
.hs-form textarea:user-invalid,
.hs-form select:user-invalid {
  border-color: var(--color-danger);
}



.hs-form .hs-fieldtype-select .input:has(select) {
  position: relative;
}

.hs-form .hs-fieldtype-select .input:has(select)::after {
  content: '\e313';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-family: var(--material-symbols);
  font-size: var(--form-input-font-size);
  color: var(--form-input-text-color);

}

.hs-form select {
  -webkit-appearance:none;
}

.hs-form select option {
  color: initial;
  font-weight: 200;
}

.hs-form .hs-form-field {
  display: flex;
  flex-flow: column nowrap;
  column-gap: 4rem;
  row-gap: 1rem;
}

.hs-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
}

.hs-form .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}

.hs-form .hs-input.hs-fieldtype-intl-phone select {
  margin-bottom: 1.8rem;
  width: 100% !important;
  float: unset;
}

.hs-form label {
  font-size: var(--form-label-font-size);
  font-weight: var(--form-label-font-weight);
  color: var(--form-label-text-color);
}

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

.hs-form .legal-consent-container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.hs-form .legal-consent-container,
.hs-form .legal-consent-container label {
  font-size: var(--form-legal-font-size);
  font-weight: var(--form-legal-font-weight);
  color: var(--form-legal-text-color);
}

.hs-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
}

.hs-form .hs-submit .actions {
  display: flex;
  justify-content: flex-end;
}

.hs-form .hs-error-msg,
.hs-form .hs_error_rollup .hs-error-msgs label {
  font-size: var(--form-error-font-size) !important;
  font-weight: var(--form-error-font-weight) !important;
  color: var(--form-error-text-color) !important;
}

@media (min-width:769px) {
  .hs-form .hs-form-field {
    flex-flow: row wrap;
  }
  .hs-form .hs-form-field label:not(.hs-error-msg) {
    flex: 0 1 14rem;
    margin-block-start: 1em;
  }
  .hs-form .hs-form-field .input {
    flex: 1;
  }
  .hs-form .hs-form-field .hs-error-msgs {
    width: 100%;
  }
  .hs-form .hs-form-field:not(.hs-fieldtype-booleancheckbox) .hs-error-msgs,
  .hs-form .legal-consent-container,
  .hs-form .hs_error_rollup {
    margin-left: 18rem;
  }
}
@media (max-width:768px) {
  .hs-form {
    --form-input-padding: 1.4rem;
    --form-input-font-size: 1.6rem;
    --form-label-font-size: 1.8rem;
  }
}

.legal-consent-container > *:nth-child(1) {
  order: 1;
}
.legal-consent-container > *:nth-child(2) {
  order: 3;
}
.legal-consent-container > *:nth-child(3) {
  order: 2;
}
.legal-consent-container > *:nth-child(4) {
  order: 4;
}

.legal-consent-container:has(.hs-richtext:nth-child(3)) > *:nth-child(1) {
  order: 1;
}
.legal-consent-container:has(.hs-richtext:nth-child(3)) > *:nth-child(2) {
  order: 4;
}
.legal-consent-container:has(.hs-richtext:nth-child(3)) > *:nth-child(3) {
  order: 2;
}
.legal-consent-container:has(.hs-richtext:nth-child(3)) > *:nth-child(4) {
  order: 3;
}
.legal-consent-container:has(.hs-richtext:nth-child(3)) > *:nth-child(5) {
  order: 5;
}hr {
  border: 0 none;
  border-bottom-width: .1rem;
  border-bottom-style: solid;
  border-bottom-color: currentColor;
}#header_website {
  position: fixed;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  z-index: 2;
  width: 100%;
  padding: 1.4rem 0;
  background-color: rgb(var(--color-white-rgb), 100%);
  color: var(--color-primary);
  transition: background-color var(--transition-timing-normal), color var(--transition-timing-normal), padding var(--transition-timing-normal);
}

#header_website.top {
  padding: 3.4rem 0;
  background-color: rgb(var(--color-white-rgb), 0%);
  color: var(--color-white);
}

#header_website .logo {
  display: block;
  width: clamp(16rem, 14vw, 22rem);
  line-height: 1;
}

#header_website.top .logo svg {
  display: block;
  width: 100%;
}

#header_website.top .logo svg g {
  fill: var(--color-white);
}

#header_website .wrapper {
  display: flex;
  gap: clamp(2rem, 2vw, 6rem);
  align-items: center;
}

#header_website .wrapper .nav {
  flex: 1;
}

#header_website .nav-list {
  display: flex;
  gap: calc(clamp(2rem, 2vw, 6rem) - 0.8em);
  font-size: 1.9rem;
}

#header_website .nav-item,
#mobile_navigation .nav-item {
  border: none;
  padding: 0.4em;
  background: transparent;
  font-weight: 400;
  text-align: start;
  text-decoration: none;
  color: inherit;
  line-height: 1;
}

#header_website .nav-item,
#header_website .nav-list .dropdown-item span,
#mobile_navigation .nav-item,
#mobile_navigation .nav-list .dropdown-item span {
  position: relative;
}

#header_website .nav-item::before,
#header_website .nav-list .dropdown-item span::before,
#mobile_navigation .nav-item::before,
#mobile_navigation .nav-list .dropdown-item span::before {
  content: '';
  position: absolute;
  inset-block-end: -0.6rem;
  inset-inline-start: 0em;
  inset-inline-end: 0em;
  width: 100%;
  height: .1rem;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-timing-normal);
}

#header_website .nav-item::before,
#mobile_navigation .nav-item::before {
  inset-block-end: -0.1em;
  inset-inline-start: 0.4em;
  inset-inline-end: 0.4em;
  width: calc(100% - 0.8em);
}

#header_website .nav-item:hover::before,
#header_website .nav-item.current::before,
#header_website .nav-list .dropdown-item:hover span::before,
#header_website .nav-list .dropdown-item.current span::before,
#mobile_navigation .nav-item:hover::before,
#mobile_navigation .nav-item.current::before,
#mobile_navigation .nav-list .dropdown-item:hover span::before,
#mobile_navigation .nav-list .dropdown-item.current span::before {
  transform: scaleX(1)
}

#header_website .nav-list .dropdown-menu {
  margin-inline-start: 0.4em;
  min-width: 29rem;
}

#header_website .nav-list .dropdown-item {
  color: var(--color-primary);
}

#header_website .buttons {
  display: flex;
  align-items: center;
  gap: calc(clamp(2rem, 2vw, 4rem) - 0.4em);
  margin-inline-start: auto;
  font-size: 1.8rem;
}

#header_website .btn-icon {
  aspect-ratio: 1/1;
}

#header_website .btn-icon,
#header_website .btn-icon:hover,
#header_website .btn-icon:visited {
  color: inherit;
}

#header_website .buttons .dropdown-toggle span {
  margin-block-end: -0.2em;
  vertical-align: sub;
  line-height: 0.8;
}

#mobile_navigation .dropdown-menu {
  position: static;
}

#mobile_navigation .nav-list {
  display: flex;
  flex-direction: column;
  gap: calc(4rem - 0.8em);
  font-size: 2rem;
  color: var(--color-primary);
}


@media (max-width:1200px) {
  
  #header_website .nav {
    display: none;
  }

}

@media (min-width:1201px) {
  
  #header_website #mobile_navigation_toggle {
    display: none;
  }

}#footer_website {
  background-color: var(--color-primary);
}

#footer_website .b,
#footer_website .b-desktop,
#footer_website .b-mobile {
  font-size: 1.5rem !important;
}

#footer_website .btn-icon {
  color: var(--color-white);
}

#footer_website .mod-simple-link a {
  text-decoration:none;
}

#footer_website .underfooter .policies {
  display: flex;
  gap: 2rem;
}

#footer_website .underfooter .wrapper {
  align-items: center;
  justify-content: space-between;
}

#footer_website #footer_divider {
  margin-block-start: clamp(2rem, 6vh, 12rem);
  margin-block-end: 2rem;
}

@media(max-width:768px) {
  
  #footer_website .underfooter .wrapper,
  #footer_website .underfooter .policies {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  #footer_website .underfooter .policies {
    row-gap: 1rem;
  }
  
  .page:has(.mod-fixed-buttons-banner) #footer_website {
    padding-block-end: 6.4rem;
  }
  
}

@media (min-width:769px) {
  
  #footer_website.sticky {
    --section-padding-y: clamp(6rem, 8vh, 10rem);
    position: sticky;
    inset-block-end: 0;
    z-index: 0;
  }
  
  .page:has(.mod-contact-cta-section) #footer_website.sticky {
    padding-block-start: 3rem;
  }
  
  .page:has(.mod-fixed-buttons-banner) #footer_website.sticky {
    padding-block-end: 7.2rem;
  }

  #hs_cos_wrapper_footer_social_medias {
    display: flex;
    margin-inline-start: 1.5rem;
  }

  #hs_cos_wrapper_footer_social_medias .btn-icon {
    margin-inline-start: -0.2em;
  }
  
  #footer_website .underfooter {
    display: table;
    margin: 0rem -3rem;
    border-spacing: 3rem 0rem;
    width: calc(100% + 6rem);
  }
  
  #footer_website .underfooter .wrapper {
    display: table-row;
  }
  
  #footer_website .underfooter .wrapper > * {
    display: table-cell;
  }

  #footer_website .underfooter .wrapper > *:nth-child(1) {
    width: 50%;
  }
  
  #footer_website .underfooter .policies {
    justify-content: flex-end;
  }
  
}.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-pagination-bullets {
  display: flex;
  gap: 1.4rem;
}

.swiper-pagination-horizontal {
  justify-content: center;
}

.swiper-pagination-bullet {
  border: .1rem solid var(--swiper-pagination-bullet-inactive-color);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: var(--swiper-pagination-bullet-color);
}

.swiper-pagination-bullet:focus-visible {
  outline: none;
  box-shadow: 0rem 0rem 0rem .4rem rgba(var(--swiper-pagination-bullet-color-rgb), var(--box-shadow-opacity));
}

.swiper-pagination-lock,
.swiper-button-lock {
  display: none;
}



.swiper-navigation .btn-prev-wrapper {
  left: calc(var(--container-gutter-x) - 1rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}

.swiper-navigation .btn-next-wrapper {
  position: absolute;
  right: calc(var(--container-gutter-x) - 1rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}
.swiper-navigation .btn-next, 
.swiper-navigation .btn-prev {
  border: none;
  background: transparent;
  padding: 1rem;
  color: var(--color-primary);
  cursor: pointer;
}
.swiper-navigation .btn-next[disabled], 
.swiper-navigation .btn-prev[disabled] {
  opacity: 0.3;
}.product-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 2.8rem;
  border: .1rem solid var(--color-primary);
  border-radius: var(--border-radius);
  padding: 3.4rem 3.4rem 3.2rem 3.4rem;
}

.product-card .h4,
.product-card .h6 {
  color: var(--color-primary);
}

.product-card:has(.homologations) .h4,
.product-card:has(.homologations) .h6 {
  margin-inline-end: 12rem;
}

.product-card:has(.h6) .h4 {
  margin-block-end: 1rem;
}

.product-card .h6 {
  font-weight: 700;
}

.product-card .main-image img {
  display: block;
  width: auto;
  height: 100%;
}

.product-card .heading-and-description {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: 2.8rem;
}

.product-card .main-image-and-details {
  display: flex;
}

.product-card.cable .main-image-and-details img {
  height: 13rem;
}

.product-card.plug .main-image-and-details img {
  height: 20rem;
}

.product-card .main-image-and-details:has(ul) .main-image {
  flex: 0 0 50%;
}

.product-card.plug .main-image-and-details ul {
  font-size: clamp(1.4rem, 1.4rem + calc(0.1666666666666668vw*var(--viewport-factor)), 1.6rem);
}

.product-card.plug .cta {
  
  margin-block-start: auto;
  
}

.product-card .homologations {
  position: absolute;
  inset-block-start: 3.4rem;
  inset-inline-end: 3.4rem;
  display: flex;
  gap: 0.8rem;
}

.product-card .homologations .flag {
  width: auto;
  height: 2.8rem;
}

.product-card .homologations .flag.border {
  border: .1rem solid var(--color-gray);
}

.products-listing .search-form {
  --form-input-border-color: var(--color-gray-deep);
  flex-flow: row nowrap;
  column-gap: 1rem;
  margin-inline-start: auto;
  max-width: 41.5rem;
}

.products-listing .search-form .input {
  position: relative;
  flex: 1;
}

.products-listing .search-form button[type="reset"] {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: var(--form-input-padding);
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0.5em;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.products-listing .search-form button[type="reset"] .icon,
.products-listing .search-form button[type="reset"] svg {
  display: block;
  line-height: 1;
}

.products-listing .search-form button[type="submit"] {
  padding: 0.5em;
  width: 6.5rem;
  height: 6.5rem;
}

.products-listing .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(2rem, 2vw, 3.4rem);
}

.products-listing > .search-form + .list {
  margin-top: 2.1rem;
}



@media (max-width:768px) {
  .product-card {
    gap: 1rem;
    padding: var(--container-gutter-x);
  }
  .product-card.plug .main-image-and-details img {
    height: 15rem;
  }
  .product-card .main-image-and-details:has(ul) .main-image {
    flex: 0 0 40%;
  }
  .product-card .homologations {
    inset-block-start: var(--container-gutter-x);
    inset-inline-end: var(--container-gutter-x);
  }
  .products-listing .search-form button[type="submit"] {
    width: 4.839rem;
    height: 4.839rem;
  }
}

@media (min-width:769px) {
  .products-listing .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-card.plug .h6 {
    min-height: calc(2em*1.4);
  }
}

@media (min-width:1201px) {
  .products-listing .list {
    grid-template-columns: repeat(3, 1fr);
  }
}.companies-offices-table img,
.companies-offices-collapses img {
  display: block;
  margin-block-end: 2rem;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.companies-offices-table address,
.companies-offices-collapses address {
  font-style: initial;
}
.companies-offices-table .icon-flex,
.companies-offices-collapses .icon-flex {
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  color: unset;
  line-height: 2;
}
.companies-offices-table svg,
.companies-offices-collapses svg {
  margin-inline-end: 0.4em;
  width: 1.2em;
  height: auto;
  vertical-align: middle;
}

.companies-offices-table {
  margin: 0rem -3rem;
  border-spacing: 3rem 0rem;
  width: calc(100% + 6rem);
  font-size: 1.4rem;
}
.companies-offices-table * {
  text-align: start;
  vertical-align: top;
}
.companies-offices-table th {
  padding-block-end: 1.6rem;
}
.companies-offices-table thead tr:has(th:nth-child(2)) th,
.companies-offices-table thead tr:has(th:nth-child(3)) th {
  width: calc(100%/3);
}
.companies-offices-table thead tr:has(th:nth-child(4)) th {
  width: 25%;
}
.companies-offices-table th span {
  display: block;
}
.companies-offices-table .tr-vat td {
  padding: 2rem 0;
}
.companies-offices-table .tr-email-website td {
  padding-block-start: 2rem;
}
.companies-offices-table:has(.tr-notes) .tr-email-website td {
  padding-block-end: 2rem;
}
.companies-offices-table .tr-notes p {
  margin: 0;
}

.companies-offices-collapses {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.companies-offices-collapses button {
  position: relative;
  display: flex;
  border: none;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: start;
  color: inherit;
}
.companies-offices-collapses button::after {
  content: '+';
  display: inline-block;
  margin-inline-start: auto;
  border: none;
  width: auto;
  height: auto;
  transform: rotate(0deg);
  transition: transform var(--transition-timing-fast);
}
.companies-offices-collapses button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.companies-offices-collapses .collapse-container {
  padding-block-start: 1rem;
}.spinner {
  --spinner-size: 6rem;
  --spinner-border-width: 0.2rem;
  --spinner-animation-speed: 0.8s;
  display: inline-block;
  width: var(--spinner-size);
  height: var(--spinner-size);
  border: var(--spinner-border-width) solid var(--spinner-color, currentcolor);
  border-right-color: transparent;
  border-radius: 50%;
  animation: var(--spinner-animation-speed) linear infinite spinner;
}

@keyframes spinner {
  to {
    transform: rotate(360deg)
  }
}

.loader-wrapper:not([hidden]) {
  display: flex;
  align-items: center;
  justify-content: center;
}.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hide-scrollbar::-webkit-scrollbar { /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
  scrollbar-width: none;  /* Hide scrollbar for Firefox */
}

.stretched-link::before {
  content: '';
  position: absolute;
  inset: 0;
}

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

.helvetica {
  font-family: "Helvetica Neue LT Std";
}.mod-blog-listing {
  background-color: var(--color-gray-subtle);
  padding-block-end: var(--section-padding-y);
}

.mod-blog-listing > .container {
  position: relative;
  margin-block-start: -29.5rem;
}

.mod-blog-listing .box {
  border-radius: var(--border-radius);
  padding: var(--container-gutter-x);
  background-color: var(--color-white);
}

.mod-blog-listing .post-block {
  position: relative;
}

.mod-blog-listing .post-block hr {
  margin: 3rem 0;
  border-color: var(--color-gray);
}

.mod-blog-listing .post-block:last-child hr {
  margin-block-end: 0;
}

.mod-blog-listing .post-block time,
.mod-blog-listing .post-block .heading {
  display: block;
  margin-block-start: 6rem;
}

.mod-blog-listing .post-block .heading {
  margin-block-end: 1rem;
}

.mod-blog-listing .post-block time > div {
  line-height:1;
  color: var(--color-primary);
  font-weight: 500;
}

.mod-blog-listing .post-block .heading {
  color: var(--color-primary);
  font-weight: 500;
}

.mod-blog-listing .post-block .featured-image img {
  width:100%;
  height:auto;
  display:block;
}

@media (min-width:769px)  {
  
  .mod-blog-listing .featured-image {
    margin-right: clamp(2rem, -4.2338rem + 12.987vw, 12rem);
  }
  
}

@media (max-width:768px) {
 
  .mod-blog-listing .post-block time {
    margin-block-start: 0rem;
    margin-block-end: 3rem;
  }

  .mod-blog-listing .post-block .heading {
    margin-block-start: 3rem;
  }
  
  
}



.mod-blog-listing .blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-block-start: 5rem;
}
.mod-blog-listing .blog-pagination .blog-pagination-link {
  display:flex;
  justify-content: center;
  align-items:center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
.mod-blog-listing .blog-pagination .blog-pagination-link.disabled {
  cursor: default;
  background-color: var(--color-light);
  color: var(--color-white);
  pointer-events: none;
}
.mod-blog-listing .blog-pagination .blog-pagination-link .arrow-forward,
.mod-blog-listing .blog-pagination .blog-pagination-link .arrow-backward {
  margin-inline-start: 0em;
  transition: margin var(--transition-timing-normal);
}
.mod-blog-listing .blog-pagination .blog-pagination-link.next-page:hover .arrow-forward,
.mod-blog-listing .blog-pagination .blog-pagination-link.next-page:focus .arrow-forward,
.mod-blog-listing .blog-pagination .blog-pagination-link.next-page:focus-visible .arrow-forward {
  margin-inline-start: 0.4em;
}
.mod-blog-listing .blog-pagination .blog-pagination-link.prev-page:hover .arrow-backward,
.mod-blog-listing .blog-pagination .blog-pagination-link.prev-page:focus .arrow-backward,
.mod-blog-listing .blog-pagination .blog-pagination-link.prev-page:focus-visible .arrow-backward {
  margin-inline-start: -0.4em;
}
.mod-blog-listing .blog-pagination .blog-pagination-link>span {
  line-height:0;
}
.mod-blog-listing .blog-pagination .cta.blog-pagination-numpage {
  line-height: 0;
  padding: 0;
  margin: 0;
  display:block;
}
.mod-blog-listing .blog-pagination .cta.blog-pagination-numpage .cta-inner:after {
  width:0;
}
.mod-blog-listing .blog-pagination .cta.blog-pagination-numpage.active .cta-inner:after,
.mod-blog-listing .blog-pagination .cta.blog-pagination-numpage:focus .cta-inner:after, 
.mod-blog-listing .blog-pagination .cta.blog-pagination-numpage:focus-visible .cta-inner:after, 
.mod-blog-listing .blog-pagination .cta.blog-pagination-numpage:hover .cta-inner:after {
  width: 100%;
}



.page.hs-blog-post .article-section {
  padding-block-end: var(--section-padding-y);
  background-color:  var(--color-gray-subtle);
}

.page.hs-blog-post .article-section-inner {
  position: relative;
  margin-block-start: -29.5rem;
}

.page.hs-blog-post .box {
  border-radius: var(--border-radius);
  background-color:  var(--color-white);
}

.page.hs-blog-post .article-section .row-fluid {
  column-gap: var(--container-gutter-x);
}

.page.hs-blog-post .cta {
  --cta-color-main: var(--color-white);
  margin-block-end: 2rem;
}

.page.hs-blog-post h1 {
  font-weight: 700;
  color:  var(--color-primary);
}

.page.hs-blog-post time {
  display: block;
  margin-block-start: -0.8em;
  margin-block-end: 6rem;
  color: var(--color-primary);
}

.page.hs-blog-post time > * {
  font-weight: 500;
}

.page.hs-blog-post .featured-image {
  display: block;
  margin-block-end: 6rem;
}

.page.hs-blog-post .featured-image img {
  display: block;
  width: 100%;
}

@media (min-width:769px) {
  
  .page.hs-blog-post article {
    padding: 6rem var(--container-gutter-x);
  }
  
}

@media (max-width:768px) {

  .mod-blog-listing > .container,
  .page.hs-blog-post .article-section-inner {
    margin-block-start: -10rem;
  }

  .page.hs-blog-post article {
    padding: var(--container-gutter-x);
  }
  
  .page.hs-blog-post h1, 
  .page.hs-blog-post time,
  .page.hs-blog-post .featured-image {
    margin-block-end: 3rem; 
  }
  
}.hs-search-results-page main,
.hs-search-results-page main .dnd-section {
  display: flex;
  flex-direction: column;
}

.hs-search-results-page main .dnd-section,
.hs-search-results-page main .dnd-section > .row-fluid {
  flex: 1;
}

.hs-search-results-page main .dnd-section {
  padding-block-start: 0;
  background-color: var(--color-gray-subtle);
}

.hs-search-results-page main .dnd-section > .row-fluid {
  max-width: var(--container-max-width-lg);
}

.hs-search-results-page main .box {
  --negative-margin: 29.5rem;
  position: relative;
  margin-block-start: calc(-1*var(--negative-margin));
  border-radius: var(--border-radius);
  background-color: var(--color-white);
  padding: var(--section-padding-x);
  height: calc(100% + var(--negative-margin));
}

@media (max-width:768px) {
  .hs-search-results-page main .box {
    --negative-margin: 10rem;
  }
}


#search_results .hs-form {
  flex-direction: row;
  column-gap: 1.8rem;
  margin-block-end: calc(var(--section-padding-y)/2);
}

#search_results h2 {
  color: var(--color-primary);
}


#search_results ul {
  margin-block-start: calc(var(--section-padding-y)/2);
}

#search_results .result {
  position: relative;
}

#search_results .result hr {
  margin: 3rem 0;
  color: var(--color-secondary);
}

#search_results .loader-wrapper {
  height: 100%;
  min-height: 40rem;
}@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    --root-zoom: 0.8;
    --viewport-factor: 1.25;
    zoom: var(--root-zoom);
  }
}

@media (device-pixel-ratio: 1.25) {
  :root {
    --root-zoom: 0.8;
    --viewport-factor: 1.25;
    zoom: var(--root-zoom);
  }
}