/* beautify ignore:start */
/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/* RESET DECLARATIONS */
*,
*: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 {
  /* We set line-height using fields.json 
  line-height: 1.15; */
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/* Remove default margin in all browsers */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 
 h1 {
   font-size: 2em;
  }
*/
  


/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

/* a {
  background-color: transparent;
} */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 700, bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* 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 */
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* TABLE FILE RULES */
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}
/****************Responsive Font*****************/
@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    
    h1.title--homepage {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }
}
.content-wrapper {
    margin: 0 auto;
    padding: 0 24px;
}

.dnd-section>.row-fluid {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .content-wrapper {
        padding: 0 24px;
    }
}

@media screen and (min-width: 1024px) {
    /* .content-wrapper {
        padding: 0 120px;
    } */
}

/* @media (min-width: 1440px) {
  .dnd-section .dnd-column .content-wrapper {}
} */

@media screen and (min-width: 1280px) {
    .content-wrapper {
        padding: 0 120px;
    }

    .header-partials__inner-wrapper {
        height: 48px;
        max-width: 100%;
        padding: 0;
        margin-left: 48px;
        margin-right: 48px;
    }
}

/* @media screen and (min-width: 1940px) {
  .content-wrapper {}
} */

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSerif-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSerif-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSerif-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSerif-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSerif-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('https://4680098.fs1.hubspotusercontent-na1.net/hubfs/4680098/CLP%20Website%20Assets/Fonts/IBMPlexSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* body {
  line-height: 1.4;
  word-break: break-word;
} */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
    line-break: strict;
    word-break: break-all;
}

/* Paragraphs */

/* p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
} */

/* Anchors */

a {
    cursor: pointer;
}

/* 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;
  margin: 0 0 1.4rem;
  padding-left: 15px;
} */

/* Horizontal rules */

hr {
    border: none;
    border: 1px solid var(--grey-400);
    margin: 16px 0;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    margin-left: 25px;
    /*list defaults should have margin for the :marker */
}

p+*,
ul+*,
ol+* {
    margin-top: 16px;
}

p {
    max-width: 1200px;
    max-width: 96ch;
}

.text {

    width: auto;
    /* should be set at the module level as it will depend on the designm as well at the alignment of the text 
  max-width: 960px;
  max-width: 96ch;
  list-style-position: inside; /* lists are not .text
  */
    /* client has asked for a max width on all text */
    max-width: 1200px;
    max-width: 96ch;
}

.title {
    /* width: fit-content; overrides module alignment setting */
    display: inline-block;
    margin: 0 auto;
}

.text+.base__custom-content {
    margin-top: 8px;
}

.title--hover-parent {}

.title--xl {}

.title--xxl {}

.title--xl {}

.title--lg {}

.title--md {}

.title--rg {}

.title--sm {}
/* beautify ignore:start */
/* 1d. Buttons */












[type='button'],
[type='reset'],
[type='submit'],
button,
.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: 2px solid #fff0;

  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #fff0;
  border-radius: 3px;
  text-transform: none;
  letter-spacing: 0.3px;
  height: fit-content;
  white-space:nowrap;
  line-height: 1.5;
  user-select: none;
  position: relative;
}

.simple_link {
  padding: 8px 0px;
}

[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
button:disabled,
.button:disabled {
  background-color: #666f80;
  border-color: #666f80;
  color: #FFFFFF;
  background-color: var(--grey_700);
  border-color: var(--grey_700);
  color: var(--grey_000);
}

/* 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;
  text-align: left;
  text-decoration: none;
  transition: none;
}

[type='button']:focus,
[type='reset']:focus,
[type='submit']:focus,
button:focus,
.button:focus,
.button:focus span,
.button:focus svg path {
  border-color: var(--grey-300);
  color: #FFFFFF;
  fill: #FFFFFF
}

[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
button:hover,
.button:hover,
.button:hover span,
.button:hover svg path,
[type='button']:active,
[type='reset']:active,
[type='submit']:active,
.button--ghost:active,
button:active,
.button:active,
.button:active span,
button:active:focus,
.button:active:focus,
.button:active:focus span  {
  color: var(--grey-500);
  fill: var(--grey-500);
  border-color: transparent;
}

.text-light .hs-submit .actions::after {
  content:" ";
  position: absolute;
  border-bottom: 1px solid var(--grey-000); 
  height:1px; 
  left: 0;
  right: 0;
  bottom: 3px;
}

.text-dark .hs-submit .actions::after {
  content:" ";
  position: absolute;
  border-bottom: 1px solid var(--primary-200); 
  height:1px; 
  left: 0;
  right: 0;
  bottom: 3px;
}

.hs-submit .actions:hover::after {
  border-bottom-color: var(--grey-300);
}

.text-dark .hs-submit .actions input::after {
  border-color: var(--grey-400);
}

.text-dark .hs-submit .actions input:hover::after {
  border-color: var(--highlight-300);
}

.text-dark .hs-button {
  color: var(--primary-200);
}

.text-light [type='button']:focus,
.text-light [type='reset']:focus,
.text-light [type='submit']:focus,
.text-light button:focus,
.text-light .button:focus,
.text-light .button:focus span,
.text-light .button:focus svg path {
  color: var(--grey-000);
  fill: var(--grey-000);
}


.text-dark [type='button']:focus,
.text-dark [type='reset']:focus,
.text-dark [type='submit']:focus,
.text-dark button:focus,
.text-dark .button:focus,
.text-dark .button:focus span,
.text-dark .button:focus svg path {
  color: var(--primary-200);
  fill: var(--primary-200);
}

.text-light [type='button']:hover,
.text-light [type='reset']:hover,
.text-light [type='submit']:hover,
.text-light .button--ghost:hover,
.text-light button:hover,
.text-light .button:hover,
.text-light .button:hover span,
.text-light .button:hover svg path,
.text-light [type='button']:active,
.text-light [type='reset']:active,
.text-light [type='submit']:active,
.text-light .button--ghost:active,
.text-light button:active,
.text-light .button:active,
.text-light .button:active span,
.text-light .button:active svg path,
.text-light button:active:focus,
.text-light .button:active:focus,
.text-light .button:active:focus span,
.text-light .button:active:focus svg path {
  color: var(--grey-000);
  fill: var(--grey-000);
  border-color: transparent;
}

.text-dark [type='button']:hover,
.text-dark [type='reset']:hover,
.text-dark [type='submit']:hover,
.text-dark .button--ghost:hover,
.text-dark button:hover,
.text-dark .button:hover,
.text-dark .button:hover span,
.text-dark .button:hover svg path,
.text-dark [type='button']:active,
.text-dark [type='reset']:active,
.text-dark [type='submit']:active,
.text-dark .button:active,
.text-dark button:active, 
.text-dark .button:active span,
.text-dark .button:active svg path,
.text-dark .button:active:focus,
.text-dark button:active:focus, 
.text-dark .button:active:focus span,
.text-dark .button:active:focus svg path {
  color: var(--primary-200);
  fill: var(--primary-200);
  border-color: transparent;
}

/* Primary Button */

.button--primary {
  background-color: #fff0;
  color: #FFFFFF;
  font-weight: 700;
}

.text-light .button--primary::after {
  content:" ";
  position: absolute;
  border-bottom:1px solid var(--grey-000); 
  height:1px; 
  left: 0;
  right: 0;
  bottom: 3px;
}

.text-dark .button--primary::after,
.text-dark .hs-submit .actions input::after {
  content:" ";
  position: absolute;
  border-bottom:1px solid var(--primary-200); 
  height:1px; 
  left: 0;
  right: 0;
  bottom: 3px;
}

.text-light .button--primary:focus,
.text-light .button--primary:focus span,
.text-light .button--primary:focus svg path {
  color: var(--grey-000);
  fill: var(--grey-000);
}

.text-dark .button--primary:focus,
.text-dark .button--primary:focus span,
.text-dark .button--primary:focus svg path,
.text-dark .hs-submit .actions input{
  color: var(--grey-900);
  fill: var(--grey-900);
}

.text-light .button--primary:focus::after {
  border-bottom-color: var(--grey-000);
}

.text-dark .button--primary:focus::after,
.text-dark .hs-submit .actions input:focus::after {
  border-bottom-color: #000;
}

.text-light .button--primary:hover,
.text-light .button--primary:hover span,
.text-light .button--primary:hover svg path,
.text-light .button--primary:active,
.text-light .button--primary:active span,
.text-light .button--primary:active svg path,
.text-light .button--primary:active:focus,
.text-light .button--primary:active:focus span,
.text-light .button--primary:active:focus svg path {
  color: var(--highlight-300);
  fill: var(--highlight-300);
  border-color: transparent;
} 

.text-dark .button--primary:hover,
.text-dark .button--primary:hover span,
.text-dark .button--primary:hover svg path,
.text-dark .button--primary:active,
.text-dark .button--primary:active span,
.text-dark .button--primary:active svg path,
.text-dark .button--primary:active:focus,
.text-dark .button--primary:active:focus span,
.text-dark .button--primary:active:focus svg path {
  color: var(--highlight-100);
  fill: var(--highlight-100);
  border-color: transparent;
} 


.text-light .button--primary:hover::after,
.text-light .hs-submit .actions:hover::after,
.text-light .hs-submit .actions:active::after  {
  border-bottom-color: var(--highlight-300);
}

.text-light .hs-submit .actions:hover input,
.text-light .hs-submit .actions:active input {
  color: var(--highlight-300);
  fill: var(--highlight-300);
}

.text-dark .button--primary:hover::after,
.text-dark .hs-submit .actions:hover::after,
.text-dark .hs-submit .actions:active::after {
  border-bottom-color: var(--highlight-100);
}

.text-dark .hs-submit .actions:hover input,
.text-dark .hs-submit .actions:active input {
  color: var(--highlight-100);
  fill: var(--highlight-100);
}

/* end Primary Button */

/* Secondary Button */


.text-light .button--secondary:focus,
.text-light .button--secondary:focus span,
.text-light .button--secondary:focus svg path {
  color: var(--grey-000);
  fill: var(--grey-000);
} 

.text-dark .button--secondary:focus,
.text-dark .button--secondary:focus span,
.text-dark .button--secondary:focus svg path {
  color: var(--grey-900);
  fill: var(--grey-900);
}

.text-light .button--secondary:focus::after,
.text-dark .button--secondary:focus::after {
  border-bottom: none;
}

.text-light .button--secondary:hover,
.text-light .button--secondary:hover span,
.text-light .button--secondary:hover svg path,
.text-light .button--secondary:active,
.text-light .button--secondary:active span,
.text-light .button--secondary:active svg path,
.text-light .button--secondary:active:focus,
.text-light .button--secondary:active:focus span,
.text-light .button--secondary:active:focus svg path {
  color: var(--highlight-300);
  fill: var(--highlight-300);
  border-color: transparent;
} 



.text-dark .button--secondary:hover,
.text-dark .button--secondary:hover span,
.text-dark .button--secondary:hover svg path,
.text-dark .button--secondary:active,
.text-dark .button--secondary:active span,
.text-dark .button--secondary:active svg path,
.text-dark .button--secondary:active:focus,
.text-dark .button--secondary:active:focus span,
.text-dark .button--secondary:active:focus svg path {
  color: var(--highlight-100);
  fill: var(--highlight-100);
  border-color: transparent;
} 

.text-light .button--secondary:hover::after {
  content:" ";
  position: absolute;
  border-bottom:1px solid var(--highlight-300); 
  height:1px; 
  left: 0;
  right: 0;
  bottom: 3px;
}

.text-dark .button--secondary:hover::after {
  content:" ";
  position: absolute;
  border-bottom:1px solid var(--highlight-100); 
  height:1px; 
  left: 0;
  right: 0;
  bottom: 3px;
}

/* end Secondary Button */

/* Ghost Button */

.text-light .button--ghost,
.text-dark .button--ghost {
  padding-left: 12px;
  padding-right: 12px;
}

.text-light .button--ghost {
  border-color: var(--grey-000);
}

.text-dark .button--ghost {
  border-color: var(--grey-500);
}

.text-light .button--ghost:focus {
  outline: 2px solid var(--grey-500);
  outline-offset: 2px;
}


.text-light .button--ghost:focus,
.text-light .button--ghost:focus span,
.text-light .button--ghost:focus svg path {
  border-color: var(--grey-000);
}


.text-dark .button--ghost:focus {
  outline: 2px solid var(--grey-300);
  outline-offset: 2px;
}

.text-dark .button--ghost:focus,
.text-dark .button--ghost:focus span,
.text-dark .button--ghost:focus svg path {
  border-color: var(--grey-500);
}

.text-light .button--ghost:hover,
.text-light .button--ghost:hover span,
.text-light .button--ghost:hover svg path,
.text-light .button--ghost:active,
.text-light .button--ghost:active span,
.text-light .button--ghost:active svg path,
.text-light .button--ghost:active:focus,
.text-light .button--ghost:active:focus span,
.text-light .button--ghost:active:focus svg path {
  border-color: var(--highlight-300);
  color: var(--grey-000);
  fill: var(--grey-000);
}

.text-dark .button--ghost:hover,
.text-dark .button--ghost:hover span,
.text-dark .button--ghost:hover svg path,
.text-dark .button--ghost:active,
.text-dark .button--ghost:active span,
.text-dark .button--ghost:active svg path,
.text-dark .button--ghost:active:focus,
.text-dark .button--ghost:active:focus span,
.text-dark .button--ghost:active:focus svg path {
  border-color: var(--highlight-100);
  color: var(--grey-900);
  fill: var(--grey-900);
}

/* end Ghost Button */

/* HS form submit button - most styles inherited from standard button */

.hs-submit {
  margin-top: 16px;
}

.hs-submit .actions {
  width: fit-content;
  margin: auto;
  position: relative;
  transition: all .15s linear;
}



.text-left .hs-submit .actions {
  margin-left: 0;
}

.text-right .hs-submit .actions {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .hs-submit {
    margin-top: 16px;
  }
}

/* end HS Form submit button */

.button--nav {
  background-color: #15ffd5;
  font-size: 16px;
  font-weight: 600;
  border-radius: 32px;
  color: var(--grey-900);
  padding: 4px 12px
}

.text-light .button--homepage *,
.text-dark .button--homepage * {
  color: var(--highlight-300);
  fill: var(--highlight-300);
}

.text-light .button--homepage:hover *,
.text-dark .button--homepage:hover {
  color: var(--secondary-000);
  fill: var(--secondary-000);
  border-color: transparent;
}

.button--nav:hover span,
.button--nav:focus span {
  color: var(--grey-900) !important;
}

.button--icon {
  position: relative;
}

.button svg {
  margin-left: 4px;
}

.button img {
  vertical-align: middle;
  margin-right: 8px;
}


/* beautify ignore:end */

.button--left {
    justify-content: flex-start;
    padding-left: 0;
    /* border-left: 0; */
}
/* Fields */

/* .hs-form-field {
  margin-bottom: 1.4rem;
} */

/* Labels */

/* form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
} */

/* Help text */

/* form legend {
  font-size: 0.875rem;
} */

/* Inputs */

/* form input[type=text],
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 fieldset {
  max-width: 100% !important;
} */

.no-list.hs-error-msgs,
/*system pages*/
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 

/* Submit button */
/*
form input[type=submit],
form .hs-button {
    {
      {
      button_border
    }
  }

    {
      {
      button_spacing
    }
  }

    {
      {
      button_font.style
    }
  }

  ;

  background-color: {
      {
      button_bg_color
    }
  }

  ;

  border-radius: {
      {
      button_corner_radius
    }
  }

  ;

  color: {
      {
      button_font.color
    }
  }

  ;

  font-size: {
      {
      button_font.size~button_font.size_unit
    }
  }

  ;

  text-transform: {
      {
      button_text_transform
    }
  }

  ;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba( {
        {
        color_variant(theme.buttons.background.color.color, -40)|convert_rgb
      }
    }

    , {
        {
        theme.buttons.background.color.opacity / 100
      }
    }

  );

  border-color: {
      {
      color_variant(theme.buttons.border.border.top.color, -40)
    }
  }

  ;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba( {
        {
        color_variant(theme.buttons.background.color.color, 40)|convert_rgb
      }
    }

    , {
        {
        theme.buttons.background.color.opacity / 100
      }
    }

  );

  border-color: {
      {
      color_variant(theme.buttons.border_color.color, 40)
    }
  }

  ;
}

*/




::placeholder {
  color: inherit;
  opacity: 0.5;
  font-family: inherit;
  font-size: inherit;
}

/* Inputs - checkbox and radio */

input[type=checkbox]+label,
input[type=checkbox]+span,
input[type=radio]+span {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}

input[type=checkbox]+label:before,
input[type=checkbox]+span:before,
input[type=radio]+span:before {
  content: '';
  background: #fff;
  display: block;
  width: 24px;
  height: 24px;
  padding: 2px;
  border: 1px solid var(--grey-900);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=radio]+span:before {
  border-radius: 50%;
}

input[type=checkbox]:checked+label:before,
input[type=checkbox]:checked+span:before,
input[type=radio]:checked+span:before {
  background-color: var(--grey-900);
  box-shadow: 0px 0px 0px 7px rgb(255 255 255) inset;
  -webkit-box-shadow: 0px 0px 0px 7px rgb(255 255 255) inset;
  -moz-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 1) inset;
}


input[type=checkbox],
input[type=radio] {
  display: none;
}



.hs-form-checkbox,
.hs-form-radio {
  padding-bottom: 12px;
}

.hs-form-checkbox .hs-form-checkbox-display,
.hs-form-booleancheckbox .hs-form-booleancheckbox-display,
.hs-form-radio .hs-form-radio-display {
  cursor: pointer;
}

.hs-form-checkbox:first-child,
.hs-form-radio:first-child {
  padding-top: 12px;
}

.hs-form-checkbox:last-child,
.hs-form-radio:last-child {
  padding-bottom: 0;
}

.hs-fieldtype-file .input {
  display: none;
}

.hs-fieldtype-file label {
  color: #1a1a1a;
  width: 100%;
  position: relative;
}

.text-light .hs-fieldtype-file label {
  color: var(--grey-000);
}

.hs-fieldtype-file label:hover::before {
  border-color: var(--grey-900);
}

.hs-fieldtype-file label:before {
  content: attr(data-before);
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48cGF0aCBmaWxsPSIjNjY2NjY2IiBkPSJNNTM3LjYgMjI2LjZjNC4xLTEwLjcgNi40LTIyLjQgNi40LTM0LjYgMC01My00My05Ni05Ni05Ni0xOS43IDAtMzguMSA2LTUzLjMgMTYuMkMzNjcgNjQuMiAzMTUuMyAzMiAyNTYgMzJjLTg4LjQgMC0xNjAgNzEuNi0xNjAgMTYwIDAgMi43LjEgNS40LjIgOC4xQzQwLjIgMjE5LjggMCAyNzMuMiAwIDMzNmMwIDc5LjUgNjQuNSAxNDQgMTQ0IDE0NGgzNjhjNzAuNyAwIDEyOC01Ny4zIDEyOC0xMjggMC02MS45LTQ0LTExMy42LTEwMi40LTEyNS40ek0zOTMuNCAyODhIMzI4djExMmMwIDguOC03LjIgMTYtMTYgMTZoLTQ4Yy04LjggMC0xNi03LjItMTYtMTZWMjg4aC02NS40Yy0xNC4zIDAtMjEuNC0xNy4yLTExLjMtMjcuM2wxMDUuNC0xMDUuNGM2LjItNi4yIDE2LjQtNi4yIDIyLjYgMGwxMDUuNCAxMDUuNGMxMC4xIDEwLjEgMi45IDI3LjMtMTEuMyAyNy4zeiI+PC9wYXRoPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left 10px center;
  position: absolute;
  width: 49%;
  height: 43px;
  padding: 10px 12px 10px 40px;
  top: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

/* 
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;
}
/* 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: var(--primary-000);
  margin-left: 2px;
}

.hs-input.invalid.error {
  border-color: var(--error-color);
}

.hs-error-msgs {
  bottom: -25px;
  left: 0;
  position: absolute;
  z-index: 999;
}

/* .hs-error-msgs:before {
  content: '';
  position: absolute;
  left: 24px;
  top: -8px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--error-color);
} */

/* .hs-error-msgs li {
  padding: 8px 16px;

} */

.no-list.hs-error-msgs li label,
.no-list.hs-error-msgs li label a,
.legal-consent-container .hs-error-msgs label,
.legal-consent-container .hs-error-msgs label a,
.hs-error-msgs li .hs-error-msg a,
  .hs-error-msgs li .hs-error-msg {
  color: var(--primary-000) !important;
  font-size: 0.8rem;
}

.hs_error_rollup {
  margin-bottom: 16px;
}

.hs_error_rollup .hs-error-msgs {
  position: relative;
  border: 1px solid var(--error-color);
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 4px;
}

.hs_error_rollup .hs-error-msgs li label {
  color: var(--error-color);
}

.hs_error_rollup .hs-error-msgs:before {
  border-bottom-color: transparent;
}


@media (max-width: 767px) {

  .call-out__form-wrapper form {
    width: 100%;
  }

  .hs-form-field {
    flex-direction: column;
  }

  .hs-form-field>label {
    width: 100%;
    padding-top: 32px;
    /* padding: 10px 0; */
  }

  .hs-form-field .hs-field-desc {
    margin-left: 0;
    padding: 0;
  }

  .hs-form-field .input {
    width: 100%;
  }

  .hs-error-msgs {
    bottom: 0;
    top: 122px;
  }

  .no-list.hs-error-msgs li label,
  .no-list.hs-error-msgs li label a,
  .legal-consent-container .hs-error-msgs label,
  .legal-consent-container .hs-error-msgs label a,
  .hs-error-msgs li .hs-error-msg a,
    .hs-error-msgs li .hs-error-msg {
    font-size: 0.7rem;
  }

  .hs-error-msgs li .hs-error-msg {
    display: flex;
  }

}

/* 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;
} */

/* 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;
  gap: 8px;
}

.header__language-switcher--label .lang_list_class {
  width: fit-content;
  min-width: 96px;
}

/* 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%;
}
/* Shared CSS Styles used on different modules, that don't fit into buttons, forms, typography, help or utilities
* 
*
 */


/* TODO: Update BG Styles to your specific theme */

.full-width {
    width: 100%;
    max-width: 100vw;
}

/* new  bg color styles */

.bg-colour--primary-colour {
    background-color: var(--primary-colour);
}

.bg-colour--secondary-colour {
    background-color: var(--secondary-colour);
}

.bg-colour--primary-000 {
    background-color: var(--primary-000);
}

.bg-colour--primary-100 {
    background-color: var(--primary-100);
}

.bg-colour--primary-200 {
    background-color: var(--primary-200);
}

.bg-colour--primary-300 {
    background-color: var(--primary-300);
}

.bg-colour--primary-400 {
    background-color: var(--primary-400);
}

.bg-colour--primary-500 {
    background-color: var(--primary-500);
}


.bg-colour--secondary-000 {
    background-color: var(--secondary-000);
}

.bg-colour--secondary-100 {
    background-color: var(--secondary-100);
}

.bg-colour--secondary-200 {
    background-color: var(--secondary-200);
}

.bg-colour--secondary-300 {
    background-color: var(--secondary-300);
}

.bg-colour--secondary-400 {
    background-color: var(--secondary-400);
}

.bg-colour--secondary-500 {
    background-color: var(--secondary-500);
}

.bg-colour--grey-000 {
    background-color: var(--grey-000);
}

.bg-colour--grey-100 {
    background-color: var(--grey-100);
}

.bg-colour--grey-200 {
    background-color: var(--grey-200);
}

.bg-colour--grey-300 {
    background-color: var(--grey-300);
}

.bg-colour--grey-400 {
    background-color: var(--grey-400);
}

.bg-colour--grey-500 {
    background-color: var(--grey-500);
}

.bg-colour--grey-600 {
    background-color: var(--grey-600);
}

.bg-colour--grey-700 {
    background-color: var(--grey-700);
}

.bg-colour--grey-800 {
    background-color: var(--grey-800);
}

.bg-colour--grey-900 {
    background-color: var(--grey-900);
}

.bg-colour--highlight-000 {
    background-color: var(--highlight-000);
}

.bg-colour--highlight-100 {
    background-color: var(--highlight-100);
}

.bg-colour--highlight-200 {
    background-color: var(--highlight-200);
}

.bg-colour--highlight-300 {
    background-color: var(--highlight-300);
}

.bg-colour--highlight-400 {
    background-color: var(--highlight-400);
}

.bg-colour--balanced-comb-000 {
    background-color: var(--balanced-comb-000);
}

.bg-colour--balanced-comb-100 {
    background-color: var(--balanced-comb-100);
}

.bg-colour--balanced-comb-200 {
    background-color: var(--balanced-comb-200);
}

.bg-colour--clear-background-000 {
    background-color: var(--clear-background-000);
}

.bg-colour--clear-background-100 {
    background-color: var(--clear-background-100);
}

.bg-colour--clear-background-200 {
    background-color: var(--clear-background-200);
}

/* end new  bg color styles */

.bg--unset {
    background: unset;
}

.vertical--xsm {
    padding-top: 24px;
    padding-bottom: 24px;
}

.vertical--sm {
    padding-top: 32px;
    padding-bottom: 32px;
}

.vertical--md {
    padding-top: 48px;
    padding-bottom: 48px;
}

.vertical--lg {
    padding-top: 80px;
    padding-bottom: 80px;
}

.vertical--xl {
    padding-top: 144px;
    padding-bottom: 144px;
}

.vertical-padding-none {
    padding-top: 0;
    padding-bottom: 0
}

.vertical-padding-xs {
    padding-top: 24px;
    padding-bottom: 24px;
}

.vertical-padding-s {
    padding-top: 48px;
    padding-bottom: 48px;
}

.vertical-padding-m {
    padding-top: 80px;
    padding-bottom: 80px;
}

.vertical-padding-l {
    padding-top: 120px;
    padding-bottom: 120px;
}

.vertical-padding-xl {
    padding-top: 140px;
    padding-bottom: 140px;
}




@media screen and (max-width: 960px) {

    .vertical--xsm {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .vertical--sm {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .vertical--md {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .vertical--lg {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .vertical--xl {
        padding-top: 72px;
        padding-bottom: 72px;
    }



    .vertical-padding-xs {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .vertical-padding-s {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .vertical-padding-m {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .vertical-padding-l {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .vertical-padding-xl {
        padding-top: 108px;
        padding-bottom: 108px;
    }

}

@media screen and (max-width: 480px) {

    .vertical-padding-xs {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .vertical-padding-s {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .vertical-padding-m {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .vertical-padding-l {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .vertical-padding-xl {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.fa-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.text-light .fa-icon--grey {
    fill: whitesmoke;
}

.base__outer-wrapper {
    position: relative;
}

.base__inner-wrapper {
    position: relative;
    z-index: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.base__custom-content {
    margin-top: 24px;
}

.base__inner-wrapper>.base__custom-content:first-child {
    margin-top: 0;
}

.base__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-media--duotone::after {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    background: var(--global-base-bg-duotone-overlay-gradient);
    opacity: var(--global-base-bg-duotone-gradient-opacity);
    /* OPTIONAL: */
    /* mix-blend-mode: multiply; */
}

.bg-media--dark-overlay::after {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    background: var(--grey-800);
    opacity: var(--global-base-bg-duotone-gradient-opacity);
    /* OPTIONAL: */
    /* mix-blend-mode: multiply; */
}

.bg-media--half-dark-overlay::after {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--global-base-bg-overlay-half-gradient);
    opacity: 1;
}

.bg-media--half-light-overlay::after {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--global-base-bg-overlay-half-gradient-light);
    opacity: 1;
}

.bg-media--light-overlay::after {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: brightness(160%) contrast(130%);
    background: var(--grey-100);
    opacity: 0.75;
}

.base__bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    object-fit: cover;
}

.bg-media__picture {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: inherit;
    overflow: hidden;
}

.bg-video__container {
    z-index: 0;
}

.bg-media__video {
    overflow: hidden;
}

.base__custom-content.text-right .base__cta-items-wrapper,
.text-right .base__cta-items-wrapper {
    margin-left: auto;
    justify-content: flex-end;
    text-align: right;
}

.base__custom-content.text-center .base__cta-items-wrapper,
.text-center .base__cta-items-wrapper {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
}

.text-left .base__cta-items-wrapper,
.base__cta-items-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}


.title__anchor-link {
    /* JTC: This is a magic number based on the size of the HubSpot icon and the associated 2em h1 size. 
    It might change theme to theme. The goal is that when you hover over the title, the link icon shows.
    We use display: inline instead of position absolute so the link is still accessible when moving mouse from
    the title to the icon. 
    */
    text-decoration: none;
    visibility: var(--hover-visibility);
}


.title--hover-parent {
    --hover-visibility: hidden;
}

.title--hover-parent:hover {
    --hover-visibility: visible;
}

.title--hover-parent--anchor {
    margin-left: -33px;
}

.menu--fixed {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.menu--full-height {
    height: fit-content;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-transition: padding 0.2s;
    /* Safari */
    transition: padding 0.2s;
    /* sticky header css */
    /* position: fixed;
    width: 100%;
    top: 0; */
}

.menu--reduced-height {
    height: fit-content;
    min-height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: padding 0.2s;
    /* Safari */
    transition: padding 0.2s;
}

/*** Infinite Scroll status **/
.page-load-status {
    display: none;
    padding-top: 20px;
    /* border-top: 1px solid #ddd; */
    text-align: center;
    color: var(--grey-500);
    margin-top: 20px;
}

.scroller-status__message {
    text-align: center;
    color: var(--grey-500);
}

.loader-ellips {
    font-size: 20px;
    /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: var(--grey-500);
    /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

/* END Infinite Scroll status */


/* SWIPER */


.swiper-button-next {
    right: 0px !important;
}

.swiper-button-prev {
    left: 0px !important;
}

@media screen and (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .text-left .base__cta-items-wrapper,
    .base__cta-items-wrapper {
        /* margin-top: 4px; */
    }

    .base__custom-content {
        margin-top: 16px;
    }
}

.vertical-padding-xl .swiper-horizontal>.swiper-pagination-bullets,
.vertical-padding-xl .swiper-pagination-bullets.swiper-pagination-horizontal,
.vertical-padding-xl .swiper-pagination-custom,
.vertical-padding-xl .swiper-pagination-fraction {
    bottom: 5.5rem;
}

.vertical-padding-l .swiper-horizontal>.swiper-pagination-bullets,
.vertical-padding-l .swiper-pagination-bullets.swiper-pagination-horizontal,
.vertical-padding-l .swiper-pagination-custom,
.vertical-padding-l .swiper-pagination-fraction {
    bottom: 3.5rem;
}

.vertical-padding-m .swiper-horizontal>.swiper-pagination-bullets,
.vertical-padding-m .swiper-pagination-bullets.swiper-pagination-horizontal,
.vertical-padding-m .swiper-pagination-custom,
.vertical-padding-m .swiper-pagination-fraction {
    bottom: 2.5rem;
}

.vertical-padding-s .swiper-horizontal>.swiper-pagination-bullets,
.vertical-padding-s .swiper-pagination-bullets.swiper-pagination-horizontal,
.vertical-padding-s .swiper-pagination-custom,
.vertical-padding-s .swiper-pagination-fraction {
    bottom: 1rem;
}

.vertical-padding-xs .swiper-horizontal>.swiper-pagination-bullets,
.vertical-padding-xs .swiper-pagination-bullets.swiper-pagination-horizontal,
.vertical-padding-xs .swiper-pagination-custom,
.vertical-padding-xs .swiper-pagination-fraction,
.vertical-padding-none .swiper-horizontal>.swiper-pagination-bullets,
.vertical-padding-none .swiper-pagination-bullets.swiper-pagination-horizontal,
.vertical-padding-none .swiper-pagination-custom,
.vertical-padding-none .swiper-pagination-fraction {
    bottom: -0.5rem;
}



/* HS SITE SEARCH */
.hs-search-highlight {
    font-weight: bold;
    margin-right: auto;
    /* margin-left: 8px; */
}

/* END HS SITE SEARCH */


@media screen and (max-width: 960px) {

    .menu--full-height {
        padding: 26px 0px;
    }

    .menu-standard__outer-wrapper {
        width: 100%;
    }

    .base__outer-wrapper--pt {
        padding-top: 120px;
    }

    .bg-media--half-dark-overlay::after {
        background: none;
    }
}

@media screen and (max-width: 768px) {
    .base__inner-wrapper {
        gap: 8px;
    }
}

@media screen and (min-width: 480px) {
    .v-small {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .v-medium {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .v-large {
        margin-top: 72px;
        margin-bottom: 72px;
    }

    .v-xl {
        margin-top: 112px;
        margin-bottom: 112px;
    }

    /* .bg-media--medium-height {
        height: 500px;
    } */
}

@media screen and (min-width: 1280px) {
    .v-small {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .v-medium {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .v-large {
        margin-top: 96px;
        margin-bottom: 96px;
    }

    .v-xl {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    /* .bg-media--medium-height {
        height: 432px;
    } */
}

/*
@media screen and (min-width: 1940px) {
    .v-small {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .v-medium {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .v-large {
        margin-top: 132px;
        margin-bottom: 132px;
    }

    .v-xl {
        margin-top: 200px;
        margin-bottom: 200px;
    }

}
*/

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* Utility Classes used across many different modules
* These are basic building blocks of components that are commonly used
*
 */
/* SEE Thene.css for this
.text-light {
  color: var(--grey-000);
  fill: var(--grey-000);
  /* JTC: This is just an idea, we may remove this depending on design/client feedback * /
  text-shadow: 0 0 50px hsl(0deg 0% 0% / 40%);
}

.text-dark {
  color: var(--grey-900);
  fill: var(--grey-900);
  text-shadow: none;
}
*/
.text-center {
  text-align: center;
  align-items: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase;
}

.hover-underline:hover {
  text-decoration: underline;
}

.opacity--none {
  opacity: 0;
}

.hover--opacity-100:hover {
  opacity: 1;
}

.flex-direction-row {
  /* assumes element is flex */
  flex-direction: row;
}

.flex-direction-row-reverse {
  /* assumes element is flex */
  flex-direction: row-reverse;
}

/***In page nav sticky menu*****/
.sticky {
  position: fixed;
  width: 100%;
  /* background-color: var(--primary-200); */
  animation: fadeUp 1s ease;
  /* z-index: 100; */
}

@keyframes fadeUp {
  from {
    opacity: 0; /* Fully transparent */
    transform: translateY(-20px);
  }
  to {
    opacity: 1; /* Fully opaque */
    transform: translateY(0);
  }
}

/* Define the fade-down animation */
@keyframes fadeDown {
  from {
    opacity: 1; /* Fully opaque */
    /*transform: translateY(0);  */
  }
  to {
    opacity: 0; /* Fully transparent */
    /*transform: translateY(-20px);  */
  }
}

.m-0 {
  margin: 0;
}

.p-0 {
  margin: 0;
}

.filter-grayscale {
  filter: var(--filter-grayscale);
}

.responsive-table-scroll {
  overflow-x: scroll;
}

body.no-scroll {
  overflow: hidden;
}

.admin-note {
  color: var(--error-color);
  border: 1px dashed var(--error-color);
  margin: 32px auto;
  padding: 32px;
}

.mobile-only {
  display: none;
}

@media screen and (min-width: 960px) {
  /* .desktop-only {
    display: initial;
  } */
}

@media screen and (max-width: 960px) {
  .mobile-only {
    display: initial;
  }

  .desktop-only {
    display: none;
  }
}

.noscroll {
  overflow: hidden;
}

.display-none {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

.menu-display-none {
  display: none !important;
}

.dev {
  outline: 2px solid hotpink;
  padding: var(--24px);
  border-radius: var(--8px);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--8px);
  margin-bottom: 24px;
  color: hotpink;
}

.bg-grey-000 {
  background-color: var(--grey-000);
}

.align-flex-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-flex-end {
  align-items: flex-end;
}

.flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.svg-icon {
  display: inline-flex;
}

.margin-top-auto {
  margin-top: auto;
}

.padding-unset {
  padding: 0;
}

.padding-top-80 {
  padding-top: 80px;
} 

.margin-0 {
  margin: 0;
}

.z-index-5 {
  z-index: 5;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* beautify ignore:end */