/* Theme base styles */
@import url(//fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@font-face {
  font-family: 'modern_pictograms_proregular';
  src: url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.eot');
  src: url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.eot#iefix') format('embedded-opentype'),url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.woff2') format('woff2'),url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.woff') format('woff'),url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.ttf') format('truetype'),url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.svg#modern_pictograms_proregular') format('svg');
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'Avenir-Book';
  src: url('//364768.fs1.hubspotusercontent-na1.net/hubfs/fonts/AvenirLTStd-Book.otf') format("opentype");
}
@font-face {
  font-family: "Avenir-Book";
  font-weight: 900;
  src: url("https://www.jar-systems.com/hubfs/fonts/AvenirLTStd-Heavy.otf") format("opentype");
}

:root {

	/* Spacing */

	--container-width: 1180px;
	--container-width-narrow: 880px;
	--vertical-spacing: 12rem;
	--gap: 2rem;
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);

	/* Colors */

	--base-color: #777C88;
	--primary-color: #136eb5;
	--primary-color-hover: #0e5384;
	--secondary-color: #aa2b8f;
	--secondary-color-hover: #1a6db4;
	--tertiary-color: #e5e4d9;
	--tertiary-color-hover: #b2b1a6;
  --quaternary-color: #20a966;
  --quaternary-color-hover: #20a966;

	--black: #000;
	--dark-gray: #424242;
	--light-gray: #136eb50d;
	--medium-gray: #c3c3c3; /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--white: #fff;
  --pink: #aa2b8f;

	/* Typography */

	--base-font-size: 1.7rem;
	--base-line-height: 1.7;
	--primary-font-family: 'Avenir-Book', Montserrat;
	--secondary-font-family: 'Avenir-Book', Montserrat;

}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

.page-center {
    max-width: 1158px;
    margin: 0 auto;
    padding: 0 9px;
}

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

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

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

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

/* Anchors */

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

a:hover,
a:focus {
  color: var(--primary-color-hover);
}

a:active {
  color: var(--primary-color-hover);
}

/* 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);
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 3.6rem;
}
h2,
.h2 {
  font-size: 2.8rem;
}
h3,
.h3 {
  font-size: 2.4rem;
}
h4,
.h4 {
  font-size: 2.2rem;
}
h5,
.h5 {
  font-size: 1.8rem;
}
h6,
.h6 {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
  h2,
  .h2 {
    font-size: 4rem;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 2rem;
  list-style: none;
  padding: 0 0 0 1.7rem;
}

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

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

.body-container ul li {
  position: relative;
  margin: 0 0 15px;
}
.body-container ul li::before {
  content: "";
  background: #51535C;
  height: 7px;
  width: 7px;
  position: absolute;
  border-radius: 50%;
  top: 12px;
  left: -16px;
}
ul.no-list li::before {
  display: none;
}

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

.hr-gradient {
  width: 60px;
  height: 6px;
  background: linear-gradient(270deg, #1BA6A7 -22.5%, #1A6DB4 135%);
  text-align: left;
  display: block;
  margin: 0 0 20px;
}

h2.underline {
  position: relative;
  width: fit-content;
  padding-bottom: 11px;
  margin: 0 auto 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
}
h2.underline::before {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(90deg, rgba(30,110,181,1) 0%, rgba(42,167,168,1) 100%);
}
.button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4.8rem;
  padding: 0.8rem 3.2rem;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
}

/* Primary */

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

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

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

/* Secondary */

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

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

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

/* Tertiary */

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

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

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

/* Text */

.button--text {
  min-height: auto;
  padding: 0;
  border-color: transparent;
  font-weight: bold;
  text-decoration: none;
  color: var(--secondary-color);
  line-height: 24px;
  vertical-align: middle;
}
.button--text svg {
  vertical-align: middle;
  margin-left: 10px;
}

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

.button--text:active {
  color: var(--primary-color);
}

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

/* quaternary */

.button--quaternary {
  border-color: var(--quaternary-color-hover);
  background-color: var(--quaternary-color-hover);
  color: var(--white);
}

.button--quaternary:hover,
.button--quaternary:focus {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
}

.button--quaternary:active {
  border-color: var(--quaternary-color-hover);
  background-color: var(--quaternary-color-hover);
  color: var(--white);
}

/* pink */

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

.button--pink:hover,
.button--pink:focus {
  border-color: var(--pink);
  background-color: transparent;
  color: var(--pink);
}

.button--pink:active {
  border-color: var(--pink);
  background-color: var(--pink);
  color: var(--white);
}

/* Quintary */

.button--quintary {
  border-color: var(--pink);
  background-color: var(--pink);
  color: var(--white);
}

.button--quintary:hover,
.button--quintary:focus {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
}

.button--quintary:active {
  border-color: var(--pink);
  background-color: var(--pink);
  color: var(--white);
}


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

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

/* Full */

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


/* Large */

.button--large {
  padding: 3rem 2rem;
  font-size: calc(var(--base-font-size) * 1.5);
}

/* CTA Override */

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

form label,
.fakelabel {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  display: block;
  padding: 1rem;
  width: 100%;
  min-height: 4.8rem;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 1px solid var(--medium-gray);
}

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% - 1rem) 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);
}

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: red;
}

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

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

.hs_error_rollup {
  display: none;
}

/* Submit button */

form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  cursor: pointer;
  display: inline-block;
  min-height: 4.8rem;
  padding: 1rem 3.5rem;
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  line-height: 1.2;
  white-space: normal;
}

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

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

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


.body-container--1805A .span12.widget-span.widget-type-cell.dnd_area-column-7-background-color.dnd_area-column-7-padding.dnd-column {
  box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
  border-radius: 20px;
  overflow: hidden;
}

.body-container--1805A h3.form-title {
  background: #1A6DB4;
  width: calc(100% + 80px);
  padding: 24px 0;
  text-align: center;
  margin-left: -30px;
  margin-top: -30px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
.body-container--1805A textarea,
.body-container--1805A select,
.body-container--1805A input:not(.button):not([type="submit"]) {
  background: #E9E9E9 !important;
  border: 2px solid #DDDDDD;
  border-radius: 32px;
}
.body-container--1805A .hs-fieldtype-select .input {
  position: relative;
  appearance: none;
}
.body-container--1805A .hs-fieldtype-select .input::before {
  content: "";
  background: url('https://www.jar-systems.com/hubfs/Select%20Arrow.svg') no-repeat center center;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 19px;
}
.body-container--1805A .submitted-message {
  text-align: center;
}
.body-container--1805A input.hs-button.primary.large {
  width: 100%;
  background: #A92B8F;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}

.body-container--1805A form label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #777C88;
}
.body-container--1805A form label.hs-error-msg {
  color: red;
  font-size: 13px;
  line-height: 1.6;
}
.body-container--1805A .hs_submit.hs-submit {
  margin: 20px 0 0 0;
}

.bof-cta h2, .bof-cta p {
    color: white;
    /* padding: 80px; */
}

.bof-cta {
   padding: 4rem 2rem; 
}
/* 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 */

.header {
  position: relative;
  background-color: var(--white);
  border-bottom: 1px solid var(--light-gray);
}

.header__container {
  padding: 2rem;
}

.header--no-navigation .header__container {
  padding: 2.3rem 2rem;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header--no-navigation .header__inner {
  justify-content: center;
}

@media (min-width: 992px) {
  .header__container {
    padding: 1.1rem 2rem;
  }
}

/* Logo */

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


/* Nav */

.header__navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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





/* Clearing floats */
.manual-clear:after,
.aplite-section-title-wrap:after {
  clear: both;
}
.manual-clear:before,
.manual-clear:after,
.aplite-section-title-wrap:before,
.aplite-section-title-wrap:after {
  display: table;
  content: "";
}

/* =Sidr Styles
-------------------------------------------------------------- */
.sidr{
  display:none;
  position:absolute;
  position:fixed;
  top:0;
  height:100%;
  z-index:999999;
  width:260px;
  overflow-x:none;
  overflow-y:auto;
  font-size:15px;
  background:#333;
  color:#fff;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-box-shadow:inset 0 0 5px 5px #222;
  box-shadow:inset 0 0 5px 5px #222
}
.sidr .sidr-inner{padding:0 0 15px}
.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}
.sidr.right{left:auto;right:-260px}
.sidr.left{left:-260px;right:auto}
.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,
.sidr h6{
  font-size:11px;
  font-weight:normal;
  padding:0 15px;
  margin:0 0 5px;
  color:#fff;
  line-height:24px;
  background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);
  background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);
  background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);
  background-image:linear-gradient(#4d4d4d,#1a1a1a);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
  box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)
}
.sidr p{font-size:13px;margin:0 0 12px}
.sidr p a{color:rgba(255,255,255,0.9)}
.sidr>p{margin-left:15px;margin-right:15px}
.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}
.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}
.sidr ul li:hover,
.sidr ul li
.active,.sidr ul li
.sidr-class-active{border-top:none;line-height:49px}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li
.active>a,
.sidr ul li.active>span,
.sidr ul li
.sidr-class-active>a,
.sidr ul li
.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}
.sidr ul li a,
.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}
.sidr ul li ul{border-bottom:none;margin:0}
.sidr ul li ul li{line-height:40px;font-size:13px}
.sidr ul li ul li:last-child{border-bottom:none}
.sidr ul li ul li:hover,
.sidr ul li ul li
.active,.sidr ul li ul li
.sidr-class-active{border-top:none;line-height:41px}
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li
.active>a,
.sidr ul li ul li
.active>span,
.sidr ul li ul li
.sidr-class-active>a,
.sidr ul li ul li
.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}
.sidr ul li ul li a,
.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}
.sidr form{margin:0 15px}
.sidr label{font-size:13px}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select{
  width:100%;
  font-size:13px;
  padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;
  border-radius:2px;
  border:none;
  background:rgba(0,0,0,0.1);
  color:rgba(255,255,255,0.6);
  display:block;
  clear:both}
.sidr input[type=checkbox]{width:auto;display:inline;clear:none}
.sidr input[type=button],
.sidr input[type=submit]{color:#333;background:#fff}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}

/* =inline DropDown Menu Styles
-------------------------------------------------------------- */

/* Dropdown Button */
.div-center {
  display: flex;
  justify-content: center;
  padding: 1%;
}

/* Dropdown Button */
.dropbtn {
  background-color: #1ba6a7;
  color: #fff;
  font-family:Montserrat;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  text-align: center;
  padding: 5% 87px 5% 87px;
  flex-grow: 1;
}

/*Drop Down Arrow*/
.dropbtn:after {
  content: '< >';
  font: 10px, monospace;
  color: #FFF;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border: none;
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  /*left line */  
  position: absolute;
  pointer-events: none;
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
  .dropbtn {
    background-color: #1ba6a7;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    text-align: center;
    padding: 5% 20px 5% 20px;
    flex-grow: 1;
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
  .dropbtn:after {
    content: '< >';
    font: 6px, monospace;
    color: #FFF;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border: none;
    right: 5px;
    top: 10px;
    padding: 0 0 2px;
    /*left line */  
    position: absolute;
    pointer-events: none;
  }
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 270px;
  max-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #000;
  font-size: 12px;
  padding: 10px 8% 10px 8%;
  text-decoration: none;
  display: block;
}
/* Smaller font links inside the dropdown */
.dropdown-content a i {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
/* Change color of selected link page */
.dropdown-content-selected {background-color: #ddd;}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd; text-decoration: none;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #198c88;}

/* Show the dropdown menu on hover
.dropdown:hover .dropdown-content {display: block;}  */

#myDropdown {
  max-height:250px;/* you can change as you need it */
  overflow:auto;/* to get scroll */
}

/* Show the dropdown menu on Click - works with attached Javascript*/
.show {display:block; border: none;}




.mini-header {
  font-size: 18px;
  font-weight: 700
}

.mini-header-white {
  font-size: 18px;
  font-weight: 700;
  color: #fff
}

.headline-header {
  font-size: 22px;
  line-height: 1.5em;
  color: #51545d
}

.information-header {
  font-size: 14px;
  line-height: 1.75em;
  color: #777c88
}

.underline a:link {
  text-decoration: underline !important
}

.underline a:hover {
  color: #f37621 !important
}

.bold-link a:link {
  font-weight: bold;
  !important}

.bold-link a:hover {
  color: #f37621 !important
}

.bold-link-white a:link {
  font-weight: bold;
  !important;color: #fff !important
}

.bold-link-white- a:hover {
  color: #f37621 !important
}

.header-container-wrapper .hs_cos_wrapper_type_logo a,.header-container-wrapper .hs_cos_wrapper_type_linked_image a {
  margin: 15px 0;
  display: block;
  position: relative;
  min-height: 30px
}

.header-container-wrapper .hs_cos_wrapper_type_logo img,.header-container-wrapper .hs_cos_wrapper_type_linked_image img {
  width: auto !important;
  display: block;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.header-container-wrapper .hs-menu-wrapper {
  text-align: right;
  font-size: 0px;
  font-weight: 600
}

.header-container-wrapper .hs-menu-item {
  margin-right: 5px;
  text-align: left;
  display: inline-block;
  position: relative;
  zoom:1;*display: inline
}

.hs-menu-depth-1.hs-menu-item {
  margin-top: 20px;
  line-height: 100%
}

.hs-menu-depth-1.hs-menu-item a {
  padding: 7px 15px;
  font-size: 14px;
  color: #777c88;
  line-height: 17px
}

.hs-menu-depth-1.hs-menu-item:hover a {
  background: #d7dfec
}

.header-container-wrapper .hs-menu-children-wrapper .hs-menu-item,.header-container-wrapper .hs-menu-children-wrapper .hs-menu-item a {
  display: block;
  color: #777c88;
  background: #d7dfec
}

.header-container-wrapper .hs-menu-children-wrapper .hs-menu-item,.header-container-wrapper .hs-menu-children-wrapper .hs-menu-item:hover a {
  background: #f3f8fb
}

.header-container-wrapper .hs-menu-children-wrapper {
  display: none;
  position: absolute;
  z-index: 1
}

.header-container-wrapper .hs-menu-depth-1 .hs-menu-children-wrapper {
  left: 0;
  min-width: 200px
}

.header-container-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper {
  left: 100%;
  top: 0px;
  min-width: 200px
}

.header-container-wrapper .hs-menu-item:hover>.hs-menu-children-wrapper {
  display: block
}

#mobile .sidr-class-hs-cta-node a {
  border: 2px solid white;
  background: #FFF;
  border-radius: 5px;
  display: block;
  padding: 12px 0;
  transition: all .3s ease;
  text-align: center;
  width: 89%;
  margin: 0 auto
}

#mobile .sidr-class-hs-cta-node a:hover {
  background: rgba(255,255,255,0.8)
}
.cta-style-color-hollow .cta_button {
  background: transparent;
  display: block;
  color: #aa2b8f;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  border: 2px solid #aa2b8f;
  border-radius: 5px;
  transition: all .3s ease;
}
.header-cta .cta_button {
  font-size: 12px;
  color: #aa2b8f;
  line-height: 17px;
  font-weight: bold;
  margin-top: 14px;
  border-width: 2px;
  padding: 10px 0
}
.dhide {
  display: none;
}
#mobile-trigger {
  font-size: 42px;
  color: #136eb5;
  font-family: 'modern_pictograms_proregular';
  float: right;
  margin-top: -45px;
  position: relative;
  z-index: 99;
  text-rendering: auto;
  line-height: 28px;
}
.header-container .widget-span {
  min-height: 0 !important;
  display: inline;
}

@media (max-width: 767px) {
  .mhide {
    display: none;
  }
  .dhide {
    display: block;
  }
  .header-container-wrapper .hs_cos_wrapper_type_logo a,.header-container-wrapper .hs_cos_wrapper_type_linked_image a {
    max-width: calc(100% - 50px)
  }
}
.footer {
  padding: 2rem;
  background-color: var(--secondary-color);
  color: var(--white);
}
@media (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--gap);
  }
}



.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right;
  width: 60%;
  padding: 0 0 0 15px
}

.hs-rss-item:last-child {
  margin-bottom: 10px
}

.hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
  display: block;
  width: auto
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  float: right;
  width: 30%;
  border-radius: 4px
}

.hs_cos_wrapper_type_rss_listing {
  text-align: left;
  display: block
}

.hs_cos_wrapper_type_rss_listing {
  padding-bottom: 8px;
  font-size: 14px;
  color: #51545d;
  line-height: 20px;
  font-weight: 700;
  zoom:1;*display: inline
}

.hs-rss-module {
  padding-top: 10px
}

.hs-rss-title {
  font-weight: 700;
  font-size: 26px;
  color: #51545d;
  line-height: 1
}
@media (min-width: 768px) {
  .hs-rss-title {
    font-size: 14px;
    line-height: 20px
  }
}

.hs-rss-date {
  font-weight: 400;
  font-size: 10px;
  color: #51545d
}

.hs-rss-description {
  font-weight: 400;
  font-size: 12px;
  color: #51545d
}

.hs-rss-description a {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #136eb5
}

.hs-rss-item-text {
  text-align: left
}

.footer-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px
}

#site-footer {
  font-size: 14px;
  line-height: 23px
}

.footer-widget-title {
  font-weight: 700;
  font-size: 14px;
  color: #51545d;
  margin: 0;
}

#site-footer,
#site-footer a {
  color: #777c88;
}

#site-footer .hs_cos_wrapper_type_follow_me {
  text-align: center
}

#site-footer .hs_cos_wrapper_type_follow_me a {
  margin-left: 6px;
  margin-right: 6px
}

#site-footer .hs_cos_wrapper_type_blog_subscribe h3 {
  font-size: 14px;
  font-weight: normal
}

#site-footer .input input {
  width: 100%;
  border-radius: 3px;
  height: 38px;
  border: 1px solid #d0d0d0
}

#site-footer .input input {
  box-sizing: border-box;
  padding: 4px
}

#site-footer .hs-error-msgs {
  font-size: 12px;
  color: #d30000;
  text-align: center
}

#site-footer .hs_submit input {
  background: #d0d0d0;
  display: inline-block;
  padding: 7px 17px;
  color: #FFF;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 9px;
  font-family: Montserrat
}

#site-footer .hs_submit input:hover {
  background: #333
}

.hs-footer-company-copyright {
  display: block;
  padding: 10px 0
}
.center-points {
  text-align: center;
}
.footer-container-wrapper b,
.footer-container-wrapper strong {
  font-weight: bold;
}

.footer-container-wrapper h2 strong,
.footer-container-wrapper h2 { 
  text-align: center;
  margin: 0;
  line-height: normal;
  font-size: 0;
  color: #808080;
}
.footer-container-wrapper h3 {
  font-size: 14px;
  margin: 0;
}
.bg-light-grey {
  background-color: #e6e7e8;
}
.footer-top--no-navigation {
  padding: 50px 20px;
  border-top: 1px solid #777C88;
  max-width: var(--container-width);
  margin: 0 auto;
}
.footer-copyright--no-navigation {
  font-family: 'Montserrat';
  padding: 20px 10px;
  max-width: var(--container-width);
  margin: 0 auto;
  text-align: center;
  color: #324e6c;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
}
footer.footer.footer--no-navigation {
  background: #E5E6E7;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #777C88;
}

/* Utilities */

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

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

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

/* Background Colors */

.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-white {
  background-color: var(--white);
}

/* 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-large {
  font-size: calc(var(--base-font-size) * 1.2);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.8);
}

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