/* Theme base styles */

/* Generic */

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

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

/**
 * 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;
  margin: 0.67em 0;
}

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

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

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

/* Objects */

/* 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: 1139px) {
    .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: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

  




/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 32px;
  margin: 0 auto;
}

.content-wrapper-full{
    max-width: 1400px64px;
    margin: 0 auto;
}

/* Drag and drop layout styles */

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

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

/* Elements */
/* Insight Cards */

.insight-card{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    padding: 0px 30px 30px 30px;
    overflow: hidden;
}

.insight-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    opacity: 0.85;
    pointer-events: none;
    z-index: 1;
    transition: var(--transition);
}

.insight-card:hover::before{
    opacity: 1;
}

.insight-card__content{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 240px;
    position: relative;
    z-index: 2;
}

.insight-card__content p, 
.insight-card__content h4{
    margin-bottom: 0px;
    color: var(--white);
}

.insight-card__content .primary-cta, 
.insight-card__content .secondary-cta{
    max-width: max-content;
}

@media screen and (max-width: 767px){
    .insight-card__content .primary-cta, 
    .insight-card__content .secondary-cta{
        max-width: unset;
    }
}

.insight-card__content-footer{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
}


/* Location Cards */

.location-card{
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    height: 100;
}

.location-card__image{
    overflow: hidden;
    width: 100%;
    height: 190px;
}

.location-card__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.location-card__content{
    padding: 20px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
    justify-content: flex-start;
}

.location-card__content-header h4, 
.location-card__content-header p{
    margin-bottom: 0px;
}

/* Team Member */

.team-member{
    height: 100%;
    padding: 40px 40px 20px 40px;
    background-color: var(--white);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.team-member__image{
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 140px;
    overflow: hidden;
    border-radius: 100%;
}

.team-member__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-member__header{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team-member__header h5, 
.team-member__header p, 
.team-member__body p{
    margin-bottom: 0px;
}

.team-member__footer{}

.team-member__social{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    border-radius: 32px;
    background-color: var(--hunter-green-light);
    position: relative;
    transition: var(--transition);
}

.team-member__social:hover{
    background-color: var(--teal);
}

.team-member__social svg path{
    fill: var(--teal);
    transition: var(--transition);
}

.team-member__social:hover svg path{
    fill: var(--white);
} 

.team-member__social p{
    margin-bottom: 0px;
    color: var(--teal);
    transition: var(--transition);
}

.team-member__social:hover p{
    color: var(--white);
}

/* Product Card (All Products Listing) */

.product-card{
    display: flex;
    flex-direction: column;
    padding: 24px 24px 32px 24px;
    border-radius: 10px;
    background-color: var(--white);
    height: 100%;
    border: 1px solid var(--grey);
    box-shadow: var(--box-shadow--hidden);
    transition: box-shadow var(--transition);
}

.product-card.product-card--hide{
    display: none;
}

.product-card:hover{
    box-shadow: var(--box-shadow);
}

.product-card__header-icon{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.product-card__header h5{
    margin-bottom: 10px;
}

.product-card__header .small-text{
    margin-bottom: 10px;
    color: #5b7175;
}

.product-card__body{
    margin-bottom: 20px;
}

.product-card__body p{
    margin-bottom: 0px;
}

.product-card__footer{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
}

.product-card__footer .primary-cta{
    max-width: unset;
    width: 100%;
}


/* Article cards */

.article-card {
    border-radius: 10px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    transition: var(--transition);
    position: relative;
    border: 1px solid var(--grey);
    box-shadow: var(-box-shadow--hidden);
}

.article-card:hover{
    box-shadow: var(--box-shadow);
}

.article-card.article-card--visible{
    display: flex;
    opacity: 1;
}

.article-card.certification {
  flex-direction: column;
  gap: 0;
}

.article-card__header{
    height: 200px;
    width: 100%;
    background-color: var(--tiber-green);
    position: relative;
}

.article-card__header-tag{
    display: block;
    color: var(--white);
    border-radius: 50px;
    background-color: rgba(7, 39, 45, 0.80);
    padding: 4px 16px;
    position: absolute;
    top: 20px;
    right: 16px;
}

.article-card__header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.article-card__body{
    background-color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}

.article-card__tag{
    color: var(--teal);
    line-height: 1;
}

.article-card__body h5, 
.article-card__body p{
    margin-bottom: 0px!important;
}

.article-card__footer{
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
}

.article-card__footer-item{
    display: flex;
    margin-bottom: 0px;
    line-height: 1;
}

.article-card__location{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.article-card__footer-item:last-of-type{
    justify-content: flex-end;
}

.article-card__footer > .article-card__footer-item:only-of-type {
    width: 100%;
    justify-content: flex-start;
}

.article-card__footer-item .primary-cta, 
.article-card__footer-item .secondary-cta{
    max-width: unset;
    width: 100%;
}

/* Featured Card */

.featured-card {
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 24px 16px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
}

.featured-card:hover .text-cta {
  font-weight: 500 !important;
}

.featured-card:hover .text-cta::before {
  width: 100%;
  z-index: -1;
}


.featured-card a:not(.primary-cta):not(.secondary-cta):not(.text-cta).featured-card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.featured-card a.featured-card-link::before {
 content: none !important;
}

.filterable-listing__cards .featured-card{
    display: none;
    opacity: 0;
}

.filterable-listing__cards .featured-card.featured-card--visible{
    display: flex;
    opacity: 1;
}

.featured-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(7, 39, 45, 0) 30%, #07272D 100%);
    z-index: 2;
    pointer-events: none;
}

.featured-card__upper-content{
    display: flex;
    justify-content: flex-end;
}

.featured-card__upper-content span{
    display: block;
    color: var(--white);
    border-radius: 50px;
    background-color: rgba(7, 39, 45, 0.50);
    padding: 4px 16px;
}

.featured-card__upper-content-logo{
    aspect-ratio: 1/1;
    width: 100px;
    height: 100px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.featured-card__upper-content-logo img{
    max-width: 86px;
    height: auto;
    max-height: 40px;
    object-fit: contain;
    object-position: center;
}

.featured-card__body{
    margin-top: 180px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.featured-card__tags{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.featured-card__tag{
    border-radius: 50px;
    border: 1px solid var(--grey);
    background: var(--white);
    padding: 4px 16px;
}

.featured-card__body, 
.featured-card__footer{
    padding: 0px 16px;
}

.featured-card__footer{
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
}

.featured-card__footer .text-cta{
    max-height: max-content;
}

.featured-card__body h3, 
.featured-card__body p{
    color: white;
    margin-bottom: 0px;
}

/* Glossary Card */

.glossary-card{
    border-radius: 10px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    transition: var(--transition);
    position: relative;
    padding: 20px;
    background-color: var(--white);
}

.glossary-card.glossary-card--visible{
    display: flex;
    opacity: 1;
}

.glossary-card__header{
    margin-bottom: 10px;
}

.glossary-card__body h4{
    margin-bottom: 0px;
    color: var(--teal);
    margin-bottom: 10px;
}

.glossary-card__body p{
    margin-bottom: 0px;
}

/* Product Bundle Cards */

.bundle-card{
    border-radius: var(--radius);
    border: 1px solid var(--grey);
    overflow: hidden;
    box-shadow: var(--box-shadow--hidden);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    background-color: var(--white);
}

.bundle-card:hover{
    box-shadow: var(--box-shadow);
}

.bundle-card__header{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 220px;
}

.bundle-card__header::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    pointer-events: none;
}

.bundle-card__body{
    padding: 10px 32px 0px 32px;
    margin-bottom: 20px;
    background-color: white;
}

.bundle-card__body h4{
    margin-bottom: 16px;
}

.bundle-card__body p{
    margin-bottom: 0px;
}

.bundle-card__footer{
    padding: 0px 32px 20px 32px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
    gap: 20px;
    width: 100%;
}

.bundle-card__footer-product{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.bundle-card__footer-product-icons{
    display: flex;
    flex-direction:row;
}

.bundle-card__footer-product-icon{
    width: 26px;
    height: 26px;
    object-fit: contain;
    object-position: bottom left;
    border: 2px solid var(--white);
    border-radius: 8px;
    margin-left: -8px;
    transform: scale(1);
    z-index: 1;
    transition: 0.15s linear;
    position: relative;
}

.bundle-card__footer-product-icon:first-of-type{
    margin-left: 0px;
}

.bundle-card__footer-product-icon:hover{
    transform:scale(1.1);
    z-index:2;
}

.bundle-card__footer-product-amount p{
    color: var(--tiber-green);
    opacity: 0.6;
    margin-bottom: 0px;
}

.bundle-card__footer-ctas{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bundle-card__footer-ctas .primary-cta, 
.bundle-card__footer-ctas .secondary-cta{
    max-width: unset;
    width: 100%;
}

.bundle-card__footer-ctas .bundle-card__cta{
    max-width: max-content;
}

/* Step Card */

.step-card{
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
    padding: 32px 32px 40px 32px;
    height: 100%;
}

.step-card__header{
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 32px;
}

.step-card__header-icon img{
    min-width: 48px;
    min-height: 48px;
    object-fit: contain;
    object-position: center;
}

.step-card__header-step span{
    display: block;
    font-size: 96px;
    line-height: 0.7;
    font-weight: 600;
    color: var(--hunter-green);
}

.step-card__footer{
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-top: 60px;
}


/* Partner Cards */

.partner-card{
    background-color: var(--white);
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.partner-card.partner-card--hide{
    display: none;
}

.partner-card__header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.partner-card__header img{
  height: 100%;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  object-position: center;
}

.partner-card__body{
  display: flex;
  align-items: flex-end;
  text-align: center;
}

.partner-card__footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/* Tools and Template Cards */

.tools-card{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0px;
    opacity: 1;
    border-radius: var(--radius);
    overflow: hidden;
    background-color: var(--white);
    pointer-events: all;
}

.tools-card.tools-card--hide{
    display: none;
    opacity: 0;
    pointer-events: none;
}

.tools-card__image{
    width: 35%;
    min-width: 200px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tools-card__content{
    padding: 24px 30px;
    width: 65%;
}

/* Related Blog Card */

.related-blog-card{
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    transition: var(--transition);
    position: relative;
    padding: 16px 20px;
    background-color: #e5f3ea;
}

.related-blog-card__header{
    margin-bottom: 10px;
}

.related-blog-card__header-tag{
    color: var(--teal);
}

.related-blog-card__body h6{
    margin-bottom: 0px;
    margin-bottom: 10px;
}

.related-blog-card__body p{
    margin-bottom: 0px;
}

/* Client Testimonial */

.client-testimonial{
    background-color: #cce8e5;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 30px;
    border-radius: 8px;
    align-items: center;
    height: 100%;
    position: relative;
    border: 1px solid transparent;
    box-shadow: var(--box-shadow--hidden);
    transition: var(--transition);
}

.client-testimonial.client-testimonial--no-logo{
    padding-top: 64px;
}

.client-testimonial:hover{
    background-color: var(--white);
    border: 1px solid var(--grey);
    box-shadow: var(--box-shadow);
}

.client-testimonial .slider-navigation__item{
    position: absolute!important;
    top: 16px;
    right: 16px;
    opacity: 0;
}

.client-testimonial:hover .slider-navigation__item{
    opacity: 1;
}

.client-testimonial .slider-navigation__item::before{
    display: none!important;
}

.client-testimonial__logo img{
    max-height: 50px;
    width: max-content;
}

.client-testimonial blockquote{
    text-align: center;
}

.client-testimonial__footer{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.client-testimonial__footer img{
    height: 48px;
    width: 48px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-bottom: 16px;
}

.client-testimonial__footer p{
    text-align: center;
    margin-bottom: 0px;
}

.client-testimonial__footer .small-text{
    color: var(--grey);
}

.client-testimonial__footer .additional-content{
    margin-top: 24px;
    color: var(--teal)!important;
    font-weight: 600;
}


@media screen and (max-width: 1200px){
    .team-member{
        padding: 40px 24px 20px 24px;
    }

    .tools-card__content{
        padding: 24px 30px;
        width: 100%;
    }
}

@media screen and (max-width: 1100px){
    .tools-card{
        flex-direction: column;
    }

    .tools-card__image{
        width: 100%;
        height: 200px;
    }
}

@media screen and (max-width: 767px){
    .featured-card__body, 
    .featured-card__footer{
        padding: 0px;
    }
}


/* Product Bundle Cards */

.product-bundle-card{
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-radius: 10px;
    border: 1px solid var(--grey);
    position: relative;
    box-shadow: 0px 24px 44px 0px rgba(0, 57, 52, 0), 0px 19px 24px 0px rgba(0, 104, 94, 0), 0px 10px 30px 0px rgba(0, 104, 94, 0);
    transition: var(--transition);
    height: 100%;
}


.product-bundle-card:hover{
    background-color: #F2FAF5;
    box-shadow: 0px 24px 44px 0px rgba(0, 57, 52, 0.10), 0px 19px 24px 0px rgba(0, 104, 94, 0.08), 0px 10px 30px 0px rgba(0, 104, 94, 0.05);

}

.product-bundle-card__content{
    position: relative;
    overflow-y: clip;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-bundle-card__content::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    transition: var(--transition);
    z-index: 3;
}

.product-bundle-card:hover .product-bundle-card__content::after{
    opacity: 0;
}

.product-bundle-card__content-icon{
    opacity: 1;
    transition: var(--transition);
}

.product-bundle-card:hover .product-bundle-card__content-icon{
    opacity: 0;
}

.product-bundle-card .product-bundle-card__content-text{
    position: absolute;
    bottom: 0%;
    transform: translateY(0%);
    left: 0;
    transition: var(--transition);
}

.product-bundle-card:hover .product-bundle-card__content-text{
    bottom: 100%;
    transform: translateY(100%);
}

.product-bundle-card .product-bundle-card__content-text p{
    margin-bottom: 0px;
}

.product-bundle-card__content-products{
    padding-top: 160px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    width: 100%;
    gap: 12px;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

.product-bundle-card:hover .product-bundle-card__content-products{
    opacity: 1;
    pointer-events: all;
}

.product-bundle-card__product{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    gap: 16px;
    position: relative;
}

.product-bundle-card__product img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.product-bundle-card__product span{
    font-weight: 600;
    transition: var(--transition);
}

.product-bundle-card__product:hover span{
    color: var(--teal);
}
html {
  position: relative;
}

body {
  line-height: 1.4;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 24px;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 24px;
  font-weight: 300!important;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 24px;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 24px 0;
}

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 24px;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
.primary-cta, 
.secondary-cta{
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 40px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  max-width: max-content;
}

.primary-cta:hover, 
.secondary-cta:hover, 
.text-cta:hover{
  font-weight: 500!important;
}

.text-cta{
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  transition: var(--transition);
}

.text-cta::before{
  content: '';
  width: 4px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left:0px;
  transition: var(--transition);
}

.text-cta:hover::before{
  width: 100%;
  z-index: -1;
}

.primary-cta.inactive-cta, .secondary-cta.inactive-cta{
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Colourways */

/* Colourways -> Brown */

.primary-cta.brown-cta{
  background-color: var(--brown);
  border-color: var(--brown);
  color: var(--white);
}

.primary-cta:hover.brown-cta{
  background-color: #A77F6A;
}

.secondary-cta.brown-cta{
  background-color: transparent;
  border-color: var(--brown);
  color: var(--brown);
}

.secondary-cta:hover.brown-cta{
  background-color: var(--brown);
  color: var(--white);
}

.text-cta.brown-cta{
  color: var(--dark-brown-green);
}

.text-cta.brown-cta:hover{
  color: var(--white);
}

.text-cta.brown-cta::before{
  background-color: var(--brown);
}

@media screen and (max-width: 767px){
  .cta_button.primary-cta, 
  .cta_button.secondary-cta{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }

  .primary-cta, 
  .secondary-cta{
    width: 100%;
     max-width: unset;
  }
}





/* Labels */



/* Help text */

form legend {

}

/* Form fields */

.simple-form{
  position: relative;
}

.hs-form-field{
  position: relative;
  transition: var(--transition);
  margin-top: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px){
  .hs-form-field{
    margin-bottom: 24px;
  }
}

.hs-form-field.hs-form-field--active{
  
}

/* .hs-form-field:not(.hs-fieldtype-checkbox) label:not(.hs-error-msg):not(.hs-form-radio-display){
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  left: 16px;
  font-size: 16px;
  transition: var(--transition);
  pointer-events: none;
} */

.hs-form-field:has(.hs-error-msgs):not(.hs-fieldtype-checkbox) label:not(.hs-error-msg):not(.hs-form-radio-display){
  top: 35%;
}

label[id*="message-"]{
  top: 20px!important;
}
 
.hs-form-field:not(.hs-fieldtype-checkbox).hs-form-field--active label[id*="message-"]{
  top: calc(0% - 10px)!important;
  font-size: 10px;
  left: 0px;
}

.hs-fieldtype-radio label:first-of-type:not(.hs-form-radio-display), 
.hs-fieldtype-checkbox label:first-of-type:not(.hs-form-checkbox-display){
  top: 0px!important;
  position: relative!important;
  left: 0px!important;
  margin-bottom: 10px!important;
  display: block;
}

.hs-form-field:not(.hs-fieldtype-checkbox).hs-form-field--active label:not(.hs-error-msg), 
.hs-form-field:has(.hs-error-msgs):not(.hs-fieldtype-checkbox).hs-form-field--active label:not(.hs-error-msg){
  top: calc(0% - 10px);
  font-size: 10px;
  left: 0px;
}

.hs-form-booleancheckbox-display{
    position: relative !important;
    top: 0!important;
    transform: unset !important;
    font-size: 14px !important;
    pointer-events: all!important;
}

.hs-form-booleancheckbox-display a{
  color: var(--spring-green)!important;
}

form label span:not(.legal-consent-container span){
  font-weight: 600!important;
}

.hs-error-msg{
  color: #F00;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

.hs-form-field:has(.hs-error-msg) input{
  border-color: #F00;
}

.inputs-list.multi-container li label{
  display: flex;
  flex-direction: row;
  align-items: center;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'], 
form select, 
form textarea{
  width: 100%;
  padding: 16px!important;
  border-style: solid;
  border: 2px solid var(--grey);
  background-color: transparent;
  background-color: var(--white);
}
form textarea{
  min-height: 120px;
}

.form--dark form input{
  border-color: var(--dark-teal-green);
  color: var(--dark-teal-green);
}

form fieldset{
  max-width: unset!important;
}



form input::placeholder{
  display: none!important;
  opacity: 0!important;
}

/* Light Form Styles */

.form--light form input,
.form--light form select,
.form--light form textarea {
  border-color: var(--white);
  color: var(--white);
}

.form--light .hs-form-field label:not(.hs-error-msg){
  color: var(--white);
}

.form--light .hs-richtext{
  color: white;
}


.legal-consent-container .hs-form-booleancheckbox-display input{
 
}

/* Form -fields -> intl phone */


.hs-fieldtype-intl-phone{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  display: none;
}

::-moz-placeholder {
  display: none;
}

:-ms-input-placeholder {
  display: none;
}

:-moz-placeholder {
  display: none;
}

::placeholder {
  display: none;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  
}

form .pika-table thead th {

}

form td.is-today .pika-button {
 
}

form .is-selected .pika-button {

}

form .pika-button:hover {

}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {

}

form .hs-richtext a {

}

/* GDPR */

form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-size: 14px;
  color: var(--black);
  margin-bottom: 24px;
}

/* Inline thank you message */

.submitted-message {

}

/* Custom checkbox */

input[type="checkbox"]{
  position: relative;
  cursor: pointer;
  appearance: none; 
  width: 20px;
  height: 20px;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: var(--transition);
}

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

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

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

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

input[type="checkbox"] + span:not(.legal-consent-container .hs-form-booleancheckbox-display>span){
  padding-left: 32px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 30px!important;
}



/* Custom Radio Button Styling */

/* Target radio inputs inside any label with the common HubSpot structure */
.hs-form-radio-display input[type="radio"] {
  position: relative;
  cursor: pointer;
  appearance: none; /* Hide default radio button */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.hs-form-radio-display input[type="radio"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: var(--transition, 0.3s ease);
  pointer-events: none;
}

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

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

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

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


/* Position label text to the right of the custom radio */
.hs-form-radio-display input[type="radio"] + span {
  display: inline-block;
  padding-left: 36px; /* Leave room for the 20px icon and spacing */
  line-height: 20px;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
}


.hs-form-radio-display{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hs-form-radio-display label span{
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
}

/* Buttons */

input[type="submit"].hs-button{
  line-height: 1;
  padding: 14px 34px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
}

form input[type="submit"].hs-button{
  background-color: var(--brown);
  border-color: var(--brown);
  color: var(--white);
}

form input[type="submit"].hs-button:hover{
  background-color: #A77F6A;
}
/* 

Need to make individual adjustments? -- Please use modifier classes e.g. slider-navigation--team-slider
inside of your modules respective css file 

*/


/* Slider Navigation */

.slider-navigation{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.slider-navigation__item{
    width: 50px;
    height: 50px;
    background-color: var(--white);
    border: 1px solid rgba(0, 141, 127, 0.1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    cursor: pointer;
    opacity: 1;
}

.slider-navigation__item.swiper-button-disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-navigation__item:hover{
    background-color: var(--teal);
    border-color: var(--teal);
}

.slider-navigation__item svg{
    width: 28px;
    max-width: 28px;
    height: auto;
}

.slider-navigation__item svg path{
    fill: var(--teal);
    transition: var(--transition);
}

.slider-navigation__item:hover svg path{
    fill: var(--white);
}

/* Logo Slider */

.logo-slider{
    position: relative;
    isolation: isolate;
}

.logo-slider::after, 
.logo-slider::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.logo-slider::after{
    top: 0;
    right: 0;
}

.logo-slider::before{
    top: 0;
    left: 0;
}

.logo-slider__logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-slider.logo-slider--light .logo-slider__logo img{
 filter: brightness(0) saturate(100%) invert(1);
  -webkit-filter: brightness(0) saturate(100%) invert(1);
} 

.logo-slider.logo-slider--dark .logo-slider__logo img{
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}

.logo-slider__logo img{
    min-height: 70px;
    max-height: 70px;
    width: 100%;
    object-fit: contain;
}

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

    .logo-slider__logo img{
        min-height: 30px;
        max-height: 30px;
    }
}

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

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

}

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

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

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

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


.pagination__arrow svg{
    pointer-events: none;
}

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

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

.pagination:has(.pagination__arrow.pagination__arrow--prev.pagination__arrow--inactive):has(.pagination__arrow.pagination__arrow--next.pagination__arrow--inactive) .pagination__arrow.pagination__arrow--inactive{
    display: none;
}
/* Table */

table {
  border-collapse: collapse;
  margin: 0px;
  width: 100%;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
    vertical-align: top;
    text-align: left;
}

thead th{
	border-right: 1px solid var(--grey);
}

thead th h6{
	margin: 0px;
} 

thead th:last-of-type{
	border-right: none;
}


table {
	border-collapse: collapse;
}
table td {
	padding: 15px;
	font-size: 14px;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #54585d;
}
table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}

table td p, 
table td h6{
	margin-bottom: 0px;
}

table tbody tr {
	background-color: #e6f3f2;
}

table:not(.pricing-table) tbody tr:first-of-type h1, 
table:not(.pricing-table) tbody tr:first-of-type h2, 
table:not(.pricing-table) tbody tr:first-of-type h3, 
table:not(.pricing-table) tbody tr:first-of-type h4, 
table:not(.pricing-table) tbody tr:first-of-type h5, 
table:not(.pricing-table) tbody tr:first-of-type h6{
	color: white!important;
	margin-bottom: 0px;
}

table tbody tr:first-of-type td{
	border: 0px solid transparent!important;
}

table:not(.pricing-table) tbody tr:first-of-type td:nth-child(odd) {
  border-right: 0;
  background-color: #008D7F;
  color: white!important;
}

table:not(.pricing-table) tbody tr:first-of-type td:nth-child(even) {
  border-right: 0;
  background-color: #1B6359;
  color: white!important;
}

table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

table tbody tr td:first-of-type{
	border-left: 0px solid red;
}

table tbody tr td:last-of-type{
	border-right: 0px solid red;
}

table ul{
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

table li{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.video-media{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

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

}

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

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

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

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

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

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

.video-media__controls svg{
    transition: var(--transition);
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 100%;
}

.video-media__controls:hover svg{
    border: 6px solid rgba(255, 255, 255, 0.5);
}

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

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

.video-media__controls:hover svg circle{
    fill: var(--brown);
}

.video-media__controls:hover svg path{
    fill: var(--white);
}

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

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

}
.accordion{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid;
  background-color: transparent;
  transition: var(--transition);
}

.accordion.accordion--light{
  border-color: var(--hunter-green);
}

.accordion.accordion--dark{
  border-color: var(--grey);
}

.accordion.accordion--dark.active:not(.tabbed-switchback .accordion){
  background-color: #e5f3ea;
}

.accordion.accordion--light .accordion__title-indicator__title span{
  color: white;
}

.accordion .accordion__title-indicator{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 0px;
  transition: var(--transition);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 18px 0px;
}

.accordion .accordion__title-indicator__title span{
  font-weight: 400;
  transition: 0.15s linear;
  font-size: 20px;
}

.accordion.active .accordion__title-indicator__title span{
  font-weight: 600;
}

 .accordion:hover .accordion__title-indicator__title span{
  color: var(--teal);
}

.accordion__title-indicator .accordion__title__indicator{
  position: relative;
  margin-left: 20px;
}

.accordion__title__indicator__plus{
  width: 20px;
  height: 20px;
  height: auto;
  opacity: 1;
  transition: var(--transition)
}

.accordion.active .accordion__title__indicator__plus{
  opacity: 0;
}

.accordion__title__indicator__minus{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--transition)
}

.accordion.active .accordion__title__indicator__minus{
  opacity: 1;
}

.accordion .accordion__title-indicator-svg{
  min-width: 14px;
  min-height: 7px;
  transform: rotate(0deg);
  transition: var(--transition);
}

.accordion.active .accordion__title-indicator-svg{
  transform: rotate(180deg);
}

.accordion.active .accordion__title-indicator-svg path{
  stroke: var(--teal);
}

.accordion .accordion__content{
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height var(--transition), opacity var(--transition);
  width: 90%;
  line-height: 1.5;
  position: relative;
}

.accordion.active .accordion__content{
  opacity: 1;
  padding: 32px 0px;
}

.accordion.active .accordion__content img{
  border-radius: 8px;
  margin-bottom: 24px;
}

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


  .accordion__title-indicator__title span{
    font-size: 24px;
  }

  .accordion__title__indicator{
    margin-left: 0px!important;
  }

  .accordion .accordion__content{
    width: 100%;
  }

}
.statistic{
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--hunter-green);
    position: relative;
}

.statistic-number{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    letter-spacing: 2px;
}

.statistic-number__prefix, 
.statistic-number__suffix{
    font-size: 55px;
    font-weight: 500;
    line-height: 1;
}

.statistic-number__number{
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
}


.statistic-content p{
    max-width: 200px;
}

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

@media screen and (max-width: 1023px){
    .statistic-number__prefix, 
    .statistic-number__suffix{
        font-size: 40px;
        font-weight: 500;
        line-height: 1;
    }

    .statistic-number__number{
        font-size: 60px;
        font-weight: 500;
        line-height: 1;
    }
}

/* Modules */
/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}
/* Global */




.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
 
}
.hs-search-results__listing li {
  margin: 0;
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.hs-search-results__listing li::before{
  display: none;
}

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

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

.blog_tabs {
 
}
.blog_tabs .tabs-nav{
  display: flex;
  flex-direction: row!important;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0px;
}
.blog_tabs .tabs-nav li {
  padding: 0;
  margin: 0;
}

.blog_tabs .tabs-nav li::before{
  display: none!important;
}

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

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


select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #02003f;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: none; /* Remove this if you want it */
  width: 230px;
  height: 35px;
  overflow: hidden;
  float: right;
}
/* Arrow */
.select::after {
  background-color: #02003e;
  content: "\25BC";
  padding: 1em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0px;
  color: white;
  font-size: 10px;
  height: 100%;
  line-height: 19px;
}
/* Transition */
.select:hover::after {
  color: #46d0ff;
}

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

/* Sections */

/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_team-slider.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_alumni-testimonial-slider.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_blog-article-slider.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_case-study-header.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_case-study-slider.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_featured-article-slider.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_history-slider.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_image-banner.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_image-breaker.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_product-bundle-slider.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_product-header.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_step-card-slider.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_studio-tour-slider.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/sections\/_client-testimonial-slider.css\' */

/* Components */

/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_insight-cards.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_locations.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_book-a-demo.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_switchback.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_icon-cards.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_attendee-roles.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_course-structure.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_alumni-testimonial.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_academy-summary-statistics.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_academy-header.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_academy-sidebar.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_academy-case-study.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_boxed-content-switchback.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_academy-compliance.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_academy-skills.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_academy-course-summary.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_all-products.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_all-solutions.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_academy-subscription-banner.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_certifications.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_cta-banner.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_event-header.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_feature-cards.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_featured-case-study.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_case-study-summary.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_home-hero.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_image-cards.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_filterable-alumni-testimonials.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_informational-banner.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_mixed-content.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_portal-login.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_pricing-table.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_portal-overview.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_product-bundles.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_product-summary-cards.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_share-article.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_academy-releated-articles.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_simple-header.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_simple-partner-cards.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_simple-testimonial.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_speaker-cards.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_step-card-grid.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_statistics.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_subscription-form.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_switchback-header.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_tabbed-dnd-navigation.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_tabbed-switchback.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_team-cards.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_text-and-form.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_video-modal-banner.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_video-with-timestamps.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_webinar-header.css\' */
/* Missing Template at Path: \'crofts-theme\/css\/modules\/components\/_testimonial.css\' */

/* Utility */

.utility__indicator{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    transition: 0.3s ease-in-out;
    position: relative;
    border-radius: 20px;
    background-color: var(--brown);
    padding: 4px 12px 4px 4px;
}

.utility__indicator .utility__indicator__icon{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.utility__indicator .utility__indicator__icon svg{
    width: 16px;
}

.utility__indicator .utility__indicator__icon svg path{
    fill: white;
}

.utility__indicator .utility__indicator__label span{
    font-size: 12px;
    color: white;
    display: block;
}
.section-indicator{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    transition: 0.3s ease-in-out;
    position: relative;
    border-radius: 20px;
    background-color: var(--tiber-green);
    padding: 8px 12px;
}

.section-indicator .section-indicator__icon {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-indicator .hs_cos_wrapper_type_icon{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-indicator .section-indicator__icon svg{
    width: 16px;
}

.section-indicator .section-indicator__icon svg path{
    fill: white;
}

.section-indicator .section-indicator__label span{
    font-size: 12px;
    color: white;
    display: block;
}

/* Rules specifically created for the tabbed-dnd-sections */

.tabbed-dnd-section{
    display: block;
    opacity: 1;
    transition: var(--transition);
}

.tabbed-dnd-section.tabbed-dnd-section--hidden{
    opacity: 0;
    display: none;
}

/* utilise .tabbed-dnd-section[class*="PARTIAL-CLASS-MATCH] rules 
to adjust module styling if anything isn't looking quite right 

I'm using this here to override some of the styling applied to modules 
based on what the section settings are.

These will be very theme specific to Euronext so if moved themes, delete the below.

*/

/* Swithcback Rules */

.tabbed-dnd-section[class*="max-width-section-centering"] .switchback{
    gap: 80px;
}
  
.tabbed-dnd-section[class*="max-width-section-centering"] .switchback-column.switchback-column--content{
  padding: 0px;
}

.tabbed-dnd-section[class*="max-width-section-centering"] .switchback.switchback--full-width .switchback-column.switchback-column--media img:not(.video-media__thumbnail), 
.tabbed-dnd-section[class*="max-width-section-centering"] .switchback.switchback--full-width .switchback-column.switchback-column--media .video-media{
    max-width: 70%;
}

@media screen and (max-width: 900px) {
    .tabbed-dnd-section[class*="max-width-section-centering"] .switchback.switchback--full-width .switchback-column.switchback-column--media img:not(.video-media__thumbnail), 
    .tabbed-dnd-section[class*="max-width-section-centering"] .switchback.switchback--full-width .switchback-column.switchback-column--media .video-media{
        max-width: unset;
    }

    .tabbed-dnd-section[class*="max-width-section-centering"] .switchback--full-width .switchback-column.switchback-column--content{
        padding: 0px 20px!important;
    }
}

@media screen and (max-width: 767px){
    .tabbed-dnd-section[class*="max-width-section-centering"]{
        padding-left: 0px;
        padding-right: 0px;
    }

    .hs_cos_wrapper_type_module:not(.hs_cos_wrapper_type_module.has:(.switchback.switchback--full-width)){
        padding: 0px 24px;
    }

    /* This is a very specific rule about if the section has been centered and width adjusted, 
       and there's a switchback set to full width inside it, then remove the L/R padding from
       the section but re-apply it to all module wrappers that aren't the full width switchback
    */

    .tabbed-dnd-section[class*="max-width-section-centering"] .hs_cos_wrapper_type_module:not(:has(.switchback.switchback--full-width)) {
        padding: 0 24px;
    }
}

/* Add other module rules below if needed */

/* Macro */
/* Filterable Card Listing Skeleton */

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

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

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

/* Search */

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

/* Filters */

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

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

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

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

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

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

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

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

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

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


/* Cards Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .filterable-listing-vertical__cards{
        grid-template-columns: repeat(1, 1fr)!important;
        gap: 16px;
    }
}
.latest-articles__title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.latest-articles__title h2{
    margin-bottom: 0px;
}

.latest-articles__articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: stretch;
}

.latest-articles__articles .article-card{
    display: flex;
    opacity: 1;
}

@media (max-width: 1023px) {
    .latest-articles__articles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 819px) {
    .latest-articles__title .secondary-cta{
        display: none;
    }
}

@media (max-width: 767px) {
    .latest-articles__articles {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
.ecs-modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999999;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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


/* Custom Macro Behaviours */

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

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

/* Sections */



/* Settings */

:root {
/* Primary Colours */
  --black: #1E1E1C;
  --white: #fff;
  --brown: #926047;
  --beige: #D6D0C8;
  --light-grey: #FAFAFA;
  --grey: #777777;

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

/* Helpers */

.hide-desktop{
  display: none;
}

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

  .hide-desktop{
    display: flex!important;
  }
  .hide-mobile{
    display: none!important;
  }
}

/* All */

html {
  scroll-behavior: smooth;
}

.body-wrapper{
  overflow-x: clip;
}

.cover-link{
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

body :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-family: "circe-rounded", sans-serif;
  font-weight: 300;
}

a:not(.primary-cta):not(.secondary-cta):not(.text-cta) {
  color: var(--brown);
  position: relative;
  text-decoration: none;
  transition: var(--transition);
}

a:not(.primary-cta):not(.secondary-cta):not(.text-cta):hover {
  color: var(--dark-teal-green);
}

a:not(.primary-cta):not(.secondary-cta):not(.text-cta):not(.cover-link)::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--dark-teal-green);
  transition: var(--transition);
}

a:not(.primary-cta):not(.secondary-cta):not(.text-cta):hover::before {
  width: 100%;
}

.big-text{
  font-size: 20px;
  line-height: 1.5;
}

.small-text{
  font-size: 14px;
  line-height: 1.5;
}

h2{
  font-weight: 700!important;
}

h3, 
h4, 
h5, 
h6{
  font-weight: 600!important;
}

blockquote {
  font-size: 22px;
  line-height: 1.4;
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

.label{
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600!important;
}

.hs-banner-optimization-animation{
  box-shadow: none!important;
}

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

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

ul li::marker{
  font-size: 8px;
  color: var(--grey);
}

ul.inputs-list{
  list-style: none;
  margin: 0!important;
  padding: 0!important;
}

ul.inputs-list li{
  padding: 0px;
  margin: 0px;
}


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

  .big-text{
    font-size: 20px;
    line-height: 1.4;
  }

  blockquote {
    font-size: 20px;
    line-height: 1.3;
  }

}

/* Utilities */

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

a,
a.button {
  transition: all 0.3s;
}

a.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

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

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

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

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

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

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

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.position-fixed {
  position: fixed !important;
}

@media screen and (max-width: 767px) {
  .flex-phone {
    display: flex;
  }

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

  .flex-row-reverse-phone {
    flex-direction: row-reverse;
  }

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

  .flex-col-reverse-phone {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-row-tablet {
    flex-direction: row;
  }

  .flex-row-reverse-tablet {
    flex-direction: row-reverse;
  }

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

  .flex-col-reverse-tablet {
    flex-direction: column-reverse;
  }
}

/* = box shadows -------------------- */
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

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

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

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

/* stylelint-enable declaration-no-important */