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

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

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

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

html {
  line-height: 1.2; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Images
   ========================================================================== */

/**
 * 1. Set COS wrapper to inline-block.
 * 2. Remove line-height from COS wrapper.
 */

.hs_cos_wrapper_type_linked_image {
  display: inline-block;
  line-height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

/* CSS variables */

:root {
  --gap: 2.127659574%;
}

/* Column Order */

.order0 {
  order: 0;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

.order4 {
  order: 4;
}

.order5 {
  order: 5;
}

.order6 {
  order: 6;
}

/* Vertical Child Alignemnt */

.align-top {
  display: flex;
  align-items: flex-start !important;
}

.align-middle {
  display: flex;
  align-items: center !important;
}

.align-bottom {
  display: flex;
  align-items: flex-end !important;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
  align-items: center !important;
}

/* Tablet layout */

@media (min-width: 481px) {

  
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1.5rem;
  }

  .dnd-column {
    flex-grow: 1
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--gap));
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--gap));
  }

  .row-fluid .span9 {
    width: calc(75% - var(--gap));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--gap));
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--gap));
  }

  .row-fluid .span6 {
    width: calc(50% - var(--gap));
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--gap));
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--gap));
  }

  .row-fluid .span3 {
    width: calc(25% - var(--gap));
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--gap));
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--gap));
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  border-radius: 24px;
}

.dnd-section > .row-fluid > .dnd-column,
.dnd-section > .row-fluid > .dnd-column > .dnd-row {
  border-radius: 24px;
}

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

.dnd-column .row-fluid-wrapper {
  width: 100%;
}

main .dnd-module:has(.widget-type-linked_image) .hs-image-widget {
    border-radius: 24px;
}

/* Sections
Section-specific styles
*/

/* Hero Section */

.hero h1 {
  line-height: 1.1;
}

.hero .dnd-column:first-child::before {
  content: '';
  background: linear-gradient(87.8deg, rgba(42, 42, 42, 0.91) 28.77%, rgba(42, 42, 42, 0) 84.79%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 50%;
}

.hero .dnd-column:first-child {
  position: relative;
  z-index: 0;
}

.hero .dnd-column:first-child::after {
  content: '';
  background: radial-gradient(27.58% 54.7% at 100% 0%, rgba(20, 135, 198, 0.4) 0%, rgba(20, 135, 198, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 50%;
}

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

.hero .dnd-row:last-child {
    position: absolute;
    left: 4rem;
    bottom: 4rem;
    z-index: 3;
}

@media (max-width: 767px) {
  div.hero {
    background-image: none !important;
    background-color: #ADD7F6;
  }

  .hero__text {
    text-align: center;
  }
  
  .hero .dnd-column:first-child:before {
    background: linear-gradient(180deg,rgba(42,42,42,.91) 28.77%,rgba(42,42,42,0) 84.79%);
  }
  
  .hero .dnd-column:first-child:after {
    background: radial-gradient(farthest-side at 100% 100%,rgba(20,135,198,.4) 0,rgba(20,135,198,0) 100%);
  }
}


.gha__smart-hero-section > .row-fluid-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.gha__smart-hero-section_content h1 {
    line-height: 1.1;
}

@media (max-width: 480px) {
    .gha__smart-hero-section_form .hs-form {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .gha__smart-hero-section {
        background-image: linear-gradient(180deg,rgba(42,42,42,.91) 28.77%,rgba(42,42,42,0) 84.79%), radial-gradient(farthest-side at 100% 100%,rgba(20,135,198,.4) 0,rgba(20,135,198,0) 100%) !important;
        background-color: #ADD7F6;
        padding: 64px 1rem !important;
    }

    .gha__smart-hero-section_content {
        justify-content: center;
        text-align: center !important;
    }

    .gha__smart-hero-section_content .button-wrapper {
        text-align: center !important;
    }
    
    .gha__smart-hero-section_form .hs-form {
        margin: auto;
    }
}
/* Hero with form Section */

.hero-with-form h1 {
  line-height: 1.1;
}

.hero-with-form .hs-form {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
}

.hero-with-form::before,
.home-hero:before {
  content: '';
  background: linear-gradient(87.8deg, rgba(42, 42, 42, 0.91) 28.77%, rgba(42, 42, 42, 0) 84.79%);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.hero-with-form,
.home-hero {
  position: relative;
}

.hero-with-form > *,
.home-hero > * {
  position: relative;
  z-index: 2;
}

.hero-with-form::after,
.home-hero:after {
  content: '';
  background: radial-gradient(27.58% 54.7% at 100% 0%, rgba(20, 135, 198, 0.4) 0%, rgba(20, 135, 198, 0) 100%);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 479px) {
  .hero-with-form .hs-form {
    max-width: 100%;
  }
}
.gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:first-child {
    display: flex;
    flex-direction: column;
}

.gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:first-child > .dnd-row:last-child {
    margin-top: auto;
}

@media (min-width: 768px) {
    .gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column {
        width: 100%;
    }

    .gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:first-child,
    .gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:has(.gha__icon-cards) {
        grid-column: span 3;
    }
}

@media (min-width: 1440px) {
    .gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:first-child {
        flex-direction: row;
    }

    .gha__section__icon-cards-grid .gha__icon-cards .slider-container:not(.slick-initialized) {
        grid-template-columns: repeat(3,minmax(288px,1fr)) !important;
    }
}

@media (min-width: 1600px) {
    .gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:first-child {
        grid-column: span 1;
    }
    
    .gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:has(.gha__icon-cards) {
        grid-column: span 2;
    }

    .gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:first-child {
        flex-direction: column;
    }

    .gha__section__icon-cards-grid > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:first-child > .dnd-row:last-child {
        margin-top: auto;
    }
}
/* Highlights Section */
.gha__highlights img {
    border-radius: 8px;
}
/* Page Hero Section */
@media (min-width: 768px) {
    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gha__section__faqs .row-fluid:has(.gha__custom-button) .dnd-column {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) .dnd-row:has(.gha__custom-button) {
        margin-top: auto;
    }
    
    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) > .dnd-column:has(.gha__accordions),
    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) > .dnd-column:not(:has(.gha__accordions)) {
        width: 100%;
        grid-column: span 3;
    }

    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) > .dnd-column:not(:has(.gha__accordions)):first-child .dnd-module:has(.gha__custom-button) {
        display: none !important;
    }

    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) > .dnd-column:has(.gha__accordions) .dnd-module:has(.gha__custom-button) {
        display: block !important;
    }
}

@media (min-width: 1440px) {
    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) > .dnd-column:not(:has(.gha__accordions)) {
        grid-column: span 1;
    }
    
    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) > .dnd-column:has(.gha__accordions) {
        grid-column: span 2;
    }
    
    .gha__section__faqs img {
        border-top-right-radius: 0;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) > .dnd-column:not(:has(.gha__accordions)):first-child .dnd-module:has(.gha__custom-button) {
        display: block !important;
    }

    .gha__section__faqs > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.gha__accordions) > .dnd-column:has(.gha__accordions) .dnd-module:has(.gha__custom-button) {
        display: none !important;
    }
}
.gha__section__testimonial-cards .testimonial-cards__container {
    margin-top: 240px !important;
}

.gha__section__testimonial-cards > .row-fluid > .dnd-column {
    display: none;
}

.gha__section__testimonial-cards > .row-fluid > .dnd-column:has(.gha__testimonial-cards) {
    display: block;
}

.gha__section__testimonial-cards img {
    border-radius: 24px;
}

@media (min-width:1024px) {
    .gha__section__testimonial-cards .testimonial-cards__container {
        margin-top: 0 !important;
    }

    .gha__section__testimonial-cards > .row-fluid > .dnd-column:has(.gha__testimonial-cards) {
        width: 100%;
    }

    .gha__section__testimonial-cards .testimonial-cards__wrapper {
        width: 50% !important;
    }
}

@media (min-width:1440px) {
    .gha__section__testimonial-cards .row-fluid,
    .gha__section__testimonial-cards .dnd-row:has(.gha__testimonial-cards),
    .gha__section__testimonial-cards .hs_cos_wrapper_type_module:has(.gha__testimonial-cards),
    .gha__section__testimonial-cards .gha__testimonial-cards,
    .gha__section__testimonial-cards .testimonial-cards__wrapper,
    .gha__section__testimonial-cards .testimonial-cards__container {
        height: 100%;
    }
    
    .gha__section__testimonial-cards > .row-fluid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .gha__section__testimonial-cards > .row-fluid > .dnd-column {
        width: 100%;
    }

    .gha__section__testimonial-cards > .row-fluid > .dnd-column:first-child {
        grid-column: span 2;
    }

    .gha__section__testimonial-cards > .row-fluid > .dnd-column {
        display: block;
    }
}
.gha__section__bullet-points img {
    border-radius: 24px;
}

@media (min-width: 768px) {
    .gha__section__bullet-points .row-fluid .row-fluid .row-fluid:has(.gha__bullet-points) {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .gha__section__bullet-points .row-fluid .row-fluid .row-fluid:has(.gha__bullet-points) .dnd-column {
        width: 100%;
    }
    
    .gha__section__bullet-points .row-fluid .row-fluid .row-fluid:has(.gha__bullet-points) .dnd-column:has(.gha__bullet-points) {
        grid-column: span 2;
        display: flex;
        flex-direction: column;
    }
    
    .gha__section__bullet-points .dnd-module:has(.gha__bullet-points) {
        grid-column: span 3;
    }   

}

@media (min-width: 1440px) {
    .gha__section__bullet-points .row-fluid .row-fluid .row-fluid:has(.gha__bullet-points) {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }

    .gha__section__bullet-points .row-fluid .row-fluid .row-fluid:has(.gha__bullet-points) .dnd-column:has(.gha__bullet-points) {
        grid-column: auto;
    }

    .gha__section__bullet-points .row-fluid .row-fluid .row-fluid:has(.gha__bullet-points) .dnd-column:has(.gha__bullet-points) .dnd-row:has(.gha__custom-button) {
        margin-top: auto;
    }
}
.gha__section__cta-banner-right .row-fluid .row-fluid .dnd-row:has(.widget-type-linked_image),
.gha__section__cta-banner-right .row-fluid .row-fluid .row-fluid:has(.widget-type-linked_image),
.gha__section__cta-banner-right .dnd-module:has(.widget-type-linked_image),
.gha__section__cta-banner-right .widget-type-linked_image,
.gha__section__cta-banner-right .hs_cos_wrapper_type_linked_image {
    width: 100%;
    height: 100%;
}

.gha__section__cta-banner-right .dnd-module:has(.widget-type-linked_image) img {
    width: 100%;
    height: 100% !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    object-fit: cover;
    object-position: center right
}

@media (min-width: 768px) {
    .gha__section__cta-banner-right > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gha__section__cta-banner-right > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) .dnd-column {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .gha__section__cta-banner-right > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column > .dnd-row:last-child {
        margin-top: auto;
    }
    
    .gha__section__cta-banner-right > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column {
        grid-column: span 3;
    }
    
    .gha__section__cta-banner-right > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column:last-child {
        padding: 1.5rem;
    }
}

@media (min-width: 1440px) {
    .gha__section__cta-banner-right > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column {
        grid-column: span 1;
    }

    .gha__section__cta-banner-right > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column:has(.widget-type-linked_image) {
        grid-column: span 2;
    }
    
    .gha__section__cta-banner-right .dnd-module:has(.widget-type-linked_image) img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }
}
.gha__section__cta-banner-left .row-fluid .row-fluid .dnd-row:has(.widget-type-linked_image),
.gha__section__cta-banner-left .row-fluid .row-fluid .row-fluid:has(.widget-type-linked_image),
.gha__section__cta-banner-left .dnd-module:has(.widget-type-linked_image),
.gha__section__cta-banner-left .widget-type-linked_image,
.gha__section__cta-banner-left .hs_cos_wrapper_type_linked_image {
    width: 100%;
    height: 100%;
}

.gha__section__cta-banner-left .dnd-module:has(.widget-type-linked_image) img {
    width: 100%;
    height: 100% !important;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
    object-position: center left
}

.gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column {
    order: 2;
}

.gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column:has(.widget-type-linked_image) {
    order: 1;
}

@media (min-width: 768px) {
    .gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) .dnd-column {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) .dnd-row:has(.gha__custom-button) {
        margin-top: auto;
    }
    
    .gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column {
        grid-column: span 3;
    }

    .gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column {
        grid-row: 2 / 2;
    }

    .gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column:has(.widget-type-linked_image) {
        grid-row: 1 / 1;
    }
}

@media (min-width: 1440px) {
    .gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column {
        grid-column: span 1;
        grid-row: 1 / 1;
    }

    .gha__section__cta-banner-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid:has(.widget-type-linked_image) > .dnd-column:has(.widget-type-linked_image) {
        grid-column: 2 / span 2;
        grid-row: 1 / 1;
    }
    
    .gha__section__cta-banner-left .dnd-module:has(.widget-type-linked_image) img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }
}
.gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child {
    border-bottom: 1px solid rgba(27, 8, 7, 0.3);
}

@media (min-width: 768px) {
    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(12, 1fr);
    }
    
    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid .dnd-column {
        width: 100%;
    }

    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:last-child > .dnd-row > .row-fluid {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(12, 1fr);
    }

    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column > .dnd-row > .row-fluid .dnd-module {
        width: 100%;
    }
    
    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column {
        grid-column: span 12;
    }
    
    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:last-child > .dnd-row > .row-fluid > .dnd-column {
        grid-column: span 6;
    }
}

@media (min-width: 1024px) {
    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child {
        grid-column: span 2;
        border-right: 1px solid rgba(27, 8, 7, 0.3);
        border-bottom: none;
    }

    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column {
        grid-column: span 10;
    }
    
    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:last-child > .dnd-row > .row-fluid > .dnd-column {
        grid-column: span 6;
    }
}

@media (min-width: 1440px) {
    .gha__section__disclosures > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:last-child > .dnd-row > .row-fluid > .dnd-column {
        grid-column: span 4;
    }
}
.gha__section__three_column_block .dnd-column:has(.gha__custom-button) {
    display: flex;
    flex-direction: column;
}

.gha__section__three_column_block .dnd-column:has(.gha__custom-button) .dnd-row:nth-child(3) {
    margin-top: auto;
}

.gha__section__three_column_block .dnd-column:has(.gha__locations) {
    display: flex;
    flex-direction: column;
}

.gha__section__three_column_block .dnd-row:has(.gha__locations) {
    margin-top: auto;
}

.gha__section__three_column_block > .row-fluid > .dnd-column:last-child {
    display: none;
}

@media (min-width: 768px) {
    .gha__section__three_column_block > .row-fluid {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .gha__section__three_column_block > .row-fluid > .dnd-column {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .gha__section__three_column_block > .row-fluid {
        grid-template-columns: 1fr 1fr;
    }
    
    .gha__section__three_column_block > .row-fluid > .dnd-column {
        width: auto;
    }
}

@media (min-width: 1440px) {
    .gha__section__three_column_block > .row-fluid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .gha__section__three_column_block > .row-fluid > .dnd-column:last-child {
        display: block;
    }
}
.gha__section__career-cards-grid > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child {
    display: flex;
    flex-direction: column;
}

.gha__section__career-cards-grid > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child > .dnd-row:nth-child(2) {
    margin-top: auto;
}

@media (min-width: 768px) {
    .gha__section__career-cards-grid > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3rem;
    }

    .gha__section__career-cards-grid > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column {
        width: 100%;
    }

    .gha__section__career-cards-grid > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column {
        grid-column: span 3;
    }
}

@media (min-width: 1440px) {
    .gha__section__career-cards-grid > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child {
        grid-column: span 1;
    }

    .gha__section__career-cards-grid > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:last-child {
        grid-column: span 2;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .gha__section__career-cards-grid .career-card__description {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 1920px) {
    /* Wrapper */
    .gha__section__career-cards-grid .career-cards__wrapper .slider-container:not(.slick-initialized) {
        grid-template-columns: 1fr 1fr;
    }
}
.gha__section__video-embed > .row-fluid > .dnd-column:first-child > .dnd-row,
.gha__section__video-embed > .row-fluid > .dnd-column:first-child > .dnd-row > .row-fluid,
.gha__section__video-embed > .row-fluid > .dnd-column:first-child > .dnd-row > .row-fluid > .dnd-column:has(.gha__custom-button) {
    height: 100%;
}

.gha__section__video-embed > .row-fluid > .dnd-column:first-child {
    order: 2;
}

.gha__section__video-embed > .row-fluid > .dnd-column:first-child > .dnd-row > .row-fluid > .dnd-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gha__section__video-embed > .row-fluid > .dnd-column:first-child > .dnd-row > .row-fluid > .dnd-column > .dnd-row:has(.gha__custom-button) {
    margin-top: auto;
}

.gha__section__video-embed .hs_cos_wrapper_type_rich_text > :last-child {
    margin-bottom: 0;
}

.gha__section__video-embed .oembed_custom-thumbnail,
.gha__section__video-embed .oembed_custom-thumbnail:hover {
    border-radius: 24px;
    align-items: flex-end;
    padding: 1rem;
}

.gha__section__video-embed .oembed_custom-thumbnail_icon,
.gha__section__video-embed .oembed_custom-thumbnail_icon:hover {
    justify-content: flex-start;
}

.gha__section__video-embed .oembed_custom-thumbnail_icon svg {
    width: 48px;
}

.gha__section__video-embed iframe {
    border-radius: 24px;
}

    
.gha__section__video-embed > .row-fluid > .dnd-column:has(.oembed_container) {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .gha__section__video-embed > .row-fluid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .gha__section__video-embed > .row-fluid > .dnd-column {
        width: 100%;
    }
    
    .gha__section__video-embed > .row-fluid > .dnd-column:has(.gha__custom-button),
    .gha__section__video-embed > .row-fluid > .dnd-column:has(.oembed_container) {
        grid-column: span 3;
    }
    
    .gha__section__video-embed > .row-fluid > .dnd-column:first-child {
        grid-row: 2;
    }
}

@media (min-width: 1024px) {
    .gha__section__video-embed .oembed_custom-thumbnail,
    .gha__section__video-embed .oembed_custom-thumbnail:hover {
        padding: 1.5rem;
    }
    
    .gha__section__video-embed .oembed_custom-thumbnail_icon svg {
        width: 64px;
    }
}

@media (min-width: 1440px) {
    .gha__section__video-embed > .row-fluid {
        grid-template-columns: 1fr 1fr;
    }
    
    .gha__section__video-embed > .row-fluid > .dnd-column:has(.gha__custom-button) {
        grid-column: span 1;
        grid-row: 1;
    }
    
    .gha__section__video-embed > .row-fluid > .dnd-column:has(.oembed_container) {
        grid-column: 2 / span 1;
        grid-row: 1;
    }
}

@media (min-width: 1920px) {
    .gha__section__video-embed > .row-fluid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .gha__section__video-embed > .row-fluid > .dnd-column:has(.gha__custom-button) {
        grid-column: 1 / span 1;
        grid-row: 1;
    }
    
    .gha__section__video-embed > .row-fluid > .dnd-column:has(.oembed_container) {
        grid-column: 2 / span 2;
        grid-row: 1;
    }
}
.gha__section__about-video-embed > .row-fluid > .dnd-column > .dnd-row,
.gha__section__about-video-embed > .row-fluid > .dnd-column > .dnd-row > .row-fluid,
.gha__section__about-video-embed > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:has(.gha__custom-button) {
    height: 100%;
}

.gha__section__about-video-embed > .row-fluid > .dnd-column:has(.gha__custom-button) {
    order: 2;
}

.gha__section__about-video-embed > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:has(.gha__custom-button) {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gha__section__about-video-embed > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:has(.gha__custom-button) .dnd-row:has(.widget-type-logo) {
    margin-bottom: auto;
}

.gha__section__about-video-embed .hs_cos_wrapper_type_rich_text > * {
    margin-bottom: 1.5rem;
}

.gha__section__about-video-embed .oembed_custom-thumbnail,
.gha__section__about-video-embed .oembed_custom-thumbnail:hover {
    border-radius: 24px;
    align-items: flex-end;
    padding: 1rem;
}

.gha__section__about-video-embed .oembed_custom-thumbnail_icon,
.gha__section__about-video-embed .oembed_custom-thumbnail_icon:hover {
    justify-content: flex-start;
}

.gha__section__about-video-embed .oembed_custom-thumbnail_icon svg {
    width: 48px;
}

.gha__section__about-video-embed iframe {
    border-radius: 24px;
}

@media (min-width: 768px) {
    .gha__section__about-video-embed > .row-fluid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .gha__section__about-video-embed > .row-fluid > .dnd-column {
        width: 100%;
    }
    
    .gha__section__about-video-embed > .row-fluid > .dnd-column:has(.gha__custom-button),
    .gha__section__about-video-embed > .row-fluid > .dnd-column:has(.oembed_container) {
        grid-column: span 3;
    }
    
    .gha__section__about-video-embed > .row-fluid > .dnd-column:has(.gha__custom-button) {
        grid-row: 2;
    }
}

@media (min-width: 1024px) {
    .gha__section__about-video-embed .hs_cos_wrapper_type_rich_text > * {
        margin-bottom: 3rem;
    }

    .gha__section__about-video-embed .oembed_custom-thumbnail,
    .gha__section__about-video-embed .oembed_custom-thumbnail:hover {
        padding: 1.5rem;
    }
    
    .gha__section__about-video-embed .oembed_custom-thumbnail_icon svg {
        width: 64px;
    }
}

@media (min-width: 1440px) {
    .gha__section__about-video-embed > .row-fluid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .gha__section__about-video-embed > .row-fluid > .dnd-column:has(.gha__custom-button) {
        grid-column: 1 / span 1;
        grid-row: 1;
    }
    
    .gha__section__about-video-embed > .row-fluid > .dnd-column:has(.oembed_container) {
        grid-column: 2 / span 2;
        grid-row: 1;
    }
}
.gha__section__form-text form {
    background: #fff;
    border-radius: 24px;
    padding: 1.5rem;
}

.gha__section__form-text > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:has(form) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gha__section__form-text > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}

.gha__section__form-text > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child > .dnd-row:last-child:not(:only-child) {
    margin-top: auto;
}

.gha__section__form-text table {
    background: #fff;
    padding: 1.5rem;
    border-collapse: separate !important;
    border-radius: 24px;
    margin-bottom: 0.5rem;
    height: auto !important;
    width: 100% !important;
}

.gha__section__form-text td {
    border: none !important;
    padding: 0 !important;
}

.gha__section__form-text h6, .gha__section__form-text p {
    margin: 0;
}

.gha__section__form-text tr, .gha__section__form-text td {
    width: 100% !important;
    height: 100% !important;
}

.gha__section__form-text svg {
    margin-right: 0.5rem;
}

.gha__section__form-text h6 {
    color: #331211;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.15px;
}

.gha__section__form-text svg path {
    fill: #8F1D1E;
}

.gha__section__form-text div:has(> table) {
    height: 100% !important;
}

.gha__section__form-text tr:not(:last-child) td {
    padding-bottom: 1rem !important;
}

.gha__section__form-text table p {
    color: rgba(27, 8, 7, 0.75);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.gha__section__form-text div:has(>table):not(:last-child) p {
    display: flex !important;
    align-items: center;
}

@media (min-width: 768px) {
    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid {
        display: grid !important;
        grid-template-columns: repeat(12, 1fr);
    }
    
    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid > .dnd-column {
        width: 100%;
    }
    
    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:first-child,
    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:has(form) {
        grid-column: span 12;
    }
    
    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:has(.widget-type-linked_image) {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .gha__section__form-text form {
        padding: 3rem;
    }

    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:first-child,
    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:has(form) {
        grid-column: span 6;
    }
}

@media (min-width: 1440px) {
    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:first-child {
        grid-column: span 4;
    }
    
    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:has(form) {
        grid-column: span 5;
    }
    
    .gha__section__form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:has(.widget-type-linked_image) {
        display: block !important;
        grid-column: span 3;
    }
}
.gha__section__two-column-form-text form {
    background: #fff;
    border-radius: 24px;
    padding: 1.5rem;
}

.gha__section__two-column-form-text > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:has(form) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gha__section__two-column-form-text > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}

.gha__section__two-column-form-text > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child > .dnd-row:last-child:not(:only-child) {
    margin-top: auto;
}

@media (min-width: 768px) {
    .gha__section__two-column-form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid {
        display: grid !important;
        grid-template-columns: repeat(12, 1fr);
    }
    
    .gha__section__two-column-form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid > .dnd-column {
        width: 100%;
    }
    
    .gha__section__two-column-form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:first-child,
    .gha__section__two-column-form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:has(form) {
        grid-column: span 12;
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .gha__section__two-column-form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:first-child {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .gha__section__two-column-form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:first-child > .dnd-row:not(:first-child) {
        flex-basis: calc(50% - 0.5rem);
        width: auto;
    }
    
    .gha__section__two-column-form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:first-child > .dnd-row:last-child {
        flex-basis: auto;
    }
}

@media (min-width: 1440px) {
    .gha__section__two-column-form-text form {
        padding: 3rem;
    }

    .gha__section__two-column-form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:first-child,
    .gha__section__two-column-form-text>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-column:has(form) {
        grid-column: span 6;
    }
}
.gha__section__important-numbers table {
    border-collapse: separate !important;
    border: none !important;
    border-radius: 16px;
    padding: 1rem;
    margin: 0 !important;
}

.gha__section__important-numbers div:has(> table) {
}

.gha__section__important-numbers table h6,
.gha__section__important-numbers table p {
    margin: 0;
}

.gha__section__important-numbers table td {
    border: none !important;
    padding: 0 !important;
}

.gha__section__important-numbers table tr:first-child {
    margin-bottom: 0.5rem;
}

.gha__section__important-numbers table td * {
    color: #335C67;
}

.gha__section__important-numbers .gha__icon-cards .card__content {
    justify-content: space-between;
}

.gha__section__blog-index-listing > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter h3 {
    color: #1D0202;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter div.widget-module:has(ul) {
    display: flex;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter div.widget-module:has(ul):before {
    content: url('https://8953693.fs1.hubspotusercontent-na1.net/hubfs/8953693/Website%202024/Resources/Its%20a%20Money%20Thing/Blog%20Listing%20Page/RC-Blog-Post-Filter.svg');
    line-height: 0;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter ul {
    position: relative;
    list-style-type: none;
    border-radius: 8px;
    border: 1px solid #D2CDCD;
    background: #FFF;
    padding: 0 48px 0 0;
    margin: 0;
    max-height: 56px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    cursor: pointer;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter ul.open:before {
    display: none;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter li a {
    display: block;
    padding: 16px;
    height: 56px;
    color: #1D0202;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter li a:hover {
    color: #8F1D1E;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter ul:after {
    content: url('https://8953693.fs1.hubspotusercontent-na1.net/hubfs/8953693/Website%202024/Icons/Small%20Black%20Icons/angle-down.svg');
    line-height: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    transition: transform 0.3s ease-in-out;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter ul.open {
    max-height: 600px;
}

.gha__section__blog-index-listing .hs_cos_wrapper_type_post_filter ul.open:after {
    transform: rotate(180deg);
}


.gha__section__blog-index-listing section:has(article) {
    gap: 1rem;
}

.gha__section__blog-index-listing article {
    margin: 0 !important;
}

.gha__section__blog-index-listing article > div:has(img) {
    line-height: 0;
}

.gha__section__blog-index-listing article img {
    padding: 0.5rem;
}

.gha__section__blog-index-listing article .button {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    border-radius: 4px;
    background: linear-gradient(to left, #8F1D1E 50%, #FFFFFF 50%) left;
    background-size: 200%;
    transition: all .3s linear;
}

.gha__section__blog-index-listing article .button:hover {
    background-color: #8F1D1E;
    background-position: right;
    color: #FFFFFF;
    padding-left: 1rem;
    transition: all .3s linear;
}

.gha__section__blog-index-listing article .button:before {
  position: absolute;
  content: 'Read More';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(100% - 2rem);
  color: #8F1D1E;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0;
  transition: all .3s linear;
}

.gha__section__blog-index-listing article .button:hover:before {
  width: 0;
  padding-left: 1rem;
  transition: all .3s linear;
}

.gha__section__blog-index-listing article .button:after {
    content: url('https://8953693.fs1.hubspotusercontent-na1.net/hubfs/8953693/Website%202024/Resources/Its%20a%20Money%20Thing/Blog%20Listing%20Page/RC-Blog-Learn-More.svg');
    display: block;
    line-height: 0;
}


.gha__section__blog-index-listing nav.hs-pagination {
    padding: 10px;
    justify-content: flex-start;
}

.gha__section__blog-index-listing nav.hs-pagination a {
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.15px;
    font-size: 18px;
}

.gha__section__blog-index-listing .hs-pagination__link--prev,
.gha__section__blog-index-listing .hs-pagination__link--next {
    border: 1px solid #331211;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s linear;
}

.gha__section__blog-index-listing nav.hs-pagination a span.hs-pagination__link-icon {
    margin: 0;
}

.gha__section__blog-index-listing nav.hs-pagination a.hs-pagination__link--prev:hover,
.gha__section__blog-index-listing nav.hs-pagination a.hs-pagination__link--next:hover {
    background: #331211;
}

.gha__section__blog-index-listing nav.hs-pagination a.hs-pagination__link--prev:hover path,
.gha__section__blog-index-listing nav.hs-pagination a.hs-pagination__link--next:hover path {
    fill: #ffffff;
}


@media(min-width: 768px) {
    
    .gha__section__blog-index-listing > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column {
        gap: 1.5rem;
    }

    
    .gha__section__blog-index-listing section:has(article) {
        gap: 1.5rem;
    }

    .gha__section__blog-index-listing article {
        flex-basis: calc((100% - 1.5rem) / 2);
    }
    
    .gha__section__blog-index-listing article > div:has(.button) {
        padding: 3rem;
    }
    
    .gha__section__blog-index-listing article > div:has(.button) > div:has(.button) {
        margin-top: auto;
    }

    
    .gha__section__blog-index-listing nav.hs-pagination a {
        font-size: 20px;
    }
}


@media(min-width: 1440px) {
    .gha__section__blog-index-listing article {
        flex-basis: calc((100% - 3rem) / 3);
    }
}

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

body {
  overflow-wrap: break-word;
}

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

h2, .h2 {
  font-size: clamp(32px, 21.6px + 2.667vw, 60px);
}

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Cookie consent banner link */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner  div#hs-eu-policy-wording a {
  color: #8f1d1e;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 1;
}

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

/* No button */

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

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

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

form label:not(.hs-error-msg):not(.hs-form-booleancheckbox-display):not(.hs-form-radio-display) :is(p,li,span,label,h1,h2,h3,h4,h5,h6) {
    font-size: 14px !important;
    color: #1d0202 !important;
    font-weight: bold !important;
}

/* 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;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput .hs-input {
  width: 100%;
  padding: 0.7rem;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
  min-width: auto;
}

form .hs-submit .actions {
    position: relative;
    overflow: hidden;
}

form .hs-submit .actions:before {
    content: url('https://8953693.fs1.hubspotusercontent-na1.net/hubfs/8953693/Website%202024/Icons/button-arrow.svg');
    display: block;
    position: absolute;
    top: calc(50% + 18px);
    right: 28px;
    width: 24px;
    height: 24px;
    transform: translate(calc(200% + 28px), calc(-50% - 31px)) rotate(90deg);
    transition: transform .2s linear;
}

form .hs-submit .actions:hover:before {
    transform: translateY(calc(-50% - 31px));
}

.form-columns-2 ~ .hs-submit {
    max-width: 284px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* HubSpot Link Container */
.hubspot-link__container.sproket {
  display: none;
}

/* TEMP */
.hs-form fieldset.form-columns-1 .hs-form-field .input {
  margin-right: 0;
}

.hs-form fieldset.form-columns-1 .hs-form-field input {
  width: 100%;
}

@media (max-width: 480px) {
  form.hs-form.stacked fieldset.form-columns-2 .hs-form-field input.hs-input:not([type="checkbox"]),
  form.hs-form.stacked fieldset.form-columns-3 .hs-form-field input.hs-input:not([type="checkbox"]),
  form.hs-form.stacked fieldset.form-columns-2 .hs-form-field select.hs-input:not([type="checkbox"]),
  form.hs-form.stacked fieldset.form-columns-3 .hs-form-field select.hs-input:not([type="checkbox"]) {
    width: 100%;
  }

  form.hs-form.stacked fieldset.form-columns-2 .input,
  form.hs-form.stacked fieldset.form-columns-3 .input {
    margin: 0;
  }
}

@media (min-width: 481px) {
  .hs-form fieldset.form-columns-2 .hs-form-field,
  .hs-form fieldset.form-columns-3 .hs-form-field {
    margin-left: 0;
    margin-right: 0;
  }
  
  
  .hs-form fieldset.form-columns-2 .hs-form-field:first-child,
  .hs-form fieldset.form-columns-3 .hs-form-field:first-child {
    margin-left: 0;
    margin-right: 4px
  }
  
  .hs-form fieldset.form-columns-2 .hs-form-field:last-child,
  .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    margin-left: 4px;
    margin-right: 0
  }
}

form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: calc((100% - 8px)/2);
} 

form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: calc((100% - 16px)/3);
}

.hs-datepicker button {
    min-width: initial;
}

/* Balance Transfer Form Embed */

.hs-embed-wrapper form {
    padding: 1.5rem;
    background: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hs-embed-wrapper form label,
.c-form__headline {
    color: #1D0202;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1px;
    margin: 0;
}

.l-form-grid__item--one-half {
    flex-basis: calc(50% - 1rem);
}

.l-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.l-form-grid__item--full {
    flex-basis: 100%;
}

.l-form-grid__item--one-half,
.l-form-grid__item--full {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.hs-embed-wrapper form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.c-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
  min-width: auto;
  position: relative;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.25px;
}

.c-btn:before {
  content: url('https://8953693.fs1.hubspotusercontent-na1.net/hubfs/8953693/Website%202024/Icons/button-arrow.svg');
  display: block;
  position: absolute;
  top: calc(50% + 18px);
  right: 28px;
  width: 24px;
  height: 24px;
  transform: translate(calc(200% + 28px), calc(-50% - 31px)) rotate(90deg);
  transition: transform .2s linear;
}

.c-btn:hover {
  background: #8f1d1e;
}

.c-btn:hover:before {
  transform: translateY(calc(-50% - 31px));
}

@media (min-width: 1024px) {
  .hs-embed-wrapper form {
    padding: 3rem;
  }

  .c-btn {
    max-width: 284px;
  }
}
/* 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;
}

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

/* Header DND sections */

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

/* Header container */

.header.mobile-nav-open {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: scroll;
}

.header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header__container {
    border-bottom: 1px solid #D2CDCD;
  }
}

.header__container .row-fluid-wrapper {
  width: 100%;
}

.header__column {
  width: 100%;
  padding: 0 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
}

.mobile-nav-open .header__container, 
.mobile-nav-open .header__column {
    height: 100%;
}

@media (max-width: 767px) {

  .header__container {
    flex-direction: row;
    align-items: center;
  }

  .header__container .row-fluid-wrapper {
    padding: 0 !important;
  }

  .header__column {
    position: relative;
    display: flex;
    flex-direction: column;
  }

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

  .header__row-2 {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .header__container .row-fluid-wrapper {
    padding: 0 !important;
  }
}


/* [data-global-resource-path*="header"] {
  position: sticky;
  top: 0;
  z-index: 1000;
} */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .sticky-header.scrolled {
    top: -205px;
  }
}
.sticky-header.scrolled-up {
  top: 0 !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}
/* @media (max-width: 767px) {
  .sticky-header.scrolled {
    top: -75px;
  }
  .sticky-header.scrolled .mobile-navigation-container {
    top: -75px;
  }
  .sticky-header.scrolled-up .mobile-navigation-container {
    top: 0;
  }
} */
@media (min-width: 1024px) and (max-width: 1674px) {
  /* .sticky-header.scrolled:not(.scrolled-up) {
    transform: translateY(calc(-49px - 12px));
  }
  .sticky-header.scrolled:not(.scrolled-up) .navigation-container {
    grid-row-gap: 12px;
  }
  .sticky-header.scrolled:not(.scrolled-up) .navigation-container .logo {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% + 18px));
  }
  .sticky-header.scrolled:not(.scrolled-up) .navigation-container .primary-nav {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    grid-column-start: 3;
    padding-left: 1rem;
  } */
  .sticky-header.scrolled:not(.scrolled-up) .navigation-container .logo {
    /* margin-bottom: 0.5rem; */
  }
}

/* Navigation skipper */

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

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

/* Logo */

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

@media (max-width: 767px) {
  .header__logo {
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

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

/* Search bar */

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

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

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

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

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

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

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

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

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

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

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

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

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

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

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

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

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

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

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

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

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    margin-left: 0;
    margin-right: auto;
  }

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

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

  .header__navigation--toggle {
    font-size: 1.5rem;
  }

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

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

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

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

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

  .header__close--toggle {
    display: none;
    font-size: 1.5rem;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* Header Social */
.header__social--mobile {
  display: none;
  width: 100%;
  border-top: 1px solid #1d2e49;
  padding-top: 2rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  #hs_cos_wrapper_navigation-primary .menu--mobile .menu__cta--wrapper .menu__item {
    width: auto;
  }
  
  .header__social--mobile.show {
    display: block;
  }
  
  .menu--mobile .menu__cta--wrapper .menu__wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    gap: 1rem;
  }
  
  .menu__cta--wrapper {
    margin-top: 2rem;
  }
  
  .menu--mobile .menu__cta--wrapper .cta_button {
    width: auto;
  }
}

/* Broswer Compatibility Notice */
#buorgig, #buorgul, #buorgpermanent {
    background: #8f1d1e !important;
    border: 2px solid #8f1d1e !important;
}
#buorgul:hover, #buorgpermanent:hover {
    background: #721718 !important;
    border: 2px solid #721718 !important;
}

#buorgig {
    background: none !important;
    color: #8f1d1e !important;
}
#buorgig:hover {
    background: #8f1d1e !important;
    color: #fff !important;
}

.buorg {
    font-family: Rubik,sans-serif !important;
    background: #f8f7f2 !important;
    border-bottom: none !important;
}
/* Header container */

.header--no-navigation .header__container {
  padding: 1.5rem 1rem;
}

.header--no-navigation .header__row-1 {
  padding-top: 0;
}

.header--no-navigation .button {
    min-width: 10.625rem;
}

@media (max-width: 767px) {
  .header--no-navigation .header__row-1 {
    display: none;
  }
}
/* Missing Template at Path: \'Red Canoe\/css\/components\/_header-blog.css\' */
/* Footer container */

.footer__container {
  display: flex;
  justify-content: space-between;
}

.footer__container .row-fluid-wrapper {
  width: 100%;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column {
    border-radius: 24px;
}

.footer p {
    margin-bottom: 0;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column {
    border-radius: 24px;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:first-child {
    border-radius: 16px;
}

.footer .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child>.row-fluid>.dnd-column>.dnd-row:nth-child(3)>.row-fluid>.dnd-column:first-child a {
    text-decoration: none;
    color: #335C67;
    font-weight: 500;
}

.footer .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child>.row-fluid>.dnd-column>.dnd-row:nth-child(3)>.row-fluid>.dnd-column:first-child a:hover {
    text-decoration: underline;
}

.footer .hs-social-follow {
  gap: 29px;
}

.footer .hs-social-follow__link {
  padding: 0;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child {
    gap: 1.5rem;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child > .dnd-row:last-child {
    border-radius: 16px;
}

.footer form {
    display: flex;
    gap: 0.5rem;
}

.footer form .hs-form-field,
.footer form label {
    margin: 0;
}

.footer form .hs-email {
    flex-grow: 1;
}

.footer form .hs-input {
    border-radius: 8px;
    border: 1px solid #335C67;
    background: transparent;
    padding: 1rem;
    color: #335C67;
    font-size: 16px;
    line-height: 1.4;
}

.footer form .hs-input::placeholder {
    color: #335C67;
}

.footer form .hs-submit input {
    width: 56px;
    height: 56px;
}

.footer form .hs-submit .actions {
    position: relative;    
}

.footer form .hs-submit .actions:after {
    content: '';
    display: block;
    background: url(https://8953693.fs1.hubspotusercontent-na1.net/hubfs/8953693/Icons/paper-airplane.svg);
    position: absolute;
    width: 20px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:first-child > .row-fluid {
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:first-child > .row-fluid > .dnd-column:first-child {
  flex-shrink: 0;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column {
  width: 100%;
  grid-column: span 12;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child > .dnd-row:last-child > .row-fluid {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child > .dnd-row:last-child > .row-fluid > .dnd-column {
  width: 100%;
  grid-column: span 12;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:last-child > .dnd-row > .row-fluid {
  justify-content: flex-start;
}

.footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module {
  width: auto;
}

.footer :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
}

.footer .dnd-module:has(img.hs-image-widget[alt="logo__ehl"]) {
    align-items: flex-start !important;
}

button.hs-image__grid__lightbox__button.hs-image__grid__lightbox__button--prev {
    left: -40px;
}

button.hs-image__grid__lightbox__button.hs-image__grid__lightbox__button--next {
    right: -40px;
}

@media (min-width: 768px) {
  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:first-child > .row-fluid > .dnd-column:first-child {
    width: auto;
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:last-child > .dnd-row > .row-fluid {
    justify-content: flex-end;
  }
  
  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:first-child {
    width: 100%;
    grid-column: span 4;
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child {
    width: 100%;
    grid-column: span 8;
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child > .dnd-row:last-child > .row-fluid {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child > .dnd-row:last-child > .row-fluid > .dnd-column {
    width: 100%;
    grid-column: span 12;
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child .dnd-module {
    grid-column: span 12;
  }
}

@media (min-width: 1440px) {
  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:first-child {
    width: 100%;
    grid-column: span 3;
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child {
    width: 100%;
    grid-column: span 9;
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child > .dnd-row:last-child > .row-fluid {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child > .dnd-row:last-child > .row-fluid > .dnd-column {
    width: 100%;
    grid-column: span 6;
  }

  .footer .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-column > .dnd-row:nth-child(3) > .row-fluid > .dnd-column:last-child .dnd-module {
    grid-column: span 12;
  }
}
/* footer container */

.footer--no-navigation .footer__container {
  padding: 1.5rem 1rem;
}

.footer--no-navigation .footer__row-1 {
  padding-top: 0;
}

.footer--no-navigation .button {
    min-width: 10.625rem;
}

@media (max-width: 767px) {
  .footer--no-navigation .footer__row-1 {
    display: none;
  }
}
/* Missing Template at Path: \'Red Canoe\/css\/components\/_footer-blog.css\' */
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}