:root {
  /* Font sizes */
  --fs-xs: clamp(0.88rem, calc(0.88rem + 0.00vw), 0.88rem);
  --fs-0: clamp(1.00rem, calc(0.90rem + 0.45vw), 1.25rem);
  --fs-1: clamp(1.00rem, calc(0.91rem + 0.43vw), 1.25rem);
  --fs-2: clamp(1.00rem, calc(0.87rem + 0.65vw), 1.38rem);
  --fs-3: clamp(1.38rem, calc(1.38rem + 0.00vw), 1.38rem);
  --fs-4: clamp(1.50rem, calc(1.50rem + 0.00vw), 1.50rem);
  --fs-5: clamp(1.56rem, calc(1.37rem + 0.81vw), 2.00rem);
  --fs-6: clamp(1.50rem, calc(0.82rem + 2.91vw), 3.13rem);
  --subheading: clamp(1.13rem, calc(1.04rem + 0.43vw), 1.38rem);
  /* Spacing */
  --space-s: clamp(0.94rem, calc(0.91rem + 0.16vw), 1.06rem);
  --space-m: clamp(2.38rem, calc(2.30rem + 0.39vw), 2.69rem);
  --space-l: clamp(3.31rem, calc(3.20rem + 0.55vw), 3.75rem);
  --space-xl: clamp(4.25rem, calc(4.11rem + 0.70vw), 4.81rem);
  --space-2xl: clamp(5.63rem, calc(5.44rem + 0.94vw), 6.38rem);
  --space-3xl: clamp(6.56rem, calc(6.34rem + 1.09vw), 7.44rem);
  /* Colours */
  --primary: #44697D;
  --secondary: #81ADB5;
  --third: #F1F1F1;
  --fourth: #000000;
  --accent: #E2EAEC;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #383838;
  --light-grey: rgba(120, 120, 120, 0.2);
  --grey: #AFAFAF;
  --black: #000000;
  --white: #ffffff;
  --dark-grey: #494948;
  --text-colour: #484848;
  --title-colour: #484848;
  --border-colour: #9B9B9B;
  /* Typography */
  --line-height: 1.6;
  --border-radius: 3px;
  --heading-mb: 0.75em;
  --list-mb: 0.5em;
  --body-mb: 1em;
  --font-weight: 400;
  --root-font-size: var(--fs-0);
  --primary-font: "Noto Sans", sans-serif;
  --secondary-font: "Noto Sans", sans-serif;
  --tertiary-font: "Noto Sans", sans-serif;
  --quarternary-font: "Noto Sans", sans-serif;
  --horizontal-title: var(--fs-5);
  --vertical-title: var(--fs-4);
  --gutter-size: 5;
  --gutter-measurement: 5%;
  --text-gradient: linear-gradient(120deg, #EA011E 20%, #5532DE 50%, #7855FF 100%);
}

/********************** Global Reset ***********************/
body {
  margin: 0;
}

body.page-template-template-xh2s-comparison-lp,
.xh2s-comparison-landing-page {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  font-family: var(--primary-font, sans-serif) !important;
  font-size: var(--root-font-size);
  font-weight: var(--font-weight);
  line-height: normal;
  color: var(--text-colour);
  text-decoration-color: currentColor;
  overflow-x: hidden;
}

#wrap {
  transform: translate3d(0, 0, 0);
}

#xh2s-lp {
  /*
  Set everything to box sizing 'border-box'
  to give us predictable sizing
  */
  /*
  Remove list styles on ul, ol elements with a class,
  which suggests default styling will be removed
  */
  /*
  Ensure that lists wrap nicely and not under the ::marker
  */
  /*
  Relatively new css selectors which allows targeting focus
  styling when visibly needed i.e. keyboard users using tab
  rather than on mouse click
  */
  /*
  Set a theme colour for the list marker
  */
  /* Set the cursor to '?' while hovering over an abbreviation */
  padding-top: 72px;
  position: relative;
  overflow-x: clip;
}
#xh2s-lp * {
  padding: 0;
  border: 0;
  margin: 0;
}
#xh2s-lp html {
  overflow-x: hidden;
}
#xh2s-lp *,
#xh2s-lp *::before,
#xh2s-lp *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 782px) {
  #xh2s-lp html {
    margin-top: 0 !important;
  }
}
@-ms-viewport {
  #xh2s-lp {
    width: device-width;
  }
}
#xh2s-lp ol[class],
#xh2s-lp ul[class] {
  list-style: none;
}
#xh2s-lp ol:not([class]),
#xh2s-lp ul:not([class]) {
  list-style-position: outside;
  margin-left: 13px;
}
#xh2s-lp ol:not([class]) ul, #xh2s-lp ol:not([class]) ol,
#xh2s-lp ul:not([class]) ul,
#xh2s-lp ul:not([class]) ol {
  margin-left: 13px;
}
#xh2s-lp ::-moz-focus-inner {
  border: 0;
}
#xh2s-lp :focus,
#xh2s-lp :focus-visible {
  outline: none;
}
#xh2s-lp :target {
  scroll-margin-block-start: 5vh;
}
#xh2s-lp :-moz-focusring,
#xh2s-lp :focus-visible {
  outline: none;
}
#xh2s-lp :disabled,
#xh2s-lp .disabled {
  pointer-events: none;
  opacity: 0.6;
}
#xh2s-lp ::marker {
  color: var(--wp--preset--color--accent, var(--wp--preset--color--primary, black));
}
#xh2s-lp ::selection {
  background-color: var(--wp--preset--color--accent, Highlight);
  color: var(--wp--preset--color--background, white);
}
#xh2s-lp [hidden] {
  display: none;
}
#xh2s-lp fieldset,
#xh2s-lp iframe {
  border: 0;
}
#xh2s-lp main,
#xh2s-lp summary,
#xh2s-lp details {
  display: block;
}
#xh2s-lp abbr {
  text-decoration: none;
  cursor: help;
}
#xh2s-lp cite,
#xh2s-lp caption,
#xh2s-lp figcaption,
#xh2s-lp .lb-caption {
  font-size: 90%;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: "Noto Sans", sans-serif;
}
#xh2s-lp sub,
#xh2s-lp sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#xh2s-lp sup {
  top: -0.5em;
}
#xh2s-lp sub {
  bottom: -0.25em;
}
#xh2s-lp b,
#xh2s-lp .bold,
#xh2s-lp strong {
  font-weight: 700;
}
#xh2s-lp small,
#xh2s-lp .small {
  font-size: 0.8rem;
}
#xh2s-lp .extra-small {
  font-size: 0.7rem;
}
#xh2s-lp hr {
  border: 0;
  height: 1px;
  background: var(--border-colour, #DFDFDF);
  margin-top: 10px;
  margin-bottom: 10px;
}
#xh2s-lp blockquote,
#xh2s-lp q {
  quotes: none;
  font-style: normal;
}
#xh2s-lp blockquote:before,
#xh2s-lp blockquote:after,
#xh2s-lp q:before,
#xh2s-lp q:after {
  content: "";
}
#xh2s-lp blockquote {
  border-left: 4px solid black;
  padding-left: 15px;
}
#xh2s-lp pre {
  overflow: auto;
  background: #EFEFEF;
  color: #333333;
  width: 100%;
  white-space: pre;
  padding: 1em;
}
#xh2s-lp pre,
#xh2s-lp samp,
#xh2s-lp kbd,
#xh2s-lp code {
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
}
#xh2s-lp del {
  font-size: 0.9rem;
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
#xh2s-lp ins {
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 1200px) {
  #xh2s-lp #xh2s-lp {
    padding-top: 48px;
  }
}
#xh2s-lp .wrapper {
  width: 90%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

/* Breakpoints */
/* Button Mixins */
/* Woocommerce Specific */
#xh2s-lp {
  /* Padding sm */
  /* Padding md */
  /* Padding lg */
  /* Padding xl */
  /* Padding xxl */
  /* Padding xxxl */
  /* margin sm */
  /* margin md */
  /* margin lg */
  /* margin xl */
  /* margin xxl */
  /* margin xxxl */
}
#xh2s-lp .content-flow > * {
  margin-bottom: 0;
}
#xh2s-lp .content-flow > * + * {
  margin-top: 1.25em;
}
#xh2s-lp .content-flow > * + .btn {
  margin-top: 2em;
}
#xh2s-lp .f-row > * + * {
  margin-top: 0 !important;
}
#xh2s-lp .p-sm {
  padding: 15px !important;
}
#xh2s-lp .pt-sm {
  padding-top: 15px !important;
}
#xh2s-lp .pr-sm {
  padding-right: 15px !important;
}
#xh2s-lp .pl-sm {
  padding-left: 15px !important;
}
#xh2s-lp .pb-sm {
  padding-bottom: 15px !important;
}
#xh2s-lp .p-md {
  padding: 38px !important;
}
#xh2s-lp .pt-md {
  padding-top: 38px !important;
}
#xh2s-lp .pr-md {
  padding-right: 38px !important;
}
#xh2s-lp .pl-md {
  padding-left: 38px !important;
}
#xh2s-lp .pb-md {
  padding-bottom: 38px !important;
}
#xh2s-lp .p-lg {
  padding: 52px !important;
}
#xh2s-lp .pt-lg {
  padding-top: 52px !important;
}
#xh2s-lp .pr-lg {
  padding-right: 52px !important;
}
#xh2s-lp .pl-lg {
  padding-left: 52px !important;
}
#xh2s-lp .pb-lg {
  padding-bottom: 52px !important;
}
#xh2s-lp .p-xl {
  padding: 68px !important;
}
#xh2s-lp .pt-xl {
  padding-top: 68px !important;
}
#xh2s-lp .pr-xl {
  padding-right: 68px !important;
}
#xh2s-lp .pl-xl {
  padding-left: 68px !important;
}
#xh2s-lp .pb-xl {
  padding-bottom: 68px !important;
}
#xh2s-lp .p-2xl {
  padding: 90px !important;
}
#xh2s-lp .pt-2xl {
  padding-top: 90px !important;
}
#xh2s-lp .pr-2xl {
  padding-right: 90px !important;
}
#xh2s-lp .pl-2xl {
  padding-left: 90px !important;
}
#xh2s-lp .pb-2xl {
  padding-bottom: 90px !important;
}
#xh2s-lp .p-3xl {
  padding: 105px !important;
}
#xh2s-lp .pt-3xl {
  padding-top: 105px !important;
}
#xh2s-lp .pr-3xl {
  padding-right: 105px !important;
}
#xh2s-lp .pl-3xl {
  padding-left: 105px !important;
}
#xh2s-lp .pb-3xl {
  padding-bottom: 105px !important;
}
#xh2s-lp .m-sm {
  margin: 15px !important;
}
#xh2s-lp .mt-sm {
  margin-top: 15px !important;
}
#xh2s-lp .mr-sm {
  margin-right: 15px !important;
}
#xh2s-lp .ml-sm {
  margin-left: 15px !important;
}
#xh2s-lp .mb-sm {
  margin-bottom: 15px !important;
}
#xh2s-lp .m-md {
  margin: 38px !important;
}
#xh2s-lp .mt-md {
  margin-top: 38px !important;
}
#xh2s-lp .mr-md {
  margin-right: 38px !important;
}
#xh2s-lp .ml-md {
  margin-left: 38px !important;
}
#xh2s-lp .mb-md {
  margin-bottom: 38px !important;
}
#xh2s-lp .m-lg {
  margin: 52px !important;
}
#xh2s-lp .mt-lg {
  margin-top: 52px !important;
}
#xh2s-lp .mr-lg {
  margin-right: 52px !important;
}
#xh2s-lp .ml-lg {
  margin-left: 52px !important;
}
#xh2s-lp .mb-lg {
  margin-bottom: 52px !important;
}
#xh2s-lp .m-xl {
  margin: 68px !important;
}
#xh2s-lp .mt-xl {
  margin-top: 68px !important;
}
#xh2s-lp .mr-xl {
  margin-right: 68px !important;
}
#xh2s-lp .ml-xl {
  margin-left: 68px !important;
}
#xh2s-lp .mb-xl {
  margin-bottom: 68px !important;
}
#xh2s-lp .m-2xl {
  margin: 90px !important;
}
#xh2s-lp .mt-2xl {
  margin-top: 90px !important;
}
#xh2s-lp .mr-2xl {
  margin-right: 90px !important;
}
#xh2s-lp .ml-2xl {
  margin-left: 90px !important;
}
#xh2s-lp .mb-2xl {
  margin-bottom: 90px !important;
}
#xh2s-lp .m-3xl {
  margin: 105px !important;
}
#xh2s-lp .mt-3xl {
  margin-top: 105px !important;
}
#xh2s-lp .mr-3xl {
  margin-right: 105px !important;
}
#xh2s-lp .ml-3xl {
  margin-left: 105px !important;
}
#xh2s-lp .mb-3xl {
  margin-bottom: 105px !important;
}
@media (min-width: 689px) and (max-width: 1024px) {
  #xh2s-lp {
    /* Padding sm */
    /* Padding md */
    /* Padding lg */
    /* Padding xl */
    /* Padding xxl */
    /* Padding xxxl */
    /* margin sm */
    /* margin md */
    /* margin lg */
    /* margin xl */
    /* margin xxl */
    /* margin xxxl */
  }
  #xh2s-lp .p-sm {
    padding: 16px !important;
  }
  #xh2s-lp .pt-sm {
    padding-top: 16px !important;
  }
  #xh2s-lp .pr-sm {
    padding-right: 16px !important;
  }
  #xh2s-lp .pl-sm {
    padding-left: 16px !important;
  }
  #xh2s-lp .pb-sm {
    padding-bottom: 16px !important;
  }
  #xh2s-lp .p-md {
    padding: 40px !important;
  }
  #xh2s-lp .pt-md {
    padding-top: 40px !important;
  }
  #xh2s-lp .pr-md {
    padding-right: 40px !important;
  }
  #xh2s-lp .pl-md {
    padding-left: 40px !important;
  }
  #xh2s-lp .pb-md {
    padding-bottom: 40px !important;
  }
  #xh2s-lp .p-lg {
    padding: 56px !important;
  }
  #xh2s-lp .pt-lg {
    padding-top: 56px !important;
  }
  #xh2s-lp .pr-lg {
    padding-right: 56px !important;
  }
  #xh2s-lp .pl-lg {
    padding-left: 56px !important;
  }
  #xh2s-lp .pb-lg {
    padding-bottom: 56px !important;
  }
  #xh2s-lp .p-xl {
    padding: 72px !important;
  }
  #xh2s-lp .pt-xl {
    padding-top: 72px !important;
  }
  #xh2s-lp .pr-xl {
    padding-right: 72px !important;
  }
  #xh2s-lp .pl-xl {
    padding-left: 72px !important;
  }
  #xh2s-lp .pb-xl {
    padding-bottom: 72px !important;
  }
  #xh2s-lp .p-2xl {
    padding: 96px !important;
  }
  #xh2s-lp .pt-2xl {
    padding-top: 96px !important;
  }
  #xh2s-lp .pr-2xl {
    padding-right: 96px !important;
  }
  #xh2s-lp .pl-2xl {
    padding-left: 96px !important;
  }
  #xh2s-lp .pb-2xl {
    padding-bottom: 96px !important;
  }
  #xh2s-lp .p-3xl {
    padding: 112px !important;
  }
  #xh2s-lp .pt-3xl {
    padding-top: 112px !important;
  }
  #xh2s-lp .pr-3xl {
    padding-right: 112px !important;
  }
  #xh2s-lp .pl-3xl {
    padding-left: 112px !important;
  }
  #xh2s-lp .pb-3xl {
    padding-bottom: 112px !important;
  }
  #xh2s-lp .m-sm {
    margin: 16px !important;
  }
  #xh2s-lp .mt-sm {
    margin-top: 16px !important;
  }
  #xh2s-lp .mr-sm {
    margin-right: 16px !important;
  }
  #xh2s-lp .ml-sm {
    margin-left: 16px !important;
  }
  #xh2s-lp .mb-sm {
    margin-bottom: 16px !important;
  }
  #xh2s-lp .m-md {
    margin: 40px !important;
  }
  #xh2s-lp .mt-md {
    margin-top: 40px !important;
  }
  #xh2s-lp .mr-md {
    margin-right: 40px !important;
  }
  #xh2s-lp .ml-md {
    margin-left: 40px !important;
  }
  #xh2s-lp .mb-md {
    margin-bottom: 40px !important;
  }
  #xh2s-lp .m-lg {
    margin: 56px !important;
  }
  #xh2s-lp .mt-lg {
    margin-top: 56px !important;
  }
  #xh2s-lp .mr-lg {
    margin-right: 56px !important;
  }
  #xh2s-lp .ml-lg {
    margin-left: 56px !important;
  }
  #xh2s-lp .mb-lg {
    margin-bottom: 56px !important;
  }
  #xh2s-lp .m-xl {
    margin: 72px !important;
  }
  #xh2s-lp .mt-xl {
    margin-top: 72px !important;
  }
  #xh2s-lp .mr-xl {
    margin-right: 72px !important;
  }
  #xh2s-lp .ml-xl {
    margin-left: 72px !important;
  }
  #xh2s-lp .mb-xl {
    margin-bottom: 72px !important;
  }
  #xh2s-lp .m-2xl {
    margin: 96px !important;
  }
  #xh2s-lp .mt-2xl {
    margin-top: 96px !important;
  }
  #xh2s-lp .mr-2xl {
    margin-right: 96px !important;
  }
  #xh2s-lp .ml-2xl {
    margin-left: 96px !important;
  }
  #xh2s-lp .mb-2xl {
    margin-bottom: 96px !important;
  }
  #xh2s-lp .m-3xl {
    margin: 112px !important;
  }
  #xh2s-lp .mt-3xl {
    margin-top: 112px !important;
  }
  #xh2s-lp .mr-3xl {
    margin-right: 112px !important;
  }
  #xh2s-lp .ml-3xl {
    margin-left: 112px !important;
  }
  #xh2s-lp .mb-3xl {
    margin-bottom: 112px !important;
  }
}
@media only screen and (min-width: 1313px) {
  #xh2s-lp {
    /* Padding sm */
    /* Padding md */
    /* Padding lg */
    /* Padding xl */
    /* Padding xxl */
    /* Padding xxxl */
    /* margin sm */
    /* margin md */
    /* margin lg */
    /* margin xl */
    /* margin xxl */
    /* margin xxxl */
  }
  #xh2s-lp .p-sm {
    padding: 17px !important;
  }
  #xh2s-lp .pt-sm {
    padding-top: 17px !important;
  }
  #xh2s-lp .pr-sm {
    padding-right: 17px !important;
  }
  #xh2s-lp .pl-sm {
    padding-left: 17px !important;
  }
  #xh2s-lp .pb-sm {
    padding-bottom: 17px !important;
  }
  #xh2s-lp .p-md {
    padding: 43px !important;
  }
  #xh2s-lp .pt-md {
    padding-top: 43px !important;
  }
  #xh2s-lp .pr-md {
    padding-right: 43px !important;
  }
  #xh2s-lp .pl-md {
    padding-left: 43px !important;
  }
  #xh2s-lp .pb-md {
    padding-bottom: 43px !important;
  }
  #xh2s-lp .p-lg {
    padding: 60px !important;
  }
  #xh2s-lp .pt-lg {
    padding-top: 60px !important;
  }
  #xh2s-lp .pr-lg {
    padding-right: 60px !important;
  }
  #xh2s-lp .pl-lg {
    padding-left: 60px !important;
  }
  #xh2s-lp .pb-lg {
    padding-bottom: 60px !important;
  }
  #xh2s-lp .p-xl {
    padding: 76px !important;
  }
  #xh2s-lp .pt-xl {
    padding-top: 76px !important;
  }
  #xh2s-lp .pr-xl {
    padding-right: 76px !important;
  }
  #xh2s-lp .pl-xl {
    padding-left: 76px !important;
  }
  #xh2s-lp .pb-xl {
    padding-bottom: 76px !important;
  }
  #xh2s-lp .p-2xl {
    padding: 102px !important;
  }
  #xh2s-lp .pt-2xl {
    padding-top: 102px !important;
  }
  #xh2s-lp .pr-2xl {
    padding-right: 102px !important;
  }
  #xh2s-lp .pl-2xl {
    padding-left: 102px !important;
  }
  #xh2s-lp .pb-2xl {
    padding-bottom: 102px !important;
  }
  #xh2s-lp .p-3xl {
    padding: 119px !important;
  }
  #xh2s-lp .pt-3xl {
    padding-top: 119px !important;
  }
  #xh2s-lp .pr-3xl {
    padding-right: 119px !important;
  }
  #xh2s-lp .pl-3xl {
    padding-left: 119px !important;
  }
  #xh2s-lp .pb-3xl {
    padding-bottom: 119px !important;
  }
  #xh2s-lp .m-sm {
    margin: 17px !important;
  }
  #xh2s-lp .mt-sm {
    margin-top: 17px !important;
  }
  #xh2s-lp .mr-sm {
    margin-right: 17px !important;
  }
  #xh2s-lp .ml-sm {
    margin-left: 17px !important;
  }
  #xh2s-lp .mb-sm {
    margin-bottom: 17px !important;
  }
  #xh2s-lp .m-md {
    margin: 43px !important;
  }
  #xh2s-lp .mt-md {
    margin-top: 43px !important;
  }
  #xh2s-lp .mr-md {
    margin-right: 43px !important;
  }
  #xh2s-lp .ml-md {
    margin-left: 43px !important;
  }
  #xh2s-lp .mb-md {
    margin-bottom: 43px !important;
  }
  #xh2s-lp .m-lg {
    margin: 60px !important;
  }
  #xh2s-lp .mt-lg {
    margin-top: 60px !important;
  }
  #xh2s-lp .mr-lg {
    margin-right: 60px !important;
  }
  #xh2s-lp .ml-lg {
    margin-left: 60px !important;
  }
  #xh2s-lp .mb-lg {
    margin-bottom: 60px !important;
  }
  #xh2s-lp .m-xl {
    margin: 76px !important;
  }
  #xh2s-lp .mt-xl {
    margin-top: 76px !important;
  }
  #xh2s-lp .mr-xl {
    margin-right: 76px !important;
  }
  #xh2s-lp .ml-xl {
    margin-left: 76px !important;
  }
  #xh2s-lp .mb-xl {
    margin-bottom: 76px !important;
  }
  #xh2s-lp .m-2xl {
    margin: 102px !important;
  }
  #xh2s-lp .mt-2xl {
    margin-top: 102px !important;
  }
  #xh2s-lp .mr-2xl {
    margin-right: 102px !important;
  }
  #xh2s-lp .ml-2xl {
    margin-left: 102px !important;
  }
  #xh2s-lp .mb-2xl {
    margin-bottom: 102px !important;
  }
  #xh2s-lp .m-3xl {
    margin: 119px !important;
  }
  #xh2s-lp .mt-3xl {
    margin-top: 119px !important;
  }
  #xh2s-lp .mr-3xl {
    margin-right: 119px !important;
  }
  #xh2s-lp .ml-3xl {
    margin-left: 119px !important;
  }
  #xh2s-lp .mb-3xl {
    margin-bottom: 119px !important;
  }
}

#xh2s-lp .h1,
#xh2s-lp h1 {
  font-size: 24px;
  font-size: clamp(1.5rem, 0.82rem + 2.91vw, 3.13rem);
  line-height: 1.25 !important;
}
#xh2s-lp .h2,
#xh2s-lp h2 {
  font-size: 25px;
  font-size: clamp(1.56rem, 1.16rem + 1.73vw, 2.5rem);
  line-height: 1.25 !important;
}
#xh2s-lp .h3,
#xh2s-lp h3 {
  font-size: 22px;
  font-size: clamp(1.38rem, 1.38rem + 0vw, 1.38rem);
  line-height: 1.27 !important;
}
#xh2s-lp .h4,
#xh2s-lp h4 {
  font-size: 22px;
  font-size: clamp(1.38rem, 1.38rem + 0vw, 1.38rem);
}
#xh2s-lp .h5,
#xh2s-lp h5 {
  font-size: 16px;
  font-size: clamp(1rem, 0.87rem + 0.65vw, 1.38rem);
}
#xh2s-lp .h6,
#xh2s-lp h6 {
  font-size: 16px;
  font-size: clamp(1rem, 0.91rem + 0.43vw, 1.25rem);
}
#xh2s-lp h1 {
  margin-bottom: 0.5em;
}
#xh2s-lp h2,
#xh2s-lp h3,
#xh2s-lp h4,
#xh2s-lp h5,
#xh2s-lp h6 {
  margin-bottom: 0.75em;
}
#xh2s-lp p {
  margin-bottom: 1em;
}
#xh2s-lp p.subtitle {
  font-size: 17px;
  font-size: clamp(1.06rem, 0.88rem + 0.78vw, 1.5rem);
  line-height: 1.4;
  font-weight: 400;
  max-width: 785px;
}
#xh2s-lp .page-header-block p.subtitle {
  max-width: 685px;
}
#xh2s-lp .text-c h1, #xh2s-lp .text-c h2, #xh2s-lp .text-c h3, #xh2s-lp .text-c h4, #xh2s-lp .text-c h5, #xh2s-lp .text-c h6, #xh2s-lp .text-c p {
  margin-left: auto;
  margin-right: auto;
}
#xh2s-lp .text-r h1, #xh2s-lp .text-r h2, #xh2s-lp .text-r h3, #xh2s-lp .text-r h4, #xh2s-lp .text-r h5, #xh2s-lp .text-r h6, #xh2s-lp .text-r p {
  margin-left: auto;
  margin-right: unset;
}
#xh2s-lp .text-l h1, #xh2s-lp .text-l h2, #xh2s-lp .text-l h3, #xh2s-lp .text-l h4, #xh2s-lp .text-l h5, #xh2s-lp .text-l h6, #xh2s-lp .text-l p,
#xh2s-lp .text-c .text-l h1,
#xh2s-lp .text-c .text-l h2,
#xh2s-lp .text-c .text-l h3,
#xh2s-lp .text-c .text-l h4,
#xh2s-lp .text-c .text-l h5,
#xh2s-lp .text-c .text-l h6,
#xh2s-lp .text-c .text-l p {
  margin-left: unset;
  margin-right: auto;
}
#xh2s-lp .eyebrow {
  font-size: 16px;
  font-size: clamp(1rem, 0.87rem + 0.65vw, 1.38rem);
  line-height: 1.37;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  background-image: -ms-linear-gradient(120deg, #EA011E 20%, #5532DE 50%, #7855FF 100%);
  background-image: linear-gradient(120deg, #EA011E 20%, #5532DE 50%, #7855FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: white;
}
#xh2s-lp .eyebrow + * {
  margin-top: 10px !important;
}
#xh2s-lp :last-child,
#xh2s-lp :only-child {
  margin-bottom: 0;
}
#xh2s-lp h1 > a,
#xh2s-lp h2 > a,
#xh2s-lp h3 > a,
#xh2s-lp h4 > a,
#xh2s-lp h5 > a,
#xh2s-lp h6 > a {
  font: inherit;
  color: inherit !important;
}
#xh2s-lp h1 > a:hover,
#xh2s-lp h2 > a:hover,
#xh2s-lp h3 > a:hover,
#xh2s-lp h4 > a:hover,
#xh2s-lp h5 > a:hover,
#xh2s-lp h6 > a:hover {
  color: #81ADB5 !important;
}
#xh2s-lp h1, #xh2s-lp h2, #xh2s-lp h3, #xh2s-lp h4, #xh2s-lp h5, #xh2s-lp h6 {
  color: #484848;
  transition: ease 0.2s;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}
#xh2s-lp h1,
#xh2s-lp h2 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
}
#xh2s-lp .c-white h1, #xh2s-lp .c-white h2, #xh2s-lp .c-white h3, #xh2s-lp .c-white h4, #xh2s-lp .c-white h5, #xh2s-lp .c-white h6, #xh2s-lp .c-white p:not(.eyebrow), #xh2s-lp .c-white a:not(.btn), #xh2s-lp .c-white a.plain-btn, #xh2s-lp .c-white small, #xh2s-lp .c-white caption {
  color: #ffffff;
}
#xh2s-lp blockquote {
  font-style: italic;
}
#xh2s-lp strong, #xh2s-lp b {
  font-weight: 700;
}
#xh2s-lp h2.heading {
  font-size: 25px;
  font-size: clamp(1.56rem, 1.37rem + 0.81vw, 2rem);
}
#xh2s-lp .h-cards .card-body .heading,
#xh2s-lp .lg-card-title {
  font-size: 25px;
  font-size: clamp(1.56rem, 1.37rem + 0.81vw, 2rem);
  line-height: 1.25;
  max-width: 450px;
}
#xh2s-lp .h-cards .card-body p {
  max-width: 420px;
  margin-top: 5px;
}
#xh2s-lp .v-cards .card-body .heading,
#xh2s-lp .sm-card-title {
  font-size: 24px;
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  line-height: 1.66;
}
#xh2s-lp .sign-up-cta p {
  max-width: 650px;
}
#xh2s-lp .sign-up-cta h2 + h3 {
  margin-top: 15px;
  font-size: 18px;
  font-size: clamp(1.13rem, 1.04rem + 0.43vw, 1.38rem);
}
#xh2s-lp .secondary-font {
  font-family: "Noto Sans", sans-serif;
}
#xh2s-lp .articles-block p.subtitle {
  max-width: 450px;
}
@media screen and (max-width: 800px) {
  #xh2s-lp .sign-up-cta h2 + h3 {
    max-width: 30ch;
  }
}

.wrapper-w, .wrapper {
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.full-wrapper {
  width: 100%;
  position: relative;
}

.wrapper-s {
  width: 75%;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1025px;
}

.wrapper {
  max-width: 1240px;
}

.wrapper-w {
  max-width: 1340px;
}

.wrapper-xw {
  max-width: 1700px;
  width: 95%;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 
This file is for all utility classes 
which I can add to as I am building.
*/
/* Position utility classes */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z5 {
  z-index: 5;
}

.z10 {
  z-index: 10;
}

.z20 {
  z-index: 20;
}

.z99 {
  z-index: 99;
}

.transform-center {
  top: 50%;
  left: 50%;
  will-change: transform;
  transform: translate(-50%, -50%);
}

.transform-top {
  top: 50%;
  will-change: transform;
  transform: translateY(-50%);
}

.fl,
.alignleft {
  float: left;
}

.fr, .alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.grid-center {
  place-items: center;
}

.full-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: 0.8s ease;
}

.v-align-m {
  vertical-align: middle;
}

/* Display utility classes */
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.none {
  display: none;
}

/* Typography utility classes */
.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-c {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.pointer {
  cursor: pointer;
}

.italic {
  font-style: italic;
}

.clear {
  clear: both;
}

.object-cover {
  object-fit: cover;
}

.object-scale-down {
  object-fit: scale-down;
}

.pointer-events-none {
  pointer-events: none;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.fullscreen {
  width: 100vw;
  height: 100vh;
}

.rounded {
  border-radius: 25px;
}

/* Spacing utility classes */
.overflow-hidden {
  overflow: hidden;
}

.transition-200 {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.transition-400 {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.transition-800 {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-mb {
  margin-bottom: 0 !important;
}

/* max width classes */
.mw90 {
  max-width: 90%;
}

.mw70 {
  max-width: 70%;
}

.mw65 {
  max-width: 65%;
}

.mw60 {
  max-width: 60%;
}

.mw55 {
  max-width: 55%;
}

.mw50 {
  max-width: 50%;
}

.mw45 {
  max-width: 45%;
}

.mw40 {
  max-width: 40%;
}

.mw35 {
  max-width: 35%;
}

.mw30 {
  max-width: 30%;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-auto {
  margin-top: auto !important;
}

@media screen and (min-width: 800px) {
  .rounded {
    border-radius: 80px;
  }
}
#xh2s-lp img {
  width: 100%;
  height: auto;
}
#xh2s-lp .media {
  position: relative;
  display: block;
  width: 100%;
}
#xh2s-lp .media-link {
  display: block;
  height: 100%;
}
#xh2s-lp .media img,
#xh2s-lp .media video {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  top: 0;
  left: 0;
}

/*	Flex
***************************************/
/* Flex classes */
.f-row {
  display: flex;
  flex-direction: row !important;
}

.column {
  display: flex;
  flex-direction: column !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.space-around {
  justify-content: space-around !important;
}

.space-evenly {
  justify-content: space-evenly !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
}

.align-end {
  align-items: flex-end !important;
}

@media only screen and (min-width: 689px) {
  .row-md {
    flex-direction: row !important;
  }
  .flex-column-md {
    flex-direction: column !important;
  }
}
@media screen and (min-width: 800px) {
  .fb-30 {
    flex: 1 0 30% !important;
  }
  .fb-35 {
    flex: 1 0 35% !important;
  }
  .fb-40 {
    flex: 1 0 40% !important;
  }
  .fb-45 {
    flex: 1 0 45% !important;
  }
  .fb-50 {
    flex: 1 0 50% !important;
  }
  .fb-55 {
    flex: 1 0 55% !important;
  }
  .fb-60 {
    flex: 1 0 60% !important;
  }
  .fb-65 {
    flex: 1 0 65% !important;
  }
  .fb-70 {
    flex: 1 0 70% !important;
  }
  .fb-80 {
    flex: 1 0 80% !important;
  }
  .fb-90 {
    flex: 1 0 90% !important;
  }
  .fb-100 {
    flex: 1 0 100% !important;
  }
}
.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

.reverse-xs {
  flex-direction: row-reverse !important;
}

.col-reverse-xs {
  flex-direction: column-reverse !important;
}

@media only screen and (max-width: 400px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
  .reverse-xs-only {
    flex-direction: row-reverse !important;
  }
  .col-reverse-xs-only {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 401px) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
  .reverse-sm {
    flex-direction: row-reverse !important;
  }
  .col-reverse-sm {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 401px) and (max-width: 688px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
  .reverse-sm-only {
    flex-direction: row-reverse !important;
  }
  .col-reverse-sm-only {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 689px) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
  .reverse-md {
    flex-direction: row-reverse !important;
  }
  .col-reverse-md {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 689px) and (max-width: 1024px) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
  .reverse-md-only {
    flex-direction: row-reverse !important;
  }
  .col-reverse-md-only {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 1025px) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
  .reverse-lg {
    flex-direction: row-reverse !important;
  }
  .col-reverse-lg {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1312px) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
  .reverse-lg-only {
    flex-direction: row-reverse !important;
  }
  .col-reverse-lg-only {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 1313px) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
  .reverse-xl {
    flex-direction: row-reverse !important;
  }
  .col-reverse-xl {
    flex-direction: column-reverse !important;
  }
}
.start-xs {
  justify-content: flex-start !important;
}

.center-xs {
  justify-content: center !important;
}

.end-xs {
  justify-content: flex-end !important;
}

.top-xs {
  align-items: flex-start !important;
}

.middle-xs {
  align-items: center !important;
}

.bottom-xs {
  align-items: flex-end !important;
}

.around-xs {
  justify-content: space-around !important;
}

.between-xs {
  justify-content: space-between !important;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 401px) {
  .start-sm {
    justify-content: flex-start !important;
  }
  .center-sm {
    justify-content: center !important;
  }
  .end-sm {
    justify-content: flex-end !important;
  }
  .top-sm {
    align-items: flex-start !important;
  }
  .middle-sm {
    align-items: center !important;
  }
  .bottom-sm {
    align-items: flex-end !important;
  }
  .around-sm {
    justify-content: space-around !important;
  }
  .between-sm {
    justify-content: space-between !important;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 689px) {
  .start-md {
    justify-content: flex-start !important;
  }
  .center-md {
    justify-content: center !important;
  }
  .end-md {
    justify-content: flex-end !important;
  }
  .top-md {
    align-items: flex-start !important;
  }
  .middle-md {
    align-items: center !important;
  }
  .bottom-md {
    align-items: flex-end !important;
  }
  .around-md {
    justify-content: space-around !important;
  }
  .between-md {
    justify-content: space-between !important;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .start-lg {
    justify-content: flex-start !important;
  }
  .center-lg {
    justify-content: center !important;
  }
  .end-lg {
    justify-content: flex-end !important;
  }
  .top-lg {
    align-items: flex-start !important;
  }
  .middle-lg {
    align-items: center !important;
  }
  .bottom-lg {
    align-items: flex-end !important;
  }
  .around-lg {
    justify-content: space-around !important;
  }
  .between-lg {
    justify-content: space-between !important;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1313px) {
  .start-xl {
    justify-content: flex-start !important;
  }
  .center-xl {
    justify-content: center !important;
  }
  .end-xl {
    justify-content: flex-end !important;
  }
  .top-xl {
    align-items: flex-start !important;
  }
  .middle-xl {
    align-items: center !important;
  }
  .bottom-xl {
    align-items: flex-end !important;
  }
  .around-xl {
    justify-content: space-around !important;
  }
  .between-xl {
    justify-content: space-between !important;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
/* Responsive columns
************************************/
#xh2s-lp {
  /*  Extra small screens
  *************************************************/
  /*  Small screens
  *****************************/
  /*  Medium screens
  *****************************/
  /*  Large screens
  *****************************/
  /*  X-large screens
  *****************************/
}
#xh2s-lp .row {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
}
#xh2s-lp .row:not(.slick-initialized) {
  max-width: 120%;
  flex-basis: 120%;
}
#xh2s-lp .row.slick-initialized {
  margin-left: 0;
}
#xh2s-lp .row.gutterless {
  max-width: 100%;
  flex-basis: 100%;
}
#xh2s-lp .row > .col {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(var(--gutter-measurement, 4%) - 1%);
}
#xh2s-lp .row.gutterless,
#xh2s-lp .row.gutterless .col {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
#xh2s-lp .row .col.xs5th {
  width: calc(((100 - (9 * ( 5 ))) / 5) / 100 * 100%);
}
#xh2s-lp .row.gutterless .col.xs5th {
  width: calc((100 / 5) / 100 * 100%);
}
#xh2s-lp .row .col.xs3 {
  width: calc(((100 - (9 * ( 4 ))) / 4) / 100 * 100%);
}
#xh2s-lp .row.gutterless .col.xs3 {
  width: calc((100 / 4) / 100 * 100%);
}
#xh2s-lp .row .col.xs4 {
  width: calc(((100 - (9 * ( 3 ))) / 3) / 100 * 100%);
}
#xh2s-lp .row.gutterless .col.xs4 {
  width: calc((100 / 3) / 100 * 100%);
}
#xh2s-lp .row .col.xs5 {
  width: calc(((100 - (9 * ( 2.4 ))) / 2.4) / 100 * 100%);
}
#xh2s-lp .row.gutterless .col.xs5 {
  width: calc((100 / 2.4) / 100 * 100%);
}
#xh2s-lp .row .col.xs6 {
  width: calc(((100 - (9 * ( 2 ))) / 2) / 100 * 100%);
}
#xh2s-lp .row.gutterless .col.xs6 {
  width: calc((100 / 2) / 100 * 100%);
}
#xh2s-lp .row .col.xs7 {
  width: calc(((100 - (9 * ( 1.7142857143 ))) / 1.7142857143) / 100 * 100%);
}
#xh2s-lp .row.gutterless .col.xs7 {
  width: calc((100 / 1.7142857143) / 100 * 100%);
}
#xh2s-lp .row .col.xs8 {
  width: calc(((100 - (9 * ( 1.5 ))) / 1.5) / 100 * 100%);
}
#xh2s-lp .row.gutterless .col.xs8 {
  width: calc((100 / 1.5) / 100 * 100%);
}
#xh2s-lp .row .col.xs9 {
  width: calc(((100 - (9 * ( 1.3333333333 ))) / 1.3333333333) / 100 * 100%);
}
#xh2s-lp .row.gutterless .col.xs9 {
  width: calc((100 / 1.3333333333) / 100 * 100%);
}
#xh2s-lp .row .col.xs12 {
  width: calc(((100 - (9 * ( 1 ))) / 1) / 100 * 100%);
}
#xh2s-lp .row.gutterless .col.xs12 {
  width: calc((100 / 1) / 100 * 100%);
}
@media only screen and (max-width: 400px) {
  #xh2s-lp .row {
    margin-left: -9%;
  }
  #xh2s-lp .row > .col {
    margin-left: 9%;
    margin-bottom: 60px;
  }
  #xh2s-lp .xs12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .xs12:nth-child(1n+1):nth-last-child(-n+1) ~ .xs12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xs6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .xs6:nth-child(2n+1):nth-last-child(-n+2) ~ .xs6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xs4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .xs4:nth-child(3n+1):nth-last-child(-n+3) ~ .xs4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xs3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .xs3:nth-child(4n+1):nth-last-child(-n+4) ~ .xs3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xs5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .xs5th:nth-child(5n+1):nth-last-child(-n+5) ~ .xs5th {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 401px) {
  #xh2s-lp .row {
    margin-left: -6%;
  }
  #xh2s-lp .row > .col {
    margin-left: 6%;
    margin-bottom: 6%;
  }
  #xh2s-lp .row .col.sm5th {
    width: calc(((100 - (6 * ( 5 ))) / 5) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.sm5th {
    width: calc((100 / 5) / 100 * 100%);
  }
  #xh2s-lp .row .col.sm3 {
    width: calc(((100 - (6 * ( 4 ))) / 4) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.sm3 {
    width: calc((100 / 4) / 100 * 100%);
  }
  #xh2s-lp .row .col.sm4 {
    width: calc(((100 - (6 * ( 3 ))) / 3) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.sm4 {
    width: calc((100 / 3) / 100 * 100%);
  }
  #xh2s-lp .row .col.sm5 {
    width: calc(((100 - (6 * ( 2.4 ))) / 2.4) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.sm5 {
    width: calc((100 / 2.4) / 100 * 100%);
  }
  #xh2s-lp .row .col.sm6 {
    width: calc(((100 - (6 * ( 2 ))) / 2) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.sm6 {
    width: calc((100 / 2) / 100 * 100%);
  }
  #xh2s-lp .row .col.sm7 {
    width: calc(((100 - (6 * ( 1.7142857143 ))) / 1.7142857143) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.sm7 {
    width: calc((100 / 1.7142857143) / 100 * 100%);
  }
  #xh2s-lp .row .col.sm8 {
    width: calc(((100 - (6 * ( 1.5 ))) / 1.5) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.sm8 {
    width: calc((100 / 1.5) / 100 * 100%);
  }
  #xh2s-lp .row .col.sm9 {
    width: calc(((100 - (6 * ( 1.3333333333 ))) / 1.3333333333) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.sm9 {
    width: calc((100 / 1.3333333333) / 100 * 100%);
  }
  #xh2s-lp .row .col.sm12 {
    width: calc(((100 - (6 * ( 1 ))) / 1) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.sm12 {
    width: calc((100 / 1) / 100 * 100%);
  }
}
@media only screen and (min-width: 401px) and (max-width: 688px) {
  #xh2s-lp .sm12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .sm12:nth-child(1n+1):nth-last-child(-n+1) ~ .sm12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .sm6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .sm6:nth-child(2n+1):nth-last-child(-n+2) ~ .sm6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .sm4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .sm4:nth-child(3n+1):nth-last-child(-n+3) ~ .sm4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .sm3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .sm3:nth-child(4n+1):nth-last-child(-n+4) ~ .sm3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .sm5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .sm5th:nth-child(5n+1):nth-last-child(-n+5) ~ .sm5th {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 689px) {
  #xh2s-lp .row {
    margin-left: -5%;
  }
  #xh2s-lp .row > .col {
    margin-left: 5%;
    margin-bottom: 5%;
  }
  #xh2s-lp .row .col.md5th {
    width: calc(((100 - (5 * ( 5 ))) / 5) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.md5th {
    width: calc((100 / 5) / 100 * 100%);
  }
  #xh2s-lp .row .col.md3 {
    width: calc(((100 - (5 * ( 4 ))) / 4) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.md3 {
    width: calc((100 / 4) / 100 * 100%);
  }
  #xh2s-lp .row .col.md4 {
    width: calc(((100 - (5 * ( 3 ))) / 3) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.md4 {
    width: calc((100 / 3) / 100 * 100%);
  }
  #xh2s-lp .row .col.md5 {
    width: calc(((100 - (5 * ( 2.4 ))) / 2.4) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.md5 {
    width: calc((100 / 2.4) / 100 * 100%);
  }
  #xh2s-lp .row .col.md6 {
    width: calc(((100 - (5 * ( 2 ))) / 2) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.md6 {
    width: calc((100 / 2) / 100 * 100%);
  }
  #xh2s-lp .row .col.md7 {
    width: calc(((100 - (5 * ( 1.7142857143 ))) / 1.7142857143) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.md7 {
    width: calc((100 / 1.7142857143) / 100 * 100%);
  }
  #xh2s-lp .row .col.md8 {
    width: calc(((100 - (5 * ( 1.5 ))) / 1.5) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.md8 {
    width: calc((100 / 1.5) / 100 * 100%);
  }
  #xh2s-lp .row .col.md9 {
    width: calc(((100 - (5 * ( 1.3333333333 ))) / 1.3333333333) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.md9 {
    width: calc((100 / 1.3333333333) / 100 * 100%);
  }
  #xh2s-lp .row .col.md12 {
    width: calc(((100 - (5 * ( 1 ))) / 1) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.md12 {
    width: calc((100 / 1) / 100 * 100%);
  }
}
@media (min-width: 689px) and (max-width: 1024px) {
  #xh2s-lp .md12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .md12:nth-child(1n+1):nth-last-child(-n+1) ~ .md12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .md6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .md6:nth-child(2n+1):nth-last-child(-n+2) ~ .md6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .md4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .md4:nth-child(3n+1):nth-last-child(-n+3) ~ .md4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .md3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .md3:nth-child(4n+1):nth-last-child(-n+4) ~ .md3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .md5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .md5th:nth-child(5n+1):nth-last-child(-n+5) ~ .md5th {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  #xh2s-lp .row {
    margin-left: -5%;
  }
  #xh2s-lp .row > .col {
    margin-left: 5%;
    margin-bottom: 5%;
  }
  #xh2s-lp .row .col.lg5th {
    width: calc(((100 - (5 * ( 5 ))) / 5) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.lg5th {
    width: calc((100 / 5) / 100 * 100%);
  }
  #xh2s-lp .row .col.lg3 {
    width: calc(((100 - (5 * ( 4 ))) / 4) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.lg3 {
    width: calc((100 / 4) / 100 * 100%);
  }
  #xh2s-lp .row .col.lg4 {
    width: calc(((100 - (5 * ( 3 ))) / 3) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.lg4 {
    width: calc((100 / 3) / 100 * 100%);
  }
  #xh2s-lp .row .col.lg5 {
    width: calc(((100 - (5 * ( 2.4 ))) / 2.4) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.lg5 {
    width: calc((100 / 2.4) / 100 * 100%);
  }
  #xh2s-lp .row .col.lg6 {
    width: calc(((100 - (5 * ( 2 ))) / 2) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.lg6 {
    width: calc((100 / 2) / 100 * 100%);
  }
  #xh2s-lp .row .col.lg7 {
    width: calc(((100 - (5 * ( 1.7142857143 ))) / 1.7142857143) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.lg7 {
    width: calc((100 / 1.7142857143) / 100 * 100%);
  }
  #xh2s-lp .row .col.lg8 {
    width: calc(((100 - (5 * ( 1.5 ))) / 1.5) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.lg8 {
    width: calc((100 / 1.5) / 100 * 100%);
  }
  #xh2s-lp .row .col.lg9 {
    width: calc(((100 - (5 * ( 1.3333333333 ))) / 1.3333333333) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.lg9 {
    width: calc((100 / 1.3333333333) / 100 * 100%);
  }
  #xh2s-lp .row .col.lg12 {
    width: calc(((100 - (5 * ( 1 ))) / 1) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.lg12 {
    width: calc((100 / 1) / 100 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1312px) {
  #xh2s-lp .lg12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .lg12:nth-child(1n+1):nth-last-child(-n+1) ~ .lg12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .lg6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .lg6:nth-child(2n+1):nth-last-child(-n+2) ~ .lg6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .lg4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .lg4:nth-child(3n+1):nth-last-child(-n+3) ~ .lg4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .lg3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .lg3:nth-child(4n+1):nth-last-child(-n+4) ~ .lg3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .lg5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .lg5th:nth-child(5n+1):nth-last-child(-n+5) ~ .lg5th {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1313px) {
  #xh2s-lp .row {
    margin-left: -5%;
  }
  #xh2s-lp .row > .col {
    margin-left: 5%;
    margin-bottom: 5%;
  }
  #xh2s-lp .row .col.xl5th {
    width: calc(((100 - (5 * ( 5 ))) / 5) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.xl5th {
    width: calc((100 / 5) / 100 * 100%);
  }
  #xh2s-lp .row .col.xl3 {
    width: calc(((100 - (5 * ( 4 ))) / 4) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.xl3 {
    width: calc((100 / 4) / 100 * 100%);
  }
  #xh2s-lp .row .col.xl4 {
    width: calc(((100 - (5 * ( 3 ))) / 3) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.xl4 {
    width: calc((100 / 3) / 100 * 100%);
  }
  #xh2s-lp .row .col.xl5 {
    width: calc(((100 - (5 * ( 2.4 ))) / 2.4) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.xl5 {
    width: calc((100 / 2.4) / 100 * 100%);
  }
  #xh2s-lp .row .col.xl6 {
    width: calc(((100 - (5 * ( 2 ))) / 2) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.xl6 {
    width: calc((100 / 2) / 100 * 100%);
  }
  #xh2s-lp .row .col.xl7 {
    width: calc(((100 - (5 * ( 1.7142857143 ))) / 1.7142857143) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.xl7 {
    width: calc((100 / 1.7142857143) / 100 * 100%);
  }
  #xh2s-lp .row .col.xl8 {
    width: calc(((100 - (5 * ( 1.5 ))) / 1.5) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.xl8 {
    width: calc((100 / 1.5) / 100 * 100%);
  }
  #xh2s-lp .row .col.xl9 {
    width: calc(((100 - (5 * ( 1.3333333333 ))) / 1.3333333333) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.xl9 {
    width: calc((100 / 1.3333333333) / 100 * 100%);
  }
  #xh2s-lp .row .col.xl12 {
    width: calc(((100 - (5 * ( 1 ))) / 1) / 100 * 100%);
  }
  #xh2s-lp .row.gutterless .col.xl12 {
    width: calc((100 / 1) / 100 * 100%);
  }
  #xh2s-lp .xl12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .xl12:nth-child(1n+1):nth-last-child(-n+1) ~ .xl12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xl6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .xl6:nth-child(2n+1):nth-last-child(-n+2) ~ .xl6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xl4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .xl4:nth-child(3n+1):nth-last-child(-n+3) ~ .xl4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xl3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .xl3:nth-child(4n+1):nth-last-child(-n+4) ~ .xl3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xl5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .xl5th:nth-child(5n+1):nth-last-child(-n+5) ~ .xl5th {
    margin-bottom: 0 !important;
  }
}

/* 	Page Header
******************************/
#xh2s-lp .container {
  position: relative;
  max-width: 100%;
  width: 100%;
  opacity: 1;
}
#xh2s-lp .header-cntr {
  overflow: hidden !important;
  min-height: 500px;
  height: fit-content;
}
#xh2s-lp .header-cntr img.arrow-down {
  height: auto !important;
  width: auto !important;
  position: relative;
}
#xh2s-lp .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
#xh2s-lp .header-video iframe.desktop-video {
  width: 110vw;
  height: 62.25vw;
  min-height: 110vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#xh2s-lp .header-video iframe.mobile-video {
  width: 100vw;
  height: 177.77vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 56.25vw; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#xh2s-lp .header-video .youtube > iframe {
  height: 62.25vw;
}
#xh2s-lp .video-image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#xh2s-lp .overlay-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
  min-height: inherit;
  opacity: 1;
  z-index: 5;
  padding-top: 70px;
  padding-bottom: 40px;
}
#xh2s-lp .fixed-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
}
#xh2s-lp .overlay-text h1 {
  line-height: 1;
  max-width: 27ch;
}
#xh2s-lp .overlay-text p {
  margin-top: 20px;
}
#xh2s-lp .overlay-text .title-text {
  --flow-space: 2em;
}
@media screen and (min-width: 688px) {
  #xh2s-lp .overlay-text {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/* 	Cards Block
******************************/
#xh2s-lp {
  /* Card meta styles */
  /* Remove margin bottoms */
  /* Add vertical scroll to fixed height cards in case text is longer */
}
#xh2s-lp .xs-ratio {
  padding-bottom: 33.3% !important;
}
#xh2s-lp .sm-ratio {
  padding-bottom: 51% !important;
}
#xh2s-lp .wide-ratio {
  padding-bottom: 56% !important;
}
#xh2s-lp .med-ratio {
  padding-bottom: 66% !important;
}
#xh2s-lp .lg-ratio {
  padding-bottom: 75% !important;
}
#xh2s-lp .xl-ratio {
  padding-bottom: 90% !important;
}
#xh2s-lp .sq-ratio {
  padding-bottom: 100% !important;
}
#xh2s-lp .xxl-ratio {
  padding-bottom: 150% !important;
}
#xh2s-lp .card {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: ease 0.4s;
  /* as well as wanting the card flex, we will set the body flex
  so we have more flexibility with ordering */
}
#xh2s-lp .card .card-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#xh2s-lp .card.h-card {
  margin-bottom: 60px;
}
#xh2s-lp .card.h-card .media img {
  border-radius: 25px;
}
#xh2s-lp .card.h-card.f-row .card-body {
  flex: 0 0 65%;
  flex-wrap: wrap;
}
#xh2s-lp .card.h-card.over .media {
  position: absolute;
  height: 100%;
  max-width: 100%;
  padding-bottom: 0 !important;
}
#xh2s-lp .card.h-card.over .media .media-link {
  position: absolute;
  padding-bottom: 0 !important;
  width: 100%;
}
#xh2s-lp .card.h-card.over .card-body {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
  min-height: 200px;
}
#xh2s-lp .card.h-card.over [style*="color: #ffffff;"] > *,
#xh2s-lp .card.h-card.over [style*="color: rgb(255, 255, 255);"] > * {
  color: #ffffff;
}
#xh2s-lp .card.c-white .card-body > * {
  color: #ffffff;
}
#xh2s-lp .slick-slide .h-card {
  margin-bottom: 0 !important;
}
#xh2s-lp .card-meta.f-row.justify-start > * + *,
#xh2s-lp .card-meta.f-row.justify-end > * + *,
#xh2s-lp .card .post-meta > * + * {
  margin-left: 15px;
}
#xh2s-lp .card-meta.column > * + * {
  margin-top: 15px;
}
#xh2s-lp .card-meta *:last-child,
#xh2s-lp .card .post-meta *:last-child {
  margin-right: 0;
}
#xh2s-lp .card-meta {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 40px;
  align-items: center;
  justify-content: space-between;
}
#xh2s-lp .card-meta * {
  margin-bottom: 0 !important;
}
#xh2s-lp .card-meta .html svg {
  width: 100px;
  height: 100px;
}
#xh2s-lp .stack .card:nth-child(1n+1):nth-last-child(-n+1),
#xh2s-lp .stack .card:nth-child(1n+1):nth-last-child(-n+1) ~ .card {
  margin-bottom: 0 !important;
}
#xh2s-lp .card-body .html {
  height: auto;
}
#xh2s-lp .card-body .html > i.fas, #xh2s-lp .card-body .html i.far, #xh2s-lp .card-body .html i.fal {
  font-size: 45px;
  font-weight: 100;
}
#xh2s-lp .card-body .html svg {
  width: 100px;
  height: 100px;
}
#xh2s-lp .card-body *:not(.slick-slide, .slick-slider, .slick-track, .slick-list) {
  max-width: 100%;
}
#xh2s-lp .v-card .card-title,
#xh2s-lp .v-card .card-title a,
#xh2s-lp .h-cards.two-column .card-title,
#xh2s-lp .h-cards.two-column .card-title a {
  font-weight: 400;
  font-size: var(--vertical-title);
}
#xh2s-lp .h-cards:not(.two-column) .card-title,
#xh2s-lp .h-cards:not(.two-column) .card-title a {
  font-weight: 400;
  font-size: var(--horizontal-title);
}
#xh2s-lp .h-card.fixed-height .card-body {
  overflow-y: auto;
}
@media (max-width: 800px) {
  #xh2s-lp .card .media {
    max-width: 100%;
  }
  #xh2s-lp .card-body {
    padding: 1.5rem 0 0 0 !important;
  }
  #xh2s-lp .card[style*=background-color] > .card-body {
    padding: 1rem !important;
  }
  #xh2s-lp .card.timeline-slider[style*=background-color] > .card-body {
    padding: 1.5rem 1.5rem 4rem !important;
  }
  #xh2s-lp .card-body.over {
    padding: max(20px, 4%) !important;
  }
  #xh2s-lp .card-col-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 800px) {
  #xh2s-lp .two-column .card.h-card .media {
    height: 100%;
  }
  #xh2s-lp .h-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #xh2s-lp .h-cards.stack {
    flex-direction: column;
  }
  #xh2s-lp .h-cards.stack.left .h-card:nth-child(odd) .card-body {
    order: -1;
    padding-left: 0 !important;
  }
  #xh2s-lp .h-cards.stack.left .h-card:nth-child(even) .card-body {
    padding-right: 0 !important;
    margin-left: 40px;
  }
  #xh2s-lp .h-cards.stack.left .h-card:nth-child(odd) .media {
    margin-left: 40px;
  }
  #xh2s-lp .h-cards.stack.right .h-card:nth-child(even) .card-body {
    order: -1;
    padding-left: 0 !important;
  }
  #xh2s-lp .h-cards.stack.right .h-card:nth-child(odd) .card-body {
    padding-right: 0 !important;
    margin-left: 40px;
  }
  #xh2s-lp .h-cards.stack.right .h-card:nth-child(even) .media {
    margin-left: 40px;
  }
  #xh2s-lp .h-cards.stack .h-card {
    width: 100%;
    justify-content: space-between;
  }
  #xh2s-lp .h-cards.stack .h-card .media img {
    border-radius: 80px;
  }
  #xh2s-lp .h-cards .h-card {
    flex-direction: row;
    width: 100%;
  }
  #xh2s-lp .h-cards .h-card .card-body {
    justify-content: center;
    margin-bottom: 0;
    flex: 1 1 auto;
    width: 100%;
  }
  #xh2s-lp .h-cards .h-card.row-reverse {
    flex-direction: row-reverse !important;
  }
  #xh2s-lp .h-cards.stack.right .h-card .card-body.fb-50,
  #xh2s-lp .h-cards.stack.left .h-card .card-body.fb-50 {
    flex: 1 1 auto !important;
  }
}
@media only screen and (min-width: 1025px) {
  #xh2s-lp {
    /* Remove margin bottom on two-column cards */
  }
  #xh2s-lp .two-column .card.h-card {
    width: 48%;
  }
  #xh2s-lp .two-column .card:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .two-column .card:nth-child(2n+1):nth-last-child(-n+2) ~ .card {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1313px) {
  #xh2s-lp .two-column .card.h-card {
    width: 48.5%;
  }
}

/*!
 * Vimeo LazyLoad
 * v2.0.0
 * https://github.com/the-muda-organization/vimeo-lazyload
 * MIT License
 */
/* vimeo lazyload container */
.vi-lazyload {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  max-width: 900px;
}

/* vimeo lazyload container ::before --> to maintain 16/9 ratio & black bg before JS loaded */
.vi-lazyload::before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 56.25%; /*16:9 ratio*/
  background-color: #000;
}

/* vimeo lazyload wrap */
.vi-lazyload-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
}

/* vimeo lazyload content */
.vi-lazyload-content {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  background-image: var(--vi-lazyload-img);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* play-btn */
.vi-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Crect fill='rgba(0,0,0,.65)' width='13' height='8' rx='1' ry='1'/%3E%3Cpolygon fill='%23fff' points='5 6 9 4 5 2'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: calc(35px + 10%) auto;
  background-repeat: no-repeat;
}

/* play-btn:hover */
.vi-lazyload-playbtn:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Crect fill='%231AB7EA' width='13' height='8' rx='1' ry='1'/%3E%3Cpolygon fill='%23fff' points='5 6 9 4 5 2'/%3E%3C/svg%3E");
}

/* logo */
.vi-lazyload-logo {
  display: block;
  width: 30%;
  min-width: 95px;
  min-height: 27px;
  max-width: 215px;
  padding-top: 8.6%; /* 28.440367% (logo height/width in %) * 0.3 (equivalent to width:30%) = 8.5321101% rounded up */
  position: absolute;
  right: 4%;
  bottom: 4%;
  z-index: 2;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.75;
  transition: opacity 0.3s;
}

/* 0 = no logo! */
/* 1 = blue     */
.vi-lazyload[data-logo="1"] .vi-lazyload-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 109 31' fill='%231ab7ea'%3E%3Cpath d='M88.24 23.443a11.978 11.978 0 0 1-.054-.678c-.184-3.124.947-5.995 3.394-8.61 2.627-2.905 5.929-4.358 9.908-4.358 2.553 0 4.487.855 5.801 2.561 1.242 1.563 1.807 3.578 1.698 6.047-.147 3.342-1.387 6.23-3.723 8.663-2.335 2.434-5.237 3.65-8.704 3.65-2.882 0-5.072-.926-6.568-2.78a7.757 7.757 0 0 1-.871-1.372 34.1 34.1 0 0 1-1.235.727c-3.868 2.217-7.792 3.323-11.769 3.323-2.956 0-5.074-.982-6.35-2.945a7.353 7.353 0 0 1-.266-.422 21.55 21.55 0 0 1-.117.103c-2.446 2.108-4.89 3.162-7.335 3.162-2.374 0-3.522-1.307-3.45-3.926.036-1.164.265-2.562.684-4.198.42-1.636.648-2.909.685-3.818.037-1.38-.384-2.073-1.264-2.073-.952 0-2.086 1.13-3.404 3.384-1.392 2.365-2.144 4.656-2.252 6.874-.074 1.566.08 2.767.46 3.603-2.546.073-4.33-.346-5.348-1.256-.911-.8-1.33-2.126-1.255-3.983a14.67 14.67 0 0 1 .537-3.492c.321-1.164.5-2.2.537-3.11.074-1.347-.42-2.02-1.48-2.02-.915 0-1.902 1.038-2.96 3.111-1.06 2.073-1.645 4.239-1.754 6.494-.073 2.037.058 3.455.392 4.256-2.505.073-4.284-.454-5.337-1.58-.48-.518-.817-1.185-1.01-2.002-.205.194-.415.386-.631.574-2.446 2.108-4.89 3.162-7.335 3.162-1.133 0-2-.363-2.601-1.09-.602-.728-.885-1.672-.848-2.836.035-1.199.41-3.053 1.121-5.562.712-2.508 1.069-3.854 1.069-4.036 0-.944-.33-1.417-.985-1.417-.207 0-.77.34-1.69 1.016-.693 2.067-2.205 4.595-4.535 7.584-3.315 4.295-6.119 6.443-8.413 6.443-1.42 0-2.624-1.307-3.606-3.924L5.41 19.497c-.73-2.615-1.512-3.924-2.349-3.924-.182 0-.82.383-1.913 1.145L0 15.244a309.082 309.082 0 0 0 3.558-3.163c1.604-1.383 2.809-2.11 3.612-2.183 1.897-.182 3.065 1.111 3.503 3.88.474 2.986.802 4.844.986 5.57.547 2.479 1.148 3.716 1.806 3.716.51 0 1.276-.803 2.298-2.41 1.021-1.608 1.568-2.831 1.642-3.672.146-1.387-.401-2.082-1.642-2.082-.583 0-1.185.134-1.804.399 1.198-3.914 3.487-5.814 6.866-5.706 2.256.066 3.438 1.387 3.546 3.961L26 12.081c1.57-1.383 2.738-2.11 3.506-2.183 1.203-.109 2.088.244 2.654 1.06.564.816.774 1.875.63 3.18-.475 2.212-.987 5.02-1.534 8.425-.037 1.56.53 2.338 1.697 2.338.51 0 1.422-.537 2.737-1.615l.049-.04c.083-.76.218-1.662.405-2.708.3-1.687.468-3 .504-3.945.072-.652-.093-.979-.493-.979-.22 0-.84.369-1.862 1.104l-1.314-1.473c.183-.144 1.331-1.2 3.45-3.164 1.532-1.418 2.572-2.145 3.119-2.182.949-.073 1.715.318 2.299 1.172.584.855.876 1.847.876 2.974 0 .364-.036.71-.108 1.037a10.044 10.044 0 0 1 1.916-2.183c1.678-1.455 3.558-2.274 5.638-2.456 1.788-.145 3.064.273 3.833 1.255.619.8.91 1.947.875 3.438a73.7 73.7 0 0 0 .822-.71c.838-.982 1.659-1.763 2.462-2.345 1.35-.982 2.756-1.528 4.215-1.638 1.752-.145 3.01.271 3.777 1.25.656.798.949 1.94.877 3.424-.037 1.015-.284 2.492-.74 4.431-.457 1.94-.684 3.052-.684 3.342-.037.763.037 1.287.22 1.577.181.29.618.434 1.313.434.311 0 .773-.2 1.385-.602a9.877 9.877 0 0 1-.072-1.43c.035-2.945 1.35-5.745 3.942-8.401 2.845-2.909 6.203-4.365 10.072-4.365 3.576 0 5.474 1.453 5.693 4.355.145 1.85-.877 3.755-3.065 5.715-2.337 2.142-5.276 3.502-8.815 4.082.656.908 1.641 1.36 2.956 1.36 2.627 0 5.492-.664 8.596-1.997.138-.058.274-.117.408-.175zm14.56-5.244c.038-.984-.1-1.886-.41-2.706-.31-.82-.758-1.23-1.341-1.23-1.862 0-3.395 1.002-4.597 3.007-1.024 1.64-1.571 3.39-1.643 5.247-.037.912.128 1.714.492 2.406.4.803.966 1.203 1.697 1.203 1.642 0 3.048-.965 4.216-2.898.985-1.604 1.513-3.28 1.587-5.029zm-21.1-1.834c.035-.976-.365-1.465-1.203-1.465-1.094 0-2.204.751-3.334 2.253-1.13 1.502-1.713 2.94-1.748 4.315-.021 0-.021.236 0 .706a12.322 12.322 0 0 0 4.645-2.985c1.056-1.157 1.603-2.1 1.64-2.824zM34.651 2.714c-.036.906-.492 1.775-1.369 2.607-.985.941-2.153 1.412-3.503 1.412-2.08 0-3.084-.905-3.011-2.715.035-.94.592-1.846 1.669-2.715C29.513.435 30.708 0 32.023 0c.766 0 1.405.3 1.917.896.51.598.747 1.204.711 1.818z'/%3E%3C/svg%3E");
}

/* 2 = dark     */
.vi-lazyload[data-logo="2"] .vi-lazyload-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 109 31' fill='%23162221'%3E%3Cpath d='M88.24 23.443a11.978 11.978 0 0 1-.054-.678c-.184-3.124.947-5.995 3.394-8.61 2.627-2.905 5.929-4.358 9.908-4.358 2.553 0 4.487.855 5.801 2.561 1.242 1.563 1.807 3.578 1.698 6.047-.147 3.342-1.387 6.23-3.723 8.663-2.335 2.434-5.237 3.65-8.704 3.65-2.882 0-5.072-.926-6.568-2.78a7.757 7.757 0 0 1-.871-1.372 34.1 34.1 0 0 1-1.235.727c-3.868 2.217-7.792 3.323-11.769 3.323-2.956 0-5.074-.982-6.35-2.945a7.353 7.353 0 0 1-.266-.422 21.55 21.55 0 0 1-.117.103c-2.446 2.108-4.89 3.162-7.335 3.162-2.374 0-3.522-1.307-3.45-3.926.036-1.164.265-2.562.684-4.198.42-1.636.648-2.909.685-3.818.037-1.38-.384-2.073-1.264-2.073-.952 0-2.086 1.13-3.404 3.384-1.392 2.365-2.144 4.656-2.252 6.874-.074 1.566.08 2.767.46 3.603-2.546.073-4.33-.346-5.348-1.256-.911-.8-1.33-2.126-1.255-3.983a14.67 14.67 0 0 1 .537-3.492c.321-1.164.5-2.2.537-3.11.074-1.347-.42-2.02-1.48-2.02-.915 0-1.902 1.038-2.96 3.111-1.06 2.073-1.645 4.239-1.754 6.494-.073 2.037.058 3.455.392 4.256-2.505.073-4.284-.454-5.337-1.58-.48-.518-.817-1.185-1.01-2.002-.205.194-.415.386-.631.574-2.446 2.108-4.89 3.162-7.335 3.162-1.133 0-2-.363-2.601-1.09-.602-.728-.885-1.672-.848-2.836.035-1.199.41-3.053 1.121-5.562.712-2.508 1.069-3.854 1.069-4.036 0-.944-.33-1.417-.985-1.417-.207 0-.77.34-1.69 1.016-.693 2.067-2.205 4.595-4.535 7.584-3.315 4.295-6.119 6.443-8.413 6.443-1.42 0-2.624-1.307-3.606-3.924L5.41 19.497c-.73-2.615-1.512-3.924-2.349-3.924-.182 0-.82.383-1.913 1.145L0 15.244a309.082 309.082 0 0 0 3.558-3.163c1.604-1.383 2.809-2.11 3.612-2.183 1.897-.182 3.065 1.111 3.503 3.88.474 2.986.802 4.844.986 5.57.547 2.479 1.148 3.716 1.806 3.716.51 0 1.276-.803 2.298-2.41 1.021-1.608 1.568-2.831 1.642-3.672.146-1.387-.401-2.082-1.642-2.082-.583 0-1.185.134-1.804.399 1.198-3.914 3.487-5.814 6.866-5.706 2.256.066 3.438 1.387 3.546 3.961L26 12.081c1.57-1.383 2.738-2.11 3.506-2.183 1.203-.109 2.088.244 2.654 1.06.564.816.774 1.875.63 3.18-.475 2.212-.987 5.02-1.534 8.425-.037 1.56.53 2.338 1.697 2.338.51 0 1.422-.537 2.737-1.615l.049-.04c.083-.76.218-1.662.405-2.708.3-1.687.468-3 .504-3.945.072-.652-.093-.979-.493-.979-.22 0-.84.369-1.862 1.104l-1.314-1.473c.183-.144 1.331-1.2 3.45-3.164 1.532-1.418 2.572-2.145 3.119-2.182.949-.073 1.715.318 2.299 1.172.584.855.876 1.847.876 2.974 0 .364-.036.71-.108 1.037a10.044 10.044 0 0 1 1.916-2.183c1.678-1.455 3.558-2.274 5.638-2.456 1.788-.145 3.064.273 3.833 1.255.619.8.91 1.947.875 3.438a73.7 73.7 0 0 0 .822-.71c.838-.982 1.659-1.763 2.462-2.345 1.35-.982 2.756-1.528 4.215-1.638 1.752-.145 3.01.271 3.777 1.25.656.798.949 1.94.877 3.424-.037 1.015-.284 2.492-.74 4.431-.457 1.94-.684 3.052-.684 3.342-.037.763.037 1.287.22 1.577.181.29.618.434 1.313.434.311 0 .773-.2 1.385-.602a9.877 9.877 0 0 1-.072-1.43c.035-2.945 1.35-5.745 3.942-8.401 2.845-2.909 6.203-4.365 10.072-4.365 3.576 0 5.474 1.453 5.693 4.355.145 1.85-.877 3.755-3.065 5.715-2.337 2.142-5.276 3.502-8.815 4.082.656.908 1.641 1.36 2.956 1.36 2.627 0 5.492-.664 8.596-1.997.138-.058.274-.117.408-.175zm14.56-5.244c.038-.984-.1-1.886-.41-2.706-.31-.82-.758-1.23-1.341-1.23-1.862 0-3.395 1.002-4.597 3.007-1.024 1.64-1.571 3.39-1.643 5.247-.037.912.128 1.714.492 2.406.4.803.966 1.203 1.697 1.203 1.642 0 3.048-.965 4.216-2.898.985-1.604 1.513-3.28 1.587-5.029zm-21.1-1.834c.035-.976-.365-1.465-1.203-1.465-1.094 0-2.204.751-3.334 2.253-1.13 1.502-1.713 2.94-1.748 4.315-.021 0-.021.236 0 .706a12.322 12.322 0 0 0 4.645-2.985c1.056-1.157 1.603-2.1 1.64-2.824zM34.651 2.714c-.036.906-.492 1.775-1.369 2.607-.985.941-2.153 1.412-3.503 1.412-2.08 0-3.084-.905-3.011-2.715.035-.94.592-1.846 1.669-2.715C29.513.435 30.708 0 32.023 0c.766 0 1.405.3 1.917.896.51.598.747 1.204.711 1.818z'/%3E%3C/svg%3E");
}

/* 3 = white    */
.vi-lazyload[data-logo="3"] .vi-lazyload-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 109 31' fill='%23fff'%3E%3Cpath d='M88.24 23.443a11.978 11.978 0 0 1-.054-.678c-.184-3.124.947-5.995 3.394-8.61 2.627-2.905 5.929-4.358 9.908-4.358 2.553 0 4.487.855 5.801 2.561 1.242 1.563 1.807 3.578 1.698 6.047-.147 3.342-1.387 6.23-3.723 8.663-2.335 2.434-5.237 3.65-8.704 3.65-2.882 0-5.072-.926-6.568-2.78a7.757 7.757 0 0 1-.871-1.372 34.1 34.1 0 0 1-1.235.727c-3.868 2.217-7.792 3.323-11.769 3.323-2.956 0-5.074-.982-6.35-2.945a7.353 7.353 0 0 1-.266-.422 21.55 21.55 0 0 1-.117.103c-2.446 2.108-4.89 3.162-7.335 3.162-2.374 0-3.522-1.307-3.45-3.926.036-1.164.265-2.562.684-4.198.42-1.636.648-2.909.685-3.818.037-1.38-.384-2.073-1.264-2.073-.952 0-2.086 1.13-3.404 3.384-1.392 2.365-2.144 4.656-2.252 6.874-.074 1.566.08 2.767.46 3.603-2.546.073-4.33-.346-5.348-1.256-.911-.8-1.33-2.126-1.255-3.983a14.67 14.67 0 0 1 .537-3.492c.321-1.164.5-2.2.537-3.11.074-1.347-.42-2.02-1.48-2.02-.915 0-1.902 1.038-2.96 3.111-1.06 2.073-1.645 4.239-1.754 6.494-.073 2.037.058 3.455.392 4.256-2.505.073-4.284-.454-5.337-1.58-.48-.518-.817-1.185-1.01-2.002-.205.194-.415.386-.631.574-2.446 2.108-4.89 3.162-7.335 3.162-1.133 0-2-.363-2.601-1.09-.602-.728-.885-1.672-.848-2.836.035-1.199.41-3.053 1.121-5.562.712-2.508 1.069-3.854 1.069-4.036 0-.944-.33-1.417-.985-1.417-.207 0-.77.34-1.69 1.016-.693 2.067-2.205 4.595-4.535 7.584-3.315 4.295-6.119 6.443-8.413 6.443-1.42 0-2.624-1.307-3.606-3.924L5.41 19.497c-.73-2.615-1.512-3.924-2.349-3.924-.182 0-.82.383-1.913 1.145L0 15.244a309.082 309.082 0 0 0 3.558-3.163c1.604-1.383 2.809-2.11 3.612-2.183 1.897-.182 3.065 1.111 3.503 3.88.474 2.986.802 4.844.986 5.57.547 2.479 1.148 3.716 1.806 3.716.51 0 1.276-.803 2.298-2.41 1.021-1.608 1.568-2.831 1.642-3.672.146-1.387-.401-2.082-1.642-2.082-.583 0-1.185.134-1.804.399 1.198-3.914 3.487-5.814 6.866-5.706 2.256.066 3.438 1.387 3.546 3.961L26 12.081c1.57-1.383 2.738-2.11 3.506-2.183 1.203-.109 2.088.244 2.654 1.06.564.816.774 1.875.63 3.18-.475 2.212-.987 5.02-1.534 8.425-.037 1.56.53 2.338 1.697 2.338.51 0 1.422-.537 2.737-1.615l.049-.04c.083-.76.218-1.662.405-2.708.3-1.687.468-3 .504-3.945.072-.652-.093-.979-.493-.979-.22 0-.84.369-1.862 1.104l-1.314-1.473c.183-.144 1.331-1.2 3.45-3.164 1.532-1.418 2.572-2.145 3.119-2.182.949-.073 1.715.318 2.299 1.172.584.855.876 1.847.876 2.974 0 .364-.036.71-.108 1.037a10.044 10.044 0 0 1 1.916-2.183c1.678-1.455 3.558-2.274 5.638-2.456 1.788-.145 3.064.273 3.833 1.255.619.8.91 1.947.875 3.438a73.7 73.7 0 0 0 .822-.71c.838-.982 1.659-1.763 2.462-2.345 1.35-.982 2.756-1.528 4.215-1.638 1.752-.145 3.01.271 3.777 1.25.656.798.949 1.94.877 3.424-.037 1.015-.284 2.492-.74 4.431-.457 1.94-.684 3.052-.684 3.342-.037.763.037 1.287.22 1.577.181.29.618.434 1.313.434.311 0 .773-.2 1.385-.602a9.877 9.877 0 0 1-.072-1.43c.035-2.945 1.35-5.745 3.942-8.401 2.845-2.909 6.203-4.365 10.072-4.365 3.576 0 5.474 1.453 5.693 4.355.145 1.85-.877 3.755-3.065 5.715-2.337 2.142-5.276 3.502-8.815 4.082.656.908 1.641 1.36 2.956 1.36 2.627 0 5.492-.664 8.596-1.997.138-.058.274-.117.408-.175zm14.56-5.244c.038-.984-.1-1.886-.41-2.706-.31-.82-.758-1.23-1.341-1.23-1.862 0-3.395 1.002-4.597 3.007-1.024 1.64-1.571 3.39-1.643 5.247-.037.912.128 1.714.492 2.406.4.803.966 1.203 1.697 1.203 1.642 0 3.048-.965 4.216-2.898.985-1.604 1.513-3.28 1.587-5.029zm-21.1-1.834c.035-.976-.365-1.465-1.203-1.465-1.094 0-2.204.751-3.334 2.253-1.13 1.502-1.713 2.94-1.748 4.315-.021 0-.021.236 0 .706a12.322 12.322 0 0 0 4.645-2.985c1.056-1.157 1.603-2.1 1.64-2.824zM34.651 2.714c-.036.906-.492 1.775-1.369 2.607-.985.941-2.153 1.412-3.503 1.412-2.08 0-3.084-.905-3.011-2.715.035-.94.592-1.846 1.669-2.715C29.513.435 30.708 0 32.023 0c.766 0 1.405.3 1.917.896.51.598.747 1.204.711 1.818z'/%3E%3C/svg%3E");
}

/* logo:hover */
.vi-lazyload-logo:hover {
  opacity: 1;
  transition: opacity 0.3s;
}

/* iframe */
.vi-lazyload iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 0;
  background-color: #000;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit !important;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("images/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 30px;
  background-size: 17px 30px !important;
}

.lb-nav a.lb-prev {
  left: 5%;
  float: left;
  background: url("images/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  right: 5%;
  float: right;
  background: url("images/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  font-family: "Noto Sans", sans-serif;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("images/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-size: 30px 30px !important;
  position: fixed;
  top: 3%;
  right: 3%;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*	YouTube lazy load
***************************************************/
.youtube-wrap {
  width: 90%;
  max-width: 900px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 56.25% !important;
  position: relative;
}
.youtube-wrap iframe {
  max-width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* container (responsive) */
.youtube {
  position: relative;
  cursor: pointer !important;
  background: #CCCCCC no-repeat center center;
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  clear: both;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
}

/* youtube embed (responsive) */
.youtube {
  /* play bubble */
  /* play bubble hover */
  /* Play Triangle */
}
.youtube::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: -30px 0 0 -30px;
  transition: all 0.1s ease;
  z-index: 1;
}
.youtube:hover::before {
  background: rgba(255, 255, 255, 0.6);
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
}
.youtube::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  line-height: 0;
  display: block;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  margin: -12px 0 0 -8px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

@media screen and (min-width: 688px) {
  /* play bubble */
  .youtube::before {
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
  }
  /* play bubble hover */
  .youtube:hover::before {
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
  }
  /* Play Triangle */
  .youtube::after {
    border-width: 15px 0 15px 30px;
    margin: -15px 0 0 -10px;
  }
}
@media screen and (min-width: 1024px) {
  /* play bubble */
  .youtube::before {
    height: 120px;
    width: 120px;
    margin: -60px 0 0 -60px;
  }
  /* play bubble hover */
  .youtube:hover::before {
    width: 130px;
    height: 130px;
    margin: -65px 0 0 -65px;
  }
  /* Play Triangle */
  .youtube::after {
    border-width: 20px 0 20px 40px;
    margin: -20px 0 0 -14px;
  }
}
@media only screen and (max-width: 400px) {
  .youtube-wrap {
    padding-bottom: 60% !important;
  }
}
@media only screen and (min-width: 1313px) {
  .youtube-wrap {
    padding-bottom: 40% !important;
  }
}
#xh2s-lp .swiper {
  width: 100%;
  height: 100%;
}
#xh2s-lp #gallery[data-hidden=true] {
  max-height: 0 !important;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#xh2s-lp .full-wrapper {
  overflow: hidden;
}
#xh2s-lp #gallery {
  max-height: 1000px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#xh2s-lp .gallery-slider .swiper-slide img,
#xh2s-lp .gallery-slider .slick-slide img {
  height: 400px !important;
  width: 100% !important;
  object-fit: cover;
}
#xh2s-lp .gallery-slider .swiper-slide,
#xh2s-lp .gallery-slider .slick-slide {
  width: fit-content;
}
#xh2s-lp .gallery-slider .slick-track {
  margin: 0 -10px 0 -10px;
}
#xh2s-lp .gallery-slider .slick-slide {
  margin: 0 10px 0 10px;
}
#xh2s-lp .short-comparison-block .camera-logo {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  height: 24px;
  width: auto !important;
}
#xh2s-lp .short-comparison-block .list-icon {
  width: 50px;
  height: 50px;
}
#xh2s-lp .short-comparison-block .list-icon + p {
  max-width: 450px;
  margin-left: 20px;
  padding-right: 8px;
}
#xh2s-lp .image-block div.wrapper-w img {
  max-height: 740px;
  object-fit: cover;
}
#xh2s-lp small.image-caption {
  position: absolute;
  bottom: 20px;
  color: white;
  z-index: 10;
  font-size: 12px;
  font-weight: 400;
}
#xh2s-lp small.image-caption.left {
  left: 20px;
}
#xh2s-lp small.image-caption.right {
  right: 20px;
}
#xh2s-lp .gallery-slider.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#xh2s-lp .gallery-block small.image-caption {
  left: unset;
  right: 20px;
}
#xh2s-lp .image-block div.image-excerpt p {
  font-size: 16px;
  font-size: clamp(1rem, 0.79rem + 0.89vw, 1.5rem);
  line-height: 1.4;
  font-weight: 500;
}
#xh2s-lp .image-block div.full div.image-excerpt {
  max-width: 1340px;
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}
#xh2s-lp .camera-logo {
  max-width: 200px !important;
}
#xh2s-lp .swiper-button-next,
#xh2s-lp .swiper-button-prev {
  text-rendering: auto !important;
  width: 24px;
  height: 24px;
  top: 20px;
  color: #484848;
}
#xh2s-lp .swiper-button-next::after,
#xh2s-lp .swiper-button-prev::after {
  content: "";
}
#xh2s-lp .swiper-button-next.swiper-button-disabled,
#xh2s-lp .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#xh2s-lp .swiper-button-next {
  background-image: url("images/right-arrow.png");
}
#xh2s-lp .swiper-button-prev {
  background-image: url("images/left-arrow.png");
}
#xh2s-lp .image-block > div:not(.full) img {
  border-radius: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#xh2s-lp .table-swiper .swiper-slide:nth-child(2) thead th {
  text-align: right;
}
#xh2s-lp .table-swiper .swiper-slide:nth-child(2) thead th img {
  margin-left: auto;
}
#xh2s-lp table {
  border-collapse: collapse;
}
#xh2s-lp table th {
  text-align: left;
  padding: 20px 0;
}
#xh2s-lp table img {
  max-width: 200px !important;
  height: 24px;
  width: auto !important;
}
#xh2s-lp table tbody td:first-child {
  min-width: 250px;
}
#xh2s-lp table tbody td {
  padding: 20px 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
#xh2s-lp table tbody td:nth-child(2), #xh2s-lp table tbody td:nth-child(3) {
  padding-right: 60px;
}
#xh2s-lp table tbody tr:first-child > td,
#xh2s-lp table tbody tr + tr:not(:last-child) > td {
  border-top: 1px solid rgba(72, 72, 72, 0.2);
}
#xh2s-lp table.alternate tbody tr td:first-child {
  padding-left: 8px;
}
#xh2s-lp table.alternate tbody tr:nth-child(even):not(:last-child) {
  background: #F2F2F2;
}
#xh2s-lp table.alternate-cols tbody tr:not(:last-child) td:nth-child(2n) {
  padding-left: 8px;
  background: #FFFBEC;
}
#xh2s-lp table.alternate-cols tbody tr td:nth-child(3n) {
  padding-left: 20px;
}
#xh2s-lp table.alternate-cols thead tr th:nth-child(3n) {
  padding-left: 20px;
}
#xh2s-lp table.desktop-table tbody td:first-child {
  font-weight: 700;
}
#xh2s-lp .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 3px 12px;
  cursor: pointer;
  border-radius: 14px;
}
#xh2s-lp .btn:hover {
  transition: 0.4s;
}
#xh2s-lp .link-full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  text-align: center;
}
#xh2s-lp .btn-black {
  background-color: #000000;
  color: #ffffff;
}
#xh2s-lp .btn-black:hover {
  background-color: #ffffff;
  color: #000000;
}
#xh2s-lp .btn-grey {
  border: 1px solid #484848;
  background-color: #484848;
  color: #ffffff;
}
#xh2s-lp .btn-grey:hover {
  border: 1px solid #232323;
  background-color: #232323;
}
#xh2s-lp .btn-grey-outline {
  border: 1px solid #484848;
  background-color: #ffffff;
  color: #484848;
}
#xh2s-lp .btn-grey-outline:hover {
  background-color: #484848;
  color: #ffffff;
}
#xh2s-lp .btn-white {
  background-color: #ffffff;
  color: #000000;
}
#xh2s-lp .btn-white:hover {
  background-color: #000000;
  color: #ffffff;
}
#xh2s-lp .btn-red {
  border: 1px solid #FB0020;
  background-color: #FB0020;
  color: #ffffff;
}
#xh2s-lp .btn-red:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000;
}
#xh2s-lp .btn-md {
  min-width: 176px;
  min-height: 50px;
}
#xh2s-lp .btn-sm {
  min-width: 141px;
  min-height: 36px;
}
#xh2s-lp .btn-xs {
  min-width: 110px;
  min-height: 25px;
  font-size: 16px;
  line-height: 2;
}

.hide-over-800 {
  display: block;
}

.hide-under-800 {
  display: block;
}

@media screen and (min-width: 400px) {
  #xh2s-lp .short-comparison-block .list-icon {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 500px) {
  #xh2s-lp .image-block .img-cntr {
    padding-bottom: 100% !important;
  }
  #xh2s-lp .image-block .img-cntr > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  #xh2s-lp small.image-caption {
    display: none;
  }
}
@media (max-width: 799px) {
  .hide-under-800 {
    display: none;
  }
  #xh2s-lp .full-comparison-block .intro-text > * {
    text-align: left !important;
  }
}
@media (min-width: 800px) {
  .hide-over-800 {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  #xh2s-lp .image-excerpt {
    color: white;
    max-width: 415px !important;
    position: absolute;
  }
  #xh2s-lp small.image-caption {
    bottom: 2%;
  }
  #xh2s-lp small.image-caption.left {
    left: 3%;
  }
  #xh2s-lp small.image-caption.right {
    right: 3%;
  }
  #xh2s-lp .gallery-slider .swiper-slide img,
  #xh2s-lp .gallery-slider .slick-slide img {
    height: 500px !important;
  }
  #xh2s-lp .short-comparison-block .camera-logo {
    margin-top: -30px;
  }
  #xh2s-lp .short-comparison-block .list-icon {
    width: 100px;
    height: 100px;
  }
  #xh2s-lp .short-comparison-block .list-icon + p {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #xh2s-lp .image-excerpt {
    padding-right: 20px;
    max-width: 380px !important;
  }
}
@media (min-width: 1312px) {
  #xh2s-lp .gallery-slider .swiper-slide img,
  #xh2s-lp .gallery-slider .slick-slide img {
    height: 600px !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #xh2s-lp {
    /*  Small screens
    *****************************/
    /*  X-large screens
    *****************************/
  }
  #xh2s-lp .top-bar.top-bar-home .glass-menu nav > a {
    margin-left: 15px;
    margin-right: 15px;
  }
  #xh2s-lp .top-bar.top-bar-home .glass-menu nav + .btn {
    margin-left: 30px;
  }
  #xh2s-lp .btn {
    font-size: 16px;
    padding-top: 0;
  }
  #xh2s-lp .btn-md {
    height: 50px;
  }
  #xh2s-lp .btn-sm {
    height: 36px;
  }
  #xh2s-lp .btn-xs {
    height: 25px;
  }
  #xh2s-lp .overlay-text h1 {
    max-width: 540px;
  }
  #xh2s-lp .row {
    width: 100%;
    box-sizing: border-box;
  }
  #xh2s-lp .row .col {
    width: 100%;
    float: left;
    height: auto;
    box-sizing: border-box;
  }
  #xh2s-lp .row .col:first-child {
    margin-left: 0 !important;
  }
  #xh2s-lp .row .col:last-child {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .row:after, #xh2s-lp .row .col:after {
    content: "";
    clear: both;
    display: table;
  }
}
@media only screen and (-ms-high-contrast: none) and (max-width: 400px), only screen and (-ms-high-contrast: active) and (max-width: 400px) {
  #xh2s-lp {
    /* clearing and margin overrides for multiple rows
    ======================================== */
  }
  #xh2s-lp .rows > .col {
    margin: 0 0 9% 9%;
  }
  #xh2s-lp .row .col.xs5th {
    width: calc(((100 - (9 * (5 - 1))) / 5) / 100 * 99.99%);
    margin-left: 9%;
  }
  #xh2s-lp .row.gutterless .col.xs5th {
    width: calc((100 / 5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xs3 {
    width: calc(((100 - (9 * (4 - 1))) / 4) / 100 * 99.99%);
    margin-left: 9%;
  }
  #xh2s-lp .row.gutterless .col.xs3 {
    width: calc((100 / 4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xs4 {
    width: calc(((100 - (9 * (3 - 1))) / 3) / 100 * 99.99%);
    margin-left: 9%;
  }
  #xh2s-lp .row.gutterless .col.xs4 {
    width: calc((100 / 3) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xs5 {
    width: calc(((100 - (9 * (2.4 - 1))) / 2.4) / 100 * 99.99%);
    margin-left: 9%;
  }
  #xh2s-lp .row.gutterless .col.xs5 {
    width: calc((100 / 2.4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xs6 {
    width: calc(((100 - (9 * (2 - 1))) / 2) / 100 * 99.99%);
    margin-left: 9%;
  }
  #xh2s-lp .row.gutterless .col.xs6 {
    width: calc((100 / 2) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xs7 {
    width: calc(((100 - (9 * (1.7142857143 - 1))) / 1.7142857143) / 100 * 99.99%);
    margin-left: 9%;
  }
  #xh2s-lp .row.gutterless .col.xs7 {
    width: calc((100 / 1.7142857143) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xs8 {
    width: calc(((100 - (9 * (1.5 - 1))) / 1.5) / 100 * 99.99%);
    margin-left: 9%;
  }
  #xh2s-lp .row.gutterless .col.xs8 {
    width: calc((100 / 1.5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xs9 {
    width: calc(((100 - (9 * (1.3333333333 - 1))) / 1.3333333333) / 100 * 99.99%);
    margin-left: 9%;
  }
  #xh2s-lp .row.gutterless .col.xs9 {
    width: calc((100 / 1.3333333333) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xs12 {
    width: calc(((100 - (9 * (1 - 1))) / 1) / 100 * 99.99%);
    margin-left: 0;
  }
  #xh2s-lp .row.gutterless .col.xs12 {
    width: calc((100 / 1) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xs1:nth-child(12n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xs2:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xs5th:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xs3:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xs4:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xs6:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xs12:nth-child(1n) {
    margin-left: 0;
  }
  #xh2s-lp .xs12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .xs12:nth-child(1n+1):nth-last-child(-n+1) ~ .xs12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xs6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .xs6:nth-child(2n+1):nth-last-child(-n+2) ~ .xs6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xs4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .xs4:nth-child(3n+1):nth-last-child(-n+3) ~ .xs4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xs3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .xs3:nth-child(4n+1):nth-last-child(-n+4) ~ .xs3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xs5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .xs5th:nth-child(5n+1):nth-last-child(-n+5) ~ .xs5th {
    margin-bottom: 0 !important;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 401px) and (max-width: 688px), only screen and (-ms-high-contrast: active) and (min-width: 401px) and (max-width: 688px) {
  #xh2s-lp {
    /* clearing and margin overrides for multiple rows
    ======================================== */
  }
  #xh2s-lp .rows > .col {
    margin: 0 0 6% 6%;
  }
  #xh2s-lp .row .col.sm5th {
    width: calc(((100 - (6 * (5 - 1))) / 5) / 100 * 99.99%);
    margin-left: 6%;
  }
  #xh2s-lp .row.gutterless .col.sm5th {
    width: calc((100 / 5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.sm3 {
    width: calc(((100 - (6 * (4 - 1))) / 4) / 100 * 99.99%);
    margin-left: 6%;
  }
  #xh2s-lp .row.gutterless .col.sm3 {
    width: calc((100 / 4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.sm4 {
    width: calc(((100 - (6 * (3 - 1))) / 3) / 100 * 99.99%);
    margin-left: 6%;
  }
  #xh2s-lp .row.gutterless .col.sm4 {
    width: calc((100 / 3) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.sm5 {
    width: calc(((100 - (6 * (2.4 - 1))) / 2.4) / 100 * 99.99%);
    margin-left: 6%;
  }
  #xh2s-lp .row.gutterless .col.sm5 {
    width: calc((100 / 2.4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.sm6 {
    width: calc(((100 - (6 * (2 - 1))) / 2) / 100 * 99.99%);
    margin-left: 6%;
  }
  #xh2s-lp .row.gutterless .col.sm6 {
    width: calc((100 / 2) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.sm7 {
    width: calc(((100 - (6 * (1.7142857143 - 1))) / 1.7142857143) / 100 * 99.99%);
    margin-left: 6%;
  }
  #xh2s-lp .row.gutterless .col.sm7 {
    width: calc((100 / 1.7142857143) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.sm8 {
    width: calc(((100 - (6 * (1.5 - 1))) / 1.5) / 100 * 99.99%);
    margin-left: 6%;
  }
  #xh2s-lp .row.gutterless .col.sm8 {
    width: calc((100 / 1.5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.sm9 {
    width: calc(((100 - (6 * (1.3333333333 - 1))) / 1.3333333333) / 100 * 99.99%);
    margin-left: 6%;
  }
  #xh2s-lp .row.gutterless .col.sm9 {
    width: calc((100 / 1.3333333333) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.sm12 {
    width: calc(((100 - (6 * (1 - 1))) / 1) / 100 * 99.99%);
    margin-left: 0;
  }
  #xh2s-lp .row.gutterless .col.sm12 {
    width: calc((100 / 1) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .rows .col.sm1:nth-child(12n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.sm2:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.sm5th:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.sm3:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.sm4:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.sm6:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.sm12:nth-child(1n) {
    margin-left: 0;
  }
  #xh2s-lp .sm12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .sm12:nth-child(1n+1):nth-last-child(-n+1) ~ .sm12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .sm6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .sm6:nth-child(2n+1):nth-last-child(-n+2) ~ .sm6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .sm4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .sm4:nth-child(3n+1):nth-last-child(-n+3) ~ .sm4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .sm3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .sm3:nth-child(4n+1):nth-last-child(-n+4) ~ .sm3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .sm5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .sm5th:nth-child(5n+1):nth-last-child(-n+5) ~ .sm5th {
    margin-bottom: 0 !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 689px) and (max-width: 1024px), (-ms-high-contrast: active) and (min-width: 689px) and (max-width: 1024px) {
  #xh2s-lp {
    /* clearing and margin overrides for multiple rows
    ======================================== */
  }
  #xh2s-lp .rows > .col {
    margin: 0 0 5% 5%;
  }
  #xh2s-lp .row .col.md5th {
    width: calc(((100 - (5 * (5 - 1))) / 5) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.md5th {
    width: calc((100 / 5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.md3 {
    width: calc(((100 - (5 * (4 - 1))) / 4) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.md3 {
    width: calc((100 / 4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.md4 {
    width: calc(((100 - (5 * (3 - 1))) / 3) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.md4 {
    width: calc((100 / 3) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.md5 {
    width: calc(((100 - (5 * (2.4 - 1))) / 2.4) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.md5 {
    width: calc((100 / 2.4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.md6 {
    width: calc(((100 - (5 * (2 - 1))) / 2) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.md6 {
    width: calc((100 / 2) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.md7 {
    width: calc(((100 - (5 * (1.7142857143 - 1))) / 1.7142857143) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.md7 {
    width: calc((100 / 1.7142857143) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.md8 {
    width: calc(((100 - (5 * (1.5 - 1))) / 1.5) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.md8 {
    width: calc((100 / 1.5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.md9 {
    width: calc(((100 - (5 * (1.3333333333 - 1))) / 1.3333333333) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.md9 {
    width: calc((100 / 1.3333333333) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.md12 {
    width: calc(((100 - (5 * (1 - 1))) / 1) / 100 * 99.99%);
    margin-left: 0;
  }
  #xh2s-lp .row.gutterless .col.md12 {
    width: calc((100 / 1) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .rows .col.md1:nth-child(12n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.md2:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.md5th:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.md3:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.md4:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.md6:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.md12:nth-child(1n) {
    margin-left: 0;
  }
  #xh2s-lp .md12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .md12:nth-child(1n+1):nth-last-child(-n+1) ~ .md12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .md6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .md6:nth-child(2n+1):nth-last-child(-n+2) ~ .md6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .md4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .md4:nth-child(3n+1):nth-last-child(-n+3) ~ .md4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .md3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .md3:nth-child(4n+1):nth-last-child(-n+4) ~ .md3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .md5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .md5th:nth-child(5n+1):nth-last-child(-n+5) ~ .md5th {
    margin-bottom: 0 !important;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 1025px) and (max-width: 1312px), only screen and (-ms-high-contrast: active) and (min-width: 1025px) and (max-width: 1312px) {
  #xh2s-lp {
    /* clearing and margin overrides for multiple rows
    ======================================== */
  }
  #xh2s-lp .rows > .col {
    margin: 0 0 5% 5%;
  }
  #xh2s-lp .row .col.lg5th {
    width: calc(((100 - (5 * (5 - 1))) / 5) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.lg5th {
    width: calc((100 / 5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.lg3 {
    width: calc(((100 - (5 * (4 - 1))) / 4) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.lg3 {
    width: calc((100 / 4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.lg4 {
    width: calc(((100 - (5 * (3 - 1))) / 3) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.lg4 {
    width: calc((100 / 3) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.lg5 {
    width: calc(((100 - (5 * (2.4 - 1))) / 2.4) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.lg5 {
    width: calc((100 / 2.4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.lg6 {
    width: calc(((100 - (5 * (2 - 1))) / 2) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.lg6 {
    width: calc((100 / 2) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.lg7 {
    width: calc(((100 - (5 * (1.7142857143 - 1))) / 1.7142857143) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.lg7 {
    width: calc((100 / 1.7142857143) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.lg8 {
    width: calc(((100 - (5 * (1.5 - 1))) / 1.5) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.lg8 {
    width: calc((100 / 1.5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.lg9 {
    width: calc(((100 - (5 * (1.3333333333 - 1))) / 1.3333333333) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.lg9 {
    width: calc((100 / 1.3333333333) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.lg12 {
    width: calc(((100 - (5 * (1 - 1))) / 1) / 100 * 99.99%);
    margin-left: 0;
  }
  #xh2s-lp .row.gutterless .col.lg12 {
    width: calc((100 / 1) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .rows .col.lg1:nth-child(12n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.lg2:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.lg5th:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.lg3:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.lg4:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.lg6:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.lg12:nth-child(1n) {
    margin-left: 0;
  }
  #xh2s-lp .lg12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .lg12:nth-child(1n+1):nth-last-child(-n+1) ~ .lg12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .lg6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .lg6:nth-child(2n+1):nth-last-child(-n+2) ~ .lg6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .lg4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .lg4:nth-child(3n+1):nth-last-child(-n+3) ~ .lg4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .lg3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .lg3:nth-child(4n+1):nth-last-child(-n+4) ~ .lg3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .lg5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .lg5th:nth-child(5n+1):nth-last-child(-n+5) ~ .lg5th {
    margin-bottom: 0 !important;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 1313px), only screen and (-ms-high-contrast: active) and (min-width: 1313px) {
  #xh2s-lp {
    /* clearing and margin overrides for multiple rows
    ======================================== */
  }
  #xh2s-lp .rows > .col {
    margin: 0 0 5% 5%;
  }
  #xh2s-lp .row .col.xl5th {
    width: calc(((100 - (5 * (5 - 1))) / 5) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.xl5th {
    width: calc((100 / 5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xl3 {
    width: calc(((100 - (5 * (4 - 1))) / 4) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.xl3 {
    width: calc((100 / 4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xl4 {
    width: calc(((100 - (5 * (3 - 1))) / 3) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.xl4 {
    width: calc((100 / 3) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xl5 {
    width: calc(((100 - (5 * (2.4 - 1))) / 2.4) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.xl5 {
    width: calc((100 / 2.4) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xl6 {
    width: calc(((100 - (5 * (2 - 1))) / 2) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.xl6 {
    width: calc((100 / 2) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xl7 {
    width: calc(((100 - (5 * (1.7142857143 - 1))) / 1.7142857143) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.xl7 {
    width: calc((100 / 1.7142857143) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xl8 {
    width: calc(((100 - (5 * (1.5 - 1))) / 1.5) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.xl8 {
    width: calc((100 / 1.5) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xl9 {
    width: calc(((100 - (5 * (1.3333333333 - 1))) / 1.3333333333) / 100 * 99.99%);
    margin-left: 5%;
  }
  #xh2s-lp .row.gutterless .col.xl9 {
    width: calc((100 / 1.3333333333) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .row .col.xl12 {
    width: calc(((100 - (5 * (1 - 1))) / 1) / 100 * 99.99%);
    margin-left: 0;
  }
  #xh2s-lp .row.gutterless .col.xl12 {
    width: calc((100 / 1) / 100 * 100%);
    margin-left: 0;
  }
  #xh2s-lp .xl12:nth-child(1n+1):nth-last-child(-n+1),
  #xh2s-lp .xl12:nth-child(1n+1):nth-last-child(-n+1) ~ .xl12 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xl6:nth-child(2n+1):nth-last-child(-n+2),
  #xh2s-lp .xl6:nth-child(2n+1):nth-last-child(-n+2) ~ .xl6 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xl4:nth-child(3n+1):nth-last-child(-n+3),
  #xh2s-lp .xl4:nth-child(3n+1):nth-last-child(-n+3) ~ .xl4 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xl3:nth-child(4n+1):nth-last-child(-n+4),
  #xh2s-lp .xl3:nth-child(4n+1):nth-last-child(-n+4) ~ .xl3 {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .xl5th:nth-child(5n+1):nth-last-child(-n+5),
  #xh2s-lp .xl5th:nth-child(5n+1):nth-last-child(-n+5) ~ .xl5th {
    margin-bottom: 0 !important;
  }
  #xh2s-lp .rows .col.xl1:nth-child(12n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xl2:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xl5th:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xl3:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xl4:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xl6:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  #xh2s-lp .rows .col.xl12:nth-child(1n) {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 1240px), screen and (-ms-high-contrast: active) and (min-width: 1240px) {
  #xh2s-lp .h1,
  #xh2s-lp h1, #xh2s-lp .h2,
  #xh2s-lp h2 {
    font-size: 40px;
  }
  #xh2s-lp .h6,
  #xh2s-lp h6 {
    font-size: 20px;
  }
  #xh2s-lp p.subtitle,
  #xh2s-lp .eyebrow,
  #xh2s-lp .h5,
  #xh2s-lp h5 {
    font-size: 22px;
  }
  #xh2s-lp .h-cards .card-body .heading,
  #xh2s-lp .lg-card-title {
    font-size: 32px;
  }
}

/*# sourceMappingURL=styles.css.map */
