/* Theme base styles */

:root {

	/* Spacing */

	--container-width: 1180px;
	--container-width-narrow: 880px;
	--vertical-spacing: 10rem;
	--gap: 1.6rem;
	--gap-xs: calc(var(--gap) / 4);
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 1.5);
	--gap-lg: calc(var(--gap) * 2);
	--gap-xl: calc(var(--gap) * 3);
	--gap-xxl: calc(var(--gap) * 4);

	/* Colors */

	--base-color: #242424;
	--primary-color: #0E3E6E;
	--primary-color-hover: #1782C6;
	--secondary-color: #60C5FF;
	--secondary-color-hover: #1782C6;
	--tertiary-color: #F9F4F2;
	--tertiary-color-hover: #C8C8C8;

	--black: #242424;
	--onyx: #707070;
	--silver: #A4A4A4;
	--timberwolf: #C8C8C8;
	--platinum: #E9E9E9;
	--cultured: #F9F4F2;
	--white: #ffffff;
	--dark-gray: #707070;
	--light-gray: #C8C8C8;
	--medium-gray: #A4A4A4; /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--blue: #1782C6;
	--bright-blue: #60C5FF;
	--medium-blue: #7DD0FF;
	--light-blue: #DFF3FF;
	--green: #99CC33;
	--light-green: #EBF5D6;
	--yellow: #FFBD3F;
	--light-yellow: #FFF2D9;
	--aquamarine: #6FD8DA;
	--light-aquamarine: #E2F7F8;
	--pink: #EF64A9;
	--light-pink: #FCE0EE;
	--purple: #7962F0;
	--light-purple: #F2F3FF;

	/* Typography */

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

	/* Radius */

	--border-radius: 1.2rem;
	--border-radius-md: 2.4rem;
	--border-radius-lg: 3.6rem;

	/* Shadow */

	--shadow-md: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
	--shadow-lg: 0 20px 24px -4px rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.03);

}

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

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

/* Elements */

div[data-global-resource-path="Laprea_2025/templates/partials/header.html"] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 101;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  --header-height: 0px;
  scroll-padding-top: var(--header-height);
}

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

/* Anchors */

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

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

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 2rem;
  font-family: var(--secondary-font-family);
  font-weight: 600;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h1 a:active,
h1 a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus,
h4 a:hover,
h4 a:active,
h4 a:focus,
h5 a:hover,
h5 a:active,
h5 a:focus,
h6 a:hover,
h6 a:active,
h6 a:focus {
  text-decoration: underline;
}

h1,
.h1 {
  font-size: 3.6rem;
  letter-spacing: -1px;
  line-height: 1.1;
}
h2,
.h2 {
  font-size: 3.2rem;
  letter-spacing: -1px;
  line-height: 1.1;
}
h3,
.h3 {
  font-size: 2.4rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.8rem;
  line-height: 1.3;
}
h6,
.h6 {
  font-size: 1.6rem;
  line-height: 1.3;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 6rem;
    letter-spacing: -2px;
  }
  h2,
  .h2 {
    font-size: 4.8rem;
  }
  h3,
  .h3 {
    font-size: 3.6rem;
  }
  h4,
  .h4 {
    font-size: 2.8rem;
  }
  h5,
  .h5 {
    font-size: 2rem;
  }
  h6,
  .h6 {
    font-size: 1.8rem;
  }
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Underline */

.underline > em {
  position: relative;
  display: inline;
  font-style: normal;
  box-decoration-break: clone;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 8px;
}
.underline--green > em {
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20244%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%22%3E%3Cpath%20d%3D%22M12.595%208.941c-.294.027-.686-.261-1.028-.3-1.432-.165-1.95-.385-3.239-.587C6.413%207.761.671%207.607.837%205.807a.961.961%200%200%201%20.007-.053c.05-.34.567-.67.673-1.051.106-.38.276-2.883.97-2.963%201.005-.097%203.329.744%203.862.758.364.01.828-.181%201.295-.185%201.502-.011%202.267.214%203.656-.303.513.365%201.028.729%201.543%201.093.713-.1%201.749.403%202.178.409.352.004.574-.239.939-.227.409.013%201.019.332%201.766.338%201.225.011%201.484-.648%202.221-.688.764-.042%201.928.394%202.908.213l.377-.201L23%202.43c.491-.05.681.304%201.128.336.527.036.813-.274%201.168-.254.29.018.67.299%201.048.303.551.006.45-.377.75-.432.119-.02%202.312-.119%202.436-.117.934.031.991.549%201.735.629%202.062.218%204.213-.109%206.132-.192.857-.038%201.747.025%202.597.138-1.392%201.271%201.549%202.403.508.3.939.326%201.632-.208%202.531-.085.581.08.975.379%201.806.397%201.474.029%203.109-.742%203.496.74%201.741-.214%203.234.354%203.885-.931.447-.069%201.575.729%202.075.844.469.11%204.113.525%204.705.552.594.029%201.636.065%202.139-.042.632-.133%201.088-1.474%202.192.114%201.307-.112%201.778-.062%202.986.132.219.035.242.269.37.27.264.003.715-.166%201.187-.184.776-.028%201.216.466%201.135-.286l1.538-.368.537.438.824-.47c-.327%201.086%201.606.452.982-.174.989.228%201.979.456%202.971.682-.141%201.236%202.18.144%201.984-.528l.341.003c.995.328%201.913.058%203.121.276%201.21.217%201.098.338%201.468.905l.855-.101c1.49-1.565%201.237%201.135%203.8-.076.826.974%202.838.445%204.175.136.155-.036.156-.226.363-.287.506-.145%201.805.086%201.754-.527l1.352.518%201.093-.347-.012-.574c.743.644%201.898.379%202.472.528.114.03.142.294.496.361.415.08%201.185-.008%201.679.067l.563-.885c.879-.171%201.202.596%201.718.648.093.009%201.789-.072%201.88-.091.747-.142.523-.796%202.693-.692.387.019.703.241%201.053.244.619.006%202.465-.544%202.601-1.023.757.583%202.75.3%203.343.461.179.05.227.429.775.499.445.057%201.582-.271%202.146-.232.597.043.816.358%201.083.375.252.016.479-.247.823-.253%201.073-.014%202.054.38%202.904.368%201.228-.015%202.301-.803%203.318-1.166.255.044.509.202.776.197%203.301-.053%207.045-.005%2010.36.074%201.542.036%205.404.971%204.335-.73.525-.317%204.433.277%205.176.268.741-.01%201.32-.336%201.903-.356%201.752-.06%202.992.13%205.123-.198.551-.086%201.133-.469%201.461-.473.394-.005.829.338%201.34.347%201.214.018%203.475-.16%204.644-.13.214.006.297.316.604.405%201.198.349%202.53.28%202.268-.709%201.533.524%202.924-.029%204.333-.098%202.986-.144%208.408-.053%2011.004-.536%201.632-.305%201.575-.751%203.995-.424.537.072%201.073.174%201.725.261%201.529.203%202.949.995%204.082-.026%201.693.219%203.036.006%204.31.828l.431-.621.622-.029.207.579c1.491.02%203.348-.818%204.607-.838%202.11-.035%207.542.174%209.546.403%201.064.122%201.115-.296%201.737.55l.71-.19.438-.57c1.358-.029%202.975.238%204.272.217%202.367-.04%205.907-.601%208.285-.286.596.079%201.345.458%201.928.448.849-.014%201.053-.658%202.128-.679%201.851-.036%205.311.686%207.069.621.522-.019.764-.259%201.123-.286%201.504-.116%202.742-.101%204.188-.473%201.556.612%201.423%201.406%201.905%202.207.366.604%201.485%202.004%201.644%202.534.111.372-.305.85-.149%201.259-1.859.328-2.638-.031-4.146-.603-2.779.03-5.565.066-8.348.108l-.764-.665v-.001c-1.071-.25-1.518.329-2.092.465-5.517%201.291-16.366.459-22.458.433-1.305-.007-5.565.376-6.47.032-.235-.089-.306-.433-.554-.443-2.205.25-4.411.502-6.621.756-4.554-.434-9.253.122-13.828.32-12.396.536-24.665%201.157-36.868%201.394-2.356.046-5.352.381-7.659.272-.963-.045-1.38-.588-2.638-.145l-.051-.446c-1.102.207-1.8.564-3.038.628-1.042.053-3.798.139-4.725.103-.48-.018-.308-.3-.754-.289-.764.022-2.386.443-3.438.465-.952.021-2.569-.266-3.304-.205-2.645.219-5.501.748-8.33.669-.78-.022-1.787-.367-2.03-.353-.476.028-.612.382-.931.432-1.615.253-4.161-.127-5.753-.123-5.182.014-10.685.217-15.86.171-3.257-.026-8.697.033-11.71-.248-.651-.06-.476-.443-1.022-.446-.606-.004-.936.254-1.219.273-1.956.136-6.288.355-8.134.062-.352-.055-.603-.36-.814-.362-.106-.002-.35.2-.685.216-2.958.141-5.126-.019-8.017-.155-5.557-.258-11.999-.078-17.83-.536-1.27-.099-2.114-.734-2.292-.736-.392-.006-.662.383-1.459.444-2.659.201-6.194-.415-8.715-.364-1.248.026-2.986.428-4.214.461-.981.028-3.271-.329-3.721-.137-.273.116-.425.539-.745.571Zm33.119-5.128c-.193.688%201.639.164.968-.227-.151-.088-.919.049-.968.227Zm85.218.868-.065-.592-.712.264.413.347.364-.019Z%22%20style%3D%22fill%3A%239c3%3Bfill-rule%3Anonzero%22%2F%3E%3C%2Fsvg%3E);
}
.underline--white > em {
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20244%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%22%3E%3Cpath%20d%3D%22M12.595%208.941c-.294.027-.686-.261-1.028-.3-1.432-.165-1.95-.385-3.239-.587C6.413%207.761.671%207.607.837%205.807a.961.961%200%200%201%20.007-.053c.05-.34.567-.67.673-1.051.106-.38.276-2.883.97-2.963%201.005-.097%203.329.744%203.862.758.364.01.828-.181%201.295-.185%201.502-.011%202.267.214%203.656-.303.513.365%201.028.729%201.543%201.093.713-.1%201.749.403%202.178.409.352.004.574-.239.939-.227.409.013%201.019.332%201.766.338%201.225.011%201.484-.648%202.221-.688.764-.042%201.928.394%202.908.213l.377-.201L23%202.43c.491-.05.681.304%201.128.336.527.036.813-.274%201.168-.254.29.018.67.299%201.048.303.551.006.45-.377.75-.432.119-.02%202.312-.119%202.436-.117.934.031.991.549%201.735.629%202.062.218%204.213-.109%206.132-.192.857-.038%201.747.025%202.597.138-1.392%201.271%201.549%202.403.508.3.939.326%201.632-.208%202.531-.085.581.08.975.379%201.806.397%201.474.029%203.109-.742%203.496.74%201.741-.214%203.234.354%203.885-.931.447-.069%201.575.729%202.075.844.469.11%204.113.525%204.705.552.594.029%201.636.065%202.139-.042.632-.133%201.088-1.474%202.192.114%201.307-.112%201.778-.062%202.986.132.219.035.242.269.37.27.264.003.715-.166%201.187-.184.776-.028%201.216.466%201.135-.286l1.538-.368.537.438.824-.47c-.327%201.086%201.606.452.982-.174.989.228%201.979.456%202.971.682-.141%201.236%202.18.144%201.984-.528l.341.003c.995.328%201.913.058%203.121.276%201.21.217%201.098.338%201.468.905l.855-.101c1.49-1.565%201.237%201.135%203.8-.076.826.974%202.838.445%204.175.136.155-.036.156-.226.363-.287.506-.145%201.805.086%201.754-.527l1.352.518%201.093-.347-.012-.574c.743.644%201.898.379%202.472.528.114.03.142.294.496.361.415.08%201.185-.008%201.679.067l.563-.885c.879-.171%201.202.596%201.718.648.093.009%201.789-.072%201.88-.091.747-.142.523-.796%202.693-.692.387.019.703.241%201.053.244.619.006%202.465-.544%202.601-1.023.757.583%202.75.3%203.343.461.179.05.227.429.775.499.445.057%201.582-.271%202.146-.232.597.043.816.358%201.083.375.252.016.479-.247.823-.253%201.073-.014%202.054.38%202.904.368%201.228-.015%202.301-.803%203.318-1.166.255.044.509.202.776.197%203.301-.053%207.045-.005%2010.36.074%201.542.036%205.404.971%204.335-.73.525-.317%204.433.277%205.176.268.741-.01%201.32-.336%201.903-.356%201.752-.06%202.992.13%205.123-.198.551-.086%201.133-.469%201.461-.473.394-.005.829.338%201.34.347%201.214.018%203.475-.16%204.644-.13.214.006.297.316.604.405%201.198.349%202.53.28%202.268-.709%201.533.524%202.924-.029%204.333-.098%202.986-.144%208.408-.053%2011.004-.536%201.632-.305%201.575-.751%203.995-.424.537.072%201.073.174%201.725.261%201.529.203%202.949.995%204.082-.026%201.693.219%203.036.006%204.31.828l.431-.621.622-.029.207.579c1.491.02%203.348-.818%204.607-.838%202.11-.035%207.542.174%209.546.403%201.064.122%201.115-.296%201.737.55l.71-.19.438-.57c1.358-.029%202.975.238%204.272.217%202.367-.04%205.907-.601%208.285-.286.596.079%201.345.458%201.928.448.849-.014%201.053-.658%202.128-.679%201.851-.036%205.311.686%207.069.621.522-.019.764-.259%201.123-.286%201.504-.116%202.742-.101%204.188-.473%201.556.612%201.423%201.406%201.905%202.207.366.604%201.485%202.004%201.644%202.534.111.372-.305.85-.149%201.259-1.859.328-2.638-.031-4.146-.603-2.779.03-5.565.066-8.348.108l-.764-.665v-.001c-1.071-.25-1.518.329-2.092.465-5.517%201.291-16.366.459-22.458.433-1.305-.007-5.565.376-6.47.032-.235-.089-.306-.433-.554-.443-2.205.25-4.411.502-6.621.756-4.554-.434-9.253.122-13.828.32-12.396.536-24.665%201.157-36.868%201.394-2.356.046-5.352.381-7.659.272-.963-.045-1.38-.588-2.638-.145l-.051-.446c-1.102.207-1.8.564-3.038.628-1.042.053-3.798.139-4.725.103-.48-.018-.308-.3-.754-.289-.764.022-2.386.443-3.438.465-.952.021-2.569-.266-3.304-.205-2.645.219-5.501.748-8.33.669-.78-.022-1.787-.367-2.03-.353-.476.028-.612.382-.931.432-1.615.253-4.161-.127-5.753-.123-5.182.014-10.685.217-15.86.171-3.257-.026-8.697.033-11.71-.248-.651-.06-.476-.443-1.022-.446-.606-.004-.936.254-1.219.273-1.956.136-6.288.355-8.134.062-.352-.055-.603-.36-.814-.362-.106-.002-.35.2-.685.216-2.958.141-5.126-.019-8.017-.155-5.557-.258-11.999-.078-17.83-.536-1.27-.099-2.114-.734-2.292-.736-.392-.006-.662.383-1.459.444-2.659.201-6.194-.415-8.715-.364-1.248.026-2.986.428-4.214.461-.981.028-3.271-.329-3.721-.137-.273.116-.425.539-.745.571Zm33.119-5.128c-.193.688%201.639.164.968-.227-.151-.088-.919.049-.968.227Zm85.218.868-.065-.592-.712.264.413.347.364-.019Z%22%20style%3D%22fill%3A%23ffffff%3Bfill-rule%3Anonzero%22%2F%3E%3C%2Fsvg%3E);
}
.underline--orange > em {
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20244%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%22%3E%3Cpath%20d%3D%22M12.595%208.941c-.294.027-.686-.261-1.028-.3-1.432-.165-1.95-.385-3.239-.587C6.413%207.761.671%207.607.837%205.807a.961.961%200%200%201%20.007-.053c.05-.34.567-.67.673-1.051.106-.38.276-2.883.97-2.963%201.005-.097%203.329.744%203.862.758.364.01.828-.181%201.295-.185%201.502-.011%202.267.214%203.656-.303.513.365%201.028.729%201.543%201.093.713-.1%201.749.403%202.178.409.352.004.574-.239.939-.227.409.013%201.019.332%201.766.338%201.225.011%201.484-.648%202.221-.688.764-.042%201.928.394%202.908.213l.377-.201L23%202.43c.491-.05.681.304%201.128.336.527.036.813-.274%201.168-.254.29.018.67.299%201.048.303.551.006.45-.377.75-.432.119-.02%202.312-.119%202.436-.117.934.031.991.549%201.735.629%202.062.218%204.213-.109%206.132-.192.857-.038%201.747.025%202.597.138-1.392%201.271%201.549%202.403.508.3.939.326%201.632-.208%202.531-.085.581.08.975.379%201.806.397%201.474.029%203.109-.742%203.496.74%201.741-.214%203.234.354%203.885-.931.447-.069%201.575.729%202.075.844.469.11%204.113.525%204.705.552.594.029%201.636.065%202.139-.042.632-.133%201.088-1.474%202.192.114%201.307-.112%201.778-.062%202.986.132.219.035.242.269.37.27.264.003.715-.166%201.187-.184.776-.028%201.216.466%201.135-.286l1.538-.368.537.438.824-.47c-.327%201.086%201.606.452.982-.174.989.228%201.979.456%202.971.682-.141%201.236%202.18.144%201.984-.528l.341.003c.995.328%201.913.058%203.121.276%201.21.217%201.098.338%201.468.905l.855-.101c1.49-1.565%201.237%201.135%203.8-.076.826.974%202.838.445%204.175.136.155-.036.156-.226.363-.287.506-.145%201.805.086%201.754-.527l1.352.518%201.093-.347-.012-.574c.743.644%201.898.379%202.472.528.114.03.142.294.496.361.415.08%201.185-.008%201.679.067l.563-.885c.879-.171%201.202.596%201.718.648.093.009%201.789-.072%201.88-.091.747-.142.523-.796%202.693-.692.387.019.703.241%201.053.244.619.006%202.465-.544%202.601-1.023.757.583%202.75.3%203.343.461.179.05.227.429.775.499.445.057%201.582-.271%202.146-.232.597.043.816.358%201.083.375.252.016.479-.247.823-.253%201.073-.014%202.054.38%202.904.368%201.228-.015%202.301-.803%203.318-1.166.255.044.509.202.776.197%203.301-.053%207.045-.005%2010.36.074%201.542.036%205.404.971%204.335-.73.525-.317%204.433.277%205.176.268.741-.01%201.32-.336%201.903-.356%201.752-.06%202.992.13%205.123-.198.551-.086%201.133-.469%201.461-.473.394-.005.829.338%201.34.347%201.214.018%203.475-.16%204.644-.13.214.006.297.316.604.405%201.198.349%202.53.28%202.268-.709%201.533.524%202.924-.029%204.333-.098%202.986-.144%208.408-.053%2011.004-.536%201.632-.305%201.575-.751%203.995-.424.537.072%201.073.174%201.725.261%201.529.203%202.949.995%204.082-.026%201.693.219%203.036.006%204.31.828l.431-.621.622-.029.207.579c1.491.02%203.348-.818%204.607-.838%202.11-.035%207.542.174%209.546.403%201.064.122%201.115-.296%201.737.55l.71-.19.438-.57c1.358-.029%202.975.238%204.272.217%202.367-.04%205.907-.601%208.285-.286.596.079%201.345.458%201.928.448.849-.014%201.053-.658%202.128-.679%201.851-.036%205.311.686%207.069.621.522-.019.764-.259%201.123-.286%201.504-.116%202.742-.101%204.188-.473%201.556.612%201.423%201.406%201.905%202.207.366.604%201.485%202.004%201.644%202.534.111.372-.305.85-.149%201.259-1.859.328-2.638-.031-4.146-.603-2.779.03-5.565.066-8.348.108l-.764-.665v-.001c-1.071-.25-1.518.329-2.092.465-5.517%201.291-16.366.459-22.458.433-1.305-.007-5.565.376-6.47.032-.235-.089-.306-.433-.554-.443-2.205.25-4.411.502-6.621.756-4.554-.434-9.253.122-13.828.32-12.396.536-24.665%201.157-36.868%201.394-2.356.046-5.352.381-7.659.272-.963-.045-1.38-.588-2.638-.145l-.051-.446c-1.102.207-1.8.564-3.038.628-1.042.053-3.798.139-4.725.103-.48-.018-.308-.3-.754-.289-.764.022-2.386.443-3.438.465-.952.021-2.569-.266-3.304-.205-2.645.219-5.501.748-8.33.669-.78-.022-1.787-.367-2.03-.353-.476.028-.612.382-.931.432-1.615.253-4.161-.127-5.753-.123-5.182.014-10.685.217-15.86.171-3.257-.026-8.697.033-11.71-.248-.651-.06-.476-.443-1.022-.446-.606-.004-.936.254-1.219.273-1.956.136-6.288.355-8.134.062-.352-.055-.603-.36-.814-.362-.106-.002-.35.2-.685.216-2.958.141-5.126-.019-8.017-.155-5.557-.258-11.999-.078-17.83-.536-1.27-.099-2.114-.734-2.292-.736-.392-.006-.662.383-1.459.444-2.659.201-6.194-.415-8.715-.364-1.248.026-2.986.428-4.214.461-.981.028-3.271-.329-3.721-.137-.273.116-.425.539-.745.571Zm33.119-5.128c-.193.688%201.639.164.968-.227-.151-.088-.919.049-.968.227Zm85.218.868-.065-.592-.712.264.413.347.364-.019Z%22%20style%3D%22fill%3A%23CF4F0D%3Bfill-rule%3Anonzero%22%2F%3E%3C%2Fsvg%3E);
}
.underline--yellow > em {
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20244%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%22%3E%3Cpath%20d%3D%22M12.595%208.941c-.294.027-.686-.261-1.028-.3-1.432-.165-1.95-.385-3.239-.587C6.413%207.761.671%207.607.837%205.807a.961.961%200%200%201%20.007-.053c.05-.34.567-.67.673-1.051.106-.38.276-2.883.97-2.963%201.005-.097%203.329.744%203.862.758.364.01.828-.181%201.295-.185%201.502-.011%202.267.214%203.656-.303.513.365%201.028.729%201.543%201.093.713-.1%201.749.403%202.178.409.352.004.574-.239.939-.227.409.013%201.019.332%201.766.338%201.225.011%201.484-.648%202.221-.688.764-.042%201.928.394%202.908.213l.377-.201L23%202.43c.491-.05.681.304%201.128.336.527.036.813-.274%201.168-.254.29.018.67.299%201.048.303.551.006.45-.377.75-.432.119-.02%202.312-.119%202.436-.117.934.031.991.549%201.735.629%202.062.218%204.213-.109%206.132-.192.857-.038%201.747.025%202.597.138-1.392%201.271%201.549%202.403.508.3.939.326%201.632-.208%202.531-.085.581.08.975.379%201.806.397%201.474.029%203.109-.742%203.496.74%201.741-.214%203.234.354%203.885-.931.447-.069%201.575.729%202.075.844.469.11%204.113.525%204.705.552.594.029%201.636.065%202.139-.042.632-.133%201.088-1.474%202.192.114%201.307-.112%201.778-.062%202.986.132.219.035.242.269.37.27.264.003.715-.166%201.187-.184.776-.028%201.216.466%201.135-.286l1.538-.368.537.438.824-.47c-.327%201.086%201.606.452.982-.174.989.228%201.979.456%202.971.682-.141%201.236%202.18.144%201.984-.528l.341.003c.995.328%201.913.058%203.121.276%201.21.217%201.098.338%201.468.905l.855-.101c1.49-1.565%201.237%201.135%203.8-.076.826.974%202.838.445%204.175.136.155-.036.156-.226.363-.287.506-.145%201.805.086%201.754-.527l1.352.518%201.093-.347-.012-.574c.743.644%201.898.379%202.472.528.114.03.142.294.496.361.415.08%201.185-.008%201.679.067l.563-.885c.879-.171%201.202.596%201.718.648.093.009%201.789-.072%201.88-.091.747-.142.523-.796%202.693-.692.387.019.703.241%201.053.244.619.006%202.465-.544%202.601-1.023.757.583%202.75.3%203.343.461.179.05.227.429.775.499.445.057%201.582-.271%202.146-.232.597.043.816.358%201.083.375.252.016.479-.247.823-.253%201.073-.014%202.054.38%202.904.368%201.228-.015%202.301-.803%203.318-1.166.255.044.509.202.776.197%203.301-.053%207.045-.005%2010.36.074%201.542.036%205.404.971%204.335-.73.525-.317%204.433.277%205.176.268.741-.01%201.32-.336%201.903-.356%201.752-.06%202.992.13%205.123-.198.551-.086%201.133-.469%201.461-.473.394-.005.829.338%201.34.347%201.214.018%203.475-.16%204.644-.13.214.006.297.316.604.405%201.198.349%202.53.28%202.268-.709%201.533.524%202.924-.029%204.333-.098%202.986-.144%208.408-.053%2011.004-.536%201.632-.305%201.575-.751%203.995-.424.537.072%201.073.174%201.725.261%201.529.203%202.949.995%204.082-.026%201.693.219%203.036.006%204.31.828l.431-.621.622-.029.207.579c1.491.02%203.348-.818%204.607-.838%202.11-.035%207.542.174%209.546.403%201.064.122%201.115-.296%201.737.55l.71-.19.438-.57c1.358-.029%202.975.238%204.272.217%202.367-.04%205.907-.601%208.285-.286.596.079%201.345.458%201.928.448.849-.014%201.053-.658%202.128-.679%201.851-.036%205.311.686%207.069.621.522-.019.764-.259%201.123-.286%201.504-.116%202.742-.101%204.188-.473%201.556.612%201.423%201.406%201.905%202.207.366.604%201.485%202.004%201.644%202.534.111.372-.305.85-.149%201.259-1.859.328-2.638-.031-4.146-.603-2.779.03-5.565.066-8.348.108l-.764-.665v-.001c-1.071-.25-1.518.329-2.092.465-5.517%201.291-16.366.459-22.458.433-1.305-.007-5.565.376-6.47.032-.235-.089-.306-.433-.554-.443-2.205.25-4.411.502-6.621.756-4.554-.434-9.253.122-13.828.32-12.396.536-24.665%201.157-36.868%201.394-2.356.046-5.352.381-7.659.272-.963-.045-1.38-.588-2.638-.145l-.051-.446c-1.102.207-1.8.564-3.038.628-1.042.053-3.798.139-4.725.103-.48-.018-.308-.3-.754-.289-.764.022-2.386.443-3.438.465-.952.021-2.569-.266-3.304-.205-2.645.219-5.501.748-8.33.669-.78-.022-1.787-.367-2.03-.353-.476.028-.612.382-.931.432-1.615.253-4.161-.127-5.753-.123-5.182.014-10.685.217-15.86.171-3.257-.026-8.697.033-11.71-.248-.651-.06-.476-.443-1.022-.446-.606-.004-.936.254-1.219.273-1.956.136-6.288.355-8.134.062-.352-.055-.603-.36-.814-.362-.106-.002-.35.2-.685.216-2.958.141-5.126-.019-8.017-.155-5.557-.258-11.999-.078-17.83-.536-1.27-.099-2.114-.734-2.292-.736-.392-.006-.662.383-1.459.444-2.659.201-6.194-.415-8.715-.364-1.248.026-2.986.428-4.214.461-.981.028-3.271-.329-3.721-.137-.273.116-.425.539-.745.571Zm33.119-5.128c-.193.688%201.639.164.968-.227-.151-.088-.919.049-.968.227Zm85.218.868-.065-.592-.712.264.413.347.364-.019Z%22%20style%3D%22fill%3A%23EABB50%3Bfill-rule%3Anonzero%22%2F%3E%3C%2Fsvg%3E);
}

/* Tag */

.tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--white);
  border-radius: 100vw;
  border: 1px solid var(--timberwolf);
  font-size: 1.4rem;
  font-weight: 700;
}
.button,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 4.8rem;
  padding: 1.2rem 2rem 1.1rem 2rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

@media (min-width: 480px) {
  .button,
  form input[type="submit"],
  form .hs-button {
    width: auto;
  }
}

/* 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 {
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 100vw;
  color: var(--white);
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
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:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: var(--bright-blue);
  color: var(--primary-color);
  text-decoration: none;
}

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:active {
  background-color: var(--bright-blue);
  color: var(--primary-color);
  text-decoration: none;
}

/* Secondary */

.button--secondary {
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 100vw;
  color: var(--primary-color);
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
  background-color: var(--bright-blue);
  border: 1px solid var(--bright-blue);
  color: var(--primary-color);
  text-decoration: none;
}

/* Tertiary */

.button--tertiary {
  justify-content: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100vw;
  color: var(--primary-color);
}

.button--tertiary:hover,
.button--tertiary:focus,
.button--tertiary:active {
  background-color: transparent;
  border: 1px solid var(--primary-color-hover);
  color: var(--primary-color);
  text-decoration: none;
}

/* Quaternary */

.button--quaternary {
  justify-content: center;
  background-color: var(--white);
  border: 1px solid transparent;
  border-radius: 100vw;
  color: var(--primary-color);
}

.button--quaternary:hover,
.button--quaternary:focus,
.button--quaternary:active {
  background-color: var(--light-aquamarine);
  color: var(--primary-color);
  text-decoration: none;
}

/* Text Primary */

.button--text-primary {
  min-height: auto;
  padding: 1px 0 0 0;
  background: none;
  color: var(--primary-color);
  text-decoration: none;
}

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

/* Text Secondary */

.button--text-secondary {
  min-height: auto;
  padding: 1px 0 0 0;
  background: none;
  color: var(--black);
  text-decoration: none;
}

.button--text-secondary:hover,
.button--text-secondary:focus,
.button--text-secondary:active {
  color: var(--onyx);
  text-decoration: none;
}

/* 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: var(--gap-sm);
}

.button--icon div.hs_cos_wrapper_type_icon,
.button--icon span.hs_cos_wrapper_type_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  font-size: 0;
}

.button--icon span:has(svg) {
  font-size: 0;
}

.button--icon svg {
  height: 1.5rem;
  fill: currentColor;
}

/* 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 {
  min-height: 4.4rem;
  padding: 1rem 1.6rem;
}

/* Large */

.button--large {
  min-height: 5rem;
  padding: 1.6rem 2.4rem;
}

/* CTA Override */

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

form label,
.fakelabel {
  display: block;
  margin-bottom: 1rem;
  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: 5rem;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 1px solid var(--medium-gray);
  border-radius: 100vw;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  background-position: calc(100% - 2rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--medium-gray);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}

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

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

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

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

/* Inputs - checkbox/radio */

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

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

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 {
  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: #a80000;
}

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

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -1rem 0 2rem 0;
  color: #a80000;
  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;
  }
}
/* 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;
}

/* 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;
}
.footer {
  padding: 4rem 2rem;
}
.footer-top {
  display: flex;
  gap: var(--gap);
  flex-direction: column;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid var(--platinum);
}
.footer-top__sidebar {
  display: grid;
  grid-gap: var(--gap-md);
  font-size: 1.4rem;
}
.footer-top__rich-text p:last-child {
  margin-bottom: 0;
}
.footer-top__buttons .button {
  width: 100%;
}
.footer-bottom {
  display: flex;
  gap: var(--gap);
  flex-direction: column;
  font-size: 1.4rem;
  text-align: center;
}
.footer-bottom__links ul {
  display: flex;
  gap: var(--gap);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bottom__links ul > li > a {
  color: var(--black);
  text-decoration: none;
}
.footer-bottom__links ul > li > a:hover,
.footer-bottom__links ul > li > a:active,
.footer-bottom__links ul > li > a:focus {
  color: var(--onyx);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer {
    padding: 8rem 2rem 3.2rem 2rem;
  }
  .footer-top {
    flex-direction: row;
    gap: var(--gap-md);
    padding-bottom: 5.6rem;
  }
  .footer-top__sidebar {
    flex: 0 1 34rem;
    grid-gap: var(--gap-lg);
    padding-right: 2rem;
  }
  .footer-top__menu {
    flex: 1 1 auto;
  }
  .footer-top__buttons {
    width: 18rem;
  }
  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* 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-black {
  background-color: var(--black);
}
.bg-onyx {
  background-color: var(--onyx);
}
.bg-silver {
  background-color: var(--silver);
}
.bg-timberwolf {
  background-color: var(--timberwolf);
}
.bg-platinum {
  background-color: var(--platinum);
}
.bg-cultured {
  background-color: var(--cultured);
}
.bg-white {
  background-color: var(--white);
}
.bg-dark-gray {
  background-color: var(--dark-gray);
}
.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-medium-gray {
  background-color: var(--medium-gray);
}
.bg-blue {
  background-color: var(--blue);
}
.bg-bright-blue {
  background-color: var(--bright-blue);
}
.bg-medium-blue {
  background-color: var(--medium-blue);
}
.bg-light-blue {
  background-color: var(--light-blue);
}
.bg-green {
  background-color: var(--green);
}
.bg-light-green {
  background-color: var(--light-green);
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-light-yellow {
  background-color: var(--light-yellow);
}
.bg-aquamarine {
  background-color: var(--aquamarine);
}
.bg-light-aquamarine {
  background-color: var(--light-aquamarine);
}
.bg-pink {
  background-color: var(--pink);
}
.bg-light-pink {
  background-color: var(--light-pink);
}
.bg-purple {
  background-color: var(--purple);
}
.bg-light-purple {
  background-color: var(--light-purple);
}

/* Background Images */

.bg-letters-white {
  background-image: url("https://48216825.fs1.hubspotusercontent-na1.net/hubfs/48216825/Laprea_2025/bg-letters-white.png");
}
.bg-dots {
  background-image: url("https://48216825.fs1.hubspotusercontent-na1.net/hubfs/48216825/Laprea_2025/bg-dots.png");
  background-repeat: repeat;
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2);
}

/* Text */

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

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

.text-xl {
  font-size: 2rem;
}
.text-lg {
  font-size: 1.8rem;
}
.text-md {
  font-size: 1.6rem;
}
.text-sm {
  font-size: 1.4rem;
}
.text-xs {
  font-size: 1.2rem;
}

/* Responsive embed */

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