/* Theme base styles */

:root {

	/* Spacing */

	--container-width: 1180px;
	--container-width-narrow: 880px;
	--vertical-spacing: 12rem;
	--gap: 2rem;
	--gap-xs: calc(var(--gap) * 0.2);
	--gap-sm: calc(var(--gap) * 0.4);
	--gap-md: calc(var(--gap) * 1.2);
	--gap-lg: calc(var(--gap) * 1.6);
	--gap-xl: calc(var(--gap) * 2.1);

	/* Colors */

	--base-color: #5F5A59; 
	--primary-color: #002938; 
	--secondary-color: #004F6E; 
	--accent-color-1: #10768C; 
	--accent-color-2: #59C2D7; 

	--black: #1B1D1E; 
	--dark-gray: #5F5A59; 
	--medium-gray: #8F8D8B; 
	--light-gray: #F7FAFA; 
	--border-color: rgb(0, 41, 56, 0.06);
	--white: #fff; 

	/* Typography */

	--base-font-size: 1.6rem;
	--base-line-height: 1.5;
	--primary-font-family: 'Roboto', sans-serif;
	--secondary-font-family: 'Roboto', sans-serif;

	/* Border radius */

	--border-radius-small: 4px;
	--border-radius: 8px;

	/* SVG icon filter color */
	--icon-color: brightness(0) saturate(100%) invert(35%) sepia(70%) saturate(530%) hue-rotate(145deg) brightness(100%) contrast(100%);
	--icon-color-light: brightness(0) saturate(100%) invert(73%) sepia(48%) saturate(447%) hue-rotate(145deg) brightness(87%) contrast(92%);
	--icon-color-dark: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(1761%) hue-rotate(175deg) brightness(92%) contrast(101%);

}

/* Generic */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media (max-width: 767px) {
  .oembed_container {
    margin-bottom: 1.5rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bold;
}

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 */

.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}

section,
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 2rem;
}

.dnd-section {
  background: var(--white);
  overflow-x: clip;
  position: relative;
  z-index: 1;
}

.dnd-section > .row-fluid {
  max-width: var(--container-width);
  margin: 0 auto;
}

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

.dnd-column[class*='background'] {
  border-radius: var(--border-radius);
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
    -webkit-column-gap: var(--gap);
       -moz-column-gap: var(--gap);
            column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .dnd-section [class*='span'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 992px) {
  section,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 2rem;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  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;
  }
}

/* Flexbox */

.flex,
.flex-wrap {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

.flexInline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

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

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

.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.flex-self {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-space {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:767px) {
  .flex:not(.flex-row) {
    flex-direction: column;
  }

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

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

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

body {
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Anchors */

a {
  color: var(--base-color);
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: var(--base-color);
  text-decoration: none;
}

a:active {
  color: var(--base-color);  
  text-decoration: none;
}

/* Paragraphs */

p {
  margin: 0 0 2.4rem;
}

strong, b {
  font-weight: 500;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--primary-color);
  font-family: var(--primary-font-family);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 2.4rem;
}

h1,
.h1 {
  font-size: 5.2rem;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 4rem;
  word-wrap: break-word;
}
h2,
.h2 {
  font-size: 3.2rem;
  word-wrap: break-word;
}
h3,
.h3 {
  font-size: 2.8rem;
}
h4,
.h4 {
  font-size: 2.4rem;
}
h5,
.h5 {
  font-size: 2rem;
}
h6,
.h6,
.subtitle {
  font-size: 1.8rem;
  line-height: 1.75;
}
.subtitle,
.subtitle-2 {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}
.subtitle-2 {
  font-size: 1.6rem;
}
.overline {
  color: var(--dark-gray);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  text-transform: uppercase;
}
p.subtitle,
p.subtitle-2 {
  margin-bottom: 1.6rem;
}

@media (min-width: 992px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    line-height: 1.15;
  }
  h1,
  .h1 {
    font-size: 6.8rem;
  }
  h2,
  .h2 {
    font-size: 4rem;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
  }
  h4,
  .h4 {
    font-size: 2.8rem;
  }
  h5,
  .h5 {
    font-size: 2.4rem;
  }
  h6,
  .h6,
  .subtitle {
    font-size: 2rem;
    line-height: 1.5;
  }
  .subtitle,
  .subtitle-2 {
    font-weight: 500;
    line-height: 1.5;
  }
  .subtitle-2 {
    font-size: 1.8rem;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 2.4rem;
}

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

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

/* Checkmarks UL */

ul.checkmarks {
  list-style: none;
  padding: 0;
}

ul.checkmarks li {
  margin-bottom: 0.8rem;
  padding-left: 24px;
  position: relative;
}

ul.checkmarks li::before {
  content: '';
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00065 13.6668C3.31875 13.6668 0.333984 10.682 0.333984 7.00016C0.333984 3.31826 3.31875 0.333496 7.00065 0.333496C10.6825 0.333496 13.6673 3.31826 13.6673 7.00016C13.6673 10.682 10.6825 13.6668 7.00065 13.6668ZM6.33572 9.66683L11.0498 4.95278L10.107 4.00998L6.33572 7.78123L4.45012 5.89556L3.50731 6.83843L6.33572 9.66683Z" fill="%2310768C"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 4px solid var(--secondary-color);
  font-size: 2.4rem;
  font-style: italic;
  margin: 2.4rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--border-color);
  margin: 4rem auto;
}

/* Figure */

figure {
  margin: 4rem 0;
  position: relative;
}

figure figcaption {
  color: var(--white);
  font-size: 1.4rem;
  isolation: isolate;
  line-height: 1.5;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

figure figcaption::before {
  background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0));
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media (min-width: 768px) {
  figure figcaption {
    padding: 4rem 4rem 2.4rem;
  }
}
.button,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid;
  border-radius: var(--border-radius-small);
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  min-height: 4.8rem;
  padding: 0.8rem 1.4rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: normal;
}

/* Primary */

.button--primary,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  background-color: var(--accent-color-1);
  border-color: var(--accent-color-1);
  color: var(--white);
}

.button--primary:hover,
.button--primary:focus,
.button--primary:focus-within,
.button--primary:active,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="submit"]:focus-within,
form input[type="submit"]:active,
form input[type="file"]::file-selector-button:hover,
form input[type="file"]::file-selector-button:focus,
form input[type="file"]::file-selector-button:focus-within,
form input[type="file"]::file-selector-button:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:focus-within,
form .hs-button:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
}

form input[type="file"]::-webkit-file-upload-button:hover,
form input[type="file"]::-webkit-file-upload-button:focus,
form input[type="file"]::-webkit-file-upload-button:focus-within,
form input[type="file"]::-webkit-file-upload-button:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
}

/* Secondary */

.button--secondary {
  background-color: transparent;
  border-color: var(--accent-color-1);
  color: var(--primary-color);
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary:focus-within,
.button--secondary:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
}

/* Tertiary */

.button--tertiary {
  background-color: transparent;
  border-color: transparent;
  color: var(--primary-color);
}

.button--tertiary:hover,
.button--tertiary:focus,
.button--tertiary:focus-within,
.button--tertiary:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
}

.button--tertiary.button--icon:not(.active) svg path {
  fill: var(--accent-color-1);
}

.button--tertiary.button--icon:hover svg path,
.button--tertiary.button--icon:focus svg path,
.button--tertiary.button--icon:focus-within svg path,
.button--tertiary.button--icon:active svg path {
  fill: var(--white);
}

/* Text Primary */

.button--text-primary {
  min-height: auto;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  color: var(--primary-color);
  justify-content: initial;
}

.button--text-primary:hover,
.button--text-primary:focus,
.button--text-primary:focus-within,
.button--text-primary:active {
  color: var(--accent-color-1);
}

/* White Primary */

.button--white.button--primary {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--accent-color-1);
}

.button--white.button--primary:hover,
.button--white.button--primary:focus,
.button--white.button--primary:focus-within,
.button--white.button--primary:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
}

/* White Secondary */

.button--white.button--secondary {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.button--white.button--secondary:hover,
.button--white.button--secondary:focus,
.button--white.button--secondary:focus-within,
.button--white.button--secondary:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
}

/* White Tertiary */

.button--white.button--tertiary {
  background-color: transparent;
  border-color: transparent;
  color: var(--white);
}

.button--white.button--tertiary:hover,
.button--white.button--tertiary:focus,
.button--white.button--tertiary:focus-within,
.button--white.button--tertiary:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
}

/* White Text Primary */

.button--white.button--text-primary,
.button--white.button--text-primary:hover,
.button--white.button--text-primary:focus,
.button--white.button--text-primary:focus-within,
.button--white.button--text-primary:active {
  color: var(--white);
}

/* Arrow */

.button--arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.button--arrow.button--text-primary {
  justify-content: space-between;
  text-align: left;
}

.button--arrow,
.button--arrow span {
  position: relative;
}

.button--arrow span {
  display: inline-block;
  overflow: hidden; 
}

.button--arrow span,
.button--arrow span::after,
.button--arrow span::before { 
  height: 12px;
  width: 12px;
}

.button--arrow span::after,
.button--arrow span::before { 
  display: block;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
}

.button--arrow span::after { 
  translate: 0 0;
}

.button--arrow span::before { 
  translate: -150% 0;
}

.button--arrow:hover span::after,
.button--arrow:focus span::after {
  animation: slide-out .2s ease-out forwards;
}

.button--arrow:hover span::before,
.button--arrow:focus span::before {
  animation: slide-in .2s .4s ease-in forwards;
}

.button--arrow span::after,
.button--arrow span::before,
.button--arrow.button--primary.button--white:not(:hover):not(:focus) span::after,
.button--arrow.button--primary.button--white:not(:hover):not(:focus) span::before,
.button--arrow.button--text-primary:hover span::after,
.button--arrow.button--text-primary:hover span::before,
.button--arrow.button--text-primary:focus span::after,
.button--arrow.button--text-primary:focus span::before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.17169 6.77819L0.000121774 6.77819L0.000121861 4.77819L8.17169 4.77819L4.80772 1.41423L6.22192 7.37682e-06L12.0001 5.77819L6.22192 11.5564L4.80772 10.1422L8.17169 6.77819Z" fill="%2310768C"/></svg>');
}

.button--arrow:hover span::after,
.button--arrow:hover span::before,
.button--arrow:focus span::after,
.button--arrow:focus span::before,
.button--arrow.button--primary span::after,
.button--arrow.button--primary span::before,
.button--arrow.button--secondary.button--white span::after,
.button--arrow.button--secondary.button--white span::before,
.button--arrow.button--tertiary.button--white span::after,
.button--arrow.button--tertiary.button--white span::before,
.button--arrow.button--text-primary.button--white span::after,
.button--arrow.button--text-primary.button--white span::before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.17169 6.77819L0.000121774 6.77819L0.000121861 4.77819L8.17169 4.77819L4.80772 1.41423L6.22192 7.37682e-06L12.0001 5.77819L6.22192 11.5564L4.80772 10.1422L8.17169 6.77819Z" fill="white"/></svg>');
}

@keyframes slide-out {
  from { translate: 0 0; }
  to { translate: 150% 0; }
}

@keyframes slide-in {
  from { translate: -150% 0; }
  to { translate: 0 0; }
}

/* Icon */

.button--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.button--icon > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button--icon > svg {
  max-height: 2rem;
}

.button--icon.button--white.button--primary:not(:hover):not(:focus) svg path {
  fill: var(--accent-color-1);
}

.button--icon:not(.button--text-primary):hover svg path,
.button--icon:not(.button--text-primary):focus svg path,
.button--icon:not(.button--text-primary):focus-within svg path {
  fill: var(--white) !important;
}

/* Wide */

.button--wide {
  padding-inline: 1.9rem;
}

/* Full */

.button--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* Small */

.button--small {
  font-size: calc(var(--base-font-size) * 0.875);
}

.button--small:not(.button--text-primary) {
  min-height: 4.4rem;
}

/* Large */

.button--large:not(.button--text-primary) {
  min-height: 5.6rem;
  padding: 1.2rem 2.2rem;
}

/* CTA Override */

a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}



/* Mobile */
@media (max-width: 480px) {
  .button:not(.button--text-primary):not([class*="controls"]):not([class*="pagination"]):not([class*="top"]),
  .button--arrow.button--text-primary {
    width: 100%;
    justify-content: center;
  }
}
/* Labels */

form label,
.fakelabel {
  color: var(--primary-color);
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

/* 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 input[type="search"],
form select,
form textarea {
  display: block;
  padding: 1rem 2rem;
  width: 100%;
  min-height: 4.4rem;
  margin-bottom: 2.4rem;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  color: var(--black);
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 6.0006L0.757324 1.758L2.17154 0.34375L5 3.1722L7.8284 0.34375L9.2426 1.758L5 6.0006Z" fill="%2310768C"/></svg>');
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--border-color);
  -webkit-text-fill-color: var(--black);
  opacity: 1;
  padding-right: 3rem;
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
  border: 1px solid var(--border-color);
}

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

::-webkit-input-placeholder {
  color: var(--dark-gray);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--dark-gray);
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
}

.inputs-list > li > label {
  padding-left: 2rem;
  text-indent: -2rem;
}

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

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--primary-color);
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--dark-gray);
}

/* Inputs - file picker */

form input[type="file"] {
  width: auto !important;
  min-height: auto;
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button {
  margin-right: var(--gap);
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p,
form legend,
form .hs-field-desc {
  font-size: 1.4rem;
  margin: 0 0 1.6rem;
}

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 {
  font-size: 1.4rem;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -1px;
}

/* Validation */

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

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

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -1.8rem 0 2rem 0;
  color: #E60000;
  font-size: 1.4rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none;
}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form
  fieldset.form-columns-1
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-2
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-3
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100% !important;
}

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}

/* Submit button */

.hs-form .hs-button.primary.large {
  width: 100%;
}
/* Table */

table {
	width: 100%;
	border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
	padding: 1rem;
	text-align: left;
  vertical-align: top;
}

td {
	border-bottom: 1px solid var(--light-gray);
}

/* Table header */

thead th {
	background-color: var(--light-gray);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--light-gray);
}

/* Components */

body.modal-open .body-wrapper > div[data-global-resource-path*="/templates/partials/header.html"] {
  z-index: unset !important;
}

.header {
  background-color: var(--white);
  border-bottom: 1px solid var(--light-gray);
  transition: background .2s ease;
}

.header__top {
  background-color: var(--light-gray);
  padding: 0.8rem 2rem;
  transition: transform .3s ease;
}

.header__main {
  padding: 1.6rem 2rem;
}

.header__inner {
  gap: 2rem;
}

.header__navigation {
  width: 100%;
}

@media (min-width: 1190px) {
  .header--transparent .header-wrapper:not(.scrolled-down):not(.active) .header {
    background: transparent;
    border-bottom-width: 0;
  }

  .header-wrapper.scrolled-down .header__top {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media (max-width: 1189px) {
  .body-wrapper > div[data-global-resource-path*="/templates/partials/header.html"],
  .body-wrapper > div.header-wrapper.scrolled-down {
    top: 0 !important;
  }

  .header__top {
    display: none;
  }

  .header__main {
    padding: 1.8rem 2rem;
  }

  .header__logo img {
    max-height: 2.4rem;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  #main-content {
    margin-top: 0 !important;
  }
}

/* Logo */

.header__logo a {
  display: block;
  font-size: 0;
}


.header__logo--white {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1190px) {
  .header__logo--color,
  .header__logo--white {
    transition: opacity .1s ease-out;
  }

  .header__logo--white,
  .header--transparent .header-wrapper:not(.scrolled-down):not(.active) .header__logo--color,
  .header--transparent .header-wrapper.scrolled-down .header__logo--white {
    opacity: 0;
    visibility: hidden;
  }

  .header--transparent .header-wrapper:not(.scrolled-down):not(.active) .header__logo--white {
    opacity: 1;
    visibility: visible;
  }
}

/* Navigation skipper */

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

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}
.footer {
  padding: 6.4rem 2rem;
  z-index: 3;
}

.footer a:not(.button) {
  color: var(--primary-color);
  text-decoration: none;
}
.footer a:not(.button):hover,
.footer a:not(.button):focus {
  color: var(--accent-color-1);
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer__menus,
.footer__middle,
.footer__right {
  gap: 4rem 2rem;
}
.footer__menu ul li.hs-item-has-children > a {
  display: block;
  font-size: 1.6rem;
}
.footer__menu ul li.hs-item-has-children > a[href*='javascript:void(0)'] {
  text-decoration: none;
}
.footer__menu ul ul {
  display: grid;
  gap: 1.2rem;
}
.footer__menu a span {
  display: inline-block;
}

.footer__middle {
  margin-top: 4.8rem;
}

.footer__privacy-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gap-md);
}

.footer__disclaimer *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer {
    padding: 12rem 2rem;
  }
  
  .footer__top,  
  .footer__middle,
  .footer__menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .footer__menu {
    max-width: 16.4rem;
    width: 100%;
  }

  .footer__menu ul li.hs-item-has-children > a {
    color: var(--dark-gray);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: var(--gap-md);
    text-transform: uppercase;
  }

  .footer__bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 4.8rem;
    margin-top: 4.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1124px) {
  .footer__top,  
  .footer__menu {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .footer__menu {
    max-width: initial;
    width: calc(33.33% - var(--gap) * 2/3);
  }
}

@media (max-width: 767px) {
  .footer__top {
    gap: 0;
  }
  
  .footer__menu ul li.hs-item-has-children > a {
    border-bottom: 1px solid var(--border-color);
    margin-top: 1.6rem;
    padding: 0.8rem 2rem 0.8rem 0;
    position: relative;
  }

  .footer__menu:first-child ul li.hs-item-has-children > a {
    margin-top: 0;
  }

  .footer__menu ul li.hs-item-has-children.open > a {
    border-color: transparent;
  }

  .footer__menu ul li.hs-item-has-children > a::after {
    background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 6V0H8V6H14V8H8V14H6V8H0V6H6Z" fill="%2310768C"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }

  .footer__menu ul li.hs-item-has-children.open > a::after {
    background-image: url('data:image/svg+xml,<svg width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 0H0V2H14V0Z" fill="%2310768C"/></svg>');
  }

  .footer__menu ul li.hs-item-has-children > ul {
    border-bottom: 1px solid transparent;
    padding-block: 0.8rem 1.6rem;
  }

  .footer__menu ul li.hs-item-has-children.open > ul {
    border-color: var(--border-color);
  }

  .footer__menu ul ul {
    gap: 1.6rem;
  }

  .footer__menu .hs-menu-item:not(.open) > ul {
    display: none;
  }

  .footer__subscribe {
    width: 100%;
  }

  .footer__social .social-links {
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
  }
  
  .footer__bottom {
    margin-top: 4rem;
  }
}

/* Footer - No nav */

.footer.footer--no-navigation {
  padding-block: 6.4rem;
}

/* Utilities */

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

/* Background Colors */

.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-dark {
  background-color: var(--primary-color);
}
.bg-white {
  background-color: var(--white);
}
.bg-accent {
  background-color: var(--accent-color-1);
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.2) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.4) !important;
}
.mt-md {
  margin-top: calc(var(--gap) * 1.2) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.6) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2.1) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.2) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.4) !important;
}
.mb-md {
  margin-bottom: calc(var(--gap) * 1.2) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.6) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2.1) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.2) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.4) !important;
}
.pt-md {
  padding-top: calc(var(--gap) * 1.2) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.6) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2.1) !important;
}

.pb-none {
  padding-bottom: 0 !important;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.2) !important;
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.4) !important;
}
.pb-md {
  padding-bottom: calc(var(--gap) * 1.2) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.6) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2.1) !important;
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-small {
  font-size: calc(var(--base-font-size) * 0.875);
}

.white-text,
.white-text *:not([class*="button"]) {
  color: var(--white);
}

.dark-text,
.dark-text *:not([class*="button"]) {
  color: var(--primary-color);
}

.gray-text,
.gray-text *:not([class*="button"]) {
  color: var(--medium-gray);
}

.accent-text,
.accent-text *:not([class*="button"]) {
  color: var(--accent-color-1);
}

.text-reg {
  font-weight: 400;
}
.text-semibold {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .text-large {
    font-size: calc(var(--base-font-size) * 1.125);
  }
}

@media (max-width: 767px) {
  .br-line--mobile {
    display: block;
  }
}

/* Position style */

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.pos-static {
  position: static;
}

.pos-sticky {
  position: sticky;
}

.widget-type-custom_widget .hs_cos_wrapper_widget > div:not([class*=background-detail]) {
  position: relative;
  z-index: 1;
}
.modal-open .widget-type-custom_widget .hs_cos_wrapper_widget > div:not([class*=background-detail]),
.modal-open .dnd-section {
  z-index: unset;
}
.modal-open .dnd-section.modal-open__section {
  z-index: 2;
}

/* Responsive embed */

.embed-container,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  border-radius: var(--border-radius)
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--43 {
  padding-bottom: 75%;
}

/* Default HS Image module */

.hs-image-widget  {
  border-radius: var(--border-radius-small);
}

/* Cards */

.cards {
  display: grid;
  gap: var(--gap);
}

.card {
  border-radius: 8px;
  border: 2px solid rgba(16, 118, 140, 0.06);
  background: var(--white);
  padding: 2.4rem;
  text-decoration: none;
}

.card:hover,
.card:focus,
.card:focus-visible,
.card:focus-within {
  border: 2px solid rgba(16, 118, 140, 0.16);
}

.card.card--fill {
  background: var(--light-gray);
  border: 0;
  padding: 3.2rem;
}

.white-text .card {
  background-color: rgba(16, 118, 140, 0.16);
  border: 2px solid transparent;
}

.white-text .card:hover,
.white-text .card:focus,
.white-text .card:focus-visible,
.white-text .card:focus-within {
  background: rgba(16, 118, 140, 0.32);
}

.card:hover h3,
.card:focus h3,
.card:focus-visible h3,
.card:focus-within h3 {
  color: var(--accent-color-1);
}


.white-text .card:hover h3,
.white-text .card:focus h3,
.white-text .card:focus-visible h3,
.white-text .card:focus-within h3,
div[class*="dark"] .card:hover h3,
div[class*="dark"] .card:focus h3,
div[class*="dark"] .card:focus-visible h3,
div[class*="dark"] .card:focus-within h3 {
  color: var(--white);
}

@media (min-width: 500px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    height: 100%;
  }
}

@media (min-width: 880px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* GSAP - Panel sections */

.panel-spacer {
  height: 35vh;
}