















































































































































































































































:root {
    
    --container-width: 1322px;
    --color-brand: #003070;

    
    --color-light-primary: #003070;
    --color-light-primary-darker: #E23760;
    --color-light-secondary: #ed1b24;
    --color-light-bg-primary: #FFFFFF;
    --color-light-bg-inverse: #2C2F34;
    --color-light-bg-support-soft: #EEEEEE;
    --color-light-bg-support-medium: #003070;
    --color-light-bg-support-hard: #484546;
    --color-light-text-on-primary: #000000;
    --color-light-text-on-secondary: #FFFFFF;
    --color-light-text-support: #999999;
    --color-light-text-highlight: #ed1b24;
    --color-light-text-body: #000000;
    --color-light-text-body-inverse: #FFFFFF;
    --color-light-text-heading: #000000;
    --color-light-text-heading-inverse: #FFFFFF;
    --color-light-text-link: #ed1b24;
    --color-light-text-link-interactive: #000000;
    --color-light-text-error: #EF4444;
    --color-light-custom-1: #000;
    --color-light-custom-2: #000;
    --color-light-custom-3: #000;
    --color-light-custom-4: #000;
    --color-light-custom-5: #000;
    --color-light-custom-6: #000;
    --color-light-gradient-1: linear-gradient(90deg, #000 0%, #000 100%);
    --color-light-gradient-1-from: #000;
    --color-light-gradient-1-to: #000;
    --color-light-gradient-2: linear-gradient(90deg, #000 0%, #000 100%);
    --color-light-gradient-2-from: #000;
    --color-light-gradient-2-to: #000;
    --color-light-gradient-3: linear-gradient(90deg, #000 0%, #000 100%);
    --color-light-gradient-3-from: #000;
    --color-light-gradient-3-to: #000;
    --color-light-bg-transparent: transparent;
    
    --color-heavy-primary: #FF3A69;
    --color-heavy-primary-darker: #E23760;
    --color-heavy-secondary: #FCE5CD;
    --color-heavy-bg-primary: #2C2F34;
    --color-heavy-bg-inverse: #ffffff;
    --color-heavy-bg-support-soft: #3B4048;
    --color-heavy-bg-support-medium: #3F434A;
    --color-heavy-bg-support-hard: #535861;
    --color-heavy-text-on-primary: #FFFFFF;
    --color-heavy-text-on-secondary: #2C2F34;
    --color-heavy-text-support: #9BA0AD;
    --color-heavy-text-highlight: #FF3A69;
    --color-heavy-text-body: #ffffff;
    --color-heavy-text-body-inverse: #2C2F34;
    --color-heavy-text-heading: #ffffff;
    --color-heavy-text-heading-inverse: #2C2F34;
    --color-heavy-text-link: #3B82F6;
    --color-heavy-text-link-interactive: #2563EB;
    --color-heavy-text-error: #EF4444;
    --color-heavy-custom-1: #fff;
    --color-heavy-custom-2: #000;
    --color-heavy-custom-3: #000;
    --color-heavy-custom-4: #000;
    --color-heavy-custom-5: #000;
    --color-heavy-custom-6: #000;
    --color-heavy-gradient-1: linear-gradient(90deg, #000 0%, #000 100%);
    --color-heavy-gradient-1-from: #000;
    --color-heavy-gradient-1-to: #000;
    --color-heavy-gradient-2: linear-gradient(90deg, #000 0%, #000 100%);
    --color-heavy-gradient-2-from: #000;
    --color-heavy-gradient-2-to: #000;
    --color-heavy-gradient-3: linear-gradient(90deg, #000 0%, #000 100%);
    --color-heavy-gradient-3-from: #000;
    --color-heavy-gradient-3-to: #000;
    --color-heavy-bg-transparent: transparent;

    --color-extra-primary: #2C2F34;
    --color-extra-primary-darker: #E23760;
    --color-extra-secondary: #FFE9F2;
    --color-extra-bg-primary: #FF3A69;
    --color-extra-bg-inverse: #FFFFFF;
    --color-extra-bg-support-soft: #E0355E;
    --color-extra-bg-support-medium: #BE2C4F;
    --color-extra-bg-support-hard: #FF8CA8;
    --color-extra-text-on-primary: #FFFFFF;
    --color-extra-text-on-secondary: #2C2F34;
    --color-extra-text-support: #FFFFFF;
    --color-extra-text-highlight: #ffffff;
    --color-extra-text-body: #FFFFFF;
    --color-extra-text-body-inverse: #2C2F34;
    --color-extra-text-heading: #FFFFFF;
    --color-extra-text-heading-inverse: #2C2F34;
    --color-extra-text-link: #FFFFFF;
    --color-extra-text-link-interactive: #FFFFFF;
    --color-extra-text-error: #EF4444;
    --color-extra-custom-1: #000;
    --color-extra-custom-2: #000;
    --color-extra-custom-3: #000;
    --color-extra-custom-4: #000;
    --color-extra-custom-5: #000;
    --color-extra-custom-6: #000;
    --color-extra-gradient-1: linear-gradient(90deg, #000 0%, #000 100%);
    --color-extra-gradient-1-from: #000;
    --color-extra-gradient-1-to: #000;
    --color-extra-gradient-2: linear-gradient(90deg, #000 0%, #000 100%);
    --color-extra-gradient-2-from: #000;
    --color-extra-gradient-2-to: #000;
    --color-extra-gradient-3: linear-gradient(90deg, #000 0%, #000 100%);
    --color-extra-gradient-3-from: #000;
    --color-extra-gradient-3-to: #000;
    --color-extra-bg-transparent: transparent;

    --color-primary: var(--color-light-primary);
    --color-primary-darker: var(--color-light-primary-darker);
    --color-secondary: var(--color-light-secondary);
    --color-bg-primary: var(--color-light-bg-primary);
    --color-bg-inverse: var(--color-light-bg-inverse);
    --color-bg-support-soft: var(--color-light-bg-support-soft);
    --color-bg-support-medium: var(--color-light-bg-support-medium);
    --color-bg-support-hard: var(--color-light-bg-support-hard);
    --color-text-on-primary: var(--color-light-text-on-primary);
    --color-text-on-secondary: var(--color-light-text-on-secondary);
    --color-text-support: var(--color-light-text-support);
    --color-text-highlight: var(--color-light-text-highlight);
    --color-text-body: var(--color-light-text-body);
    --color-text-body-inverse: var(--color-light-text-body-inverse);
    --color-text-heading: var(--color-light-text-heading);
    --color-text-heading-inverse: var(--color-light-text-heading-inverse);
    --color-text-link: var(--color-light-text-link);
    --color-text-link-interactive: var(--color-light-text-link-interactive);
    --color-text-error: var(--color-light-text-error);
    --color-custom-1: var(--color-light-custom-1);
    --color-custom-2: var(--color-light-custom-2);
    --color-custom-3: var(--color-light-custom-3);
    --color-custom-4: var(--color-light-custom-4);
    --color-custom-5: var(--color-light-custom-5);
    --color-custom-6: var(--color-light-custom-6);

    
    --global-font-primary: 
  
    'Merriweather', serif
  
;
    --global-font-secondary: 
  
    'Roboto', sans-serif
  
;

    
    --shadow-light: 0px 0px 24px 0px rgba(86, 93, 133, 8%);
    --shadow-moderate: 0px 0px 70px 0px rgba(86, 93, 133, 15%);
    --shadow-strong: 0px 0px 90px 0px rgba(86, 93, 133, 20%);

    
    --opacity-none: 0;
    --opacity-semi: 25%;
    --opacity-moderate: 50%;
    --opacity-mostly-opaque: 75%;
    --opacity-opaque: 100%;

    
    --color-text-heading: var(--color-light-text-heading);
    --color-text-heading-inverse: var(--color-light-text-heading-inverse);

      
      --display-default-transform: none;
      --display-font-family: var(--global-font-primary);
      --display-desktop-font-size: 80px;
      --display-desktop-font-weight: 700;
      --display-desktop-line-height: 140%;
      --display-tablet-font-size: 80px;
      --display-mobile-font-size: 40px;

      
      --h1-default-transform: capitalize;
      --h1-font-family: var(--global-font-primary);
      --h1-desktop-font-size: 80px;
      --h1-desktop-font-weight: 700;
      --h1-desktop-line-height: 140%;
      --h1-tablet-font-size: 80px;
      --h1-mobile-font-size: 40px;

      
      --h2-default-transform: capitalize;
      --h2-font-family: var(--global-font-primary);
      --h2-desktop-font-size: 68px;
      --h2-desktop-font-weight: 700;
      --h2-desktop-line-height: 120%;
      --h2-tablet-font-size: 68px;
      --h2-mobile-font-size: 34px;

      
      --h3-default-transform: capitalize;
      --h3-font-family: var(--global-font-primary);
      --h3-desktop-font-size: 56px;
      --h3-desktop-font-weight: 700;
      --h3-desktop-line-height: 120%;
      --h3-tablet-font-size: 56px;
      --h3-mobile-font-size: 28px;

      
      --h4-default-transform: capitalize;
      --h4-font-family: var(--global-font-primary);
      --h4-desktop-font-size: 44px;
      --h4-desktop-font-weight: 700;
      --h4-desktop-line-height: 120%;
      --h4-tablet-font-size: 44px;
      --h4-mobile-font-size: 22px;

      
      --h5-default-transform: capitalize;
      --h5-font-family: var(--global-font-primary);
      --h5-desktop-font-size: 32px;
      --h5-desktop-font-weight: 700;
      --h5-desktop-line-height: 120%;
      --h5-tablet-font-size: 32px;
      --h5-mobile-font-size: 20px;

      
      --h6-default-transform: capitalize;
      --h6-font-family: var(--global-font-primary);
      --h6-desktop-font-size: 20px;
      --h6-desktop-font-weight: 700;
      --h6-desktop-line-height: 120%;
      --h6-tablet-font-size: 20px;
      --h6-mobile-font-size: 18px;

    
    --body-default-color: var(--color-light-text-body);
    --body-hover-color: var(--color-light-text-body-inverse);
    
    --body-font-family: var(--global-font-secondary);
    --body-desktop-font-size: 18px;
    --body-desktop-font-weight: 400;
    --body-desktop-line-height: 140%;
    --body-desktop-letter-spacing: 1.5;
    --body-mobile-font-size: 16px;
    --body-mobile-font-weight: 400;
    --body-mobile-line-height: 140%;
    --body-mobile-letter-spacing: 1.5;

    
    --subtitle-default-color: var(--color-secondary);
    --subtitle-hover-color: var(--color-text-support);
    --subtitle-font-family: var(--global-font-primary);
    --subtitle-desktop-font-size: 16px;
    --subtitle-desktop-font-weight: 600;
    --subtitle-desktop-line-height: 140%;
    --subtitle-mobile-font-size: 16px;
    --subtitle-mobile-font-weight: 600;
    --subtitle-mobile-line-height: 150%;

    
    --overline-default-color: var(--color-secondary);
    --overline-hover-color: var(--color-text-support);
    --overline-letter-spacing: 0.15em;
    
    --overline-font-family: var(--global-font-primary);
    --overline-desktop-font-size: 12px;
    --overline-desktop-font-weight: 600;
    --overline-desktop-line-height: 150%;
    --overline-mobile-font-size: 12px;
    --overline-mobile-font-weight: 600;
    --overline-mobile-line-height: 150%;

    --caption-default-color: var(--color-brand);
    --caption-hover-color: var(--color-text-support);
    --caption-font-family: var(--global-font-primary);
    --caption-desktop-font-size: 12px;
    --caption-desktop-font-weight: 600;
    --caption-desktop-line-height: 150%;

    
    --button-bg-default-color: var(--color-primary);
    --button-bg-hover-color: var(--color-primary-darker);
    --button-border-default-color: var(--color-primary);
    --button-border-hover-color: var(--color-primary-darker);
    --button-text-default-color: var(--color-text-on-primary);
    --button-text-hover-color: var(--color-text-on-primary);
    
    --button-vertical-padding: 12px;
    --button-horizontal-padding: 16px;

    --button-vertical-padding-tb: 12px;
    --button-horizontal-padding-tb: 16px;

    --button-vertical-padding-mb: 12px;
    --button-horizontal-padding-mb: 16px;

    --button-border-width: var(--border-width-thin);
    --button-corner-radius-top-left: var(--border-radius-small);
    --button-corner-radius-top-right: var(--border-radius-small);
    --button-corner-radius-bottom-right: var(--border-radius-small);
    --button-corner-radius-bottom-left: var(--border-radius-small);
    --button-text-font-family: var(--global-font-secondary);
    --button-text-font-size: 16px;
    --button-text-font-size-mobile: 16px;
    --button-text-font-weight: 400;
    --button-text-line-height: 150%;

    
      
      --border-radius-none: 0;
      --border-radius-tiny: 6px;
      --border-radius-small: 8px;
      --border-radius-medium: 12px;
      --border-radius-large: 22px;
      --border-radius-full: 50px;

      
      --border-width-none: 0;
      --border-width-thin: 1px;
      --border-width-medium: 2px;
      --border-width-bold: 3px;


    
    --spacing-none: 0px;
    --spacing-large-xxl: clamp(160px, 160.0px + 0.0vw, 160px);
    --spacing-large-xl: clamp(100px, 100.0px + 0.0vw, 100px);
    --spacing-large-l: clamp(80px, 80.0px + 0.0vw, 80px);
    --spacing-large-m: clamp(64px, 64.0px + 0.0vw, 64px);
    --spacing-large-s: clamp(56px, 56.0px + 0.0vw, 56px);
    --spacing-medium-xl: clamp(48px, 48.0px + 0.0vw, 48px);
    --spacing-medium-l: clamp(40px, 40.0px + 0.0vw, 40px);
    --spacing-medium-m: clamp(32px, 32.0px + 0.0vw, 32px);
    --spacing-medium-s: clamp(24px, 24.0px + 0.0vw, 24px);
    --spacing-small-xl: clamp(16px, 16.0px + 0.0vw, 16px);
    --spacing-small-l: clamp(12px, 12.0px + 0.0vw, 12px);
    --spacing-small-m: clamp(8px, 8.0px + 0.0vw, 8px);
    --spacing-small-s: clamp(4px, 4.0px + 0.0vw, 4px);
    
    
    --link-default-color: var(--color-text-link);
    --link-hover-color: var(--color-text-link-interactive);

    --link-font-family: var(--global-font-primary);
    --link-font-size: 16px;
    --link-font-size-mobile: 16px;
    --link-line-height: 150%;
    --link-font-weight: 400;

    
    --dot-background-default-color: var(--color-secondary);

    
    --icon-icon-default-color: var(--color-text-on-secondary);
    --icon-icon-hover-color: var(--color-text-on-secondary);
    --icon-background-default-color: var(--color-secondary);
    --icon-background-hover-color: var(--color-primary);

    
    --divider-default-color: var(--color-text-support);
    --divider-hover-color: var(--color-text-support);
}





  /* Theme: Primary */
  [theme="light"]{
    
    --color-primary: var(--color-light-primary);
    --color-primary-darker: var(--color-light-primary-darker);
    --color-secondary: var(--color-light-secondary);
    --color-bg-primary: var(--color-light-bg-primary);
    --color-bg-inverse: var(--color-light-bg-inverse);
    --color-bg-support-soft: var(--color-light-bg-support-soft);
    --color-bg-support-medium: var(--color-light-bg-support-medium);
    --color-bg-support-hard: var(--color-light-bg-support-hard);
    --color-text-on-primary: var(--color-light-text-on-primary);
    --color-text-on-secondary: var(--color-light-text-on-secondary);
    --color-text-support: var(--color-light-text-support);
    --color-text-highlight: var(--color-light-text-highlight);
    --color-text-body: var(--color-light-text-body);
    --color-text-body-inverse: var(--color-light-text-body-inverse);
    --color-text-heading: var(--color-light-text-heading);
    --color-text-heading-inverse: var(--color-light-text-heading-inverse);
    --color-text-link: var(--color-light-text-link);
    --color-text-link-interactive: var(--color-light-text-link-interactive);
    --color-text-error: var(--color-light-text-error);
    --color-custom-1: var(--color-light-custom-1);
    --color-custom-2: var(--color-light-custom-2);
    --color-custom-3: var(--color-light-custom-3);
    --color-custom-4: var(--color-light-custom-4);
    --color-custom-5: var(--color-light-custom-5);
    --color-custom-6: var(--color-light-custom-6);
    --color-gradient-1: var(--color-light-gradient-1);
    --color-gradient-1-from: var(--color-light-gradient-1-from);
    --color-gradient-1-to: var(--color-light-gradient-1-to);
    --color-gradient-2: var(--color-light-gradient-2);
    --color-gradient-2-from: var(--color-light-gradient-2-from);
    --color-gradient-2-to: var(--color-light-gradient-2-to);
    --color-gradient-3: var(--color-light-gradient-3);
    --color-gradient-3-from: var(--color-light-gradient-3-from);
    --color-gradient-3-to: var(--color-light-gradient-3-to);

    --color-light-bg-transparent: transparent;

    
    --heading-default-color: var(--color-text-heading);
    --heading-hover-color: var(--color-text-heading-inverse);
    --body-default-color: var(--color-text-body);
    --body-hover-color: var(--color-text-body-inverse);

    --link-default-color: var(--color-text-link);
    --link-hover-color: var(--color-text-link-interactive);

    --subtitle-default-color: var(--color-secondary);
    --subtitle-hover-color: var(--color-text-support);
    --overline-default-color: var(--color-secondary);
    --overline-hover-color: var(--color-text-support);
    --caption-default-color: var(--color-brand);
    --caption-hover-color: var(--color-text-support);

    --button-bg-default-color: var(--color-primary);
    --button-bg-hover-color: var(--color-primary-darker);
    --button-border-default-color: var(--color-primary);
    --button-border-hover-color: var(--color-primary-darker);
    --button-text-default-color: var(--color-text-on-primary);
    --button-text-hover-color: var(--color-text-on-primary);

    --icon-icon-default-color: var(--color-text-on-secondary);
    --icon-icon-hover-color: var(--color-text-on-secondary);
    --icon-background-default-color: var(--color-secondary);
    --icon-background-hover-color: var(--color-primary);
    --divider-default-color: var(--color-text-support);
    --divider-hover-color: var(--color-text-support);
    
    --dot-background-default-color: var(--color-secondary);
  }

  /* Theme: Secondary */
  [theme="heavy"]{
    
    --color-primary: var(--color-heavy-primary);
    --color-primary-darker: var(--color-heavy-primary-darker);
    --color-secondary: var(--color-heavy-secondary);
    --color-bg-primary: var(--color-heavy-bg-primary);
    --color-bg-inverse: var(--color-heavy-bg-inverse);
    --color-bg-support-soft: var(--color-heavy-bg-support-soft);
    --color-bg-support-medium: var(--color-heavy-bg-support-medium);
    --color-bg-support-hard: var(--color-heavy-bg-support-hard);
    --color-text-on-primary: var(--color-heavy-text-on-primary);
    --color-text-on-secondary: var(--color-heavy-text-on-secondary);
    --color-text-support: var(--color-heavy-text-support);
    --color-text-highlight: var(--color-heavy-text-highlight);
    --color-text-body: var(--color-heavy-text-body);
    --color-text-body-inverse: var(--color-heavy-text-body-inverse);
    --color-text-heading: var(--color-heavy-text-heading);
    --color-text-heading-inverse: var(--color-heavy-text-heading-inverse);
    --color-text-link: var(--color-heavy-text-link);
    --color-text-link-interactive: var(--color-heavy-text-link-interactive);
    --color-text-error: var(--color-heavy-text-error);
    --color-custom-1: var(--color-heavy-custom-1);
    --color-custom-2: var(--color-heavy-custom-2);
    --color-custom-3: var(--color-heavy-custom-3);
    --color-custom-4: var(--color-heavy-custom-4);
    --color-custom-5: var(--color-heavy-custom-5);
    --color-custom-6: var(--color-heavy-custom-6);
    --color-gradient-1: var(--color-heavy-gradient-1);
    --color-gradient-1-from: var(--color-heavy-gradient-1-from);
    --color-gradient-1-to: var(--color-heavy-gradient-1-to);
    --color-gradient-2: var(--color-heavy-gradient-2);
    --color-gradient-2-from: var(--color-heavy-gradient-2-from);
    --color-gradient-2-to: var(--color-heavy-gradient-2-to);
    --color-gradient-3: var(--color-heavy-gradient-3);
    --color-gradient-3-from: var(--color-heavy-gradient-3-from);
    --color-gradient-3-to: var(--color-heavy-gradient-3-to);

    --color-heavy-bg-transparent: transparent;

    
    --heading-default-color: var(--color-text-heading);
    --heading-hover-color: var(--color-text-heading-inverse);
    --body-default-color: var(--color-text-body);
    --body-hover-color: var(--color-text-body-inverse);

    --link-default-color: var(--color-text-link);
    --link-hover-color: var(--color-text-link-interactive);

    --subtitle-default-color: var(--color-secondary);
    --subtitle-hover-color: var(--color-text-support);
    --overline-default-color: var(--color-secondary);
    --overline-hover-color: var(--color-text-support);
    --caption-default-color: var(--color-brand);
    --caption-hover-color: var(--color-text-support);

    --button-bg-default-color: var(--color-primary);
    --button-bg-hover-color: var(--color-primary-darker);
    --button-border-default-color: var(--color-primary);
    --button-border-hover-color: var(--color-primary-darker);
    --button-text-default-color: var(--color-text-on-primary);
    --button-text-hover-color: var(--color-text-on-primary);

    --icon-icon-default-color: var(--color-text-on-secondary);
    --icon-icon-hover-color: var(--color-text-on-secondary);
    --icon-background-default-color: var(--color-secondary);
    --icon-background-hover-color: var(--color-primary);
    --divider-default-color: var(--color-text-support);
    --divider-hover-color: var(--color-text-support);
    
    --dot-background-default-color: var(--color-secondary);
  }

  /* Theme: Highlight */
  [theme="extra"]{
    
    --color-primary: var(--color-extra-primary);
    --color-primary-darker: var(--color-extra-primary-darker);
    --color-secondary: var(--color-extra-secondary);
    --color-bg-primary: var(--color-extra-bg-primary);
    --color-bg-inverse: var(--color-extra-bg-inverse);
    --color-bg-support-soft: var(--color-extra-bg-support-soft);
    --color-bg-support-medium: var(--color-extra-bg-support-medium);
    --color-bg-support-hard: var(--color-extra-bg-support-hard);
    --color-text-on-primary: var(--color-extra-text-on-primary);
    --color-text-on-secondary: var(--color-extra-text-on-secondary);
    --color-text-support: var(--color-extra-text-support);
    --color-text-highlight: var(--color-extra-text-highlight);
    --color-text-body: var(--color-extra-text-body);
    --color-text-body-inverse: var(--color-extra-text-body-inverse);
    --color-text-heading: var(--color-extra-text-heading);
    --color-text-heading-inverse: var(--color-extra-text-heading-inverse);
    --color-text-link: var(--color-extra-text-link);
    --color-text-link-interactive: var(--color-extra-text-link-interactive);
    --color-text-error: var(--color-extra-text-error);
    --color-custom-1: var(--color-extra-custom-1);
    --color-custom-2: var(--color-extra-custom-2);
    --color-custom-3: var(--color-extra-custom-3);
    --color-custom-4: var(--color-extra-custom-4);
    --color-custom-5: var(--color-extra-custom-5);
    --color-custom-6: var(--color-extra-custom-6);
    --color-gradient-1: var(--color-extra-gradient-1);
    --color-gradient-1-from: var(--color-extra-gradient-1-from);
    --color-gradient-1-to: var(--color-extra-gradient-1-to);
    --color-gradient-2: var(--color-extra-gradient-2);
    --color-gradient-2-from: var(--color-extra-gradient-2-from);
    --color-gradient-2-to: var(--color-extra-gradient-2-to);
    --color-gradient-3: var(--color-extra-gradient-3);
    --color-gradient-3-from: var(--color-extra-gradient-3-from);
    --color-gradient-3-to: var(--color-extra-gradient-3-to);

    --color-extra-bg-transparent: transparent;

    
    --heading-default-color: var(--color-text-heading);
    --heading-hover-color: var(--color-text-heading-inverse);
    --body-default-color: var(--color-text-body);
    --body-hover-color: var(--color-text-body-inverse);

    --link-default-color: var(--color-text-link);
    --link-hover-color: var(--color-text-link-interactive);

    --subtitle-default-color: var(--color-secondary);
    --subtitle-hover-color: var(--color-text-support);
    --overline-default-color: var(--color-secondary);
    --overline-hover-color: var(--color-text-support);
    --caption-default-color: var(--color-brand);
    --caption-hover-color: var(--color-text-support);

    --button-bg-default-color: var(--color-primary);
    --button-bg-hover-color: var(--color-primary-darker);
    --button-border-default-color: var(--color-primary);
    --button-border-hover-color: var(--color-primary-darker);
    --button-text-default-color: var(--color-text-on-primary);
    --button-text-hover-color: var(--color-text-on-primary);

    --icon-icon-default-color: var(--color-text-on-secondary);
    --icon-icon-hover-color: var(--color-text-on-secondary);
    --icon-background-default-color: var(--color-secondary);
    --icon-background-hover-color: var(--color-primary);
    --divider-default-color: var(--color-text-support);
    --divider-hover-color: var(--color-text-support);
    
    --dot-background-default-color: var(--color-secondary);
  }




@media (max-width: 767px) {
  :root {
    --spacing-large-xxl: clamp(56px, -46.11886304909561px + 26.873385012919897vw, 160px);
    --spacing-large-xl: clamp(50px, 0.9043927648578887px + 12.919896640826872vw, 100px);
    --spacing-large-l: clamp(40px, 0.7235142118863038px + 10.335917312661499vw, 80px);
    --spacing-large-m: clamp(32px, 0.5788113695090438px + 8.2687338501292vw, 64px);
    --spacing-large-s: clamp(28px, 0.5064599483204155px + 7.235142118863049vw, 56px);
    --spacing-medium-xl: clamp(24px, 0.4341085271317837px + 6.2015503875969vw, 48px);
    --spacing-medium-l: clamp(20px, 0.3617571059431519px + 5.167958656330749vw, 40px);
    --spacing-medium-m: clamp(16px, 0.2894056847545219px + 4.1343669250646vw, 32px);
    --spacing-medium-s: clamp(12px, 0.21705426356589186px + 3.10077519379845vw, 24px);
    --spacing-small-xl: clamp(10px, 4.108527131782946px + 1.550387596899225vw, 16px);
    --spacing-small-l: clamp(8px, 4.07235142118863px + 1.03359173126615vw, 12px);
    --spacing-small-m: clamp(6px, 4.036175710594315px + 0.516795865633075vw, 8px);
    --spacing-small-s: clamp(4px, 4.0px + 0.0vw, 4px);
  }
}





.content-wrapper {
    max-width: 1322px;
}

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

.dnd-section > .row-fluid {
    max-width: 1322px;
}







/* Body */


html {
    font-size: var(--body-desktop-font-size);
}

body {
    font-family: var(--body-font-family);
    color: var(--color-text-on-primary);
    font-size: var(--body-desktop-font-size);
    font-weight: var(--body-desktop-font-weight);
    line-height: var(--body-desktop-line-height);
    hyphens: manual;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: var(--body-mobile-font-size);
        line-height: var(--body-mobile-line-height);
    }
}

/* Paragraphs */

p {
    font-family: var(--body-font-family);
    font-size: var(--body-desktop-font-size);
    font-weight: var(--body-desktop-font-weight);
    line-height: var(--body-desktop-line-height);
}

@media only screen and (max-width: 767px) {
    p {
        font-size: var(--body-mobile-font-size);
        font-weight: var(--body-mobile-font-weight);
        line-height: var(--body-mobile-line-height);
    }
}

/* Anchors */



a {
    font-family: var(--link-font-family);
    font-size: var(--link-font-size);
    line-height: var(--link-line-height);
    font-weight: var(--link-font-weight);
    color: var(--link-default-color);
    text-decoration: none;
    

    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

a:hover,
a:focus,
a:active {
    color: var(--link-hover-color);
    text-decoration: underline;

    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

@media only screen and (max-width: 767px) {
    a {
        font-size: var(--link-font-size-mobile);
    }
}

/* Headings */








.display {
    font-family:  var(--display-font-family);
    font-size: clamp(80px, 80.0px + 0.0vw, 80px);
    line-height: var(--display-desktop-line-height);
    font-weight: var(--display-desktop-font-weight);
    text-transform: var(--display-default-transform);
    color: var(--heading-default-color);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

.display .heading__icon.heading__icon--left {
    
}
.display .heading__icon.heading__icon--right {
    
}

h1,
.h1 {
    font-family: var(--h1-font-family);
    font-size: clamp(80px, 80.0px + 0.0vw, 80px);
    line-height: var(--h1-desktop-line-height);
    font-weight: var(--h1-desktop-font-weight);
    text-transform: var(--h1-default-transform);
    color: var(--color-text-on-primary);
    
    margin-bottom: var(--spacing-medium-s);
    
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h1 .blog-index__post-title-link {
    color: var(--color-text-on-primary);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h1 .heading__icon.heading__icon--left,
.h1 .heading__icon.heading__icon--left {
    
}

h1 .heading__icon.heading__icon--right,
.h1 .heading__icon.heading__icon--right {
    
}


h2,
.h2 {
    font-family: var(--h2-font-family);
    font-size: clamp(68px, 68.0px + 0.0vw, 68px);
    line-height: var(--h2-desktop-line-height);
    font-weight: var(--h2-desktop-font-weight);
    text-transform: var(--h2-default-transform);
    color: var(--color-text-on-primary);
    
        margin-bottom: var(--spacing-medium-s);
    
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h2 .blog-index__post-title-link {
    color: var(--color-text-on-primary);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h2 .heading__icon.heading__icon--left,
.h2 .heading__icon.heading__icon--left {
    
}

h2 .heading__icon.heading__icon--right,
.h2 .heading__icon.heading__icon--right {
    
}


h3,
.h3 {
    font-family: var(--h3-font-family);
    font-size: clamp(56px, 56.0px + 0.0vw, 56px);
    line-height: var(--h3-desktop-line-height);
    font-weight: var(--h3-desktop-font-weight);
    text-transform: var(--h3-default-transform);
    color: var(--color-text-on-primary);
    
        margin-bottom: var(--spacing-medium-s);
    
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h3 .heading__icon.heading__icon--left,
.h3 .heading__icon.heading__icon--left {
    
}

h3 .heading__icon.heading__icon--right,
.h3 .heading__icon.heading__icon--right {
    
}

h3 .blog-index__post-title-link {
    color: var(--color-text-on-primary);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h4,
.h4 {
    font-family: var(--h4-font-family);
    font-size: clamp(44px, 44.0px + 0.0vw, 44px);
    line-height: var(--h4-desktop-line-height);
    font-weight: var(--h4-desktop-font-weight);
    text-transform: var(--h4-default-transform);
    color: var(--color-text-on-primary);
    
        margin-bottom: var(--spacing-medium-s);
    
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h4 .heading__icon.heading__icon--left,
.h4 .heading__icon.heading__icon--left {
    
}

h4 .heading__icon.heading__icon--right,
.h4 .heading__icon.heading__icon--right {
    
}

h4 .blog-index__post-title-link {
    color: var(--color-text-on-primary);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h5,
.h5 {
    font-family: var(--h5-font-family);
    font-size: clamp(32px, 32.0px + 0.0vw, 32px);
    line-height: var(--h5-desktop-line-height);
    font-weight: var(--h5-desktop-font-weight);
    text-transform: var(--h5-default-transform);
    color: var(--color-text-on-primary);
    
        margin-bottom: var(--spacing-medium-s);
    
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h5 .heading__icon.heading__icon--left,
.h5 .heading__icon.heading__icon--left {
    
}

h5 .heading__icon.heading__icon--right,
.h5 .heading__icon.heading__icon--right {
    
}

h5 .blog-index__post-title-link {
    color: var(--color-text-on-primary);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h6,
.h6 {
    font-family: var(--h6-font-family);
    font-size: clamp(20px, 20.0px + 0.0vw, 20px);
    line-height: var(--h6-desktop-line-height);
    font-weight: var(--h6-desktop-font-weight);
    text-transform: var(--h6-default-transform);
    color: var(--color-text-on-primary);
    
        margin-bottom: var(--spacing-medium-s);
    
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h6 .heading__icon.heading__icon--left,
.h6 .heading__icon.heading__icon--left {
    
}

h6 .heading__icon.heading__icon--right,
.h6 .heading__icon.heading__icon--right {
    
}

h6 .blog-index__post-title-link {
    color: var(--color-text-on-primary);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}
    

@media only screen and (max-width: 767px) {
    .display {
        font-size: clamp(40px, 0.7235142118863038px + 10.335917312661499vw, 80px);
    }

    h1,
    .h1 {
        font-size: clamp(40px, 0.7235142118863038px + 10.335917312661499vw, 80px);
    }

    h2,
    .h2 {
        font-size: clamp(34px, 0.6149870801033614px + 8.785529715762273vw, 68px);
    }

    h3,
    .h3 {
        font-size: clamp(28px, 0.5064599483204155px + 7.235142118863049vw, 56px);
    }

    h4,
    .h4 {
        font-size: clamp(22px, 0.39793281653746604px + 5.684754521963824vw, 44px);
    }

    h5,
    .h5 {
        font-size: clamp(20px, 8.217054263565892px + 3.10077519379845vw, 32px);
    }

    h6,
    .h6 {
        font-size: clamp(18px, 16.036175710594314px + 0.516795865633075vw, 20px);
    }
}


/* Blockquote */

blockquote {
    border-left-color: ;
}

/* Link */
.link {
    color: var(--link-default-color);
}

.link:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .link {
    color: var(--link-hover-color);
}













  



  


button,
.button {
  color: var(--color-secondary);
  background: transparent;
  border-top-left-radius: var(--button-corner-radius-top-left);
  border-top-right-radius: var(--button-corner-radius-top-right);
  border-bottom-right-radius: var(--button-corner-radius-bottom-right);
  border-bottom-left-radius: var(--button-corner-radius-bottom-left);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  border-color: var(--color-secondary);
  border-width: var(--button-border-width);
  

  font-family: var(--button-text-font-family);
  font-size: var(--button-text-font-size);
  font-weight: var(--button-text-font-weight);
  line-height: var(--button-text-line-height);
  border-style: solid;
  text-decoration: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.dnd-column--can-hover > .dnd-column__wrapper:hover .button,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .button {
  color: var(--color-text-on-secondary);
  background: var(--color-brand);
  border-color: var(--color-brand);
  
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  color: var(--color-text-on-secondary);
  background: var(--color-brand);
  border-color: var(--color-brand);
}


@media screen and (max-width: 1024px) {
  button,
  .button {
    padding: 12px 16px;
  }
}

@media screen and (max-width: 767px) {
  button,
  .button {
    padding: 12px 16px;
    font-size: var(--button-text-font-size-mobile);
  }
}







/* Form */
.hs-form {
  background: transparent;
  
  
    padding: var(--spacing-none);
  
}

.form .form-title {
  color: var(--color-text-on-secondary);
  

  
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

/* Date picker */










form .hs-dateinput .icon-calendar {
  right: var(--spacing-medium-s);
  color: var(--icon-icon-default-color);
}

form .hs-dateinput .fn-date-picker {
  border-top-left-radius: var(--border-radius-tiny);
  border-top-right-radius: var(--border-radius-tiny);
  border-bottom-right-radius: var(--border-radius-tiny);
  border-bottom-left-radius: var(--border-radius-tiny);
  background: var(--color-bg-support-medium);
  border-color: var(--color-bg-support-hard);
  box-shadow: var(--shadow-moderate);
}

form .hs-dateinput .fn-date-picker .pika-title {
  padding-left: 0;
}

form .hs-dateinput .fn-date-picker .pika-label {
  font-family: var(--global-font-primary);
  color: var(--color-text-body);
  border-top-left-radius: var(--border-radius-tiny);
  border-top-right-radius: var(--border-radius-tiny);
  border-bottom-right-radius: var(--border-radius-tiny);
  border-bottom-left-radius: var(--border-radius-tiny);
  background: var(--color-transparent);
  border-color: var(--color-transparent);
  border-width: 1px;
  padding: 10px 16px 10px 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  form .hs-dateinput .fn-date-picker .pika-label {
    font-size: 14px;
  }
}

form .hs-dateinput .fn-date-picker .pika-label select {
  height: 36px;
  padding: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  form .hs-dateinput .fn-date-picker .pika-label select {
    font-size: 14px;
  }
}

form .hs-dateinput .fn-date-picker .pika-label select option {
  color: var(--color-text-body);
  background: var(--color-bg-support-medium);
}

form .hs-dateinput .fn-date-picker .pika-table td.is-empty{
  background: var(--color-bg-support-soft);
}

form .hs-dateinput .fn-date-picker .pika-table thead th{
  background: var(--color-transparent);
}

form .hs-dateinput .fn-date-picker .pika-table abbr {
  font-family: var(--global-font-primary);
  color: var(--color-text-body);
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  form .hs-dateinput .fn-date-picker .pika-table abbr {
    font-size: 12px;
  }
}

form .hs-dateinput .fn-date-picker .pika-table .pika-button {
  font-family: var(--global-font-primary);
  background: var(--color-bg-support-hard);
  color: var(--color-text-support)!important;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  form .hs-dateinput .fn-date-picker .pika-table .pika-button {
    font-size: 12px;
  }
}

form .hs-dateinput .fn-date-picker .pika-table .pika-button:hover {
  background: var(--color-primary)!important;
  color: var(--color-text-on-primary)!important;
}

form .hs-dateinput .fn-date-picker .pika-table .is-today .pika-button {
  background: var(--color-primary)!important;
  color: var(--color-text-on-primary)!important;
}

form .hs-dateinput .fn-date-picker .pika-table .is-selected .pika-button {
  background: var(--color-primary)!important;
  color: var(--color-text-on-primary)!important;
  font-weight: 700;
}

form .hs-dateinput .fn-date-picker .pika-label::after {
  right: 4px;
  background-image: none;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid var(--color-text-body);
  width: 0;
  height: 0;
}

/* Form field inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=date],
form select,
form textarea {
  font-family: var(--global-font-secondary);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: var(--color-text-on-secondary);
  background: var(--color-bg-support-medium);
  border-width: var(--border-width-thin);
  border-style: solid;
  border-color: var(--color-bg-primary);
  border-top-left-radius: var(--border-radius-medium);
  border-top-right-radius: var(--border-radius-medium);
  border-bottom-right-radius: var(--border-radius-medium);
  border-bottom-left-radius: var(--border-radius-medium);
  padding-top: var(--spacing-small-l);
  padding-bottom: var(--spacing-small-l);
  padding-left: var(--spacing-medium-s);
  padding-right: var(--spacing-medium-s);
}

form textarea {
  height: calc(19px + (19px * 2) + 4px);
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover, 
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover, 
form textarea:-webkit-autofill:focus  {
  color : var(--color-text-on-secondary) !important;
  -webkit-text-fill-color: var(--color-text-on-secondary) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--color-bg-support-medium) inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=date]:hover,
form select:hover,
form textarea:hover {
  color: var(--color-secondary);
  background: var(--color-bg-support-medium);
  border-color: var(--color-bg-support-hard);
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=date]:focus,
form select:focus,
form textarea:focus {
  color: var(--color-text-on-secondary);
  background: var(--color-bg-support-medium);
  border-color: var(--color-bg-primary);
}

@media screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=date],
  form select,
  form textarea {
    font-size: 16px;
  }
}

/* Form field input placeholder */
form input::placeholder,
form textarea::placeholder {
  font-family: var(--global-font-secondary);
  color: var(--color-text-on-secondary);
}

form input:hover::placeholder,
form textarea:hover::placeholder {
  color: var(--color-secondary);
}

form input:focus::placeholder,
form textarea:focus::placeholder {
  color: var(--color-text-on-secondary);
}

/* Form field input labels */
form label {
  font-family: var(--global-font-secondary);
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  color: var(--color-secondary);
  
}

form label:not([placeholder="Enter your "]) {
  margin-bottom: var(--spacing-small-m);
}

@media screen and (max-width: 767px) {
  form label {
    font-size: 14px;
  }
}

/* Help text */
form .custom-helptext .helptext-icon {
  color: var(--icon-icon-default-color);
}

form .custom-helptext .helptext-wrapper {
  border-color: var(--color-bg-support-hard);
  background: var(--color-bg-support-medium);
  color: var(--overline-default-color);
  font-family: var(--global-font-primary);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

form .custom-helptext .helptext-wrapper::after {
  background: var(--color-bg-support-medium);
  border-right-color: var(--color-bg-support-hard);
  border-bottom-color: var(--color-bg-support-hard);
}

@media screen and (max-width: 767px) {
  form .custom-helptext .helptext-wrapper {
    font-size: 16px;
  }
}

/* Radio */






form .hs-fieldtype-radio > label {
  margin-bottom: var(--spacing-small-xl);
}

form .hs-fieldtype-radio {
  overflow: hidden;
  background: var(--color-bg-support-medium);
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-bg-support-hard);
  border-top-left-radius: var(--border-radius-small);
  border-top-right-radius: var(--border-radius-small);
  border-bottom-right-radius: var(--border-radius-small);
  border-bottom-left-radius: var(--border-radius-small);

  
  
  
  
}

form .hs-form-radio {
  padding: 0.5rem 0;
}

form .hs-form-radio .hs-form-radio-display span {
  font-family: var(--global-font-primary);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: var(--color-text-body);
}

@media screen and (max-width: 767px) {
  form .hs-form-radio .hs-form-radio-display span {
    font-size: 16px;
  }
}

form input[type=radio] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: transparent;
  border-width: var(--border-width-medium);
  border-color: var(--icon-icon-default-color);
  margin-right: var(--spacing-small-xl);
}

form input[type=radio]:checked {
  border-color: var(--icon-background-hover-color);
}

form input[type=radio]:checked:after {
  background: var(--icon-background-hover-color);
}

/* Checkbox */






form .hs-fieldtype-checkbox > label {
  margin-bottom: var(--spacing-small-xl);
}

form .hs-fieldtype-checkbox {
  overflow: hidden;
  background: var(--color-bg-support-medium);
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-bg-support-hard);
  margin-bottom: var(--spacing-medium-m);
  border-top-left-radius: var(--border-radius-medium);
  border-top-right-radius: var(--border-radius-medium);
  border-bottom-right-radius: var(--border-radius-medium);
  border-bottom-left-radius: var(--border-radius-medium);

  
  padding-top: var(--spacing-small-m);
  
  
  
  padding-bottom: var(--spacing-small-m);
  
  
}

form .hs-form-booleancheckbox-display span,
form .hs-form-checkbox .hs-form-checkbox-display span {
  font-family: var(--global-font-primary);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: var(--color-brand);
}

@media screen and (max-width: 767px) {
  form .hs-form-booleancheckbox-display span,
  form .hs-form-checkbox .hs-form-checkbox-display span {
    font-size: 16px;
  }
}

form input[type=checkbox] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-width: var(--border-width-medium);
  border-color: var(--color-secondary);
  margin-right: var(--spacing-medium-s);
}

form input[type=checkbox]:checked {
  border-color: var(--color-brand);
  background: var(--color-brand);
}

form input[type=checkbox]:checked:after {
  border-color: var(--icon-icon-hover-color);
}

/* Dropdown */





form .input .select-arrow {
  box-shadow: inset -2px 2px 0 0 var(--icon-icon-default-color);
}

form .hs-fieldtype-select .input:hover .select-arrow {
  box-shadow: inset -2px 2px 0 0 var(--icon-icon-hover-color);
}

form .input select option {
  color: var(--color-text-body);
  background: var(--color-bg-support-medium);
}

form select {
  background: var(--color-bg-support-medium);
  padding: var(--spacing-small-l) var(--spacing-medium-s);
  font-family: var(--global-font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-on-secondary);
  border-width: var(--border-width-thin);
  border-style: solid;
  border-color: var(--color-bg-primary);
}

form select.is-placeholder {
  color: var(--color-text-on-secondary)
}

form select.is-placeholder:hover {
  color: var(--color-secondary)
}

@media screen and (max-width: 767px) {
  form .input select {
    font-size: 16px;
  }
}

/* Form field upload */










form .custom-input-file .input-button {
  font-family: var(--global-font-primary);
  font-size: 16px;
  font-weight: 400;
  padding: var(--spacing-small-l) var(--spacing-small-m);
  background: var(--color-bg-support-medium);
  border-top-left-radius: var(--border-radius-tiny);
  border-top-right-radius: var(--border-radius-tiny);
  border-bottom-right-radius: var(--border-radius-tiny);
  border-bottom-left-radius: var(--border-radius-tiny);
  border-width: var(--border-width-thin);
  
  border-color: var(--color-bg-support-hard);
  color: var(--color-text-body);
}

form .custom-input-file .input-button:hover {
  color: var(--color-text-body);
  background: var(--color-bg-support-medium);
  border-color: var(--color-bg-support-hard);
}

form .custom-input-file .input-button.selected {
  color: var(--color-text-body);
  background: var(--color-bg-support-medium);
  border-color: var(--color-bg-support-hard);
}

form .custom-input-file .input-button .input-file-icon {
  width: 20px;
  height: 20px;
  margin-left: var(--spacing-medium-s);
}

form .custom-input-file .input-button .input-file-icon svg path {
  fill: var(--icon-icon-default-color);
}

form .custom-input-file .input-button.selected .input-file-icon svg path {
  fill: var(--icon-icon-default-color);
}

@media screen and (max-width: 767px) {
  form .custom-input-file .input-button {
    font-size: 16px;
  }
}

/* Richtext */


form .hs-richtext,
form .hs-richtext p {
  font-family: var(--global-font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--color-text-body);
}
@media screen and (max-width: 767px) {
  form .hs-richtext,
  form .hs-richtext p {
    font-size: 16px;
    line-height: var(--body-mobile-line-height);
  }
}

/* GDPR */

form .legal-consent-container .hs-richtext {
  margin-bottom: var(--spacing-medium-s);
}

form .legal-consent-container .hs-form-booleancheckbox-display span,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  color: var(--color-text-support);
}

form .hs-form-booleancheckbox span.hs-form-required {
  color: var(--color-text-error);
}

/* Validation */
.hs-form-required {
  color: var(--color-text-error);
}

.hs-input.invalid.error {
  border-width: var(--border-width-thin);
  border-color: var(--color-text-error);
}

/* Success messages */
.submitted-message p {
  font-family: var(--body-font-family);
  font-size: var(--body-desktop-font-size);
  line-height: var(--body-desktop-line-height);
  font-weight: var(--body-desktop-font-weight);
}

@media screen and (max-width: 767px) {
  .submitted-message p {
    font-size: var(--body-mobile-font-size);
    line-height: var(--body-mobile-line-height);
    font-weight: var(--body-mobile-font-weight);
  }
}

/* Error messages */
.hs-error-msg {
  margin-top: var(--spacing-small-m);
  font-family: var(--global-font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-error);
}

.legal-consent-container .hs-error-msgs label {
  color: var(--color-text-error) !important;
}

@media screen and (max-width: 767px) {
  .hs-error-msg {
    font-size: 16px;
  }
}

/* Submit button */
form .hs-submit .actions {
  
}





form .hs-button:not(.button) {
  font-family: var(--button-text-font-family);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-secondary);
  
  
    background: transparent;
  

  border-top-left-radius: var(--border-radius-medium);
  border-top-right-radius: var(--border-radius-medium);
  border-bottom-right-radius: var(--border-radius-medium);
  border-bottom-left-radius: var(--border-radius-medium);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  border-width: var(--border-width-thin);
  
  border-style: solid;
  border-color: var(--color-secondary);
  line-height: var(--button-text-line-height);
  text-decoration: none;
  margin-top: var(--spacing-medium-s);
}

@media screen and (max-width: 767px) {
  form .hs-button:not(.button) {
    font-size: 16px;
  }
}

form .hs-button:not(.button):hover,
form .hs-button:not(.button):focus {
  color: var(--button-text-hover-color);

  
    background: var(--button-bg-hover-color);
  

  border-color: var(--button-border-hover-color);
  
}

form .hs-button:not(.button):active {
  color: var(--button-text-hover-color);

  
    background: var(--button-bg-hover-color);
  

  border-color: var(--button-border-hover-color);
  
}

/* Form spacing */
form .legal-consent-container,
form .hs-form-field {
  margin-bottom: var(--spacing-medium-s);
}








.heading {
    margin-bottom: 0;
}

.heading-wrapper .heading {
    display: inline-flex;
}

.heading__icon {
    vertical-align: middle;
    height: auto;
}

span.heading__icon {
  line-height: 0;
}

.heading__icon--left {
    margin-right: 10px;
}

.heading__icon--right {
    margin-left: 10px;
}

.heading-wrapper svg {
    display: block;
    height: auto;
    fill: currentColor;
}

.heading__icon-hover {
    display: none;
}

.heading--can-hover.heading--has-icon-hover:hover .heading__icon {
    display: none;
}

.heading--can-hover.heading--has-icon-hover:hover .heading__icon.heading__icon-hover {
    display: block;
}

.heading--can-hover.heading:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .heading,
.dnd-column--can-hover > .dnd-column__wrapper:hover .heading {
    color: var(--heading-hover-color);
    background-image: none;
    -webkit-text-fill-color: initial;
}

.heading--can-hover.heading:hover .heading__icon,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .heading .heading__icon,
.dnd-column--can-hover > .dnd-column__wrapper:hover .heading .heading__icon {
    color: var(--heading-hover-color);
}

h1[style*="text-align: left"],
h2[style*="text-align: left"],
h3[style*="text-align: left"],
h4[style*="text-align: left"],
h5[style*="text-align: left"],
h6[style*="text-align: left"] {
    margin-left: 0;
    margin-right: auto;
}
h1[style*="text-align: right"],
h2[style*="text-align: right"],
h3[style*="text-align: right"],
h4[style*="text-align: right"],
h5[style*="text-align: right"],
h6[style*="text-align: right"] {
    margin-left: auto;
    margin-right: 0;
}
h1[style*="text-align: center"],
h2[style*="text-align: center"],
h3[style*="text-align: center"],
h4[style*="text-align: center"],
h5[style*="text-align: center"],
h6[style*="text-align: center"] {
    margin-left: auto;
    margin-right: auto;
}

/* Display hover */

    


.display.heading--can-hover.heading:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .display.heading,
.dnd-column--can-hover > .dnd-column__wrapper:hover .display.heading {
    color: var(--heading-hover-color);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

.display.heading--can-hover.heading:hover .heading__icon.heading__icon--left,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .display.heading .heading__icon.heading__icon--left,
.dnd-column--can-hover > .dnd-column__wrapper:hover .display.heading .heading__icon.heading__icon--left {
    
}

.display.heading--can-hover.heading:hover .heading__icon.heading__icon--right,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .display.heading .heading__icon.heading__icon--right,
.dnd-column--can-hover > .dnd-column__wrapper:hover .display.heading .heading__icon.heading__icon--right {
    
}

/* H1 hover */

    


h1.heading--can-hover.heading:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h1.heading,
.dnd-column--can-hover > .dnd-column__wrapper:hover h1.heading,
.rich-text--can-hover:hover h1 {
    color: var(--heading-hover-color);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h1.heading--can-hover.heading:hover .heading__icon.heading__icon--left,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h1.heading .heading__icon.heading__icon--left,
.dnd-column--can-hover > .dnd-column__wrapper:hover h1.heading .heading__icon.heading__icon--left {
    
}

h1.heading--can-hover.heading:hover .heading__icon.heading__icon--right,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h1.heading .heading__icon.heading__icon--right,
.dnd-column--can-hover > .dnd-column__wrapper:hover h1.heading .heading__icon.heading__icon--right {
    
}

/* H2 hover */

    


h2.heading--can-hover.heading:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h2.heading,
.dnd-column--can-hover > .dnd-column__wrapper:hover h2.heading,
.rich-text--can-hover:hover h2 {
    color: var(--heading-hover-color);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h2.heading--can-hover.heading:hover .heading__icon.heading__icon--left,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h2.heading .heading__icon.heading__icon--left,
.dnd-column--can-hover > .dnd-column__wrapper:hover h2.heading .heading__icon.heading__icon--left {
    
}

h2.heading--can-hover.heading:hover .heading__icon.heading__icon--right,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h2.heading .heading__icon.heading__icon--right,
.dnd-column--can-hover > .dnd-column__wrapper:hover h2.heading .heading__icon.heading__icon--right {
    
}

/* H3 hover */

    


h3.heading--can-hover.heading:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h3.heading,
.dnd-column--can-hover > .dnd-column__wrapper:hover h3.heading,
.rich-text--can-hover:hover h3 {
    color: var(--heading-hover-color);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h3.heading--can-hover.heading:hover .heading__icon.heading__icon--left,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h3.heading .heading__icon.heading__icon--left,
.dnd-column--can-hover > .dnd-column__wrapper:hover h3.heading .heading__icon.heading__icon--left {
    
}

h3.heading--can-hover.heading:hover .heading__icon.heading__icon--right,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h3.heading .heading__icon.heading__icon--right,
.dnd-column--can-hover > .dnd-column__wrapper:hover h3.heading .heading__icon.heading__icon--right {
    
}

/* H4 hover */

    


h4.heading--can-hover.heading:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h4.heading,
.dnd-column--can-hover > .dnd-column__wrapper:hover h4.heading,
.rich-text--can-hover:hover h4 {
    color: var(--heading-hover-color);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h4.heading--can-hover.heading:hover .heading__icon.heading__icon--left,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h4.heading .heading__icon.heading__icon--left,
.dnd-column--can-hover > .dnd-column__wrapper:hover h4.heading .heading__icon.heading__icon--left {
    
}

h4.heading--can-hover.heading:hover .heading__icon.heading__icon--right,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h4.heading .heading__icon.heading__icon--right,
.dnd-column--can-hover > .dnd-column__wrapper:hover h4.heading .heading__icon.heading__icon--right {
    
}

/* H5 hover */

    


h5.heading--can-hover.heading:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h5.heading,
.dnd-column--can-hover > .dnd-column__wrapper:hover h5.heading,
.rich-text--can-hover:hover h5 {
    color: var(--heading-hover-color);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h5.heading--can-hover.heading:hover .heading__icon.heading__icon--left,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h5.heading .heading__icon.heading__icon--left,
.dnd-column--can-hover > .dnd-column__wrapper:hover h5.heading .heading__icon.heading__icon--left {
    
}

h5.heading--can-hover.heading:hover .heading__icon.heading__icon--right,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h5.heading .heading__icon.heading__icon--right,
.dnd-column--can-hover > .dnd-column__wrapper:hover h5.heading .heading__icon.heading__icon--right {
    
}

/* H6 hover */

    


h6.heading--can-hover.heading:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h6.heading,
.dnd-column--can-hover > .dnd-column__wrapper:hover h6.heading,
.rich-text--can-hover:hover h6 {
    color: var(--heading-hover-color);
    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

h6.heading--can-hover.heading:hover .heading__icon.heading__icon--left,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h6.heading .heading__icon.heading__icon--left,
.dnd-column--can-hover > .dnd-column__wrapper:hover h6.heading .heading__icon.heading__icon--left {
    
}

h6.heading--can-hover.heading:hover .heading__icon.heading__icon--right,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover h6.heading .heading__icon.heading__icon--right,
.dnd-column--can-hover > .dnd-column__wrapper:hover h6.heading .heading__icon.heading__icon--right {
    
}

.heading-wrapper--h1 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.heading-wrapper--h2 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.heading-wrapper--h3 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.heading-wrapper--h4 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.heading-wrapper--h5 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.heading-wrapper--h6 {
    
        margin-bottom: var(--spacing-medium-s);
    
}


/* Overline */
.overline--underline.overline > span {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 8px;
}

.overline span {
    display: inline-block;
}

.overline {
    letter-spacing: var(--overline-letter-spacing);
    
        margin-bottom: var(--spacing-medium-s)
    
}

.overline,
.overline span,
.overline p {
    font-family: var(--overline-font-family);
    font-size: var(--overline-desktop-font-size);
    font-weight: var(--overline-desktop-font-weight);
    line-height: var(--overline-desktop-line-height);
    color: var(--overline-default-color);
    border-color: var(--overline-default-color);

    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

.overline--can-hover.overline:hover span,
.overline--can-hover.overline:hover p,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .overline p,
.dnd-column--can-hover > .dnd-column__wrapper:hover .overline p {
    color: var(--overline-hover-color);
    border-color: var(--overline-hover-color);

    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

.custom-overline {
    
        margin-bottom: var(--spacing-medium-s);
    
}

/* Subtitle */
.subtitle {
    font-family: var(--subtitle-font-family);
    font-size: var(--subtitle-desktop-font-size);
    font-weight: var(--subtitle-desktop-font-weight);
    line-height: var(--subtitle-desktop-line-height);
    color: var(--subtitle-default-color);
    
        margin-bottom: var(--spacing-medium-s)
    

    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

.subtitle--can-hover.subtitle:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .subtitle,
.dnd-column--can-hover > .dnd-column__wrapper:hover .subtitle {
    color: var(--subtitle-hover-color);

    
    background-image: none;
    -webkit-text-fill-color: initial;
  
}

@media screen and (max-width: 767px) {
    .subtitle {
        font-size: var(--subtitle-mobile-font-size);
        font-weight: var(--subtitle-mobile-font-weight);
        line-height: var(--subtitle-mobile-line-height);
    }
}

.custom-subtitle {
    
        margin-bottom: var(--spacing-medium-s);
    
}




/* RTE */
.rich-text {
    
        margin-bottom: var(--spacing-medium-s)
    
}
.rich-text p {
    font-family: var(--body-font-family);
    font-size: var(--body-desktop-font-size);
    font-weight: var(--body-desktop-font-weight);
    line-height: var(--body-desktop-line-height);
    color: var(--color-text-on-primary);
}

.rich-text p:last-child {
    margin-bottom: 0;
}

.rich-text--can-hover.rich-text:hover p,
.dnd-section--custom-hover .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text p,
.dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text p {
    color: var(--body-hover-color);
}

@media screen and (max-width: 767px) {
    .rich-text p {
        font-size: var(--body-mobile-font-size);
        font-weight: var(--body-mobile-font-weight);
        line-height: var(--body-mobile-line-height);
    }
}


/* RTE Link */
.rich-text--link a {
    color: var(--color-text-link);
}

.rich-text--can-hover.rich-text--link a:hover,
.dnd-section--custom-hover .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text--link a,
.dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text--link a {
    color: var(--color-text-link-interactive);
}


/* RTE Table */
.rich-text table {
    background: transparent;
}

.rich-text--can-hover.rich-text:hover table,
.dnd-section--custom-hover .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text table,
.dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text table {
    background: transparent;
}

.rich-text table th,
.rich-text table td {
    color: var(--color-text-body);
    border: 1px solid var(--color-text-support);
    padding: var(--spacing-small-l) !important;
}

.rich-text--can-hover.rich-text:hover table th,
.rich-text--can-hover.rich-text:hover table td,
.dnd-section--custom-hover .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text table th,
.dnd-section--custom-hover .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text table td,
.dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text table th,
.dnd-column--can-hover > .dnd-column__wrapper:hover .rich-text table td {
    color: var(--color-text-body);
    border: 1px solid var(--color-text-support);
}

/* RTE Heading */
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 0;
}

.rich-text {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.rich-text h1 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.rich-text h2 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.rich-text h3 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.rich-text h4 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.rich-text h5 {
    
        margin-bottom: var(--spacing-medium-s);
    
}

.rich-text h6 {
    
        margin-bottom: var(--spacing-medium-s);
    
}



.rich-text table {
    margin-bottom: 0 !important;
    border-color: var(--color-bg-support-hard) !important;
}

.rich-text table td {
    padding: 20px !important;
}

.rich-text table tr:first-child td {
    background-color: var(--color-bg-inverse);
    color: var(--color-text-on-primary);
}

.rich-text table tr:not(:first-child):nth-child(even) td {
    background-color: var(--color-bg-support-hard);
    color: var(--color-text-body);
}

.rich-text table tr:not(:first-child):nth-child(odd) td {
    background-color: var(--color-bg-primary);
    color: var(--color-text-body);
}

.rich-text .rich-text__table::-webkit-scrollbar {
	height: 10px;
    width: 10px;
}

.rich-text .rich-text__table::-webkit-scrollbar-track {
	background: rgba(249, 249, 251, 1);
}

.rich-text .rich-text__table::-webkit-scrollbar {
	background: rgba(249, 249, 251, 1);
}

.rich-text .rich-text__table::-webkit-scrollbar-thumb {
	background: rgba(44, 47, 52, 0.5);
}

@media screen and (max-width: 767px) {
    .rich-text table td {
        padding: var(--spacing-medium-l) !important;
    }

    .rich-text-table--accordion table {
        width: 100% !important;
    }

    .rich-text-table--accordion table tr:first-child td:not(:first-child),
    .rich-text-table--accordion table tr:not(:first-child) td:not(:first-child) {
        display: none;
    }
    
    .rich-text-table--accordion table tr:first-child td:not(:first-child) {
        width: 50%;
        position: relative;
        z-index: 0;
        transition: transform 0.3s ease-out;
    }
    
    .rich-text-table--accordion table tr:not(:first-child) td:not(:first-child) {
        width: 50%;
        position: relative;
        z-index: 0;
        transition: transform 0.3s ease-out;
    }

    .rich-text-table--accordion table tr:not(:first-child) td:nth-child(even) {
        width: 50%;
    }

    .rich-text-table--accordion table tr:first-child td:first-child {
        display: block;
    }
    
    .rich-text-table--accordion table tr:not(:first-child) td:first-child {
        display: block;
        cursor: pointer;
        position: relative;
    }  
    
    .rich-text-table--accordion table tr:not(:first-child) td:first-child::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 17px;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-size: contain;
        width: 0; 
        height: 0; 
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid var(--icon-icon-default-color);
    }
}
/* Global style */
/* General */
.list .list-item:last-child {
  margin-bottom: 0;
}

.list-type-bullet ul {
  margin-bottom: 0;
}

.list .list-item {
  position: relative;
}

.list .list-item .list-item__tooltip,
.list .list-type-custom .list-item .list-item__tooltip  {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: absolute;
  bottom: calc(100% + 14px);
  left: 0;
  padding: 15px 20px;
  border-radius: 4px;
  /* max-width: 326px; */
  width: 100%;
  height: auto;
  visibility: hidden;
  transition: all 0.2s linear;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  background: var(--color-bg-inverse);
  color: var(--color-text-body-inverse);
}

.list .list-item .list-item__tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 22px;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background: var(--color-bg-inverse);
}

.list .list-item:hover .list-item__tooltip {
  visibility: visible;
}
/* Number */
.list-type-number ol {
  counter-reset: item;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.list-type-number li.list-item {
  padding-top: var(--spacing-small-m);
  padding-bottom: var(--spacing-small-m);
  padding-left: 50px;
  position: relative;
  margin-bottom: 0;
}

.list-type-number li.list-item::after {
  content: "";
  content: counter(item) ". ";
  counter-increment: item;  
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.list-type-number li.list-item a,
.list-type-number li.list-item span {
  display: inline-block;
}

.list-type-number {
  display: flex; 
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}

/* Bullet */
.list-type-bullet {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}

.list-type-bullet ul {
  padding: 0;
}

.list-type-bullet li.list-item {
  padding-left: 50px;
}

.list-type-bullet li.list-item a,
.list-type-bullet li.list-item span {
  display: inline-block;
}

.list ul .list-item {
  padding-top: var(--spacing-small-m);
  padding-bottom: var(--spacing-small-m);
  margin-bottom: 0;
}

ul .list-item {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: var(--spacing-medium-s);
}

ul .list-item::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 15px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s linear;
}

ul .list-item:hover::after {
  left: 25px;
}

/* Custom */
.list-type-custom__wrapper {
  display: flex;
  flex-direction: column;
}
.list-type-custom {
  display: flex;
}

.list-type-custom__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.list-type-custom .list-item {
  display: inline-flex;
  align-items: flex-start;
  padding-left: 20px;
  justify-content: space-between;
}

.list-type-custom .list-item span {
  width: calc(100% - 30px - var(--spacing-small-xl) - 10px);
  flex: 0 0 calc(100% - 30px - var(--spacing-small-xl) - 10px);
}

.list-item__icon {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin-right: 16px;
  margin-top: 2px;
}

.list-item__icon--hovered {
  display: none;
  line-height: 0;
  vertical-align: middle;
}

.list-type-custom__list--icon-hover .list-item:hover .list-item__icon {
  display: none;
}

.list-type-custom__list--icon-hover .list-item:hover .list-item__icon--hovered {
  display: inline-block;
}

.list-type-custom .list-item__icon--default {
  display: flex;
  align-items: center;
  position: relative;
  width: 14px;
  height: 14px;
}

.list-type-custom .list-item__icon--default svg {
  width: 14px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s linear;
}

.list-type-custom .list-item:hover .list-item__icon--default svg {
  left: 10px;
}

/* List */
/* Number list */
/* Bullet list */
.list li.list-item {
    color: var(--color-text-body);
}

.list li.list-item--link:after,
.list li.list-item--link::marker,
.list li.list-item a {
    color: var(--link-default-color);
}

.list li.list-item,
.list li.list-item a,
.list li.list-item * {
  font-family: var(--body-font-family);
  font-size: var(--body-desktop-font-size);
  font-weight: var(--body-desktop-font-weight);
  line-height: var(--body-desktop-line-height);
}

.list li.list-item a {
  width: fit-content;
}
.list-item--link {
  cursor: pointer;
}
li.list-item--link:hover::marker,
li.list-item--link:hover:after,
li.list-item--link:hover a,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-item a,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-item a,
.dnd-section--custom-hover > .row-fluid .list-item::marker,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-item::marker,
.dnd-section--custom-hover > .row-fluid .list-item:after,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-item:after,
.dnd-section--custom-hover > .row-fluid .list-item span,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-item span {
    color: var(--color-text-link-interactive);
}

.list-item--link:hover,
.list-item--link:hover a {
    text-decoration: none;
}

/* Bullet list */
.list .list-type-bullet .list-item::after {
    border-right: 2px solid var(--color-text-body);
    border-bottom: 2px solid var(--color-text-body);
}

.list .list-type-bullet .list-item--link::after {
    border-right: 2px solid var(--link-default-color);
    border-bottom: 2px solid var(--link-default-color);
}

.list .list-type-bullet .list-item::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.list-type-bullet .list-item--link:hover::after,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-bullet .list-item:after,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-bullet .list-item:after {
    border-right: 2px solid var(--color-text-link-interactive);
    border-bottom: 2px solid var(--color-text-link-interactive);
}

/* Custom icon */

.list .list-type-custom .list-item,
.list .list-type-custom .list-item a,
.list .list-type-custom .list-item * {
    font-family: var(--body-font-family);
    font-size: var(--body-desktop-font-size);
    font-weight: var(--body-desktop-font-weight);
    line-height: var(--body-desktop-line-height);
    color: var(--color-text-body);
}

.list .list-type-custom .list-item .list-item__icon {
    line-height: 0;
}

.list .list-type-custom .list-item svg {
    color: var(--icon-icon-default-color);
}
 
.list .list-type-custom .list-item svg path {
    fill: var(--icon-icon-default-color);
}

.list .list-type-custom .list-type-custom__list .list-item.list-item--link,
.list .list-type-custom .list-type-custom__list .list-item.list-item--link > *:not(.list-item__tooltip) {
    color: var(--link-default-color);
}

.list .list-type-custom .list-type-custom__list .list-item.list-item--link .list-item__icon--default svg path {
    fill: var(--link-default-color);
}

.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .list.list .list-type-custom .list-item,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list.list .list-type-custom .list-item {
  color: var(--color-text-body);
}

.list-type-custom .list-item--link:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-custom .list-item--link,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-custom .list-item--link,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-custom .list-item,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-custom .list-item {
    color: var(--color-text-link-interactive);
}

.list-type-custom .list-item--link:hover svg,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-custom .list-item svg,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-custom .list-item svg {
    color: var(--color-text-link-interactive);
}

.list-type-custom .list-type-custom__list .list-item--link:hover .list-item__icon--default svg path,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-custom .list-item .list-item__icon--default svg path,
.dnd-column--can-hover > .dnd-column__wrapper:hover .list .list-type-custom .list-item .list-item__icon--default svg path {
    fill: var(--color-text-link-interactive);
}


.arrow-on-mobile {
  text-align: center; 
  display: none;
}

.arrow-on-mobile svg path {
  fill: var(--color-text-body);
}

@media screen and (max-width: 767px) {
  .list li.list-item,
  .list li.list-item a,
  .list li.list-item * {
    font-size: var(--body-mobile-font-size);
    font-weight: var(--body-mobile-font-weight);
    line-height: var(--body-mobile-line-height);
  }

  .list .list-type-custom .list-item,
  .list .list-type-custom .list-item a,
  .list .list-type-custom .list-item * {
    font-size: var(--body-mobile-font-size);
    font-weight: var(--body-mobile-font-weight);
    line-height: var(--body-mobile-line-height);
  }

  .arrow-on-mobile {
    display: block;
    width: 100%;
  }
 
  .arrow-on-mobile + div {
    display: none;
  }

  .list-type-custom.open {
      flex-wrap: wrap;
  }

  .list-type-bullet.open .arrow-on-mobile svg, .list-type-custom.open .arrow-on-mobile svg, .list-type-number  .open .arrow-on-mobile svg{  
    transform: rotate(180deg);
  }

  .list-type-bullet.open .arrow-on-mobile  + div, .list-type-custom.open .arrow-on-mobile  + div, .list-type-number.open .arrow-on-mobile  + div {
   display: flex;
  }
}
/* Icon */
.custom-icon {
    line-height: 0;
    display: flex;
    color: var(--icon-icon-default-color);
}

.custom-icon__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.custom-icon .custom-icon__wrapper {
    border: 10px solid transparent;
    padding: 10px;
    overflow: hidden;
    background: transparent;
    padding: 0;
    border: none;
}

.custom-icon__wrapper--circle {
    border-radius: 100%;
}

.custom-icon .image-hover,
.custom-icon__wrapper--icon-hover .image-hover {
    display: none;
}

.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon .custom-icon__wrapper--icon-hover .image,
.dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon .custom-icon__wrapper--icon-hover .image,
.custom-icon__wrapper--icon-hover:hover .image,
.dnd-section--custom-hover > .row-fluid > .dnd-column:hover .image {
    display: none;
}

.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon .custom-icon__wrapper--icon-hover .image-hover,
.dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon .custom-icon__wrapper--icon-hover .image-hover,
.custom-icon__wrapper--icon-hover:hover .image-hover,
.dnd-section--custom-hover > .row-fluid > .dnd-column:hover .image-hover {
    display: block;
}

.custom-icon.custom-icon .custom-icon__wrapper--circle {
    background: var(--icon-background-default-color);
    border-color: var(--icon-background-default-color);

}

.custom-icon.custom-icon .custom-icon__wrapper--circle .custom-image__link {
    line-height: 0;
}

.custom-icon.custom-icon--can-hover .custom-icon__wrapper:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon,
.dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon {
    color: var(--icon-icon-hover-color);
}

.custom-icon.custom-icon--can-hover .custom-icon__wrapper--circle:hover ,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon .custom-icon__wrapper--circle,
.dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon .custom-icon__wrapper--circle {
    background: var(--icon-background-hover-color);
    border-color: var(--icon-background-hover-color);
}

.custom-icon svg {
    color: var(--icon-icon-default-color);
    fill: var(--icon-icon-default-color);
}

.custom-icon.custom-icon--can-hover .custom-icon__wrapper:hover svg,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon svg,
.dnd-column--can-hover > .dnd-column__wrapper:hover .custom-icon svg {
    color: var(--icon-icon-hover-color);
    fill: var(--icon-icon-hover-color);
}


/* Theme*/
.divider {
  display: flex;
}

.divider .divider__line {
  border-style: solid;
  border-color: var(--divider-default-color);
  width: 100%;
}

.divider--can-hover .divider__line:hover,
.dnd-section--custom-hover > .row-fluid .dnd-column--can-hover > .dnd-column__wrapper:hover .divider .divider__line,
.dnd-column--can-hover > .dnd-column__wrapper:hover .divider .divider__line  {
  border-color: var(--divider-hover-color);
}
.scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  cursor: pointer;
  z-index: 998;
}

.scroll-to-top svg circle,
.scroll-to-top svg > rect {
  fill: var(--icon-background-default-color);
}

.scroll-to-top svg path {
  fill: var(--icon-icon-default-color);
}











.header {
    background: var(--color-bg-primary);
}

.header .site-search__popup {
    background: var(--color-bg-primary);
}

.header__navigation {
    margin-right: var(--spacing-medium-xl);
}

.header__navigation-toggle {
    color: var(--icon-icon-default-color);
}

.header__navigation-toggle svg {
    width: 18px;
    height: 18px;
    
}

.header__navigation-toggle svg path {
    fill: var(--icon-icon-default-color);
}

.header__navigation-toggle:hover,
.header__navigation-toggle:focus {
    color: var(--color-text-highlight);
}

/* Base menu */
.menu__item--depth-1 > .menu__link,
.header__logo .logo-company-name {
    color: var(--color-text-body);
    font-family: var(--global-font-primary);
    text-decoration: none;
}

.menu__item--depth-1 > .menu__link:hover,
.menu__item--depth-1 > .menu__link:focus {
    color: var(--color-text-highlight);
}

.menu .menu__link:active {
    color: var(--color-text-body);
}

.menu .menu__item--depth-1 > .menu__link--active-link {
    color: var(--color-text-highlight);
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
    background: var(--color-text-highlight);
}

.menu .menu__item--depth-1 > .menu__link--active-branch,
.menu .menu__item--depth-1.menu__item--open > .menu__link {
    color: var(--color-text-highlight);
}

.menu__submenu {
    background: var(--color-bg-primary);
}

.menu__submenu .menu__item {
    border-bottom-color: var(--color-bg-support-hard);
}

.menu__submenu .menu__link {
    color: var(--color-text-body);
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
    background: var(--color-bg-primary);
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
    color: var(--color-text-highlight);
}

.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
    color: var(--color-text-body);
    background: #fff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after,
.menu .menu__item--depth-1 > .menu__link:after {
    background: var(--color-text-highlight);
}

/* Mega menu */
.nav__mega-col ul li a:focus, 
.nav__mega-col ul li a:hover {
    color: var(--color-text-highlight);
}

/* Mobile menu */
.menu--mobile .nav__mega,
.menu--mobile .menu__submenu,
.menu--mobile .menu__submenu .menu__item,
.menu--mobile .menu__submenu .menu__link {
    background: transparent;
}

.menu__nav-popup.open, 
.nav-open .header, .nav-open .header.header--sticky-active, 
.nav-open .header.header--4, .nav-open .header.header--4.header--sticky-active,
.nav-open .header.header--5, .nav-open .header.header--5.header--sticky-active { 
    background: var(--color-bg-primary);
}

.menu--mobile .menu__item--depth-1 {
    border-top-color:  var(--color-text-support);
}

.menu--mobile .menu__link{
    color: var(--color-text-body);
}

.menu--mobile .menu__link:hover,
.menu--mobile .menu__link:focus {
    color: var(--color-text-highlight);
}

.menu--mobile .menu__link--active-branch,
.menu--mobile .menu__link--active-link {
    color: var(--color-text-highlight);
}

.menu--mobile .menu__close-toggle {
    color: var(--icon-icon-default-color);
}

.menu--mobile .menu__close-toggle svg {
  width: 18px;
  height: 18px;
}

.menu--mobile .menu__close-toggle svg path {
    fill: var(--color-text-on-primary);;
}

.menu--mobile .menu__child-toggle-icon {
    color: var(--color-text-body);
}

.menu--mobile .menu__item:hover > .menu__link .menu__child-toggle .menu__child-toggle-icon {
    color: var(--color-text-highlight);
}

.menu--mobile .menu__link--active-branch .menu__child-toggle .menu__child-toggle-icon,
.menu--mobile .menu__link--active-link .menu__child-toggle .menu__child-toggle-icon {
    color: var(--color-text-highlight);
}

/* Header main navigation */
.menu--desktop .menu__item--depth-1 > .menu__link {
    color: var(--color-brand);
    font-family: var(--global-font-secondary);
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
}

.menu--desktop .menu__item--depth-1:hover > .menu__link,
.menu--desktop .menu__item--depth-1.menu__item--open > .menu__link {
    color: var(--color-secondary);
}

.menu--desktop .menu__item--depth-1 > .menu__link--active-branch,
.menu--desktop .menu__item--depth-1.menu__item--open > .menu__link {
    color: var(--color-secondary);
}

.menu--desktop .menu__item--depth-1 > .menu__link .menu__child-toggle .menu__child-toggle-icon {
    border-color: var(--color-brand);
}

.menu--desktop .menu__item--depth-1.menu__item--open > .menu__link .menu__child-toggle .menu__child-toggle-icon {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.menu--desktop .menu__item--depth-1:hover > .menu__link .menu__child-toggle .menu__child-toggle-icon,
.menu--desktop .menu__item--depth-1 > .menu__link--active-branch .menu__child-toggle .menu__child-toggle-icon,
.menu--desktop .menu__item--depth-1 > .menu__link--active-link .menu__child-toggle .menu__child-toggle-icon {
    border-color: var(--color-secondary);
}

.menu--desktop .menu__item--depth-1 > .menu__link:after {
    background: var(--color-secondary);
}

/* Header sub navigation */
.menu--desktop .menu__submenu .menu__item .menu__link {
    color: var(--color-text-body);
    font-family: var(--global-font-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: none;
}

.menu--desktop .menu__submenu .menu__item:hover > .menu__link,
.menu--desktop .menu__submenu .menu__item.menu__item--open > .menu__link {
    color: var(--color-text-highlight);
}

.menu--desktop .menu__submenu .menu__item .menu__child-toggle-icon {
    border-color: var(--color-text-body);
}

.menu--desktop .menu__submenu .menu__item:hover > .menu__link .menu__child-toggle .menu__child-toggle-icon,
.menu--desktop .menu__submenu .menu__item--open > .menu__link .menu__child-toggle .menu__child-toggle-icon {
    border-color: var(--color-text-highlight);
}

.menu--desktop .menu__submenu .menu__item > .menu__link:after {
    background: var(--color-text-highlight);
}

/* Header search */
.header__search .site-search__open {
    background: var(--icon-background-default-color);
    color: var(--icon-icon-default-color);
}

.header__search .site-search__open:hover {
    background: var(--icon-background-hover-color);
    color: var(--icon-icon-hover-color);
}

/* Language switcher */
.language-switcher__label-current {
    color: var(--color-text-body);
}

.language-switcher-label-current:hover,
.language-switcher-label-current:focus {
    color: var(--color-text-body);
}

.language-switcher .lang_list_class {
    background: var(--color-bg-primary);
    min-width: 60px;
}

.language-switcher-label-current:active,
.language-switcher .lang_list_class li a:active {
    color: var(--color-text-highlight);
}

.language-switcher-label-current,
.language-switcher .lang_list_class li a {
    color: var(--color-text-body);
}

.language-switcher .lang_list_class li:hover a,
.language-switcher .lang_list_class li a:focus {
    color: var(--color-text-highlight);
}

.language-switcher-label-current:after {
    border-color: var(--color-text-body);
}

.language-switcher .language-switcher__label .language-switcher__label-current {
    color: var(--color-text-body); 
}

.language-switcher__label-current:after {
    border-color: var(--color-text-body); 
    
        border-width: 0px 2px 2px 0px;
    
}

.language-switcher .language-switcher__label .lang_switcher_link,
.language-switcher .language-switcher__label .language-switcher__label-current {
    font-family: var(--global-font-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.language-switcher .language-switcher__label .lang_switcher_link {
    color: var(--color-text-body);
}

.language-switcher .language-switcher__label li:hover .lang_switcher_link,
.language-switcher .language-switcher__label li .lang_switcher_link:hover {
    color: var(--color-text-highlight);
}

.language-switcher .language-switcher__label .language-switcher__label-current:after {
    width: calc(1em * 0.375);
    height: auto;
    aspect-ratio: 1;
}

@media screen and (max-width: 1199px) {
    .language-switcher .language-switcher__label .lang_switcher_link,
    .language-switcher .language-switcher__label .language-switcher__label-current {
        font-size: 16px;
    }

    .language-switcher .language-switcher__label .language-switcher__label-current:after {
        width: calc(1em * 0.375);
        height: auto;
        aspect-ratio: 1;
    }
    .language-switcher .lang_list_class {
        min-width: 60px;
    }
}










body {
  
}

body.modal---enable {
  overflow: hidden;
}







.footer {
    
        
            background: rgba(0, 48, 112, 1.0);
        
    
    
    
}

/* Footer main */
.footer__main,
.footer__main .hs_cos_wrapper_type_rich_text p,
.footer__main .hs_cos_wrapper_type_rich_text a {
    
    font-family: var(--global-font-secondary);
    
    
    font-size: 18px;
    
    
}

@media (max-width: 767px) {
    .footer__main,
    .footer__main .hs_cos_wrapper_type_rich_text p,
    .footer__main .hs_cos_wrapper_type_rich_text a {
        
            font-size: 14px;
        
    }
}

.footer__main p,
.footer__main label,
.footer__main li {
    color: var(--color-text-on-secondary);
}

.footer__main h1,
.footer__main h2,
.footer__main h3,
.footer__main h4,
.footer__main h5,
.footer__main h6 {
    
    font-family: var(--global-font-primary);
    
    
    font-weight: 500;
    
    color: var(--color-secondary);
}

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

.footer__main .hs_cos_wrapper_type_rich_text a {
    color: var(--color-secondary);
}

.footer__main .hs_cos_wrapper_type_rich_text a:focus,
.footer__main .hs_cos_wrapper_type_rich_text a:hover {
    color: var(--color-text-highlight);
}

.footer__main .hs-menu-item a {
    color: var(--color-text-on-secondary);
    
    font-family: var(--global-font-secondary);
    
    
    font-size: 18px;
    
    
    text-transform: none;
}

@media (max-width: 767px) {
    .footer__main .hs-menu-item a {
        
            font-size: 14px;
        
    }
}

.footer__main .hs-menu-item a:focus,
.footer__main .hs-menu-item a:hover {
    color: var(--color-secondary);
}



/* Footer bottom */

.footer__bottom {
    border-top: 1px solid transparent;
    
    
        
            background: rgba(237, 27, 36, 1.0);
        
    

    border-top-color: var(--color-bg-primary);
}

.footer__bottom,
.footer__bottom p,
.footer__bottom h1,
.footer__bottom h2,
.footer__bottom h3,
.footer__bottom h4,
.footer__bottom h5,
.footer__bottom h6 {
    margin-bottom: 0;
    color: var(--color-text-on-secondary);
}

.footer__bottom,
.footer__bottom p,
.footer__bottom a {
    
    font-family: var(--global-font-secondary);
    
    
    
}

@media (max-width: 767px) {
    .footer__bottom,
    .footer__bottom p,
    .footer__bottom a {
        
    }
}

.footer__bottom a {
    color: var(--color-text-on-secondary);
}

.footer__bottom a:hover,
.footer__bottom a:focus {
    color: var(--color-brand);
}

.footer__bottom.footer__bottom-border--hidden {
    border-top: none;
}





/* Template */
.blog-list-template,
.blog-post-template {
  background: var(--color-bg-primary);
}

/* Meta */
.blog-post-meta__sept {
  background: var(--overline-default-color);
}

/* Author */
.blog-author__name:hover,
.blog-author__name:focus {
  color: var(--overline-default-color);
}


/* Post nav */
.blog-post-nav__post-wrapper {
  border-radius: var(--border-radius-large);
  padding: var(--spacing-medium-s);
  background: var(--color-bg-support-soft);
}

.blog-post-nav__post-name {
  color: var(--color-text-body);
}

.blog-post-nav__post-link:hover,
.blog-post-nav__post-link:focus {
  color: var(--color-primary);
}


/* Blog comments */
.blog-comments {
  margin-top: 80px;
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: var(--link-default-color);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: var(--link-hover-color);
}

#comments-listing .comment-reply-to:active {
  color: var(--link-hover-color);
}







/* Manage references */
.subscription-preferences {
  max-width: var(--container-width);
}

.subscription-preferences h1 {
  font-family: var(--global-font-primary);
  font-size: clamp(68px, 68.0px + 0.0vw, 68px);
  line-height: var(--h2-desktop-line-height);
  font-weight: var(--h2-desktop-font-weight);
  text-transform: var(--h2-default-transform);
  color: var(--heading-default-color);
  margin-bottom: var(--spacing-medium-s);
}

.subscription-preferences h2 {
  font-family: var(--global-font-primary);
  font-size: clamp(44px, 44.0px + 0.0vw, 44px);
  line-height: var(--h4-desktop-line-height);
  font-weight: var(--h4-desktop-font-weight);
  text-transform: var(--h4-default-transform);
  color: var(--heading-default-color);
  margin-bottom: var(--spacing-medium-s)
}

.subscription-preferences .header {
  margin: var(--spacing-medium-s) 0 var(--spacing-medium-xl);
}

.subscription-preferences .subscribe-options:not(#globalresub-container) p,
.subscription-preferences .item-inner {
  padding: var(--spacing-medium-s);
  border: var(--border-width-thin) solid var(--color-text-body);
  margin-bottom: var(--spacing-medium-m);
  border-radius: var(--border-radius-medium);
}

.subscription-preferences .subscribe-options:not(#globalresub-container) p.checked,
.subscription-preferences .item-inner.checked {
  border-color: var(--color-text-body);
}

.subscription-preferences .subscribe-options input[name="globalunsub"],
.subscription-preferences .fakelabel input[type=checkbox] {
  left: calc(-1 * (var(--spacing-medium-m) + var(--spacing-medium-s)) );
  border: var(--border-width-medium) solid var(--color-text-body);
}

.subscription-preferences .subscribe-options input[name="globalunsub"]:checked,
.subscription-preferences .fakelabel input[type="checkbox"]:checked {
  background: var(--color-text-body);
  border-color: var(--color-text-body);
}

.subscription-preferences .subscribe-options span,
.subscription-preferences .item-inner .fakelabel span {
  font-family: var(--global-font-primary);
  font-size: clamp(32px, 32.0px + 0.0vw, 32px);
  line-height: var(--h5-desktop-line-height);
  font-weight: var(--h5-desktop-font-weight);
  text-transform: var(--h5-default-transform);
  color: var(--color-text-body);
  margin-bottom: var(--spacing-small-xl)
}

.subscription-preferences .hs-button {
  color: var(--button-text-default-color);
  background: var(--button-bg-default-color);
  border-radius: var(--border-radius-tiny);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  border: var(--button-border-width) solid var(--button-border-default-color);
  margin-top: var(--spacing-medium-s);

  font-family: var(--button-text-font-family);
  font-size: var(--button-text-font-size);
  font-weight: var(--button-text-font-weight);
  line-height: var(--button-text-line-height);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .subscription-preferences .subscribe-options label input[name=globalunsub],
  .subscription-preferences .subscribe-options input[name="globalunsub"],
  .subscription-preferences .fakelabel input[type=checkbox] {
    left: -57px;
  }

  .subscription-preferences .hs-button {
    font-size: var(--button-text-font-size-mobile);
  }
}

.subscription-preferences .hs-button:hover,
.subscription-preferences .hs-button:focus {
  color: var(--button-text-hover-color);
  background: var(--button-bg-hover-color);
  border-color: var(--button-border-hover-color);
}

.subscription-preferences .hs-button:active {
  color: var(--button-text-hover-color);
  background: var(--button-bg-hover-color);
  border-color: var(--button-border-hover-color);
}

/* Confirm email */
.subscriptions-confirmation #hs_cos_wrapper_subscriptions_confirmation h2 {
  margin-bottom: var(--spacing-medium-m);
}

/* Unsubscribe email */
.email-unsubscribe h1 {
  font-family: var(--global-font-primary);
  font-size: clamp(68px, 68.0px + 0.0vw, 68px);
  line-height: var(--h2-desktop-line-height);
  font-weight: var(--h2-desktop-font-weight);
  text-transform: var(--h2-default-transform);
  color: var(--heading-default-color);
  margin-bottom: var(--spacing-medium-s);
}

.email-unsubscribe h3 {
  font-family: var(--global-font-primary);
  font-size: clamp(44px, 44.0px + 0.0vw, 44px);
  line-height: var(--h4-desktop-line-height);
  font-weight: var(--h4-desktop-font-weight) !important;
  text-transform: var(--h4-default-transform);
  color: var(--heading-default-color);
  margin-bottom: var(--spacing-medium-s);
}

.email-unsubscribe .email-edit {
  background: var(--color-bg-support-medium);
  border-color: var(--color-bg-support-hard);
  border-radius: var(--border-radius-tiny);
  border-style: solid;
  border-width: var(--border-width-thin);
  color: var(--color-text-body);
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  padding: var(--spacing-small-l) var(--spacing-medium-s) !important;
}
/* Search results */
.search-results-page .search-results__input {
  padding: var(--spacing-medium-xl) 0;
}

@media screen and (max-width: 767px) {
  .subscription-preferences h1 {
    font-size: clamp(34px, 0.6149870801033614px + 8.785529715762273vw, 68px);
  }

  .subscription-preferences h2 {
    font-size: clamp(22px, 0.39793281653746604px + 5.684754521963824vw, 44px);
  }

  .subscription-preferences .subscribe-options span,
  .subscription-preferences .item-inner .fakelabel span {
    font-size: clamp(20px, 8.217054263565892px + 3.10077519379845vw, 32px);
  }

  .email-unsubscribe h1 {
    font-size: clamp(34px, 0.6149870801033614px + 8.785529715762273vw, 68px);
  }

  .email-unsubscribe h3 {
    font-size: clamp(22px, 0.39793281653746604px + 5.684754521963824vw, 44px);
  }
}







#hs-eu-cookie-confirmation p,
#hs-modal-content p,
#hs-modal-content #hs-modal-introduction,
#hs-modal-content .hs-category-label span,
#hs-modal-content .hs-always-active-label,
#hs-modal-content .hs-category-description {
    color: var(--color-text-support) !important;
    font-family: var(--global-font-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 175%;
}

@media screen and (max-width: 767px) {
    #hs-eu-cookie-confirmation p,
    #hs-modal-content p,
    #hs-modal-content #hs-modal-introduction,
    #hs-modal-content .hs-category-label span,
    #hs-modal-content .hs-always-active-label,
    #hs-modal-content .hs-category-description {
        font-size: 12px;
    }
}

#hs-eu-cookie-confirmation #hs-eu-cookie-settings-button,
#hs-eu-cookie-confirmation #hs-eu-confirmation-button,
#hs-eu-cookie-confirmation #hs-eu-decline-button,
#hs-modal-content #hs-modal-accept-all,
#hs-modal-content #hs-modal-save-settings {
    font-family: var(--global-font-secondary);
    font-size: 16px;
    font-weight: 400 !important;
    border-width: var(--border-width-thin) !important;
}

@media screen and (max-width: 767px) {
    #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button,
    #hs-eu-cookie-confirmation #hs-eu-confirmation-button,
    #hs-eu-cookie-confirmation #hs-eu-decline-button,
    #hs-modal-content #hs-modal-accept-all,
    #hs-modal-content #hs-modal-save-settings {
        font-size: 12px;
    }
}








/* Base */
.splide__main .splide__arrow {
    width: 48px;
    height: 48px;
}

.splide__main .splide__arrow:disabled {
    opacity: .4;
}

.splide__main .splide__arrow .hs_cos_wrapper_type_icon {
    display: inline-flex;
}

.splide__main .splide__arrow svg {
    margin-top: 0 !important;
}

.splide__main .splide__pagination__page {
    opacity: 1 !important;
}

.splide__main .splide__pagination__page.is-active {
    height: 16px;
    width: 16px;
    transform: none;
}

/* Theme */
.splide__main .splide__arrow {
    background-color: var(--icon-background-default-color);
}

.splide__main .splide__arrow svg {
    fill: var(--icon-icon-default-color);
}

.splide__main .splide__arrow:hover {
    background-color: var(--icon-background-hover-color);
}

.splide__main .splide__arrow:hover svg {
    fill: var(--icon-icon-hover-color);
}

.splide__main .splide__pagination__page {
    background-color: var(--dot-background-default-color) !important;
}

.splide__main .splide__pagination__page.is-active {
    background-color: var(--color-text-highlight) !important;
}





/* Base */
.hs-image__grid__lightbox .hs-image__grid__lightbox__button {
    width: 48px;
    height: 48px;
}

/* Theme */
.hs-image__grid__list .hs-image__grid__item__overlay {
    color: var(--caption-default-color);
}

.hs-image__grid__lightbox .hs-image__grid__lightbox__button--close {
    color: var(--icon-icon-default-color);
}

.hs-image__grid__lightbox .hs-image__grid__lightbox__button {
    background-color: var(--icon-background-default-color);
}

.hs-image__grid__lightbox .hs-image__grid__lightbox__button svg {
    fill: var(--icon-icon-default-color);
}

.hs-image__grid__lightbox .hs-image__grid__lightbox__button:hover {
    background-color: var(--icon-background-hover-color);
}

.hs-image__grid__lightbox .hs-image__grid__lightbox__button:hover svg {
    fill: var(--icon-icon-hover-color);
}





/* Base */
.hs-tabs .hs-tabs__scroll {
    overflow-x: hidden;
}

.hs-tabs .hs-tabs__tab, 
.hs-tabs .hs-tabs__tab:active, 
.hs-tabs .hs-tabs__tab:focus, 
.hs-tabs .hs-tabs__tab:hover {
    padding: 16px 24px;
}

/* Theme */
.hs-tabs .hs-tabs__tab {
    background-color: var(--color-bg-primary);
    border-color: var(--color-bg-support-hard);
    color: var(--color-text-body);
}

.hs-tabs .hs-tabs__tab[aria-selected="true"] {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-text-on-primary);
}

.hs-tabs .hs-tabs__tab::after {
    border-bottom-color: var(--color-bg-support-hard);
}

.hs-tabs .hs-tabs__tab[aria-selected="true"]::after {
    border-bottom-color: var(--color-primary);
}

.hs-tabs-wrapper .hs-tabs__content {
    border-color: var(--color-bg-support-hard);
}