/* Base */

:root {

  --column-width-multiplier: 8.333;

  /* ─── Colors – White ──────────────────────────────────────────────────── */

  --color-white: #ffffff;

  /* ─── Colors – Base ───────────────────────────────────────────────────── */

  --color-base-400: #f8f9fd;
  --color-base-500: #eff8fa; /* Main */
  --color-base-600: #e9f3fc;
  --color-base-700: #cfdbe9;

  /* ─── Colors – Primary ────────────────────────────────────────────────── */

  --color-primary-100: #defcf8;
  --color-primary-500: #7de9dd;
  --color-primary-600: #4bcfc1;
  --color-primary-700: #00a996;

  /* ─── Colors – Secondary ──────────────────────────────────────────────── */

  --color-secondary-100: #99acc0;
  --color-secondary-200: #8c9eb3;
  --color-secondary-300: #2c3e51;
  --color-secondary-400: #243546;
  --color-secondary-500: #0d1d2f;

  /* ─── Colors – Additional ─────────────────────────────────────────────── */

  --color-coral-500: #ff8884;
  --color-yellow-500: #ffd37a;
  --color-purple-600: #aa98fc;
  --color-purple-500: #beafff;
  --color-green-500: #bbf09e;

  /* ─── Colors – UI ─────────────────────────────────────────────────────── */

  --color-border-light: rgba(140, 158, 179, 0.4); /* Secondary 200 @ 40% */
  --color-border-dark: rgba(255, 255, 255, 0.25);
  --color-text: var(--color-secondary-500);
  --color-text-greyed: var(--color-secondary-200);
  --color-text-greyed-dark: #aebdcd;
  --color-disabled-opacity: 30%;
  --color-link-hover: var(--color-primary-700);

  /* ─── Colors – Status ─────────────────────────────────────────────────── */

  --color-success-100: #d7fad9;
  --color-success-500: #30c27e;
  --color-alert-50: #fadcdf;
  --color-alert-100: #fdcad0;
  --color-alert-500: #f42f50;

  /* ─── Colors – Status ─────────────────────────────────────────────────── */

  --font-family-headline: "Spline Sans";
  --font-family-text: "Roboto";

  /* ─── Spacing – Global ────────────────────────────────────────────────── */

  --sp-025: 0.25rem; /*   4px */
  --sp-05: 0.5rem; /*   8px */
  --sp-075: 0.75rem; /*  12px */
  --sp-1: 1rem; /*  16px */
  --sp-125: 1.25rem; /*  20px */
  --sp-15: 1.5rem; /*  24px */
  --sp-175: 1.75rem; /*  28px */
  --sp-2: 2rem; /*  32px */
  --sp-225: 2.25rem; /*  36px */
  --sp-25: 2.5rem; /*  40px */
  --sp-3: 3rem; /*  48px */
  --sp-35: 3.5rem; /*  56px */
  --sp-4: 4rem; /*  64px */
  --sp-5: 5rem; /*  80px */
  --sp-6: 6rem; /*  96px */
  --sp-7: 7rem; /* 112px */

  /* ─── Spacing – Card ──────────────────────────────────────────────────── */

  --card-in-pad-xs: var(--sp-15);
  --card-in-pad-s: var(--sp-2);
  --card-in-pad-m: var(--sp-25);
  --card-in-pad-l: var(--sp-35);
  --card-in-pad-xl: var(--sp-5);
  --card-spacing: var(--sp-15);
  --item-column-gap: var(--sp-3);
  --items-row-gap: var(--sp-25);

  /* ─── Spacing – Structure ─────────────────────────────────────────────── */

  --section-vertical: var(--sp-7);
  --section-horizontal: var(--sp-3);
  --section-hero-vertical: var(--sp-5);
  --section-no-bg-vertical: var(--sp-6);
  --external-padding: var(--sp-175);
  --column-row-gap: var(--sp-5);
  --column-row-gap-half: var(--sp-25);
  --text-button-gap: var(--sp-25);
  --title-section-gap: var(--sp-35);
  --site-content-width: 1400px;
  --column-row-blog-gap: var(--sp-35);

  /* ─── Spacing – Typography ────────────────────────────────────────────── */

  --h1-font-size: 2.875rem; /*  46px */
  --h1-mb: var(--sp-2);

  --h2-font-size: 2.375rem; /*  38px */
  --h2-mb: var(--sp-15);

  --h3-font-size: var(--sp-175);
  --h3-mb: var(--sp-1);

  --h4-font-size: var(--sp-15);
  --h4-mb: var(--sp-075);

  --h5-font-size: var(--sp-125);
  --h5-mb: var(--sp-05);

  --h6-font-size: 1.125rem; /*  18px */
  --h6-mb: 0.625rem; /*  10px */

  --body-font-size: var(--sp-1);
  --body-mb: 0.625rem; /*  10px */
  --body-small-font-size: 0.875rem; /*  14px */
  --body-xsmall-font-size: 0.825rem; /*  13px */
  --body-xxsmall-font-size: 12px; /*  12px */
  --caps-font-size: var(--sp-1);
  --small-mb: 0.125rem; /*   2px */
  --input-height: 3.125rem;
  --input-spacing: var(--sp-15);
  --radio-spacing: var(--sp-05);
  --rich-list-spacing: var(--sp-15);
  --list-spacing: var(--sp-075);

  --lh-h1: 1.15;
  --lh-h2: 1.2;
  --lh-h3: 1.3;
  --lh-h4: 1.3;
  --lh-h5: 1.4;
  --lh-h6: 1.5;
  --lh-body: 1.6;
  --lh-body-small: 1.4;
  --lh-body-xsmall: 1.4;
  --lh-body-xxsmall: 1.38;

  /* ─── Spacing – Icons ─────────────────────────────────────────────────── */

  --icon-size-s: var(--sp-35);
  --icon-size-m: var(--sp-4);
  --icon-size-l: var(--sp-5);

  /* ─── Spacing – Buttons ───────────────────────────────────────────────── */

  --btn-l-height: 3.125rem; /*  50px */
  --btn-m-height: 2.5rem; /*  40px */
  --btn-s-height: 2.125rem; /*  34px */
  --btn-l-2-lines-height: 4.75rem; /*  76px */
  --buttons-gap: var(--sp-1);

  /* ─── Spacing – Custom ────────────────────────────────────────────────── */

  --card-carousel-3: 24rem; /* 384px */
  --offset-bullet: 0.75rem; /*  12px */
  --underline-h1-height: 1.4375rem; /*  23px */
  --underline-h2-height: 1.25rem; /*  20px */
  --underline-h3-height: 1rem; /*  16px */
  --stroke-photo: 0.375rem; /*   6px */
  --padding-top-icon: 0.125rem; /*   2px */
  --padding-top-icon-2: 0.25rem; /*   4px */
  --padding-top-icon-3: 0.0625rem; /*   1px */

  /* ─── Radius ──────────────────────────────────────────────────────────── */

  --radius-section: 1.25rem; /*  20px */
  --radius-card: 0.75rem; /*  12px */
  --radius-button: 0.5rem; /*   8px */
  --radius-tab: 1rem; /*  16px */
  --radius-image: 1.125rem; /*  18px */


  --max-width-1: 900px;
  --max-width-2: 750px;
  --max-width-3: 500px;
}

@media (max-width: 767px) {
  :root {
    /* ─── Spacing – Card ────────────────────────────────────────────────── */

    --card-in-pad-xs: var(--sp-1);
    --card-in-pad-s: var(--sp-15);
    --card-in-pad-m: var(--sp-175);
    --card-in-pad-l: var(--sp-175);
    --card-in-pad-xl: var(--sp-2);
    --card-spacing: var(--sp-1);
    --item-column-gap: var(--sp-175);
    --items-row-gap: var(--sp-175);

    /* ─── Spacing – Structure ───────────────────────────────────────────── */

    --section-vertical: var(--sp-5);
    --section-horizontal: var(--sp-125);
    --section-hero-vertical: var(--sp-4);
    --section-no-bg-vertical: var(--sp-5);
    --external-padding: 0.375rem; /*   6px */
    --column-row-gap: var(--sp-2);
    --column-row-gap-half: var(--sp-15);
    --text-button-gap: var(--sp-2);
    --title-section-gap: var(--sp-25);
    --column-row-blog-gap: var(--sp-25);

    /* ─── Spacing – Typography ──────────────────────────────────────────── */

    --h1-font-size: 2rem; /*  32px */
    --h1-mb: var(--sp-15);
    --h2-font-size: 1.75rem; /*  26px */
    --h2-mb: var(--sp-125);
    --lh-h2: 1.25;
    --h3-font-size: 1.375rem; /*  22px */
    --h3-mb: var(--sp-1);
    --h4-font-size: var(--sp-125);
    --h4-mb: var(--sp-05);
    --h5-font-size: 1.125rem; /*  18px */
    --h6-font-size: 1.0625rem;
    --caps-font-size: 0.875rem; /*  14px */
    --input-spacing: var(--sp-1);
    --input-height: var(--sp-3);
    --rich-list-spacing: var(--sp-1);

    /* ─── Spacing – Icons ───────────────────────────────────────────────── */

    --icon-size-s: var(--sp-3);
    --icon-size-m: var(--sp-35);
    --icon-size-l: var(--sp-4);

    /* ─── Spacing – Buttons ─────────────────────────────────────────────── */

    --btn-l-height: 2.875rem; /*  46px */
    --btn-l-2-lines-height: 4.125rem; /*  66px */

    /* ─── Spacing – Custom ──────────────────────────────────────────────── */

    --card-carousel-3: 18rem; /* 288px */
    --offset-bullet: 0.5625rem; /*   9px */
    --underline-h1-height: 1rem; /*  16px */
    --underline-h2-height: 0.8125rem; /*  13px */
    --underline-h3-height: 0.8125rem; /*  13px */
    --stroke-photo: 0.25rem; /*   4px */
    --padding-top-icon: 0.0625rem; /*   1px */
    --padding-top-icon-2: 0.125rem; /*   2px */
    --padding-top-icon-3: 0;

    /* ─── Radius ────────────────────────────────────────────────────────── */

    --radius-section: 0.875rem; /*  14px */
    --radius-card: 0.625rem; /*  10px */
    --radius-button: 0.375rem; /*   6px */
    --radius-tab: 0.875rem; /*  14px */
    --radius-image: 1rem; /*  16px */
  }
}
*, *: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;
}
@font-face {
  font-family: "Spline Sans";
  src: url("https://hello.tiime.fr/hubfs/raw_assets/public/lec-2026/fonts/SplineSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("https://hello.tiime.fr/hubfs/raw_assets/public/lec-2026/fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("https://hello.tiime.fr/hubfs/raw_assets/public/lec-2026/fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("https://hello.tiime.fr/hubfs/raw_assets/public/lec-2026/fonts/Roboto-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  font-family: var(--font-family-text);
  font-size: var(--body-font-size);
  line-height: var(--lh-body);
  color: var(--color-text);
  overflow-wrap: break-word;
}

h1, .h1 {
  font-family: var(--font-family-headline);
  font-size: var(--h1-font-size);
  line-height: var(--lh-h1);
  margin-bottom: var(--h1-mb);
  margin-top: 0;
  letter-spacing: -0.5px;
  font-weight: 700;
}

h2, .h2 {
  font-family: var(--font-family-headline);
  font-size: var(--h2-font-size);
  line-height: var(--lh-h2);
  margin-bottom: var(--h2-mb);
  margin-top: 0;
  letter-spacing: -0.5px;
  font-weight: 700;
}

h3, .h3 {
  font-family: var(--font-family-headline);
  font-size: var(--h3-font-size);
  line-height: var(--lh-h3);
  margin-bottom: var(--h3-mb);
  margin-top: 0;
  font-weight: 700;
}

h4, .h4 {
  font-family: var(--font-family-headline);
  font-size: var(--h4-font-size);
  line-height: var(--lh-h4);
  margin-bottom: var(--h4-mb);
  margin-top: 0;
  font-weight: 700;
}

h5, .h5 {
  font-family: var(--font-family-headline);
  font-size: var(--h5-font-size);
  line-height: var(--lh-h5);
  margin-bottom: var(--h5-mb);
  margin-top: 0;
  font-weight: 700;
}

h6, .h6 {
  font-family: var(--font-family-text);
  font-size: var(--h6-font-size);
  line-height: var(--lh-h6);
  margin-bottom: var(--h6-mb);
  margin-top: 0;
}

h1 u, h2 u, h3 u, h4 u, h5 u, h6 u {
  text-decoration: none;
  z-index: 1;
}
h1 u .u-line, h2 u .u-line, h3 u .u-line, h4 u .u-line, h5 u .u-line, h6 u .u-line {
  position: relative;
  z-index: 1;
}
h1 u .u-line::after, h2 u .u-line::after, h3 u .u-line::after, h4 u .u-line::after, h5 u .u-line::after, h6 u .u-line::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-primary-500) 60%, transparent) 0%, var(--color-primary-500) 100%);
  left: -1px;
  right: -1px;
  top: 55%;
  bottom: 2px;
  border-radius: 4px;
  z-index: -1;
  width: 0;
  transition: width 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
h1 u.highlighted .u-line::after, h2 u.highlighted .u-line::after, h3 u.highlighted .u-line::after, h4 u.highlighted .u-line::after, h5 u.highlighted .u-line::after, h6 u.highlighted .u-line::after {
  width: calc(100% + 2px);
}

p {
  font-family: var(--font-family-text);
  font-size: var(--body-font-size);
  line-height: var(--lh-body);
  margin: 0 0 var(--body-mb);
}

.body-small {
  font-size: var(--body-small-font-size);
  line-height: var(--lh-body-small);
  margin-bottom: var(--sp-025);
}

.body-xsmall {
  font-size: var(--body-xsmall-font-size);
  line-height: var(--lh-body-xsmall);
  margin-bottom: var(--sp-025);
}

a {
  cursor: pointer;
  color: var(--color-secondary-500);
  transition: color 0.15s ease;
}
a:hover, a:focus {
  color: var(--color-primary-700);
}
a:active {
  color: var(--color-primary-700);
}

ul,
ol {
  margin: 0 0 var(--body-mb);
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

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

blockquote {
  border-left: 2px solid;
  margin: 0 0 var(--body-mb);
  padding-left: var(--sp-075);
}

hr {
  border: none;
  border-bottom: 1px solid var(--color-border-light);
}

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

img {
  word-break: normal;
}

.highlighted:after {
  width: calc(100% + 4px);
}

/* Layout */




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

@media (min-width: 768px) {
  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-row-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-row-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-row-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-row-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-row-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-row-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-row-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-row-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-row-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-row-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-row-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.body-container-wrapper {
  padding: var(--external-padding);
  padding-top: 0;
}

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: var(--column-row-gap);
}
@media (min-width: 767px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.dnd-section {
  position: relative;
  padding: var(--section-vertical) var(--section-horizontal);
  border-radius: var(--radius-section);
  overflow: hidden;
}
.dnd-section:not(:last-child) {
  margin-bottom: var(--external-padding);
}
.dnd-section:not([class*=section-bg]) {
  padding-top: calc(var(--section-vertical) - var(--external-padding));
  padding-bottom: calc(var(--section-vertical) - var(--external-padding));
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: var(--site-content-width);
}
.dnd-section > .row-fluid > .dnd-column {
  display: flex;
  flex-direction: column;
}
.dnd-section:not(.cta-card) > .row-fluid > .dnd-column > .dnd-row:not(:last-child) {
  margin-bottom: var(--title-section-gap);
}
.dnd-section:not(.cta-card) > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module .hs_cos_wrapper_type_module > * {
  margin-bottom: 0 !important;
}
.dnd-section:not(.cta-card) > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module .hs_cos_wrapper_type_module .section-header > *:last-child * {
  margin-bottom: 0;
}
.dnd-section:not(.cta-card) > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column .dnd-row:last-child .hs_cos_wrapper_type_module > * {
  margin-bottom: 0 !important;
}
.dnd-section .dnd-row > .row-fluid {
  align-items: flex-start;
}
.dnd-section.section-cols-center .dnd-row > .row-fluid {
  align-items: center;
}
@media (max-width: 767px) {
  .dnd-section.section-reverse-mobile .dnd-row > .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
}
.dnd-section.cta-card {
  background: none !important;
}
.dnd-section.cta-card > .row-fluid {
  padding: var(--card-in-pad-xl);
  border-radius: var(--radius-section);
}
.dnd-section.cta-card > .row-fluid > .dnd-column > .dnd-row:last-child .hs_cos_wrapper_type_module > * {
  margin-bottom: 0 !important;
}
.dnd-section.cta-card.section-bg--secondary > .row-fluid {
  background: linear-gradient(135deg, var(--color-secondary-500) 0%, var(--color-secondary-400) 100%) !important;
}
.dnd-section.cta-card.section-cols-center > .row-fluid {
  align-items: center;
}

.mb-h1 {
  margin-bottom: var(--h1-mb) !important;
}

.mb-h2 {
  margin-bottom: var(--h2-mb) !important;
}

.mb-h3 {
  margin-bottom: var(--h3-mb) !important;
}

.mb-text-button {
  margin-bottom: var(--text-button-gap) !important;
}

.mb-0 .hs_cos_wrapper_type_rich_text *:last-child {
  margin-bottom: 0;
}

.partner > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper:first-child {
  padding-top: calc(var(--section-vertical) - var(--sp-2));
}
.section-bg--primary {
  background: linear-gradient(135deg, #E9FDFD 0%, #DDF5F5 100%) !important;
}

.section-bg--secondary {
  background: linear-gradient(135deg, var(--color-secondary-500) 0%, var(--color-secondary-400) 100%) !important;
}
.section-bg--secondary h1, .section-bg--secondary h2, .section-bg--secondary h3, .section-bg--secondary h4, .section-bg--secondary h5, .section-bg--secondary h6, .section-bg--secondary a {
  color: white;
}
.section-bg--secondary h1 .u-line::after, .section-bg--secondary h2 .u-line::after, .section-bg--secondary h3 .u-line::after, .section-bg--secondary h4 .u-line::after, .section-bg--secondary h5 .u-line::after, .section-bg--secondary h6 .u-line::after, .section-bg--secondary a .u-line::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-primary-700) 40%, transparent) 0%, var(--color-primary-700) 100%);
}
.section-bg--secondary p, .section-bg--secondary ul {
  color: var(--color-text-greyed-dark);
}
.section-bg--secondary .image-module__container-inner::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-primary-700) 40%, transparent) 0%, var(--color-primary-700) 100%);
}

.section-bg--image > .row-fluid {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.section-bg--image > .row-fluid::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6901960784) 100%);
}
@media (max-width: 767px) {
  .section-bg--image > .row-fluid::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6901960784) 100%);
  }
}
.section-bg--image > .row-fluid > .dnd-column {
  width: 50%;
  min-width: 540px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-bg--image > .row-fluid > .dnd-column {
    min-width: initial;
    width: 100%;
    padding-bottom: 280px;
  }
}
.section-bg--image h1, .section-bg--image h2, .section-bg--image h3, .section-bg--image h4, .section-bg--image h5, .section-bg--image h6 {
  color: white;
}
.section-bg--image h1 .u-line::after, .section-bg--image h2 .u-line::after, .section-bg--image h3 .u-line::after, .section-bg--image h4 .u-line::after, .section-bg--image h5 .u-line::after, .section-bg--image h6 .u-line::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-primary-700) 40%, transparent) 0%, var(--color-primary-700) 100%);
}
.section-bg--image .icon-list__icon {
  background-color: white;
}
.section-bg--image .ratings__item {
  color: white;
}
.section-bg--image p, .section-bg--image ul {
  color: var(--color-text-greyed-dark);
}
.section-bg--image .image-module__container-inner::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-primary-700) 40%, transparent) 0%, var(--color-primary-700) 100%);
}

.bg-shapes::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("https://hello.tiime.fr/hubfs/raw_assets/public/lec-2026/images/background.svg");
  background-size: cover;
  z-index: 0;
}
.bg-shapes > .row-fluid > .dnd-column {
  z-index: 1;
}

.cta-card.bg-shapes::after {
  display: none;
}
.cta-card.bg-shapes > .row-fluid {
  position: relative;
  overflow: hidden;
}
.cta-card.bg-shapes > .row-fluid::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("https://hello.tiime.fr/hubfs/raw_assets/public/lec-2026/images/background-2.svg");
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .cta-card.bg-shapes > .row-fluid::after {
    background-image: url("https://hello.tiime.fr/hubfs/raw_assets/public/lec-2026/images/background-2-mobile.svg");
    width: 300px;
    background-size: 300px;
    right: 0;
    left: initial;
    background-repeat: no-repeat;
  }
}

.section-bg--purple {
  background: linear-gradient(135deg, #F9F1FF 0%, #F0DEFC 100%) !important;
}
.section-bg--purple h1 .u-line::after, .section-bg--purple h2 .u-line::after, .section-bg--purple h3 .u-line::after, .section-bg--purple h4 .u-line::after, .section-bg--purple h5 .u-line::after, .section-bg--purple h6 .u-line::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-purple-500) 60%, transparent) 0%, var(--color-purple-500) 100%);
}
.section-bg--purple .image-module__container-inner::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-purple-500) 60%, transparent) 0%, var(--color-purple-500) 100%);
}

.section-bg--yellow {
  background: linear-gradient(135deg, #FFF6E2 0%, #FFF2D7 100%) !important;
}
.section-bg--yellow h1 .u-line::after, .section-bg--yellow h2 .u-line::after, .section-bg--yellow h3 .u-line::after, .section-bg--yellow h4 .u-line::after, .section-bg--yellow h5 .u-line::after, .section-bg--yellow h6 .u-line::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-yellow-500) 60%, transparent) 0%, var(--color-yellow-500) 100%);
}
.section-bg--yellow .image-module__container-inner::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-yellow-500) 60%, transparent) 0%, var(--color-yellow-500) 100%);
}

.section-bg--coral {
  background: linear-gradient(135deg, #FFECEC 0%, #FFE1E1 100%) !important;
}
.section-bg--coral h1 .u-line::after, .section-bg--coral h2 .u-line::after, .section-bg--coral h3 .u-line::after, .section-bg--coral h4 .u-line::after, .section-bg--coral h5 .u-line::after, .section-bg--coral h6 .u-line::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-coral-500) 60%, transparent) 0%, var(--color-coral-500) 100%);
}
.section-bg--coral .image-module__container-inner::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-coral-500) 60%, transparent) 0%, var(--color-coral-500) 100%);
}

.section-bg--green {
  background: linear-gradient(135deg, #F4FDE6 0%, #F1FBDF 100%) !important;
}
.section-bg--green h1 .u-line::after, .section-bg--green h2 .u-line::after, .section-bg--green h3 .u-line::after, .section-bg--green h4 .u-line::after, .section-bg--green h5 .u-line::after, .section-bg--green h6 .u-line::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-green-500) 60%, transparent) 0%, var(--color-green-500) 100%);
}
.section-bg--green .image-module__container-inner::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-green-500) 60%, transparent) 0%, var(--color-green-500) 100%);
}

/* Components */
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.1s linear;
  white-space: normal;
  background-color: var(--color-primary-500);
  border-radius: var(--radius-button);
  color: var(--color-secondary-500);
  font-family: var(--font-family-headline);
  font-weight: 700;
  text-decoration: none;
  padding: var(--sp-075) var(--sp-15);
  font-size: var(--h6-font-size);
  border: 1px solid transparent;
  outline: 0px solid var(--color-primary-500);
}
button:focus,
.button:focus,
.hs-button:focus,
.hs-blog-post-listing__post-button:focus {
  outline: 4px solid color-mix(in srgb, var(--color-primary-500) 40%, transparent);
  color: var(--color-secondary-500);
}
button .button__icon,
.button .button__icon,
.hs-button .button__icon,
.hs-blog-post-listing__post-button .button__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  mask-image: var(--icon);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  vertical-align: middle;
  flex-shrink: 0;
}

.button--primary {
  background-color: var(--color-primary-500);
  color: var(--color-secondary-500);
}
.button--primary:hover {
  background-color: var(--color-primary-600);
  color: var(--color-secondary-500);
}
.button--secondary {
  background-color: var(--color-secondary-500);
  color: var(--color-white);
}
.button--secondary:hover {
  background-color: var(--color-secondary-400);
  color: var(--color-white);
}
.button--outline-white {
  background-color: transparent;
  border-color: var(--color-white);
  color: var(--color-white);
}
.button--outline-white:hover {
  background-color: var(--color-white);
  color: var(--color-secondary-500);
}
.button--outline-secondary {
  background-color: transparent;
  border-color: var(--color-secondary-500);
  color: var(--color-secondary-500);
}
.button--outline-secondary:hover {
  background-color: var(--color-secondary-400);
  color: var(--color-white);
}
.button--medium {
  padding: var(--sp-075) var(--sp-15);
  font-size: var(--body-font-size);
  line-height: var(--lh-body);
}
.button--large {
  padding: var(--sp-075) var(--sp-15);
  font-size: var(--h6-font-size);
  line-height: var(--lh-h6);
}
.button--has-icon {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-05);
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--buttons-gap);
  align-items: center;
  margin-bottom: var(--text-button-gap);
}
@media (max-width: 767px) {
  .button-wrapper {
    justify-content: center;
  }
  .button-wrapper button, .button-wrapper .button {
    width: 100%;
    justify-content: center;
    max-width: 400px;
  }
}
.button-wrapper--centered {
  justify-content: center;
}

.no-button, .no-button:hover, .no-button:focus, .no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.section-bg--secondary a.button--primary {
  color: var(--color-secondary-500);
}
.section-bg--secondary a.button--outline-white:hover {
  background-color: var(--color-white);
  color: var(--color-secondary-500);
}
.rich-text .hs_cos_wrapper_type_rich_text *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .rich-text--mobile-center {
    text-align: center;
  }
  .rich-text--mobile-left {
    text-align: left;
  }
}
form .field > label {
  display: block;
  font-size: var(--body-small-font-size);
  line-height: var(--lh-body-small);
  color: var(--color-text);
  font-weight: 700;
  margin-bottom: var(--sp-025);
}
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% !important;
  font-size: var(--body-font-size);
  padding: var(--sp-075) var(--sp-125);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-button);
  background-color: var(--color-white);
  color: var(--color-text);
  height: var(--input-height);
  transition: all 0.2s ease;
  outline: 0px solid var(--color-primary-500);
}
form input[type=text]:focus,
form input[type=search]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: var(--color-primary-500);
  outline: none;
}
form input[type=text]:focus-visible,
form input[type=search]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  outline: 4px solid color-mix(in srgb, var(--color-primary-500) 40%, transparent);
}
form textarea {
  resize: vertical;
  height: initial;
}
form fieldset {
  max-width: 100% !important;
}
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form .inputs-list > li:not(:last-child) {
  margin-bottom: var(--radio-spacing);
}
form .inputs-list > li > label {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-075);
  color: var(--color-text);
}
form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  width: 20px !important;
  height: 20px;
  flex-shrink: 0;
  appearance: none;
  border: 1px solid var(--color-border-light);
}
form input[type=checkbox] {
  border-radius: 4px;
  transition: background-color 0.15s, border-color 0.15s;
  margin-top: 0px;
}
form input[type=checkbox]:checked {
  background-color: var(--color-primary-500);
  border-color: var(--color-primary-500);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}
form input[type=checkbox] + span {
  font-size: var(--body-small-font-size);
  line-height: var(--lh-body-small);
  margin-bottom: var(--sp-025);
  margin-bottom: 0;
}
form .form-columns-1 .input {
  margin-right: 0 !important;
}
form .form-columns-1 .hs-fieldtype-text .input {
  margin-right: 0 !important;
}
form .form-columns-1 .hs-fieldtype-text .input .hs-input {
  width: 100% !important;
}
form .form-columns-2 {
  display: flex;
  gap: var(--input-spacing);
}
@media (max-width: 767px) {
  form .form-columns-2 {
    flex-direction: column;
    gap: 0;
  }
}
form .form-columns-2 .hs-fieldtype-text {
  width: 100% !important;
}
form .form-columns-2 .hs-fieldtype-text .input {
  margin-right: 0 !important;
}
form .form-columns-2 .hs-fieldtype-text .input .hs-input {
  width: 100% !important;
}
form .hs-error-msgs {
  font-size: var(--body-xxsmall-font-size);
  line-height: var(--lh-body-xxsmall);
  margin-bottom: var(--sp-025);
  margin-bottom: 0;
  margin-top: var(--sp-025);
}
form .hs-error-msgs > li {
  margin-bottom: 0;
}
form .hs-error-msgs .hs-error-msg {
  color: var(--color-alert-500);
  font-weight: 400;
  margin: 0;
}
form .hs-submit .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
form .hs-submit .actions .hs-button.large {
  line-height: 1.5;
}
form .hs-submit .actions .hs-button.primary:hover {
  background-color: var(--color-primary-600);
  color: var(--color-secondary-500);
}
form .hs_error_rollup .hs-error-msgs {
  font-size: var(--body-xsmall-font-size);
  line-height: var(--lh-body-xsmall);
  margin-bottom: var(--sp-025);
  margin-bottom: var(--input-spacing);
  margin-top: 0;
  padding: var(--sp-075) var(--sp-1);
  background-color: var(--color-alert-50);
  border-radius: var(--radius-button);
}
form .iti__selected-country {
  padding-left: var(--sp-1);
  border-top-left-radius: var(--radius-button);
  border-bottom-left-radius: var(--radius-button);
}
form .hs_recaptcha {
  display: none;
}
form .form-legal {
  font-size: var(--body-xxsmall-font-size);
  line-height: var(--lh-body-xxsmall);
  margin-bottom: var(--input-spacing);
}
form .input {
  display: flex;
  flex-direction: column;
}

.hs-form-field {
  margin-bottom: var(--input-spacing);
}

::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: var(--color-text-greyed);
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: var(--sp-1) !important;
}

.hs-form-required {
  color: var(--color-alert-500);
  padding-left: var(--sp-025);
}

.hs-input.invalid.error {
  border-color: var(--color-alert-500);
}

.grecaptcha-badge {
  margin: 0 auto;
}

.form-module--card {
  border-radius: var(--radius-card);
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.form-module--card p {
  color: var(--color-text);
}
.form-module--card a {
  color: var(--color-text);
}
.form-module--card a:hover {
  color: var(--color-link-hover);
}
.form-module--card h1 .u-line::after, .form-module--card h2 .u-line::after, .form-module--card h3 .u-line::after, .form-module--card h4 .u-line::after, .form-module--card h5 .u-line::after, .form-module--card h6 .u-line::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-primary-500) 60%, transparent) 0%, var(--color-primary-500) 100%);
}
.form-module--card .form-module__form {
  padding: var(--card-in-pad-s);
}
.form-module--card .form-module__intro {
  padding: var(--card-in-pad-s);
  padding-bottom: 0;
}
.form-module--card .form-module__intro * {
  color: var(--color-text);
}
.form-module--card .form-module__intro + .form-module__form {
  padding-top: var(--sp-1);
}
.form-module__image {
  display: flex;
}
.form-module__image img {
  width: 100%;
  aspect-ratio: 21/9;
  object-fit: cover;
  height: auto;
}
.form-module__form .form-title {
  margin-bottom: 0;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}
header {
  padding: var(--external-padding);
}
@media (max-width: 767px) {
  header {
    padding: var(--sp-075);
  }
}

.header .dnd-section {
  padding: 0;
}

/* Header container */
.header__container {
  display: flex;
  flex-direction: column;
}
.header__logo {
  display: flex;
  height: auto;
  width: 200px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 150px;
  }
}
.header__skip {
  position: absolute;
  left: -9999px;
}
.header__skip:focus {
  left: 0;
}

.header-partenaire {
  padding-top: var(--sp-125);
  padding-bottom: var(--sp-125);
}
@media (max-width: 767px) {
  .header-partenaire {
    padding: var(--sp-075);
  }
}
.header-partenaire__container {
  flex-direction: row;
  display: flex;
  max-width: var(--site-content-width);
  margin: auto;
  justify-content: flex-start;
  gap: var(--sp-3);
}
@media (max-width: 767px) {
  .header-partenaire__container {
    justify-content: center;
  }
}
.header-partenaire__logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
}
@media (max-width: 767px) {
  .header-partenaire__logos {
    gap: var(--sp-1);
  }
}
.header-partenaire__main-logo {
  display: flex;
  height: auto;
  width: 180px;
}
@media (max-width: 767px) {
  .header-partenaire__main-logo {
    width: 120px;
  }
}
.header-partenaire__main-logo * {
  display: flex;
}
.header-partenaire__logo {
  display: flex;
  max-width: 180px;
  height: 34px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .header-partenaire__logo {
    height: 34px;
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .header-partenaire #hs_cos_wrapper_promo_tag_partenaire {
    display: none;
  }
}
.footer {
  background-color: var(--color-secondary-500);
  color: var(--color-text-greyed-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--sp-3) var(--sp-2);
  gap: var(--sp-1);
  text-align: center;
  font-size: var(--body-small-font-size);
  line-height: var(--lh-body-small);
  margin-bottom: var(--sp-025);
  margin-bottom: 0;
}
.footer__logo {
  width: 180px;
}
.footer p {
  font-size: var(--body-small-font-size);
  line-height: var(--lh-body-small);
  margin-bottom: var(--sp-025);
}
.footer a {
  color: var(--color-text-greyed-dark);
  text-decoration: none;
}
.footer a:hover {
  color: var(--color-primary-600);
}
.footer__menu {
  display: flex;
  flex-direction: row;
  gap: var(--sp-1);
}
@media (max-width: 767px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
    gap: var(--sp-05);
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.widget-type-linked_image img {
  max-width: 100%;
}
html:has(.modal.is-open) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1000;
}
.modal__wrapper {
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: var(--external-padding);
  pointer-events: none;
}
.modal__wrapper > * {
  pointer-events: auto;
}
@media (max-width: 767px) {
  .modal__wrapper {
    padding: var(--sp-1);
  }
}
.modal__container {
  background: var(--color-white);
  padding: var(--card-in-pad-l);
  max-width: var(--max-width-2);
  border-radius: var(--radius-section);
  width: 100%;
  margin: auto;
  position: relative;
}
.modal__container p {
  color: var(--color-text);
}
.modal__container a {
  color: var(--color-text);
}
.modal__container a:hover {
  color: var(--color-link-hover);
}
.modal__container h1 .u-line::after, .modal__container h2 .u-line::after, .modal__container h3 .u-line::after, .modal__container h4 .u-line::after, .modal__container h5 .u-line::after, .modal__container h6 .u-line::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-primary-500) 60%, transparent) 0%, var(--color-primary-500) 100%);
}
.modal__close {
  position: absolute;
  top: var(--sp-05);
  right: var(--sp-05);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--sp-25);
  height: var(--sp-25);
  border-radius: 50%;
  border: none;
  background: white;
  color: var(--color-secondary-500);
  cursor: pointer;
  transition: background 0.15s;
  z-index: 10;
}
@media (max-width: 767px) {
  .modal__close {
    top: var(--sp-025);
    right: var(--sp-025);
    width: var(--sp-2);
    height: var(--sp-2);
  }
}
.modal__close:focus {
  background: white;
}
.modal__close svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .modal__close svg {
    width: 16xp;
    height: 16px;
  }
}
.modal__close:hover {
  background: var(--color-base-500);
}
.modal__title {
  padding-right: var(--sp-3);
}
.modal__title * {
  color: var(--color-secondary-500) !important;
}
.modal__title * > u::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-primary-500) 60%, transparent) 0%, var(--color-primary-500) 100%);
}
.modal__container-video {
  width: 100%;
  max-width: var(--max-width-1);
  margin: auto;
}
.modal__container-video .modal__close {
  top: var(--external-padding);
  right: var(--external-padding);
}
@media (max-width: 767px) {
  .modal__container-video .modal__close {
    top: var(--sp-1);
    right: var(--sp-1);
  }
}
.modal__container-video .modal__content {
  display: flex;
  border-radius: var(--radius-section);
  overflow: hidden;
}

.dnd-section .modal__title h1, .dnd-section .modal__title h2 {
  color: var(--color-secondary-500);
}
.dnd-section .modal__title h1 > u::after, .dnd-section .modal__title h2 > u::after {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-primary-500) 60%, transparent) 0%, var(--color-primary-500) 100%);
}

/* Micromodal slide animation */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-10px);
    opacity: 0;
  }
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.icon-list {
  margin-bottom: var(--text-button-gap);
}
@media (min-width: 767px) {
  .icon-list--item--vertical {
    text-align: center;
  }
  .icon-list--item--vertical .icon-list__item {
    flex-direction: column;
    align-items: center;
  }
  .icon-list--item--horizontal .icon-list__icon {
    margin-top: 4px;
  }
}
.icon-list--vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--list-spacing);
}
.icon-list--vertical .icon-list__item::after {
  display: none;
}
@media (max-width: 767px) {
  .icon-list--vertical .icon-list__item {
    max-width: 100%;
  }
}
.icon-list--horizontal {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), 1fr);
  gap: var(--items-row-gap) var(--item-column-gap);
}
@media (max-width: 767px) {
  .icon-list--horizontal {
    grid-template-columns: 1fr;
  }
}
.icon-list__item {
  display: flex;
  position: relative;
  gap: var(--sp-075);
}
@media (min-width: 767px) {
  .icon-list__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(var(--item-column-gap) / -2);
    height: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
    background-color: var(--color-border-light);
  }
}
@media (max-width: 767px) {
  .icon-list__item {
    flex-direction: row;
    max-width: 280px;
    margin: auto;
    width: 100%;
    text-align: left;
  }
}
.icon-list__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: var(--icon);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media (max-width: 767px) {
  .icon-list__icon {
    margin-top: 3px;
  }
}
.icon-list__title {
  font-family: var(--font-family-text);
  font-size: var(--body-font-size);
  line-height: var(--lh-body);
  margin: 0 0 var(--body-mb);
  font-weight: 700;
  margin-bottom: 0;
}
.icon-list__title.title-only {
  font-weight: 400;
}
.icon-list__content * {
  font-size: var(--body-small-font-size);
  line-height: var(--lh-body-small);
  margin-bottom: var(--sp-025);
  margin-bottom: 0;
}
.icon-list--max-width-1 {
  max-width: var(--max-width-1);
  margin-inline: auto;
}
.icon-list--max-width-2 {
  max-width: var(--max-width-2);
  margin-inline: auto;
}
.icon-list--max-width-3 {
  max-width: var(--max-width-3);
  margin-inline: auto;
}

.section-bg--secondary .icon-list__icon {
  background-color: white;
}
.section-bg--secondary .icon-list__content {
  color: var(--color-text-greyed);
}
.section-bg--secondary .icon-list__item:not(:last-child):after {
  background-color: var(--color-border-dark);
}
.list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--text-button-gap);
  display: flex;
  flex-direction: column;
  gap: var(--list-spacing);
}
.list__item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-075);
}
.list__body {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.list__title {
  font-weight: 700;
}
.list__content * {
  margin-bottom: 0 !important;
}
.list--bullet .list__bullet::before {
  display: none;
}
.list__bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: var(--color-secondary-500);
}
.list__bullet::before {
  content: "";
  display: block;
  background-color: currentColor;
  mask-image: var(--list-icon);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.list--check .list__bullet {
  background-color: var(--color-primary-500);
}
.list--valid .list__bullet {
  background-color: var(--color-success-100);
}
.list--invalid .list__bullet {
  background-color: var(--color-alert-100);
}
.list--happy .list__bullet {
  background-color: var(--color-success-500);
}
.list--happy.list--medium .list__bullet {
  width: 24px;
  height: 24px;
  margin-top: -1px;
}
.list--happy.list--medium .list__bullet::before {
  width: 16px;
  height: 16px;
}
.list--sad .list__bullet {
  background-color: var(--color-alert-100);
}
.list--sad.list--medium .list__bullet {
  width: 24px;
  height: 24px;
  margin-top: -1px;
}
.list--sad.list--medium .list__bullet::before {
  width: 16px;
  height: 16px;
}
.list--bullet.list--medium .list__bullet, .list--bullet.list--large .list__bullet {
  height: 6px;
  margin-top: 11px;
  width: 6px;
  background-color: var(--color-primary-500);
}
@media (max-width: 767px) {
  .list--bullet.list--medium .list__bullet, .list--bullet.list--large .list__bullet {
    margin-top: 10px;
  }
}
.list--bullet.list--small .list__bullet {
  height: 6px;
  margin-top: 9px;
  width: 6px;
  background-color: var(--color-primary-500);
}
.list--small .list__title {
  font-family: var(--font-family-text);
  font-size: var(--body-font-size);
  line-height: var(--lh-body);
  margin: 0 0 var(--body-mb);
  margin-bottom: calc(var(--body-mb) - var(--sp-025));
}
.list--small .list__content * {
  font-family: var(--font-family-text);
  font-size: var(--body-font-size);
  line-height: var(--lh-body);
  margin: 0 0 var(--body-mb);
}
.list--small .list__bullet {
  height: 20px;
  margin-top: 2px;
  width: 20px;
}
.list--small .list__bullet::before {
  width: 12px;
  height: 12px;
}
.list--medium {
  gap: var(--sp-1);
}
.list--medium .list__title {
  font-family: var(--font-family-text);
  font-size: var(--h6-font-size);
  line-height: var(--lh-h6);
  margin-bottom: var(--h6-mb);
  margin-top: 0;
  margin-bottom: calc(var(--h6-mb) - var(--sp-05));
  margin-top: -2px;
}
.list--medium .list__content * {
  font-family: var(--font-family-text);
  font-size: var(--body-font-size);
  line-height: var(--lh-body);
  margin: 0 0 var(--body-mb);
}
.list--medium .list__bullet {
  width: 22px;
  height: 22px;
  margin-top: 1px;
}
.list--medium .list__bullet::before {
  width: 14px;
  height: 14px;
}
.list--large {
  gap: var(--rich-list-spacing);
}
.list--large .list__title {
  font-family: var(--font-family-text);
  font-size: var(--h6-font-size);
  line-height: var(--lh-h6);
  margin-bottom: var(--h6-mb);
  margin-top: 0;
  margin-bottom: calc(var(--h6-mb) - var(--sp-05));
}
.list--large .list__content * {
  font-family: var(--font-family-text);
  font-size: var(--h6-font-size);
  line-height: var(--lh-h6);
  margin-bottom: var(--h6-mb);
  margin-top: 0;
}
.list--large .list__bullet {
  width: 22px;
  height: 22px;
  margin-top: 2px;
}
.list--large .list__bullet::before {
  width: 14px;
  height: 14px;
}
.list--xlarge {
  gap: var(--rich-list-spacing);
}
.list--xlarge .list__title {
  font-family: var(--font-family-headline);
  font-size: var(--h5-font-size);
  line-height: var(--lh-h5);
  margin-bottom: var(--h5-mb);
  margin-top: 0;
  font-weight: 700;
  margin-bottom: calc(var(--h5-mb) - var(--sp-025));
}
.list--xlarge .list__content * {
  font-family: var(--font-family-text);
  font-size: var(--h6-font-size);
  line-height: var(--lh-h6);
  margin-bottom: var(--h6-mb);
  margin-top: 0;
}
.list--xlarge .list__bullet {
  width: 22px;
  height: 22px;
  margin-top: 4px;
}
.list--xlarge .list__bullet::before {
  width: 14px;
  height: 14px;
}

.section-bg--secondary .list__title {
  color: white;
}

.section-bg--coral .list--check .list__bullet {
  background-color: var(--color-coral-500);
}

.section-bg--yellow .list--check .list__bullet {
  background-color: var(--color-yellow-500);
}

.section-bg--purple .list--check .list__bullet {
  background-color: var(--color-purple-500);
}

.section-bg--green .list--check .list__bullet {
  background-color: var(--color-green-500);
}
.pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing__nav {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: white;
  border-radius: var(--radius-tab);
  padding: var(--sp-05);
  gap: 0;
  box-shadow: 0 0 1px 0 rgba(3, 9, 21, 0.1), 2px 4px 25px 0 rgba(3, 9, 21, 0.05);
}
@media (max-width: 767px) {
  .pricing__nav {
    position: sticky;
    top: var(--external-padding);
    z-index: 1;
  }
}
.pricing[data-tabs] .pricing__panels {
  margin-top: var(--sp-2);
}
.pricing__indicator {
  position: absolute;
  top: var(--sp-05);
  bottom: var(--sp-05);
  border-radius: var(--radius-button);
  background-color: var(--color-secondary-500);
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
  pointer-events: none;
}
.pricing__tab-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-05);
  padding: var(--sp-05) var(--sp-1);
  background: none;
  border: none;
  font-family: var(--font-family-text);
  font-size: var(--body-font-size);
  line-height: var(--lh-body);
  margin: 0 0 var(--body-mb);
  margin-bottom: 0;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.pricing__tab-btn.is-active {
  color: white;
}
.pricing__tab-btn:focus {
  outline: none;
}
.pricing__tab-btn:hover {
  background-color: color-mix(in srgb, var(--color-secondary-500) 5%, transparent);
}
@media (max-width: 600px) {
  .pricing__tab-btn {
    font-size: var(--body-small-font-size);
    line-height: var(--lh-body-small);
    margin-bottom: var(--sp-025);
    padding: var(--sp-025) var(--sp-05);
    margin-bottom: 0;
  }
}
.pricing__tab-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: var(--icon);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: var(--icon);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .pricing__tab-icon {
    display: none;
  }
}
.pricing__panels {
  width: 100%;
}
.pricing__panel.is-exiting {
  animation: pricing-panel-out 0.15s ease forwards;
}
.pricing__panel.is-entering {
  animation: pricing-panel-in 0.15s ease forwards;
}
.pricing__cards {
  display: flex;
  flex-direction: column;
  gap: var(--sp-15);
}
.pricing__card {
  display: flex;
  padding: var(--card-in-pad-l);
  gap: var(--card-in-pad-l);
  border-radius: var(--radius-section);
  box-shadow: 0 0 1px 0 rgba(3, 9, 21, 0.1), 2px 4px 25px 0 rgba(3, 9, 21, 0.05);
  background-color: white;
}
@media (max-width: 767px) {
  .pricing__card {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .pricing__card {
    padding: var(--sp-15);
  }
}
.pricing__title {
  font-family: var(--font-family-headline);
  font-size: var(--h4-font-size);
  line-height: var(--lh-h4);
  margin-bottom: var(--h4-mb);
  margin-top: 0;
  font-weight: 700;
}
.pricing__title * {
  color: var(--color-text);
}
.pricing__icon {
  width: var(--icon-size-m);
  height: var(--icon-size-m);
  margin-bottom: var(--sp-075);
}
.pricing__icon .accent {
  fill: var(--color-primary-500);
}
.pricing__price {
  font-size: 3rem;
  line-height: 1;
  font-family: var(--font-family-headline);
  font-weight: 700;
  margin-bottom: var(--sp-075);
  display: flex;
  align-items: center;
  gap: var(--sp-05);
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-top: var(--sp-15);
}
@media (max-width: 767px) {
  .pricing__price {
    margin-top: var(--sp-125);
  }
}
.pricing__price small {
  font-size: 30%;
}
.pricing__price.crea {
  font-size: var(--h2-font-size);
  line-height: var(--lh-h2);
}
.pricing__subtitle {
  font-size: var(--body-small-font-size);
  line-height: var(--lh-body-small);
  margin-bottom: var(--sp-025);
  margin-bottom: 0;
}
.pricing__line {
  width: 1px;
  background-color: var(--color-border-light);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pricing__line {
    width: 100%;
    height: 1px;
  }
}
.pricing__cta {
  margin-top: var(--text-button-gap);
}
@media (max-width: 600px) {
  .pricing__cta {
    width: 100%;
  }
}
.pricing__summary {
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 950px) {
  .pricing__summary {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .pricing__summary {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 500px;
    margin: auto;
  }
}
.pricing__details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: var(--card-in-pad-s);
}
.pricing__group-title {
  font-family: var(--font-family-text);
  font-size: var(--h6-font-size);
  line-height: var(--lh-h6);
  margin-bottom: var(--h6-mb);
  margin-top: 0;
  font-weight: 700;
}
.pricing__group-footer {
  font-size: var(--body-xsmall-font-size);
  line-height: var(--lh-body-xsmall);
  margin-bottom: var(--sp-025);
  margin-bottom: 0;
  margin-top: var(--sp-075);
}
.pricing__offer-footer ul {
  padding-left: 12px;
}
.pricing__offer-footer * {
  font-size: var(--body-xsmall-font-size);
  line-height: var(--lh-body-xsmall);
  margin-bottom: var(--sp-025);
}
.pricing__highlight {
  padding: var(--sp-1);
  border-radius: var(--radius-card);
  background-color: var(--color-base-500);
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}
@media (max-width: 480px) {
  .pricing__highlight {
    flex-direction: column;
    text-align: center;
  }
}
.pricing__highlight img {
  width: var(--icon-size-m);
  height: var(--icon-size-m);
  object-fit: cover;
  border-radius: 100px;
}
.pricing__highlight * {
  margin-bottom: 0;
}
.pricing .list {
  margin-bottom: 0;
  gap: var(--sp-075);
}
.pricing .list__content {
  color: var(--color-text);
}
.pricing .promo-tag {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.pricing .promo-tag__content {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-expandable__toggle {
  display: none;
}
.list-expandable .list__item--overflow {
  display: none;
}
.list-expandable__toggle:checked ~ .list .list__item--overflow {
  display: flex;
}
.list-expandable__btn {
  display: inline-flex;
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 0;
  color: var(--color-secondary-500);
}
.list-expandable__btn:hover {
  color: var(--color-primary-700);
}
.list-expandable__less {
  display: none;
}
.list-expandable__toggle:checked ~ .list-expandable__btn .list-expandable__more {
  display: none;
}
.list-expandable__toggle:checked ~ .list-expandable__btn .list-expandable__less {
  display: inline;
}
.list-expandable + .pricing__group-footer {
  margin-top: var(--sp-075);
}

@keyframes pricing-panel-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes pricing-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-bg--secondary .list__title {
  color: white;
}

.section-bg--coral .pricing__icon .accent {
  fill: var(--color-coral-500);
}

.section-bg--yellow .pricing__icon .accent {
  fill: var(--color-yellow-500);
}

.section-bg--purple .pricing__icon .accent {
  fill: var(--color-purple-500);
}

.section-bg--green .pricing__icon .accent {
  fill: var(--color-green-500);
}

.section-bg--green .pricing .button--primary, .section-bg--purple .pricing .button--primary, .section-bg--coral .pricing .button--primary, .section-bg--yellow .pricing .button--primary {
  background-color: var(--color-secondary-500);
  color: white;
}
.section-bg--green .pricing .button--primary:hover, .section-bg--purple .pricing .button--primary:hover, .section-bg--coral .pricing .button--primary:hover, .section-bg--yellow .pricing .button--primary:hover {
  background-color: var(--color-secondary-400);
}

.dnd-section:not([class*=section-bg]) .pricing__card {
  background-color: var(--color-base-500);
  box-shadow: none;
}
.dnd-section:not([class*=section-bg]) .pricing__nav {
  background-color: var(--color-base-500);
  box-shadow: none;
}
.promo-tag {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.promo-tag__content {
  padding: 0.3rem 0.75rem;
  background-color: var(--color-purple-500);
  border-radius: var(--radius-button);
  display: flex;
  gap: var(--sp-05);
  align-items: center;
}
@media (min-width: 767px) {
  .promo-tag--centered-desktop {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .promo-tag--centered-mobile {
    align-items: center;
  }
}
.promo-tag__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: var(--icon);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: var(--icon);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  margin-top: 0px;
}
@media (max-width: 480px) {
  .promo-tag__text {
    font-size: var(--body-small-font-size);
    line-height: var(--lh-body-small);
  }
}
.promo-tag__icon-container {
  display: flex;
  flex-shrink: 0;
}
.promo-tag--large .promo-tag__content {
  padding: var(--sp-05);
  padding-right: var(--sp-1);
  line-height: 1.4;
  gap: var(--sp-075);
  border-radius: var(--radius-card);
  background: linear-gradient(135deg, #F9F1FF 0%, #F0DEFC 100%) !important;
}
.promo-tag--large .promo-tag__icon-container {
  display: flex;
  width: 34px;
  background: var(--color-purple-500);
  height: 34px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}
.promo-tag--large .promo-tag__text {
  font-size: var(--body-small-font-size);
  line-height: var(--lh-body-small);
  margin-bottom: var(--sp-025);
  margin-bottom: 0;
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}