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

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

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

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
    padding: 0;
}

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}
:root {
  /* Layout */
  --max-content-width: 1354px;
  --max-header-height: 640px;

  /* Font families */
  --font-family-header: "Copernicus", sans-serif;
  --font-family-body: "Kentledge", sans-serif;

  /* Fonts */
  --paragraph-font-size: 16px;

  /* Primary colors */
  --primary-blue-color: #0F64BE;
  --primary-purple-color: #A153D9;
  --primary-green-color: #1B2C1D;
  --primary-orange-color: #FE5423;

  /* Secondary colors */
  --secondary-blue-dark-color: #3241BE;
  --secondary-blue-light-color: #78A0FA;
  --secondary-purple-dark-color: #643CA0;
  --secondary-purple-light-color: #AA8CFF;
  --secondary-green-dark-color: #008C82;
  --secondary-green-light-color: #82EBBE;
  --secondary-orange-dark-color: #C83200;
  --secondary-orange-light-color: #FA8C40;

  /* Other colors */
  --white-color: #F2F1EE;
  --black-color: #1e1e1e;
  --grey-backgrounds: #F2F2F2;
  --grey-lines: #DBDBDB;
  --grey-disabled: #767676;
  
  /* Spacing */
  --space-xs: 0.5rem;
  --space-s: 1rem;
  --space-m: 2rem;
  --space-l: 4rem;
  --space-xl: 8rem;
  
  /* Borders */
  --main-border-radius: 16px;
  --buttons-border-radius: 32px;
  
  /* Shadows */
  --card-default-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.32);;
  --card-active-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.08);
  --modal-shadow: 0px 16px 64px 0px #00000029;



  /* new */

  /* Colours - Brand Primary */
  --colours-brand-primary-bright-orange: #FE5423;
  --colours-brand-primary-vibrant-green: #164620;

  /* Colours - Brand Support */
  --colours-brand-support-light-grey: #F2F1EE;
  
  --colours-brand-support-light-green: #DCEDCD;
  --colours-brand-support-dark-green: #1B2C1D;
  --colours-brand-support-desert-brown: #A38354;

  /* Colours - Greys */
  --colours-greys-grey-0-white: #F2F1EE;
  --colours-greys-grey-1-lines-outlines: #A38354;
  --colours-greys-grey-2-description-disabled: #5D6679;
  --colours-greys-grey-3-black: #1B2C1D;

  /* Colours - Support */
  --colours-support-positive: #1FC255;
  --colours-support-negative: #D64545;
  --colours-support-keyboard-focus: #1A66FF80; /* 50% opacity */
  --colours-support-error: #D6454580; /* 50% opacity */
  --colours-support-hover: #1B2C1D0A; /* 4% opacity */
  --colours-support-pressed: #1B2C1D14; /* 8% opacity */
  --colours-support-hover-prominent: #1B2C1D14; /* 8% opacity */
  --colours-support-pressed-prominent: #1B2C1D29; /* 16% opacity */
  --colours-support-background-darkening: #00000080; /* 50% opacity */
  --colours-support-media-darkening: #16462052; /* 32% opacity */

  /* Spacing */
  --Spacing-XS: 8px;
  --Spacing-S: 16px;
  --Spacing-M: 32px;
  --Spacing-L: 64px;
  --Spacing-XL: 128px;

  /* Layout */
  --Layout-Gutter-Mobile: 16px;
  --Layout-Gutter-Desktop: 30px;
  --Layout-Side-Padding-Mobile: 24px;
  --Layout-Side-Padding-Desktop: 32px;
  --Layout-Layout-Spacing: var(--Spacing-XL);
  --Layout-Layout-Padding-Top: var(--Spacing-L);
  --Layout-Layout-Padding-Bottom: var(--Spacing-XL);
  --Layout-Layout-Spacing-Article: var(--Spacing-L);
  --Layout-Layout-Spacing-Checkout: var(--Spacing-M);
  --Layout-12-Col-Grid-Max: 1290px;
  --Layout-8-Col-Text-Max: 880px;
  --Layout-6-Col: 660px;
  --Layout-5-Col: 550px;
  --Layout-4-Col: 410px;
  --Layout-3-Col: 300px;
  --Layout-Split-Layout-Content-Max: 512px;

  /* Components */
  --Components-Component-Height: 48px;
  --Components-Component-Corners: 0px;
  --Components-Card-Modal-Corners: 0px;
  --Components-Media-Corners: 0px;
  --Components-Menu-Bar-Spacing-Desktop: 72px;
  --Components-Menu-Bar-Spacing-Mobile: 80px;
  --Components-Action-Bar-Spacing: 72px;

  /* Screen Sizes */
  --Screen-Mobile-Width: 375px;
  --Screen-Mobile-Height-Minimum: 812px;
  --Screen-Desktop-Width: 1440px;
  --Screen-Desktop-Height-Minimum: 900px;

  /* Fonts */

  --header-links-font-size: 16px;
  --header-links-line-height: 24px;
}



/* CSS variables */

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

/* Mobile layout */

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


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

/* Desktop layout */

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

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

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

/* Body */
p {
  font-size: 1rem;
  color: var(--primary-green-color);
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: 1.5rem;
  margin: var(--Spacing-XS) 0;
}

a, a:visited, a:active, a:hover {
  color: inherit;
  text-decoration: underline;
}

/* Headers */


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
}

h1, .h1 {
  font-family: var(--font-family-header);
  font-weight: 500;
  color: var(--primary-green-color);
  font-size: 5.625rem;
  line-height: 110%;
  letter-spacing: -2.7px;
}

h2, .h2 {
  font-family: var(--font-family-header);
  font-weight: 500;
  color: var(--primary-green-color);
  font-size: 2.125rem;
  line-height: 117.647%;
  letter-spacing: -0.68px;
}

h3, .h3 {
  font-family: var(--font-family-header);
  font-weight: 500;
  color: var(--primary-green-color);
  font-size: 3.125rem;
  line-height: 110%;
  letter-spacing: -1px;
}

h4, .h4 {
  font-family: var(--font-family-header);
  font-weight: 500;
  color: var(--primary-green-color);
  font-size: 1.375rem;
  line-height: 136.364%;
}

h5, .h5 {
  font-family: var(--font-family-body);
  font-weight: 500;
  color: var(--primary-green-color);
  font-size: 1.125rem;
  line-height: 155.556%;
}

h6, .h6 {
  font-family: var(--font-family-body);
  font-weight: 500;
  color: var(--primary-green-color);
  font-size: 1rem;
  line-height: 1.5rem;
}


/* Others */
p.lead,
div.lead {
  font-size: 1.25rem;
  color: var(--colours-greys-grey-2-description-disabled);
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: 1.6rem;
}

.quote {
  color: var(--primary-green-color);
  font-family: var(--font-family-header);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 115%;
}

.stat {
  font-family: var(--font-family-body);
  font-size: 2.5rem;
  color: var(--primary-green-color);
  font-weight: 250;
  line-height: 120%;
}

label, .label {
  font-family: var(--font-family-body);
  font-size: 0.875rem;
  color: var(--colours-greys-grey-2-description-disabled);
  font-family: var(--font-family-body);
  font-weight: 400;
  font-weight: 250;
  line-height: 142.857%;
  margin-bottom: 0;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: var(--Layout-8-Col-Text-Max);

  ul,
  p {
    margin: var(--Spacing-S) 0 0;
  }

  p {
    margin: 0;
  }

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

  ul li {
    font-size: 1rem;
    color: var(--primary-green-color);
    font-family: var(--font-family-body);
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    padding-left: 24px;
    position: relative;

    &:before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--primary-green-color);
      left: 0;
      top: 50%;
      position: absolute;
      transform: translateY(-50%);
    }
  }

  h2 + * {
    margin-top: var(--Spacing-M);
  }

  p + * {
    margin-top: var(--Spacing-S);
  }

  * + h2 {
    margin-top: var(--Layout-Layout-Spacing-Article);
  }
}

.widget-type-rich_text h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px; /* 120% */
}

@media(max-width: 992px) {
  h1, .h1 {
    font-size: 2.25rem !important;
    line-height: 119.444% !important;
    letter-spacing: unset;
  }

  h2, .h2 {
    font-size: 1.75rem !important;
    line-height: 114.286% !important;
    letter-spacing: unset;
  }

  h3, .h3 {
    font-size: 2.25rem !important;
    line-height: 119.444% !important;
    letter-spacing: -0.72px;
  }

  h4, .h4 {
    font-size: 1.375rem !important;
    line-height: 136.364% !important;
  }

  .quote {
    font-size: 1.75rem;
    line-height: 121.429%;
  }

  .widget-type-rich_text h1 {
    font-size: 36px;
    line-height: 54px; /* 150% */
  }
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: var(--Spacing-XS);
}

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

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

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


button,
.button,
.hs-button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: normal;
    color: var(--primary-green-color);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    padding: 12px 32px;
    align-self: center;
    background: var(--white-color);
    position: relative;
    text-decoration: none;

    &:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background: var(--primary-orange-color);
      transition: all 0.3s linear;
    }

    &:hover {
      text-decoration: none;

      &:after {
        width: 100%;
      }
    }

    span {
      position: relative;
      z-index: 3;
      display: flex;
      display: block;
    }

  @media (max-width: 768px) {
    align-self: stretch;
  }
}

/* primary */
.hs-button.primary,
.hs-button.hs-button-primary {
    background: var(--white-color);
}

/* secondary */
.hs-button.hs-button-secondary {
    background: var(--primary-green-color);
    color: var(--white-color);
}

/* link */
.hs-button.hs-button-link {
    font-family: var(--font-family-body);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    padding: 0;
    position: relative;
    background: transparent;
    overflow: hidden;
    padding-bottom: 4px;
    align-items: center;
    display: flex;
    gap: var(--Spacing-XS);
    width: max-content;
    letter-spacing: -0.32px;

    &:after {
      content: '';
      position: absolute;
      left: -100%;
      top: 26px;
      width: 100%;
      height: 2px;
      background: var(--primary-orange-color);
      transition: all 0.3s linear;
    }
}

.hs-button.hs-button-link:hover:after {
    left: 0;
}

/* arrow */
.hs-button.hs-button-arrow {
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-button.hs-button-arrow + .hs-button.hs-button-arrow {
  margin-left: var(--Spacing-S);
}

.hs-button.hs-button-arrow.hs-button-primary svg path {
  fill: var(--primary-green-color);
}

.hs-button.hs-button-arrow.hs-button-secondary svg path {
  fill: var(--white-color);
}

.hs-button.hs-button-arrow.disabled {
  pointer-events: none;

  &:after {
    display: none;
  }
}

/* other - delete? */
/* clean */
.hs-button.hs-button-clean {
    border: 1px solid #000;
    color: var(--black-color);
    background: transparent;
}

.hs-button.hs-button-clean:hover {
    color: var(--white-color);
    border-color: var(--Colours-Accent-1---CTA-Primary-600);
    background: var(--Colours-Accent-1---CTA-Primary-600);
}


button:disabled,
.button:disabled,
.hs-button:disabled {
    background-color: #D0D0D0;
    border-color: #D0D0D0;
    color: #E6E6E6;
}

.header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  padding: var(--Spacing-S) var(--Layout-Side-Padding-Desktop);
  margin: 0 auto;
  max-width: calc(var(--Layout-12-Col-Grid-Max) + var(--Layout-Side-Padding-Desktop) + var(--Layout-Side-Padding-Desktop));
}

.header__left__column__container {
  display: flex;
}

.header__right__column__container {
  display: flex;
  /* max-width: 200px; */
}

.header__left__column__container,
.header__right__column__container {
  display: flex;
}

.header__navigation__container {
  margin: 0 0 0 auto;
}
.header__search__container {
  margin: auto;
}
.header__language-switcher__container {
  display: flex;
}
.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) {
  .header__left__column__container {
    width: 100%;
  }
}

@media (max-width: 1150px) and (min-width: 62rem) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 62rem) {
  .header__container {
    padding: var(--Spacing-S) calc(var(--Spacing-XS)*3);
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 24px 0;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 216px;
  min-width: 216px;
  overflow: hidden;
}

.header__logo .header__logo_light {
  display: none;
}

@media (max-width: 62rem) {
  .header__logo {
    margin: 0 auto 0 0;
    width: 100%;
    max-width: 162px;
    min-width: 162px;
  }
}

.header__logo img {
  max-width: 100%;
  margin-right: 1rem !important;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  margin: 0;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}




.header__search .hs-search-field__input {
  
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  
  height: 45px;
  padding: 0 0.7rem;
  border: 2px solid var(--primary-color);
  border-radius: 30px;
}




.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

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

.hs-search-field__label {
  display: none;
}

@media (min-width: 62rem) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 62rem) {
  .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 {
  border-left: 1px solid var(--primary-orange-color);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  padding-left: var(--Spacing-S);
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 16px;
  padding: var(--Spacing-XS) 0;
  background: transparent;
  overflow: hidden;
}

.header__language-switcher .lang_list_class:before,
.header__language-switcher .lang_list_class:after {
  content: none;
}

.header__language-switcher .lang_list_class li a:hover {
  color: inherit;
}

.lang_list_class li:first-child {
  border-top: none !important;
}

.header__language-switcher .lang_list_class li:last-child {
  border: none;
  background: transparent;
}
.header__language-switcher .lang_list_class .lang_switcher_link {

  &:after {
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-orange-color);
    transition: all 0.3s linear;
  }

  &:hover:after {
    left: 0;
  }
}

.header__language-switcher--label {
  display: flex;
  position: relative;

    &:after {
      content: '';
      position: absolute;
      top: 26px;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--primary-orange-color);
      transition: all 0.3s linear;
    }

    &:hover {
      text-decoration: none;

      &:after {
        width: 100%;
      }
    }
}

.header__language-switcher--label-current {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
  transition: all .3s linear;
  white-space: nowrap;
  color: var(--white-color);
  position: relative;
  padding-right: 28px;
  font-weight: 800;
}

.header__language-switcher--label-current:after {
  content: url(https://8736211.fs1.hubspotusercontent-na1.net/hubfs/8736211/Boost%20Academy/arrow-down.png);
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -2px;
  right: 0;
}

#hs_cos_wrapper_language-switcher {
  width: 0;
  overflow: hidden;
}

#hs_cos_wrapper_language-switcher .hs-language-switcher__button {
  padding: var(--space-xs) var(--space-s) !important;
  border-radius: var(--buttons-border-radius);
  background-color: var(--grey-backgrounds) !important;
}

#hs_cos_wrapper_language-switcher .hs-language-switcher__button .hs-language-switcher__icon {
  display: none;
}

@media (max-width: 62rem) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 62rem) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .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;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
footer {
  width: 100%;
  height: auto;
  background-color: var(--black-color);
  background: var(--colours-brand-support-dark-green);
}

footer * {
  color: var(--colours-greys-grey-0-white);
}

footer .footer-container {
  padding: var(--Spacing-M) var(--Layout-Side-Padding-Desktop);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: var(--max-content-width);
}

footer .footer-container h3 {
  font-family: var(--font-family-body);
  font-size: 18px !important;
  font-weight: 900;
  line-height: 28px !important; /* 155.556% */
}

footer .footer-container p {
  font-size: 14px !important;
  font-weight: 250;
  line-height: 20px !important; /* 142.857% */
}

footer .footer-container p.button-link {
  font-size: 16px !important;
  font-weight: 800;
  line-height: 24px !important;
  letter-spacing: -0.32px;
}

footer .footer-container p.button-link a {
  text-decoration: none;
}

footer .footer-container p.button-link a,
footer .footer-container p.button-link a span {
  display: flex;
  gap: var(--Spacing-XS);
}

footer .row.footer-nav-wrapper p.button-link:first-of-type {
  margin-top: var(--Spacing-S);
}

footer .footer-container .footer-container-top {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: var(--Layout-Gutter-Desktop);
  padding-bottom: var(--Spacing-M);
}

footer .footer-container .footer-container-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content {
  display: flex;
  flex-direction: column;
}

footer .footer-container .footer-container-top h3 {
  margin-top: 0;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content .footer-nav-wrapper {
  display: flex;
  flex-direction: column;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content .footer-nav-wrapper ul {
  margin-left: -40px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-family: var(--font-family-body);
  padding-bottom: calc(var(--space-xs) * 1.5);
  display: flex;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li.link-target-blank.additional-padding {
  padding-top: calc(var(--space-xs) * 4);
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li a {
  text-decoration: none;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li .link-new-window-icon {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 4px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li .link-new-window-icon.linkedin,
footer .footer-container .footer-container-top .footer-menu .footer-menu-content li .link-new-window-icon.youtube {
  left: 0;
  margin-right: 4px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li .link-new-window-icon.youtube {
  top: 1px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li:not(.link-target-blank) .link-new-window-icon {
  display: none;
}

footer .footer-container .footer-container-middle {
  border-top: 1px solid var(--colours-brand-support-desert-brown);
  border-bottom: 1px solid var(--colours-brand-support-desert-brown);
  padding: var(--Spacing-M) 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: var(--Layout-Gutter-Desktop);
}

footer .footer-container .footer-container-middle .forms {
  display: flex;
  gap: var(--Layout-Gutter-Desktop);
  justify-content: space-between;
}

footer .footer-container .footer-container-middle h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

footer .footer-container .footer-container-bottom {
  padding-top: var(--Spacing-M);
}

footer .footer-container .footer-container-bottom p {
  margin: 0;
}

footer .footer-container .footer-container-bottom .footer-privacy-crm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}

footer .footer-container .footer-container-bottom .footer-privacy-crm a {
  text-decoration: none;
  padding-right
}

footer .footer-container .footer-container-bottom .footer-privacy-crm a:first-child {
  padding-right: calc(var(--space-s) * 1.5);
}

footer .footer-container .footer-container-bottom .footer-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .footer-container .footer-container-bottom .footer-logos a {
  text-decoration: none;
}

footer .footer-container .footer-container-bottom .footer-logos img {
  margin-left: var(--space-l);
}



/* -------------------------- */
/*  Footer subscription form  */
/* -------------------------- */

footer input[type="email"] {
  width: 100% !important;
  box-shadow: 0px 2px 2px 0px #0000000A inset;
  box-shadow: 0px 1px 1px 0px #00000014 inset;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--grey-lines);
  border-radius: var(--input-border-radius);
  padding: calc(var(--space-xs) * 1.5) var(--space-s);
}

footer input[type="submit"] {
  border: none;
  padding: 0;
}

footer .hs-submit {
  /* margin-bottom: var(--space-l); */
}

footer .hs-submit:hover input[type="submit"],
footer input[type="submit"]:hover {
  background-color: transparent;
  z-index: 99;
}

footer .footer_logos_12312123 p {
  margin: 0;
}




/* --------------- */
/*  Footer mobile  */
/* --------------- */

@media(max-width: 768px) {
  footer .footer-container {
    padding: var(--space-l) calc(var(--space-s) * 1.5);
    padding: var(--Spacing-M) var(--Layout-Side-Padding-Mobile);
  }

  footer .footer-container .footer-container-top {
    grid-template-columns: 1fr;
  }
  
  footer .footer-container .footer-container-top > div {
    width: 100%;
  }
  
  footer .footer-container .footer-container-top .footer-menu {
    padding-bottom: var(--space-l);
  }

  footer .footer-container .footer-container-bottom {
    flex-direction: column-reverse;
  }

  footer .footer-container .footer-container-middle {
    grid-template-columns: 1fr;
  }

  footer .footer-container .footer-container-middle svg {
    order: 1;
  }

  footer .footer-container .footer-container-middle .forms {
    flex-direction: column;
    gap: var(--Spacing-M);
  }

  footer .footer-container .footer-container-bottom .footer-privacy {
  }
  
  footer .footer-container .footer-container-bottom .footer-logos {
    justify-content: flex-start;
  }
  
  footer .footer-container .footer-container-bottom .footer-logos img {
    display: block;
    margin-bottom: var(--space-m);
    margin-left: 0;
  }

  footer .footer_logos_12312123 p {
    text-align: left !important;
  }
}
/* 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%;
}

/* Date */

.blog-post__timestamp {
  display: block;
  margin-bottom: 0.7rem;
}

/* Author */

.blog-post__author {
  display: flex;
  margin-bottom: 1.4rem;
  align-items: center;
}

.blog-post__author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-post__author-name,
.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
  text-decoration: none;
}

/* Content */

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

/* Comments */

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus,
.blog-comments .comment-reply-to:active {
  background-color: transparent;
  text-decoration: underline;
}


.blog-post-section {
  margin: var(--Layout-Layout-Spacing-Article) auto;
  padding: 0 var(--Spacing-M);
  max-width: var(--max-content-width);
  
  &.first {
    margin-top: 117px;
    margin-bottom: 0;
    padding: 0;
    max-width: 100vw;

    @media (max-width: 1024px) {
      margin-top: 112px;
    }
  }

  &.last {
    background: var(--white-color);
    padding-top: var(--Spacing-L);
    padding-bottom: var(--Spacing-L);
    margin-top: var(--Spacing-XL);
    margin-bottom: 0;
  }

  @media (max-width: 1024px) {
    padding: 0 var(--Layout-Side-Padding-Mobile);
  }
}

.blog-post-section-full {
  max-width: 100vw;

  &.bgc-white {
    background: var(--white-color);
  }
}
.blog-listing-section {
  margin: var(--Layout-Layout-Spacing-Article) auto;
  padding: 0 var(--Spacing-M);
  max-width: var(--max-content-width);
  display: flex;

  & > div {
    flex-grow: 1;
  }
  
  &.first {
    justify-content: space-between;
    gap: var(--Spacing-S);

    @media (max-width: 1024px) {
      margin-top: 112px;
      flex-direction: column;
    }
  }

  &.last {
    background: var(--white-color);
    padding-top: var(--Spacing-L);
    padding-bottom: var(--Spacing-L);
    margin-top: var(--Spacing-XL);
    margin-bottom: 0;
  }

  .column.with-filters {
    display: flex;
    justify-content: flex-end;

    @media (max-width: 1024px) {
      justify-content: stretch;
    }
  }

  @media (max-width: 1024px) {
    padding: 0 var(--Layout-Side-Padding-Mobile);
  }
}

.blog-listing-section-full {
  max-width: 100vw;

  &.bgc-white {
    background: var(--white-color);
  }
}

.hs-blog-post-listing.hs-blog-post-listing--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--Spacing-L) var(--Layout-Gutter-Desktop);

  .blog-feed-carousel-item {
    width: calc(100vw - 48px);
    height: auto;
    display: flex;
    flex-direction: column;
    padding: var(--Spacing-M);
    flex-shrink: 0;
    scroll-snap-align: start;
    min-height: 336px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: space-between;
    text-decoration: none;
    transition: all 0.4s ease-in-out;

    * {
      color: var(--white-color);
    }

    .hs-button.hs-button-link {
      align-self: flex-start;
      width: 100%;
      text-align: left;
    }

    @media screen and (min-width: 1024px) {
      width: 410px;
      min-height: 510px;
    }
  }


  @media screen and (max-width: 1024px) {
    grid-template-columns: 1fr;
  }
}

/* 1a. Containers */



/* 1b. Colors */





.dnd-section,
.content-wrapper--vertical-spacing {
  padding: var(--Spacing-L) var(--Spacing-M);
}

.body-wrapper {
  /* max-width: var(--max-content-width); */
  margin: auto;
  overflow: hidden;
}

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

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.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: 1024px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--Spacing-L) var(--Layout-Side-Padding-Mobile);;
  }
}

@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;
  }
  
  .desktop {
    display: none;
  }
  
  .mobile {
    display: block;
  }
}

body {
  background: var(--colours-brand-support-light-green);

  &.overflow-disabled {
    overflow: hidden;
  }
}

@font-face {
  font-family: "Copernicus";
  src: url(//8736211.fs1.hubspotusercontent-na1.net/hubfs/8736211/raw_assets/public/easy-blocks-boost-academy/fonts/Copernicus/Copernicus-Medium.ttf);
}

@font-face {
  font-family: "Kentledge";
  src: url(//8736211.fs1.hubspotusercontent-na1.net/hubfs/8736211/raw_assets/public/easy-blocks-boost-academy/fonts/kentledge/Kentledge%20Thin.otf);
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kentledge";
  src: url(//8736211.fs1.hubspotusercontent-na1.net/hubfs/8736211/raw_assets/public/easy-blocks-boost-academy/fonts/kentledge/Kentledge%20Regular.otf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kentledge";
  src: url(//8736211.fs1.hubspotusercontent-na1.net/hubfs/8736211/raw_assets/public/easy-blocks-boost-academy/fonts/kentledge/Kentledge%20Bold.otf);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kentledge";
  src: url(//8736211.fs1.hubspotusercontent-na1.net/hubfs/8736211/raw_assets/public/easy-blocks-boost-academy/fonts/kentledge/Kentledge%20Extra%20Bold.otf);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}