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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@charset "UTF-8";
@font-face {
  font-family: "GillSans";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Light.eot");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Light.woff2") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Light.woff") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Light.ttf") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Light.eot#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "GillSans";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-LightItalic.eot");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-LightItalic.woff2") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-LightItalic.woff") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-LightItalic.ttf") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-LightItalic.eot#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "GillSans";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans.eot");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans.woff2") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans.woff") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans.ttf") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "GillSans";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Italic.eot");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Italic.woff2") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Italic.woff") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Italic.ttf") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Italic.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "GillSans";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBold.eot");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBold.woff2") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBold.woff") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBold.ttf") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBold.eot#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "GillSans";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBoldItalic.eot");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBoldItalic.woff2") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBoldItalic.woff") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBoldItalic.ttf") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-SemiBoldItalic.eot#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "GillSans";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Bold.eot");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Bold.woff2") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Bold.woff") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Bold.ttf") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-Bold.eot#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "GillSans";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-BoldItalic.eot");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-BoldItalic.woff2") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-BoldItalic.woff") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-BoldItalic.ttf") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-BoldItalic.eot#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "GillSans";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-UltraBold.eot");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-UltraBold.woff2") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-UltraBold.woff") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-UltraBold.ttf") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/Stringo/Assets/fonts/GillSans/GillSans-UltraBold.eot#iefix") format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "fontello";
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/raw_assets/public/invise/dist/assets/fontello/fontello.eot?3037747");
  src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/raw_assets/public/invise/dist/assets/fontello/fontello.eot?3037747#iefix") format("embedded-opentype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/raw_assets/public/invise/dist/assets/fontello/fontello.woff2?3037747") format("woff2"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/raw_assets/public/invise/dist/assets/fontello/fontello.woff?3037747") format("woff"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/raw_assets/public/invise/dist/assets/fontello/fontello.ttf?3037747") format("truetype"), url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/raw_assets/public/invise/dist/assets/fontello/fontello.svg?3037747#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url("https://500293.fs1.hubspotusercontent-na1.net/hubfs/500293/raw_assets/public/invise/dist/assets/fontello/fontello.svg?3037747#fontello") format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-play:before {
  content: "▶";
}

/* '▶' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-left:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
.icon-mail:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-globe:before {
  content: "";
}

/* '' */
.icon-home:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-clock:before {
  content: "";
}

/* '' */
.icon-quote:before {
  content: "";
}

/* '' */
.icon-check:before {
  content: "";
}

/* '' */
.icon-location:before {
  content: "";
}

/* '' */
.icon-eye:before {
  content: "";
}

/* '' */
.icon-heart:before {
  content: "";
}

/* '' */
.icon-heart-empty:before {
  content: "";
}

/* '' */
.icon-eye-off:before {
  content: "";
}

/* '' */
.icon-star:before {
  content: "";
}

/* '' */
.icon-star-empty:before {
  content: "";
}

/* '' */
.icon-pen:before {
  content: "";
}

/* '' */
.icon-info:before {
  content: "";
}

/* '' */
.icon-arrow-down:before {
  content: "";
}

/* '' */
.icon-arrow-left:before {
  content: "";
}

/* '' */
.icon-arrow-right:before {
  content: "";
}

/* '' */
.icon-arrow-up:before {
  content: "";
}

/* '' */
.icon-spinner:before {
  content: "";
}

/* '' */
.icon-document:before {
  content: "";
}

/* '' */
.icon-right:before {
  content: "";
}

/* '' */
.icon-up:before {
  content: "";
}

/* '' */
.icon-down:before {
  content: "";
}

/* '' */
.icon-youtube:before {
  content: "";
}

/* '' */
.icon-pdf:before {
  content: "";
}

/* '' */
.icon-excel:before {
  content: "";
}

/* '' */
.icon-powerpoint:before {
  content: "";
}

/* '' */
.icon-image:before {
  content: "";
}

/* '' */
.icon-zip:before {
  content: "";
}

/* '' */
.icon-pinterest:before {
  content: "";
}

/* '' */
.icon-vimeo:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-play.icon--after:before {
  content: normal;
}

.icon-play.icon--after:after {
  content: "▶";
}

.icon-facebook.icon--after:before {
  content: normal;
}

.icon-facebook.icon--after:after {
  content: "";
}

.icon-twitter.icon--after:before {
  content: normal;
}

.icon-twitter.icon--after:after {
  content: "";
}

.icon-left.icon--after:before {
  content: normal;
}

.icon-left.icon--after:after {
  content: "";
}

.icon-linkedin.icon--after:before {
  content: normal;
}

.icon-linkedin.icon--after:after {
  content: "";
}

.icon-mail.icon--after:before {
  content: normal;
}

.icon-mail.icon--after:after {
  content: "";
}

.icon-phone.icon--after:before {
  content: normal;
}

.icon-phone.icon--after:after {
  content: "";
}

.icon-globe.icon--after:before {
  content: normal;
}

.icon-globe.icon--after:after {
  content: "";
}

.icon-home.icon--after:before {
  content: normal;
}

.icon-home.icon--after:after {
  content: "";
}

.icon-search.icon--after:before {
  content: normal;
}

.icon-search.icon--after:after {
  content: "";
}

.icon-clock.icon--after:before {
  content: normal;
}

.icon-clock.icon--after:after {
  content: "";
}

.icon-quote.icon--after:before {
  content: normal;
}

.icon-quote.icon--after:after {
  content: "";
}

.icon-check.icon--after:before {
  content: normal;
}

.icon-check.icon--after:after {
  content: "";
}

.icon-location.icon--after:before {
  content: normal;
}

.icon-location.icon--after:after {
  content: "";
}

.icon-eye.icon--after:before {
  content: normal;
}

.icon-eye.icon--after:after {
  content: "";
}

.icon-heart.icon--after:before {
  content: normal;
}

.icon-heart.icon--after:after {
  content: "";
}

.icon-heart-empty.icon--after:before {
  content: normal;
}

.icon-heart-empty.icon--after:after {
  content: "";
}

.icon-eye-off.icon--after:before {
  content: normal;
}

.icon-eye-off.icon--after:after {
  content: "";
}

.icon-star.icon--after:before {
  content: normal;
}

.icon-star.icon--after:after {
  content: "";
}

.icon-star-empty.icon--after:before {
  content: normal;
}

.icon-star-empty.icon--after:after {
  content: "";
}

.icon-pen.icon--after:before {
  content: normal;
}

.icon-pen.icon--after:after {
  content: "";
}

.icon-info.icon--after:before {
  content: normal;
}

.icon-info.icon--after:after {
  content: "";
}

.icon-arrow-down.icon--after:before {
  content: normal;
}

.icon-arrow-down.icon--after:after {
  content: "";
}

.icon-arrow-left.icon--after:before {
  content: normal;
}

.icon-arrow-left.icon--after:after {
  content: "";
}

.icon-arrow-right.icon--after:before {
  content: normal;
}

.icon-arrow-right.icon--after:after {
  content: "";
}

.icon-arrow-up.icon--after:before {
  content: normal;
}

.icon-arrow-up.icon--after:after {
  content: "";
}

.icon-spinner.icon--after:before {
  content: normal;
}

.icon-spinner.icon--after:after {
  content: "";
}

.icon-document.icon--after:before {
  content: normal;
}

.icon-document.icon--after:after {
  content: "";
}

.icon-right.icon--after:before {
  content: normal;
}

.icon-right.icon--after:after {
  content: "";
}

.icon-up.icon--after:before {
  content: normal;
}

.icon-up.icon--after:after {
  content: "";
}

.icon-down.icon--after:before {
  content: normal;
}

.icon-down.icon--after:after {
  content: "";
}

.icon-youtube.icon--after:before {
  content: normal;
}

.icon-youtube.icon--after:after {
  content: "";
}

.icon-pdf.icon--after:before {
  content: normal;
}

.icon-pdf.icon--after:after {
  content: "";
}

.icon-excel.icon--after:before {
  content: normal;
}

.icon-excel.icon--after:after {
  content: "";
}

.icon-powerpoint.icon--after:before {
  content: normal;
}

.icon-powerpoint.icon--after:after {
  content: "";
}

.icon-image.icon--after:before {
  content: normal;
}

.icon-image.icon--after:after {
  content: "";
}

.icon-zip.icon--after:before {
  content: normal;
}

.icon-zip.icon--after:after {
  content: "";
}

.icon-pinterest.icon--after:before {
  content: normal;
}

.icon-pinterest.icon--after:after {
  content: "";
}

.icon-vimeo.icon--after:before {
  content: normal;
}

.icon-vimeo.icon--after:after {
  content: "";
}

.icon-instagram.icon--after:before {
  content: normal;
}

.icon-instagram.icon--after:after {
  content: "";
}
:root {
  --site-width-min: 90vw;
  --site-width-max: 1340px;
  --body-bg: white;
  --color-primary: #FFC20F;
  --color-border: #C5C5C5;
  --color-overlay: rgba(0, 0, 0, .5);
  --color-darkgray: #404040;
  --color-gray: #999;
  --color-lightgray: #F3F3F3;
  --color-facebook: #3b5998;
  --color-twitter: #4099FF;
  --color-linkedin: #0077b5;
  --spacing-x-small: 0.25rem;
  --spacing-small: 0.5rem;
  --spacing-medium: 1.25rem;
  --spacing-mediumlarge: 2rem;
  --spacing-large: 2.5rem;
  --spacing-x-large: 3.5rem;
  --spacing-xx-large: 5.5rem;
  --container-margin: 5rem;
  --grid-gap: var(--spacing-large);
  --section-padding: 5rem;
  --border-radius: 0.3125rem;
  --shadow-small: 0 0.4rem 0.6rem 0 rgba(46, 77, 100, 0.39);
  --shadow-medium: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.2), 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  --shadow-large: 0 3.75rem 8.75rem -2.5rem rgba(0, 0, 0, 0.25), 0 3.75rem 7.5rem -1.25rem rgba(0, 0, 0, 0.25);
  --easing: ease;
  --body-font-size: 1.25rem;
  --body-font-family: GillSans, sans-serif;
  --body-font-weight: 300;
  --body-font-style: normal;
  --body-line-height: 1.6;
  --body-letter-spacing: 0;
  --body-text-transform: none;
  --text-color: #3C3C3B;
  --text-size-x-small: 0.875rem;
  --text-size-small: 1rem;
  --text-size-large: 1.3125rem;
  --h1-size: 2.5rem;
  --h2-size: 2rem;
  --h3-size: 1.5rem;
  --h4-size: 1.4rem;
  --h5-size: 1.2rem;
  --h6-size: 1rem;
  --heading-font-family: inherit;
  --heading-font-weight: normal;
  --heading-font-style: normal;
  --heading-line-height: 1.2;
  --heading-letter-spacing: 0;
  --heading-text-transform: none;
  --heading-color: black;
  --link-color: var(--color-primary);
  --link-color-hover: #ffbf00;
  --button-color: var(--color-primary);
  --button-padding-vertical: .8rem;
  --button-padding-horizontal: 1rem;
  --button-font-size: 1rem;
  --button-font-family: inherit;
  --button-font-weight: normal;
  --button-letter-spacing: 0;
  --button-line-height: 1.2;
  --button-text-transform: uppercase;
  --button-text-color: black;
  --button-border-width: 2px;
  --button-border-style: solid;
  --button-border-radius: var(--border-radius);
  --button-transition-duration: 0.25s;
  --button-shadow: none;
  /*	--dialog-background: white;
  	--dialog-width: 40rem;
  	--dialog-padding: var(--spacing-large);
  	--dialog-shadow: var(--shadow-large);
  	--dialog-close-button-size: 2rem;
  	--dialog-close-button-color: var(--text-color);
  	--dialog-backdrop-color: var(--color-overlay);
  	--dialog-animation-duration: 0.5s; */
  --form-field-bg: white;
  --form-field-focus-bg: var(--form-field-bg);
  --form-field-hover-bg: var(--form-field-bg);
  --form-field-padding-vertical: 0.9rem;
  --form-field-padding-horizontal: 1.25rem;
  --form-field-font-size: var(--text-size-small);
  --form-field-font-family: var(--body-font-family);
  --form-field-font-weight: var(--body-font-weight);
  --form-field-letter-spacing: var(--body-letter-spacing);
  --form-field-line-height: var(--body-line-height);
  --form-field-text-color: var(--text-color);
  --form-field-border-width: 1px;
  --form-field-border-style: solid;
  --form-field-border-radius: 3px;
  --form-field-border-color: var(--color-border);
  --form-field-hover-border-color: var(--form-field-border-color);
  --form-field-focus-border-color: var(--color-primary);
  --select-arrow-size: 0.5rem;
  --placeholder-color: var(--color-gray, #999);
  --site-header-height: 95px;
  /*	--burger-menu-size: 24px;
  	--burger-menu-thickness: 2px; */
  /*	--slideshow-gap: 2rem;
  	--slideshow-per-page: 1; // Use this to change number of slides per page
  	--slideshow-arrow-size: 2rem;
  	--slideshow-bullet-margin: var(--spacing-large, 3rem);
  	--slideshow-bullet-color: #999;
  	--slideshow-bullet-size: 0.5rem;
  	--slideshow-bullet-color-active: var(--color-primary, #f90); */
}
@media (min-width: 768px) {
  :root {
    --h1-size: 3.125rem;
    --h2-size: 2.1875rem;
  }
}

:root {
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
}
/* $auto-icons: (
	'href*="facebook.com"': $icon-facebook,
	'href*="twitter.com"': $icon-twitter,
	'href*="linkedin.com"': $icon-linkedin,
	'href*="instagram.com"': $icon-instagram,
	'href*="pinterest.com"': $icon-pinterest,
	'href*="youtube.com"': $icon-youtube,
	'href*="vimeo.com"': $icon-vimeo,

	'href$=".pdf"': $icon-pdf,

	'href$=".doc"': $icon-document,
	'href$=".docx"': $icon-document,
	'href$=".odt"': $icon-document,
	'href$=".txt"': $icon-document,

	'href$=".xls"': $icon-excel,
	'href$=".xlsx"': $icon-excel,
	'href$=".ods"': $icon-excel,

	'href$=".ppt"': $icon-powerpoint,
	'href$=".pptx"': $icon-powerpoint,

	'href$=".zip"': $icon-zip,
	'href$=".rar"': $icon-zip,
	'href$=".tar"': $icon-zip,
	'href$=".gz"': $icon-zip,
	'href$=".7z"': $icon-zip,

	'href$=".jpg"': $icon-image,
	'href$=".jpeg"': $icon-image,
	'href$=".png"': $icon-image,
	'href$=".gif"': $icon-image,
	'href$=".bmp"': $icon-image,
	'href$=".svg"': $icon-image,
	'href$=".webp"': $icon-image,

	'href^="mailto:"': $icon-mail,
	'href^="tel:"': $icon-phone,
	'href*="/maps"': $icon-location
) !default; */
*,
:before,
:after {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: var(--color-primary, initial);
}

::selection {
  background-color: var(--color-primary, initial);
}

html {
  background: var(--body-bg, white);
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font-family, sans-serif);
  font-weight: var(--body-font-weight, normal);
  font-style: var(--body-font-style, normal);
  line-height: var(--body-line-height, 1.6);
  letter-spacing: var(--body-letter-spacing, 0);
  text-transform: var(--body-text-transform, none);
  font-size: var(--body-font-size, 1rem);
  color: var(--text-color, black);
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  display: block;
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1rem));
  font-family: var(--heading-font-family, var(--body-font-family, inherit));
  font-weight: var(--heading-font-weight, bold);
  font-style: var(--heading-font-style, normal);
  line-height: var(--heading-line-height, 1.2);
  letter-spacing: var(--heading-letter-spacing, 0);
  text-transform: var(--heading-text-transform, none);
  font-size: var(--h1-size, 3rem);
  color: var(--heading-color, var(--text-color), black);
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
  color: currentColor;
}

h1,
.h1 {
  font-size: var(--h1-size, 3rem);
}

h2,
.h2 {
  font-size: var(--h2-size, 2.2rem);
}

h3,
.h3 {
  font-size: var(--h3-size, 1.8rem);
}

h4,
.h4 {
  font-size: var(--h4-size, 1.4rem);
}

h5,
.h5 {
  font-size: var(--h5-size, 1.2rem);
}

h6,
.h6 {
  font-size: var(--h6-size, 1rem);
}

a {
  color: var(--link-color, var(--color-primary, blue));
  -webkit-text-decoration: var(--link-decoration, none);
          text-decoration: var(--link-decoration, none);
  transition: color var(--link-transition-duration, 0.25s) ease;
  cursor: pointer;
}
a:hover {
  color: var(--link-color-hover, var(--color-primary, darkblue));
}

strong,
b {
  font-weight: bold;
}

p {
  margin: 0 0 var(--paragraph-margin, var(--spacing-medium, 1rem));
}

pre {
  background: #111;
  margin: 0 0 var(--spacing-medium, 1rem);
  padding: var(--spacing-medium, 1rem);
  max-height: 30rem;
  overflow: auto;
  color: white;
}

ul,
ol {
  margin: 0 0 var(--list-margin, var(--spacing-medium, 1rem)) var(--list-inset, var(--spacing-large, 3rem));
  padding: 0;
}

dl {
  margin: 0 0 var(--list-margin, var(--spacing-medium, 1rem));
}

figure {
  margin: 0 0 var(--figure-margin, var(--spacing-medium, 1rem));
}
figure img {
  display: block;
  width: 100%;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

blockquote {
  margin: 0 0 var(--blockquote-margin, var(--spacing-medium, 1rem));
}
blockquote > :first-child::before {
  content: open-quote;
}

.container {
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
  width: var(--site-width);
  margin: var(--container-margin, var(--spacing-x-large, 6rem)) auto;
}

html.dialog-open {
  overflow: hidden;
  touch-action: none;
}

div.dialog {
  background: var(--dialog-background, white);
  width: 90%;
  max-width: var(--dialog-width, 40rem);
  max-height: 90%;
  position: fixed;
  overflow: auto;
  z-index: 101;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: var(--dialog-padding, var(--spacing-large, 3rem));
  box-shadow: var(--dialog-shadow, var(--shadow-large, 0 1rem 1rem rgba(0, 0, 0, 0.25)));
}
div.dialog .dialog__close {
  position: absolute;
  right: var(--spacing-medium, 1rem);
  top: var(--spacing-medium, 1rem);
  font-size: var(--dialog-close-button-size, 2rem);
  line-height: 1;
  color: var(--dialog-close-button-color, var(--text-color, black));
}

div.dialog + div.backdrop {
  background: var(--dialog-backdrop-color, var(--color-overlay, rgba(0, 0, 0, 0.6)));
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

div.dialog {
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity var(--dialog-animation-duration, 0.5s) ease, transform var(--dialog-animation-duration, 0.5s) ease;
}

div.dialog + div.backdrop {
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--dialog-animation-duration, 0.5s) ease;
}

div.dialog.open,
html.no-js div.dialog:target {
  pointer-events: all;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

div.dialog.open + div.backdrop,
html.no-js div.dialog:target + div.backdrop {
  pointer-events: all;
  opacity: 1;
}

div.dialog.dialog--no-transition {
  transition: none;
}

input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=tel],input[type=number],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],
select,
textarea {
  background-color: var(--form-field-bg, white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: var(--form-field-padding-vertical, 0.75rem) var(--form-field-padding-horizontal, 1.25rem);
  font-size: var(--form-field-font-size, var(--body-font-size, inherit));
  font-family: var(--form-field-font-family, var(--body-font-family, inherit));
  font-weight: var(--form-field-font-weight, var(--body-font-weight, inherit));
  letter-spacing: var(--form-field-letter-spacing, var(--body-letter-spacing, inherit));
  line-height: var(--form-field-line-height, var(--body-line-height, inherit));
  text-transform: none;
  text-decoration: none;
  text-align: left;
  color: var(--form-field-text-color, var(--text-color, inherit));
  transition: all var(--form-field-transition-duration, 0.25s) ease;
  border-width: var(--form-field-border-width, 1px);
  border-style: var(--form-field-border-style, solid);
  border-color: var(--form-field-border-color, var(--color-border, black));
  border-radius: var(--form-field-border-radius, var(--border-radius, 0));
}
input[type=text]:hover,input[type=password]:hover,input[type=search]:hover,input[type=email]:hover,input[type=url]:hover,input[type=tel]:hover,input[type=number]:hover,input[type=date]:hover,input[type=month]:hover,input[type=week]:hover,input[type=time]:hover,input[type=datetime]:hover,input[type=datetime-local]:hover,
select:hover,
textarea:hover {
  background-color: var(--form-field-hover-bg, var(--form-field-bg, white));
  border-color: var(--form-field-hover-border-color, var(--color-primary, blue));
}
input[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  background-color: var(--form-field-focus-bg, var(--form-field-bg, white));
  border-color: var(--form-field-focus-border-color, var(--color-primary, blue));
  outline: 0;
}

select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 40"><polygon points="2.7,14.4 6.8,10.3 20,23.5 33.2,10.3 37.3,14.4 20,31.7 "/></svg>');
  background-repeat: no-repeat;
  background-position: right var(--form-field-padding-horizontal, 1.25rem) top 50%;
  background-size: var(--select-arrow-size, 0.5rem) auto;
  padding-right: calc(var(--form-field-padding-horizontal, 1.25rem) * 2 + var(--select-arrow-size, 0.5rem));
}

textarea {
  resize: vertical;
  max-width: 100%;
  height: 12rem;
}

::-moz-placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

:-ms-input-placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

::-ms-input-placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

::placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.google-map {
  background: var(--google-map-bg, #def);
  height: var(--google-map-height, 30rem);
  overflow: hidden;
}
.google-map .sleek-map-kml-toggler {
  background-color: #fff;
  min-height: 40px;
  margin: 10px;
  padding: 9px 17px 0;
  cursor: pointer;
  font-size: 18px;
  color: #565656;
  font-family: Roboto, Arial, sans-serif;
}
.google-map .sleek-map-geolocation {
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjc1LjMzNCAyNzUuMzM0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzUuMzM0IDI3NS4zMzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTM3LjY2NywxNjguMDIxYzE2LjczNywwLDMwLjM1NC0xMy42MTcsMzAuMzU0LTMwLjM1NHMtMTMuNjE3LTMwLjM1NC0zMC4zNTQtMzAuMzU0cy0zMC4zNTQsMTMuNjE3LTMwLjM1NCwzMC4zNTRTMTIwLjkzLDE2OC4wMjEsMTM3LjY2NywxNjguMDIxeiBNMTM3LjY2NywxMTkuMzEzYzEwLjEyMSwwLDE4LjM1NCw4LjIzMywxOC4zNTQsMTguMzU0cy04LjIzMywxOC4zNTQtMTguMzU0LDE4LjM1NHMtMTguMzU0LTguMjMzLTE4LjM1NC0xOC4zNTRTMTI3LjU0NiwxMTkuMzEzLDEzNy42NjcsMTE5LjMxM3oiLz48cGF0aCBkPSJNMjY5LjMzNCwxMzEuNjY3aC0yMy43NzVjLTMuMDE1LTU0LjgxOC00Ny4wNzQtOTguODc3LTEwMS44OTItMTAxLjg5MlY2YzAtMy4zMTMtMi42ODctNi02LTZzLTYsMi42ODctNiw2djI5LjYwNWMwLDMuMzEzLDIuNjg3LDYsNiw2YzUyLjk2OSwwLDk2LjA2Miw0My4wOTMsOTYuMDYyLDk2LjA2MnMtNDMuMDkzLDk2LjA2Mi05Ni4wNjIsOTYuMDYycy05Ni4wNjItNDMuMDkzLTk2LjA2Mi05Ni4wNjJjMC0zNi43ODMsMjEuNDUyLTcwLjgxNyw1NC42NTEtODYuNzA0YzIuOTg5LTEuNDMxLDQuMjUzLTUuMDEzLDIuODIyLTguMDAyYy0xLjQzLTIuOTg4LTUuMDE1LTQuMjUyLTguMDAyLTIuODIyYy0xOC4xMzEsOC42NzYtMzMuNDczLDIyLjIxNy00NC4zNjYsMzkuMTU4Yy0xMC4xMSwxNS43MjQtMTUuODk3LDMzLjcxOC0xNi45MjQsNTIuMzdINmMtMy4zMTMsMC02LDIuNjg3LTYsNnMyLjY4Nyw2LDYsNmgyMy43NzVjMy4wMTUsNTQuODE4LDQ3LjA3NCw5OC44NzcsMTAxLjg5MiwxMDEuODkydjIzLjc3NWMwLDMuMzEzLDIuNjg3LDYsNiw2czYtMi42ODcsNi02di0yMy43NzVjNTQuODE4LTMuMDE1LDk4Ljg3Ny00Ny4wNzQsMTAxLjg5Mi0xMDEuODkyaDIzLjc3NWMzLjMxMywwLDYtMi42ODcsNi02UzI3Mi42NDcsMTMxLjY2NywyNjkuMzM0LDEzMS42Njd6Ii8+PC9nPjwvc3ZnPg==);
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 10px;
  cursor: pointer;
}
.google-map .sleek-map-geolocation::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.google-map .sleek-map-geolocation.loading {
  background-image: none;
  pointer-events: none;
}
.google-map .sleek-map-geolocation.loading::before {
  content: "";
  display: block;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
.google-map .sleek-map-geolocation.error {
  display: none;
}

.grid {
  --grid-cols: 1;
  display: grid;
  grid-gap: var(--grid-gap, var(--spacing-large, 3rem));
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
}

.grid--2 {
  --grid-cols: 2;
}

.grid--3 {
  --grid-cols: 3;
}

.grid--4 {
  --grid-cols: 4;
}

@media (min-width: 768px) {
  [class*="tablet:grid--"] {
    --grid-cols: 1;
    display: grid;
    grid-gap: var(--grid-gap, var(--spacing-large, 3rem));
    grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  }

  .tablet\:grid--2 {
    --grid-cols: 2;
  }

  .tablet\:grid--3 {
    --grid-cols: 3;
  }

  .tablet\:grid--4 {
    --grid-cols: 4;
  }
}
@media (min-width: 1080px) {
  [class*="laptop:grid--"] {
    --grid-cols: 1;
    display: grid;
    grid-gap: var(--grid-gap, var(--spacing-large, 3rem));
    grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  }

  .laptop\:grid--2 {
    --grid-cols: 2;
  }

  .laptop\:grid--3 {
    --grid-cols: 3;
  }

  .laptop\:grid--4 {
    --grid-cols: 4;
  }
}
.section {
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
  padding: var(--section-padding, var(--spacing-x-large, 6rem)) var(--site-padding);
}

[data-slideshow] .flickity-viewport {
  transition: height 0.2s ease;
}
[data-slideshow] .flickity-slider > * {
  width: calc(100% / var(--slideshow-per-page, 1) - var(--slideshow-gap, 3rem) * (var(--slideshow-per-page, 1) - 1) / var(--slideshow-per-page, 1));
  margin-right: var(--slideshow-gap, 3rem);
}
[data-slideshow] .flickity-prev-next-button {
  all: unset;
  cursor: pointer;
  width: var(--slideshow-arrow-size, 2rem);
  height: var(--slideshow-arrow-size, 2rem);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(calc((100% + var(--spacing-large, 3rem)) * -1), -50%);
}
@media (max-width: 1079px) {
  [data-slideshow] .flickity-prev-next-button {
    display: none;
  }
}
[data-slideshow] .flickity-prev-next-button.next {
  left: auto;
  right: 0;
  transform: translate(calc(100% + var(--spacing-large, 3rem)), -50%);
}
[data-slideshow] .flickity-prev-next-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[data-slideshow] .flickity-page-dots {
  all: unset;
  display: block;
  text-align: center;
  margin-top: var(--slideshow-bullet-margin, var(--spacing-large, 3rem));
}
[data-slideshow] .flickity-page-dots .dot {
  background: var(--slideshow-bullet-color, #999);
  width: var(--slideshow-bullet-size, 0.5rem);
  height: var(--slideshow-bullet-size, 0.5rem);
  opacity: 1;
  transition: background-color 0.2s ease;
}
[data-slideshow] .flickity-page-dots .dot.is-selected {
  background: var(--slideshow-bullet-color-active, var(--color-primary, #f90));
}

@-webkit-keyframes spin-video-overlay-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-video-overlay-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 var(--video-margin, var(--spacing-medium, 1rem));
  height: 0;
}
.video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.video-embed {
  margin: 0 0 var(--video-margin, var(--spacing-medium, 1rem));
}
figure.video-embed .embed {
  position: relative;
}
figure.video-embed .embed .video {
  margin: 0;
}
figure.video-embed .embed .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
figure.video-embed .embed .thumbnail::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "▶";
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
  font-size: 3rem;
  color: white;
}
figure.video-embed .embed .thumbnail > img,
figure.video-embed .embed .thumbnail > picture {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
figure.video-embed.video-embed--state-playing .embed .thumbnail {
  display: none;
}
figure.video-embed.video-embed--state-buffering .embed .thumbnail::after {
  content: "";
  -webkit-animation: spin-video-overlay-icon 2s infinite linear;
          animation: spin-video-overlay-icon 2s infinite linear;
}
figure.video-embed figcaption {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0 auto var(--spacing-medium, 1rem);
  text-align: center;
}
.aligncenter img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 var(--spacing-medium, 1rem) var(--spacing-medium, 1rem) 0;
  }

  .alignright {
    float: right;
    margin: 0 0 var(--spacing-medium, 1rem) var(--spacing-medium, 1rem);
  }
}
.bg--light {
  background: var(--color-lightgray);
}

.button,
.hs-button,
button,
input[type=submit] {
  background: var(--button-color, var(--color-primary, blue));
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-vertical, 0.75rem) var(--button-padding-horizontal, 1.25rem);
  vertical-align: middle;
  font-size: var(--button-font-size, var(--body-font-size, inherit));
  font-family: var(--button-font-family, var(--body-font-family, inherit));
  font-weight: var(--button-font-weight, normal);
  letter-spacing: var(--button-letter-spacing, 0);
  line-height: var(--button-line-height, 1.2);
  text-transform: var(--button-text-transform, none);
  text-decoration: none;
  text-align: center;
  color: var(--button-text-color, white);
  outline: 0;
  border: var(--button-border-width, 1px) var(--button-border-style, solid) var(--button-color, var(--color-primary, blue));
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  transition: all var(--button-transition-duration, 0.25s) ease;
  box-shadow: var(--button-shadow, none);
}
.button:hover,
.hs-button:hover,
button:hover,
input[type=submit]:hover {
  color: var(--button-text-color, white);
  text-decoration: none;
}
.button:hover,
.hs-button:hover,
button:hover,
input[type=submit]:hover {
  -webkit-filter: brightness(0.92);
          filter: brightness(0.92);
}

.button--small {
  --button-padding-horizontal: 2.15rem;
  --button-padding-vertical: .85rem;
}

.button--ghost {
  opacity: 1;
}
.button--ghost:not(:hover) {
  --button-text-color: var(--button-color);
  background: transparent;
}

.button--black {
  --button-color: black;
}

.button--white {
  --button-color: white;
}

.button--dark {
  --button-color: darkgray;
}

.button--subtle {
  --button-color: lightgray;
}

.button--white,
.button--subtle {
  --button-text-color: var(--color-primary);
}

.hs-form fieldset {
  max-width: none !important;
}
.hs-form .hs-input {
  width: 100% !important;
}
.hs-form .hs-input[type=radio], .hs-form .hs-input[type=checkbox] {
  width: auto !important;
  margin-right: var(--spacing-small);
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
  width: auto !important;
  margin-right: var(--spacing-small);
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
  margin: 0;
}
.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,
.hs-form fieldset.form-columns-4 .hs-form-field,
.hs-form fieldset.form-columns-5 .hs-form-field,
.hs-form fieldset.form-columns-6 .hs-form-field,
.hs-form fieldset.form-columns-7 .hs-form-field,
.hs-form fieldset.form-columns-8 .hs-form-field {
  width: auto !important;
  float: none !important;
}
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input,
.hs-form fieldset.form-columns-3 .input,
.hs-form fieldset.form-columns-4 .input,
.hs-form fieldset.form-columns-5 .input,
.hs-form fieldset.form-columns-6 .input,
.hs-form fieldset.form-columns-7 .input,
.hs-form fieldset.form-columns-8 .input {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left !important;
    width: calc(50% - 0.5rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    float: left !important;
    width: calc(33.3333333333% - 0.6666666667rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-4 .hs-form-field {
    float: left !important;
    width: calc(25% - 0.75rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-4 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-5 .hs-form-field {
    float: left !important;
    width: calc(20% - 0.8rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-5 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-6 .hs-form-field {
    float: left !important;
    width: calc(16.6666666667% - 0.8333333333rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-6 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-7 .hs-form-field {
    float: left !important;
    width: calc(14.2857142857% - 0.8571428571rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-7 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-8 .hs-form-field {
    float: left !important;
    width: calc(12.5% - 0.875rem) !important;
    margin-right: 1rem;
  }
  .hs-form fieldset.form-columns-8 .hs-form-field:last-child {
    margin-right: 0;
  }
}

.hs-form-field {
  display: block;
  margin: 0 0 var(--spacing-medium);
}
.hs-form-field > label {
  display: block;
  margin: 0 0 var(--spacing-x-small);
  font-size: var(--text-size-x-small);
}
.hs-form-field ul.inputs-list {
  margin: 0;
  list-style: none;
}
.hs-form-field ul.inputs-list li {
  display: inline-block;
  margin: 0 var(--spacing-medium) var(--spacing-medium) 0;
}
.hs-form-field ul.inputs-list li:only-child {
  margin: 0;
}
.hs-form-field .hs-form-required {
  display: none;
}
.hs-form-field ul.hs-error-msgs {
  margin: var(--spacing-x-small) 0 0;
  list-style: none;
}
.hs-form-field ul.hs-error-msgs li {
  display: block;
}
.hs-form-field .hs-error-msg {
  font-size: var(--text-size-x-small);
  font-style: italic;
  color: var(--color-error);
}

.legal-consent-container {
  font-size: var(--text-size-small);
}

.hs_error_rollup {
  display: none;
}

.list--bullet {
  list-style: none;
  margin: 0;
}
.list--bullet > * {
  position: relative;
  padding-left: calc(0.5625rem + var(--spacing-medium));
}
.list--bullet > *:not(:last-child) {
  margin-bottom: var(--spacing-small);
}
.list--bullet > *::before {
  background: var(--color-primary);
  content: "";
  display: block;
  position: absolute;
  top: calc((1em * var(--body-line-height) - 0.5625rem) / 2);
  left: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
}

.section--x-small {
  --site-width-max: 668px;
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
  padding: var(--section-padding, var(--spacing-x-large, 6rem)) var(--site-padding);
}

.section--small {
  --site-width-max: 800px;
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
  padding: var(--section-padding, var(--spacing-x-large, 6rem)) var(--site-padding);
}

.section--medium {
  --site-width-max: 1029px;
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
  padding: var(--section-padding, var(--spacing-x-large, 6rem)) var(--site-padding);
}

.container--x-small {
  --site-width-max: 668px;
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
  width: var(--site-width);
  margin: var(--container-margin, var(--spacing-x-large, 6rem)) auto;
}

.container--small {
  --site-width-max: 800px;
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
  width: var(--site-width);
  margin: var(--container-margin, var(--spacing-x-large, 6rem)) auto;
}

.container--medium {
  --site-width-max: 1029px;
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
  width: var(--site-width);
  margin: var(--container-margin, var(--spacing-x-large, 6rem)) auto;
}

.tag {
  position: relative;
  z-index: 1;
  color: var(--text-color);
  font-size: var(--text-size-x-small);
  padding: var(--spacing-x-small) var(--spacing-small);
}
.tag[href]:hover {
  color: inherit;
}
.tag[href]:hover::after {
  opacity: 1;
}
.tag::after {
  background: var(--color-primary);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
  transition: opacity 0.2s var(--easing);
}

b, strong {
  font-weight: 400;
}

.text--label {
  font-size: var(--text-size-small);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--text-label-color, var(--color-primary));
}

p.text--label {
  margin-bottom: var(--spacing-small);
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  --text-label-color: var(--heading-color);
}

[data-play-button] {
  position: relative;
  line-height: 0;
}
[data-play-button]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
[data-play-button] video {
  outline: 0;
}
[data-play-button]::after {
  cursor: pointer;
}
[data-play-button].hide-controls video::-webkit-media-controls {
  display: none !important;
}
[data-play-button].hide-controls::before, [data-play-button].hide-controls::after {
  opacity: 1;
}
[data-play-button]::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "▶";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
  margin: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

figure.video-embed .embed .thumbnail::after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  width: 2em;
  height: 2em;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin: 0;
  margin: -1em 0 0 -1em;
}
figure.video-embed .embed .thumbnail > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wysiwyg > h1:not(:first-child),.wysiwyg > h2:not(:first-child),.wysiwyg > h3:not(:first-child),.wysiwyg > h4:not(:first-child),.wysiwyg > h5:not(:first-child),.wysiwyg > h6:not(:first-child),.wysiwyg > .h1:not(:first-child),.wysiwyg > .h2:not(:first-child),.wysiwyg > .h3:not(:first-child),.wysiwyg > .h4:not(:first-child),.wysiwyg > .h5:not(:first-child),.wysiwyg > .h6:not(:first-child) {
  margin-top: var(--spacing-large);
}
.wysiwyg > h1:not(:first-child) + h1,.wysiwyg > h1:not(:first-child) + h2,.wysiwyg > h1:not(:first-child) + h3,.wysiwyg > h1:not(:first-child) + h4,.wysiwyg > h1:not(:first-child) + h5,.wysiwyg > h1:not(:first-child) + h6,.wysiwyg > h1:not(:first-child) + .h1,.wysiwyg > h1:not(:first-child) + .h2,.wysiwyg > h1:not(:first-child) + .h3,.wysiwyg > h1:not(:first-child) + .h4,.wysiwyg > h1:not(:first-child) + .h5,.wysiwyg > h1:not(:first-child) + .h6,.wysiwyg > h2:not(:first-child) + h1,.wysiwyg > h2:not(:first-child) + h2,.wysiwyg > h2:not(:first-child) + h3,.wysiwyg > h2:not(:first-child) + h4,.wysiwyg > h2:not(:first-child) + h5,.wysiwyg > h2:not(:first-child) + h6,.wysiwyg > h2:not(:first-child) + .h1,.wysiwyg > h2:not(:first-child) + .h2,.wysiwyg > h2:not(:first-child) + .h3,.wysiwyg > h2:not(:first-child) + .h4,.wysiwyg > h2:not(:first-child) + .h5,.wysiwyg > h2:not(:first-child) + .h6,.wysiwyg > h3:not(:first-child) + h1,.wysiwyg > h3:not(:first-child) + h2,.wysiwyg > h3:not(:first-child) + h3,.wysiwyg > h3:not(:first-child) + h4,.wysiwyg > h3:not(:first-child) + h5,.wysiwyg > h3:not(:first-child) + h6,.wysiwyg > h3:not(:first-child) + .h1,.wysiwyg > h3:not(:first-child) + .h2,.wysiwyg > h3:not(:first-child) + .h3,.wysiwyg > h3:not(:first-child) + .h4,.wysiwyg > h3:not(:first-child) + .h5,.wysiwyg > h3:not(:first-child) + .h6,.wysiwyg > h4:not(:first-child) + h1,.wysiwyg > h4:not(:first-child) + h2,.wysiwyg > h4:not(:first-child) + h3,.wysiwyg > h4:not(:first-child) + h4,.wysiwyg > h4:not(:first-child) + h5,.wysiwyg > h4:not(:first-child) + h6,.wysiwyg > h4:not(:first-child) + .h1,.wysiwyg > h4:not(:first-child) + .h2,.wysiwyg > h4:not(:first-child) + .h3,.wysiwyg > h4:not(:first-child) + .h4,.wysiwyg > h4:not(:first-child) + .h5,.wysiwyg > h4:not(:first-child) + .h6,.wysiwyg > h5:not(:first-child) + h1,.wysiwyg > h5:not(:first-child) + h2,.wysiwyg > h5:not(:first-child) + h3,.wysiwyg > h5:not(:first-child) + h4,.wysiwyg > h5:not(:first-child) + h5,.wysiwyg > h5:not(:first-child) + h6,.wysiwyg > h5:not(:first-child) + .h1,.wysiwyg > h5:not(:first-child) + .h2,.wysiwyg > h5:not(:first-child) + .h3,.wysiwyg > h5:not(:first-child) + .h4,.wysiwyg > h5:not(:first-child) + .h5,.wysiwyg > h5:not(:first-child) + .h6,.wysiwyg > h6:not(:first-child) + h1,.wysiwyg > h6:not(:first-child) + h2,.wysiwyg > h6:not(:first-child) + h3,.wysiwyg > h6:not(:first-child) + h4,.wysiwyg > h6:not(:first-child) + h5,.wysiwyg > h6:not(:first-child) + h6,.wysiwyg > h6:not(:first-child) + .h1,.wysiwyg > h6:not(:first-child) + .h2,.wysiwyg > h6:not(:first-child) + .h3,.wysiwyg > h6:not(:first-child) + .h4,.wysiwyg > h6:not(:first-child) + .h5,.wysiwyg > h6:not(:first-child) + .h6,.wysiwyg > .h1:not(:first-child) + h1,.wysiwyg > .h1:not(:first-child) + h2,.wysiwyg > .h1:not(:first-child) + h3,.wysiwyg > .h1:not(:first-child) + h4,.wysiwyg > .h1:not(:first-child) + h5,.wysiwyg > .h1:not(:first-child) + h6,.wysiwyg > .h1:not(:first-child) + .h1,.wysiwyg > .h1:not(:first-child) + .h2,.wysiwyg > .h1:not(:first-child) + .h3,.wysiwyg > .h1:not(:first-child) + .h4,.wysiwyg > .h1:not(:first-child) + .h5,.wysiwyg > .h1:not(:first-child) + .h6,.wysiwyg > .h2:not(:first-child) + h1,.wysiwyg > .h2:not(:first-child) + h2,.wysiwyg > .h2:not(:first-child) + h3,.wysiwyg > .h2:not(:first-child) + h4,.wysiwyg > .h2:not(:first-child) + h5,.wysiwyg > .h2:not(:first-child) + h6,.wysiwyg > .h2:not(:first-child) + .h1,.wysiwyg > .h2:not(:first-child) + .h2,.wysiwyg > .h2:not(:first-child) + .h3,.wysiwyg > .h2:not(:first-child) + .h4,.wysiwyg > .h2:not(:first-child) + .h5,.wysiwyg > .h2:not(:first-child) + .h6,.wysiwyg > .h3:not(:first-child) + h1,.wysiwyg > .h3:not(:first-child) + h2,.wysiwyg > .h3:not(:first-child) + h3,.wysiwyg > .h3:not(:first-child) + h4,.wysiwyg > .h3:not(:first-child) + h5,.wysiwyg > .h3:not(:first-child) + h6,.wysiwyg > .h3:not(:first-child) + .h1,.wysiwyg > .h3:not(:first-child) + .h2,.wysiwyg > .h3:not(:first-child) + .h3,.wysiwyg > .h3:not(:first-child) + .h4,.wysiwyg > .h3:not(:first-child) + .h5,.wysiwyg > .h3:not(:first-child) + .h6,.wysiwyg > .h4:not(:first-child) + h1,.wysiwyg > .h4:not(:first-child) + h2,.wysiwyg > .h4:not(:first-child) + h3,.wysiwyg > .h4:not(:first-child) + h4,.wysiwyg > .h4:not(:first-child) + h5,.wysiwyg > .h4:not(:first-child) + h6,.wysiwyg > .h4:not(:first-child) + .h1,.wysiwyg > .h4:not(:first-child) + .h2,.wysiwyg > .h4:not(:first-child) + .h3,.wysiwyg > .h4:not(:first-child) + .h4,.wysiwyg > .h4:not(:first-child) + .h5,.wysiwyg > .h4:not(:first-child) + .h6,.wysiwyg > .h5:not(:first-child) + h1,.wysiwyg > .h5:not(:first-child) + h2,.wysiwyg > .h5:not(:first-child) + h3,.wysiwyg > .h5:not(:first-child) + h4,.wysiwyg > .h5:not(:first-child) + h5,.wysiwyg > .h5:not(:first-child) + h6,.wysiwyg > .h5:not(:first-child) + .h1,.wysiwyg > .h5:not(:first-child) + .h2,.wysiwyg > .h5:not(:first-child) + .h3,.wysiwyg > .h5:not(:first-child) + .h4,.wysiwyg > .h5:not(:first-child) + .h5,.wysiwyg > .h5:not(:first-child) + .h6,.wysiwyg > .h6:not(:first-child) + h1,.wysiwyg > .h6:not(:first-child) + h2,.wysiwyg > .h6:not(:first-child) + h3,.wysiwyg > .h6:not(:first-child) + h4,.wysiwyg > .h6:not(:first-child) + h5,.wysiwyg > .h6:not(:first-child) + h6,.wysiwyg > .h6:not(:first-child) + .h1,.wysiwyg > .h6:not(:first-child) + .h2,.wysiwyg > .h6:not(:first-child) + .h3,.wysiwyg > .h6:not(:first-child) + .h4,.wysiwyg > .h6:not(:first-child) + .h5,.wysiwyg > .h6:not(:first-child) + .h6 {
  margin-top: 0;
}
.wysiwyg ul {
  list-style: none;
  margin: 0;
}
.wysiwyg ul > * {
  position: relative;
  padding-left: calc(0.5625rem + var(--spacing-medium));
}
.wysiwyg ul > *:not(:last-child) {
  margin-bottom: var(--spacing-small);
}
.wysiwyg ul > *::before {
  background: var(--color-primary);
  content: "";
  display: block;
  position: absolute;
  top: calc((1em * var(--body-line-height) - 0.5625rem) / 2);
  left: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
}
.wysiwyg a:not(.button):hover {
  text-decoration: underline;
}
.wysiwyg .hs-cta-wrapper .cta_button.hs-cta--default {
  margin-left: max(var(--site-padding) / -2, var(--spacing-large) * -1);
  margin-right: max(var(--site-padding) / -2, var(--spacing-large) * -1);
}

#archive-header {
  text-align: center;
  --text-label-color: currentColor;
}
@media (max-width: 767px) {
  #archive-header[class*=container] {
    margin-top: calc(var(--container-margin) * 0.6);
  }
}
#archive-header + #archive-filter {
  margin-top: calc(var(--spacing-large) - var(--container-margin));
}

#archive-filter {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: calc(var(--spacing-large) - var(--spacing-small));
}
#archive-filter + #archive {
  margin-top: calc(var(--spacing-large) - var(--container-margin));
}
#archive-filter.text--center {
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
}
#archive-filter.text--center ul > * {
  margin-left: calc(var(--spacing-small) / 2);
  margin-right: calc(var(--spacing-small) / 2);
}
#archive-filter ul {
  list-style: none;
  margin: 0;
}
#archive-filter ul > * {
  display: inline-block;
  margin: 0 var(--spacing-small) var(--spacing-small) 0;
}
#archive-filter ul > * > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
  font-size: var(--text-size-small);
  padding: var(--spacing-x-small) var(--spacing-small);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  transition: all 0.25s var(--easing);
}
#archive-filter ul > * > a:hover {
  border-color: var(--color-primary);
}
#archive-filter ul > *.active > a {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
#archive-filter ul > *.next > a, #archive-filter ul > *.prev > a {
  font-size: 0;
  width: calc(var(--text-size-small) * 2.5);
  height: calc(var(--text-size-small) * 2.5);
}
#archive-filter ul > *.next > a::before, #archive-filter ul > *.prev > a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: var(--text-size-small);
  margin: 0;
}
#archive-filter ul > *.prev > a::before {
  content: "";
}

#archive .archive-widget,
#archive-news .archive-widget {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  grid-column: 1/-1;
  margin-top: var(--spacing-large);
  margin-bottom: var(--spacing-large);
}

@media (min-width: 1080px) {
  #archive > div > article:first-child {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
    position: relative;
    margin-right: var(--grid-gap);
  }
  #archive > div > article:first-child::after {
    background: var(--color-border);
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    right: calc(var(--grid-gap) * -1);
    bottom: 0;
  }
  #archive > div > article:first-child h3 {
    font-size: var(--h2-size);
  }
  #archive > div > article:first-child h3 + p {
    font-size: var(--body-font-size);
  }
  #archive > div > article:nth-child(2) p, #archive > div > article:nth-child(3) p {
    display: none;
  }
}

.post--guide {
  background: var(--color-lightgray);
  display: grid;
  grid-gap: var(--spacing-medium) var(--spacing-large);
  align-items: center;
  padding: var(--spacing-large);
  text-align: left;
  transition: transform 0.2s;
}
.post--guide .text--label {
  color: var(--text-color);
}
.post--guide figure img {
  max-width: 15rem;
  margin: 0;
}
.post--guide:hover {
  transform: translateY(-0.35rem) translateZ(0);
}
@media (min-width: 768px) {
  .post--guide {
    grid-template-columns: 4fr 9fr;
  }
  .post--guide h3 {
    margin-bottom: var(--spacing-small);
  }
  .post--guide figure {
    margin: 0;
  }
  .post--guide figure img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .post--guide {
    padding: var(--spacing-medium);
  }
  .post--guide > figure {
    margin-left: auto;
    margin-right: auto;
  }
  .post--guide > figure img {
    max-width: 10rem;
  }
  .post--guide .button {
    display: block;
  }
}
@media (min-width: 1080px) {
  .post--guide--small {
    padding-bottom: var(--spacing-medium);
    padding-top: var(--spacing-medium);
  }
  .post--guide--small h3 {
    font-size: var(--h3-size);
    margin-bottom: var(--heading-margin, var(--spacing-medium));
  }
  .post--guide--small .button {
    --button-padding-horizontal: 2.15rem;
    --button-padding-vertical: .85rem;
  }
}

#pagination {
  padding-top: min(var(--spacing-large), var(--container-margin));
  border-top: 1px solid var(--color-border);
}
#pagination ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2em, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(2em, max-content));
  align-items: center;
  justify-content: center;
  grid-gap: var(--spacing-medium);
  text-align: center;
}
#pagination ul > * > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
  font-size: var(--text-size-small);
  min-width: 2.5em;
  min-height: 2.5em;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  transition: all 0.25s var(--easing);
}
#pagination ul > * > a:hover {
  border-color: var(--color-primary);
}
#pagination ul > * > a[disabled] {
  opacity: 0;
  pointer-events: none;
}
#pagination ul > *.active > a {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
#pagination ul > *.next > a, #pagination ul > *.prev > a {
  font-size: 0;
  width: calc(var(--text-size-small) * 2.5);
  height: calc(var(--text-size-small) * 2.5);
}
#pagination ul > *.next > a::before, #pagination ul > *.prev > a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: var(--text-size-small);
  margin: 0;
}
#pagination ul > *.prev > a::before {
  content: "";
}

.post--post > figure {
  position: relative;
}
.post--post > figure::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.post--post > figure > img,
.post--post > figure > :not(figcaption) img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: auto;
}
.post--post > figure + p {
  font-weight: 400;
  font-size: var(--text-size-x-small);
  text-transform: uppercase;
  margin-bottom: var(--spacing-small);
}
.post--post > figure + p .sep {
  display: inline-block;
  margin: 0 var(--spacing-x-small);
}
.post--post > h3 {
  margin-bottom: var(--spacing-small);
}
.post--post > h3 + p {
  font-size: var(--text-size-small);
}
.post--post > ul {
  list-style: none;
  margin: 0;
}
.post--post > ul > * {
  display: inline-block;
  margin: 0 var(--spacing-small) var(--spacing-small) 0;
}

#single > header {
  text-align: center;
  --text-label-color: currentColor;
}
#single > header ul {
  list-style: none;
  margin: 0;
}
#single > header ul li {
  display: inline-block;
  margin: 0 var(--spacing-small) var(--spacing-small);
}
#single > figure {
  position: relative;
  margin: var(--spacing-large) max(-9rem, var(--site-padding) * -0.5);
}
#single > figure::before {
  display: block;
  content: "";
  padding-bottom: 47.619047619%;
}
#single > figure > img,
#single > figure > :not(figcaption) img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: auto;
}
#single > footer {
  display: grid;
  grid-gap: var(--spacing-medium);
  color: var(--text-color);
  border-top: 1px solid var(--color-border);
  padding-top: var(--spacing-medium);
}
@media (min-width: 1080px) {
  #single > footer {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
  }
}
#single > footer > div ul {
  list-style: none;
  margin: 0;
  font-size: var(--text-size-x-small);
}
#single > footer > div ul li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
}
#single > footer > div ul li.last-crumb {
  color: var(--color-gray);
}
#single > footer > div ul li .hs-breadcrumb-menu-divider {
  content: " / ";
  padding: 0;
}
#single > footer > div ul li a {
  color: currentColor;
}
#single > footer > nav {
  display: flex;
  align-items: center;
}
#single > footer > nav > h2 {
  font-family: var(--body-font-family, sans-serif);
  font-weight: var(--body-font-weight, normal);
  font-style: var(--body-font-style, normal);
  line-height: var(--body-line-height, 1.6);
  letter-spacing: var(--body-letter-spacing, 0);
  text-transform: var(--body-text-transform, none);
  font-size: var(--body-font-size, 1rem);
  color: var(--text-color, black);
  font-weight: 500;
  margin: 0 var(--spacing-small) 0 0;
}
#single > footer > nav > ul {
  list-style: none;
  margin: 0;
}
#single > footer > nav > ul > * {
  display: inline-block;
  margin-left: var(--spacing-x-small);
}

#site-footer-hs {
  --text-color: white;
  --link-color: white;
  --heading-color: white;
  color: white;
  background: var(--color-primary);
  padding: var(--spacing-medium) var(--site-padding);
  text-align: center;
}
#site-footer-hs #social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--text-size-small);
}
#site-footer-hs #social-links h2 {
  font-family: var(--body-font-family, sans-serif);
  font-weight: var(--body-font-weight, normal);
  font-style: var(--body-font-style, normal);
  line-height: var(--body-line-height, 1.6);
  letter-spacing: var(--body-letter-spacing, 0);
  text-transform: var(--body-text-transform, none);
  font-size: var(--text-size-small);
  color: var(--text-color, black);
  font-weight: 500;
  margin: 0 var(--spacing-medium) 0 0;
}
#site-footer-hs #social-links ul {
  list-style: none;
  margin: 0;
}
#site-footer-hs #social-links ul > * {
  display: inline-block;
  vertical-align: middle;
}
#site-footer-hs #social-links ul > *:not(:last-child) {
  margin-right: var(--spacing-small);
}
#site-footer-hs #social-links a:hover {
  color: inherit;
  opacity: 0.8;
}

#site-footer {
  -webkit-font-smoothing: auto;
  line-height: 1.42857143;
  font-size: 20px;
  letter-spacing: 1px;
  --heading-color: #FFF;
}
#site-footer a, #site-footer p, #site-footer span, #site-footer div, #site-footer ul, #site-footer li, #site-footer input, #site-footer span, #site-footer textarea {
  font-weight: 200;
}
#site-footer strong {
  font-weight: 400;
}
#site-footer input[type=text],#site-footer input[type=password],#site-footer input[type=search],#site-footer input[type=email],#site-footer input[type=url],#site-footer input[type=tel],#site-footer input[type=number],#site-footer input[type=date],#site-footer input[type=month],#site-footer input[type=week],#site-footer input[type=time],#site-footer input[type=datetime],#site-footer input[type=datetime-local] {
  all: unset;
  line-height: normal;
  font-family: Arial;
  box-sizing: border-box;
  padding: 6px;
  display: inline-block;
  width: 100%;
  line-height: normal;
  letter-spacing: normal;
}
#site-footer .hs-button {
  all: unset;
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: normal;
}
#site-footer .h1, #site-footer .h2, #site-footer .h3, #site-footer .h4, #site-footer .h5, #site-footer .h6,
#site-footer h1, #site-footer h2, #site-footer h3, #site-footer h4, #site-footer h5, #site-footer h6, #site-footer p {
  margin: 20px 0;
  line-height: 1.1;
}

#site-header-hs {
  padding: var(--spacing-medium) var(--site-padding);
}
#site-header-hs .site-logo {
  display: inline-block;
  line-height: 1;
}
#site-header-hs .site-logo svg,
#site-header-hs .site-logo img {
  width: 175px;
  line-height: 0;
}
#site-header-hs.site-header--no-nav, #site-header-hs.site-header--social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header-hs.site-header--no-nav .button {
  font-weight: 400;
  --button-border-width: 1px;
  --button-padding-vertical: .65rem;
  --button-padding-horizontal: 1.35rem;
}
#site-header-hs.site-header--social {
  --text-color: white;
  --link-color: white;
  --heading-color: white;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
}
#site-header-hs.site-header--social a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#site-header-hs.site-header--social .site-logo svg {
  fill: currentColor;
}
#site-header-hs.site-header--social .site-logo svg path {
  fill: currentColor;
}
#site-header-hs.site-header--social #social-links {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #site-header-hs.site-header--social #social-links {
    display: none;
  }
}
#site-header-hs.site-header--social #social-links h2 {
  font-size: var(--text-size-small);
  font-weight: 500;
  margin: 0 var(--spacing-medium) 0 0;
}
#site-header-hs.site-header--social #social-links ul {
  list-style: none;
  margin: 0;
  font-size: var(--text-size-small);
}
#site-header-hs.site-header--social #social-links ul > * {
  display: inline-block;
}
#site-header-hs.site-header--social #social-links ul > *:not(:last-child) {
  margin-right: var(--spacing-small);
}

[data-global-widget-path="generated_global_groups/5137435161.html"] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

#site-header {
  -webkit-font-smoothing: auto;
  line-height: 1.42857143;
  letter-spacing: 1px;
  font-size: 20px;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  border-bottom: 1px solid var(--color-lightgray);
}
#site-header .site-logo {
  line-height: 0;
}
#site-header ul {
  margin: 0;
  padding: 0;
}
#site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
#site-header .hs-form input {
  all: unset;
  line-height: normal;
  font-family: Arial;
  box-sizing: border-box;
}
@media (min-width: 1081px) {
  #site-header .hs-form input {
    width: 10rem !important;
  }
  #site-header .hs-form input:not(:focus) {
    width: 1.1rem !important;
  }
}
#site-header .hs-button {
  all: unset;
  box-sizing: border-box;
}

.post--video > div.video {
  border: 1px solid var(--color-border);
}
.post--video > div.video::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  font-size: 3rem;
  -webkit-animation: spin-video-overlay-icon 2s infinite linear;
          animation: spin-video-overlay-icon 2s infinite linear;
}
.post--video > figure figcaption {
  display: none;
}
.post--video > p {
  font-weight: 400;
  font-size: var(--text-size-x-small);
  text-transform: uppercase;
  margin-bottom: var(--spacing-small);
}
.post--video > p .sep {
  display: inline-block;
  margin: 0 var(--spacing-x-small);
}
.post--video > h3 {
  margin-bottom: var(--spacing-small);
}
.post--video > ul {
  list-style: none;
  margin: 0;
}
.post--video > ul > * {
  display: inline-block;
  margin: 0 var(--spacing-small) var(--spacing-small) 0;
}
.post--video > img {
  display: none;
}

#featured-posts-grid {
  overflow: hidden;
  --section-padding: min(var(--spacing-x-large), var(--section-padding));
}
#featured-posts-grid header {
  text-align: center;
  margin-bottom: var(--spacing-large);
}
#featured-posts-grid article {
  position: relative;
  text-align: center;
}
#featured-posts-grid article h3 {
  font-size: var(--h4-size);
}
@media (min-width: 768px) {
  #featured-posts-grid article {
    padding-top: var(--spacing-small);
  }
  #featured-posts-grid article::after {
    background: var(--color-border);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(var(--grid-gap) * -0.5);
    bottom: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
  }
  #featured-posts-grid article:nth-child(2n)::after {
    display: none;
  }
}
#featured-posts-grid article figure {
  position: relative;
}
#featured-posts-grid article figure::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
#featured-posts-grid article figure > img,
#featured-posts-grid article figure > :not(figcaption) img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: auto;
}
@media (min-width: 1080px) {
  #featured-posts-grid > div.laptop\:grid--3 article:nth-child(2n)::after {
    display: block;
  }
  #featured-posts-grid > div.laptop\:grid--3 article:nth-child(3n)::after {
    display: none;
  }
  #featured-posts-grid > div.laptop\:grid--4 article:nth-child(2n)::after {
    display: block;
  }
  #featured-posts-grid > div.laptop\:grid--4 article:nth-child(4n)::after {
    display: none;
  }
}
#featured-posts-grid nav {
  text-align: center;
  margin-top: var(--spacing-x-large);
}

#related-posts-slideshow article {
  --text-color: white;
  --link-color: white;
  --heading-color: white;
  color: white;
  position: relative;
  min-height: calc(var(--site-width) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: var(--spacing-large);
  padding-bottom: calc(var(--spacing-large) + var(--spacing-large));
  text-align: center;
}
@media (min-width: 1080px) {
  #related-posts-slideshow article {
    padding: var(--spacing-large) var(--spacing-x-large);
    padding-bottom: calc(var(--spacing-x-large) + var(--spacing-large));
  }
}
#related-posts-slideshow article > *:not(figure) {
  max-width: 43rem;
}
#related-posts-slideshow article > p.text--label > span {
  color: var(--text-color);
}
#related-posts-slideshow article > p.text--label > span:not(:only-child)::after {
  content: " / ";
}
#related-posts-slideshow article > p.text--label > a {
  color: currentColor;
}
#related-posts-slideshow article figure::before {
  background: var(--color-overlay);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#related-posts-slideshow article figure img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#related-posts-slideshow [data-slideshow] {
  --slideshow-gap: 0px;
}
#related-posts-slideshow [data-slideshow] article {
  min-height: 100%;
}
#related-posts-slideshow [data-slideshow] .flickity-page-dots {
  margin-top: 0;
  position: absolute;
  left: 50%;
  bottom: var(--spacing-mediumlarge);
  transform: translateX(-50%);
}
#related-posts-slideshow [data-slideshow] .flickity-prev-next-button {
  color: white;
  left: var(--spacing-large);
  transform: translateY(-50%);
}
#related-posts-slideshow [data-slideshow] .flickity-prev-next-button.next {
  left: auto;
  right: var(--spacing-large);
  transform: translateY(-50%);
}

#form {
  --text-color: white;
  --link-color: white;
  --heading-color: white;
  color: white;
  background: var(--color-darkgray);
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1080px) {
  #form {
    grid-template-columns: 3fr 4fr;
  }
}
#form > figure {
  position: relative;
  margin: 0;
}
#form > figure::before {
  display: block;
  content: "";
  padding-bottom: 42.8571428571%;
}
#form > figure > img,
#form > figure > :not(figcaption) img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: auto;
}
#form > figure img {
  z-index: 1;
}
#form > article {
  padding: var(--spacing-x-large) var(--site-padding);
  --form-field-bg: transparent;
  --form-field-focus-bg: var(--form-field-bg);
  --form-field-hover-bg: var(--form-field-bg);
  --form-field-text-color: var(--text-color);
}
@media (min-width: 1080px) {
  #form > article {
    padding-right: max(var(--site-padding), var(--spacing-x-large));
    padding-left: var(--spacing-x-large);
  }
}
#form > article select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 40'%3E%3Cpolygon fill='white' points='2.7,14.4 6.8,10.3 20,23.5 33.2,10.3 37.3,14.4 20,31.7 '/%3E%3C/svg%3E");
}
@media (min-width: 1080px) {
  #form > article {
    padding-left: min(calc(var(--spacing-x-large) * 1.5), var(--site-padding));
  }
}

#hero {
  --site-width-max: 800px;
  --site-width: min(var(--site-width-min), var(--site-width-max));
  --site-padding: calc((100vw - var(--site-width)) / 2);
  padding: var(--section-padding, var(--spacing-x-large, 6rem)) var(--site-padding);
  --text-color: white;
  --link-color: white;
  --heading-color: white;
  color: white;
  position: relative;
  text-align: center;
}
#hero.header-transparent {
  padding-top: calc(var(--site-header-height, var(--section-padding)) + var(--spacing-large));
}
#hero > .button {
  margin-top: var(--spacing-small);
}
#hero > figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--color-overlay);
}
#hero > figure img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#landing-page {
  display: grid;
}
@media (min-width: 1080px) {
  #landing-page {
    grid-template-columns: var(--site-padding) 3fr var(--spacing-xx-large) 2fr var(--site-padding);
    grid-template-rows: auto 1fr;
    grid-template-areas: ". hero . form ." ". content . form .";
    margin-bottom: var(--section-padding);
  }
  #landing-page > header {
    grid-area: hero;
    padding: var(--section-padding) 0;
  }
  #landing-page > article {
    grid-area: content;
    margin-top: var(--section-padding);
  }
  #landing-page > aside {
    grid-area: form;
    align-self: start;
    margin-top: var(--section-padding);
  }
}
@media (max-width: 1079px) {
  #landing-page > header {
    --site-width: min(var(--site-width-min), var(--site-width-max));
    --site-padding: calc((100vw - var(--site-width)) / 2);
    padding: var(--section-padding, var(--spacing-x-large, 6rem)) var(--site-padding);
    grid-column: 1/-1;
    grid-row: 1;
  }
  #landing-page > header ~ *:not(figure) {
    margin-left: var(--site-padding);
    margin-right: var(--site-padding);
    margin-top: var(--spacing-x-large);
  }
  #landing-page > :last-child {
    margin-bottom: var(--container-margin);
  }
}
#landing-page > header {
  --text-color: white;
  --link-color: white;
  --heading-color: white;
  color: white;
  position: relative;
}
#landing-page > figure {
  grid-column: 1/-1;
  grid-row: 1;
  position: relative;
  z-index: -1;
  margin: 0;
}
#landing-page > figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--color-overlay);
}
#landing-page > figure img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#landing-page > aside {
  background: white;
  padding: var(--spacing-large);
  border-radius: var(--border-radius);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
}
#landing-page > article > .meta:not(:first-child) {
  margin-top: var(--spacing-x-large);
}
@media (min-width: 1080px) {
  #landing-page > article > .meta {
    display: grid;
    grid-template-columns: 11.5rem 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    grid-column-gap: var(--grid-gap);
  }
  #landing-page > article > .meta > figure {
    grid-row: 1/3;
  }
}
#landing-page > article > .meta > figure {
  position: relative;
  max-width: 18rem;
}

#latest-posts-large > header {
  margin-bottom: var(--spacing-large);
}
#latest-posts-large > header h2,
#latest-posts-large > header p {
  max-width: 800px;
}
#latest-posts-large > header > :last-child {
  margin-bottom: 0;
}
#latest-posts-large > nav {
  text-align: center;
  margin-top: var(--spacing-large);
}
@media (min-width: 1080px) {
  #latest-posts-large {
    display: grid;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-auto-flow: dense;
    grid-column-gap: var(--grid-gap);
    align-items: center;
  }
  #latest-posts-large > header {
    grid-column: 1;
  }
  #latest-posts-large > nav {
    grid-column: 2;
    margin: 0 0 auto;
  }
  #latest-posts-large > div {
    grid-column: 1/-1;
  }
  #latest-posts-large > div > article:first-child {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
    position: relative;
    margin-right: var(--grid-gap);
  }
  #latest-posts-large > div > article:first-child::after {
    background: var(--color-border);
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    right: calc(var(--grid-gap) * -1);
    bottom: 0;
  }
  #latest-posts-large > div > article:first-child h3 {
    font-size: var(--h2-size);
  }
  #latest-posts-large > div > article:first-child h3 + p {
    font-size: var(--body-font-size);
  }
  #latest-posts-large > div > article:nth-child(2) p, #latest-posts-large > div > article:nth-child(3) p {
    display: none;
  }
}

#latest-posts > header {
  margin-bottom: var(--spacing-large);
}
#latest-posts > header h2,
#latest-posts > header p {
  max-width: 800px;
}
#latest-posts > header > :last-child {
  margin-bottom: 0;
}
#latest-posts > nav {
  text-align: center;
  margin-top: var(--spacing-large);
}
@media (min-width: 1080px) {
  #latest-posts {
    display: grid;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-auto-flow: dense;
    grid-column-gap: var(--grid-gap);
    align-items: center;
  }
  #latest-posts > header {
    grid-column: 1;
  }
  #latest-posts > nav {
    grid-column: 2;
    margin: 0 0 auto;
  }
  #latest-posts > div {
    grid-column: 1/-1;
  }
}

#latest-posts > header {
  margin-bottom: var(--spacing-large);
}
#latest-posts > header h2,
#latest-posts > header p {
  max-width: 800px;
}
#latest-posts > header > :last-child {
  margin-bottom: 0;
}
#latest-posts > nav {
  text-align: center;
  margin-top: var(--spacing-large);
}
@media (min-width: 1080px) {
  #latest-posts {
    display: grid;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-auto-flow: dense;
    grid-column-gap: var(--grid-gap);
    align-items: center;
  }
  #latest-posts > header {
    grid-column: 1;
  }
  #latest-posts > nav {
    grid-column: 2;
    margin: 0 0 auto;
  }
  #latest-posts > div {
    grid-column: 1/-1;
  }
}

#link-blocks > header {
  text-align: center;
  max-width: 668px;
  margin: 0 auto var(--spacing-large);
}
#link-blocks > article {
  background: var(--color-primary);
  padding: var(--spacing-large);
  --button-color: var(--color-darkgray);
  --button-text-color: white;
}
#link-blocks > article:not(:last-child) {
  margin-bottom: var(--spacing-medium);
}
@media (min-width: 1080px) {
  #link-blocks > article {
    display: grid;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-column-gap: var(--grid-gap);
    align-items: center;
  }
  #link-blocks > article > div > h3 {
    font-size: var(--h2-size);
    margin-bottom: var(--spacing-small);
  }
  #link-blocks > article > div > :last-child {
    margin-bottom: 0;
  }
}

#menu {
  --section-padding: var(--spacing-small);
  background: var(--color-primary);
  text-align: center;
}
#menu ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  overflow: auto;
  width: 100%;
}
#menu ul li {
  display: inline-block;
  margin: var(--spacing-small) var(--spacing-medium);
}
#menu ul li a {
  font-size: var(--text-size-small);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--heading-color);
  white-space: nowrap;
}
#menu ul li a:hover {
  color: var(--text-color);
}
#menu ul li ul {
  display: none;
}

#popular-posts ul {
  list-style: none;
  margin: 0;
}
#popular-posts ul li {
  display: block;
}
#popular-posts ul li:not(:last-child) {
  margin-bottom: var(--spacing-mediumlarge);
}
#popular-posts ul li h3 {
  font-size: var(--h6-size);
}
#popular-posts ul li h3:hover {
  color: var(--color-darkgray);
}

#related-posts-slideshow {
  overflow: hidden;
  border-radius: var(--border-radius);
}
#related-posts-slideshow article {
  --text-color: white;
  --link-color: white;
  --heading-color: white;
  color: white;
  position: relative;
  min-height: calc(var(--site-width) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: var(--spacing-large);
  padding-bottom: calc(var(--spacing-large) + var(--spacing-large));
  text-align: center;
}
@media (min-width: 1080px) {
  #related-posts-slideshow article {
    padding: var(--spacing-large) var(--spacing-x-large);
    padding-bottom: calc(var(--spacing-x-large) + var(--spacing-large));
  }
}
#related-posts-slideshow article > *:not(figure) {
  max-width: 43rem;
}
#related-posts-slideshow article > p.text--label > span {
  color: var(--text-color);
}
#related-posts-slideshow article > p.text--label > span:not(:only-child)::after {
  content: " / ";
}
#related-posts-slideshow article > p.text--label > a {
  color: currentColor;
}
#related-posts-slideshow article figure::before {
  background: var(--color-overlay);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#related-posts-slideshow article figure img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#related-posts-slideshow [data-slideshow] {
  --slideshow-gap: 0px;
}
#related-posts-slideshow [data-slideshow] article {
  min-height: 100%;
}
#related-posts-slideshow [data-slideshow] .flickity-page-dots {
  margin-top: 0;
  position: absolute;
  left: 50%;
  bottom: var(--spacing-mediumlarge);
  transform: translateX(-50%);
}
#related-posts-slideshow [data-slideshow] .flickity-prev-next-button {
  color: white;
  left: var(--spacing-large);
  transform: translateY(-50%);
}
#related-posts-slideshow [data-slideshow] .flickity-prev-next-button.next {
  left: auto;
  right: var(--spacing-large);
  transform: translateY(-50%);
}

#text-block {
  --grid-cols: 1;
  display: grid;
  grid-gap: var(--grid-gap, var(--spacing-large, 3rem));
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
}
@media (min-width: 1080px) {
  #text-block {
    --grid-cols: 2;
    grid-column-gap: 6.5rem;
    grid-auto-flow: column;
  }
  #text-block.text-block--left > figure,
#text-block.text-block--left > [data-slideshow] {
    grid-column: 1;
  }
  #text-block > header {
    align-self: center;
  }
}
#text-block figure {
  position: relative;
  margin: 0;
  align-self: start;
}
#text-block figure:not(.vid) {
  position: relative;
  align-self: stretch;
}
#text-block figure:not(.vid)::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
#text-block figure:not(.vid) > img,
#text-block figure:not(.vid) > :not(figcaption) img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: auto;
}
#text-block [data-slideshow] {
  --slideshow-gap: 0px;
  --slideshow-bullet-color: rgba(255, 255, 255, .6);
  --slideshow-bullet-color-active: white;
}
#text-block [data-slideshow] .flickity-button {
  display: none;
}
#text-block [data-slideshow] .flickity-viewport {
  height: 100% !important;
}
#text-block [data-slideshow] .flickity-viewport figure {
  height: 100%;
}
#text-block [data-slideshow] .flickity-page-dots {
  position: absolute;
  left: 50%;
  bottom: var(--spacing-medium);
  transform: translateX(-50%);
}

html {
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
}