/* Theme base variables 
Determined by theme option settings */








 /* Main text colour, typically used for headings */
 /* Main background colour, typically used for page backgrounds */
 /* Main brand colour, typically used for links and buttons */
 
          
    
/* Typography */






























  
    
/* Buttons */







      








   
  
/* Secondary Buttons */



  




      








  
  
/* Tertiary Buttons */



  










 


    
    
/* Forms */







































    
/* Tables */











 

/* Header */






    

/* Footer */


    

/* Generic
This is where reset, normalize & box-sizing styles go. */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}
.body-wrapper{
 overflow-x: clip;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes */



/* CSS variables */

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

/* Mobile layout */

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


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

/* Desktop layout */

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

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

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

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

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

/* Core Structure
Header and footer styles, may move to core inline */

/* =========================
   Header base & layout
   ========================= */
.header { 
  background-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

; 
  
  position: sticky;
  top: 0;
  z-index: 1000;
  
}

/* Header DND sections */
.header .dnd-section { padding: 0; }

/* Header container */
.header__container { display: flex; justify-content: space-between; }
.header__container.reverse { flex-direction: row-reverse; }
.header__container.reverse .header__logo { margin-right: unset; justify-content: flex-end; }
.header__row-1,
.header__row-2 { 
  align-items: center; 
  width: 100%;
  height: 100%;
  min-height: 40px; 
}
.header__row-1 #hs_cos_wrapper_custom_secondary_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;       
  height: 100%;
}

@media (min-width: 1151px) {
  .header__column { 
    display: flex; 
    width: 100%;
  }
}

/* --- MOBILE: single-row bar (logo left, icons right) --- */
@media (max-width: 767px) {
  .header__container {
    flex-direction: row;      /* row, not column */
    align-items: center;
    padding: .5rem 0;
  }
  .header__column { position: relative; }
  .header__row-1,
  .header__row-2 {
    width: auto;              /* don’t force full width */
    padding: 0;
    justify-content: flex-end;
  }
  .header .header__container:has(.header__navigation--toggle) {
    background: #FBCC4B;
    width: 76px;
    justify-content: flex-end;
  } 
}

/* Navigation skipper */
.header__skip {
  position: absolute; top: -1000px; left: -1000px;
  width: 1px; height: 1px; overflow: hidden; text-align: left;
}
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  top: 0; left: 0; width: auto; height: auto; overflow: visible;
}

/* =========================
   Logo
   ========================= */
.header__logo {
  display: flex; align-items: center; margin-right: auto;
  max-width: 357px; height: auto; overflow: hidden;
}
.header__logo img { max-width: 100%; }
.header__logo .logo-company-name { font-size: 1.167rem; margin-top: 0.7rem; }
.header__logo--main { padding: 0.8rem 0 0.4rem;}

/* --- MOBILE: logo width/position for single-row bar --- */
@media (max-width: 767px) {
  .header__logo {
    margin: 0 0 0 4%;
    width: auto;
    max-width: 60%;
  }
}

/* =========================
   Search
   ========================= */
.header__search { padding: 0 0.9rem 0.5rem; width: auto; }


  .hs-search-field__form { position: relative; }
  .header__search .hs-search-field__label { flex-basis: auto; display: none; }


.header__search .hs-search-field__input {
  
  height: 40px; padding: 0 0.7rem;
}


  .header__search .hs-search-field__button {
    position: absolute; top: 0; right: 0;
    background-color: transparent; border: none; fill: #131525;
    padding: 10px;
  }
  .header__search .hs-search-field__button svg { height: 20px; }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none; border-radius: 0; max-width: 100%;
}
.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute; width: 100%; z-index: 10;
  background-color: #FFF; border: 2px solid #D1D6DC; border-top-width: 1px;
  border-radius: 0 0 1px 1px;
}
.header__search .hs-search-field__suggestions li { border-top: 1px solid #D1D6DC; font-size: 0.875rem; }
.header__search .hs-search-field__suggestions li a {
  color: #494A52; padding: 0.35rem 0.7rem; text-decoration: none; transition: background-color 0.3s;
}
.header__search .hs-search-field__suggestions #results-for { display: none; }

@media (min-width: 767px) {
  .header__search form { display: flex; flex-direction: row; align-items: center; }
  .header__search label { margin: 0 1rem 0 0; }
  .header__search .hs-search-field__input { width: auto; }
}

@media (max-width: 767px) {
  .header__search { border-top: 2px solid #CED4DB; order: 1; padding: 1.05rem; }
}

/* =========================
   Language switcher
   ========================= */

.header__language-switcher { cursor: pointer; padding-right: 1.4rem; }
.header__language-switcher .lang_switcher_class { position: static; }
.header__language-switcher .lang_list_class {
  display: block; opacity: 0; visibility: hidden; min-width: 100px; padding-top: 0;
  position: absolute; left: calc(100% - 24px); top: 100%; text-align: left;
  border: 2px solid; border-radius: 3px; box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
}
.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class { opacity: 1; visibility: visible; }

.header__language-switcher .lang_list_class:before {
  left: 70%; top: -25px;
  border-bottom-color: #131525;
}
.header__language-switcher .lang_list_class:after { left: 70%; top: -22px; }
.header__language-switcher .lang_list_class.first-active::after {
  top: -22px; transition: 0.3s; border-bottom-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

;
}
.header__language-switcher .lang_list_class li {
  border: none; font-size: 18px; padding: 0.35rem 0.7rem;
}
.header__language-switcher .lang_list_class li:first-child { border-radius: 6px 6px 0 0; border-top: none; }
.header__language-switcher .lang_list_class li:last-child { border-bottom: none; border-radius: 0 0 6px 6px; }
.header__language-switcher .lang_list_class li:hover { transition: background-color 0.3s; }

.header__language-switcher--label { display: flex; position: relative; }
.header__language-switcher--label-current {
  display: flex; align-items: center; font-size: 0.75rem; margin: 0.0 0 0.175rem 0.7rem;
}
.header__language-switcher--label-current:after {
  content: ""; display: block; width: 0; height: 0; margin-left: 0.7rem; margin-top: 0.175rem;
  border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #494A52;
}
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a { font-family: Inter; }
.header__language-switcher-label-current:after { border-top-color: #F4F6F9; }

@media (max-width: 767px) {
  .header__language-switcher { border-top: 2px solid #CED4DB; padding-left: 1.05rem; padding-right: 0; }
  .header__language-switcher .lang_list_class {
    position: static; left: 30px; top: 0; opacity: 1; visibility: visible;
    padding: 0 1.05rem; border: none; box-shadow: unset;
  }
  .header__language-switcher .lang_list_class li { background-color: inherit; font-size: 0.917rem; }
  .header__language-switcher--label-current { display: none; }
  .header__language-switcher .globe_class { background-image: none; }
  .header__language-switcher .lang_list_class li:hover { background-color: inherit; }
  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after { content: none; }
    .header__language-switcher .hs-language-switcher__menu { display: block; background: transparent; box-shadow: none!important; }
    .header__language-switcher .hs-language-switcher__menu a { font-size: 20px!important; }
    .header__language-switcher .hs-language-switcher__button { display: none; }
  }

/* =========================
   Navigation – theme/color bindings
   ========================= */
#nav-toggle { display: none; }

.button-wrapper.landing-button { margin-top: 20px; }

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #F4F6F9; font-family: Inter;
}
.menu__child-toggle-icon svg path { fill: #F4F6F9; }

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #ccced1;
}
.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus { border-top-color: #ccced1; }

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}
.menu__child-toggle-icon:active { border-top-color: #ffffff; }

.menu .menu__item--depth-1 > .menu__link--active-link:after { background-color: #F4F6F9; }

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 1px none #131525;

    background-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

;
    padding-bottom: 25px;
  }
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 1px none #131525;

    background-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

;
  }
}

/* =========================
   Secondary Navigation – theme/color bindings
   ========================= */

  .sub__header,
  .sub__header form input[type=search] { 
    background-color: #131525; 
    color: #131525;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sub__header form input[type=search] {
    border: none;
    border-bottom: 1px solid #131525;
    border-radius: 0;
  }
  .sub__header a {
    display: inline-flex;
    gap: 6px;
    cursor: pointer;
    text-decoration: none;
    color: #131525;
    align-items: center;
    text-align: center;
    font-size: 0.8em;
  }
  .sub__header a:hover {
    text-decoration: none;
  }
  @media (max-width: 767px) {
    .sub__header .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: row; }
  }
     

/* =========================
   Navigation – structural/menu rules
   ========================= */

/* Display modes */
.menu--desktop { 
  display: flex;
  justify-content: space-between;
}
.menu--mobile { display: none; }
@media (max-width: 767px) {
  .menu--desktop { display: none; }
  .menu--mobile { display: block; }
}

/* Items */
.menu__item { position: relative; }
.menu__link { font-size: 0.917rem; line-height: 1.667rem; text-decoration: none; }
.menu__link:hover,
.menu__link:focus,
.menu__link:active { text-decoration: none; }
.menu__link--active-link,
.menu__link--active-branch,
.menu__link--active-link:hover,
.menu__link--active-branch:hover { font-weight: bold; }

@media (min-width: 768px) and (max-width: 1150px) {
  .menu__link { font-size: 0.833rem; }
}
@media (max-width: 767px) {
  .menu__item { display: block; width: 100%; }
  .menu__link { display: block; font-size: 1.083rem; }
}

/* Top level */
.menu__item--depth-1 { display: inline-block; padding: 0.7rem 0.875rem 0.7rem 0; position: relative;}
.menu__item--depth-1 > .menu__link--active-link:after {
  content: ''; position: absolute; left: 7.5%; bottom: -3px; width: 75%; height: 1px;
}
@media (max-width: 767px) {
  .menu__item--depth-1 { border-top: 2px solid #CED4DB; padding: 0; }
  .menu__item--depth-1 > .menu__link { padding: 0.9rem 1.225rem; }
  .menu__item--depth-1 > .menu__link--active-link:after { content: none; }
}

/* Submenus */
.menu__submenu {
  position: absolute; left: 0; top: 100%; z-index: 99;
  display: none; text-align: left; text-transform: none;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2); border-radius: 3px;
}
.menu__item--open > .menu__submenu { display: block; }
.menu__submenu--level-2 { left: 50%; transform: translateX(-50%); }
.menu__submenu--level-2.menu-two-col { transform: translateX(-21%); }
.menu__submenu .menu__item { width: max-content; padding: 0; z-index: 3; }
.menu__submenu .menu__link { display: flex; padding: 0.8rem 1.4rem 0; transition: color 0.3s; color: #FFFFFF; background-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

; line-height: 1.5em; }
.menu__submenu--level-3 { left: 100%; top: 0; }
.menu__submenu .menu__link:hover { color: #FBCC4B; }
.menu__submenu .menu__link img { max-width: 24px; }

.header__language-switcher .lang_list_class li:hover { background-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

; }

.menu__item--depth-2.has-icon { max-width: 350px; }
.menu__item--depth-2.has-icon > .menu__submenu .menu__link { align-items: flex-start; }
.menu__item--depth-2.has-icon > .menu__link a { padding-left: 0.6rem; }

/* Flyouts for last two items go left */
.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 { left: auto; right: 100%; top: 0; }

/* Account for child toggle */
.menu__submenu .menu__item--has-submenu > .menu__link { padding-right: 3rem; }

/* Triangle for level-2 submenu */
@media (min-width: 768px) {
  .menu__submenu--level-2 > .menu__item > .menu__link { align-items: flex-start; }
  .menu__submenu--level-2 > .menu__item:first-child > .menu__link { position: relative; z-index: 2; }
  .menu__submenu--level-2 > .menu__item > .menu__link img { margin-top: 12px; }
  .menu__submenu--level-2 > .menu__item:last-child > .menu__link { position: relative; z-index: 2; }
  .menu__submenu--level-2.menu-two-col { column-count: 2; column-gap: 0; padding-right: 35px; }
  .menu__submenu--level-2.menu-two-col .menu__link { padding: 0.82rem 0rem 0rem 1rem; }
  .menu__submenu--level-2.menu-two-col > .menu__item:first-child:before { left: 100%; }
}

/* Mobile submenu adjustments */
@media (max-width: 767px) {
  .menu__submenu {
    position: static; width: 100%; transform: unset;
    border: none; border-radius: 0; box-shadow: none;
  }
  .menu__submenu .menu__item {
    background-color: #FFF; 
    border-bottom: none; 
    border-top: 2px solid #EBEFF3; 
    padding: 0; 
    width: 100%;
  }
  .menu__submenu .menu__link {
    padding: 0.7rem 1rem; transition: none;
  }
  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus { background-color: inherit; transition: none; }
  .menu__item--has-submenu > .menu__link { width: 70%; }
  .menu__submenu--level-3 .menu__item .menu__link { padding: 0.7rem 3rem; }
}

/* Icons & child toggles */
@media (min-width: 768px) {
  .menu__submenu .menu__child-toggle { margin-left: auto; padding: 0 1.05rem; }
  .menu__child-toggle { position: absolute; right: 5px; top: 30px; z-index: 2; }
  .menu__item--depth-1 > .menu__child-toggle { position: static; right: 0; top: 0; vertical-align: middle; }
  .menu__child-toggle-icon {
    display: block;
    width: 10px;
    height: 23px;
    margin-left: 5px;
    margin-bottom: 3px;
  }
  .header__navigation--toggle,
  .header__search--toggle {
    display: none;
  }
}

/* Menu CTA styles */
  .menu--desktop li.menu__item--depth-1.primary {
    background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
    border-radius: 0px;
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.3s, border 0.3s;
    font-weight: bold;
  }
  .menu--desktop li.menu__item--depth-1.primary:hover {
    background-color: 

  
  
    
  

  rgba(185, 204, 229, 1.0)

;
  }
  .menu--desktop li.menu__item--depth-1.primary .menu__link {
    color: #000000;
    font-family: Inter;
    font-weight: bold;
  }
  .menu--desktop li.menu__item--depth-1.secondary .menu__link {
    font-weight: bold;
    color: #000000;
  }
  .menu--desktop li.menu__item--depth-1.primary:hover .menu__link,
  .menu--desktop li.menu__item--depth-1.primary .menu__link:hover,
  .menu--desktop li.menu__item--depth-1.secondary:hover .menu__link,
  .menu--desktop li.menu__item--depth-1.secondary .menu__link:hover {
    color: 

  
  
    
  

  rgba(0, 0, 0, 1.0)

;
  }
  .menu--desktop li.menu__item--depth-1.secondary {
    background: 

  
  
    
  

  rgba(251, 204, 75, 1.0)

;
    padding: 12px 20px;
    margin-left: -5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .menu--desktop li.menu__item--depth-1.secondary:hover {
    background-color: 

  
  
    
  

  rgba(238, 192, 66, 1.0)

;
    color: 

  
  
    
  

  rgba(0, 0, 0, 1.0)

;
  }

/* --- MOBILE: icon cluster on the right --- */
@media (max-width: 767px) {
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle { margin: 0; }
  .header__navigation--toggle { margin-left: auto; margin-right: 20px;}
}

/* =========================
   Mobile: full-screen panels slide in from right
   ========================= */
@media (max-width: 767px) {
  .header { 
    padding-top: 25px;
    --header-height: 165px; /* adjust if your mobile bar height differs */
  } 

  .header div:first-of-type { display: flex; }

  /* Base state: panels are off-canvas to the right, invisible & non-interactive */
  .header__navigation,
  .header__search,
  .header__language-switcher {
    position: fixed;
    top: var(--header-height, 175px);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background-color: #F8FAFC;
    z-index: 9999;

    /* Off-canvas & hidden by default */
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;

    /* Animate transform */
    transition: transform 300ms ease, opacity 300ms ease;
    will-change: transform, opacity;
  }
  .header__search {
    width: 92vw;
  }

  /* Open state: slide into view */
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .header__navigation,
    .header__search,
    .header__language-switcher {
      transition: none;
    }
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle {
    position: relative;
    cursor: pointer;
    margin: 0;
  }
  .header__navigation--toggle { margin-left: auto; margin-right: 20px;}
  .header__search--toggle,
  .header__language-switcher--toggle { margin-left: 1rem; margin-right: 1rem; }
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide { display: none; }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open { display: block; }

  .header__navigation--toggle {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2220%22%20viewBox%3D%220%200%2032%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20width%3D%2232%22%20height%3D%224%22%20fill%3D%22black%22/%3E%3Crect%20y%3D%228%22%20width%3D%2232%22%20height%3D%224%22%20fill%3D%22black%22/%3E%3Crect%20y%3D%2216%22%20width%3D%2232%22%20height%3D%224%22%20fill%3D%22black%22/%3E%3C/svg%3E");
    background-size: cover; width: 25px; height: 25px;
  }

  /* When any panel is open, the hamburger becomes a close icon */
  
  .header__navigation--toggle.is-active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjQgODAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTcuNTg2LDQ2LjQxNEMxNy45NzcsNDYuODA1LDE4LjQ4OCw0NywxOSw0N3MxLjAyMy0wLjE5NSwxLjQxNC0wLjU4NkwzMiwzNC44MjhsMTEuNTg2LDExLjU4NiAgIEM0My45NzcsNDYuODA1LDQ0LjQ4OCw0Nyw0NSw0N3MxLjAyMy0wLjE5NSwxLjQxNC0wLjU4NmMwLjc4MS0wLjc4MSwwLjc4MS0yLjA0NywwLTIuODI4TDM0LjgyOCwzMmwxMS41ODYtMTEuNTg2ICAgYzAuNzgxLTAuNzgxLDAuNzgxLTIuMDQ3LDAtMi44MjhjLTAuNzgxLTAuNzgxLTIuMDQ3LTAuNzgxLTIuODI4LDBMMzIsMjkuMTcyTDIwLjQxNCwxNy41ODZjLTAuNzgxLTAuNzgxLTIuMDQ3LTAuNzgxLTIuODI4LDAgICBjLTAuNzgxLDAuNzgxLTAuNzgxLDIuMDQ3LDAsMi44MjhMMjkuMTcyLDMyTDE3LjU4Niw0My41ODZDMTYuODA1LDQ0LjM2NywxNi44MDUsNDUuNjMzLDE3LjU4Niw0Ni40MTR6Ii8+PHBhdGggZD0iTTMyLDY0YzguNTQ3LDAsMTYuNTgzLTMuMzI5LDIyLjYyNi05LjM3M0M2MC42NzEsNDguNTgzLDY0LDQwLjU0Nyw2NCwzMnMtMy4zMjktMTYuNTgzLTkuMzc0LTIyLjYyNiAgIEM0OC41ODMsMy4zMjksNDAuNTQ3LDAsMzIsMFMxNS40MTcsMy4zMjksOS4zNzQsOS4zNzNDMy4zMjksMTUuNDE3LDAsMjMuNDUzLDAsMzJzMy4zMjksMTYuNTgzLDkuMzc0LDIyLjYyNiAgIEMxNS40MTcsNjAuNjcxLDIzLjQ1Myw2NCwzMiw2NHogTTEyLjIwMiwxMi4yMDJDMTcuNDksNi45MTMsMjQuNTIxLDQsMzIsNHMxNC41MSwyLjkxMywxOS43OTgsOC4yMDJDNTcuMDg3LDE3LjQ5LDYwLDI0LjUyMSw2MCwzMiAgIHMtMi45MTMsMTQuNTEtOC4yMDIsMTkuNzk4QzQ2LjUxLDU3LjA4NywzOS40NzksNjAsMzIsNjBzLTE0LjUxLTIuOTEzLTE5Ljc5OC04LjIwMkM2LjkxMyw0Ni41MSw0LDM5LjQ3OSw0LDMyICAgUzYuOTEzLDE3LjQ5LDEyLjIwMiwxMi4yMDJ6Ii8+PC9nPjwvc3ZnPg==);
  }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover; width: 25px; height: 25px;
  }
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover; width: 25px; height: 25px;
  }

  .header__navigation { background-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

; }
  .header__navigation-toggle svg,
  .menu-arrow svg { fill: #F4F6F9; }

@media (max-width: 767px) {
  /* Click target on the right of each menu item */
  .menu__child-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 55px;
    padding: 0;                 
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none;
  }

  /* The plus/chevron glyph */
  .menu__child-toggle-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 1.05rem;
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
  }

  /* Rotate the icon when the item is open */
  .menu__child-toggle-icon svg {
    transition: transform 0.3s ease;
  }
  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon svg {
    transform: rotate(180deg);
  }

  /* Keep link/toggle widths cooperating */
  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }
}

/* =========================
   Mega Menu Extensions
   ========================= */

@media (min-width: 768px) {

  #mega-menu.header > .header__container.content-wrapper:not(.sub__header) {
    position: relative;
  }
  #mega-menu .menu--desktop .menu__item--depth-1 {
    position: static;
  }
  /* Level 2 submenu: stretch to header container width */
  #mega-menu  .menu--desktop .menu__submenu--level-2 {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    transform: none; /* overrides translateX(-50%) */
  }
  #mega-menu .menu--desktop .menu__child-toggle-icon svg { transition: transform 0.3s ease; }
  #mega-menu .menu--desktop .menu__item--open span.menu__child-toggle-icon svg { transform: rotate(180deg); }
  /* Keep "hidden by default" intact, only change layout when open */
  #mega-menu .menu--desktop .menu__item--open > .menu__submenu--level-2 .content-wrapper {
    display: flex;       
    flex-wrap: wrap;
    align-items: stretch;  
  }  
  #mega-menu .menu--desktop .menu__item--open > .menu__submenu--level-2 .content-wrapper .mm-col {
    flex: 1 1 0;         
    width: auto;
    min-width: 220px;
  } 
  /* Remove the triangle pointer (it was designed for centered dropdowns) */
  #mega-menu .menu--desktop .menu__submenu--level-2 > .menu__item:first-child:before {
    content: none;
  }
  #mega-menu .menu__submenu .menu__link { align-items: end; }
  #mega-menu .menu__link--toggle[aria-expanded="true"] { color: #131525; }
  #mega-menu .menu__submenu .cta-banner { padding-top: 20px; }
  #mega-menu .menu__submenu h3.menu__submenu-title { margin: 1em 0.7em 0.2em; }
}


/* =========================
   Responsive Optimisation
   ========================= */

@media (min-width: 769px) and (max-width: 1375px) {
    .menu--desktop li.menu__item--depth-1.primary {
      margin-left: -5px;
    }
    .menu--desktop li.menu__item--depth-1.primary,
    .menu--desktop li.menu__item--depth-1.secondary {
      width: 100%;
      text-align: center;
    }
}    
.footer {
  background-color: 

  
  
    
  

  rgba(43, 45, 62, 1.0)

;  
  
  margin-top: -1px;
}

/* Footer content */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}
.footer ul {
  row-gap: 20px;
}

/* Sub footer */
.sub-footer {
  border-top: 1px solid #F4F6F9;
}
.sub-footer ul {
  justify-content: end;
  column-gap: 20px;
}
.footer ul li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}
.footer a:hover,
.sub-footer a:hover {
  color: #FBCC4B;
}
.footer a,
.sub-footer ul li a {
  color: #fff;
}
.footer [data-hsfc-id=Renderer] .hsfc-EmailField>*:not(:last-child) {
  margin-bottom: 0px !important;
}
.footer div.hsfc-ErrorAlert {
  display: none !important;
}

@media (min-width: 768px) {
  .footer [data-hsfc-id=Renderer] .hsfc-Button {
    position: absolute;
    top: 0;
    padding: 13.5px 15px;
    color: #000 !important;
  }
  .footer [data-hsfc-id=Renderer] .hsfc-Button:hover {
    background-color: #eec042 !important;
    color: #000 !important;
    transform: none !important;
  }
}

/* Tools
Any animations, or functions used throughout the project. */

  
  /* Initial state */
.row-fluid-wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}
/* When visible */
.row-fluid-wrapper.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Disable fade/translate when inside HubSpot editor */
.hs-inline-edit .row-fluid-wrapper {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.hs-inline-edit .row-fluid-wrapper.is-visible {
  opacity: 1 !important;
  transform: none !important;
}
.row-fluid-wrapper:first-child {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .row-fluid-wrapper {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Shared load-in text animation */

.has-stagger-fade-up > .fade-up-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.has-stagger-fade-up.is-animated > .fade-up-item {
  opacity: 1;
  transform: translateY(0);
}

.has-stagger-fade-up > .fade-up-item:nth-child(1) {
  transition-delay: 0s;
}

.has-stagger-fade-up > .fade-up-item:nth-child(2) {
  transition-delay: 0.12s;
}

.has-stagger-fade-up > .fade-up-item:nth-child(3) {
  transition-delay: 0.24s;
}

.has-stagger-fade-up > .fade-up-item:nth-child(4) {
  transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
  .has-stagger-fade-up > .fade-up-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* Shared growing left border */

.has-grow-left-border {
  position: relative;
  padding-left: 30px;
}

.has-grow-left-border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--animated-border-width, 8px);
  height: 0;
  background-color: var(--animated-border-color, #FBCC4B);
  z-index: 1;
  transition: height 0.6s ease-out;
}

.has-grow-left-border.is-loaded::before {
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .has-grow-left-border::before {
    height: 100%;
    transition: none;
  }
}


/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.) */

.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
 
}
.hs-search-results__listing li {
  margin: 0;
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
 
}

a.hs-search-results__title,
a.hs-search-results__title:hover{
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}
.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}
.hs-search-results__date.posts{
  font-size: 12px;
  color: #a0a0a0;
  margin-bottom: 3px;
}

.blog_tabs {
 
}
.blog_tabs .tabs-nav{
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0px;
}
.blog_tabs .tabs-nav li {
  padding: 0;
  margin: 0;
}
.blog_tabs .tabs-nav li:first-child a {
  border-right: 0;
 
}
.blog_tabs .tabs-nav li:last-child a {
  
}
.tabs-nav a {
  color: #07272D;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 16px 24px;
}
.tabs-nav a:hover {
  border-bottom: 4px solid #008D7F;
}
.tabs-nav a span{
  font-weight: 100;
}
.tabs-nav .tab-active a {
  color: #008D7F;
  cursor: default;
  border-bottom: 4px solid #008D7F;
  font-weight: 600;
}
.blog_tabs .tabs-stage {
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #cecfd5;
  clear: both;
  padding-top: 40px;
  position: relative;
  top: -1px;
}
#searchIcon{
  display: block;
}
#searchIcon.d-none{
  display: none;
}

.hs-search-results__title{
  font-size: 30px!important;
  color: #008D7F;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 24px;
  line-height: 1.2;
}


select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #000;
  background: rgba(255,255,255,1) url('') no-repeat scroll calc(95% + 3px) center/11px auto; /* Add your arrow image URL here */
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #02003f;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: none; /* Remove this if you want it */
  width: 230px;
  height: 35px;
  overflow: hidden;
  float: right;
}
/* Arrow */
.select::after {
  background-color: #02003e;
  content: "\25BC";
  padding: 1em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0px;
  color: white;
  font-size: 10px;
  height: 100%;
  line-height: 19px;
}
/* Transition */
.select:hover::after {
  color: #46d0ff;
}

@media (max-width:767px){
  .select{
    float: none;
    margin: 20px 0;
  }
}
html {
  font-size: 16px;
}

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */
body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #131525;
  font-size: 16px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 1rem;
  margin: 0 0 1.4rem;
  line-height: 1.6;
}

/* Anchors */
a {
  cursor: pointer;
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #FBCC4B;
}
a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #d3a423;
}
a:active {
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #fff473;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #F4F6F9;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #131525;
  font-size: 50px;
  text-transform: none;
  line-height: 1.2;
}

h2,
.h2 {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #131525;
  font-size: 42px;
  text-transform: none;
  line-height: 1.3;
}

h3,
.h3 {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #131525;
  font-size: 24px;
  text-transform: none;
  line-height: 1.3;
}
h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #131525;
  font-size: 24px;
  text-transform: none;
  line-height: 1.4;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #131525;
  font-size: 16px;
  text-transform: none;
  line-height: 1.5;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #131525;
  font-size: 14px;
  text-transform: none;
  line-height: 1.5;
}

/* Blockquote */

blockquote {
  border-left-color: #F4F6F9;
}

@media (max-width: 767px) {
  h1, .h1 { font-size: 2.2rem; }
  h2, .h2 { font-size: 1.8rem; }
  h3, .h3 { font-size: 1.5rem; }
}
.button-wrapper {
  margin: 0;
}
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: 1px solid #FFFFFF;

  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px 0px 0px 0px;
  color: #000000 !important;
  font-size: 16px;
  text-transform: none;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #B9CCE5;
;
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: 

  
  
    
  

  rgba(0, 0, 0, 1.0)

;
  background-color: 

  
  
    
  

  rgba(185, 204, 229, 1.0)

;
  border-radius: 0px 0px 0px 0px;
}
button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
}
button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

/* Secondary button style */
.button.secondary {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: 1px solid #FBCC4B;

  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  

  rgba(251, 204, 75, 1.0)

;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}
.button.secondary:hover,
.button.secondary:focus {
  background-color: 

  
  
    
  

  rgba(238, 192, 66, 1.0)

;
  color: 

  
  
    
  

  rgba(0, 0, 0, 1.0)

;
  border: 1px solid #eec042;
;
  border-radius: 0px 0px 0px 0px;
}

/* Tertiary button style */
.button.tertiary {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: 1px solid #B9CCE5;

  padding-top: 8px;
padding-right: 15px;
padding-bottom: 8px;
padding-left: 15px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  

  rgba(185, 204, 229, 1.0)

;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}
.button.tertiary:hover,
.button.tertiary:focus {
  background-color: 

  
  
    
  

  rgba(174, 194, 219, 1.0)

;
  color: 

  
  
    
  

  rgba(0, 0, 0, 1.0)

;
  border: 1px solid #aec2db;
;
  border-radius: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  .button-wrapper {
    padding: 10px 5%;
    /* justify-content: unset !important; */
  }
} 

/* Icon button */
.button svg,
.button img {
  vertical-align: middle;
  margin-left: 6px;
  margin-top: 0px;
  max-width: 25px;
  max-height: 25px;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: #131525;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
  border: 1px none #131525;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'DM Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 24px;
  color: #131525;
  background-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

;
}

/* Help text */

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

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=date],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border: 2px none #D1D6DC;

  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  color: #131525;
  border-radius: 0px;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */
.hs-dateinput {
  position: relative;
}
.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
  color: #FFF;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #131525;
}
.fn-date-picker td.is-selected .pika-button {
  background: #131525;
}
.fn-date-picker td .pika-button:hover {
  background-color: #131525 !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #131525;
}

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

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: #EF6B51;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}
.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: 1px none #131525;
;
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;
;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  background-color: 

  
  
    
  

  rgba(251, 204, 75, 1.0)

 !important;
  border-radius: 0px;
  text-transform: none;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  

  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}
form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


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

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

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

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

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


form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #131525;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

;
  padding: 0px;
;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #131525;
}

::-moz-placeholder {
  color: #131525;
}

:-ms-input-placeholder {
  color: #131525;
}

::placeholder {
  color: #131525;
}

@media screen and (max-width: 768px) {
  form input[type=submit], form .hs-button {
    width: 100%;
  }
}

/* Default form override */
fieldset.form-columns-1 .hs-input:not([type="checkbox"]) {
    width: 100% !important;
}
/* Slider Navigation */
.slider-navigation__item{
    width: 50px;
    height: 50px;
    background-color: var(--white);
    border: 1px solid rgba(0, 141, 127, 0.1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    cursor: pointer;
    opacity: 1;
}
.slider-navigation__item.swiper-button-disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.slider-navigation__item svg{
    width: 28px;
    max-width: 28px;
    height: auto;
}

.pagination{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination__page, 
.pagination__arrow{
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: inherit;
    background-color: transparent;
    transition: var(--transition);
    cursor: pointer;

}

.pagination__page:hover, 
.pagination__page.pagination__page--active{
    background-color: var(--tiber-green);
    color: white;
}

.pagination__arrow:hover{
    background-color: var(--tiber-green);
}

.pagination__arrow svg path{
    stroke: var(--tiber-green);
}

.pagination__arrow:hover svg path{
    stroke: var(--white);
}


.pagination__arrow svg{
    pointer-events: none;
}

.pagination__arrow.pagination__arrow--prev svg{
    transform: rotate(180deg);
}

.pagination__arrow.pagination__arrow--inactive{
    cursor: not-allowed;
    opacity: 0.3;
}

.pagination:has(.pagination__arrow.pagination__arrow--prev.pagination__arrow--inactive):has(.pagination__arrow.pagination__arrow--next.pagination__arrow--inactive) .pagination__arrow.pagination__arrow--inactive{
    display: none;
}
/* Table */
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  border: 1px solid #131525;

  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
}
/* Table cells */
td,
th {
  vertical-align: top;
  border: 1px solid #131525;

  padding: 18px;

  color: #131525;
}
/* Table header */
thead th {
  vertical-align: bottom;
  background-color: 

  
  
    
  

  rgba(19, 21, 37, 1.0)

;
  color: #FFFFFF;
}
/* Table footer */
tfoot td {
  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  color: #131525;
}
.video-media{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-media.video-media--paused{

}

.video-media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    display: block;
}

.video-media .video-media__thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: var(--transition);
}

.video-media.video-media--paused .video-media__thumbnail{
    opacity: 1;
}

.video-media .video-media__controls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transition: var(--transition);
}

.video-media:hover .video-media__controls{
    background-color: rgba(0, 0, 0, 0.3);
}

.video-media.video-media--paused .video-media__controls{
    opacity: 1;
    pointer-events: all;
}

.video-media__controls svg{
    transition: var(--transition);
    border: 6px solid #131525;
    border-radius: 100%;
}

.video-media__controls:hover svg{
    border: 6px solid #131525;
}

.video-media__controls svg circle{
    fill: #131525;
    transition: var(--transition);
}

.video-media__controls svg path{
    fill: #fff;
    transition: var(--transition);
}

.video-media__controls:hover svg circle{
    fill: #131525;
}

.video-media__controls:hover svg path{
    fill: #131525;
}

@media screen and (max-width: 767px){

    .video-media__controls svg{
        width: 50px;
        height: 50px;
    }

} 
.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000000;
}
.social-links__icon:active {
  background-color: #3b3d4d;
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #131525;
  font-size: 24px;
}
.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.social-links__icon {
  border-radius: 50%;
  display: inline-flex;
  height: 1.75rem;
  margin: 0 10px 0 0;
  position: relative;
  width: 1.75rem;
  background-color: #131525;
}
.social-links__icon svg {
  fill: #F4F6F9;
  height: 1.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #131525;
}    

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling */

/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.accordion{
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: transparent;
}
.accordion .accordion {
  border-bottom: 1px solid #131525;
}
.accordion .accordion:first-of-type {
  border-top: 1px solid #131525;
}
.accordion .accordion__title-indicator__title span{
  color: #131525;
  font-size: 24px;
}
.accordion:not(.active) .accordion__title-indicator:hover
.accordion__title-indicator__title span {
  color: #FBCC4B !important;
}
.accordion.active .accordion__title-indicator:hover
.accordion__title-indicator__title span {
  color: inherit; 
}
.accordion .accordion__title-indicator{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 0px;
  transition: var(--transition);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 18px 0px;
}
.chevron .accordion__title-indicator-svg path{
  stroke: #131525;
}
.toggle .accordion__title__indicator__plus path{
  fill: #131525;
}
.toggle .accordion__title__indicator__minus rect{
  fill: #131525;
}
.accordion__title-indicator__title {
  width: 90%;
}
.accordion .accordion__title-indicator__title span{
  font-weight: 400;
  transition: 0.15s linear;
}
.accordion.active .accordion__title-indicator__title span{
  font-weight: 600;
}
.accordion__title-indicator .accordion__title__indicator{
  position: relative;
  margin-left: 20px;
}
.accordion__title__indicator__plus{
  width: 20px;
  height: 20px;
  height: auto;
  opacity: 1;
  transition: var(--transition)
}
.accordion.active .accordion__title__indicator__plus{
  opacity: 0;
}
.accordion__title__indicator__minus{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--transition)
}
.accordion.active .accordion__title__indicator__minus{
  opacity: 1;
}
.accordion .accordion__title-indicator-svg{
  min-width: 14px;
  min-height: 7px;
  transform: rotate(0deg);
  transition: var(--transition);
}
.accordion.active .accordion__title-indicator-svg{
  transform: rotate(180deg);
}
.accordion .accordion__content{
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height var(--transition), opacity var(--transition);
  width: 100%;
  line-height: 1.5;
  position: relative;
}
.accordion.active .accordion__content{
  opacity: 1;
  padding: 10px 0px 0px;
}
.accordion.active .accordion__content img{
  border-radius: 8px;
  margin-bottom: 24px;
}
/* Make focus visible on the clickable header */
.accordion__title-indicator[role="button"]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
@media screen and (max-width: 768px) {
  .accordion__title-indicator__title {
    padding-right: 5%;
  }
  .accordion__title-indicator__title span{
    font-size: 1rem;
  }
  .accordion__title__indicator{
    margin-left: 0px!important;
  }
  .accordion .accordion__content{
    width: 100%;
  }
}
.article-card__header {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.article-card__header .block-img,
.article-card__header img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.5s ease;
  will-change: transform;
}

.article-card:hover .article-card__header .block-img,
.article-card:focus-within .article-card__header .block-img,
.article-card:hover .article-card__header img,
.article-card:focus-within .article-card__header img {
  transform: scale(1.06);
}

/* Theme customisations for article cards */

.latest-articles .article-card {
  background: #131525;
}
.latest-articles .article-card .article-card__body {
  padding: 10px 24px 25px;
}
.latest-articles .article-card .article-card__body h3,
.latest-articles .article-card .article-card__body p {
  color: #fff;
}

@media (max-width: 767px) {
  .article-card__footer.button-wrapper {
    padding: 10px 0;
  }
}  
/* Bento Box Footer Spacing Overrides */
.bento-box .column-card__footer {
  padding-left: 0 !important;
  padding-right: 0px !important;
}

/* Adaptable grid for 3 columns & five items */
.bento-box.standard-grid.three-col.cardcount-5 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-areas:
    "a a a a b b c c"
    "a a a a d d d d"
    "e e e e d d d d";
}
.bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(1) { grid-area: a; }
.bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(2) { grid-area: b; }
.bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(3) { grid-area: c; }
.bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(4) { grid-area: e; }
.bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(5) { grid-area: d; }

/* Custom styles for individual boxes on desktop */
@media (min-width: 1024px) {
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(2) h3,
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(3) h3,
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(4) h3 { 
        font-size: 1.3em !important; 
    }
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(2) .column-card__image,
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(3) .column-card__image {
        margin: 15px 0 0 15px;
    }
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(4) { 
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-areas:
        "a a b b"
        "a a c c";
    }
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(4) .column-card__image { grid-area: a; }
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(4) .column-card__image img {
        height: 100%;
        object-fit: cover;
    }
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(4) .column-card__body { grid-area: b; }
    .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(4) .column-card__footer { grid-area: c; }

}

/* Mobile layout */
@media (max-width: 700px) {
  .bento-box.standard-grid.three-col.cardcount-5 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e";
  }
  .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(2) .column-card__image,
  .bento-box.standard-grid.three-col.cardcount-5 > .column-card:nth-child(3) .column-card__image {
      padding: 20px 0 0 20px;
  }
}
/* === COLUMN CONTENT MODULE === */
.column-content {
  z-index: 10;
  min-height: 240px;
}

.column-card {
  overflow: hidden;
  transition: background-color var(--transition);
}

/* Card internals */ 
.column-card__image {
  position: relative;
  overflow: hidden;
}

/* Ensure image wrapper behaves consistently when wrapped in <a> */
.column-card__image a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0; /* removes inline spacing issues */
}

.column-card__image img {
  display: block;
  width: 100%;
  height: revert-layer;
  margin-bottom: 10px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform var(--transition);
  will-change: transform;
  margin-bottom: 10px;
  object-fit: cover;
}

/* Slight image zoom on card hover */
.column-card:hover .column-card__image img,
.column-card:focus-within .column-card__image img {
  transform: scale(1.06);
}

.column-card__body {
  margin-top: 1rem;
  position: relative;
}

.column-card__body hr {
  border-bottom: 4px solid #131525;
  width: 20%;
  margin: 0 0 20px;
}

/* Clickable card */
.column-card.clickable {
  cursor: pointer;
}

.column-card.clickable a {
  text-decoration: none;
  color: #131525;
}

/* Hover content */
.column-card.has-hover-content {
  position: relative;
  --hover-image-height: 450px;
  --hover-overlap: 175px;
}

.column-card.has-hover-content .column-card__image {
  position: relative;
  overflow: hidden;
  max-height: var(--hover-image-height);
  transform: scale(1.01);
}

.column-card.has-hover-content .column-card__body {
  position: relative;
  z-index: 2;
  background: inherit;
  transform: translateY(0);
  transition: transform var(--transition);
  will-change: transform;
}

/* Move the lower content upward to overlap 60% of the image */
.column-card.has-hover-content:hover .column-card__body,
.column-card.has-hover-content:focus-within .column-card__body {
  transform: translateY(calc(var(--hover-overlap) * -1));
}

.column-card h2,
.column-card h3 {
  margin-top: 20px;
}

.column-card.has-hover-content .column-card__body h3 {
  transition: font-size var(--transition);
}
.column-card.has-hover-content:hover .column-card__body {
  padding-top: 1px !important;
  height: 100%;
}
.column-card.has-hover-content:hover .column-card__body h3,
.column-card.has-hover-content:focus-within .column-card__body h3 {
  font-size: 1.25rem !important;
}

/* Main content stays in normal flow so card height remains stable */
.column-card.has-hover-content .column-card__main-content {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition), visibility 0s linear 0s;
}

.column-card.has-hover-content:hover .column-card__main-content,
.column-card.has-hover-content:focus-within .column-card__main-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility 0s linear var(--transition);
}

/* Hover content is layered, so it does not affect layout height */
.column-card.has-hover-content .column-card__hover-content {
  position: absolute;
  width: 90%;
  left: 20px;
  right: 0;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity var(--transition),
    transform var(--transition),
    visibility 0s linear var(--transition);
}

.column-card.has-hover-content .column-card__hover-content > *:first-child {
  margin-top: 0;
}

.column-card.has-hover-content .column-card__hover-content > *:last-child {
  margin-bottom: 0;
}

.column-card.has-hover-content:hover .column-card__hover-content,
.column-card.has-hover-content:focus-within .column-card__hover-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity var(--transition),
    transform var(--transition),
    visibility 0s linear 0s;
}

/* Interim solution for embedded modules within a wider section */
@media screen and (min-width: 769px) and (max-width: 1286px) {
  .column-content.standard-grid {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .column-card.has-hover-content .column-card__hover-content {
    position: relative;
    left: 0px;
    top: 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }
}

/* Mobile “tap to reveal” uses .show-hover instead */
@media (hover: none) and (pointer: coarse) {
  .column-card.has-hover-content.show-hover .column-card__body {
    transform: translateY(calc(var(--hover-overlap) * -1));
  }

  .column-card.has-hover-content.show-hover .column-card__main-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition), visibility 0s linear var(--transition);
  }

  .column-card.has-hover-content.show-hover .column-card__hover-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      opacity var(--transition),
      transform var(--transition),
      visibility 0s linear 0s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .column-card.has-hover-content .column-card__body,
  .column-card.has-hover-content .column-card__body h3,
  .column-card.has-hover-content .column-card__main-content,
  .column-card.has-hover-content .column-card__hover-content {
    transition: none !important;
    transform: none !important;
  }
}
.custom-form {
    /* Submit button styles */
    --hsf-button__font-family: inherit; 
    --hsf-button__font-size: 18px; 
    --hsf-button__color: #FFFFFF; 
    --hsf-button__background-color: 

  
  
    
  

  rgba(251, 204, 75, 1.0)

; 
    --hsf-button__background-image: none; 
    --hsf-button__border-radius: 0px; 
    --hsf-button__box-shadow: none; 
    --hsf-button__padding: 0.7rem 1rem; 
    --hsf-button__hover-background-color: 

  
  
    
  

  rgba(26, 51, 78, 1.0)

; 
    --hsf-button__hover-color: #ffffff;
    /* Remove default padding & margin */
    --hsf-background__padding: 0 !important;
    --hsf-row__vertical-spacing: 10px !important;
}
.custom-form form input[type=text],
.custom-form form input[type=search],
.custom-form form input[type=email],
.custom-form form input[type=password],
.custom-form form input[type=tel],
.custom-form form input[type=number],
.custom-form form input[type=file],
.custom-form form select,
.custom-form form textarea:not(#g-recaptcha-response) {
  display: inline-block !important;
  font-size: 0.875rem !important;
  padding: 0.7rem !important;
  width: 100% !important;
  border: 2px none #D1D6DC;

  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

 !important;
  color: #131525 !important;
  border-radius: 0px !important;
  min-height: 48px;
}
.custom-form form textarea:not(#g-recaptcha-response) {
  border-top: 2px none #D1D6DC !important;
  border-bottom: 2px none #D1D6DC !important;
  border-left: 2px none #D1D6DC !important;
  border-right: 2px none #D1D6DC !important;
  height: 120px;
}
.hero-banner {
    padding: 100px 0;
    overflow: clip;
}
.hero-banner.full-bleed {
    padding: 0;
}
.hero-banner .hero-content {
    margin: 0 auto;
    z-index: 2;
}
.hero-banner.full-bleed .hero-content {
    display: flex;
    align-items: center;
}
.hero-banner .hero-content.center_text {
    max-width: 50%;
}
.hero-banner .hero-content.center_text .text-content { 
    margin: 0 auto;
}
.hero-banner .hero-content.image_left,
.hero-banner .hero-content.image_right {
    order: 1;
    gap: 5%;
}
/* Layout adjustments for full bleed hero banners */
.hero-banner.full-bleed .hero-content.image_left,
.hero-banner.full-bleed .hero-content.image_right {
    max-width: unset;
    min-height: 520px;  
}
.hero-banner.full-bleed .hero-content.image_left .image-content,
.hero-banner.full-bleed .hero-content.image_right .image-content {
  flex: 1 1 auto;
}

/* Overrides button centering when using image left layout */
.hero-banner .hero-content.image_left .button-wrapper.standard-grid {
    margin-left: 0;
    justify-content: left;
}
.hero-banner .hero-content div.image-content {
    min-width: 25%;
}
.hero-banner .hero-content.image_left div.image-content {
    order: 1; 
}
.hero-banner .hero-content.image_left div.text-content {
    order: 2;
}
.hero-banner .hero-content .buttons {
    gap: 30px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hero-banner .hero-content {
      padding-left: 0px !important;
      border-left: none !important;
    }
    .hero-banner .hero-content h1,
    .hero-banner .hero-content p {
      text-align: center !important;
    }
    .hero-banner .hero-content,
    .hero-banner .hero-content.center_text {
        max-width: 90%; 
    }
    .hero-banner .hero-content.image_left,
    .hero-banner .hero-content.image_right {
        flex-direction: column;
        padding: 5%;
    }
    .hero-banner.full-bleed .hero-content.image_left,
    .hero-banner.full-bleed .hero-content.image_right {
        padding: 0;
    }
    .hero-banner.full-bleed .hero-content.image_left .text-content,
    .hero-banner.full-bleed .hero-content.image_right .text-content {
        padding: 10% 10% 5%;
    }
    .hero-banner.content-left .hero-content {
        padding: 20px 20px 0 !important;
        text-align: center;
    }
}
@media (prefers-reduced-motion: reduce) { 
  .hero-bg { transform: none !important; }
}

.simple-hero-banner {
  width: 100%;
}
.simple-hero-banner__inner {
  display: flex;
  min-height: 480px; /* Adjust as needed */
}

/* Two equal 50% columns */
.simple-hero-banner__col {
  flex: 1 1 50%;
}

/* Left column: solid colour, vertical centering */
.simple-hero-banner__col--content {
  background-color: #123456;
  background-image: url('https://143265325.fs1.hubspotusercontent-eu1.net/hubfs/143265325/TFJ%20Website/tfj-hero-bannerrepeat.png');
  display: flex;
  align-items: center;        
  background-size: 100%;
  padding: 40px 40px 40px 20px;
  box-sizing: border-box;
  z-index: 2;
  width: 45%;

}

.simple-hero-banner__content {
  max-width: 578px;
  margin-left: auto;   
  padding-left: 40px;
  position: relative; 
  z-index: 2;     
}

/* Right column: background image */
.simple-hero-banner__col--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  width: 55%;
}

.simple-hero-banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: opacity;
  opacity: 0;
}

/* Default / static states */
.simple-hero-banner__bg--1 {
  opacity: 1;
  z-index: 1;
}
.simple-hero-banner__bg--2 {
  z-index: 2;
}
.simple-hero-banner__bg--3 {
  z-index: 3;
}

/* Optional typography/button styles */
.simple-hero-banner__eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: #cfd8ff;
}

.simple-hero-banner__title {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0 0 1rem;
  color: #ffffff;
}

.simple-hero-banner__text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  color: #ffffff;
}

.simple-hero-banner__button {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  background-color: #ffffff;
  color: #123456;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive behaviour */
@media (max-width: 768px) {
  .simple-hero-banner__inner {
    flex-direction: column;
    min-height: auto;
  }
  .simple-hero-banner__col--content {
    width: 100% !important;
    padding: 40px 40px 40px 20px !important;
    order: 2;
  }
  .simple-hero-banner__col--image {
    width: 100% !important;
    min-height: 260px;
    order: 1;
  }
  .simple-hero-banner__content {
    margin-left: 0;
    padding-left: 0px !important;
  }
  .simple-hero-banner__content::before {
    display: none;
  }
  .simple-hero-banner__col--image::before {
    width: 100% !important;
    background-size: 55% !important;
    background-position-y: 0 !important;
    transform: rotate(270deg);
    opacity: 0.9;
  }
  .simple-hero-banner__title {
    font-size: 2rem;
  }
  .simple-hero-banner__inner {
    flex-direction: column;
    min-height: auto;
    height: auto !important;
  }
  .simple-hero-banner__content .button-wrapper {
    padding-left: 0;
  }
  .hero-banner .standard-grid.two-col.button-wrapper {
    grid-template-columns: repeat(1, auto);
  } 
}

/* Animation */

/* Initial hidden state */
.simple-hero-banner__content h1,
.simple-hero-banner__content p,
.simple-hero-banner__content .button-wrapper {
  opacity: 0;
  transform: translateY(20px);
}

/* Animate in */
.simple-hero-banner__content.is-loaded h1,
.simple-hero-banner__content.is-loaded p,
.simple-hero-banner__content.is-loaded .button-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Stagger timing */
.simple-hero-banner__content.is-loaded h1 {
  transition-delay: 0.1s;
}

.simple-hero-banner__content.is-loaded p {
  transition-delay: 0.25s;
}

.simple-hero-banner__content.is-loaded .button-wrapper {
  transition-delay: 0.4s;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .simple-hero-banner__content h1,
  .simple-hero-banner__content p,
  .simple-hero-banner__content .button-wrapper {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.image-slider { overflow: hidden; }
.image-slider__image {
  height: clamp(220px, 40vw, 520px); /* min, fluid, max */
  max-height: 520px;
}

.image-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* fits within the max height */
  display: block;
}
.slider-navigation--image-slider .swiper-button-prev { left: -10px; }
.slider-navigation--image-slider .swiper-button-next { right: -10px; }  
/* Logo Slider */
.logo-slider{
    position: relative;
    isolation: isolate;
}
.logo-slider::after, 
.logo-slider::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}
.logo-slider::after{
    top: 0;
    right: 0;
}
.logo-slider::before{
    top: 0;
    left: 0;
}
.logo-slider__logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-slider.logo-slider--light .logo-slider__logo img{
 filter: brightness(0) saturate(100%) invert(1);
  -webkit-filter: brightness(0) saturate(100%) invert(1);
} 
.logo-slider.logo-slider--dark .logo-slider__logo img{
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}
.logo-slider__logo img{
    min-height: 70px;
    max-height: 150px;
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 768px){
    .logo-slider__logo img{
        min-height: 30px;

    }
}    
.card__price {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #131525;
  font-size: 24px;
}

.card__body svg {
  fill: #131525;
}
.statistics {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.statistics--content {
  flex-direction: row;
  gap: clamp(100px, 10vw, 200px);
  width: 100%;
}
.statistics__content { width: 30%; }
.statistic-content { padding-left: 10%; }

.statistics__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  width: 100%;
}
.statistics--content .statistics__list { width: 70%; }
.statistics--content .statistics__content h2 { margin-bottom: 0; }

.statistics__list .statistic-number__number {
  font-size: 70px;
  padding-left: 10%;
}

/* Four-per-row modifier */
.statistics--content.statistics--four-per-row .statistics__content { width: 25%; }
.statistics--content.statistics--four-per-row .statistics__list {
  width: 75%;
  gap: 40px;
}
.statistics--content.statistics--four-per-row
  .statistic-number__number,
.statistics--content.statistics--four-per-row
  .statistic-number__prefix,
.statistics--content.statistics--four-per-row
  .statistic-number__suffix { font-size: 56px; }

.statistics--content.statistics--four-per-row .statistic {
  align-items: center;
  text-align: center;
}
.statistics--content.statistics--four-per-row .statistic::after { right: -20px; }

/* Cards */
.statistic {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  min-width: 250px;
  background: #2B2D3E;
  color: #fff;
  padding: 20px 0;
}
.statistic-number {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  letter-spacing: 2px;
}
.statistic-number__prefix,
.statistic-number__suffix {
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
}
.statistic-number__number {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

.statistic-content p { max-width: 200px; }
.statistic-content p:last-of-type { margin-bottom: 0; }

@media (max-width: 1023px) {
  .statistics--content {
    flex-direction: column;
    gap: 40px;
  }
  .statistics--content .statistics__content {
    width: 100%;
    text-align: center;
  }
  .statistics--content .statistics__list {
    width: 100%;
    justify-content: center;
  }
  .statistics .statistic {
    justify-content: center;
    align-items: center;
  }
  .statistics .statistic p { text-align: center; }

  .statistic-number__prefix,
  .statistic-number__suffix { font-size: 40px; }
  .statistic-number__number { font-size: 60px; }
}

@media (max-width: 767px) {
  .statistics__list {
    flex-direction: column;
    gap: 64px;
    justify-content: center;
    align-items: flex-start;
  }
  .statistics .statistic { 
    align-items: flex-start;
    text-align: left; 
    padding-left: 10%;
  }
  .statistics .statistic p {
    text-align: left;
  }
  .statistics .statistic .statistic-number {
    justify-content: center;
    text-align: left;
  }
  .statistics .statistic::after {
    width: 100%;
    height: 2px;
    top: unset;
    bottom: -24px; /* half of the gap */
    right: 0;
    transform: translate(0%, -50%);
  }
  .statistic-content {
    padding-left: 0%;
  }
}
/* Looking for .video-media?  You can find this in css/elements/_video.css */ 

.switchback {
    justify-content: flex-start;
    overflow-y: clip;
}
.switchback.switchback--reverse {
    flex-direction: row-reverse;
}
.switchback-column {
    width: 50%;
}
.switchback-content-wrapper {
    max-width: 624px;
    align-self: flex-end;
}
.switchback--reverse .switchback-content-wrapper {
    align-self: flex-start;
}
@media screen and (min-width: 901px){
    .switchback-column.width6040:first-of-type{ width: 60%;}
    .switchback-column.width6040:last-of-type{ width: 40%; }
    .switchback-column.width4060:first-of-type{ width: 40%;}
    .switchback-column.width4060:last-of-type{ width: 60%; }
    .switchback-column.width7030:first-of-type{ width: 70%; }
    .switchback-column.width7030:last-of-type{ width: 30%; }
    .switchback-column.width3070:first-of-type{ width: 30%; }
    .switchback-column.width3070:last-of-type{ width: 70%; }
}

/* Content */
.switchback-column.switchback-column--content {
    justify-content: center;
    padding: 40px 60px 30px;
}
/* Removing the above if the switchback is inside a centered content dnd section */
[class*="max-width-section-centering"] .switchback-column.switchback-column--content {
    padding: 0px!important;
}
[class*="max-width-section-centering"] .switchback {
    gap: 60px;
}
.switchback-column__cta-wrapper {
    margin-top: 40px;
}

/* Content -> List Items */
.switchback-column__list-item {
    display: flex;
    flex-direction: column;
}
.switchback ul li h5 {
    margin-bottom: 12px;
}
.switchback ul li p:last-of-type {
    margin-bottom: 0px;
}

/* Media */
.switchback-column--media img {
    height: 100%;
    object-fit: cover;
}
.switchback-column--media.switchback-column--media-has-caption {
    align-items: stretch;
}
.switchback-column--media.switchback-column--media-has-caption img {
    height: auto;
}   
.switchback .button-wrapper {
    margin-left: 0px; 
    padding-top: 0px;
}

@media screen and (max-width: 900px){
    .switchback {
        flex-direction: column !important;
    }
    .switchback--media-top {
        flex-direction: column-reverse !important;
    }
    .switchback-column.switchback-column--content h2 {
        margin-bottom: 32px;
    }
    .switchback-column {
        width: 100%;
    }
    .switchback-column.switchback-column--content,
    .switchback--reverse .switchback-column.switchback-column--content {
        padding: 20px;
    }
    .switchback-column__cta-wrapper {
        margin-top: 30px;
    }
    .switchback .standard-grid.two-col.button-wrapper,
    .switchback-media-caption .button-wrapper {
        grid-template-columns: repeat(1, auto);
    }
    .switchback-media-caption .button-wrapper {
        padding-left: 0px;
        margin-top: 20px;
    }
}
/* =========================
   Tabbed Content
   ========================= */

.tabbed-content {
  width: 100%;
}

/* Layout: horizontal (tabs on top) */
.tabbed-content--horizontal {
  display: grid;
  grid-template-columns: 1fr;
}

/* Layout: vertical (tabs left) */
.tabbed-content--vertical {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 900px) {
  .tabbed-content--vertical {
    grid-template-columns: 1fr;
  }
}

/* Tabs container */
.tabbed-content__tabs {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
.tabbed-content--vertical .tabbed-content__tabs {
  flex-direction: column;
  flex-wrap: nowrap;
}

/* Tab button */
.tabbed-content__tab {
  appearance: none;
  background: #131525;
  border: none;
  padding: 1.5rem;
  cursor: pointer;
  transition: background-color var(--transition), border-color var(--transition), transform var(--transition);
  text-align: left;
  position: relative;
}
.tabbed-content__tab:hover {
  background: #131525;
  border: none;
}

/* Active state */
.tabbed-content__tab[aria-selected="true"] {
  background: #131525;
  border: none;
}

/* Inner layout */
.tabbed-content__tab-inner {
  width: 100%;
}
.tabbed-content__label {
  font-weight: 600;
}

/* Icons */
.tabbed-content__icon {
  display: inline-flex;
  line-height: 0;
  max-width: 1.5rem !important;
}
.tabbed-content__icon--left {
  margin-right: .25rem;
}
.tabbed-content__icon--right {
  margin-left: .5rem;
}

/* Panels */
.tabbed-content__panels {
  min-width: 0;
  min-height: var(--tabs-panels-min-height, auto);
}
.tabbed-content--vertical .tabbed-content__panels {
  padding-top: 0;
}
.tabbed-content__panel[hidden] {
  display: none !important;
}

/* Panel content layout */
.tabbed-content__panel-inner {
  align-items: center;
  padding: 40px;
}
.tabbed-content__panel-inner--image-left {
  flex-direction: row-reverse !important;
}

.tabbed-content__panel-inner--full {
  width: 100%;
}
.tabbed-content__text {
  padding: 0 10px;
}
.tabbed-content--horizontal.tabbed-content--tabs-full .tabbed-content__tabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: 100%;
  gap: 0.1rem;
}
.tabbed-content--horizontal.tabbed-content--tabs-full .tabbed-content__tab {
  width: 100%;
  text-align: center;
}

@media (max-width: 900px) {
  .tabbed-content__panel-inner,
  .tabbed-content__panel-inner--image-left,
  .tabbed-content__panel-inner--image-right {
    flex-direction: column;
  }

  .tabbed-content__text,
  .tabbed-content__media {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .tabbed-content--horizontal.tabbed-content--tabs-full .tabbed-content__tabs {
    display: flex;
    flex-direction: column;
  }
  .tabbed-content__panel-inner, .tabbed-content__panel-inner--image-left, .tabbed-content__panel-inner--image-right {
    display: block !important;
  }
  .tabbed-content__panel-inner {
    padding: 20px 14px;
  }
  .tabbed-content__text {
    padding: 0;
  }
  .tabbed-content__media {
    margin-top: 40px;
  }
}

/* Motion preference */
@media (prefers-reduced-motion: reduce) {
  .tabbed-content__tab {
    transition: none;
  }
}
.testimonial-slider-contain {
    padding: 0 0 40px 40px;
    border-left: 8px solid #131525;
    border-bottom: 1px solid #131525;
}
.testimonial-slider-contain h2 {
    margin-bottom: 2rem;
}
.testimonial-slider { 
    position: relative;
    overflow: hidden;
    max-width: 1368px;
}
.testimonial-slider .swiper-slide {
    background: #131525;
    padding: 40px;
    min-height: 465px;
}
.testimonial-slider .swiper-slide figure {
    margin: 0;
}
.testimonial-slider .testimonial-slider__slide-person-image {
    margin-right: 4rem;
}
figcaption.testimonial-slider__slide-details {
    margin: 2rem auto;
    gap: 1.25rem;
}
blockquote.testimonial-slider__slide-quote {
    font-size: 1rem;
    color: #fff;
    border-left: none;
    padding-top: 20px;
    padding-left: 0;
    max-width: 90%;
}
blockquote.testimonial-slider__slide-quote.large-quote {
    font-size: 1.5rem;
}
.testimonial-slider p {
    color: #fff;
}
p.testimonial-slider__slide-person-name {
    font-weight: 600;
    margin: 1rem 0 0;
}
.testimonial-slider__slide-logo img {
    height: auto;
}
.quote-slide__details {
    padding-top: 40px;
}
.slider-navigation--testimonial-slider {
    align-items: baseline !important;
    justify-content: end !important;
}
.slider-navigation--testimonial-slider button {
    position: relative;
    margin-top: -2.7rem;
    padding-left: 0;
    padding-right: 0;
    left: unset;
    right: unset;
}
@media (max-width: 600px) {
    .testimonial-slider-contain {
        padding: 0;
        border-left: none;
        border-bottom: none;
    }
    .slider-navigation--testimonial-slider {
        justify-content: start !important;
    }
    .slider-navigation--testimonial-slider button {
        margin-top: -0.7rem;
        height: 51px;
    }
    figcaption.testimonial-slider__slide-details {
        flex-direction: column;
        gap: 0rem;
        text-align: center;
    }
    .testimonial-slider__slide-quote {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    blockquote.testimonial-slider__slide-quote,
    .testimonial-slider p {
        color: #131525;
    }
    .testimonial-slider__slide-logo {
        border-left: none !important;
        padding-left: 0rem;
    }
    .testimonial-slider__slide-logo img {
        filter: brightness(0);
    }
    .testimonial-slider .swiper-slide {
        display: block;
        padding: 0;
        background: none;
    }
    .testimonial-slider .testimonial-slider__slide-person-image {
        width: 100%;
        margin-right: 0;
    }
}
.history-slider .content-wrapper{
    padding: 0px;
}
.history-slider .slider-navigation {
  width: 180px;
  margin-left: auto;
  margin-bottom: 45px;
}

/* Title */
.history-slider p{
    max-width: 720px;
}
.history-slider p:last-of-type{
    margin-bottom: 0px;
}

/* Slider -> Cards */
.history-slider__image { display: grid; align-content: end; padding-right: 24px; }
.history-slider__slider .alternate .swiper-slide:nth-of-type(even) .history-slider__image { align-content: start; }

.history-slider__separator svg circle {
    fill: #131525;
}
.history-slider__separator {
    margin-top: 12px;
    margin-bottom: 8px;
    order: 2;
}
.history-slider__slide__date{
    color: #131525;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
}
.history-slider__slide{
    margin-right: 24px;
    border-radius: 8px;
    min-height: 246px;
    order: 3; 
}
.history-slider__slider .alternate .swiper-slide:nth-of-type(even) .history-slider__slide{
    order: 1;
}
.history-slider__slide h5{
    margin-bottom: 16px;
}

@media screen and (max-width: 1400px){
    .history-slider .content-wrapper{
        padding: 0px 20px;
    }
}
@media screen and (max-width: 1150px){
     .slider-navigation.slider-navigation--history-slider{
        float: none;
        margin: 25px auto;
    }
}
@media screen and (max-width: 767px){
    .slider-navigation--history-slider .slider-navigation__item.slider-navigation__item--next.swiper-button-disabled{
        opacity: 0;
        pointer-events: none;
    }
    .swiper-slide:last-of-type .history-slider__separator svg rect {
        display: none;
    }
}     
.accordion__title-indicator__title.vacancies-title {
    display: flex;
    align-items: center;
}
.accordion__title-indicator__title.vacancies-title span {
    font-size: 1.3em;
}
.accordion__title-indicator__title.vacancies-title span.tag {
    font-size: 0.7em;
    margin-left: 12px;
}    
.accordion__title-indicator__title.vacancies-title:hover span.tag {
    color: #F4F6F9;
}
.accordion__content .meta_data {
    column-gap: 5%;
    padding-bottom: 10px;
    align-items: center;
}
.accordion__content .meta_data p svg {
    margin-bottom: -6px;
    margin-right: 5px;
}
.accordion__content .meta_data p.contract_type svg {
    margin-bottom: -5px;
}
.accordion__content .button-wrapper {
    display: block;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .accordion__content .button-wrapper {
        padding: 0;
    }
    .accordion__content .button-wrapper a {
        width: 100%;
    }
}
.products-grid.standard-grid.three-col {
    gap: 1.5em
}
.products-listing-page {
    background-color: #2c2d3f;
}
.products-sidebar {
    width: 85%;
    padding-top: 3.5em;
    padding-right: 50px;
}
.products-sidebar h3 {
    color: #fff;
    font-size: 36px;
    border-bottom: 2px solid #FBCC4B;
    padding-bottom: 4px;
    width: fit-content;
}
.products-sidebar form {
    background: none;
}
.products-filter-form .products-filter-group:last-of-type {
    margin-top: 30px;
}
.products-filter-group__title {
    font-size: 24px;
    margin-bottom: 4px;
}
.product-card__image {
    overflow: hidden;
    max-height: 211px;
}
.product-card__image img {
    transition: transform 0.3s ease;
    object-fit: contain;
}
.product-card:hover .product-card__image img {
    transform: scale(1.06);
}
.products-sidebar label,
.product-card__type,
.products-detail-main__type {
    color: #B9CCE5 !important;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}
.products-sidebar p.products-filter-group__title {
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.products-results {
    padding-top: 2em;
}
.product-card {
    background-color: #131525;
    background-image: url(https://143265325.fs1.hubspotusercontent-eu1.net/hubfs/143265325/TFJ%20Website/icons/tfj-clicktriangle.svg);
    background-repeat: no-repeat;
    background-position: bottom right;

    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s ease;
    will-change: opacity, transform;
}
.product-card.is-filter-hidden {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    pointer-events: none;
}
.product-card .product-card__name {
    min-height: 62px;
}
.product-card .product-card__name,
.products-results__count {
    color: #fff;
    margin-top: 10px;
}
.product-card__link, .product-card__link:hover {
    text-decoration: none;
}
.product-card__content {
    padding: 16px 16px 0;
}
.product-card__price {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-top: 1px solid #404259;
    padding-top: 16px;
}
.product-card__price span {
    font-weight: 100;
    font-size: 18px;
}
.product-card__facilities,
.products-detail-main__facilities {
    list-style-type: none;
    padding-left: 0;
}

/* Product Icons */

.facility-item {
    color: #b9cde5;
    margin-right: 8px;
}
.facility-item .facility-item__label {
    display: none;
}
.facility-item__icon {
    display: block;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.facility-item--people {
    width: 44px;
}
.facility-item--people .facility-item__icon {
    width: 20px;
    background-image: url("https://143265325.fs1.hubspotusercontent-eu1.net/hubfs/143265325/TFJ%20Website/icons/tfj-peopleicon.svg");
}
.facility-item--beds {
    width: 62px;
}
.facility-item--beds .facility-item__icon {
    width: 38px;
    background-image: url("https://143265325.fs1.hubspotusercontent-eu1.net/hubfs/143265325/TFJ%20Website/icons/tfj-bedicon.svg");
}
.facility-item--shower .facility-item__icon {
    width: 18px;
    background-image: url("https://143265325.fs1.hubspotusercontent-eu1.net/hubfs/143265325/TFJ%20Website/icons/tfj-showericon.svg");
}
.facility-item--toilet .facility-item__icon {
    width: 17px;
    background-image: url("https://143265325.fs1.hubspotusercontent-eu1.net/hubfs/143265325/TFJ%20Website/icons/tfj-toileticon.svg");
}
.facility-item--kitchen .facility-item__icon {
    width: 20px;
    background-image: url("https://143265325.fs1.hubspotusercontent-eu1.net/hubfs/143265325/TFJ%20Website/icons/tfj-kitchenicon.svg");
}
.facility-item--office .facility-item__icon {
    width: 20px;
    background-image: url("https://143265325.fs1.hubspotusercontent-eu1.net/hubfs/143265325/TFJ%20Website/icons/tfj-officeicon.svg");
}

/* Range Slider Styles */

#price-range {
  -webkit-appearance: none;
  width: 100%;
  max-width: 280px;
  background: transparent;
}

/* Track */
#price-range::-webkit-slider-runnable-track {
  height: 6px;
  background: #fff;
  border-radius: 3px;
}

#price-range::-moz-range-track {
  height: 6px;
  background: #fff;
  border-radius: 3px;
}

#price-range::-ms-track {
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#price-range::-ms-fill-lower,
#price-range::-ms-fill-upper {
  background: #fff;
  border-radius: 3px;
}

/* Thumb */
#price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: #FBCC4B;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
}

#price-range::-moz-range-thumb {
  height: 18px;
  width: 18px;
  background: #FBCC4B;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

#price-range::-ms-thumb {
  height: 18px;
  width: 18px;
  background: #FBCC4B;
  border-radius: 50%;
  cursor: pointer;
}

/* Optional polish */
#price-range::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

#price-range:focus {
  outline: none;
}

/* Single Page Product Detail Styles */

.products-detail-main,
.products-detail-related {
  background-image: url("https://143265325.fs1.hubspotusercontent-eu1.net/hubfs/143265325/TFJ%20Website/tfj-gridbg-light.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.products-detail-main__media,
.products-detail-main__content { 
  width: 50%;
}
.products-detail-main__content {
  padding-left: 60px;  
}
.products-detail-main__content .button.secondary {
  padding-top: 10px;
  padding-bottom: 10px;
}
.products-detail-main__content .button-wrapper a:last-of-type {
  margin-left: -5px;
}
.products-detail-main__content,
.products-detail-main__content h1 {
  max-width: 638px;
}
.products-detail-main__content h1 {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: -2px;
  border-bottom: 8px solid #FBCC4B;  
}
.products-detail-page p,
.products-detail-page h1,
.products-detail-page h2,
.products-detail-page h3,
.products-detail-building .accordion__title-indicator span {
  color: #fff;  
}
.products-detail-page h2 {
  padding-left: 30px;
}
.products-detail-main__price {
  font-size: 24px;
  padding-top: 15px;  
}
.products-detail-main__price span {
  font-weight: 100;
  font-size: 16px;
}
.products-detail-main__primary-image img {
  max-height: 480px;
  object-fit: cover;
}
.products-detail-main__thumbnails {
  padding-top: 10px;
}
button.products-detail-main__thumbnail:first-of-type {
  padding-left: 0px;
}
button.products-detail-main__thumbnail:last-of-type {
  padding-right: 0px;
}
button.products-detail-main__thumbnail {
  width: 100%;
  object-fit: cover;
  background: none;
  border: none;
  padding: 6px;
}
button.products-detail-main__thumbnail:hover {
  border: none;
  background: none;  
}
button.products-detail-main__thumbnail:hover img {
  filter: brightness(1.2);
}
.products-detail-building {
  background-color: #3F4259;
  color: #fff;
}
.products-detail-building__grid {
  padding: 80px 0;
}
.products-detail-building__intro,
.products-detail-related__header div:first-of-type {
  width: 30%;
}
.products-detail-building__content,
.products-detail-related__header div:last-of-type {
  width: 70%;
}
.products-detail-related__grid.standard-grid {
  background-color: #131525;
  padding: 30px;
}
.products-detail-related__grid .product-card {
  background-image: none;
}
.products-detail-building .accordion .accordion {
    border-bottom: 1px solid #fff;
}
.products-detail-building .accordion .accordion:first-of-type {
    border-top: 1px solid #fff;
}
.products-detail-building .chevron .accordion__title-indicator-svg path {
    stroke: #fff;
}
.products-detail-refurbishment { 
    background-color: #f4f6f9;
    padding: 80px 0;
}
.products-detail-refurbishment h2.custom-heading,
.products-detail-refurbishment p {
    color: #131525;
}
.products-detail-refurbishment .switchback-media-caption {
    background-color: #e7edf5;
    padding: 50px;
}
.products-detail-refurbishment .switchback-column.switchback-column--content {
    background-color: #fff;
}
.products-results__empty {
    color: #fff;
}
.products-results__empty p {
    font-size: 1.3em;
    padding-top: 30px;
}
@media (min-width: 768px) {
  .products-sidebar__trigger {
      pointer-events: none; /* Disable toggle on desktop */
  }
}
@media (max-width: 767px) {
  .products-listing-layout.flex-row,
  .products-detail-main__grid.flex-row,
  .products-detail-building__grid.flex-row,
  .products-detail-related__header.flex-row {
    flex-direction: column;
  } 
  .products-sidebar,
  .products-detail-main__media,
  .products-detail-main__content,
  .products-detail-building__intro,
  .products-detail-building__content,
  .products-detail-related__header div:first-of-type,
  .products-detail-related__header div:last-of-type {
    width: 100%;
  }
  .products-detail-main {
    padding: 30px 0;
  }
  .products-detail-main__content {
    order: 1;
    padding-left: 0;
  }
  .products-detail-main__content .button.secondary {
    width: 100%;
  }
  .products-detail-main__content .button-wrapper a:last-of-type {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .products-detail-main__media {
    order: 2;
  }
  .products-sidebar h3 { 
    font-size: 22px;
  }
  .products-sidebar__content {
    display: none;
    padding-top: 20px;
  }
  .products-sidebar.is-expanded .products-sidebar__content {
    display: block; 
  }
  .products-sidebar__trigger {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
  }
  .products-sidebar__trigger::after {
    content: '+';
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
  }
  .products-sidebar.is-expanded .products-sidebar__trigger::after {
    content: '-';
  }
  .products-filter-group__title {
    font-size: 16px;  
  }
  .products-grid.standard-grid {
    padding-top: 0;
  }
  .product-card__facilities {
    flex-direction: row;
  } 
  .products-detail-page h2 {
    padding-left: 0;
    text-align: center;
  }
  .has-grow-left-border::before {
    display: none;
  }
  .products-detail-building__content .accordion-wrap {
    padding: 0 20px;
  }
}      

/* Macros */

/* Filterable Card Listing Skeleton */

.filterable-listing {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}

.filterable-listing__filters-panel {
  width: 100%;
  max-width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.filterable-listing__cards-panel{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
  width: 100%;
}

/* Search */

.filterable-listing__search-input{
  padding: 10px 16px 10px 20px;
  width: 100%;
  border-radius: 55px;
  background-color: transparent;
  border: 1px solid var(--tiber-green);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M1 17L6.11111 11.8889M4.55556 7.22222C4.55556 8.87246 5.21111 10.4551 6.378 11.622C7.5449 12.7889 9.12754 13.4444 10.7778 13.4444C12.428 13.4444 14.0107 12.7889 15.1776 11.622C16.3444 10.4551 17 8.87246 17 7.22222C17 5.57199 16.3444 3.98934 15.1776 2.82245C14.0107 1.65555 12.428 1 10.7778 1C9.12754 1 7.5449 1.65555 6.378 2.82245C5.21111 3.98934 4.55556 5.57199 4.55556 7.22222Z" stroke="%23003934" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 20px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}

/* Filters */

.filterable-listing__filters {
  position: sticky;
  top: 120px;
  left: 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.filterable-listing__filter-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.filterable-listing__filter-title svg {
  transform: rotate(180deg);
  transition: var(--transition);
}

.filterable-listing__filter.filterable-listing__filter--active .filterable-listing__filter-title svg {
  transform: rotate(0deg);
}

.filterable-listing__filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 0px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: var(--transition);
}

.filterable-listing__filter.filterable-listing__filter--active .filterable-listing__filter-options {
  height: 100%;
  max-height: 1000px;
  overflow: visible;
  opacity: 1;
}

.filterable-listing__filter-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: inherit;
  transition: var(--transition);
  text-transform: capitalize;
}

.filterable-listing__filter-option:hover {
  color: var(--teal);
}

.filterable-listing__filter-option input[type="checkbox"]::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="%23003934"/></svg>');
}

.filterable-listing__filter-option input[type="checkbox"]:checked::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" fill="white" stroke="%23003934"/><rect x="4" y="4" width="12" height="12" rx="2" fill="%23008D7F"/></svg>');
}


/* Cards Grid */

.filterable-listing__no-results{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
  pointer-events: all;
}

.filterable-listing__no-results.filterable-listing__no-results--hidden{
  display: none;
  opacity: 0;
  pointer-events: none;
}

/* Card Grid: Base layout */
.filterable-listing__cards {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr); /* fallback/default */
}

/* Modifier: 2 per row */
.filterable-listing__cards--two {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.filterable-listing__cards.filterable-listing__cards--even-gap{
  gap: 30px;
}

/* Responsive Overrides */
@media screen and (max-width: 1165px) {
  .filterable-listing__cards{
    grid-template-columns: repeat(2, 1fr);
  }

  .filterable-listing__cards--two {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  .filterable-listing {
    flex-direction: column;
    gap: 32px;
  }

  .filterable-listing__filters-panel {
    width: 100%;
    max-width: unset;
  }

  .filterable-listing__cards-panel {
    width: 100%;
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .filterable-listing__cards{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
/* Setup */
.filterable-listing-vertical {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 70px;
}

/* Filters */
.filterable-listing-vertical__filters {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.filterable-listing-vertical__filters p {
    margin-bottom: 0px;
}

.checkbox-filter {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    padding: 8px 10px;
    background-color: #cfe5df;
    align-items: center;
    gap: 12px;
    transition: var(--transition);
    cursor: pointer;
    min-width: max-content;
}

.checkbox-filter p {
    color: inherit;
    transition: var(--transition);
}

.checkbox-filter.checkbox-filter--active,
.checkbox-filter:hover {
    background-color: var(--tiber-green);
}

.checkbox-filter.checkbox-filter--active p,
.checkbox-filter:hover p {
    color: white;
}

.checkbox-filter input[type="checkbox"]::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="%23003934"/></svg>');
}

.checkbox-filter:hover input[type="checkbox"]::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="white"/></svg>');
}

.checkbox-filter input[type="checkbox"]:checked::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="white"/><rect x="4" y="4" width="12" height="12" rx="2" fill="white"/></svg>');
}

.filterable-listing-vertical__select{
    display: none;
}

/* Card Grid */
.filterable-listing-vertical__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 1023px) {
    .filterable-listing-vertical__cards:not(.filterable-listing-vertical__cards--two) {
        grid-template-columns: repeat(2, 1fr);
    }
    .filterable-listing-vertical__cards:not(.filterable-listing-vertical__cards--two) > *:nth-child(3) {
        grid-column: 1 / -1;
    }

    .filterable-listing-vertical__cards--two {
        grid-template-columns: repeat(2, 1fr);
    }
    .filterable-listing-vertical__cards--two > *:nth-child(3) {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .filterable-listing-vertical__filters {
        justify-content: flex-start;
    }
    .filterable-listing-vertical__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 1023px) {
    .filterable-listing-vertical__cards--two {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .filterable-listing-vertical {
        gap: 40px;
    }

    .filterable-listing-vertical__filters {
        display: none;
    }

    .filterable-listing-vertical__select {
        display: block;
        font-size: 20px;
        padding: 10px;
        background-color: transparent;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 4px;
    }

    .filterable-listing-vertical__cards{
        grid-template-columns: repeat(1, 1fr)!important;
        gap: 16px;
    }
}
.latest-articles .article-card__body .article-card__meta {
    margin-top: 10px;
    margin-bottom: 12px;
}
.ecs-modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999999;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecs-modal.ecs-modal--show {
    opacity: 1;
    pointer-events: all;
}

.ecs-modal::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--tiber-green);
    opacity: 0.7;
    pointer-events: none;
}

.ecs-modal__content{
    position: relative;
    max-width: 85vw;
    width: 85vw;
    max-height: 90vh;
    background: white;
    border-radius: var(--radius);
    box-shadow: 0 0 50px rgba(0,0,0,0.4);
    overflow-y: auto;
    padding: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    isolation: isolate;
}

.ecs-modal__content * {
    max-width: 100%;
    box-sizing: border-box;
}

.ecs-modal__content iframe,
.ecs-modal__content video {
    width: 100% !important;
    height: auto !important;
    max-height: 60vh;
    display: block;
}

.ecs-modal__content video{
    max-height: unset;
}

.ecs-modal__content:has(video){
    padding: 0px;
}

.ecs-modal__content .video-media{
    z-index: 1;
}

.ecs-modal__content:has(video) .ecs-modal-close-icon svg path{
    fill: white!important;
}

.ecs-modal-close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 2;
}

.ecs-modal-close-icon:hover svg path {
    fill: var(--teal);
    transition: var(--transition);
}


/* Custom Macro Behaviours */

.ecs-modal .video-media.video-media--paused .video-media__controls{
    pointer-events: none;
}

.ecs-modal--show .video-media.video-media--paused .video-media__controls{
    pointer-events: all;
}    

/* Utilities
Framework utility classes and helper classes with ability to override anything that comes before it */

/* ==========================================================================
   Utilities
   - Keep these classes stable (used across modules)
   - Prefer modules/components for anything more opinionated than these
   ========================================================================== */

/* Misc style variables */

:root {
  --transition: 0.3s ease-in-out;
  --box-shadow: 0px 10px 23px -5px rgba(0,0,0,0.05);
  --box-shadow--hidden: 0px 10px 23px -5px rgba(0,0,0,0.0);
  --radius: 10px;
}   

/* ==========================================================================
   Sizing: Width
   ========================================================================== */

.w100  { width: 100%; }
.w66   { width: 66.6666667%; }
.w60   { width: 60%; }
.w50   { width: 50%; }
.w40   { width: 40%; }
.w33   { width: 33.3333333%; }
.wauto { width: auto; }


/* ==========================================================================
   Spacing: Gap
   ========================================================================== */

.gap-xs { gap: .5rem; }
.gap-sm { gap: .75rem; }
.gap-md { gap: 1rem; }
.gap-lg { gap: 1.5rem; }
.gap-xl { gap: 2rem; }

/* Legacy fixed gaps (px-based) */
.gap10 { gap: 10px; }
.gap30 { gap: 30px; }
.gap50 { gap: 50px; }


/* ==========================================================================
   Spacing: Padding
   ========================================================================== */

.pt-0 { padding-top: 0px; }


/* ==========================================================================
   Spacing: Margin
   ========================================================================== */

.mt-0  { margin-top: 0px; }
.mt-sm { margin-top: 1rem; }
.mt-md { margin-top: 2rem; }
.mt-lg { margin-top: 3rem; }

.mb-sm { margin-bottom: 1rem; }
.mb-md { margin-bottom: 2rem; }
.mb-lg { margin-bottom: 3rem; }

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

/* Pattern: center block content */
.center-content { margin: 0 auto; }


/* ==========================================================================
   Positioning
   ========================================================================== */

.posRel { position: relative; }
.posAbs { position: absolute; }

/* ==========================================================================
   Imagery
   ========================================================================== */

.block-img { display: block; width: 100%; max-width: 100%; height: auto; }
.article-card__header .block-img { max-height: 239px; object-fit: cover; }

/* ==========================================================================
   Display & Visibility
   ========================================================================== */

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

@media (max-width: 768px) {
  .hidden-mobile, .hide-mobile { display: none !important; }
  .hide-desktop { display: flex !important; }
}

@media (min-width: 769px) {
  .hidden-desktop { display: none !important; }
}

/* Screen reader only, but visible for assistive technologies */

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

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


/* ==========================================================================
   Background helpers
   ========================================================================== */

.bg-full { background-repeat: no-repeat; background-size: cover; }

.bg-top-left     { background-position: top left; }
.bg-top-right    { background-position: top right; }
.bg-top-center   { background-position: top center; }

.bg-center-left  { background-position: center left; }
.bg-center-right { background-position: center right; }
.bg-center       { background-position: center center; }

.bg-bottom-left  { background-position: bottom left; }
.bg-bottom-right { background-position: bottom right; }
.bg-bottom-center{ background-position: bottom center; }


/* ==========================================================================
   Text helpers
   ========================================================================== */

.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }
.text-upper  { text-transform: uppercase; }


/* ==========================================================================
   Shape helpers
   ========================================================================== */

.perfect-circle { border-radius: 100%; }

/* ==========================================================================
   Blog migration overrides
   ========================================================================== */

.side-image div, .jarallax { background-image: none !important; }
figure.image-container { margin: 0 0 20px !important; }
/* ==========================================================================
   Utilities - Layout
   - Keep these classes stable (used across modules)
   - Prefer modules/components for anything more opinionated than these
   - This file is for utilities related to layout (flexbox, grid, etc.)
    that don't fit in the more general _utilities.css file.
   ========================================================================== */


/* ==========================================================================
   Flexbox helpers
   ========================================================================== */

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-wrap { flex-wrap: wrap; }

/* Pattern: center items (requires display:flex on the element) */
.align-center {
  justify-content: center;
  align-items: center;
}
.items-center { align-items: center; }

/* Justification helpers (requires display:flex on the element) */
.justify-left  { justify-content: left; }
.justify-right { justify-content: right; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

/* ==========================================================================
   Grid: Standard grid system
   ========================================================================== */

.standard-grid{
  display: grid;
  gap: 2rem;
  margin: 0 auto;
  padding: 2rem 0;
}

.standard-grid.two-col   { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.standard-grid.three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1em; }
.standard-grid.four-col  { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Custom grid for button groups to prevent overriding of theme options */
.standard-grid.two-col.button-wrapper { 
  grid-template-columns: repeat(2, auto); 
  gap: 0;
}
.standard-grid.three-col.button-wrapper {
  gap: 0.6em;
}

@media screen and (max-width: 768px) {
  .standard-grid.two-col.button-wrapper {
    /* grid-template-columns: repeat(1, auto); */
    width: 100%;
  }
}

/* Grid responsiveness */
@media (max-width: 992px) {
  .standard-grid {
    padding: 2rem 0;
  }

  /* Cap larger grids at 2 columns on medium screens */
  .standard-grid.three-col,
  .standard-grid.four-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  /* Single column on small screens */
  .standard-grid.two-col,
  .standard-grid.three-col,
  .standard-grid.four-col {
    grid-template-columns: 1fr;
  }

  /* Width utilities collapse to full width on small screens */
  .w66, .w60, .w50, .w40, .w33 { width: 100%; }
}


/* ==========================================================================
   Grid: Adaptable 3-col layout for five items (cardcount-5)
   ========================================================================== */

.standard-grid.three-col.cardcount-5 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-areas:
    "a a b b c c"
    "d e e f f g";
}

.standard-grid.three-col.cardcount-5 > .column-card:nth-child(1) { grid-area: a; }
.standard-grid.three-col.cardcount-5 > .column-card:nth-child(2) { grid-area: b; }
.standard-grid.three-col.cardcount-5 > .column-card:nth-child(3) { grid-area: c; }
.standard-grid.three-col.cardcount-5 > .column-card:nth-child(4) { grid-area: e; }
.standard-grid.three-col.cardcount-5 > .column-card:nth-child(5) { grid-area: f; }

@media (max-width: 1024px) {
  /* 2-up on tablet, last row still splits evenly */
  .standard-grid.three-col.cardcount-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "a b"
      "c e"
      "f f";
  }
}

@media (max-width: 640px) {
  /* 1-up stack on mobile */
  .standard-grid.three-col.cardcount-5 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
      "e"
      "f";
  }
}
/* ==========================================================================
   Utilities - Components
   - Utility classes that are not universal but are used across multiple 
   modules/components.
   ========================================================================== */

/* Default tag style */
.article-card__tags {
  color: #B9CCE5;
}
.tag { 
  color: #B9CCE5;
  font-size: 14px;
  margin-right: 4px;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-tag {
  background-color: #bacce5;
  color: #000;
  text-decoration: none;
  padding: 10px;
  margin-right: 10px;
  display: inline-block;
}
.blog-tag:hover {
  background-color: #9BB4D5;
  text-decoration: none;
  color: #000;
}

/* Swiper.js defaults */
.swiper-wrapper {
  padding: 0;
}
.swiper-slide {
  list-style: none;
}
.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  background-color: transparent; 
  border: none;
  width: auto !important;
}
.swiper-button svg path {
  fill: #131525;
  transition: fill 0.3s ease-in-out;
}
.swiper-button svg rect {
  stroke: #131525;
  transition: stroke 0.3s ease-in-out;
}
.swiper-button:hover svg path {
  fill: #131525;
}
.swiper-button:hover svg rect {
  stroke: #131525;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: transparent;
  border: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -50px !important;
}
.swiper-pagination-bullet-active {
  background-color: #131525 !important;
}

/* Cookie popup adjustments */

.hs-banner-optimization-animation{
  inset: unset!important;
  transform: translate(45%, 70%)!important;
  box-shadow: none!important;
}

.hs-banner-parent{
  position: relative!important;
}

body .cookie-overlay{
  width: 100%;
  height: 100vh;
  background-color: #F4F6F9;
  position: fixed;
  z-index: 1000000000;
  opacity: 0;
  pointer-events: none;
}

body:has(.hs-banner-optimization-animation):not(body:has(.hs-banner-optimization-animation.hs-hidden)) .cookie-overlay{
  opacity: 0.7;
}

/* Custom UL styling */

.switchback-column ul,
.tabbed-content ul,
.column-content ul,
.accordion__content ul,
ul.toc__list,
ul.tfj-list { 
  padding-left: 0;
  margin-left: 0;
}
.switchback-column ul li,
.tabbed-content ul li,
.column-content ul li,
.accordion__content ul li,
ul.toc__list li,
ul.tfj-list li { 
  list-style: none;
  padding-left: 14px;
  margin-left: 0;
  margin-bottom: 18px;
  border-left: 4px solid #FBCC4B;
}

@media (max-width: 767px) {
  .mobile-text-center {
    text-align: center;
    padding: 0 10px;
  }
}