/*!
 * Act3 (c) Copyright Neambo | https://neambo.com | v41
 * This license grants you, the purchaser, an ongoing, non-exclusive, worldwide
 * license to make use of this digital work on a single Hub ID (HubSpot Account) - d
 */



	
	
	
	
	
	
	








































	
	
	
	
	
	
	
	
	
	
	
	




	
	
	
	
	
	












































































	





	



















	
	
	





	
	
	
	
	
	
	
	
	
	
	
	
	







	































































:root {
  
  --text-font-family: open-sans, sans-serif;
  --text-font-weight: normal;
  --text-font-style: normal;
  --strong-font-family: open-sans, sans-serif;
  --strong-font-weight: 600;
  --strong-font-style: normal;
  --ui-font-family: open-sans, sans-serif;
  --ui-font-weight: normal;
  --ui-font-style: normal;
  --ui-strong-font-family: open-sans, sans-serif;
  --ui-strong-font-weight: bold;
  --ui-strong-font-style: normal;
  

  
  --headings-font-family: bebas-neue-pro, sans-serif;;
  --headings-font-weight: 400;
  --headings-font-style: italic;
  --headings-strong-font-family: bebas-neue-pro, sans-serif;;
  --headings-strong-font-weight: 700;
  --headings-strong-font-style: normal;
  
}

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

html,
body {
  min-height: 100%;
}

html {
  font-size: 112.50%;
  --vw: 1vw;
}

body {
  margin: 0;
  background: #ffffff;
  color: #565656;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: 1rem;
  line-height: 1.56;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  /* make font consistent across browsers */
  -webkit-text-rendering: antialiased;
  -moz-text-rendering: antialiased;
  -ms-text-rendering: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  
  overflow-wrap: normal;
  
  
  hyphens: none;
  
}

button{
  font-family: ;
}

a {
  color: #0894D0;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #9EC64D;
  text-decoration: underline;
}

b,
strong {
  font-weight: var(--strong-font-weight);
  font-style: var(--strong-font-style);
}

p,
.p,
blockquote {
  margin: 0 0 24px;
}

.superscript { position: relative; top: -1.65em; font-size: 30%; font-weight: 400; padding-left:5px; }  

.important-quote {
  position: relative;
  padding: 24px;
  padding-inline-start: 60px;
  background: #F5F5F5;
  border-radius: 2px;
  border-inline-start: 4px solid #1B445F;
  color: #565656;
}

.txt--dark .important-quote {
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
}

.important-quote::before {
  content: '“';
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 3.5rem;
  color: #1B445F;
}

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



.pns p {
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 24px;
}

/* Custom bullet points for unordered lists */
[class*="rich"] ul, [class*="img-txt"] ul, [class*="rtext__content"] ul, [class*="product-cards-container"] ul, [class*="product-gallery__description"] ul {
  list-style: none;
  padding-left: 0;
}

[class*="rich"] ul li, [class*="img-txt"] ul li, [class*="rtext__content"] ul li, [class*="product-cards-container"] ul li, [class*="product-gallery__description"] ul li {
  position: relative;
  padding-left: 2rem;
}

[class*="rich"] ul li::before, [class*="img-txt"] ul li::before, [class*="rtext__content"] ul li::before, [class*="product-cards-container"] ul li::before, [class*="product-gallery__description"] ul li::before {
  content: "•";
  position: absolute;
  left: 1rem;
  top: 0;
  color: #9EC64D;
  font-weight: bold;
}

.txt--dark [class*="rich"] ul li::before, .txt--dark [class*="img-txt"] ul li::before, .txt--dark [class*="rtext__content"] ul li::before, .txt--dark [class*="product-cards-container"] ul li::before, .txt--dark [class*="product-gallery__description"] ul li::before {
  color: #ffffff;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 24px;
  color:#235EA7;
}

h1,
.h1 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-strong-font-weight);
  font-style:  var(--headings-font-style);
  font-size:   4.00rem;
  line-height: 1.00;
  text-transform: uppercase;
}

h2,
.h2 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-strong-font-weight);
  font-style:  var(--headings-font-style);
  font-size:   2.78rem;
  line-height: 1.00;
  text-transform: uppercase;
}

h3,
.h3 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-strong-font-weight);
  font-style:  var(--text-font-style);
  font-size:   1.67rem;
  line-height: 1.10;
  text-transform: uppercase;
}

h4,
.h4 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-strong-font-weight);
  font-style:  var(--text-font-style);
  font-size:   1.56rem;
  line-height: 1.10;
  text-transform: uppercase;
}

h5,
.h5 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-strong-font-weight);
  font-style:  var(--text-font-style);
  font-size:   1.11rem;
  line-height: 1.10;
  text-transform: uppercase;
}

h6,
.h6 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-strong-font-weight);
  font-style:  var(--text-font-style);
  font-size:   0.78rem;
  line-height: 1.00;
  text-transform: uppercase;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b {
  font-family: var(--headings-strong-font-family);
  font-weight: var(--headings-strong-font-weight);
  font-style:  var(--headings-strong-font-style);
}

.display {
  margin: 0 0 24px;
  color: #235EA7;
  font-family: var(--headings-font-family);
  font-weight: var(--headings-strong-font-weight);
  font-style:  var(--headings-font-style);
  font-size:   4.78rem;
  line-height: 1.00;
}

.hns h1,
.hns h2,
.hns h3,
.hns h4,
.hns h5,
.hns h6,
.hns .h1,
.hns .h2,
.hns .h3,
.hns .h4,
.hns .h5,
.hns .h6,
.hns .display {
  margin-bottom: 0;
}


hr {
  height: 0;
  margin: 24px 0;
  border: 0;
  border-top: 2px solid
    #9EC64D;
  width: 67px;
  margin: 0 auto;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.hs-social-follow__link {
  box-sizing: content-box;
  display: inline-block;
  height: 24px;
  padding: 8px;
  width: 24px;
  border: 2px solid #94c63e;
  background: transparent!important;
}
.hs-social-follow__link:hover {
  box-sizing: content-box;
  display: inline-block;
  height: 24px;
  padding: 8px;
  width: 24px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent!important;
}

.hs-social-follow__icon svg {
  width: min(48px, 100%);
  height: min(48px, 100%);
  fill: #94c63e;
}
/* Fixes the problem with the missing icons in Rich text */

[data-hs-icon-hubl] svg {
  height: revert-layer;
}

figure {
  margin: 0;
}

pre {
  max-width: 100%;
  overflow-x: auto;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
}



sup {
  top: -0.58em;
  font-size: 0.6em;
  padding-left: 2px;
}

sub { 
  top: 0.4em; 
}

[hidden] {
  display: none;
}

form {
  margin-bottom: 0;
}

/* UI label */

.ui-label {
  color: #565656;
  font-family: var(--ui-font-family);
  font-weight: var(--ui-font-weight);
  font-style: var(--ui-font-style);
  font-size: 1rem;
  line-height: 1.28;
}

/* Important text */

.important-text {
  color: #565656;
}

/* Text size */

.small-text {
  font-size: 0.67rem;
}

.large-text {
  font-size: 1.10rem;
}

.xlarge-text {
  font-size: 1.341999999999999970690112149895867332816123962402343750rem;
}

@media (max-width: 1139px) {
  .xlarge-text {
    font-size: 1.21000000000000009769962616701377555727958679199218750rem;
  }
}

@media (max-width: 767px) {
  .xlarge-text {
    font-size: 1.10rem;
  }
}

/* Super text */

.super-text {
  display: block;
  color: #565656;
  font-size: .8rem;
}

/* Rich text */

.txt--dark,
.txt--dark .super-text {
  color: #ffffff;
}

.txt--dark a,
.txt--dark a:hover,
.txt--dark h1,
.txt--dark h2,
.txt--dark h3,
.txt--dark h4,
.txt--dark h5,
.txt--dark h6,
.txt--dark .h1,
.txt--dark .h2,
.txt--dark .h3,
.txt--dark .h4,
.txt--dark .h5,
.txt--dark .h6,
.txt--dark .display,
.txt--dark .important-text,
.txt--dark .ui-label {
  color: #ffffff;
}

.txt--dark hr {
  background: rgba(255, 255, 255, .2);
}

/* Unstyle links */

.txt--unstyle-links a {
  color: inherit;
  text-decoration: none;
}

.txt--unstyle-links a:hover {
  color: inherit;
  text-decoration: underline;
}

/* Unstyle lists */

.txt--unstyle-lists ul,
.txt--unstyle-lists ol {
  padding-inline-start: 0;
  list-style: none;
}

.txt--unstyle-lists li + li {
  margin-top: .28rem;
}

/* UI Font */

.ui-font {
  font-family: var(--ui-font-family);
  font-weight: var(--ui-font-weight);
  font-style: var(--ui-font-style);
  line-height: 1.28;
}

.ui-font strong,
.ui-font b {
  font-family: var(--ui-strong-font-family);
  font-weight: var(--ui-strong-font-weight);
  font-style: var(--ui-strong-font-style);
}

/* UI icon */

.ui-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-icon svg {
  display: block;
  width: 1.11rem;
  height: 1.11rem;
  pointer-events: none;
}

/* Image radius */

.img--radius img,
img.img--radius {
  border-radius: 2px;
}

/* Image shadow */

.img--shadow img,
img.img--shadow {
  box-shadow: 0px 32px 64px rgba(86, 86, 86, 0.05), 0px 16px 32px rgba(86, 86, 86, 0.05);
}

@media (max-width: 1139px) {
  html {
    font-size: 112.50%;
  }

  h1,
  .h1 {
    font-size: 3.56rem;
  }

  h2,
  .h2 {
    font-size: 2.44rem;
  }

  h3,
  .h3 {
    font-size: 1.56rem;
  }

  h4,
  .h4 {
    font-size: 1.44rem;
  }

  h5,
  .h5 {
    font-size: 1.11rem;
  }

  h6,
  .h6 {
    font-size: 0.78rem;
  }

  .display {
    font-size: 4.00rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 112.50%;
  }

  h1,
  .h1 {
    font-size: 2.67rem;
  }

  h2,
  .h2 {
    font-size: 2.11rem;
  }

  h3,
  .h3 {
    font-size: 1.44rem;
  }

  h4,
  .h4 {
    font-size: 1.33rem;
  }

  h5,
  .h5 {
    font-size: 1.00rem;
  }

  h6,
  .h6 {
    font-size: 0.78rem;
  }

  .display {
    font-size: 2.89rem;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* Background */

.bg-accent {
  background: linear-gradient(180deg, #235EA7 0%, #142A47 100%);
}

.bg-dark {
  background: #565656;
}

.bg-light {
  background: #F5F5F5;
}

.bg-white {
  background: #ffffff;
}

.bg-ghost {
  background: rgba(255, 255, 255, .1);
  
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  
}

/* Tippy */

.tippy-box[data-theme~='act-light'] {
  border-radius: 2px;
  background: #ffffff;
  color: #565656;
}

.tippy-box[data-theme~='act-light'] .tippy-arrow {
  color: #ffffff;
}

.tippy-box[data-theme~='act-dark'] {
  border-radius: 2px;
  background: #565656;
  color: #ffffff;
}

.tippy-box[data-theme~='act-dark'] .tippy-arrow {
  color: #565656;
}

/* Theme corners section */

.dnd-section-theme-corners .dnd-row,
.dnd-section-theme-corners .dnd-column {
  border-radius: 2px;
}

/* Fixes distortion of the CTA placeholder image */

.hs-cta-simple-placeholder img {
  height: auto !important;
}

/* Callout */
.callout {
  color: #142A47;
  font-style: italic;
  position: relative;
  vertical-align: baseline;
  padding-bottom: 0px;
  text-decoration: none;
  background-image: linear-gradient(to right, #B03029 0%, #B03029 100%);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.6s ease-out;

  &.inline {
    display: inline-block;
  }

  /* For left animation */
  &.left {
    background-position: 0% 95%;
  }

  /* For right animation */
  &.right {
    background-position: 100% 95%;
  }
}

/* Animated state - triggered on scroll */
.callout.callout--animated {
  background-size: 100% 2px;
}
  
  /* Debug: Uncomment to see if background is rendering */
  /* background-color: rgba(255, 0, 0, 0.1); */
}

/* Ensure parent headings containing callouts are not italicized */
h1:has(.callout),
h2:has(.callout),
h3:has(.callout),
h4:has(.callout),
h5:has(.callout),
h6:has(.callout) {
  font-style: normal;
  overflow: hidden; /* Prevent horizontal page overflow - due to span overflow: hidden still rendering outside due to display style */
}

/* Dark theme callout overrides */
.txt--dark .callout, .txt--dark .green-text {
  color: #9EC64D;
}

.txt--dark .callout::after, .txt--dark .green-text::after {
  display: none;
}

.green-text{
  color: #9EC64D;
  font-style: italic;
}

/* Ensure parent headings containing green-text are not italicized */
h1:has(.green-text),
h2:has(.green-text),
h3:has(.green-text),
h4:has(.green-text),
h5:has(.green-text),
h6:has(.green-text) {
  font-style: normal;
  color: #9EC64D;
}
/* Dnd */

.row-fluid,
.row-fluid > * {
  display: flex;
  flex-direction: column;
}

.row-fluid > * {
  width: 100%;
}

@media (min-width: 768px) {
  .row-fluid {
    flex-direction: row;
  }

  .row-fluid > * + * {
    margin-inline-start: 24px;
  }

  
    .span1 {
      width: calc(0.08333333333333333 * (100% + 24px) - 24px);
    }
  
    .span2 {
      width: calc(0.16666666666666666 * (100% + 24px) - 24px);
    }
  
    .span3 {
      width: calc(0.25 * (100% + 24px) - 24px);
    }
  
    .span4 {
      width: calc(0.3333333333333333 * (100% + 24px) - 24px);
    }
  
    .span5 {
      width: calc(0.4166666666666667 * (100% + 24px) - 24px);
    }
  
    .span6 {
      width: calc(0.5 * (100% + 24px) - 24px);
    }
  
    .span7 {
      width: calc(0.5833333333333334 * (100% + 24px) - 24px);
    }
  
    .span8 {
      width: calc(0.6666666666666666 * (100% + 24px) - 24px);
    }
  
    .span9 {
      width: calc(0.75 * (100% + 24px) - 24px);
    }
  
    .span10 {
      width: calc(0.8333333333333334 * (100% + 24px) - 24px);
    }
  
    .span11 {
      width: calc(0.9166666666666666 * (100% + 24px) - 24px);
    }
  
    .span12 {
      width: calc(1.0 * (100% + 24px) - 24px);
    }
  
}

.dnd-section {
  position: relative;
  padding: 140px 24px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1440px;
  margin: 0 auto;
}

.dnd-module > * {
  width: 100%;
}

.dnd-module[class*="-flexbox-positioning"] > * {
  width: auto;
}

.hs_cos_wrapper {
  display: block;
}

/* Non-dnd */

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 140px 0;
  position: relative;
}

@media (max-width: 767px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 1488px;
  max-width: 100%;
  padding: 0 24px;
}

.container.full {
  width: 100%;
}

.container.half {
  width: 744.0px;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12.0px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  padding: 0 12.0px;
}

.row.no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.row.even .col {
  flex: 1 1 0px;
}

.box {
  width: 100%;
}


  .s1 {
    width: 8.333333333333332%;
  }

  .s2 {
    width: 16.666666666666664%;
  }

  .s3 {
    width: 25.000000000000000%;
  }

  .s4 {
    width: 33.333333333333330%;
  }

  .s5 {
    width: 41.666666666666670%;
  }

  .s6 {
    width: 50.000000000000000%;
  }

  .s7 {
    width: 58.333333333333336%;
  }

  .s8 {
    width: 66.666666666666660%;
  }

  .s9 {
    width: 75.000000000000000%;
  }

  .s10 {
    width: 83.333333333333340%;
  }

  .s11 {
    width: 91.666666666666660%;
  }

  .s12 {
    width: 100.000000000000000%;
  }


.eq5 { width: 20% }
.eq7 { width: 14.285714285714286% }

@media (max-width: 1139px) {
  
    .md-s1 {
      width: 8.333333333333332%;
    }
  
    .md-s2 {
      width: 16.666666666666664%;
    }
  
    .md-s3 {
      width: 25.000000000000000%;
    }
  
    .md-s4 {
      width: 33.333333333333330%;
    }
  
    .md-s5 {
      width: 41.666666666666670%;
    }
  
    .md-s6 {
      width: 50.000000000000000%;
    }
  
    .md-s7 {
      width: 58.333333333333336%;
    }
  
    .md-s8 {
      width: 66.666666666666660%;
    }
  
    .md-s9 {
      width: 75.000000000000000%;
    }
  
    .md-s10 {
      width: 83.333333333333340%;
    }
  
    .md-s11 {
      width: 91.666666666666660%;
    }
  
    .md-s12 {
      width: 100.000000000000000%;
    }
  
  
  .md-eq5 { width: 20% }
  .md-eq7 { width: 14.285714285714286% }
}

@media (max-width: 767px) {
  .col { width: 100% }

  
    .sm-s1 {
      width: 8.333333333333332%;
    }
  
    .sm-s2 {
      width: 16.666666666666664%;
    }
  
    .sm-s3 {
      width: 25.000000000000000%;
    }
  
    .sm-s4 {
      width: 33.333333333333330%;
    }
  
    .sm-s5 {
      width: 41.666666666666670%;
    }
  
    .sm-s6 {
      width: 50.000000000000000%;
    }
  
    .sm-s7 {
      width: 58.333333333333336%;
    }
  
    .sm-s8 {
      width: 66.666666666666660%;
    }
  
    .sm-s9 {
      width: 75.000000000000000%;
    }
  
    .sm-s10 {
      width: 83.333333333333340%;
    }
  
    .sm-s11 {
      width: 91.666666666666660%;
    }
  
    .sm-s12 {
      width: 100.000000000000000%;
    }
  

  .sm-eq5 { width: 20% }
  .sm-eq7 { width: 14.285714285714286% }
}

/* Flex utility */

.flex { display: flex }
.inline-flex { display: inline-flex }

.no-shrink > *,
.self-no-shrink {
  flex-shrink: 0;
}

.self-shrink {
  flex-shrink: 1;
}

.flex-row { flex-direction: row }
.flex-row-reverse { flex-direction: row-reverse }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }

.wrap { flex-wrap: wrap }
.wrap-reverse { flex-wrap: wrap-reverse }

.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.justify-evenly { justify-content: space-evenly }

.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-stretch { align-items: stretch }
.items-baseline { align-items: baseline }

.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-stretch { align-content: stretch }
.content-between { align-content: space-between }
.content-around { align-content: space-around }

@media (max-width: 1139px) {
  .md-flex { display: flex }
  .md-inline-flex { display: inline-flex }
  
  .md-no-shrink > *,
  .md-self-no-shrink {
    flex-shrink: 0;
  }

  .md-self-shrink {
    flex-shrink: 1;
  }

  .md-flex-row { flex-direction: row }
  .md-flex-row-reverse { flex-direction: row-reverse }
  .md-flex-col { flex-direction: column }
  .md-flex-col-reverse { flex-direction: column-reverse }

  .md-wrap { flex-wrap: wrap }
  .md-wrap-reverse { flex-wrap: wrap-reverse }

  .md-justify-start { justify-content: flex-start }
  .md-justify-end { justify-content: flex-end }
  .md-justify-center { justify-content: center }
  .md-justify-between { justify-content: space-between }
  .md-justify-around { justify-content: space-around }
  .md-justify-evenly { justify-content: space-evenly }

  .md-items-start { align-items: flex-start }
  .md-items-end { align-items: flex-end }
  .md-items-center { align-items: center }
  .md-items-stretch { align-items: stretch }
  .md-items-baseline { align-items: baseline }

  .md-content-start { align-content: flex-start }
  .md-content-end { align-content: flex-end }
  .md-content-center { align-content: center }
  .md-content-stretch { align-content: stretch }
  .md-content-between { align-content: space-between }
  .md-content-around { align-content: space-around }
}

@media (max-width: 767px) {
  .sm-flex { display: flex }
  .sm-inline-flex { display: inline-flex }
  
  .sm-no-shrink > *,
  .sm-self-no-shrink {
    flex-shrink: 0;
  }

  .sm-self-shrink {
    flex-shrink: 1;
  }

  .sm-flex-row { flex-direction: row }
  .sm-flex-row-reverse { flex-direction: row-reverse }
  .sm-flex-col { flex-direction: column }
  .sm-flex-col-reverse { flex-direction: column-reverse }

  .sm-wrap { flex-wrap: wrap }
  .sm-wrap-reverse { flex-wrap: wrap-reverse }

  .sm-justify-start { justify-content: flex-start }
  .sm-justify-end { justify-content: flex-end }
  .sm-justify-center { justify-content: center }
  .sm-justify-between { justify-content: space-between }
  .sm-justify-around { justify-content: space-around }
  .sm-justify-evenly { justify-content: space-evenly }

  .sm-items-start { align-items: flex-start }
  .sm-items-end { align-items: flex-end }
  .sm-items-center { align-items: center }
  .sm-items-stretch { align-items: stretch }
  .sm-items-baseline { align-items: baseline }

  .sm-content-start { align-content: flex-start }
  .sm-content-end { align-content: flex-end }
  .sm-content-center { align-content: center }
  .sm-content-stretch { align-content: stretch }
  .sm-content-between { align-content: space-between }
  .sm-content-around { align-content: space-around }
}

/* Clear */

.module:after,
.clear:after {
  content: '';
  display: table;
  clear: both;
}

/* Module */

.module {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.module--block-left   { align-items: flex-start }
.module--block-center { align-items: center }
.module--block-right  { align-items: flex-end }

.module--text-left   { text-align: left }
.module--text-center { text-align: center }
.module--text-right  { text-align: right }

@media (max-width: 1139px) {
  .module--md-block-left   { align-items: flex-start }
  .module--md-block-center { align-items: center }
  .module--md-block-right  { align-items: flex-end }

  .module--md-text-left   { text-align: left }
  .module--md-text-center { text-align: center }
  .module--md-text-right  { text-align: right }
}

@media (max-width: 767px) {
  .module--sm-block-left   { align-items: flex-start }
  .module--sm-block-center { align-items: center }
  .module--sm-block-right  { align-items: flex-end }

  .module--sm-text-left   { text-align: left }
  .module--sm-text-center { text-align: center }
  .module--sm-text-right  { text-align: right }
}

.module__inner {
  width: 100%;
  max-width: 100%;
}

/* Hidden */

@media (min-width: 1140px) {
  .lg-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .md-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

/* Min height */

.minh-full {
  min-height: 100vh;
}

.minh-half {
  min-height: 50vh;
}

.dnd-section.minh-full,
.dnd-section.minh-half {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dnd-section.minh-full > *,
.dnd-section.minh-half > * {
  width: 100%;
}

/* Preset width */

.content-width {
  max-width: 1440px;
  padding-left: 12.0px;
  padding-right: 12.0px;
}

.half-content-width {
  max-width: calc(720.0px - 12.0px);
}

/* Inline items (for 'Space between buttons/icons' options) */

.inline-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.inline-items--left {
  justify-content: flex-start;
}

.inline-items--center {
  justify-content: center;
}

.inline-items--right {
  justify-content: flex-end;
}

@media (max-width: 1139px) {
  .inline-items--md-left {
    justify-content: flex-start;
  }
  
  .inline-items--md-center {
    justify-content: center;
  }
  
  .inline-items--md-right {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .inline-items--sm-left {
    justify-content: flex-start;
  }
  
  .inline-items--sm-center {
    justify-content: center;
  }
  
  .inline-items--sm-right {
    justify-content: flex-end;
  }
}


@keyframes uiPop {
  from {
    opacity: 0;
    transform: scale(.9) translateZ(0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation */
  
/* Slide down blackout animation */
@keyframes slide_down_blackout {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Base */
.btn{
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  padding: 15px 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  background: none;
  border: none;
  font-family: var(--text-font-family, var(--text-font-family));
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: box-shadow, background-image, background-color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none; /* using our own styling */
}

.btn.btn--full {
  display: block;
}

.btn:hover {
  text-decoration: none;
}

.btn:active {
  transition-duration: 0.05s;
}

/* Slide down blackout overlay for fill and outline buttons */
.btn--fill::before,
.btn--outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #142A47;
  border-bottom: 2px solid #9EC64D;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: -1; /* Put behind the button content */
}

.btn--fill:hover::before,
.btn--outline:hover::before {
  transform: translateY(0);
  opacity: 1;
}

/* Make button background transparent on hover to show blackout behind */
.btn--fill:hover,
.btn--outline:hover {
  background: transparent;
  color: #ffffff;
}

/* Ensure text stays above the overlay */
.btn--fill,
.btn--outline {
  position: relative;
  z-index: 2;
}

/* Outline */

.btn--outline {
  border: 2px solid;
}

.btn--outline:hover {
  border-color: transparent;
}

/* Small */

.btn--small {
  padding: 0.85rem 1.35rem;
  border-radius: 2px;
  font-size: .78rem;
}

.btn--small.btn--outline{
  padding: 0.85rem 1.35rem;
}

/* Medium */

.btn--medium {
  padding: 0.6rem 1.35rem;
  border-radius: 2px;
  font-size: .89rem;
}

.btn--medium.btn--outline{
  padding: 0.6rem 1.35rem;
}


/* Large */

.btn--large {
  padding: 0.85rem 2rem;
  border-radius: 2px;
  font-size: 1rem;
}

.btn--large.btn--outline {
  padding: calc(0.85rem - 2px) calc(2rem - 2px);
}

/* Accent */

.btn--accent.btn--outline {
  border-color: #1B445F;
  color: #1B445F;
}

.btn--accent.btn--fill,
.btn--accent.btn--outline:hover {
  background: linear-gradient(180deg, #235EA7 0%, #142A47 100%);
  color: #ffffff;
  border-color: transparent;
}

.btn--accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(27, 68, 95, .15);
}

/* Dark */

.btn--dark.btn--outline {
  border-color: #9EC64D;
  color: #ffffff;
}

.btn--dark.btn--fill {
  background: #9EC64D;
  color: #142A47;
}

.btn--dark.btn--outline:hover {
  color: #ffffff;
  border-color: transparent;
}

.btn--dark:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(158, 198, 77, .15);
}

/* Light */

.btn--light.btn--outline {
  border-color: #9EC64D;
  color: #142A47;
}

.btn--light.btn--fill,
.btn--light.btn--outline:hover {
  color: #ffffff;
  border-color: transparent;
}

.btn--light:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(227, 230, 236, .15);
}

/* Light darker */

.btn--light-darker.btn--outline {
  border-color: #E3E6EC;
  color: #142A47;
}

.btn--light-darker.btn--fill,
.btn--light-darker.btn--outline:hover {
  background: #E3E6EC;
  color: #ffffff;
  border-color: transparent;
}

.btn--light-darker:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(227, 230, 236, .15);
}

/* White */

.btn--white.btn--outline {
  border-color: #ffffff;
  color: #ffffff;
}

.btn--white.btn--fill,
.btn--white.btn--outline:hover {
  background: #ffffff;
  color: #ffffff;
  border-color: transparent;
}

.btn--white:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with accent */

.btn--white-accent.btn--outline {
  border-color: #ffffff;
  color: #1B445F;

}

.btn--white-accent.btn--fill,
.btn--white-accent.btn--outline:hover {
  background: #ffffff;
  color: #ffffff;
  border-color: transparent;
}

.btn--white-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with hover accent */

.btn--white-hover-accent.btn--outline {
  border-color: #ffffff;
  color: #ffffff;
}

.btn--white-hover-accent.btn--fill {
  background: #ffffff;
  color: #9EC64D;
}

.btn--white-hover-accent.btn--fill:hover,
.btn--white-hover-accent.btn--outline:hover {
  background: #ffffff;
  color: #ffffff;
  border-color: transparent;
}

.btn--white-hover-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Ghost */

.btn--ghost.btn--outline {
  border-color: rgba(255, 255, 255, .2);
  color: #ffffff;
}

.btn--ghost.btn--fill {
  background: rgba(255, 255, 255, .2);
  color: #ffffff;
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.btn--ghost.btn--outline:hover,
.btn--ghost.btn--fill:hover {
  background: #ffffff;
  color: #ffffff;
  border-color: transparent;
}

.btn--ghost:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}


/* Arrow */
.btn--arrow {
  border: none;
  background: none;
  color: #142A47;
  padding: .85rem 0 00;
}
.btn--arrow.btn--dark {
  background: none;
  color: #ffffff;
}

.btn--arrow.btn--light{
  color: #142A47;
}

.btn--arrow.btn--light svg path {
  fill: #142A47;
}

.btn--arrow.btn--dark svg path {
  fill: #9EC64D;
}

.btn--arrow.btn--dark:hover {
  color: #9EC64D;
}

.btn--arrow.btn--light:hover svg path {
  fill: #ffffff;
}

.btn--arrow.btn--light:hover {
  color: #142A47;
}

/* Pill */

.btn--pill {
  border-radius: 999px;
}

/* Icon */

.btn__icon {
  color: inherit;
  line-height: 0;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  align-items: center;
}

.btn__icon--right {
  order: 1;
  margin-left: .4em;
}

.btn__icon--left {
  margin-right: .4rem;
}

.btn__icon svg {
  fill: currentColor;
}

.btn--fill:hover,
.btn--outline:hover {
  color: #ffffff;
}
/* Base */

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon img,
.icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}

.icon svg {
  fill: currentColor;
}

/* Shape */

.icon--disc {
  border-radius: 100%;
}

.icon--square.icon--small {
  border-radius: 2px;
}

.icon--square.icon--medium {
  border-radius: 2px;
}

.icon--square.icon--large {
  border-radius: 2px;
}

.icon--square.icon--extra-large {
  border-radius: 2px;
}

/* Size */

.icon--small.icon--disc,
.icon--small.icon--square {
  width: 1.82rem;
  height: 1.82rem;
}

.icon--small .icon__glyph {
  width: 0.91rem;
  height: 0.91rem;
  line-height: 0.91rem;
  font-size: .91rem;
}

.icon--medium.icon--disc,
.icon--medium.icon--square {
  width: 2.73rem;
  height: 2.73rem;
}

.icon--medium .icon__glyph {
  width: 1.11rem;
  height: 1.11rem;
  line-height: 1.11rem;
  font-size: 1.11rem;
}

.icon--large.icon--disc,
.icon--large.icon--square {
  width: 3.64rem;
  height: 3.64rem;
}

.icon--large .icon__glyph {
  width: 1.82rem;
  height: 1.82rem;
  line-height: 1.82rem;
  font-size: 1.82rem;
}

.icon--extra-large.icon--disc,
.icon--extra-large.icon--square {
  width: 5.46rem;
  height: 5.46rem;
}

.icon--extra-large .icon__glyph {
  width: 3.18rem;
  height: 3.18rem;
  line-height: 3.18rem;
  font-size: 3.18rem;
}

/* Outline */

.icon--outline {
  border: 2px solid;
}
.icon--outline-med {
  border: 2px solid;
}

/* Accent */

.icon--accent {
  color: #1B445F;
}

.icon--accent.icon--fill {
  background: linear-gradient(180deg, #235EA7 0%, #142A47 100%);
  color: #ffffff;
}

.icon--accent.icon--outline {
  border-color: #1B445F;
}

/* Dark */

.icon--dark {
  color: #565656;
}

.icon--dark.icon--fill {
  background: #565656;
  color: #ffffff;
}

.icon--dark.icon--outline {
  border-color: #565656;
}

/* Light */

.icon--light {
  color: #565656;
}

.icon--light.icon--fill {
  background: #F5F5F5;
  color: #565656;
}

.icon--light.icon--outline {
  border-color: #E3E6EC;
}

/* Green */

.icon--green {
  color: #9EC64D;
}
.icon--green.icon--outline {
  border-color: #9EC64D;
}

/* White */

.icon--white {
  color: #ffffff;
}

.icon--white.icon--fill {
  background: #ffffff;
  color: #565656;
}

.icon--white.icon--outline {
  border-color: #ffffff;
}

/* White with accent */

.icon--white-accent {
  color: #1B445F;
}

.icon--white-accent.icon--fill {
  background: #ffffff;
  color: #1B445F;
}

.icon--white-accent.icon--outline {
  border-color: #ffffff;
}

/* Ghost */

.icon--ghost {
  color: #ffffff;
}

.icon--ghost.icon--fill {
  background: rgba(255, 255, 255, .2);
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.icon--ghost.icon--outline {
  border-color: rgba(255, 255, 255, .2);
}
/* Holder */

.ttip-holder {
  position: relative;
  overflow: visible;
}

/* Tooltip */

.ttip {
  display: none;
  max-width: 200px;
  padding: .77rem .91rem;
  font-family: var(--ui-font-family);
  font-weight: var(--ui-font-weight);
  font-style: var(--ui-font-style);
  font-size: .82rem;
  line-height: 1.28;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 5;
}

.ttip[style*="position"] {
  display: block;
}

/* Block */

.ttip--block {
  max-width: none;
  width: 200px;
  text-align: left;
  white-space: normal;
  text-overflow: clip;
}

/* On hover */

.ttip--on-hover {
  visibility: hidden;
  pointer-events: none;
}

*:hover > .ttip--on-hover {
  visibility: visible;
  pointer-events: auto;
  animation: .2s ease-in-out forwards fadeIn;
}

/* Background */

.ttip::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: -1;
  border-radius: 2px;
}

/* Caret */

.ttip::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: -2;
  background: inherit;
}

.ttip[data-popper-placement="top-start"]::after {
  bottom: 4px;
  left: 10px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.ttip[data-popper-placement="top"]::after {
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  ;
}

.ttip[data-popper-placement="top-end"]::after {
  bottom: 4px;
  right: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom-start"]::after {
  top: 4px;
  left: 10px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom"]::after {
  top: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  ;
}

.ttip[data-popper-placement="bottom-end"]::after {
  top: 4px;
  right: 10px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.ttip[data-popper-placement="left-start"]::after {
  top: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}

.ttip[data-popper-placement="left"]::after {
  top: 50%;
  right: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  ;
}

.ttip[data-popper-placement="left-end"]::after {
  bottom: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right-start"]::after {
  top: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right"]::after {
  top: 50%;
  left: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  ;
}

.ttip[data-popper-placement="right-end"]::after {
  bottom: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Accent */

.ttip--accent {
  color: #ffffff;
}

.ttip--accent::before,
.ttip--accent::after {
  background: #1B445F;
}

.ttip--accent::before {
  box-shadow: 0px 8px 16px rgba(27, 68, 95, 0.2), 0px 4px 8px rgba(27, 68, 95, 0.2);
}

/* Dark */

.ttip--dark {
  color: #ffffff;
}

.ttip--dark::before,
.ttip--dark::after {
  background: #565656;
}

.ttip--dark::before {
  box-shadow: 0px 8px 16px rgba(86, 86, 86, 0.05), 0px 4px 8px rgba(86, 86, 86, 0.05);
}

/* White */

.ttip--white {
  color: #565656;
}

.ttip--white::before,
.ttip--white::after {
  background: #ffffff;
}

/* White accent */

.ttip--white-accent {
  color: #1B445F;
}

.ttip--white-accent::before,
.ttip--white-accent::after {
  background: #ffffff;
}
/* Base */



.badge {
  display: inline-block;
  font-family: var(--ui-strong-font-family);
  font-weight: var(--ui-strong-font-weight);
  font-style: var(--ui-strong-font-style);
  line-height: 1.28;
  text-transform: uppercase;
  vertical-align: middle;
}

.badge,
.badge:hover {
  text-decoration: none;
}

/* Lowercase */

.badge--lowercase {
  text-transform: none;
}

/* Small */

.badge--small {
  padding: .11rem .22rem;
  border-radius: 2px;
  font-size: .46rem;
}

.badge--small.badge--lowercase {
  font-size: .72rem;
}

/* Medium */

.badge--medium {
  padding: .18rem 0.36rem;
  border-radius: 2px;
  font-size: .6rem;
}

.badge--medium.badge--lowercase {
  font-size: .78rem;
}

/* Large */

.badge--large {
  padding: .22rem .44rem;
  border-radius: 2px;
  font-size: .73rem;
}

.badge--large.badge--lowercase {
  font-size: .89rem;
}

/* Pill */

.badge--pill {
  border-radius: 99px;
}

/* Accent */

.badge--accent {
  background: linear-gradient(180deg, #235EA7 0%, #142A47 100%);
  color: #ffffff;
}

.badge--accent:hover {
  color: #ffffff;
}

/* Dark */

.badge--dark {
  background: #142A47
  color: #ffffff;
}

.badge--dark:hover {
  color: #ffffff;
}

/* White */

.badge--white {
  background: #ffffff;
  color: #565656;
}

.badge--white:hover {
  color: #565656;
}


/* Light */

.badge--light {
  background: #9EC64D;
  color: #142A47;
}

.badge--light:hover {
  color: #ffffff;
  background: #142A47;
}



/* Ghost */

.badge--ghost {
  background: rgba(255, 255, 255, .2);
  color: #ffffff;
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.badge--ghost:hover {
  color: #ffffff;
}
/* ==========================================================================
   Base
   ========================================================================== */

/* Reset input list */

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

/* Make spacing consistent */

.field > .input {
  margin-top: .28rem;
}

.hs-form fieldset {
  max-width: none !important;
}

.hs-form .input {
  margin-right: 0 !important;
}

.form-columns-2,
.form-columns-3 {
  margin: 0 -12.0px !important;
}

.form-columns-2 > .hs-form-field,
.form-columns-3 > .hs-form-field,
.form-columns-2 .hs-dependent-field .hs-form-field,
.form-columns-3 .hs-dependent-field .hs-form-field {
  padding: 0 12.0px;
  float: left;
}

.form-columns-3 > .hs-form-field,
.form-columns-3 .hs-dependent-field .hs-form-field {
  width: 33.3333% !important;
}

@media (max-width: 667px) {
  .form-columns-3 > .hs-form-field,
  .form-columns-3 .hs-dependent-field .hs-form-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .form-columns-2 > .hs-form-field,
  .form-columns-3 > .hs-form-field {
    width: 100% !important;
  }
}

.hs-form-field,
.hs-richtext,
.legal-consent-container p,
.legal-consent-container ul {
  margin-bottom: 24px;
}

.legal-consent-container .hs-form-field {
  margin-bottom: 0 !important;
}

body .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none;
}

body .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
}


.module--text-center form{
  text-align: left;
  margin-top: 40px;
}

.module--text-center form .hs_submit.hs-submit{
  text-align: center;
}

/* Hide empty form title */
.form-title{
  margin-bottom: 40px;
}

.form-title:empty,
.hs-form h3:empty {
  display: none;
}

/* Global input styles */

.hs-input,
#hs-pwd-widget-password {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  transition: .2s ease-in-out;
}

/* Placeholders */

.hs-input::-webkit-input-placeholder,
#hs-pwd-widget-password::-webkit-input-placeholder {
  color: #565656;
  opacity: 1;
}

.hs-input::-moz-placeholder,
#hs-pwd-widget-password::-moz-placeholder {
  color: #565656;
  opacity: 1;
}

.hs-input:-ms-input-placeholder,
#hs-pwd-widget-password:-ms-input-placeholder {
  color: #565656;
  opacity: 1;
}

.hs-input:-moz-placeholder,
#hs-pwd-widget-password:-moz-placeholder {
  color: #565656;
  opacity: 1;
}

/* Make other HubSpot forms consistent with the rest.
`!important` necessary to override inline styles. */

/* email_simple_subscription */

#email-prefs-form .hs-input {
  padding: 0.7rem .91rem !important;
  font-size: 1rem !important;
}

#email-prefs-form h3 {
  font-weight: var(--headings-strong-font-weight) !important;
}

#email-prefs-form h3 + div {
  padding-bottom: 24px !important;
}

/* password_prompt */

#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 24px;
}

/* Checkbox and radio field stucture */

.hs-form .multi-container {
  margin-top: .28rem;
}

.hs-form .multi-container li + li {
  margin-top: .11rem;
}

.hs-form-checkbox-display,
.hs-form-radio-display,
.hs-form-booleancheckbox-display {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
}

.hs-input[type='checkbox'] + *,
.hs-input[type='radio'] + * {
  display: inline;
  float: none;
  margin-left: 0 !important;
  vertical-align: middle;
}

/* Labels & text */

.hs-form legend {
  color: inherit;
}

.hs-form-field > label {
  color: #565656;
}

.txt--dark .hs-form-field > label {
  color: #ffffff;
}

/* ==========================================================================
   Inputs
   ========================================================================== */

/* Default state
   ========================================================================== */

.hs-input,
#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  padding: 0.85rem .91rem;
  background-color: #ffffff;
  border: 1px solid #E3E6EC;
  border-radius: 2px;
  box-shadow: 0px 8px 16px rgba(86, 86, 86, 0.05), 0px 4px 8px rgba(86, 86, 86, 0.05);
  color: #565656;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: inherit;
  line-height: 1.56;
}

/* Fixes issue with the new double-field phone number,
   where the 'input' class is now applied to the DIV instead of the input */

div.hs-input {
  box-shadow: none !important;
}

textarea.hs-input {
  height: 130px;
  border-radius: 2px;
}

select.hs-input {
  padding-inline-end: 38px;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%23565656\" d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>");
  background-size: 7.5px 12px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}



.hs-input[type='checkbox'],
.hs-input[type='radio'] {
  display: inline-block;
  width: 20px !important;
  height: 20px;
  margin: 0;
  margin-inline-end: .56rem;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #cfd2d8;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  vertical-align: middle;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: normal;
}

.hs-input[type='checkbox'] {
  background-size: 12px 12px;
}

.hs-input[type='radio'] {
  background-size: 10px 10px;
  border-radius: 100%;
}

/* Hover state
   ========================================================================== */

.hs-input:hover,
#hs-pwd-widget-password:hover {
  box-shadow: 0 0 0 8px rgba(227, 230, 236, .4);
}

.hs-input[type='checkbox']:hover,
.hs-input[type='radio']:hover {
  box-shadow: 0 0 0 8px rgba(227, 230, 236, .4);
}

/* Focus state
   ========================================================================== */

.hs-input:focus,
#hs-pwd-widget-password:focus {
  border-color: #1B445F;
  box-shadow: 0 0 0 4px rgba(27, 68, 95, .15), 0 0 0 1px #1B445F inset;
}

.hs-input[type='checkbox']:focus,
.hs-input[type='radio']:focus {
  border-color: #1B445F;
  box-shadow: 0 0 0 4px rgba(27, 68, 95, .2);
}

/* Error state
   ========================================================================== */

.hs-input.error {
  border-color: #1B445F;
  box-shadow: 0 0 0 4px rgba(27, 68, 95, .2), 0 0 0 1px #1B445F inset;
}

/* Checked state
   ========================================================================== */

.hs-input[type='checkbox']:checked,
.hs-input[type='radio']:checked {
  background-color: #1B445F;
  border-color: transparent;
}

.hs-input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23ffffff\" d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>");
}

.hs-input[type='radio']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23ffffff\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>");
}

/* ==========================================================================
   Date fields
   ========================================================================== */

/* Inputs
   ========================================================================== */

.hs-input[type='date'],
.hs-input[type='datetime-local'],
.hs-input[type='month'],
.hs-input[type='week'],
.hs-dateinput .hs-input {
  padding-inline-start: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%23565656\" d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"></path></svg>");
  background-position: 1.11rem center;
  background-repeat: no-repeat;
  background-size: .78rem .89rem;
}




/* Blog Subscription Bottom CTA Form */

.bottom-subscribe-section .hs-input[type="email"] {
  padding: .7rem .91rem;
}

.bottom-subscribe-section .hs_submit.hs-submit {
  margin-top: -1px; /* to soothe my neurosis */
}


/* Date-picker widget
   ========================================================================== */

body .fn-date-picker.pika-single {
  color: inherit;
  font: inherit;
}

body .fn-date-picker.pika-single.is-bound {
  background: #ffffff;
  border: 1px solid #E3E6EC;
  border-radius: 2px;
  box-shadow: 0px 16px 32px rgba(86, 86, 86, 0.05), 0px 8px 16px rgba(86, 86, 86, 0.05);
  color: #565656;
}

body .fn-date-picker .pika-label {
  background-color: inherit;
  font: inherit;
}

body .fn-date-picker .pika-button {
  background: #F5F5F5;
  color: #565656;
  font-family: inherit;
  box-shadow: none !important;
}

body .fn-date-picker .is-today .pika-button {
  color: #1B445F;
  font-weight: inherit;
}

body .fn-date-picker .pika-button:hover,
body .fn-date-picker .is-selected .pika-button {
  background: linear-gradient(180deg, #235EA7 0%, #142A47 100%) !important;
  color: #ffffff;
  font-weight: inherit;
}

body .fn-date-picker .pika-table th {
  color: #565656;
  font-weight: inherit;
  font-family: inherit;
}

body .fn-date-picker .pika-next,
body .fn-date-picker .pika-prev {
  background: none !important;
  color: inherit !important;
  text-indent: 0 !important;
  font-size: 0;
  line-height: 0;
}

body .fn-date-picker .pika-prev:before {
  content: "‹";
  font-size: 14px;
}

body .fn-date-picker .pika-next:before {
  content: "›";
  font-size: 14px;
}



/* ==========================================================================
   File fields
   ========================================================================== */

/* File input
   ========================================================================== */

.hs-input[type='file'] {
  padding-inline-end: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23565656\" d=\"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"></path></svg>");
  background-position: center right 1.11rem;
  background-repeat: no-repeat;
  background-size: .89rem .89rem;
  cursor: pointer;
}



/* File button
   ========================================================================== */

.hs-input[type='file']::-webkit-file-upload-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 1.67rem;
  background: #F5F5F5;
  border: 1px solid #E3E6EC;
  border-radius: 2px;
  color: #565656;
  font-family: var(--strong-font-family);
  font-weight: var(--strong-font-weight);
  font-style: var(--strong-font-style);
  font-size: 0.67rem;
  cursor: pointer;
}

.hs-input[type='file']::-webkit-file-upload-button:hover {
  background: none;
}

/* ==========================================================================
   Errors
   ========================================================================== */

.hs-error-msg {
  display: inline-block;
  position: relative;
  padding: .23rem .46rem;
  margin-top: -.23rem;
  margin-left: .56rem;
  margin-right: .56rem;;
  vertical-align: top;
  background: #C62828;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.67rem;
  line-height: 1.1;
  margin-top: -15px;
}

.hs-error-msg:before{
  content: '';
  width: 10px;
  height: 10px;
  background: #C62828;
  position: absolute;
  top: -5px;
  left: 10px;
  transform: translateY(-50%);
  transform: rotate(45deg);
}

.hs-fieldtype-checkbox .hs-error-msg,
.hs-fieldtype-radio .hs-error-msg,
.hs-fieldtype-booleancheckbox .hs-error-msg {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hs_error_rollup {
  color: #565656;
  font-family: var(--strong-font-family);
  font-weight: var(--strong-font-weight);
  font-style: var(--strong-font-style);
  line-height: 1.56;
  margin-bottom: 24px;
}

body .legal-consent-container .hs-error-msgs label {
  color: #ffffff;
}

/* ==========================================================================
   Buttons - Let form.css handle all button styling
   ========================================================================== */

/* Only keep the form-specific button background override */
form .hs-button {
  background: #9EC64D;
  color: #142A47;
  font-family: var(--headings-font-family);
  font-weight: 300;
}

.hs-button:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(27, 68, 95, .15);
}

/* HubSpot Datepicker */

.txt--dark .hs-datepicker, .txt--light .hs-datepicker {
  border: 1px solid #E3E6EC;
  border-radius: 2px;
  box-shadow: 0px 8px 16px rgba(86, 86, 86, 0.05), 0px 4px 8px rgba(86, 86, 86, 0.05);
  color: #142A47;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: inherit;
  line-height: 1.56;
}
/* Base */

.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-menu-wrapper li {
  position: relative;
}

.hs-menu-wrapper a {
  display: block;
  position: relative;
  color: #565656;
  text-decoration: none;
  transition: .2s ease-in-out;
}

/* Flyouts */

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  display: none;
  width: 220px;
  padding: .46rem 0;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0px 32px 64px rgba(86, 86, 86, 0.05), 0px 16px 32px rgba(86, 86, 86, 0.05);
  border-radius: 2px;
}

.hs-menu-wrapper.flyouts li:hover > .hs-menu-children-wrapper {
  display: block;
  animation: .2s ease-in-out forwards uiPop;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li > a {
  padding: .46rem .91rem;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:not(:first-child) > a {
  border-top: 1px solid #E3E6EC;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:hover > a {
  background-color: #F5F5F5;
}

/* Top level */

.hs-menu-flow-horizontal > ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.hs-menu-flow-horizontal.flyouts > ul {
  align-items: center;
}

.hs-menu-flow-horizontal.flyouts > ul > li:not(:last-child) {
  margin-right: 2rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a {
  padding-top: .46rem;
  padding-bottom: .46rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a::before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, #235EA7 0%, #142A47 100%);
  opacity: 0;
  transform: scale(.2,1) translateY(2px);
  transition: .3s ease-out;
}

.hs-menu-flow-horizontal.flyouts > ul > li:hover > a::before,
.hs-menu-flow-horizontal.flyouts > ul > li > a[aria-expanded="true"]::before {
  transform: none;
  opacity: 1;
}

/* All sub-levels */

.hs-menu-wrapper ul ul a {
  font-size: .9rem;
}

/* 2nd level */

.hs-menu-flow-horizontal.flyouts > ul > li > ul {
  top: 100%;
  margin-left: -.91rem;
}

/* 3rd level */

.hs-menu-flow-horizontal.flyouts ul ul ul,
.hs-menu-flow-vertical.flyouts ul ul {
  top: 0;
  left: 100%;
  margin-top: -.46rem;
}
.lightbox-open {
  overflow: hidden;
}

#bp_caption,
#bp_container {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
}

#bp_container > *,
#bp_loader {
  position: absolute;
  right: 0;
  z-index: 10;
}

#bp_container,
#bp_caption,
#bp_container svg {
  pointer-events: none;
}

#bp_container {
  top: 0;
  z-index: 99999999999;
  background: rgba(86, 86, 86, .9);
  opacity: 0;
  transition: .35s opacity;
}

#bp_loader {
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: wait;
  background: none;
  z-index: 9;
}

#bp_loader svg {
  width: 50%;
  max-width: 300px;
  max-height: 50%;
  margin: auto;
  animation: bpturn 1s infinite linear;
}

#bp_aud,
#bp_container img,
#bp_sv,
#bp_vid {
  user-select: none;
  max-height: 96%;
  max-width: 96%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  box-shadow: 0px 32px 64px rgba(86, 86, 86, 0.05), 0px 16px 32px rgba(86, 86, 86, 0.05);
  border-radius: 2px;
}

#bp_sv iframe {
  border-radius: 2px;
}

#bp_sv {
  background: #565656;
}

#bp_sv svg {
  width: 66px;
}

#bp_caption {
  font-size: 1rem;
  padding: 24px;
  background: #565656;
  color: #ffffff;
  text-align: center;
  transition: .2s opacity;
}

#bp_aud {
  width: 650px;
  top: calc(50% - 20px);
  bottom: auto;
  box-shadow: none;
}

#bp_count {
  left: 0;
  right: auto;
  padding: 12px;
  color: #ffffff;
  font-size: .9rem;
  cursor: default;
}



#bp_container button {
  position: absolute;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  transition: all .1s;
}

#bp_container .bp-x {
  padding: 0;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  top: 8px;
  right: 14px;
  opacity: .8;
  line-height: 1;
  background: #565656;
  color: #ffffff;
}

.bp-x svg,
.bp-xc svg {
  height: 20px;
  width: 20px;
  vertical-align: top;
  transition: .2s ease-in-out;
}

#bp_container .bp-x:hover svg,
#bp_container .bp-xc:hover svg {
  transform: scale(1.1);
}

#bp_container .bp-xc {
  left: 2%;
  bottom: 100%;
  padding: .6rem .8rem;
  background: #565656;
  color: #ffffff;
  border-radius: 2px 2px 0 0;
}



.bp-lr {
  top: 50%;
  transform: translateX(-50%);
  width: 40px;
  background: 0;
  border: 0;
  color: #ffffff;
  line-height: 0;
  transition: opacity .1s;
}

#bp_container .bp-lrl {
  left: 24px;
}

#bp_container .bp-lrr {
  right: 24px;
}



.bp-lr svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.33rem;
  height: 1.33rem;
  transition: .2s ease-in-out;
}

.bp-lr:hover svg {
  transform: scale(1.2);
}

@keyframes bpf {
  50% {
    transform: translatex(15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpl {
  50% {
    transform: translatex(-15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpfl {
  0% {
    opacity: 0;
    transform: translatex(70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfr {
  0% {
    opacity: 0;
    transform: translatex(-70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfol {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(-70px);
  }
}

@keyframes bpfor {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(70px);
  }
}

@keyframes bpturn {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .bp-lr {
    font-size: 15vw;
  }
}


@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    translate: 0 40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealDown {
  from {
    opacity: 0;
    translate: 0 -40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealLeft {
  from {
    opacity: 0;
    translate: 40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealRight {
  from {
    opacity: 0;
    translate: -40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealZoom {
  from {
    opacity: 0;
    scale: .9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

.reveal {
  opacity: 0;
}

.reveal--done {
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.reveal--done:not([class^="reveal--animation-"]) {
  animation-name: reveal;
}

.reveal--zoom.reveal--done {
  animation-name: revealZoom;
}

.reveal--up.reveal--done {
  animation-name: revealUp;
}

.reveal--down.reveal--done {
  animation-name: revealDown;
}

.reveal--left.reveal--done {
  animation-name: revealLeft;
}

.reveal--right.reveal--done {
  animation-name: revealRight;
}

.hs-inline-edit .reveal {
  opacity: 1;
  visibility: visible;
  animation: none;
}


.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: block;
  width: 50px;
  height: 51px;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.back-to-top.back-to-top--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.back-to-top:hover {
  transform: translateY(-3px);
}

.back-to-top:hover svg rect {
  fill: #9EC64D;
}

.back-to-top svg {
  display: block;
  width: 50px;
  height: 51px;
  transition: transform 0.3s ease-in-out;
}

.back-to-top svg rect {
  transition: fill 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 46px;
  }
  
  .back-to-top svg {
    width: 45px;
    height: 46px;
  }
}